@rovula/ui 0.0.21 → 0.0.23
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/dist/cjs/bundle.css +185 -495
- package/dist/cjs/bundle.js +3 -3
- package/dist/cjs/bundle.js.map +1 -1
- package/dist/cjs/types/components/ActionButton/ActionButton.stories.d.ts +7 -7
- package/dist/cjs/types/components/Button/Button.d.ts +1 -1
- package/dist/cjs/types/components/Button/Button.styles.d.ts +1 -1
- package/dist/cjs/types/components/Button/Buttons.stories.d.ts +13 -13
- package/dist/cjs/types/components/Checkbox/Checkbox.stories.d.ts +60 -60
- package/dist/cjs/types/components/Dropdown/Dropdown.stories.d.ts +64 -64
- package/dist/cjs/types/components/Icon/Icon.d.ts +11 -0
- package/dist/cjs/types/components/Icon/Icon.stories.d.ts +508 -0
- package/dist/cjs/types/components/Icon/Icon.styles.d.ts +4 -0
- package/dist/cjs/types/components/Input/Input.stories.d.ts +115 -115
- package/dist/cjs/types/components/Label/Label.stories.d.ts +51 -51
- package/dist/cjs/types/components/RadioGroup/RadioGroup.stories.d.ts +54 -54
- package/dist/cjs/types/components/Search/Search.stories.d.ts +64 -64
- package/dist/cjs/types/components/Slider/Slider.d.ts +5 -0
- package/dist/cjs/types/components/Slider/Slider.stories.d.ts +303 -0
- package/dist/cjs/types/components/Switch/Switch.d.ts +4 -0
- package/dist/cjs/types/components/Switch/Switch.stories.d.ts +305 -0
- package/dist/cjs/types/components/Table/Table.stories.d.ts +7 -7
- package/dist/cjs/types/components/Tabs/Tabs.d.ts +12 -3
- package/dist/cjs/types/components/Tabs/Tabs.stories.d.ts +18 -0
- package/dist/cjs/types/components/Text/Text.d.ts +6 -5
- package/dist/cjs/types/components/Text/Text.stories.d.ts +2 -10
- package/dist/cjs/types/components/TextInput/TextInput.stories.d.ts +62 -62
- package/dist/cjs/types/components/TextInput/TextInput.styles.d.ts +1 -1
- package/dist/cjs/types/icons/heroIconConfig.d.ts +1 -0
- package/dist/cjs/types/icons/iconConfig.d.ts +2 -0
- package/dist/cjs/types/icons/iconRegistry.d.ts +19 -0
- package/dist/cjs/types/icons/index.d.ts +1 -0
- package/dist/cjs/types/icons/material-icon/outline/ChevronDownIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/CollapseContentIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/ContentCopyIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/ContentPasteIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/DataTableIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/ExpandCircleDownIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/ExpandCircleRightIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/ExpandCircleUpIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/ExpandContentIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/InterestsIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/SaveIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/TableChartIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/index.d.ts +12 -0
- package/dist/cjs/types/icons/material-icon/solid/ChevronDownIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/CollapseContentIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/ContentCopyIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/ContentPasteIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/DataTableIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/ExpandCircleDownIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/ExpandCircleRightIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/ExpandCircleUpIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/ExpandContentIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/InterestsIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/SaveIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/TableChartIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/index.d.ts +12 -0
- package/dist/cjs/types/icons/materialIconConfig.d.ts +1 -0
- package/dist/cjs/types/icons/type.d.ts +8 -0
- package/dist/cjs/types/icons/utils.d.ts +1 -0
- package/dist/cjs/types/index.d.ts +4 -0
- package/dist/components/ActionButton/ActionButton.js +8 -19
- package/dist/components/ActionButton/ActionButton.stories.js +12 -22
- package/dist/components/ActionButton/ActionButton.styles.js +33 -8
- package/dist/components/AlertDialog/Alert.stories.js +5 -16
- package/dist/components/AlertDialog/AlertDialog.js +27 -38
- package/dist/components/Avatar/Avatar.js +7 -8
- package/dist/components/Avatar/Avatar.stories.js +11 -22
- package/dist/components/Avatar/Avatar.styles.js +1 -1
- package/dist/components/Avatar/AvatarBase.js +9 -20
- package/dist/components/Avatar/AvatarGroup.js +9 -10
- package/dist/components/Avatar/AvatarGroup.stories.js +9 -20
- package/dist/components/Button/Button.js +4 -15
- package/dist/components/Button/Button.styles.js +1 -1
- package/dist/components/Button/Buttons.stories.js +18 -29
- package/dist/components/Calendar/Calendar.js +3 -14
- package/dist/components/Calendar/Calendar.stories.js +6 -17
- package/dist/components/Checkbox/Checkbox.js +3 -14
- package/dist/components/Checkbox/Checkbox.stories.js +12 -23
- package/dist/components/Collapsible/Collapsible.js +14 -17
- package/dist/components/Collapsible/Collapsible.stories.js +9 -20
- package/dist/components/Collapsible/Collapsible.styles.js +4 -4
- package/dist/components/Collapsible/CollapsibleContext.js +9 -10
- package/dist/components/DataTable/DataTable.js +25 -26
- package/dist/components/DataTable/DataTable.stories.js +10 -21
- package/dist/components/DatePicker/DatePicker.js +4 -20
- package/dist/components/DatePicker/DatePicker.stories.js +6 -17
- package/dist/components/Dialog/Dialog.js +22 -33
- package/dist/components/Dialog/Dialog.stories.js +8 -19
- package/dist/components/Dropdown/Dropdown.js +26 -37
- package/dist/components/Dropdown/Dropdown.stories.js +36 -55
- package/dist/components/Dropdown/Dropdown.styles.js +3 -3
- package/dist/components/Form/Form.js +26 -87
- package/dist/components/Form/Text.js +2 -3
- package/dist/components/Form/TextInput.js +2 -3
- package/dist/components/Icon/Icon.js +37 -0
- package/dist/components/Icon/Icon.stories.js +356 -0
- package/dist/components/Icon/Icon.styles.js +25 -0
- package/dist/components/Input/Input.js +9 -20
- package/dist/components/Input/Input.stories.js +6 -17
- package/dist/components/Input/Input.styles.js +1 -1
- package/dist/components/Label/Label.js +3 -14
- package/dist/components/Label/Label.stories.js +5 -16
- package/dist/components/Label/Label.styles.js +1 -1
- package/dist/components/Loading/Loading.js +5 -17
- package/dist/components/Loading/Loading.stories.js +6 -17
- package/dist/components/Navbar/Navbar.js +3 -4
- package/dist/components/Navbar/Navbar.stories.js +8 -19
- package/dist/components/Popover/Popover.js +5 -16
- package/dist/components/Popover/Popover.stories.js +5 -16
- package/dist/components/ProgressBar/ProgressBar.js +8 -9
- package/dist/components/ProgressBar/ProgressBar.stories.js +14 -27
- package/dist/components/RadioGroup/RadioGroup.js +6 -17
- package/dist/components/RadioGroup/RadioGroup.stories.js +9 -20
- package/dist/components/Search/Search.js +2 -13
- package/dist/components/Search/Search.stories.js +10 -21
- package/dist/components/Slider/Slider.js +22 -0
- package/dist/components/Slider/Slider.stories.js +33 -0
- package/dist/components/Switch/Switch.js +22 -0
- package/dist/components/Switch/Switch.stories.js +32 -0
- package/dist/components/Table/Datagrid.js +2 -3
- package/dist/components/Table/Table.js +24 -35
- package/dist/components/Table/Table.stories.js +5 -16
- package/dist/components/Tabs/Tabs.js +57 -10
- package/dist/components/Tabs/Tabs.stories.js +13 -24
- package/dist/components/Text/Text.js +19 -6
- package/dist/components/Text/Text.stories.js +12 -23
- package/dist/components/TextInput/TextInput.js +30 -41
- package/dist/components/TextInput/TextInput.stories.js +17 -28
- package/dist/components/TextInput/TextInput.styles.js +7 -7
- package/dist/components/ThemeToggle.js +3 -3
- package/dist/esm/bundle.css +185 -495
- package/dist/esm/bundle.js +3 -3
- package/dist/esm/bundle.js.map +1 -1
- package/dist/esm/types/components/ActionButton/ActionButton.stories.d.ts +7 -7
- package/dist/esm/types/components/Button/Button.d.ts +1 -1
- package/dist/esm/types/components/Button/Button.styles.d.ts +1 -1
- package/dist/esm/types/components/Button/Buttons.stories.d.ts +13 -13
- package/dist/esm/types/components/Checkbox/Checkbox.stories.d.ts +60 -60
- package/dist/esm/types/components/Dropdown/Dropdown.stories.d.ts +64 -64
- package/dist/esm/types/components/Icon/Icon.d.ts +11 -0
- package/dist/esm/types/components/Icon/Icon.stories.d.ts +508 -0
- package/dist/esm/types/components/Icon/Icon.styles.d.ts +4 -0
- package/dist/esm/types/components/Input/Input.stories.d.ts +115 -115
- package/dist/esm/types/components/Label/Label.stories.d.ts +51 -51
- package/dist/esm/types/components/RadioGroup/RadioGroup.stories.d.ts +54 -54
- package/dist/esm/types/components/Search/Search.stories.d.ts +64 -64
- package/dist/esm/types/components/Slider/Slider.d.ts +5 -0
- package/dist/esm/types/components/Slider/Slider.stories.d.ts +303 -0
- package/dist/esm/types/components/Switch/Switch.d.ts +4 -0
- package/dist/esm/types/components/Switch/Switch.stories.d.ts +305 -0
- package/dist/esm/types/components/Table/Table.stories.d.ts +7 -7
- package/dist/esm/types/components/Tabs/Tabs.d.ts +12 -3
- package/dist/esm/types/components/Tabs/Tabs.stories.d.ts +18 -0
- package/dist/esm/types/components/Text/Text.d.ts +6 -5
- package/dist/esm/types/components/Text/Text.stories.d.ts +2 -10
- package/dist/esm/types/components/TextInput/TextInput.stories.d.ts +62 -62
- package/dist/esm/types/components/TextInput/TextInput.styles.d.ts +1 -1
- package/dist/esm/types/icons/heroIconConfig.d.ts +1 -0
- package/dist/esm/types/icons/iconConfig.d.ts +2 -0
- package/dist/esm/types/icons/iconRegistry.d.ts +19 -0
- package/dist/esm/types/icons/index.d.ts +1 -0
- package/dist/esm/types/icons/material-icon/outline/ChevronDownIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/CollapseContentIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/ContentCopyIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/ContentPasteIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/DataTableIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/ExpandCircleDownIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/ExpandCircleRightIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/ExpandCircleUpIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/ExpandContentIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/InterestsIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/SaveIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/TableChartIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/index.d.ts +12 -0
- package/dist/esm/types/icons/material-icon/solid/ChevronDownIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/CollapseContentIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/ContentCopyIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/ContentPasteIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/DataTableIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/ExpandCircleDownIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/ExpandCircleRightIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/ExpandCircleUpIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/ExpandContentIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/InterestsIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/SaveIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/TableChartIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/index.d.ts +12 -0
- package/dist/esm/types/icons/materialIconConfig.d.ts +1 -0
- package/dist/esm/types/icons/type.d.ts +8 -0
- package/dist/esm/types/icons/utils.d.ts +1 -0
- package/dist/esm/types/index.d.ts +4 -0
- package/dist/icons/heroIconConfig.js +13 -0
- package/dist/icons/iconConfig.js +2 -0
- package/dist/icons/iconRegistry.js +47 -0
- package/dist/icons/index.js +1 -0
- package/dist/icons/material-icon/outline/ChevronDownIcon.js +3 -0
- package/dist/icons/material-icon/outline/CollapseContentIcon.js +3 -0
- package/dist/icons/material-icon/outline/ContentCopyIcon.js +3 -0
- package/dist/icons/material-icon/outline/ContentPasteIcon.js +3 -0
- package/dist/icons/material-icon/outline/DataTableIcon.js +3 -0
- package/dist/icons/material-icon/outline/ExpandCircleDownIcon.js +3 -0
- package/dist/icons/material-icon/outline/ExpandCircleRightIcon.js +3 -0
- package/dist/icons/material-icon/outline/ExpandCircleUpIcon.js +3 -0
- package/dist/icons/material-icon/outline/ExpandContentIcon.js +3 -0
- package/dist/icons/material-icon/outline/InterestsIcon.js +3 -0
- package/dist/icons/material-icon/outline/SaveIcon.js +3 -0
- package/dist/icons/material-icon/outline/TableChartIcon.js +3 -0
- package/dist/icons/material-icon/outline/index.js +12 -0
- package/dist/icons/material-icon/solid/ChevronDownIcon.js +3 -0
- package/dist/icons/material-icon/solid/CollapseContentIcon.js +3 -0
- package/dist/icons/material-icon/solid/ContentCopyIcon.js +3 -0
- package/dist/icons/material-icon/solid/ContentPasteIcon.js +3 -0
- package/dist/icons/material-icon/solid/DataTableIcon.js +3 -0
- package/dist/icons/material-icon/solid/ExpandCircleDownIcon.js +3 -0
- package/dist/icons/material-icon/solid/ExpandCircleRightIcon.js +3 -0
- package/dist/icons/material-icon/solid/ExpandCircleUpIcon.js +3 -0
- package/dist/icons/material-icon/solid/ExpandContentIcon.js +3 -0
- package/dist/icons/material-icon/solid/InterestsIcon.js +3 -0
- package/dist/icons/material-icon/solid/SaveIcon.js +3 -0
- package/dist/icons/material-icon/solid/TableChartIcon.js +3 -0
- package/dist/icons/material-icon/solid/index.js +12 -0
- package/dist/icons/materialIconConfig.js +13 -0
- package/dist/icons/type.js +1 -0
- package/dist/icons/utils.js +6 -0
- package/dist/index.d.ts +35 -8
- package/dist/index.js +4 -0
- package/dist/src/theme/global.css +245 -619
- package/dist/stories/ColorGroupPreview.js +6 -9
- package/dist/stories/ColorPreview.js +1 -2
- package/dist/theme/main-preset.js +24 -0
- package/dist/theme/plugins/utilities/typography.js +9 -0
- package/dist/theme/presets/colors.js +8 -1
- package/dist/theme/tokens/color.css +1 -0
- package/dist/theme/tokens/typography.css +21 -0
- package/dist/utils/cn.js +1 -5
- package/dist/utils/datetime.js +12 -12
- package/package.json +3 -1
- package/src/components/ActionButton/ActionButton.stories.tsx +32 -13
- package/src/components/ActionButton/ActionButton.styles.ts +33 -8
- package/src/components/Button/Button.tsx +1 -4
- package/src/components/Collapsible/Collapsible.tsx +1 -1
- package/src/components/DataTable/DataTable.tsx +2 -2
- package/src/components/Icon/Icon.stories.tsx +450 -0
- package/src/components/Icon/Icon.styles.ts +26 -0
- package/src/components/Icon/Icon.tsx +67 -0
- package/src/components/Slider/Slider.stories.tsx +47 -0
- package/src/components/Slider/Slider.tsx +31 -0
- package/src/components/Switch/Switch.stories.tsx +46 -0
- package/src/components/Switch/Switch.tsx +32 -0
- package/src/components/Table/Table.tsx +2 -2
- package/src/components/Tabs/Tabs.tsx +100 -13
- package/src/components/Text/Text.tsx +35 -22
- package/src/icons/heroIconConfig.ts +23 -0
- package/src/icons/iconConfig.ts +2 -0
- package/src/icons/iconRegistry.ts +76 -0
- package/src/icons/index.ts +1 -0
- package/src/icons/material-icon/outline/ChevronDownIcon.tsx +22 -0
- package/src/icons/material-icon/outline/CollapseContentIcon.tsx +20 -0
- package/src/icons/material-icon/outline/ContentCopyIcon.tsx +20 -0
- package/src/icons/material-icon/outline/ContentPasteIcon.tsx +20 -0
- package/src/icons/material-icon/outline/DataTableIcon.tsx +20 -0
- package/src/icons/material-icon/outline/ExpandCircleDownIcon.tsx +20 -0
- package/src/icons/material-icon/outline/ExpandCircleRightIcon.tsx +20 -0
- package/src/icons/material-icon/outline/ExpandCircleUpIcon.tsx +20 -0
- package/src/icons/material-icon/outline/ExpandContentIcon.tsx +20 -0
- package/src/icons/material-icon/outline/InterestsIcon.tsx +20 -0
- package/src/icons/material-icon/outline/SaveIcon.tsx +20 -0
- package/src/icons/material-icon/outline/TableChartIcon.tsx +20 -0
- package/src/icons/material-icon/outline/index.ts +12 -0
- package/src/icons/material-icon/solid/ChevronDownIcon.tsx +22 -0
- package/src/icons/material-icon/solid/CollapseContentIcon.tsx +20 -0
- package/src/icons/material-icon/solid/ContentCopyIcon.tsx +20 -0
- package/src/icons/material-icon/solid/ContentPasteIcon.tsx +20 -0
- package/src/icons/material-icon/solid/DataTableIcon.tsx +20 -0
- package/src/icons/material-icon/solid/ExpandCircleDownIcon.tsx +20 -0
- package/src/icons/material-icon/solid/ExpandCircleRightIcon.tsx +20 -0
- package/src/icons/material-icon/solid/ExpandCircleUpIcon.tsx +20 -0
- package/src/icons/material-icon/solid/ExpandContentIcon.tsx +20 -0
- package/src/icons/material-icon/solid/InterestsIcon.tsx +20 -0
- package/src/icons/material-icon/solid/SaveIcon.tsx +20 -0
- package/src/icons/material-icon/solid/TableChartIcon.tsx +20 -0
- package/src/icons/material-icon/solid/index.ts +12 -0
- package/src/icons/materialIconConfig.tsx +23 -0
- package/src/icons/type.ts +11 -0
- package/src/icons/utils.ts +6 -0
- package/src/index.ts +5 -0
- package/src/theme/main-preset.js +24 -0
- package/src/theme/plugins/utilities/typography.js +9 -0
- package/src/theme/presets/colors.js +8 -1
- package/src/theme/tokens/color.css +1 -0
- package/src/theme/tokens/typography.css +21 -0
- package/dist/cjs/types/components/ActionButton/ActionButton.styles copy.d.ts +0 -6
- package/dist/cjs/types/components/Button/Button.styles copy.d.ts +0 -7
- package/dist/components/ActionButton/ActionButton.styles copy.js +0 -90
- package/dist/components/Button/Button.styles copy.js +0 -210
- package/dist/esm/types/components/ActionButton/ActionButton.styles copy.d.ts +0 -6
- package/dist/esm/types/components/Button/Button.styles copy.d.ts +0 -7
- package/src/_theme/global copy.css +0 -761
- package/src/_theme/global.css +0 -39
- package/src/_theme/main-preset.js +0 -239
- package/src/_theme/plugins/utilities/typography.js +0 -81
- package/src/_theme/presets/colors copy 2.js +0 -319
- package/src/_theme/presets/colors copy.js +0 -229
- package/src/_theme/presets/colors.js +0 -94
- package/src/_theme/theme.d.ts +0 -69
- package/src/_theme/variables/base/button.css +0 -334
- package/src/_theme/variables/base/components copy.css +0 -19
- package/src/_theme/variables/default/colors.css +0 -292
- package/src/_theme/variables/default/typography.css +0 -178
- package/src/_theme/variables/xspector/colors.css +0 -468
- package/src/_theme/variables/xspector/typography.css +0 -178
- package/src/components/ActionButton/ActionButton.styles copy.ts +0 -95
- package/src/components/Button/Button.styles copy.ts +0 -214
|
@@ -217,6 +217,7 @@
|
|
|
217
217
|
--base-color-bg2: #f5f5f5;
|
|
218
218
|
--base-color-bg3: #d8d8d8;
|
|
219
219
|
--base-color-workspace-stroke: #e2e2e2;
|
|
220
|
+
--base-color-guideline-stroke: #c5c5c5;
|
|
220
221
|
--base-color-popup: #ffffff;
|
|
221
222
|
--base-color-popup-hightlight: #343638;
|
|
222
223
|
--base-color-popup-curtain: rgba(0 0 0 / 0.6);
|
|
@@ -488,6 +489,27 @@
|
|
|
488
489
|
--small5-style: normal;
|
|
489
490
|
--small5-line-height: 12px;
|
|
490
491
|
--small5-line-height-rem: 0.75rem;
|
|
492
|
+
--small6-family: "Montserrat";
|
|
493
|
+
--small6-size: 10px;
|
|
494
|
+
--small6-size-rem: 0.625rem;
|
|
495
|
+
--small6-weight: 600;
|
|
496
|
+
--small6-style: normal;
|
|
497
|
+
--small6-line-height: 12px;
|
|
498
|
+
--small6-line-height-rem: 0.75rem;
|
|
499
|
+
--small7-family: "Montserrat";
|
|
500
|
+
--small7-size: 8px;
|
|
501
|
+
--small7-size-rem: 0.5rem;
|
|
502
|
+
--small7-weight: 600;
|
|
503
|
+
--small7-style: normal;
|
|
504
|
+
--small7-line-height: 10px;
|
|
505
|
+
--small7-line-height-rem: 0.625rem;
|
|
506
|
+
--small8-family: "Montserrat";
|
|
507
|
+
--small8-size: 8px;
|
|
508
|
+
--small8-size-rem: 0.5rem;
|
|
509
|
+
--small8-weight: 700;
|
|
510
|
+
--small8-style: normal;
|
|
511
|
+
--small8-line-height: 10px;
|
|
512
|
+
--small8-line-height-rem: 0.625rem;
|
|
491
513
|
--label-label1-family: "Montserrat";
|
|
492
514
|
--label-label1-size: 12px;
|
|
493
515
|
--label-label1-size-rem: 0.75rem;
|
|
@@ -2087,6 +2109,10 @@ body {
|
|
|
2087
2109
|
bottom: 0px;
|
|
2088
2110
|
}
|
|
2089
2111
|
|
|
2112
|
+
.-bottom-\[1px\] {
|
|
2113
|
+
bottom: -1px;
|
|
2114
|
+
}
|
|
2115
|
+
|
|
2090
2116
|
.-top-1 {
|
|
2091
2117
|
top: -0.25rem;
|
|
2092
2118
|
}
|
|
@@ -2280,6 +2306,11 @@ body {
|
|
|
2280
2306
|
height: 1.75rem;
|
|
2281
2307
|
}
|
|
2282
2308
|
|
|
2309
|
+
.size-8 {
|
|
2310
|
+
width: 2rem;
|
|
2311
|
+
height: 2rem;
|
|
2312
|
+
}
|
|
2313
|
+
|
|
2283
2314
|
.size-9 {
|
|
2284
2315
|
width: 2.25rem;
|
|
2285
2316
|
height: 2.25rem;
|
|
@@ -2313,6 +2344,14 @@ body {
|
|
|
2313
2344
|
height: 3rem;
|
|
2314
2345
|
}
|
|
2315
2346
|
|
|
2347
|
+
.h-2 {
|
|
2348
|
+
height: 0.5rem;
|
|
2349
|
+
}
|
|
2350
|
+
|
|
2351
|
+
.h-3 {
|
|
2352
|
+
height: 0.75rem;
|
|
2353
|
+
}
|
|
2354
|
+
|
|
2316
2355
|
.h-4 {
|
|
2317
2356
|
height: 1rem;
|
|
2318
2357
|
}
|
|
@@ -2333,26 +2372,18 @@ body {
|
|
|
2333
2372
|
height: 160px;
|
|
2334
2373
|
}
|
|
2335
2374
|
|
|
2336
|
-
.h-\[
|
|
2337
|
-
height:
|
|
2375
|
+
.h-\[1px\] {
|
|
2376
|
+
height: 1px;
|
|
2338
2377
|
}
|
|
2339
2378
|
|
|
2340
2379
|
.h-\[24px\] {
|
|
2341
2380
|
height: 24px;
|
|
2342
2381
|
}
|
|
2343
2382
|
|
|
2344
|
-
.h-\[30px\] {
|
|
2345
|
-
height: 30px;
|
|
2346
|
-
}
|
|
2347
|
-
|
|
2348
2383
|
.h-\[32px\] {
|
|
2349
2384
|
height: 32px;
|
|
2350
2385
|
}
|
|
2351
2386
|
|
|
2352
|
-
.h-\[38px\] {
|
|
2353
|
-
height: 38px;
|
|
2354
|
-
}
|
|
2355
|
-
|
|
2356
2387
|
.h-\[40px\] {
|
|
2357
2388
|
height: 40px;
|
|
2358
2389
|
}
|
|
@@ -2365,10 +2396,6 @@ body {
|
|
|
2365
2396
|
height: 54px;
|
|
2366
2397
|
}
|
|
2367
2398
|
|
|
2368
|
-
.h-\[56px\] {
|
|
2369
|
-
height: 56px;
|
|
2370
|
-
}
|
|
2371
|
-
|
|
2372
2399
|
.h-\[64px\] {
|
|
2373
2400
|
height: 64px;
|
|
2374
2401
|
}
|
|
@@ -2422,10 +2449,6 @@ body {
|
|
|
2422
2449
|
width: 100px;
|
|
2423
2450
|
}
|
|
2424
2451
|
|
|
2425
|
-
.w-\[18px\] {
|
|
2426
|
-
width: 18px;
|
|
2427
|
-
}
|
|
2428
|
-
|
|
2429
2452
|
.w-\[200px\] {
|
|
2430
2453
|
width: 200px;
|
|
2431
2454
|
}
|
|
@@ -2438,18 +2461,10 @@ body {
|
|
|
2438
2461
|
width: 24px;
|
|
2439
2462
|
}
|
|
2440
2463
|
|
|
2441
|
-
.w-\[30px\] {
|
|
2442
|
-
width: 30px;
|
|
2443
|
-
}
|
|
2444
|
-
|
|
2445
2464
|
.w-\[32px\] {
|
|
2446
2465
|
width: 32px;
|
|
2447
2466
|
}
|
|
2448
2467
|
|
|
2449
|
-
.w-\[38px\] {
|
|
2450
|
-
width: 38px;
|
|
2451
|
-
}
|
|
2452
|
-
|
|
2453
2468
|
.w-\[400px\] {
|
|
2454
2469
|
width: 400px;
|
|
2455
2470
|
}
|
|
@@ -2458,18 +2473,10 @@ body {
|
|
|
2458
2473
|
width: 40px;
|
|
2459
2474
|
}
|
|
2460
2475
|
|
|
2461
|
-
.w-\[46px\] {
|
|
2462
|
-
width: 46px;
|
|
2463
|
-
}
|
|
2464
|
-
|
|
2465
2476
|
.w-\[48px\] {
|
|
2466
2477
|
width: 48px;
|
|
2467
2478
|
}
|
|
2468
2479
|
|
|
2469
|
-
.w-\[56px\] {
|
|
2470
|
-
width: 56px;
|
|
2471
|
-
}
|
|
2472
|
-
|
|
2473
2480
|
.w-\[64px\] {
|
|
2474
2481
|
width: 64px;
|
|
2475
2482
|
}
|
|
@@ -2502,6 +2509,10 @@ body {
|
|
|
2502
2509
|
flex-shrink: 0;
|
|
2503
2510
|
}
|
|
2504
2511
|
|
|
2512
|
+
.grow {
|
|
2513
|
+
flex-grow: 1;
|
|
2514
|
+
}
|
|
2515
|
+
|
|
2505
2516
|
.caption-bottom {
|
|
2506
2517
|
caption-side: bottom;
|
|
2507
2518
|
}
|
|
@@ -2525,6 +2536,10 @@ body {
|
|
|
2525
2536
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2526
2537
|
}
|
|
2527
2538
|
|
|
2539
|
+
.transform {
|
|
2540
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2541
|
+
}
|
|
2542
|
+
|
|
2528
2543
|
@keyframes spin {
|
|
2529
2544
|
to {
|
|
2530
2545
|
transform: rotate(360deg);
|
|
@@ -2539,16 +2554,22 @@ body {
|
|
|
2539
2554
|
cursor: pointer;
|
|
2540
2555
|
}
|
|
2541
2556
|
|
|
2557
|
+
.touch-none {
|
|
2558
|
+
touch-action: none;
|
|
2559
|
+
}
|
|
2560
|
+
|
|
2542
2561
|
.select-none {
|
|
2543
2562
|
-webkit-user-select: none;
|
|
2544
2563
|
-moz-user-select: none;
|
|
2545
2564
|
user-select: none;
|
|
2546
2565
|
}
|
|
2547
2566
|
|
|
2548
|
-
.
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2567
|
+
.resize {
|
|
2568
|
+
resize: both;
|
|
2569
|
+
}
|
|
2570
|
+
|
|
2571
|
+
.grid-cols-1 {
|
|
2572
|
+
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
2552
2573
|
}
|
|
2553
2574
|
|
|
2554
2575
|
.grid-cols-4 {
|
|
@@ -2583,6 +2604,10 @@ body {
|
|
|
2583
2604
|
align-items: center;
|
|
2584
2605
|
}
|
|
2585
2606
|
|
|
2607
|
+
.justify-start {
|
|
2608
|
+
justify-content: flex-start;
|
|
2609
|
+
}
|
|
2610
|
+
|
|
2586
2611
|
.justify-end {
|
|
2587
2612
|
justify-content: flex-end;
|
|
2588
2613
|
}
|
|
@@ -2595,6 +2620,10 @@ body {
|
|
|
2595
2620
|
justify-content: space-between;
|
|
2596
2621
|
}
|
|
2597
2622
|
|
|
2623
|
+
.gap-0 {
|
|
2624
|
+
gap: 0px;
|
|
2625
|
+
}
|
|
2626
|
+
|
|
2598
2627
|
.gap-1 {
|
|
2599
2628
|
gap: 0.25rem;
|
|
2600
2629
|
}
|
|
@@ -2690,10 +2719,6 @@ body {
|
|
|
2690
2719
|
border-radius: 9999px;
|
|
2691
2720
|
}
|
|
2692
2721
|
|
|
2693
|
-
.rounded-lg {
|
|
2694
|
-
border-radius: var(--radius-radius-l);
|
|
2695
|
-
}
|
|
2696
|
-
|
|
2697
2722
|
.rounded-md {
|
|
2698
2723
|
border-radius: var(--radius-radius-m);
|
|
2699
2724
|
}
|
|
@@ -2710,6 +2735,10 @@ body {
|
|
|
2710
2735
|
border-radius: var(--radius-radius-xl);
|
|
2711
2736
|
}
|
|
2712
2737
|
|
|
2738
|
+
.rounded-xs {
|
|
2739
|
+
border-radius: var(--radius-radius-xs);
|
|
2740
|
+
}
|
|
2741
|
+
|
|
2713
2742
|
.rounded-r-full {
|
|
2714
2743
|
border-top-right-radius: 9999px;
|
|
2715
2744
|
border-bottom-right-radius: 9999px;
|
|
@@ -2733,6 +2762,14 @@ body {
|
|
|
2733
2762
|
border-width: 0px;
|
|
2734
2763
|
}
|
|
2735
2764
|
|
|
2765
|
+
.border-2 {
|
|
2766
|
+
border-width: 2px;
|
|
2767
|
+
}
|
|
2768
|
+
|
|
2769
|
+
.border-\[3px\] {
|
|
2770
|
+
border-width: 3px;
|
|
2771
|
+
}
|
|
2772
|
+
|
|
2736
2773
|
.border-b {
|
|
2737
2774
|
border-bottom-width: 1px;
|
|
2738
2775
|
}
|
|
@@ -2741,8 +2778,8 @@ body {
|
|
|
2741
2778
|
border-bottom-width: 2px;
|
|
2742
2779
|
}
|
|
2743
2780
|
|
|
2744
|
-
.border-b-\[
|
|
2745
|
-
border-bottom-width:
|
|
2781
|
+
.border-b-\[1px\] {
|
|
2782
|
+
border-bottom-width: 1px;
|
|
2746
2783
|
}
|
|
2747
2784
|
|
|
2748
2785
|
.border-l {
|
|
@@ -2811,6 +2848,11 @@ body {
|
|
|
2811
2848
|
border-color: color-mix(in srgb, var(--base-color-popup) calc(100% * var(--tw-border-opacity)), transparent);
|
|
2812
2849
|
}
|
|
2813
2850
|
|
|
2851
|
+
.border-base-stroke {
|
|
2852
|
+
--tw-border-opacity: 1;
|
|
2853
|
+
border-color: color-mix(in srgb, var(--base-color-workspace-stroke) calc(100% * var(--tw-border-opacity)), transparent);
|
|
2854
|
+
}
|
|
2855
|
+
|
|
2814
2856
|
.border-button-error-flat-default {
|
|
2815
2857
|
--tw-border-opacity: 1;
|
|
2816
2858
|
border-color: color-mix(in srgb, var(--button-error-flat-default-border) calc(100% * var(--tw-border-opacity)), transparent);
|
|
@@ -2916,26 +2958,6 @@ body {
|
|
|
2916
2958
|
border-color: color-mix(in srgb, var(--button-warning-solid-default-border) calc(100% * var(--tw-border-opacity)), transparent);
|
|
2917
2959
|
}
|
|
2918
2960
|
|
|
2919
|
-
.border-error-default {
|
|
2920
|
-
--tw-border-opacity: 1;
|
|
2921
|
-
border-color: color-mix(in srgb, var(--state-color-error-default) calc(100% * var(--tw-border-opacity)), transparent);
|
|
2922
|
-
}
|
|
2923
|
-
|
|
2924
|
-
.border-error-stroke {
|
|
2925
|
-
--tw-border-opacity: 1;
|
|
2926
|
-
border-color: color-mix(in srgb, var(--state-color-error-stroke) calc(100% * var(--tw-border-opacity)), transparent);
|
|
2927
|
-
}
|
|
2928
|
-
|
|
2929
|
-
.border-info-default {
|
|
2930
|
-
--tw-border-opacity: 1;
|
|
2931
|
-
border-color: color-mix(in srgb, var(--state-color-info-default) calc(100% * var(--tw-border-opacity)), transparent);
|
|
2932
|
-
}
|
|
2933
|
-
|
|
2934
|
-
.border-info-stroke {
|
|
2935
|
-
--tw-border-opacity: 1;
|
|
2936
|
-
border-color: color-mix(in srgb, var(--state-color-info-stroke) calc(100% * var(--tw-border-opacity)), transparent);
|
|
2937
|
-
}
|
|
2938
|
-
|
|
2939
2961
|
.border-input-default-stroke {
|
|
2940
2962
|
--tw-border-opacity: 1;
|
|
2941
2963
|
border-color: color-mix(in srgb, var(--input-color-default-stroke) calc(100% * var(--tw-border-opacity)), transparent);
|
|
@@ -2956,75 +2978,25 @@ body {
|
|
|
2956
2978
|
border-color: color-mix(in srgb, var(--primary-ramps-primary-30) calc(100% * var(--tw-border-opacity)), transparent);
|
|
2957
2979
|
}
|
|
2958
2980
|
|
|
2959
|
-
.border-primary-default {
|
|
2960
|
-
--tw-border-opacity: 1;
|
|
2961
|
-
border-color: color-mix(in srgb, var(--state-color-primary-default) calc(100% * var(--tw-border-opacity)), transparent);
|
|
2962
|
-
}
|
|
2963
|
-
|
|
2964
|
-
.border-primary-stroke {
|
|
2965
|
-
--tw-border-opacity: 1;
|
|
2966
|
-
border-color: color-mix(in srgb, var(--state-color-primary-stroke) calc(100% * var(--tw-border-opacity)), transparent);
|
|
2967
|
-
}
|
|
2968
|
-
|
|
2969
2981
|
.border-secondary {
|
|
2970
2982
|
--tw-border-opacity: 1;
|
|
2971
2983
|
border-color: color-mix(in srgb, var(--state-color-secondary-default) calc(100% * var(--tw-border-opacity)), transparent);
|
|
2972
2984
|
}
|
|
2973
2985
|
|
|
2974
|
-
.border-secondary-default {
|
|
2975
|
-
--tw-border-opacity: 1;
|
|
2976
|
-
border-color: color-mix(in srgb, var(--state-color-secondary-default) calc(100% * var(--tw-border-opacity)), transparent);
|
|
2977
|
-
}
|
|
2978
|
-
|
|
2979
|
-
.border-secondary-stroke {
|
|
2980
|
-
--tw-border-opacity: 1;
|
|
2981
|
-
border-color: color-mix(in srgb, var(--state-color-secondary-stroke) calc(100% * var(--tw-border-opacity)), transparent);
|
|
2982
|
-
}
|
|
2983
|
-
|
|
2984
2986
|
.border-state-disable-solid {
|
|
2985
2987
|
--tw-border-opacity: 1;
|
|
2986
2988
|
border-color: color-mix(in srgb, var(--state-color-disable-solid) calc(100% * var(--tw-border-opacity)), transparent);
|
|
2987
2989
|
}
|
|
2988
2990
|
|
|
2989
|
-
.border-success-default {
|
|
2990
|
-
--tw-border-opacity: 1;
|
|
2991
|
-
border-color: color-mix(in srgb, var(--state-color-success-default) calc(100% * var(--tw-border-opacity)), transparent);
|
|
2992
|
-
}
|
|
2993
|
-
|
|
2994
|
-
.border-success-stroke {
|
|
2995
|
-
--tw-border-opacity: 1;
|
|
2996
|
-
border-color: color-mix(in srgb, var(--state-color-success-stroke) calc(100% * var(--tw-border-opacity)), transparent);
|
|
2997
|
-
}
|
|
2998
|
-
|
|
2999
2991
|
.border-surface {
|
|
3000
2992
|
--tw-border-opacity: 1;
|
|
3001
2993
|
border-color: color-mix(in srgb, var(--surface) calc(100% * var(--tw-border-opacity)), transparent);
|
|
3002
2994
|
}
|
|
3003
2995
|
|
|
3004
|
-
.border-tertiary-default {
|
|
3005
|
-
--tw-border-opacity: 1;
|
|
3006
|
-
border-color: color-mix(in srgb, var(--state-color-tertiary-default) calc(100% * var(--tw-border-opacity)), transparent);
|
|
3007
|
-
}
|
|
3008
|
-
|
|
3009
|
-
.border-tertiary-stroke {
|
|
3010
|
-
--tw-border-opacity: 1;
|
|
3011
|
-
border-color: color-mix(in srgb, var(--state-color-tertiary-stroke) calc(100% * var(--tw-border-opacity)), transparent);
|
|
3012
|
-
}
|
|
3013
|
-
|
|
3014
2996
|
.border-transparent {
|
|
3015
2997
|
border-color: transparent;
|
|
3016
2998
|
}
|
|
3017
2999
|
|
|
3018
|
-
.border-warning-default {
|
|
3019
|
-
--tw-border-opacity: 1;
|
|
3020
|
-
border-color: color-mix(in srgb, var(--state-color-warning-default) calc(100% * var(--tw-border-opacity)), transparent);
|
|
3021
|
-
}
|
|
3022
|
-
|
|
3023
|
-
.border-warning-stroke {
|
|
3024
|
-
--tw-border-opacity: 1;
|
|
3025
|
-
border-color: color-mix(in srgb, var(--state-color-warning-stroke) calc(100% * var(--tw-border-opacity)), transparent);
|
|
3026
|
-
}
|
|
3027
|
-
|
|
3028
3000
|
.border-b-\[rgb\(var\(--navbar-border-color\)\)\] {
|
|
3029
3001
|
border-bottom-color: rgb(var(--navbar-border-color));
|
|
3030
3002
|
}
|
|
@@ -3097,6 +3069,11 @@ body {
|
|
|
3097
3069
|
background-color: color-mix(in srgb, var(--action-button-solid-disabled-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
3098
3070
|
}
|
|
3099
3071
|
|
|
3072
|
+
.bg-background {
|
|
3073
|
+
--tw-bg-opacity: 1;
|
|
3074
|
+
background-color: color-mix(in srgb, var(--background) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
3075
|
+
}
|
|
3076
|
+
|
|
3100
3077
|
.bg-base-popup {
|
|
3101
3078
|
--tw-bg-opacity: 1;
|
|
3102
3079
|
background-color: color-mix(in srgb, var(--base-color-popup) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
@@ -3222,14 +3199,14 @@ body {
|
|
|
3222
3199
|
background-color: color-mix(in srgb, var(--button-warning-solid-default-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
3223
3200
|
}
|
|
3224
3201
|
|
|
3225
|
-
.bg-
|
|
3202
|
+
.bg-gray-200 {
|
|
3226
3203
|
--tw-bg-opacity: 1;
|
|
3227
|
-
background-color:
|
|
3204
|
+
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
|
|
3228
3205
|
}
|
|
3229
3206
|
|
|
3230
|
-
.bg-
|
|
3207
|
+
.bg-grey-50 {
|
|
3231
3208
|
--tw-bg-opacity: 1;
|
|
3232
|
-
background-color:
|
|
3209
|
+
background-color: color-mix(in srgb, var(--grey-grey-50) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
3233
3210
|
}
|
|
3234
3211
|
|
|
3235
3212
|
.bg-grey2-300 {
|
|
@@ -3247,11 +3224,6 @@ body {
|
|
|
3247
3224
|
background-color: color-mix(in srgb, var(--other-transparency-grey2-16) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
3248
3225
|
}
|
|
3249
3226
|
|
|
3250
|
-
.bg-info-default {
|
|
3251
|
-
--tw-bg-opacity: 1;
|
|
3252
|
-
background-color: color-mix(in srgb, var(--state-color-info-default) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
3253
|
-
}
|
|
3254
|
-
|
|
3255
3227
|
.bg-input-disable-bg {
|
|
3256
3228
|
--tw-bg-opacity: 1;
|
|
3257
3229
|
background-color: color-mix(in srgb, var(--input-color-disable-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
@@ -3267,11 +3239,6 @@ body {
|
|
|
3267
3239
|
background-color: color-mix(in srgb, var(--state-color-primary-default) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
3268
3240
|
}
|
|
3269
3241
|
|
|
3270
|
-
.bg-primary-default {
|
|
3271
|
-
--tw-bg-opacity: 1;
|
|
3272
|
-
background-color: color-mix(in srgb, var(--state-color-primary-default) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
3273
|
-
}
|
|
3274
|
-
|
|
3275
3242
|
.bg-primary-transparent-8 {
|
|
3276
3243
|
--tw-bg-opacity: 1;
|
|
3277
3244
|
background-color: color-mix(in srgb, var(--main-transparency-primary-8) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
@@ -3282,14 +3249,14 @@ body {
|
|
|
3282
3249
|
background-color: color-mix(in srgb, var(--secondary-ramps-secondary-80) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
3283
3250
|
}
|
|
3284
3251
|
|
|
3285
|
-
.bg-secondary-
|
|
3252
|
+
.bg-secondary-active {
|
|
3286
3253
|
--tw-bg-opacity: 1;
|
|
3287
|
-
background-color: color-mix(in srgb, var(--state-color-secondary-
|
|
3254
|
+
background-color: color-mix(in srgb, var(--state-color-secondary-active) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
3288
3255
|
}
|
|
3289
3256
|
|
|
3290
|
-
.bg-
|
|
3257
|
+
.bg-secondary-default {
|
|
3291
3258
|
--tw-bg-opacity: 1;
|
|
3292
|
-
background-color: color-mix(in srgb, var(--state-color-
|
|
3259
|
+
background-color: color-mix(in srgb, var(--state-color-secondary-default) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
3293
3260
|
}
|
|
3294
3261
|
|
|
3295
3262
|
.bg-surface {
|
|
@@ -3297,20 +3264,10 @@ body {
|
|
|
3297
3264
|
background-color: color-mix(in srgb, var(--surface) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
3298
3265
|
}
|
|
3299
3266
|
|
|
3300
|
-
.bg-tertiary-default {
|
|
3301
|
-
--tw-bg-opacity: 1;
|
|
3302
|
-
background-color: color-mix(in srgb, var(--state-color-tertiary-default) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
3303
|
-
}
|
|
3304
|
-
|
|
3305
3267
|
.bg-transparent {
|
|
3306
3268
|
background-color: transparent;
|
|
3307
3269
|
}
|
|
3308
3270
|
|
|
3309
|
-
.bg-warning-default {
|
|
3310
|
-
--tw-bg-opacity: 1;
|
|
3311
|
-
background-color: color-mix(in srgb, var(--state-color-warning-default) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
3312
|
-
}
|
|
3313
|
-
|
|
3314
3271
|
.bg-white {
|
|
3315
3272
|
--tw-bg-opacity: 1;
|
|
3316
3273
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
@@ -3444,22 +3401,6 @@ body {
|
|
|
3444
3401
|
fill: color-mix(in srgb, var(--state-color-error-default) calc(100% * 1), transparent);
|
|
3445
3402
|
}
|
|
3446
3403
|
|
|
3447
|
-
.fill-error-default {
|
|
3448
|
-
fill: color-mix(in srgb, var(--state-color-error-default) calc(100% * 1), transparent);
|
|
3449
|
-
}
|
|
3450
|
-
|
|
3451
|
-
.fill-error-foreground {
|
|
3452
|
-
fill: color-mix(in srgb, var(--error-foreground) calc(100% * 1), transparent);
|
|
3453
|
-
}
|
|
3454
|
-
|
|
3455
|
-
.fill-info-default {
|
|
3456
|
-
fill: color-mix(in srgb, var(--state-color-info-default) calc(100% * 1), transparent);
|
|
3457
|
-
}
|
|
3458
|
-
|
|
3459
|
-
.fill-info-foreground {
|
|
3460
|
-
fill: color-mix(in srgb, var(--info-foreground) calc(100% * 1), transparent);
|
|
3461
|
-
}
|
|
3462
|
-
|
|
3463
3404
|
.fill-inherit {
|
|
3464
3405
|
fill: inherit;
|
|
3465
3406
|
}
|
|
@@ -3476,50 +3417,10 @@ body {
|
|
|
3476
3417
|
fill: color-mix(in srgb, var(--state-color-primary-default) calc(100% * 1), transparent);
|
|
3477
3418
|
}
|
|
3478
3419
|
|
|
3479
|
-
.fill-primary-default {
|
|
3480
|
-
fill: color-mix(in srgb, var(--state-color-primary-default) calc(100% * 1), transparent);
|
|
3481
|
-
}
|
|
3482
|
-
|
|
3483
|
-
.fill-primary-foreground {
|
|
3484
|
-
fill: color-mix(in srgb, var(--primary-foreground) calc(100% * 1), transparent);
|
|
3485
|
-
}
|
|
3486
|
-
|
|
3487
|
-
.fill-secondary-default {
|
|
3488
|
-
fill: color-mix(in srgb, var(--state-color-secondary-default) calc(100% * 1), transparent);
|
|
3489
|
-
}
|
|
3490
|
-
|
|
3491
|
-
.fill-secondary-foreground {
|
|
3492
|
-
fill: color-mix(in srgb, var(--secondary-foreground) calc(100% * 1), transparent);
|
|
3493
|
-
}
|
|
3494
|
-
|
|
3495
3420
|
.fill-state-disable-solid {
|
|
3496
3421
|
fill: color-mix(in srgb, var(--state-color-disable-solid) calc(100% * 1), transparent);
|
|
3497
3422
|
}
|
|
3498
3423
|
|
|
3499
|
-
.fill-success-default {
|
|
3500
|
-
fill: color-mix(in srgb, var(--state-color-success-default) calc(100% * 1), transparent);
|
|
3501
|
-
}
|
|
3502
|
-
|
|
3503
|
-
.fill-success-foreground {
|
|
3504
|
-
fill: color-mix(in srgb, var(--success-foreground) calc(100% * 1), transparent);
|
|
3505
|
-
}
|
|
3506
|
-
|
|
3507
|
-
.fill-tertiary-default {
|
|
3508
|
-
fill: color-mix(in srgb, var(--state-color-tertiary-default) calc(100% * 1), transparent);
|
|
3509
|
-
}
|
|
3510
|
-
|
|
3511
|
-
.fill-tertiary-foreground {
|
|
3512
|
-
fill: color-mix(in srgb, var(--tertiary-foreground) calc(100% * 1), transparent);
|
|
3513
|
-
}
|
|
3514
|
-
|
|
3515
|
-
.fill-warning-default {
|
|
3516
|
-
fill: color-mix(in srgb, var(--state-color-warning-default) calc(100% * 1), transparent);
|
|
3517
|
-
}
|
|
3518
|
-
|
|
3519
|
-
.fill-warning-foreground {
|
|
3520
|
-
fill: color-mix(in srgb, var(--warning-foreground) calc(100% * 1), transparent);
|
|
3521
|
-
}
|
|
3522
|
-
|
|
3523
3424
|
.p-0 {
|
|
3524
3425
|
padding: 0px;
|
|
3525
3426
|
}
|
|
@@ -3556,20 +3457,11 @@ body {
|
|
|
3556
3457
|
padding: 2rem;
|
|
3557
3458
|
}
|
|
3558
3459
|
|
|
3559
|
-
.p-\[2px\] {
|
|
3560
|
-
padding: 2px;
|
|
3561
|
-
}
|
|
3562
|
-
|
|
3563
3460
|
.px-1 {
|
|
3564
3461
|
padding-left: 0.25rem;
|
|
3565
3462
|
padding-right: 0.25rem;
|
|
3566
3463
|
}
|
|
3567
3464
|
|
|
3568
|
-
.px-2 {
|
|
3569
|
-
padding-left: 0.5rem;
|
|
3570
|
-
padding-right: 0.5rem;
|
|
3571
|
-
}
|
|
3572
|
-
|
|
3573
3465
|
.px-3 {
|
|
3574
3466
|
padding-left: 0.75rem;
|
|
3575
3467
|
padding-right: 0.75rem;
|
|
@@ -3610,11 +3502,26 @@ body {
|
|
|
3610
3502
|
padding-right: var(--spacing-spacing-m);
|
|
3611
3503
|
}
|
|
3612
3504
|
|
|
3505
|
+
.px-sm {
|
|
3506
|
+
padding-left: var(--spacing-spacing-s);
|
|
3507
|
+
padding-right: var(--spacing-spacing-s);
|
|
3508
|
+
}
|
|
3509
|
+
|
|
3613
3510
|
.px-xl {
|
|
3614
3511
|
padding-left: var(--spacing-spacing-xl);
|
|
3615
3512
|
padding-right: var(--spacing-spacing-xl);
|
|
3616
3513
|
}
|
|
3617
3514
|
|
|
3515
|
+
.px-xs {
|
|
3516
|
+
padding-left: var(--spacing-spacing-xs);
|
|
3517
|
+
padding-right: var(--spacing-spacing-xs);
|
|
3518
|
+
}
|
|
3519
|
+
|
|
3520
|
+
.px-xxs {
|
|
3521
|
+
padding-left: var(--spacing-spacing-xxs);
|
|
3522
|
+
padding-right: var(--spacing-spacing-xxs);
|
|
3523
|
+
}
|
|
3524
|
+
|
|
3618
3525
|
.py-1 {
|
|
3619
3526
|
padding-top: 0.25rem;
|
|
3620
3527
|
padding-bottom: 0.25rem;
|
|
@@ -3645,6 +3552,31 @@ body {
|
|
|
3645
3552
|
padding-bottom: 1.5rem;
|
|
3646
3553
|
}
|
|
3647
3554
|
|
|
3555
|
+
.py-lg {
|
|
3556
|
+
padding-top: var(--spacing-spacing-l);
|
|
3557
|
+
padding-bottom: var(--spacing-spacing-l);
|
|
3558
|
+
}
|
|
3559
|
+
|
|
3560
|
+
.py-md {
|
|
3561
|
+
padding-top: var(--spacing-spacing-m);
|
|
3562
|
+
padding-bottom: var(--spacing-spacing-m);
|
|
3563
|
+
}
|
|
3564
|
+
|
|
3565
|
+
.py-sm {
|
|
3566
|
+
padding-top: var(--spacing-spacing-s);
|
|
3567
|
+
padding-bottom: var(--spacing-spacing-s);
|
|
3568
|
+
}
|
|
3569
|
+
|
|
3570
|
+
.py-xs {
|
|
3571
|
+
padding-top: var(--spacing-spacing-xs);
|
|
3572
|
+
padding-bottom: var(--spacing-spacing-xs);
|
|
3573
|
+
}
|
|
3574
|
+
|
|
3575
|
+
.py-xxs {
|
|
3576
|
+
padding-top: var(--spacing-spacing-xxs);
|
|
3577
|
+
padding-bottom: var(--spacing-spacing-xxs);
|
|
3578
|
+
}
|
|
3579
|
+
|
|
3648
3580
|
.pe-\[30px\] {
|
|
3649
3581
|
padding-inline-end: 30px;
|
|
3650
3582
|
}
|
|
@@ -3709,15 +3641,6 @@ body {
|
|
|
3709
3641
|
vertical-align: middle;
|
|
3710
3642
|
}
|
|
3711
3643
|
|
|
3712
|
-
.font-sans {
|
|
3713
|
-
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
3714
|
-
}
|
|
3715
|
-
|
|
3716
|
-
.text-base {
|
|
3717
|
-
font-size: 1rem;
|
|
3718
|
-
line-height: 1.5rem;
|
|
3719
|
-
}
|
|
3720
|
-
|
|
3721
3644
|
.text-body1 {
|
|
3722
3645
|
font-size: var(--body1-size, 16px);
|
|
3723
3646
|
line-height: var(--body1-line-height, 20px);
|
|
@@ -3837,6 +3760,24 @@ body {
|
|
|
3837
3760
|
font-weight: var(--small5-weight, 500);
|
|
3838
3761
|
}
|
|
3839
3762
|
|
|
3763
|
+
.text-small6 {
|
|
3764
|
+
font-size: var(--small5-size, 10px);
|
|
3765
|
+
line-height: var(--small6-line-height, 12px);
|
|
3766
|
+
font-weight: var(--small6-weight, 600);
|
|
3767
|
+
}
|
|
3768
|
+
|
|
3769
|
+
.text-small7 {
|
|
3770
|
+
font-size: var(--small7-size, 8px);
|
|
3771
|
+
line-height: var(--small7-line-height, 10px);
|
|
3772
|
+
font-weight: var(--small7-weight, 600);
|
|
3773
|
+
}
|
|
3774
|
+
|
|
3775
|
+
.text-small8 {
|
|
3776
|
+
font-size: var(--small8-size, 8px);
|
|
3777
|
+
line-height: var(--small8-line-height, 10px);
|
|
3778
|
+
font-weight: var(--small8-weight, 700);
|
|
3779
|
+
}
|
|
3780
|
+
|
|
3840
3781
|
.text-subtitile1 {
|
|
3841
3782
|
font-size: var(--subtitle1-size, 16px);
|
|
3842
3783
|
line-height: var(--subtitle1-line-height, 24px);
|
|
@@ -3898,10 +3839,6 @@ body {
|
|
|
3898
3839
|
line-height: 1;
|
|
3899
3840
|
}
|
|
3900
3841
|
|
|
3901
|
-
.tracking-\[\.02857em\] {
|
|
3902
|
-
letter-spacing: .02857em;
|
|
3903
|
-
}
|
|
3904
|
-
|
|
3905
3842
|
.tracking-tight {
|
|
3906
3843
|
letter-spacing: -0.025em;
|
|
3907
3844
|
}
|
|
@@ -4092,16 +4029,6 @@ body {
|
|
|
4092
4029
|
color: color-mix(in srgb, var(--state-color-error-default) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4093
4030
|
}
|
|
4094
4031
|
|
|
4095
|
-
.text-error-default {
|
|
4096
|
-
--tw-text-opacity: 1;
|
|
4097
|
-
color: color-mix(in srgb, var(--state-color-error-default) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4098
|
-
}
|
|
4099
|
-
|
|
4100
|
-
.text-error-foreground {
|
|
4101
|
-
--tw-text-opacity: 1;
|
|
4102
|
-
color: color-mix(in srgb, var(--error-foreground) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4103
|
-
}
|
|
4104
|
-
|
|
4105
4032
|
.text-foreground {
|
|
4106
4033
|
--tw-text-opacity: 1;
|
|
4107
4034
|
color: color-mix(in srgb, var(--foreground) calc(100% * var(--tw-text-opacity)), transparent);
|
|
@@ -4122,14 +4049,8 @@ body {
|
|
|
4122
4049
|
color: color-mix(in srgb, var(--state-color-info-default) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4123
4050
|
}
|
|
4124
4051
|
|
|
4125
|
-
.text-
|
|
4126
|
-
|
|
4127
|
-
color: color-mix(in srgb, var(--state-color-info-default) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4128
|
-
}
|
|
4129
|
-
|
|
4130
|
-
.text-info-foreground {
|
|
4131
|
-
--tw-text-opacity: 1;
|
|
4132
|
-
color: color-mix(in srgb, var(--info-foreground) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4052
|
+
.text-inherit {
|
|
4053
|
+
color: inherit;
|
|
4133
4054
|
}
|
|
4134
4055
|
|
|
4135
4056
|
.text-input-default-text {
|
|
@@ -4157,11 +4078,6 @@ body {
|
|
|
4157
4078
|
color: color-mix(in srgb, var(--state-color-primary-default) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4158
4079
|
}
|
|
4159
4080
|
|
|
4160
|
-
.text-primary-default {
|
|
4161
|
-
--tw-text-opacity: 1;
|
|
4162
|
-
color: color-mix(in srgb, var(--state-color-primary-default) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4163
|
-
}
|
|
4164
|
-
|
|
4165
4081
|
.text-primary-foreground {
|
|
4166
4082
|
--tw-text-opacity: 1;
|
|
4167
4083
|
color: color-mix(in srgb, var(--primary-foreground) calc(100% * var(--tw-text-opacity)), transparent);
|
|
@@ -4177,11 +4093,6 @@ body {
|
|
|
4177
4093
|
color: color-mix(in srgb, var(--secondary-ramps-secondary-120) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4178
4094
|
}
|
|
4179
4095
|
|
|
4180
|
-
.text-secondary-default {
|
|
4181
|
-
--tw-text-opacity: 1;
|
|
4182
|
-
color: color-mix(in srgb, var(--state-color-secondary-default) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4183
|
-
}
|
|
4184
|
-
|
|
4185
4096
|
.text-secondary-foreground {
|
|
4186
4097
|
--tw-text-opacity: 1;
|
|
4187
4098
|
color: color-mix(in srgb, var(--secondary-foreground) calc(100% * var(--tw-text-opacity)), transparent);
|
|
@@ -4197,16 +4108,6 @@ body {
|
|
|
4197
4108
|
color: color-mix(in srgb, var(--state-color-success-default) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4198
4109
|
}
|
|
4199
4110
|
|
|
4200
|
-
.text-success-default {
|
|
4201
|
-
--tw-text-opacity: 1;
|
|
4202
|
-
color: color-mix(in srgb, var(--state-color-success-default) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4203
|
-
}
|
|
4204
|
-
|
|
4205
|
-
.text-success-foreground {
|
|
4206
|
-
--tw-text-opacity: 1;
|
|
4207
|
-
color: color-mix(in srgb, var(--success-foreground) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4208
|
-
}
|
|
4209
|
-
|
|
4210
4111
|
.text-surface-foreground {
|
|
4211
4112
|
--tw-text-opacity: 1;
|
|
4212
4113
|
color: color-mix(in srgb, var(--surface-foreground) calc(100% * var(--tw-text-opacity)), transparent);
|
|
@@ -4217,29 +4118,29 @@ body {
|
|
|
4217
4118
|
color: color-mix(in srgb, var(--state-color-tertiary-default) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4218
4119
|
}
|
|
4219
4120
|
|
|
4220
|
-
.text-
|
|
4121
|
+
.text-text-dark {
|
|
4221
4122
|
--tw-text-opacity: 1;
|
|
4222
|
-
color: color-mix(in srgb, var(--
|
|
4123
|
+
color: color-mix(in srgb, var(--text-dark) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4223
4124
|
}
|
|
4224
4125
|
|
|
4225
|
-
.text-
|
|
4126
|
+
.text-text-grey-dark {
|
|
4226
4127
|
--tw-text-opacity: 1;
|
|
4227
|
-
color: color-mix(in srgb, var(--
|
|
4128
|
+
color: color-mix(in srgb, var(--text-grey-dark) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4228
4129
|
}
|
|
4229
4130
|
|
|
4230
|
-
.text-
|
|
4131
|
+
.text-text-grey-light {
|
|
4231
4132
|
--tw-text-opacity: 1;
|
|
4232
|
-
color: color-mix(in srgb, var(--
|
|
4133
|
+
color: color-mix(in srgb, var(--text-grey-light) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4233
4134
|
}
|
|
4234
4135
|
|
|
4235
|
-
.text-
|
|
4136
|
+
.text-text-grey-medium {
|
|
4236
4137
|
--tw-text-opacity: 1;
|
|
4237
|
-
color: color-mix(in srgb, var(--
|
|
4138
|
+
color: color-mix(in srgb, var(--text-grey-medium) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4238
4139
|
}
|
|
4239
4140
|
|
|
4240
|
-
.text-warning
|
|
4141
|
+
.text-warning {
|
|
4241
4142
|
--tw-text-opacity: 1;
|
|
4242
|
-
color: color-mix(in srgb, var(--warning-
|
|
4143
|
+
color: color-mix(in srgb, var(--state-color-warning-default) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4243
4144
|
}
|
|
4244
4145
|
|
|
4245
4146
|
.text-white {
|
|
@@ -4251,10 +4152,6 @@ body {
|
|
|
4251
4152
|
text-decoration-line: underline;
|
|
4252
4153
|
}
|
|
4253
4154
|
|
|
4254
|
-
.no-underline {
|
|
4255
|
-
text-decoration-line: none;
|
|
4256
|
-
}
|
|
4257
|
-
|
|
4258
4155
|
.underline-offset-4 {
|
|
4259
4156
|
text-underline-offset: 4px;
|
|
4260
4157
|
}
|
|
@@ -4288,9 +4185,9 @@ body {
|
|
|
4288
4185
|
outline-style: solid;
|
|
4289
4186
|
}
|
|
4290
4187
|
|
|
4291
|
-
.ring {
|
|
4188
|
+
.ring-0 {
|
|
4292
4189
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
4293
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(
|
|
4190
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
4294
4191
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
4295
4192
|
}
|
|
4296
4193
|
|
|
@@ -4324,6 +4221,11 @@ body {
|
|
|
4324
4221
|
--tw-ring-color: color-mix(in srgb, var(--input-color-error) calc(100% * var(--tw-ring-opacity)), transparent);
|
|
4325
4222
|
}
|
|
4326
4223
|
|
|
4224
|
+
.ring-primary {
|
|
4225
|
+
--tw-ring-opacity: 1;
|
|
4226
|
+
--tw-ring-color: color-mix(in srgb, var(--state-color-primary-default) calc(100% * var(--tw-ring-opacity)), transparent);
|
|
4227
|
+
}
|
|
4228
|
+
|
|
4327
4229
|
.ring-offset-background {
|
|
4328
4230
|
--tw-ring-offset-color: color-mix(in srgb, var(--background) calc(100% * 1), transparent);
|
|
4329
4231
|
}
|
|
@@ -4363,6 +4265,12 @@ body {
|
|
|
4363
4265
|
transition-duration: 150ms;
|
|
4364
4266
|
}
|
|
4365
4267
|
|
|
4268
|
+
.transition-transform {
|
|
4269
|
+
transition-property: transform;
|
|
4270
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
4271
|
+
transition-duration: 150ms;
|
|
4272
|
+
}
|
|
4273
|
+
|
|
4366
4274
|
.delay-150 {
|
|
4367
4275
|
transition-delay: 150ms;
|
|
4368
4276
|
}
|
|
@@ -4509,6 +4417,24 @@ body {
|
|
|
4509
4417
|
font-weight: var(--small5-weight, 500);
|
|
4510
4418
|
}
|
|
4511
4419
|
|
|
4420
|
+
.typography-small6 {
|
|
4421
|
+
font-size: var(--small5-size, 10px);
|
|
4422
|
+
line-height: var(--small6-line-height, 12px);
|
|
4423
|
+
font-weight: var(--small6-weight, 600);
|
|
4424
|
+
}
|
|
4425
|
+
|
|
4426
|
+
.typography-small7 {
|
|
4427
|
+
font-size: var(--small7-size, 8px);
|
|
4428
|
+
line-height: var(--small7-line-height, 10px);
|
|
4429
|
+
font-weight: var(--small7-weight, 600);
|
|
4430
|
+
}
|
|
4431
|
+
|
|
4432
|
+
.typography-small8 {
|
|
4433
|
+
font-size: var(--small8-size, 8px);
|
|
4434
|
+
line-height: var(--small8-line-height, 10px);
|
|
4435
|
+
font-weight: var(--small8-weight, 700);
|
|
4436
|
+
}
|
|
4437
|
+
|
|
4512
4438
|
.typography-label1 {
|
|
4513
4439
|
font-size: var(--label-label1-size, 12px);
|
|
4514
4440
|
line-height: var(--label-label1-line-height, 12px);
|
|
@@ -4696,46 +4622,11 @@ body {
|
|
|
4696
4622
|
border-color: color-mix(in srgb, var(--button-warning-solid-hover-border) calc(100% * var(--tw-border-opacity)), transparent);
|
|
4697
4623
|
}
|
|
4698
4624
|
|
|
4699
|
-
.hover\:border-error-hover:hover {
|
|
4700
|
-
--tw-border-opacity: 1;
|
|
4701
|
-
border-color: color-mix(in srgb, var(--state-color-error-hover) calc(100% * var(--tw-border-opacity)), transparent);
|
|
4702
|
-
}
|
|
4703
|
-
|
|
4704
|
-
.hover\:border-info-hover:hover {
|
|
4705
|
-
--tw-border-opacity: 1;
|
|
4706
|
-
border-color: color-mix(in srgb, var(--state-color-info-hover) calc(100% * var(--tw-border-opacity)), transparent);
|
|
4707
|
-
}
|
|
4708
|
-
|
|
4709
4625
|
.hover\:border-input-active-stroke:hover {
|
|
4710
4626
|
--tw-border-opacity: 1;
|
|
4711
4627
|
border-color: color-mix(in srgb, var(--input-color-active-stroke) calc(100% * var(--tw-border-opacity)), transparent);
|
|
4712
4628
|
}
|
|
4713
4629
|
|
|
4714
|
-
.hover\:border-primary-hover:hover {
|
|
4715
|
-
--tw-border-opacity: 1;
|
|
4716
|
-
border-color: color-mix(in srgb, var(--state-color-primary-hover) calc(100% * var(--tw-border-opacity)), transparent);
|
|
4717
|
-
}
|
|
4718
|
-
|
|
4719
|
-
.hover\:border-secondary-hover:hover {
|
|
4720
|
-
--tw-border-opacity: 1;
|
|
4721
|
-
border-color: color-mix(in srgb, var(--state-color-secondary-hover) calc(100% * var(--tw-border-opacity)), transparent);
|
|
4722
|
-
}
|
|
4723
|
-
|
|
4724
|
-
.hover\:border-success-hover:hover {
|
|
4725
|
-
--tw-border-opacity: 1;
|
|
4726
|
-
border-color: color-mix(in srgb, var(--state-color-success-hover) calc(100% * var(--tw-border-opacity)), transparent);
|
|
4727
|
-
}
|
|
4728
|
-
|
|
4729
|
-
.hover\:border-tertiary-hover:hover {
|
|
4730
|
-
--tw-border-opacity: 1;
|
|
4731
|
-
border-color: color-mix(in srgb, var(--state-color-tertiary-hover) calc(100% * var(--tw-border-opacity)), transparent);
|
|
4732
|
-
}
|
|
4733
|
-
|
|
4734
|
-
.hover\:border-warning-hover:hover {
|
|
4735
|
-
--tw-border-opacity: 1;
|
|
4736
|
-
border-color: color-mix(in srgb, var(--state-color-warning-hover) calc(100% * var(--tw-border-opacity)), transparent);
|
|
4737
|
-
}
|
|
4738
|
-
|
|
4739
4630
|
.hover\:bg-action-button-icon-active-hover:hover {
|
|
4740
4631
|
--tw-bg-opacity: 1;
|
|
4741
4632
|
background-color: color-mix(in srgb, var(--action-button-icon-active-hover-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
@@ -4871,41 +4762,16 @@ body {
|
|
|
4871
4762
|
background-color: color-mix(in srgb, var(--button-warning-solid-hover-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
4872
4763
|
}
|
|
4873
4764
|
|
|
4874
|
-
.hover\:bg-error-hover:hover {
|
|
4875
|
-
--tw-bg-opacity: 1;
|
|
4876
|
-
background-color: color-mix(in srgb, var(--state-color-error-hover) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
4877
|
-
}
|
|
4878
|
-
|
|
4879
|
-
.hover\:bg-error-hover-bg:hover {
|
|
4880
|
-
--tw-bg-opacity: 1;
|
|
4881
|
-
background-color: color-mix(in srgb, var(--state-color-error-hover-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
4882
|
-
}
|
|
4883
|
-
|
|
4884
4765
|
.hover\:bg-gray-100:hover {
|
|
4885
4766
|
--tw-bg-opacity: 1;
|
|
4886
4767
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
|
4887
4768
|
}
|
|
4888
4769
|
|
|
4889
|
-
.hover\:bg-info-hover:hover {
|
|
4890
|
-
--tw-bg-opacity: 1;
|
|
4891
|
-
background-color: color-mix(in srgb, var(--state-color-info-hover) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
4892
|
-
}
|
|
4893
|
-
|
|
4894
|
-
.hover\:bg-info-hover-bg:hover {
|
|
4895
|
-
--tw-bg-opacity: 1;
|
|
4896
|
-
background-color: color-mix(in srgb, var(--state-color-info-hover-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
4897
|
-
}
|
|
4898
|
-
|
|
4899
4770
|
.hover\:bg-input-disable-bg:hover {
|
|
4900
4771
|
--tw-bg-opacity: 1;
|
|
4901
4772
|
background-color: color-mix(in srgb, var(--input-color-disable-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
4902
4773
|
}
|
|
4903
4774
|
|
|
4904
|
-
.hover\:bg-primary-hover:hover {
|
|
4905
|
-
--tw-bg-opacity: 1;
|
|
4906
|
-
background-color: color-mix(in srgb, var(--state-color-primary-hover) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
4907
|
-
}
|
|
4908
|
-
|
|
4909
4775
|
.hover\:bg-primary-hover-bg:hover {
|
|
4910
4776
|
--tw-bg-opacity: 1;
|
|
4911
4777
|
background-color: color-mix(in srgb, var(--state-color-primary-hover-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
@@ -4916,45 +4782,6 @@ body {
|
|
|
4916
4782
|
background-color: color-mix(in srgb, var(--state-color-secondary-hover) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
4917
4783
|
}
|
|
4918
4784
|
|
|
4919
|
-
.hover\:bg-secondary-hover-bg:hover {
|
|
4920
|
-
--tw-bg-opacity: 1;
|
|
4921
|
-
background-color: color-mix(in srgb, var(--state-color-secondary-hover-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
4922
|
-
}
|
|
4923
|
-
|
|
4924
|
-
.hover\:bg-success-hover:hover {
|
|
4925
|
-
--tw-bg-opacity: 1;
|
|
4926
|
-
background-color: color-mix(in srgb, var(--state-color-success-hover) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
4927
|
-
}
|
|
4928
|
-
|
|
4929
|
-
.hover\:bg-success-hover-bg:hover {
|
|
4930
|
-
--tw-bg-opacity: 1;
|
|
4931
|
-
background-color: color-mix(in srgb, var(--state-color-success-hover-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
4932
|
-
}
|
|
4933
|
-
|
|
4934
|
-
.hover\:bg-tertiary-hover:hover {
|
|
4935
|
-
--tw-bg-opacity: 1;
|
|
4936
|
-
background-color: color-mix(in srgb, var(--state-color-tertiary-hover) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
4937
|
-
}
|
|
4938
|
-
|
|
4939
|
-
.hover\:bg-tertiary-hover-bg:hover {
|
|
4940
|
-
--tw-bg-opacity: 1;
|
|
4941
|
-
background-color: color-mix(in srgb, var(--state-color-tertiary-hover-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
4942
|
-
}
|
|
4943
|
-
|
|
4944
|
-
.hover\:bg-warning-hover:hover {
|
|
4945
|
-
--tw-bg-opacity: 1;
|
|
4946
|
-
background-color: color-mix(in srgb, var(--state-color-warning-hover) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
4947
|
-
}
|
|
4948
|
-
|
|
4949
|
-
.hover\:bg-warning-hover-bg:hover {
|
|
4950
|
-
--tw-bg-opacity: 1;
|
|
4951
|
-
background-color: color-mix(in srgb, var(--state-color-warning-hover-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
4952
|
-
}
|
|
4953
|
-
|
|
4954
|
-
.hover\:bg-opacity-90:hover {
|
|
4955
|
-
--tw-bg-opacity: 0.9;
|
|
4956
|
-
}
|
|
4957
|
-
|
|
4958
4785
|
.hover\:fill-action-button-icon-active-hover:hover {
|
|
4959
4786
|
fill: color-mix(in srgb, var(--action-button-icon-active-hover-text) calc(100% * 1), transparent);
|
|
4960
4787
|
}
|
|
@@ -5063,38 +4890,10 @@ body {
|
|
|
5063
4890
|
fill: color-mix(in srgb, var(--button-warning-solid-hover-text) calc(100% * 1), transparent);
|
|
5064
4891
|
}
|
|
5065
4892
|
|
|
5066
|
-
.hover\:fill-error-hover:hover {
|
|
5067
|
-
fill: color-mix(in srgb, var(--state-color-error-hover) calc(100% * 1), transparent);
|
|
5068
|
-
}
|
|
5069
|
-
|
|
5070
|
-
.hover\:fill-info-hover:hover {
|
|
5071
|
-
fill: color-mix(in srgb, var(--state-color-info-hover) calc(100% * 1), transparent);
|
|
5072
|
-
}
|
|
5073
|
-
|
|
5074
4893
|
.hover\:fill-input-default-text:hover {
|
|
5075
4894
|
fill: color-mix(in srgb, var(--input-color-default-text) calc(100% * 1), transparent);
|
|
5076
4895
|
}
|
|
5077
4896
|
|
|
5078
|
-
.hover\:fill-primary-hover:hover {
|
|
5079
|
-
fill: color-mix(in srgb, var(--state-color-primary-hover) calc(100% * 1), transparent);
|
|
5080
|
-
}
|
|
5081
|
-
|
|
5082
|
-
.hover\:fill-secondary-hover:hover {
|
|
5083
|
-
fill: color-mix(in srgb, var(--state-color-secondary-hover) calc(100% * 1), transparent);
|
|
5084
|
-
}
|
|
5085
|
-
|
|
5086
|
-
.hover\:fill-success-hover:hover {
|
|
5087
|
-
fill: color-mix(in srgb, var(--state-color-success-hover) calc(100% * 1), transparent);
|
|
5088
|
-
}
|
|
5089
|
-
|
|
5090
|
-
.hover\:fill-tertiary-hover:hover {
|
|
5091
|
-
fill: color-mix(in srgb, var(--state-color-tertiary-hover) calc(100% * 1), transparent);
|
|
5092
|
-
}
|
|
5093
|
-
|
|
5094
|
-
.hover\:fill-warning-hover:hover {
|
|
5095
|
-
fill: color-mix(in srgb, var(--state-color-warning-hover) calc(100% * 1), transparent);
|
|
5096
|
-
}
|
|
5097
|
-
|
|
5098
4897
|
.hover\:text-action-button-icon-active-hover:hover {
|
|
5099
4898
|
--tw-text-opacity: 1;
|
|
5100
4899
|
color: color-mix(in srgb, var(--action-button-icon-active-hover-text) calc(100% * var(--tw-text-opacity)), transparent);
|
|
@@ -5230,16 +5029,6 @@ body {
|
|
|
5230
5029
|
color: color-mix(in srgb, var(--button-warning-solid-hover-text) calc(100% * var(--tw-text-opacity)), transparent);
|
|
5231
5030
|
}
|
|
5232
5031
|
|
|
5233
|
-
.hover\:text-error-hover:hover {
|
|
5234
|
-
--tw-text-opacity: 1;
|
|
5235
|
-
color: color-mix(in srgb, var(--state-color-error-hover) calc(100% * var(--tw-text-opacity)), transparent);
|
|
5236
|
-
}
|
|
5237
|
-
|
|
5238
|
-
.hover\:text-info-hover:hover {
|
|
5239
|
-
--tw-text-opacity: 1;
|
|
5240
|
-
color: color-mix(in srgb, var(--state-color-info-hover) calc(100% * var(--tw-text-opacity)), transparent);
|
|
5241
|
-
}
|
|
5242
|
-
|
|
5243
5032
|
.hover\:text-input-disable-text:hover {
|
|
5244
5033
|
--tw-text-opacity: 1;
|
|
5245
5034
|
color: color-mix(in srgb, var(--input-color-disable-text) calc(100% * var(--tw-text-opacity)), transparent);
|
|
@@ -5250,29 +5039,9 @@ body {
|
|
|
5250
5039
|
color: color-mix(in srgb, var(--input-color-filled-text) calc(100% * var(--tw-text-opacity)), transparent);
|
|
5251
5040
|
}
|
|
5252
5041
|
|
|
5253
|
-
.hover\:text-
|
|
5254
|
-
--tw-text-opacity: 1;
|
|
5255
|
-
color: color-mix(in srgb, var(--state-color-primary-hover) calc(100% * var(--tw-text-opacity)), transparent);
|
|
5256
|
-
}
|
|
5257
|
-
|
|
5258
|
-
.hover\:text-secondary-hover:hover {
|
|
5259
|
-
--tw-text-opacity: 1;
|
|
5260
|
-
color: color-mix(in srgb, var(--state-color-secondary-hover) calc(100% * var(--tw-text-opacity)), transparent);
|
|
5261
|
-
}
|
|
5262
|
-
|
|
5263
|
-
.hover\:text-success-hover:hover {
|
|
5042
|
+
.hover\:text-text-grey-dark:hover {
|
|
5264
5043
|
--tw-text-opacity: 1;
|
|
5265
|
-
color: color-mix(in srgb, var(--
|
|
5266
|
-
}
|
|
5267
|
-
|
|
5268
|
-
.hover\:text-tertiary-hover:hover {
|
|
5269
|
-
--tw-text-opacity: 1;
|
|
5270
|
-
color: color-mix(in srgb, var(--state-color-tertiary-hover) calc(100% * var(--tw-text-opacity)), transparent);
|
|
5271
|
-
}
|
|
5272
|
-
|
|
5273
|
-
.hover\:text-warning-hover:hover {
|
|
5274
|
-
--tw-text-opacity: 1;
|
|
5275
|
-
color: color-mix(in srgb, var(--state-color-warning-hover) calc(100% * var(--tw-text-opacity)), transparent);
|
|
5044
|
+
color: color-mix(in srgb, var(--text-grey-dark) calc(100% * var(--tw-text-opacity)), transparent);
|
|
5276
5045
|
}
|
|
5277
5046
|
|
|
5278
5047
|
.hover\:opacity-100:hover {
|
|
@@ -5386,10 +5155,8 @@ body {
|
|
|
5386
5155
|
--tw-ring-offset-width: 2px;
|
|
5387
5156
|
}
|
|
5388
5157
|
|
|
5389
|
-
.
|
|
5390
|
-
--tw-
|
|
5391
|
-
--tw-scale-y: 98%;
|
|
5392
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
5158
|
+
.focus-visible\:ring-offset-background:focus-visible {
|
|
5159
|
+
--tw-ring-offset-color: color-mix(in srgb, var(--background) calc(100% * 1), transparent);
|
|
5393
5160
|
}
|
|
5394
5161
|
|
|
5395
5162
|
.active\:border-action-button-icon-active-pressed:active {
|
|
@@ -5527,41 +5294,6 @@ body {
|
|
|
5527
5294
|
border-color: color-mix(in srgb, var(--button-warning-solid-active-border) calc(100% * var(--tw-border-opacity)), transparent);
|
|
5528
5295
|
}
|
|
5529
5296
|
|
|
5530
|
-
.active\:border-error-pressed:active {
|
|
5531
|
-
--tw-border-opacity: 1;
|
|
5532
|
-
border-color: color-mix(in srgb, var(--state-color-error-pressed) calc(100% * var(--tw-border-opacity)), transparent);
|
|
5533
|
-
}
|
|
5534
|
-
|
|
5535
|
-
.active\:border-info-pressed:active {
|
|
5536
|
-
--tw-border-opacity: 1;
|
|
5537
|
-
border-color: color-mix(in srgb, var(--state-color-info-pressed) calc(100% * var(--tw-border-opacity)), transparent);
|
|
5538
|
-
}
|
|
5539
|
-
|
|
5540
|
-
.active\:border-primary-pressed:active {
|
|
5541
|
-
--tw-border-opacity: 1;
|
|
5542
|
-
border-color: color-mix(in srgb, var(--state-color-primary-pressed) calc(100% * var(--tw-border-opacity)), transparent);
|
|
5543
|
-
}
|
|
5544
|
-
|
|
5545
|
-
.active\:border-secondary-pressed:active {
|
|
5546
|
-
--tw-border-opacity: 1;
|
|
5547
|
-
border-color: color-mix(in srgb, var(--state-color-secondary-pressed) calc(100% * var(--tw-border-opacity)), transparent);
|
|
5548
|
-
}
|
|
5549
|
-
|
|
5550
|
-
.active\:border-success-pressed:active {
|
|
5551
|
-
--tw-border-opacity: 1;
|
|
5552
|
-
border-color: color-mix(in srgb, var(--state-color-success-pressed) calc(100% * var(--tw-border-opacity)), transparent);
|
|
5553
|
-
}
|
|
5554
|
-
|
|
5555
|
-
.active\:border-tertiary-pressed:active {
|
|
5556
|
-
--tw-border-opacity: 1;
|
|
5557
|
-
border-color: color-mix(in srgb, var(--state-color-tertiary-pressed) calc(100% * var(--tw-border-opacity)), transparent);
|
|
5558
|
-
}
|
|
5559
|
-
|
|
5560
|
-
.active\:border-warning-pressed:active {
|
|
5561
|
-
--tw-border-opacity: 1;
|
|
5562
|
-
border-color: color-mix(in srgb, var(--state-color-warning-pressed) calc(100% * var(--tw-border-opacity)), transparent);
|
|
5563
|
-
}
|
|
5564
|
-
|
|
5565
5297
|
.active\:bg-action-button-icon-active-pressed:active {
|
|
5566
5298
|
--tw-bg-opacity: 1;
|
|
5567
5299
|
background-color: color-mix(in srgb, var(--action-button-icon-active-pressed-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
@@ -5697,85 +5429,11 @@ body {
|
|
|
5697
5429
|
background-color: color-mix(in srgb, var(--button-warning-solid-active-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
5698
5430
|
}
|
|
5699
5431
|
|
|
5700
|
-
.active\:bg-error-hover-bg:active {
|
|
5701
|
-
--tw-bg-opacity: 1;
|
|
5702
|
-
background-color: color-mix(in srgb, var(--state-color-error-hover-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
5703
|
-
}
|
|
5704
|
-
|
|
5705
|
-
.active\:bg-error-pressed:active {
|
|
5706
|
-
--tw-bg-opacity: 1;
|
|
5707
|
-
background-color: color-mix(in srgb, var(--state-color-error-pressed) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
5708
|
-
}
|
|
5709
|
-
|
|
5710
|
-
.active\:bg-info-hover-bg:active {
|
|
5711
|
-
--tw-bg-opacity: 1;
|
|
5712
|
-
background-color: color-mix(in srgb, var(--state-color-info-hover-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
5713
|
-
}
|
|
5714
|
-
|
|
5715
|
-
.active\:bg-info-pressed:active {
|
|
5716
|
-
--tw-bg-opacity: 1;
|
|
5717
|
-
background-color: color-mix(in srgb, var(--state-color-info-pressed) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
5718
|
-
}
|
|
5719
|
-
|
|
5720
5432
|
.active\:bg-input-disable-bg:active {
|
|
5721
5433
|
--tw-bg-opacity: 1;
|
|
5722
5434
|
background-color: color-mix(in srgb, var(--input-color-disable-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
5723
5435
|
}
|
|
5724
5436
|
|
|
5725
|
-
.active\:bg-primary-hover-bg:active {
|
|
5726
|
-
--tw-bg-opacity: 1;
|
|
5727
|
-
background-color: color-mix(in srgb, var(--state-color-primary-hover-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
5728
|
-
}
|
|
5729
|
-
|
|
5730
|
-
.active\:bg-primary-pressed:active {
|
|
5731
|
-
--tw-bg-opacity: 1;
|
|
5732
|
-
background-color: color-mix(in srgb, var(--state-color-primary-pressed) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
5733
|
-
}
|
|
5734
|
-
|
|
5735
|
-
.active\:bg-secondary-hover-bg:active {
|
|
5736
|
-
--tw-bg-opacity: 1;
|
|
5737
|
-
background-color: color-mix(in srgb, var(--state-color-secondary-hover-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
5738
|
-
}
|
|
5739
|
-
|
|
5740
|
-
.active\:bg-secondary-pressed:active {
|
|
5741
|
-
--tw-bg-opacity: 1;
|
|
5742
|
-
background-color: color-mix(in srgb, var(--state-color-secondary-pressed) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
5743
|
-
}
|
|
5744
|
-
|
|
5745
|
-
.active\:bg-success-hover-bg:active {
|
|
5746
|
-
--tw-bg-opacity: 1;
|
|
5747
|
-
background-color: color-mix(in srgb, var(--state-color-success-hover-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
5748
|
-
}
|
|
5749
|
-
|
|
5750
|
-
.active\:bg-success-pressed:active {
|
|
5751
|
-
--tw-bg-opacity: 1;
|
|
5752
|
-
background-color: color-mix(in srgb, var(--state-color-success-pressed) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
5753
|
-
}
|
|
5754
|
-
|
|
5755
|
-
.active\:bg-tertiary-hover-bg:active {
|
|
5756
|
-
--tw-bg-opacity: 1;
|
|
5757
|
-
background-color: color-mix(in srgb, var(--state-color-tertiary-hover-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
5758
|
-
}
|
|
5759
|
-
|
|
5760
|
-
.active\:bg-tertiary-pressed:active {
|
|
5761
|
-
--tw-bg-opacity: 1;
|
|
5762
|
-
background-color: color-mix(in srgb, var(--state-color-tertiary-pressed) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
5763
|
-
}
|
|
5764
|
-
|
|
5765
|
-
.active\:bg-transparent:active {
|
|
5766
|
-
background-color: transparent;
|
|
5767
|
-
}
|
|
5768
|
-
|
|
5769
|
-
.active\:bg-warning-hover-bg:active {
|
|
5770
|
-
--tw-bg-opacity: 1;
|
|
5771
|
-
background-color: color-mix(in srgb, var(--state-color-warning-hover-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
5772
|
-
}
|
|
5773
|
-
|
|
5774
|
-
.active\:bg-warning-pressed:active {
|
|
5775
|
-
--tw-bg-opacity: 1;
|
|
5776
|
-
background-color: color-mix(in srgb, var(--state-color-warning-pressed) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
5777
|
-
}
|
|
5778
|
-
|
|
5779
5437
|
.active\:fill-action-button-icon-active-pressed:active {
|
|
5780
5438
|
fill: color-mix(in srgb, var(--action-button-icon-active-pressed-text) calc(100% * 1), transparent);
|
|
5781
5439
|
}
|
|
@@ -5884,34 +5542,6 @@ body {
|
|
|
5884
5542
|
fill: color-mix(in srgb, var(--button-warning-solid-active-text) calc(100% * 1), transparent);
|
|
5885
5543
|
}
|
|
5886
5544
|
|
|
5887
|
-
.active\:fill-error-pressed:active {
|
|
5888
|
-
fill: color-mix(in srgb, var(--state-color-error-pressed) calc(100% * 1), transparent);
|
|
5889
|
-
}
|
|
5890
|
-
|
|
5891
|
-
.active\:fill-info-pressed:active {
|
|
5892
|
-
fill: color-mix(in srgb, var(--state-color-info-pressed) calc(100% * 1), transparent);
|
|
5893
|
-
}
|
|
5894
|
-
|
|
5895
|
-
.active\:fill-primary-pressed:active {
|
|
5896
|
-
fill: color-mix(in srgb, var(--state-color-primary-pressed) calc(100% * 1), transparent);
|
|
5897
|
-
}
|
|
5898
|
-
|
|
5899
|
-
.active\:fill-secondary-pressed:active {
|
|
5900
|
-
fill: color-mix(in srgb, var(--state-color-secondary-pressed) calc(100% * 1), transparent);
|
|
5901
|
-
}
|
|
5902
|
-
|
|
5903
|
-
.active\:fill-success-pressed:active {
|
|
5904
|
-
fill: color-mix(in srgb, var(--state-color-success-pressed) calc(100% * 1), transparent);
|
|
5905
|
-
}
|
|
5906
|
-
|
|
5907
|
-
.active\:fill-tertiary-pressed:active {
|
|
5908
|
-
fill: color-mix(in srgb, var(--state-color-tertiary-pressed) calc(100% * 1), transparent);
|
|
5909
|
-
}
|
|
5910
|
-
|
|
5911
|
-
.active\:fill-warning-pressed:active {
|
|
5912
|
-
fill: color-mix(in srgb, var(--state-color-warning-pressed) calc(100% * 1), transparent);
|
|
5913
|
-
}
|
|
5914
|
-
|
|
5915
5545
|
.active\:text-action-button-icon-active-pressed:active {
|
|
5916
5546
|
--tw-text-opacity: 1;
|
|
5917
5547
|
color: color-mix(in srgb, var(--action-button-icon-active-pressed-text) calc(100% * var(--tw-text-opacity)), transparent);
|
|
@@ -6047,16 +5677,6 @@ body {
|
|
|
6047
5677
|
color: color-mix(in srgb, var(--button-warning-solid-active-text) calc(100% * var(--tw-text-opacity)), transparent);
|
|
6048
5678
|
}
|
|
6049
5679
|
|
|
6050
|
-
.active\:text-error-pressed:active {
|
|
6051
|
-
--tw-text-opacity: 1;
|
|
6052
|
-
color: color-mix(in srgb, var(--state-color-error-pressed) calc(100% * var(--tw-text-opacity)), transparent);
|
|
6053
|
-
}
|
|
6054
|
-
|
|
6055
|
-
.active\:text-info-pressed:active {
|
|
6056
|
-
--tw-text-opacity: 1;
|
|
6057
|
-
color: color-mix(in srgb, var(--state-color-info-pressed) calc(100% * var(--tw-text-opacity)), transparent);
|
|
6058
|
-
}
|
|
6059
|
-
|
|
6060
5680
|
.active\:text-input-disable-text:active {
|
|
6061
5681
|
--tw-text-opacity: 1;
|
|
6062
5682
|
color: color-mix(in srgb, var(--input-color-disable-text) calc(100% * var(--tw-text-opacity)), transparent);
|
|
@@ -6067,29 +5687,9 @@ body {
|
|
|
6067
5687
|
color: color-mix(in srgb, var(--input-color-filled-text) calc(100% * var(--tw-text-opacity)), transparent);
|
|
6068
5688
|
}
|
|
6069
5689
|
|
|
6070
|
-
.active\:text-
|
|
6071
|
-
--tw-text-opacity: 1;
|
|
6072
|
-
color: color-mix(in srgb, var(--state-color-primary-pressed) calc(100% * var(--tw-text-opacity)), transparent);
|
|
6073
|
-
}
|
|
6074
|
-
|
|
6075
|
-
.active\:text-secondary-pressed:active {
|
|
6076
|
-
--tw-text-opacity: 1;
|
|
6077
|
-
color: color-mix(in srgb, var(--state-color-secondary-pressed) calc(100% * var(--tw-text-opacity)), transparent);
|
|
6078
|
-
}
|
|
6079
|
-
|
|
6080
|
-
.active\:text-success-pressed:active {
|
|
5690
|
+
.active\:text-text-dark:active {
|
|
6081
5691
|
--tw-text-opacity: 1;
|
|
6082
|
-
color: color-mix(in srgb, var(--
|
|
6083
|
-
}
|
|
6084
|
-
|
|
6085
|
-
.active\:text-tertiary-pressed:active {
|
|
6086
|
-
--tw-text-opacity: 1;
|
|
6087
|
-
color: color-mix(in srgb, var(--state-color-tertiary-pressed) calc(100% * var(--tw-text-opacity)), transparent);
|
|
6088
|
-
}
|
|
6089
|
-
|
|
6090
|
-
.active\:text-warning-pressed:active {
|
|
6091
|
-
--tw-text-opacity: 1;
|
|
6092
|
-
color: color-mix(in srgb, var(--state-color-warning-pressed) calc(100% * var(--tw-text-opacity)), transparent);
|
|
5692
|
+
color: color-mix(in srgb, var(--text-dark) calc(100% * var(--tw-text-opacity)), transparent);
|
|
6093
5693
|
}
|
|
6094
5694
|
|
|
6095
5695
|
.active\:ring-input-disable-stroke:active {
|
|
@@ -6330,10 +5930,6 @@ body {
|
|
|
6330
5930
|
background-color: color-mix(in srgb, var(--button-warning-solid-disabled-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
6331
5931
|
}
|
|
6332
5932
|
|
|
6333
|
-
.disabled\:bg-transparent:disabled {
|
|
6334
|
-
background-color: transparent;
|
|
6335
|
-
}
|
|
6336
|
-
|
|
6337
5933
|
.disabled\:fill-button-error-flat-disabled:disabled {
|
|
6338
5934
|
fill: color-mix(in srgb, var(--button-error-flat-disabled-text) calc(100% * 1), transparent);
|
|
6339
5935
|
}
|
|
@@ -6527,6 +6123,10 @@ body {
|
|
|
6527
6123
|
color: color-mix(in srgb, var(--button-warning-solid-disabled-text) calc(100% * var(--tw-text-opacity)), transparent);
|
|
6528
6124
|
}
|
|
6529
6125
|
|
|
6126
|
+
.disabled\:opacity-50:disabled {
|
|
6127
|
+
opacity: 0.5;
|
|
6128
|
+
}
|
|
6129
|
+
|
|
6530
6130
|
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:top-2 {
|
|
6531
6131
|
top: 0.5rem;
|
|
6532
6132
|
}
|
|
@@ -6661,16 +6261,14 @@ body {
|
|
|
6661
6261
|
opacity: 0.7;
|
|
6662
6262
|
}
|
|
6663
6263
|
|
|
6664
|
-
.
|
|
6665
|
-
|
|
6666
|
-
|
|
6667
|
-
|
|
6668
|
-
.aria-disabled\:cursor-not-allowed[aria-disabled="true"] {
|
|
6669
|
-
cursor: not-allowed;
|
|
6264
|
+
.data-\[state\=checked\]\:translate-x-4[data-state=checked] {
|
|
6265
|
+
--tw-translate-x: 1rem;
|
|
6266
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
6670
6267
|
}
|
|
6671
6268
|
|
|
6672
|
-
.
|
|
6673
|
-
|
|
6269
|
+
.data-\[state\=unchecked\]\:-translate-x-\[2px\][data-state=unchecked] {
|
|
6270
|
+
--tw-translate-x: -2px;
|
|
6271
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
6674
6272
|
}
|
|
6675
6273
|
|
|
6676
6274
|
.data-\[loading\=true\]\:border-button-error-flat-active[data-loading=true] {
|
|
@@ -6893,6 +6491,10 @@ body {
|
|
|
6893
6491
|
background-color: color-mix(in srgb, var(--state-color-primary-default) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
6894
6492
|
}
|
|
6895
6493
|
|
|
6494
|
+
.data-\[state\=checked\]\:bg-secondary-active\/\[0\.32\][data-state=checked] {
|
|
6495
|
+
background-color: color-mix(in srgb, var(--state-color-secondary-active) calc(100% * 0.32), transparent);
|
|
6496
|
+
}
|
|
6497
|
+
|
|
6896
6498
|
.data-\[state\=open\]\:bg-primary[data-state=open] {
|
|
6897
6499
|
--tw-bg-opacity: 1;
|
|
6898
6500
|
background-color: color-mix(in srgb, var(--state-color-primary-default) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
@@ -6900,7 +6502,16 @@ body {
|
|
|
6900
6502
|
|
|
6901
6503
|
.data-\[state\=selected\]\:bg-grey-20[data-state=selected] {
|
|
6902
6504
|
--tw-bg-opacity: 1;
|
|
6903
|
-
background-color: color-mix(in srgb, var(--grey-20) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
6505
|
+
background-color: color-mix(in srgb, var(--grey-grey-20) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
6506
|
+
}
|
|
6507
|
+
|
|
6508
|
+
.data-\[state\=unchecked\]\:bg-tertiary-active[data-state=unchecked] {
|
|
6509
|
+
--tw-bg-opacity: 1;
|
|
6510
|
+
background-color: color-mix(in srgb, var(--state-color-tertiary-active) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
6511
|
+
}
|
|
6512
|
+
|
|
6513
|
+
.data-\[state\=unchecked\]\:bg-tertiary-active\/\[0\.32\][data-state=unchecked] {
|
|
6514
|
+
background-color: color-mix(in srgb, var(--state-color-tertiary-active) calc(100% * 0.32), transparent);
|
|
6904
6515
|
}
|
|
6905
6516
|
|
|
6906
6517
|
.data-\[loading\=true\]\:fill-button-error-flat-active[data-loading=true] {
|
|
@@ -7173,11 +6784,26 @@ body {
|
|
|
7173
6784
|
height: 1.5rem;
|
|
7174
6785
|
}
|
|
7175
6786
|
|
|
6787
|
+
.\[\&_svg\]\:size-\[14px\] svg {
|
|
6788
|
+
width: 14px;
|
|
6789
|
+
height: 14px;
|
|
6790
|
+
}
|
|
6791
|
+
|
|
7176
6792
|
.\[\&_svg\]\:size-\[18px\] svg {
|
|
7177
6793
|
width: 18px;
|
|
7178
6794
|
height: 18px;
|
|
7179
6795
|
}
|
|
7180
6796
|
|
|
6797
|
+
.\[\&_svg\]\:size-\[22px\] svg {
|
|
6798
|
+
width: 22px;
|
|
6799
|
+
height: 22px;
|
|
6800
|
+
}
|
|
6801
|
+
|
|
6802
|
+
.\[\&_svg\]\:size-\[32px\] svg {
|
|
6803
|
+
width: 32px;
|
|
6804
|
+
height: 32px;
|
|
6805
|
+
}
|
|
6806
|
+
|
|
7181
6807
|
.\[\&_tr\:last-child\]\:border-0 tr:last-child {
|
|
7182
6808
|
border-width: 0px;
|
|
7183
6809
|
}
|