fis-component 0.1.16 → 0.1.18
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 +2284 -1525
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/src/assets/icons/InfoSolidIcon.d.ts +2 -0
- package/dist/cjs/types/src/assets/icons/index.d.ts +1 -0
- package/dist/cjs/types/src/components/AlertBanner/AlertBanner.stories.d.ts +15 -0
- package/dist/cjs/types/src/components/Avatar/Avatar.stories.d.ts +20 -2
- package/dist/cjs/types/src/components/Avatar/index.d.ts +1 -2
- package/dist/cjs/types/src/components/Avatar/styles.d.ts +2 -2
- package/dist/cjs/types/src/components/Badge/Badge.stories.d.ts +40 -0
- package/dist/cjs/types/src/components/Badge/index.d.ts +30 -11
- package/dist/cjs/types/src/components/Badge/styles.d.ts +2 -0
- package/dist/cjs/types/src/components/Breadcrumb/Breadcrumb.stories.d.ts +1 -0
- package/dist/cjs/types/src/components/Button/Button.stories.d.ts +13 -0
- package/dist/cjs/types/src/components/Button/index.d.ts +1 -1
- package/dist/cjs/types/src/components/ButtonGroup/ButtonGroup.stories.d.ts +65 -3
- package/dist/cjs/types/src/components/ButtonGroup/index.d.ts +12 -0
- package/dist/cjs/types/src/components/ButtonGroup/styles.d.ts +7 -2
- package/dist/cjs/types/src/components/Checkbox/Checkbox.stories.d.ts +3 -0
- package/dist/cjs/types/src/components/Checkbox/index.d.ts +9 -1
- package/dist/cjs/types/src/components/CheckboxGroup/CheckboxGroup.stories.d.ts +1 -0
- package/dist/cjs/types/src/components/ChipButton/ChipButton.stories.d.ts +11 -0
- package/dist/cjs/types/src/components/ChipButton/index.d.ts +2 -1
- package/dist/cjs/types/src/components/ChipButton/styles.d.ts +1 -0
- package/dist/cjs/types/src/components/Combobox/Combobox.stories.d.ts +6 -0
- package/dist/cjs/types/src/components/Combobox/types.d.ts +2 -0
- package/dist/cjs/types/src/components/Divider/Divider.stories.d.ts +7 -1
- package/dist/cjs/types/src/components/IconButton/IconButton.stories.d.ts +1 -0
- package/dist/cjs/types/src/components/Input/DateRange/DateRange.stories.d.ts +9 -1
- package/dist/cjs/types/src/components/Input/InputArea/TextArea.stories.d.ts +6 -0
- package/dist/cjs/types/src/components/Input/InputDate/InputDate.stories.d.ts +4 -1
- package/dist/cjs/types/src/components/Input/InputField/InputField.stories.d.ts +3 -0
- package/dist/cjs/types/src/components/Input/InputLabel/InputLabel.stories.d.ts +2 -0
- package/dist/cjs/types/src/components/Input/InputStepper/InputStepper.stories.d.ts +19 -1
- package/dist/cjs/types/src/components/Input/InputText/InputText.stories.d.ts +2 -1
- package/dist/cjs/types/src/components/Input/InputTime/InputTime.stories.d.ts +4 -0
- package/dist/cjs/types/src/components/LinkButton/LinkButton.stories.d.ts +24 -0
- package/dist/cjs/types/src/components/MenuItem/MenuItem.stories.d.ts +72 -13
- package/dist/cjs/types/src/components/MenuItem/styles.d.ts +1 -0
- package/dist/cjs/types/src/components/MenuItem/types.d.ts +4 -1
- package/dist/cjs/types/src/components/MenuSelect/MenuSelectDropdown.d.ts +30 -0
- package/dist/cjs/types/src/components/MenuSelect/MenuSelectDropdown.stories.d.ts +13 -0
- package/dist/cjs/types/src/components/MenuSelect/styles.d.ts +4 -0
- package/dist/cjs/types/src/components/Notification/stories/InfoUpdate.stories.d.ts +63 -3
- package/dist/cjs/types/src/components/Notification/stories/SystemUpdate.stories.d.ts +50 -3
- package/dist/cjs/types/src/components/Pagination/Pagination.stories.d.ts +52 -3
- package/dist/cjs/types/src/components/ProgressCircular/ProgressCircular.stories.d.ts +43 -3
- package/dist/cjs/types/src/components/ProgressLinear/ProgressLinear.stories.d.ts +43 -3
- package/dist/cjs/types/src/components/Provider/Provider.stories.d.ts +19 -0
- package/dist/cjs/types/src/components/Radio/Radio.stories.d.ts +65 -6
- package/dist/cjs/types/src/components/RadioGroup/RadioGroup.stories.d.ts +3 -3
- package/dist/cjs/types/src/components/Segmented/Segmented.stories.d.ts +1 -0
- package/dist/cjs/types/src/components/Select/Select.stories.d.ts +79 -4
- package/dist/cjs/types/src/components/Table/ColumnCell/ColumnCell.stories.d.ts +2 -0
- package/dist/cjs/types/src/components/Table/HeaderCell/HeaderCell.stories.d.ts +1 -0
- package/dist/cjs/types/src/components/Table/Sorter/FISSorter.stories.d.ts +8 -0
- package/dist/cjs/types/src/components/Table/Table/Table.stories.d.ts +1 -0
- package/dist/cjs/types/src/components/Tabs/Tabs.stories.d.ts +1 -0
- package/dist/cjs/types/src/components/Text/Text.stories.d.ts +42 -0
- package/dist/cjs/types/src/components/Toast/Toast.stories.d.ts +4 -0
- package/dist/cjs/types/src/index.d.ts +2 -0
- package/dist/cjs/types/src/styles/design-system/variable.d.ts +792 -656
- package/dist/cjs/types/src/utils/getTheme.d.ts +792 -656
- package/dist/esm/index.js +2284 -1526
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/src/assets/icons/InfoSolidIcon.d.ts +2 -0
- package/dist/esm/types/src/assets/icons/index.d.ts +1 -0
- package/dist/esm/types/src/components/AlertBanner/AlertBanner.stories.d.ts +15 -0
- package/dist/esm/types/src/components/Avatar/Avatar.stories.d.ts +20 -2
- package/dist/esm/types/src/components/Avatar/index.d.ts +1 -2
- package/dist/esm/types/src/components/Avatar/styles.d.ts +2 -2
- package/dist/esm/types/src/components/Badge/Badge.stories.d.ts +40 -0
- package/dist/esm/types/src/components/Badge/index.d.ts +30 -11
- package/dist/esm/types/src/components/Badge/styles.d.ts +2 -0
- package/dist/esm/types/src/components/Breadcrumb/Breadcrumb.stories.d.ts +1 -0
- package/dist/esm/types/src/components/Button/Button.stories.d.ts +13 -0
- package/dist/esm/types/src/components/Button/index.d.ts +1 -1
- package/dist/esm/types/src/components/ButtonGroup/ButtonGroup.stories.d.ts +65 -3
- package/dist/esm/types/src/components/ButtonGroup/index.d.ts +12 -0
- package/dist/esm/types/src/components/ButtonGroup/styles.d.ts +7 -2
- package/dist/esm/types/src/components/Checkbox/Checkbox.stories.d.ts +3 -0
- package/dist/esm/types/src/components/Checkbox/index.d.ts +9 -1
- package/dist/esm/types/src/components/CheckboxGroup/CheckboxGroup.stories.d.ts +1 -0
- package/dist/esm/types/src/components/ChipButton/ChipButton.stories.d.ts +11 -0
- package/dist/esm/types/src/components/ChipButton/index.d.ts +2 -1
- package/dist/esm/types/src/components/ChipButton/styles.d.ts +1 -0
- package/dist/esm/types/src/components/Combobox/Combobox.stories.d.ts +6 -0
- package/dist/esm/types/src/components/Combobox/types.d.ts +2 -0
- package/dist/esm/types/src/components/Divider/Divider.stories.d.ts +7 -1
- package/dist/esm/types/src/components/IconButton/IconButton.stories.d.ts +1 -0
- package/dist/esm/types/src/components/Input/DateRange/DateRange.stories.d.ts +9 -1
- package/dist/esm/types/src/components/Input/InputArea/TextArea.stories.d.ts +6 -0
- package/dist/esm/types/src/components/Input/InputDate/InputDate.stories.d.ts +4 -1
- package/dist/esm/types/src/components/Input/InputField/InputField.stories.d.ts +3 -0
- package/dist/esm/types/src/components/Input/InputLabel/InputLabel.stories.d.ts +2 -0
- package/dist/esm/types/src/components/Input/InputStepper/InputStepper.stories.d.ts +19 -1
- package/dist/esm/types/src/components/Input/InputText/InputText.stories.d.ts +2 -1
- package/dist/esm/types/src/components/Input/InputTime/InputTime.stories.d.ts +4 -0
- package/dist/esm/types/src/components/LinkButton/LinkButton.stories.d.ts +24 -0
- package/dist/esm/types/src/components/MenuItem/MenuItem.stories.d.ts +72 -13
- package/dist/esm/types/src/components/MenuItem/styles.d.ts +1 -0
- package/dist/esm/types/src/components/MenuItem/types.d.ts +4 -1
- package/dist/esm/types/src/components/MenuSelect/MenuSelectDropdown.d.ts +30 -0
- package/dist/esm/types/src/components/MenuSelect/MenuSelectDropdown.stories.d.ts +13 -0
- package/dist/esm/types/src/components/MenuSelect/styles.d.ts +4 -0
- package/dist/esm/types/src/components/Notification/stories/InfoUpdate.stories.d.ts +63 -3
- package/dist/esm/types/src/components/Notification/stories/SystemUpdate.stories.d.ts +50 -3
- package/dist/esm/types/src/components/Pagination/Pagination.stories.d.ts +52 -3
- package/dist/esm/types/src/components/ProgressCircular/ProgressCircular.stories.d.ts +43 -3
- package/dist/esm/types/src/components/ProgressLinear/ProgressLinear.stories.d.ts +43 -3
- package/dist/esm/types/src/components/Provider/Provider.stories.d.ts +19 -0
- package/dist/esm/types/src/components/Radio/Radio.stories.d.ts +65 -6
- package/dist/esm/types/src/components/RadioGroup/RadioGroup.stories.d.ts +3 -3
- package/dist/esm/types/src/components/Segmented/Segmented.stories.d.ts +1 -0
- package/dist/esm/types/src/components/Select/Select.stories.d.ts +79 -4
- package/dist/esm/types/src/components/Table/ColumnCell/ColumnCell.stories.d.ts +2 -0
- package/dist/esm/types/src/components/Table/HeaderCell/HeaderCell.stories.d.ts +1 -0
- package/dist/esm/types/src/components/Table/Sorter/FISSorter.stories.d.ts +8 -0
- package/dist/esm/types/src/components/Table/Table/Table.stories.d.ts +1 -0
- package/dist/esm/types/src/components/Tabs/Tabs.stories.d.ts +1 -0
- package/dist/esm/types/src/components/Text/Text.stories.d.ts +42 -0
- package/dist/esm/types/src/components/Toast/Toast.stories.d.ts +4 -0
- package/dist/esm/types/src/index.d.ts +2 -0
- package/dist/esm/types/src/styles/design-system/variable.d.ts +792 -656
- package/dist/esm/types/src/utils/getTheme.d.ts +792 -656
- package/dist/index.d.ts +876 -676
- package/package.json +1 -1
- package/src/styles/design-system/variable.ts +984 -900
|
@@ -27,9 +27,9 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
27
27
|
readonly "com/accordion/head/size-lg/vertical-padding": "16px";
|
|
28
28
|
readonly "com/accordion/head/size-lg/margin": "-4px";
|
|
29
29
|
readonly "com/accordion/head/icon/color-icon/default": "#505a5f";
|
|
30
|
-
readonly "com/accordion/head/icon/color-icon/hover": "#
|
|
30
|
+
readonly "com/accordion/head/icon/color-icon/hover": "#343d41";
|
|
31
31
|
readonly "com/accordion/head/icon/color-icon/disable": "#828f96";
|
|
32
|
-
readonly "com/accordion/head/label/color-text/default": "#
|
|
32
|
+
readonly "com/accordion/head/label/color-text/default": "#41494e";
|
|
33
33
|
readonly "com/accordion/head/label/color-text/hover": "#2a3034";
|
|
34
34
|
readonly "com/accordion/head/label/color-text/disable": "#828f96";
|
|
35
35
|
readonly "com/accordion/head/background-color/default": "#ffffff00";
|
|
@@ -76,21 +76,21 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
76
76
|
readonly "com/avatar/size-xl/corner-radius": "8px";
|
|
77
77
|
readonly "com/avatar/size-xl/stroke-width": "1.3px";
|
|
78
78
|
readonly "com/avatar/size-xl/size-icon": "28px";
|
|
79
|
-
readonly "com/avatar/theme/icon/color-icon/neutral": "#
|
|
79
|
+
readonly "com/avatar/theme/icon/color-icon/neutral": "#69757c";
|
|
80
80
|
readonly "com/avatar/theme/icon/color-icon/red": "#a7051e";
|
|
81
|
-
readonly "com/avatar/theme/icon/color-icon/orange": "#
|
|
82
|
-
readonly "com/avatar/theme/icon/color-icon/yellow": "#
|
|
83
|
-
readonly "com/avatar/theme/icon/color-icon/lime": "#2e5c00";
|
|
84
|
-
readonly "com/avatar/theme/icon/color-icon/ocean": "#006782";
|
|
81
|
+
readonly "com/avatar/theme/icon/color-icon/orange": "#893700";
|
|
82
|
+
readonly "com/avatar/theme/icon/color-icon/yellow": "#866200";
|
|
85
83
|
readonly "com/avatar/theme/icon/color-icon/green": "#006535";
|
|
84
|
+
readonly "com/avatar/theme/icon/color-icon/ocean": "#006782";
|
|
85
|
+
readonly "com/avatar/theme/icon/color-icon/lime": "#2e5c00";
|
|
86
86
|
readonly "com/avatar/theme/icon/color-icon/indigo": "#1e4eb5";
|
|
87
87
|
readonly "com/avatar/theme/icon/color-icon/pink": "#970978";
|
|
88
|
-
readonly "com/avatar/theme/icon/color-icon/violet": "#8b269b";
|
|
89
88
|
readonly "com/avatar/theme/icon/color-icon/blue": "#005eac";
|
|
89
|
+
readonly "com/avatar/theme/icon/color-icon/violet": "#8b269b";
|
|
90
90
|
readonly "com/avatar/theme/label/color-text/neutral": "#828f96";
|
|
91
91
|
readonly "com/avatar/theme/label/color-text/red": "#df3e3f";
|
|
92
|
-
readonly "com/avatar/theme/label/color-text/orange": "#
|
|
93
|
-
readonly "com/avatar/theme/label/color-text/yellow": "#
|
|
92
|
+
readonly "com/avatar/theme/label/color-text/orange": "#d77100";
|
|
93
|
+
readonly "com/avatar/theme/label/color-text/yellow": "#dfa913";
|
|
94
94
|
readonly "com/avatar/theme/label/color-text/lime": "#4b8c00";
|
|
95
95
|
readonly "com/avatar/theme/label/color-text/green": "#009559";
|
|
96
96
|
readonly "com/avatar/theme/label/color-text/ocean": "#00969d";
|
|
@@ -100,8 +100,8 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
100
100
|
readonly "com/avatar/theme/label/color-text/pink": "#cd44a7";
|
|
101
101
|
readonly "com/avatar/theme/color-stroke/neutral": "#0d2e433d";
|
|
102
102
|
readonly "com/avatar/theme/color-stroke/red": "#fd8b7f";
|
|
103
|
-
readonly "com/avatar/theme/color-stroke/orange": "#
|
|
104
|
-
readonly "com/avatar/theme/color-stroke/yellow": "#
|
|
103
|
+
readonly "com/avatar/theme/color-stroke/orange": "#ed993c";
|
|
104
|
+
readonly "com/avatar/theme/color-stroke/yellow": "#ffbe2d";
|
|
105
105
|
readonly "com/avatar/theme/color-stroke/lime": "#8eba1e";
|
|
106
106
|
readonly "com/avatar/theme/color-stroke/green": "#3bc392";
|
|
107
107
|
readonly "com/avatar/theme/color-stroke/ocean": "#0dc1c2";
|
|
@@ -111,8 +111,8 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
111
111
|
readonly "com/avatar/theme/color-stroke/pink": "#ec8dd3";
|
|
112
112
|
readonly "com/avatar/theme/background-color/neutral": "#dee3e7";
|
|
113
113
|
readonly "com/avatar/theme/background-color/red": "#ffe9e5";
|
|
114
|
-
readonly "com/avatar/theme/background-color/orange": "#
|
|
115
|
-
readonly "com/avatar/theme/background-color/yellow": "#
|
|
114
|
+
readonly "com/avatar/theme/background-color/orange": "#fceccd";
|
|
115
|
+
readonly "com/avatar/theme/background-color/yellow": "#fff3cd";
|
|
116
116
|
readonly "com/avatar/theme/background-color/lime": "#e9f6c9";
|
|
117
117
|
readonly "com/avatar/theme/background-color/green": "#dbf6e8";
|
|
118
118
|
readonly "com/avatar/theme/background-color/ocean": "#daf5f4";
|
|
@@ -123,16 +123,16 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
123
123
|
readonly "com/avatar/disable/color-text": "#828f96";
|
|
124
124
|
readonly "com/avatar/disable/color-icon": "#828f96";
|
|
125
125
|
readonly "com/avatar/disable/background-color": "#e9edf1";
|
|
126
|
-
readonly "com/avatar/disable/color-stroke": "#
|
|
126
|
+
readonly "com/avatar/disable/color-stroke": "#02305e16";
|
|
127
127
|
readonly "com/avatar/status-badge/size-xs/stroke-width": "1px";
|
|
128
128
|
readonly "com/avatar/status-badge/color-stroke": "#ffffff";
|
|
129
129
|
readonly "com/avatar/status-badge/size-sm/stroke-width": "1.3px";
|
|
130
130
|
readonly "com/avatar/status-badge/size-md/stroke-width": "2px";
|
|
131
131
|
readonly "com/avatar/status-badge/size-lg/stroke-width": "2px";
|
|
132
|
-
readonly "com/avatar/status-badge/theme/green": "#
|
|
133
|
-
readonly "com/avatar/status-badge/theme/red": "#
|
|
134
|
-
readonly "com/avatar/status-badge/theme/yellow": "#
|
|
135
|
-
readonly "com/avatar/status-badge/theme/blue": "#
|
|
132
|
+
readonly "com/avatar/status-badge/theme/green": "#009559";
|
|
133
|
+
readonly "com/avatar/status-badge/theme/red": "#df3e3f";
|
|
134
|
+
readonly "com/avatar/status-badge/theme/yellow": "#ffbe2d";
|
|
135
|
+
readonly "com/avatar/status-badge/theme/blue": "#008ee1";
|
|
136
136
|
readonly "com/avatar/status-badge/theme/neutral": "#dee3e7";
|
|
137
137
|
readonly "com/alert-banner/right-padding": "12px";
|
|
138
138
|
readonly "com/alert-banner/left-padding": "16px";
|
|
@@ -151,18 +151,18 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
151
151
|
readonly "com/alert-banner/theme/icon/color-icon/neutral": "#505a5f";
|
|
152
152
|
readonly "com/alert-banner/theme/icon/color-icon/info": "#0083f0";
|
|
153
153
|
readonly "com/alert-banner/theme/icon/color-icon/positive": "#00914a";
|
|
154
|
-
readonly "com/alert-banner/theme/icon/color-icon/caution": "#
|
|
154
|
+
readonly "com/alert-banner/theme/icon/color-icon/caution": "#d36f00";
|
|
155
155
|
readonly "com/alert-banner/theme/icon/color-icon/negative": "#d8473c";
|
|
156
156
|
readonly "com/alert-banner/theme/title/color-text/neutral": "#2a3034";
|
|
157
157
|
readonly "com/alert-banner/theme/title/color-text/info": "#2a3034";
|
|
158
|
-
readonly "com/alert-banner/theme/title/color-text/positive": "#2a3034";
|
|
159
158
|
readonly "com/alert-banner/theme/title/color-text/negative": "#2a3034";
|
|
160
159
|
readonly "com/alert-banner/theme/title/color-text/caution": "#2a3034";
|
|
161
|
-
readonly "com/alert-banner/theme/
|
|
162
|
-
readonly "com/alert-banner/theme/description/color-text/
|
|
163
|
-
readonly "com/alert-banner/theme/description/color-text/
|
|
164
|
-
readonly "com/alert-banner/theme/description/color-text/
|
|
165
|
-
readonly "com/alert-banner/theme/description/color-text/
|
|
160
|
+
readonly "com/alert-banner/theme/title/color-text/positive": "#2a3034";
|
|
161
|
+
readonly "com/alert-banner/theme/description/color-text/neutral": "#41494e";
|
|
162
|
+
readonly "com/alert-banner/theme/description/color-text/info": "#41494e";
|
|
163
|
+
readonly "com/alert-banner/theme/description/color-text/positive": "#41494e";
|
|
164
|
+
readonly "com/alert-banner/theme/description/color-text/caution": "#41494e";
|
|
165
|
+
readonly "com/alert-banner/theme/description/color-text/negative": "#41494e";
|
|
166
166
|
readonly "com/alert-banner/theme/divider/color-stroke/neutral": "#0d2e433d";
|
|
167
167
|
readonly "com/alert-banner/theme/divider/color-stroke/info": "#98cefa";
|
|
168
168
|
readonly "com/alert-banner/theme/divider/color-stroke/positive": "#97d4b0";
|
|
@@ -179,6 +179,7 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
179
179
|
readonly "com/alert-banner/theme/background-color/caution": "#fceccd";
|
|
180
180
|
readonly "com/alert-banner/theme/background-color/negative": "#fee9e7";
|
|
181
181
|
readonly "com/badge/stroke-width": "1px";
|
|
182
|
+
readonly "com/badge/corner-radius-rounded": "9999px";
|
|
182
183
|
readonly "com/badge/size-xs/height": "16px";
|
|
183
184
|
readonly "com/badge/size-xs/horizontal-padding": "4px";
|
|
184
185
|
readonly "com/badge/size-xs/corner-radius": "4px";
|
|
@@ -186,10 +187,10 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
186
187
|
readonly "com/badge/size-sm/avatar/size": "2xs (16)";
|
|
187
188
|
readonly "com/badge/size-sm/corner-radius": "4px";
|
|
188
189
|
readonly "com/badge/size-sm/icon/size-icon": "12px";
|
|
189
|
-
readonly "com/badge/size-sm/horizontal-padding": "
|
|
190
|
+
readonly "com/badge/size-sm/horizontal-padding": "8px";
|
|
190
191
|
readonly "com/badge/size-sm/horizontal-gap": "2px";
|
|
191
192
|
readonly "com/badge/size-sm/sub-spacing": "2px";
|
|
192
|
-
readonly "com/badge/size-sm/only-label/horizontal-padding": "
|
|
193
|
+
readonly "com/badge/size-sm/only-label/horizontal-padding": "8px";
|
|
193
194
|
readonly "com/badge/size-md/height": "24px";
|
|
194
195
|
readonly "com/badge/size-md/corner-radius": "6px";
|
|
195
196
|
readonly "com/badge/size-md/avatar/size": "2xs (16)";
|
|
@@ -198,19 +199,27 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
198
199
|
readonly "com/badge/size-md/horizontal-gap": "4px";
|
|
199
200
|
readonly "com/badge/size-md/sub-spacing": "2px";
|
|
200
201
|
readonly "com/badge/size-md/only-label/horizontal-padding": "8px";
|
|
201
|
-
readonly "com/badge/size-lg/height": "
|
|
202
|
-
readonly "com/badge/size-lg/corner-radius": "
|
|
203
|
-
readonly "com/badge/size-lg/icon/size-icon": "20px";
|
|
202
|
+
readonly "com/badge/size-lg/height": "28px";
|
|
203
|
+
readonly "com/badge/size-lg/corner-radius": "6px";
|
|
204
204
|
readonly "com/badge/size-lg/horizontal-padding": "8px";
|
|
205
|
-
readonly "com/badge/size-lg/horizontal-gap": "
|
|
205
|
+
readonly "com/badge/size-lg/horizontal-gap": "2px";
|
|
206
206
|
readonly "com/badge/size-lg/sub-spacing": "4px";
|
|
207
|
+
readonly "com/badge/size-lg/icon/size-icon": "16px";
|
|
207
208
|
readonly "com/badge/size-lg/avatar/size": "Xs (20)";
|
|
208
209
|
readonly "com/badge/size-lg/only-label/horizontal-padding": "12px";
|
|
209
|
-
readonly "com/badge/
|
|
210
|
+
readonly "com/badge/size-xl/height": "36px";
|
|
211
|
+
readonly "com/badge/size-xl/corner-radius": "8px";
|
|
212
|
+
readonly "com/badge/size-xl/icon/size-icon": "20px";
|
|
213
|
+
readonly "com/badge/size-xl/horizontal-padding": "8px";
|
|
214
|
+
readonly "com/badge/size-xl/horizontal-gap": "4px";
|
|
215
|
+
readonly "com/badge/size-xl/sub-spacing": "4px";
|
|
216
|
+
readonly "com/badge/size-xl/avatar/size": "Xs (20)";
|
|
217
|
+
readonly "com/badge/size-xl/only-label/horizontal-padding": "12px";
|
|
218
|
+
readonly "com/badge/default/icon/color-icon/neutral": "#343d41";
|
|
210
219
|
readonly "com/badge/default/icon/color-icon/neutral-light": "#505a5f";
|
|
211
220
|
readonly "com/badge/default/icon/color-icon/red": "#a7051e";
|
|
212
|
-
readonly "com/badge/default/icon/color-icon/orange": "#
|
|
213
|
-
readonly "com/badge/default/icon/color-icon/yellow": "#
|
|
221
|
+
readonly "com/badge/default/icon/color-icon/orange": "#893700";
|
|
222
|
+
readonly "com/badge/default/icon/color-icon/yellow": "#866200";
|
|
214
223
|
readonly "com/badge/default/icon/color-icon/lime": "#2e5c00";
|
|
215
224
|
readonly "com/badge/default/icon/color-icon/green": "#006535";
|
|
216
225
|
readonly "com/badge/default/icon/color-icon/ocean": "#006782";
|
|
@@ -218,15 +227,15 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
218
227
|
readonly "com/badge/default/icon/color-icon/indigo": "#1e4eb5";
|
|
219
228
|
readonly "com/badge/default/icon/color-icon/violet": "#8b269b";
|
|
220
229
|
readonly "com/badge/default/icon/color-icon/pink": "#970978";
|
|
221
|
-
readonly "com/badge/default/icon/color-icon/info": "#
|
|
222
|
-
readonly "com/badge/default/icon/color-icon/caution": "#
|
|
223
|
-
readonly "com/badge/default/icon/color-icon/positive": "#
|
|
224
|
-
readonly "com/badge/default/icon/color-icon/negative": "#
|
|
225
|
-
readonly "com/badge/default/label/color-text/neutral": "#
|
|
226
|
-
readonly "com/badge/default/label/color-text/neutral-light": "#
|
|
230
|
+
readonly "com/badge/default/icon/color-icon/info": "#006bdf";
|
|
231
|
+
readonly "com/badge/default/icon/color-icon/caution": "#a94900";
|
|
232
|
+
readonly "com/badge/default/icon/color-icon/positive": "#007d35";
|
|
233
|
+
readonly "com/badge/default/icon/color-icon/negative": "#d0121c";
|
|
234
|
+
readonly "com/badge/default/label/color-text/neutral": "#2a3034";
|
|
235
|
+
readonly "com/badge/default/label/color-text/neutral-light": "#41494e";
|
|
227
236
|
readonly "com/badge/default/label/color-text/red": "#a7051e";
|
|
228
|
-
readonly "com/badge/default/label/color-text/orange": "#
|
|
229
|
-
readonly "com/badge/default/label/color-text/yellow": "#
|
|
237
|
+
readonly "com/badge/default/label/color-text/orange": "#893700";
|
|
238
|
+
readonly "com/badge/default/label/color-text/yellow": "#866200";
|
|
230
239
|
readonly "com/badge/default/label/color-text/lime": "#2e5c00";
|
|
231
240
|
readonly "com/badge/default/label/color-text/green": "#006535";
|
|
232
241
|
readonly "com/badge/default/label/color-text/ocean": "#006782";
|
|
@@ -234,15 +243,15 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
234
243
|
readonly "com/badge/default/label/color-text/indigo": "#1e4eb5";
|
|
235
244
|
readonly "com/badge/default/label/color-text/violet": "#8b269b";
|
|
236
245
|
readonly "com/badge/default/label/color-text/pink": "#970978";
|
|
237
|
-
readonly "com/badge/default/label/color-text/info": "#
|
|
238
|
-
readonly "com/badge/default/label/color-text/caution": "#
|
|
239
|
-
readonly "com/badge/default/label/color-text/positive": "#
|
|
240
|
-
readonly "com/badge/default/label/color-text/negative": "#
|
|
241
|
-
readonly "com/badge/default/color-stroke/neutral": "#
|
|
246
|
+
readonly "com/badge/default/label/color-text/info": "#006bdf";
|
|
247
|
+
readonly "com/badge/default/label/color-text/caution": "#a94900";
|
|
248
|
+
readonly "com/badge/default/label/color-text/positive": "#007d35";
|
|
249
|
+
readonly "com/badge/default/label/color-text/negative": "#d0121c";
|
|
250
|
+
readonly "com/badge/default/color-stroke/neutral": "#0d2e433d";
|
|
242
251
|
readonly "com/badge/default/color-stroke/neutral-light": "#0a2f4d22";
|
|
243
252
|
readonly "com/badge/default/color-stroke/red": "#fbd3ce";
|
|
244
|
-
readonly "com/badge/default/color-stroke/orange": "#
|
|
245
|
-
readonly "com/badge/default/color-stroke/yellow": "#
|
|
253
|
+
readonly "com/badge/default/color-stroke/orange": "#f8dbab";
|
|
254
|
+
readonly "com/badge/default/color-stroke/yellow": "#fbecaf";
|
|
246
255
|
readonly "com/badge/default/color-stroke/lime": "#d0e59b";
|
|
247
256
|
readonly "com/badge/default/color-stroke/green": "#b3e9cf";
|
|
248
257
|
readonly "com/badge/default/color-stroke/ocean": "#b3e7e3";
|
|
@@ -257,8 +266,8 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
257
266
|
readonly "com/badge/default/background-color/neutral": "#e9edf1";
|
|
258
267
|
readonly "com/badge/default/background-color/neutral-light": "#f8f9fb";
|
|
259
268
|
readonly "com/badge/default/background-color/red": "#ffe9e5";
|
|
260
|
-
readonly "com/badge/default/background-color/orange": "#
|
|
261
|
-
readonly "com/badge/default/background-color/yellow": "#
|
|
269
|
+
readonly "com/badge/default/background-color/orange": "#fceccd";
|
|
270
|
+
readonly "com/badge/default/background-color/yellow": "#fff3cd";
|
|
262
271
|
readonly "com/badge/default/background-color/lime": "#e9f6c9";
|
|
263
272
|
readonly "com/badge/default/background-color/green": "#dbf6e8";
|
|
264
273
|
readonly "com/badge/default/background-color/ocean": "#daf5f4";
|
|
@@ -271,26 +280,61 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
271
280
|
readonly "com/badge/default/background-color/positive": "#eaf7ee";
|
|
272
281
|
readonly "com/badge/default/background-color/negative": "#feeeed";
|
|
273
282
|
readonly "com/badge/solid/icon/color-icon": "#ffffff";
|
|
283
|
+
readonly "com/badge/solid/icon/color-icon-disable": "#828f96";
|
|
274
284
|
readonly "com/badge/solid/label/color-text": "#ffffff";
|
|
275
|
-
readonly "com/badge/solid/
|
|
285
|
+
readonly "com/badge/solid/label/color-text-disable": "#828f96";
|
|
286
|
+
readonly "com/badge/solid/background-color/neutral": "#505a5f";
|
|
276
287
|
readonly "com/badge/solid/background-color/red": "#df3e3f";
|
|
277
|
-
readonly "com/badge/solid/background-color/orange": "#
|
|
278
|
-
readonly "com/badge/solid/background-color/yellow": "#
|
|
279
|
-
readonly "com/badge/solid/background-color/lime": "#
|
|
288
|
+
readonly "com/badge/solid/background-color/orange": "#d77100";
|
|
289
|
+
readonly "com/badge/solid/background-color/yellow": "#dfa913";
|
|
290
|
+
readonly "com/badge/solid/background-color/lime": "#73a600";
|
|
280
291
|
readonly "com/badge/solid/background-color/green": "#009559";
|
|
281
292
|
readonly "com/badge/solid/background-color/ocean": "#00969d";
|
|
282
293
|
readonly "com/badge/solid/background-color/blue": "#008ee1";
|
|
283
294
|
readonly "com/badge/solid/background-color/indigo": "#4278f5";
|
|
284
295
|
readonly "com/badge/solid/background-color/violet": "#a65dcf";
|
|
285
296
|
readonly "com/badge/solid/background-color/pink": "#cd44a7";
|
|
297
|
+
readonly "com/badge/solid/background-color/info": "#006bdf";
|
|
298
|
+
readonly "com/badge/solid/background-color/caution": "#d36f00";
|
|
286
299
|
readonly "com/badge/solid/background-color/negative": "#d0121c";
|
|
287
|
-
readonly "com/badge/solid/background-color/caution": "#a94900";
|
|
288
300
|
readonly "com/badge/solid/background-color/positive": "#007d35";
|
|
289
|
-
readonly "com/badge/solid/background-color/
|
|
301
|
+
readonly "com/badge/solid/background-color/disable": "#e9edf1";
|
|
290
302
|
readonly "com/badge/disable/icon/color-icon": "#828f96";
|
|
303
|
+
readonly "com/badge/disable/color-stroke": "#02305e16";
|
|
291
304
|
readonly "com/badge/disable/label/color-text": "#828f96";
|
|
292
|
-
readonly "com/badge/disable/color-stroke": "#0d2e433d";
|
|
293
305
|
readonly "com/badge/disable/background-color": "#e9edf1";
|
|
306
|
+
readonly "com/badge/ghost/icon/color-icon/neutral": "#343d41";
|
|
307
|
+
readonly "com/badge/ghost/icon/color-icon/neutral-light": "#505a5f";
|
|
308
|
+
readonly "com/badge/ghost/icon/color-icon/red": "#df3e3f";
|
|
309
|
+
readonly "com/badge/ghost/icon/color-icon/orange": "#d77100";
|
|
310
|
+
readonly "com/badge/ghost/icon/color-icon/yellow": "#dfa913";
|
|
311
|
+
readonly "com/badge/ghost/icon/color-icon/lime": "#4b8c00";
|
|
312
|
+
readonly "com/badge/ghost/icon/color-icon/green": "#009559";
|
|
313
|
+
readonly "com/badge/ghost/icon/color-icon/ocean": "#00969d";
|
|
314
|
+
readonly "com/badge/ghost/icon/color-icon/blue": "#008ee1";
|
|
315
|
+
readonly "com/badge/ghost/icon/color-icon/indigo": "#1e4eb5";
|
|
316
|
+
readonly "com/badge/ghost/icon/color-icon/violet": "#8b269b";
|
|
317
|
+
readonly "com/badge/ghost/icon/color-icon/pink": "#cd44a7";
|
|
318
|
+
readonly "com/badge/ghost/icon/color-icon/info": "#0083f0";
|
|
319
|
+
readonly "com/badge/ghost/icon/color-icon/caution": "#d36f00";
|
|
320
|
+
readonly "com/badge/ghost/icon/color-icon/positive": "#00914a";
|
|
321
|
+
readonly "com/badge/ghost/icon/color-icon/negative": "#d8473c";
|
|
322
|
+
readonly "com/badge/ghost/label/color-text/neutral": "#2a3034";
|
|
323
|
+
readonly "com/badge/ghost/label/color-text/neutral-light": "#41494e";
|
|
324
|
+
readonly "com/badge/ghost/label/color-text/red": "#df3e3f";
|
|
325
|
+
readonly "com/badge/ghost/label/color-text/orange": "#d77100";
|
|
326
|
+
readonly "com/badge/ghost/label/color-text/yellow": "#dfa913";
|
|
327
|
+
readonly "com/badge/ghost/label/color-text/lime": "#4b8c00";
|
|
328
|
+
readonly "com/badge/ghost/label/color-text/green": "#009559";
|
|
329
|
+
readonly "com/badge/ghost/label/color-text/ocean": "#00969d";
|
|
330
|
+
readonly "com/badge/ghost/label/color-text/blue": "#008ee1";
|
|
331
|
+
readonly "com/badge/ghost/label/color-text/indigo": "#1e4eb5";
|
|
332
|
+
readonly "com/badge/ghost/label/color-text/violet": "#8b269b";
|
|
333
|
+
readonly "com/badge/ghost/label/color-text/pink": "#cd44a7";
|
|
334
|
+
readonly "com/badge/ghost/label/color-text/info": "#0083f0";
|
|
335
|
+
readonly "com/badge/ghost/label/color-text/caution": "#d36f00";
|
|
336
|
+
readonly "com/badge/ghost/label/color-text/positive": "#00914a";
|
|
337
|
+
readonly "com/badge/ghost/label/color-text/negative": "#d8473c";
|
|
294
338
|
readonly "com/breadcrumbs/module/horizontal-gap": "4px";
|
|
295
339
|
readonly "com/breadcrumbs/module/horizontal-padding": "4px";
|
|
296
340
|
readonly "com/breadcrumbs/module/vertical-padding": "4px";
|
|
@@ -301,54 +345,54 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
301
345
|
readonly "com/breadcrumbs/module/current/label/color-text/default": "#2a3034";
|
|
302
346
|
readonly "com/breadcrumbs/module/current/label/color-text/hover": "#1c1857";
|
|
303
347
|
readonly "com/breadcrumbs/module/current/label/color-text/active": "#2a30a0";
|
|
304
|
-
readonly "com/breadcrumbs/module/current/icon/color-icon/default": "#
|
|
305
|
-
readonly "com/breadcrumbs/module/current/icon/color-icon/hover": "#
|
|
306
|
-
readonly "com/breadcrumbs/module/current/icon/color-icon/active": "#
|
|
348
|
+
readonly "com/breadcrumbs/module/current/icon/color-icon/default": "#343d41";
|
|
349
|
+
readonly "com/breadcrumbs/module/current/icon/color-icon/hover": "#242173";
|
|
350
|
+
readonly "com/breadcrumbs/module/current/icon/color-icon/active": "#2f3cc1";
|
|
307
351
|
readonly "com/breadcrumbs/module/non-current/background/default": "#ffffff00";
|
|
308
|
-
readonly "com/breadcrumbs/module/non-current/background/hover": "#
|
|
309
|
-
readonly "com/breadcrumbs/module/non-current/background/active": "#
|
|
310
|
-
readonly "com/breadcrumbs/module/non-current/label/color-text/default": "#
|
|
352
|
+
readonly "com/breadcrumbs/module/non-current/background/hover": "#f1f4f6";
|
|
353
|
+
readonly "com/breadcrumbs/module/non-current/background/active": "#f8f9fb";
|
|
354
|
+
readonly "com/breadcrumbs/module/non-current/label/color-text/default": "#41494e";
|
|
311
355
|
readonly "com/breadcrumbs/module/non-current/label/color-text/hover": "#2a3034";
|
|
312
356
|
readonly "com/breadcrumbs/module/non-current/label/color-text/active": "#2a30a0";
|
|
313
357
|
readonly "com/breadcrumbs/module/non-current/icon/color-icon/default": "#505a5f";
|
|
314
|
-
readonly "com/breadcrumbs/module/non-current/icon/color-icon/hover": "#
|
|
315
|
-
readonly "com/breadcrumbs/module/non-current/icon/color-icon/active": "#
|
|
358
|
+
readonly "com/breadcrumbs/module/non-current/icon/color-icon/hover": "#343d41";
|
|
359
|
+
readonly "com/breadcrumbs/module/non-current/icon/color-icon/active": "#2f3cc1";
|
|
316
360
|
readonly "com/breadcrumbs/separated-icon/size-icon": "12px";
|
|
317
|
-
readonly "com/breadcrumbs/separated-icon/color-icon": "#
|
|
361
|
+
readonly "com/breadcrumbs/separated-icon/color-icon": "#69757c";
|
|
318
362
|
readonly "com/button/corner-radius-rounded": "9999px";
|
|
319
363
|
readonly "com/button/size-xs/height": "24px";
|
|
320
364
|
readonly "com/button/size-xs/horizontal-gap": "4px";
|
|
321
365
|
readonly "com/button/size-xs/horizontal-padding": "8px";
|
|
322
366
|
readonly "com/button/size-xs/corner-radius": "6px";
|
|
323
|
-
readonly "com/button/size-xs/min-width": "
|
|
367
|
+
readonly "com/button/size-xs/min-width": "56px";
|
|
324
368
|
readonly "com/button/size-xs/label/sub-spacing": "0px";
|
|
325
369
|
readonly "com/button/size-xs/icon/size-icon": "16px";
|
|
326
370
|
readonly "com/button/size-sm/height": "28px";
|
|
327
371
|
readonly "com/button/size-sm/horizontal-gap": "2px";
|
|
328
372
|
readonly "com/button/size-sm/horizontal-padding": "8px";
|
|
329
373
|
readonly "com/button/size-sm/corner-radius": "6px";
|
|
330
|
-
readonly "com/button/size-sm/min-width": "
|
|
374
|
+
readonly "com/button/size-sm/min-width": "68px";
|
|
331
375
|
readonly "com/button/size-sm/label/sub-spacing": "4px";
|
|
332
376
|
readonly "com/button/size-sm/icon/size-icon": "16px";
|
|
333
377
|
readonly "com/button/size-md/height": "36px";
|
|
334
378
|
readonly "com/button/size-md/horizontal-gap": "0px";
|
|
335
379
|
readonly "com/button/size-md/horizontal-padding": "12px";
|
|
336
380
|
readonly "com/button/size-md/corner-radius": "8px";
|
|
337
|
-
readonly "com/button/size-md/min-width": "
|
|
381
|
+
readonly "com/button/size-md/min-width": "100px";
|
|
338
382
|
readonly "com/button/size-md/label/sub-spacing": "8px";
|
|
339
383
|
readonly "com/button/size-md/icon/size-icon": "20px";
|
|
340
384
|
readonly "com/button/size-lg/height": "44px";
|
|
341
385
|
readonly "com/button/size-lg/horizontal-gap": "2px";
|
|
342
386
|
readonly "com/button/size-lg/horizontal-padding": "12px";
|
|
343
387
|
readonly "com/button/size-lg/corner-radius": "8px";
|
|
344
|
-
readonly "com/button/size-lg/min-width": "
|
|
388
|
+
readonly "com/button/size-lg/min-width": "100px";
|
|
345
389
|
readonly "com/button/size-lg/label/sub-spacing": "8px";
|
|
346
390
|
readonly "com/button/size-lg/icon/size-icon": "20px";
|
|
347
391
|
readonly "com/button/disable/label-color": "#828f96";
|
|
348
392
|
readonly "com/button/disable/icon-color": "#828f96";
|
|
349
393
|
readonly "com/button/disable/background-color": "#e9edf1";
|
|
350
394
|
readonly "com/button/disable/background-color-transparent": "#ffffff00";
|
|
351
|
-
readonly "com/button/disable/stroke-color": "#
|
|
395
|
+
readonly "com/button/disable/stroke-color": "#02305e16";
|
|
352
396
|
readonly "com/button/disable-invert/label-color": "#ffffff82";
|
|
353
397
|
readonly "com/button/disable-invert/icon-color": "#ffffff65";
|
|
354
398
|
readonly "com/button/disable-invert/solid-background-color": "#ffffff30";
|
|
@@ -356,7 +400,7 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
356
400
|
readonly "com/button/disable-invert/stroke-color": "#ffffff30";
|
|
357
401
|
readonly "com/button/loading/background-color": "#e9edf1";
|
|
358
402
|
readonly "com/button/loading/background-color-transparent": "#ffffff00";
|
|
359
|
-
readonly "com/button/loading/stroke-color": "#
|
|
403
|
+
readonly "com/button/loading/stroke-color": "#02305e16";
|
|
360
404
|
readonly "com/button/loading-invert/solid-background-color": "#ffffff30";
|
|
361
405
|
readonly "com/button/loading-invert/background-color-transparent": "#ffffff00";
|
|
362
406
|
readonly "com/button/loading-invert/stroke-color": "#ffffff30";
|
|
@@ -385,58 +429,58 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
385
429
|
readonly "com/button/primary-negative/icon/color-icon/pressed": "#ffffff";
|
|
386
430
|
readonly "com/button/primary-negative/icon/color-icon/active": "#ffffff";
|
|
387
431
|
readonly "com/button/primary-invert/background/default": "#ffffff";
|
|
388
|
-
readonly "com/button/primary-invert/background/hover": "#
|
|
432
|
+
readonly "com/button/primary-invert/background/hover": "#e6f1ff";
|
|
389
433
|
readonly "com/button/primary-invert/background/pressed": "#cee2f8";
|
|
390
|
-
readonly "com/button/primary-invert/background/active": "#
|
|
434
|
+
readonly "com/button/primary-invert/background/active": "#eff6ff";
|
|
391
435
|
readonly "com/button/primary-invert/label/color-text/default": "#2a3034";
|
|
392
436
|
readonly "com/button/primary-invert/label/color-text/hover": "#2a30a0";
|
|
393
437
|
readonly "com/button/primary-invert/label/color-text/pressed": "#1c1857";
|
|
394
438
|
readonly "com/button/primary-invert/label/color-text/active": "#2a30a0";
|
|
395
|
-
readonly "com/button/primary-invert/icon/color-icon/default": "#
|
|
396
|
-
readonly "com/button/primary-invert/icon/color-icon/hover": "#
|
|
397
|
-
readonly "com/button/primary-invert/icon/color-icon/pressed": "#
|
|
398
|
-
readonly "com/button/primary-invert/icon/color-icon/active": "#
|
|
439
|
+
readonly "com/button/primary-invert/icon/color-icon/default": "#343d41";
|
|
440
|
+
readonly "com/button/primary-invert/icon/color-icon/hover": "#2f3cc1";
|
|
441
|
+
readonly "com/button/primary-invert/icon/color-icon/pressed": "#242173";
|
|
442
|
+
readonly "com/button/primary-invert/icon/color-icon/active": "#2f3cc1";
|
|
399
443
|
readonly "com/button/secondary/background/default": "#ffffff";
|
|
400
444
|
readonly "com/button/secondary/background/invisible": "#ffffff00";
|
|
401
|
-
readonly "com/button/secondary/background/hover": "#
|
|
445
|
+
readonly "com/button/secondary/background/hover": "#e6f1ff";
|
|
402
446
|
readonly "com/button/secondary/background/pressed": "#cee2f8";
|
|
403
|
-
readonly "com/button/secondary/background/active": "#
|
|
404
|
-
readonly "com/button/secondary/border/default": "#
|
|
447
|
+
readonly "com/button/secondary/background/active": "#eff6ff";
|
|
448
|
+
readonly "com/button/secondary/border/default": "#2f3cc1";
|
|
405
449
|
readonly "com/button/secondary/border/hover": "#3263e7";
|
|
406
|
-
readonly "com/button/secondary/border/pressed": "#
|
|
407
|
-
readonly "com/button/secondary/border/active": "#
|
|
450
|
+
readonly "com/button/secondary/border/pressed": "#242173";
|
|
451
|
+
readonly "com/button/secondary/border/active": "#2a30a0";
|
|
408
452
|
readonly "com/button/secondary/border/stroke-width/default": "1px";
|
|
409
453
|
readonly "com/button/secondary/border/stroke-width/hover": "1px";
|
|
410
454
|
readonly "com/button/secondary/border/stroke-width/active": "1px";
|
|
411
|
-
readonly "com/button/secondary/label/color-text/default": "#
|
|
412
|
-
readonly "com/button/secondary/label/color-text/hover": "#
|
|
413
|
-
readonly "com/button/secondary/label/color-text/pressed": "#
|
|
455
|
+
readonly "com/button/secondary/label/color-text/default": "#2f3cc1";
|
|
456
|
+
readonly "com/button/secondary/label/color-text/hover": "#3263e7";
|
|
457
|
+
readonly "com/button/secondary/label/color-text/pressed": "#242173";
|
|
414
458
|
readonly "com/button/secondary/label/color-text/active": "#2a30a0";
|
|
415
|
-
readonly "com/button/secondary/icon/color-icon/default": "#
|
|
416
|
-
readonly "com/button/secondary/icon/color-icon/hover": "#
|
|
417
|
-
readonly "com/button/secondary/icon/color-icon/pressed": "#
|
|
459
|
+
readonly "com/button/secondary/icon/color-icon/default": "#2f3cc1";
|
|
460
|
+
readonly "com/button/secondary/icon/color-icon/hover": "#3263e7";
|
|
461
|
+
readonly "com/button/secondary/icon/color-icon/pressed": "#242173";
|
|
418
462
|
readonly "com/button/secondary/icon/color-icon/active": "#2a30a0";
|
|
419
463
|
readonly "com/button/secondary-negative/background/default": "#ffffff";
|
|
420
464
|
readonly "com/button/secondary-negative/background/invisible": "#ffffff00";
|
|
421
465
|
readonly "com/button/secondary-negative/background/hover": "#fee9e7";
|
|
422
466
|
readonly "com/button/secondary-negative/background/pressed": "#ffb2a9";
|
|
423
|
-
readonly "com/button/secondary-negative/background/active": "#
|
|
424
|
-
readonly "com/button/secondary-negative/border/default": "#
|
|
425
|
-
readonly "com/button/secondary-negative/border/hover": "#
|
|
426
|
-
readonly "com/button/secondary-negative/border/pressed": "#
|
|
427
|
-
readonly "com/button/secondary-negative/border/active": "#
|
|
428
|
-
readonly "com/button/secondary-negative/label/color-text/default": "#
|
|
429
|
-
readonly "com/button/secondary-negative/label/color-text/hover": "#
|
|
430
|
-
readonly "com/button/secondary-negative/label/color-text/pressed": "#
|
|
467
|
+
readonly "com/button/secondary-negative/background/active": "#fee9e7";
|
|
468
|
+
readonly "com/button/secondary-negative/border/default": "#d0121c";
|
|
469
|
+
readonly "com/button/secondary-negative/border/hover": "#d8473c";
|
|
470
|
+
readonly "com/button/secondary-negative/border/pressed": "#7f0203";
|
|
471
|
+
readonly "com/button/secondary-negative/border/active": "#a80a12";
|
|
472
|
+
readonly "com/button/secondary-negative/label/color-text/default": "#d0121c";
|
|
473
|
+
readonly "com/button/secondary-negative/label/color-text/hover": "#d0121c";
|
|
474
|
+
readonly "com/button/secondary-negative/label/color-text/pressed": "#7f0203";
|
|
431
475
|
readonly "com/button/secondary-negative/label/color-text/active": "#a80a12";
|
|
432
|
-
readonly "com/button/secondary-negative/icon/color-icon/default": "#
|
|
433
|
-
readonly "com/button/secondary-negative/icon/color-icon/hover": "#
|
|
434
|
-
readonly "com/button/secondary-negative/icon/color-icon/pressed": "#
|
|
476
|
+
readonly "com/button/secondary-negative/icon/color-icon/default": "#d0121c";
|
|
477
|
+
readonly "com/button/secondary-negative/icon/color-icon/hover": "#d8473c";
|
|
478
|
+
readonly "com/button/secondary-negative/icon/color-icon/pressed": "#7f0203";
|
|
435
479
|
readonly "com/button/secondary-negative/icon/color-icon/active": "#a80a12";
|
|
436
480
|
readonly "com/button/secondary-invert/background/default": "#ffffff00";
|
|
437
|
-
readonly "com/button/secondary-invert/background/hover": "#
|
|
481
|
+
readonly "com/button/secondary-invert/background/hover": "#e6f1ff";
|
|
438
482
|
readonly "com/button/secondary-invert/background/pressed": "#cee2f8";
|
|
439
|
-
readonly "com/button/secondary-invert/background/active": "#
|
|
483
|
+
readonly "com/button/secondary-invert/background/active": "#0422355e";
|
|
440
484
|
readonly "com/button/secondary-invert/border/default": "#ffffff82";
|
|
441
485
|
readonly "com/button/secondary-invert/border/hover": "#ffffff82";
|
|
442
486
|
readonly "com/button/secondary-invert/border/pressed": "#ffffff82";
|
|
@@ -449,14 +493,14 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
449
493
|
readonly "com/button/secondary-invert/label/color-text/pressed": "#2a3034";
|
|
450
494
|
readonly "com/button/secondary-invert/label/color-text/active": "#ffffff";
|
|
451
495
|
readonly "com/button/secondary-invert/icon/color-icon/default": "#ffffff";
|
|
452
|
-
readonly "com/button/secondary-invert/icon/color-icon/hover": "#
|
|
453
|
-
readonly "com/button/secondary-invert/icon/color-icon/pressed": "#
|
|
496
|
+
readonly "com/button/secondary-invert/icon/color-icon/hover": "#343d41";
|
|
497
|
+
readonly "com/button/secondary-invert/icon/color-icon/pressed": "#343d41";
|
|
454
498
|
readonly "com/button/secondary-invert/icon/color-icon/active": "#ffffff";
|
|
455
499
|
readonly "com/button/tertiary/background/default": "#ffffff";
|
|
456
500
|
readonly "com/button/tertiary/background/invisible": "#ffffff00";
|
|
457
|
-
readonly "com/button/tertiary/background/hover": "#
|
|
458
|
-
readonly "com/button/tertiary/background/pressed": "#
|
|
459
|
-
readonly "com/button/tertiary/background/active": "#
|
|
501
|
+
readonly "com/button/tertiary/background/hover": "#f1f4f6";
|
|
502
|
+
readonly "com/button/tertiary/background/pressed": "#e9edf1";
|
|
503
|
+
readonly "com/button/tertiary/background/active": "#f8f9fb";
|
|
460
504
|
readonly "com/button/tertiary/border/default": "#0d2e433d";
|
|
461
505
|
readonly "com/button/tertiary/border/hover": "#0d2e433d";
|
|
462
506
|
readonly "com/button/tertiary/border/pressed": "#0d2e433d";
|
|
@@ -464,33 +508,37 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
464
508
|
readonly "com/button/tertiary/border/stroke-width/default": "1px";
|
|
465
509
|
readonly "com/button/tertiary/border/stroke-width/hover": "1px";
|
|
466
510
|
readonly "com/button/tertiary/border/stroke-width/active": "1px";
|
|
467
|
-
readonly "com/button/tertiary/label/color-text/default": "#
|
|
511
|
+
readonly "com/button/tertiary/label/color-text/default": "#41494e";
|
|
468
512
|
readonly "com/button/tertiary/label/color-text/hover": "#2a3034";
|
|
469
513
|
readonly "com/button/tertiary/label/color-text/pressed": "#2a3034";
|
|
470
514
|
readonly "com/button/tertiary/label/color-text/active": "#2a3034";
|
|
471
515
|
readonly "com/button/tertiary/icon/color-icon/default": "#505a5f";
|
|
472
|
-
readonly "com/button/tertiary/icon/color-icon/hover": "#
|
|
473
|
-
readonly "com/button/tertiary/icon/color-icon/pressed": "#
|
|
474
|
-
readonly "com/button/tertiary/icon/color-icon/active": "#
|
|
516
|
+
readonly "com/button/tertiary/icon/color-icon/hover": "#343d41";
|
|
517
|
+
readonly "com/button/tertiary/icon/color-icon/pressed": "#343d41";
|
|
518
|
+
readonly "com/button/tertiary/icon/color-icon/active": "#343d41";
|
|
519
|
+
readonly "com/button-group/background-color/default": "#ffffff";
|
|
520
|
+
readonly "com/button-group/background-color/disable": "#e9edf1";
|
|
475
521
|
readonly "com/button-group/divider/divider-width": "1px";
|
|
476
522
|
readonly "com/button-group/divider/divider-color/default": "#0d2e433d";
|
|
477
|
-
readonly "com/button-group/divider/divider-color/disable": "#
|
|
478
|
-
readonly "com/button-group/
|
|
479
|
-
readonly "com/button-group/
|
|
523
|
+
readonly "com/button-group/divider/divider-color/disable": "#02305e16";
|
|
524
|
+
readonly "com/button-group/size-lg/horizontal-gap": "8px";
|
|
525
|
+
readonly "com/button-group/size-md/horizontal-gap": "8px";
|
|
526
|
+
readonly "com/button-group/size-sm/horizontal-gap": "8px";
|
|
527
|
+
readonly "com/button-group/size-xs/horizontal-gap": "4px";
|
|
480
528
|
readonly "com/checkbox/horizontal-gap": "8px";
|
|
481
529
|
readonly "com/checkbox/item/stroke-width": "1px";
|
|
482
530
|
readonly "com/checkbox/item/marked/background-color/default": "#2f3cc1";
|
|
483
531
|
readonly "com/checkbox/item/marked/background-color/hover": "#3263e7";
|
|
484
532
|
readonly "com/checkbox/item/marked/background-color/disable": "#e9edf1";
|
|
485
|
-
readonly "com/checkbox/item/marked/color-stroke/disable": "#
|
|
533
|
+
readonly "com/checkbox/item/marked/color-stroke/disable": "#02305e16";
|
|
486
534
|
readonly "com/checkbox/item/marked/shape/color-shape/default": "#ffffff";
|
|
487
535
|
readonly "com/checkbox/item/marked/shape/color-shape/disable": "#828f96";
|
|
488
|
-
readonly "com/checkbox/item/unmarked/background-color/default": "#
|
|
536
|
+
readonly "com/checkbox/item/unmarked/background-color/default": "#ffffff";
|
|
489
537
|
readonly "com/checkbox/item/unmarked/background-color/hover": "#dee3e7";
|
|
490
|
-
readonly "com/checkbox/item/unmarked/background-color/disable": "#
|
|
538
|
+
readonly "com/checkbox/item/unmarked/background-color/disable": "#e9edf1";
|
|
491
539
|
readonly "com/checkbox/item/unmarked/color-stroke/default": "#0d2e433d";
|
|
492
540
|
readonly "com/checkbox/item/unmarked/color-stroke/hover": "#0d2e433d";
|
|
493
|
-
readonly "com/checkbox/item/unmarked/color-stroke/disable": "#
|
|
541
|
+
readonly "com/checkbox/item/unmarked/color-stroke/disable": "#02305e16";
|
|
494
542
|
readonly "com/checkbox/item/size-sm/height": "16px";
|
|
495
543
|
readonly "com/checkbox/item/size-sm/width": "16px";
|
|
496
544
|
readonly "com/checkbox/item/size-sm/corner-radius": "4px";
|
|
@@ -499,11 +547,11 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
499
547
|
readonly "com/checkbox/item/size-md/corner-radius": "6px";
|
|
500
548
|
readonly "com/checkbox/content/vertical-gap": "4px";
|
|
501
549
|
readonly "com/checkbox/content/primary/label/color-text": "#2a3034";
|
|
502
|
-
readonly "com/checkbox/content/primary/description/color-text": "#
|
|
550
|
+
readonly "com/checkbox/content/primary/description/color-text": "#41494e";
|
|
503
551
|
readonly "com/checkbox/content/secondary/label/color-text": "#2a3034";
|
|
504
|
-
readonly "com/checkbox/content/secondary/description/color-text": "#
|
|
505
|
-
readonly "com/checkbox/content/tertiary/label/color-text": "#
|
|
506
|
-
readonly "com/checkbox/content/tertiary/description/color-text": "#
|
|
552
|
+
readonly "com/checkbox/content/secondary/description/color-text": "#41494e";
|
|
553
|
+
readonly "com/checkbox/content/tertiary/label/color-text": "#41494e";
|
|
554
|
+
readonly "com/checkbox/content/tertiary/description/color-text": "#41494e";
|
|
507
555
|
readonly "com/checkbox/content/disable/label/color-text": "#828f96";
|
|
508
556
|
readonly "com/checkbox/content/disable/description/color-text": "#828f96";
|
|
509
557
|
readonly "com/chips-button/stroke-width/default": "1px";
|
|
@@ -519,6 +567,7 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
519
567
|
readonly "com/chips-button/size-xs/left-padding": "8px";
|
|
520
568
|
readonly "com/chips-button/size-xs/badge/size": "2xs (16)";
|
|
521
569
|
readonly "com/chips-button/size-xs/icon/size-icon": "16px";
|
|
570
|
+
readonly "com/chips-button/corner-radius-round": "9999px";
|
|
522
571
|
readonly "com/chips-button/size-sm/height": "28px";
|
|
523
572
|
readonly "com/chips-button/size-sm/min-width": "44px";
|
|
524
573
|
readonly "com/chips-button/size-sm/corner-radius": "6px";
|
|
@@ -547,9 +596,10 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
547
596
|
readonly "com/chips-button/size-lg/badge/size": "Md (28)";
|
|
548
597
|
readonly "com/chips-button/size-lg/icon/size-icon": "20px";
|
|
549
598
|
readonly "com/chips-button/theme/icon/color-icon/default/neutral": "#505a5f";
|
|
599
|
+
readonly "com/chips-button/theme/icon/color-icon/default/brand": "#2f3cc1";
|
|
550
600
|
readonly "com/chips-button/theme/icon/color-icon/default/red": "#a7051e";
|
|
551
|
-
readonly "com/chips-button/theme/icon/color-icon/default/orange": "#
|
|
552
|
-
readonly "com/chips-button/theme/icon/color-icon/default/yellow": "#
|
|
601
|
+
readonly "com/chips-button/theme/icon/color-icon/default/orange": "#893700";
|
|
602
|
+
readonly "com/chips-button/theme/icon/color-icon/default/yellow": "#866200";
|
|
553
603
|
readonly "com/chips-button/theme/icon/color-icon/default/lime": "#2e5c00";
|
|
554
604
|
readonly "com/chips-button/theme/icon/color-icon/default/green": "#006535";
|
|
555
605
|
readonly "com/chips-button/theme/icon/color-icon/default/ocean": "#006782";
|
|
@@ -558,9 +608,10 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
558
608
|
readonly "com/chips-button/theme/icon/color-icon/default/violet": "#8b269b";
|
|
559
609
|
readonly "com/chips-button/theme/icon/color-icon/default/pink": "#970978";
|
|
560
610
|
readonly "com/chips-button/theme/icon/color-icon/hover/neutral": "#505a5f";
|
|
611
|
+
readonly "com/chips-button/theme/icon/color-icon/hover/brand": "#2f3cc1";
|
|
561
612
|
readonly "com/chips-button/theme/icon/color-icon/hover/red": "#a7051e";
|
|
562
|
-
readonly "com/chips-button/theme/icon/color-icon/hover/orange": "#
|
|
563
|
-
readonly "com/chips-button/theme/icon/color-icon/hover/yellow": "#
|
|
613
|
+
readonly "com/chips-button/theme/icon/color-icon/hover/orange": "#893700";
|
|
614
|
+
readonly "com/chips-button/theme/icon/color-icon/hover/yellow": "#866200";
|
|
564
615
|
readonly "com/chips-button/theme/icon/color-icon/hover/lime": "#2e5c00";
|
|
565
616
|
readonly "com/chips-button/theme/icon/color-icon/hover/green": "#006535";
|
|
566
617
|
readonly "com/chips-button/theme/icon/color-icon/hover/ocean": "#006782";
|
|
@@ -569,9 +620,10 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
569
620
|
readonly "com/chips-button/theme/icon/color-icon/hover/violet": "#8b269b";
|
|
570
621
|
readonly "com/chips-button/theme/icon/color-icon/hover/pink": "#970978";
|
|
571
622
|
readonly "com/chips-button/theme/icon/color-icon/pressed/neutral": "#505a5f";
|
|
623
|
+
readonly "com/chips-button/theme/icon/color-icon/pressed/brand": "#2f3cc1";
|
|
572
624
|
readonly "com/chips-button/theme/icon/color-icon/pressed/red": "#a7051e";
|
|
573
|
-
readonly "com/chips-button/theme/icon/color-icon/pressed/orange": "#
|
|
574
|
-
readonly "com/chips-button/theme/icon/color-icon/pressed/yellow": "#
|
|
625
|
+
readonly "com/chips-button/theme/icon/color-icon/pressed/orange": "#893700";
|
|
626
|
+
readonly "com/chips-button/theme/icon/color-icon/pressed/yellow": "#866200";
|
|
575
627
|
readonly "com/chips-button/theme/icon/color-icon/pressed/lime": "#2e5c00";
|
|
576
628
|
readonly "com/chips-button/theme/icon/color-icon/pressed/green": "#006535";
|
|
577
629
|
readonly "com/chips-button/theme/icon/color-icon/pressed/ocean": "#006782";
|
|
@@ -579,10 +631,11 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
579
631
|
readonly "com/chips-button/theme/icon/color-icon/pressed/indigo": "#1e4eb5";
|
|
580
632
|
readonly "com/chips-button/theme/icon/color-icon/pressed/violet": "#8b269b";
|
|
581
633
|
readonly "com/chips-button/theme/icon/color-icon/pressed/pink": "#970978";
|
|
582
|
-
readonly "com/chips-button/theme/icon/color-icon/selected/neutral": "#
|
|
634
|
+
readonly "com/chips-button/theme/icon/color-icon/selected/neutral": "#ffffff";
|
|
635
|
+
readonly "com/chips-button/theme/icon/color-icon/selected/brand": "#ffffff";
|
|
583
636
|
readonly "com/chips-button/theme/icon/color-icon/selected/red": "#a7051e";
|
|
584
|
-
readonly "com/chips-button/theme/icon/color-icon/selected/orange": "#
|
|
585
|
-
readonly "com/chips-button/theme/icon/color-icon/selected/yellow": "#
|
|
637
|
+
readonly "com/chips-button/theme/icon/color-icon/selected/orange": "#893700";
|
|
638
|
+
readonly "com/chips-button/theme/icon/color-icon/selected/yellow": "#866200";
|
|
586
639
|
readonly "com/chips-button/theme/icon/color-icon/selected/lime": "#2e5c00";
|
|
587
640
|
readonly "com/chips-button/theme/icon/color-icon/selected/green": "#006535";
|
|
588
641
|
readonly "com/chips-button/theme/icon/color-icon/selected/ocean": "#006782";
|
|
@@ -590,10 +643,11 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
590
643
|
readonly "com/chips-button/theme/icon/color-icon/selected/indigo": "#1e4eb5";
|
|
591
644
|
readonly "com/chips-button/theme/icon/color-icon/selected/violet": "#8b269b";
|
|
592
645
|
readonly "com/chips-button/theme/icon/color-icon/selected/pink": "#970978";
|
|
593
|
-
readonly "com/chips-button/theme/label/color-text/default/neutral": "#
|
|
646
|
+
readonly "com/chips-button/theme/label/color-text/default/neutral": "#41494e";
|
|
647
|
+
readonly "com/chips-button/theme/label/color-text/default/brand": "#2a30a0";
|
|
594
648
|
readonly "com/chips-button/theme/label/color-text/default/red": "#a7051e";
|
|
595
|
-
readonly "com/chips-button/theme/label/color-text/default/orange": "#
|
|
596
|
-
readonly "com/chips-button/theme/label/color-text/default/yellow": "#
|
|
649
|
+
readonly "com/chips-button/theme/label/color-text/default/orange": "#893700";
|
|
650
|
+
readonly "com/chips-button/theme/label/color-text/default/yellow": "#866200";
|
|
597
651
|
readonly "com/chips-button/theme/label/color-text/default/lime": "#2e5c00";
|
|
598
652
|
readonly "com/chips-button/theme/label/color-text/default/green": "#006535";
|
|
599
653
|
readonly "com/chips-button/theme/label/color-text/default/ocean": "#006782";
|
|
@@ -601,10 +655,11 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
601
655
|
readonly "com/chips-button/theme/label/color-text/default/indigo": "#1e4eb5";
|
|
602
656
|
readonly "com/chips-button/theme/label/color-text/default/violet": "#8b269b";
|
|
603
657
|
readonly "com/chips-button/theme/label/color-text/default/pink": "#970978";
|
|
604
|
-
readonly "com/chips-button/theme/label/color-text/hover/neutral": "#
|
|
658
|
+
readonly "com/chips-button/theme/label/color-text/hover/neutral": "#41494e";
|
|
659
|
+
readonly "com/chips-button/theme/label/color-text/hover/brand": "#2a30a0";
|
|
605
660
|
readonly "com/chips-button/theme/label/color-text/hover/red": "#a7051e";
|
|
606
|
-
readonly "com/chips-button/theme/label/color-text/hover/orange": "#
|
|
607
|
-
readonly "com/chips-button/theme/label/color-text/hover/yellow": "#
|
|
661
|
+
readonly "com/chips-button/theme/label/color-text/hover/orange": "#893700";
|
|
662
|
+
readonly "com/chips-button/theme/label/color-text/hover/yellow": "#866200";
|
|
608
663
|
readonly "com/chips-button/theme/label/color-text/hover/lime": "#2e5c00";
|
|
609
664
|
readonly "com/chips-button/theme/label/color-text/hover/green": "#006535";
|
|
610
665
|
readonly "com/chips-button/theme/label/color-text/hover/ocean": "#006782";
|
|
@@ -612,10 +667,11 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
612
667
|
readonly "com/chips-button/theme/label/color-text/hover/indigo": "#1e4eb5";
|
|
613
668
|
readonly "com/chips-button/theme/label/color-text/hover/violet": "#8b269b";
|
|
614
669
|
readonly "com/chips-button/theme/label/color-text/hover/pink": "#970978";
|
|
615
|
-
readonly "com/chips-button/theme/label/color-text/pressed/neutral": "#
|
|
670
|
+
readonly "com/chips-button/theme/label/color-text/pressed/neutral": "#41494e";
|
|
671
|
+
readonly "com/chips-button/theme/label/color-text/pressed/brand": "#2a30a0";
|
|
616
672
|
readonly "com/chips-button/theme/label/color-text/pressed/red": "#a7051e";
|
|
617
|
-
readonly "com/chips-button/theme/label/color-text/pressed/orange": "#
|
|
618
|
-
readonly "com/chips-button/theme/label/color-text/pressed/yellow": "#
|
|
673
|
+
readonly "com/chips-button/theme/label/color-text/pressed/orange": "#893700";
|
|
674
|
+
readonly "com/chips-button/theme/label/color-text/pressed/yellow": "#866200";
|
|
619
675
|
readonly "com/chips-button/theme/label/color-text/pressed/lime": "#2e5c00";
|
|
620
676
|
readonly "com/chips-button/theme/label/color-text/pressed/green": "#006535";
|
|
621
677
|
readonly "com/chips-button/theme/label/color-text/pressed/ocean": "#006782";
|
|
@@ -623,10 +679,11 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
623
679
|
readonly "com/chips-button/theme/label/color-text/pressed/indigo": "#1e4eb5";
|
|
624
680
|
readonly "com/chips-button/theme/label/color-text/pressed/violet": "#8b269b";
|
|
625
681
|
readonly "com/chips-button/theme/label/color-text/pressed/pink": "#970978";
|
|
626
|
-
readonly "com/chips-button/theme/label/color-text/selected/neutral": "#
|
|
682
|
+
readonly "com/chips-button/theme/label/color-text/selected/neutral": "#ffffff";
|
|
683
|
+
readonly "com/chips-button/theme/label/color-text/selected/brand": "#ffffff";
|
|
627
684
|
readonly "com/chips-button/theme/label/color-text/selected/red": "#a7051e";
|
|
628
|
-
readonly "com/chips-button/theme/label/color-text/selected/orange": "#
|
|
629
|
-
readonly "com/chips-button/theme/label/color-text/selected/yellow": "#
|
|
685
|
+
readonly "com/chips-button/theme/label/color-text/selected/orange": "#893700";
|
|
686
|
+
readonly "com/chips-button/theme/label/color-text/selected/yellow": "#866200";
|
|
630
687
|
readonly "com/chips-button/theme/label/color-text/selected/lime": "#2e5c00";
|
|
631
688
|
readonly "com/chips-button/theme/label/color-text/selected/green": "#006535";
|
|
632
689
|
readonly "com/chips-button/theme/label/color-text/selected/ocean": "#006782";
|
|
@@ -635,9 +692,10 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
635
692
|
readonly "com/chips-button/theme/label/color-text/selected/violet": "#8b269b";
|
|
636
693
|
readonly "com/chips-button/theme/label/color-text/selected/pink": "#970978";
|
|
637
694
|
readonly "com/chips-button/theme/color-stroke/default/neutral": "#0a2f4d22";
|
|
695
|
+
readonly "com/chips-button/theme/color-stroke/default/brand": "#cee2f8";
|
|
638
696
|
readonly "com/chips-button/theme/color-stroke/default/red": "#fbd3ce";
|
|
639
|
-
readonly "com/chips-button/theme/color-stroke/default/orange": "#
|
|
640
|
-
readonly "com/chips-button/theme/color-stroke/default/yellow": "#
|
|
697
|
+
readonly "com/chips-button/theme/color-stroke/default/orange": "#f8dbab";
|
|
698
|
+
readonly "com/chips-button/theme/color-stroke/default/yellow": "#fbecaf";
|
|
641
699
|
readonly "com/chips-button/theme/color-stroke/default/lime": "#d0e59b";
|
|
642
700
|
readonly "com/chips-button/theme/color-stroke/default/green": "#b3e9cf";
|
|
643
701
|
readonly "com/chips-button/theme/color-stroke/default/ocean": "#b3e7e3";
|
|
@@ -646,9 +704,10 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
646
704
|
readonly "com/chips-button/theme/color-stroke/default/violet": "#e5d8f5";
|
|
647
705
|
readonly "com/chips-button/theme/color-stroke/default/pink": "#f5d3ec";
|
|
648
706
|
readonly "com/chips-button/theme/color-stroke/hover/neutral": "#0d2e433d";
|
|
707
|
+
readonly "com/chips-button/theme/color-stroke/hover/brand": "#3263e7";
|
|
649
708
|
readonly "com/chips-button/theme/color-stroke/hover/red": "#fd8b7f";
|
|
650
|
-
readonly "com/chips-button/theme/color-stroke/hover/orange": "#
|
|
651
|
-
readonly "com/chips-button/theme/color-stroke/hover/yellow": "#
|
|
709
|
+
readonly "com/chips-button/theme/color-stroke/hover/orange": "#ed993c";
|
|
710
|
+
readonly "com/chips-button/theme/color-stroke/hover/yellow": "#ffbe2d";
|
|
652
711
|
readonly "com/chips-button/theme/color-stroke/hover/lime": "#8eba1e";
|
|
653
712
|
readonly "com/chips-button/theme/color-stroke/hover/green": "#3bc392";
|
|
654
713
|
readonly "com/chips-button/theme/color-stroke/hover/ocean": "#0dc1c2";
|
|
@@ -657,9 +716,10 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
657
716
|
readonly "com/chips-button/theme/color-stroke/hover/violet": "#cb9ce7";
|
|
658
717
|
readonly "com/chips-button/theme/color-stroke/hover/pink": "#ec8dd3";
|
|
659
718
|
readonly "com/chips-button/theme/color-stroke/pressed/neutral": "#0d2e433d";
|
|
719
|
+
readonly "com/chips-button/theme/color-stroke/pressed/brand": "#3263e7";
|
|
660
720
|
readonly "com/chips-button/theme/color-stroke/pressed/red": "#fd8b7f";
|
|
661
|
-
readonly "com/chips-button/theme/color-stroke/pressed/orange": "#
|
|
662
|
-
readonly "com/chips-button/theme/color-stroke/pressed/yellow": "#
|
|
721
|
+
readonly "com/chips-button/theme/color-stroke/pressed/orange": "#ed993c";
|
|
722
|
+
readonly "com/chips-button/theme/color-stroke/pressed/yellow": "#ffbe2d";
|
|
663
723
|
readonly "com/chips-button/theme/color-stroke/pressed/lime": "#8eba1e";
|
|
664
724
|
readonly "com/chips-button/theme/color-stroke/pressed/green": "#3bc392";
|
|
665
725
|
readonly "com/chips-button/theme/color-stroke/pressed/ocean": "#0dc1c2";
|
|
@@ -668,9 +728,10 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
668
728
|
readonly "com/chips-button/theme/color-stroke/pressed/violet": "#cb9ce7";
|
|
669
729
|
readonly "com/chips-button/theme/color-stroke/pressed/pink": "#ec8dd3";
|
|
670
730
|
readonly "com/chips-button/theme/color-stroke/selected/neutral": "#00152096";
|
|
731
|
+
readonly "com/chips-button/theme/color-stroke/selected/brand": "#3263e7";
|
|
671
732
|
readonly "com/chips-button/theme/color-stroke/selected/red": "#fd8b7f";
|
|
672
|
-
readonly "com/chips-button/theme/color-stroke/selected/orange": "#
|
|
673
|
-
readonly "com/chips-button/theme/color-stroke/selected/yellow": "#
|
|
733
|
+
readonly "com/chips-button/theme/color-stroke/selected/orange": "#ed993c";
|
|
734
|
+
readonly "com/chips-button/theme/color-stroke/selected/yellow": "#ffbe2d";
|
|
674
735
|
readonly "com/chips-button/theme/color-stroke/selected/lime": "#8eba1e";
|
|
675
736
|
readonly "com/chips-button/theme/color-stroke/selected/green": "#3bc392";
|
|
676
737
|
readonly "com/chips-button/theme/color-stroke/selected/ocean": "#0dc1c2";
|
|
@@ -679,9 +740,10 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
679
740
|
readonly "com/chips-button/theme/color-stroke/selected/violet": "#cb9ce7";
|
|
680
741
|
readonly "com/chips-button/theme/color-stroke/selected/pink": "#ec8dd3";
|
|
681
742
|
readonly "com/chips-button/theme/background-color/default/neutral": "#e9edf1";
|
|
743
|
+
readonly "com/chips-button/theme/background-color/default/brand": "#eff6ff";
|
|
682
744
|
readonly "com/chips-button/theme/background-color/default/red": "#ffe9e5";
|
|
683
|
-
readonly "com/chips-button/theme/background-color/default/orange": "#
|
|
684
|
-
readonly "com/chips-button/theme/background-color/default/yellow": "#
|
|
745
|
+
readonly "com/chips-button/theme/background-color/default/orange": "#fceccd";
|
|
746
|
+
readonly "com/chips-button/theme/background-color/default/yellow": "#fff3cd";
|
|
685
747
|
readonly "com/chips-button/theme/background-color/default/lime": "#e9f6c9";
|
|
686
748
|
readonly "com/chips-button/theme/background-color/default/green": "#dbf6e8";
|
|
687
749
|
readonly "com/chips-button/theme/background-color/default/ocean": "#daf5f4";
|
|
@@ -690,9 +752,10 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
690
752
|
readonly "com/chips-button/theme/background-color/default/violet": "#f1ecfa";
|
|
691
753
|
readonly "com/chips-button/theme/background-color/default/pink": "#fce8f7";
|
|
692
754
|
readonly "com/chips-button/theme/background-color/hover/neutral": "#f8f9fb";
|
|
755
|
+
readonly "com/chips-button/theme/background-color/hover/brand": "#cee2f8";
|
|
693
756
|
readonly "com/chips-button/theme/background-color/hover/red": "#ffefec";
|
|
694
|
-
readonly "com/chips-button/theme/background-color/hover/orange": "#
|
|
695
|
-
readonly "com/chips-button/theme/background-color/hover/yellow": "#
|
|
757
|
+
readonly "com/chips-button/theme/background-color/hover/orange": "#fcf4e0";
|
|
758
|
+
readonly "com/chips-button/theme/background-color/hover/yellow": "#fff9e9";
|
|
696
759
|
readonly "com/chips-button/theme/background-color/hover/lime": "#f0f6e3";
|
|
697
760
|
readonly "com/chips-button/theme/background-color/hover/green": "#e7f7ef";
|
|
698
761
|
readonly "com/chips-button/theme/background-color/hover/ocean": "#e2f8fa";
|
|
@@ -700,10 +763,11 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
700
763
|
readonly "com/chips-button/theme/background-color/hover/indigo": "#edf3fb";
|
|
701
764
|
readonly "com/chips-button/theme/background-color/hover/violet": "#f5f0fc";
|
|
702
765
|
readonly "com/chips-button/theme/background-color/hover/pink": "#ffeffb";
|
|
703
|
-
readonly "com/chips-button/theme/background-color/pressed/neutral": "#
|
|
766
|
+
readonly "com/chips-button/theme/background-color/pressed/neutral": "#e9edf1";
|
|
767
|
+
readonly "com/chips-button/theme/background-color/pressed/brand": "#e6f1ff";
|
|
704
768
|
readonly "com/chips-button/theme/background-color/pressed/red": "#ffe9e5";
|
|
705
|
-
readonly "com/chips-button/theme/background-color/pressed/orange": "#
|
|
706
|
-
readonly "com/chips-button/theme/background-color/pressed/yellow": "#
|
|
769
|
+
readonly "com/chips-button/theme/background-color/pressed/orange": "#fceccd";
|
|
770
|
+
readonly "com/chips-button/theme/background-color/pressed/yellow": "#fff3cd";
|
|
707
771
|
readonly "com/chips-button/theme/background-color/pressed/lime": "#e9f6c9";
|
|
708
772
|
readonly "com/chips-button/theme/background-color/pressed/green": "#dbf6e8";
|
|
709
773
|
readonly "com/chips-button/theme/background-color/pressed/ocean": "#daf5f4";
|
|
@@ -711,7 +775,8 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
711
775
|
readonly "com/chips-button/theme/background-color/pressed/indigo": "#e7eeff";
|
|
712
776
|
readonly "com/chips-button/theme/background-color/pressed/violet": "#f1ecfa";
|
|
713
777
|
readonly "com/chips-button/theme/background-color/pressed/pink": "#fce8f7";
|
|
714
|
-
readonly "com/chips-button/theme/background-color/selected/neutral": "#
|
|
778
|
+
readonly "com/chips-button/theme/background-color/selected/neutral": "#505a5f";
|
|
779
|
+
readonly "com/chips-button/theme/background-color/selected/brand": "#2f3cc1";
|
|
715
780
|
readonly "com/chips-button/theme/background-color/selected/red": "#ffffff";
|
|
716
781
|
readonly "com/chips-button/theme/background-color/selected/orange": "#ffffff";
|
|
717
782
|
readonly "com/chips-button/theme/background-color/selected/yellow": "#ffffff";
|
|
@@ -725,9 +790,9 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
725
790
|
readonly "com/chips-button/disable/color-text": "#828f96";
|
|
726
791
|
readonly "com/chips-button/disable/color-icon": "#828f96";
|
|
727
792
|
readonly "com/chips-button/disable/background-color": "#e9edf1";
|
|
728
|
-
readonly "com/chips-button/disable/color-stroke": "#
|
|
793
|
+
readonly "com/chips-button/disable/color-stroke": "#02305e16";
|
|
729
794
|
readonly "com/combo-box/selected-data/horizontal-gap": "8px";
|
|
730
|
-
readonly "com/combo-box/selected-data/top-padding": "
|
|
795
|
+
readonly "com/combo-box/selected-data/top-padding": "4px";
|
|
731
796
|
readonly "com/divider/side-offset/2xl": "36px";
|
|
732
797
|
readonly "com/divider/side-offset/xl": "24px";
|
|
733
798
|
readonly "com/divider/side-offset/lg": "20px";
|
|
@@ -746,6 +811,37 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
746
811
|
readonly "com/divider/headpoint-offset/2xs": "4px";
|
|
747
812
|
readonly "com/divider/headpoint-offset/tiny": "2px";
|
|
748
813
|
readonly "com/divider/headpoint-offset/null": "0px";
|
|
814
|
+
readonly "com/date-picker/corner-radius": "8px";
|
|
815
|
+
readonly "com/date-picker/horizontal-padding": "16px";
|
|
816
|
+
readonly "com/date-picker/vertical-padding": "16px";
|
|
817
|
+
readonly "com/date-picker/horizontal-gap": "24px";
|
|
818
|
+
readonly "com/date-picker/vertical-gap": "8px";
|
|
819
|
+
readonly "com/date-picker/background-color": "#ffffff";
|
|
820
|
+
readonly "com/date-picker/border/color-stroke": "#0a2f4d22";
|
|
821
|
+
readonly "com/date-picker/border/stroke-width": "1px";
|
|
822
|
+
readonly "com/date-picker/header/vertical-gap": "8px";
|
|
823
|
+
readonly "com/date-picker/header/horizontal-gap": "8px";
|
|
824
|
+
readonly "com/date-picker/cell/duration/date/height": "36px";
|
|
825
|
+
readonly "com/date-picker/cell/duration/date/width": "40px";
|
|
826
|
+
readonly "com/date-picker/cell/duration/month/height": "28px";
|
|
827
|
+
readonly "com/date-picker/cell/duration/month/width": "72px";
|
|
828
|
+
readonly "com/date-picker/cell/duration/background/default": "#ffffff00";
|
|
829
|
+
readonly "com/date-picker/cell/duration/background/hover": "#e6f1ff";
|
|
830
|
+
readonly "com/date-picker/cell/duration/background/today": "#ffffff00";
|
|
831
|
+
readonly "com/date-picker/cell/duration/background/actived": "#2f3cc1";
|
|
832
|
+
readonly "com/date-picker/cell/duration/background/range": "#e6f1ff";
|
|
833
|
+
readonly "com/date-picker/cell/duration/background/disable": "#ffffff00";
|
|
834
|
+
readonly "com/date-picker/cell/duration/color-text/default": "#2a3034";
|
|
835
|
+
readonly "com/date-picker/cell/duration/color-text/hover": "#2a3034";
|
|
836
|
+
readonly "com/date-picker/cell/duration/color-text/actived": "#ffffff";
|
|
837
|
+
readonly "com/date-picker/cell/duration/color-text/today": "#2a30a0";
|
|
838
|
+
readonly "com/date-picker/cell/duration/color-text/range": "#2a3034";
|
|
839
|
+
readonly "com/date-picker/cell/duration/color-text/disable": "#828f96";
|
|
840
|
+
readonly "com/date-picker/cell/corner-radius": "8px";
|
|
841
|
+
readonly "com/date-picker/cell/weekday/height": "36px";
|
|
842
|
+
readonly "com/date-picker/cell/weekday/width": "40px";
|
|
843
|
+
readonly "com/date-picker/cell/weekday/color-text": "#ffffff00";
|
|
844
|
+
readonly "com/date-picker/cell/weekday/background-color": "#ffffff00";
|
|
749
845
|
readonly "com/drawer/top-left-conner-radius": "20px";
|
|
750
846
|
readonly "com/drawer/border/color-stroke": "#0a2f4d22";
|
|
751
847
|
readonly "com/drawer/border/stroke-width": "1px";
|
|
@@ -756,12 +852,12 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
756
852
|
readonly "com/drawer/header/right-padding": "20px";
|
|
757
853
|
readonly "com/drawer/header/pictogram/background-color": "#ffffff";
|
|
758
854
|
readonly "com/drawer/header/pictogram/color-stroke": "#0d2e433d";
|
|
759
|
-
readonly "com/drawer/header/pictogram/color-icon": "#
|
|
855
|
+
readonly "com/drawer/header/pictogram/color-icon": "#343d41";
|
|
760
856
|
readonly "com/drawer/header/pictogram/stroke-width": "1px";
|
|
761
857
|
readonly "com/drawer/header/pictogram/corner-radius": "12px";
|
|
762
858
|
readonly "com/drawer/header/drawer-title/color-text": "#2a3034";
|
|
763
859
|
readonly "com/drawer/header/drawer-title/right-padding": "24px";
|
|
764
|
-
readonly "com/drawer/header/drawer-description/color-text": "#
|
|
860
|
+
readonly "com/drawer/header/drawer-description/color-text": "#41494e";
|
|
765
861
|
readonly "com/drawer/header/title-n-content/vertical-gap": "4px";
|
|
766
862
|
readonly "com/drawer/header/title-n-content/right-padding": "20px";
|
|
767
863
|
readonly "com/drawer/header/description-on/pictogram-n-title-gap": "12px";
|
|
@@ -787,10 +883,10 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
787
883
|
readonly "com/drawer/footer/stepper/stepper-display/right-padding": "8px";
|
|
788
884
|
readonly "com/drawer/footer/stepper/stepper-display/corner-radius": "8px";
|
|
789
885
|
readonly "com/drawer/footer/stepper/current-step/color-text": "#2a3034";
|
|
790
|
-
readonly "com/drawer/footer/stepper/total-step/color-text": "#
|
|
791
|
-
readonly "com/drawer/footer/stepper/icon-slash-divider/color-icon": "#
|
|
792
|
-
readonly "com/drawer/footer/type-information/icon-info-circle/color-icon": "#
|
|
793
|
-
readonly "com/drawer/footer/type-information/information-message/color-text": "#
|
|
886
|
+
readonly "com/drawer/footer/stepper/total-step/color-text": "#41494e";
|
|
887
|
+
readonly "com/drawer/footer/stepper/icon-slash-divider/color-icon": "#69757c";
|
|
888
|
+
readonly "com/drawer/footer/type-information/icon-info-circle/color-icon": "#69757c";
|
|
889
|
+
readonly "com/drawer/footer/type-information/information-message/color-text": "#41494e";
|
|
794
890
|
readonly "com/drawer/footer/type-information/info-content-wrap/horizontal-gap": "8px";
|
|
795
891
|
readonly "com/drawer/footer/action/vertical-gap": "12px";
|
|
796
892
|
readonly "com/drawer/footer/action/horizontal-padding": "20px";
|
|
@@ -812,12 +908,12 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
812
908
|
readonly "com/input/label/label/color-text": "#2a3034";
|
|
813
909
|
readonly "com/input/label/required-mark/color-text": "#a7051e";
|
|
814
910
|
readonly "com/input/hint/top-padding": "0px";
|
|
815
|
-
readonly "com/input/hint/neutral/icon/color-icon": "#
|
|
816
|
-
readonly "com/input/hint/neutral/label/color-text": "#
|
|
911
|
+
readonly "com/input/hint/neutral/icon/color-icon": "#69757c";
|
|
912
|
+
readonly "com/input/hint/neutral/label/color-text": "#41494e";
|
|
817
913
|
readonly "com/input/hint/negative/icon/color-icon": "#d8473c";
|
|
818
|
-
readonly "com/input/hint/negative/label/color-text": "#
|
|
914
|
+
readonly "com/input/hint/negative/label/color-text": "#d0121c";
|
|
819
915
|
readonly "com/input/hint/positive/icon/color-icon": "#00914a";
|
|
820
|
-
readonly "com/input/hint/positive/label/color-text": "#
|
|
916
|
+
readonly "com/input/hint/positive/label/color-text": "#007d35";
|
|
821
917
|
readonly "com/input/hint/disable/icon/color-icon": "#828f96";
|
|
822
918
|
readonly "com/input/hint/disable/label/color-text": "#828f96";
|
|
823
919
|
readonly "com/input/field/corner-radius-rounded": "9999px";
|
|
@@ -866,8 +962,8 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
866
962
|
readonly "com/input/field/disable/icon-color": "#828f96";
|
|
867
963
|
readonly "com/input/field/disable/background-color": "#e9edf1";
|
|
868
964
|
readonly "com/input/field/disable/background-color-transparent": "#ffffff00";
|
|
869
|
-
readonly "com/input/field/disable/stroke-color": "#
|
|
870
|
-
readonly "com/input/field/default/background/default": "#
|
|
965
|
+
readonly "com/input/field/disable/stroke-color": "#02305e16";
|
|
966
|
+
readonly "com/input/field/default/background/default": "#ffffff";
|
|
871
967
|
readonly "com/input/field/default/background/hover": "#f8f9fb";
|
|
872
968
|
readonly "com/input/field/default/background/active": "#f8f9fb";
|
|
873
969
|
readonly "com/input/field/default/border/default": "#0d2e433d";
|
|
@@ -875,9 +971,9 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
875
971
|
readonly "com/input/field/default/border/active": "#3263e7";
|
|
876
972
|
readonly "com/input/field/default/label/color-text/inputed": "#2a3034";
|
|
877
973
|
readonly "com/input/field/default/label/color-text/placeholder": "#828f96";
|
|
878
|
-
readonly "com/input/field/default/icon/color-icon/default": "#
|
|
879
|
-
readonly "com/input/field/default/icon/color-icon/hover": "#
|
|
880
|
-
readonly "com/input/field/default/icon/color-icon/active": "#
|
|
974
|
+
readonly "com/input/field/default/icon/color-icon/default": "#505a5f";
|
|
975
|
+
readonly "com/input/field/default/icon/color-icon/hover": "#505a5f";
|
|
976
|
+
readonly "com/input/field/default/icon/color-icon/active": "#343d41";
|
|
881
977
|
readonly "com/input/field/negative/background/default": "#fef8f7";
|
|
882
978
|
readonly "com/input/field/negative/background/hover": "#fef8f7";
|
|
883
979
|
readonly "com/input/field/negative/background/active": "#f8f9fb";
|
|
@@ -886,14 +982,14 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
886
982
|
readonly "com/input/field/negative/border/active": "#f2685b";
|
|
887
983
|
readonly "com/input/field/negative/label/color-text/inputed": "#2a3034";
|
|
888
984
|
readonly "com/input/field/negative/label/color-text/placeholder": "#828f96";
|
|
889
|
-
readonly "com/input/field/negative/icon/color-icon/default": "#
|
|
890
|
-
readonly "com/input/field/negative/icon/color-icon/hover": "#
|
|
891
|
-
readonly "com/input/field/negative/icon/color-icon/active": "#
|
|
985
|
+
readonly "com/input/field/negative/icon/color-icon/default": "#69757c";
|
|
986
|
+
readonly "com/input/field/negative/icon/color-icon/hover": "#69757c";
|
|
987
|
+
readonly "com/input/field/negative/icon/color-icon/active": "#343d41";
|
|
892
988
|
readonly "com/input/suffix/right-padding": "4px";
|
|
893
989
|
readonly "com/input/suffix/left-padding": "8px";
|
|
894
990
|
readonly "com/input/suffix/horizontal-gap": "4px";
|
|
895
991
|
readonly "com/input/suffix/label/color-text": "#2a3034";
|
|
896
|
-
readonly "com/input/suffix/icon/color-icon": "#
|
|
992
|
+
readonly "com/input/suffix/icon/color-icon": "#343d41";
|
|
897
993
|
readonly "com/input/suffix/icon/size-icon": "20px";
|
|
898
994
|
readonly "com/input/suffix/divider/color-stroke": "#0a2f4d22";
|
|
899
995
|
readonly "com/input/suffix/divider/stroke-width": "1px";
|
|
@@ -901,7 +997,7 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
901
997
|
readonly "com/input/prefix/left-padding": "4px";
|
|
902
998
|
readonly "com/input/prefix/horizontal-gap": "4px";
|
|
903
999
|
readonly "com/input/prefix/label/color-text": "#2a3034";
|
|
904
|
-
readonly "com/input/prefix/icon/color-icon": "#
|
|
1000
|
+
readonly "com/input/prefix/icon/color-icon": "#343d41";
|
|
905
1001
|
readonly "com/input/prefix/icon/size-icon": "20px";
|
|
906
1002
|
readonly "com/input/prefix/divider/color-stroke": "#0a2f4d22";
|
|
907
1003
|
readonly "com/input/prefix/divider/stroke-width": "1px";
|
|
@@ -909,15 +1005,15 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
909
1005
|
readonly "com/input/dropdown/horizontal-gap": "4px";
|
|
910
1006
|
readonly "com/input/dropdown/label/color-text/default": "#2a3034";
|
|
911
1007
|
readonly "com/input/dropdown/label/color-text/hover": "#2a3034";
|
|
912
|
-
readonly "com/input/dropdown/icon/color-icon/default": "#
|
|
913
|
-
readonly "com/input/dropdown/icon/color-icon/hover": "#
|
|
1008
|
+
readonly "com/input/dropdown/icon/color-icon/default": "#343d41";
|
|
1009
|
+
readonly "com/input/dropdown/icon/color-icon/hover": "#343d41";
|
|
914
1010
|
readonly "com/input/dropdown/background/default": "#ffffff00";
|
|
915
1011
|
readonly "com/input/dropdown/background/hover": "#02305e16";
|
|
916
1012
|
readonly "com/input/dropdown/background/pressed": "#0a2f4d22";
|
|
917
1013
|
readonly "com/input/dropdown/background/actived": "#00375b0e";
|
|
918
1014
|
readonly "com/input/dropdown/divider/color-stroke": "#0a2f4d22";
|
|
919
1015
|
readonly "com/input/dropdown/divider/stroke-width": "1px";
|
|
920
|
-
readonly "com/input/character-limit/horizontal-padding": "
|
|
1016
|
+
readonly "com/input/character-limit/horizontal-padding": "2px";
|
|
921
1017
|
readonly "com/input/character-limit/label/default/color-text": "#828f96";
|
|
922
1018
|
readonly "com/input/character-limit/label/over-limit/color-text": "#d8473c";
|
|
923
1019
|
readonly "com/input/resize-handle/resize": "#2a3034";
|
|
@@ -928,33 +1024,34 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
928
1024
|
readonly "com/link/size-sm/size-icon": "16px";
|
|
929
1025
|
readonly "com/link/size-sm/horizontal-gap": "4px";
|
|
930
1026
|
readonly "com/link/disable/label-color": "#a3aeb5";
|
|
931
|
-
readonly "com/link/disable/icon-color": "#
|
|
1027
|
+
readonly "com/link/disable/icon-color": "#a3aeb5";
|
|
932
1028
|
readonly "com/link/disable-invert/label-color": "#ffffff82";
|
|
933
|
-
readonly "com/link/disable-invert/icon-color": "#
|
|
1029
|
+
readonly "com/link/disable-invert/icon-color": "#ffffff82";
|
|
934
1030
|
readonly "com/link/primary/label-color/default": "#2a30a0";
|
|
935
1031
|
readonly "com/link/primary/label-color/hover": "#3263e7";
|
|
936
1032
|
readonly "com/link/primary/icon-color/default": "#2a30a0";
|
|
937
|
-
readonly "com/link/primary/icon-color/hover": "#
|
|
1033
|
+
readonly "com/link/primary/icon-color/hover": "#3263e7";
|
|
938
1034
|
readonly "com/link/secondary/label-color/default": "#41494e";
|
|
939
1035
|
readonly "com/link/secondary/label-color/hover": "#2f3cc1";
|
|
940
|
-
readonly "com/link/secondary/icon-color/default": "#
|
|
941
|
-
readonly "com/link/secondary/icon-color/hover": "#
|
|
1036
|
+
readonly "com/link/secondary/icon-color/default": "#41494e";
|
|
1037
|
+
readonly "com/link/secondary/icon-color/hover": "#2f3cc1";
|
|
942
1038
|
readonly "com/link/negative/label-color/default": "#a80a12";
|
|
943
1039
|
readonly "com/link/negative/label-color/hover": "#d8473c";
|
|
944
1040
|
readonly "com/link/negative/icon-color/default": "#a80a12";
|
|
945
|
-
readonly "com/link/negative/icon-color/hover": "#
|
|
1041
|
+
readonly "com/link/negative/icon-color/hover": "#d8473c";
|
|
946
1042
|
readonly "com/link/invert/label-color/default": "#ffffff";
|
|
947
1043
|
readonly "com/link/invert/label-color/hover": "#ffffff";
|
|
948
1044
|
readonly "com/link/invert/icon-color/default": "#ffffff";
|
|
949
1045
|
readonly "com/link/invert/icon-color/hover": "#ffffff";
|
|
950
1046
|
readonly "com/menu/background-color": "#ffffff";
|
|
1047
|
+
readonly "com/menu/vertical-gap": "4px";
|
|
951
1048
|
readonly "com/menu/top-padding": "8px";
|
|
952
1049
|
readonly "com/menu/right-padding": "8px";
|
|
953
1050
|
readonly "com/menu/bottom-padding": "8px";
|
|
954
1051
|
readonly "com/menu/left-padding": "8px";
|
|
955
1052
|
readonly "com/menu/corner-radius": "12px";
|
|
956
1053
|
readonly "com/menu/min-width": "132px";
|
|
957
|
-
readonly "com/menu/max-height": "
|
|
1054
|
+
readonly "com/menu/max-height": "780px";
|
|
958
1055
|
readonly "com/menu/height": "204px";
|
|
959
1056
|
readonly "com/menu/search-bar/size": "Md (36)";
|
|
960
1057
|
readonly "com/menu/scrollbar/direction": "Vertical";
|
|
@@ -979,61 +1076,63 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
979
1076
|
readonly "com/menu/item/size-lg/min-height": "44px";
|
|
980
1077
|
readonly "com/menu/item/size-lg/icon/size-icon": "20px";
|
|
981
1078
|
readonly "com/menu/item/action/icon/color-icon/default": "#505a5f";
|
|
982
|
-
readonly "com/menu/item/action/icon/color-icon/hover": "#
|
|
983
|
-
readonly "com/menu/item/action/label/color-text/default": "#
|
|
1079
|
+
readonly "com/menu/item/action/icon/color-icon/hover": "#343d41";
|
|
1080
|
+
readonly "com/menu/item/action/label/color-text/default": "#41494e";
|
|
984
1081
|
readonly "com/menu/item/action/label/color-text/hover": "#2a3034";
|
|
985
1082
|
readonly "com/menu/item/action/description/color-text/default": "#828f96";
|
|
986
|
-
readonly "com/menu/item/action/description/color-text/hover": "#
|
|
1083
|
+
readonly "com/menu/item/action/description/color-text/hover": "#41494e";
|
|
987
1084
|
readonly "com/menu/item/action/background-color/default": "#ffffff00";
|
|
988
1085
|
readonly "com/menu/item/action/background-color/hover": "#02305e16";
|
|
989
1086
|
readonly "com/menu/item/action/background-color/selected": "#00375b0e";
|
|
990
1087
|
readonly "com/menu/item/action/badge/size": "Sm (20)";
|
|
991
1088
|
readonly "com/menu/item/action/badge/theme": "Neutral - Light";
|
|
992
|
-
readonly "com/menu/item/leveling/label/color-text/default": "#
|
|
1089
|
+
readonly "com/menu/item/leveling/label/color-text/default": "#41494e";
|
|
993
1090
|
readonly "com/menu/item/leveling/label/color-text/hover": "#2a3034";
|
|
994
1091
|
readonly "com/menu/item/leveling/label/color-text/selected": "#2a30a0";
|
|
995
1092
|
readonly "com/menu/item/leveling/description/color-text/default": "#828f96";
|
|
996
|
-
readonly "com/menu/item/leveling/description/color-text/hover": "#
|
|
1093
|
+
readonly "com/menu/item/leveling/description/color-text/hover": "#41494e";
|
|
997
1094
|
readonly "com/menu/item/leveling/description/color-text/selected": "#828f96";
|
|
998
1095
|
readonly "com/menu/item/leveling/icon/color-icon/default": "#505a5f";
|
|
999
|
-
readonly "com/menu/item/leveling/icon/color-icon/hover": "#
|
|
1000
|
-
readonly "com/menu/item/leveling/icon/color-icon/selected": "#
|
|
1096
|
+
readonly "com/menu/item/leveling/icon/color-icon/hover": "#343d41";
|
|
1097
|
+
readonly "com/menu/item/leveling/icon/color-icon/selected": "#2f3cc1";
|
|
1001
1098
|
readonly "com/menu/item/leveling/background-color/default": "#ffffff00";
|
|
1002
1099
|
readonly "com/menu/item/leveling/background-color/hover": "#02305e16";
|
|
1003
|
-
readonly "com/menu/item/leveling/background-color/selected": "#
|
|
1004
|
-
readonly "com/menu/item/select-able/label/color-text/default": "#
|
|
1100
|
+
readonly "com/menu/item/leveling/background-color/selected": "#eff6ff";
|
|
1101
|
+
readonly "com/menu/item/select-able/label/color-text/default": "#41494e";
|
|
1005
1102
|
readonly "com/menu/item/select-able/label/color-text/hover": "#2a3034";
|
|
1006
1103
|
readonly "com/menu/item/select-able/label/color-text/selected": "#2a30a0";
|
|
1007
1104
|
readonly "com/menu/item/select-able/description/color-text/default": "#828f96";
|
|
1008
|
-
readonly "com/menu/item/select-able/description/color-text/hover": "#
|
|
1105
|
+
readonly "com/menu/item/select-able/description/color-text/hover": "#41494e";
|
|
1009
1106
|
readonly "com/menu/item/select-able/description/color-text/selected": "#828f96";
|
|
1010
1107
|
readonly "com/menu/item/select-able/icon/color-icon/default": "#505a5f";
|
|
1011
|
-
readonly "com/menu/item/select-able/icon/color-icon/hover": "#
|
|
1012
|
-
readonly "com/menu/item/select-able/icon/color-icon/selected": "#
|
|
1108
|
+
readonly "com/menu/item/select-able/icon/color-icon/hover": "#343d41";
|
|
1109
|
+
readonly "com/menu/item/select-able/icon/color-icon/selected": "#2f3cc1";
|
|
1013
1110
|
readonly "com/menu/item/select-able/background-color/default": "#ffffff00";
|
|
1014
1111
|
readonly "com/menu/item/select-able/background-color/hover": "#02305e16";
|
|
1015
|
-
readonly "com/menu/item/select-able/background-color/selected": "#
|
|
1112
|
+
readonly "com/menu/item/select-able/background-color/selected": "#eff6ff";
|
|
1016
1113
|
readonly "com/menu/item/disable/label/color-text": "#828f96";
|
|
1017
1114
|
readonly "com/menu/item/disable/description/color-text": "#828f96";
|
|
1018
1115
|
readonly "com/menu/item/disable/icon/color-icon": "#828f96";
|
|
1019
1116
|
readonly "com/menu/item/disable/background/background-color": "#ffffff00";
|
|
1020
|
-
readonly "com/menu/item/action-negative/icon/color-icon/default": "#
|
|
1021
|
-
readonly "com/menu/item/action-negative/icon/color-icon/hover": "#
|
|
1022
|
-
readonly "com/menu/item/action-negative/label/color-text/default": "#
|
|
1023
|
-
readonly "com/menu/item/action-negative/label/color-text/hover": "#
|
|
1117
|
+
readonly "com/menu/item/action-negative/icon/color-icon/default": "#d0121c";
|
|
1118
|
+
readonly "com/menu/item/action-negative/icon/color-icon/hover": "#d0121c";
|
|
1119
|
+
readonly "com/menu/item/action-negative/label/color-text/default": "#d0121c";
|
|
1120
|
+
readonly "com/menu/item/action-negative/label/color-text/hover": "#d0121c";
|
|
1024
1121
|
readonly "com/menu/item/action-negative/description/color-text/default": "#828f96";
|
|
1025
|
-
readonly "com/menu/item/action-negative/description/color-text/hover": "#
|
|
1122
|
+
readonly "com/menu/item/action-negative/description/color-text/hover": "#41494e";
|
|
1026
1123
|
readonly "com/menu/item/action-negative/background-color/default": "#ffffff00";
|
|
1027
1124
|
readonly "com/menu/item/action-negative/background-color/hover": "#fee9e7";
|
|
1028
1125
|
readonly "com/menu/item/action-negative/background-color/selected": "#feeeed";
|
|
1029
1126
|
readonly "com/menu/item/action-negative/badge/size": "Sm (20)";
|
|
1030
1127
|
readonly "com/menu/item/action-negative/badge/theme": "Neutral - Light";
|
|
1031
|
-
readonly "com/navigation/background-color": "#
|
|
1128
|
+
readonly "com/navigation/background-color": "#242173";
|
|
1032
1129
|
readonly "com/navigation/corner-radius": "28px";
|
|
1033
1130
|
readonly "com/navigation/width": "280px";
|
|
1131
|
+
readonly "com/navigation/vertical-gap": "4px";
|
|
1034
1132
|
readonly "com/navigation/title/expand/horizontal-gap": "8px";
|
|
1035
1133
|
readonly "com/navigation/title/expand/horizontal-padding": "12px";
|
|
1036
1134
|
readonly "com/navigation/title/expand/top-padding": "2px";
|
|
1135
|
+
readonly "com/navigation/title/expand/background-color": "#0d2e433d";
|
|
1037
1136
|
readonly "com/navigation/title/default/horizontal-padding": "12px";
|
|
1038
1137
|
readonly "com/navigation/title/default/top-padding": "2px";
|
|
1039
1138
|
readonly "com/navigation/title/auto-collapse/horizontal-gap": "8px";
|
|
@@ -1048,23 +1147,29 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1048
1147
|
readonly "com/navigation/title/app-title/button-icon/horizontal-padding": "8px";
|
|
1049
1148
|
readonly "com/navigation/title/app-title/border/stroke-width": "1px";
|
|
1050
1149
|
readonly "com/navigation/title/app-title/border/color-stroke": "#0a2f4d22";
|
|
1051
|
-
readonly "com/navigation/title/app-title/label/color-text": "#
|
|
1052
|
-
readonly "com/navigation/function/horizontal-padding": "
|
|
1053
|
-
readonly "com/navigation/function/top-padding": "
|
|
1150
|
+
readonly "com/navigation/title/app-title/label/color-text": "#ffffff";
|
|
1151
|
+
readonly "com/navigation/function/horizontal-padding": "12px";
|
|
1152
|
+
readonly "com/navigation/function/top-padding": "16px";
|
|
1054
1153
|
readonly "com/navigation/function/bottom-padding": "16px";
|
|
1055
1154
|
readonly "com/navigation/footer/horizontal-padding": "16px";
|
|
1056
1155
|
readonly "com/navigation/footer/vertical-padding": "24px";
|
|
1057
1156
|
readonly "com/navigation/footer/logo/horizontal-padding": "8px";
|
|
1058
|
-
readonly "com/navigation/footer/logo/color-logo": "#
|
|
1059
|
-
readonly "com/navigation/footer/logo/color-text": "#
|
|
1157
|
+
readonly "com/navigation/footer/logo/color-logo": "#ffffff";
|
|
1158
|
+
readonly "com/navigation/footer/logo/color-text": "#ffffff";
|
|
1060
1159
|
readonly "com/navigation/footer/divider/stroke-width": "1px";
|
|
1061
|
-
readonly "com/navigation/footer/divider/color-stroke": "#
|
|
1160
|
+
readonly "com/navigation/footer/divider/color-stroke": "#ffffff49";
|
|
1062
1161
|
readonly "com/navigation/icon/default": "#505a5f";
|
|
1063
1162
|
readonly "com/navigation/icon/hover": "#505a5f";
|
|
1064
|
-
readonly "com/navigation/icon/active": "#
|
|
1065
|
-
readonly "com/navigation/
|
|
1066
|
-
readonly "com/navigation/
|
|
1067
|
-
readonly "com/navigation/
|
|
1163
|
+
readonly "com/navigation/icon/active": "#2f3cc1";
|
|
1164
|
+
readonly "com/navigation/icon-invert/default": "#ffffff";
|
|
1165
|
+
readonly "com/navigation/icon-invert/hover": "#ffffff";
|
|
1166
|
+
readonly "com/navigation/icon-invert/active": "#ffffff";
|
|
1167
|
+
readonly "com/navigation/label/default": "#41494e";
|
|
1168
|
+
readonly "com/navigation/label/hover": "#41494e";
|
|
1169
|
+
readonly "com/navigation/label/active": "#2a30a0";
|
|
1170
|
+
readonly "com/navigation/label-invert/default": "#ffffff";
|
|
1171
|
+
readonly "com/navigation/label-invert/hover": "#ffffff";
|
|
1172
|
+
readonly "com/navigation/label-invert/active": "#ffffff";
|
|
1068
1173
|
readonly "com/navigation/expand-items/size-lg/horizontal-gap": "8px";
|
|
1069
1174
|
readonly "com/navigation/expand-items/size-lg/horizontal-padding": "8px";
|
|
1070
1175
|
readonly "com/navigation/expand-items/size-lg/vertical-padding": "8px";
|
|
@@ -1078,7 +1183,11 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1078
1183
|
readonly "com/navigation/expand-items/background-color/default": "#ffffff00";
|
|
1079
1184
|
readonly "com/navigation/expand-items/background-color/hover": "#02305e16";
|
|
1080
1185
|
readonly "com/navigation/expand-items/background-color/active": "#00375b0e";
|
|
1186
|
+
readonly "com/navigation/expand-items/background-color-invert/default": "#ffffff00";
|
|
1187
|
+
readonly "com/navigation/expand-items/background-color-invert/hover": "#ffffff30";
|
|
1188
|
+
readonly "com/navigation/expand-items/background-color-invert/active": "#ffffff1c";
|
|
1081
1189
|
readonly "com/navigation/expand-items/child-active/active-mark": "#648ef4";
|
|
1190
|
+
readonly "com/navigation/expand-items/child-active/active-mark-invert": "#ffffff";
|
|
1082
1191
|
readonly "com/navigation/expand-items/badge/size": "Xs (16)";
|
|
1083
1192
|
readonly "com/navigation/compact-items/horizontal-gap": "8px";
|
|
1084
1193
|
readonly "com/navigation/compact-items/horizontal-padding": "12px";
|
|
@@ -1086,9 +1195,16 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1086
1195
|
readonly "com/navigation/compact-items/corner-radius": "8px";
|
|
1087
1196
|
readonly "com/navigation/compact-items/height": "44px";
|
|
1088
1197
|
readonly "com/navigation/compact-items/width": "44px";
|
|
1198
|
+
readonly "com/navigation/compact-items/size-lg/height": "44px";
|
|
1199
|
+
readonly "com/navigation/compact-items/size-lg/width": "44px";
|
|
1200
|
+
readonly "com/navigation/compact-items/size-md/height": "36px";
|
|
1201
|
+
readonly "com/navigation/compact-items/size-md/width": "36px";
|
|
1089
1202
|
readonly "com/navigation/compact-items/background-color/default": "#ffffff00";
|
|
1090
1203
|
readonly "com/navigation/compact-items/background-color/hover": "#02305e16";
|
|
1091
|
-
readonly "com/navigation/compact-items/background-color/active": "#
|
|
1204
|
+
readonly "com/navigation/compact-items/background-color/active": "#00375b0e";
|
|
1205
|
+
readonly "com/navigation/compact-items/background-color-invert/default": "#ffffff00";
|
|
1206
|
+
readonly "com/navigation/compact-items/background-color-invert/hover": "#ffffff30";
|
|
1207
|
+
readonly "com/navigation/compact-items/background-color-invert/active": "#ffffff1c";
|
|
1092
1208
|
readonly "com/notification/horizontal-padding": "16px";
|
|
1093
1209
|
readonly "com/notification/vertical-padding": "16px";
|
|
1094
1210
|
readonly "com/notification/horizontal-gap": "12px";
|
|
@@ -1109,18 +1225,18 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1109
1225
|
readonly "com/notification/theme/label/color-text/positive": "#2a3034";
|
|
1110
1226
|
readonly "com/notification/theme/label/color-text/caution": "#2a3034";
|
|
1111
1227
|
readonly "com/notification/theme/label/color-text/negative": "#2a3034";
|
|
1112
|
-
readonly "com/notification/theme/description/color-text/default": "#
|
|
1113
|
-
readonly "com/notification/theme/description/color-text/info": "#
|
|
1114
|
-
readonly "com/notification/theme/description/color-text/positive": "#
|
|
1115
|
-
readonly "com/notification/theme/description/color-text/caution": "#
|
|
1116
|
-
readonly "com/notification/theme/description/color-text/negative": "#
|
|
1228
|
+
readonly "com/notification/theme/description/color-text/default": "#41494e";
|
|
1229
|
+
readonly "com/notification/theme/description/color-text/info": "#41494e";
|
|
1230
|
+
readonly "com/notification/theme/description/color-text/positive": "#41494e";
|
|
1231
|
+
readonly "com/notification/theme/description/color-text/caution": "#41494e";
|
|
1232
|
+
readonly "com/notification/theme/description/color-text/negative": "#41494e";
|
|
1117
1233
|
readonly "com/notification/theme/border/color-stroke/default": "#0d2e433d";
|
|
1118
1234
|
readonly "com/notification/theme/border/color-stroke/hover": "#00152096";
|
|
1119
1235
|
readonly "com/notification/theme/border/color-stroke/pressed": "#00152096";
|
|
1120
1236
|
readonly "com/notification/theme/status-line/background-color/default": "#828f96";
|
|
1121
1237
|
readonly "com/notification/theme/status-line/background-color/info": "#0083f0";
|
|
1122
1238
|
readonly "com/notification/theme/status-line/background-color/positive": "#00914a";
|
|
1123
|
-
readonly "com/notification/theme/status-line/background-color/caution": "#
|
|
1239
|
+
readonly "com/notification/theme/status-line/background-color/caution": "#d36f00";
|
|
1124
1240
|
readonly "com/notification/theme/status-line/background-color/negative": "#d8473c";
|
|
1125
1241
|
readonly "com/notification/theme/featured-icon/default": "Neutral";
|
|
1126
1242
|
readonly "com/notification/theme/featured-icon/info": "Info";
|
|
@@ -1137,11 +1253,11 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1137
1253
|
readonly "com/pagination/vertical-padding": "16px";
|
|
1138
1254
|
readonly "com/pagination/horizontal-gap": "16px";
|
|
1139
1255
|
readonly "com/pagination/height": "56px";
|
|
1140
|
-
readonly "com/pagination/horizontal-padding": "
|
|
1256
|
+
readonly "com/pagination/horizontal-padding": "12px";
|
|
1141
1257
|
readonly "com/pagination/divider/stroke-width": "1px";
|
|
1142
1258
|
readonly "com/pagination/divider/color-stroke": "#0a2f4d22";
|
|
1143
|
-
readonly "com/pagination/range-number/label/color-text": "#
|
|
1144
|
-
readonly "com/pagination/range-number/label/color-number": "#
|
|
1259
|
+
readonly "com/pagination/range-number/label/color-text": "#2a3034";
|
|
1260
|
+
readonly "com/pagination/range-number/label/color-number": "#2a3034";
|
|
1145
1261
|
readonly "com/pagination/record-number/background-color": "#ffffff";
|
|
1146
1262
|
readonly "com/pagination/record-number/horizontal-gap": "4px";
|
|
1147
1263
|
readonly "com/pagination/record-number/horizontal-padding": "4px";
|
|
@@ -1157,13 +1273,19 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1157
1273
|
readonly "com/pagination/navigation/page-number/height": "24px";
|
|
1158
1274
|
readonly "com/pagination/navigation/page-number/min-with": "24px";
|
|
1159
1275
|
readonly "com/pagination/navigation/page-number/corner-radius": "6px";
|
|
1160
|
-
readonly "com/pagination/navigation/page-number/label/color-text/default": "#
|
|
1161
|
-
readonly "com/pagination/navigation/page-number/label/color-text/hover": "#
|
|
1162
|
-
readonly "com/pagination/navigation/page-number/label/color-text/pressed": "#
|
|
1163
|
-
readonly "com/pagination/navigation/page-number/label/color-text/active": "#
|
|
1164
|
-
readonly "com/pagination/navigation/page-number/
|
|
1165
|
-
readonly "com/pagination/navigation/page-number/
|
|
1166
|
-
readonly "com/pagination/navigation/page-number/
|
|
1276
|
+
readonly "com/pagination/navigation/page-number/label/color-text/default": "#2a3034";
|
|
1277
|
+
readonly "com/pagination/navigation/page-number/label/color-text/hover": "#3263e7";
|
|
1278
|
+
readonly "com/pagination/navigation/page-number/label/color-text/pressed": "#242173";
|
|
1279
|
+
readonly "com/pagination/navigation/page-number/label/color-text/active": "#2f3cc1";
|
|
1280
|
+
readonly "com/pagination/navigation/page-number/border/default": "#ffffff00";
|
|
1281
|
+
readonly "com/pagination/navigation/page-number/border/hover": "#ffffff00";
|
|
1282
|
+
readonly "com/pagination/navigation/page-number/border/pressed": "#ffffff00";
|
|
1283
|
+
readonly "com/pagination/navigation/page-number/border/active": "#2f3cc1";
|
|
1284
|
+
readonly "com/pagination/navigation/page-number/background/background-color/hover": "#e6f1ff";
|
|
1285
|
+
readonly "com/pagination/navigation/page-number/background/background-color/pressed": "#cee2f8";
|
|
1286
|
+
readonly "com/pagination/navigation/page-number/background/background-color/active": "#ffffff";
|
|
1287
|
+
readonly "com/pagination/navigation/page-number/disable/border/default": "#ffffff00";
|
|
1288
|
+
readonly "com/pagination/navigation/page-number/disable/border/active": "#02305e16";
|
|
1167
1289
|
readonly "com/pagination/navigation/page-number/disable/label/color-text/default": "#828f96";
|
|
1168
1290
|
readonly "com/pagination/navigation/page-number/disable/label/color-text/active": "#828f96";
|
|
1169
1291
|
readonly "com/pagination/navigation/page-number/disable/background/background-color/active": "#e9edf1";
|
|
@@ -1175,21 +1297,22 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1175
1297
|
readonly "com/popup/header/bottom-padding": "16px";
|
|
1176
1298
|
readonly "com/popup/header/left-padding": "20px";
|
|
1177
1299
|
readonly "com/popup/header/right-padding": "20px";
|
|
1300
|
+
readonly "com/popup/header/vertical-gap": "16px";
|
|
1178
1301
|
readonly "com/popup/header/pictogram/background-color": "#ffffff";
|
|
1179
1302
|
readonly "com/popup/header/pictogram/color-stroke": "#0d2e433d";
|
|
1180
|
-
readonly "com/popup/header/pictogram/color-icon": "#
|
|
1303
|
+
readonly "com/popup/header/pictogram/color-icon": "#343d41";
|
|
1181
1304
|
readonly "com/popup/header/pictogram/stroke-width": "1px";
|
|
1182
1305
|
readonly "com/popup/header/pictogram/corner-radius": "12px";
|
|
1183
1306
|
readonly "com/popup/header/popup-title/color-text": "#2a3034";
|
|
1184
|
-
readonly "com/popup/header/popup-description/color-text": "#
|
|
1307
|
+
readonly "com/popup/header/popup-description/color-text": "#41494e";
|
|
1185
1308
|
readonly "com/popup/header/title-n-content/vertical-gap": "4px";
|
|
1186
1309
|
readonly "com/popup/header/title-n-content/right-padding": "20px";
|
|
1187
1310
|
readonly "com/popup/header/description-on/pictogram-n-title-gap": "12px";
|
|
1188
1311
|
readonly "com/popup/header/description-off/pictogram-n-title-gap": "8px";
|
|
1189
1312
|
readonly "com/popup/body/vertical-gap": "16px";
|
|
1190
|
-
readonly "com/popup/body/
|
|
1313
|
+
readonly "com/popup/body/vertical-padding": "16px";
|
|
1314
|
+
readonly "com/popup/body/horizontal-padding": "16px";
|
|
1191
1315
|
readonly "com/popup/body/background-color": "#ffffff";
|
|
1192
|
-
readonly "com/popup/body/content/horizontal-padding": "20px";
|
|
1193
1316
|
readonly "com/popup/body/divider/color-stroke": "#0a2f4d22";
|
|
1194
1317
|
readonly "com/popup/body/divider/stroke-width": "1px";
|
|
1195
1318
|
readonly "com/popup/footer/background": "#ffffff";
|
|
@@ -1204,52 +1327,78 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1204
1327
|
readonly "com/popup/footer/stepper/stepper-display/right-padding": "8px";
|
|
1205
1328
|
readonly "com/popup/footer/stepper/stepper-display/corner-radius": "8px";
|
|
1206
1329
|
readonly "com/popup/footer/stepper/current-step/color-text": "#2a3034";
|
|
1207
|
-
readonly "com/popup/footer/stepper/total-step/color-text": "#
|
|
1208
|
-
readonly "com/popup/footer/stepper/icon-slash-divider/color-icon": "#
|
|
1209
|
-
readonly "com/popup/footer/type-information/icon-info-circle/color-icon": "#
|
|
1210
|
-
readonly "com/popup/footer/type-information/information-message/color-text": "#
|
|
1330
|
+
readonly "com/popup/footer/stepper/total-step/color-text": "#41494e";
|
|
1331
|
+
readonly "com/popup/footer/stepper/icon-slash-divider/color-icon": "#69757c";
|
|
1332
|
+
readonly "com/popup/footer/type-information/icon-info-circle/color-icon": "#69757c";
|
|
1333
|
+
readonly "com/popup/footer/type-information/information-message/color-text": "#41494e";
|
|
1211
1334
|
readonly "com/popup/footer/type-information/info-content-wrap/horizontal-gap": "8px";
|
|
1212
1335
|
readonly "com/popup/footer/action/vertical-gap": "12px";
|
|
1213
1336
|
readonly "com/popup/footer/action/horizontal-padding": "20px";
|
|
1214
1337
|
readonly "com/popup/footer/action/bottom-padding": "16px";
|
|
1338
|
+
readonly "com/progress-indicator/default/background-color": "#e6f1ff";
|
|
1339
|
+
readonly "com/progress-indicator/default/indicator/lead-color": "#2f3cc1";
|
|
1340
|
+
readonly "com/progress-indicator/default/indicator/trail-color": "#ffffff1c";
|
|
1341
|
+
readonly "com/progress-indicator/invert/background-color": "#ffffff1c";
|
|
1342
|
+
readonly "com/progress-indicator/invert/indicator/lead-color": "#ffffff";
|
|
1343
|
+
readonly "com/progress-indicator/invert/indicator/trail-color": "#ffffff00";
|
|
1344
|
+
readonly "com/progress-indicator/circular/size-xs/width": "16px";
|
|
1345
|
+
readonly "com/progress-indicator/circular/size-xs/indicator/stroke-width": "1.3px";
|
|
1346
|
+
readonly "com/progress-indicator/circular/size-xs/indicator/indicator": "12px";
|
|
1347
|
+
readonly "com/progress-indicator/circular/size-sm/width": "20px";
|
|
1348
|
+
readonly "com/progress-indicator/circular/size-sm/indicator/stroke-width": "2px";
|
|
1349
|
+
readonly "com/progress-indicator/circular/size-sm/indicator/indicator": "16px";
|
|
1350
|
+
readonly "com/progress-indicator/circular/size-md/width": "36px";
|
|
1351
|
+
readonly "com/progress-indicator/circular/size-md/indicator/stroke-width": "3px";
|
|
1352
|
+
readonly "com/progress-indicator/circular/size-md/indicator/indicator": "24px";
|
|
1353
|
+
readonly "com/progress-indicator/circular/size-lg/width": "44px";
|
|
1354
|
+
readonly "com/progress-indicator/circular/size-lg/indicator/stroke-width": "4px";
|
|
1355
|
+
readonly "com/progress-indicator/circular/size-lg/indicator/indicator": "28px";
|
|
1356
|
+
readonly "com/progress-indicator/linear/size-sm/height": "2px";
|
|
1357
|
+
readonly "com/progress-indicator/linear/size-md/height": "4px";
|
|
1358
|
+
readonly "com/progress-indicator/linear/size-lg/height": "8px";
|
|
1215
1359
|
readonly "com/radio/horizontal-gap": "8px";
|
|
1216
1360
|
readonly "com/radio/item/stroke-width": "1px";
|
|
1217
1361
|
readonly "com/radio/item/corner-radius": "9999px";
|
|
1218
1362
|
readonly "com/radio/item/marked/background-color/default": "#2f3cc1";
|
|
1219
1363
|
readonly "com/radio/item/marked/background-color/hover": "#3263e7";
|
|
1220
1364
|
readonly "com/radio/item/marked/background-color/disable": "#e9edf1";
|
|
1221
|
-
readonly "com/radio/item/marked/color-stroke/disable": "#
|
|
1365
|
+
readonly "com/radio/item/marked/color-stroke/disable": "#02305e16";
|
|
1222
1366
|
readonly "com/radio/item/marked/shape/color-shape/default": "#ffffff";
|
|
1223
1367
|
readonly "com/radio/item/marked/shape/color-shape/disable": "#828f96";
|
|
1224
|
-
readonly "com/radio/item/unmarked/background-color/default": "#
|
|
1225
|
-
readonly "com/radio/item/unmarked/background-color/hover": "#
|
|
1226
|
-
readonly "com/radio/item/unmarked/background-color/disable": "#
|
|
1368
|
+
readonly "com/radio/item/unmarked/background-color/default": "#ffffff";
|
|
1369
|
+
readonly "com/radio/item/unmarked/background-color/hover": "#dee3e7";
|
|
1370
|
+
readonly "com/radio/item/unmarked/background-color/disable": "#e9edf1";
|
|
1227
1371
|
readonly "com/radio/item/unmarked/color-stroke/default": "#0d2e433d";
|
|
1228
1372
|
readonly "com/radio/item/unmarked/color-stroke/hover": "#0d2e433d";
|
|
1229
|
-
readonly "com/radio/item/unmarked/color-stroke/disable": "#
|
|
1373
|
+
readonly "com/radio/item/unmarked/color-stroke/disable": "#02305e16";
|
|
1230
1374
|
readonly "com/radio/item/size-sm/height": "16px";
|
|
1231
1375
|
readonly "com/radio/item/size-sm/width": "16px";
|
|
1232
1376
|
readonly "com/radio/item/size-md/height": "20px";
|
|
1233
1377
|
readonly "com/radio/item/size-md/width": "20px";
|
|
1234
1378
|
readonly "com/radio/content/vertical-gap": "4px";
|
|
1235
1379
|
readonly "com/radio/content/primary/label/color-text": "#2a3034";
|
|
1236
|
-
readonly "com/radio/content/primary/description/color-text": "#
|
|
1380
|
+
readonly "com/radio/content/primary/description/color-text": "#41494e";
|
|
1237
1381
|
readonly "com/radio/content/secondary/label/color-text": "#2a3034";
|
|
1238
|
-
readonly "com/radio/content/secondary/description/color-text": "#
|
|
1239
|
-
readonly "com/radio/content/tertiary/label/color-text": "#
|
|
1240
|
-
readonly "com/radio/content/tertiary/description/color-text": "#
|
|
1382
|
+
readonly "com/radio/content/secondary/description/color-text": "#41494e";
|
|
1383
|
+
readonly "com/radio/content/tertiary/label/color-text": "#41494e";
|
|
1384
|
+
readonly "com/radio/content/tertiary/description/color-text": "#41494e";
|
|
1241
1385
|
readonly "com/radio/content/disable/label/color-text": "#828f96";
|
|
1242
1386
|
readonly "com/radio/content/disable/description/color-text": "#828f96";
|
|
1243
1387
|
readonly "com/scrollbar/horizontal-padding": "2px";
|
|
1244
1388
|
readonly "com/scrollbar/vertical-padding": "2px";
|
|
1245
1389
|
readonly "com/scrollbar/thumb/corner-radius-rounded": "9999px";
|
|
1246
1390
|
readonly "com/scrollbar/thumb/background-color/default": "#0d2e433d";
|
|
1391
|
+
readonly "com/scrollbar/thumb/background-color/hover": "#0d2e433d";
|
|
1247
1392
|
readonly "com/scrollbar/thumb/background-color/pressed": "#09233182";
|
|
1393
|
+
readonly "com/scrollbar/thumb/background-color-invert/default": "#ffffff1c";
|
|
1394
|
+
readonly "com/scrollbar/thumb/background-color-invert/hover": "#ffffff1c";
|
|
1395
|
+
readonly "com/scrollbar/thumb/background-color-invert/pressed": "#ffffff65";
|
|
1248
1396
|
readonly "com/scrollbar/thumb/thumb-width/default": "6px";
|
|
1249
1397
|
readonly "com/scrollbar/thumb/thumb-width/hover": "12px";
|
|
1250
1398
|
readonly "com/scrollbar/thumb/thumb-width/pressed": "12px";
|
|
1251
1399
|
readonly "com/scrollbar/thumb/border/stroke-width": "1px";
|
|
1252
1400
|
readonly "com/scrollbar/thumb/border/stroke-color": "#ffffff82";
|
|
1401
|
+
readonly "com/scrollbar/thumb/border/stroke-color-invert": "#ffffff30";
|
|
1253
1402
|
readonly "com/segmented/corner-radius/xs": "6px";
|
|
1254
1403
|
readonly "com/segmented/corner-radius/sm": "6px";
|
|
1255
1404
|
readonly "com/segmented/corner-radius/md": "8px";
|
|
@@ -1288,7 +1437,7 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1288
1437
|
readonly "com/segmented/item/only-icon/size-xs/horizontal-padding": "3px";
|
|
1289
1438
|
readonly "com/segmented/item/only-icon/size-xs/vertical-padding": "3px";
|
|
1290
1439
|
readonly "com/segmented/item/only-icon/size-xs/icon/size-icon": "16px";
|
|
1291
|
-
readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/default": "#
|
|
1440
|
+
readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/default": "#69757c";
|
|
1292
1441
|
readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/hover": "#505a5f";
|
|
1293
1442
|
readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/pressed": "#505a5f";
|
|
1294
1443
|
readonly "com/segmented/item/only-icon/size-xs/icon/color-icon/actived": "#505a5f";
|
|
@@ -1296,7 +1445,7 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1296
1445
|
readonly "com/segmented/item/only-icon/size-sm/horizontal-padding": "3px";
|
|
1297
1446
|
readonly "com/segmented/item/only-icon/size-sm/vertical-padding": "3px";
|
|
1298
1447
|
readonly "com/segmented/item/only-icon/size-sm/icon/size-icon": "16px";
|
|
1299
|
-
readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/default": "#
|
|
1448
|
+
readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/default": "#69757c";
|
|
1300
1449
|
readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/hover": "#505a5f";
|
|
1301
1450
|
readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/pressed": "#505a5f";
|
|
1302
1451
|
readonly "com/segmented/item/only-icon/size-sm/icon/color-icon/actived": "#505a5f";
|
|
@@ -1304,7 +1453,7 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1304
1453
|
readonly "com/segmented/item/only-icon/size-md/horizontal-padding": "4px";
|
|
1305
1454
|
readonly "com/segmented/item/only-icon/size-md/vertical-padding": "4px";
|
|
1306
1455
|
readonly "com/segmented/item/only-icon/size-md/icon/size-icon": "16px";
|
|
1307
|
-
readonly "com/segmented/item/only-icon/size-md/icon/color-icon/default": "#
|
|
1456
|
+
readonly "com/segmented/item/only-icon/size-md/icon/color-icon/default": "#69757c";
|
|
1308
1457
|
readonly "com/segmented/item/only-icon/size-md/icon/color-icon/hover": "#505a5f";
|
|
1309
1458
|
readonly "com/segmented/item/only-icon/size-md/icon/color-icon/pressed": "#505a5f";
|
|
1310
1459
|
readonly "com/segmented/item/only-icon/size-md/icon/color-icon/actived": "#505a5f";
|
|
@@ -1312,7 +1461,7 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1312
1461
|
readonly "com/segmented/item/only-icon/size-lg/horizontal-padding": "4px";
|
|
1313
1462
|
readonly "com/segmented/item/only-icon/size-lg/vertical-padding": "4px";
|
|
1314
1463
|
readonly "com/segmented/item/only-icon/size-lg/icon/size-icon": "20px";
|
|
1315
|
-
readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/default": "#
|
|
1464
|
+
readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/default": "#69757c";
|
|
1316
1465
|
readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/hover": "#505a5f";
|
|
1317
1466
|
readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/pressed": "#505a5f";
|
|
1318
1467
|
readonly "com/segmented/item/only-icon/size-lg/icon/color-icon/actived": "#505a5f";
|
|
@@ -1321,19 +1470,19 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1321
1470
|
readonly "com/segmented/item/with-label/size-xs/vertical-padding": "3px";
|
|
1322
1471
|
readonly "com/segmented/item/with-label/size-xs/sub-spacing": "2px";
|
|
1323
1472
|
readonly "com/segmented/item/with-label/size-xs/label/color-text/default": "#828f96";
|
|
1324
|
-
readonly "com/segmented/item/with-label/size-xs/label/color-text/hover": "#
|
|
1325
|
-
readonly "com/segmented/item/with-label/size-xs/label/color-text/pressed": "#
|
|
1326
|
-
readonly "com/segmented/item/with-label/size-xs/label/color-text/actived": "#
|
|
1473
|
+
readonly "com/segmented/item/with-label/size-xs/label/color-text/hover": "#41494e";
|
|
1474
|
+
readonly "com/segmented/item/with-label/size-xs/label/color-text/pressed": "#41494e";
|
|
1475
|
+
readonly "com/segmented/item/with-label/size-xs/label/color-text/actived": "#41494e";
|
|
1327
1476
|
readonly "com/segmented/item/with-label/size-sm/min-width": "52px";
|
|
1328
1477
|
readonly "com/segmented/item/with-label/size-sm/horizontal-gap": "2px";
|
|
1329
1478
|
readonly "com/segmented/item/with-label/size-sm/horizontal-padding": "3px";
|
|
1330
1479
|
readonly "com/segmented/item/with-label/size-sm/vertical-padding": "3px";
|
|
1331
1480
|
readonly "com/segmented/item/with-label/size-sm/sub-spacing": "4px";
|
|
1332
1481
|
readonly "com/segmented/item/with-label/size-sm/label/color-text/default": "#828f96";
|
|
1333
|
-
readonly "com/segmented/item/with-label/size-sm/label/color-text/hover": "#
|
|
1334
|
-
readonly "com/segmented/item/with-label/size-sm/label/color-text/pressed": "#
|
|
1335
|
-
readonly "com/segmented/item/with-label/size-sm/label/color-text/actived": "#
|
|
1336
|
-
readonly "com/segmented/item/with-label/size-sm/icon/color-icon/default": "#
|
|
1482
|
+
readonly "com/segmented/item/with-label/size-sm/label/color-text/hover": "#41494e";
|
|
1483
|
+
readonly "com/segmented/item/with-label/size-sm/label/color-text/pressed": "#41494e";
|
|
1484
|
+
readonly "com/segmented/item/with-label/size-sm/label/color-text/actived": "#41494e";
|
|
1485
|
+
readonly "com/segmented/item/with-label/size-sm/icon/color-icon/default": "#69757c";
|
|
1337
1486
|
readonly "com/segmented/item/with-label/size-sm/icon/color-icon/hover": "#505a5f";
|
|
1338
1487
|
readonly "com/segmented/item/with-label/size-sm/icon/color-icon/pressed": "#505a5f";
|
|
1339
1488
|
readonly "com/segmented/item/with-label/size-sm/icon/color-icon/actived": "#505a5f";
|
|
@@ -1343,10 +1492,10 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1343
1492
|
readonly "com/segmented/item/with-label/size-md/vertical-padding": "4px";
|
|
1344
1493
|
readonly "com/segmented/item/with-label/size-md/sub-spacing": "8px";
|
|
1345
1494
|
readonly "com/segmented/item/with-label/size-md/label/color-text/default": "#828f96";
|
|
1346
|
-
readonly "com/segmented/item/with-label/size-md/label/color-text/hover": "#
|
|
1347
|
-
readonly "com/segmented/item/with-label/size-md/label/color-text/pressed": "#
|
|
1348
|
-
readonly "com/segmented/item/with-label/size-md/label/color-text/actived": "#
|
|
1349
|
-
readonly "com/segmented/item/with-label/size-md/icon/color-icon/default": "#
|
|
1495
|
+
readonly "com/segmented/item/with-label/size-md/label/color-text/hover": "#41494e";
|
|
1496
|
+
readonly "com/segmented/item/with-label/size-md/label/color-text/pressed": "#41494e";
|
|
1497
|
+
readonly "com/segmented/item/with-label/size-md/label/color-text/actived": "#41494e";
|
|
1498
|
+
readonly "com/segmented/item/with-label/size-md/icon/color-icon/default": "#69757c";
|
|
1350
1499
|
readonly "com/segmented/item/with-label/size-md/icon/color-icon/hover": "#505a5f";
|
|
1351
1500
|
readonly "com/segmented/item/with-label/size-md/icon/color-icon/pressed": "#505a5f";
|
|
1352
1501
|
readonly "com/segmented/item/with-label/size-md/icon/color-icon/actived": "#505a5f";
|
|
@@ -1356,10 +1505,10 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1356
1505
|
readonly "com/segmented/item/with-label/size-lg/vertical-padding": "4px";
|
|
1357
1506
|
readonly "com/segmented/item/with-label/size-lg/sub-spacing": "8px";
|
|
1358
1507
|
readonly "com/segmented/item/with-label/size-lg/label/color-text/default": "#828f96";
|
|
1359
|
-
readonly "com/segmented/item/with-label/size-lg/label/color-text/hover": "#
|
|
1360
|
-
readonly "com/segmented/item/with-label/size-lg/label/color-text/pressed": "#
|
|
1361
|
-
readonly "com/segmented/item/with-label/size-lg/label/color-text/actived": "#
|
|
1362
|
-
readonly "com/segmented/item/with-label/size-lg/icon/color-icon/default": "#
|
|
1508
|
+
readonly "com/segmented/item/with-label/size-lg/label/color-text/hover": "#41494e";
|
|
1509
|
+
readonly "com/segmented/item/with-label/size-lg/label/color-text/pressed": "#41494e";
|
|
1510
|
+
readonly "com/segmented/item/with-label/size-lg/label/color-text/actived": "#41494e";
|
|
1511
|
+
readonly "com/segmented/item/with-label/size-lg/icon/color-icon/default": "#69757c";
|
|
1363
1512
|
readonly "com/segmented/item/with-label/size-lg/icon/color-icon/hover": "#505a5f";
|
|
1364
1513
|
readonly "com/segmented/item/with-label/size-lg/icon/color-icon/pressed": "#505a5f";
|
|
1365
1514
|
readonly "com/segmented/item/with-label/size-lg/icon/color-icon/actived": "#505a5f";
|
|
@@ -1411,8 +1560,8 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1411
1560
|
readonly "com/select/field/disable/color-icon": "#828f96";
|
|
1412
1561
|
readonly "com/select/field/disable/background-color": "#e9edf1";
|
|
1413
1562
|
readonly "com/select/field/disable/background-color-transparent": "#ffffff00";
|
|
1414
|
-
readonly "com/select/field/disable/stroke-color": "#
|
|
1415
|
-
readonly "com/select/field/default/background/default": "#
|
|
1563
|
+
readonly "com/select/field/disable/stroke-color": "#02305e16";
|
|
1564
|
+
readonly "com/select/field/default/background/default": "#ffffff";
|
|
1416
1565
|
readonly "com/select/field/default/background/hover": "#f8f9fb";
|
|
1417
1566
|
readonly "com/select/field/default/background/active": "#f8f9fb";
|
|
1418
1567
|
readonly "com/select/field/default/border/default": "#0d2e433d";
|
|
@@ -1420,9 +1569,9 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1420
1569
|
readonly "com/select/field/default/border/active": "#3263e7";
|
|
1421
1570
|
readonly "com/select/field/default/label/color-text/inputed": "#2a3034";
|
|
1422
1571
|
readonly "com/select/field/default/label/color-text/placeholder": "#828f96";
|
|
1423
|
-
readonly "com/select/field/default/icon/color-icon/default": "#
|
|
1424
|
-
readonly "com/select/field/default/icon/color-icon/hover": "#
|
|
1425
|
-
readonly "com/select/field/default/icon/color-icon/active": "#
|
|
1572
|
+
readonly "com/select/field/default/icon/color-icon/default": "#505a5f";
|
|
1573
|
+
readonly "com/select/field/default/icon/color-icon/hover": "#505a5f";
|
|
1574
|
+
readonly "com/select/field/default/icon/color-icon/active": "#343d41";
|
|
1426
1575
|
readonly "com/select/field/negative/background/default": "#fef8f7";
|
|
1427
1576
|
readonly "com/select/field/negative/background/hover": "#fef8f7";
|
|
1428
1577
|
readonly "com/select/field/negative/background/active": "#f8f9fb";
|
|
@@ -1431,15 +1580,15 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1431
1580
|
readonly "com/select/field/negative/border/active": "#f2685b";
|
|
1432
1581
|
readonly "com/select/field/negative/label/color-text/inputed": "#2a3034";
|
|
1433
1582
|
readonly "com/select/field/negative/label/color-text/placeholder": "#828f96";
|
|
1434
|
-
readonly "com/select/field/negative/icon/color-icon/default": "#
|
|
1435
|
-
readonly "com/select/field/negative/icon/color-icon/hover": "#
|
|
1436
|
-
readonly "com/select/field/negative/icon/color-icon/active": "#
|
|
1583
|
+
readonly "com/select/field/negative/icon/color-icon/default": "#69757c";
|
|
1584
|
+
readonly "com/select/field/negative/icon/color-icon/hover": "#69757c";
|
|
1585
|
+
readonly "com/select/field/negative/icon/color-icon/active": "#343d41";
|
|
1437
1586
|
readonly "com/select/label/horizontal-gap": "2px";
|
|
1438
1587
|
readonly "com/select/label/label/color-text": "#2a3034";
|
|
1439
|
-
readonly "com/select/label/required-mark/color-text": "#
|
|
1588
|
+
readonly "com/select/label/required-mark/color-text": "#a7051e";
|
|
1440
1589
|
readonly "com/select/hint/top-padding": "4px";
|
|
1441
|
-
readonly "com/select/hint/neutral/icon/color-icon": "#
|
|
1442
|
-
readonly "com/select/hint/neutral/label/color-text": "#
|
|
1590
|
+
readonly "com/select/hint/neutral/icon/color-icon": "#69757c";
|
|
1591
|
+
readonly "com/select/hint/neutral/label/color-text": "#41494e";
|
|
1443
1592
|
readonly "com/select/hint/disable/icon/color-icon": "#828f96";
|
|
1444
1593
|
readonly "com/select/hint/disable/label/color-text": "#828f96";
|
|
1445
1594
|
readonly "com/split-button/size-xs/width": "24px";
|
|
@@ -1454,7 +1603,7 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1454
1603
|
readonly "com/split-button/primary/divider/stroke-width": "1px";
|
|
1455
1604
|
readonly "com/split-button/primary-invert/divider/color-stroke": "#00152096";
|
|
1456
1605
|
readonly "com/split-button/primary-invert/divider/stroke-width": "1px";
|
|
1457
|
-
readonly "com/split-button/disable/divider/color-stroke": "#
|
|
1606
|
+
readonly "com/split-button/disable/divider/color-stroke": "#02305e16";
|
|
1458
1607
|
readonly "com/split-button/disable-invert/divider/color-stroke": "#ffffff30";
|
|
1459
1608
|
readonly "com/switch/horizontal-gap": "8px";
|
|
1460
1609
|
readonly "com/switch/item/stroke-width": "1px";
|
|
@@ -1463,12 +1612,12 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1463
1612
|
readonly "com/switch/item/on/background-color/hover": "#3263e7";
|
|
1464
1613
|
readonly "com/switch/item/on/shape/color-shape": "#ffffff";
|
|
1465
1614
|
readonly "com/switch/item/on/shape/color-stroke": "#0d2e433d";
|
|
1466
|
-
readonly "com/switch/item/off/background-color/default": "#
|
|
1467
|
-
readonly "com/switch/item/off/background-color/hover": "#
|
|
1615
|
+
readonly "com/switch/item/off/background-color/default": "#ffffff";
|
|
1616
|
+
readonly "com/switch/item/off/background-color/hover": "#dee3e7";
|
|
1468
1617
|
readonly "com/switch/item/off/color-stroke/default": "#0d2e433d";
|
|
1469
1618
|
readonly "com/switch/item/off/color-stroke/hover": "#0d2e433d";
|
|
1470
|
-
readonly "com/switch/item/off/shape/color-shape": "#
|
|
1471
|
-
readonly "com/switch/item/off/shape/color-stroke": "#
|
|
1619
|
+
readonly "com/switch/item/off/shape/color-shape": "#0d2e433d";
|
|
1620
|
+
readonly "com/switch/item/off/shape/color-stroke": "#02305e16";
|
|
1472
1621
|
readonly "com/switch/item/size-sm/shape-stroke": "1px";
|
|
1473
1622
|
readonly "com/switch/item/size-sm/height": "16px";
|
|
1474
1623
|
readonly "com/switch/item/size-sm/width": "28px";
|
|
@@ -1489,72 +1638,76 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1489
1638
|
readonly "com/switch/item/size-md/shape/width": "14px";
|
|
1490
1639
|
readonly "com/switch/content/vertical-gap": "4px";
|
|
1491
1640
|
readonly "com/switch/content/primary/label/color-text": "#2a3034";
|
|
1492
|
-
readonly "com/switch/content/primary/description/color-text": "#
|
|
1641
|
+
readonly "com/switch/content/primary/description/color-text": "#41494e";
|
|
1493
1642
|
readonly "com/switch/content/secondary/label/color-text": "#2a3034";
|
|
1494
|
-
readonly "com/switch/content/secondary/description/color-text": "#
|
|
1495
|
-
readonly "com/switch/content/tertiary/label/color-text": "#
|
|
1496
|
-
readonly "com/switch/content/tertiary/description/color-text": "#
|
|
1497
|
-
readonly "com/switch/disable/background-color": "#
|
|
1498
|
-
readonly "com/switch/disable/color-stroke": "#
|
|
1499
|
-
readonly "com/switch/disable/shape/color-shape": "#
|
|
1643
|
+
readonly "com/switch/content/secondary/description/color-text": "#41494e";
|
|
1644
|
+
readonly "com/switch/content/tertiary/label/color-text": "#41494e";
|
|
1645
|
+
readonly "com/switch/content/tertiary/description/color-text": "#41494e";
|
|
1646
|
+
readonly "com/switch/disable/background-color": "#e9edf1";
|
|
1647
|
+
readonly "com/switch/disable/color-stroke": "#02305e16";
|
|
1648
|
+
readonly "com/switch/disable/shape/color-shape": "#828f96";
|
|
1500
1649
|
readonly "com/switch/disable/label/color-text": "#828f96";
|
|
1501
1650
|
readonly "com/switch/disable/description/color-text": "#828f96";
|
|
1502
1651
|
readonly "com/table/title-cell/min-height": "28px";
|
|
1503
|
-
readonly "com/table/title-cell/horizontal-padding": "
|
|
1652
|
+
readonly "com/table/title-cell/horizontal-padding": "12px";
|
|
1504
1653
|
readonly "com/table/title-cell/vertical-padding": "12px";
|
|
1505
1654
|
readonly "com/table/title-cell/vertical-gap": "2px";
|
|
1506
1655
|
readonly "com/table/title-cell/stroke-width": "1px";
|
|
1507
1656
|
readonly "com/table/title-cell/divider/color-stroke": "#0a2f4d22";
|
|
1508
1657
|
readonly "com/table/title-cell/divider/horizontal-padding": "Sm (12)";
|
|
1509
1658
|
readonly "com/table/title-cell/default/background-color": "#e9edf1";
|
|
1510
|
-
readonly "com/table/title-cell/default/icon/color-icon": "#
|
|
1511
|
-
readonly "com/table/title-cell/default/label/color-text": "#
|
|
1659
|
+
readonly "com/table/title-cell/default/icon/color-icon": "#343d41";
|
|
1660
|
+
readonly "com/table/title-cell/default/label/color-text": "#41494e";
|
|
1512
1661
|
readonly "com/table/title-cell/default/label/vertical-padding": "2px";
|
|
1513
|
-
readonly "com/table/title-cell/default/label/vertical-gap": "
|
|
1662
|
+
readonly "com/table/title-cell/default/label/vertical-gap": "4px";
|
|
1514
1663
|
readonly "com/table/title-cell/default/description/color-text": "#828f96";
|
|
1515
1664
|
readonly "com/table/title-cell/default/description/right-padding": "24px";
|
|
1665
|
+
readonly "com/table/title-cell/default/required-mark/color-text": "#a7051e";
|
|
1516
1666
|
readonly "com/table/title-cell/disable/background-color": "#dee3e7";
|
|
1517
1667
|
readonly "com/table/title-cell/disable/icon/color-icon": "#828f96";
|
|
1518
1668
|
readonly "com/table/title-cell/disable/label/color-text": "#828f96";
|
|
1519
1669
|
readonly "com/table/title-cell/disable/description/color-text": "#828f96";
|
|
1520
1670
|
readonly "com/table/row-cell/min-height": "44px";
|
|
1521
1671
|
readonly "com/table/row-cell/horizontal-gap": "8px";
|
|
1522
|
-
readonly "com/table/row-cell/horizontal-padding": "
|
|
1672
|
+
readonly "com/table/row-cell/horizontal-padding": "12px";
|
|
1523
1673
|
readonly "com/table/row-cell/vertical-padding": "12px";
|
|
1524
|
-
readonly "com/table/row-cell/dot-color": "#
|
|
1674
|
+
readonly "com/table/row-cell/dot-color": "#69757c";
|
|
1675
|
+
readonly "com/table/row-cell/background-color-stripped/default": "#f8f9fb";
|
|
1676
|
+
readonly "com/table/row-cell/background-color-stripped/hover": "#f1f4f6";
|
|
1677
|
+
readonly "com/table/row-cell/background-color-stripped/selected": "#f8f9fb";
|
|
1525
1678
|
readonly "com/table/row-cell/background-color/default": "#ffffff";
|
|
1526
|
-
readonly "com/table/row-cell/background-color/hover": "#
|
|
1527
|
-
readonly "com/table/row-cell/background-color/selected": "#
|
|
1528
|
-
readonly "com/table/row-cell/divider/color-stroke": "#
|
|
1679
|
+
readonly "com/table/row-cell/background-color/hover": "#f1f4f6";
|
|
1680
|
+
readonly "com/table/row-cell/background-color/selected": "#f8f9fb";
|
|
1681
|
+
readonly "com/table/row-cell/divider/color-stroke": "#02305e16";
|
|
1529
1682
|
readonly "com/table/row-cell/divider/stroke-width": "1px";
|
|
1530
1683
|
readonly "com/table/row-cell/default/vertical-gap": "2px";
|
|
1531
1684
|
readonly "com/table/row-cell/default/vertical-padding": "4px";
|
|
1532
1685
|
readonly "com/table/row-cell/default/horizontal-gap": "4px";
|
|
1533
|
-
readonly "com/table/row-cell/default/primary/icon/color-icon/neutral": "#
|
|
1534
|
-
readonly "com/table/row-cell/default/primary/icon/color-icon/positive": "#
|
|
1535
|
-
readonly "com/table/row-cell/default/primary/icon/color-icon/negative": "#
|
|
1686
|
+
readonly "com/table/row-cell/default/primary/icon/color-icon/neutral": "#343d41";
|
|
1687
|
+
readonly "com/table/row-cell/default/primary/icon/color-icon/positive": "#007d35";
|
|
1688
|
+
readonly "com/table/row-cell/default/primary/icon/color-icon/negative": "#d0121c";
|
|
1536
1689
|
readonly "com/table/row-cell/default/primary/label/color-text/neutral": "#2a3034";
|
|
1537
|
-
readonly "com/table/row-cell/default/primary/label/color-text/positive": "#
|
|
1538
|
-
readonly "com/table/row-cell/default/primary/label/color-text/negative": "#
|
|
1539
|
-
readonly "com/table/row-cell/default/primary/description/color-text/neutral": "#
|
|
1690
|
+
readonly "com/table/row-cell/default/primary/label/color-text/positive": "#007d35";
|
|
1691
|
+
readonly "com/table/row-cell/default/primary/label/color-text/negative": "#d0121c";
|
|
1692
|
+
readonly "com/table/row-cell/default/primary/description/color-text/neutral": "#41494e";
|
|
1540
1693
|
readonly "com/table/row-cell/default/primary/description/color-text/positive": "#00914a";
|
|
1541
1694
|
readonly "com/table/row-cell/default/primary/description/color-text/negative": "#d8473c";
|
|
1542
|
-
readonly "com/table/row-cell/default/secondary/icon/color-icon/neutral": "#
|
|
1543
|
-
readonly "com/table/row-cell/default/secondary/icon/color-icon/positive": "#
|
|
1544
|
-
readonly "com/table/row-cell/default/secondary/icon/color-icon/negative": "#
|
|
1695
|
+
readonly "com/table/row-cell/default/secondary/icon/color-icon/neutral": "#343d41";
|
|
1696
|
+
readonly "com/table/row-cell/default/secondary/icon/color-icon/positive": "#007d35";
|
|
1697
|
+
readonly "com/table/row-cell/default/secondary/icon/color-icon/negative": "#d0121c";
|
|
1545
1698
|
readonly "com/table/row-cell/default/secondary/label/color-text/neutral": "#2a3034";
|
|
1546
|
-
readonly "com/table/row-cell/default/secondary/label/color-text/positive": "#
|
|
1547
|
-
readonly "com/table/row-cell/default/secondary/label/color-text/negative": "#
|
|
1548
|
-
readonly "com/table/row-cell/default/secondary/description/color-text/neutral": "#
|
|
1699
|
+
readonly "com/table/row-cell/default/secondary/label/color-text/positive": "#007d35";
|
|
1700
|
+
readonly "com/table/row-cell/default/secondary/label/color-text/negative": "#d0121c";
|
|
1701
|
+
readonly "com/table/row-cell/default/secondary/description/color-text/neutral": "#41494e";
|
|
1549
1702
|
readonly "com/table/row-cell/default/secondary/description/color-text/positive": "#00914a";
|
|
1550
1703
|
readonly "com/table/row-cell/default/secondary/description/color-text/negative": "#d8473c";
|
|
1551
1704
|
readonly "com/table/row-cell/default/tertiary/icon/color-icon/neutral": "#505a5f";
|
|
1552
1705
|
readonly "com/table/row-cell/default/tertiary/icon/color-icon/positive": "#00914a";
|
|
1553
1706
|
readonly "com/table/row-cell/default/tertiary/icon/color-icon/negative": "#d8473c";
|
|
1554
|
-
readonly "com/table/row-cell/default/tertiary/label/color-text/neutral": "#
|
|
1707
|
+
readonly "com/table/row-cell/default/tertiary/label/color-text/neutral": "#41494e";
|
|
1555
1708
|
readonly "com/table/row-cell/default/tertiary/label/color-text/positive": "#00914a";
|
|
1556
1709
|
readonly "com/table/row-cell/default/tertiary/label/color-text/negative": "#d8473c";
|
|
1557
|
-
readonly "com/table/row-cell/default/tertiary/description/color-text/neutral": "#
|
|
1710
|
+
readonly "com/table/row-cell/default/tertiary/description/color-text/neutral": "#41494e";
|
|
1558
1711
|
readonly "com/table/row-cell/default/tertiary/description/color-text/positive": "#00914a";
|
|
1559
1712
|
readonly "com/table/row-cell/default/tertiary/description/color-text/negative": "#d8473c";
|
|
1560
1713
|
readonly "com/table/row-cell/disable/background-color": "#e9edf1";
|
|
@@ -1577,82 +1730,82 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1577
1730
|
readonly "com/tabs/item/only-icon/size-xs/min-width": "28px";
|
|
1578
1731
|
readonly "com/tabs/item/only-icon/size-xs/icon/size-icon": "16px";
|
|
1579
1732
|
readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/default": "#505a5f";
|
|
1580
|
-
readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/hover": "#
|
|
1581
|
-
readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/pressed": "#
|
|
1582
|
-
readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/actived": "#
|
|
1733
|
+
readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/hover": "#343d41";
|
|
1734
|
+
readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/pressed": "#343d41";
|
|
1735
|
+
readonly "com/tabs/item/only-icon/size-xs/icon/color-icon/actived": "#2f3cc1";
|
|
1583
1736
|
readonly "com/tabs/item/only-icon/size-sm/min-width": "28px";
|
|
1584
1737
|
readonly "com/tabs/item/only-icon/size-sm/icon/size-icon": "16px";
|
|
1585
1738
|
readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/default": "#505a5f";
|
|
1586
|
-
readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/hover": "#
|
|
1587
|
-
readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/pressed": "#
|
|
1588
|
-
readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/actived": "#
|
|
1739
|
+
readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/hover": "#343d41";
|
|
1740
|
+
readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/pressed": "#343d41";
|
|
1741
|
+
readonly "com/tabs/item/only-icon/size-sm/icon/color-icon/actived": "#2f3cc1";
|
|
1589
1742
|
readonly "com/tabs/item/only-icon/size-md/min-width": "36px";
|
|
1590
1743
|
readonly "com/tabs/item/only-icon/size-md/icon/size-icon": "16px";
|
|
1591
1744
|
readonly "com/tabs/item/only-icon/size-md/icon/color-icon/default": "#505a5f";
|
|
1592
|
-
readonly "com/tabs/item/only-icon/size-md/icon/color-icon/hover": "#
|
|
1593
|
-
readonly "com/tabs/item/only-icon/size-md/icon/color-icon/pressed": "#
|
|
1594
|
-
readonly "com/tabs/item/only-icon/size-md/icon/color-icon/actived": "#
|
|
1745
|
+
readonly "com/tabs/item/only-icon/size-md/icon/color-icon/hover": "#343d41";
|
|
1746
|
+
readonly "com/tabs/item/only-icon/size-md/icon/color-icon/pressed": "#343d41";
|
|
1747
|
+
readonly "com/tabs/item/only-icon/size-md/icon/color-icon/actived": "#2f3cc1";
|
|
1595
1748
|
readonly "com/tabs/item/only-icon/size-lg/min-width": "44px";
|
|
1596
1749
|
readonly "com/tabs/item/only-icon/size-lg/icon/size-icon": "20px";
|
|
1597
1750
|
readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/default": "#505a5f";
|
|
1598
|
-
readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/hover": "#
|
|
1599
|
-
readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/pressed": "#
|
|
1600
|
-
readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/actived": "#
|
|
1751
|
+
readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/hover": "#343d41";
|
|
1752
|
+
readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/pressed": "#343d41";
|
|
1753
|
+
readonly "com/tabs/item/only-icon/size-lg/icon/color-icon/actived": "#2f3cc1";
|
|
1601
1754
|
readonly "com/tabs/item/with-label/size-xs/horizontal-gap": "4px";
|
|
1602
1755
|
readonly "com/tabs/item/with-label/size-xs/sub-spacing": "0px";
|
|
1603
|
-
readonly "com/tabs/item/with-label/size-xs/label/color-text/default": "#
|
|
1756
|
+
readonly "com/tabs/item/with-label/size-xs/label/color-text/default": "#41494e";
|
|
1604
1757
|
readonly "com/tabs/item/with-label/size-xs/label/color-text/hover": "#2a3034";
|
|
1605
1758
|
readonly "com/tabs/item/with-label/size-xs/label/color-text/pressed": "#2a3034";
|
|
1606
1759
|
readonly "com/tabs/item/with-label/size-xs/label/color-text/actived": "#2a30a0";
|
|
1607
1760
|
readonly "com/tabs/item/with-label/size-sm/horizontal-gap": "2px";
|
|
1608
1761
|
readonly "com/tabs/item/with-label/size-sm/sub-spacing": "4px";
|
|
1609
|
-
readonly "com/tabs/item/with-label/size-sm/label/color-text/default": "#
|
|
1762
|
+
readonly "com/tabs/item/with-label/size-sm/label/color-text/default": "#41494e";
|
|
1610
1763
|
readonly "com/tabs/item/with-label/size-sm/label/color-text/hover": "#2a3034";
|
|
1611
1764
|
readonly "com/tabs/item/with-label/size-sm/label/color-text/pressed": "#2a3034";
|
|
1612
1765
|
readonly "com/tabs/item/with-label/size-sm/label/color-text/actived": "#2a30a0";
|
|
1613
1766
|
readonly "com/tabs/item/with-label/size-sm/icon/size-icon": "16px";
|
|
1614
1767
|
readonly "com/tabs/item/with-label/size-sm/icon/color-icon/default": "#505a5f";
|
|
1615
|
-
readonly "com/tabs/item/with-label/size-sm/icon/color-icon/hover": "#
|
|
1616
|
-
readonly "com/tabs/item/with-label/size-sm/icon/color-icon/pressed": "#
|
|
1617
|
-
readonly "com/tabs/item/with-label/size-sm/icon/color-icon/actived": "#
|
|
1768
|
+
readonly "com/tabs/item/with-label/size-sm/icon/color-icon/hover": "#343d41";
|
|
1769
|
+
readonly "com/tabs/item/with-label/size-sm/icon/color-icon/pressed": "#343d41";
|
|
1770
|
+
readonly "com/tabs/item/with-label/size-sm/icon/color-icon/actived": "#2f3cc1";
|
|
1618
1771
|
readonly "com/tabs/item/with-label/size-md/horizontal-gap": "0px";
|
|
1619
1772
|
readonly "com/tabs/item/with-label/size-md/sub-spacing": "8px";
|
|
1620
|
-
readonly "com/tabs/item/with-label/size-md/label/color-text/default": "#
|
|
1773
|
+
readonly "com/tabs/item/with-label/size-md/label/color-text/default": "#41494e";
|
|
1621
1774
|
readonly "com/tabs/item/with-label/size-md/label/color-text/hover": "#2a3034";
|
|
1622
1775
|
readonly "com/tabs/item/with-label/size-md/label/color-text/pressed": "#2a3034";
|
|
1623
1776
|
readonly "com/tabs/item/with-label/size-md/label/color-text/actived": "#2a30a0";
|
|
1624
1777
|
readonly "com/tabs/item/with-label/size-md/icon/size-icon": "16px";
|
|
1625
1778
|
readonly "com/tabs/item/with-label/size-md/icon/color-icon/default": "#505a5f";
|
|
1626
|
-
readonly "com/tabs/item/with-label/size-md/icon/color-icon/hover": "#
|
|
1627
|
-
readonly "com/tabs/item/with-label/size-md/icon/color-icon/pressed": "#
|
|
1628
|
-
readonly "com/tabs/item/with-label/size-md/icon/color-icon/actived": "#
|
|
1779
|
+
readonly "com/tabs/item/with-label/size-md/icon/color-icon/hover": "#343d41";
|
|
1780
|
+
readonly "com/tabs/item/with-label/size-md/icon/color-icon/pressed": "#343d41";
|
|
1781
|
+
readonly "com/tabs/item/with-label/size-md/icon/color-icon/actived": "#2f3cc1";
|
|
1629
1782
|
readonly "com/tabs/item/with-label/size-lg/horizontal-gap": "2px";
|
|
1630
1783
|
readonly "com/tabs/item/with-label/size-lg/sub-spacing": "8px";
|
|
1631
|
-
readonly "com/tabs/item/with-label/size-lg/color-text/default": "#
|
|
1784
|
+
readonly "com/tabs/item/with-label/size-lg/color-text/default": "#41494e";
|
|
1632
1785
|
readonly "com/tabs/item/with-label/size-lg/color-text/hover": "#2a3034";
|
|
1633
1786
|
readonly "com/tabs/item/with-label/size-lg/color-text/pressed": "#2a3034";
|
|
1634
1787
|
readonly "com/tabs/item/with-label/size-lg/color-text/actived": "#2a30a0";
|
|
1635
1788
|
readonly "com/tabs/item/with-label/size-lg/color-icon/default": "#505a5f";
|
|
1636
|
-
readonly "com/tabs/item/with-label/size-lg/color-icon/hover": "#
|
|
1637
|
-
readonly "com/tabs/item/with-label/size-lg/color-icon/pressed": "#
|
|
1638
|
-
readonly "com/tabs/item/with-label/size-lg/color-icon/actived": "#
|
|
1789
|
+
readonly "com/tabs/item/with-label/size-lg/color-icon/hover": "#343d41";
|
|
1790
|
+
readonly "com/tabs/item/with-label/size-lg/color-icon/pressed": "#343d41";
|
|
1791
|
+
readonly "com/tabs/item/with-label/size-lg/color-icon/actived": "#2f3cc1";
|
|
1639
1792
|
readonly "com/toast/right-padding": "8px";
|
|
1640
1793
|
readonly "com/toast/left-padding": "12px";
|
|
1641
1794
|
readonly "com/toast/vertical-padding": "8px";
|
|
1642
1795
|
readonly "com/toast/horizontal-gap": "8px";
|
|
1643
1796
|
readonly "com/toast/theme/icon/left-padding": "2px";
|
|
1644
1797
|
readonly "com/toast/theme/icon/color-icon/neutral": "#505a5f";
|
|
1645
|
-
readonly "com/toast/theme/icon/color-icon/info": "#
|
|
1646
|
-
readonly "com/toast/theme/icon/color-icon/positive": "#
|
|
1647
|
-
readonly "com/toast/theme/icon/color-icon/caution": "#
|
|
1648
|
-
readonly "com/toast/theme/icon/color-icon/negative": "#
|
|
1798
|
+
readonly "com/toast/theme/icon/color-icon/info": "#0083f0";
|
|
1799
|
+
readonly "com/toast/theme/icon/color-icon/positive": "#00914a";
|
|
1800
|
+
readonly "com/toast/theme/icon/color-icon/caution": "#d36f00";
|
|
1801
|
+
readonly "com/toast/theme/icon/color-icon/negative": "#d8473c";
|
|
1649
1802
|
readonly "com/toast/theme/label/vertical-padding": "4px";
|
|
1650
1803
|
readonly "com/toast/theme/label/vertical-gap": "4px";
|
|
1651
1804
|
readonly "com/toast/theme/label/color-text/neutral": "#2a3034";
|
|
1652
|
-
readonly "com/toast/theme/label/color-text/info": "#
|
|
1653
|
-
readonly "com/toast/theme/label/color-text/positive": "#
|
|
1805
|
+
readonly "com/toast/theme/label/color-text/info": "#003e90";
|
|
1806
|
+
readonly "com/toast/theme/label/color-text/positive": "#004d20";
|
|
1654
1807
|
readonly "com/toast/theme/label/color-text/caution": "#4e1f00";
|
|
1655
|
-
readonly "com/toast/theme/label/color-text/negative": "#
|
|
1808
|
+
readonly "com/toast/theme/label/color-text/negative": "#7f0203";
|
|
1656
1809
|
readonly "com/toast/theme/divider/color-stroke/neutral": "#0d2e433d";
|
|
1657
1810
|
readonly "com/toast/theme/divider/color-stroke/info": "#98cefa";
|
|
1658
1811
|
readonly "com/toast/theme/divider/color-stroke/positive": "#97d4b0";
|
|
@@ -1688,7 +1841,7 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1688
1841
|
readonly "com/tooltip/size-lg/theme-black/label/color-text": "#ffffff";
|
|
1689
1842
|
readonly "com/tooltip/size-lg/theme-white/background-color": "#ffffff";
|
|
1690
1843
|
readonly "com/tooltip/size-lg/theme-white/label/color-text": "#2a3034";
|
|
1691
|
-
readonly "com/tooltip/size-lg/theme-white/description/color-text": "#
|
|
1844
|
+
readonly "com/tooltip/size-lg/theme-white/description/color-text": "#41494e";
|
|
1692
1845
|
readonly "com/topbar/left-items/menu/items/horizontal-gap": "4px";
|
|
1693
1846
|
readonly "com/topbar/left-items/menu/items/horizontal-padding": "8px";
|
|
1694
1847
|
readonly "com/topbar/left-items/menu/items/vertical-padding": "8px";
|
|
@@ -1697,14 +1850,26 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1697
1850
|
readonly "com/topbar/left-items/menu/items/background-color/hover": "#02305e16";
|
|
1698
1851
|
readonly "com/topbar/left-items/menu/items/background-color/pressed": "#0a2f4d22";
|
|
1699
1852
|
readonly "com/topbar/left-items/menu/items/background-color/active": "#00375b0e";
|
|
1853
|
+
readonly "com/topbar/left-items/menu/items/background-color-invert/default": "#ffffff00";
|
|
1854
|
+
readonly "com/topbar/left-items/menu/items/background-color-invert/hover": "#ffffff0e";
|
|
1855
|
+
readonly "com/topbar/left-items/menu/items/background-color-invert/pressed": "#ffffff1c";
|
|
1856
|
+
readonly "com/topbar/left-items/menu/items/background-color-invert/active": "#ffffff30";
|
|
1700
1857
|
readonly "com/topbar/left-items/menu/items/label/color-text/default": "#828f96";
|
|
1701
|
-
readonly "com/topbar/left-items/menu/items/label/color-text/hover": "#
|
|
1702
|
-
readonly "com/topbar/left-items/menu/items/label/color-text/pressed": "#
|
|
1858
|
+
readonly "com/topbar/left-items/menu/items/label/color-text/hover": "#41494e";
|
|
1859
|
+
readonly "com/topbar/left-items/menu/items/label/color-text/pressed": "#41494e";
|
|
1703
1860
|
readonly "com/topbar/left-items/menu/items/label/color-text/active": "#2a3034";
|
|
1704
|
-
readonly "com/topbar/left-items/menu/items/
|
|
1861
|
+
readonly "com/topbar/left-items/menu/items/label-invert/color-text/default": "#ffffff";
|
|
1862
|
+
readonly "com/topbar/left-items/menu/items/label-invert/color-text/hover": "#ffffff";
|
|
1863
|
+
readonly "com/topbar/left-items/menu/items/label-invert/color-text/pressed": "#ffffff";
|
|
1864
|
+
readonly "com/topbar/left-items/menu/items/label-invert/color-text/active": "#ffffff";
|
|
1865
|
+
readonly "com/topbar/left-items/menu/items/icon/color-icon/default": "#69757c";
|
|
1705
1866
|
readonly "com/topbar/left-items/menu/items/icon/color-icon/hover": "#505a5f";
|
|
1706
1867
|
readonly "com/topbar/left-items/menu/items/icon/color-icon/pressed": "#505a5f";
|
|
1707
1868
|
readonly "com/topbar/left-items/menu/items/icon/color-icon/active": "#505a5f";
|
|
1869
|
+
readonly "com/topbar/left-items/menu/items/icon-invert/color-icon/default": "#ffffff";
|
|
1870
|
+
readonly "com/topbar/left-items/menu/items/icon-invert/color-icon/hover": "#ffffff";
|
|
1871
|
+
readonly "com/topbar/left-items/menu/items/icon-invert/color-icon/pressed": "#ffffff";
|
|
1872
|
+
readonly "com/topbar/left-items/menu/items/icon-invert/color-icon/active": "#ffffff";
|
|
1708
1873
|
readonly "com/topbar/left-items/menu/horizontal-gap": "8px";
|
|
1709
1874
|
readonly "com/topbar/left-items/left-bar-collapse/horizontal-gap": "12px";
|
|
1710
1875
|
readonly "com/topbar/left-items/left-bar-expand/horizontal-gap": "0px";
|
|
@@ -1712,7 +1877,7 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1712
1877
|
readonly "com/topbar/left-items/logo/horizontal-padding": "8px";
|
|
1713
1878
|
readonly "com/topbar/left-items/logo/height": "28px";
|
|
1714
1879
|
readonly "com/topbar/left-items/logo/width": "280px";
|
|
1715
|
-
readonly "com/topbar/background-color": "#
|
|
1880
|
+
readonly "com/topbar/background-color": "#242173";
|
|
1716
1881
|
readonly "com/topbar/left-padding": "16px";
|
|
1717
1882
|
readonly "com/topbar/right-padding": "20px";
|
|
1718
1883
|
readonly "com/topbar/vertical-padding": "12px";
|
|
@@ -1722,31 +1887,10 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1722
1887
|
readonly "com/topbar/right-items/user-profile/horizontal-gap": "8px";
|
|
1723
1888
|
readonly "com/topbar/right-items/user-profile/vertical-padding": "4px";
|
|
1724
1889
|
readonly "com/topbar/right-items/user-profile/corner-radius": "6px";
|
|
1725
|
-
readonly "com/topbar/right-items/user-profile/label/color-text": "#
|
|
1726
|
-
readonly "com/topbar/right-items/user-profile/icon/color-icon": "#
|
|
1890
|
+
readonly "com/topbar/right-items/user-profile/label/color-text": "#ffffff";
|
|
1891
|
+
readonly "com/topbar/right-items/user-profile/icon/color-icon": "#ffffff";
|
|
1727
1892
|
readonly "com/typing-cursor/default": "#2a30a0";
|
|
1728
|
-
readonly "com/typing-cursor/negative": "#
|
|
1729
|
-
readonly "com/progress-indicator/default/indicator/lead-color": "#2f3cc1";
|
|
1730
|
-
readonly "com/progress-indicator/default/indicator/trail-color": "#ffffff1c";
|
|
1731
|
-
readonly "com/progress-indicator/default/background-color": "#e7f1fa";
|
|
1732
|
-
readonly "com/progress-indicator/invert/indicator/lead-color": "#ffffff";
|
|
1733
|
-
readonly "com/progress-indicator/invert/indicator/trail-color": "#ffffff00";
|
|
1734
|
-
readonly "com/progress-indicator/invert/background-color": "#ffffff1c";
|
|
1735
|
-
readonly "com/progress-indicator/circular/size-xs/width": "16px";
|
|
1736
|
-
readonly "com/progress-indicator/circular/size-xs/indicator/stroke-width": "1.3px";
|
|
1737
|
-
readonly "com/progress-indicator/circular/size-xs/indicator/indicator": "12px";
|
|
1738
|
-
readonly "com/progress-indicator/circular/size-sm/width": "20px";
|
|
1739
|
-
readonly "com/progress-indicator/circular/size-sm/indicator/stroke-width": "2px";
|
|
1740
|
-
readonly "com/progress-indicator/circular/size-sm/indicator/indicator": "16px";
|
|
1741
|
-
readonly "com/progress-indicator/circular/size-md/width": "36px";
|
|
1742
|
-
readonly "com/progress-indicator/circular/size-md/indicator/stroke-width": "3px";
|
|
1743
|
-
readonly "com/progress-indicator/circular/size-md/indicator/indicator": "24px";
|
|
1744
|
-
readonly "com/progress-indicator/circular/size-lg/width": "44px";
|
|
1745
|
-
readonly "com/progress-indicator/circular/size-lg/indicator/stroke-width": "4px";
|
|
1746
|
-
readonly "com/progress-indicator/circular/size-lg/indicator/indicator": "28px";
|
|
1747
|
-
readonly "com/progress-indicator/linear/size-sm/height": "2px";
|
|
1748
|
-
readonly "com/progress-indicator/linear/size-md/height": "4px";
|
|
1749
|
-
readonly "com/progress-indicator/linear/size-lg/height": "8px";
|
|
1893
|
+
readonly "com/typing-cursor/negative": "#d0121c";
|
|
1750
1894
|
readonly "com/icon/size/from-28/stroke-width": "2px";
|
|
1751
1895
|
readonly "com/icon/size/from-20/stroke-width": "1.3px";
|
|
1752
1896
|
readonly "com/icon/size/under-20/stroke-width": "1px";
|
|
@@ -1781,25 +1925,38 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1781
1925
|
readonly "com/featured-icon/size/corner-radius-rounded": "9999px";
|
|
1782
1926
|
readonly "com/featured-icon/theme/neutral/icon/color-stroke": "#505a5f";
|
|
1783
1927
|
readonly "com/featured-icon/theme/neutral/background-color": "#ffffff";
|
|
1928
|
+
readonly "com/featured-icon/theme/neutral/background-color-solid": "#505a5f";
|
|
1784
1929
|
readonly "com/featured-icon/theme/neutral/border/color-stroke": "#0d2e433d";
|
|
1785
|
-
readonly "com/featured-icon/theme/
|
|
1930
|
+
readonly "com/featured-icon/theme/neutral/border/color-stroke-solid": "#0d2e433d";
|
|
1931
|
+
readonly "com/featured-icon/theme/color-stroke-solid": "#ffffff";
|
|
1932
|
+
readonly "com/featured-icon/theme/info/icon/color-stroke": "#006bdf";
|
|
1786
1933
|
readonly "com/featured-icon/theme/info/background-color": "#f5fafd";
|
|
1934
|
+
readonly "com/featured-icon/theme/info/background-color-solid": "#006bdf";
|
|
1787
1935
|
readonly "com/featured-icon/theme/info/border/color-stroke": "#98cefa";
|
|
1936
|
+
readonly "com/featured-icon/theme/info/border/color-stroke-solid": "#98cefa";
|
|
1788
1937
|
readonly "com/featured-icon/theme/positive/background-color": "#f5fbf7";
|
|
1789
|
-
readonly "com/featured-icon/theme/positive/
|
|
1938
|
+
readonly "com/featured-icon/theme/positive/background-color-solid": "#007d35";
|
|
1939
|
+
readonly "com/featured-icon/theme/positive/icon/color-stroke": "#007d35";
|
|
1790
1940
|
readonly "com/featured-icon/theme/positive/border/color-stroke": "#97d4b0";
|
|
1941
|
+
readonly "com/featured-icon/theme/positive/border/color-stroke-solid": "#97d4b0";
|
|
1791
1942
|
readonly "com/featured-icon/theme/caution/background-color": "#fdf9ed";
|
|
1792
|
-
readonly "com/featured-icon/theme/caution/
|
|
1943
|
+
readonly "com/featured-icon/theme/caution/background-color-solid": "#d36f00";
|
|
1944
|
+
readonly "com/featured-icon/theme/caution/icon/color-stroke": "#a94900";
|
|
1793
1945
|
readonly "com/featured-icon/theme/caution/border/color-stroke": "#f3bb72";
|
|
1946
|
+
readonly "com/featured-icon/theme/caution/border/color-stroke-solid": "#f3bb72";
|
|
1794
1947
|
readonly "com/featured-icon/theme/negative/background-color": "#fef8f7";
|
|
1795
|
-
readonly "com/featured-icon/theme/negative/
|
|
1948
|
+
readonly "com/featured-icon/theme/negative/background-color-solid": "#d0121c";
|
|
1949
|
+
readonly "com/featured-icon/theme/negative/icon/color-stroke": "#d0121c";
|
|
1796
1950
|
readonly "com/featured-icon/theme/negative/border/color-stroke": "#ffb2a9";
|
|
1797
|
-
readonly "com/featured-icon/theme/
|
|
1798
|
-
readonly "com/featured-icon/theme/brand/
|
|
1951
|
+
readonly "com/featured-icon/theme/negative/border/color-stroke-solid": "#ffb2a9";
|
|
1952
|
+
readonly "com/featured-icon/theme/brand/background-color": "#eff6ff";
|
|
1953
|
+
readonly "com/featured-icon/theme/brand/background-color-solid": "#2f3cc1";
|
|
1954
|
+
readonly "com/featured-icon/theme/brand/icon/color-stroke": "#2f3cc1";
|
|
1799
1955
|
readonly "com/featured-icon/theme/brand/border/color-stroke": "#cee2f8";
|
|
1800
|
-
readonly "
|
|
1801
|
-
readonly "pri/color/brand/primary/
|
|
1802
|
-
readonly "pri/color/brand/primary/
|
|
1956
|
+
readonly "com/featured-icon/theme/brand/border/color-stroke-solid": "#cee2f8";
|
|
1957
|
+
readonly "pri/color/brand/primary/10": "#f8fbff";
|
|
1958
|
+
readonly "pri/color/brand/primary/25": "#eff6ff";
|
|
1959
|
+
readonly "pri/color/brand/primary/50": "#e6f1ff";
|
|
1803
1960
|
readonly "pri/color/brand/primary/100": "#cee2f8";
|
|
1804
1961
|
readonly "pri/color/brand/primary/200": "#accdf8";
|
|
1805
1962
|
readonly "pri/color/brand/primary/300": "#87b0f8";
|
|
@@ -1813,7 +1970,7 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1813
1970
|
readonly "pri/color/brand/primary/900": "#14133b";
|
|
1814
1971
|
readonly "pri/color/brand/secondary/10": "#fef9f1";
|
|
1815
1972
|
readonly "pri/color/brand/secondary/25": "#fbf1dd";
|
|
1816
|
-
readonly "pri/color/brand/secondary/50": "#
|
|
1973
|
+
readonly "pri/color/brand/secondary/50": "#fbecce";
|
|
1817
1974
|
readonly "pri/color/brand/secondary/100": "#fbd6a2";
|
|
1818
1975
|
readonly "pri/color/brand/secondary/200": "#f9bf66";
|
|
1819
1976
|
readonly "pri/color/brand/secondary/300": "#ed9a22";
|
|
@@ -1905,7 +2062,7 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1905
2062
|
readonly "pri/color/functional/caution/200": "#f3bb72";
|
|
1906
2063
|
readonly "pri/color/functional/caution/300": "#ed993c";
|
|
1907
2064
|
readonly "pri/color/functional/caution/400": "#da841a";
|
|
1908
|
-
readonly "pri/color/functional/caution/500": "#
|
|
2065
|
+
readonly "pri/color/functional/caution/500": "#d36f00";
|
|
1909
2066
|
readonly "pri/color/functional/caution/600": "#a94900";
|
|
1910
2067
|
readonly "pri/color/functional/caution/700": "#893700";
|
|
1911
2068
|
readonly "pri/color/functional/caution/800": "#662d00";
|
|
@@ -1954,34 +2111,34 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
1954
2111
|
readonly "pri/color/utility/red/850": "#610009";
|
|
1955
2112
|
readonly "pri/color/utility/red/875": "#440906";
|
|
1956
2113
|
readonly "pri/color/utility/red/900": "#370c05";
|
|
1957
|
-
readonly "pri/color/utility/orange/10": "#
|
|
1958
|
-
readonly "pri/color/utility/orange/25": "#
|
|
1959
|
-
readonly "pri/color/utility/orange/50": "#
|
|
1960
|
-
readonly "pri/color/utility/orange/100": "#
|
|
1961
|
-
readonly "pri/color/utility/orange/200": "#
|
|
1962
|
-
readonly "pri/color/utility/orange/300": "#
|
|
1963
|
-
readonly "pri/color/utility/orange/400": "#
|
|
1964
|
-
readonly "pri/color/utility/orange/500": "#
|
|
1965
|
-
readonly "pri/color/utility/orange/600": "#
|
|
1966
|
-
readonly "pri/color/utility/orange/700": "#
|
|
1967
|
-
readonly "pri/color/utility/orange/800": "#
|
|
1968
|
-
readonly "pri/color/utility/orange/850": "#
|
|
1969
|
-
readonly "pri/color/utility/orange/875": "#
|
|
1970
|
-
readonly "pri/color/utility/orange/900": "#
|
|
2114
|
+
readonly "pri/color/utility/orange/10": "#fdf9ed";
|
|
2115
|
+
readonly "pri/color/utility/orange/25": "#fcf4e0";
|
|
2116
|
+
readonly "pri/color/utility/orange/50": "#fceccd";
|
|
2117
|
+
readonly "pri/color/utility/orange/100": "#f8dbab";
|
|
2118
|
+
readonly "pri/color/utility/orange/200": "#f3bb72";
|
|
2119
|
+
readonly "pri/color/utility/orange/300": "#ed993c";
|
|
2120
|
+
readonly "pri/color/utility/orange/400": "#da841a";
|
|
2121
|
+
readonly "pri/color/utility/orange/500": "#d77100";
|
|
2122
|
+
readonly "pri/color/utility/orange/600": "#ae4b00";
|
|
2123
|
+
readonly "pri/color/utility/orange/700": "#893700";
|
|
2124
|
+
readonly "pri/color/utility/orange/800": "#662d00";
|
|
2125
|
+
readonly "pri/color/utility/orange/850": "#4e1f00";
|
|
2126
|
+
readonly "pri/color/utility/orange/875": "#3b1700";
|
|
2127
|
+
readonly "pri/color/utility/orange/900": "#321400";
|
|
1971
2128
|
readonly "pri/color/utility/yellow/10": "#fdf9f2";
|
|
1972
|
-
readonly "pri/color/utility/yellow/25": "#
|
|
1973
|
-
readonly "pri/color/utility/yellow/50": "#
|
|
1974
|
-
readonly "pri/color/utility/yellow/100": "#
|
|
1975
|
-
readonly "pri/color/utility/yellow/200": "#
|
|
1976
|
-
readonly "pri/color/utility/yellow/300": "#
|
|
1977
|
-
readonly "pri/color/utility/yellow/400": "#
|
|
1978
|
-
readonly "pri/color/utility/yellow/500": "#
|
|
1979
|
-
readonly "pri/color/utility/yellow/600": "#
|
|
1980
|
-
readonly "pri/color/utility/yellow/700": "#
|
|
1981
|
-
readonly "pri/color/utility/yellow/800": "#
|
|
1982
|
-
readonly "pri/color/utility/yellow/850": "#
|
|
1983
|
-
readonly "pri/color/utility/yellow/875": "#
|
|
1984
|
-
readonly "pri/color/utility/yellow/900": "#
|
|
2129
|
+
readonly "pri/color/utility/yellow/25": "#fff9e9";
|
|
2130
|
+
readonly "pri/color/utility/yellow/50": "#fff3cd";
|
|
2131
|
+
readonly "pri/color/utility/yellow/100": "#fbecaf";
|
|
2132
|
+
readonly "pri/color/utility/yellow/200": "#f5d579";
|
|
2133
|
+
readonly "pri/color/utility/yellow/300": "#ffbe2d";
|
|
2134
|
+
readonly "pri/color/utility/yellow/400": "#f2b300";
|
|
2135
|
+
readonly "pri/color/utility/yellow/500": "#dfa913";
|
|
2136
|
+
readonly "pri/color/utility/yellow/600": "#be8d07";
|
|
2137
|
+
readonly "pri/color/utility/yellow/700": "#866200";
|
|
2138
|
+
readonly "pri/color/utility/yellow/800": "#614600";
|
|
2139
|
+
readonly "pri/color/utility/yellow/850": "#3a2a03";
|
|
2140
|
+
readonly "pri/color/utility/yellow/875": "#2e1f00";
|
|
2141
|
+
readonly "pri/color/utility/yellow/900": "#251100";
|
|
1985
2142
|
readonly "pri/color/utility/lime/10": "#f7fbef";
|
|
1986
2143
|
readonly "pri/color/utility/lime/25": "#f0f6e3";
|
|
1987
2144
|
readonly "pri/color/utility/lime/50": "#e9f6c9";
|
|
@@ -2218,6 +2375,9 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
2218
2375
|
readonly "pri/elevation/shadow-key/y-position/lg": "4px";
|
|
2219
2376
|
readonly "pri/elevation/shadow-key/y-position/md": "3px";
|
|
2220
2377
|
readonly "pri/elevation/shadow-key/y-position/sm": "2px";
|
|
2378
|
+
readonly "pri/elevation/shadow-key/y-position-invert/lg": "-4px";
|
|
2379
|
+
readonly "pri/elevation/shadow-key/y-position-invert/md": "-3px";
|
|
2380
|
+
readonly "pri/elevation/shadow-key/y-position-invert/sm": "-2px";
|
|
2221
2381
|
readonly "pri/elevation/shadow-key/blur/lg": "8px";
|
|
2222
2382
|
readonly "pri/elevation/shadow-key/blur/md": "6px";
|
|
2223
2383
|
readonly "pri/elevation/shadow-key/blur/sm": "4px";
|
|
@@ -2230,6 +2390,9 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
2230
2390
|
readonly "pri/elevation/shadow-ambient/y-position/lg": "16px";
|
|
2231
2391
|
readonly "pri/elevation/shadow-ambient/y-position/md": "12px";
|
|
2232
2392
|
readonly "pri/elevation/shadow-ambient/y-position/sm": "2px";
|
|
2393
|
+
readonly "pri/elevation/shadow-ambient/y-position-invert/lg": "-16px";
|
|
2394
|
+
readonly "pri/elevation/shadow-ambient/y-position-invert/md": "-12px";
|
|
2395
|
+
readonly "pri/elevation/shadow-ambient/y-position-invert/sm": "-2px";
|
|
2233
2396
|
readonly "pri/elevation/shadow-ambient/blur/lg": "32px";
|
|
2234
2397
|
readonly "pri/elevation/shadow-ambient/blur/md": "16px";
|
|
2235
2398
|
readonly "pri/elevation/shadow-ambient/blur/sm": "6px";
|
|
@@ -2240,10 +2403,10 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
2240
2403
|
readonly "pri/elevation/shadow-ambient/color/md": "#02305e16";
|
|
2241
2404
|
readonly "pri/elevation/shadow-ambient/color/sm": "#00375b0e";
|
|
2242
2405
|
readonly "sem/color/background/neutral/canvas/default": "#ffffff";
|
|
2243
|
-
readonly "sem/color/background/neutral/canvas/hover": "#
|
|
2244
|
-
readonly "sem/color/background/neutral/canvas/active": "#
|
|
2245
|
-
readonly "sem/color/background/neutral/canvas/pressed": "#
|
|
2246
|
-
readonly "sem/color/background/neutral/canvas/selected": "#
|
|
2406
|
+
readonly "sem/color/background/neutral/canvas/hover": "#f1f4f6";
|
|
2407
|
+
readonly "sem/color/background/neutral/canvas/active": "#f8f9fb";
|
|
2408
|
+
readonly "sem/color/background/neutral/canvas/pressed": "#e9edf1";
|
|
2409
|
+
readonly "sem/color/background/neutral/canvas/selected": "#f8f9fb";
|
|
2247
2410
|
readonly "sem/color/background/neutral/canvas/disable": "#e9edf1";
|
|
2248
2411
|
readonly "sem/color/background/neutral/soft/default": "#f8f9fb";
|
|
2249
2412
|
readonly "sem/color/background/neutral/soft/hover": "#dee3e7";
|
|
@@ -2257,21 +2420,25 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
2257
2420
|
readonly "sem/color/background/neutral/accent/hover": "#a3aeb5";
|
|
2258
2421
|
readonly "sem/color/background/neutral/accent/active": "#c5cdd2";
|
|
2259
2422
|
readonly "sem/color/background/neutral/accent/disable": "#e9edf1";
|
|
2423
|
+
readonly "sem/color/background/neutral/accent-darker/default": "#505a5f";
|
|
2424
|
+
readonly "sem/color/background/neutral/accent-darker/hover": "#69757c";
|
|
2425
|
+
readonly "sem/color/background/neutral/accent-darker/active": "#41494e";
|
|
2426
|
+
readonly "sem/color/background/neutral/accent-darker/disable": "#e9edf1";
|
|
2260
2427
|
readonly "sem/color/background/white/default": "#ffffff";
|
|
2261
|
-
readonly "sem/color/background/white/hover": "#
|
|
2262
|
-
readonly "sem/color/background/white/active": "#
|
|
2428
|
+
readonly "sem/color/background/white/hover": "#e6f1ff";
|
|
2429
|
+
readonly "sem/color/background/white/active": "#eff6ff";
|
|
2263
2430
|
readonly "sem/color/background/white/pressed": "#cee2f8";
|
|
2264
|
-
readonly "sem/color/background/white/selected": "#
|
|
2431
|
+
readonly "sem/color/background/white/selected": "#eff6ff";
|
|
2265
2432
|
readonly "sem/color/background/white/disable": "#ffffff30";
|
|
2266
|
-
readonly "sem/color/background/brand/primary/canvas/default": "#
|
|
2267
|
-
readonly "sem/color/background/brand/primary/canvas/hover": "#
|
|
2268
|
-
readonly "sem/color/background/brand/primary/canvas/active": "#
|
|
2433
|
+
readonly "sem/color/background/brand/primary/canvas/default": "#f8fbff";
|
|
2434
|
+
readonly "sem/color/background/brand/primary/canvas/hover": "#e6f1ff";
|
|
2435
|
+
readonly "sem/color/background/brand/primary/canvas/active": "#eff6ff";
|
|
2269
2436
|
readonly "sem/color/background/brand/primary/canvas/disable": "#f8f9fb";
|
|
2270
|
-
readonly "sem/color/background/brand/primary/soft/default": "#
|
|
2437
|
+
readonly "sem/color/background/brand/primary/soft/default": "#eff6ff";
|
|
2271
2438
|
readonly "sem/color/background/brand/primary/soft/hover": "#cee2f8";
|
|
2272
|
-
readonly "sem/color/background/brand/primary/soft/active": "#
|
|
2439
|
+
readonly "sem/color/background/brand/primary/soft/active": "#e6f1ff";
|
|
2273
2440
|
readonly "sem/color/background/brand/primary/soft/disable": "#f8f9fb";
|
|
2274
|
-
readonly "sem/color/background/brand/primary/sub/default": "#
|
|
2441
|
+
readonly "sem/color/background/brand/primary/sub/default": "#e6f1ff";
|
|
2275
2442
|
readonly "sem/color/background/brand/primary/sub/hover": "#accdf8";
|
|
2276
2443
|
readonly "sem/color/background/brand/primary/sub/active": "#cee2f8";
|
|
2277
2444
|
readonly "sem/color/background/brand/primary/sub/disable": "#f1f4f6";
|
|
@@ -2281,15 +2448,21 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
2281
2448
|
readonly "sem/color/background/brand/primary/accent/pressed": "#242173";
|
|
2282
2449
|
readonly "sem/color/background/brand/primary/accent/selected": "#2a30a0";
|
|
2283
2450
|
readonly "sem/color/background/brand/primary/accent/disable": "#e9edf1";
|
|
2451
|
+
readonly "sem/color/background/brand/primary/accent-darker/default": "#242173";
|
|
2452
|
+
readonly "sem/color/background/brand/primary/accent-darker/hover": "#2f3cc1";
|
|
2453
|
+
readonly "sem/color/background/brand/primary/accent-darker/active": "#1c1857";
|
|
2454
|
+
readonly "sem/color/background/brand/primary/accent-darker/pressed": "#161345";
|
|
2455
|
+
readonly "sem/color/background/brand/primary/accent-darker/selected": "#1c1857";
|
|
2456
|
+
readonly "sem/color/background/brand/primary/accent-darker/disable": "#e9edf1";
|
|
2284
2457
|
readonly "sem/color/background/brand/secondary/canvas/default": "#fef9f1";
|
|
2285
|
-
readonly "sem/color/background/brand/secondary/canvas/hover": "#
|
|
2458
|
+
readonly "sem/color/background/brand/secondary/canvas/hover": "#fbecce";
|
|
2286
2459
|
readonly "sem/color/background/brand/secondary/canvas/active": "#fbf1dd";
|
|
2287
2460
|
readonly "sem/color/background/brand/secondary/canvas/disable": "#f8f9fb";
|
|
2288
2461
|
readonly "sem/color/background/brand/secondary/soft/default": "#fbf1dd";
|
|
2289
2462
|
readonly "sem/color/background/brand/secondary/soft/hover": "#fbd6a2";
|
|
2290
|
-
readonly "sem/color/background/brand/secondary/soft/active": "#
|
|
2463
|
+
readonly "sem/color/background/brand/secondary/soft/active": "#fbecce";
|
|
2291
2464
|
readonly "sem/color/background/brand/secondary/soft/disable": "#f8f9fb";
|
|
2292
|
-
readonly "sem/color/background/brand/secondary/sub/default": "#
|
|
2465
|
+
readonly "sem/color/background/brand/secondary/sub/default": "#fbecce";
|
|
2293
2466
|
readonly "sem/color/background/brand/secondary/sub/hover": "#f9bf66";
|
|
2294
2467
|
readonly "sem/color/background/brand/secondary/sub/active": "#fbd6a2";
|
|
2295
2468
|
readonly "sem/color/background/brand/secondary/sub/disable": "#f1f4f6";
|
|
@@ -2370,8 +2543,8 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
2370
2543
|
readonly "sem/color/background/function/caution/sub/hover": "#f3bb72";
|
|
2371
2544
|
readonly "sem/color/background/function/caution/sub/active": "#f8dbab";
|
|
2372
2545
|
readonly "sem/color/background/function/caution/sub/disable": "#f1f4f6";
|
|
2373
|
-
readonly "sem/color/background/function/caution/accent/default": "#
|
|
2374
|
-
readonly "sem/color/background/function/caution/accent/hover": "#
|
|
2546
|
+
readonly "sem/color/background/function/caution/accent/default": "#d36f00";
|
|
2547
|
+
readonly "sem/color/background/function/caution/accent/hover": "#d36f00";
|
|
2375
2548
|
readonly "sem/color/background/function/caution/accent/active": "#893700";
|
|
2376
2549
|
readonly "sem/color/background/function/caution/accent/pressed": "#662d00";
|
|
2377
2550
|
readonly "sem/color/background/function/caution/accent/selected": "#893700";
|
|
@@ -2417,20 +2590,20 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
2417
2590
|
readonly "sem/color/background/utility/red/sub": "#ffe9e5";
|
|
2418
2591
|
readonly "sem/color/background/utility/red/accent": "#df3e3f";
|
|
2419
2592
|
readonly "sem/color/background/utility/red/disable": "#f8f9fb";
|
|
2420
|
-
readonly "sem/color/background/utility/orange/canvas": "#
|
|
2421
|
-
readonly "sem/color/background/utility/orange/soft": "#
|
|
2422
|
-
readonly "sem/color/background/utility/orange/sub": "#
|
|
2423
|
-
readonly "sem/color/background/utility/orange/accent": "#
|
|
2593
|
+
readonly "sem/color/background/utility/orange/canvas": "#fdf9ed";
|
|
2594
|
+
readonly "sem/color/background/utility/orange/soft": "#fcf4e0";
|
|
2595
|
+
readonly "sem/color/background/utility/orange/sub": "#fceccd";
|
|
2596
|
+
readonly "sem/color/background/utility/orange/accent": "#d77100";
|
|
2424
2597
|
readonly "sem/color/background/utility/orange/disable": "#f8f9fb";
|
|
2425
2598
|
readonly "sem/color/background/utility/yellow/canvas": "#fdf9f2";
|
|
2426
|
-
readonly "sem/color/background/utility/yellow/soft": "#
|
|
2427
|
-
readonly "sem/color/background/utility/yellow/sub": "#
|
|
2428
|
-
readonly "sem/color/background/utility/yellow/accent": "#
|
|
2599
|
+
readonly "sem/color/background/utility/yellow/soft": "#fff9e9";
|
|
2600
|
+
readonly "sem/color/background/utility/yellow/sub": "#fff3cd";
|
|
2601
|
+
readonly "sem/color/background/utility/yellow/accent": "#dfa913";
|
|
2429
2602
|
readonly "sem/color/background/utility/yellow/disable": "#f8f9fb";
|
|
2430
2603
|
readonly "sem/color/background/utility/lime/canvas": "#f7fbef";
|
|
2431
2604
|
readonly "sem/color/background/utility/lime/soft": "#f0f6e3";
|
|
2432
2605
|
readonly "sem/color/background/utility/lime/sub": "#e9f6c9";
|
|
2433
|
-
readonly "sem/color/background/utility/lime/accent": "#
|
|
2606
|
+
readonly "sem/color/background/utility/lime/accent": "#73a600";
|
|
2434
2607
|
readonly "sem/color/background/utility/lime/disable": "#f8f9fb";
|
|
2435
2608
|
readonly "sem/color/background/utility/green/canvas": "#f0fcf6";
|
|
2436
2609
|
readonly "sem/color/background/utility/green/soft": "#e7f7ef";
|
|
@@ -2463,7 +2636,7 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
2463
2636
|
readonly "sem/color/background/utility/pink/accent": "#cd44a7";
|
|
2464
2637
|
readonly "sem/color/background/utility/pink/disable": "#f8f9fb";
|
|
2465
2638
|
readonly "sem/color/text/neutral/strong": "#2a3034";
|
|
2466
|
-
readonly "sem/color/text/neutral/sub": "#
|
|
2639
|
+
readonly "sem/color/text/neutral/sub": "#41494e";
|
|
2467
2640
|
readonly "sem/color/text/neutral/soft": "#828f96";
|
|
2468
2641
|
readonly "sem/color/text/neutral/disable": "#828f96";
|
|
2469
2642
|
readonly "sem/color/text/brand/strong": "#1c1857";
|
|
@@ -2472,33 +2645,33 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
2472
2645
|
readonly "sem/color/text/brand/disable": "#828f96";
|
|
2473
2646
|
readonly "sem/color/text/white/default": "#ffffff";
|
|
2474
2647
|
readonly "sem/color/text/white/disable": "#ffffff82";
|
|
2475
|
-
readonly "sem/color/text/function/info/strong": "#
|
|
2476
|
-
readonly "sem/color/text/function/info/sub": "#
|
|
2648
|
+
readonly "sem/color/text/function/info/strong": "#003e90";
|
|
2649
|
+
readonly "sem/color/text/function/info/sub": "#006bdf";
|
|
2477
2650
|
readonly "sem/color/text/function/info/soft": "#0083f0";
|
|
2478
2651
|
readonly "sem/color/text/function/info/disable": "#828f96";
|
|
2479
2652
|
readonly "sem/color/text/function/caution/strong": "#4e1f00";
|
|
2480
|
-
readonly "sem/color/text/function/caution/sub": "#
|
|
2481
|
-
readonly "sem/color/text/function/caution/soft": "#
|
|
2653
|
+
readonly "sem/color/text/function/caution/sub": "#a94900";
|
|
2654
|
+
readonly "sem/color/text/function/caution/soft": "#d36f00";
|
|
2482
2655
|
readonly "sem/color/text/function/caution/disable": "#828f96";
|
|
2483
|
-
readonly "sem/color/text/function/positive/strong": "#
|
|
2484
|
-
readonly "sem/color/text/function/positive/sub": "#
|
|
2656
|
+
readonly "sem/color/text/function/positive/strong": "#004d20";
|
|
2657
|
+
readonly "sem/color/text/function/positive/sub": "#007d35";
|
|
2485
2658
|
readonly "sem/color/text/function/positive/soft": "#00914a";
|
|
2486
2659
|
readonly "sem/color/text/function/positive/disable": "#828f96";
|
|
2487
|
-
readonly "sem/color/text/function/negative/strong": "#
|
|
2488
|
-
readonly "sem/color/text/function/negative/sub": "#
|
|
2660
|
+
readonly "sem/color/text/function/negative/strong": "#7f0203";
|
|
2661
|
+
readonly "sem/color/text/function/negative/sub": "#d0121c";
|
|
2489
2662
|
readonly "sem/color/text/function/negative/soft": "#d8473c";
|
|
2490
2663
|
readonly "sem/color/text/function/negative/disable": "#828f96";
|
|
2491
2664
|
readonly "sem/color/text/utility/red/strong": "#610009";
|
|
2492
2665
|
readonly "sem/color/text/utility/red/sub": "#a7051e";
|
|
2493
2666
|
readonly "sem/color/text/utility/red/soft": "#df3e3f";
|
|
2494
2667
|
readonly "sem/color/text/utility/red/disable": "#828f96";
|
|
2495
|
-
readonly "sem/color/text/utility/orange/strong": "#
|
|
2496
|
-
readonly "sem/color/text/utility/orange/sub": "#
|
|
2497
|
-
readonly "sem/color/text/utility/orange/soft": "#
|
|
2668
|
+
readonly "sem/color/text/utility/orange/strong": "#4e1f00";
|
|
2669
|
+
readonly "sem/color/text/utility/orange/sub": "#893700";
|
|
2670
|
+
readonly "sem/color/text/utility/orange/soft": "#d77100";
|
|
2498
2671
|
readonly "sem/color/text/utility/orange/disable": "#a3aeb5";
|
|
2499
|
-
readonly "sem/color/text/utility/yellow/strong": "#
|
|
2500
|
-
readonly "sem/color/text/utility/yellow/sub": "#
|
|
2501
|
-
readonly "sem/color/text/utility/yellow/soft": "#
|
|
2672
|
+
readonly "sem/color/text/utility/yellow/strong": "#3a2a03";
|
|
2673
|
+
readonly "sem/color/text/utility/yellow/sub": "#866200";
|
|
2674
|
+
readonly "sem/color/text/utility/yellow/soft": "#dfa913";
|
|
2502
2675
|
readonly "sem/color/text/utility/yellow/disable": "#828f96";
|
|
2503
2676
|
readonly "sem/color/text/utility/lime/strong": "#163400";
|
|
2504
2677
|
readonly "sem/color/text/utility/lime/sub": "#2e5c00";
|
|
@@ -2542,43 +2715,43 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
2542
2715
|
readonly "sem/color/link/negative/hover": "#d8473c";
|
|
2543
2716
|
readonly "sem/color/link/negative/visited": "#d0121c";
|
|
2544
2717
|
readonly "sem/color/link/negative/disable": "#a3aeb5";
|
|
2545
|
-
readonly "sem/color/icon/neutral/strong": "#
|
|
2718
|
+
readonly "sem/color/icon/neutral/strong": "#343d41";
|
|
2546
2719
|
readonly "sem/color/icon/neutral/sub": "#505a5f";
|
|
2547
|
-
readonly "sem/color/icon/neutral/soft": "#
|
|
2720
|
+
readonly "sem/color/icon/neutral/soft": "#69757c";
|
|
2548
2721
|
readonly "sem/color/icon/neutral/disable": "#828f96";
|
|
2549
2722
|
readonly "sem/color/icon/white/default": "#ffffff";
|
|
2550
2723
|
readonly "sem/color/icon/white/disable": "#ffffff65";
|
|
2551
|
-
readonly "sem/color/icon/brand/strong": "#
|
|
2552
|
-
readonly "sem/color/icon/brand/sub": "#
|
|
2553
|
-
readonly "sem/color/icon/brand/soft": "#
|
|
2724
|
+
readonly "sem/color/icon/brand/strong": "#242173";
|
|
2725
|
+
readonly "sem/color/icon/brand/sub": "#2f3cc1";
|
|
2726
|
+
readonly "sem/color/icon/brand/soft": "#3263e7";
|
|
2554
2727
|
readonly "sem/color/icon/brand/disable": "#828f96";
|
|
2555
|
-
readonly "sem/color/icon/function/info/strong": "#
|
|
2556
|
-
readonly "sem/color/icon/function/info/sub": "#
|
|
2728
|
+
readonly "sem/color/icon/function/info/strong": "#003e90";
|
|
2729
|
+
readonly "sem/color/icon/function/info/sub": "#006bdf";
|
|
2557
2730
|
readonly "sem/color/icon/function/info/soft": "#0083f0";
|
|
2558
2731
|
readonly "sem/color/icon/function/info/disable": "#828f96";
|
|
2559
|
-
readonly "sem/color/icon/function/caution/strong": "#
|
|
2560
|
-
readonly "sem/color/icon/function/caution/sub": "#
|
|
2561
|
-
readonly "sem/color/icon/function/caution/soft": "#
|
|
2732
|
+
readonly "sem/color/icon/function/caution/strong": "#662d00";
|
|
2733
|
+
readonly "sem/color/icon/function/caution/sub": "#a94900";
|
|
2734
|
+
readonly "sem/color/icon/function/caution/soft": "#d36f00";
|
|
2562
2735
|
readonly "sem/color/icon/function/caution/disable": "#828f96";
|
|
2563
|
-
readonly "sem/color/icon/function/positive/strong": "#
|
|
2564
|
-
readonly "sem/color/icon/function/positive/sub": "#
|
|
2736
|
+
readonly "sem/color/icon/function/positive/strong": "#004d20";
|
|
2737
|
+
readonly "sem/color/icon/function/positive/sub": "#007d35";
|
|
2565
2738
|
readonly "sem/color/icon/function/positive/soft": "#00914a";
|
|
2566
2739
|
readonly "sem/color/icon/function/positive/disable": "#828f96";
|
|
2567
|
-
readonly "sem/color/icon/function/negative/strong": "#
|
|
2568
|
-
readonly "sem/color/icon/function/negative/sub": "#
|
|
2740
|
+
readonly "sem/color/icon/function/negative/strong": "#7f0203";
|
|
2741
|
+
readonly "sem/color/icon/function/negative/sub": "#d0121c";
|
|
2569
2742
|
readonly "sem/color/icon/function/negative/soft": "#d8473c";
|
|
2570
2743
|
readonly "sem/color/icon/function/negative/disable": "#828f96";
|
|
2571
|
-
readonly "sem/color/icon/utility/red/strong": "#
|
|
2744
|
+
readonly "sem/color/icon/utility/red/strong": "#830010";
|
|
2572
2745
|
readonly "sem/color/icon/utility/red/sub": "#a7051e";
|
|
2573
2746
|
readonly "sem/color/icon/utility/red/soft": "#df3e3f";
|
|
2574
2747
|
readonly "sem/color/icon/utility/red/disable": "#828f96";
|
|
2575
|
-
readonly "sem/color/icon/utility/orange/strong": "#
|
|
2576
|
-
readonly "sem/color/icon/utility/orange/sub": "#
|
|
2577
|
-
readonly "sem/color/icon/utility/orange/soft": "#
|
|
2748
|
+
readonly "sem/color/icon/utility/orange/strong": "#4e1f00";
|
|
2749
|
+
readonly "sem/color/icon/utility/orange/sub": "#893700";
|
|
2750
|
+
readonly "sem/color/icon/utility/orange/soft": "#d77100";
|
|
2578
2751
|
readonly "sem/color/icon/utility/orange/disable": "#828f96";
|
|
2579
|
-
readonly "sem/color/icon/utility/yellow/strong": "#
|
|
2580
|
-
readonly "sem/color/icon/utility/yellow/sub": "#
|
|
2581
|
-
readonly "sem/color/icon/utility/yellow/soft": "#
|
|
2752
|
+
readonly "sem/color/icon/utility/yellow/strong": "#3a2a03";
|
|
2753
|
+
readonly "sem/color/icon/utility/yellow/sub": "#866200";
|
|
2754
|
+
readonly "sem/color/icon/utility/yellow/soft": "#dfa913";
|
|
2582
2755
|
readonly "sem/color/icon/utility/yellow/disable": "#828f96";
|
|
2583
2756
|
readonly "sem/color/icon/utility/lime/strong": "#163400";
|
|
2584
2757
|
readonly "sem/color/icon/utility/lime/sub": "#2e5c00";
|
|
@@ -2612,11 +2785,11 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
2612
2785
|
readonly "sem/color/stroke/neutral/sub": "#0d2e433d";
|
|
2613
2786
|
readonly "sem/color/stroke/neutral/soft": "#0a2f4d22";
|
|
2614
2787
|
readonly "sem/color/stroke/neutral/delicate": "#02305e16";
|
|
2615
|
-
readonly "sem/color/stroke/neutral/disable": "#
|
|
2788
|
+
readonly "sem/color/stroke/neutral/disable": "#02305e16";
|
|
2616
2789
|
readonly "sem/color/stroke/neutral/none": "#ffffff00";
|
|
2617
2790
|
readonly "sem/color/stroke/brand/strong": "#3263e7";
|
|
2618
2791
|
readonly "sem/color/stroke/brand/sub": "#cee2f8";
|
|
2619
|
-
readonly "sem/color/stroke/brand/soft": "#
|
|
2792
|
+
readonly "sem/color/stroke/brand/soft": "#e6f1ff";
|
|
2620
2793
|
readonly "sem/color/stroke/brand/disable": "#02305e16";
|
|
2621
2794
|
readonly "sem/color/stroke/white/strong": "#ffffff82";
|
|
2622
2795
|
readonly "sem/color/stroke/white/sub": "#ffffff49";
|
|
@@ -2644,13 +2817,13 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
2644
2817
|
readonly "sem/color/stroke/utility/red/sub": "#fbd3ce";
|
|
2645
2818
|
readonly "sem/color/stroke/utility/red/soft": "#ffe9e5";
|
|
2646
2819
|
readonly "sem/color/stroke/utility/red/disable": "#02305e16";
|
|
2647
|
-
readonly "sem/color/stroke/utility/orange/strong": "#
|
|
2648
|
-
readonly "sem/color/stroke/utility/orange/sub": "#
|
|
2649
|
-
readonly "sem/color/stroke/utility/orange/soft": "#
|
|
2820
|
+
readonly "sem/color/stroke/utility/orange/strong": "#ed993c";
|
|
2821
|
+
readonly "sem/color/stroke/utility/orange/sub": "#f8dbab";
|
|
2822
|
+
readonly "sem/color/stroke/utility/orange/soft": "#fceccd";
|
|
2650
2823
|
readonly "sem/color/stroke/utility/orange/disable": "#02305e16";
|
|
2651
|
-
readonly "sem/color/stroke/utility/yellow/strong": "#
|
|
2652
|
-
readonly "sem/color/stroke/utility/yellow/sub": "#
|
|
2653
|
-
readonly "sem/color/stroke/utility/yellow/soft": "#
|
|
2824
|
+
readonly "sem/color/stroke/utility/yellow/strong": "#ffbe2d";
|
|
2825
|
+
readonly "sem/color/stroke/utility/yellow/sub": "#fbecaf";
|
|
2826
|
+
readonly "sem/color/stroke/utility/yellow/soft": "#fff3cd";
|
|
2654
2827
|
readonly "sem/color/stroke/utility/yellow/disable": "#02305e16";
|
|
2655
2828
|
readonly "sem/color/stroke/utility/lime/strong": "#8eba1e";
|
|
2656
2829
|
readonly "sem/color/stroke/utility/lime/sub": "#d0e59b";
|
|
@@ -2696,7 +2869,7 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
2696
2869
|
readonly "sem/color/illustration/brand/strong": "#2a30a0";
|
|
2697
2870
|
readonly "sem/color/illustration/brand/sub": "#648ef4";
|
|
2698
2871
|
readonly "sem/color/illustration/brand/soft": "#cee2f8";
|
|
2699
|
-
readonly "sem/color/illustration/brand/delicate": "#
|
|
2872
|
+
readonly "sem/color/illustration/brand/delicate": "#eff6ff";
|
|
2700
2873
|
readonly "sem/color/illustration/brand-secondary/strong": "#823e00";
|
|
2701
2874
|
readonly "sem/color/illustration/brand-secondary/sub": "#de8500";
|
|
2702
2875
|
readonly "sem/color/illustration/brand-secondary/soft": "#fbd6a2";
|
|
@@ -2705,14 +2878,14 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
2705
2878
|
readonly "sem/color/illustration/red/sub": "#f5685f";
|
|
2706
2879
|
readonly "sem/color/illustration/red/soft": "#fbd3ce";
|
|
2707
2880
|
readonly "sem/color/illustration/red/delicate": "#ffefec";
|
|
2708
|
-
readonly "sem/color/illustration/orange/strong": "#
|
|
2709
|
-
readonly "sem/color/illustration/orange/sub": "#
|
|
2710
|
-
readonly "sem/color/illustration/orange/soft": "#
|
|
2711
|
-
readonly "sem/color/illustration/orange/delicate": "#
|
|
2712
|
-
readonly "sem/color/illustration/yellow/strong": "#
|
|
2713
|
-
readonly "sem/color/illustration/yellow/sub": "#
|
|
2714
|
-
readonly "sem/color/illustration/yellow/soft": "#
|
|
2715
|
-
readonly "sem/color/illustration/yellow/delicate": "#
|
|
2881
|
+
readonly "sem/color/illustration/orange/strong": "#893700";
|
|
2882
|
+
readonly "sem/color/illustration/orange/sub": "#da841a";
|
|
2883
|
+
readonly "sem/color/illustration/orange/soft": "#f8dbab";
|
|
2884
|
+
readonly "sem/color/illustration/orange/delicate": "#fcf4e0";
|
|
2885
|
+
readonly "sem/color/illustration/yellow/strong": "#866200";
|
|
2886
|
+
readonly "sem/color/illustration/yellow/sub": "#ffbe2d";
|
|
2887
|
+
readonly "sem/color/illustration/yellow/soft": "#fbecaf";
|
|
2888
|
+
readonly "sem/color/illustration/yellow/delicate": "#fff9e9";
|
|
2716
2889
|
readonly "sem/color/illustration/lime/strong": "#2e5c00";
|
|
2717
2890
|
readonly "sem/color/illustration/lime/sub": "#73a600";
|
|
2718
2891
|
readonly "sem/color/illustration/lime/soft": "#d0e59b";
|
|
@@ -2741,9 +2914,9 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
2741
2914
|
readonly "sem/color/illustration/pink/sub": "#e26dbc";
|
|
2742
2915
|
readonly "sem/color/illustration/pink/soft": "#f5d3ec";
|
|
2743
2916
|
readonly "sem/color/illustration/pink/delicate": "#ffeffb";
|
|
2744
|
-
readonly "sem/color/chart/neutral/strong/default": "#
|
|
2745
|
-
readonly "sem/color/chart/neutral/strong/hover": "#
|
|
2746
|
-
readonly "sem/color/chart/neutral/strong/selected": "#
|
|
2917
|
+
readonly "sem/color/chart/neutral/strong/default": "#69757c";
|
|
2918
|
+
readonly "sem/color/chart/neutral/strong/hover": "#41494e";
|
|
2919
|
+
readonly "sem/color/chart/neutral/strong/selected": "#505a5f";
|
|
2747
2920
|
readonly "sem/color/chart/neutral/sub/default": "#dee3e7";
|
|
2748
2921
|
readonly "sem/color/chart/neutral/sub/hover": "#a3aeb5";
|
|
2749
2922
|
readonly "sem/color/chart/neutral/sub/selected": "#c5cdd2";
|
|
@@ -2751,99 +2924,99 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
2751
2924
|
readonly "sem/color/chart/neutral/soft/hover": "#dee3e7";
|
|
2752
2925
|
readonly "sem/color/chart/neutral/soft/selected": "#e9edf1";
|
|
2753
2926
|
readonly "sem/color/chart/disable": "#e9edf1";
|
|
2754
|
-
readonly "sem/color/chart/brand/strong/default": "#
|
|
2755
|
-
readonly "sem/color/chart/brand/strong/hover": "#
|
|
2756
|
-
readonly "sem/color/chart/brand/strong/selected": "#
|
|
2927
|
+
readonly "sem/color/chart/brand/strong/default": "#3263e7";
|
|
2928
|
+
readonly "sem/color/chart/brand/strong/hover": "#2a30a0";
|
|
2929
|
+
readonly "sem/color/chart/brand/strong/selected": "#2f3cc1";
|
|
2757
2930
|
readonly "sem/color/chart/brand/sub/default": "#cee2f8";
|
|
2758
2931
|
readonly "sem/color/chart/brand/sub/hover": "#87b0f8";
|
|
2759
2932
|
readonly "sem/color/chart/brand/sub/selected": "#accdf8";
|
|
2760
|
-
readonly "sem/color/chart/brand/soft/default": "#
|
|
2933
|
+
readonly "sem/color/chart/brand/soft/default": "#eff6ff";
|
|
2761
2934
|
readonly "sem/color/chart/brand/soft/hover": "#cee2f8";
|
|
2762
|
-
readonly "sem/color/chart/brand/soft/selected": "#
|
|
2763
|
-
readonly "sem/color/chart/red/strong/default": "#
|
|
2764
|
-
readonly "sem/color/chart/red/strong/hover": "#
|
|
2765
|
-
readonly "sem/color/chart/red/strong/selected": "#
|
|
2935
|
+
readonly "sem/color/chart/brand/soft/selected": "#e6f1ff";
|
|
2936
|
+
readonly "sem/color/chart/red/strong/default": "#df3e3f";
|
|
2937
|
+
readonly "sem/color/chart/red/strong/hover": "#a7051e";
|
|
2938
|
+
readonly "sem/color/chart/red/strong/selected": "#cf0026";
|
|
2766
2939
|
readonly "sem/color/chart/red/sub/default": "#fbd3ce";
|
|
2767
2940
|
readonly "sem/color/chart/red/sub/hover": "#fd8b7f";
|
|
2768
2941
|
readonly "sem/color/chart/red/sub/selected": "#fdb3ab";
|
|
2769
2942
|
readonly "sem/color/chart/red/soft/default": "#ffefec";
|
|
2770
2943
|
readonly "sem/color/chart/red/soft/hover": "#fbd3ce";
|
|
2771
2944
|
readonly "sem/color/chart/red/soft/selected": "#ffe9e5";
|
|
2772
|
-
readonly "sem/color/chart/orange/strong/default": "#
|
|
2773
|
-
readonly "sem/color/chart/orange/strong/hover": "#
|
|
2774
|
-
readonly "sem/color/chart/orange/strong/selected": "#
|
|
2775
|
-
readonly "sem/color/chart/orange/sub/default": "#
|
|
2776
|
-
readonly "sem/color/chart/orange/sub/hover": "#
|
|
2777
|
-
readonly "sem/color/chart/orange/sub/selected": "#
|
|
2778
|
-
readonly "sem/color/chart/orange/soft/default": "#
|
|
2779
|
-
readonly "sem/color/chart/orange/soft/hover": "#
|
|
2780
|
-
readonly "sem/color/chart/orange/soft/selected": "#
|
|
2781
|
-
readonly "sem/color/chart/yellow/strong/default": "#
|
|
2782
|
-
readonly "sem/color/chart/yellow/strong/hover": "#
|
|
2783
|
-
readonly "sem/color/chart/yellow/strong/selected": "#
|
|
2784
|
-
readonly "sem/color/chart/yellow/sub/default": "#
|
|
2785
|
-
readonly "sem/color/chart/yellow/sub/hover": "#
|
|
2786
|
-
readonly "sem/color/chart/yellow/sub/selected": "#
|
|
2787
|
-
readonly "sem/color/chart/yellow/soft/default": "#
|
|
2788
|
-
readonly "sem/color/chart/yellow/soft/hover": "#
|
|
2789
|
-
readonly "sem/color/chart/yellow/soft/selected": "#
|
|
2790
|
-
readonly "sem/color/chart/lime/strong/default": "#
|
|
2791
|
-
readonly "sem/color/chart/lime/strong/hover": "#
|
|
2792
|
-
readonly "sem/color/chart/lime/strong/selected": "#
|
|
2945
|
+
readonly "sem/color/chart/orange/strong/default": "#da841a";
|
|
2946
|
+
readonly "sem/color/chart/orange/strong/hover": "#893700";
|
|
2947
|
+
readonly "sem/color/chart/orange/strong/selected": "#ae4b00";
|
|
2948
|
+
readonly "sem/color/chart/orange/sub/default": "#f8dbab";
|
|
2949
|
+
readonly "sem/color/chart/orange/sub/hover": "#ed993c";
|
|
2950
|
+
readonly "sem/color/chart/orange/sub/selected": "#f3bb72";
|
|
2951
|
+
readonly "sem/color/chart/orange/soft/default": "#fcf4e0";
|
|
2952
|
+
readonly "sem/color/chart/orange/soft/hover": "#f8dbab";
|
|
2953
|
+
readonly "sem/color/chart/orange/soft/selected": "#fceccd";
|
|
2954
|
+
readonly "sem/color/chart/yellow/strong/default": "#f2b300";
|
|
2955
|
+
readonly "sem/color/chart/yellow/strong/hover": "#866200";
|
|
2956
|
+
readonly "sem/color/chart/yellow/strong/selected": "#be8d07";
|
|
2957
|
+
readonly "sem/color/chart/yellow/sub/default": "#fbecaf";
|
|
2958
|
+
readonly "sem/color/chart/yellow/sub/hover": "#ffbe2d";
|
|
2959
|
+
readonly "sem/color/chart/yellow/sub/selected": "#f5d579";
|
|
2960
|
+
readonly "sem/color/chart/yellow/soft/default": "#fff9e9";
|
|
2961
|
+
readonly "sem/color/chart/yellow/soft/hover": "#fbecaf";
|
|
2962
|
+
readonly "sem/color/chart/yellow/soft/selected": "#fff3cd";
|
|
2963
|
+
readonly "sem/color/chart/lime/strong/default": "#73a600";
|
|
2964
|
+
readonly "sem/color/chart/lime/strong/hover": "#2e5c00";
|
|
2965
|
+
readonly "sem/color/chart/lime/strong/selected": "#2e7600";
|
|
2793
2966
|
readonly "sem/color/chart/lime/sub/default": "#d0e59b";
|
|
2794
2967
|
readonly "sem/color/chart/lime/sub/hover": "#8eba1e";
|
|
2795
2968
|
readonly "sem/color/chart/lime/sub/selected": "#b3d16a";
|
|
2796
2969
|
readonly "sem/color/chart/lime/soft/default": "#f0f6e3";
|
|
2797
2970
|
readonly "sem/color/chart/lime/soft/hover": "#d0e59b";
|
|
2798
2971
|
readonly "sem/color/chart/lime/soft/selected": "#e9f6c9";
|
|
2799
|
-
readonly "sem/color/chart/green/strong/default": "#
|
|
2800
|
-
readonly "sem/color/chart/green/strong/hover": "#
|
|
2801
|
-
readonly "sem/color/chart/green/strong/selected": "#
|
|
2972
|
+
readonly "sem/color/chart/green/strong/default": "#00b077";
|
|
2973
|
+
readonly "sem/color/chart/green/strong/hover": "#006535";
|
|
2974
|
+
readonly "sem/color/chart/green/strong/selected": "#008345";
|
|
2802
2975
|
readonly "sem/color/chart/green/sub/default": "#b3e9cf";
|
|
2803
2976
|
readonly "sem/color/chart/green/sub/hover": "#3bc392";
|
|
2804
2977
|
readonly "sem/color/chart/green/sub/selected": "#7cd9b1";
|
|
2805
2978
|
readonly "sem/color/chart/green/soft/default": "#e7f7ef";
|
|
2806
2979
|
readonly "sem/color/chart/green/soft/hover": "#b3e9cf";
|
|
2807
2980
|
readonly "sem/color/chart/green/soft/selected": "#dbf6e8";
|
|
2808
|
-
readonly "sem/color/chart/ocean/strong/default": "#
|
|
2809
|
-
readonly "sem/color/chart/ocean/strong/hover": "#
|
|
2810
|
-
readonly "sem/color/chart/ocean/strong/selected": "#
|
|
2981
|
+
readonly "sem/color/chart/ocean/strong/default": "#00969d";
|
|
2982
|
+
readonly "sem/color/chart/ocean/strong/hover": "#006782";
|
|
2983
|
+
readonly "sem/color/chart/ocean/strong/selected": "#008692";
|
|
2811
2984
|
readonly "sem/color/chart/ocean/sub/default": "#b3e7e3";
|
|
2812
2985
|
readonly "sem/color/chart/ocean/sub/hover": "#0dc1c2";
|
|
2813
2986
|
readonly "sem/color/chart/ocean/sub/selected": "#76d6d9";
|
|
2814
2987
|
readonly "sem/color/chart/ocean/soft/default": "#e2f8fa";
|
|
2815
2988
|
readonly "sem/color/chart/ocean/soft/hover": "#b3e7e3";
|
|
2816
2989
|
readonly "sem/color/chart/ocean/soft/selected": "#daf5f4";
|
|
2817
|
-
readonly "sem/color/chart/blue/strong/default": "#
|
|
2818
|
-
readonly "sem/color/chart/blue/strong/hover": "#
|
|
2819
|
-
readonly "sem/color/chart/blue/strong/selected": "#
|
|
2990
|
+
readonly "sem/color/chart/blue/strong/default": "#008ee1";
|
|
2991
|
+
readonly "sem/color/chart/blue/strong/hover": "#005eac";
|
|
2992
|
+
readonly "sem/color/chart/blue/strong/selected": "#007dd7";
|
|
2820
2993
|
readonly "sem/color/chart/blue/sub/default": "#b9e4f6";
|
|
2821
2994
|
readonly "sem/color/chart/blue/sub/hover": "#51b9f0";
|
|
2822
2995
|
readonly "sem/color/chart/blue/sub/selected": "#87d1f4";
|
|
2823
2996
|
readonly "sem/color/chart/blue/soft/default": "#e8f4f9";
|
|
2824
2997
|
readonly "sem/color/chart/blue/soft/hover": "#b9e4f6";
|
|
2825
2998
|
readonly "sem/color/chart/blue/soft/selected": "#eaf6fa";
|
|
2826
|
-
readonly "sem/color/chart/indigo/strong/default": "#
|
|
2827
|
-
readonly "sem/color/chart/indigo/strong/hover": "#
|
|
2828
|
-
readonly "sem/color/chart/indigo/strong/selected": "#
|
|
2999
|
+
readonly "sem/color/chart/indigo/strong/default": "#4278f5";
|
|
3000
|
+
readonly "sem/color/chart/indigo/strong/hover": "#1e4eb5";
|
|
3001
|
+
readonly "sem/color/chart/indigo/strong/selected": "#2461e2";
|
|
2829
3002
|
readonly "sem/color/chart/indigo/sub/default": "#d1ddfb";
|
|
2830
3003
|
readonly "sem/color/chart/indigo/sub/hover": "#94acf7";
|
|
2831
3004
|
readonly "sem/color/chart/indigo/sub/selected": "#b4c7f9";
|
|
2832
3005
|
readonly "sem/color/chart/indigo/soft/default": "#edf3fb";
|
|
2833
3006
|
readonly "sem/color/chart/indigo/soft/hover": "#d1ddfb";
|
|
2834
3007
|
readonly "sem/color/chart/indigo/soft/selected": "#e7eeff";
|
|
2835
|
-
readonly "sem/color/chart/violet/strong/default": "#
|
|
2836
|
-
readonly "sem/color/chart/violet/strong/hover": "#
|
|
2837
|
-
readonly "sem/color/chart/violet/strong/selected": "#
|
|
3008
|
+
readonly "sem/color/chart/violet/strong/default": "#a65dcf";
|
|
3009
|
+
readonly "sem/color/chart/violet/strong/hover": "#8b269b";
|
|
3010
|
+
readonly "sem/color/chart/violet/strong/selected": "#9d3abb";
|
|
2838
3011
|
readonly "sem/color/chart/violet/sub/default": "#e5d8f5";
|
|
2839
3012
|
readonly "sem/color/chart/violet/sub/hover": "#cb9ce7";
|
|
2840
3013
|
readonly "sem/color/chart/violet/sub/selected": "#d8bcef";
|
|
2841
3014
|
readonly "sem/color/chart/violet/soft/default": "#f5f0fc";
|
|
2842
3015
|
readonly "sem/color/chart/violet/soft/hover": "#e5d8f5";
|
|
2843
3016
|
readonly "sem/color/chart/violet/soft/selected": "#f1ecfa";
|
|
2844
|
-
readonly "sem/color/chart/pink/strong/default": "#
|
|
2845
|
-
readonly "sem/color/chart/pink/strong/hover": "#
|
|
2846
|
-
readonly "sem/color/chart/pink/strong/selected": "#
|
|
3017
|
+
readonly "sem/color/chart/pink/strong/default": "#cd44a7";
|
|
3018
|
+
readonly "sem/color/chart/pink/strong/hover": "#970978";
|
|
3019
|
+
readonly "sem/color/chart/pink/strong/selected": "#bc1d92";
|
|
2847
3020
|
readonly "sem/color/chart/pink/sub/default": "#f5d3ec";
|
|
2848
3021
|
readonly "sem/color/chart/pink/sub/hover": "#ec8dd3";
|
|
2849
3022
|
readonly "sem/color/chart/pink/sub/selected": "#f0b4e3";
|
|
@@ -2872,6 +3045,7 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
2872
3045
|
readonly "sem/typo/emphasis/letter-spacing/lvl-1": "-0.3px";
|
|
2873
3046
|
readonly "sem/typo/label/font": "Inter Variable";
|
|
2874
3047
|
readonly "sem/typo/label/weight": "500";
|
|
3048
|
+
readonly "sem/typo/label/weight-bold": "700";
|
|
2875
3049
|
readonly "sem/typo/label/size/xl": "24px";
|
|
2876
3050
|
readonly "sem/typo/label/size/lg": "20px";
|
|
2877
3051
|
readonly "sem/typo/label/size/md": "17px";
|
|
@@ -2985,123 +3159,22 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
2985
3159
|
readonly "sem/dimension/size/component/xs": "28px";
|
|
2986
3160
|
readonly "sem/dimension/size/component/2xs": "24px";
|
|
2987
3161
|
readonly "sem/dimension/size/component/null": "0px";
|
|
2988
|
-
readonly "page/details-container/tabs-section/tabs-lvl2/top-padding": "20px";
|
|
2989
|
-
readonly "page/details-container/tabs-section/tabs-lvl1/top-padding": "8px";
|
|
2990
|
-
readonly "page/details-container/table-view/vertical-gap": "20px";
|
|
2991
|
-
readonly "page/details-container/table-view/top-padding": "20px";
|
|
2992
|
-
readonly "page/details-container/form-view/horizontal-gap": "20px";
|
|
2993
|
-
readonly "page/details-container/form-view/vertical-padding": "24px";
|
|
2994
|
-
readonly "page/details-container/form-view/right-section/vertical-gap": "16px";
|
|
2995
|
-
readonly "page/details-container/form-view/right-section/top-padding": "16px";
|
|
2996
|
-
readonly "page/details-container/form-view/right-section/left-padding": "12px";
|
|
2997
|
-
readonly "page/details-container/form-view/list/vertical-gap": "24px";
|
|
2998
|
-
readonly "page/details-container/form-view/list/section/horizontal-gap": "0px";
|
|
2999
|
-
readonly "page/details-container/form-view/list/section/vertical-gap": "0px";
|
|
3000
|
-
readonly "page/details-container/form-view/list/section/background-color": "#ffffff00";
|
|
3001
|
-
readonly "page/details-container/form-view/list/section/border-radius": "0px";
|
|
3002
|
-
readonly "page/details-container/form-view/list/section/stroke-color": "#ffffff00";
|
|
3003
|
-
readonly "page/details-container/form-view/list/section/title/top-padding": "12px";
|
|
3004
|
-
readonly "page/details-container/form-view/list/section/title/bottom-padding": "12px";
|
|
3005
|
-
readonly "page/details-container/form-view/list/section/title/left-padding": "12px";
|
|
3006
|
-
readonly "page/details-container/form-view/list/section/title/right-padding": "0px";
|
|
3007
|
-
readonly "page/details-container/form-view/list/section/title/label/color-text": "#2a3034";
|
|
3008
|
-
readonly "page/details-container/form-view/list/section/title/min-width": "0px";
|
|
3009
|
-
readonly "page/details-container/form-view/list/section/title/max-width": "9999px";
|
|
3010
|
-
readonly "page/details-container/form-view/list/section/title/background-color": "#ffffff00";
|
|
3011
|
-
readonly "page/details-container/form-view/list/section/content/top-padding": "36px";
|
|
3012
|
-
readonly "page/details-container/form-view/list/section/content/bottom-padding": "36px";
|
|
3013
|
-
readonly "page/details-container/form-view/list/section/content/left-padding": "24px";
|
|
3014
|
-
readonly "page/details-container/form-view/list/section/content/right-padding": "24px";
|
|
3015
|
-
readonly "page/details-container/form-view/list/section/content/min-width": "600px";
|
|
3016
|
-
readonly "page/details-container/form-view/list/section/content/data-slot/max-width": "760px";
|
|
3017
|
-
readonly "page/details-container/form-view/list/section/content/data-slot/vertical-gap": "20px";
|
|
3018
|
-
readonly "page/details-container/form-view/list/section/content/background-color": "#ffffff";
|
|
3019
|
-
readonly "page/details-container/form-view/list/section/content/stroke-color": "#0a2f4d22";
|
|
3020
|
-
readonly "page/details-container/form-view/list/section/content/border-radius": "12px";
|
|
3021
|
-
readonly "page/details-container/form-view/list/section/content/stroke-width/top-border": "1px";
|
|
3022
|
-
readonly "page/details-container/form-view/list/section/content/stroke-width/bottom-border": "1px";
|
|
3023
|
-
readonly "page/details-container/form-view/list/section/content/stroke-width/left-border": "1px";
|
|
3024
|
-
readonly "page/details-container/form-view/list/section/content/stroke-width/right-border": "1px";
|
|
3025
|
-
readonly "page/details-container/form-view/list/section/table/top-padding": "12px";
|
|
3026
|
-
readonly "page/details-container/form-view/list/section/table/bottom-padding": "12px";
|
|
3027
|
-
readonly "page/details-container/form-view/list/section/table/left-padding": "12px";
|
|
3028
|
-
readonly "page/details-container/form-view/list/section/table/right-padding": "12px";
|
|
3029
|
-
readonly "page/details-container/form-view/list/section/table/min-width": "600px";
|
|
3030
|
-
readonly "page/details-container/form-view/list/section/table/background-color": "#ffffff";
|
|
3031
|
-
readonly "page/details-container/form-view/list/section/table/stroke-color": "#0a2f4d22";
|
|
3032
|
-
readonly "page/details-container/form-view/list/section/table/border-radius": "12px";
|
|
3033
|
-
readonly "page/details-container/form-view/list/section/table/stroke-width/top-border": "1px";
|
|
3034
|
-
readonly "page/details-container/form-view/list/section/table/stroke-width/bottom-border": "1px";
|
|
3035
|
-
readonly "page/details-container/form-view/list/section/table/stroke-width/left-border": "1px";
|
|
3036
|
-
readonly "page/details-container/form-view/list/section/table/stroke-width/right-border": "1px";
|
|
3037
|
-
readonly "page/details-container/top-left-conner-radius": "20px";
|
|
3038
|
-
readonly "page/details-container/top-right-conner-radius": "20px";
|
|
3039
|
-
readonly "page/details-container/horizontal-padding": "24px";
|
|
3040
|
-
readonly "page/details-container/background-color": "#ffffff";
|
|
3041
|
-
readonly "page/details-container/info-view/horizontal-gap": "20px";
|
|
3042
|
-
readonly "page/details-container/info-view/vertical-padding": "24px";
|
|
3043
|
-
readonly "page/details-container/info-view/right-section/vertical-gap": "16px";
|
|
3044
|
-
readonly "page/details-container/info-view/right-section/left-padding": "12px";
|
|
3045
|
-
readonly "page/details-container/info-view/right-section/top-padding": "16px";
|
|
3046
|
-
readonly "page/details-container/info-view/list/vertical-gap": "24px";
|
|
3047
|
-
readonly "page/details-container/info-view/list/section/horizontal-gap": "0px";
|
|
3048
|
-
readonly "page/details-container/info-view/list/section/vertical-gap": "0px";
|
|
3049
|
-
readonly "page/details-container/info-view/list/section/background-color": "#ffffff00";
|
|
3050
|
-
readonly "page/details-container/info-view/list/section/border-radius": "0px";
|
|
3051
|
-
readonly "page/details-container/info-view/list/section/stroke-color": "#ffffff00";
|
|
3052
|
-
readonly "page/details-container/info-view/list/section/title/top-padding": "12px";
|
|
3053
|
-
readonly "page/details-container/info-view/list/section/title/bottom-padding": "12px";
|
|
3054
|
-
readonly "page/details-container/info-view/list/section/title/left-padding": "12px";
|
|
3055
|
-
readonly "page/details-container/info-view/list/section/title/right-padding": "0px";
|
|
3056
|
-
readonly "page/details-container/info-view/list/section/title/min-width": "0px";
|
|
3057
|
-
readonly "page/details-container/info-view/list/section/title/max-width": "9999px";
|
|
3058
|
-
readonly "page/details-container/info-view/list/section/title/background-color": "#ffffff00";
|
|
3059
|
-
readonly "page/details-container/info-view/list/section/title/label/color-text": "#2a3034";
|
|
3060
|
-
readonly "page/details-container/info-view/list/section/content/top-padding": "36px";
|
|
3061
|
-
readonly "page/details-container/info-view/list/section/content/bottom-padding": "36px";
|
|
3062
|
-
readonly "page/details-container/info-view/list/section/content/left-padding": "24px";
|
|
3063
|
-
readonly "page/details-container/info-view/list/section/content/right-padding": "24px";
|
|
3064
|
-
readonly "page/details-container/info-view/list/section/content/min-width": "600px";
|
|
3065
|
-
readonly "page/details-container/info-view/list/section/content/background-color": "#ffffff";
|
|
3066
|
-
readonly "page/details-container/info-view/list/section/content/stroke-color": "#0a2f4d22";
|
|
3067
|
-
readonly "page/details-container/info-view/list/section/content/border-radius": "12px";
|
|
3068
|
-
readonly "page/details-container/info-view/list/section/content/data-slot/max-width": "760px";
|
|
3069
|
-
readonly "page/details-container/info-view/list/section/content/data-slot/vertical-gap": "16px";
|
|
3070
|
-
readonly "page/details-container/info-view/list/section/content/stroke-width/top-border": "1px";
|
|
3071
|
-
readonly "page/details-container/info-view/list/section/content/stroke-width/bottom-border": "1px";
|
|
3072
|
-
readonly "page/details-container/info-view/list/section/content/stroke-width/left-border": "1px";
|
|
3073
|
-
readonly "page/details-container/info-view/list/section/content/stroke-width/right-border": "1px";
|
|
3074
|
-
readonly "page/details-container/info-view/list/section/table/top-padding": "12px";
|
|
3075
|
-
readonly "page/details-container/info-view/list/section/table/bottom-padding": "12px";
|
|
3076
|
-
readonly "page/details-container/info-view/list/section/table/left-padding": "12px";
|
|
3077
|
-
readonly "page/details-container/info-view/list/section/table/right-padding": "12px";
|
|
3078
|
-
readonly "page/details-container/info-view/list/section/table/min-width": "600px";
|
|
3079
|
-
readonly "page/details-container/info-view/list/section/table/background-color": "#ffffff";
|
|
3080
|
-
readonly "page/details-container/info-view/list/section/table/stroke-color": "#0a2f4d22";
|
|
3081
|
-
readonly "page/details-container/info-view/list/section/table/border-radius": "12px";
|
|
3082
|
-
readonly "page/details-container/info-view/list/section/table/stroke-width/top-border": "1px";
|
|
3083
|
-
readonly "page/details-container/info-view/list/section/table/stroke-width/bottom-border": "1px";
|
|
3084
|
-
readonly "page/details-container/info-view/list/section/table/stroke-width/left-border": "1px";
|
|
3085
|
-
readonly "page/details-container/info-view/list/section/table/stroke-width/right-border": "1px";
|
|
3086
|
-
readonly "page/details-container/footer/vertical-padding": "16px";
|
|
3087
|
-
readonly "page/details-container/footer/background-color": "#ffffff";
|
|
3088
|
-
readonly "page/details-container/footer/color-stroke": "#0d2e433d";
|
|
3089
|
-
readonly "page/body/horizontal-padding": "24px";
|
|
3090
|
-
readonly "page/body/top-padding": "16px";
|
|
3091
|
-
readonly "page/body/top-left-border-radius": "28px";
|
|
3092
|
-
readonly "page/body/background-color": "#f5f8fc";
|
|
3093
|
-
readonly "page/popup/body/vertical_gap": "20px";
|
|
3094
|
-
readonly "page/drawer/body/vertical_gap": "20px";
|
|
3095
3162
|
readonly "Flowkit/Purple": "#7b61ff";
|
|
3096
3163
|
readonly "Flowkit/Charcoal": "#222222";
|
|
3097
3164
|
readonly "Flowkit/Red": "#fc5555";
|
|
3098
3165
|
readonly "Flowkit/Green": "#29cc6a";
|
|
3099
3166
|
readonly "Flowkit/Blue": "#0099ff";
|
|
3100
3167
|
readonly "Flowkit/White": "#ffffff";
|
|
3168
|
+
readonly "Section/Lv-01": "#272d2e";
|
|
3169
|
+
readonly "Section/Lv-02": "#525758";
|
|
3170
|
+
readonly "Section/Lv-03": "#7d8182";
|
|
3101
3171
|
readonly "_In-Focus": "0px 0px 0px 4px #000000, 0px 0px 0px 2px #ffffff";
|
|
3102
3172
|
readonly "Elevation/Level-1": "0px 2px 4px -2px #02305e16, 0px 2px 6px -1px #00375b0e";
|
|
3173
|
+
readonly "Elevation/Level-1-invert": "0px -2px 4px -2px #02305e16, 0px -2px 6px -1px #00375b0e";
|
|
3103
3174
|
readonly "Elevation/Level-2": "0px 3px 6px -2px #02305e16, 0px 12px 16px -8px #02305e16";
|
|
3175
|
+
readonly "Elevation/Level-2-invert": "0px -3px 6px -2px #02305e16, 0px -12px 16px -8px #02305e16";
|
|
3104
3176
|
readonly "Elevation/Level-3": "0px 4px 8px -2px #00375b0e, 0px 16px 32px -12px #0a2f4d22";
|
|
3177
|
+
readonly "Elevation/Level-3-invert": "0px -4px 8px -2px #00375b0e, 0px -16px 32px -12px #0a2f4d22";
|
|
3105
3178
|
readonly "Form's-Row": readonly [{
|
|
3106
3179
|
readonly pattern: "columns";
|
|
3107
3180
|
readonly visible: true;
|
|
@@ -3192,6 +3265,51 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
3192
3265
|
readonly textTransform: "none";
|
|
3193
3266
|
readonly textDecoration: "none";
|
|
3194
3267
|
};
|
|
3268
|
+
readonly "Title/XL": {
|
|
3269
|
+
readonly fontFamily: "Inter Variable";
|
|
3270
|
+
readonly fontSize: "24px";
|
|
3271
|
+
readonly fontWeight: 700;
|
|
3272
|
+
readonly letterSpacing: "-0.5px";
|
|
3273
|
+
readonly lineHeight: "32px";
|
|
3274
|
+
readonly textTransform: "none";
|
|
3275
|
+
readonly textDecoration: "none";
|
|
3276
|
+
};
|
|
3277
|
+
readonly "Title/Lg": {
|
|
3278
|
+
readonly fontFamily: "Inter Variable";
|
|
3279
|
+
readonly fontSize: "20px";
|
|
3280
|
+
readonly fontWeight: 700;
|
|
3281
|
+
readonly letterSpacing: "-0.5px";
|
|
3282
|
+
readonly lineHeight: "28px";
|
|
3283
|
+
readonly textTransform: "none";
|
|
3284
|
+
readonly textDecoration: "none";
|
|
3285
|
+
};
|
|
3286
|
+
readonly "Title/Md": {
|
|
3287
|
+
readonly fontFamily: "Inter Variable";
|
|
3288
|
+
readonly fontSize: "17px";
|
|
3289
|
+
readonly fontWeight: 700;
|
|
3290
|
+
readonly letterSpacing: "-0.3px";
|
|
3291
|
+
readonly lineHeight: "24px";
|
|
3292
|
+
readonly textTransform: "none";
|
|
3293
|
+
readonly textDecoration: "none";
|
|
3294
|
+
};
|
|
3295
|
+
readonly "Title/Sm": {
|
|
3296
|
+
readonly fontFamily: "Inter Variable";
|
|
3297
|
+
readonly fontSize: "14px";
|
|
3298
|
+
readonly fontWeight: 700;
|
|
3299
|
+
readonly letterSpacing: "-0.15px";
|
|
3300
|
+
readonly lineHeight: "20px";
|
|
3301
|
+
readonly textTransform: "none";
|
|
3302
|
+
readonly textDecoration: "none";
|
|
3303
|
+
};
|
|
3304
|
+
readonly "Title/XS": {
|
|
3305
|
+
readonly fontFamily: "Inter Variable";
|
|
3306
|
+
readonly fontSize: "12px";
|
|
3307
|
+
readonly fontWeight: 700;
|
|
3308
|
+
readonly letterSpacing: "-0.15px";
|
|
3309
|
+
readonly lineHeight: "16px";
|
|
3310
|
+
readonly textTransform: "none";
|
|
3311
|
+
readonly textDecoration: "none";
|
|
3312
|
+
};
|
|
3195
3313
|
readonly "Label/XL": {
|
|
3196
3314
|
readonly fontFamily: "Inter Variable";
|
|
3197
3315
|
readonly fontSize: "24px";
|
|
@@ -3318,6 +3436,24 @@ declare const getTheme: <K extends keyof ThemeType>(key: K) => (props: {
|
|
|
3318
3436
|
readonly textTransform: "none";
|
|
3319
3437
|
readonly textDecoration: "none";
|
|
3320
3438
|
};
|
|
3439
|
+
readonly "Link/Sm": {
|
|
3440
|
+
readonly fontFamily: "Inter Variable";
|
|
3441
|
+
readonly fontSize: "14px";
|
|
3442
|
+
readonly fontWeight: 500;
|
|
3443
|
+
readonly letterSpacing: "-0.15px";
|
|
3444
|
+
readonly lineHeight: "20px";
|
|
3445
|
+
readonly textTransform: "none";
|
|
3446
|
+
readonly textDecoration: "underline";
|
|
3447
|
+
};
|
|
3448
|
+
readonly "Link/XS": {
|
|
3449
|
+
readonly fontFamily: "Inter Variable";
|
|
3450
|
+
readonly fontSize: "12px";
|
|
3451
|
+
readonly fontWeight: 500;
|
|
3452
|
+
readonly letterSpacing: "-0.15px";
|
|
3453
|
+
readonly lineHeight: "16px";
|
|
3454
|
+
readonly textTransform: "none";
|
|
3455
|
+
readonly textDecoration: "underline";
|
|
3456
|
+
};
|
|
3321
3457
|
readonly "_Guide/Flow-Line/Label": {
|
|
3322
3458
|
readonly fontFamily: "Inter Variable";
|
|
3323
3459
|
readonly fontSize: "24px";
|