@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
package/src/_theme/global.css
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
@tailwind base;
|
|
2
|
-
@tailwind components;
|
|
3
|
-
@tailwind utilities;
|
|
4
|
-
|
|
5
|
-
@import "./variables/default/colors.css";
|
|
6
|
-
@import "./variables/default/typography.css";
|
|
7
|
-
|
|
8
|
-
@import "./variables/xspector/colors.css";
|
|
9
|
-
@import "./variables/xspector/typography.css";
|
|
10
|
-
|
|
11
|
-
@layer base {
|
|
12
|
-
:root {
|
|
13
|
-
--primary-foreground: var(--text-dark);
|
|
14
|
-
--secondary-foreground: var(--text-dark);
|
|
15
|
-
--tertiary-foreground: var(--text-dark);
|
|
16
|
-
--info-foreground: var(--text-white);
|
|
17
|
-
--success-foreground: var(--text-white);
|
|
18
|
-
--warning-foreground: var(--text-dark);
|
|
19
|
-
--error-foreground: var(--text-white);
|
|
20
|
-
|
|
21
|
-
--body-bg: var(--base-bg);
|
|
22
|
-
--body-foreground: var(--common-white);
|
|
23
|
-
|
|
24
|
-
--surface: var(--common-white);
|
|
25
|
-
--surface-foreground: var(--text-white);
|
|
26
|
-
|
|
27
|
-
--radius: 0.5rem;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
@layer base {
|
|
32
|
-
* {
|
|
33
|
-
/* @apply border-border; */
|
|
34
|
-
}
|
|
35
|
-
body {
|
|
36
|
-
/* @apply bg-background text-foreground; */
|
|
37
|
-
@apply bg-[var(--brand-colors-backgroud)] text-text-grey-light;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
@@ -1,239 +0,0 @@
|
|
|
1
|
-
const { fontFamily } = require("tailwindcss/defaultTheme");
|
|
2
|
-
|
|
3
|
-
module.exports = {
|
|
4
|
-
darkMode: "class",
|
|
5
|
-
theme: {
|
|
6
|
-
container: {
|
|
7
|
-
center: true,
|
|
8
|
-
padding: "2rem",
|
|
9
|
-
screens: {
|
|
10
|
-
"2xl": "1400px",
|
|
11
|
-
},
|
|
12
|
-
},
|
|
13
|
-
extend: {
|
|
14
|
-
fontSize: {
|
|
15
|
-
h1: [
|
|
16
|
-
"var(--h1-size, 64px)",
|
|
17
|
-
{
|
|
18
|
-
lineHeight: "var(--h1-line-height, 80px)",
|
|
19
|
-
fontWeight: "var(--h1-weight, 700)",
|
|
20
|
-
fontFamily: "var(--h1-family, 'Poppins')",
|
|
21
|
-
},
|
|
22
|
-
],
|
|
23
|
-
h2: [
|
|
24
|
-
"var(--h2-size, 48px)",
|
|
25
|
-
{
|
|
26
|
-
lineHeight: "var(--h2-line-height, 60px)",
|
|
27
|
-
fontWeight: "var(--h2-weight, 700)",
|
|
28
|
-
fontFamily: "var(--h2-family, 'Poppins')",
|
|
29
|
-
},
|
|
30
|
-
],
|
|
31
|
-
h3: [
|
|
32
|
-
"var(--h3-size, 32px)",
|
|
33
|
-
{
|
|
34
|
-
lineHeight: "var(--h3-line-height, 48px)",
|
|
35
|
-
fontWeight: "var(--h3-weight, 700)",
|
|
36
|
-
fontFamily: "var(--h3-family, 'Poppins')",
|
|
37
|
-
},
|
|
38
|
-
],
|
|
39
|
-
h4: [
|
|
40
|
-
"var(--h4-size, 24px)",
|
|
41
|
-
{
|
|
42
|
-
lineHeight: "var(--h4-line-height, 32px)",
|
|
43
|
-
fontWeight: "var(--h4-weight, 700)",
|
|
44
|
-
fontFamily: "var(--h4-family, 'Poppins')",
|
|
45
|
-
},
|
|
46
|
-
],
|
|
47
|
-
h5: [
|
|
48
|
-
"var(--h5-size, 20px)",
|
|
49
|
-
{
|
|
50
|
-
lineHeight: "var(--h5-line-height, 28px)",
|
|
51
|
-
fontWeight: "var(--h5-weight, 700)",
|
|
52
|
-
fontFamily: "var(--h5-family, 'Poppins')",
|
|
53
|
-
},
|
|
54
|
-
],
|
|
55
|
-
h6: [
|
|
56
|
-
"var(--h6-size, 18px)",
|
|
57
|
-
{
|
|
58
|
-
lineHeight: "var(--h6-line-height, 24px)",
|
|
59
|
-
fontWeight: "var(--h6-weight, 700)",
|
|
60
|
-
fontFamily: "var(--h6-family, 'Poppins')",
|
|
61
|
-
},
|
|
62
|
-
],
|
|
63
|
-
subtitile1: [
|
|
64
|
-
"var(--subtitle1-size, 16px)",
|
|
65
|
-
{
|
|
66
|
-
lineHeight: "var(--subtitle1-line-height, 24px)",
|
|
67
|
-
fontWeight: "var(--subtitle1-weight, 400)",
|
|
68
|
-
fontFamily: "var(--subtitle1-family, 'Poppins')",
|
|
69
|
-
},
|
|
70
|
-
],
|
|
71
|
-
subtitile2: [
|
|
72
|
-
"var(--subtitle2-size, 16px)",
|
|
73
|
-
{
|
|
74
|
-
lineHeight: "var(--subtitle2-line-height, 24px)",
|
|
75
|
-
fontWeight: "var(--subtitle2-weight, 500)",
|
|
76
|
-
fontFamily: "var(--subtitle2-family, 'Poppins')",
|
|
77
|
-
},
|
|
78
|
-
],
|
|
79
|
-
subtitile3: [
|
|
80
|
-
"var(--subtitle3-size, 16px)",
|
|
81
|
-
{
|
|
82
|
-
lineHeight: "var(--subtitle3-line-height, 24px)",
|
|
83
|
-
fontWeight: "var(--subtitle3-weight, 600)",
|
|
84
|
-
fontFamily: "var(--subtitle3-family, 'Poppins')",
|
|
85
|
-
},
|
|
86
|
-
],
|
|
87
|
-
subtitile4: [
|
|
88
|
-
"var(--subtitle4-size, 14px)",
|
|
89
|
-
{
|
|
90
|
-
lineHeight: "var(--subtitle4-line-height, 22px)",
|
|
91
|
-
fontWeight: "var(--subtitle4-weight, 400)",
|
|
92
|
-
fontFamily: "var(--subtitle4-family, 'Poppins')",
|
|
93
|
-
},
|
|
94
|
-
],
|
|
95
|
-
subtitile5: [
|
|
96
|
-
"var(--subtitle5-size, 14px)",
|
|
97
|
-
{
|
|
98
|
-
lineHeight: "var(--subtitle5-line-height, 22px)",
|
|
99
|
-
fontWeight: "var(--subtitle5-weight, 500)",
|
|
100
|
-
fontFamily: "var(--subtitle5-family, 'Poppins')",
|
|
101
|
-
},
|
|
102
|
-
],
|
|
103
|
-
subtitile6: [
|
|
104
|
-
"var(--subtitle6-size, 14px)",
|
|
105
|
-
{
|
|
106
|
-
lineHeight: "var(--subtitle6-line-height, 22px)",
|
|
107
|
-
fontWeight: "var(--subtitle6-weight, 600)",
|
|
108
|
-
fontFamily: "var(--subtitle6-family, 'Poppins')",
|
|
109
|
-
},
|
|
110
|
-
],
|
|
111
|
-
body1: [
|
|
112
|
-
"var(--body1-size, 16px)",
|
|
113
|
-
{
|
|
114
|
-
lineHeight: "var(--body1-line-height, 20px)",
|
|
115
|
-
fontWeight: "var(--body1-weight, 400)",
|
|
116
|
-
fontFamily: "var(--body1-family, 'Poppins')",
|
|
117
|
-
},
|
|
118
|
-
],
|
|
119
|
-
body2: [
|
|
120
|
-
"var(--body2-size, 16px)",
|
|
121
|
-
{
|
|
122
|
-
lineHeight: "var(--body2-line-height, 20px)",
|
|
123
|
-
fontWeight: "var(--body2-weight, 500)",
|
|
124
|
-
fontFamily: "var(--body2-family, 'Poppins')",
|
|
125
|
-
},
|
|
126
|
-
],
|
|
127
|
-
body3: [
|
|
128
|
-
"var(--body3-size, 14px)",
|
|
129
|
-
{
|
|
130
|
-
lineHeight: "var(--body3-line-height, 18px)",
|
|
131
|
-
fontWeight: "var(--body3-weight, 400)",
|
|
132
|
-
fontFamily: "var(--body3-family, 'Poppins')",
|
|
133
|
-
},
|
|
134
|
-
],
|
|
135
|
-
body4: [
|
|
136
|
-
"var(--body4-size, 14px)",
|
|
137
|
-
{
|
|
138
|
-
lineHeight: "var(--body4-line-height, 18px)",
|
|
139
|
-
fontWeight: "var(--body4-weight, 500)",
|
|
140
|
-
fontFamily: "var(--body4-family, 'Poppins')",
|
|
141
|
-
},
|
|
142
|
-
],
|
|
143
|
-
small1: [
|
|
144
|
-
"var(--small1-size, 12px)",
|
|
145
|
-
{
|
|
146
|
-
lineHeight: "var(--small1-line-height, 14px)",
|
|
147
|
-
fontWeight: "var(--small1-weight, 400)",
|
|
148
|
-
fontFamily: "var(--small1-family, 'Poppins')",
|
|
149
|
-
},
|
|
150
|
-
],
|
|
151
|
-
small2: [
|
|
152
|
-
"var(--small2-size, 12px)",
|
|
153
|
-
{
|
|
154
|
-
lineHeight: "var(--small2-line-height, 14px)",
|
|
155
|
-
fontWeight: "var(--small2-weight, 500)",
|
|
156
|
-
fontFamily: "var(--small2-family, 'Poppins')",
|
|
157
|
-
},
|
|
158
|
-
],
|
|
159
|
-
small3: [
|
|
160
|
-
"var(--small3-size, 12px)",
|
|
161
|
-
{
|
|
162
|
-
lineHeight: "var(--small3-line-height, 14px)",
|
|
163
|
-
fontWeight: "var(--small3-weight, 600)",
|
|
164
|
-
fontFamily: "var(--small3-family, 'Poppins')",
|
|
165
|
-
},
|
|
166
|
-
],
|
|
167
|
-
small4: [
|
|
168
|
-
"var(--small4-size, 10px)",
|
|
169
|
-
{
|
|
170
|
-
lineHeight: "var(--small4-line-height, 12px)",
|
|
171
|
-
fontWeight: "var(--small4-weight, 400)",
|
|
172
|
-
fontFamily: "var(--small4-family, 'Poppins')",
|
|
173
|
-
},
|
|
174
|
-
],
|
|
175
|
-
small5: [
|
|
176
|
-
"var(--small5-size, 10px)",
|
|
177
|
-
{
|
|
178
|
-
lineHeight: "var(--small5-line-height, 12px)",
|
|
179
|
-
fontWeight: "var(--small5-weight, 500)",
|
|
180
|
-
fontFamily: "var(--small5-family, 'Poppins')",
|
|
181
|
-
},
|
|
182
|
-
],
|
|
183
|
-
label1: [
|
|
184
|
-
"var(--label-label1-size, 12px)",
|
|
185
|
-
{
|
|
186
|
-
lineHeight: "var(--label-label1-line-height, 12px)",
|
|
187
|
-
fontWeight: "var(--label-label1-weight, 400)",
|
|
188
|
-
fontFamily: "var(--label-label1-family, 'Poppins')",
|
|
189
|
-
},
|
|
190
|
-
],
|
|
191
|
-
label2: [
|
|
192
|
-
"var(--label-label2-size, 10px)",
|
|
193
|
-
{
|
|
194
|
-
lineHeight: "var(--label-label2-line-height, 10px)",
|
|
195
|
-
fontWeight: "var(--label-label2-weight, 400)",
|
|
196
|
-
fontFamily: "var(--label-label2-family, 'Poppins')",
|
|
197
|
-
},
|
|
198
|
-
],
|
|
199
|
-
buttonL: [
|
|
200
|
-
"var(--button-button-l-size, 16px)",
|
|
201
|
-
{
|
|
202
|
-
lineHeight: "var(--button-button-l-line-height, 24px)",
|
|
203
|
-
fontWeight: "var(--button-button-l-weight, 700)",
|
|
204
|
-
fontFamily: "var(--button-button-l-family, 'Poppins')",
|
|
205
|
-
},
|
|
206
|
-
],
|
|
207
|
-
buttonMS: [
|
|
208
|
-
"var(--button-button-ms-size, 14px)",
|
|
209
|
-
{
|
|
210
|
-
lineHeight: "var(--button-button-ms-line-height, 22px)",
|
|
211
|
-
fontWeight: "var(--button-button-ms-weight, 700)",
|
|
212
|
-
fontFamily: "var(--button-button-ms-family, 'Poppins')",
|
|
213
|
-
},
|
|
214
|
-
],
|
|
215
|
-
},
|
|
216
|
-
borderRadius: {
|
|
217
|
-
sm: `calc(var(--radius, 0.25rem) - 0.25rem)`,
|
|
218
|
-
md: `var(--radius, 0.5rem)`,
|
|
219
|
-
lg: `calc(var(--radius, 0.75rem) + 0.25rem)`,
|
|
220
|
-
},
|
|
221
|
-
keyframes: {
|
|
222
|
-
"accordion-down": {
|
|
223
|
-
from: { height: "0" },
|
|
224
|
-
to: { height: "var(--radix-accordion-content-height)" },
|
|
225
|
-
},
|
|
226
|
-
"accordion-up": {
|
|
227
|
-
from: { height: "var(--radix-accordion-content-height)" },
|
|
228
|
-
to: { height: "0" },
|
|
229
|
-
},
|
|
230
|
-
},
|
|
231
|
-
animation: {
|
|
232
|
-
"accordion-down": "accordion-down 0.2s ease-out",
|
|
233
|
-
"accordion-up": "accordion-up 0.2s ease-out",
|
|
234
|
-
},
|
|
235
|
-
},
|
|
236
|
-
},
|
|
237
|
-
presets: [require("./presets/colors"), require("tailwindcss-animate")],
|
|
238
|
-
plugins: [require("./plugins/utilities/typography")],
|
|
239
|
-
};
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
const plugin = require("tailwindcss/plugin");
|
|
2
|
-
|
|
3
|
-
module.exports = plugin(function ({ addUtilities }) {
|
|
4
|
-
addUtilities({
|
|
5
|
-
".typography-h1": {
|
|
6
|
-
"@apply text-h1": {},
|
|
7
|
-
},
|
|
8
|
-
".typography-h2": {
|
|
9
|
-
"@apply text-h2": {},
|
|
10
|
-
},
|
|
11
|
-
".typography-h3": {
|
|
12
|
-
"@apply text-h3": {},
|
|
13
|
-
},
|
|
14
|
-
".typography-h4": {
|
|
15
|
-
"@apply text-h4": {},
|
|
16
|
-
},
|
|
17
|
-
".typography-h5": {
|
|
18
|
-
"@apply text-h5": {},
|
|
19
|
-
},
|
|
20
|
-
".typography-h6": {
|
|
21
|
-
"@apply text-h6": {},
|
|
22
|
-
},
|
|
23
|
-
".typography-subtitile1": {
|
|
24
|
-
"@apply text-subtitile1": {},
|
|
25
|
-
},
|
|
26
|
-
".typography-subtitile2": {
|
|
27
|
-
"@apply text-subtitile2": {},
|
|
28
|
-
},
|
|
29
|
-
".typography-subtitile3": {
|
|
30
|
-
"@apply text-subtitile3": {},
|
|
31
|
-
},
|
|
32
|
-
".typography-subtitile4": {
|
|
33
|
-
"@apply text-subtitile4": {},
|
|
34
|
-
},
|
|
35
|
-
".typography-subtitile5": {
|
|
36
|
-
"@apply text-subtitile5": {},
|
|
37
|
-
},
|
|
38
|
-
".typography-subtitile6": {
|
|
39
|
-
"@apply text-subtitile6": {},
|
|
40
|
-
},
|
|
41
|
-
".typography-body1": {
|
|
42
|
-
"@apply text-body1": {},
|
|
43
|
-
},
|
|
44
|
-
".typography-body2": {
|
|
45
|
-
"@apply text-body2": {},
|
|
46
|
-
},
|
|
47
|
-
".typography-body3": {
|
|
48
|
-
"@apply text-body3": {},
|
|
49
|
-
},
|
|
50
|
-
".typography-body4": {
|
|
51
|
-
"@apply text-body4": {},
|
|
52
|
-
},
|
|
53
|
-
".typography-small1": {
|
|
54
|
-
"@apply text-small1": {},
|
|
55
|
-
},
|
|
56
|
-
".typography-small2": {
|
|
57
|
-
"@apply text-small2": {},
|
|
58
|
-
},
|
|
59
|
-
".typography-small3": {
|
|
60
|
-
"@apply text-small3": {},
|
|
61
|
-
},
|
|
62
|
-
".typography-small4": {
|
|
63
|
-
"@apply text-small4": {},
|
|
64
|
-
},
|
|
65
|
-
".typography-small5": {
|
|
66
|
-
"@apply text-small5": {},
|
|
67
|
-
},
|
|
68
|
-
".typography-label1": {
|
|
69
|
-
"@apply text-label1": {},
|
|
70
|
-
},
|
|
71
|
-
".typography-label2": {
|
|
72
|
-
"@apply text-label2": {},
|
|
73
|
-
},
|
|
74
|
-
".typography-buttonL": {
|
|
75
|
-
"@apply text-buttonL": {},
|
|
76
|
-
},
|
|
77
|
-
".typography-buttonMS": {
|
|
78
|
-
"@apply text-buttonMS": {},
|
|
79
|
-
},
|
|
80
|
-
});
|
|
81
|
-
});
|
|
@@ -1,319 +0,0 @@
|
|
|
1
|
-
/** @type {import('tailwindcss').Config} */
|
|
2
|
-
module.exports = {
|
|
3
|
-
theme: {
|
|
4
|
-
extend: {
|
|
5
|
-
colors: {
|
|
6
|
-
"main-primary": "var(--main-color-primary)",
|
|
7
|
-
"main-secondary": "var(--main-color-secondary)",
|
|
8
|
-
"main-tertiary": "var(--main-color-tertiary)",
|
|
9
|
-
|
|
10
|
-
"text-dark": "var(--text-dark)",
|
|
11
|
-
"text-medium": "var(--text-medium)",
|
|
12
|
-
"text-light": "var(--text-light)",
|
|
13
|
-
"text-grey-dark": "var(--text-grey-dark)",
|
|
14
|
-
"text-grey-medium": "var(--text-grey-medium)",
|
|
15
|
-
"text-grey-light": "var(--text-grey-light)",
|
|
16
|
-
"text-white": "var(--text-white)",
|
|
17
|
-
|
|
18
|
-
primary: "var(--main-color-primary)",
|
|
19
|
-
"primary-5": "var(--primary-ramps-primary-5)",
|
|
20
|
-
"primary-10": "var(--primary-ramps-primary-10)",
|
|
21
|
-
"primary-20": "var(--primary-ramps-primary-20)",
|
|
22
|
-
"primary-30": "var(--primary-ramps-primary-30)",
|
|
23
|
-
"primary-40": "var(--primary-ramps-primary-40)",
|
|
24
|
-
"primary-50": "var(--primary-ramps-primary-50)",
|
|
25
|
-
"primary-60": "var(--primary-ramps-primary-60)",
|
|
26
|
-
"primary-70": "var(--primary-ramps-primary-70)",
|
|
27
|
-
"primary-80": "var(--primary-ramps-primary-80)",
|
|
28
|
-
"primary-90": "var(--primary-ramps-primary-90)",
|
|
29
|
-
"primary-100": "var(--primary-ramps-primary-100)",
|
|
30
|
-
"primary-110": "var(--primary-ramps-primary-110)",
|
|
31
|
-
"primary-120": "var(--primary-ramps-primary-120)",
|
|
32
|
-
"primary-130": "var(--primary-ramps-primary-130)",
|
|
33
|
-
"primary-140": "var(--primary-ramps-primary-140)",
|
|
34
|
-
"primary-150": "var(--primary-ramps-primary-150)",
|
|
35
|
-
"primary-foreground": "var(--primary-foreground)",
|
|
36
|
-
|
|
37
|
-
"primary-default": "var(--state-color-primary-default)",
|
|
38
|
-
"primary-hover": "var(--state-color-primary-hover)",
|
|
39
|
-
"primary-stroke": "var(--state-color-primary-stroke)",
|
|
40
|
-
"primary-hover-bg": "var(--state-color-primary-hover-bg)", // should be outline hover ?
|
|
41
|
-
"primary-pressed": "var(--state-color-primary-pressed)",
|
|
42
|
-
"primary-active": "var(--state-color-primary-active)",
|
|
43
|
-
|
|
44
|
-
secondary: "var(--main-color-secondary)",
|
|
45
|
-
"secondary-5": "var(--secondary-ramps-secondary-5)",
|
|
46
|
-
"secondary-10": "var(--secondary-ramps-secondary-10)",
|
|
47
|
-
"secondary-20": "var(--secondary-ramps-secondary-20)",
|
|
48
|
-
"secondary-30": "var(--secondary-ramps-secondary-30)",
|
|
49
|
-
"secondary-40": "var(--secondary-ramps-secondary-40)",
|
|
50
|
-
"secondary-50": "var(--secondary-ramps-secondary-50)",
|
|
51
|
-
"secondary-60": "var(--secondary-ramps-secondary-60)",
|
|
52
|
-
"secondary-70": "var(--secondary-ramps-secondary-70)",
|
|
53
|
-
"secondary-80": "var(--secondary-ramps-secondary-80)",
|
|
54
|
-
"secondary-90": "var(--secondary-ramps-secondary-90)",
|
|
55
|
-
"secondary-100": "var(--secondary-ramps-secondary-100)",
|
|
56
|
-
"secondary-110": "var(--secondary-ramps-secondary-110)",
|
|
57
|
-
"secondary-120": "var(--secondary-ramps-secondary-120)",
|
|
58
|
-
"secondary-130": "var(--secondary-ramps-secondary-130)",
|
|
59
|
-
"secondary-140": "var(--secondary-ramps-secondary-140)",
|
|
60
|
-
"secondary-150": "var(--secondary-ramps-secondary-150)",
|
|
61
|
-
"secondary-foreground": "var(--secondary-foreground)",
|
|
62
|
-
|
|
63
|
-
"secondary-default": "var(--state-color-secondary-default)",
|
|
64
|
-
"secondary-hover": "var(--state-color-secondary-hover)",
|
|
65
|
-
"secondary-stroke": "var(--state-color-secondary-stroke)",
|
|
66
|
-
"secondary-hover-bg": "var(--state-color-secondary-hover-bg)",
|
|
67
|
-
"secondary-pressed": "var(--state-color-secondary-pressed)",
|
|
68
|
-
"secondary-active": "var(--state-color-secondary-active)",
|
|
69
|
-
|
|
70
|
-
tertiary: "var(--main-color-tertiary)",
|
|
71
|
-
"tertiary-5": "var(--tertiary-ramps-tertiary-5)",
|
|
72
|
-
"tertiary-10": "var(--tertiary-ramps-tertiary-10)",
|
|
73
|
-
"tertiary-20": "var(--tertiary-ramps-tertiary-20)",
|
|
74
|
-
"tertiary-30": "var(--tertiary-ramps-tertiary-30)",
|
|
75
|
-
"tertiary-40": "var(--tertiary-ramps-tertiary-40)",
|
|
76
|
-
"tertiary-50": "var(--tertiary-ramps-tertiary-50)",
|
|
77
|
-
"tertiary-60": "var(--tertiary-ramps-tertiary-60)",
|
|
78
|
-
"tertiary-70": "var(--tertiary-ramps-tertiary-70)",
|
|
79
|
-
"tertiary-80": "var(--tertiary-ramps-tertiary-80)",
|
|
80
|
-
"tertiary-90": "var(--tertiary-ramps-tertiary-90)",
|
|
81
|
-
"tertiary-100": "var(--tertiary-ramps-tertiary-100)",
|
|
82
|
-
"tertiary-110": "var(--tertiary-ramps-tertiary-110)",
|
|
83
|
-
"tertiary-120": "var(--tertiary-ramps-tertiary-120)",
|
|
84
|
-
"tertiary-130": "var(--tertiary-ramps-tertiary-130)",
|
|
85
|
-
"tertiary-140": "var(--tertiary-ramps-tertiary-140)",
|
|
86
|
-
"tertiary-150": "var(--tertiary-ramps-tertiary-150)",
|
|
87
|
-
"tertiary-foreground": "var(--tertiary-foreground)",
|
|
88
|
-
|
|
89
|
-
"tertiary-default": "var(--state-color-tertiary-default)", // Naming wrong
|
|
90
|
-
"tertiary-hover": "var(--state-color-tertiary-hover)",
|
|
91
|
-
"tertiary-stroke": "var(--state-color-tertiary-stroke)",
|
|
92
|
-
"tertiary-hover-bg": "var(--state-color-tertiary-hover-bg)",
|
|
93
|
-
"tertiary-pressed": "var(--state-color-tertiary-pressed)",
|
|
94
|
-
"tertiary-active": "var(--state-color-tertiery-active)", // Naming wrong
|
|
95
|
-
|
|
96
|
-
grey: "var(--grey-grey-100)",
|
|
97
|
-
"grey-5": "var(--grey-grey-5)",
|
|
98
|
-
"grey-10": "var(--grey-grey-10)",
|
|
99
|
-
"grey-20": "var(--grey-grey-20)",
|
|
100
|
-
"grey-30": "var(--grey-grey-30)",
|
|
101
|
-
"grey-40": "var(--grey-grey-40)",
|
|
102
|
-
"grey-50": "var(--grey-grey-50)",
|
|
103
|
-
"grey-60": "var(--grey-grey-60)",
|
|
104
|
-
"grey-70": "var(--grey-grey-70)",
|
|
105
|
-
"grey-80": "var(--grey-grey-80)",
|
|
106
|
-
"grey-90": "var(--grey-grey-90)",
|
|
107
|
-
"grey-100": "var(--grey-grey-100)",
|
|
108
|
-
"grey-110": "var(--grey-grey-110)",
|
|
109
|
-
"grey-120": "var(--grey-grey-120)",
|
|
110
|
-
"grey-130": "var(--grey-grey-130)",
|
|
111
|
-
"grey-140": "var(--grey-grey-140)",
|
|
112
|
-
"grey-150": "var(--grey-grey-150)",
|
|
113
|
-
|
|
114
|
-
grey2: "var(--grey2-grey2-600)",
|
|
115
|
-
"grey2-50": "var(--grey2-grey2-50)",
|
|
116
|
-
"grey2-100": "var(--grey2-grey2-100)",
|
|
117
|
-
"grey2-200": "var(--grey2-grey2-200)",
|
|
118
|
-
"grey2-300": "var(--grey2-grey2-300)",
|
|
119
|
-
"grey2-400": "var(--grey2-grey2-400)",
|
|
120
|
-
"grey2-500": "var(--grey2-grey2-500)",
|
|
121
|
-
"grey2-600": "var(--grey2-grey2-600)",
|
|
122
|
-
"grey2-700": "var(--grey2-grey2-700)",
|
|
123
|
-
"grey2-800": "var(--grey2-grey2-800)",
|
|
124
|
-
"grey2-900": "var(--grey2-grey2-900)",
|
|
125
|
-
"grey2-950": "var(--grey2-grey2-950)",
|
|
126
|
-
|
|
127
|
-
info: "var(--info-info-500)",
|
|
128
|
-
"info-50": "var(--info-info-50)",
|
|
129
|
-
"info-100": "var(--info-info-100)",
|
|
130
|
-
"info-200": "var(--info-info-200)",
|
|
131
|
-
"info-300": "var(--info-info-300)",
|
|
132
|
-
"info-400": "var(--info-info-400)",
|
|
133
|
-
"info-500": "var(--info-info-500)",
|
|
134
|
-
"info-600": "var(--info-info-600)",
|
|
135
|
-
"info-700": "var(--info-info-700)",
|
|
136
|
-
"info-800": "var(--info-info-800)",
|
|
137
|
-
"info-900": "var(--info-info-900)",
|
|
138
|
-
"info-950": "var(--info-info-950)",
|
|
139
|
-
"info-foreground": "var(--info-foreground)",
|
|
140
|
-
|
|
141
|
-
"info-default": "var(--state-color-info-default)",
|
|
142
|
-
"info-hover": "var(--state-color-info-hover)",
|
|
143
|
-
"info-stroke": "var(--state-color-info-stroke)",
|
|
144
|
-
"info-hover-bg": "var(--state-color-info-hover-bg)",
|
|
145
|
-
"info-pressed": "var(--state-color-info-pressed)",
|
|
146
|
-
"info-active": "var(--state-color-info-active)",
|
|
147
|
-
|
|
148
|
-
success: "var(--success-success-400)",
|
|
149
|
-
"success-50": "var(--success-success-50)",
|
|
150
|
-
"success-100": "var(--success-success-100)",
|
|
151
|
-
"success-200": "var(--success-success-200)",
|
|
152
|
-
"success-300": "var(--success-success-300)",
|
|
153
|
-
"success-400": "var(--success-success-400)",
|
|
154
|
-
"success-500": "var(--success-success-500)",
|
|
155
|
-
"success-600": "var(--success-success-600)",
|
|
156
|
-
"success-700": "var(--success-success-700)",
|
|
157
|
-
"success-800": "var(--success-success-800)",
|
|
158
|
-
"success-900": "var(--success-success-900)",
|
|
159
|
-
"success-950": "var(--success-success-950)",
|
|
160
|
-
"success-foreground": "var(--success-foreground)",
|
|
161
|
-
|
|
162
|
-
"success-default": "var(--state-color-success-default)",
|
|
163
|
-
"success-hover": "var(--state-color-success-hover)",
|
|
164
|
-
"success-stroke": "var(--state-color-success-stroke)",
|
|
165
|
-
"success-hover-bg": "var(--state-color-success-hover-bg)",
|
|
166
|
-
"success-pressed": "var(--state-color-success-pressed)",
|
|
167
|
-
"success-active": "var(--state-color-success-active)",
|
|
168
|
-
|
|
169
|
-
warning: "var(--warning-warning-500)",
|
|
170
|
-
"warning-50": "var(--warning-warning-50)",
|
|
171
|
-
"warning-100": "var(--warning-warning-100)",
|
|
172
|
-
"warning-200": "var(--warning-warning-200)",
|
|
173
|
-
"warning-300": "var(--warning-warning-300)",
|
|
174
|
-
"warning-400": "var(--warning-warning-400)",
|
|
175
|
-
"warning-500": "var(--warning-warning-500)",
|
|
176
|
-
"warning-600": "var(--warning-warning-600)",
|
|
177
|
-
"warning-700": "var(--warning-warning-700)",
|
|
178
|
-
"warning-800": "var(--warning-warning-800)",
|
|
179
|
-
"warning-900": "var(--warning-warning-900)",
|
|
180
|
-
"warning-950": "var(--warning-warning-950)",
|
|
181
|
-
"warning-foreground": "var(--warning-foreground)",
|
|
182
|
-
|
|
183
|
-
"warning-default": "var(--state-color-warning-default)",
|
|
184
|
-
"warning-hover": "var(--state-color-warning-hover)",
|
|
185
|
-
"warning-stroke": "var(--state-color-warning-stroke)",
|
|
186
|
-
"warning-hover-bg": "var(--state-color-warning-hover-bg)",
|
|
187
|
-
"warning-pressed": "var(--state-color-warning-pressed)",
|
|
188
|
-
"warning-active": "var(--state-color-warning-active)",
|
|
189
|
-
|
|
190
|
-
error: "var(--error-error-500)",
|
|
191
|
-
"error-50": "var(--error-error-50)",
|
|
192
|
-
"error-100": "var(--error-error-100)",
|
|
193
|
-
"error-200": "var(--error-error-200)",
|
|
194
|
-
"error-300": "var(--error-error-300)",
|
|
195
|
-
"error-400": "var(--error-error-400)",
|
|
196
|
-
"error-500": "var(--error-error-500)",
|
|
197
|
-
"error-600": "var(--error-error-600)",
|
|
198
|
-
"error-700": "var(--error-error-700)",
|
|
199
|
-
"error-800": "var(--error-error-800)",
|
|
200
|
-
"error-900": "var(--error-error-900)",
|
|
201
|
-
"error-950": "var(--error-error-950)",
|
|
202
|
-
"error-foreground": "var(--error-foreground)",
|
|
203
|
-
|
|
204
|
-
"error-default": "var(--state-color-error-default)",
|
|
205
|
-
"error-hover": "var(--state-color-error-hover)",
|
|
206
|
-
"error-stroke": "var(--state-color-error-stroke)",
|
|
207
|
-
"error-hover-bg": "var(--state-color-error-hover-bg)",
|
|
208
|
-
"error-pressed": "var(--state-color-error-pressed)",
|
|
209
|
-
"error-active": "var(--state-color-error-active)",
|
|
210
|
-
|
|
211
|
-
"disable-solid": "var(--state-color-disable-solid)",
|
|
212
|
-
"disable-outline": "var(--state-color-disable-outline)",
|
|
213
|
-
|
|
214
|
-
"input-default-text": "var(--input-color-default-text)",
|
|
215
|
-
"input-default-stroke": "var(--input-color-default-stroke)",
|
|
216
|
-
"input-filled-text": "var(--input-color-filled-text)",
|
|
217
|
-
"input-active-stroke": "var(--input-color-active-stroke)",
|
|
218
|
-
"input-disable-text": "var(--input-color-disable-text)",
|
|
219
|
-
"input-disable-stroke": "var(--input-color-disable-stroke)",
|
|
220
|
-
"input-disable-bg": "var(--input-color-disable-bg)",
|
|
221
|
-
"input-label-bg": "var(--input-color-label-bg)",
|
|
222
|
-
"input-error": "var(--input-color-error)",
|
|
223
|
-
|
|
224
|
-
"main-transparency-primary-8": "var(--main-transparency-primary-8)",
|
|
225
|
-
"main-transparency-primary-12": "var(--main-transparency-primary-12)",
|
|
226
|
-
"main-transparency-primary-16": "var(--main-transparency-primary-16)",
|
|
227
|
-
"main-transparency-primary-24": "var(--main-transparency-primary-24)",
|
|
228
|
-
"main-transparency-primary-32": "var(--main-transparency-primary-32)",
|
|
229
|
-
"main-transparency-primary-48": "var(--main-transparency-primary-48)",
|
|
230
|
-
"main-transparency-secondary-8": "var(--main-transparency-secondary-8)",
|
|
231
|
-
"main-transparency-secondary-12":
|
|
232
|
-
"var(--main-transparency-secondary-12)",
|
|
233
|
-
"main-transparency-secondary-16":
|
|
234
|
-
"var(--main-transparency-secondary-16)",
|
|
235
|
-
"main-transparency-secondary-24":
|
|
236
|
-
"var(--main-transparency-secondary-24)",
|
|
237
|
-
"main-transparency-secondary-32":
|
|
238
|
-
"var(--main-transparency-secondary-32)",
|
|
239
|
-
"main-transparency-secondary-48":
|
|
240
|
-
"var(--main-transparency-secondary-48)",
|
|
241
|
-
"main-transparency-tertiary-8": "var(--main-transparency-tertiary-8)",
|
|
242
|
-
"main-transparency-tertiary-12": "var(--main-transparency-tertiary-12)",
|
|
243
|
-
"main-transparency-tertiary-16": "var(--main-transparency-tertiary-16)",
|
|
244
|
-
"main-transparency-tertiary-24": "var(--main-transparency-tertiary-24)",
|
|
245
|
-
"main-transparency-tertiary-32": "var(--main-transparency-tertiary-32)",
|
|
246
|
-
"main-transparency-tertiary-48": "var(--main-transparency-tertiary-48)",
|
|
247
|
-
|
|
248
|
-
"other-transparency-info-8": "var(--other-transparency-info-8)",
|
|
249
|
-
"other-transparency-info-12": "var(--other-transparency-info-12)",
|
|
250
|
-
"other-transparency-info-16": "var(--other-transparency-info-16)",
|
|
251
|
-
"other-transparency-info-24": "var(--other-transparency-info-24)",
|
|
252
|
-
"other-transparency-info-32": "var(--other-transparency-info-32)",
|
|
253
|
-
"other-transparency-info-48": "var(--other-transparency-info-48)",
|
|
254
|
-
|
|
255
|
-
"other-transparency-error-8": "var(--other-transparency-error-8)",
|
|
256
|
-
"other-transparency-success-12": "var(--other-transparency-success-12)",
|
|
257
|
-
"other-transparency-success-16": "var(--other-transparency-success-16)",
|
|
258
|
-
"other-transparency-success-24": "var(--other-transparency-success-24)",
|
|
259
|
-
"other-transparency-success-32": "var(--other-transparency-success-32)",
|
|
260
|
-
"other-transparency-success-48": "var(--other-transparency-success-48)",
|
|
261
|
-
|
|
262
|
-
"other-transparency-warning-8": "var(--other-transparency-warning-8)",
|
|
263
|
-
"other-transparency-warning-12": "var(--other-transparency-warning-12)",
|
|
264
|
-
"other-transparency-warning-16": "var(--other-transparency-warning-16)",
|
|
265
|
-
"other-transparency-warning-24": "var(--other-transparency-warning-24)",
|
|
266
|
-
"other-transparency-warning-32": "var(--other-transparency-warning-32)",
|
|
267
|
-
"other-transparency-warning-48": "var(--other-transparency-warning-48)",
|
|
268
|
-
|
|
269
|
-
"other-transparency-error-8": "var(--other-transparency-error-8)",
|
|
270
|
-
"other-transparency-error-12": "var(--other-transparency-error-12)",
|
|
271
|
-
"other-transparency-error-16": "var(--other-transparency-error-16)",
|
|
272
|
-
"other-transparency-error-24": "var(--other-transparency-error-24)",
|
|
273
|
-
"other-transparency-error-32": "var(--other-transparency-error-32)",
|
|
274
|
-
"other-transparency-error-48": "var(--other-transparency-error-48)",
|
|
275
|
-
|
|
276
|
-
"other-transparency-grey-8": "var(--other-transparency-grey-8)",
|
|
277
|
-
"other-transparency-grey-12": "var(--other-transparency-grey-12)",
|
|
278
|
-
"other-transparency-grey-16": "var(--other-transparency-grey-16)",
|
|
279
|
-
"other-transparency-grey-24": "var(--other-transparency-grey-24)",
|
|
280
|
-
"other-transparency-grey-32": "var(--other-transparency-grey-32)",
|
|
281
|
-
"other-transparency-grey-48": "var(--other-transparency-grey-48)",
|
|
282
|
-
|
|
283
|
-
"other-transparency-grey2-8": "var(--other-transparency-grey2-8)",
|
|
284
|
-
"other-transparency-grey2-12": "var(--other-transparency-grey2-12)",
|
|
285
|
-
"other-transparency-grey2-16": "var(--other-transparency-grey2-16)",
|
|
286
|
-
"other-transparency-grey2-24": "var(--other-transparency-grey2-24)",
|
|
287
|
-
"other-transparency-grey2-32": "var(--other-transparency-grey2-32)",
|
|
288
|
-
"other-transparency-grey2-48": "var(--other-transparency-grey2-48)",
|
|
289
|
-
|
|
290
|
-
"other-transparency-white-08": "var(--other-transparency-white-08)",
|
|
291
|
-
"other-transparency-white-12": "var(--other-transparency-white-12)",
|
|
292
|
-
"other-transparency-white-16": "var(--other-transparency-white-16)",
|
|
293
|
-
"other-transparency-white-24": "var(--other-transparency-white-24)",
|
|
294
|
-
"other-transparency-white-32": "var(--other-transparency-white-32)",
|
|
295
|
-
"other-transparency-white-48": "var(--other-transparency-white-48)",
|
|
296
|
-
|
|
297
|
-
"other-transparency-black-08": "var(--other-transparency-black-08)",
|
|
298
|
-
"other-transparency-black-12": "var(--other-transparency-black-12)",
|
|
299
|
-
"other-transparency-black-16": "var(--other-transparency-black-16)",
|
|
300
|
-
"other-transparency-black-24": "var(--other-transparency-black-24)",
|
|
301
|
-
"other-transparency-black-32": "var(--other-transparency-black-32)",
|
|
302
|
-
"other-transparency-black-48": "var(--other-transparency-black-48)",
|
|
303
|
-
|
|
304
|
-
"other-bg": "var(--other-bg)",
|
|
305
|
-
"other-bg2": "var(--other-bg2)",
|
|
306
|
-
"other-popup": "var(--other-popup)",
|
|
307
|
-
"other-popup-highlight": "var(--other-popup-hightlight)", // naming wrong
|
|
308
|
-
"other-popup-curtain": "var(--other-popup-curtain)",
|
|
309
|
-
|
|
310
|
-
"common-white": "var(--common-white)",
|
|
311
|
-
"common-black": "var(--common-black)",
|
|
312
|
-
|
|
313
|
-
// ---
|
|
314
|
-
surface: "var(--surface)",
|
|
315
|
-
"surface-foreground": "var(--surface-foreground)",
|
|
316
|
-
},
|
|
317
|
-
},
|
|
318
|
-
},
|
|
319
|
-
};
|