@helpwave/hightide 0.1.25 → 0.1.27
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/README.md +1 -1
- package/dist/components/branding/HelpwaveBadge.d.mts +4 -5
- package/dist/components/branding/HelpwaveBadge.d.ts +4 -5
- package/dist/components/branding/HelpwaveBadge.js +46 -87
- package/dist/components/branding/HelpwaveBadge.js.map +1 -1
- package/dist/components/branding/HelpwaveBadge.mjs +46 -89
- package/dist/components/branding/HelpwaveBadge.mjs.map +1 -1
- package/dist/components/date/DatePicker.d.mts +1 -1
- package/dist/components/date/DatePicker.d.ts +1 -1
- package/dist/components/date/DatePicker.js +65 -14
- package/dist/components/date/DatePicker.js.map +1 -1
- package/dist/components/date/DatePicker.mjs +66 -15
- package/dist/components/date/DatePicker.mjs.map +1 -1
- package/dist/components/date/DayPicker.d.mts +1 -1
- package/dist/components/date/DayPicker.d.ts +1 -1
- package/dist/components/date/DayPicker.js +3 -3
- package/dist/components/date/DayPicker.js.map +1 -1
- package/dist/components/date/DayPicker.mjs +3 -3
- package/dist/components/date/DayPicker.mjs.map +1 -1
- package/dist/components/date/TimeDisplay.js.map +1 -1
- package/dist/components/date/TimeDisplay.mjs.map +1 -1
- package/dist/components/date/TimePicker.js +2 -2
- package/dist/components/date/TimePicker.js.map +1 -1
- package/dist/components/date/TimePicker.mjs +2 -2
- package/dist/components/date/TimePicker.mjs.map +1 -1
- package/dist/components/date/YearMonthPicker.js +59 -8
- package/dist/components/date/YearMonthPicker.js.map +1 -1
- package/dist/components/date/YearMonthPicker.mjs +60 -9
- package/dist/components/date/YearMonthPicker.mjs.map +1 -1
- package/dist/components/{dialogs → dialog}/ConfirmDialog.d.mts +9 -8
- package/dist/components/{dialogs → dialog}/ConfirmDialog.d.ts +9 -8
- package/dist/components/dialog/ConfirmDialog.js +938 -0
- package/dist/components/dialog/ConfirmDialog.js.map +1 -0
- package/dist/components/dialog/ConfirmDialog.mjs +902 -0
- package/dist/components/dialog/ConfirmDialog.mjs.map +1 -0
- package/dist/components/dialog/Dialog.d.mts +27 -0
- package/dist/components/dialog/Dialog.d.ts +27 -0
- package/dist/components/dialog/Dialog.js +879 -0
- package/dist/components/dialog/Dialog.js.map +1 -0
- package/dist/components/dialog/Dialog.mjs +845 -0
- package/dist/components/dialog/Dialog.mjs.map +1 -0
- package/dist/components/dialog/DiscardChangesDialog.d.mts +24 -0
- package/dist/components/dialog/DiscardChangesDialog.d.ts +24 -0
- package/dist/components/dialog/DiscardChangesDialog.js +966 -0
- package/dist/components/dialog/DiscardChangesDialog.js.map +1 -0
- package/dist/components/dialog/DiscardChangesDialog.mjs +930 -0
- package/dist/components/dialog/DiscardChangesDialog.mjs.map +1 -0
- package/dist/components/dialog/InputDialog.d.mts +22 -0
- package/dist/components/dialog/InputDialog.d.ts +22 -0
- package/dist/components/dialog/InputDialog.js +1139 -0
- package/dist/components/dialog/InputDialog.js.map +1 -0
- package/dist/components/dialog/InputDialog.mjs +1103 -0
- package/dist/components/dialog/InputDialog.mjs.map +1 -0
- package/dist/components/dialog/LanguageDialog.d.mts +25 -0
- package/dist/components/dialog/LanguageDialog.d.ts +25 -0
- package/dist/components/dialog/LanguageDialog.js +1697 -0
- package/dist/components/dialog/LanguageDialog.js.map +1 -0
- package/dist/components/dialog/LanguageDialog.mjs +1671 -0
- package/dist/components/dialog/LanguageDialog.mjs.map +1 -0
- package/dist/components/dialog/ThemeDialog.d.mts +26 -0
- package/dist/components/dialog/ThemeDialog.d.ts +26 -0
- package/dist/components/dialog/ThemeDialog.js +1751 -0
- package/dist/components/dialog/ThemeDialog.js.map +1 -0
- package/dist/components/dialog/ThemeDialog.mjs +1725 -0
- package/dist/components/dialog/ThemeDialog.mjs.map +1 -0
- package/dist/components/dialog/index.d.mts +17 -0
- package/dist/components/dialog/index.d.ts +17 -0
- package/dist/components/dialog/index.js +2098 -0
- package/dist/components/dialog/index.js.map +1 -0
- package/dist/components/dialog/index.mjs +2067 -0
- package/dist/components/dialog/index.mjs.map +1 -0
- package/dist/components/form/FormElementWrapper.d.mts +29 -0
- package/dist/components/form/FormElementWrapper.d.ts +29 -0
- package/dist/components/form/FormElementWrapper.js +98 -0
- package/dist/components/form/FormElementWrapper.js.map +1 -0
- package/dist/components/form/FormElementWrapper.mjs +64 -0
- package/dist/components/form/FormElementWrapper.mjs.map +1 -0
- package/dist/components/icons-and-geometry/Avatar.js +498 -2886
- package/dist/components/icons-and-geometry/Avatar.js.map +1 -1
- package/dist/components/icons-and-geometry/Avatar.mjs +490 -2878
- package/dist/components/icons-and-geometry/Avatar.mjs.map +1 -1
- package/dist/components/icons-and-geometry/{Helpwave.d.mts → HelpwaveLogo.d.mts} +3 -3
- package/dist/components/icons-and-geometry/{Helpwave.d.ts → HelpwaveLogo.d.ts} +3 -3
- package/dist/components/icons-and-geometry/{Helpwave.js → HelpwaveLogo.js} +21 -22
- package/dist/components/icons-and-geometry/HelpwaveLogo.js.map +1 -0
- package/dist/components/icons-and-geometry/{Helpwave.mjs → HelpwaveLogo.mjs} +17 -18
- package/dist/components/icons-and-geometry/HelpwaveLogo.mjs.map +1 -0
- package/dist/components/icons-and-geometry/Ring.js +1 -1
- package/dist/components/icons-and-geometry/Ring.js.map +1 -1
- package/dist/components/icons-and-geometry/Ring.mjs +1 -1
- package/dist/components/icons-and-geometry/Ring.mjs.map +1 -1
- package/dist/components/icons-and-geometry/Tag.js +8 -20
- package/dist/components/icons-and-geometry/Tag.js.map +1 -1
- package/dist/components/icons-and-geometry/Tag.mjs +8 -20
- package/dist/components/icons-and-geometry/Tag.mjs.map +1 -1
- package/dist/components/layout/Carousel.d.mts +33 -0
- package/dist/components/layout/Carousel.d.ts +33 -0
- package/dist/components/layout/Carousel.js +684 -0
- package/dist/components/layout/Carousel.js.map +1 -0
- package/dist/components/layout/Carousel.mjs +659 -0
- package/dist/components/layout/Carousel.mjs.map +1 -0
- package/dist/components/{layout-and-navigation → layout}/Chip.d.mts +8 -5
- package/dist/components/{layout-and-navigation → layout}/Chip.d.ts +8 -5
- package/dist/components/{layout-and-navigation → layout}/Chip.js +18 -5
- package/dist/components/layout/Chip.js.map +1 -0
- package/dist/components/{layout-and-navigation → layout}/Chip.mjs +18 -5
- package/dist/components/layout/Chip.mjs.map +1 -0
- package/dist/components/{layout-and-navigation → layout}/DividerInserter.js +1 -1
- package/dist/components/layout/DividerInserter.js.map +1 -0
- package/dist/components/{layout-and-navigation → layout}/DividerInserter.mjs +1 -1
- package/dist/components/layout/DividerInserter.mjs.map +1 -0
- package/dist/components/{layout-and-navigation → layout}/Expandable.d.mts +13 -10
- package/dist/components/{layout-and-navigation → layout}/Expandable.d.ts +13 -10
- package/dist/components/{layout-and-navigation → layout}/Expandable.js +20 -7
- package/dist/components/layout/Expandable.js.map +1 -0
- package/dist/components/{layout-and-navigation → layout}/Expandable.mjs +21 -8
- package/dist/components/layout/Expandable.mjs.map +1 -0
- package/dist/components/{layout-and-navigation → layout}/FAQSection.js +26 -13
- package/dist/components/layout/FAQSection.js.map +1 -0
- package/dist/components/{layout-and-navigation → layout}/FAQSection.mjs +27 -14
- package/dist/components/layout/FAQSection.mjs.map +1 -0
- package/dist/components/layout/FloatingContainer.d.mts +38 -0
- package/dist/components/layout/FloatingContainer.d.ts +38 -0
- package/dist/components/layout/FloatingContainer.js +219 -0
- package/dist/components/layout/FloatingContainer.js.map +1 -0
- package/dist/components/layout/FloatingContainer.mjs +195 -0
- package/dist/components/layout/FloatingContainer.mjs.map +1 -0
- package/dist/components/layout/ListBox.d.mts +44 -0
- package/dist/components/layout/ListBox.d.ts +44 -0
- package/dist/components/layout/ListBox.js +329 -0
- package/dist/components/layout/ListBox.js.map +1 -0
- package/dist/components/layout/ListBox.mjs +290 -0
- package/dist/components/layout/ListBox.mjs.map +1 -0
- package/dist/components/{layout-and-navigation → layout}/MarkdownInterpreter.js +1 -1
- package/dist/components/layout/MarkdownInterpreter.js.map +1 -0
- package/dist/components/{layout-and-navigation → layout}/MarkdownInterpreter.mjs +1 -1
- package/dist/components/layout/MarkdownInterpreter.mjs.map +1 -0
- package/dist/components/layout/ScrollArea.d.mts +15 -0
- package/dist/components/layout/ScrollArea.d.ts +15 -0
- package/dist/components/layout/ScrollArea.js +1252 -0
- package/dist/components/layout/ScrollArea.js.map +1 -0
- package/dist/components/layout/ScrollArea.mjs +1216 -0
- package/dist/components/layout/ScrollArea.mjs.map +1 -0
- package/dist/components/{layout-and-navigation → layout}/TextImage.js +6 -4
- package/dist/components/layout/TextImage.js.map +1 -0
- package/dist/components/{layout-and-navigation → layout}/TextImage.mjs +5 -3
- package/dist/components/layout/TextImage.mjs.map +1 -0
- package/dist/components/{layout-and-navigation → layout}/VerticalDivider.js +1 -1
- package/dist/components/layout/VerticalDivider.js.map +1 -0
- package/dist/components/{layout-and-navigation → layout}/VerticalDivider.mjs +1 -1
- package/dist/components/layout/VerticalDivider.mjs.map +1 -0
- package/dist/components/loading-states/ErrorComponent.js.map +1 -1
- package/dist/components/loading-states/ErrorComponent.mjs.map +1 -1
- package/dist/components/loading-states/LoadingAndErrorComponent.d.mts +1 -1
- package/dist/components/loading-states/LoadingAndErrorComponent.d.ts +1 -1
- package/dist/components/loading-states/LoadingAnimation.js +18 -17
- package/dist/components/loading-states/LoadingAnimation.js.map +1 -1
- package/dist/components/loading-states/LoadingAnimation.mjs +18 -17
- package/dist/components/loading-states/LoadingAnimation.mjs.map +1 -1
- package/dist/components/loading-states/LoadingButton.js +55 -18
- package/dist/components/loading-states/LoadingButton.js.map +1 -1
- package/dist/components/loading-states/LoadingButton.mjs +55 -18
- package/dist/components/loading-states/LoadingButton.mjs.map +1 -1
- package/dist/components/{layout-and-navigation → navigation}/BreadCrumb.js +668 -23
- package/dist/components/navigation/BreadCrumb.js.map +1 -0
- package/dist/components/{layout-and-navigation → navigation}/BreadCrumb.mjs +668 -23
- package/dist/components/navigation/BreadCrumb.mjs.map +1 -0
- package/dist/components/navigation/Navigation.d.mts +21 -0
- package/dist/components/navigation/Navigation.d.ts +21 -0
- package/dist/components/navigation/Navigation.js +4018 -0
- package/dist/components/navigation/Navigation.js.map +1 -0
- package/dist/components/navigation/Navigation.mjs +4012 -0
- package/dist/components/navigation/Navigation.mjs.map +1 -0
- package/dist/components/{layout-and-navigation → navigation}/Pagination.js +107 -192
- package/dist/components/navigation/Pagination.js.map +1 -0
- package/dist/components/{layout-and-navigation → navigation}/Pagination.mjs +102 -187
- package/dist/components/navigation/Pagination.mjs.map +1 -0
- package/dist/components/{layout-and-navigation → navigation}/StepperBar.js +44 -4
- package/dist/components/navigation/StepperBar.js.map +1 -0
- package/dist/components/{layout-and-navigation → navigation}/StepperBar.mjs +44 -4
- package/dist/components/navigation/StepperBar.mjs.map +1 -0
- package/dist/components/properties/CheckboxProperty.js +890 -135
- package/dist/components/properties/CheckboxProperty.js.map +1 -1
- package/dist/components/properties/CheckboxProperty.mjs +897 -142
- package/dist/components/properties/CheckboxProperty.mjs.map +1 -1
- package/dist/components/properties/DateProperty.js +153 -198
- package/dist/components/properties/DateProperty.js.map +1 -1
- package/dist/components/properties/DateProperty.mjs +146 -191
- package/dist/components/properties/DateProperty.mjs.map +1 -1
- package/dist/components/properties/MultiSelectProperty.d.mts +5 -10
- package/dist/components/properties/MultiSelectProperty.d.ts +5 -10
- package/dist/components/properties/MultiSelectProperty.js +1156 -1160
- package/dist/components/properties/MultiSelectProperty.js.map +1 -1
- package/dist/components/properties/MultiSelectProperty.mjs +1169 -1163
- package/dist/components/properties/MultiSelectProperty.mjs.map +1 -1
- package/dist/components/properties/NumberProperty.js +155 -201
- package/dist/components/properties/NumberProperty.js.map +1 -1
- package/dist/components/properties/NumberProperty.mjs +148 -194
- package/dist/components/properties/NumberProperty.mjs.map +1 -1
- package/dist/components/properties/PropertyBase.js +49 -9
- package/dist/components/properties/PropertyBase.js.map +1 -1
- package/dist/components/properties/PropertyBase.mjs +49 -9
- package/dist/components/properties/PropertyBase.mjs.map +1 -1
- package/dist/components/properties/SelectProperty.d.mts +5 -8
- package/dist/components/properties/SelectProperty.d.ts +5 -8
- package/dist/components/properties/SelectProperty.js +1062 -836
- package/dist/components/properties/SelectProperty.js.map +1 -1
- package/dist/components/properties/SelectProperty.mjs +1077 -841
- package/dist/components/properties/SelectProperty.mjs.map +1 -1
- package/dist/components/properties/TextProperty.js +97 -100
- package/dist/components/properties/TextProperty.js.map +1 -1
- package/dist/components/properties/TextProperty.mjs +100 -103
- package/dist/components/properties/TextProperty.mjs.map +1 -1
- package/dist/components/table/Table.js +1619 -994
- package/dist/components/table/Table.js.map +1 -1
- package/dist/components/table/Table.mjs +1626 -1001
- package/dist/components/table/Table.mjs.map +1 -1
- package/dist/components/table/TableFilterButton.js +116 -201
- package/dist/components/table/TableFilterButton.js.map +1 -1
- package/dist/components/table/TableFilterButton.mjs +105 -190
- package/dist/components/table/TableFilterButton.mjs.map +1 -1
- package/dist/components/table/TableSortButton.js +4 -3
- package/dist/components/table/TableSortButton.js.map +1 -1
- package/dist/components/table/TableSortButton.mjs +4 -3
- package/dist/components/table/TableSortButton.mjs.map +1 -1
- package/dist/components/user-action/Button.d.mts +15 -11
- package/dist/components/user-action/Button.d.ts +15 -11
- package/dist/components/user-action/Button.js +10 -9
- package/dist/components/user-action/Button.js.map +1 -1
- package/dist/components/user-action/Button.mjs +10 -9
- package/dist/components/user-action/Button.mjs.map +1 -1
- package/dist/components/user-action/Checkbox.d.mts +9 -25
- package/dist/components/user-action/Checkbox.d.ts +9 -25
- package/dist/components/user-action/Checkbox.js +793 -103
- package/dist/components/user-action/Checkbox.js.map +1 -1
- package/dist/components/user-action/Checkbox.mjs +794 -104
- package/dist/components/user-action/Checkbox.mjs.map +1 -1
- package/dist/components/user-action/CopyToClipboardWrapper.js +3 -1
- package/dist/components/user-action/CopyToClipboardWrapper.js.map +1 -1
- package/dist/components/user-action/CopyToClipboardWrapper.mjs +3 -1
- package/dist/components/user-action/CopyToClipboardWrapper.mjs.map +1 -1
- package/dist/components/user-action/DateAndTimePicker.d.mts +1 -1
- package/dist/components/user-action/DateAndTimePicker.d.ts +1 -1
- package/dist/components/user-action/DateAndTimePicker.js +67 -14
- package/dist/components/user-action/DateAndTimePicker.js.map +1 -1
- package/dist/components/user-action/DateAndTimePicker.mjs +68 -15
- package/dist/components/user-action/DateAndTimePicker.mjs.map +1 -1
- package/dist/components/user-action/Label.d.mts +6 -8
- package/dist/components/user-action/Label.d.ts +6 -8
- package/dist/components/user-action/Label.js +4 -6
- package/dist/components/user-action/Label.js.map +1 -1
- package/dist/components/user-action/Label.mjs +4 -6
- package/dist/components/user-action/Label.mjs.map +1 -1
- package/dist/components/user-action/Menu.d.mts +2 -2
- package/dist/components/user-action/Menu.d.ts +2 -2
- package/dist/components/user-action/Menu.js +1 -1
- package/dist/components/user-action/Menu.js.map +1 -1
- package/dist/components/user-action/Menu.mjs +1 -1
- package/dist/components/user-action/Menu.mjs.map +1 -1
- package/dist/components/user-action/ScrollPicker.js +8 -6
- package/dist/components/user-action/ScrollPicker.js.map +1 -1
- package/dist/components/user-action/ScrollPicker.mjs +8 -6
- package/dist/components/user-action/ScrollPicker.mjs.map +1 -1
- package/dist/components/user-action/SearchBar.d.mts +1 -2
- package/dist/components/user-action/SearchBar.d.ts +1 -2
- package/dist/components/user-action/SearchBar.js +93 -178
- package/dist/components/user-action/SearchBar.js.map +1 -1
- package/dist/components/user-action/SearchBar.mjs +86 -171
- package/dist/components/user-action/SearchBar.mjs.map +1 -1
- package/dist/components/user-action/Textarea.d.mts +22 -11
- package/dist/components/user-action/Textarea.d.ts +22 -11
- package/dist/components/user-action/Textarea.js +101 -92
- package/dist/components/user-action/Textarea.js.map +1 -1
- package/dist/components/user-action/Textarea.mjs +100 -92
- package/dist/components/user-action/Textarea.mjs.map +1 -1
- package/dist/components/user-action/input/Input.d.mts +37 -0
- package/dist/components/user-action/input/Input.d.ts +37 -0
- package/dist/components/user-action/input/Input.js +244 -0
- package/dist/components/user-action/input/Input.js.map +1 -0
- package/dist/components/user-action/input/Input.mjs +209 -0
- package/dist/components/user-action/input/Input.mjs.map +1 -0
- package/dist/components/user-action/input/InsideLabelInput.d.mts +20 -0
- package/dist/components/user-action/input/InsideLabelInput.d.ts +20 -0
- package/dist/components/user-action/input/InsideLabelInput.js +295 -0
- package/dist/components/user-action/input/InsideLabelInput.js.map +1 -0
- package/dist/components/user-action/input/InsideLabelInput.mjs +260 -0
- package/dist/components/user-action/input/InsideLabelInput.mjs.map +1 -0
- package/dist/components/user-action/input/ToggleableInput.d.mts +22 -0
- package/dist/components/user-action/input/ToggleableInput.d.ts +22 -0
- package/dist/components/user-action/{Input.js → input/ToggleableInput.js} +136 -171
- package/dist/components/user-action/input/ToggleableInput.js.map +1 -0
- package/dist/components/user-action/input/ToggleableInput.mjs +264 -0
- package/dist/components/user-action/input/ToggleableInput.mjs.map +1 -0
- package/dist/components/user-action/select/Select.d.mts +102 -0
- package/dist/components/user-action/select/Select.d.ts +102 -0
- package/dist/components/user-action/select/Select.js +1367 -0
- package/dist/components/user-action/select/Select.js.map +1 -0
- package/dist/components/user-action/select/Select.mjs +1333 -0
- package/dist/components/user-action/select/Select.mjs.map +1 -0
- package/dist/components/utils/FocusTrap.d.mts +28 -0
- package/dist/components/utils/FocusTrap.d.ts +28 -0
- package/dist/components/utils/FocusTrap.js +252 -0
- package/dist/components/utils/FocusTrap.js.map +1 -0
- package/dist/components/utils/FocusTrap.mjs +229 -0
- package/dist/components/utils/FocusTrap.mjs.map +1 -0
- package/dist/components/utils/Transition.d.mts +26 -0
- package/dist/components/utils/Transition.d.ts +26 -0
- package/dist/components/utils/Transition.js +74 -0
- package/dist/components/utils/Transition.js.map +1 -0
- package/dist/components/utils/Transition.mjs +50 -0
- package/dist/components/utils/Transition.mjs.map +1 -0
- package/dist/hooks/focus/useFocusGuards.d.mts +3 -0
- package/dist/hooks/focus/useFocusGuards.d.ts +3 -0
- package/dist/hooks/focus/useFocusGuards.js +74 -0
- package/dist/hooks/focus/useFocusGuards.js.map +1 -0
- package/dist/hooks/focus/useFocusGuards.mjs +50 -0
- package/dist/hooks/focus/useFocusGuards.mjs.map +1 -0
- package/dist/hooks/{useFocusManagement.js → focus/useFocusManagement.js} +1 -1
- package/dist/hooks/focus/useFocusManagement.js.map +1 -0
- package/dist/hooks/{useFocusManagement.mjs → focus/useFocusManagement.mjs} +1 -1
- package/dist/hooks/focus/useFocusManagement.mjs.map +1 -0
- package/dist/hooks/{useFocusOnceVisible.js → focus/useFocusOnceVisible.js} +1 -1
- package/dist/hooks/focus/useFocusOnceVisible.js.map +1 -0
- package/dist/hooks/{useFocusOnceVisible.mjs → focus/useFocusOnceVisible.mjs} +1 -1
- package/dist/hooks/focus/useFocusOnceVisible.mjs.map +1 -0
- package/dist/hooks/focus/useFocusTrap.d.mts +16 -0
- package/dist/hooks/focus/useFocusTrap.d.ts +16 -0
- package/dist/hooks/focus/useFocusTrap.js +233 -0
- package/dist/hooks/focus/useFocusTrap.js.map +1 -0
- package/dist/hooks/focus/useFocusTrap.mjs +210 -0
- package/dist/hooks/focus/useFocusTrap.mjs.map +1 -0
- package/dist/hooks/focus/useIsMounted.d.mts +3 -0
- package/dist/hooks/focus/useIsMounted.d.ts +3 -0
- package/dist/hooks/focus/useIsMounted.js +43 -0
- package/dist/hooks/focus/useIsMounted.js.map +1 -0
- package/dist/hooks/focus/useIsMounted.mjs +20 -0
- package/dist/hooks/focus/useIsMounted.mjs.map +1 -0
- package/dist/hooks/useFloatingElement.d.mts +22 -0
- package/dist/hooks/useFloatingElement.d.ts +22 -0
- package/dist/hooks/useFloatingElement.js +162 -0
- package/dist/hooks/useFloatingElement.js.map +1 -0
- package/dist/hooks/useFloatingElement.mjs +139 -0
- package/dist/hooks/useFloatingElement.mjs.map +1 -0
- package/dist/hooks/useLocalStorage.js +2 -2
- package/dist/hooks/useLocalStorage.js.map +1 -1
- package/dist/hooks/useLocalStorage.mjs +2 -2
- package/dist/hooks/useLocalStorage.mjs.map +1 -1
- package/dist/hooks/useLogOnce.d.mts +3 -4
- package/dist/hooks/useLogOnce.d.ts +3 -4
- package/dist/hooks/useLogOnce.js +5 -5
- package/dist/hooks/useLogOnce.js.map +1 -1
- package/dist/hooks/useLogOnce.mjs +5 -5
- package/dist/hooks/useLogOnce.mjs.map +1 -1
- package/dist/hooks/useRerender.d.mts +2 -2
- package/dist/hooks/useRerender.d.ts +2 -2
- package/dist/hooks/useSearch.d.mts +2 -2
- package/dist/hooks/useSearch.d.ts +2 -2
- package/dist/hooks/useSearch.js +1 -1
- package/dist/hooks/useSearch.js.map +1 -1
- package/dist/hooks/useSearch.mjs +1 -1
- package/dist/hooks/useSearch.mjs.map +1 -1
- package/dist/localization/LanguageProvider.d.mts +2 -2
- package/dist/localization/LanguageProvider.d.ts +2 -2
- package/dist/localization/LanguageProvider.js +2 -2
- package/dist/localization/LanguageProvider.js.map +1 -1
- package/dist/localization/LanguageProvider.mjs +2 -2
- package/dist/localization/LanguageProvider.mjs.map +1 -1
- package/dist/localization/defaults/form.d.mts +1 -0
- package/dist/localization/defaults/form.d.ts +1 -0
- package/dist/localization/defaults/form.js +2 -0
- package/dist/localization/defaults/form.js.map +1 -1
- package/dist/localization/defaults/form.mjs +2 -0
- package/dist/localization/defaults/form.mjs.map +1 -1
- package/dist/localization/useTranslation.js.map +1 -1
- package/dist/localization/useTranslation.mjs.map +1 -1
- package/dist/storybook/helper.d.mts +17 -0
- package/dist/storybook/helper.d.ts +17 -0
- package/dist/storybook/helper.js +61 -0
- package/dist/storybook/helper.js.map +1 -0
- package/dist/storybook/helper.mjs +37 -0
- package/dist/storybook/helper.mjs.map +1 -0
- package/dist/{css → style}/globals.css +836 -378
- package/dist/{css → style}/uncompiled/globals.css +80 -17
- package/dist/{css → style}/uncompiled/theme/colors-component.css +18 -4
- package/dist/{css → style}/uncompiled/theme/colors-semantic.css +2 -9
- package/dist/style/uncompiled/typography.css +171 -0
- package/dist/{css → style}/uncompiled/utitlity/animation.css +54 -42
- package/dist/{css → style}/uncompiled/utitlity/index.css +2 -1
- package/dist/{css → style}/uncompiled/utitlity/shadow.css +9 -1
- package/dist/style/uncompiled/utitlity/sizing.css +29 -0
- package/dist/theming/useTheme.d.mts +5 -3
- package/dist/theming/useTheme.d.ts +5 -3
- package/dist/theming/useTheme.js +42 -19
- package/dist/theming/useTheme.js.map +1 -1
- package/dist/theming/useTheme.mjs +40 -17
- package/dist/theming/useTheme.mjs.map +1 -1
- package/dist/{util → utils}/array.d.mts +1 -0
- package/dist/{util → utils}/array.d.ts +1 -0
- package/dist/{util → utils}/array.js +15 -2
- package/dist/utils/array.js.map +1 -0
- package/dist/{util → utils}/array.mjs +15 -2
- package/dist/utils/array.mjs.map +1 -0
- package/dist/utils/bagFunctions.d.mts +15 -0
- package/dist/utils/bagFunctions.d.ts +15 -0
- package/dist/{util/PropsWithFunctionChildren.js → utils/bagFunctions.js} +5 -5
- package/dist/utils/bagFunctions.js.map +1 -0
- package/dist/{util/PropsWithFunctionChildren.mjs → utils/bagFunctions.mjs} +2 -2
- package/dist/utils/bagFunctions.mjs.map +1 -0
- package/dist/{util → utils}/builder.js +1 -1
- package/dist/utils/builder.js.map +1 -0
- package/dist/{util → utils}/builder.mjs +1 -1
- package/dist/utils/builder.mjs.map +1 -0
- package/dist/{util → utils}/date.js +3 -3
- package/dist/utils/date.js.map +1 -0
- package/dist/{util → utils}/date.mjs +2 -2
- package/dist/utils/date.mjs.map +1 -0
- package/dist/{util → utils}/easeFunctions.js +5 -4
- package/dist/utils/easeFunctions.js.map +1 -0
- package/dist/{util → utils}/easeFunctions.mjs +4 -3
- package/dist/utils/easeFunctions.mjs.map +1 -0
- package/dist/{util → utils}/emailValidation.js +1 -1
- package/dist/utils/emailValidation.js.map +1 -0
- package/dist/{util → utils}/emailValidation.mjs +1 -1
- package/dist/utils/emailValidation.mjs.map +1 -0
- package/dist/{util → utils}/loopingArray.js +1 -1
- package/dist/utils/loopingArray.js.map +1 -0
- package/dist/{util → utils}/loopingArray.mjs +1 -1
- package/dist/utils/loopingArray.mjs.map +1 -0
- package/dist/utils/match.d.mts +3 -0
- package/dist/utils/match.d.ts +3 -0
- package/dist/utils/match.js +32 -0
- package/dist/utils/match.js.map +1 -0
- package/dist/utils/match.mjs +8 -0
- package/dist/utils/match.mjs.map +1 -0
- package/dist/utils/math.d.mts +3 -0
- package/dist/utils/math.d.ts +3 -0
- package/dist/{util → utils}/math.js +3 -2
- package/dist/utils/math.js.map +1 -0
- package/dist/utils/math.mjs +9 -0
- package/dist/utils/math.mjs.map +1 -0
- package/dist/{util → utils}/noop.js +1 -1
- package/dist/utils/noop.js.map +1 -0
- package/dist/utils/noop.mjs +6 -0
- package/dist/utils/noop.mjs.map +1 -0
- package/dist/{util → utils}/resolveSetState.js +1 -1
- package/dist/utils/resolveSetState.js.map +1 -0
- package/dist/{util → utils}/resolveSetState.mjs +1 -1
- package/dist/utils/resolveSetState.mjs.map +1 -0
- package/dist/{util → utils}/simpleSearch.js +1 -1
- package/dist/utils/simpleSearch.js.map +1 -0
- package/dist/{util → utils}/simpleSearch.mjs +1 -1
- package/dist/utils/simpleSearch.mjs.map +1 -0
- package/dist/{util → utils}/storage.js +1 -1
- package/dist/utils/storage.js.map +1 -0
- package/dist/{util → utils}/storage.mjs +1 -1
- package/dist/utils/storage.mjs.map +1 -0
- package/dist/{util → utils}/writeToClipboard.js +2 -1
- package/dist/utils/writeToClipboard.js.map +1 -0
- package/dist/{util → utils}/writeToClipboard.mjs +3 -1
- package/dist/utils/writeToClipboard.mjs.map +1 -0
- package/package.json +8 -8
- package/dist/components/dialogs/ConfirmDialog.js +0 -674
- package/dist/components/dialogs/ConfirmDialog.js.map +0 -1
- package/dist/components/dialogs/ConfirmDialog.mjs +0 -638
- package/dist/components/dialogs/ConfirmDialog.mjs.map +0 -1
- package/dist/components/icons-and-geometry/Helpwave.js.map +0 -1
- package/dist/components/icons-and-geometry/Helpwave.mjs.map +0 -1
- package/dist/components/layout-and-navigation/BreadCrumb.js.map +0 -1
- package/dist/components/layout-and-navigation/BreadCrumb.mjs.map +0 -1
- package/dist/components/layout-and-navigation/Carousel.d.mts +0 -25
- package/dist/components/layout-and-navigation/Carousel.d.ts +0 -25
- package/dist/components/layout-and-navigation/Carousel.js +0 -641
- package/dist/components/layout-and-navigation/Carousel.js.map +0 -1
- package/dist/components/layout-and-navigation/Carousel.mjs +0 -607
- package/dist/components/layout-and-navigation/Carousel.mjs.map +0 -1
- package/dist/components/layout-and-navigation/Chip.js.map +0 -1
- package/dist/components/layout-and-navigation/Chip.mjs.map +0 -1
- package/dist/components/layout-and-navigation/DividerInserter.js.map +0 -1
- package/dist/components/layout-and-navigation/DividerInserter.mjs.map +0 -1
- package/dist/components/layout-and-navigation/Expandable.js.map +0 -1
- package/dist/components/layout-and-navigation/Expandable.mjs.map +0 -1
- package/dist/components/layout-and-navigation/FAQSection.js.map +0 -1
- package/dist/components/layout-and-navigation/FAQSection.mjs.map +0 -1
- package/dist/components/layout-and-navigation/MarkdownInterpreter.js.map +0 -1
- package/dist/components/layout-and-navigation/MarkdownInterpreter.mjs.map +0 -1
- package/dist/components/layout-and-navigation/Overlay.d.mts +0 -67
- package/dist/components/layout-and-navigation/Overlay.d.ts +0 -67
- package/dist/components/layout-and-navigation/Overlay.js +0 -702
- package/dist/components/layout-and-navigation/Overlay.js.map +0 -1
- package/dist/components/layout-and-navigation/Overlay.mjs +0 -665
- package/dist/components/layout-and-navigation/Overlay.mjs.map +0 -1
- package/dist/components/layout-and-navigation/Pagination.js.map +0 -1
- package/dist/components/layout-and-navigation/Pagination.mjs.map +0 -1
- package/dist/components/layout-and-navigation/SearchableList.d.mts +0 -24
- package/dist/components/layout-and-navigation/SearchableList.d.ts +0 -24
- package/dist/components/layout-and-navigation/SearchableList.js +0 -758
- package/dist/components/layout-and-navigation/SearchableList.js.map +0 -1
- package/dist/components/layout-and-navigation/SearchableList.mjs +0 -724
- package/dist/components/layout-and-navigation/SearchableList.mjs.map +0 -1
- package/dist/components/layout-and-navigation/StepperBar.js.map +0 -1
- package/dist/components/layout-and-navigation/StepperBar.mjs.map +0 -1
- package/dist/components/layout-and-navigation/TextImage.js.map +0 -1
- package/dist/components/layout-and-navigation/TextImage.mjs.map +0 -1
- package/dist/components/layout-and-navigation/Tile.d.mts +0 -27
- package/dist/components/layout-and-navigation/Tile.d.ts +0 -27
- package/dist/components/layout-and-navigation/Tile.js +0 -96
- package/dist/components/layout-and-navigation/Tile.js.map +0 -1
- package/dist/components/layout-and-navigation/Tile.mjs +0 -61
- package/dist/components/layout-and-navigation/Tile.mjs.map +0 -1
- package/dist/components/layout-and-navigation/VerticalDivider.js.map +0 -1
- package/dist/components/layout-and-navigation/VerticalDivider.mjs.map +0 -1
- package/dist/components/modals/ConfirmModal.d.mts +0 -33
- package/dist/components/modals/ConfirmModal.d.ts +0 -33
- package/dist/components/modals/ConfirmModal.js +0 -687
- package/dist/components/modals/ConfirmModal.js.map +0 -1
- package/dist/components/modals/ConfirmModal.mjs +0 -651
- package/dist/components/modals/ConfirmModal.mjs.map +0 -1
- package/dist/components/modals/DiscardChangesModal.d.mts +0 -20
- package/dist/components/modals/DiscardChangesModal.d.ts +0 -20
- package/dist/components/modals/DiscardChangesModal.js +0 -717
- package/dist/components/modals/DiscardChangesModal.js.map +0 -1
- package/dist/components/modals/DiscardChangesModal.mjs +0 -681
- package/dist/components/modals/DiscardChangesModal.mjs.map +0 -1
- package/dist/components/modals/InputModal.d.mts +0 -21
- package/dist/components/modals/InputModal.d.ts +0 -21
- package/dist/components/modals/InputModal.js +0 -976
- package/dist/components/modals/InputModal.js.map +0 -1
- package/dist/components/modals/InputModal.mjs +0 -940
- package/dist/components/modals/InputModal.mjs.map +0 -1
- package/dist/components/modals/LanguageModal.d.mts +0 -21
- package/dist/components/modals/LanguageModal.d.ts +0 -21
- package/dist/components/modals/LanguageModal.js +0 -1468
- package/dist/components/modals/LanguageModal.js.map +0 -1
- package/dist/components/modals/LanguageModal.mjs +0 -1432
- package/dist/components/modals/LanguageModal.mjs.map +0 -1
- package/dist/components/modals/ThemeModal.d.mts +0 -21
- package/dist/components/modals/ThemeModal.d.ts +0 -21
- package/dist/components/modals/ThemeModal.js +0 -1497
- package/dist/components/modals/ThemeModal.js.map +0 -1
- package/dist/components/modals/ThemeModal.mjs +0 -1461
- package/dist/components/modals/ThemeModal.mjs.map +0 -1
- package/dist/components/user-action/Input.d.mts +0 -77
- package/dist/components/user-action/Input.d.ts +0 -77
- package/dist/components/user-action/Input.js.map +0 -1
- package/dist/components/user-action/Input.mjs +0 -298
- package/dist/components/user-action/Input.mjs.map +0 -1
- package/dist/components/user-action/MultiSelect.d.mts +0 -42
- package/dist/components/user-action/MultiSelect.d.ts +0 -42
- package/dist/components/user-action/MultiSelect.js +0 -1468
- package/dist/components/user-action/MultiSelect.js.map +0 -1
- package/dist/components/user-action/MultiSelect.mjs +0 -1433
- package/dist/components/user-action/MultiSelect.mjs.map +0 -1
- package/dist/components/user-action/Select.d.mts +0 -41
- package/dist/components/user-action/Select.d.ts +0 -41
- package/dist/components/user-action/Select.js +0 -1236
- package/dist/components/user-action/Select.js.map +0 -1
- package/dist/components/user-action/Select.mjs +0 -1201
- package/dist/components/user-action/Select.mjs.map +0 -1
- package/dist/components/user-action/ToggleableInput.d.mts +0 -37
- package/dist/components/user-action/ToggleableInput.d.ts +0 -37
- package/dist/components/user-action/ToggleableInput.js +0 -192
- package/dist/components/user-action/ToggleableInput.js.map +0 -1
- package/dist/components/user-action/ToggleableInput.mjs +0 -157
- package/dist/components/user-action/ToggleableInput.mjs.map +0 -1
- package/dist/css/uncompiled/textstyles.css +0 -69
- package/dist/hooks/useFocusManagement.js.map +0 -1
- package/dist/hooks/useFocusManagement.mjs.map +0 -1
- package/dist/hooks/useFocusOnceVisible.js.map +0 -1
- package/dist/hooks/useFocusOnceVisible.mjs.map +0 -1
- package/dist/index.d.mts +0 -103
- package/dist/index.d.ts +0 -103
- package/dist/index.js +0 -12610
- package/dist/index.js.map +0 -1
- package/dist/index.mjs +0 -12447
- package/dist/index.mjs.map +0 -1
- package/dist/util/PropsWithFunctionChildren.d.mts +0 -14
- package/dist/util/PropsWithFunctionChildren.d.ts +0 -14
- package/dist/util/PropsWithFunctionChildren.js.map +0 -1
- package/dist/util/PropsWithFunctionChildren.mjs.map +0 -1
- package/dist/util/array.js.map +0 -1
- package/dist/util/array.mjs.map +0 -1
- package/dist/util/builder.js.map +0 -1
- package/dist/util/builder.mjs.map +0 -1
- package/dist/util/date.js.map +0 -1
- package/dist/util/date.mjs.map +0 -1
- package/dist/util/easeFunctions.js.map +0 -1
- package/dist/util/easeFunctions.mjs.map +0 -1
- package/dist/util/emailValidation.js.map +0 -1
- package/dist/util/emailValidation.mjs.map +0 -1
- package/dist/util/loopingArray.js.map +0 -1
- package/dist/util/loopingArray.mjs.map +0 -1
- package/dist/util/math.d.mts +0 -3
- package/dist/util/math.d.ts +0 -3
- package/dist/util/math.js.map +0 -1
- package/dist/util/math.mjs +0 -8
- package/dist/util/math.mjs.map +0 -1
- package/dist/util/news.d.mts +0 -101
- package/dist/util/news.d.ts +0 -101
- package/dist/util/news.js +0 -76
- package/dist/util/news.js.map +0 -1
- package/dist/util/news.mjs +0 -49
- package/dist/util/news.mjs.map +0 -1
- package/dist/util/noop.js.map +0 -1
- package/dist/util/noop.mjs +0 -6
- package/dist/util/noop.mjs.map +0 -1
- package/dist/util/resolveSetState.js.map +0 -1
- package/dist/util/resolveSetState.mjs.map +0 -1
- package/dist/util/simpleSearch.js.map +0 -1
- package/dist/util/simpleSearch.mjs.map +0 -1
- package/dist/util/storage.js.map +0 -1
- package/dist/util/storage.mjs.map +0 -1
- package/dist/util/types.d.mts +0 -3
- package/dist/util/types.d.ts +0 -3
- package/dist/util/types.js +0 -18
- package/dist/util/types.js.map +0 -1
- package/dist/util/types.mjs +0 -1
- package/dist/util/types.mjs.map +0 -1
- package/dist/util/writeToClipboard.js.map +0 -1
- package/dist/util/writeToClipboard.mjs.map +0 -1
- /package/dist/components/{layout-and-navigation → layout}/DividerInserter.d.mts +0 -0
- /package/dist/components/{layout-and-navigation → layout}/DividerInserter.d.ts +0 -0
- /package/dist/components/{layout-and-navigation → layout}/FAQSection.d.mts +0 -0
- /package/dist/components/{layout-and-navigation → layout}/FAQSection.d.ts +0 -0
- /package/dist/components/{layout-and-navigation → layout}/MarkdownInterpreter.d.mts +0 -0
- /package/dist/components/{layout-and-navigation → layout}/MarkdownInterpreter.d.ts +0 -0
- /package/dist/components/{layout-and-navigation → layout}/TextImage.d.mts +0 -0
- /package/dist/components/{layout-and-navigation → layout}/TextImage.d.ts +0 -0
- /package/dist/components/{layout-and-navigation → layout}/VerticalDivider.d.mts +0 -0
- /package/dist/components/{layout-and-navigation → layout}/VerticalDivider.d.ts +0 -0
- /package/dist/components/{layout-and-navigation → navigation}/BreadCrumb.d.mts +0 -0
- /package/dist/components/{layout-and-navigation → navigation}/BreadCrumb.d.ts +0 -0
- /package/dist/components/{layout-and-navigation → navigation}/Pagination.d.mts +0 -0
- /package/dist/components/{layout-and-navigation → navigation}/Pagination.d.ts +0 -0
- /package/dist/components/{layout-and-navigation → navigation}/StepperBar.d.mts +0 -0
- /package/dist/components/{layout-and-navigation → navigation}/StepperBar.d.ts +0 -0
- /package/dist/hooks/{useFocusManagement.d.mts → focus/useFocusManagement.d.mts} +0 -0
- /package/dist/hooks/{useFocusManagement.d.ts → focus/useFocusManagement.d.ts} +0 -0
- /package/dist/hooks/{useFocusOnceVisible.d.mts → focus/useFocusOnceVisible.d.mts} +0 -0
- /package/dist/hooks/{useFocusOnceVisible.d.ts → focus/useFocusOnceVisible.d.ts} +0 -0
- /package/dist/{css → style}/uncompiled/theme/colors-basic.css +0 -0
- /package/dist/{css → style}/uncompiled/theme/index.css +0 -0
- /package/dist/{css → style}/uncompiled/theme/variants.css +0 -0
- /package/dist/{css → style}/uncompiled/utitlity/borderradius.css +0 -0
- /package/dist/{css → style}/uncompiled/utitlity/general.css +0 -0
- /package/dist/{util → utils}/builder.d.mts +0 -0
- /package/dist/{util → utils}/builder.d.ts +0 -0
- /package/dist/{util → utils}/date.d.mts +0 -0
- /package/dist/{util → utils}/date.d.ts +0 -0
- /package/dist/{util → utils}/easeFunctions.d.mts +0 -0
- /package/dist/{util → utils}/easeFunctions.d.ts +0 -0
- /package/dist/{util → utils}/emailValidation.d.mts +0 -0
- /package/dist/{util → utils}/emailValidation.d.ts +0 -0
- /package/dist/{util → utils}/loopingArray.d.mts +0 -0
- /package/dist/{util → utils}/loopingArray.d.ts +0 -0
- /package/dist/{util → utils}/noop.d.mts +0 -0
- /package/dist/{util → utils}/noop.d.ts +0 -0
- /package/dist/{util → utils}/resolveSetState.d.mts +0 -0
- /package/dist/{util → utils}/resolveSetState.d.ts +0 -0
- /package/dist/{util → utils}/simpleSearch.d.mts +0 -0
- /package/dist/{util → utils}/simpleSearch.d.ts +0 -0
- /package/dist/{util → utils}/storage.d.mts +0 -0
- /package/dist/{util → utils}/storage.d.ts +0 -0
- /package/dist/{util → utils}/writeToClipboard.d.mts +0 -0
- /package/dist/{util → utils}/writeToClipboard.d.ts +0 -0
|
@@ -41,30 +41,27 @@
|
|
|
41
41
|
--color-black: #000000;
|
|
42
42
|
--color-white: #FFFFFF;
|
|
43
43
|
--spacing: 0.25rem;
|
|
44
|
-
--
|
|
45
|
-
--text-xs:
|
|
46
|
-
--text-
|
|
47
|
-
--text-sm:
|
|
48
|
-
--text-sm--line-height: calc(1.25 / 0.875);
|
|
44
|
+
--text-xs: calc(12 / 16 * 1rem);
|
|
45
|
+
--text-xs--line-height: calc(15 / 12);
|
|
46
|
+
--text-sm: calc(14 / 16 * 1rem);
|
|
47
|
+
--text-sm--line-height: calc(17 / 14);
|
|
49
48
|
--text-base: 1rem;
|
|
50
|
-
--text-base--line-height: calc(
|
|
51
|
-
--text-lg:
|
|
52
|
-
--text-lg--line-height: calc(
|
|
53
|
-
--text-xl:
|
|
54
|
-
--text-xl--line-height: calc(
|
|
55
|
-
--text-2xl:
|
|
56
|
-
--text-2xl--line-height: calc(
|
|
57
|
-
--text-3xl:
|
|
58
|
-
--text-3xl--line-height: calc(
|
|
59
|
-
--text-4xl:
|
|
60
|
-
--text-4xl--line-height: calc(
|
|
61
|
-
--
|
|
62
|
-
--text-5xl--line-height: 1;
|
|
49
|
+
--text-base--line-height: calc(19 / 16);
|
|
50
|
+
--text-lg: calc(18 / 16 * 1rem);
|
|
51
|
+
--text-lg--line-height: calc(23 / 18);
|
|
52
|
+
--text-xl: calc(20 / 16 * 1rem);
|
|
53
|
+
--text-xl--line-height: calc(26 / 20);
|
|
54
|
+
--text-2xl: calc(22 / 16 * 1rem);
|
|
55
|
+
--text-2xl--line-height: calc(28 / 22);
|
|
56
|
+
--text-3xl: calc(24 / 16 * 1rem);
|
|
57
|
+
--text-3xl--line-height: calc(30 / 24);
|
|
58
|
+
--text-4xl: calc(32 / 16 * 1rem);
|
|
59
|
+
--text-4xl--line-height: calc(40 / 32);
|
|
60
|
+
--font-weight-light: 300;
|
|
63
61
|
--font-weight-normal: 400;
|
|
64
62
|
--font-weight-medium: 500;
|
|
65
63
|
--font-weight-semibold: 600;
|
|
66
64
|
--font-weight-bold: 700;
|
|
67
|
-
--leading-tight: 1.25;
|
|
68
65
|
--radius-sm: 0.25rem;
|
|
69
66
|
--radius-md: 0.375rem;
|
|
70
67
|
--radius-lg: 0.5rem;
|
|
@@ -92,11 +89,8 @@
|
|
|
92
89
|
--color-on-negative: var(--color-white);
|
|
93
90
|
--color-negative-border: var(--color-negative);
|
|
94
91
|
--color-negative-border-hover: var(--color-red-700);
|
|
95
|
-
--color-disabled
|
|
96
|
-
--color-disabled-
|
|
97
|
-
--color-disabled-icon: var(--color-disabled-text);
|
|
98
|
-
--color-disabled-border: var(--color-gray-300);
|
|
99
|
-
--color-disabled-outline: var(--color-disabled-border);
|
|
92
|
+
--color-disabled: var(--color-gray-300);
|
|
93
|
+
--color-disabled-background: var(--color-gray-100);
|
|
100
94
|
--color-surface: var(--color-white);
|
|
101
95
|
--color-on-surface: var(--color-text-primary);
|
|
102
96
|
--color-surface-variant: var(--color-gray-25);
|
|
@@ -108,6 +102,7 @@
|
|
|
108
102
|
--color-primary: var(--color-purple-500);
|
|
109
103
|
--color-on-primary: var(--color-white);
|
|
110
104
|
--color-secondary: var(--color-blue-800);
|
|
105
|
+
--color-on-secondary: var(--color-white);
|
|
111
106
|
--color-highlight: var(--color-blue-500);
|
|
112
107
|
--color-button-outline-primary-icon: var(--color-primary);
|
|
113
108
|
--color-button-outline-primary-text: var(--color-primary);
|
|
@@ -152,6 +147,8 @@
|
|
|
152
147
|
--color-progress-indicator-background: var(--color-gray-300);
|
|
153
148
|
--color-property-title-background: var(--color-gray-100);
|
|
154
149
|
--color-property-title-text: var(--color-text-secondary);
|
|
150
|
+
--color-scrollbar-track: #00000033;
|
|
151
|
+
--color-scrollbar-thumb: var(--color-gray-600);
|
|
155
152
|
--color-stepperbar-dot-active: var(--color-primary);
|
|
156
153
|
--color-stepperbar-dot-normal: var(--color-purple-100);
|
|
157
154
|
--color-stepperbar-dot-disabled: var(--color-description);
|
|
@@ -180,12 +177,15 @@
|
|
|
180
177
|
--color-tag-red-background: #FEE0DD;
|
|
181
178
|
--color-tag-red-text: #D67268;
|
|
182
179
|
--color-tag-red-icon: #D67268;
|
|
183
|
-
--color-tag-blue-background:
|
|
184
|
-
--color-tag-blue-text:
|
|
185
|
-
--color-tag-blue-icon:
|
|
186
|
-
--color-tag-pink-background: #
|
|
180
|
+
--color-tag-blue-background: #DBE2F3;
|
|
181
|
+
--color-tag-blue-text: #758ECE;
|
|
182
|
+
--color-tag-blue-icon: #758ECE;
|
|
183
|
+
--color-tag-pink-background: #F3DBE7;
|
|
187
184
|
--color-tag-pink-text: #CE75A0;
|
|
188
185
|
--color-tag-pink-icon: #CE75A0;
|
|
186
|
+
--color-tag-orange-background: #FEEACB;
|
|
187
|
+
--color-tag-orange-text: #EA8E00;
|
|
188
|
+
--color-tag-orange-icon: #EA8E00;
|
|
189
189
|
--color-text-image-primary-background: var(--color-primary);
|
|
190
190
|
--color-text-image-primary-text: var(--color-white);
|
|
191
191
|
--color-text-image-secondary-background: var(--color-blue-500);
|
|
@@ -349,6 +349,9 @@
|
|
|
349
349
|
.pointer-events-none {
|
|
350
350
|
pointer-events: none;
|
|
351
351
|
}
|
|
352
|
+
.visible {
|
|
353
|
+
visibility: visible;
|
|
354
|
+
}
|
|
352
355
|
.absolute {
|
|
353
356
|
position: absolute;
|
|
354
357
|
}
|
|
@@ -364,12 +367,18 @@
|
|
|
364
367
|
.inset-0 {
|
|
365
368
|
inset: calc(var(--spacing) * 0);
|
|
366
369
|
}
|
|
370
|
+
.top-0 {
|
|
371
|
+
top: calc(var(--spacing) * 0);
|
|
372
|
+
}
|
|
367
373
|
.top-0\.5 {
|
|
368
374
|
top: calc(var(--spacing) * 0.5);
|
|
369
375
|
}
|
|
370
376
|
.top-1\/2 {
|
|
371
377
|
top: calc(1/2 * 100%);
|
|
372
378
|
}
|
|
379
|
+
.top-2 {
|
|
380
|
+
top: calc(var(--spacing) * 2);
|
|
381
|
+
}
|
|
373
382
|
.top-full {
|
|
374
383
|
top: 100%;
|
|
375
384
|
}
|
|
@@ -379,6 +388,9 @@
|
|
|
379
388
|
.right-0\.5 {
|
|
380
389
|
right: calc(var(--spacing) * 0.5);
|
|
381
390
|
}
|
|
391
|
+
.right-2 {
|
|
392
|
+
right: calc(var(--spacing) * 2);
|
|
393
|
+
}
|
|
382
394
|
.right-full {
|
|
383
395
|
right: 100%;
|
|
384
396
|
}
|
|
@@ -391,6 +403,12 @@
|
|
|
391
403
|
.left-1\/2 {
|
|
392
404
|
left: calc(1/2 * 100%);
|
|
393
405
|
}
|
|
406
|
+
.left-2 {
|
|
407
|
+
left: calc(var(--spacing) * 2);
|
|
408
|
+
}
|
|
409
|
+
.left-4 {
|
|
410
|
+
left: calc(var(--spacing) * 4);
|
|
411
|
+
}
|
|
394
412
|
.left-\[50\%\] {
|
|
395
413
|
left: 50%;
|
|
396
414
|
}
|
|
@@ -400,12 +418,18 @@
|
|
|
400
418
|
.z-10 {
|
|
401
419
|
z-index: 10;
|
|
402
420
|
}
|
|
421
|
+
.z-100 {
|
|
422
|
+
z-index: 100;
|
|
423
|
+
}
|
|
424
|
+
.z-2000 {
|
|
425
|
+
z-index: 2000;
|
|
426
|
+
}
|
|
427
|
+
.z-2001 {
|
|
428
|
+
z-index: 2001;
|
|
429
|
+
}
|
|
403
430
|
.z-\[1\] {
|
|
404
431
|
z-index: 1;
|
|
405
432
|
}
|
|
406
|
-
.z-\[2\] {
|
|
407
|
-
z-index: 2;
|
|
408
|
-
}
|
|
409
433
|
.z-\[6\] {
|
|
410
434
|
z-index: 6;
|
|
411
435
|
}
|
|
@@ -415,9 +439,6 @@
|
|
|
415
439
|
.z-\[10\] {
|
|
416
440
|
z-index: 10;
|
|
417
441
|
}
|
|
418
|
-
.z-\[200\] {
|
|
419
|
-
z-index: 200;
|
|
420
|
-
}
|
|
421
442
|
.z-\[300\] {
|
|
422
443
|
z-index: 300;
|
|
423
444
|
}
|
|
@@ -448,15 +469,12 @@
|
|
|
448
469
|
.\!m-0 {
|
|
449
470
|
margin: calc(var(--spacing) * 0) !important;
|
|
450
471
|
}
|
|
451
|
-
.
|
|
452
|
-
margin: calc(var(--spacing) *
|
|
472
|
+
.mx-1 {
|
|
473
|
+
margin-inline: calc(var(--spacing) * 1);
|
|
453
474
|
}
|
|
454
475
|
.mx-2 {
|
|
455
476
|
margin-inline: calc(var(--spacing) * 2);
|
|
456
477
|
}
|
|
457
|
-
.mx-3 {
|
|
458
|
-
margin-inline: calc(var(--spacing) * 3);
|
|
459
|
-
}
|
|
460
478
|
.mx-4 {
|
|
461
479
|
margin-inline: calc(var(--spacing) * 4);
|
|
462
480
|
}
|
|
@@ -481,6 +499,9 @@
|
|
|
481
499
|
.mr-3 {
|
|
482
500
|
margin-right: calc(var(--spacing) * 3);
|
|
483
501
|
}
|
|
502
|
+
.mr-8 {
|
|
503
|
+
margin-right: calc(var(--spacing) * 8);
|
|
504
|
+
}
|
|
484
505
|
.mr-\[6px\] {
|
|
485
506
|
margin-right: 6px;
|
|
486
507
|
}
|
|
@@ -524,10 +545,10 @@
|
|
|
524
545
|
flex-direction: row;
|
|
525
546
|
column-gap: calc(var(--spacing) * 4);
|
|
526
547
|
}
|
|
527
|
-
.flex-row-
|
|
548
|
+
.flex-row-6 {
|
|
528
549
|
display: flex;
|
|
529
550
|
flex-direction: row;
|
|
530
|
-
column-gap: calc(var(--spacing) *
|
|
551
|
+
column-gap: calc(var(--spacing) * 6);
|
|
531
552
|
}
|
|
532
553
|
.row {
|
|
533
554
|
display: flex;
|
|
@@ -559,8 +580,15 @@
|
|
|
559
580
|
flex-direction: column;
|
|
560
581
|
row-gap: calc(var(--spacing) * 4);
|
|
561
582
|
}
|
|
562
|
-
|
|
563
|
-
display:
|
|
583
|
+
.flex-col-6 {
|
|
584
|
+
display: flex;
|
|
585
|
+
flex-direction: column;
|
|
586
|
+
row-gap: calc(var(--spacing) * 6);
|
|
587
|
+
}
|
|
588
|
+
.flex-col-8 {
|
|
589
|
+
display: flex;
|
|
590
|
+
flex-direction: column;
|
|
591
|
+
row-gap: calc(var(--spacing) * 8);
|
|
564
592
|
}
|
|
565
593
|
.block {
|
|
566
594
|
display: block;
|
|
@@ -580,6 +608,14 @@
|
|
|
580
608
|
.table {
|
|
581
609
|
display: table;
|
|
582
610
|
}
|
|
611
|
+
.size-force-4 {
|
|
612
|
+
height: calc(var(--spacing) * 4);
|
|
613
|
+
min-height: calc(var(--spacing) * 4);
|
|
614
|
+
max-height: calc(var(--spacing) * 4);
|
|
615
|
+
width: calc(var(--spacing) * 4);
|
|
616
|
+
min-width: calc(var(--spacing) * 4);
|
|
617
|
+
max-width: calc(var(--spacing) * 4);
|
|
618
|
+
}
|
|
583
619
|
.size-4 {
|
|
584
620
|
width: calc(var(--spacing) * 4);
|
|
585
621
|
height: calc(var(--spacing) * 4);
|
|
@@ -621,6 +657,9 @@
|
|
|
621
657
|
.h-10 {
|
|
622
658
|
height: calc(var(--spacing) * 10);
|
|
623
659
|
}
|
|
660
|
+
.h-14 {
|
|
661
|
+
height: calc(var(--spacing) * 14);
|
|
662
|
+
}
|
|
624
663
|
.h-24 {
|
|
625
664
|
height: calc(var(--spacing) * 24);
|
|
626
665
|
}
|
|
@@ -633,8 +672,11 @@
|
|
|
633
672
|
.h-96 {
|
|
634
673
|
height: calc(var(--spacing) * 96);
|
|
635
674
|
}
|
|
636
|
-
.h-
|
|
637
|
-
height:
|
|
675
|
+
.h-\[calc\(100\%_-_var\(--scrollbar-size\)\)\] {
|
|
676
|
+
height: calc(100% - var(--scrollbar-size));
|
|
677
|
+
}
|
|
678
|
+
.h-\[var\(--scrollbar-size\)\] {
|
|
679
|
+
height: var(--scrollbar-size);
|
|
638
680
|
}
|
|
639
681
|
.h-full {
|
|
640
682
|
height: 100%;
|
|
@@ -648,6 +690,15 @@
|
|
|
648
690
|
.max-h-8 {
|
|
649
691
|
max-height: calc(var(--spacing) * 8);
|
|
650
692
|
}
|
|
693
|
+
.max-h-12 {
|
|
694
|
+
max-height: calc(var(--spacing) * 12);
|
|
695
|
+
}
|
|
696
|
+
.max-h-16 {
|
|
697
|
+
max-height: calc(var(--spacing) * 16);
|
|
698
|
+
}
|
|
699
|
+
.max-h-32 {
|
|
700
|
+
max-height: calc(var(--spacing) * 32);
|
|
701
|
+
}
|
|
651
702
|
.max-h-96 {
|
|
652
703
|
max-height: calc(var(--spacing) * 96);
|
|
653
704
|
}
|
|
@@ -663,8 +714,8 @@
|
|
|
663
714
|
.min-h-8 {
|
|
664
715
|
min-height: calc(var(--spacing) * 8);
|
|
665
716
|
}
|
|
666
|
-
.min-h-
|
|
667
|
-
min-height: calc(
|
|
717
|
+
.min-h-9\/10 {
|
|
718
|
+
min-height: calc(9/10 * 100%);
|
|
668
719
|
}
|
|
669
720
|
.min-h-15 {
|
|
670
721
|
min-height: calc(var(--spacing) * 15);
|
|
@@ -675,12 +726,12 @@
|
|
|
675
726
|
.min-h-\[250px\] {
|
|
676
727
|
min-height: 250px;
|
|
677
728
|
}
|
|
678
|
-
.min-h-\[300px\] {
|
|
679
|
-
min-height: 300px;
|
|
680
|
-
}
|
|
681
729
|
.min-h-\[400px\] {
|
|
682
730
|
min-height: 400px;
|
|
683
731
|
}
|
|
732
|
+
.min-h-\[var\(--scrollbar-size\)\] {
|
|
733
|
+
min-height: var(--scrollbar-size);
|
|
734
|
+
}
|
|
684
735
|
.\!w-fit {
|
|
685
736
|
width: fit-content !important;
|
|
686
737
|
}
|
|
@@ -714,6 +765,9 @@
|
|
|
714
765
|
.w-64 {
|
|
715
766
|
width: calc(var(--spacing) * 64);
|
|
716
767
|
}
|
|
768
|
+
.w-128 {
|
|
769
|
+
width: calc(var(--spacing) * 128);
|
|
770
|
+
}
|
|
717
771
|
.w-\[20\%\] {
|
|
718
772
|
width: 20%;
|
|
719
773
|
}
|
|
@@ -726,39 +780,54 @@
|
|
|
726
780
|
.w-\[400px\] {
|
|
727
781
|
width: 400px;
|
|
728
782
|
}
|
|
783
|
+
.w-\[calc\(100\%_-_var\(--scrollbar-size\)\)\] {
|
|
784
|
+
width: calc(100% - var(--scrollbar-size));
|
|
785
|
+
}
|
|
786
|
+
.w-\[var\(--scrollbar-size\)\] {
|
|
787
|
+
width: var(--scrollbar-size);
|
|
788
|
+
}
|
|
729
789
|
.w-fit {
|
|
730
790
|
width: fit-content;
|
|
731
791
|
}
|
|
732
792
|
.w-full {
|
|
733
793
|
width: 100%;
|
|
734
794
|
}
|
|
795
|
+
.w-min {
|
|
796
|
+
width: min-content;
|
|
797
|
+
}
|
|
735
798
|
.w-screen {
|
|
736
799
|
width: 100vw;
|
|
737
800
|
}
|
|
738
801
|
.max-w-6 {
|
|
739
802
|
max-width: calc(var(--spacing) * 6);
|
|
740
803
|
}
|
|
804
|
+
.max-w-8 {
|
|
805
|
+
max-width: calc(var(--spacing) * 8);
|
|
806
|
+
}
|
|
807
|
+
.max-w-12 {
|
|
808
|
+
max-width: calc(var(--spacing) * 12);
|
|
809
|
+
}
|
|
810
|
+
.max-w-16 {
|
|
811
|
+
max-width: calc(var(--spacing) * 16);
|
|
812
|
+
}
|
|
741
813
|
.max-w-20 {
|
|
742
814
|
max-width: calc(var(--spacing) * 20);
|
|
743
815
|
}
|
|
816
|
+
.max-w-40 {
|
|
817
|
+
max-width: calc(var(--spacing) * 40);
|
|
818
|
+
}
|
|
744
819
|
.max-w-48 {
|
|
745
820
|
max-width: calc(var(--spacing) * 48);
|
|
746
821
|
}
|
|
822
|
+
.max-w-60 {
|
|
823
|
+
max-width: calc(var(--spacing) * 60);
|
|
824
|
+
}
|
|
747
825
|
.max-w-64 {
|
|
748
826
|
max-width: calc(var(--spacing) * 64);
|
|
749
827
|
}
|
|
750
|
-
.max-w-96 {
|
|
751
|
-
max-width: calc(var(--spacing) * 96);
|
|
752
|
-
}
|
|
753
|
-
.max-w-128 {
|
|
754
|
-
max-width: calc(var(--spacing) * 128);
|
|
755
|
-
}
|
|
756
828
|
.max-w-full {
|
|
757
829
|
max-width: 100%;
|
|
758
830
|
}
|
|
759
|
-
.max-w-xs {
|
|
760
|
-
max-width: var(--container-xs);
|
|
761
|
-
}
|
|
762
831
|
.min-w-6 {
|
|
763
832
|
min-width: calc(var(--spacing) * 6);
|
|
764
833
|
}
|
|
@@ -768,15 +837,18 @@
|
|
|
768
837
|
.min-w-20 {
|
|
769
838
|
min-width: calc(var(--spacing) * 20);
|
|
770
839
|
}
|
|
840
|
+
.min-w-32 {
|
|
841
|
+
min-width: calc(var(--spacing) * 32);
|
|
842
|
+
}
|
|
843
|
+
.min-w-40 {
|
|
844
|
+
min-width: calc(var(--spacing) * 40);
|
|
845
|
+
}
|
|
771
846
|
.min-w-48 {
|
|
772
847
|
min-width: calc(var(--spacing) * 48);
|
|
773
848
|
}
|
|
774
849
|
.min-w-56 {
|
|
775
850
|
min-width: calc(var(--spacing) * 56);
|
|
776
851
|
}
|
|
777
|
-
.min-w-96 {
|
|
778
|
-
min-width: calc(var(--spacing) * 96);
|
|
779
|
-
}
|
|
780
852
|
.min-w-\[40px\] {
|
|
781
853
|
min-width: 40px;
|
|
782
854
|
}
|
|
@@ -786,12 +858,12 @@
|
|
|
786
858
|
.min-w-\[220px\] {
|
|
787
859
|
min-width: 220px;
|
|
788
860
|
}
|
|
789
|
-
.min-w-\[300px\] {
|
|
790
|
-
min-width: 300px;
|
|
791
|
-
}
|
|
792
861
|
.min-w-\[320px\] {
|
|
793
862
|
min-width: 320px;
|
|
794
863
|
}
|
|
864
|
+
.min-w-\[var\(--scrollbar-size\)\] {
|
|
865
|
+
min-width: var(--scrollbar-size);
|
|
866
|
+
}
|
|
795
867
|
.flex-1 {
|
|
796
868
|
flex: 1;
|
|
797
869
|
}
|
|
@@ -818,15 +890,38 @@
|
|
|
818
890
|
.transform {
|
|
819
891
|
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
820
892
|
}
|
|
893
|
+
.animate-tooltip-fade-in {
|
|
894
|
+
animation: fade-in 0.2s ease-in-out forwards;
|
|
895
|
+
-webkit-animation: fade-in 0.2s ease-in-out forwards;
|
|
896
|
+
}
|
|
897
|
+
.animate-wave-big-left-up {
|
|
898
|
+
animation: bigLeftUp 1.7s ease-in infinite normal;
|
|
899
|
+
-webkit-animation: bigLeftUp 1.7s ease-in infinite normal;
|
|
900
|
+
}
|
|
901
|
+
.animate-wave-big-right-down {
|
|
902
|
+
animation: bigRightDown 1.7s ease-in infinite reverse;
|
|
903
|
+
-webkit-animation: bigRightDown 1.7s ease-in infinite reverse;
|
|
904
|
+
}
|
|
905
|
+
.animate-wave-small-left-up {
|
|
906
|
+
animation: smallLeftUp 1.7s ease-in infinite normal;
|
|
907
|
+
-webkit-animation: smallLeftUp 1.7s ease-in infinite normal;
|
|
908
|
+
}
|
|
909
|
+
.animate-wave-small-right-down {
|
|
910
|
+
animation: smallRightDown 1.7s ease-in infinite reverse;
|
|
911
|
+
-webkit-animation: smallRightDown 1.7s ease-in infinite reverse;
|
|
912
|
+
}
|
|
821
913
|
.animate-bounce {
|
|
822
914
|
animation: var(--animate-bounce);
|
|
823
915
|
}
|
|
916
|
+
.animate-pop-in {
|
|
917
|
+
animation: pop-in 0.2s ease-in-out;
|
|
918
|
+
}
|
|
919
|
+
.animate-pop-out {
|
|
920
|
+
animation: pop-out 0.2s ease-in-out forwards;
|
|
921
|
+
}
|
|
824
922
|
.animate-pulse {
|
|
825
923
|
animation: var(--animate-pulse);
|
|
826
924
|
}
|
|
827
|
-
.\!cursor-grabbing {
|
|
828
|
-
cursor: grabbing !important;
|
|
829
|
-
}
|
|
830
925
|
.cursor-col-resize {
|
|
831
926
|
cursor: col-resize;
|
|
832
927
|
}
|
|
@@ -861,9 +956,6 @@
|
|
|
861
956
|
appearance: none;
|
|
862
957
|
}
|
|
863
958
|
}
|
|
864
|
-
.appearance-none {
|
|
865
|
-
appearance: none;
|
|
866
|
-
}
|
|
867
959
|
.flex-col {
|
|
868
960
|
flex-direction: column;
|
|
869
961
|
}
|
|
@@ -891,9 +983,18 @@
|
|
|
891
983
|
.justify-start {
|
|
892
984
|
justify-content: flex-start;
|
|
893
985
|
}
|
|
986
|
+
.gap-2 {
|
|
987
|
+
gap: calc(var(--spacing) * 2);
|
|
988
|
+
}
|
|
989
|
+
.gap-x-1 {
|
|
990
|
+
column-gap: calc(var(--spacing) * 1);
|
|
991
|
+
}
|
|
894
992
|
.gap-x-2 {
|
|
895
993
|
column-gap: calc(var(--spacing) * 2);
|
|
896
994
|
}
|
|
995
|
+
.gap-x-6 {
|
|
996
|
+
column-gap: calc(var(--spacing) * 6);
|
|
997
|
+
}
|
|
897
998
|
.gap-y-1 {
|
|
898
999
|
row-gap: calc(var(--spacing) * 1);
|
|
899
1000
|
}
|
|
@@ -911,12 +1012,18 @@
|
|
|
911
1012
|
.overflow-hidden {
|
|
912
1013
|
overflow: hidden;
|
|
913
1014
|
}
|
|
1015
|
+
.overflow-scroll {
|
|
1016
|
+
overflow: scroll;
|
|
1017
|
+
}
|
|
914
1018
|
.overflow-y-auto {
|
|
915
1019
|
overflow-y: auto;
|
|
916
1020
|
}
|
|
917
1021
|
.overflow-y-hidden {
|
|
918
1022
|
overflow-y: hidden;
|
|
919
1023
|
}
|
|
1024
|
+
.overflow-y-scroll {
|
|
1025
|
+
overflow-y: scroll;
|
|
1026
|
+
}
|
|
920
1027
|
.\!rounded-none {
|
|
921
1028
|
border-radius: 0 !important;
|
|
922
1029
|
}
|
|
@@ -935,9 +1042,6 @@
|
|
|
935
1042
|
.rounded-md {
|
|
936
1043
|
border-radius: var(--radius-md);
|
|
937
1044
|
}
|
|
938
|
-
.rounded-none {
|
|
939
|
-
border-radius: 0;
|
|
940
|
-
}
|
|
941
1045
|
.rounded-sm {
|
|
942
1046
|
border-radius: var(--radius-sm);
|
|
943
1047
|
}
|
|
@@ -960,14 +1064,18 @@
|
|
|
960
1064
|
border-style: var(--tw-border-style);
|
|
961
1065
|
border-width: 1px;
|
|
962
1066
|
}
|
|
963
|
-
.border-
|
|
1067
|
+
.border-1 {
|
|
964
1068
|
border-style: var(--tw-border-style);
|
|
965
|
-
border-width:
|
|
1069
|
+
border-width: 1px;
|
|
966
1070
|
}
|
|
967
1071
|
.border-2 {
|
|
968
1072
|
border-style: var(--tw-border-style);
|
|
969
1073
|
border-width: 2px;
|
|
970
1074
|
}
|
|
1075
|
+
.border-4 {
|
|
1076
|
+
border-style: var(--tw-border-style);
|
|
1077
|
+
border-width: 4px;
|
|
1078
|
+
}
|
|
971
1079
|
.border-x-0 {
|
|
972
1080
|
border-inline-style: var(--tw-border-style);
|
|
973
1081
|
border-inline-width: 0px;
|
|
@@ -988,22 +1096,23 @@
|
|
|
988
1096
|
--tw-border-style: none !important;
|
|
989
1097
|
border-style: none !important;
|
|
990
1098
|
}
|
|
1099
|
+
.border-dashed {
|
|
1100
|
+
--tw-border-style: dashed;
|
|
1101
|
+
border-style: dashed;
|
|
1102
|
+
}
|
|
991
1103
|
.border-none {
|
|
992
1104
|
--tw-border-style: none;
|
|
993
1105
|
border-style: none;
|
|
994
1106
|
}
|
|
995
|
-
.border-disabled-border {
|
|
996
|
-
border-color: var(--color-disabled-border);
|
|
997
|
-
}
|
|
998
|
-
.border-disabled-outline {
|
|
999
|
-
border-color: var(--color-disabled-outline);
|
|
1000
|
-
}
|
|
1001
1107
|
.border-divider\/50 {
|
|
1002
1108
|
border-color: color-mix(in srgb, #E6E6E6 50%, transparent);
|
|
1003
1109
|
@supports (color: color-mix(in lab, red, red)) {
|
|
1004
1110
|
border-color: color-mix(in oklab, var(--color-divider) 50%, transparent);
|
|
1005
1111
|
}
|
|
1006
1112
|
}
|
|
1113
|
+
.border-inherit {
|
|
1114
|
+
border-color: inherit;
|
|
1115
|
+
}
|
|
1007
1116
|
.border-negative-border {
|
|
1008
1117
|
border-color: var(--color-negative-border);
|
|
1009
1118
|
}
|
|
@@ -1046,12 +1155,6 @@
|
|
|
1046
1155
|
.border-l-transparent {
|
|
1047
1156
|
border-left-color: transparent;
|
|
1048
1157
|
}
|
|
1049
|
-
.\!bg-positive {
|
|
1050
|
-
background-color: var(--color-positive) !important;
|
|
1051
|
-
}
|
|
1052
|
-
.\!bg-property-title-background {
|
|
1053
|
-
background-color: var(--color-property-title-background) !important;
|
|
1054
|
-
}
|
|
1055
1158
|
.\!bg-red-400 {
|
|
1056
1159
|
background-color: var(--color-red-400) !important;
|
|
1057
1160
|
}
|
|
@@ -1073,9 +1176,6 @@
|
|
|
1073
1176
|
.bg-disabled-background {
|
|
1074
1177
|
background-color: var(--color-disabled-background);
|
|
1075
1178
|
}
|
|
1076
|
-
.bg-inherit {
|
|
1077
|
-
background-color: inherit;
|
|
1078
|
-
}
|
|
1079
1179
|
.bg-input-background {
|
|
1080
1180
|
background-color: var(--color-input-background);
|
|
1081
1181
|
}
|
|
@@ -1100,12 +1200,6 @@
|
|
|
1100
1200
|
.bg-primary {
|
|
1101
1201
|
background-color: var(--color-primary);
|
|
1102
1202
|
}
|
|
1103
|
-
.bg-primary\/20 {
|
|
1104
|
-
background-color: color-mix(in srgb, #694BB4 20%, transparent);
|
|
1105
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1106
|
-
background-color: color-mix(in oklab, var(--color-primary) 20%, transparent);
|
|
1107
|
-
}
|
|
1108
|
-
}
|
|
1109
1203
|
.bg-primary\/30 {
|
|
1110
1204
|
background-color: color-mix(in srgb, #694BB4 30%, transparent);
|
|
1111
1205
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -1133,6 +1227,18 @@
|
|
|
1133
1227
|
.bg-property-title-background {
|
|
1134
1228
|
background-color: var(--color-property-title-background);
|
|
1135
1229
|
}
|
|
1230
|
+
.bg-scrollbar-thumb {
|
|
1231
|
+
background-color: var(--color-scrollbar-thumb);
|
|
1232
|
+
}
|
|
1233
|
+
.bg-scrollbar-track {
|
|
1234
|
+
background-color: var(--color-scrollbar-track);
|
|
1235
|
+
}
|
|
1236
|
+
.bg-scrollbar-track\/50 {
|
|
1237
|
+
background-color: color-mix(in srgb, #00000033 50%, transparent);
|
|
1238
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1239
|
+
background-color: color-mix(in oklab, var(--color-scrollbar-track) 50%, transparent);
|
|
1240
|
+
}
|
|
1241
|
+
}
|
|
1136
1242
|
.bg-secondary {
|
|
1137
1243
|
background-color: var(--color-secondary);
|
|
1138
1244
|
}
|
|
@@ -1148,6 +1254,9 @@
|
|
|
1148
1254
|
.bg-surface {
|
|
1149
1255
|
background-color: var(--color-surface);
|
|
1150
1256
|
}
|
|
1257
|
+
.bg-surface-variant {
|
|
1258
|
+
background-color: var(--color-surface-variant);
|
|
1259
|
+
}
|
|
1151
1260
|
.bg-surface-warning {
|
|
1152
1261
|
background-color: var(--color-surface-warning);
|
|
1153
1262
|
}
|
|
@@ -1163,6 +1272,9 @@
|
|
|
1163
1272
|
.bg-tag-green-background {
|
|
1164
1273
|
background-color: var(--color-tag-green-background);
|
|
1165
1274
|
}
|
|
1275
|
+
.bg-tag-orange-background {
|
|
1276
|
+
background-color: var(--color-tag-orange-background);
|
|
1277
|
+
}
|
|
1166
1278
|
.bg-tag-pink-background {
|
|
1167
1279
|
background-color: var(--color-tag-pink-background);
|
|
1168
1280
|
}
|
|
@@ -1190,12 +1302,6 @@
|
|
|
1190
1302
|
.bg-warning {
|
|
1191
1303
|
background-color: var(--color-warning);
|
|
1192
1304
|
}
|
|
1193
|
-
.bg-warning\/20 {
|
|
1194
|
-
background-color: color-mix(in srgb, #EA9E40 20%, transparent);
|
|
1195
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1196
|
-
background-color: color-mix(in oklab, var(--color-warning) 20%, transparent);
|
|
1197
|
-
}
|
|
1198
|
-
}
|
|
1199
1305
|
.bg-white {
|
|
1200
1306
|
background-color: var(--color-white);
|
|
1201
1307
|
}
|
|
@@ -1274,11 +1380,14 @@
|
|
|
1274
1380
|
.stroke-progress-indicator-fill {
|
|
1275
1381
|
stroke: var(--color-progress-indicator-fill);
|
|
1276
1382
|
}
|
|
1383
|
+
.stroke-3 {
|
|
1384
|
+
stroke-width: 3;
|
|
1385
|
+
}
|
|
1277
1386
|
.\!p-0 {
|
|
1278
1387
|
padding: calc(var(--spacing) * 0) !important;
|
|
1279
1388
|
}
|
|
1280
|
-
.p-0 {
|
|
1281
|
-
padding: calc(var(--spacing) * 0);
|
|
1389
|
+
.p-0\.5 {
|
|
1390
|
+
padding: calc(var(--spacing) * 0.5);
|
|
1282
1391
|
}
|
|
1283
1392
|
.p-1 {
|
|
1284
1393
|
padding: calc(var(--spacing) * 1);
|
|
@@ -1289,8 +1398,8 @@
|
|
|
1289
1398
|
.p-4 {
|
|
1290
1399
|
padding: calc(var(--spacing) * 4);
|
|
1291
1400
|
}
|
|
1292
|
-
|
|
1293
|
-
padding
|
|
1401
|
+
.p-8 {
|
|
1402
|
+
padding: calc(var(--spacing) * 8);
|
|
1294
1403
|
}
|
|
1295
1404
|
.px-1 {
|
|
1296
1405
|
padding-inline: calc(var(--spacing) * 1);
|
|
@@ -1298,6 +1407,9 @@
|
|
|
1298
1407
|
.px-2 {
|
|
1299
1408
|
padding-inline: calc(var(--spacing) * 2);
|
|
1300
1409
|
}
|
|
1410
|
+
.px-2\.5 {
|
|
1411
|
+
padding-inline: calc(var(--spacing) * 2.5);
|
|
1412
|
+
}
|
|
1301
1413
|
.px-3 {
|
|
1302
1414
|
padding-inline: calc(var(--spacing) * 3);
|
|
1303
1415
|
}
|
|
@@ -1310,24 +1422,36 @@
|
|
|
1310
1422
|
.px-16 {
|
|
1311
1423
|
padding-inline: calc(var(--spacing) * 16);
|
|
1312
1424
|
}
|
|
1425
|
+
.py-0\.5 {
|
|
1426
|
+
padding-block: calc(var(--spacing) * 0.5);
|
|
1427
|
+
}
|
|
1313
1428
|
.py-1 {
|
|
1314
1429
|
padding-block: calc(var(--spacing) * 1);
|
|
1315
1430
|
}
|
|
1316
1431
|
.py-1\.5 {
|
|
1317
1432
|
padding-block: calc(var(--spacing) * 1.5);
|
|
1318
1433
|
}
|
|
1434
|
+
.py-1\.75 {
|
|
1435
|
+
padding-block: calc(var(--spacing) * 1.75);
|
|
1436
|
+
}
|
|
1319
1437
|
.py-2 {
|
|
1320
1438
|
padding-block: calc(var(--spacing) * 2);
|
|
1321
1439
|
}
|
|
1440
|
+
.py-2\.5 {
|
|
1441
|
+
padding-block: calc(var(--spacing) * 2.5);
|
|
1442
|
+
}
|
|
1443
|
+
.py-6\.5 {
|
|
1444
|
+
padding-block: calc(var(--spacing) * 6.5);
|
|
1445
|
+
}
|
|
1322
1446
|
.py-12 {
|
|
1323
1447
|
padding-block: calc(var(--spacing) * 12);
|
|
1324
1448
|
}
|
|
1325
|
-
.pt-0 {
|
|
1326
|
-
padding-top: calc(var(--spacing) * 0);
|
|
1327
|
-
}
|
|
1328
1449
|
.pb-2 {
|
|
1329
1450
|
padding-bottom: calc(var(--spacing) * 2);
|
|
1330
1451
|
}
|
|
1452
|
+
.pl-2 {
|
|
1453
|
+
padding-left: calc(var(--spacing) * 2);
|
|
1454
|
+
}
|
|
1331
1455
|
.text-center {
|
|
1332
1456
|
text-align: center;
|
|
1333
1457
|
}
|
|
@@ -1337,95 +1461,258 @@
|
|
|
1337
1461
|
.text-right {
|
|
1338
1462
|
text-align: right;
|
|
1339
1463
|
}
|
|
1340
|
-
.
|
|
1464
|
+
.typography-headline-lg-bold {
|
|
1341
1465
|
font-family: var(--font-space);
|
|
1466
|
+
font-size: var(--text-4xl);
|
|
1467
|
+
line-height: var(--tw-leading, var(--text-4xl--line-height));
|
|
1468
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
1469
|
+
font-weight: var(--font-weight-bold);
|
|
1342
1470
|
}
|
|
1343
|
-
.
|
|
1471
|
+
.typography-headline-md-semibold {
|
|
1472
|
+
font-family: var(--font-space);
|
|
1473
|
+
font-size: var(--text-3xl);
|
|
1474
|
+
line-height: var(--tw-leading, var(--text-3xl--line-height));
|
|
1475
|
+
--tw-font-weight: var(--font-weight-semibold);
|
|
1476
|
+
font-weight: var(--font-weight-semibold);
|
|
1477
|
+
}
|
|
1478
|
+
.typography-headline-sm-bold {
|
|
1479
|
+
font-family: var(--font-space);
|
|
1344
1480
|
font-size: var(--text-2xl);
|
|
1345
1481
|
line-height: var(--tw-leading, var(--text-2xl--line-height));
|
|
1482
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
1483
|
+
font-weight: var(--font-weight-bold);
|
|
1346
1484
|
}
|
|
1347
|
-
.
|
|
1348
|
-
font-
|
|
1349
|
-
|
|
1485
|
+
.typography-title-lg-semibold {
|
|
1486
|
+
font-family: var(--font-space);
|
|
1487
|
+
font-size: var(--text-2xl);
|
|
1488
|
+
line-height: var(--tw-leading, var(--text-2xl--line-height));
|
|
1489
|
+
--tw-font-weight: var(--font-weight-semibold);
|
|
1490
|
+
font-weight: var(--font-weight-semibold);
|
|
1350
1491
|
}
|
|
1351
|
-
.
|
|
1492
|
+
.typography-title-md-semibold {
|
|
1493
|
+
font-family: var(--font-space);
|
|
1352
1494
|
font-size: var(--text-lg);
|
|
1353
1495
|
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
1496
|
+
--tw-font-weight: var(--font-weight-semibold);
|
|
1497
|
+
font-weight: var(--font-weight-semibold);
|
|
1354
1498
|
}
|
|
1355
|
-
.
|
|
1356
|
-
font-
|
|
1357
|
-
|
|
1499
|
+
.typography-title-sm-medium {
|
|
1500
|
+
font-family: var(--font-space);
|
|
1501
|
+
font-size: var(--text-base);
|
|
1502
|
+
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
1503
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
1504
|
+
font-weight: var(--font-weight-medium);
|
|
1358
1505
|
}
|
|
1359
|
-
.
|
|
1360
|
-
font-
|
|
1361
|
-
|
|
1506
|
+
.typography-title-sm-semibold {
|
|
1507
|
+
font-family: var(--font-space);
|
|
1508
|
+
font-size: var(--text-base);
|
|
1509
|
+
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
1510
|
+
--tw-font-weight: var(--font-weight-semibold);
|
|
1511
|
+
font-weight: var(--font-weight-semibold);
|
|
1362
1512
|
}
|
|
1363
|
-
.
|
|
1364
|
-
|
|
1365
|
-
line-height: var(--leading-tight);
|
|
1513
|
+
.font-space {
|
|
1514
|
+
font-family: var(--font-space);
|
|
1366
1515
|
}
|
|
1367
|
-
.
|
|
1368
|
-
|
|
1369
|
-
|
|
1516
|
+
.typography-body-lg-medium {
|
|
1517
|
+
font-size: var(--text-lg);
|
|
1518
|
+
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
1519
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
1520
|
+
font-weight: var(--font-weight-medium);
|
|
1370
1521
|
}
|
|
1371
|
-
.
|
|
1522
|
+
.typography-body-lg-regular {
|
|
1523
|
+
font-size: var(--text-lg);
|
|
1524
|
+
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
1372
1525
|
--tw-font-weight: var(--font-weight-normal);
|
|
1373
1526
|
font-weight: var(--font-weight-normal);
|
|
1374
1527
|
}
|
|
1375
|
-
.
|
|
1528
|
+
.typography-body-lg-semibold {
|
|
1529
|
+
font-size: var(--text-lg);
|
|
1530
|
+
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
1376
1531
|
--tw-font-weight: var(--font-weight-semibold);
|
|
1377
1532
|
font-weight: var(--font-weight-semibold);
|
|
1378
1533
|
}
|
|
1379
|
-
.
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1534
|
+
.typography-body-md-bold {
|
|
1535
|
+
font-size: var(--text-base);
|
|
1536
|
+
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
1537
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
1538
|
+
font-weight: var(--font-weight-bold);
|
|
1384
1539
|
}
|
|
1385
|
-
.
|
|
1386
|
-
|
|
1540
|
+
.typography-body-md-light {
|
|
1541
|
+
font-size: var(--text-base);
|
|
1542
|
+
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
1543
|
+
--tw-font-weight: var(--font-weight-light);
|
|
1544
|
+
font-weight: var(--font-weight-light);
|
|
1387
1545
|
}
|
|
1388
|
-
.
|
|
1389
|
-
|
|
1546
|
+
.typography-body-md-medium {
|
|
1547
|
+
font-size: var(--text-base);
|
|
1548
|
+
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
1549
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
1550
|
+
font-weight: var(--font-weight-medium);
|
|
1390
1551
|
}
|
|
1391
|
-
.
|
|
1392
|
-
|
|
1552
|
+
.typography-body-md-regular {
|
|
1553
|
+
font-size: var(--text-base);
|
|
1554
|
+
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
1555
|
+
--tw-font-weight: var(--font-weight-normal);
|
|
1556
|
+
font-weight: var(--font-weight-normal);
|
|
1393
1557
|
}
|
|
1394
|
-
|
|
1395
|
-
|
|
1558
|
+
.typography-button-lg-semibold {
|
|
1559
|
+
font-size: var(--text-lg);
|
|
1560
|
+
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
1561
|
+
--tw-font-weight: var(--font-weight-semibold);
|
|
1562
|
+
font-weight: var(--font-weight-semibold);
|
|
1396
1563
|
}
|
|
1397
|
-
|
|
1398
|
-
|
|
1564
|
+
.typography-button-md-semibold {
|
|
1565
|
+
font-size: var(--text-base);
|
|
1566
|
+
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
1567
|
+
--tw-font-weight: var(--font-weight-semibold);
|
|
1568
|
+
font-weight: var(--font-weight-semibold);
|
|
1399
1569
|
}
|
|
1400
|
-
|
|
1401
|
-
|
|
1570
|
+
.typography-button-sm-regular {
|
|
1571
|
+
font-size: var(--text-sm);
|
|
1572
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
1573
|
+
--tw-font-weight: var(--font-weight-normal);
|
|
1574
|
+
font-weight: var(--font-weight-normal);
|
|
1402
1575
|
}
|
|
1403
|
-
|
|
1404
|
-
|
|
1576
|
+
.typography-button-sm-semibold {
|
|
1577
|
+
font-size: var(--text-sm);
|
|
1578
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
1579
|
+
--tw-font-weight: var(--font-weight-semibold);
|
|
1580
|
+
font-weight: var(--font-weight-semibold);
|
|
1405
1581
|
}
|
|
1406
|
-
|
|
1407
|
-
|
|
1582
|
+
.typography-caption-lg-regular {
|
|
1583
|
+
font-size: var(--text-lg);
|
|
1584
|
+
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
1585
|
+
--tw-font-weight: var(--font-weight-normal);
|
|
1586
|
+
font-weight: var(--font-weight-normal);
|
|
1408
1587
|
}
|
|
1409
|
-
.
|
|
1410
|
-
|
|
1588
|
+
.typography-caption-md-bold {
|
|
1589
|
+
font-size: var(--text-base);
|
|
1590
|
+
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
1591
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
1592
|
+
font-weight: var(--font-weight-bold);
|
|
1411
1593
|
}
|
|
1412
|
-
.
|
|
1413
|
-
|
|
1594
|
+
.typography-caption-md-medium {
|
|
1595
|
+
font-size: var(--text-base);
|
|
1596
|
+
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
1597
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
1598
|
+
font-weight: var(--font-weight-medium);
|
|
1414
1599
|
}
|
|
1415
|
-
.
|
|
1416
|
-
|
|
1600
|
+
.typography-caption-sm-medium {
|
|
1601
|
+
font-size: var(--text-sm);
|
|
1602
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
1603
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
1604
|
+
font-weight: var(--font-weight-medium);
|
|
1417
1605
|
}
|
|
1418
|
-
.
|
|
1419
|
-
|
|
1606
|
+
.typography-caption-sm-regular {
|
|
1607
|
+
font-size: var(--text-sm);
|
|
1608
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
1609
|
+
--tw-font-weight: var(--font-weight-normal);
|
|
1610
|
+
font-weight: var(--font-weight-normal);
|
|
1420
1611
|
}
|
|
1421
|
-
.
|
|
1422
|
-
|
|
1612
|
+
.typography-label-lg-bold {
|
|
1613
|
+
font-size: var(--text-base);
|
|
1614
|
+
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
1615
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
1616
|
+
font-weight: var(--font-weight-bold);
|
|
1423
1617
|
}
|
|
1424
|
-
.
|
|
1425
|
-
|
|
1618
|
+
.typography-label-lg-regular {
|
|
1619
|
+
font-size: var(--text-base);
|
|
1620
|
+
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
1621
|
+
--tw-font-weight: var(--font-weight-normal);
|
|
1622
|
+
font-weight: var(--font-weight-normal);
|
|
1426
1623
|
}
|
|
1427
|
-
.
|
|
1428
|
-
|
|
1624
|
+
.typography-label-lg-semibold {
|
|
1625
|
+
font-size: var(--text-base);
|
|
1626
|
+
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
1627
|
+
--tw-font-weight: var(--font-weight-semibold);
|
|
1628
|
+
font-weight: var(--font-weight-semibold);
|
|
1629
|
+
}
|
|
1630
|
+
.typography-label-md-bold {
|
|
1631
|
+
font-size: var(--text-sm);
|
|
1632
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
1633
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
1634
|
+
font-weight: var(--font-weight-bold);
|
|
1635
|
+
}
|
|
1636
|
+
.typography-label-md-medium {
|
|
1637
|
+
font-size: var(--text-sm);
|
|
1638
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
1639
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
1640
|
+
font-weight: var(--font-weight-medium);
|
|
1641
|
+
}
|
|
1642
|
+
.typography-label-md-regular {
|
|
1643
|
+
font-size: var(--text-sm);
|
|
1644
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
1645
|
+
--tw-font-weight: var(--font-weight-normal);
|
|
1646
|
+
font-weight: var(--font-weight-normal);
|
|
1647
|
+
}
|
|
1648
|
+
.text-2xl {
|
|
1649
|
+
font-size: var(--text-2xl);
|
|
1650
|
+
line-height: var(--tw-leading, var(--text-2xl--line-height));
|
|
1651
|
+
}
|
|
1652
|
+
.text-lg {
|
|
1653
|
+
font-size: var(--text-lg);
|
|
1654
|
+
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
1655
|
+
}
|
|
1656
|
+
.text-sm {
|
|
1657
|
+
font-size: var(--text-sm);
|
|
1658
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
1659
|
+
}
|
|
1660
|
+
.text-xl {
|
|
1661
|
+
font-size: var(--text-xl);
|
|
1662
|
+
line-height: var(--tw-leading, var(--text-xl--line-height));
|
|
1663
|
+
}
|
|
1664
|
+
.text-xs {
|
|
1665
|
+
font-size: var(--text-xs);
|
|
1666
|
+
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
1667
|
+
}
|
|
1668
|
+
.font-bold {
|
|
1669
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
1670
|
+
font-weight: var(--font-weight-bold);
|
|
1671
|
+
}
|
|
1672
|
+
.font-medium {
|
|
1673
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
1674
|
+
font-weight: var(--font-weight-medium);
|
|
1675
|
+
}
|
|
1676
|
+
.font-normal {
|
|
1677
|
+
--tw-font-weight: var(--font-weight-normal);
|
|
1678
|
+
font-weight: var(--font-weight-normal);
|
|
1679
|
+
}
|
|
1680
|
+
.font-semibold {
|
|
1681
|
+
--tw-font-weight: var(--font-weight-semibold);
|
|
1682
|
+
font-weight: var(--font-weight-semibold);
|
|
1683
|
+
}
|
|
1684
|
+
.text-nowrap {
|
|
1685
|
+
text-wrap: nowrap;
|
|
1686
|
+
}
|
|
1687
|
+
.overflow-ellipsis {
|
|
1688
|
+
text-overflow: ellipsis;
|
|
1689
|
+
}
|
|
1690
|
+
.text-ellipsis {
|
|
1691
|
+
text-overflow: ellipsis;
|
|
1692
|
+
}
|
|
1693
|
+
.whitespace-nowrap {
|
|
1694
|
+
white-space: nowrap;
|
|
1695
|
+
}
|
|
1696
|
+
.\!text-red-400 {
|
|
1697
|
+
color: var(--color-red-400) !important;
|
|
1698
|
+
}
|
|
1699
|
+
.\!text-surface-warning {
|
|
1700
|
+
color: var(--color-surface-warning) !important;
|
|
1701
|
+
}
|
|
1702
|
+
.text-black {
|
|
1703
|
+
color: var(--color-black);
|
|
1704
|
+
}
|
|
1705
|
+
.text-border {
|
|
1706
|
+
color: var(--color-border);
|
|
1707
|
+
}
|
|
1708
|
+
.text-button-solid-neutral-text {
|
|
1709
|
+
color: var(--color-button-solid-neutral-text);
|
|
1710
|
+
}
|
|
1711
|
+
.text-button-solid-primary-text {
|
|
1712
|
+
color: var(--color-button-solid-primary-text);
|
|
1713
|
+
}
|
|
1714
|
+
.text-description {
|
|
1715
|
+
color: var(--color-description);
|
|
1429
1716
|
}
|
|
1430
1717
|
.text-input-text {
|
|
1431
1718
|
color: var(--color-input-text);
|
|
@@ -1445,6 +1732,9 @@
|
|
|
1445
1732
|
.text-on-primary {
|
|
1446
1733
|
color: var(--color-on-primary);
|
|
1447
1734
|
}
|
|
1735
|
+
.text-on-secondary {
|
|
1736
|
+
color: var(--color-on-secondary);
|
|
1737
|
+
}
|
|
1448
1738
|
.text-on-surface {
|
|
1449
1739
|
color: var(--color-on-surface);
|
|
1450
1740
|
}
|
|
@@ -1490,6 +1780,12 @@
|
|
|
1490
1780
|
.text-tag-green-text {
|
|
1491
1781
|
color: var(--color-tag-green-text);
|
|
1492
1782
|
}
|
|
1783
|
+
.text-tag-orange-icon {
|
|
1784
|
+
color: var(--color-tag-orange-icon);
|
|
1785
|
+
}
|
|
1786
|
+
.text-tag-orange-text {
|
|
1787
|
+
color: var(--color-tag-orange-text);
|
|
1788
|
+
}
|
|
1493
1789
|
.text-tag-pink-icon {
|
|
1494
1790
|
color: var(--color-tag-pink-icon);
|
|
1495
1791
|
}
|
|
@@ -1570,6 +1866,9 @@
|
|
|
1570
1866
|
.opacity-20 {
|
|
1571
1867
|
opacity: 20%;
|
|
1572
1868
|
}
|
|
1869
|
+
.opacity-80 {
|
|
1870
|
+
opacity: 80%;
|
|
1871
|
+
}
|
|
1573
1872
|
.opacity-100 {
|
|
1574
1873
|
opacity: 100%;
|
|
1575
1874
|
}
|
|
@@ -1581,10 +1880,6 @@
|
|
|
1581
1880
|
--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
1582
1881
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1583
1882
|
}
|
|
1584
|
-
.shadow-none {
|
|
1585
|
-
--tw-shadow: 0 0 #0000;
|
|
1586
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1587
|
-
}
|
|
1588
1883
|
.shadow-sm {
|
|
1589
1884
|
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
1590
1885
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -1608,13 +1903,10 @@
|
|
|
1608
1903
|
--tw-shadow-color: rgba(0, 0, 0, 0.10);
|
|
1609
1904
|
}
|
|
1610
1905
|
.shadow-strong {
|
|
1611
|
-
--tw-shadow-color: rgba(0, 0, 0, 0.
|
|
1906
|
+
--tw-shadow-color: rgba(0, 0, 0, 0.05);
|
|
1612
1907
|
}
|
|
1613
|
-
.
|
|
1614
|
-
--tw-
|
|
1615
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1616
|
-
--tw-shadow-color: color-mix(in oklab, transparent var(--tw-shadow-alpha), transparent);
|
|
1617
|
-
}
|
|
1908
|
+
.ring-focus {
|
|
1909
|
+
--tw-ring-color: var(--color-focus);
|
|
1618
1910
|
}
|
|
1619
1911
|
.\!outline-0 {
|
|
1620
1912
|
outline-style: var(--tw-outline-style) !important;
|
|
@@ -1702,6 +1994,15 @@
|
|
|
1702
1994
|
-webkit-user-select: none;
|
|
1703
1995
|
user-select: none;
|
|
1704
1996
|
}
|
|
1997
|
+
.shadow-hw-bottom {
|
|
1998
|
+
--shadow-bottom: 0 calc(1rem/16) calc(20rem/16) 0 var(--tw-shadow-color, rgb(0 0 0 / 10%));
|
|
1999
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
2000
|
+
--shadow-bottom: 0 calc(1rem/16) calc(20rem/16) 0 var(--tw-shadow-color, rgb(0 0 0 / 20%));
|
|
2001
|
+
}
|
|
2002
|
+
}
|
|
2003
|
+
.animation-delay-3000 {
|
|
2004
|
+
animation-delay: calc(3000 * 1ms);
|
|
2005
|
+
}
|
|
1705
2006
|
.shadow-r-4 {
|
|
1706
2007
|
--shadow-right: calc(4 * 1px) 0 calc(4 * 1px) 0 var(--tw-shadow-color, rgb(0 0 0 / 2%));
|
|
1707
2008
|
}
|
|
@@ -1800,11 +2101,6 @@
|
|
|
1800
2101
|
background-color: var(--color-button-solid-warning-background);
|
|
1801
2102
|
}
|
|
1802
2103
|
}
|
|
1803
|
-
.not-disabled\:bg-input-background {
|
|
1804
|
-
&:not(*:disabled) {
|
|
1805
|
-
background-color: var(--color-input-background);
|
|
1806
|
-
}
|
|
1807
|
-
}
|
|
1808
2104
|
.not-disabled\:bg-transparent {
|
|
1809
2105
|
&:not(*:disabled) {
|
|
1810
2106
|
background-color: transparent;
|
|
@@ -1865,9 +2161,14 @@
|
|
|
1865
2161
|
color: var(--color-button-text-primary-text);
|
|
1866
2162
|
}
|
|
1867
2163
|
}
|
|
1868
|
-
.not-disabled\:
|
|
1869
|
-
&:not(
|
|
1870
|
-
|
|
2164
|
+
.not-data-disabled\:cursor-pointer {
|
|
2165
|
+
&:not(*[data-disabled]) {
|
|
2166
|
+
cursor: pointer;
|
|
2167
|
+
}
|
|
2168
|
+
}
|
|
2169
|
+
.group-focus-within\/slide\:border-primary {
|
|
2170
|
+
&:is(:where(.group\/slide):focus-within *) {
|
|
2171
|
+
border-color: var(--color-primary);
|
|
1871
2172
|
}
|
|
1872
2173
|
}
|
|
1873
2174
|
.group-hover\:border-primary {
|
|
@@ -1891,25 +2192,34 @@
|
|
|
1891
2192
|
}
|
|
1892
2193
|
}
|
|
1893
2194
|
}
|
|
1894
|
-
.group-hover\:brightness-
|
|
2195
|
+
.group-hover\:brightness-97 {
|
|
1895
2196
|
&:is(:where(.group):hover *) {
|
|
1896
2197
|
@media (hover: hover) {
|
|
1897
|
-
--tw-brightness: brightness(
|
|
2198
|
+
--tw-brightness: brightness(97%);
|
|
1898
2199
|
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
1899
2200
|
}
|
|
1900
2201
|
}
|
|
1901
2202
|
}
|
|
1902
|
-
.group-hover\:
|
|
1903
|
-
&:is(:where(.group):hover *) {
|
|
2203
|
+
.group-hover\/scrollbar\:bg-primary {
|
|
2204
|
+
&:is(:where(.group\/scrollbar):hover *) {
|
|
1904
2205
|
@media (hover: hover) {
|
|
1905
|
-
|
|
1906
|
-
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
2206
|
+
background-color: var(--color-primary);
|
|
1907
2207
|
}
|
|
1908
2208
|
}
|
|
1909
2209
|
}
|
|
1910
|
-
.
|
|
1911
|
-
&:is(:where(.
|
|
1912
|
-
|
|
2210
|
+
.peer-\[\&\:where\(\[data-state\=visible\]\)\]\/horizontal\:h-\[calc\(100\%_-_var\(--scrollbar-size\)\)\] {
|
|
2211
|
+
&:is(:where(.peer\/horizontal):where([data-state=visible]) ~ *) {
|
|
2212
|
+
height: calc(100% - var(--scrollbar-size));
|
|
2213
|
+
}
|
|
2214
|
+
}
|
|
2215
|
+
.peer-\[\&\:where\(\[data-state\=visible\]\)\]\/vertical\:w-\[calc\(100\%_-_var\(--scrollbar-size\)\)\] {
|
|
2216
|
+
&:is(:where(.peer\/vertical):where([data-state=visible]) ~ *) {
|
|
2217
|
+
width: calc(100% - var(--scrollbar-size));
|
|
2218
|
+
}
|
|
2219
|
+
}
|
|
2220
|
+
.first\:mt-1 {
|
|
2221
|
+
&:first-child {
|
|
2222
|
+
margin-top: calc(var(--spacing) * 1);
|
|
1913
2223
|
}
|
|
1914
2224
|
}
|
|
1915
2225
|
.first\:rounded-t-md {
|
|
@@ -1941,6 +2251,17 @@
|
|
|
1941
2251
|
border-color: var(--color-primary);
|
|
1942
2252
|
}
|
|
1943
2253
|
}
|
|
2254
|
+
.focus-within\:text-negative {
|
|
2255
|
+
&:focus-within {
|
|
2256
|
+
color: var(--color-negative);
|
|
2257
|
+
}
|
|
2258
|
+
}
|
|
2259
|
+
.focus-within\:ring-2 {
|
|
2260
|
+
&:focus-within {
|
|
2261
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2262
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2263
|
+
}
|
|
2264
|
+
}
|
|
1944
2265
|
.hover\:border-negative-border-hover {
|
|
1945
2266
|
&:hover {
|
|
1946
2267
|
@media (hover: hover) {
|
|
@@ -1979,6 +2300,16 @@
|
|
|
1979
2300
|
}
|
|
1980
2301
|
}
|
|
1981
2302
|
}
|
|
2303
|
+
.hover\:bg-negative\/20 {
|
|
2304
|
+
&:hover {
|
|
2305
|
+
@media (hover: hover) {
|
|
2306
|
+
background-color: color-mix(in srgb, #DC576D 20%, transparent);
|
|
2307
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2308
|
+
background-color: color-mix(in oklab, var(--color-negative) 20%, transparent);
|
|
2309
|
+
}
|
|
2310
|
+
}
|
|
2311
|
+
}
|
|
2312
|
+
}
|
|
1982
2313
|
.hover\:bg-primary {
|
|
1983
2314
|
&:hover {
|
|
1984
2315
|
@media (hover: hover) {
|
|
@@ -1996,13 +2327,10 @@
|
|
|
1996
2327
|
}
|
|
1997
2328
|
}
|
|
1998
2329
|
}
|
|
1999
|
-
.hover\:bg-
|
|
2330
|
+
.hover\:bg-scrollbar-track {
|
|
2000
2331
|
&:hover {
|
|
2001
2332
|
@media (hover: hover) {
|
|
2002
|
-
background-color: color-
|
|
2003
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
2004
|
-
background-color: color-mix(in oklab, var(--color-primary) 40%, transparent);
|
|
2005
|
-
}
|
|
2333
|
+
background-color: var(--color-scrollbar-track);
|
|
2006
2334
|
}
|
|
2007
2335
|
}
|
|
2008
2336
|
}
|
|
@@ -2020,6 +2348,13 @@
|
|
|
2020
2348
|
}
|
|
2021
2349
|
}
|
|
2022
2350
|
}
|
|
2351
|
+
.hover\:text-negative {
|
|
2352
|
+
&:hover {
|
|
2353
|
+
@media (hover: hover) {
|
|
2354
|
+
color: var(--color-negative);
|
|
2355
|
+
}
|
|
2356
|
+
}
|
|
2357
|
+
}
|
|
2023
2358
|
.hover\:text-on-primary {
|
|
2024
2359
|
&:hover {
|
|
2025
2360
|
@media (hover: hover) {
|
|
@@ -2051,15 +2386,6 @@
|
|
|
2051
2386
|
}
|
|
2052
2387
|
}
|
|
2053
2388
|
}
|
|
2054
|
-
.not-disabled\:hover\:border-primary {
|
|
2055
|
-
&:not(*:disabled) {
|
|
2056
|
-
&:hover {
|
|
2057
|
-
@media (hover: hover) {
|
|
2058
|
-
border-color: var(--color-primary);
|
|
2059
|
-
}
|
|
2060
|
-
}
|
|
2061
|
-
}
|
|
2062
|
-
}
|
|
2063
2389
|
.not-disabled\:hover\:bg-button-text-hover-background {
|
|
2064
2390
|
&:not(*:disabled) {
|
|
2065
2391
|
&:hover {
|
|
@@ -2130,36 +2456,104 @@
|
|
|
2130
2456
|
border-color: var(--color-primary);
|
|
2131
2457
|
}
|
|
2132
2458
|
}
|
|
2459
|
+
.focus\:bg-primary\/20 {
|
|
2460
|
+
&:focus {
|
|
2461
|
+
background-color: color-mix(in srgb, #694BB4 20%, transparent);
|
|
2462
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2463
|
+
background-color: color-mix(in oklab, var(--color-primary) 20%, transparent);
|
|
2464
|
+
}
|
|
2465
|
+
}
|
|
2466
|
+
}
|
|
2133
2467
|
.focus\:ring-0 {
|
|
2134
2468
|
&:focus {
|
|
2135
2469
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2136
2470
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2137
2471
|
}
|
|
2138
2472
|
}
|
|
2139
|
-
.focus\:
|
|
2140
|
-
&:focus {
|
|
2141
|
-
|
|
2142
|
-
|
|
2473
|
+
.focus-visible\:bg-negative\/20 {
|
|
2474
|
+
&:focus-visible {
|
|
2475
|
+
background-color: color-mix(in srgb, #DC576D 20%, transparent);
|
|
2476
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2477
|
+
background-color: color-mix(in oklab, var(--color-negative) 20%, transparent);
|
|
2478
|
+
}
|
|
2143
2479
|
}
|
|
2144
2480
|
}
|
|
2145
|
-
.
|
|
2146
|
-
&:
|
|
2147
|
-
|
|
2481
|
+
.focus-visible\:ring-0 {
|
|
2482
|
+
&:focus-visible {
|
|
2483
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2484
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2148
2485
|
}
|
|
2149
2486
|
}
|
|
2150
|
-
.
|
|
2151
|
-
&:
|
|
2152
|
-
|
|
2487
|
+
.focus-visible\:ring-2 {
|
|
2488
|
+
&:focus-visible {
|
|
2489
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2490
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2153
2491
|
}
|
|
2154
2492
|
}
|
|
2155
|
-
.
|
|
2156
|
-
&:
|
|
2157
|
-
|
|
2493
|
+
.focus-visible\:ring-negative {
|
|
2494
|
+
&:focus-visible {
|
|
2495
|
+
--tw-ring-color: var(--color-negative);
|
|
2496
|
+
}
|
|
2497
|
+
}
|
|
2498
|
+
.focus-visible\:ring-negative-border {
|
|
2499
|
+
&:focus-visible {
|
|
2500
|
+
--tw-ring-color: var(--color-negative-border);
|
|
2501
|
+
}
|
|
2502
|
+
}
|
|
2503
|
+
.not-disabled\:focus-visible\:bg-button-text-negative-text\/20 {
|
|
2504
|
+
&:not(*:disabled) {
|
|
2505
|
+
&:focus-visible {
|
|
2506
|
+
background-color: color-mix(in srgb, #DC576D 20%, transparent);
|
|
2507
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2508
|
+
background-color: color-mix(in oklab, var(--color-button-text-negative-text) 20%, transparent);
|
|
2509
|
+
}
|
|
2510
|
+
}
|
|
2511
|
+
}
|
|
2512
|
+
}
|
|
2513
|
+
.not-disabled\:focus-visible\:bg-button-text-neutral-text\/20 {
|
|
2514
|
+
&:not(*:disabled) {
|
|
2515
|
+
&:focus-visible {
|
|
2516
|
+
background-color: color-mix(in srgb, #333333 20%, transparent);
|
|
2517
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2518
|
+
background-color: color-mix(in oklab, var(--color-button-text-neutral-text) 20%, transparent);
|
|
2519
|
+
}
|
|
2520
|
+
}
|
|
2521
|
+
}
|
|
2522
|
+
}
|
|
2523
|
+
.not-disabled\:focus-visible\:bg-button-text-primary-text\/20 {
|
|
2524
|
+
&:not(*:disabled) {
|
|
2525
|
+
&:focus-visible {
|
|
2526
|
+
background-color: color-mix(in srgb, #694BB4 20%, transparent);
|
|
2527
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2528
|
+
background-color: color-mix(in oklab, var(--color-button-text-primary-text) 20%, transparent);
|
|
2529
|
+
}
|
|
2530
|
+
}
|
|
2158
2531
|
}
|
|
2159
2532
|
}
|
|
2160
|
-
.disabled\:text-
|
|
2533
|
+
.not-disabled\:focus-visible\:ring-button-text-negative-text {
|
|
2534
|
+
&:not(*:disabled) {
|
|
2535
|
+
&:focus-visible {
|
|
2536
|
+
--tw-ring-color: var(--color-button-text-negative-text);
|
|
2537
|
+
}
|
|
2538
|
+
}
|
|
2539
|
+
}
|
|
2540
|
+
.not-disabled\:focus-visible\:ring-button-text-neutral-text {
|
|
2541
|
+
&:not(*:disabled) {
|
|
2542
|
+
&:focus-visible {
|
|
2543
|
+
--tw-ring-color: var(--color-button-text-neutral-text);
|
|
2544
|
+
}
|
|
2545
|
+
}
|
|
2546
|
+
}
|
|
2547
|
+
.not-disabled\:focus-visible\:ring-button-text-primary-text {
|
|
2548
|
+
&:not(*:disabled) {
|
|
2549
|
+
&:focus-visible {
|
|
2550
|
+
--tw-ring-color: var(--color-button-text-primary-text);
|
|
2551
|
+
}
|
|
2552
|
+
}
|
|
2553
|
+
}
|
|
2554
|
+
.disabled\:bg-disabled-background {
|
|
2161
2555
|
&:disabled {
|
|
2162
|
-
color: var(--color-disabled-
|
|
2556
|
+
background-color: var(--color-disabled-background);
|
|
2163
2557
|
}
|
|
2164
2558
|
}
|
|
2165
2559
|
.disabled\:opacity-70 {
|
|
@@ -2167,11 +2561,146 @@
|
|
|
2167
2561
|
opacity: 70%;
|
|
2168
2562
|
}
|
|
2169
2563
|
}
|
|
2564
|
+
.data-disabled\:cursor-not-allowed {
|
|
2565
|
+
&[data-disabled] {
|
|
2566
|
+
cursor: not-allowed;
|
|
2567
|
+
}
|
|
2568
|
+
}
|
|
2569
|
+
.data-disabled\:text-disabled {
|
|
2570
|
+
&[data-disabled] {
|
|
2571
|
+
color: var(--color-disabled);
|
|
2572
|
+
}
|
|
2573
|
+
}
|
|
2574
|
+
.data-highlighted\:bg-primary\/20 {
|
|
2575
|
+
&[data-highlighted] {
|
|
2576
|
+
background-color: color-mix(in srgb, #694BB4 20%, transparent);
|
|
2577
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2578
|
+
background-color: color-mix(in oklab, var(--color-primary) 20%, transparent);
|
|
2579
|
+
}
|
|
2580
|
+
}
|
|
2581
|
+
}
|
|
2582
|
+
.data-placeholder\:text-description {
|
|
2583
|
+
&[data-placeholder] {
|
|
2584
|
+
color: var(--color-description);
|
|
2585
|
+
}
|
|
2586
|
+
}
|
|
2587
|
+
.data-\[display\=full\]\:top-1\/2 {
|
|
2588
|
+
&[data-display="full"] {
|
|
2589
|
+
top: calc(1/2 * 100%);
|
|
2590
|
+
}
|
|
2591
|
+
}
|
|
2592
|
+
.data-\[display\=full\]\:-translate-y-1\/2 {
|
|
2593
|
+
&[data-display="full"] {
|
|
2594
|
+
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
|
|
2595
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2596
|
+
}
|
|
2597
|
+
}
|
|
2598
|
+
.data-\[display\=full\]\:typography-body-md-regular {
|
|
2599
|
+
&[data-display="full"] {
|
|
2600
|
+
font-size: var(--text-base);
|
|
2601
|
+
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
2602
|
+
--tw-font-weight: var(--font-weight-normal);
|
|
2603
|
+
font-weight: var(--font-weight-normal);
|
|
2604
|
+
}
|
|
2605
|
+
}
|
|
2606
|
+
.data-\[display\=small\]\:top-2 {
|
|
2607
|
+
&[data-display="small"] {
|
|
2608
|
+
top: calc(var(--spacing) * 2);
|
|
2609
|
+
}
|
|
2610
|
+
}
|
|
2611
|
+
.data-\[display\=small\]\:h-force-4\.5 {
|
|
2612
|
+
&[data-display="small"] {
|
|
2613
|
+
height: calc(var(--spacing) * 4.5);
|
|
2614
|
+
min-height: calc(var(--spacing) * 4.5);
|
|
2615
|
+
max-height: calc(var(--spacing) * 4.5);
|
|
2616
|
+
}
|
|
2617
|
+
}
|
|
2618
|
+
.data-\[display\=small\]\:overflow-y-hidden {
|
|
2619
|
+
&[data-display="small"] {
|
|
2620
|
+
overflow-y: hidden;
|
|
2621
|
+
}
|
|
2622
|
+
}
|
|
2623
|
+
.data-\[display\=small\]\:typography-caption-sm-regular {
|
|
2624
|
+
&[data-display="small"] {
|
|
2625
|
+
font-size: var(--text-sm);
|
|
2626
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
2627
|
+
--tw-font-weight: var(--font-weight-normal);
|
|
2628
|
+
font-weight: var(--font-weight-normal);
|
|
2629
|
+
}
|
|
2630
|
+
}
|
|
2631
|
+
.data-\[state\=visible\]\:h-\[var\(--scrollbar-size\)\] {
|
|
2632
|
+
&[data-state="visible"] {
|
|
2633
|
+
height: var(--scrollbar-size);
|
|
2634
|
+
}
|
|
2635
|
+
}
|
|
2636
|
+
.data-\[state\=visible\]\:min-h-\[var\(--scrollbar-size\)\] {
|
|
2637
|
+
&[data-state="visible"] {
|
|
2638
|
+
min-height: var(--scrollbar-size);
|
|
2639
|
+
}
|
|
2640
|
+
}
|
|
2641
|
+
.data-\[state\=visible\]\:w-\[var\(--scrollbar-size\)\] {
|
|
2642
|
+
&[data-state="visible"] {
|
|
2643
|
+
width: var(--scrollbar-size);
|
|
2644
|
+
}
|
|
2645
|
+
}
|
|
2646
|
+
.data-\[state\=visible\]\:min-w-\[var\(--scrollbar-size\)\] {
|
|
2647
|
+
&[data-state="visible"] {
|
|
2648
|
+
min-width: var(--scrollbar-size);
|
|
2649
|
+
}
|
|
2650
|
+
}
|
|
2651
|
+
.motion-safe\:animate-fade-in {
|
|
2652
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
2653
|
+
animation: fade-in 0.2s ease-in-out;
|
|
2654
|
+
}
|
|
2655
|
+
}
|
|
2656
|
+
.motion-safe\:animate-fade-out {
|
|
2657
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
2658
|
+
animation: fade-out 0.2s ease-in-out;
|
|
2659
|
+
}
|
|
2660
|
+
}
|
|
2661
|
+
.motion-safe\:animate-pop-in {
|
|
2662
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
2663
|
+
animation: pop-in 0.2s ease-in-out;
|
|
2664
|
+
}
|
|
2665
|
+
}
|
|
2666
|
+
.motion-safe\:animate-pop-out {
|
|
2667
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
2668
|
+
animation: pop-out 0.2s ease-in-out forwards;
|
|
2669
|
+
}
|
|
2670
|
+
}
|
|
2671
|
+
.motion-safe\:duration-100 {
|
|
2672
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
2673
|
+
--tw-duration: 100ms;
|
|
2674
|
+
transition-duration: 100ms;
|
|
2675
|
+
}
|
|
2676
|
+
}
|
|
2677
|
+
.motion-safe\:duration-200 {
|
|
2678
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
2679
|
+
--tw-duration: 200ms;
|
|
2680
|
+
transition-duration: 200ms;
|
|
2681
|
+
}
|
|
2682
|
+
}
|
|
2683
|
+
.motion-reduce\:duration-0 {
|
|
2684
|
+
@media (prefers-reduced-motion: reduce) {
|
|
2685
|
+
--tw-duration: 0ms;
|
|
2686
|
+
transition-duration: 0ms;
|
|
2687
|
+
}
|
|
2688
|
+
}
|
|
2170
2689
|
.desktop\:block {
|
|
2171
2690
|
@media (width >= 64rem) {
|
|
2172
2691
|
display: block;
|
|
2173
2692
|
}
|
|
2174
2693
|
}
|
|
2694
|
+
.desktop\:flex {
|
|
2695
|
+
@media (width >= 64rem) {
|
|
2696
|
+
display: flex;
|
|
2697
|
+
}
|
|
2698
|
+
}
|
|
2699
|
+
.desktop\:hidden {
|
|
2700
|
+
@media (width >= 64rem) {
|
|
2701
|
+
display: none;
|
|
2702
|
+
}
|
|
2703
|
+
}
|
|
2175
2704
|
.desktop\:w-1\/2 {
|
|
2176
2705
|
@media (width >= 64rem) {
|
|
2177
2706
|
width: calc(1/2 * 100%);
|
|
@@ -2261,6 +2790,10 @@
|
|
|
2261
2790
|
}
|
|
2262
2791
|
@keyframes pop-in {
|
|
2263
2792
|
0% {
|
|
2793
|
+
opacity: 0;
|
|
2794
|
+
scale: 100%;
|
|
2795
|
+
}
|
|
2796
|
+
1% {
|
|
2264
2797
|
opacity: 0;
|
|
2265
2798
|
scale: 80%;
|
|
2266
2799
|
}
|
|
@@ -2287,12 +2820,6 @@
|
|
|
2287
2820
|
left: 100%;
|
|
2288
2821
|
}
|
|
2289
2822
|
}
|
|
2290
|
-
.animate-pop-in {
|
|
2291
|
-
animation: pop-in 0.2s ease-in-out;
|
|
2292
|
-
}
|
|
2293
|
-
.animate-pop-out {
|
|
2294
|
-
animation: pop-out 0.2s ease-in-out forwards;
|
|
2295
|
-
}
|
|
2296
2823
|
.shimmer::before {
|
|
2297
2824
|
content: '';
|
|
2298
2825
|
position: absolute;
|
|
@@ -2303,33 +2830,6 @@
|
|
|
2303
2830
|
background: linear-gradient( 120deg, transparent 0%, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%, transparent 100% );
|
|
2304
2831
|
animation: shimmer 2s infinite;
|
|
2305
2832
|
}
|
|
2306
|
-
.animate-fade {
|
|
2307
|
-
animation: fade-out 3s ease-in-out;
|
|
2308
|
-
}
|
|
2309
|
-
.animate-wave-big-left-up {
|
|
2310
|
-
animation: bigLeftUp 1.7s ease-in infinite normal;
|
|
2311
|
-
-webkit-animation: bigLeftUp 1.7s ease-in infinite normal;
|
|
2312
|
-
}
|
|
2313
|
-
.animate-wave-big-right-down {
|
|
2314
|
-
animation: bigRightDown 1.7s ease-in infinite reverse;
|
|
2315
|
-
-webkit-animation: bigRightDown 1.7s ease-in infinite reverse;
|
|
2316
|
-
}
|
|
2317
|
-
.animate-wave-small-left-up {
|
|
2318
|
-
animation: smallLeftUp 1.7s ease-in infinite normal;
|
|
2319
|
-
-webkit-animation: smallLeftUp 1.7s ease-in infinite normal;
|
|
2320
|
-
}
|
|
2321
|
-
.animate-wave-small-right-down {
|
|
2322
|
-
animation: smallRightDown 1.7s ease-in infinite reverse;
|
|
2323
|
-
-webkit-animation: smallRightDown 1.7s ease-in infinite reverse;
|
|
2324
|
-
}
|
|
2325
|
-
.animate-tooltip-fade-in {
|
|
2326
|
-
animation: fade-in 0.2s ease-in-out forwards;
|
|
2327
|
-
-webkit-animation: fade-in 0.2s ease-in-out forwards;
|
|
2328
|
-
}
|
|
2329
|
-
.animate-tooltip-fade-out {
|
|
2330
|
-
animation: fade-in 0.2s ease-in-out forwards;
|
|
2331
|
-
-webkit-animation: fade-in 0.2s ease-in-out forwards;
|
|
2332
|
-
}
|
|
2333
2833
|
}
|
|
2334
2834
|
@layer theme, base, components, utilities;
|
|
2335
2835
|
@layer theme;
|
|
@@ -2518,9 +3018,6 @@
|
|
|
2518
3018
|
--color-positive: var(--color-green-700);
|
|
2519
3019
|
--color-negative: var(--color-red-500);
|
|
2520
3020
|
--color-negative-border-hover: var(--color-red-600);
|
|
2521
|
-
--color-disabled-background: var(--color-gray-800);
|
|
2522
|
-
--color-disabled-text: var(--color-gray-600);
|
|
2523
|
-
--color-disabled-border: var(--color-gray-850);
|
|
2524
3021
|
--color-surface: var(--color-gray-800);
|
|
2525
3022
|
--color-surface-variant: var(--color-gray-700);
|
|
2526
3023
|
--color-text-primary: var(--color-gray-100);
|
|
@@ -2539,9 +3036,6 @@
|
|
|
2539
3036
|
--color-positive: var(--color-green-700);
|
|
2540
3037
|
--color-negative: var(--color-red-500);
|
|
2541
3038
|
--color-negative-border-hover: var(--color-red-600);
|
|
2542
|
-
--color-disabled-background: var(--color-gray-800);
|
|
2543
|
-
--color-disabled-text: var(--color-gray-600);
|
|
2544
|
-
--color-disabled-border: var(--color-gray-850);
|
|
2545
3039
|
--color-surface: var(--color-gray-800);
|
|
2546
3040
|
--color-surface-variant: var(--color-gray-700);
|
|
2547
3041
|
--color-text-primary: var(--color-gray-100);
|
|
@@ -2563,6 +3057,8 @@
|
|
|
2563
3057
|
--color-property-title-background: var(--color-gray-750);
|
|
2564
3058
|
--color-progress-indicator-background: var(--color-gray-700);
|
|
2565
3059
|
--color-overlay-shadow: #00000060;
|
|
3060
|
+
--color-scrollbar-track: #FFFFFF33;
|
|
3061
|
+
--color-scrollbar-thumb: var(--color-gray-300);
|
|
2566
3062
|
--color-tag-dark-background: var(--color-gray-900);
|
|
2567
3063
|
--color-border: var(--color-gray-600);
|
|
2568
3064
|
--color-divider: var(--color-gray-700);
|
|
@@ -2571,110 +3067,6 @@
|
|
|
2571
3067
|
--color-outline-variant: var(--color-gray-600);
|
|
2572
3068
|
}
|
|
2573
3069
|
}
|
|
2574
|
-
@layer components {
|
|
2575
|
-
.textstyle-title-3xl {
|
|
2576
|
-
font-family: var(--font-space);
|
|
2577
|
-
font-size: var(--text-5xl);
|
|
2578
|
-
line-height: var(--tw-leading, var(--text-5xl--line-height));
|
|
2579
|
-
--tw-font-weight: var(--font-weight-bold);
|
|
2580
|
-
font-weight: var(--font-weight-bold);
|
|
2581
|
-
}
|
|
2582
|
-
.textstyle-title-2xl {
|
|
2583
|
-
font-family: var(--font-space);
|
|
2584
|
-
font-size: var(--text-4xl);
|
|
2585
|
-
line-height: var(--tw-leading, var(--text-4xl--line-height));
|
|
2586
|
-
--tw-font-weight: var(--font-weight-bold);
|
|
2587
|
-
font-weight: var(--font-weight-bold);
|
|
2588
|
-
}
|
|
2589
|
-
.textstyle-title-xl {
|
|
2590
|
-
font-family: var(--font-space);
|
|
2591
|
-
font-size: var(--text-3xl);
|
|
2592
|
-
line-height: var(--tw-leading, var(--text-3xl--line-height));
|
|
2593
|
-
--tw-font-weight: var(--font-weight-bold);
|
|
2594
|
-
font-weight: var(--font-weight-bold);
|
|
2595
|
-
}
|
|
2596
|
-
.textstyle-title-lg {
|
|
2597
|
-
font-family: var(--font-space);
|
|
2598
|
-
font-size: var(--text-2xl);
|
|
2599
|
-
line-height: var(--tw-leading, var(--text-2xl--line-height));
|
|
2600
|
-
--tw-font-weight: var(--font-weight-bold);
|
|
2601
|
-
font-weight: var(--font-weight-bold);
|
|
2602
|
-
}
|
|
2603
|
-
.textstyle-title-md {
|
|
2604
|
-
font-family: var(--font-space);
|
|
2605
|
-
font-size: var(--text-xl);
|
|
2606
|
-
line-height: var(--tw-leading, var(--text-xl--line-height));
|
|
2607
|
-
--tw-font-weight: var(--font-weight-bold);
|
|
2608
|
-
font-weight: var(--font-weight-bold);
|
|
2609
|
-
}
|
|
2610
|
-
.textstyle-title-normal {
|
|
2611
|
-
font-size: var(--text-lg);
|
|
2612
|
-
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
2613
|
-
--tw-font-weight: var(--font-weight-semibold);
|
|
2614
|
-
font-weight: var(--font-weight-semibold);
|
|
2615
|
-
}
|
|
2616
|
-
.textstyle-title-sm {
|
|
2617
|
-
font-family: var(--font-space);
|
|
2618
|
-
--tw-font-weight: var(--font-weight-bold);
|
|
2619
|
-
font-weight: var(--font-weight-bold);
|
|
2620
|
-
}
|
|
2621
|
-
.textstyle-accent {
|
|
2622
|
-
font-size: var(--text-sm);
|
|
2623
|
-
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
2624
|
-
--tw-font-weight: var(--font-weight-bold);
|
|
2625
|
-
font-weight: var(--font-weight-bold);
|
|
2626
|
-
color: var(--color-label);
|
|
2627
|
-
}
|
|
2628
|
-
.textstyle-description {
|
|
2629
|
-
color: var(--color-description);
|
|
2630
|
-
}
|
|
2631
|
-
.textstyle-label-lg {
|
|
2632
|
-
font-size: var(--text-lg);
|
|
2633
|
-
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
2634
|
-
--tw-font-weight: var(--font-weight-semibold);
|
|
2635
|
-
font-weight: var(--font-weight-semibold);
|
|
2636
|
-
color: var(--color-label);
|
|
2637
|
-
}
|
|
2638
|
-
.textstyle-label-md {
|
|
2639
|
-
--tw-font-weight: var(--font-weight-semibold);
|
|
2640
|
-
font-weight: var(--font-weight-semibold);
|
|
2641
|
-
color: var(--color-label);
|
|
2642
|
-
}
|
|
2643
|
-
.textstyle-label-sm {
|
|
2644
|
-
font-size: var(--text-sm);
|
|
2645
|
-
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
2646
|
-
--tw-font-weight: var(--font-weight-semibold);
|
|
2647
|
-
font-weight: var(--font-weight-semibold);
|
|
2648
|
-
color: var(--color-label);
|
|
2649
|
-
}
|
|
2650
|
-
.textstyle-table-name {
|
|
2651
|
-
font-family: var(--font-space);
|
|
2652
|
-
font-size: var(--text-lg);
|
|
2653
|
-
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
2654
|
-
--tw-font-weight: var(--font-weight-medium);
|
|
2655
|
-
font-weight: var(--font-weight-medium);
|
|
2656
|
-
}
|
|
2657
|
-
.textstyle-table-header {
|
|
2658
|
-
--tw-font-weight: var(--font-weight-bold);
|
|
2659
|
-
font-weight: var(--font-weight-bold);
|
|
2660
|
-
color: var(--color-label);
|
|
2661
|
-
}
|
|
2662
|
-
.textstyle-navigation-item {
|
|
2663
|
-
font-family: var(--font-space);
|
|
2664
|
-
--tw-font-weight: var(--font-weight-bold);
|
|
2665
|
-
font-weight: var(--font-weight-bold);
|
|
2666
|
-
}
|
|
2667
|
-
.textstyle-form-error {
|
|
2668
|
-
font-size: var(--text-sm);
|
|
2669
|
-
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
2670
|
-
color: var(--color-negative);
|
|
2671
|
-
}
|
|
2672
|
-
.textstyle-form-description {
|
|
2673
|
-
font-size: var(--text-sm);
|
|
2674
|
-
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
2675
|
-
color: var(--color-description);
|
|
2676
|
-
}
|
|
2677
|
-
}
|
|
2678
3070
|
@layer components {
|
|
2679
3071
|
.btn-sm {
|
|
2680
3072
|
display: flex;
|
|
@@ -2838,9 +3230,25 @@
|
|
|
2838
3230
|
padding-inline: calc(var(--spacing) * 24);
|
|
2839
3231
|
}
|
|
2840
3232
|
}
|
|
2841
|
-
|
|
2842
|
-
|
|
3233
|
+
.link {
|
|
3234
|
+
border-radius: 0.25rem;
|
|
3235
|
+
padding: calc(var(--spacing) * 2);
|
|
3236
|
+
font-size: var(--text-lg);
|
|
3237
|
+
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
3238
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
3239
|
+
font-weight: var(--font-weight-bold);
|
|
3240
|
+
text-decoration-thickness: 3px;
|
|
3241
|
+
&:hover {
|
|
3242
|
+
@media (hover: hover) {
|
|
3243
|
+
text-decoration-line: underline;
|
|
3244
|
+
}
|
|
3245
|
+
}
|
|
3246
|
+
&:focus {
|
|
3247
|
+
text-decoration-line: underline;
|
|
3248
|
+
}
|
|
3249
|
+
}
|
|
2843
3250
|
* {
|
|
3251
|
+
list-style-type: none;
|
|
2844
3252
|
border-color: var(--color-border);
|
|
2845
3253
|
}
|
|
2846
3254
|
html {
|
|
@@ -2851,27 +3259,39 @@
|
|
|
2851
3259
|
cursor: pointer;
|
|
2852
3260
|
text-wrap: nowrap;
|
|
2853
3261
|
}
|
|
2854
|
-
input {
|
|
2855
|
-
display: block;
|
|
2856
|
-
}
|
|
2857
3262
|
*:disabled {
|
|
2858
3263
|
cursor: not-allowed;
|
|
2859
3264
|
}
|
|
2860
3265
|
*:focus {
|
|
2861
3266
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2862
3267
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2863
|
-
--tw-outline-style
|
|
2864
|
-
outline-
|
|
3268
|
+
outline-style: var(--tw-outline-style);
|
|
3269
|
+
outline-width: 0px;
|
|
2865
3270
|
}
|
|
2866
3271
|
*:focus-visible {
|
|
2867
3272
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2868
3273
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2869
3274
|
--tw-ring-color: var(--color-focus);
|
|
2870
3275
|
}
|
|
3276
|
+
.focus-style-within:focus-within {
|
|
3277
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
3278
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3279
|
+
--tw-ring-color: var(--color-focus);
|
|
3280
|
+
}
|
|
3281
|
+
.focus-style-none {
|
|
3282
|
+
&:focus-within {
|
|
3283
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
3284
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3285
|
+
}
|
|
3286
|
+
&:focus-visible {
|
|
3287
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
3288
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3289
|
+
}
|
|
3290
|
+
}
|
|
2871
3291
|
@media (prefers-reduced-motion: reduce) {
|
|
2872
3292
|
* {
|
|
2873
|
-
animation: none
|
|
2874
|
-
transition-property: none
|
|
3293
|
+
animation: none;
|
|
3294
|
+
transition-property: none;
|
|
2875
3295
|
}
|
|
2876
3296
|
}
|
|
2877
3297
|
table {
|
|
@@ -2967,6 +3387,49 @@
|
|
|
2967
3387
|
th:last-child > .table-resize-indicator {
|
|
2968
3388
|
right: calc(var(--spacing) * 6);
|
|
2969
3389
|
}
|
|
3390
|
+
@supports (scrollbar-color: auto) {
|
|
3391
|
+
* {
|
|
3392
|
+
scrollbar-color: var(--color-gray-500) transparent;
|
|
3393
|
+
}
|
|
3394
|
+
}
|
|
3395
|
+
@supports selector(::-webkit-scrollbar) {
|
|
3396
|
+
* {
|
|
3397
|
+
scrollbar-color: initial;
|
|
3398
|
+
}
|
|
3399
|
+
:root {
|
|
3400
|
+
--scrollbar-width: 10px;
|
|
3401
|
+
--scrollbar-padding: 1px;
|
|
3402
|
+
}
|
|
3403
|
+
*::-webkit-scrollbar {
|
|
3404
|
+
width: var(--scrollbar-width);
|
|
3405
|
+
height: var(--scrollbar-width);
|
|
3406
|
+
}
|
|
3407
|
+
*::-webkit-scrollbar-track {
|
|
3408
|
+
border-radius: 9999px;
|
|
3409
|
+
background: transparent;
|
|
3410
|
+
cursor: default;
|
|
3411
|
+
}
|
|
3412
|
+
*::-webkit-scrollbar-thumb {
|
|
3413
|
+
background-color: var(--color-gray-500);
|
|
3414
|
+
border-radius: 9999px;
|
|
3415
|
+
border: var(--scrollbar-padding) solid transparent;
|
|
3416
|
+
background-clip: padding-box;
|
|
3417
|
+
cursor: default;
|
|
3418
|
+
transition: background-color 0.2s ease;
|
|
3419
|
+
}
|
|
3420
|
+
*::-webkit-scrollbar-thumb:active {
|
|
3421
|
+
background-color: var(--color-gray-600);
|
|
3422
|
+
}
|
|
3423
|
+
*::-webkit-scrollbar-thumb:vertical {
|
|
3424
|
+
min-height: calc(var(--scrollbar-width) * 3);
|
|
3425
|
+
}
|
|
3426
|
+
*::-webkit-scrollbar-thumb:horizontal {
|
|
3427
|
+
min-width: calc(var(--scrollbar-width) * 3);
|
|
3428
|
+
}
|
|
3429
|
+
*::-webkit-scrollbar-corner {
|
|
3430
|
+
background: transparent;
|
|
3431
|
+
}
|
|
3432
|
+
}
|
|
2970
3433
|
}
|
|
2971
3434
|
@property --tw-translate-x {
|
|
2972
3435
|
syntax: "*";
|
|
@@ -3050,10 +3513,6 @@
|
|
|
3050
3513
|
inherits: false;
|
|
3051
3514
|
initial-value: 100%;
|
|
3052
3515
|
}
|
|
3053
|
-
@property --tw-leading {
|
|
3054
|
-
syntax: "*";
|
|
3055
|
-
inherits: false;
|
|
3056
|
-
}
|
|
3057
3516
|
@property --tw-font-weight {
|
|
3058
3517
|
syntax: "*";
|
|
3059
3518
|
inherits: false;
|
|
@@ -3250,7 +3709,6 @@
|
|
|
3250
3709
|
--tw-gradient-from-position: 0%;
|
|
3251
3710
|
--tw-gradient-via-position: 50%;
|
|
3252
3711
|
--tw-gradient-to-position: 100%;
|
|
3253
|
-
--tw-leading: initial;
|
|
3254
3712
|
--tw-font-weight: initial;
|
|
3255
3713
|
--tw-shadow: 0 0 #0000;
|
|
3256
3714
|
--tw-shadow-color: initial;
|