fis-component 0.0.23 → 0.0.25
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/index.js +63810 -3792
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/src/assets/icons/ArrowDownIcon.d.ts +3 -0
- package/dist/cjs/types/src/assets/icons/ArrowRightIcon.d.ts +3 -0
- package/dist/cjs/types/src/assets/icons/ArrowUpIcon.d.ts +3 -0
- package/dist/cjs/types/src/assets/icons/BadgeIcon.d.ts +3 -0
- package/dist/cjs/types/src/assets/icons/CalendarIcon.d.ts +3 -0
- package/dist/cjs/types/src/assets/icons/CheckIcon.d.ts +3 -0
- package/dist/cjs/types/src/assets/icons/ChevronSelector.d.ts +2 -0
- package/dist/cjs/types/src/assets/icons/CloseChipIcon.d.ts +3 -0
- package/dist/cjs/types/src/assets/icons/DateIcon.d.ts +3 -0
- package/dist/cjs/types/src/assets/icons/DeleteIcon.d.ts +3 -0
- package/dist/cjs/types/src/assets/icons/EditIcon.d.ts +3 -0
- package/dist/cjs/types/src/assets/icons/ErrorIcon.d.ts +3 -0
- package/dist/cjs/types/src/assets/icons/ExitIcon.d.ts +3 -0
- package/dist/cjs/types/src/assets/icons/InfoIcon.d.ts +3 -0
- package/dist/cjs/types/src/assets/icons/RiseIcon.d.ts +2 -0
- package/dist/cjs/types/src/assets/icons/TimeIcon.d.ts +3 -0
- package/dist/cjs/types/src/assets/icons/WarningIcon.d.ts +3 -0
- package/dist/cjs/types/src/assets/icons/index.d.ts +17 -0
- package/dist/cjs/types/src/components/AlertBanner/AlertBanner.stories.d.ts +5 -0
- package/dist/cjs/types/src/components/AlertBanner/index.d.ts +19 -0
- package/dist/cjs/types/src/components/AlertBanner/styles.d.ts +17 -0
- package/dist/cjs/types/src/components/Avatar/index.d.ts +2 -1
- package/dist/cjs/types/src/components/Avatar/styles.d.ts +3 -0
- package/dist/cjs/types/src/components/Badge/Badge.stories.d.ts +4 -0
- package/dist/cjs/types/src/components/Badge/index.d.ts +31 -0
- package/dist/cjs/types/src/components/Badge/styles.d.ts +12 -0
- package/dist/cjs/types/src/components/Checkbox/index.d.ts +11 -3
- package/dist/cjs/types/src/components/CheckboxGroup/index.d.ts +15 -1
- package/dist/cjs/types/src/components/ChipButton/ChipButton.stories.d.ts +4 -0
- package/dist/cjs/types/src/components/ChipButton/index.d.ts +17 -0
- package/dist/cjs/types/src/components/ChipButton/styles.d.ts +11 -0
- package/dist/cjs/types/src/components/Combobox/Combobox.stories.d.ts +7 -0
- package/dist/cjs/types/src/components/Combobox/MultipleValue.d.ts +7 -0
- package/dist/cjs/types/src/components/Combobox/index.d.ts +29 -0
- package/dist/cjs/types/src/components/Combobox/styles.d.ts +24 -0
- package/dist/cjs/types/src/components/Divider/Divider.stories.d.ts +5 -0
- package/dist/cjs/types/src/components/Divider/index.d.ts +14 -0
- package/dist/cjs/types/src/components/Divider/styles.d.ts +6 -0
- package/dist/cjs/types/src/components/IconButton/IconButton.stories.d.ts +1 -1
- package/dist/cjs/types/src/components/IconButton/index.d.ts +1 -1
- package/dist/cjs/types/src/components/Input/DateRange/DateRange.stories.d.ts +40 -0
- package/dist/cjs/types/src/components/Input/DateRange/index.d.ts +14 -0
- package/dist/cjs/types/src/components/Input/DateRange/styles.d.ts +8 -0
- package/dist/cjs/types/src/components/Input/{TextArea → InputArea}/TextArea.stories.d.ts +1 -1
- package/dist/{esm/types/src/components/Input/TextArea → cjs/types/src/components/Input/InputArea}/index.d.ts +4 -12
- package/dist/cjs/types/src/components/Input/InputDate/InputDate.stories.d.ts +5 -0
- package/dist/cjs/types/src/components/Input/InputDate/index.d.ts +16 -0
- package/dist/cjs/types/src/components/Input/InputDate/styles.d.ts +10 -0
- package/dist/cjs/types/src/components/Input/InputField/index.d.ts +10 -3
- package/dist/cjs/types/src/components/Input/InputField/styles.d.ts +6 -2
- package/dist/cjs/types/src/components/Input/InputLabel/index.d.ts +4 -1
- package/dist/cjs/types/src/components/Input/InputText/index.d.ts +1 -7
- package/dist/cjs/types/src/components/Input/InputTime/InputTime.stories.d.ts +5 -0
- package/dist/cjs/types/src/components/Input/InputTime/index.d.ts +10 -0
- package/dist/cjs/types/src/components/Input/InputTime/styles.d.ts +12 -0
- package/dist/cjs/types/src/components/LinkButton/LinkButton.stories.d.ts +1 -1
- package/dist/cjs/types/src/components/LinkButton/index.d.ts +1 -1
- package/dist/cjs/types/src/components/Portal/index.d.ts +14 -0
- package/dist/cjs/types/src/components/Radio/index.d.ts +9 -1
- package/dist/cjs/types/src/components/RadioGroup/index.d.ts +16 -2
- package/dist/cjs/types/src/components/Segmented/Segmented.stories.d.ts +7 -0
- package/dist/cjs/types/src/components/Segmented/index.d.ts +39 -0
- package/dist/cjs/types/src/components/Segmented/styles.d.ts +15 -0
- package/dist/cjs/types/src/components/Slot/Slot.stories.example.d.ts +25 -0
- package/dist/cjs/types/src/components/Slot/index.d.ts +8 -0
- package/dist/cjs/types/src/components/Slot/styles.d.ts +1 -0
- package/dist/cjs/types/src/components/Switch/Switch.stories.d.ts +11 -0
- package/dist/cjs/types/src/components/Switch/index.d.ts +51 -0
- package/dist/cjs/types/src/components/Switch/styles.d.ts +20 -0
- package/dist/cjs/types/src/components/Table/ColumnCell/ColumnCell.stories.d.ts +53 -0
- package/dist/cjs/types/src/components/Table/ColumnCell/index.d.ts +15 -0
- package/dist/cjs/types/src/components/Table/ColumnCell/styles.d.ts +12 -0
- package/dist/cjs/types/src/components/Table/HeaderCell/HeaderCell.stories.d.ts +51 -0
- package/dist/cjs/types/src/components/Table/HeaderCell/index.d.ts +14 -0
- package/dist/cjs/types/src/components/Table/HeaderCell/styles.d.ts +12 -0
- package/dist/cjs/types/src/components/Table/Sorter/FISSorter.d.ts +18 -0
- package/dist/cjs/types/src/components/Table/Table/Table.stories.d.ts +32 -0
- package/dist/cjs/types/src/components/Table/Table/index.d.ts +8 -0
- package/dist/cjs/types/src/components/Table/Table/styles.d.ts +1 -0
- package/dist/cjs/types/src/components/Table/helper.d.ts +27 -0
- package/dist/cjs/types/src/components/Tabs/Tabs.stories.d.ts +7 -0
- package/dist/cjs/types/src/components/Tabs/index.d.ts +39 -0
- package/dist/cjs/types/src/components/Tabs/styles.d.ts +15 -0
- package/dist/cjs/types/src/components/Toast/Toast.stories.d.ts +5 -0
- package/dist/cjs/types/src/components/Toast/ToastContext.d.ts +13 -0
- package/dist/cjs/types/src/components/Toast/index.d.ts +18 -0
- package/dist/cjs/types/src/components/Toast/styles.d.ts +13 -0
- package/dist/cjs/types/src/components/Toast/useToast.d.ts +2 -0
- package/dist/cjs/types/src/components/Tooltip/Tooltip.stories.d.ts +12 -0
- package/dist/cjs/types/src/components/Tooltip/index.d.ts +28 -0
- package/dist/cjs/types/src/components/Tooltip/styles.d.ts +12 -0
- package/dist/cjs/types/src/components/Tooltip/util.d.ts +2 -0
- package/dist/cjs/types/src/index.d.ts +18 -1
- package/dist/cjs/types/src/styles/design-system/variable.d.ts +1230 -742
- package/dist/cjs/types/src/utils/getTheme.d.ts +3216 -4
- package/dist/cjs/types/src/utils/mergeRefs.d.ts +12 -0
- package/dist/esm/index.js +63942 -3961
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/src/assets/icons/ArrowDownIcon.d.ts +3 -0
- package/dist/esm/types/src/assets/icons/ArrowRightIcon.d.ts +3 -0
- package/dist/esm/types/src/assets/icons/ArrowUpIcon.d.ts +3 -0
- package/dist/esm/types/src/assets/icons/BadgeIcon.d.ts +3 -0
- package/dist/esm/types/src/assets/icons/CalendarIcon.d.ts +3 -0
- package/dist/esm/types/src/assets/icons/CheckIcon.d.ts +3 -0
- package/dist/esm/types/src/assets/icons/ChevronSelector.d.ts +2 -0
- package/dist/esm/types/src/assets/icons/CloseChipIcon.d.ts +3 -0
- package/dist/esm/types/src/assets/icons/DateIcon.d.ts +3 -0
- package/dist/esm/types/src/assets/icons/DeleteIcon.d.ts +3 -0
- package/dist/esm/types/src/assets/icons/EditIcon.d.ts +3 -0
- package/dist/esm/types/src/assets/icons/ErrorIcon.d.ts +3 -0
- package/dist/esm/types/src/assets/icons/ExitIcon.d.ts +3 -0
- package/dist/esm/types/src/assets/icons/InfoIcon.d.ts +3 -0
- package/dist/esm/types/src/assets/icons/RiseIcon.d.ts +2 -0
- package/dist/esm/types/src/assets/icons/TimeIcon.d.ts +3 -0
- package/dist/esm/types/src/assets/icons/WarningIcon.d.ts +3 -0
- package/dist/esm/types/src/assets/icons/index.d.ts +17 -0
- package/dist/esm/types/src/components/AlertBanner/AlertBanner.stories.d.ts +5 -0
- package/dist/esm/types/src/components/AlertBanner/index.d.ts +19 -0
- package/dist/esm/types/src/components/AlertBanner/styles.d.ts +17 -0
- package/dist/esm/types/src/components/Avatar/index.d.ts +2 -1
- package/dist/esm/types/src/components/Avatar/styles.d.ts +3 -0
- package/dist/esm/types/src/components/Badge/Badge.stories.d.ts +4 -0
- package/dist/esm/types/src/components/Badge/index.d.ts +31 -0
- package/dist/esm/types/src/components/Badge/styles.d.ts +12 -0
- package/dist/esm/types/src/components/Checkbox/index.d.ts +11 -3
- package/dist/esm/types/src/components/CheckboxGroup/index.d.ts +15 -1
- package/dist/esm/types/src/components/ChipButton/ChipButton.stories.d.ts +4 -0
- package/dist/esm/types/src/components/ChipButton/index.d.ts +17 -0
- package/dist/esm/types/src/components/ChipButton/styles.d.ts +11 -0
- package/dist/esm/types/src/components/Combobox/Combobox.stories.d.ts +7 -0
- package/dist/esm/types/src/components/Combobox/MultipleValue.d.ts +7 -0
- package/dist/esm/types/src/components/Combobox/index.d.ts +29 -0
- package/dist/esm/types/src/components/Combobox/styles.d.ts +24 -0
- package/dist/esm/types/src/components/Divider/Divider.stories.d.ts +5 -0
- package/dist/esm/types/src/components/Divider/index.d.ts +14 -0
- package/dist/esm/types/src/components/Divider/styles.d.ts +6 -0
- package/dist/esm/types/src/components/IconButton/IconButton.stories.d.ts +1 -1
- package/dist/esm/types/src/components/IconButton/index.d.ts +1 -1
- package/dist/esm/types/src/components/Input/DateRange/DateRange.stories.d.ts +40 -0
- package/dist/esm/types/src/components/Input/DateRange/index.d.ts +14 -0
- package/dist/esm/types/src/components/Input/DateRange/styles.d.ts +8 -0
- package/dist/esm/types/src/components/Input/{TextArea → InputArea}/TextArea.stories.d.ts +1 -1
- package/dist/{cjs/types/src/components/Input/TextArea → esm/types/src/components/Input/InputArea}/index.d.ts +4 -12
- package/dist/esm/types/src/components/Input/InputDate/InputDate.stories.d.ts +5 -0
- package/dist/esm/types/src/components/Input/InputDate/index.d.ts +16 -0
- package/dist/esm/types/src/components/Input/InputDate/styles.d.ts +10 -0
- package/dist/esm/types/src/components/Input/InputField/index.d.ts +10 -3
- package/dist/esm/types/src/components/Input/InputField/styles.d.ts +6 -2
- package/dist/esm/types/src/components/Input/InputLabel/index.d.ts +4 -1
- package/dist/esm/types/src/components/Input/InputText/index.d.ts +1 -7
- package/dist/esm/types/src/components/Input/InputTime/InputTime.stories.d.ts +5 -0
- package/dist/esm/types/src/components/Input/InputTime/index.d.ts +10 -0
- package/dist/esm/types/src/components/Input/InputTime/styles.d.ts +12 -0
- package/dist/esm/types/src/components/LinkButton/LinkButton.stories.d.ts +1 -1
- package/dist/esm/types/src/components/LinkButton/index.d.ts +1 -1
- package/dist/esm/types/src/components/Portal/index.d.ts +14 -0
- package/dist/esm/types/src/components/Radio/index.d.ts +9 -1
- package/dist/esm/types/src/components/RadioGroup/index.d.ts +16 -2
- package/dist/esm/types/src/components/Segmented/Segmented.stories.d.ts +7 -0
- package/dist/esm/types/src/components/Segmented/index.d.ts +39 -0
- package/dist/esm/types/src/components/Segmented/styles.d.ts +15 -0
- package/dist/esm/types/src/components/Slot/Slot.stories.example.d.ts +25 -0
- package/dist/esm/types/src/components/Slot/index.d.ts +8 -0
- package/dist/esm/types/src/components/Slot/styles.d.ts +1 -0
- package/dist/esm/types/src/components/Switch/Switch.stories.d.ts +11 -0
- package/dist/esm/types/src/components/Switch/index.d.ts +51 -0
- package/dist/esm/types/src/components/Switch/styles.d.ts +20 -0
- package/dist/esm/types/src/components/Table/ColumnCell/ColumnCell.stories.d.ts +53 -0
- package/dist/esm/types/src/components/Table/ColumnCell/index.d.ts +15 -0
- package/dist/esm/types/src/components/Table/ColumnCell/styles.d.ts +12 -0
- package/dist/esm/types/src/components/Table/HeaderCell/HeaderCell.stories.d.ts +51 -0
- package/dist/esm/types/src/components/Table/HeaderCell/index.d.ts +14 -0
- package/dist/esm/types/src/components/Table/HeaderCell/styles.d.ts +12 -0
- package/dist/esm/types/src/components/Table/Sorter/FISSorter.d.ts +18 -0
- package/dist/esm/types/src/components/Table/Table/Table.stories.d.ts +32 -0
- package/dist/esm/types/src/components/Table/Table/index.d.ts +8 -0
- package/dist/esm/types/src/components/Table/Table/styles.d.ts +1 -0
- package/dist/esm/types/src/components/Table/helper.d.ts +27 -0
- package/dist/esm/types/src/components/Tabs/Tabs.stories.d.ts +7 -0
- package/dist/esm/types/src/components/Tabs/index.d.ts +39 -0
- package/dist/esm/types/src/components/Tabs/styles.d.ts +15 -0
- package/dist/esm/types/src/components/Toast/Toast.stories.d.ts +5 -0
- package/dist/esm/types/src/components/Toast/ToastContext.d.ts +13 -0
- package/dist/esm/types/src/components/Toast/index.d.ts +18 -0
- package/dist/esm/types/src/components/Toast/styles.d.ts +13 -0
- package/dist/esm/types/src/components/Toast/useToast.d.ts +2 -0
- package/dist/esm/types/src/components/Tooltip/Tooltip.stories.d.ts +12 -0
- package/dist/esm/types/src/components/Tooltip/index.d.ts +28 -0
- package/dist/esm/types/src/components/Tooltip/styles.d.ts +12 -0
- package/dist/esm/types/src/components/Tooltip/util.d.ts +2 -0
- package/dist/esm/types/src/index.d.ts +18 -1
- package/dist/esm/types/src/styles/design-system/variable.d.ts +1230 -742
- package/dist/esm/types/src/utils/getTheme.d.ts +3216 -4
- package/dist/esm/types/src/utils/mergeRefs.d.ts +12 -0
- package/dist/index.d.ts +1645 -769
- package/package.json +17 -15
- /package/dist/cjs/types/src/components/Input/{TextArea → InputArea}/styles.d.ts +0 -0
- /package/dist/esm/types/src/components/Input/{TextArea → InputArea}/styles.d.ts +0 -0
|
@@ -1,28 +1,46 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
readonly "com/
|
|
3
|
-
readonly "com/
|
|
4
|
-
readonly "com/
|
|
5
|
-
readonly "com/
|
|
6
|
-
readonly "com/
|
|
7
|
-
readonly "com/
|
|
8
|
-
readonly "com/
|
|
9
|
-
readonly "com/
|
|
10
|
-
readonly "com/
|
|
11
|
-
readonly "com/
|
|
12
|
-
readonly "com/
|
|
13
|
-
readonly "com/
|
|
14
|
-
readonly "com/
|
|
15
|
-
readonly "com/
|
|
16
|
-
readonly "com/
|
|
17
|
-
readonly "com/
|
|
18
|
-
readonly "com/
|
|
19
|
-
readonly "com/
|
|
20
|
-
readonly "com/
|
|
21
|
-
readonly "com/
|
|
22
|
-
readonly "com/
|
|
23
|
-
readonly "com/
|
|
24
|
-
readonly "com/
|
|
25
|
-
readonly "com/
|
|
2
|
+
readonly "com/accordion/head/size-md/icon-wrap/height": "24px";
|
|
3
|
+
readonly "com/accordion/head/size-md/icon/size": "20px";
|
|
4
|
+
readonly "com/accordion/head/size-md/border-radius": "6px";
|
|
5
|
+
readonly "com/accordion/head/size-md/horizontal-gap": "8px";
|
|
6
|
+
readonly "com/accordion/head/size-md/horizontal-padding": "4px";
|
|
7
|
+
readonly "com/accordion/head/size-md/vertical-padding": "12px";
|
|
8
|
+
readonly "com/accordion/head/size-md/margin": "-4px";
|
|
9
|
+
readonly "com/accordion/head/size-md/divider/color-stroke": "#02305e16";
|
|
10
|
+
readonly "com/accordion/head/size-sm/icon-wrap/height": "20px";
|
|
11
|
+
readonly "com/accordion/head/size-sm/icon/size": "16px";
|
|
12
|
+
readonly "com/accordion/head/size-sm/border-radius": "4px";
|
|
13
|
+
readonly "com/accordion/head/size-sm/horizontal-gap": "8px";
|
|
14
|
+
readonly "com/accordion/head/size-sm/horizontal-padding": "4px";
|
|
15
|
+
readonly "com/accordion/head/size-sm/vertical-padding": "8px";
|
|
16
|
+
readonly "com/accordion/head/size-sm/margin": "-4px";
|
|
17
|
+
readonly "com/accordion/head/size-sm/divider/color-stroke": "#02305e16";
|
|
18
|
+
readonly "com/accordion/head/size-lg/icon-wrap/height": "28px";
|
|
19
|
+
readonly "com/accordion/head/size-lg/icon/size": "24px";
|
|
20
|
+
readonly "com/accordion/head/size-lg/divider/color-stroke": "#0a2f4d22";
|
|
21
|
+
readonly "com/accordion/head/size-lg/corner-radius": "6px";
|
|
22
|
+
readonly "com/accordion/head/size-lg/horizontal-gap": "8px";
|
|
23
|
+
readonly "com/accordion/head/size-lg/horizontal-padding": "4px";
|
|
24
|
+
readonly "com/accordion/head/size-lg/vertical-padding": "16px";
|
|
25
|
+
readonly "com/accordion/head/size-lg/margin": "-4px";
|
|
26
|
+
readonly "com/accordion/head/icon/color-icon/default": "#505a5f";
|
|
27
|
+
readonly "com/accordion/head/icon/color-icon/hover": "#343d41";
|
|
28
|
+
readonly "com/accordion/head/icon/color-icon/disable": "#c5cdd2";
|
|
29
|
+
readonly "com/accordion/head/label/color-text/default": "#505a5f";
|
|
30
|
+
readonly "com/accordion/head/label/color-text/hover": "#1e2225";
|
|
31
|
+
readonly "com/accordion/head/label/color-text/disable": "#c5cdd2";
|
|
32
|
+
readonly "com/accordion/head/background-color/default": "#ffffff00";
|
|
33
|
+
readonly "com/accordion/head/background-color/hover": "#02305e16";
|
|
34
|
+
readonly "com/accordion/head/background-color/disable": "#ffffff00";
|
|
35
|
+
readonly "com/accordion/body/size-sm/top-padding": "8px";
|
|
36
|
+
readonly "com/accordion/body/size-sm/left-padding": "0px";
|
|
37
|
+
readonly "com/accordion/body/size-sm/right-padding": "0px";
|
|
38
|
+
readonly "com/accordion/body/size-md/top-padding": "12px";
|
|
39
|
+
readonly "com/accordion/body/size-md/left-padding": "0px";
|
|
40
|
+
readonly "com/accordion/body/size-md/right-padding": "0px";
|
|
41
|
+
readonly "com/accordion/body/size-lg/top-padding": "12px";
|
|
42
|
+
readonly "com/accordion/body/size-lg/left-padding": "0px";
|
|
43
|
+
readonly "com/accordion/body/size-lg/right-padding": "0px";
|
|
26
44
|
readonly "com/avatar/corner-radius-rounded": "9999px";
|
|
27
45
|
readonly "com/avatar/size-2xs/height": "16px";
|
|
28
46
|
readonly "com/avatar/size-2xs/width": "16px";
|
|
@@ -58,13 +76,13 @@ declare const _default: {
|
|
|
58
76
|
readonly "com/avatar/theme/icon/color-icon/red": "#df3e3f";
|
|
59
77
|
readonly "com/avatar/theme/icon/color-icon/orange": "#cc5602";
|
|
60
78
|
readonly "com/avatar/theme/icon/color-icon/yellow": "#d58e00";
|
|
61
|
-
readonly "com/avatar/theme/icon/color-icon/lime": "#4b8c00";
|
|
62
|
-
readonly "com/avatar/theme/icon/color-icon/green": "#009559";
|
|
63
79
|
readonly "com/avatar/theme/icon/color-icon/ocean": "#00969d";
|
|
64
|
-
readonly "com/avatar/theme/icon/color-icon/
|
|
65
|
-
readonly "com/avatar/theme/icon/color-icon/
|
|
66
|
-
readonly "com/avatar/theme/icon/color-icon/indigo": "#4278f5";
|
|
80
|
+
readonly "com/avatar/theme/icon/color-icon/green": "#009559";
|
|
81
|
+
readonly "com/avatar/theme/icon/color-icon/lime": "#4b8c00";
|
|
67
82
|
readonly "com/avatar/theme/icon/color-icon/blue": "#008ee1";
|
|
83
|
+
readonly "com/avatar/theme/icon/color-icon/indigo": "#4278f5";
|
|
84
|
+
readonly "com/avatar/theme/icon/color-icon/pink": "#cd44a7";
|
|
85
|
+
readonly "com/avatar/theme/icon/color-icon/violet": "#a65dcf";
|
|
68
86
|
readonly "com/avatar/theme/label/color-text/neutral": "#828f96";
|
|
69
87
|
readonly "com/avatar/theme/label/color-text/red": "#df3e3f";
|
|
70
88
|
readonly "com/avatar/theme/label/color-text/orange": "#cc5602";
|
|
@@ -101,7 +119,7 @@ declare const _default: {
|
|
|
101
119
|
readonly "com/avatar/disable/color-text": "#c5cdd2";
|
|
102
120
|
readonly "com/avatar/disable/color-icon": "#c5cdd2";
|
|
103
121
|
readonly "com/avatar/disable/background-color": "#e9edf1";
|
|
104
|
-
readonly "com/avatar/disable/color-stroke": "#
|
|
122
|
+
readonly "com/avatar/disable/color-stroke": "#02305e16";
|
|
105
123
|
readonly "com/avatar/status-badge/size-xs/stroke-width": "1px";
|
|
106
124
|
readonly "com/avatar/status-badge/color-stroke": "#ffffff";
|
|
107
125
|
readonly "com/avatar/status-badge/size-sm/stroke-width": "1.3px";
|
|
@@ -112,6 +130,50 @@ declare const _default: {
|
|
|
112
130
|
readonly "com/avatar/status-badge/theme/yellow": "#d58e00";
|
|
113
131
|
readonly "com/avatar/status-badge/theme/blue": "#00a6e5";
|
|
114
132
|
readonly "com/avatar/status-badge/theme/neutral": "#dee3e7";
|
|
133
|
+
readonly "com/alert-banner/right-padding": "12px";
|
|
134
|
+
readonly "com/alert-banner/left-padding": "16px";
|
|
135
|
+
readonly "com/alert-banner/top-padding": "16px";
|
|
136
|
+
readonly "com/alert-banner/bottom-padding": "12px";
|
|
137
|
+
readonly "com/alert-banner/bottom-padding-inline": "16px";
|
|
138
|
+
readonly "com/alert-banner/horizontal-gap": "12px";
|
|
139
|
+
readonly "com/alert-banner/stroke-width": "1px";
|
|
140
|
+
readonly "com/alert-banner/label/horizonal-gap": "12px";
|
|
141
|
+
readonly "com/alert-banner/label/vertical-gap": "4px";
|
|
142
|
+
readonly "com/alert-banner/icon-wrap/height": "20px";
|
|
143
|
+
readonly "com/alert-banner/close-wrap/margin": "-4px";
|
|
144
|
+
readonly "com/alert-banner/icon/left-padding": "4px";
|
|
145
|
+
readonly "com/alert-banner/icon/size-icon": "20px";
|
|
146
|
+
readonly "com/alert-banner/action/horizontal-gap": "16px";
|
|
147
|
+
readonly "com/alert-banner/theme/icon/color-icon/neutral": "#505a5f";
|
|
148
|
+
readonly "com/alert-banner/theme/icon/color-icon/info": "#0083f0";
|
|
149
|
+
readonly "com/alert-banner/theme/icon/color-icon/positive": "#00914a";
|
|
150
|
+
readonly "com/alert-banner/theme/icon/color-icon/caution": "#bc6300";
|
|
151
|
+
readonly "com/alert-banner/theme/icon/color-icon/negative": "#d8473c";
|
|
152
|
+
readonly "com/alert-banner/theme/title/color-text/neutral": "#1e2225";
|
|
153
|
+
readonly "com/alert-banner/theme/title/color-text/info": "#1e2225";
|
|
154
|
+
readonly "com/alert-banner/theme/title/color-text/negative": "#1e2225";
|
|
155
|
+
readonly "com/alert-banner/theme/title/color-text/positive": "#1e2225";
|
|
156
|
+
readonly "com/alert-banner/theme/title/color-text/caution": "#1e2225";
|
|
157
|
+
readonly "com/alert-banner/theme/description/color-text/neutral": "#505a5f";
|
|
158
|
+
readonly "com/alert-banner/theme/description/color-text/info": "#505a5f";
|
|
159
|
+
readonly "com/alert-banner/theme/description/color-text/positive": "#505a5f";
|
|
160
|
+
readonly "com/alert-banner/theme/description/color-text/caution": "#505a5f";
|
|
161
|
+
readonly "com/alert-banner/theme/description/color-text/negative": "#505a5f";
|
|
162
|
+
readonly "com/alert-banner/theme/divider/color-stroke/neutral": "#0d2e433d";
|
|
163
|
+
readonly "com/alert-banner/theme/divider/color-stroke/info": "#c1e2fc";
|
|
164
|
+
readonly "com/alert-banner/theme/divider/color-stroke/positive": "#c0e6ce";
|
|
165
|
+
readonly "com/alert-banner/theme/divider/color-stroke/caution": "#f8dbab";
|
|
166
|
+
readonly "com/alert-banner/theme/divider/color-stroke/negative": "#fdd3cd";
|
|
167
|
+
readonly "com/alert-banner/theme/border/color-stroke/neutral": "#00152096";
|
|
168
|
+
readonly "com/alert-banner/theme/border/color-stroke/info": "#3d9cfb";
|
|
169
|
+
readonly "com/alert-banner/theme/border/color-stroke/positive": "#00aa67";
|
|
170
|
+
readonly "com/alert-banner/theme/border/color-stroke/caution": "#da841a";
|
|
171
|
+
readonly "com/alert-banner/theme/border/color-stroke/negative": "#f2685b";
|
|
172
|
+
readonly "com/alert-banner/theme/background-color/neutral": "#e9edf1";
|
|
173
|
+
readonly "com/alert-banner/theme/background-color/info": "#def1fd";
|
|
174
|
+
readonly "com/alert-banner/theme/background-color/positive": "#def3e5";
|
|
175
|
+
readonly "com/alert-banner/theme/background-color/caution": "#fceccd";
|
|
176
|
+
readonly "com/alert-banner/theme/background-color/negative": "#fee9e7";
|
|
115
177
|
readonly "com/badge/stroke-width": "1px";
|
|
116
178
|
readonly "com/badge/size-xs/height": "16px";
|
|
117
179
|
readonly "com/badge/size-xs/horizontal-padding": "4px";
|
|
@@ -122,8 +184,8 @@ declare const _default: {
|
|
|
122
184
|
readonly "com/badge/size-sm/icon/size-icon": "12px";
|
|
123
185
|
readonly "com/badge/size-sm/horizontal-padding": "4px";
|
|
124
186
|
readonly "com/badge/size-sm/horizontal-gap": "2px";
|
|
125
|
-
readonly "com/badge/size-sm/sub-spacing": "
|
|
126
|
-
readonly "com/badge/size-sm/only-label/horizontal-padding": "
|
|
187
|
+
readonly "com/badge/size-sm/sub-spacing": "2px";
|
|
188
|
+
readonly "com/badge/size-sm/only-label/horizontal-padding": "4px";
|
|
127
189
|
readonly "com/badge/size-md/height": "24px";
|
|
128
190
|
readonly "com/badge/size-md/corner-radius": "6px";
|
|
129
191
|
readonly "com/badge/size-md/avatar/size": "2xs (16)";
|
|
@@ -139,9 +201,9 @@ declare const _default: {
|
|
|
139
201
|
readonly "com/badge/size-lg/horizontal-gap": "4px";
|
|
140
202
|
readonly "com/badge/size-lg/sub-spacing": "4px";
|
|
141
203
|
readonly "com/badge/size-lg/avatar/size": "Xs (20)";
|
|
142
|
-
readonly "com/badge/size-lg/only-label/horizontal-padding": "
|
|
204
|
+
readonly "com/badge/size-lg/only-label/horizontal-padding": "12px";
|
|
143
205
|
readonly "com/badge/default/icon/color-icon/neutral": "#505a5f";
|
|
144
|
-
readonly "com/badge/default/icon/color-icon/neutral-light": "#
|
|
206
|
+
readonly "com/badge/default/icon/color-icon/neutral-light": "#505a5f";
|
|
145
207
|
readonly "com/badge/default/icon/color-icon/red": "#df3e3f";
|
|
146
208
|
readonly "com/badge/default/icon/color-icon/orange": "#cc5602";
|
|
147
209
|
readonly "com/badge/default/icon/color-icon/yellow": "#d58e00";
|
|
@@ -172,8 +234,8 @@ declare const _default: {
|
|
|
172
234
|
readonly "com/badge/default/label/color-text/caution": "#893700";
|
|
173
235
|
readonly "com/badge/default/label/color-text/positive": "#00652a";
|
|
174
236
|
readonly "com/badge/default/label/color-text/negative": "#a80a12";
|
|
175
|
-
readonly "com/badge/default/color-stroke/neutral": "#
|
|
176
|
-
readonly "com/badge/default/color-stroke/neutral-light": "#
|
|
237
|
+
readonly "com/badge/default/color-stroke/neutral": "#0a2f4d22";
|
|
238
|
+
readonly "com/badge/default/color-stroke/neutral-light": "#0a2f4d22";
|
|
177
239
|
readonly "com/badge/default/color-stroke/red": "#fbd3ce";
|
|
178
240
|
readonly "com/badge/default/color-stroke/orange": "#ffd3b5";
|
|
179
241
|
readonly "com/badge/default/color-stroke/yellow": "#fbd797";
|
|
@@ -219,8 +281,36 @@ declare const _default: {
|
|
|
219
281
|
readonly "com/badge/solid/background-color/pink": "#cd44a7";
|
|
220
282
|
readonly "com/badge/solid/background-color/negative": "#d0121c";
|
|
221
283
|
readonly "com/badge/solid/background-color/positive": "#007d35";
|
|
222
|
-
readonly "com/badge/solid/background-color/info": "#006bdf";
|
|
223
284
|
readonly "com/badge/solid/background-color/caution": "#a94900";
|
|
285
|
+
readonly "com/badge/solid/background-color/info": "#006bdf";
|
|
286
|
+
readonly "com/badge/disable/icon/color-icon": "#c5cdd2";
|
|
287
|
+
readonly "com/badge/disable/label/color-text": "#c5cdd2";
|
|
288
|
+
readonly "com/badge/disable/color-stroke": "#02305e16";
|
|
289
|
+
readonly "com/badge/disable/background-color": "#ffffff";
|
|
290
|
+
readonly "com/breadcrumbs/module/horizontal-gap": "4px";
|
|
291
|
+
readonly "com/breadcrumbs/module/horizontal-padding": "4px";
|
|
292
|
+
readonly "com/breadcrumbs/module/vertical-padding": "4px";
|
|
293
|
+
readonly "com/breadcrumbs/module/corner-radius": "6px";
|
|
294
|
+
readonly "com/breadcrumbs/module/current/background/default": "#ffffff00";
|
|
295
|
+
readonly "com/breadcrumbs/module/current/background/hover": "#02305e16";
|
|
296
|
+
readonly "com/breadcrumbs/module/current/background/active": "#00375b0e";
|
|
297
|
+
readonly "com/breadcrumbs/module/current/label/color-text/default": "#1e2225";
|
|
298
|
+
readonly "com/breadcrumbs/module/current/label/color-text/hover": "#1c1857";
|
|
299
|
+
readonly "com/breadcrumbs/module/current/label/color-text/active": "#2a30a0";
|
|
300
|
+
readonly "com/breadcrumbs/module/current/icon/color-icon/default": "#343d41";
|
|
301
|
+
readonly "com/breadcrumbs/module/current/icon/color-icon/hover": "#242173";
|
|
302
|
+
readonly "com/breadcrumbs/module/current/icon/color-icon/active": "#2f3cc1";
|
|
303
|
+
readonly "com/breadcrumbs/module/non-current/background/default": "#ffffff00";
|
|
304
|
+
readonly "com/breadcrumbs/module/non-current/background/hover": "#e9edf1";
|
|
305
|
+
readonly "com/breadcrumbs/module/non-current/background/active": "#f1f4f6";
|
|
306
|
+
readonly "com/breadcrumbs/module/non-current/label/color-text/default": "#505a5f";
|
|
307
|
+
readonly "com/breadcrumbs/module/non-current/label/color-text/hover": "#1e2225";
|
|
308
|
+
readonly "com/breadcrumbs/module/non-current/label/color-text/active": "#2a30a0";
|
|
309
|
+
readonly "com/breadcrumbs/module/non-current/icon/color-icon/default": "#505a5f";
|
|
310
|
+
readonly "com/breadcrumbs/module/non-current/icon/color-icon/hover": "#343d41";
|
|
311
|
+
readonly "com/breadcrumbs/module/non-current/icon/color-icon/active": "#2f3cc1";
|
|
312
|
+
readonly "com/breadcrumbs/separated-icon/size-icon": "12px";
|
|
313
|
+
readonly "com/breadcrumbs/separated-icon/color-icon": "#a3aeb5";
|
|
224
314
|
readonly "com/button/corner-radius-rounded": "9999px";
|
|
225
315
|
readonly "com/button/size-xs/height": "24px";
|
|
226
316
|
readonly "com/button/size-xs/horizontal-gap": "4px";
|
|
@@ -254,7 +344,7 @@ declare const _default: {
|
|
|
254
344
|
readonly "com/button/disable/icon-color": "#c5cdd2";
|
|
255
345
|
readonly "com/button/disable/background-color": "#e9edf1";
|
|
256
346
|
readonly "com/button/disable/background-color-transparent": "#ffffff00";
|
|
257
|
-
readonly "com/button/disable/stroke-color": "#
|
|
347
|
+
readonly "com/button/disable/stroke-color": "#02305e16";
|
|
258
348
|
readonly "com/button/disable-invert/label-color": "#ffffff82";
|
|
259
349
|
readonly "com/button/disable-invert/icon-color": "#ffffff65";
|
|
260
350
|
readonly "com/button/disable-invert/solid-background-color": "#ffffff30";
|
|
@@ -262,9 +352,9 @@ declare const _default: {
|
|
|
262
352
|
readonly "com/button/disable-invert/stroke-color": "#ffffff30";
|
|
263
353
|
readonly "com/button/loading/background-color": "#e9edf1";
|
|
264
354
|
readonly "com/button/loading/background-color-transparent": "#ffffff00";
|
|
265
|
-
readonly "com/button/loading/stroke-color": "#
|
|
355
|
+
readonly "com/button/loading/stroke-color": "#0a2f4d22";
|
|
266
356
|
readonly "com/button/loading/icon/stroke-color": "#343d41";
|
|
267
|
-
readonly "com/button/loading/icon/stroke-color-transparent": "#
|
|
357
|
+
readonly "com/button/loading/icon/stroke-color-transparent": "#02305e16";
|
|
268
358
|
readonly "com/button/loading-invert/solid-background-color": "#ffffff30";
|
|
269
359
|
readonly "com/button/loading-invert/background-color-transparent": "#ffffff00";
|
|
270
360
|
readonly "com/button/loading-invert/icon/stroke-color": "#ffffff";
|
|
@@ -345,7 +435,7 @@ declare const _default: {
|
|
|
345
435
|
readonly "com/button/secondary-invert/background/default": "#ffffff00";
|
|
346
436
|
readonly "com/button/secondary-invert/background/hover": "#e7f1fa";
|
|
347
437
|
readonly "com/button/secondary-invert/background/pressed": "#cee2f8";
|
|
348
|
-
readonly "com/button/secondary-invert/background/active": "#
|
|
438
|
+
readonly "com/button/secondary-invert/background/active": "#00375b0e";
|
|
349
439
|
readonly "com/button/secondary-invert/border/default": "#ffffff82";
|
|
350
440
|
readonly "com/button/secondary-invert/border/hover": "#ffffff82";
|
|
351
441
|
readonly "com/button/secondary-invert/border/pressed": "#ffffff82";
|
|
@@ -383,40 +473,346 @@ declare const _default: {
|
|
|
383
473
|
readonly "com/button/tertiary/icon/color-icon/active": "#343d41";
|
|
384
474
|
readonly "com/button-group/divider/divider-width": "1px";
|
|
385
475
|
readonly "com/button-group/divider/divider-color/default": "#0d2e433d";
|
|
386
|
-
readonly "com/button-group/divider/divider-color/disable": "#
|
|
476
|
+
readonly "com/button-group/divider/divider-color/disable": "#02305e16";
|
|
387
477
|
readonly "com/button-group/background-color/default": "#ffffff";
|
|
388
478
|
readonly "com/button-group/background-color/disable": "#ffffff00";
|
|
389
|
-
readonly "com/
|
|
390
|
-
readonly "com/
|
|
391
|
-
readonly "com/
|
|
392
|
-
readonly "com/
|
|
393
|
-
readonly "com/
|
|
394
|
-
readonly "com/
|
|
395
|
-
readonly "com/
|
|
396
|
-
readonly "com/
|
|
397
|
-
readonly "com/
|
|
398
|
-
readonly "com/
|
|
399
|
-
readonly "com/
|
|
400
|
-
readonly "com/
|
|
401
|
-
readonly "com/
|
|
402
|
-
readonly "com/
|
|
403
|
-
readonly "com/
|
|
404
|
-
readonly "com/
|
|
405
|
-
readonly "com/
|
|
406
|
-
readonly "com/
|
|
407
|
-
readonly "com/
|
|
408
|
-
readonly "com/
|
|
409
|
-
readonly "com/
|
|
410
|
-
readonly "com/
|
|
411
|
-
readonly "com/
|
|
412
|
-
readonly "com/
|
|
413
|
-
readonly "com/
|
|
479
|
+
readonly "com/checkbox/horizontal-gap": "8px";
|
|
480
|
+
readonly "com/checkbox/item/stroke-width": "1px";
|
|
481
|
+
readonly "com/checkbox/item/marked/background-color/default": "#2f3cc1";
|
|
482
|
+
readonly "com/checkbox/item/marked/background-color/hover": "#3263e7";
|
|
483
|
+
readonly "com/checkbox/item/marked/background-color/disable": "#e9edf1";
|
|
484
|
+
readonly "com/checkbox/item/marked/color-stroke/disable": "#02305e16";
|
|
485
|
+
readonly "com/checkbox/item/marked/shape/color-shape/default": "#ffffff";
|
|
486
|
+
readonly "com/checkbox/item/marked/shape/color-shape/disable": "#c5cdd2";
|
|
487
|
+
readonly "com/checkbox/item/unmarked/background-color/default": "#f8f9fb";
|
|
488
|
+
readonly "com/checkbox/item/unmarked/background-color/hover": "#dee3e7";
|
|
489
|
+
readonly "com/checkbox/item/unmarked/background-color/disable": "#ffffff00";
|
|
490
|
+
readonly "com/checkbox/item/unmarked/color-stroke/default": "#0d2e433d";
|
|
491
|
+
readonly "com/checkbox/item/unmarked/color-stroke/hover": "#0d2e433d";
|
|
492
|
+
readonly "com/checkbox/item/unmarked/color-stroke/disable": "#02305e16";
|
|
493
|
+
readonly "com/checkbox/item/size-sm/height": "16px";
|
|
494
|
+
readonly "com/checkbox/item/size-sm/width": "16px";
|
|
495
|
+
readonly "com/checkbox/item/size-sm/corner-radius": "4px";
|
|
496
|
+
readonly "com/checkbox/item/size-md/height": "20px";
|
|
497
|
+
readonly "com/checkbox/item/size-md/width": "20px";
|
|
498
|
+
readonly "com/checkbox/item/size-md/corner-radius": "6px";
|
|
499
|
+
readonly "com/checkbox/content/vertical-gap": "4px";
|
|
500
|
+
readonly "com/checkbox/content/primary/label/color-text": "#1e2225";
|
|
501
|
+
readonly "com/checkbox/content/primary/description/color-text": "#505a5f";
|
|
502
|
+
readonly "com/checkbox/content/secondary/label/color-text": "#1e2225";
|
|
503
|
+
readonly "com/checkbox/content/secondary/description/color-text": "#505a5f";
|
|
504
|
+
readonly "com/checkbox/content/tertiary/label/color-text": "#505a5f";
|
|
505
|
+
readonly "com/checkbox/content/tertiary/description/color-text": "#505a5f";
|
|
506
|
+
readonly "com/checkbox/content/disable/label/color-text": "#c5cdd2";
|
|
507
|
+
readonly "com/checkbox/content/disable/description/color-text": "#c5cdd2";
|
|
508
|
+
readonly "com/chips-button/stroke-width/default": "1px";
|
|
509
|
+
readonly "com/chips-button/stroke-width/hover": "1px";
|
|
510
|
+
readonly "com/chips-button/stroke-width/pressed": "2px";
|
|
511
|
+
readonly "com/chips-button/stroke-width/selected": "2px";
|
|
512
|
+
readonly "com/chips-button/size-xs/height": "24px";
|
|
513
|
+
readonly "com/chips-button/size-xs/min-width": "28px";
|
|
514
|
+
readonly "com/chips-button/size-xs/corner-radius": "6px";
|
|
515
|
+
readonly "com/chips-button/size-xs/sub-spacing": "0px";
|
|
516
|
+
readonly "com/chips-button/size-xs/horizontal-gap": "4px";
|
|
517
|
+
readonly "com/chips-button/size-xs/right-padding": "8px";
|
|
518
|
+
readonly "com/chips-button/size-xs/left-padding": "8px";
|
|
519
|
+
readonly "com/chips-button/size-xs/badge/size": "2xs (16)";
|
|
520
|
+
readonly "com/chips-button/size-xs/icon/size-icon": "16px";
|
|
521
|
+
readonly "com/chips-button/size-sm/height": "28px";
|
|
522
|
+
readonly "com/chips-button/size-sm/min-width": "44px";
|
|
523
|
+
readonly "com/chips-button/size-sm/corner-radius": "6px";
|
|
524
|
+
readonly "com/chips-button/size-sm/sub-spacing": "4px";
|
|
525
|
+
readonly "com/chips-button/size-sm/horizontal-gap": "2px";
|
|
526
|
+
readonly "com/chips-button/size-sm/right-padding": "8px";
|
|
527
|
+
readonly "com/chips-button/size-sm/left-padding": "8px";
|
|
528
|
+
readonly "com/chips-button/size-sm/badge/size": "Xs (20)";
|
|
529
|
+
readonly "com/chips-button/size-sm/icon/size-icon": "16px";
|
|
530
|
+
readonly "com/chips-button/size-md/height": "36px";
|
|
531
|
+
readonly "com/chips-button/size-md/min-width": "56px";
|
|
532
|
+
readonly "com/chips-button/size-md/corner-radius": "8px";
|
|
533
|
+
readonly "com/chips-button/size-md/sub-spacing": "8px";
|
|
534
|
+
readonly "com/chips-button/size-md/horizontal-gap": "0px";
|
|
535
|
+
readonly "com/chips-button/size-md/right-padding": "12px";
|
|
536
|
+
readonly "com/chips-button/size-md/left-padding": "12px";
|
|
537
|
+
readonly "com/chips-button/size-md/badge/size": "Sm (24)";
|
|
538
|
+
readonly "com/chips-button/size-md/icon/size-icon": "20px";
|
|
539
|
+
readonly "com/chips-button/size-lg/height": "44px";
|
|
540
|
+
readonly "com/chips-button/size-lg/min-width": "68px";
|
|
541
|
+
readonly "com/chips-button/size-lg/corner-radius": "8px";
|
|
542
|
+
readonly "com/chips-button/size-lg/sub-spacing": "8px";
|
|
543
|
+
readonly "com/chips-button/size-lg/horizontal-gap": "2px";
|
|
544
|
+
readonly "com/chips-button/size-lg/right-padding": "12px";
|
|
545
|
+
readonly "com/chips-button/size-lg/left-padding": "12px";
|
|
546
|
+
readonly "com/chips-button/size-lg/badge/size": "Md (28)";
|
|
547
|
+
readonly "com/chips-button/size-lg/icon/size-icon": "20px";
|
|
548
|
+
readonly "com/chips-button/theme/icon/color-icon/default/neutral": "#505a5f";
|
|
549
|
+
readonly "com/chips-button/theme/icon/color-icon/default/red": "#df3e3f";
|
|
550
|
+
readonly "com/chips-button/theme/icon/color-icon/default/orange": "#cc5602";
|
|
551
|
+
readonly "com/chips-button/theme/icon/color-icon/default/yellow": "#d58e00";
|
|
552
|
+
readonly "com/chips-button/theme/icon/color-icon/default/lime": "#4b8c00";
|
|
553
|
+
readonly "com/chips-button/theme/icon/color-icon/default/green": "#009559";
|
|
554
|
+
readonly "com/chips-button/theme/icon/color-icon/default/ocean": "#00969d";
|
|
555
|
+
readonly "com/chips-button/theme/icon/color-icon/default/blue": "#008ee1";
|
|
556
|
+
readonly "com/chips-button/theme/icon/color-icon/default/indigo": "#4278f5";
|
|
557
|
+
readonly "com/chips-button/theme/icon/color-icon/default/violet": "#a65dcf";
|
|
558
|
+
readonly "com/chips-button/theme/icon/color-icon/default/pink": "#cd44a7";
|
|
559
|
+
readonly "com/chips-button/theme/icon/color-icon/hover/neutral": "#505a5f";
|
|
560
|
+
readonly "com/chips-button/theme/icon/color-icon/hover/red": "#df3e3f";
|
|
561
|
+
readonly "com/chips-button/theme/icon/color-icon/hover/orange": "#cc5602";
|
|
562
|
+
readonly "com/chips-button/theme/icon/color-icon/hover/yellow": "#d58e00";
|
|
563
|
+
readonly "com/chips-button/theme/icon/color-icon/hover/lime": "#4b8c00";
|
|
564
|
+
readonly "com/chips-button/theme/icon/color-icon/hover/green": "#009559";
|
|
565
|
+
readonly "com/chips-button/theme/icon/color-icon/hover/ocean": "#00969d";
|
|
566
|
+
readonly "com/chips-button/theme/icon/color-icon/hover/blue": "#008ee1";
|
|
567
|
+
readonly "com/chips-button/theme/icon/color-icon/hover/indigo": "#4278f5";
|
|
568
|
+
readonly "com/chips-button/theme/icon/color-icon/hover/violet": "#a65dcf";
|
|
569
|
+
readonly "com/chips-button/theme/icon/color-icon/hover/pink": "#cd44a7";
|
|
570
|
+
readonly "com/chips-button/theme/icon/color-icon/pressed/neutral": "#505a5f";
|
|
571
|
+
readonly "com/chips-button/theme/icon/color-icon/pressed/red": "#df3e3f";
|
|
572
|
+
readonly "com/chips-button/theme/icon/color-icon/pressed/orange": "#cc5602";
|
|
573
|
+
readonly "com/chips-button/theme/icon/color-icon/pressed/yellow": "#d58e00";
|
|
574
|
+
readonly "com/chips-button/theme/icon/color-icon/pressed/lime": "#4b8c00";
|
|
575
|
+
readonly "com/chips-button/theme/icon/color-icon/pressed/green": "#009559";
|
|
576
|
+
readonly "com/chips-button/theme/icon/color-icon/pressed/ocean": "#00969d";
|
|
577
|
+
readonly "com/chips-button/theme/icon/color-icon/pressed/blue": "#008ee1";
|
|
578
|
+
readonly "com/chips-button/theme/icon/color-icon/pressed/indigo": "#4278f5";
|
|
579
|
+
readonly "com/chips-button/theme/icon/color-icon/pressed/violet": "#a65dcf";
|
|
580
|
+
readonly "com/chips-button/theme/icon/color-icon/pressed/pink": "#cd44a7";
|
|
581
|
+
readonly "com/chips-button/theme/icon/color-icon/selected/neutral": "#505a5f";
|
|
582
|
+
readonly "com/chips-button/theme/icon/color-icon/selected/red": "#df3e3f";
|
|
583
|
+
readonly "com/chips-button/theme/icon/color-icon/selected/orange": "#cc5602";
|
|
584
|
+
readonly "com/chips-button/theme/icon/color-icon/selected/yellow": "#d58e00";
|
|
585
|
+
readonly "com/chips-button/theme/icon/color-icon/selected/lime": "#4b8c00";
|
|
586
|
+
readonly "com/chips-button/theme/icon/color-icon/selected/green": "#009559";
|
|
587
|
+
readonly "com/chips-button/theme/icon/color-icon/selected/ocean": "#00969d";
|
|
588
|
+
readonly "com/chips-button/theme/icon/color-icon/selected/blue": "#008ee1";
|
|
589
|
+
readonly "com/chips-button/theme/icon/color-icon/selected/indigo": "#4278f5";
|
|
590
|
+
readonly "com/chips-button/theme/icon/color-icon/selected/violet": "#a65dcf";
|
|
591
|
+
readonly "com/chips-button/theme/icon/color-icon/selected/pink": "#cd44a7";
|
|
592
|
+
readonly "com/chips-button/theme/label/color-text/default/neutral": "#505a5f";
|
|
593
|
+
readonly "com/chips-button/theme/label/color-text/default/red": "#a7051e";
|
|
594
|
+
readonly "com/chips-button/theme/label/color-text/default/orange": "#952900";
|
|
595
|
+
readonly "com/chips-button/theme/label/color-text/default/yellow": "#7a4300";
|
|
596
|
+
readonly "com/chips-button/theme/label/color-text/default/lime": "#2e5c00";
|
|
597
|
+
readonly "com/chips-button/theme/label/color-text/default/green": "#006535";
|
|
598
|
+
readonly "com/chips-button/theme/label/color-text/default/ocean": "#006782";
|
|
599
|
+
readonly "com/chips-button/theme/label/color-text/default/blue": "#005eac";
|
|
600
|
+
readonly "com/chips-button/theme/label/color-text/default/indigo": "#1e4eb5";
|
|
601
|
+
readonly "com/chips-button/theme/label/color-text/default/violet": "#8b269b";
|
|
602
|
+
readonly "com/chips-button/theme/label/color-text/default/pink": "#970978";
|
|
603
|
+
readonly "com/chips-button/theme/label/color-text/hover/neutral": "#505a5f";
|
|
604
|
+
readonly "com/chips-button/theme/label/color-text/hover/red": "#a7051e";
|
|
605
|
+
readonly "com/chips-button/theme/label/color-text/hover/orange": "#952900";
|
|
606
|
+
readonly "com/chips-button/theme/label/color-text/hover/yellow": "#7a4300";
|
|
607
|
+
readonly "com/chips-button/theme/label/color-text/hover/lime": "#2e5c00";
|
|
608
|
+
readonly "com/chips-button/theme/label/color-text/hover/green": "#006535";
|
|
609
|
+
readonly "com/chips-button/theme/label/color-text/hover/ocean": "#006782";
|
|
610
|
+
readonly "com/chips-button/theme/label/color-text/hover/blue": "#005eac";
|
|
611
|
+
readonly "com/chips-button/theme/label/color-text/hover/indigo": "#1e4eb5";
|
|
612
|
+
readonly "com/chips-button/theme/label/color-text/hover/violet": "#8b269b";
|
|
613
|
+
readonly "com/chips-button/theme/label/color-text/hover/pink": "#970978";
|
|
614
|
+
readonly "com/chips-button/theme/label/color-text/pressed/neutral": "#505a5f";
|
|
615
|
+
readonly "com/chips-button/theme/label/color-text/pressed/red": "#a7051e";
|
|
616
|
+
readonly "com/chips-button/theme/label/color-text/pressed/orange": "#952900";
|
|
617
|
+
readonly "com/chips-button/theme/label/color-text/pressed/yellow": "#7a4300";
|
|
618
|
+
readonly "com/chips-button/theme/label/color-text/pressed/lime": "#2e5c00";
|
|
619
|
+
readonly "com/chips-button/theme/label/color-text/pressed/green": "#006535";
|
|
620
|
+
readonly "com/chips-button/theme/label/color-text/pressed/ocean": "#006782";
|
|
621
|
+
readonly "com/chips-button/theme/label/color-text/pressed/blue": "#005eac";
|
|
622
|
+
readonly "com/chips-button/theme/label/color-text/pressed/indigo": "#1e4eb5";
|
|
623
|
+
readonly "com/chips-button/theme/label/color-text/pressed/violet": "#8b269b";
|
|
624
|
+
readonly "com/chips-button/theme/label/color-text/pressed/pink": "#970978";
|
|
625
|
+
readonly "com/chips-button/theme/label/color-text/selected/neutral": "#505a5f";
|
|
626
|
+
readonly "com/chips-button/theme/label/color-text/selected/red": "#a7051e";
|
|
627
|
+
readonly "com/chips-button/theme/label/color-text/selected/orange": "#952900";
|
|
628
|
+
readonly "com/chips-button/theme/label/color-text/selected/yellow": "#7a4300";
|
|
629
|
+
readonly "com/chips-button/theme/label/color-text/selected/lime": "#2e5c00";
|
|
630
|
+
readonly "com/chips-button/theme/label/color-text/selected/green": "#006535";
|
|
631
|
+
readonly "com/chips-button/theme/label/color-text/selected/ocean": "#006782";
|
|
632
|
+
readonly "com/chips-button/theme/label/color-text/selected/blue": "#005eac";
|
|
633
|
+
readonly "com/chips-button/theme/label/color-text/selected/indigo": "#1e4eb5";
|
|
634
|
+
readonly "com/chips-button/theme/label/color-text/selected/violet": "#8b269b";
|
|
635
|
+
readonly "com/chips-button/theme/label/color-text/selected/pink": "#970978";
|
|
636
|
+
readonly "com/chips-button/theme/color-stroke/default/neutral": "#0a2f4d22";
|
|
637
|
+
readonly "com/chips-button/theme/color-stroke/default/red": "#fbd3ce";
|
|
638
|
+
readonly "com/chips-button/theme/color-stroke/default/orange": "#ffd3b5";
|
|
639
|
+
readonly "com/chips-button/theme/color-stroke/default/yellow": "#fbd797";
|
|
640
|
+
readonly "com/chips-button/theme/color-stroke/default/lime": "#d0e59b";
|
|
641
|
+
readonly "com/chips-button/theme/color-stroke/default/green": "#b3e9cf";
|
|
642
|
+
readonly "com/chips-button/theme/color-stroke/default/ocean": "#b3e7e3";
|
|
643
|
+
readonly "com/chips-button/theme/color-stroke/default/blue": "#b9e4f6";
|
|
644
|
+
readonly "com/chips-button/theme/color-stroke/default/indigo": "#d1ddfb";
|
|
645
|
+
readonly "com/chips-button/theme/color-stroke/default/violet": "#e5d8f5";
|
|
646
|
+
readonly "com/chips-button/theme/color-stroke/default/pink": "#f5d3ec";
|
|
647
|
+
readonly "com/chips-button/theme/color-stroke/hover/neutral": "#0d2e433d";
|
|
648
|
+
readonly "com/chips-button/theme/color-stroke/hover/red": "#fd8b7f";
|
|
649
|
+
readonly "com/chips-button/theme/color-stroke/hover/orange": "#f4944c";
|
|
650
|
+
readonly "com/chips-button/theme/color-stroke/hover/yellow": "#e7a60f";
|
|
651
|
+
readonly "com/chips-button/theme/color-stroke/hover/lime": "#8eba1e";
|
|
652
|
+
readonly "com/chips-button/theme/color-stroke/hover/green": "#3bc392";
|
|
653
|
+
readonly "com/chips-button/theme/color-stroke/hover/ocean": "#0dc1c2";
|
|
654
|
+
readonly "com/chips-button/theme/color-stroke/hover/blue": "#51b9f0";
|
|
655
|
+
readonly "com/chips-button/theme/color-stroke/hover/indigo": "#4278f5";
|
|
656
|
+
readonly "com/chips-button/theme/color-stroke/hover/violet": "#cb9ce7";
|
|
657
|
+
readonly "com/chips-button/theme/color-stroke/hover/pink": "#ec8dd3";
|
|
658
|
+
readonly "com/chips-button/theme/color-stroke/pressed/neutral": "#0d2e433d";
|
|
659
|
+
readonly "com/chips-button/theme/color-stroke/pressed/red": "#fd8b7f";
|
|
660
|
+
readonly "com/chips-button/theme/color-stroke/pressed/orange": "#f4944c";
|
|
661
|
+
readonly "com/chips-button/theme/color-stroke/pressed/yellow": "#e7a60f";
|
|
662
|
+
readonly "com/chips-button/theme/color-stroke/pressed/lime": "#8eba1e";
|
|
663
|
+
readonly "com/chips-button/theme/color-stroke/pressed/green": "#3bc392";
|
|
664
|
+
readonly "com/chips-button/theme/color-stroke/pressed/ocean": "#0dc1c2";
|
|
665
|
+
readonly "com/chips-button/theme/color-stroke/pressed/blue": "#51b9f0";
|
|
666
|
+
readonly "com/chips-button/theme/color-stroke/pressed/indigo": "#4278f5";
|
|
667
|
+
readonly "com/chips-button/theme/color-stroke/pressed/violet": "#cb9ce7";
|
|
668
|
+
readonly "com/chips-button/theme/color-stroke/pressed/pink": "#ec8dd3";
|
|
669
|
+
readonly "com/chips-button/theme/color-stroke/selected/neutral": "#00152096";
|
|
670
|
+
readonly "com/chips-button/theme/color-stroke/selected/red": "#fd8b7f";
|
|
671
|
+
readonly "com/chips-button/theme/color-stroke/selected/orange": "#f4944c";
|
|
672
|
+
readonly "com/chips-button/theme/color-stroke/selected/yellow": "#e7a60f";
|
|
673
|
+
readonly "com/chips-button/theme/color-stroke/selected/lime": "#8eba1e";
|
|
674
|
+
readonly "com/chips-button/theme/color-stroke/selected/green": "#3bc392";
|
|
675
|
+
readonly "com/chips-button/theme/color-stroke/selected/ocean": "#0dc1c2";
|
|
676
|
+
readonly "com/chips-button/theme/color-stroke/selected/blue": "#51b9f0";
|
|
677
|
+
readonly "com/chips-button/theme/color-stroke/selected/indigo": "#4278f5";
|
|
678
|
+
readonly "com/chips-button/theme/color-stroke/selected/violet": "#cb9ce7";
|
|
679
|
+
readonly "com/chips-button/theme/color-stroke/selected/pink": "#ec8dd3";
|
|
680
|
+
readonly "com/chips-button/theme/background-color/default/neutral": "#e9edf1";
|
|
681
|
+
readonly "com/chips-button/theme/background-color/default/red": "#ffe9e5";
|
|
682
|
+
readonly "com/chips-button/theme/background-color/default/orange": "#feebe2";
|
|
683
|
+
readonly "com/chips-button/theme/background-color/default/yellow": "#fdebd0";
|
|
684
|
+
readonly "com/chips-button/theme/background-color/default/lime": "#e9f6c9";
|
|
685
|
+
readonly "com/chips-button/theme/background-color/default/green": "#dbf6e8";
|
|
686
|
+
readonly "com/chips-button/theme/background-color/default/ocean": "#daf5f4";
|
|
687
|
+
readonly "com/chips-button/theme/background-color/default/blue": "#eaf6fa";
|
|
688
|
+
readonly "com/chips-button/theme/background-color/default/indigo": "#e7eeff";
|
|
689
|
+
readonly "com/chips-button/theme/background-color/default/violet": "#f1ecfa";
|
|
690
|
+
readonly "com/chips-button/theme/background-color/default/pink": "#fce8f7";
|
|
691
|
+
readonly "com/chips-button/theme/background-color/hover/neutral": "#f8f9fb";
|
|
692
|
+
readonly "com/chips-button/theme/background-color/hover/red": "#ffefec";
|
|
693
|
+
readonly "com/chips-button/theme/background-color/hover/orange": "#fff0e8";
|
|
694
|
+
readonly "com/chips-button/theme/background-color/hover/yellow": "#fbf2e3";
|
|
695
|
+
readonly "com/chips-button/theme/background-color/hover/lime": "#f0f6e3";
|
|
696
|
+
readonly "com/chips-button/theme/background-color/hover/green": "#e7f7ef";
|
|
697
|
+
readonly "com/chips-button/theme/background-color/hover/ocean": "#e2f8fa";
|
|
698
|
+
readonly "com/chips-button/theme/background-color/hover/blue": "#e8f4f9";
|
|
699
|
+
readonly "com/chips-button/theme/background-color/hover/indigo": "#edf3fb";
|
|
700
|
+
readonly "com/chips-button/theme/background-color/hover/violet": "#f5f0fc";
|
|
701
|
+
readonly "com/chips-button/theme/background-color/hover/pink": "#ffeffb";
|
|
702
|
+
readonly "com/chips-button/theme/background-color/pressed/neutral": "#dee3e7";
|
|
703
|
+
readonly "com/chips-button/theme/background-color/pressed/red": "#ffe9e5";
|
|
704
|
+
readonly "com/chips-button/theme/background-color/pressed/orange": "#feebe2";
|
|
705
|
+
readonly "com/chips-button/theme/background-color/pressed/yellow": "#fdebd0";
|
|
706
|
+
readonly "com/chips-button/theme/background-color/pressed/lime": "#e9f6c9";
|
|
707
|
+
readonly "com/chips-button/theme/background-color/pressed/green": "#dbf6e8";
|
|
708
|
+
readonly "com/chips-button/theme/background-color/pressed/ocean": "#daf5f4";
|
|
709
|
+
readonly "com/chips-button/theme/background-color/pressed/blue": "#eaf6fa";
|
|
710
|
+
readonly "com/chips-button/theme/background-color/pressed/indigo": "#e7eeff";
|
|
711
|
+
readonly "com/chips-button/theme/background-color/pressed/violet": "#f1ecfa";
|
|
712
|
+
readonly "com/chips-button/theme/background-color/pressed/pink": "#fce8f7";
|
|
713
|
+
readonly "com/chips-button/theme/background-color/selected/neutral": "#ffffff";
|
|
714
|
+
readonly "com/chips-button/theme/background-color/selected/red": "#ffffff";
|
|
715
|
+
readonly "com/chips-button/theme/background-color/selected/orange": "#ffffff";
|
|
716
|
+
readonly "com/chips-button/theme/background-color/selected/yellow": "#ffffff";
|
|
717
|
+
readonly "com/chips-button/theme/background-color/selected/lime": "#ffffff";
|
|
718
|
+
readonly "com/chips-button/theme/background-color/selected/green": "#ffffff";
|
|
719
|
+
readonly "com/chips-button/theme/background-color/selected/ocean": "#ffffff";
|
|
720
|
+
readonly "com/chips-button/theme/background-color/selected/blue": "#ffffff";
|
|
721
|
+
readonly "com/chips-button/theme/background-color/selected/indigo": "#ffffff";
|
|
722
|
+
readonly "com/chips-button/theme/background-color/selected/violet": "#ffffff";
|
|
723
|
+
readonly "com/chips-button/theme/background-color/selected/pink": "#ffffff";
|
|
724
|
+
readonly "com/chips-button/disable/color-text": "#c5cdd2";
|
|
725
|
+
readonly "com/chips-button/disable/color-icon": "#c5cdd2";
|
|
726
|
+
readonly "com/chips-button/disable/background-color": "#e9edf1";
|
|
727
|
+
readonly "com/chips-button/disable/color-stroke": "#02305e16";
|
|
728
|
+
readonly "com/combo-box/selected-data/horizontal-gap": "8px";
|
|
729
|
+
readonly "com/combo-box/selected-data/top-padding": "2px";
|
|
730
|
+
readonly "com/divider/side-offset/2xl": "36px";
|
|
731
|
+
readonly "com/divider/side-offset/xl": "24px";
|
|
732
|
+
readonly "com/divider/side-offset/lg": "20px";
|
|
733
|
+
readonly "com/divider/side-offset/md": "16px";
|
|
734
|
+
readonly "com/divider/side-offset/sm": "12px";
|
|
735
|
+
readonly "com/divider/side-offset/xs": "8px";
|
|
736
|
+
readonly "com/divider/side-offset/2xs": "4px";
|
|
737
|
+
readonly "com/divider/side-offset/tiny": "2px";
|
|
738
|
+
readonly "com/divider/side-offset/null": "0px";
|
|
739
|
+
readonly "com/divider/headpoint-offset/2xl": "36px";
|
|
740
|
+
readonly "com/divider/headpoint-offset/xl": "24px";
|
|
741
|
+
readonly "com/divider/headpoint-offset/lg": "20px";
|
|
742
|
+
readonly "com/divider/headpoint-offset/md": "16px";
|
|
743
|
+
readonly "com/divider/headpoint-offset/sm": "12px";
|
|
744
|
+
readonly "com/divider/headpoint-offset/xs": "8px";
|
|
745
|
+
readonly "com/divider/headpoint-offset/2xs": "4px";
|
|
746
|
+
readonly "com/divider/headpoint-offset/tiny": "2px";
|
|
747
|
+
readonly "com/divider/headpoint-offset/null": "0px";
|
|
748
|
+
readonly "com/drawer/top-left-conner-radius": "20px";
|
|
749
|
+
readonly "com/drawer/border/color-stroke": "#0a2f4d22";
|
|
750
|
+
readonly "com/drawer/border/stroke-width": "1px";
|
|
751
|
+
readonly "com/drawer/header/background": "#ffffff";
|
|
752
|
+
readonly "com/drawer/header/top-padding": "16px";
|
|
753
|
+
readonly "com/drawer/header/bottom-padding": "16px";
|
|
754
|
+
readonly "com/drawer/header/left-padding": "20px";
|
|
755
|
+
readonly "com/drawer/header/right-padding": "20px";
|
|
756
|
+
readonly "com/drawer/header/pictogram/background-color": "#ffffff";
|
|
757
|
+
readonly "com/drawer/header/pictogram/color-stroke": "#0d2e433d";
|
|
758
|
+
readonly "com/drawer/header/pictogram/color-icon": "#343d41";
|
|
759
|
+
readonly "com/drawer/header/pictogram/stroke-width": "1px";
|
|
760
|
+
readonly "com/drawer/header/pictogram/corner-radius": "12px";
|
|
761
|
+
readonly "com/drawer/header/drawer-title/color-text": "#1e2225";
|
|
762
|
+
readonly "com/drawer/header/drawer-title/right-padding": "24px";
|
|
763
|
+
readonly "com/drawer/header/drawer-description/color-text": "#505a5f";
|
|
764
|
+
readonly "com/drawer/header/title-n-content/vertical-gap": "4px";
|
|
765
|
+
readonly "com/drawer/header/title-n-content/right-padding": "20px";
|
|
766
|
+
readonly "com/drawer/header/description-on/pictogram-n-title-gap": "12px";
|
|
767
|
+
readonly "com/drawer/header/description-off/pictogram-n-title-gap": "8px";
|
|
768
|
+
readonly "com/drawer/change-view-bar/horizontal-padding": "20px";
|
|
769
|
+
readonly "com/drawer/change-view-bar/bottom-padding": "12px";
|
|
770
|
+
readonly "com/drawer/change-view-bar/background": "#ffffff";
|
|
771
|
+
readonly "com/drawer/divider/color-stroke": "#0a2f4d22";
|
|
772
|
+
readonly "com/drawer/divider/stroke-width": "1px";
|
|
773
|
+
readonly "com/drawer/body/vertical-gap": "16px";
|
|
774
|
+
readonly "com/drawer/body/bottom-padding": "16px";
|
|
775
|
+
readonly "com/drawer/body/background": "#ffffff";
|
|
776
|
+
readonly "com/drawer/body/content/horizontal-padding": "20px";
|
|
777
|
+
readonly "com/drawer/footer/background": "#ffffff";
|
|
778
|
+
readonly "com/drawer/footer/vertical-gap": "16px";
|
|
779
|
+
readonly "com/drawer/footer/divider/color-stroke": "#0a2f4d22";
|
|
780
|
+
readonly "com/drawer/footer/stepper/stepper-display/stroke-width": "1px";
|
|
781
|
+
readonly "com/drawer/footer/stepper/stepper-display/color-stroke": "#0d2e433d";
|
|
782
|
+
readonly "com/drawer/footer/stepper/stepper-display/horizontal-gap": "2px";
|
|
783
|
+
readonly "com/drawer/footer/stepper/stepper-display/top-padding": "2px";
|
|
784
|
+
readonly "com/drawer/footer/stepper/stepper-display/bottom-padding": "2px";
|
|
785
|
+
readonly "com/drawer/footer/stepper/stepper-display/left-padding": "8px";
|
|
786
|
+
readonly "com/drawer/footer/stepper/stepper-display/right-padding": "8px";
|
|
787
|
+
readonly "com/drawer/footer/stepper/stepper-display/corner-radius": "8px";
|
|
788
|
+
readonly "com/drawer/footer/stepper/current-step/color-text": "#1e2225";
|
|
789
|
+
readonly "com/drawer/footer/stepper/total-step/color-text": "#505a5f";
|
|
790
|
+
readonly "com/drawer/footer/stepper/icon-slash-divider/color-icon": "#a3aeb5";
|
|
791
|
+
readonly "com/drawer/footer/type-information/icon-info-circle/color-icon": "#a3aeb5";
|
|
792
|
+
readonly "com/drawer/footer/type-information/information-message/color-text": "#505a5f";
|
|
793
|
+
readonly "com/drawer/footer/type-information/info-content-wrap/horizontal-gap": "8px";
|
|
794
|
+
readonly "com/drawer/footer/action/vertical-gap": "12px";
|
|
795
|
+
readonly "com/drawer/footer/action/horizontal-padding": "20px";
|
|
796
|
+
readonly "com/drawer/footer/action/bottom-padding": "16px";
|
|
797
|
+
readonly "com/focus-mark/background-color": "#ffffff00";
|
|
798
|
+
readonly "com/focus-mark/color-stroke": "#000000";
|
|
799
|
+
readonly "com/focus-mark/color-gap-spacing": "#ffffff";
|
|
800
|
+
readonly "com/focus-mark/gap-spacing": "2px";
|
|
801
|
+
readonly "com/focus-mark/corner-radius-default": "4px";
|
|
802
|
+
readonly "com/focus-mark/stroke-width": "4px";
|
|
803
|
+
readonly "com/actived-mark/background-color": "#ffffff00";
|
|
804
|
+
readonly "com/actived-mark/color-gap-spacing": "#cee2f8";
|
|
805
|
+
readonly "com/actived-mark/color-gap-spacing-on-white": "#3263e7";
|
|
806
|
+
readonly "com/actived-mark/gap-spacing": "3px";
|
|
807
|
+
readonly "com/actived-mark/corner-radius-default": "4px";
|
|
808
|
+
readonly "com/actived-mark/color-gap-spacing-negative": "#fdd3cd";
|
|
809
|
+
readonly "com/input/vertical-gap": "4px";
|
|
414
810
|
readonly "com/input/label/horizontal-gap": "2px";
|
|
811
|
+
readonly "com/input/label/label/color-text": "#1e2225";
|
|
415
812
|
readonly "com/input/label/required-mark/color-text": "#cf0026";
|
|
416
|
-
readonly "com/input/
|
|
813
|
+
readonly "com/input/hint/top-padding": "0px";
|
|
417
814
|
readonly "com/input/hint/neutral/icon/color-icon": "#a3aeb5";
|
|
418
815
|
readonly "com/input/hint/neutral/label/color-text": "#505a5f";
|
|
419
|
-
readonly "com/input/hint/top-padding": "4px";
|
|
420
816
|
readonly "com/input/hint/negative/icon/color-icon": "#ff897c";
|
|
421
817
|
readonly "com/input/hint/negative/label/color-text": "#a80a12";
|
|
422
818
|
readonly "com/input/hint/positive/icon/color-icon": "#5fbf8c";
|
|
@@ -431,7 +827,7 @@ declare const _default: {
|
|
|
431
827
|
readonly "com/input/field/size-xs/horizontal-gap": "4px";
|
|
432
828
|
readonly "com/input/field/size-xs/horizontal-padding": "8px";
|
|
433
829
|
readonly "com/input/field/size-xs/corner-radius": "6px";
|
|
434
|
-
readonly "com/input/field/size-xs/label/sub-spacing": "
|
|
830
|
+
readonly "com/input/field/size-xs/label/sub-spacing": "4px";
|
|
435
831
|
readonly "com/input/field/size-xs/icon/size-icon": "16px";
|
|
436
832
|
readonly "com/input/field/size-sm/height": "28px";
|
|
437
833
|
readonly "com/input/field/size-sm/horizontal-gap": "2px";
|
|
@@ -449,6 +845,7 @@ declare const _default: {
|
|
|
449
845
|
readonly "com/input/field/size-md/icon/size-icon": "20px";
|
|
450
846
|
readonly "com/input/field/size-md/icon/vertical-padding": "4px";
|
|
451
847
|
readonly "com/input/field/size-md/icon/left-padding": "4px";
|
|
848
|
+
readonly "com/input/field/size-md/icon/right-padding": "4px";
|
|
452
849
|
readonly "com/input/field/size-md/number/min-width": "104px";
|
|
453
850
|
readonly "com/input/field/size-md/number/sub-spacing": "4px";
|
|
454
851
|
readonly "com/input/field/size-lg/height": "44px";
|
|
@@ -461,19 +858,20 @@ declare const _default: {
|
|
|
461
858
|
readonly "com/input/field/size-lg/icon/size-icon": "20px";
|
|
462
859
|
readonly "com/input/field/size-lg/icon/vertical-padding": "8px";
|
|
463
860
|
readonly "com/input/field/size-lg/icon/left-padding": "8px";
|
|
861
|
+
readonly "com/input/field/size-lg/icon/right-padding": "8px";
|
|
464
862
|
readonly "com/input/field/size-lg/number/sub-spacing": "8px";
|
|
465
863
|
readonly "com/input/field/size-lg/number/min-width": "132px";
|
|
466
864
|
readonly "com/input/field/disable/label-color": "#c5cdd2";
|
|
467
865
|
readonly "com/input/field/disable/icon-color": "#c5cdd2";
|
|
468
866
|
readonly "com/input/field/disable/background-color": "#ffffff00";
|
|
469
867
|
readonly "com/input/field/disable/background-color-transparent": "#ffffff00";
|
|
470
|
-
readonly "com/input/field/disable/stroke-color": "#
|
|
868
|
+
readonly "com/input/field/disable/stroke-color": "#02305e16";
|
|
471
869
|
readonly "com/input/field/default/background/default": "#f8f9fb";
|
|
472
870
|
readonly "com/input/field/default/background/hover": "#dee3e7";
|
|
473
871
|
readonly "com/input/field/default/background/active": "#f8f9fb";
|
|
474
872
|
readonly "com/input/field/default/border/default": "#0d2e433d";
|
|
475
873
|
readonly "com/input/field/default/border/hover": "#0d2e433d";
|
|
476
|
-
readonly "com/input/field/default/border/active": "#
|
|
874
|
+
readonly "com/input/field/default/border/active": "#3263e7";
|
|
477
875
|
readonly "com/input/field/default/label/color-text/inputed": "#505a5f";
|
|
478
876
|
readonly "com/input/field/default/label/color-text/placeholder": "#828f96";
|
|
479
877
|
readonly "com/input/field/default/icon/color-icon/default": "#a3aeb5";
|
|
@@ -490,247 +888,242 @@ declare const _default: {
|
|
|
490
888
|
readonly "com/input/field/negative/icon/color-icon/default": "#ff897c";
|
|
491
889
|
readonly "com/input/field/negative/icon/color-icon/hover": "#ff897c";
|
|
492
890
|
readonly "com/input/field/negative/icon/color-icon/active": "#ff897c";
|
|
891
|
+
readonly "com/input/suffix/right-padding": "4px";
|
|
892
|
+
readonly "com/input/suffix/left-padding": "8px";
|
|
893
|
+
readonly "com/input/suffix/horizontal-gap": "4px";
|
|
493
894
|
readonly "com/input/suffix/label/color-text": "#505a5f";
|
|
494
|
-
readonly "com/input/suffix/horizontal-padding": "4px";
|
|
495
895
|
readonly "com/input/suffix/icon/color-icon": "#505a5f";
|
|
496
|
-
readonly "com/input/suffix/divider/color-stroke": "#
|
|
896
|
+
readonly "com/input/suffix/divider/color-stroke": "#0a2f4d22";
|
|
497
897
|
readonly "com/input/suffix/divider/stroke-width": "1px";
|
|
498
|
-
readonly "com/input/
|
|
499
|
-
readonly "com/input/
|
|
898
|
+
readonly "com/input/prefix/right-padding": "8px";
|
|
899
|
+
readonly "com/input/prefix/left-padding": "4px";
|
|
900
|
+
readonly "com/input/prefix/horizontal-gap": "4px";
|
|
901
|
+
readonly "com/input/prefix/label/color-text": "#505a5f";
|
|
902
|
+
readonly "com/input/prefix/icon/color-icon": "#505a5f";
|
|
903
|
+
readonly "com/input/prefix/divider/color-stroke": "#0a2f4d22";
|
|
904
|
+
readonly "com/input/prefix/divider/stroke-width": "1px";
|
|
500
905
|
readonly "com/input/dropdown/horizontal-padding": "8px";
|
|
501
906
|
readonly "com/input/dropdown/horizontal-gap": "4px";
|
|
502
|
-
readonly "com/input/dropdown/
|
|
907
|
+
readonly "com/input/dropdown/label/color-text/default": "#505a5f";
|
|
908
|
+
readonly "com/input/dropdown/label/color-text/hover": "#1e2225";
|
|
909
|
+
readonly "com/input/dropdown/icon/color-icon/default": "#505a5f";
|
|
503
910
|
readonly "com/input/dropdown/icon/color-icon/hover": "#343d41";
|
|
504
911
|
readonly "com/input/dropdown/background/default": "#ffffff00";
|
|
505
|
-
readonly "com/input/dropdown/background/hover": "#
|
|
506
|
-
readonly "com/input/dropdown/background/pressed": "#
|
|
507
|
-
readonly "com/input/dropdown/background/actived": "#
|
|
508
|
-
readonly "com/input/dropdown/divider/color-stroke": "#
|
|
912
|
+
readonly "com/input/dropdown/background/hover": "#02305e16";
|
|
913
|
+
readonly "com/input/dropdown/background/pressed": "#0a2f4d22";
|
|
914
|
+
readonly "com/input/dropdown/background/actived": "#00375b0e";
|
|
915
|
+
readonly "com/input/dropdown/divider/color-stroke": "#0a2f4d22";
|
|
509
916
|
readonly "com/input/dropdown/divider/stroke-width": "1px";
|
|
510
917
|
readonly "com/input/character-limit/horizontal-padding": "8px";
|
|
511
918
|
readonly "com/input/character-limit/label/default/color-text": "#828f96";
|
|
512
919
|
readonly "com/input/character-limit/label/over-limit/color-text": "#d8473c";
|
|
513
920
|
readonly "com/input/resize-handle/resize": "#1e2225";
|
|
514
921
|
readonly "com/input/resize-handle/disable": "#c5cdd2";
|
|
515
|
-
readonly "com/
|
|
516
|
-
readonly "com/
|
|
517
|
-
readonly "com/
|
|
518
|
-
readonly "com/
|
|
519
|
-
readonly "com/
|
|
520
|
-
readonly "com/
|
|
521
|
-
readonly "com/
|
|
522
|
-
readonly "com/
|
|
523
|
-
readonly "com/
|
|
524
|
-
readonly "com/
|
|
525
|
-
readonly "com/
|
|
526
|
-
readonly "com/
|
|
527
|
-
readonly "com/
|
|
528
|
-
readonly "com/
|
|
529
|
-
readonly "com/
|
|
530
|
-
readonly "com/
|
|
531
|
-
readonly "com/
|
|
532
|
-
readonly "com/
|
|
533
|
-
readonly "com/
|
|
534
|
-
readonly "com/
|
|
535
|
-
readonly "com/
|
|
536
|
-
readonly "com/
|
|
537
|
-
readonly "com/
|
|
538
|
-
readonly "com/
|
|
539
|
-
readonly "com/
|
|
540
|
-
readonly "com/
|
|
541
|
-
readonly "com/
|
|
542
|
-
readonly "com/
|
|
543
|
-
readonly "com/
|
|
544
|
-
readonly "com/
|
|
545
|
-
readonly "com/
|
|
546
|
-
readonly "com/
|
|
547
|
-
readonly "com/
|
|
548
|
-
readonly "com/
|
|
549
|
-
readonly "com/
|
|
550
|
-
readonly "com/
|
|
551
|
-
readonly "com/
|
|
552
|
-
readonly "com/
|
|
553
|
-
readonly "com/
|
|
554
|
-
readonly "com/
|
|
555
|
-
readonly "com/
|
|
556
|
-
readonly "com/
|
|
557
|
-
readonly "com/
|
|
558
|
-
readonly "com/
|
|
559
|
-
readonly "com/
|
|
560
|
-
readonly "com/
|
|
561
|
-
readonly "com/
|
|
562
|
-
readonly "com/
|
|
563
|
-
readonly "com/
|
|
564
|
-
readonly "com/
|
|
565
|
-
readonly "com/
|
|
566
|
-
readonly "com/
|
|
567
|
-
readonly "com/
|
|
568
|
-
readonly "com/
|
|
569
|
-
readonly "com/
|
|
570
|
-
readonly "com/
|
|
571
|
-
readonly "com/
|
|
572
|
-
readonly "com/
|
|
573
|
-
readonly "com/
|
|
574
|
-
readonly "com/
|
|
575
|
-
readonly "com/
|
|
576
|
-
readonly "com/
|
|
577
|
-
readonly "com/
|
|
578
|
-
readonly "com/
|
|
579
|
-
readonly "com/
|
|
580
|
-
readonly "com/
|
|
581
|
-
readonly "com/
|
|
582
|
-
readonly "com/
|
|
583
|
-
readonly "com/
|
|
584
|
-
readonly "com/
|
|
585
|
-
readonly "com/
|
|
586
|
-
readonly "com/
|
|
587
|
-
readonly "com/
|
|
588
|
-
readonly "com/
|
|
589
|
-
readonly "com/
|
|
590
|
-
readonly "com/
|
|
591
|
-
readonly "com/
|
|
592
|
-
readonly "com/
|
|
593
|
-
readonly "com/
|
|
594
|
-
readonly "com/
|
|
595
|
-
readonly "com/
|
|
596
|
-
readonly "com/
|
|
597
|
-
readonly "com/
|
|
598
|
-
readonly "com/
|
|
599
|
-
readonly "com/
|
|
600
|
-
readonly "com/
|
|
601
|
-
readonly "com/
|
|
602
|
-
readonly "com/
|
|
603
|
-
readonly "com/
|
|
604
|
-
readonly "com/
|
|
605
|
-
readonly "com/
|
|
606
|
-
readonly "com/
|
|
607
|
-
readonly "com/
|
|
608
|
-
readonly "com/
|
|
609
|
-
readonly "com/
|
|
610
|
-
readonly "com/
|
|
611
|
-
readonly "com/
|
|
612
|
-
readonly "com/
|
|
613
|
-
readonly "com/
|
|
614
|
-
readonly "com/
|
|
615
|
-
readonly "com/
|
|
616
|
-
readonly "com/
|
|
617
|
-
readonly "com/
|
|
618
|
-
readonly "com/
|
|
619
|
-
readonly "com/
|
|
620
|
-
readonly "com/
|
|
621
|
-
readonly "com/
|
|
622
|
-
readonly "com/
|
|
623
|
-
readonly "com/
|
|
624
|
-
readonly "com/
|
|
625
|
-
readonly "com/
|
|
626
|
-
readonly "com/
|
|
627
|
-
readonly "com/
|
|
628
|
-
readonly "com/
|
|
629
|
-
readonly "com/
|
|
630
|
-
readonly "com/
|
|
631
|
-
readonly "com/
|
|
632
|
-
readonly "com/
|
|
633
|
-
readonly "com/
|
|
634
|
-
readonly "com/
|
|
635
|
-
readonly "com/
|
|
636
|
-
readonly "com/
|
|
637
|
-
readonly "com/
|
|
638
|
-
readonly "com/
|
|
639
|
-
readonly "com/
|
|
640
|
-
readonly "com/
|
|
641
|
-
readonly "com/
|
|
642
|
-
readonly "com/
|
|
643
|
-
readonly "com/
|
|
644
|
-
readonly "com/
|
|
645
|
-
readonly "com/
|
|
646
|
-
readonly "com/
|
|
647
|
-
readonly "com/
|
|
648
|
-
readonly "com/
|
|
649
|
-
readonly "com/
|
|
650
|
-
readonly "com/
|
|
651
|
-
readonly "com/
|
|
652
|
-
readonly "com/
|
|
653
|
-
readonly "com/
|
|
654
|
-
readonly "com/
|
|
655
|
-
readonly "com/
|
|
656
|
-
readonly "com/
|
|
657
|
-
readonly "com/
|
|
658
|
-
readonly "com/
|
|
659
|
-
readonly "com/
|
|
660
|
-
readonly "com/
|
|
661
|
-
readonly "com/
|
|
662
|
-
readonly "com/
|
|
663
|
-
readonly "com/
|
|
664
|
-
readonly "com/
|
|
665
|
-
readonly "com/
|
|
666
|
-
readonly "com/
|
|
667
|
-
readonly "com/
|
|
668
|
-
readonly "com/
|
|
669
|
-
readonly "com/
|
|
670
|
-
readonly "com/
|
|
671
|
-
readonly "com/
|
|
672
|
-
readonly "com/
|
|
673
|
-
readonly "com/
|
|
674
|
-
readonly "com/
|
|
675
|
-
readonly "com/
|
|
676
|
-
readonly "com/
|
|
677
|
-
readonly "com/
|
|
678
|
-
readonly "com/
|
|
679
|
-
readonly "com/
|
|
680
|
-
readonly "com/
|
|
681
|
-
readonly "com/
|
|
682
|
-
readonly "com/
|
|
683
|
-
readonly "com/
|
|
684
|
-
readonly "com/
|
|
685
|
-
readonly "com/
|
|
686
|
-
readonly "com/
|
|
687
|
-
readonly "com/
|
|
688
|
-
readonly "com/
|
|
689
|
-
readonly "com/
|
|
690
|
-
readonly "com/
|
|
691
|
-
readonly "com/
|
|
692
|
-
readonly "com/
|
|
693
|
-
readonly "com/
|
|
694
|
-
readonly "com/
|
|
695
|
-
readonly "com/
|
|
696
|
-
readonly "com/
|
|
697
|
-
readonly "com/
|
|
698
|
-
readonly "com/
|
|
699
|
-
readonly "com/
|
|
700
|
-
readonly "com/
|
|
701
|
-
readonly "com/
|
|
702
|
-
readonly "com/
|
|
703
|
-
readonly "com/
|
|
704
|
-
readonly "com/
|
|
705
|
-
readonly "com/
|
|
706
|
-
readonly "com/
|
|
707
|
-
readonly "com/
|
|
708
|
-
readonly "com/
|
|
709
|
-
readonly "com/
|
|
710
|
-
readonly "com/
|
|
711
|
-
readonly "com/
|
|
712
|
-
readonly "com/
|
|
713
|
-
readonly "com/tabs/item/with-label/size-md/icon/size-icon": "16px";
|
|
714
|
-
readonly "com/tabs/item/with-label/size-md/horizontal-gap": "0px";
|
|
715
|
-
readonly "com/tabs/item/with-label/size-md/sub-spacing": "8px";
|
|
716
|
-
readonly "com/tabs/item/with-label/size-lg/color-text/default": "#505a5f";
|
|
717
|
-
readonly "com/tabs/item/with-label/size-lg/color-text/hover": "#1e2225";
|
|
718
|
-
readonly "com/tabs/item/with-label/size-lg/color-text/pressed": "#1e2225";
|
|
719
|
-
readonly "com/tabs/item/with-label/size-lg/color-text/actived": "#2a30a0";
|
|
720
|
-
readonly "com/tabs/item/with-label/size-lg/color-icon/default": "#505a5f";
|
|
721
|
-
readonly "com/tabs/item/with-label/size-lg/color-icon/hover": "#343d41";
|
|
722
|
-
readonly "com/tabs/item/with-label/size-lg/color-icon/pressed": "#343d41";
|
|
723
|
-
readonly "com/tabs/item/with-label/size-lg/color-icon/actived": "#2f3cc1";
|
|
724
|
-
readonly "com/tabs/item/with-label/size-lg/horizontal-gap": "2px";
|
|
725
|
-
readonly "com/tabs/item/with-label/size-lg/sub-spacing": "8px";
|
|
726
|
-
readonly "com/tabs/background-color": "#ffffff00";
|
|
727
|
-
readonly "com/tabs/horizontal-gap": "24px";
|
|
922
|
+
readonly "com/input/scrollbar/vertical-padding": "2px";
|
|
923
|
+
readonly "com/link/size-xs/size-icon": "16px";
|
|
924
|
+
readonly "com/link/size-xs/horizontal-gap": "4px";
|
|
925
|
+
readonly "com/link/size-sm/size-icon": "16px";
|
|
926
|
+
readonly "com/link/size-sm/horizontal-gap": "4px";
|
|
927
|
+
readonly "com/link/disable/label-color": "#a3aeb5";
|
|
928
|
+
readonly "com/link/disable/icon-color": "#c5cdd2";
|
|
929
|
+
readonly "com/link/disable-invert/label-color": "#ffffff82";
|
|
930
|
+
readonly "com/link/disable-invert/icon-color": "#ffffff65";
|
|
931
|
+
readonly "com/link/primary/label-color/default": "#2a30a0";
|
|
932
|
+
readonly "com/link/primary/label-color/hover": "#3263e7";
|
|
933
|
+
readonly "com/link/primary/icon-color/default": "#2f3cc1";
|
|
934
|
+
readonly "com/link/primary/icon-color/hover": "#2f3cc1";
|
|
935
|
+
readonly "com/link/secondary/label-color/default": "#41494e";
|
|
936
|
+
readonly "com/link/secondary/label-color/hover": "#2f3cc1";
|
|
937
|
+
readonly "com/link/secondary/icon-color/default": "#343d41";
|
|
938
|
+
readonly "com/link/secondary/icon-color/hover": "#343d41";
|
|
939
|
+
readonly "com/link/negative/label-color/default": "#a80a12";
|
|
940
|
+
readonly "com/link/negative/label-color/hover": "#d8473c";
|
|
941
|
+
readonly "com/link/negative/icon-color/default": "#d8473c";
|
|
942
|
+
readonly "com/link/negative/icon-color/hover": "#d8473c";
|
|
943
|
+
readonly "com/link/invert/label-color/default": "#ffffff";
|
|
944
|
+
readonly "com/link/invert/label-color/hover": "#ffffff";
|
|
945
|
+
readonly "com/link/invert/icon-color/default": "#ffffff";
|
|
946
|
+
readonly "com/link/invert/icon-color/hover": "#ffffff";
|
|
947
|
+
readonly "com/menu/right-padding": "8px";
|
|
948
|
+
readonly "com/menu/left-padding": "8px";
|
|
949
|
+
readonly "com/menu/top-padding": "8px";
|
|
950
|
+
readonly "com/menu/bottom-padding": "8px";
|
|
951
|
+
readonly "com/menu/corner-radius": "12px";
|
|
952
|
+
readonly "com/menu/background-color": "#ffffff";
|
|
953
|
+
readonly "com/menu/min-width": "132px";
|
|
954
|
+
readonly "com/menu/max-height": "780px";
|
|
955
|
+
readonly "com/menu/search-bar/size": "Md (36)";
|
|
956
|
+
readonly "com/menu/scrollbar/direction": "Vertical";
|
|
957
|
+
readonly "com/menu/group-label/horizontal-padding": "8px";
|
|
958
|
+
readonly "com/menu/group-label/vertical-padding": "4px";
|
|
959
|
+
readonly "com/menu/group-label/color-text": "#828f96";
|
|
960
|
+
readonly "com/menu/border/stroke-width": "1px";
|
|
961
|
+
readonly "com/menu/border/color-stroke": "#0a2f4d22";
|
|
962
|
+
readonly "com/menu/divider/stroke-width": "1px";
|
|
963
|
+
readonly "com/menu/divider/color-stroke": "#0a2f4d22";
|
|
964
|
+
readonly "com/menu/divider/padding": "Xs (8)";
|
|
965
|
+
readonly "com/menu/item/horizontal-gap": "8px";
|
|
966
|
+
readonly "com/menu/item/vertical-gap": "2px";
|
|
967
|
+
readonly "com/menu/item/corner-radius": "6px";
|
|
968
|
+
readonly "com/menu/item/min-width": "204px";
|
|
969
|
+
readonly "com/menu/item/size-md/vertical-padding": "8px";
|
|
970
|
+
readonly "com/menu/item/size-md/horizontal-padding": "8px";
|
|
971
|
+
readonly "com/menu/item/size-md/min-height": "36px";
|
|
972
|
+
readonly "com/menu/item/size-md/icon/size-icon": "20px";
|
|
973
|
+
readonly "com/menu/item/size-lg/vertical-padding": "12px";
|
|
974
|
+
readonly "com/menu/item/size-lg/horizontal-padding": "12px";
|
|
975
|
+
readonly "com/menu/item/size-lg/min-height": "44px";
|
|
976
|
+
readonly "com/menu/item/size-lg/icon/size-icon": "20px";
|
|
977
|
+
readonly "com/menu/item/action/icon/color-icon/default": "#505a5f";
|
|
978
|
+
readonly "com/menu/item/action/icon/color-icon/hover": "#343d41";
|
|
979
|
+
readonly "com/menu/item/action/label/color-text/default": "#505a5f";
|
|
980
|
+
readonly "com/menu/item/action/label/color-text/hover": "#1e2225";
|
|
981
|
+
readonly "com/menu/item/action/description/color-text/default": "#828f96";
|
|
982
|
+
readonly "com/menu/item/action/description/color-text/hover": "#505a5f";
|
|
983
|
+
readonly "com/menu/item/action/background-color/default": "#ffffff00";
|
|
984
|
+
readonly "com/menu/item/action/background-color/hover": "#02305e16";
|
|
985
|
+
readonly "com/menu/item/action/background-color/selected": "#00375b0e";
|
|
986
|
+
readonly "com/menu/item/action/badge/size": "Sm (20)";
|
|
987
|
+
readonly "com/menu/item/action/badge/theme": "Neutral - Light";
|
|
988
|
+
readonly "com/menu/item/leveling/label/color-text/default": "#505a5f";
|
|
989
|
+
readonly "com/menu/item/leveling/label/color-text/hover": "#1e2225";
|
|
990
|
+
readonly "com/menu/item/leveling/label/color-text/selected": "#2a30a0";
|
|
991
|
+
readonly "com/menu/item/leveling/description/color-text/default": "#828f96";
|
|
992
|
+
readonly "com/menu/item/leveling/description/color-text/hover": "#505a5f";
|
|
993
|
+
readonly "com/menu/item/leveling/description/color-text/selected": "#828f96";
|
|
994
|
+
readonly "com/menu/item/leveling/icon/color-icon/default": "#505a5f";
|
|
995
|
+
readonly "com/menu/item/leveling/icon/color-icon/hover": "#343d41";
|
|
996
|
+
readonly "com/menu/item/leveling/icon/color-icon/selected": "#2f3cc1";
|
|
997
|
+
readonly "com/menu/item/leveling/background-color/default": "#ffffff00";
|
|
998
|
+
readonly "com/menu/item/leveling/background-color/hover": "#02305e16";
|
|
999
|
+
readonly "com/menu/item/leveling/background-color/selected": "#f5f8fc";
|
|
1000
|
+
readonly "com/menu/item/select-able/label/color-text/default": "#505a5f";
|
|
1001
|
+
readonly "com/menu/item/select-able/label/color-text/hover": "#1e2225";
|
|
1002
|
+
readonly "com/menu/item/select-able/label/color-text/selected": "#2a30a0";
|
|
1003
|
+
readonly "com/menu/item/select-able/description/color-text/default": "#828f96";
|
|
1004
|
+
readonly "com/menu/item/select-able/description/color-text/hover": "#505a5f";
|
|
1005
|
+
readonly "com/menu/item/select-able/description/color-text/selected": "#828f96";
|
|
1006
|
+
readonly "com/menu/item/select-able/icon/color-icon/default": "#505a5f";
|
|
1007
|
+
readonly "com/menu/item/select-able/icon/color-icon/hover": "#343d41";
|
|
1008
|
+
readonly "com/menu/item/select-able/icon/color-icon/selected": "#2f3cc1";
|
|
1009
|
+
readonly "com/menu/item/select-able/background-color/default": "#ffffff00";
|
|
1010
|
+
readonly "com/menu/item/select-able/background-color/hover": "#02305e16";
|
|
1011
|
+
readonly "com/menu/item/select-able/background-color/selected": "#f5f8fc";
|
|
1012
|
+
readonly "com/menu/item/disable/label/color-text": "#c5cdd2";
|
|
1013
|
+
readonly "com/menu/item/disable/description/color-text": "#c5cdd2";
|
|
1014
|
+
readonly "com/menu/item/disable/icon/color-icon": "#c5cdd2";
|
|
1015
|
+
readonly "com/menu/item/disable/background/background-color": "#ffffff00";
|
|
1016
|
+
readonly "com/navigation/background-color": "#ffffff";
|
|
1017
|
+
readonly "com/navigation/corner-radius": "28px";
|
|
1018
|
+
readonly "com/navigation/width": "280px";
|
|
1019
|
+
readonly "com/navigation/title/expand/horizontal-gap": "8px";
|
|
1020
|
+
readonly "com/navigation/title/expand/horizontal-padding": "12px";
|
|
1021
|
+
readonly "com/navigation/title/expand/top-padding": "2px";
|
|
1022
|
+
readonly "com/navigation/title/default/horizontal-padding": "12px";
|
|
1023
|
+
readonly "com/navigation/title/default/top-padding": "2px";
|
|
1024
|
+
readonly "com/navigation/title/auto-collapse/horizontal-gap": "8px";
|
|
1025
|
+
readonly "com/navigation/title/auto-collapse/horizontal-padding": "12px";
|
|
1026
|
+
readonly "com/navigation/title/auto-collapse/top-padding": "12px";
|
|
1027
|
+
readonly "com/navigation/title/app-title/left-padding": "12px";
|
|
1028
|
+
readonly "com/navigation/title/app-title/right-padding": "8px";
|
|
1029
|
+
readonly "com/navigation/title/app-title/vertical-padding": "12px";
|
|
1030
|
+
readonly "com/navigation/title/app-title/corner-radius": "12px";
|
|
1031
|
+
readonly "com/navigation/title/app-title/horizontal-gap": "8px";
|
|
1032
|
+
readonly "com/navigation/title/app-title/button-icon/vertical-padding": "8px";
|
|
1033
|
+
readonly "com/navigation/title/app-title/button-icon/horizontal-padding": "8px";
|
|
1034
|
+
readonly "com/navigation/title/app-title/border/stroke-width": "1px";
|
|
1035
|
+
readonly "com/navigation/title/app-title/border/color-stroke": "#0a2f4d22";
|
|
1036
|
+
readonly "com/navigation/title/app-title/label/color-text": "#1e2225";
|
|
1037
|
+
readonly "com/navigation/function/horizontal-padding": "16px";
|
|
1038
|
+
readonly "com/navigation/function/top-padding": "12px";
|
|
1039
|
+
readonly "com/navigation/function/bottom-padding": "16px";
|
|
1040
|
+
readonly "com/navigation/footer/horizontal-padding": "16px";
|
|
1041
|
+
readonly "com/navigation/footer/vertical-padding": "24px";
|
|
1042
|
+
readonly "com/navigation/footer/logo/horizontal-padding": "8px";
|
|
1043
|
+
readonly "com/navigation/footer/logo/color-logo": "#828f96";
|
|
1044
|
+
readonly "com/navigation/footer/logo/color-text": "#828f96";
|
|
1045
|
+
readonly "com/navigation/footer/divider/stroke-width": "1px";
|
|
1046
|
+
readonly "com/navigation/footer/divider/color-stroke": "#0d2e433d";
|
|
1047
|
+
readonly "com/navigation/icon/default": "#505a5f";
|
|
1048
|
+
readonly "com/navigation/icon/hover": "#505a5f";
|
|
1049
|
+
readonly "com/navigation/icon/active": "#2f3cc1";
|
|
1050
|
+
readonly "com/navigation/label/default": "#505a5f";
|
|
1051
|
+
readonly "com/navigation/label/hover": "#505a5f";
|
|
1052
|
+
readonly "com/navigation/label/active": "#1e2225";
|
|
1053
|
+
readonly "com/navigation/expand-items/size-lg/horizontal-gap": "8px";
|
|
1054
|
+
readonly "com/navigation/expand-items/size-lg/horizontal-padding": "8px";
|
|
1055
|
+
readonly "com/navigation/expand-items/size-lg/vertical-padding": "8px";
|
|
1056
|
+
readonly "com/navigation/expand-items/size-lg/corner-radius": "8px";
|
|
1057
|
+
readonly "com/navigation/expand-items/size-lg/height": "44px";
|
|
1058
|
+
readonly "com/navigation/expand-items/size-md/horizontal-gap": "8px";
|
|
1059
|
+
readonly "com/navigation/expand-items/size-md/horizontal-padding": "8px";
|
|
1060
|
+
readonly "com/navigation/expand-items/size-md/vertical-padding": "4px";
|
|
1061
|
+
readonly "com/navigation/expand-items/size-md/corner-radius": "8px";
|
|
1062
|
+
readonly "com/navigation/expand-items/size-md/height": "36px";
|
|
1063
|
+
readonly "com/navigation/expand-items/background-color/default": "#ffffff00";
|
|
1064
|
+
readonly "com/navigation/expand-items/background-color/hover": "#02305e16";
|
|
1065
|
+
readonly "com/navigation/expand-items/background-color/active": "#00375b0e";
|
|
1066
|
+
readonly "com/navigation/expand-items/child-active/active-mark": "#648ef4";
|
|
1067
|
+
readonly "com/navigation/expand-items/badge/size": "Xs (16)";
|
|
1068
|
+
readonly "com/navigation/compact-items/horizontal-gap": "8px";
|
|
1069
|
+
readonly "com/navigation/compact-items/horizontal-padding": "12px";
|
|
1070
|
+
readonly "com/navigation/compact-items/vertical-padding": "8px";
|
|
1071
|
+
readonly "com/navigation/compact-items/corner-radius": "8px";
|
|
1072
|
+
readonly "com/navigation/compact-items/height": "44px";
|
|
1073
|
+
readonly "com/navigation/compact-items/width": "44px";
|
|
1074
|
+
readonly "com/navigation/compact-items/background-color/default": "#ffffff00";
|
|
1075
|
+
readonly "com/navigation/compact-items/background-color/hover": "#02305e16";
|
|
1076
|
+
readonly "com/navigation/compact-items/background-color/active": "#f5f8fc";
|
|
1077
|
+
readonly "com/notification/horizontal-padding": "16px";
|
|
1078
|
+
readonly "com/notification/vertical-padding": "16px";
|
|
1079
|
+
readonly "com/notification/horizontal-gap": "12px";
|
|
1080
|
+
readonly "com/notification/vertical-gap": "12px";
|
|
1081
|
+
readonly "com/notification/stroke-width": "1px";
|
|
1082
|
+
readonly "com/notification/corner-radius": "12px";
|
|
1083
|
+
readonly "com/notification/width": "420px";
|
|
1084
|
+
readonly "com/notification/image/width": "140px";
|
|
1085
|
+
readonly "com/notification/image/stroke-width": "1px";
|
|
1086
|
+
readonly "com/notification/image/color-stroke": "#0a2f4d22";
|
|
1087
|
+
readonly "com/notification/title-n-content/vertical-gap": "4px";
|
|
1088
|
+
readonly "com/notification/title-n-content/sub-spacing": "4px";
|
|
1089
|
+
readonly "com/notification/action/horizontal-gap": "16px";
|
|
1090
|
+
readonly "com/notification/icon/size-icon": "20px";
|
|
1091
|
+
readonly "com/notification/theme/label/color-text/default": "#1e2225";
|
|
1092
|
+
readonly "com/notification/theme/label/color-text/info": "#1e2225";
|
|
1093
|
+
readonly "com/notification/theme/label/color-text/positive": "#1e2225";
|
|
1094
|
+
readonly "com/notification/theme/label/color-text/caution": "#1e2225";
|
|
1095
|
+
readonly "com/notification/theme/label/color-text/negative": "#1e2225";
|
|
1096
|
+
readonly "com/notification/theme/description/color-text/default": "#505a5f";
|
|
1097
|
+
readonly "com/notification/theme/description/color-text/info": "#505a5f";
|
|
1098
|
+
readonly "com/notification/theme/description/color-text/positive": "#505a5f";
|
|
1099
|
+
readonly "com/notification/theme/description/color-text/caution": "#505a5f";
|
|
1100
|
+
readonly "com/notification/theme/description/color-text/negative": "#505a5f";
|
|
1101
|
+
readonly "com/notification/theme/border/color-stroke/default": "#0d2e433d";
|
|
1102
|
+
readonly "com/notification/theme/border/color-stroke/hover": "#00152096";
|
|
1103
|
+
readonly "com/notification/theme/border/color-stroke/pressed": "#00152096";
|
|
1104
|
+
readonly "com/notification/theme/status-line/background-color/default": "#828f96";
|
|
1105
|
+
readonly "com/notification/theme/status-line/background-color/info": "#0083f0";
|
|
1106
|
+
readonly "com/notification/theme/status-line/background-color/positive": "#00914a";
|
|
1107
|
+
readonly "com/notification/theme/status-line/background-color/caution": "#bc6300";
|
|
1108
|
+
readonly "com/notification/theme/status-line/background-color/negative": "#d8473c";
|
|
1109
|
+
readonly "com/notification/theme/featured-icon/default": "Neutral";
|
|
1110
|
+
readonly "com/notification/theme/featured-icon/info": "Info";
|
|
1111
|
+
readonly "com/notification/theme/featured-icon/positive": "Positive";
|
|
1112
|
+
readonly "com/notification/theme/featured-icon/caution": "Caution";
|
|
1113
|
+
readonly "com/notification/theme/featured-icon/negative": "Negative";
|
|
1114
|
+
readonly "com/notification/theme/background-color/default": "#ffffff";
|
|
1115
|
+
readonly "com/notification/theme/background-color/info": "#ffffff";
|
|
1116
|
+
readonly "com/notification/theme/background-color/positive": "#ffffff";
|
|
1117
|
+
readonly "com/notification/theme/background-color/caution": "#ffffff";
|
|
1118
|
+
readonly "com/notification/theme/background-color/negative": "#ffffff";
|
|
1119
|
+
readonly "com/overlay/background": "#00152096";
|
|
728
1120
|
readonly "com/pagination/background-color": "#ffffff";
|
|
729
1121
|
readonly "com/pagination/vertical-padding": "16px";
|
|
730
1122
|
readonly "com/pagination/horizontal-gap": "16px";
|
|
731
1123
|
readonly "com/pagination/height": "56px";
|
|
1124
|
+
readonly "com/pagination/horizontal-padding": "0px";
|
|
732
1125
|
readonly "com/pagination/divider/stroke-width": "1px";
|
|
733
|
-
readonly "com/pagination/divider/color-stroke": "#
|
|
1126
|
+
readonly "com/pagination/divider/color-stroke": "#0a2f4d22";
|
|
734
1127
|
readonly "com/pagination/range-number/label/color-text": "#828f96";
|
|
735
1128
|
readonly "com/pagination/range-number/label/color-number": "#828f96";
|
|
736
1129
|
readonly "com/pagination/record-number/background-color": "#ffffff";
|
|
@@ -760,115 +1153,7 @@ declare const _default: {
|
|
|
760
1153
|
readonly "com/pagination/navigation/page-number/disable/background/background-color/active": "#e9edf1";
|
|
761
1154
|
readonly "com/pagination/navigation/dot-icon/default": "#505a5f";
|
|
762
1155
|
readonly "com/pagination/navigation/dot-icon/disable": "#c5cdd2";
|
|
763
|
-
readonly "com/
|
|
764
|
-
readonly "com/tooltip/size-md/vertical-padding": "8px";
|
|
765
|
-
readonly "com/tooltip/size-md/corner-radius": "8px";
|
|
766
|
-
readonly "com/tooltip/size-md/vertical-gap": "4px";
|
|
767
|
-
readonly "com/tooltip/size-md/theme-black/background-color": "#000000";
|
|
768
|
-
readonly "com/tooltip/size-md/theme-black/label/color-text": "#ffffff";
|
|
769
|
-
readonly "com/tooltip/size-md/theme-white/background-color": "#ffffff";
|
|
770
|
-
readonly "com/tooltip/size-md/theme-white/label/color-text": "#1e2225";
|
|
771
|
-
readonly "com/tooltip/size-lg/theme-white/background-color": "#ffffff";
|
|
772
|
-
readonly "com/tooltip/size-lg/theme-white/label/color-text": "#1e2225";
|
|
773
|
-
readonly "com/tooltip/size-lg/theme-white/description/color-text": "#505a5f";
|
|
774
|
-
readonly "com/tooltip/size-lg/horizontal-padding": "12px";
|
|
775
|
-
readonly "com/tooltip/size-lg/vertical-padding": "12px";
|
|
776
|
-
readonly "com/tooltip/size-lg/vertical-gap": "4px";
|
|
777
|
-
readonly "com/tooltip/size-lg/corner-radius": "8px";
|
|
778
|
-
readonly "com/tooltip/size-lg/theme-black/background-color": "#000000";
|
|
779
|
-
readonly "com/tooltip/size-lg/theme-black/label/color-text": "#ffffff";
|
|
780
|
-
readonly "com/tooltip/size-lg/theme-black/description/color-text": "#ffffff";
|
|
781
|
-
readonly "com/segmented/corner-radius/xs": "6px";
|
|
782
|
-
readonly "com/segmented/corner-radius/sm": "6px";
|
|
783
|
-
readonly "com/segmented/corner-radius/md": "8px";
|
|
784
|
-
readonly "com/segmented/corner-radius/lg": "12px";
|
|
785
|
-
readonly "com/segmented/background/background-color": "#2354850a";
|
|
786
|
-
readonly "com/segmented/background/color-stroke": "#0a2f4d21";
|
|
787
|
-
readonly "com/segmented/background/stroke-width": "1px";
|
|
788
|
-
readonly "com/segmented/item/background-color": "#ffffff00";
|
|
789
|
-
readonly "com/segmented/item/active-surface/background-color": "#ffffff";
|
|
790
|
-
readonly "com/segmented/item/active-surface/color-stroke": "#0a2f4d21";
|
|
791
|
-
readonly "com/segmented/item/active-surface/corner-radius/xs": "4px";
|
|
792
|
-
readonly "com/segmented/item/active-surface/corner-radius/sm": "4px";
|
|
793
|
-
readonly "com/segmented/item/active-surface/corner-radius/md": "6px";
|
|
794
|
-
readonly "com/segmented/item/active-surface/corner-radius/lg": "8px";
|
|
795
|
-
readonly "com/segmented/item/active-surface/height/size-xs": "4px";
|
|
796
|
-
readonly "com/segmented/item/active-surface/height/size-sm": "4px";
|
|
797
|
-
readonly "com/segmented/item/active-surface/height/size-md": "6px";
|
|
798
|
-
readonly "com/segmented/item/active-surface/height/size-lg": "8px";
|
|
799
|
-
readonly "com/segmented/item/height/size-xs": "24px";
|
|
800
|
-
readonly "com/segmented/item/height/size-sm": "28px";
|
|
801
|
-
readonly "com/segmented/item/height/size-md": "36px";
|
|
802
|
-
readonly "com/segmented/item/height/size-lg": "44px";
|
|
803
|
-
readonly "com/segmented/item/disable/background-color": "#ffffff00";
|
|
804
|
-
readonly "com/segmented/item/disable/color-text": "#c5cdd2";
|
|
805
|
-
readonly "com/segmented/item/disable/color-icon": "#c5cdd2";
|
|
806
|
-
readonly "com/segmented/item/only-icon/size-xs/min-width": "28px";
|
|
807
|
-
readonly "com/segmented/item/only-icon/size-xs/icon/size-icon": "16px";
|
|
808
|
-
readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/default": "#a3aeb5";
|
|
809
|
-
readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/hover": "#505a5f";
|
|
810
|
-
readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/pressed": "#505a5f";
|
|
811
|
-
readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/actived": "#505a5f";
|
|
812
|
-
readonly "com/segmented/item/only-icon/size-sm/min-width": "28px";
|
|
813
|
-
readonly "com/segmented/item/only-icon/size-sm/icon/size-icon": "16px";
|
|
814
|
-
readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/default": "#a3aeb5";
|
|
815
|
-
readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/hover": "#505a5f";
|
|
816
|
-
readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/pressed": "#505a5f";
|
|
817
|
-
readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/actived": "#505a5f";
|
|
818
|
-
readonly "com/segmented/item/only-icon/size-md/min-width": "36px";
|
|
819
|
-
readonly "com/segmented/item/only-icon/size-md/icon/size-icon": "16px";
|
|
820
|
-
readonly "com/segmented/item/only-icon/size-md/icon/color-icon/default": "#a3aeb5";
|
|
821
|
-
readonly "com/segmented/item/only-icon/size-md/icon/color-icon/hover": "#505a5f";
|
|
822
|
-
readonly "com/segmented/item/only-icon/size-md/icon/color-icon/pressed": "#505a5f";
|
|
823
|
-
readonly "com/segmented/item/only-icon/size-md/icon/color-icon/actived": "#505a5f";
|
|
824
|
-
readonly "com/segmented/item/only-icon/size-lg/min-width": "44px";
|
|
825
|
-
readonly "com/segmented/item/only-icon/size-lg/icon/size-icon": "20px";
|
|
826
|
-
readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/default": "#a3aeb5";
|
|
827
|
-
readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/hover": "#505a5f";
|
|
828
|
-
readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/pressed": "#505a5f";
|
|
829
|
-
readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/actived": "#505a5f";
|
|
830
|
-
readonly "com/segmented/item/with-label/size-xs/min-width": "48px";
|
|
831
|
-
readonly "com/segmented/item/with-label/size-xs/horizontal-padding": "8px";
|
|
832
|
-
readonly "com/segmented/item/with-label/size-xs/label/color-text/default": "#828f96";
|
|
833
|
-
readonly "com/segmented/item/with-label/size-xs/label/color-text/hover": "#505a5f";
|
|
834
|
-
readonly "com/segmented/item/with-label/size-xs/label/color-text/pressed": "#505a5f";
|
|
835
|
-
readonly "com/segmented/item/with-label/size-xs/label/color-text/actived": "#505a5f";
|
|
836
|
-
readonly "com/segmented/item/with-label/size-sm/min-width": "52px";
|
|
837
|
-
readonly "com/segmented/item/with-label/size-sm/horizontal-gap": "2px";
|
|
838
|
-
readonly "com/segmented/item/with-label/size-sm/horizontal-padding": "8px";
|
|
839
|
-
readonly "com/segmented/item/with-label/size-sm/sub-spacing": "4px";
|
|
840
|
-
readonly "com/segmented/item/with-label/size-sm/label/color-text/default": "#828f96";
|
|
841
|
-
readonly "com/segmented/item/with-label/size-sm/label/color-text/hover": "#505a5f";
|
|
842
|
-
readonly "com/segmented/item/with-label/size-sm/label/color-text/pressed": "#505a5f";
|
|
843
|
-
readonly "com/segmented/item/with-label/size-sm/label/color-text/actived": "#505a5f";
|
|
844
|
-
readonly "com/segmented/item/with-label/size-sm/icon/color-icon/default": "#a3aeb5";
|
|
845
|
-
readonly "com/segmented/item/with-label/size-sm/icon/color-icon/hover": "#505a5f";
|
|
846
|
-
readonly "com/segmented/item/with-label/size-sm/icon/color-icon/pressed": "#505a5f";
|
|
847
|
-
readonly "com/segmented/item/with-label/size-sm/icon/color-icon/actived": "#505a5f";
|
|
848
|
-
readonly "com/segmented/item/with-label/size-md/min-width": "60px";
|
|
849
|
-
readonly "com/segmented/item/with-label/size-md/horizontal-gap": "0px";
|
|
850
|
-
readonly "com/segmented/item/with-label/size-md/horizontal-padding": "12px";
|
|
851
|
-
readonly "com/segmented/item/with-label/size-md/sub-spacing": "8px";
|
|
852
|
-
readonly "com/segmented/item/with-label/size-md/label/color-text/default": "#828f96";
|
|
853
|
-
readonly "com/segmented/item/with-label/size-md/label/color-text/hover": "#505a5f";
|
|
854
|
-
readonly "com/segmented/item/with-label/size-md/label/color-text/pressed": "#505a5f";
|
|
855
|
-
readonly "com/segmented/item/with-label/size-md/label/color-text/actived": "#505a5f";
|
|
856
|
-
readonly "com/segmented/item/with-label/size-md/icon/color-icon/default": "#a3aeb5";
|
|
857
|
-
readonly "com/segmented/item/with-label/size-md/icon/color-icon/hover": "#505a5f";
|
|
858
|
-
readonly "com/segmented/item/with-label/size-md/icon/color-icon/pressed": "#505a5f";
|
|
859
|
-
readonly "com/segmented/item/with-label/size-md/icon/color-icon/actived": "#505a5f";
|
|
860
|
-
readonly "com/segmented/item/with-label/size-lg/min-width": "68px";
|
|
861
|
-
readonly "com/segmented/item/with-label/size-lg/horizontal-gap": "2px";
|
|
862
|
-
readonly "com/segmented/item/with-label/size-lg/horizontal-padding": "12px";
|
|
863
|
-
readonly "com/segmented/item/with-label/size-lg/sub-spacing": "8px";
|
|
864
|
-
readonly "com/segmented/item/with-label/size-lg/label/color-text/default": "#828f96";
|
|
865
|
-
readonly "com/segmented/item/with-label/size-lg/label/color-text/hover": "#505a5f";
|
|
866
|
-
readonly "com/segmented/item/with-label/size-lg/label/color-text/pressed": "#505a5f";
|
|
867
|
-
readonly "com/segmented/item/with-label/size-lg/label/color-text/actived": "#505a5f";
|
|
868
|
-
readonly "com/segmented/item/with-label/size-lg/icon/color-icon/default": "#a3aeb5";
|
|
869
|
-
readonly "com/segmented/item/with-label/size-lg/icon/color-icon/hover": "#505a5f";
|
|
870
|
-
readonly "com/segmented/item/with-label/size-lg/icon/color-icon/pressed": "#505a5f";
|
|
871
|
-
readonly "com/segmented/item/with-label/size-lg/icon/color-icon/actived": "#505a5f";
|
|
1156
|
+
readonly "com/popup/corner-radius": "20px";
|
|
872
1157
|
readonly "com/popup/header/background": "#ffffff";
|
|
873
1158
|
readonly "com/popup/header/top-padding": "16px";
|
|
874
1159
|
readonly "com/popup/header/bottom-padding": "16px";
|
|
@@ -886,15 +1171,14 @@ declare const _default: {
|
|
|
886
1171
|
readonly "com/popup/header/description-on/pictogram-n-title-gap": "12px";
|
|
887
1172
|
readonly "com/popup/header/description-off/pictogram-n-title-gap": "8px";
|
|
888
1173
|
readonly "com/popup/body/vertical-gap": "16px";
|
|
889
|
-
readonly "com/popup/body/content/horizontal-padding": "20px";
|
|
890
1174
|
readonly "com/popup/body/bottom-padding": "16px";
|
|
891
1175
|
readonly "com/popup/body/background-color": "#ffffff";
|
|
892
|
-
readonly "com/popup/body/
|
|
1176
|
+
readonly "com/popup/body/content/horizontal-padding": "20px";
|
|
1177
|
+
readonly "com/popup/body/divider/color-stroke": "#0a2f4d22";
|
|
893
1178
|
readonly "com/popup/body/divider/stroke-width": "1px";
|
|
894
|
-
readonly "com/popup/corner-radius": "20px";
|
|
895
1179
|
readonly "com/popup/footer/background": "#ffffff";
|
|
896
1180
|
readonly "com/popup/footer/vertical-gap": "16px";
|
|
897
|
-
readonly "com/popup/footer/divider/color-stroke": "#
|
|
1181
|
+
readonly "com/popup/footer/divider/color-stroke": "#0a2f4d22";
|
|
898
1182
|
readonly "com/popup/footer/stepper/stepper-display/stroke-width": "1px";
|
|
899
1183
|
readonly "com/popup/footer/stepper/stepper-display/color-stroke": "#0d2e433d";
|
|
900
1184
|
readonly "com/popup/footer/stepper/stepper-display/horizontal-gap": "2px";
|
|
@@ -912,176 +1196,13 @@ declare const _default: {
|
|
|
912
1196
|
readonly "com/popup/footer/action/vertical-gap": "12px";
|
|
913
1197
|
readonly "com/popup/footer/action/horizontal-padding": "20px";
|
|
914
1198
|
readonly "com/popup/footer/action/bottom-padding": "16px";
|
|
915
|
-
readonly "com/drawer/border/color-stroke": "#0a2f4d21";
|
|
916
|
-
readonly "com/drawer/border/stroke-width": "1px";
|
|
917
|
-
readonly "com/drawer/header/background": "#ffffff";
|
|
918
|
-
readonly "com/drawer/header/top-padding": "16px";
|
|
919
|
-
readonly "com/drawer/header/bottom-padding": "16px";
|
|
920
|
-
readonly "com/drawer/header/left-padding": "20px";
|
|
921
|
-
readonly "com/drawer/header/right-padding": "20px";
|
|
922
|
-
readonly "com/drawer/header/pictogram/background-color": "#ffffff";
|
|
923
|
-
readonly "com/drawer/header/pictogram/color-stroke": "#0d2e433d";
|
|
924
|
-
readonly "com/drawer/header/pictogram/color-icon": "#343d41";
|
|
925
|
-
readonly "com/drawer/header/pictogram/stroke-width": "1px";
|
|
926
|
-
readonly "com/drawer/header/pictogram/corner-radius": "12px";
|
|
927
|
-
readonly "com/drawer/header/drawer-title/color-text": "#1e2225";
|
|
928
|
-
readonly "com/drawer/header/drawer-title/right-padding": "24px";
|
|
929
|
-
readonly "com/drawer/header/drawer-description/color-text": "#505a5f";
|
|
930
|
-
readonly "com/drawer/header/title-n-content/vertical-gap": "4px";
|
|
931
|
-
readonly "com/drawer/header/title-n-content/right-padding": "20px";
|
|
932
|
-
readonly "com/drawer/header/description-on/pictogram-n-title-gap": "12px";
|
|
933
|
-
readonly "com/drawer/header/description-off/pictogram-n-title-gap": "8px";
|
|
934
|
-
readonly "com/drawer/top-left-conner-radius": "20px";
|
|
935
|
-
readonly "com/drawer/change-view-bar/horizontal-padding": "20px";
|
|
936
|
-
readonly "com/drawer/change-view-bar/bottom-padding": "12px";
|
|
937
|
-
readonly "com/drawer/change-view-bar/background": "#ffffff";
|
|
938
|
-
readonly "com/drawer/divider/color-stroke": "#0a2f4d21";
|
|
939
|
-
readonly "com/drawer/divider/stroke-width": "1px";
|
|
940
|
-
readonly "com/drawer/body/vertical-gap": "16px";
|
|
941
|
-
readonly "com/drawer/body/bottom-padding": "16px";
|
|
942
|
-
readonly "com/drawer/body/background": "#ffffff";
|
|
943
|
-
readonly "com/drawer/body/content/horizontal-padding": "20px";
|
|
944
|
-
readonly "com/drawer/footer/background": "#ffffff";
|
|
945
|
-
readonly "com/drawer/footer/divider/color-stroke": "#0a2f4d21";
|
|
946
|
-
readonly "com/drawer/footer/stepper/stepper-display/stroke-width": "1px";
|
|
947
|
-
readonly "com/drawer/footer/stepper/stepper-display/color-stroke": "#0d2e433d";
|
|
948
|
-
readonly "com/drawer/footer/stepper/stepper-display/horizontal-gap": "2px";
|
|
949
|
-
readonly "com/drawer/footer/stepper/stepper-display/top-padding": "2px";
|
|
950
|
-
readonly "com/drawer/footer/stepper/stepper-display/bottom-padding": "2px";
|
|
951
|
-
readonly "com/drawer/footer/stepper/stepper-display/left-padding": "8px";
|
|
952
|
-
readonly "com/drawer/footer/stepper/stepper-display/right-padding": "8px";
|
|
953
|
-
readonly "com/drawer/footer/stepper/stepper-display/corner-radius": "8px";
|
|
954
|
-
readonly "com/drawer/footer/stepper/current-step/color-text": "#1e2225";
|
|
955
|
-
readonly "com/drawer/footer/stepper/total-step/color-text": "#505a5f";
|
|
956
|
-
readonly "com/drawer/footer/stepper/icon-slash-divider/color-icon": "#a3aeb5";
|
|
957
|
-
readonly "com/drawer/footer/type-information/icon-info-circle/color-icon": "#a3aeb5";
|
|
958
|
-
readonly "com/drawer/footer/type-information/information-message/color-text": "#505a5f";
|
|
959
|
-
readonly "com/drawer/footer/type-information/info-content-wrap/horizontal-gap": "8px";
|
|
960
|
-
readonly "com/drawer/footer/vertical-gap": "16px";
|
|
961
|
-
readonly "com/drawer/footer/action/vertical-gap": "12px";
|
|
962
|
-
readonly "com/drawer/footer/action/horizontal-padding": "20px";
|
|
963
|
-
readonly "com/drawer/footer/action/bottom-padding": "16px";
|
|
964
|
-
readonly "com/scrollbar/horizontal-padding": "2px";
|
|
965
|
-
readonly "com/scrollbar/vertical-padding": "2px";
|
|
966
|
-
readonly "com/scrollbar/thumb/corner-radius-rounded": "9999px";
|
|
967
|
-
readonly "com/scrollbar/thumb/background-color/default": "#0d2e433d";
|
|
968
|
-
readonly "com/scrollbar/thumb/background-color/pressed": "#0015207d";
|
|
969
|
-
readonly "com/scrollbar/thumb/thumb-width/default": "0px";
|
|
970
|
-
readonly "com/scrollbar/thumb/thumb-width/hover": "0px";
|
|
971
|
-
readonly "com/scrollbar/thumb/thumb-width/pressed": "0px";
|
|
972
|
-
readonly "com/scrollbar/thumb/border/stroke-width": "1px";
|
|
973
|
-
readonly "com/scrollbar/thumb/border/stroke-color": "#ffffff82";
|
|
974
|
-
readonly "com/focus-mark/background-color": "#ffffff00";
|
|
975
|
-
readonly "com/focus-mark/color-stroke": "#000000";
|
|
976
|
-
readonly "com/focus-mark/color-gap-spacing": "#ffffff";
|
|
977
|
-
readonly "com/focus-mark/gap-spacing": "2px";
|
|
978
|
-
readonly "com/focus-mark/corner-radius-default": "4px";
|
|
979
|
-
readonly "com/focus-mark/stroke-width": "4px";
|
|
980
|
-
readonly "com/actived-mark/background-color": "#ffffff00";
|
|
981
|
-
readonly "com/actived-mark/color-gap-spacing": "#cee2f8";
|
|
982
|
-
readonly "com/actived-mark/color-gap-spacing-on-white": "#3263e7";
|
|
983
|
-
readonly "com/actived-mark/gap-spacing": "3px";
|
|
984
|
-
readonly "com/actived-mark/corner-radius-default": "4px";
|
|
985
|
-
readonly "com/typing-cursor/default": "#2a30a0";
|
|
986
|
-
readonly "com/typing-cursor/negative": "#a80a12";
|
|
987
|
-
readonly "com/navigation/title/expand/horizontal-gap": "8px";
|
|
988
|
-
readonly "com/navigation/title/expand/horizontal-padding": "12px";
|
|
989
|
-
readonly "com/navigation/title/expand/top-padding": "2px";
|
|
990
|
-
readonly "com/navigation/title/default/horizontal-padding": "12px";
|
|
991
|
-
readonly "com/navigation/title/default/top-padding": "2px";
|
|
992
|
-
readonly "com/navigation/title/auto-collapse/horizontal-gap": "8px";
|
|
993
|
-
readonly "com/navigation/title/auto-collapse/horizontal-padding": "12px";
|
|
994
|
-
readonly "com/navigation/title/auto-collapse/top-padding": "12px";
|
|
995
|
-
readonly "com/navigation/title/app-title/left-padding": "12px";
|
|
996
|
-
readonly "com/navigation/title/app-title/right-padding": "8px";
|
|
997
|
-
readonly "com/navigation/title/app-title/vertical-padding": "12px";
|
|
998
|
-
readonly "com/navigation/title/app-title/corner-radius": "12px";
|
|
999
|
-
readonly "com/navigation/title/app-title/horizontal-gap": "8px";
|
|
1000
|
-
readonly "com/navigation/title/app-title/button-icon/vertical-padding": "8px";
|
|
1001
|
-
readonly "com/navigation/title/app-title/button-icon/horizontal-padding": "8px";
|
|
1002
|
-
readonly "com/navigation/title/app-title/border/stroke-width": "1px";
|
|
1003
|
-
readonly "com/navigation/title/app-title/border/color-stroke": "#0a2f4d21";
|
|
1004
|
-
readonly "com/navigation/title/app-title/label/color-text": "#1e2225";
|
|
1005
|
-
readonly "com/navigation/function/horizontal-padding": "16px";
|
|
1006
|
-
readonly "com/navigation/function/top-padding": "12px";
|
|
1007
|
-
readonly "com/navigation/function/bottom-padding": "16px";
|
|
1008
|
-
readonly "com/navigation/background-color": "#ffffff";
|
|
1009
|
-
readonly "com/navigation/corner-radius": "28px";
|
|
1010
|
-
readonly "com/navigation/footer/horizontal-padding": "16px";
|
|
1011
|
-
readonly "com/navigation/footer/vertical-padding": "24px";
|
|
1012
|
-
readonly "com/navigation/footer/logo/horizontal-padding": "8px";
|
|
1013
|
-
readonly "com/navigation/footer/logo/color-logo": "#828f96";
|
|
1014
|
-
readonly "com/navigation/footer/logo/color-text": "#828f96";
|
|
1015
|
-
readonly "com/navigation/footer/divider/stroke-width": "1px";
|
|
1016
|
-
readonly "com/navigation/footer/divider/color-stroke": "#0d2e433d";
|
|
1017
|
-
readonly "com/navigation/icon/default": "#505a5f";
|
|
1018
|
-
readonly "com/navigation/icon/hover": "#505a5f";
|
|
1019
|
-
readonly "com/navigation/icon/active": "#2f3cc1";
|
|
1020
|
-
readonly "com/navigation/label/default": "#505a5f";
|
|
1021
|
-
readonly "com/navigation/label/hover": "#505a5f";
|
|
1022
|
-
readonly "com/navigation/label/active": "#1e2225";
|
|
1023
|
-
readonly "com/navigation/expand-items/size-lg/horizontal-gap": "8px";
|
|
1024
|
-
readonly "com/navigation/expand-items/size-lg/horizontal-padding": "8px";
|
|
1025
|
-
readonly "com/navigation/expand-items/size-lg/vertical-padding": "8px";
|
|
1026
|
-
readonly "com/navigation/expand-items/size-lg/corner-radius": "8px";
|
|
1027
|
-
readonly "com/navigation/expand-items/size-lg/height": "44px";
|
|
1028
|
-
readonly "com/navigation/expand-items/size-md/horizontal-gap": "8px";
|
|
1029
|
-
readonly "com/navigation/expand-items/size-md/horizontal-padding": "8px";
|
|
1030
|
-
readonly "com/navigation/expand-items/size-md/vertical-padding": "4px";
|
|
1031
|
-
readonly "com/navigation/expand-items/size-md/corner-radius": "8px";
|
|
1032
|
-
readonly "com/navigation/expand-items/size-md/height": "36px";
|
|
1033
|
-
readonly "com/navigation/expand-items/background-color/default": "#ffffff00";
|
|
1034
|
-
readonly "com/navigation/expand-items/background-color/hover": "#0451780e";
|
|
1035
|
-
readonly "com/navigation/expand-items/background-color/active": "#2354850a";
|
|
1036
|
-
readonly "com/navigation/expand-items/child-active/active-mark": "#648ef4";
|
|
1037
|
-
readonly "com/navigation/expand-items/badge/size": "Xs (16)";
|
|
1038
|
-
readonly "com/navigation/compact-items/horizontal-gap": "8px";
|
|
1039
|
-
readonly "com/navigation/compact-items/horizontal-padding": "12px";
|
|
1040
|
-
readonly "com/navigation/compact-items/vertical-padding": "8px";
|
|
1041
|
-
readonly "com/navigation/compact-items/corner-radius": "8px";
|
|
1042
|
-
readonly "com/navigation/compact-items/height": "44px";
|
|
1043
|
-
readonly "com/navigation/compact-items/width": "44px";
|
|
1044
|
-
readonly "com/navigation/compact-items/background-color/default": "#ffffff00";
|
|
1045
|
-
readonly "com/navigation/compact-items/background-color/hover": "#0451780e";
|
|
1046
|
-
readonly "com/navigation/compact-items/background-color/active": "#f5f8fc";
|
|
1047
|
-
readonly "com/icon/size/from-28/stroke-width": "2px";
|
|
1048
|
-
readonly "com/icon/size/from-20/stroke-width": "1.3px";
|
|
1049
|
-
readonly "com/icon/size/under-20/stroke-width": "1px";
|
|
1050
|
-
readonly "com/checkbox/horizontal-gap": "8px";
|
|
1051
|
-
readonly "com/checkbox/item/marked/background-color/default": "#2f3cc1";
|
|
1052
|
-
readonly "com/checkbox/item/marked/background-color/hover": "#3263e7";
|
|
1053
|
-
readonly "com/checkbox/item/marked/background-color/disable": "#e9edf1";
|
|
1054
|
-
readonly "com/checkbox/item/marked/color-stroke/disable": "#0451780e";
|
|
1055
|
-
readonly "com/checkbox/item/marked/shape/color-shape/default": "#ffffff";
|
|
1056
|
-
readonly "com/checkbox/item/marked/shape/color-shape/disable": "#c5cdd2";
|
|
1057
|
-
readonly "com/checkbox/item/unmarked/background-color/default": "#f8f9fb";
|
|
1058
|
-
readonly "com/checkbox/item/unmarked/background-color/hover": "#dee3e7";
|
|
1059
|
-
readonly "com/checkbox/item/unmarked/background-color/disable": "#ffffff00";
|
|
1060
|
-
readonly "com/checkbox/item/unmarked/color-stroke/default": "#0d2e433d";
|
|
1061
|
-
readonly "com/checkbox/item/unmarked/color-stroke/hover": "#0d2e433d";
|
|
1062
|
-
readonly "com/checkbox/item/unmarked/color-stroke/disable": "#0451780e";
|
|
1063
|
-
readonly "com/checkbox/item/size-sm/height": "16px";
|
|
1064
|
-
readonly "com/checkbox/item/size-sm/width": "16px";
|
|
1065
|
-
readonly "com/checkbox/item/size-sm/corner-radius": "4px";
|
|
1066
|
-
readonly "com/checkbox/item/size-md/height": "20px";
|
|
1067
|
-
readonly "com/checkbox/item/size-md/width": "20px";
|
|
1068
|
-
readonly "com/checkbox/item/size-md/corner-radius": "6px";
|
|
1069
|
-
readonly "com/checkbox/item/stroke-width": "1px";
|
|
1070
|
-
readonly "com/checkbox/content/vertical-gap": "4px";
|
|
1071
|
-
readonly "com/checkbox/content/primary/label/color-text": "#1e2225";
|
|
1072
|
-
readonly "com/checkbox/content/primary/description/color-text": "#505a5f";
|
|
1073
|
-
readonly "com/checkbox/content/secondary/label/color-text": "#1e2225";
|
|
1074
|
-
readonly "com/checkbox/content/secondary/description/color-text": "#505a5f";
|
|
1075
|
-
readonly "com/checkbox/content/tertiary/label/color-text": "#505a5f";
|
|
1076
|
-
readonly "com/checkbox/content/tertiary/description/color-text": "#505a5f";
|
|
1077
|
-
readonly "com/checkbox/content/disable/label/color-text": "#c5cdd2";
|
|
1078
|
-
readonly "com/checkbox/content/disable/description/color-text": "#c5cdd2";
|
|
1079
1199
|
readonly "com/radio/horizontal-gap": "8px";
|
|
1080
1200
|
readonly "com/radio/item/stroke-width": "1px";
|
|
1201
|
+
readonly "com/radio/item/corner-radius": "9999px";
|
|
1081
1202
|
readonly "com/radio/item/marked/background-color/default": "#2f3cc1";
|
|
1082
1203
|
readonly "com/radio/item/marked/background-color/hover": "#3263e7";
|
|
1083
1204
|
readonly "com/radio/item/marked/background-color/disable": "#e9edf1";
|
|
1084
|
-
readonly "com/radio/item/marked/color-stroke/disable": "#
|
|
1205
|
+
readonly "com/radio/item/marked/color-stroke/disable": "#02305e16";
|
|
1085
1206
|
readonly "com/radio/item/marked/shape/color-shape/default": "#ffffff";
|
|
1086
1207
|
readonly "com/radio/item/marked/shape/color-shape/disable": "#c5cdd2";
|
|
1087
1208
|
readonly "com/radio/item/unmarked/background-color/default": "#f8f9fb";
|
|
@@ -1089,12 +1210,11 @@ declare const _default: {
|
|
|
1089
1210
|
readonly "com/radio/item/unmarked/background-color/disable": "#ffffff00";
|
|
1090
1211
|
readonly "com/radio/item/unmarked/color-stroke/default": "#0d2e433d";
|
|
1091
1212
|
readonly "com/radio/item/unmarked/color-stroke/hover": "#0d2e433d";
|
|
1092
|
-
readonly "com/radio/item/unmarked/color-stroke/disable": "#
|
|
1213
|
+
readonly "com/radio/item/unmarked/color-stroke/disable": "#02305e16";
|
|
1093
1214
|
readonly "com/radio/item/size-sm/height": "16px";
|
|
1094
1215
|
readonly "com/radio/item/size-sm/width": "16px";
|
|
1095
1216
|
readonly "com/radio/item/size-md/height": "20px";
|
|
1096
1217
|
readonly "com/radio/item/size-md/width": "20px";
|
|
1097
|
-
readonly "com/radio/item/corner-radius": "9999px";
|
|
1098
1218
|
readonly "com/radio/content/vertical-gap": "4px";
|
|
1099
1219
|
readonly "com/radio/content/primary/label/color-text": "#1e2225";
|
|
1100
1220
|
readonly "com/radio/content/primary/description/color-text": "#505a5f";
|
|
@@ -1104,6 +1224,208 @@ declare const _default: {
|
|
|
1104
1224
|
readonly "com/radio/content/tertiary/description/color-text": "#505a5f";
|
|
1105
1225
|
readonly "com/radio/content/disable/label/color-text": "#c5cdd2";
|
|
1106
1226
|
readonly "com/radio/content/disable/description/color-text": "#c5cdd2";
|
|
1227
|
+
readonly "com/scrollbar/horizontal-padding": "2px";
|
|
1228
|
+
readonly "com/scrollbar/vertical-padding": "2px";
|
|
1229
|
+
readonly "com/scrollbar/thumb/corner-radius-rounded": "9999px";
|
|
1230
|
+
readonly "com/scrollbar/thumb/background-color/default": "#0d2e433d";
|
|
1231
|
+
readonly "com/scrollbar/thumb/background-color/pressed": "#09233182";
|
|
1232
|
+
readonly "com/scrollbar/thumb/thumb-width/default": "6px";
|
|
1233
|
+
readonly "com/scrollbar/thumb/thumb-width/hover": "12px";
|
|
1234
|
+
readonly "com/scrollbar/thumb/thumb-width/pressed": "12px";
|
|
1235
|
+
readonly "com/scrollbar/thumb/border/stroke-width": "1px";
|
|
1236
|
+
readonly "com/scrollbar/thumb/border/stroke-color": "#ffffff82";
|
|
1237
|
+
readonly "com/segmented/corner-radius/xs": "6px";
|
|
1238
|
+
readonly "com/segmented/corner-radius/sm": "6px";
|
|
1239
|
+
readonly "com/segmented/corner-radius/md": "8px";
|
|
1240
|
+
readonly "com/segmented/corner-radius/lg": "12px";
|
|
1241
|
+
readonly "com/segmented/background/background-color": "#00375b0e";
|
|
1242
|
+
readonly "com/segmented/background/color-stroke": "#0a2f4d22";
|
|
1243
|
+
readonly "com/segmented/background/stroke-width": "1px";
|
|
1244
|
+
readonly "com/segmented/item/background-color": "#ffffff00";
|
|
1245
|
+
readonly "com/segmented/item/active-surface/background-color": "#ffffff";
|
|
1246
|
+
readonly "com/segmented/item/active-surface/color-stroke": "#0d2e433d";
|
|
1247
|
+
readonly "com/segmented/item/active-surface/stroke-width": "1px";
|
|
1248
|
+
readonly "com/segmented/item/active-surface/size-xs/horizontal-padding": "4px";
|
|
1249
|
+
readonly "com/segmented/item/active-surface/size-xs/corner-radius": "4px";
|
|
1250
|
+
readonly "com/segmented/item/active-surface/size-xs/height": "18px";
|
|
1251
|
+
readonly "com/segmented/item/active-surface/size-xs/min-width": "40px";
|
|
1252
|
+
readonly "com/segmented/item/active-surface/size-sm/horizontal-padding": "4px";
|
|
1253
|
+
readonly "com/segmented/item/active-surface/size-sm/corner-radius": "4px";
|
|
1254
|
+
readonly "com/segmented/item/active-surface/size-sm/height": "22px";
|
|
1255
|
+
readonly "com/segmented/item/active-surface/size-sm/min-width": "46px";
|
|
1256
|
+
readonly "com/segmented/item/active-surface/size-md/horizontal-padding": "8px";
|
|
1257
|
+
readonly "com/segmented/item/active-surface/size-md/corner-radius": "6px";
|
|
1258
|
+
readonly "com/segmented/item/active-surface/size-md/height": "28px";
|
|
1259
|
+
readonly "com/segmented/item/active-surface/size-md/min-width": "52px";
|
|
1260
|
+
readonly "com/segmented/item/active-surface/size-lg/horizontal-padding": "8px";
|
|
1261
|
+
readonly "com/segmented/item/active-surface/size-lg/corner-radius": "8px";
|
|
1262
|
+
readonly "com/segmented/item/active-surface/size-lg/height": "36px";
|
|
1263
|
+
readonly "com/segmented/item/active-surface/size-lg/min-width": "60px";
|
|
1264
|
+
readonly "com/segmented/item/height/size-xs": "24px";
|
|
1265
|
+
readonly "com/segmented/item/height/size-sm": "28px";
|
|
1266
|
+
readonly "com/segmented/item/height/size-md": "36px";
|
|
1267
|
+
readonly "com/segmented/item/height/size-lg": "44px";
|
|
1268
|
+
readonly "com/segmented/item/disable/background-color": "#ffffff00";
|
|
1269
|
+
readonly "com/segmented/item/disable/color-text": "#c5cdd2";
|
|
1270
|
+
readonly "com/segmented/item/disable/color-icon": "#c5cdd2";
|
|
1271
|
+
readonly "com/segmented/item/only-icon/size-xs/min-width": "28px";
|
|
1272
|
+
readonly "com/segmented/item/only-icon/size-xs/horizontal-padding": "3px";
|
|
1273
|
+
readonly "com/segmented/item/only-icon/size-xs/vertical-padding": "3px";
|
|
1274
|
+
readonly "com/segmented/item/only-icon/size-xs/icon/size-icon": "16px";
|
|
1275
|
+
readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/default": "#a3aeb5";
|
|
1276
|
+
readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/hover": "#505a5f";
|
|
1277
|
+
readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/pressed": "#505a5f";
|
|
1278
|
+
readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/actived": "#505a5f";
|
|
1279
|
+
readonly "com/segmented/item/only-icon/size-sm/min-width": "28px";
|
|
1280
|
+
readonly "com/segmented/item/only-icon/size-sm/horizontal-padding": "3px";
|
|
1281
|
+
readonly "com/segmented/item/only-icon/size-sm/vertical-padding": "3px";
|
|
1282
|
+
readonly "com/segmented/item/only-icon/size-sm/icon/size-icon": "16px";
|
|
1283
|
+
readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/default": "#a3aeb5";
|
|
1284
|
+
readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/hover": "#505a5f";
|
|
1285
|
+
readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/pressed": "#505a5f";
|
|
1286
|
+
readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/actived": "#505a5f";
|
|
1287
|
+
readonly "com/segmented/item/only-icon/size-md/min-width": "36px";
|
|
1288
|
+
readonly "com/segmented/item/only-icon/size-md/horizontal-padding": "4px";
|
|
1289
|
+
readonly "com/segmented/item/only-icon/size-md/vertical-padding": "4px";
|
|
1290
|
+
readonly "com/segmented/item/only-icon/size-md/icon/size-icon": "16px";
|
|
1291
|
+
readonly "com/segmented/item/only-icon/size-md/icon/color-icon/default": "#a3aeb5";
|
|
1292
|
+
readonly "com/segmented/item/only-icon/size-md/icon/color-icon/hover": "#505a5f";
|
|
1293
|
+
readonly "com/segmented/item/only-icon/size-md/icon/color-icon/pressed": "#505a5f";
|
|
1294
|
+
readonly "com/segmented/item/only-icon/size-md/icon/color-icon/actived": "#505a5f";
|
|
1295
|
+
readonly "com/segmented/item/only-icon/size-lg/min-width": "44px";
|
|
1296
|
+
readonly "com/segmented/item/only-icon/size-lg/horizontal-padding": "4px";
|
|
1297
|
+
readonly "com/segmented/item/only-icon/size-lg/vertical-padding": "4px";
|
|
1298
|
+
readonly "com/segmented/item/only-icon/size-lg/icon/size-icon": "20px";
|
|
1299
|
+
readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/default": "#a3aeb5";
|
|
1300
|
+
readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/hover": "#505a5f";
|
|
1301
|
+
readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/pressed": "#505a5f";
|
|
1302
|
+
readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/actived": "#505a5f";
|
|
1303
|
+
readonly "com/segmented/item/with-label/size-xs/min-width": "48px";
|
|
1304
|
+
readonly "com/segmented/item/with-label/size-xs/horizontal-padding": "3px";
|
|
1305
|
+
readonly "com/segmented/item/with-label/size-xs/vertical-padding": "3px";
|
|
1306
|
+
readonly "com/segmented/item/with-label/size-xs/sub-spacing": "2px";
|
|
1307
|
+
readonly "com/segmented/item/with-label/size-xs/label/color-text/default": "#828f96";
|
|
1308
|
+
readonly "com/segmented/item/with-label/size-xs/label/color-text/hover": "#505a5f";
|
|
1309
|
+
readonly "com/segmented/item/with-label/size-xs/label/color-text/pressed": "#505a5f";
|
|
1310
|
+
readonly "com/segmented/item/with-label/size-xs/label/color-text/actived": "#505a5f";
|
|
1311
|
+
readonly "com/segmented/item/with-label/size-sm/min-width": "52px";
|
|
1312
|
+
readonly "com/segmented/item/with-label/size-sm/horizontal-gap": "2px";
|
|
1313
|
+
readonly "com/segmented/item/with-label/size-sm/horizontal-padding": "3px";
|
|
1314
|
+
readonly "com/segmented/item/with-label/size-sm/vertical-padding": "3px";
|
|
1315
|
+
readonly "com/segmented/item/with-label/size-sm/sub-spacing": "4px";
|
|
1316
|
+
readonly "com/segmented/item/with-label/size-sm/label/color-text/default": "#828f96";
|
|
1317
|
+
readonly "com/segmented/item/with-label/size-sm/label/color-text/hover": "#505a5f";
|
|
1318
|
+
readonly "com/segmented/item/with-label/size-sm/label/color-text/pressed": "#505a5f";
|
|
1319
|
+
readonly "com/segmented/item/with-label/size-sm/label/color-text/actived": "#505a5f";
|
|
1320
|
+
readonly "com/segmented/item/with-label/size-sm/icon/color-icon/default": "#a3aeb5";
|
|
1321
|
+
readonly "com/segmented/item/with-label/size-sm/icon/color-icon/hover": "#505a5f";
|
|
1322
|
+
readonly "com/segmented/item/with-label/size-sm/icon/color-icon/pressed": "#505a5f";
|
|
1323
|
+
readonly "com/segmented/item/with-label/size-sm/icon/color-icon/actived": "#505a5f";
|
|
1324
|
+
readonly "com/segmented/item/with-label/size-md/min-width": "60px";
|
|
1325
|
+
readonly "com/segmented/item/with-label/size-md/horizontal-gap": "0px";
|
|
1326
|
+
readonly "com/segmented/item/with-label/size-md/horizontal-padding": "4px";
|
|
1327
|
+
readonly "com/segmented/item/with-label/size-md/vertical-padding": "4px";
|
|
1328
|
+
readonly "com/segmented/item/with-label/size-md/sub-spacing": "8px";
|
|
1329
|
+
readonly "com/segmented/item/with-label/size-md/label/color-text/default": "#828f96";
|
|
1330
|
+
readonly "com/segmented/item/with-label/size-md/label/color-text/hover": "#505a5f";
|
|
1331
|
+
readonly "com/segmented/item/with-label/size-md/label/color-text/pressed": "#505a5f";
|
|
1332
|
+
readonly "com/segmented/item/with-label/size-md/label/color-text/actived": "#505a5f";
|
|
1333
|
+
readonly "com/segmented/item/with-label/size-md/icon/color-icon/default": "#a3aeb5";
|
|
1334
|
+
readonly "com/segmented/item/with-label/size-md/icon/color-icon/hover": "#505a5f";
|
|
1335
|
+
readonly "com/segmented/item/with-label/size-md/icon/color-icon/pressed": "#505a5f";
|
|
1336
|
+
readonly "com/segmented/item/with-label/size-md/icon/color-icon/actived": "#505a5f";
|
|
1337
|
+
readonly "com/segmented/item/with-label/size-lg/min-width": "68px";
|
|
1338
|
+
readonly "com/segmented/item/with-label/size-lg/horizontal-gap": "2px";
|
|
1339
|
+
readonly "com/segmented/item/with-label/size-lg/horizontal-padding": "4px";
|
|
1340
|
+
readonly "com/segmented/item/with-label/size-lg/vertical-padding": "4px";
|
|
1341
|
+
readonly "com/segmented/item/with-label/size-lg/sub-spacing": "8px";
|
|
1342
|
+
readonly "com/segmented/item/with-label/size-lg/label/color-text/default": "#828f96";
|
|
1343
|
+
readonly "com/segmented/item/with-label/size-lg/label/color-text/hover": "#505a5f";
|
|
1344
|
+
readonly "com/segmented/item/with-label/size-lg/label/color-text/pressed": "#505a5f";
|
|
1345
|
+
readonly "com/segmented/item/with-label/size-lg/label/color-text/actived": "#505a5f";
|
|
1346
|
+
readonly "com/segmented/item/with-label/size-lg/icon/color-icon/default": "#a3aeb5";
|
|
1347
|
+
readonly "com/segmented/item/with-label/size-lg/icon/color-icon/hover": "#505a5f";
|
|
1348
|
+
readonly "com/segmented/item/with-label/size-lg/icon/color-icon/pressed": "#505a5f";
|
|
1349
|
+
readonly "com/segmented/item/with-label/size-lg/icon/color-icon/actived": "#505a5f";
|
|
1350
|
+
readonly "com/select/vertical-gap": "4px";
|
|
1351
|
+
readonly "com/select/field/corner-radius-rounded": "9999px";
|
|
1352
|
+
readonly "com/select/field/left-padding": "4px";
|
|
1353
|
+
readonly "com/select/field/right-padding": "4px";
|
|
1354
|
+
readonly "com/select/field/stroke-width": "1px";
|
|
1355
|
+
readonly "com/select/field/right-icon/color-icon": "#505a5f";
|
|
1356
|
+
readonly "com/select/field/size-xs/height": "24px";
|
|
1357
|
+
readonly "com/select/field/size-xs/horizontal-gap": "4px";
|
|
1358
|
+
readonly "com/select/field/size-xs/horizontal-padding": "8px";
|
|
1359
|
+
readonly "com/select/field/size-xs/corner-radius": "6px";
|
|
1360
|
+
readonly "com/select/field/size-xs/label/sub-spacing": "4px";
|
|
1361
|
+
readonly "com/select/field/size-xs/icon/size-icon": "16px";
|
|
1362
|
+
readonly "com/select/field/size-xs/icon/left-padding": "4px";
|
|
1363
|
+
readonly "com/select/field/size-sm/height": "28px";
|
|
1364
|
+
readonly "com/select/field/size-sm/horizontal-gap": "2px";
|
|
1365
|
+
readonly "com/select/field/size-sm/horizontal-padding": "8px";
|
|
1366
|
+
readonly "com/select/field/size-sm/corner-radius": "6px";
|
|
1367
|
+
readonly "com/select/field/size-sm/label/sub-spacing": "4px";
|
|
1368
|
+
readonly "com/select/field/size-sm/icon/size-icon": "16px";
|
|
1369
|
+
readonly "com/select/field/size-sm/icon/left-padding": "4px";
|
|
1370
|
+
readonly "com/select/field/size-md/height": "36px";
|
|
1371
|
+
readonly "com/select/field/size-md/horizontal-gap": "0px";
|
|
1372
|
+
readonly "com/select/field/size-md/horizontal-padding": "8px";
|
|
1373
|
+
readonly "com/select/field/size-md/corner-radius": "6px";
|
|
1374
|
+
readonly "com/select/field/size-md/label/sub-spacing": "8px";
|
|
1375
|
+
readonly "com/select/field/size-md/label/vertical-padding": "8px";
|
|
1376
|
+
readonly "com/select/field/size-md/label/horizontal-padding": "8px";
|
|
1377
|
+
readonly "com/select/field/size-md/icon/size-icon": "20px";
|
|
1378
|
+
readonly "com/select/field/size-md/icon/vertical-padding": "4px";
|
|
1379
|
+
readonly "com/select/field/size-md/icon/left-padding": "4px";
|
|
1380
|
+
readonly "com/select/field/size-md/number/min-width": "104px";
|
|
1381
|
+
readonly "com/select/field/size-md/number/sub-spacing": "4px";
|
|
1382
|
+
readonly "com/select/field/size-lg/height": "44px";
|
|
1383
|
+
readonly "com/select/field/size-lg/horizontal-gap": "4px";
|
|
1384
|
+
readonly "com/select/field/size-lg/horizontal-padding": "12px";
|
|
1385
|
+
readonly "com/select/field/size-lg/corner-radius": "8px";
|
|
1386
|
+
readonly "com/select/field/size-lg/label/sub-spacing": "8px";
|
|
1387
|
+
readonly "com/select/field/size-lg/label/vertical-padding": "12px";
|
|
1388
|
+
readonly "com/select/field/size-lg/label/horizontal-padding": "12px";
|
|
1389
|
+
readonly "com/select/field/size-lg/icon/size-icon": "20px";
|
|
1390
|
+
readonly "com/select/field/size-lg/icon/vertical-padding": "8px";
|
|
1391
|
+
readonly "com/select/field/size-lg/icon/left-padding": "8px";
|
|
1392
|
+
readonly "com/select/field/size-lg/number/sub-spacing": "8px";
|
|
1393
|
+
readonly "com/select/field/size-lg/number/min-width": "132px";
|
|
1394
|
+
readonly "com/select/field/disable/label-color": "#c5cdd2";
|
|
1395
|
+
readonly "com/select/field/disable/color-icon": "#c5cdd2";
|
|
1396
|
+
readonly "com/select/field/disable/background-color": "#ffffff00";
|
|
1397
|
+
readonly "com/select/field/disable/background-color-transparent": "#ffffff00";
|
|
1398
|
+
readonly "com/select/field/disable/stroke-color": "#02305e16";
|
|
1399
|
+
readonly "com/select/field/default/background/default": "#ffffff";
|
|
1400
|
+
readonly "com/select/field/default/background/hover": "#e9edf1";
|
|
1401
|
+
readonly "com/select/field/default/background/active": "#f1f4f6";
|
|
1402
|
+
readonly "com/select/field/default/border/default": "#0d2e433d";
|
|
1403
|
+
readonly "com/select/field/default/border/hover": "#0d2e433d";
|
|
1404
|
+
readonly "com/select/field/default/border/active": "#3263e7";
|
|
1405
|
+
readonly "com/select/field/default/label/color-text/inputed": "#505a5f";
|
|
1406
|
+
readonly "com/select/field/default/label/color-text/placeholder": "#828f96";
|
|
1407
|
+
readonly "com/select/field/default/icon/color-icon/default": "#a3aeb5";
|
|
1408
|
+
readonly "com/select/field/default/icon/color-icon/hover": "#505a5f";
|
|
1409
|
+
readonly "com/select/field/default/icon/color-icon/active": "#505a5f";
|
|
1410
|
+
readonly "com/select/field/negative/background/default": "#fef8f7";
|
|
1411
|
+
readonly "com/select/field/negative/background/hover": "#fee9e7";
|
|
1412
|
+
readonly "com/select/field/negative/background/active": "#f8f9fb";
|
|
1413
|
+
readonly "com/select/field/negative/border/default": "#f2685b";
|
|
1414
|
+
readonly "com/select/field/negative/border/hover": "#f2685b";
|
|
1415
|
+
readonly "com/select/field/negative/border/active": "#f2685b";
|
|
1416
|
+
readonly "com/select/field/negative/label/color-text/inputed": "#505a5f";
|
|
1417
|
+
readonly "com/select/field/negative/label/color-text/placeholder": "#828f96";
|
|
1418
|
+
readonly "com/select/field/negative/icon/color-icon/default": "#ff897c";
|
|
1419
|
+
readonly "com/select/field/negative/icon/color-icon/hover": "#ff897c";
|
|
1420
|
+
readonly "com/select/field/negative/icon/color-icon/active": "#f2685b";
|
|
1421
|
+
readonly "com/select/label/horizontal-gap": "2px";
|
|
1422
|
+
readonly "com/select/label/label/color-text": "#1e2225";
|
|
1423
|
+
readonly "com/select/label/required-mark/color-text": "#cf0026";
|
|
1424
|
+
readonly "com/select/hint/top-padding": "4px";
|
|
1425
|
+
readonly "com/select/hint/neutral/icon/color-icon": "#a3aeb5";
|
|
1426
|
+
readonly "com/select/hint/neutral/label/color-text": "#505a5f";
|
|
1427
|
+
readonly "com/select/hint/disable/icon/color-icon": "#c5cdd2";
|
|
1428
|
+
readonly "com/select/hint/disable/label/color-text": "#c5cdd2";
|
|
1107
1429
|
readonly "com/switch/horizontal-gap": "8px";
|
|
1108
1430
|
readonly "com/switch/item/stroke-width": "1px";
|
|
1109
1431
|
readonly "com/switch/item/corner-radius": "9999px";
|
|
@@ -1117,10 +1439,24 @@ declare const _default: {
|
|
|
1117
1439
|
readonly "com/switch/item/off/color-stroke/hover": "#0d2e433d";
|
|
1118
1440
|
readonly "com/switch/item/off/shape/color-shape": "#ffffff";
|
|
1119
1441
|
readonly "com/switch/item/off/shape/color-stroke": "#0d2e433d";
|
|
1442
|
+
readonly "com/switch/item/size-sm/shape-stroke": "1px";
|
|
1120
1443
|
readonly "com/switch/item/size-sm/height": "16px";
|
|
1121
1444
|
readonly "com/switch/item/size-sm/width": "28px";
|
|
1445
|
+
readonly "com/switch/item/size-sm/off/vertical-padding": "3px";
|
|
1446
|
+
readonly "com/switch/item/size-sm/off/left-padding": "3px";
|
|
1447
|
+
readonly "com/switch/item/size-sm/off/shape/height": "10px";
|
|
1448
|
+
readonly "com/switch/item/size-sm/off/shape/width": "10px";
|
|
1449
|
+
readonly "com/switch/item/size-sm/on/vertical-padding": "2px";
|
|
1450
|
+
readonly "com/switch/item/size-sm/on/left-padding": "2px";
|
|
1451
|
+
readonly "com/switch/item/size-sm/on/shape/height": "12px";
|
|
1452
|
+
readonly "com/switch/item/size-sm/on/shape/width": "12px";
|
|
1453
|
+
readonly "com/switch/item/size-md/shape-stroke": "1px";
|
|
1454
|
+
readonly "com/switch/item/size-md/vertical-padding": "3px";
|
|
1455
|
+
readonly "com/switch/item/size-md/left-padding": "3px";
|
|
1122
1456
|
readonly "com/switch/item/size-md/height": "20px";
|
|
1123
1457
|
readonly "com/switch/item/size-md/width": "36px";
|
|
1458
|
+
readonly "com/switch/item/size-md/shape/height": "14px";
|
|
1459
|
+
readonly "com/switch/item/size-md/shape/width": "14px";
|
|
1124
1460
|
readonly "com/switch/content/vertical-gap": "4px";
|
|
1125
1461
|
readonly "com/switch/content/primary/label/color-text": "#1e2225";
|
|
1126
1462
|
readonly "com/switch/content/primary/description/color-text": "#505a5f";
|
|
@@ -1129,128 +1465,240 @@ declare const _default: {
|
|
|
1129
1465
|
readonly "com/switch/content/tertiary/label/color-text": "#505a5f";
|
|
1130
1466
|
readonly "com/switch/content/tertiary/description/color-text": "#505a5f";
|
|
1131
1467
|
readonly "com/switch/disable/background-color": "#ffffff00";
|
|
1132
|
-
readonly "com/switch/disable/color-stroke": "#
|
|
1468
|
+
readonly "com/switch/disable/color-stroke": "#02305e16";
|
|
1133
1469
|
readonly "com/switch/disable/shape/color-shape": "#e9edf1";
|
|
1134
1470
|
readonly "com/switch/disable/label/color-text": "#c5cdd2";
|
|
1135
1471
|
readonly "com/switch/disable/description/color-text": "#c5cdd2";
|
|
1136
|
-
readonly "com/
|
|
1137
|
-
readonly "com/
|
|
1138
|
-
readonly "com/
|
|
1139
|
-
readonly "com/
|
|
1140
|
-
readonly "com/
|
|
1141
|
-
readonly "com/
|
|
1142
|
-
readonly "com/
|
|
1143
|
-
readonly "com/
|
|
1144
|
-
readonly "com/
|
|
1145
|
-
readonly "com/
|
|
1146
|
-
readonly "com/
|
|
1147
|
-
readonly "com/
|
|
1148
|
-
readonly "com/
|
|
1149
|
-
readonly "com/
|
|
1150
|
-
readonly "com/
|
|
1151
|
-
readonly "com/
|
|
1152
|
-
readonly "com/
|
|
1153
|
-
readonly "com/
|
|
1154
|
-
readonly "com/
|
|
1155
|
-
readonly "com/
|
|
1156
|
-
readonly "com/
|
|
1157
|
-
readonly "com/
|
|
1158
|
-
readonly "com/
|
|
1159
|
-
readonly "com/
|
|
1160
|
-
readonly "com/
|
|
1161
|
-
readonly "com/
|
|
1162
|
-
readonly "com/
|
|
1163
|
-
readonly "com/
|
|
1164
|
-
readonly "com/
|
|
1165
|
-
readonly "com/
|
|
1166
|
-
readonly "com/
|
|
1167
|
-
readonly "com/
|
|
1168
|
-
readonly "com/
|
|
1169
|
-
readonly "com/
|
|
1170
|
-
readonly "com/
|
|
1171
|
-
readonly "com/
|
|
1172
|
-
readonly "com/
|
|
1173
|
-
readonly "com/
|
|
1174
|
-
readonly "com/
|
|
1175
|
-
readonly "com/
|
|
1176
|
-
readonly "com/
|
|
1177
|
-
readonly "com/
|
|
1178
|
-
readonly "com/
|
|
1179
|
-
readonly "com/
|
|
1180
|
-
readonly "com/
|
|
1181
|
-
readonly "com/
|
|
1182
|
-
readonly "com/
|
|
1183
|
-
readonly "com/
|
|
1184
|
-
readonly "com/
|
|
1185
|
-
readonly "com/
|
|
1186
|
-
readonly "com/
|
|
1187
|
-
readonly "com/
|
|
1188
|
-
readonly "com/
|
|
1189
|
-
readonly "com/
|
|
1190
|
-
readonly "com/
|
|
1191
|
-
readonly "com/
|
|
1192
|
-
readonly "com/
|
|
1193
|
-
readonly "com/
|
|
1194
|
-
readonly "com/
|
|
1195
|
-
readonly "com/
|
|
1196
|
-
readonly "com/
|
|
1197
|
-
readonly "com/
|
|
1198
|
-
readonly "com/
|
|
1199
|
-
readonly "com/
|
|
1200
|
-
readonly "com/
|
|
1201
|
-
readonly "com/
|
|
1202
|
-
readonly "com/
|
|
1203
|
-
readonly "com/
|
|
1204
|
-
readonly "com/
|
|
1205
|
-
readonly "com/
|
|
1206
|
-
readonly "com/
|
|
1207
|
-
readonly "com/
|
|
1208
|
-
readonly "com/
|
|
1209
|
-
readonly "com/
|
|
1210
|
-
readonly "com/
|
|
1211
|
-
readonly "com/
|
|
1212
|
-
readonly "com/
|
|
1213
|
-
readonly "com/
|
|
1214
|
-
readonly "com/
|
|
1215
|
-
readonly "com/
|
|
1216
|
-
readonly "com/
|
|
1217
|
-
readonly "com/
|
|
1218
|
-
readonly "com/
|
|
1219
|
-
readonly "com/
|
|
1220
|
-
readonly "com/
|
|
1221
|
-
readonly "com/
|
|
1472
|
+
readonly "com/table/title-cell/min-height": "28px";
|
|
1473
|
+
readonly "com/table/title-cell/horizontal-padding": "16px";
|
|
1474
|
+
readonly "com/table/title-cell/vertical-padding": "12px";
|
|
1475
|
+
readonly "com/table/title-cell/vertical-gap": "2px";
|
|
1476
|
+
readonly "com/table/title-cell/stroke-width": "1px";
|
|
1477
|
+
readonly "com/table/title-cell/divider/color-stroke": "#0a2f4d22";
|
|
1478
|
+
readonly "com/table/title-cell/divider/horizontal-padding": "Sm (12)";
|
|
1479
|
+
readonly "com/table/title-cell/default/background-color": "#e9edf1";
|
|
1480
|
+
readonly "com/table/title-cell/default/icon/color-icon": "#343d41";
|
|
1481
|
+
readonly "com/table/title-cell/default/label/color-text": "#505a5f";
|
|
1482
|
+
readonly "com/table/title-cell/default/label/vertical-padding": "2px";
|
|
1483
|
+
readonly "com/table/title-cell/default/label/vertical-gap": "8px";
|
|
1484
|
+
readonly "com/table/title-cell/default/description/color-text": "#828f96";
|
|
1485
|
+
readonly "com/table/title-cell/default/description/right-padding": "24px";
|
|
1486
|
+
readonly "com/table/title-cell/disable/background-color": "#dee3e7";
|
|
1487
|
+
readonly "com/table/title-cell/disable/icon/color-icon": "#c5cdd2";
|
|
1488
|
+
readonly "com/table/title-cell/disable/label/color-text": "#c5cdd2";
|
|
1489
|
+
readonly "com/table/title-cell/disable/description/color-text": "#c5cdd2";
|
|
1490
|
+
readonly "com/table/row-cell/min-height": "44px";
|
|
1491
|
+
readonly "com/table/row-cell/horizontal-gap": "8px";
|
|
1492
|
+
readonly "com/table/row-cell/horizontal-padding": "16px";
|
|
1493
|
+
readonly "com/table/row-cell/vertical-padding": "12px";
|
|
1494
|
+
readonly "com/table/row-cell/dot-color": "#a3aeb5";
|
|
1495
|
+
readonly "com/table/row-cell/background-color/default": "#ffffff";
|
|
1496
|
+
readonly "com/table/row-cell/background-color/hover": "#e7f1fa";
|
|
1497
|
+
readonly "com/table/row-cell/background-color/selected": "#f5f8fc";
|
|
1498
|
+
readonly "com/table/row-cell/divider/color-stroke": "#0a2f4d22";
|
|
1499
|
+
readonly "com/table/row-cell/divider/stroke-width": "1px";
|
|
1500
|
+
readonly "com/table/row-cell/default/vertical-gap": "2px";
|
|
1501
|
+
readonly "com/table/row-cell/default/vertical-padding": "4px";
|
|
1502
|
+
readonly "com/table/row-cell/default/horizontal-gap": "4px";
|
|
1503
|
+
readonly "com/table/row-cell/default/primary/icon/color-icon/neutral": "#343d41";
|
|
1504
|
+
readonly "com/table/row-cell/default/primary/icon/color-icon/positive": "#00914a";
|
|
1505
|
+
readonly "com/table/row-cell/default/primary/icon/color-icon/negative": "#d8473c";
|
|
1506
|
+
readonly "com/table/row-cell/default/primary/label/color-text/neutral": "#1e2225";
|
|
1507
|
+
readonly "com/table/row-cell/default/primary/label/color-text/positive": "#00652a";
|
|
1508
|
+
readonly "com/table/row-cell/default/primary/label/color-text/negative": "#a80a12";
|
|
1509
|
+
readonly "com/table/row-cell/default/primary/description/color-text/neutral": "#505a5f";
|
|
1510
|
+
readonly "com/table/row-cell/default/primary/description/color-text/positive": "#00914a";
|
|
1511
|
+
readonly "com/table/row-cell/default/primary/description/color-text/negative": "#d8473c";
|
|
1512
|
+
readonly "com/table/row-cell/default/secondary/icon/color-icon/neutral": "#343d41";
|
|
1513
|
+
readonly "com/table/row-cell/default/secondary/icon/color-icon/positive": "#00914a";
|
|
1514
|
+
readonly "com/table/row-cell/default/secondary/icon/color-icon/negative": "#d8473c";
|
|
1515
|
+
readonly "com/table/row-cell/default/secondary/label/color-text/neutral": "#1e2225";
|
|
1516
|
+
readonly "com/table/row-cell/default/secondary/label/color-text/positive": "#00652a";
|
|
1517
|
+
readonly "com/table/row-cell/default/secondary/label/color-text/negative": "#a80a12";
|
|
1518
|
+
readonly "com/table/row-cell/default/secondary/description/color-text/neutral": "#505a5f";
|
|
1519
|
+
readonly "com/table/row-cell/default/secondary/description/color-text/positive": "#00914a";
|
|
1520
|
+
readonly "com/table/row-cell/default/secondary/description/color-text/negative": "#d8473c";
|
|
1521
|
+
readonly "com/table/row-cell/default/tertiary/icon/color-icon/neutral": "#505a5f";
|
|
1522
|
+
readonly "com/table/row-cell/default/tertiary/icon/color-icon/positive": "#5fbf8c";
|
|
1523
|
+
readonly "com/table/row-cell/default/tertiary/icon/color-icon/negative": "#ff897c";
|
|
1524
|
+
readonly "com/table/row-cell/default/tertiary/label/color-text/neutral": "#505a5f";
|
|
1525
|
+
readonly "com/table/row-cell/default/tertiary/label/color-text/positive": "#00914a";
|
|
1526
|
+
readonly "com/table/row-cell/default/tertiary/label/color-text/negative": "#d8473c";
|
|
1527
|
+
readonly "com/table/row-cell/default/tertiary/description/color-text/neutral": "#505a5f";
|
|
1528
|
+
readonly "com/table/row-cell/default/tertiary/description/color-text/positive": "#00914a";
|
|
1529
|
+
readonly "com/table/row-cell/default/tertiary/description/color-text/negative": "#d8473c";
|
|
1530
|
+
readonly "com/table/row-cell/disable/background-color": "#ffffff";
|
|
1531
|
+
readonly "com/table/row-cell/disable/icon/color-icon": "#c5cdd2";
|
|
1532
|
+
readonly "com/table/row-cell/disable/label/color-text": "#c5cdd2";
|
|
1533
|
+
readonly "com/table/row-cell/disable/description/color-text": "#c5cdd2";
|
|
1534
|
+
readonly "com/tabs/background-color": "#ffffff00";
|
|
1535
|
+
readonly "com/tabs/horizontal-gap": "24px";
|
|
1536
|
+
readonly "com/tabs/underline/color-stroke": "#0a2f4d22";
|
|
1537
|
+
readonly "com/tabs/underline/stroke-width": "1px";
|
|
1538
|
+
readonly "com/tabs/item/active-surface/background-color": "#2f3cc1";
|
|
1539
|
+
readonly "com/tabs/item/active-surface/height": "3px";
|
|
1540
|
+
readonly "com/tabs/item/height/size-xs": "24px";
|
|
1541
|
+
readonly "com/tabs/item/height/size-sm": "28px";
|
|
1542
|
+
readonly "com/tabs/item/height/size-md": "36px";
|
|
1543
|
+
readonly "com/tabs/item/height/size-lg": "44px";
|
|
1544
|
+
readonly "com/tabs/item/disable/background-color": "#ffffff00";
|
|
1545
|
+
readonly "com/tabs/item/disable/color-text": "#c5cdd2";
|
|
1546
|
+
readonly "com/tabs/item/disable/color-icon": "#c5cdd2";
|
|
1547
|
+
readonly "com/tabs/item/only-icon/size-xs/min-width": "28px";
|
|
1548
|
+
readonly "com/tabs/item/only-icon/size-xs/icon/size-icon": "16px";
|
|
1549
|
+
readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/default": "#505a5f";
|
|
1550
|
+
readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/hover": "#343d41";
|
|
1551
|
+
readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/pressed": "#343d41";
|
|
1552
|
+
readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/actived": "#2f3cc1";
|
|
1553
|
+
readonly "com/tabs/item/only-icon/size-sm/min-width": "28px";
|
|
1554
|
+
readonly "com/tabs/item/only-icon/size-sm/icon/size-icon": "16px";
|
|
1555
|
+
readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/default": "#505a5f";
|
|
1556
|
+
readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/hover": "#343d41";
|
|
1557
|
+
readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/pressed": "#343d41";
|
|
1558
|
+
readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/actived": "#2f3cc1";
|
|
1559
|
+
readonly "com/tabs/item/only-icon/size-md/min-width": "36px";
|
|
1560
|
+
readonly "com/tabs/item/only-icon/size-md/icon/size-icon": "16px";
|
|
1561
|
+
readonly "com/tabs/item/only-icon/size-md/icon/color-icon/default": "#505a5f";
|
|
1562
|
+
readonly "com/tabs/item/only-icon/size-md/icon/color-icon/hover": "#343d41";
|
|
1563
|
+
readonly "com/tabs/item/only-icon/size-md/icon/color-icon/pressed": "#343d41";
|
|
1564
|
+
readonly "com/tabs/item/only-icon/size-md/icon/color-icon/actived": "#2f3cc1";
|
|
1565
|
+
readonly "com/tabs/item/only-icon/size-lg/min-width": "44px";
|
|
1566
|
+
readonly "com/tabs/item/only-icon/size-lg/icon/size-icon": "20px";
|
|
1567
|
+
readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/default": "#505a5f";
|
|
1568
|
+
readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/hover": "#343d41";
|
|
1569
|
+
readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/pressed": "#343d41";
|
|
1570
|
+
readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/actived": "#2f3cc1";
|
|
1571
|
+
readonly "com/tabs/item/with-label/size-xs/horizontal-gap": "4px";
|
|
1572
|
+
readonly "com/tabs/item/with-label/size-xs/sub-spacing": "0px";
|
|
1573
|
+
readonly "com/tabs/item/with-label/size-xs/label/color-text/default": "#505a5f";
|
|
1574
|
+
readonly "com/tabs/item/with-label/size-xs/label/color-text/hover": "#1e2225";
|
|
1575
|
+
readonly "com/tabs/item/with-label/size-xs/label/color-text/pressed": "#1e2225";
|
|
1576
|
+
readonly "com/tabs/item/with-label/size-xs/label/color-text/actived": "#2a30a0";
|
|
1577
|
+
readonly "com/tabs/item/with-label/size-sm/horizontal-gap": "2px";
|
|
1578
|
+
readonly "com/tabs/item/with-label/size-sm/sub-spacing": "4px";
|
|
1579
|
+
readonly "com/tabs/item/with-label/size-sm/label/color-text/default": "#505a5f";
|
|
1580
|
+
readonly "com/tabs/item/with-label/size-sm/label/color-text/hover": "#1e2225";
|
|
1581
|
+
readonly "com/tabs/item/with-label/size-sm/label/color-text/pressed": "#1e2225";
|
|
1582
|
+
readonly "com/tabs/item/with-label/size-sm/label/color-text/actived": "#2a30a0";
|
|
1583
|
+
readonly "com/tabs/item/with-label/size-sm/icon/size-icon": "16px";
|
|
1584
|
+
readonly "com/tabs/item/with-label/size-sm/icon/color-icon/default": "#505a5f";
|
|
1585
|
+
readonly "com/tabs/item/with-label/size-sm/icon/color-icon/hover": "#343d41";
|
|
1586
|
+
readonly "com/tabs/item/with-label/size-sm/icon/color-icon/pressed": "#343d41";
|
|
1587
|
+
readonly "com/tabs/item/with-label/size-sm/icon/color-icon/actived": "#2f3cc1";
|
|
1588
|
+
readonly "com/tabs/item/with-label/size-md/horizontal-gap": "0px";
|
|
1589
|
+
readonly "com/tabs/item/with-label/size-md/sub-spacing": "8px";
|
|
1590
|
+
readonly "com/tabs/item/with-label/size-md/label/color-text/default": "#505a5f";
|
|
1591
|
+
readonly "com/tabs/item/with-label/size-md/label/color-text/hover": "#1e2225";
|
|
1592
|
+
readonly "com/tabs/item/with-label/size-md/label/color-text/pressed": "#1e2225";
|
|
1593
|
+
readonly "com/tabs/item/with-label/size-md/label/color-text/actived": "#2a30a0";
|
|
1594
|
+
readonly "com/tabs/item/with-label/size-md/icon/size-icon": "16px";
|
|
1595
|
+
readonly "com/tabs/item/with-label/size-md/icon/color-icon/default": "#505a5f";
|
|
1596
|
+
readonly "com/tabs/item/with-label/size-md/icon/color-icon/hover": "#343d41";
|
|
1597
|
+
readonly "com/tabs/item/with-label/size-md/icon/color-icon/pressed": "#343d41";
|
|
1598
|
+
readonly "com/tabs/item/with-label/size-md/icon/color-icon/actived": "#2f3cc1";
|
|
1599
|
+
readonly "com/tabs/item/with-label/size-lg/horizontal-gap": "2px";
|
|
1600
|
+
readonly "com/tabs/item/with-label/size-lg/sub-spacing": "8px";
|
|
1601
|
+
readonly "com/tabs/item/with-label/size-lg/color-text/default": "#505a5f";
|
|
1602
|
+
readonly "com/tabs/item/with-label/size-lg/color-text/hover": "#1e2225";
|
|
1603
|
+
readonly "com/tabs/item/with-label/size-lg/color-text/pressed": "#1e2225";
|
|
1604
|
+
readonly "com/tabs/item/with-label/size-lg/color-text/actived": "#2a30a0";
|
|
1605
|
+
readonly "com/tabs/item/with-label/size-lg/color-icon/default": "#505a5f";
|
|
1606
|
+
readonly "com/tabs/item/with-label/size-lg/color-icon/hover": "#343d41";
|
|
1607
|
+
readonly "com/tabs/item/with-label/size-lg/color-icon/pressed": "#343d41";
|
|
1608
|
+
readonly "com/tabs/item/with-label/size-lg/color-icon/actived": "#2f3cc1";
|
|
1609
|
+
readonly "com/toast/right-padding": "8px";
|
|
1610
|
+
readonly "com/toast/left-padding": "12px";
|
|
1611
|
+
readonly "com/toast/vertical-padding": "8px";
|
|
1612
|
+
readonly "com/toast/horizontal-gap": "8px";
|
|
1613
|
+
readonly "com/toast/theme/icon/left-padding": "2px";
|
|
1614
|
+
readonly "com/toast/theme/icon/color-icon/neutral": "#505a5f";
|
|
1615
|
+
readonly "com/toast/theme/icon/color-icon/info": "#0083f0";
|
|
1616
|
+
readonly "com/toast/theme/icon/color-icon/positive": "#00914a";
|
|
1617
|
+
readonly "com/toast/theme/icon/color-icon/caution": "#bc6300";
|
|
1618
|
+
readonly "com/toast/theme/icon/color-icon/negative": "#d8473c";
|
|
1619
|
+
readonly "com/toast/theme/label/vertical-padding": "4px";
|
|
1620
|
+
readonly "com/toast/theme/label/vertical-gap": "4px";
|
|
1621
|
+
readonly "com/toast/theme/label/color-text/neutral": "#1e2225";
|
|
1622
|
+
readonly "com/toast/theme/label/color-text/info": "#002c6c";
|
|
1623
|
+
readonly "com/toast/theme/label/color-text/positive": "#003910";
|
|
1624
|
+
readonly "com/toast/theme/label/color-text/caution": "#4e1f00";
|
|
1625
|
+
readonly "com/toast/theme/label/color-text/negative": "#5f0500";
|
|
1626
|
+
readonly "com/toast/theme/divider/color-stroke/neutral": "#0d2e433d";
|
|
1627
|
+
readonly "com/toast/theme/divider/color-stroke/info": "#c1e2fc";
|
|
1628
|
+
readonly "com/toast/theme/divider/color-stroke/positive": "#c0e6ce";
|
|
1629
|
+
readonly "com/toast/theme/divider/color-stroke/caution": "#f8dbab";
|
|
1630
|
+
readonly "com/toast/theme/divider/color-stroke/negative": "#fdd3cd";
|
|
1631
|
+
readonly "com/toast/theme/border/stroke-width": "1px";
|
|
1632
|
+
readonly "com/toast/theme/border/color-stroke/neutral": "#0d2e433d";
|
|
1633
|
+
readonly "com/toast/theme/border/color-stroke/info": "#3d9cfb";
|
|
1634
|
+
readonly "com/toast/theme/border/color-stroke/positive": "#00aa67";
|
|
1635
|
+
readonly "com/toast/theme/border/color-stroke/caution": "#da841a";
|
|
1636
|
+
readonly "com/toast/theme/border/color-stroke/negative": "#f2685b";
|
|
1637
|
+
readonly "com/toast/theme/background-color/neutral": "#dee3e7";
|
|
1638
|
+
readonly "com/toast/theme/background-color/info": "#def1fd";
|
|
1639
|
+
readonly "com/toast/theme/background-color/positive": "#eaf7ee";
|
|
1640
|
+
readonly "com/toast/theme/background-color/caution": "#fcf4e0";
|
|
1641
|
+
readonly "com/toast/theme/background-color/negative": "#feeeed";
|
|
1642
|
+
readonly "com/toast/corner-radius": "8px";
|
|
1643
|
+
readonly "com/tooltip/size-md/horizontal-padding": "12px";
|
|
1644
|
+
readonly "com/tooltip/size-md/vertical-padding": "8px";
|
|
1645
|
+
readonly "com/tooltip/size-md/corner-radius": "8px";
|
|
1646
|
+
readonly "com/tooltip/size-md/vertical-gap": "4px";
|
|
1647
|
+
readonly "com/tooltip/size-md/theme-black/background-color": "#000000";
|
|
1648
|
+
readonly "com/tooltip/size-md/theme-black/label/color-text": "#ffffff";
|
|
1649
|
+
readonly "com/tooltip/size-md/theme-black/label/background-color": "#000000";
|
|
1650
|
+
readonly "com/tooltip/size-md/theme-white/background-color": "#ffffff";
|
|
1651
|
+
readonly "com/tooltip/size-md/theme-white/label/color-text": "#1e2225";
|
|
1652
|
+
readonly "com/tooltip/size-lg/horizontal-padding": "12px";
|
|
1653
|
+
readonly "com/tooltip/size-lg/vertical-padding": "12px";
|
|
1654
|
+
readonly "com/tooltip/size-lg/vertical-gap": "4px";
|
|
1655
|
+
readonly "com/tooltip/size-lg/corner-radius": "8px";
|
|
1656
|
+
readonly "com/tooltip/size-lg/theme-black/description/color-text": "#ffffff";
|
|
1657
|
+
readonly "com/tooltip/size-lg/theme-black/background-color": "#000000";
|
|
1658
|
+
readonly "com/tooltip/size-lg/theme-black/label/color-text": "#ffffff";
|
|
1659
|
+
readonly "com/tooltip/size-lg/theme-white/background-color": "#ffffff";
|
|
1660
|
+
readonly "com/tooltip/size-lg/theme-white/label/color-text": "#1e2225";
|
|
1661
|
+
readonly "com/tooltip/size-lg/theme-white/description/color-text": "#505a5f";
|
|
1662
|
+
readonly "com/topbar/left-items/menu/items/horizontal-gap": "4px";
|
|
1663
|
+
readonly "com/topbar/left-items/menu/items/horizontal-padding": "8px";
|
|
1664
|
+
readonly "com/topbar/left-items/menu/items/vertical-padding": "8px";
|
|
1665
|
+
readonly "com/topbar/left-items/menu/items/corner-radius": "6px";
|
|
1666
|
+
readonly "com/topbar/left-items/menu/items/background-color/default": "#ffffff00";
|
|
1667
|
+
readonly "com/topbar/left-items/menu/items/background-color/hover": "#02305e16";
|
|
1668
|
+
readonly "com/topbar/left-items/menu/items/background-color/pressed": "#0a2f4d22";
|
|
1669
|
+
readonly "com/topbar/left-items/menu/items/background-color/active": "#00375b0e";
|
|
1670
|
+
readonly "com/topbar/left-items/menu/items/label/color-text/default": "#828f96";
|
|
1671
|
+
readonly "com/topbar/left-items/menu/items/label/color-text/hover": "#505a5f";
|
|
1672
|
+
readonly "com/topbar/left-items/menu/items/label/color-text/pressed": "#505a5f";
|
|
1673
|
+
readonly "com/topbar/left-items/menu/items/label/color-text/active": "#1e2225";
|
|
1674
|
+
readonly "com/topbar/left-items/menu/items/icon/color-icon/default": "#a3aeb5";
|
|
1675
|
+
readonly "com/topbar/left-items/menu/items/icon/color-icon/hover": "#505a5f";
|
|
1676
|
+
readonly "com/topbar/left-items/menu/items/icon/color-icon/pressed": "#505a5f";
|
|
1677
|
+
readonly "com/topbar/left-items/menu/items/icon/color-icon/active": "#505a5f";
|
|
1678
|
+
readonly "com/topbar/left-items/menu/horizontal-gap": "8px";
|
|
1679
|
+
readonly "com/topbar/left-items/left-bar-collapse/horizontal-gap": "12px";
|
|
1680
|
+
readonly "com/topbar/left-items/left-bar-expand/horizontal-gap": "0px";
|
|
1681
|
+
readonly "com/topbar/left-items/logo/horizontal-gap": "20px";
|
|
1682
|
+
readonly "com/topbar/left-items/logo/horizontal-padding": "8px";
|
|
1683
|
+
readonly "com/topbar/left-items/logo/width": "280px";
|
|
1684
|
+
readonly "com/topbar/left-items/logo/height": "28px";
|
|
1222
1685
|
readonly "com/topbar/background-color": "#ffffff";
|
|
1223
1686
|
readonly "com/topbar/left-padding": "16px";
|
|
1224
1687
|
readonly "com/topbar/right-padding": "20px";
|
|
1225
1688
|
readonly "com/topbar/vertical-padding": "12px";
|
|
1226
|
-
readonly "com/topbar/
|
|
1227
|
-
readonly "com/topbar/left-items/horizontal-padding": "8px";
|
|
1228
|
-
readonly "com/topbar/left-items/vertical-padding": "16px";
|
|
1689
|
+
readonly "com/topbar/height": "56px";
|
|
1229
1690
|
readonly "com/topbar/right-items/horizontal-gap": "4px";
|
|
1230
1691
|
readonly "com/topbar/right-items/user-profile/horizontal-padding": "4px";
|
|
1231
1692
|
readonly "com/topbar/right-items/user-profile/horizontal-gap": "8px";
|
|
1232
1693
|
readonly "com/topbar/right-items/user-profile/vertical-padding": "4px";
|
|
1233
1694
|
readonly "com/topbar/right-items/user-profile/corner-radius": "6px";
|
|
1234
|
-
readonly "com/topbar/right-items/user-profile/label/color-text": "#505a5f";
|
|
1235
1695
|
readonly "com/topbar/right-items/user-profile/icon/color-icon": "#505a5f";
|
|
1236
|
-
readonly "com/
|
|
1237
|
-
readonly "com/
|
|
1238
|
-
readonly "com/
|
|
1239
|
-
readonly "com/
|
|
1240
|
-
readonly "com/
|
|
1241
|
-
readonly "com/
|
|
1242
|
-
readonly "com/divider/horizontal-padding/2xs": "4px";
|
|
1243
|
-
readonly "com/divider/horizontal-padding/tiny": "2px";
|
|
1244
|
-
readonly "com/divider/horizontal-padding/null": "0px";
|
|
1245
|
-
readonly "com/divider/vertical-padding/2xl": "36px";
|
|
1246
|
-
readonly "com/divider/vertical-padding/xl": "24px";
|
|
1247
|
-
readonly "com/divider/vertical-padding/lg": "20px";
|
|
1248
|
-
readonly "com/divider/vertical-padding/md": "16px";
|
|
1249
|
-
readonly "com/divider/vertical-padding/sm": "12px";
|
|
1250
|
-
readonly "com/divider/vertical-padding/xs": "8px";
|
|
1251
|
-
readonly "com/divider/vertical-padding/2xs": "4px";
|
|
1252
|
-
readonly "com/divider/vertical-padding/tiny": "2px";
|
|
1253
|
-
readonly "com/divider/vertical-padding/null": "0px";
|
|
1696
|
+
readonly "com/topbar/right-items/user-profile/label/color-text": "#505a5f";
|
|
1697
|
+
readonly "com/typing-cursor/default": "#2a30a0";
|
|
1698
|
+
readonly "com/typing-cursor/negative": "#a80a12";
|
|
1699
|
+
readonly "com/icon/size/from-28/stroke-width": "2px";
|
|
1700
|
+
readonly "com/icon/size/from-20/stroke-width": "1.3px";
|
|
1701
|
+
readonly "com/icon/size/under-20/stroke-width": "1px";
|
|
1254
1702
|
readonly "pri/color/brand/primary/10": "#f9fbfd";
|
|
1255
1703
|
readonly "pri/color/brand/primary/25": "#f5f8fc";
|
|
1256
1704
|
readonly "pri/color/brand/primary/50": "#e7f1fa";
|
|
@@ -1310,19 +1758,19 @@ declare const _default: {
|
|
|
1310
1758
|
readonly "pri/color/neutral/black": "#000000";
|
|
1311
1759
|
readonly "pri/color/neutral/white": "#ffffff";
|
|
1312
1760
|
readonly "pri/color/alpha/black/10": "#04287007";
|
|
1313
|
-
readonly "pri/color/alpha/black/25": "#
|
|
1314
|
-
readonly "pri/color/alpha/black/50": "#
|
|
1315
|
-
readonly "pri/color/alpha/black/100": "#
|
|
1761
|
+
readonly "pri/color/alpha/black/25": "#00375b0e";
|
|
1762
|
+
readonly "pri/color/alpha/black/50": "#02305e16";
|
|
1763
|
+
readonly "pri/color/alpha/black/100": "#0a2f4d22";
|
|
1316
1764
|
readonly "pri/color/alpha/black/200": "#0d2e433d";
|
|
1317
|
-
readonly "pri/color/alpha/black/300": "#
|
|
1318
|
-
readonly "pri/color/alpha/black/400": "#
|
|
1765
|
+
readonly "pri/color/alpha/black/300": "#0422355e";
|
|
1766
|
+
readonly "pri/color/alpha/black/400": "#09233182";
|
|
1319
1767
|
readonly "pri/color/alpha/black/500": "#00152096";
|
|
1320
1768
|
readonly "pri/color/alpha/black/600": "#010f17b0";
|
|
1321
|
-
readonly "pri/color/alpha/black/700": "#
|
|
1322
|
-
readonly "pri/color/alpha/black/800": "#
|
|
1323
|
-
readonly "pri/color/alpha/black/850": "#
|
|
1324
|
-
readonly "pri/color/alpha/black/875": "#
|
|
1325
|
-
readonly "pri/color/alpha/black/900": "#
|
|
1769
|
+
readonly "pri/color/alpha/black/700": "#061117c3";
|
|
1770
|
+
readonly "pri/color/alpha/black/800": "#0d181cd6";
|
|
1771
|
+
readonly "pri/color/alpha/black/850": "#12181de5";
|
|
1772
|
+
readonly "pri/color/alpha/black/875": "#0a0f12eb";
|
|
1773
|
+
readonly "pri/color/alpha/black/900": "#040607ed";
|
|
1326
1774
|
readonly "pri/color/alpha/white/10": "#ffffff04";
|
|
1327
1775
|
readonly "pri/color/alpha/white/25": "#ffffff06";
|
|
1328
1776
|
readonly "pri/color/alpha/white/50": "#ffffff0e";
|
|
@@ -1625,6 +2073,22 @@ declare const _default: {
|
|
|
1625
2073
|
readonly "pri/dimension/spacing/sp13": "84px";
|
|
1626
2074
|
readonly "pri/dimension/spacing/sp14": "104px";
|
|
1627
2075
|
readonly "pri/dimension/spacing/sp15": "132px";
|
|
2076
|
+
readonly "pri/dimension/spacing/negative/sp0": "-1px";
|
|
2077
|
+
readonly "pri/dimension/spacing/negative/sp1": "-2px";
|
|
2078
|
+
readonly "pri/dimension/spacing/negative/sp2": "-4px";
|
|
2079
|
+
readonly "pri/dimension/spacing/negative/sp3": "-8px";
|
|
2080
|
+
readonly "pri/dimension/spacing/negative/sp4": "-12px";
|
|
2081
|
+
readonly "pri/dimension/spacing/negative/sp5": "-16px";
|
|
2082
|
+
readonly "pri/dimension/spacing/negative/sp6": "-20px";
|
|
2083
|
+
readonly "pri/dimension/spacing/negative/sp7": "-24px";
|
|
2084
|
+
readonly "pri/dimension/spacing/negative/sp8": "-28px";
|
|
2085
|
+
readonly "pri/dimension/spacing/negative/sp9": "-36px";
|
|
2086
|
+
readonly "pri/dimension/spacing/negative/sp10": "-44px";
|
|
2087
|
+
readonly "pri/dimension/spacing/negative/sp11": "-56px";
|
|
2088
|
+
readonly "pri/dimension/spacing/negative/sp12": "-68px";
|
|
2089
|
+
readonly "pri/dimension/spacing/negative/sp13": "-84px";
|
|
2090
|
+
readonly "pri/dimension/spacing/negative/sp14": "-104px";
|
|
2091
|
+
readonly "pri/dimension/spacing/negative/sp15": "-132px";
|
|
1628
2092
|
readonly "pri/dimension/radius/r0": "0px";
|
|
1629
2093
|
readonly "pri/dimension/radius/r1": "2px";
|
|
1630
2094
|
readonly "pri/dimension/radius/r2": "4px";
|
|
@@ -1662,9 +2126,9 @@ declare const _default: {
|
|
|
1662
2126
|
readonly "pri/elevation/shadow-key/spread/lg": "-2px";
|
|
1663
2127
|
readonly "pri/elevation/shadow-key/spread/md": "-2px";
|
|
1664
2128
|
readonly "pri/elevation/shadow-key/spread/sm": "-2px";
|
|
1665
|
-
readonly "pri/elevation/shadow-key/color/lg": "#
|
|
1666
|
-
readonly "pri/elevation/shadow-key/color/md": "#
|
|
1667
|
-
readonly "pri/elevation/shadow-key/color/sm": "#
|
|
2129
|
+
readonly "pri/elevation/shadow-key/color/lg": "#00375b0e";
|
|
2130
|
+
readonly "pri/elevation/shadow-key/color/md": "#02305e16";
|
|
2131
|
+
readonly "pri/elevation/shadow-key/color/sm": "#02305e16";
|
|
1668
2132
|
readonly "pri/elevation/shadow-ambient/y-position/lg": "16px";
|
|
1669
2133
|
readonly "pri/elevation/shadow-ambient/y-position/md": "12px";
|
|
1670
2134
|
readonly "pri/elevation/shadow-ambient/y-position/sm": "2px";
|
|
@@ -1674,9 +2138,9 @@ declare const _default: {
|
|
|
1674
2138
|
readonly "pri/elevation/shadow-ambient/spread/lg": "-12px";
|
|
1675
2139
|
readonly "pri/elevation/shadow-ambient/spread/md": "-8px";
|
|
1676
2140
|
readonly "pri/elevation/shadow-ambient/spread/sm": "-1px";
|
|
1677
|
-
readonly "pri/elevation/shadow-ambient/color/lg": "#
|
|
1678
|
-
readonly "pri/elevation/shadow-ambient/color/md": "#
|
|
1679
|
-
readonly "pri/elevation/shadow-ambient/color/sm": "#
|
|
2141
|
+
readonly "pri/elevation/shadow-ambient/color/lg": "#0a2f4d22";
|
|
2142
|
+
readonly "pri/elevation/shadow-ambient/color/md": "#02305e16";
|
|
2143
|
+
readonly "pri/elevation/shadow-ambient/color/sm": "#00375b0e";
|
|
1680
2144
|
readonly "sem/color/background/neutral/canvas/default": "#ffffff";
|
|
1681
2145
|
readonly "sem/color/background/neutral/canvas/hover": "#e9edf1";
|
|
1682
2146
|
readonly "sem/color/background/neutral/canvas/active": "#f1f4f6";
|
|
@@ -1739,25 +2203,25 @@ declare const _default: {
|
|
|
1739
2203
|
readonly "sem/color/background/brand/secondary/accent/disable": "#e9edf1";
|
|
1740
2204
|
readonly "sem/color/background/black/always_black": "#000000";
|
|
1741
2205
|
readonly "sem/color/background/transparent/canvas/default": "#ffffff00";
|
|
1742
|
-
readonly "sem/color/background/transparent/canvas/hover": "#
|
|
1743
|
-
readonly "sem/color/background/transparent/canvas/active": "#
|
|
1744
|
-
readonly "sem/color/background/transparent/canvas/pressed": "#
|
|
1745
|
-
readonly "sem/color/background/transparent/canvas/selected": "#
|
|
2206
|
+
readonly "sem/color/background/transparent/canvas/hover": "#02305e16";
|
|
2207
|
+
readonly "sem/color/background/transparent/canvas/active": "#00375b0e";
|
|
2208
|
+
readonly "sem/color/background/transparent/canvas/pressed": "#0a2f4d22";
|
|
2209
|
+
readonly "sem/color/background/transparent/canvas/selected": "#00375b0e";
|
|
1746
2210
|
readonly "sem/color/background/transparent/canvas/disable": "#ffffff00";
|
|
1747
|
-
readonly "sem/color/background/transparent/soft/default": "#
|
|
1748
|
-
readonly "sem/color/background/transparent/soft/hover": "#
|
|
1749
|
-
readonly "sem/color/background/transparent/soft/active": "#
|
|
2211
|
+
readonly "sem/color/background/transparent/soft/default": "#00375b0e";
|
|
2212
|
+
readonly "sem/color/background/transparent/soft/hover": "#0a2f4d22";
|
|
2213
|
+
readonly "sem/color/background/transparent/soft/active": "#02305e16";
|
|
1750
2214
|
readonly "sem/color/background/transparent/soft/disable": "#04287007";
|
|
1751
2215
|
readonly "sem/color/background/transparent/sub/default": "#0d2e433d";
|
|
1752
|
-
readonly "sem/color/background/transparent/sub/hover": "#
|
|
1753
|
-
readonly "sem/color/background/transparent/sub/active": "#
|
|
2216
|
+
readonly "sem/color/background/transparent/sub/hover": "#09233182";
|
|
2217
|
+
readonly "sem/color/background/transparent/sub/active": "#0422355e";
|
|
1754
2218
|
readonly "sem/color/background/transparent/sub/disable": "#04287007";
|
|
1755
2219
|
readonly "sem/color/background/transparent/accent/default": "#00152096";
|
|
1756
|
-
readonly "sem/color/background/transparent/accent/hover": "#
|
|
2220
|
+
readonly "sem/color/background/transparent/accent/hover": "#0a2f4d22";
|
|
1757
2221
|
readonly "sem/color/background/transparent/accent/active": "#0d2e433d";
|
|
1758
|
-
readonly "sem/color/background/transparent/accent/pressed": "#
|
|
2222
|
+
readonly "sem/color/background/transparent/accent/pressed": "#09233182";
|
|
1759
2223
|
readonly "sem/color/background/transparent/accent/selected": "#0d2e433d";
|
|
1760
|
-
readonly "sem/color/background/transparent/accent/disable": "#
|
|
2224
|
+
readonly "sem/color/background/transparent/accent/disable": "#02305e16";
|
|
1761
2225
|
readonly "sem/color/background/function/info/canvas/default": "#f5fafd";
|
|
1762
2226
|
readonly "sem/color/background/function/info/canvas/hover": "#def1fd";
|
|
1763
2227
|
readonly "sem/color/background/function/info/canvas/active": "#eaf6fb";
|
|
@@ -2028,14 +2492,14 @@ declare const _default: {
|
|
|
2028
2492
|
readonly "sem/color/icon/utility/pink/disable": "#c5cdd2";
|
|
2029
2493
|
readonly "sem/color/stroke/neutral/strong": "#00152096";
|
|
2030
2494
|
readonly "sem/color/stroke/neutral/sub": "#0d2e433d";
|
|
2031
|
-
readonly "sem/color/stroke/neutral/soft": "#
|
|
2032
|
-
readonly "sem/color/stroke/neutral/delicate": "#
|
|
2033
|
-
readonly "sem/color/stroke/neutral/disable": "#
|
|
2495
|
+
readonly "sem/color/stroke/neutral/soft": "#0a2f4d22";
|
|
2496
|
+
readonly "sem/color/stroke/neutral/delicate": "#02305e16";
|
|
2497
|
+
readonly "sem/color/stroke/neutral/disable": "#02305e16";
|
|
2034
2498
|
readonly "sem/color/stroke/neutral/none": "#ffffff00";
|
|
2035
2499
|
readonly "sem/color/stroke/brand/strong": "#3263e7";
|
|
2036
2500
|
readonly "sem/color/stroke/brand/sub": "#cee2f8";
|
|
2037
2501
|
readonly "sem/color/stroke/brand/soft": "#e7f1fa";
|
|
2038
|
-
readonly "sem/color/stroke/brand/disable": "#
|
|
2502
|
+
readonly "sem/color/stroke/brand/disable": "#02305e16";
|
|
2039
2503
|
readonly "sem/color/stroke/white/strong": "#ffffff82";
|
|
2040
2504
|
readonly "sem/color/stroke/white/sub": "#ffffff49";
|
|
2041
2505
|
readonly "sem/color/stroke/white/soft": "#ffffff30";
|
|
@@ -2044,68 +2508,68 @@ declare const _default: {
|
|
|
2044
2508
|
readonly "sem/color/stroke/function/info/strong": "#3d9cfb";
|
|
2045
2509
|
readonly "sem/color/stroke/function/info/sub": "#c1e2fc";
|
|
2046
2510
|
readonly "sem/color/stroke/function/info/soft": "#def1fd";
|
|
2047
|
-
readonly "sem/color/stroke/function/info/disable": "#
|
|
2511
|
+
readonly "sem/color/stroke/function/info/disable": "#02305e16";
|
|
2048
2512
|
readonly "sem/color/stroke/function/caution/strong": "#da841a";
|
|
2049
2513
|
readonly "sem/color/stroke/function/caution/sub": "#f8dbab";
|
|
2050
2514
|
readonly "sem/color/stroke/function/caution/soft": "#fceccd";
|
|
2051
|
-
readonly "sem/color/stroke/function/caution/disable": "#
|
|
2515
|
+
readonly "sem/color/stroke/function/caution/disable": "#02305e16";
|
|
2052
2516
|
readonly "sem/color/stroke/function/positive/strong": "#00aa67";
|
|
2053
2517
|
readonly "sem/color/stroke/function/positive/sub": "#c0e6ce";
|
|
2054
2518
|
readonly "sem/color/stroke/function/positive/soft": "#def3e5";
|
|
2055
|
-
readonly "sem/color/stroke/function/positive/disable": "#
|
|
2519
|
+
readonly "sem/color/stroke/function/positive/disable": "#02305e16";
|
|
2056
2520
|
readonly "sem/color/stroke/function/negative/strong": "#f2685b";
|
|
2057
2521
|
readonly "sem/color/stroke/function/negative/sub": "#fdd3cd";
|
|
2058
2522
|
readonly "sem/color/stroke/function/negative/soft": "#fee9e7";
|
|
2059
|
-
readonly "sem/color/stroke/function/negative/disable": "#
|
|
2523
|
+
readonly "sem/color/stroke/function/negative/disable": "#02305e16";
|
|
2060
2524
|
readonly "sem/color/stroke/pure-white": "#ffffff";
|
|
2061
2525
|
readonly "sem/color/stroke/utility/red/strong": "#fd8b7f";
|
|
2062
2526
|
readonly "sem/color/stroke/utility/red/sub": "#fbd3ce";
|
|
2063
2527
|
readonly "sem/color/stroke/utility/red/soft": "#ffe9e5";
|
|
2064
|
-
readonly "sem/color/stroke/utility/red/disable": "#
|
|
2528
|
+
readonly "sem/color/stroke/utility/red/disable": "#02305e16";
|
|
2065
2529
|
readonly "sem/color/stroke/utility/orange/strong": "#f4944c";
|
|
2066
2530
|
readonly "sem/color/stroke/utility/orange/sub": "#ffd3b5";
|
|
2067
2531
|
readonly "sem/color/stroke/utility/orange/soft": "#feebe2";
|
|
2068
|
-
readonly "sem/color/stroke/utility/orange/disable": "#
|
|
2532
|
+
readonly "sem/color/stroke/utility/orange/disable": "#02305e16";
|
|
2069
2533
|
readonly "sem/color/stroke/utility/yellow/strong": "#e7a60f";
|
|
2070
2534
|
readonly "sem/color/stroke/utility/yellow/sub": "#fbd797";
|
|
2071
2535
|
readonly "sem/color/stroke/utility/yellow/soft": "#fdebd0";
|
|
2072
|
-
readonly "sem/color/stroke/utility/yellow/disable": "#
|
|
2536
|
+
readonly "sem/color/stroke/utility/yellow/disable": "#02305e16";
|
|
2073
2537
|
readonly "sem/color/stroke/utility/lime/strong": "#8eba1e";
|
|
2074
2538
|
readonly "sem/color/stroke/utility/lime/sub": "#d0e59b";
|
|
2075
2539
|
readonly "sem/color/stroke/utility/lime/soft": "#e9f6c9";
|
|
2076
|
-
readonly "sem/color/stroke/utility/lime/disable": "#
|
|
2540
|
+
readonly "sem/color/stroke/utility/lime/disable": "#02305e16";
|
|
2077
2541
|
readonly "sem/color/stroke/utility/green/strong": "#3bc392";
|
|
2078
2542
|
readonly "sem/color/stroke/utility/green/sub": "#b3e9cf";
|
|
2079
2543
|
readonly "sem/color/stroke/utility/green/soft": "#dbf6e8";
|
|
2080
|
-
readonly "sem/color/stroke/utility/green/disable": "#
|
|
2544
|
+
readonly "sem/color/stroke/utility/green/disable": "#02305e16";
|
|
2081
2545
|
readonly "sem/color/stroke/utility/ocean/strong": "#0dc1c2";
|
|
2082
2546
|
readonly "sem/color/stroke/utility/ocean/sub": "#b3e7e3";
|
|
2083
2547
|
readonly "sem/color/stroke/utility/ocean/soft": "#daf5f4";
|
|
2084
|
-
readonly "sem/color/stroke/utility/ocean/disable": "#
|
|
2548
|
+
readonly "sem/color/stroke/utility/ocean/disable": "#02305e16";
|
|
2085
2549
|
readonly "sem/color/stroke/utility/blue/strong": "#51b9f0";
|
|
2086
2550
|
readonly "sem/color/stroke/utility/blue/sub": "#b9e4f6";
|
|
2087
2551
|
readonly "sem/color/stroke/utility/blue/soft": "#eaf6fa";
|
|
2088
|
-
readonly "sem/color/stroke/utility/blue/disable": "#
|
|
2552
|
+
readonly "sem/color/stroke/utility/blue/disable": "#02305e16";
|
|
2089
2553
|
readonly "sem/color/stroke/utility/indigo/strong": "#4278f5";
|
|
2090
2554
|
readonly "sem/color/stroke/utility/indigo/sub": "#d1ddfb";
|
|
2091
2555
|
readonly "sem/color/stroke/utility/indigo/soft": "#e7eeff";
|
|
2092
|
-
readonly "sem/color/stroke/utility/indigo/disable": "#
|
|
2556
|
+
readonly "sem/color/stroke/utility/indigo/disable": "#02305e16";
|
|
2093
2557
|
readonly "sem/color/stroke/utility/violet/strong": "#cb9ce7";
|
|
2094
2558
|
readonly "sem/color/stroke/utility/violet/sub": "#e5d8f5";
|
|
2095
2559
|
readonly "sem/color/stroke/utility/violet/soft": "#f1ecfa";
|
|
2096
|
-
readonly "sem/color/stroke/utility/violet/disable": "#
|
|
2560
|
+
readonly "sem/color/stroke/utility/violet/disable": "#02305e16";
|
|
2097
2561
|
readonly "sem/color/stroke/utility/pink/strong": "#ec8dd3";
|
|
2098
2562
|
readonly "sem/color/stroke/utility/pink/sub": "#f5d3ec";
|
|
2099
2563
|
readonly "sem/color/stroke/utility/pink/soft": "#fce8f7";
|
|
2100
|
-
readonly "sem/color/stroke/utility/pink/disable": "#
|
|
2564
|
+
readonly "sem/color/stroke/utility/pink/disable": "#02305e16";
|
|
2101
2565
|
readonly "sem/color/illustration/white": "#ffffff";
|
|
2102
2566
|
readonly "sem/color/illustration/black": "#000000";
|
|
2103
2567
|
readonly "sem/color/illustration/disable/default": "#e9edf1";
|
|
2104
|
-
readonly "sem/color/illustration/disable/transparent": "#
|
|
2105
|
-
readonly "sem/color/illustration/transparent/default": "#
|
|
2568
|
+
readonly "sem/color/illustration/disable/transparent": "#00375b0e";
|
|
2569
|
+
readonly "sem/color/illustration/transparent/default": "#02305e16";
|
|
2106
2570
|
readonly "sem/color/illustration/transparent/hover": "#0d2e433d";
|
|
2107
2571
|
readonly "sem/color/illustration/transparent/active": "#0d2e433d";
|
|
2108
|
-
readonly "sem/color/illustration/transparent/pressed": "#
|
|
2572
|
+
readonly "sem/color/illustration/transparent/pressed": "#0422355e";
|
|
2109
2573
|
readonly "sem/color/illustration/transparent/selected": "#0d2e433d";
|
|
2110
2574
|
readonly "sem/color/illustration/neutral/strong": "#41494e";
|
|
2111
2575
|
readonly "sem/color/illustration/neutral/sub": "#828f96";
|
|
@@ -2343,8 +2807,16 @@ declare const _default: {
|
|
|
2343
2807
|
readonly "sem/dimension/padding/sm": "12px";
|
|
2344
2808
|
readonly "sem/dimension/padding/xs": "8px";
|
|
2345
2809
|
readonly "sem/dimension/padding/2xs": "4px";
|
|
2346
|
-
readonly "sem/dimension/padding/null": "0px";
|
|
2347
2810
|
readonly "sem/dimension/padding/tiny": "2px";
|
|
2811
|
+
readonly "sem/dimension/padding/null": "0px";
|
|
2812
|
+
readonly "sem/dimension/padding/negative/2xl": "-36px";
|
|
2813
|
+
readonly "sem/dimension/padding/negative/xl": "-24px";
|
|
2814
|
+
readonly "sem/dimension/padding/negative/lg": "-20px";
|
|
2815
|
+
readonly "sem/dimension/padding/negative/md": "-16px";
|
|
2816
|
+
readonly "sem/dimension/padding/negative/sm": "-12px";
|
|
2817
|
+
readonly "sem/dimension/padding/negative/xs": "-8px";
|
|
2818
|
+
readonly "sem/dimension/padding/negative/2xs": "-4px";
|
|
2819
|
+
readonly "sem/dimension/padding/negative/tiny": "-2px";
|
|
2348
2820
|
readonly "sem/dimension/gap/2xl": "24px";
|
|
2349
2821
|
readonly "sem/dimension/gap/xl": "20px";
|
|
2350
2822
|
readonly "sem/dimension/gap/lg": "16px";
|
|
@@ -2353,6 +2825,13 @@ declare const _default: {
|
|
|
2353
2825
|
readonly "sem/dimension/gap/xs": "4px";
|
|
2354
2826
|
readonly "sem/dimension/gap/2xs": "2px";
|
|
2355
2827
|
readonly "sem/dimension/gap/null": "0px";
|
|
2828
|
+
readonly "sem/dimension/gap/negative/2xl": "-24px";
|
|
2829
|
+
readonly "sem/dimension/gap/negative/xl": "-20px";
|
|
2830
|
+
readonly "sem/dimension/gap/negative/lg": "-16px";
|
|
2831
|
+
readonly "sem/dimension/gap/negative/md": "-12px";
|
|
2832
|
+
readonly "sem/dimension/gap/negative/sm": "-8px";
|
|
2833
|
+
readonly "sem/dimension/gap/negative/xs": "-4px";
|
|
2834
|
+
readonly "sem/dimension/gap/negative/2xs": "-2px";
|
|
2356
2835
|
readonly "sem/dimension/stroke-width/divider/xl": "4px";
|
|
2357
2836
|
readonly "sem/dimension/stroke-width/divider/lg": "2px";
|
|
2358
2837
|
readonly "sem/dimension/stroke-width/divider/md": "1px";
|
|
@@ -2373,12 +2852,14 @@ declare const _default: {
|
|
|
2373
2852
|
readonly "sem/dimension/radius/container/md": "20px";
|
|
2374
2853
|
readonly "sem/dimension/radius/container/sm": "12px";
|
|
2375
2854
|
readonly "sem/dimension/radius/container/xs": "8px";
|
|
2855
|
+
readonly "sem/dimension/size/icon/2xl": "44px";
|
|
2376
2856
|
readonly "sem/dimension/size/icon/xl": "36px";
|
|
2377
2857
|
readonly "sem/dimension/size/icon/lg": "28px";
|
|
2378
2858
|
readonly "sem/dimension/size/icon/md": "24px";
|
|
2379
2859
|
readonly "sem/dimension/size/icon/sm": "20px";
|
|
2380
2860
|
readonly "sem/dimension/size/icon/xs": "16px";
|
|
2381
2861
|
readonly "sem/dimension/size/icon/2xs": "12px";
|
|
2862
|
+
readonly "sem/dimension/size/component/2xl": "84px";
|
|
2382
2863
|
readonly "sem/dimension/size/component/xl": "68px";
|
|
2383
2864
|
readonly "sem/dimension/size/component/lg": "56px";
|
|
2384
2865
|
readonly "sem/dimension/size/component/md": "44px";
|
|
@@ -2414,10 +2895,10 @@ declare const _default: {
|
|
|
2414
2895
|
readonly "page/details-container/form-view/list/section/content/left-padding": "24px";
|
|
2415
2896
|
readonly "page/details-container/form-view/list/section/content/right-padding": "24px";
|
|
2416
2897
|
readonly "page/details-container/form-view/list/section/content/min-width": "600px";
|
|
2898
|
+
readonly "page/details-container/form-view/list/section/content/background-color": "#ffffff";
|
|
2417
2899
|
readonly "page/details-container/form-view/list/section/content/data-slot/max-width": "760px";
|
|
2418
2900
|
readonly "page/details-container/form-view/list/section/content/data-slot/vertical-gap": "20px";
|
|
2419
|
-
readonly "page/details-container/form-view/list/section/content/
|
|
2420
|
-
readonly "page/details-container/form-view/list/section/content/stroke-color": "#0a2f4d21";
|
|
2901
|
+
readonly "page/details-container/form-view/list/section/content/stroke-color": "#0a2f4d22";
|
|
2421
2902
|
readonly "page/details-container/form-view/list/section/content/border-radius": "12px";
|
|
2422
2903
|
readonly "page/details-container/form-view/list/section/content/stroke-width/top-border": "1px";
|
|
2423
2904
|
readonly "page/details-container/form-view/list/section/content/stroke-width/bottom-border": "1px";
|
|
@@ -2429,7 +2910,7 @@ declare const _default: {
|
|
|
2429
2910
|
readonly "page/details-container/form-view/list/section/table/right-padding": "12px";
|
|
2430
2911
|
readonly "page/details-container/form-view/list/section/table/min-width": "600px";
|
|
2431
2912
|
readonly "page/details-container/form-view/list/section/table/background-color": "#ffffff";
|
|
2432
|
-
readonly "page/details-container/form-view/list/section/table/stroke-color": "#
|
|
2913
|
+
readonly "page/details-container/form-view/list/section/table/stroke-color": "#0a2f4d22";
|
|
2433
2914
|
readonly "page/details-container/form-view/list/section/table/border-radius": "12px";
|
|
2434
2915
|
readonly "page/details-container/form-view/list/section/table/stroke-width/top-border": "1px";
|
|
2435
2916
|
readonly "page/details-container/form-view/list/section/table/stroke-width/bottom-border": "1px";
|
|
@@ -2464,7 +2945,7 @@ declare const _default: {
|
|
|
2464
2945
|
readonly "page/details-container/info-view/list/section/content/right-padding": "24px";
|
|
2465
2946
|
readonly "page/details-container/info-view/list/section/content/min-width": "600px";
|
|
2466
2947
|
readonly "page/details-container/info-view/list/section/content/background-color": "#ffffff";
|
|
2467
|
-
readonly "page/details-container/info-view/list/section/content/stroke-color": "#
|
|
2948
|
+
readonly "page/details-container/info-view/list/section/content/stroke-color": "#0a2f4d22";
|
|
2468
2949
|
readonly "page/details-container/info-view/list/section/content/border-radius": "12px";
|
|
2469
2950
|
readonly "page/details-container/info-view/list/section/content/data-slot/max-width": "760px";
|
|
2470
2951
|
readonly "page/details-container/info-view/list/section/content/data-slot/vertical-gap": "16px";
|
|
@@ -2478,7 +2959,7 @@ declare const _default: {
|
|
|
2478
2959
|
readonly "page/details-container/info-view/list/section/table/right-padding": "12px";
|
|
2479
2960
|
readonly "page/details-container/info-view/list/section/table/min-width": "600px";
|
|
2480
2961
|
readonly "page/details-container/info-view/list/section/table/background-color": "#ffffff";
|
|
2481
|
-
readonly "page/details-container/info-view/list/section/table/stroke-color": "#
|
|
2962
|
+
readonly "page/details-container/info-view/list/section/table/stroke-color": "#0a2f4d22";
|
|
2482
2963
|
readonly "page/details-container/info-view/list/section/table/border-radius": "12px";
|
|
2483
2964
|
readonly "page/details-container/info-view/list/section/table/stroke-width/top-border": "1px";
|
|
2484
2965
|
readonly "page/details-container/info-view/list/section/table/stroke-width/bottom-border": "1px";
|
|
@@ -2493,10 +2974,17 @@ declare const _default: {
|
|
|
2493
2974
|
readonly "page/body/background-color": "#f5f8fc";
|
|
2494
2975
|
readonly "page/popup/body/vertical_gap": "20px";
|
|
2495
2976
|
readonly "page/drawer/body/vertical_gap": "20px";
|
|
2977
|
+
readonly Boolean: true;
|
|
2978
|
+
readonly "Flowkit/Purple": "#7b61ff";
|
|
2979
|
+
readonly "Flowkit/Charcoal": "#222222";
|
|
2980
|
+
readonly "Flowkit/Red": "#fc5555";
|
|
2981
|
+
readonly "Flowkit/Green": "#29cc6a";
|
|
2982
|
+
readonly "Flowkit/Blue": "#0099ff";
|
|
2983
|
+
readonly "Flowkit/White": "#ffffff";
|
|
2496
2984
|
readonly "_In-Focus": "0px 0px 0px 4px #000000, 0px 0px 0px 2px #ffffff";
|
|
2497
|
-
readonly "Elevation/Level-1": "0px 2px 4px -2px #
|
|
2498
|
-
readonly "Elevation/Level-2": "0px 3px 6px -2px #
|
|
2499
|
-
readonly "Elevation/Level-3": "0px 4px 8px -2px #
|
|
2985
|
+
readonly "Elevation/Level-1": "0px 2px 4px -2px #02305e16, 0px 2px 6px -1px #00375b0e";
|
|
2986
|
+
readonly "Elevation/Level-2": "0px 3px 6px -2px #02305e16, 0px 12px 16px -8px #02305e16";
|
|
2987
|
+
readonly "Elevation/Level-3": "0px 4px 8px -2px #00375b0e, 0px 16px 32px -12px #0a2f4d22";
|
|
2500
2988
|
readonly "Form's-Row": readonly [{
|
|
2501
2989
|
readonly pattern: "columns";
|
|
2502
2990
|
readonly visible: true;
|