@rovula/ui 0.0.65 → 0.0.67
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 +993 -979
- package/dist/cjs/bundle.js +3 -3
- package/dist/cjs/bundle.js.map +1 -1
- package/dist/cjs/types/components/ActionButton/ActionButton.d.ts +6 -6
- package/dist/cjs/types/components/ActionButton/ActionButton.stories.d.ts +97 -96
- package/dist/cjs/types/components/AlertDialog/AlertDialog.stories.d.ts +1 -1
- package/dist/cjs/types/components/Avatar/Avatar.stories.d.ts +7 -7
- package/dist/cjs/types/components/Avatar/AvatarGroup.stories.d.ts +1 -1
- package/dist/cjs/types/components/Button/Button.d.ts +9 -9
- package/dist/cjs/types/components/Button/Buttons.stories.d.ts +139 -138
- package/dist/cjs/types/components/Calendar/Calendar.stories.d.ts +213 -388
- package/dist/cjs/types/components/Checkbox/Checkbox.stories.d.ts +92 -91
- package/dist/cjs/types/components/Collapsible/Collapsible.d.ts +3 -3
- package/dist/cjs/types/components/DataTable/DataTable.stories.d.ts +1 -1
- package/dist/cjs/types/components/DatePicker/DatePicker.stories.d.ts +224 -399
- package/dist/cjs/types/components/Dialog/Dialog.d.ts +2 -2
- package/dist/cjs/types/components/Dialog/Dialog.stories.d.ts +1 -1
- package/dist/cjs/types/components/Dropdown/Dropdown.d.ts +21 -21
- package/dist/cjs/types/components/Dropdown/Dropdown.stories.d.ts +134 -134
- package/dist/cjs/types/components/DropdownMenu/DropdownMenu.d.ts +3 -3
- package/dist/cjs/types/components/DropdownMenu/DropdownMenu.stories.d.ts +1 -1
- package/dist/cjs/types/components/Icon/Icon.stories.d.ts +294 -294
- package/dist/cjs/types/components/Input/Input.d.ts +8 -8
- package/dist/cjs/types/components/Input/Input.stories.d.ts +225 -225
- package/dist/cjs/types/components/InputFilter/InputFilter.d.ts +18 -18
- package/dist/cjs/types/components/InputFilter/InputFilter.stories.d.ts +127 -127
- package/dist/cjs/types/components/Label/Label.stories.d.ts +87 -86
- package/dist/cjs/types/components/Loading/Loading.stories.d.ts +10 -10
- package/dist/cjs/types/components/Navbar/Navbar.stories.d.ts +1 -1
- package/dist/cjs/types/components/Popover/Popover.stories.d.ts +1 -1
- package/dist/cjs/types/components/ProgressBar/ProgressBar.stories.d.ts +9 -9
- package/dist/cjs/types/components/RadioGroup/RadioGroup.stories.d.ts +85 -84
- package/dist/cjs/types/components/Search/Search.stories.d.ts +114 -114
- package/dist/cjs/types/components/Slider/Slider.stories.d.ts +85 -83
- package/dist/cjs/types/components/Switch/Switch.stories.d.ts +92 -91
- package/dist/cjs/types/components/Table/Table.d.ts +2 -2
- package/dist/cjs/types/components/Table/Table.stories.d.ts +87 -86
- package/dist/cjs/types/components/Tabs/Tabs.d.ts +6 -0
- package/dist/cjs/types/components/Tabs/Tabs.stories.d.ts +57 -31
- package/dist/cjs/types/components/Text/Text.stories.d.ts +3 -3
- package/dist/cjs/types/components/TextInput/TextInput.d.ts +21 -21
- package/dist/cjs/types/components/TextInput/TextInput.stories.d.ts +128 -128
- package/dist/cjs/types/components/Toast/Toast.stories.d.ts +91 -90
- package/dist/cjs/types/components/Tooltip/Tooltip.stories.d.ts +1 -1
- package/dist/cjs/types/icons/type.d.ts +0 -1
- package/dist/components/Dropdown/Dropdown.js +8 -10
- package/dist/components/Tabs/Tabs.js +24 -15
- package/dist/components/Tabs/Tabs.stories.js +12 -0
- package/dist/esm/bundle.css +993 -979
- package/dist/esm/bundle.js +3 -3
- package/dist/esm/bundle.js.map +1 -1
- package/dist/esm/types/components/ActionButton/ActionButton.d.ts +6 -6
- package/dist/esm/types/components/ActionButton/ActionButton.stories.d.ts +97 -96
- package/dist/esm/types/components/AlertDialog/AlertDialog.stories.d.ts +1 -1
- package/dist/esm/types/components/Avatar/Avatar.stories.d.ts +7 -7
- package/dist/esm/types/components/Avatar/AvatarGroup.stories.d.ts +1 -1
- package/dist/esm/types/components/Button/Button.d.ts +9 -9
- package/dist/esm/types/components/Button/Buttons.stories.d.ts +139 -138
- package/dist/esm/types/components/Calendar/Calendar.stories.d.ts +213 -388
- package/dist/esm/types/components/Checkbox/Checkbox.stories.d.ts +92 -91
- package/dist/esm/types/components/Collapsible/Collapsible.d.ts +3 -3
- package/dist/esm/types/components/DataTable/DataTable.stories.d.ts +1 -1
- package/dist/esm/types/components/DatePicker/DatePicker.stories.d.ts +224 -399
- package/dist/esm/types/components/Dialog/Dialog.d.ts +2 -2
- package/dist/esm/types/components/Dialog/Dialog.stories.d.ts +1 -1
- package/dist/esm/types/components/Dropdown/Dropdown.d.ts +21 -21
- package/dist/esm/types/components/Dropdown/Dropdown.stories.d.ts +134 -134
- package/dist/esm/types/components/DropdownMenu/DropdownMenu.d.ts +3 -3
- package/dist/esm/types/components/DropdownMenu/DropdownMenu.stories.d.ts +1 -1
- package/dist/esm/types/components/Icon/Icon.stories.d.ts +294 -294
- package/dist/esm/types/components/Input/Input.d.ts +8 -8
- package/dist/esm/types/components/Input/Input.stories.d.ts +225 -225
- package/dist/esm/types/components/InputFilter/InputFilter.d.ts +18 -18
- package/dist/esm/types/components/InputFilter/InputFilter.stories.d.ts +127 -127
- package/dist/esm/types/components/Label/Label.stories.d.ts +87 -86
- package/dist/esm/types/components/Loading/Loading.stories.d.ts +10 -10
- package/dist/esm/types/components/Navbar/Navbar.stories.d.ts +1 -1
- package/dist/esm/types/components/Popover/Popover.stories.d.ts +1 -1
- package/dist/esm/types/components/ProgressBar/ProgressBar.stories.d.ts +9 -9
- package/dist/esm/types/components/RadioGroup/RadioGroup.stories.d.ts +85 -84
- package/dist/esm/types/components/Search/Search.stories.d.ts +114 -114
- package/dist/esm/types/components/Slider/Slider.stories.d.ts +85 -83
- package/dist/esm/types/components/Switch/Switch.stories.d.ts +92 -91
- package/dist/esm/types/components/Table/Table.d.ts +2 -2
- package/dist/esm/types/components/Table/Table.stories.d.ts +87 -86
- package/dist/esm/types/components/Tabs/Tabs.d.ts +6 -0
- package/dist/esm/types/components/Tabs/Tabs.stories.d.ts +57 -31
- package/dist/esm/types/components/Text/Text.stories.d.ts +3 -3
- package/dist/esm/types/components/TextInput/TextInput.d.ts +21 -21
- package/dist/esm/types/components/TextInput/TextInput.stories.d.ts +128 -128
- package/dist/esm/types/components/Toast/Toast.stories.d.ts +91 -90
- package/dist/esm/types/components/Tooltip/Tooltip.stories.d.ts +1 -1
- package/dist/esm/types/icons/type.d.ts +0 -1
- package/dist/index.d.ts +99 -93
- package/dist/src/theme/global.css +998 -981
- package/package.json +2 -1
- package/src/components/Dropdown/Dropdown.tsx +9 -11
- package/src/components/Tabs/Tabs.stories.tsx +38 -0
- package/src/components/Tabs/Tabs.tsx +31 -9
- package/dist/theme/global.css +0 -30
- package/dist/theme/main-preset.js +0 -283
- package/dist/theme/plugins/utilities/typography.js +0 -93
- package/dist/theme/presets/colors.js +0 -136
- package/dist/theme/theme.d.ts +0 -69
- package/dist/theme/themes/xspector/baseline.css +0 -9
- package/dist/theme/themes/xspector/color.css +0 -81
- package/dist/theme/themes/xspector/components/action-button.css +0 -100
- package/dist/theme/themes/xspector/components/dropdown-menu.css +0 -28
- package/dist/theme/themes/xspector/components/loading.css +0 -11
- package/dist/theme/themes/xspector/components/switch.css +0 -30
- package/dist/theme/themes/xspector/palette.css +0 -122
- package/dist/theme/themes/xspector/state.css +0 -89
- package/dist/theme/themes/xspector/transparent.css +0 -68
- package/dist/theme/themes/xspector/typography.css +0 -27
- package/dist/theme/tokens/baseline.css +0 -12
- package/dist/theme/tokens/color.css +0 -78
- package/dist/theme/tokens/components/action-button.css +0 -127
- package/dist/theme/tokens/components/button.css +0 -512
- package/dist/theme/tokens/components/dropdown-menu.css +0 -27
- package/dist/theme/tokens/components/loading.css +0 -11
- package/dist/theme/tokens/components/navbar.css +0 -8
- package/dist/theme/tokens/components/progress-bar.css +0 -8
- package/dist/theme/tokens/components/switch.css +0 -30
- package/dist/theme/tokens/palette.css +0 -122
- package/dist/theme/tokens/state.css +0 -82
- package/dist/theme/tokens/transparent.css +0 -68
- package/dist/theme/tokens/typography.css +0 -199
- package/dist/theme/tokens/variables.css +0 -28
- package/dist/theme/utils.js +0 -109
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
:root[data-theme="xspector"]{
|
|
2
|
-
--main-transparency-primary-8: rgba(221 205 0 / 0.08);
|
|
3
|
-
--main-transparency-primary-12: rgba(221 205 0 / 0.12);
|
|
4
|
-
--main-transparency-primary-16: rgba(221 205 0 / 0.16);
|
|
5
|
-
--main-transparency-primary-24: rgba(221 205 0 / 0.24);
|
|
6
|
-
--main-transparency-primary-32: rgba(221 205 0 / 0.32);
|
|
7
|
-
--main-transparency-primary-48: rgba(221 205 0 / 0.48);
|
|
8
|
-
--main-transparency-secondary-8: rgba(158 158 158 / 0.08);
|
|
9
|
-
--main-transparency-secondary-12: rgba(158 158 158 / 0.12);
|
|
10
|
-
--main-transparency-secondary-16: rgba(158 158 158 / 0.16);
|
|
11
|
-
--main-transparency-secondary-24: rgba(158 158 158 / 0.24);
|
|
12
|
-
--main-transparency-secondary-32: rgba(158 158 158 / 0.32);
|
|
13
|
-
--main-transparency-secondary-48: rgba(158 158 158 / 0.48);
|
|
14
|
-
--main-transparency-tertiary-8: rgba(173 202 214 / 0.08);
|
|
15
|
-
--main-transparency-tertiary-12: rgba(173 202 214 / 0.12);
|
|
16
|
-
--main-transparency-tertiary-16: rgba(173 202 214 / 0.16);
|
|
17
|
-
--main-transparency-tertiary-24: rgba(173 202 214 / 0.24);
|
|
18
|
-
--main-transparency-tertiary-32: rgba(173 202 214 / 0.32);
|
|
19
|
-
--main-transparency-tertiary-48: rgba(173 202 214 / 0.48);
|
|
20
|
-
--other-transparency-info-8: rgba(41 152 255 / 0.08);
|
|
21
|
-
--other-transparency-info-12: rgba(41 152 255 / 0.12);
|
|
22
|
-
--other-transparency-info-16: rgba(41 152 255 / 0.16);
|
|
23
|
-
--other-transparency-info-24: rgba(41 152 255 / 0.24);
|
|
24
|
-
--other-transparency-info-32: rgba(41 152 255 / 0.32);
|
|
25
|
-
--other-transparency-info-48: rgba(41 152 255 / 0.48);
|
|
26
|
-
--other-transparency-success-8: rgba(84 214 44 / 0.08);
|
|
27
|
-
--other-transparency-success-12: rgba(84 214 44 / 0.12);
|
|
28
|
-
--other-transparency-success-16: rgba(84 214 44 / 0.16);
|
|
29
|
-
--other-transparency-success-24: rgba(84 214 44 / 0.24);
|
|
30
|
-
--other-transparency-success-32: rgba(84 214 44 / 0.32);
|
|
31
|
-
--other-transparency-success-48: rgba(84 214 44 / 0.48);
|
|
32
|
-
--other-transparency-warning-8: rgba(255 193 7 / 0.08);
|
|
33
|
-
--other-transparency-warning-12: rgba(255 193 7 / 0.12);
|
|
34
|
-
--other-transparency-warning-16: rgba(255 193 7 / 0.16);
|
|
35
|
-
--other-transparency-warning-24: rgba(255 193 7 / 0.24);
|
|
36
|
-
--other-transparency-warning-32: rgba(255 193 7 / 0.32);
|
|
37
|
-
--other-transparency-warning-48: rgba(255 193 7 / 0.48);
|
|
38
|
-
--other-transparency-error-8: rgba(255 72 66 / 0.08);
|
|
39
|
-
--other-transparency-error-12: rgba(255 72 66 / 0.12);
|
|
40
|
-
--other-transparency-error-16: rgba(255 72 66 / 0.16);
|
|
41
|
-
--other-transparency-error-24: rgba(255 72 66 / 0.24);
|
|
42
|
-
--other-transparency-error-32: rgba(255 72 66 / 0.32);
|
|
43
|
-
--other-transparency-error-48: rgba(255 72 66 / 0.48);
|
|
44
|
-
--other-transparency-grey-8: rgba(158 158 158 / 0.08);
|
|
45
|
-
--other-transparency-grey-12: rgba(158 158 158 / 0.12);
|
|
46
|
-
--other-transparency-grey-16: rgba(158 158 158 / 0.16);
|
|
47
|
-
--other-transparency-grey-24: rgba(158 158 158 / 0.24);
|
|
48
|
-
--other-transparency-grey-32: rgba(158 158 158 / 0.32);
|
|
49
|
-
--other-transparency-grey-48: rgba(158 158 158 / 0.48);
|
|
50
|
-
--other-transparency-grey2-8: rgba(145 158 171 / 0.08);
|
|
51
|
-
--other-transparency-grey2-12: rgba(145 158 171 / 0.12);
|
|
52
|
-
--other-transparency-grey2-16: rgba(145 158 171 / 0.16);
|
|
53
|
-
--other-transparency-grey2-24: rgba(145 158 171 / 0.24);
|
|
54
|
-
--other-transparency-grey2-32: rgba(145 158 171 / 0.32);
|
|
55
|
-
--other-transparency-grey2-48: rgba(145 158 171 / 0.48);
|
|
56
|
-
--other-transparency-white-08: rgba(255 255 255 / 0.08);
|
|
57
|
-
--other-transparency-white-12: rgba(255 255 255 / 0.12);
|
|
58
|
-
--other-transparency-white-16: rgba(255 255 255 / 0.16);
|
|
59
|
-
--other-transparency-white-24: rgba(255 255 255 / 0.24);
|
|
60
|
-
--other-transparency-white-32: rgba(255 255 255 / 0.32);
|
|
61
|
-
--other-transparency-white-48: rgba(255 255 255 / 0.48);
|
|
62
|
-
--other-transparency-black-08: rgba(0 0 0 / 0.08);
|
|
63
|
-
--other-transparency-black-12: rgba(0 0 0 / 0.12);
|
|
64
|
-
--other-transparency-black-16: rgba(0 0 0 / 0.16);
|
|
65
|
-
--other-transparency-black-24: rgba(0 0 0 / 0.24);
|
|
66
|
-
--other-transparency-black-32: rgba(0 0 0 / 0.32);
|
|
67
|
-
--other-transparency-black-48: rgba(0 0 0 / 0.48);
|
|
68
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
:root[data-theme="xspector"]{
|
|
2
|
-
/* TYPE */
|
|
3
|
-
--h1-family: "Poppins";
|
|
4
|
-
--h2-family: "Poppins";
|
|
5
|
-
--h3-family: "Poppins";
|
|
6
|
-
--h4-family: "Poppins";
|
|
7
|
-
--h5-family: "Poppins";
|
|
8
|
-
--h6-family: "Poppins";
|
|
9
|
-
--subtitle2-family: "Poppins";
|
|
10
|
-
--subtitle3-family: "Poppins";
|
|
11
|
-
--subtitle4-family: "Poppins";
|
|
12
|
-
--subtitle5-family: "Poppins";
|
|
13
|
-
--subtitle6-family: "Poppins";
|
|
14
|
-
--body1-family: "Poppins";
|
|
15
|
-
--body2-family: "Poppins";
|
|
16
|
-
--body3-family: "Poppins";
|
|
17
|
-
--body4-family: "Poppins";
|
|
18
|
-
--small1-family: "Poppins";
|
|
19
|
-
--small2-family: "Poppins";
|
|
20
|
-
--small3-family: "Poppins";
|
|
21
|
-
--small4-family: "Poppins";
|
|
22
|
-
--small5-family: "Poppins";
|
|
23
|
-
--label-label1-family: "Poppins";
|
|
24
|
-
--label-label2-family: "Poppins";
|
|
25
|
-
--button-button-l-family: "Poppins";
|
|
26
|
-
--button-button-ms-family: "Poppins";
|
|
27
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
@import url(palette.css);
|
|
2
|
-
@import url(state.css);
|
|
3
|
-
@import url(color.css);
|
|
4
|
-
@import url(transparent.css);
|
|
5
|
-
@import url(variables.css);
|
|
6
|
-
@import url(typography.css);
|
|
7
|
-
@import url(components/button.css);
|
|
8
|
-
@import url(components/action-button.css);
|
|
9
|
-
@import url(components/loading.css);
|
|
10
|
-
@import url(components/navbar.css);
|
|
11
|
-
@import url(components/dropdown-menu.css);
|
|
12
|
-
@import url(components/switch.css);
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
:root {
|
|
3
|
-
/* Base from design */
|
|
4
|
-
--input-color-default-text: #9e9e9e;
|
|
5
|
-
--input-color-default-stroke: #cfcfcf;
|
|
6
|
-
--input-color-filled-text: #4f4f4f;
|
|
7
|
-
--input-color-active-stroke: #9e9e9e;
|
|
8
|
-
--input-color-disable-text: #919eab;
|
|
9
|
-
--input-color-disable-stroke: #e7ebed;
|
|
10
|
-
--input-color-disable-bg: #f2f5f5;
|
|
11
|
-
--input-color-label-bg: #ffffff;/* #2d2e30; */
|
|
12
|
-
--input-color-error: #ed2f15;
|
|
13
|
-
|
|
14
|
-
/* Function button */
|
|
15
|
-
--function-default-solid: #1e3249;
|
|
16
|
-
--function-default-hover: #35475b;
|
|
17
|
-
--function-default-hover-bg: rgba(30 50 73 / 0.08);
|
|
18
|
-
--function-default-stroke: rgba(30 50 73 / 0.48);
|
|
19
|
-
--function-default-icon: #ffffff;
|
|
20
|
-
--function-default-outline-icon: #1e3249;
|
|
21
|
-
--function-active-solid: #9b8f00;
|
|
22
|
-
--function-active-hover: #b1a400;
|
|
23
|
-
--function-active-hover-bg: rgba(221 205 0 / 0.08);
|
|
24
|
-
--function-active-stroke: rgba(177 164 0 / 0.48);
|
|
25
|
-
--function-active-icon: #ffffff;
|
|
26
|
-
|
|
27
|
-
--text-black: #000000;
|
|
28
|
-
--text-dark: #18283a;
|
|
29
|
-
--text-medium: #4b5b6d;
|
|
30
|
-
--text-light: #8e98a4;
|
|
31
|
-
--text-grey-dark: #4f4f4f;
|
|
32
|
-
--text-grey-medium: #7e7e7e;
|
|
33
|
-
--text-grey-light: #9e9e9e;
|
|
34
|
-
--text-white: #ffffff;
|
|
35
|
-
|
|
36
|
-
--base-color-bg: #f5f5f5;
|
|
37
|
-
--base-color-bg2: #f5f5f5;
|
|
38
|
-
--base-color-bg3: #d8d8d8;
|
|
39
|
-
--base-color-workspace-stroke: #e2e2e2;
|
|
40
|
-
--base-color-guideline-stroke: #c5c5c5;
|
|
41
|
-
--base-color-popup: #ffffff;
|
|
42
|
-
--base-color-popup-hightlight: #343638;
|
|
43
|
-
--base-color-popup-curtain: rgba(0 0 0 / 0.6);
|
|
44
|
-
--common-white: #ffffff;
|
|
45
|
-
--common-black: #000000;
|
|
46
|
-
|
|
47
|
-
/* ------- Addon base ---------- */
|
|
48
|
-
--background: var(--base-color-bg);
|
|
49
|
-
--foreground: var(--common-black);
|
|
50
|
-
|
|
51
|
-
--primary: var(--primary-ramps-primary-100);
|
|
52
|
-
--secondary: var(--secondary-ramps-secondary-100);
|
|
53
|
-
--tertiary: var(--tertiary-ramps-tertiary-100);
|
|
54
|
-
--info: var(--info-info-100);
|
|
55
|
-
--success: var(--success-success-100);
|
|
56
|
-
--warning: var(--warning-warning-100);
|
|
57
|
-
--error: var(--error-error-100);
|
|
58
|
-
--grey: var(--grey-grey-100);
|
|
59
|
-
--grey2: var(--grey2-grey2-100);
|
|
60
|
-
|
|
61
|
-
--primary-foreground: var(--state-color-primary-text-solid);
|
|
62
|
-
--secondary-foreground: var(--state-color-secondary-text-solid);
|
|
63
|
-
--tertiary-foreground: var(--state-color-tertiary-text-solid);
|
|
64
|
-
--info-foreground: var(--state-color-info-text-solid);
|
|
65
|
-
--success-foreground: var(--state-color-success-text-solid);
|
|
66
|
-
--warning-foreground: var(--state-color-warning-text-solid);
|
|
67
|
-
--error-foreground: var(--state-color-error-text-solid);
|
|
68
|
-
--grey-foreground: var(--common-black);
|
|
69
|
-
--grey2-foreground: var(--common-black);
|
|
70
|
-
|
|
71
|
-
--surface: var(--base-color-bg);
|
|
72
|
-
--surface-foreground: var(--common-black);
|
|
73
|
-
|
|
74
|
-
--primary-foreground: var(--common-white);
|
|
75
|
-
--secondary-foreground: var(--common-white);
|
|
76
|
-
|
|
77
|
-
--base-color-popup-foreground: var(--text-dark);
|
|
78
|
-
}
|
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
/* --------------------------------------------------------------------------------- */
|
|
3
|
-
/* Action Button Component Tokens */
|
|
4
|
-
/* --------------------------------------------------------------------------------- */
|
|
5
|
-
/* Naming Convention: --[component]-[mode]-[state]-[property] */
|
|
6
|
-
/* Mone: [solid, outline, icon] */
|
|
7
|
-
/* States: [default, hover, pressed, active, active-pressed active-hover disabled] */
|
|
8
|
-
/* --------------------------------------------------------------------------------- */
|
|
9
|
-
|
|
10
|
-
/* ------------------------------------------------------------------ */
|
|
11
|
-
/* Solid Mode Tokens */
|
|
12
|
-
/* ------------------------------------------------------------------ */
|
|
13
|
-
|
|
14
|
-
/* Default State */
|
|
15
|
-
--action-button-solid-default-bg: var(--function-default-solid);
|
|
16
|
-
--action-button-solid-default-border: var(--function-default-solid);
|
|
17
|
-
--action-button-solid-default-text: var(--function-default-icon);
|
|
18
|
-
|
|
19
|
-
/* Hover State */
|
|
20
|
-
--action-button-solid-hover-bg: var(--function-default-hover);
|
|
21
|
-
--action-button-solid-hover-border: var(--function-default-hover);
|
|
22
|
-
--action-button-solid-hover-text: var(--function-default-icon);
|
|
23
|
-
|
|
24
|
-
/* Pressed State */
|
|
25
|
-
--action-button-solid-pressed-bg: var(--function-default-solid);
|
|
26
|
-
--action-button-solid-pressed-border: var(--function-default-solid);
|
|
27
|
-
--action-button-solid-pressed-text: var(--function-default-icon);
|
|
28
|
-
|
|
29
|
-
/* Active State */
|
|
30
|
-
--action-button-solid-active-bg: var(--function-active-solid);
|
|
31
|
-
--action-button-solid-active-border: var(--function-active-solid);
|
|
32
|
-
--action-button-solid-active-text: var(--function-active-icon);
|
|
33
|
-
|
|
34
|
-
/* Active Hover State */
|
|
35
|
-
--action-button-solid-active-hover-bg: var(--function-active-hover);
|
|
36
|
-
--action-button-solid-active-hover-border: var(--function-active-hover);
|
|
37
|
-
--action-button-solid-active-hover-text: var(--function-active-icon);
|
|
38
|
-
|
|
39
|
-
/* Active Pressed State */
|
|
40
|
-
--action-button-solid-active-pressed-bg: var(--function-active-solid);
|
|
41
|
-
--action-button-solid-active-pressed-border: var(--function-active-solid);
|
|
42
|
-
--action-button-solid-active-pressed-text: var(--function-active-icon);
|
|
43
|
-
|
|
44
|
-
/* Disabled State */
|
|
45
|
-
--action-button-solid-disabled-bg: var(--state-color-disable-solid);
|
|
46
|
-
--action-button-solid-disabled-border: var(--state-color-disable-solid);
|
|
47
|
-
--action-button-solid-disabled-text: var(--state-color-disable-outline);
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
/* ------------------------------------------------------------------ */
|
|
51
|
-
/* Outline Mode Tokens */
|
|
52
|
-
/* ------------------------------------------------------------------ */
|
|
53
|
-
|
|
54
|
-
/* Default State */
|
|
55
|
-
--action-button-outline-default-bg: transparent;
|
|
56
|
-
--action-button-outline-default-border: var(--function-default-stroke);
|
|
57
|
-
--action-button-outline-default-text: var(--function-default-outline-icon);
|
|
58
|
-
|
|
59
|
-
/* Hover State */
|
|
60
|
-
--action-button-outline-hover-bg: var(--function-default-hover-bg);
|
|
61
|
-
--action-button-outline-hover-border: var(--function-default-hover);
|
|
62
|
-
--action-button-outline-hover-text: var(--function-default-hover);
|
|
63
|
-
|
|
64
|
-
/* Pressed State */
|
|
65
|
-
--action-button-outline-pressed-bg: var(--function-default-hover-bg);
|
|
66
|
-
--action-button-outline-pressed-border: var(--function-default-stroke);
|
|
67
|
-
--action-button-outline-pressed-text: var(--function-default-outline-icon);
|
|
68
|
-
|
|
69
|
-
/* Active State */
|
|
70
|
-
--action-button-outline-active-bg: transparent;
|
|
71
|
-
--action-button-outline-active-border: var(--function-active-stroke);
|
|
72
|
-
--action-button-outline-active-text: var(--function-active-solid);
|
|
73
|
-
|
|
74
|
-
/* Active Hover State */
|
|
75
|
-
--action-button-outline-active-hover-bg: var(--function-active-hover-bg);;
|
|
76
|
-
--action-button-outline-active-hover-border: var(--function-active-hover);
|
|
77
|
-
--action-button-outline-active-hover-text: var(--function-active-hover);
|
|
78
|
-
|
|
79
|
-
/* Active Pressed State */
|
|
80
|
-
--action-button-outline-active-pressed-bg: var(--function-active-hover-bg);;
|
|
81
|
-
--action-button-outline-active-pressed-border: var(--function-active-stroke);
|
|
82
|
-
--action-button-outline-active-pressed-text: var(--function-active-solid);
|
|
83
|
-
|
|
84
|
-
/* Disabled State */
|
|
85
|
-
--action-button-outline-disabled-bg: transparent;
|
|
86
|
-
--action-button-outline-disabled-border: var(--state-color-disable-outline);
|
|
87
|
-
--action-button-outline-disabled-text: var(--state-color-disable-outline);
|
|
88
|
-
|
|
89
|
-
/* ------------------------------------------------------------------ */
|
|
90
|
-
/* Icon Mode Tokens */
|
|
91
|
-
/* ------------------------------------------------------------------ */
|
|
92
|
-
|
|
93
|
-
/* Default State */
|
|
94
|
-
--action-button-icon-default-bg: transparent;
|
|
95
|
-
--action-button-icon-default-border: transparent;
|
|
96
|
-
--action-button-icon-default-text: var(--function-default-outline-icon);
|
|
97
|
-
|
|
98
|
-
/* Hover State */
|
|
99
|
-
--action-button-icon-hover-bg: var(--function-default-hover-bg);
|
|
100
|
-
--action-button-icon-hover-border: transparent;
|
|
101
|
-
--action-button-icon-hover-text: var(--function-default-hover);
|
|
102
|
-
|
|
103
|
-
/* Pressed State */
|
|
104
|
-
--action-button-icon-pressed-bg: transparent;
|
|
105
|
-
--action-button-icon-pressed-border: transparent;
|
|
106
|
-
--action-button-icon-pressed-text: var(--function-default-outline-icon);
|
|
107
|
-
|
|
108
|
-
/* Active State */
|
|
109
|
-
--action-button-icon-active-bg: transparent;
|
|
110
|
-
--action-button-icon-active-border: transparent;
|
|
111
|
-
--action-button-icon-active-text: var(--function-active-solid);
|
|
112
|
-
|
|
113
|
-
/* Active Hover State */
|
|
114
|
-
--action-button-icon-active-hover-bg: var(--function-active-hover-bg);
|
|
115
|
-
--action-button-icon-active-hover-border: transparent;
|
|
116
|
-
--action-button-icon-active-hover-text: var(--function-active-hover);
|
|
117
|
-
|
|
118
|
-
/* Active Pressed State */
|
|
119
|
-
--action-button-icon-active-pressed-bg: transparent;
|
|
120
|
-
--action-button-icon-active-pressed-border: transparent;
|
|
121
|
-
--action-button-icon-active-pressed-text: var(--function-active-solid);
|
|
122
|
-
|
|
123
|
-
/* Disabled State */
|
|
124
|
-
--action-button-icon-disabled-bg: transparent;
|
|
125
|
-
--action-button-icon-disabled-border: transparent;
|
|
126
|
-
--action-button-icon-disabled-text: var(--state-color-disable-outline);
|
|
127
|
-
}
|