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