@ucloud-fe/react-components 1.13.0 → 1.15.0
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/CHANGELOG.md +19 -0
- package/dist/icon.min.js +1 -1
- package/dist/main.min.js +8 -8
- package/index.d.ts +11 -0
- package/lib/components/Switch/style/index.js +7 -5
- package/lib/components/Table/Table.js +521 -123
- package/lib/components/Tag/Group.d.ts +21 -15
- package/lib/components/Tag/Group.js +175 -31
- package/lib/components/Tag/Icon.d.ts +17 -0
- package/lib/components/Tag/Icon.js +31 -2
- package/lib/components/Tag/Tag.d.ts +19 -0
- package/lib/components/Tag/Tag.js +44 -6
- package/lib/components/Tag/index.d.ts +2 -2
- package/lib/components/Tag/style/index.d.ts +46 -1
- package/lib/components/Tag/style/index.js +259 -85
- package/lib/components/ThemeProvider/designTokens.d.ts +216 -0
- package/lib/components/ThemeProvider/designTokens.js +436 -4
- package/lib/components/ThemeProvider/designTokensDark.d.ts +216 -0
- package/lib/components/ThemeProvider/designTokensDark.js +435 -3
- package/lib/components/ThemeProvider/designTokensPrivate.d.ts +492 -0
- package/lib/components/ThemeProvider/designTokensPrivate.js +989 -0
- package/lib/components/ThemeProvider/private.js +17 -0
- package/package.json +1 -1
|
@@ -0,0 +1,492 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
T_BUTTON_COMMON_COLOR_MASK: string;
|
|
3
|
+
T_BUTTON_OTHER_COLOR_BG_DEFAULT: string;
|
|
4
|
+
T_BUTTON_OTHER_COLOR_BG_HOVER: string;
|
|
5
|
+
T_BUTTON_OTHER_COLOR_BORDER_DEFAULT: string;
|
|
6
|
+
T_BUTTON_OTHER_COLOR_BORDER_HOVER: string;
|
|
7
|
+
T_BUTTON_OTHER_COLOR_SHADOW_DEFAULT: string;
|
|
8
|
+
T_BUTTON_OTHER_COLOR_SHADOW_HOVER: string;
|
|
9
|
+
T_BUTTON_PRIMARY_COLOR_BG_DEFAULT: string;
|
|
10
|
+
T_BUTTON_PRIMARY_COLOR_BG_HOVER: string;
|
|
11
|
+
T_BUTTON_PRIMARY_COLOR_SHADOW_DEFAULT: string;
|
|
12
|
+
T_BUTTON_PRIMARY_COLOR_SHADOW_HOVER: string;
|
|
13
|
+
T_BUTTON_PRIMARY_COLOR_TEXT_DEFAULT: string;
|
|
14
|
+
T_BUTTON_SECONDARY_COLOR_BG_DEFAULT: string;
|
|
15
|
+
T_BUTTON_SECONDARY_COLOR_BG_HOVER: string;
|
|
16
|
+
T_BUTTON_SECONDARY_COLOR_BORDER_DEFAULT: string;
|
|
17
|
+
T_BUTTON_SECONDARY_COLOR_BORDER_HOVER: string;
|
|
18
|
+
T_BUTTON_SECONDARY_COLOR_SHADOW_DEFAULT: string;
|
|
19
|
+
T_BUTTON_SECONDARY_COLOR_SHADOW_HOVER: string;
|
|
20
|
+
T_CARD_ACTION_BOTTOM: string;
|
|
21
|
+
T_CARD_ACTION_LEFT: string;
|
|
22
|
+
T_CARD_ACTION_RIGHT: string;
|
|
23
|
+
T_CARD_ACTION_TOP: string;
|
|
24
|
+
T_CARD_COLOR_BG_DEFAULT: string;
|
|
25
|
+
T_CARD_COMMENT_FONT_COLOR_DEFAULT: string;
|
|
26
|
+
T_CARD_COMMENT_FONT_FONT_WEIGHT: string;
|
|
27
|
+
T_CARD_COMMENT_FONT_LINE_HEIGHT: string;
|
|
28
|
+
T_CARD_COMMENT_FONT_SIZE: string;
|
|
29
|
+
T_CARD_CONTENT_BG_DEFAULT: string;
|
|
30
|
+
T_CARD_CONTENT_PADDING_BOTTOM: string;
|
|
31
|
+
T_CARD_CONTENT_PADDING_LEFT: string;
|
|
32
|
+
T_CARD_CONTENT_PADDING_RIGHT: string;
|
|
33
|
+
T_CARD_CONTENT_PADDING_TOP: string;
|
|
34
|
+
T_CARD_FOOTER_MARGIN_BOTTOM: string;
|
|
35
|
+
T_CARD_FOOTER_MARGIN_TOP: string;
|
|
36
|
+
T_CARD_FOOTER_PADDING_BOTTOM: string;
|
|
37
|
+
T_CARD_FOOTER_PADDING_LEFT: string;
|
|
38
|
+
T_CARD_FOOTER_PADDING_RIGHT: string;
|
|
39
|
+
T_CARD_FOOTER_PADDING_TOP: string;
|
|
40
|
+
T_CARD_HEADER_FONT_COLOR_DEFAULT: string;
|
|
41
|
+
T_CARD_HEADER_FONT_FONT_WEIGHT: string;
|
|
42
|
+
T_CARD_HEADER_FONT_LINE_HEIGHT: string;
|
|
43
|
+
T_CARD_HEADER_FONT_SIZE: string;
|
|
44
|
+
T_CARD_HEADER_PADDING_BOTTOM: string;
|
|
45
|
+
T_CARD_HEADER_PADDING_LEFT: string;
|
|
46
|
+
T_CARD_HEADER_PADDING_RIGHT: string;
|
|
47
|
+
T_CARD_HEADER_PADDING_TOP: string;
|
|
48
|
+
T_CARD_LINE_COLOR_DEFAULT: string;
|
|
49
|
+
T_CARD_LINE_PADDING_VERTICAL: string;
|
|
50
|
+
T_CARD_OUTSIDE_PADDING: string;
|
|
51
|
+
T_CARD_SECONDARY_FONT_COLOR_DEFAULT: string;
|
|
52
|
+
T_CARD_SECONDARY_FONT_FONT_WEIGHT: string;
|
|
53
|
+
T_CARD_SECONDARY_FONT_LINE_HEIGHT: string;
|
|
54
|
+
T_CARD_SECONDARY_FONT_SIZE: string;
|
|
55
|
+
T_CARD_SECONDARY_PADDING_BOTTOM: string;
|
|
56
|
+
T_CHART_TIMEPICKER_BG_DEFAULT: string;
|
|
57
|
+
T_CHART_TIMEPICKER_ICON_DEFAULT: string;
|
|
58
|
+
T_COLOR_BG_CONTENT_1: string;
|
|
59
|
+
T_COLOR_BG_DEFAULT_BRIGHT: string;
|
|
60
|
+
T_COLOR_BG_DEFAULT_DARK: string;
|
|
61
|
+
T_COLOR_BG_DEFAULT_HOVER: string;
|
|
62
|
+
T_COLOR_BG_DEFAULT_LIGHT: string;
|
|
63
|
+
T_COLOR_BG_DEFAULT_NORMAL: string;
|
|
64
|
+
T_COLOR_BG_DISABLED_DARK: string;
|
|
65
|
+
T_COLOR_BG_DISABLED_LIGHT: string;
|
|
66
|
+
T_COLOR_BG_ERROR_DARK: string;
|
|
67
|
+
T_COLOR_BG_ERROR_LIGHT: string;
|
|
68
|
+
T_COLOR_BG_HIGHLIGHT: string;
|
|
69
|
+
T_COLOR_BG_MENU: string;
|
|
70
|
+
T_COLOR_BG_NOTICE_DARK: string;
|
|
71
|
+
T_COLOR_BG_NOTICE_LIGHT: string;
|
|
72
|
+
T_COLOR_BG_PRIMARY_1: string;
|
|
73
|
+
T_COLOR_BG_PRIMARY_2: string;
|
|
74
|
+
T_COLOR_BG_PRIMARY_3: string;
|
|
75
|
+
T_COLOR_BG_PRIMARY_4: string;
|
|
76
|
+
T_COLOR_BG_PRIMARY_5: string;
|
|
77
|
+
T_COLOR_BG_SIDEBAR: string;
|
|
78
|
+
T_COLOR_BG_SUCCESS_DARK: string;
|
|
79
|
+
T_COLOR_BG_SUCCESS_LIGHT: string;
|
|
80
|
+
T_COLOR_BG_TRANSPARENT: string;
|
|
81
|
+
T_COLOR_BG_WARNING_DARK: string;
|
|
82
|
+
T_COLOR_BG_WARNING_LIGHT: string;
|
|
83
|
+
T_COLOR_BG_WHITE: string;
|
|
84
|
+
T_COLOR_LEGEND_BLUE_1: string;
|
|
85
|
+
T_COLOR_LEGEND_BLUE_2: string;
|
|
86
|
+
T_COLOR_LEGEND_BLUE_3: string;
|
|
87
|
+
T_COLOR_LEGEND_BLUE_4: string;
|
|
88
|
+
T_COLOR_LEGEND_BLUE_5: string;
|
|
89
|
+
T_COLOR_LEGEND_BLUE_6: string;
|
|
90
|
+
T_COLOR_LEGEND_BLUE_7: string;
|
|
91
|
+
T_COLOR_LEGEND_BLUE_8: string;
|
|
92
|
+
T_COLOR_LEGEND_BLUE_9: string;
|
|
93
|
+
T_COLOR_LEGEND_CYAN_1: string;
|
|
94
|
+
T_COLOR_LEGEND_CYAN_2: string;
|
|
95
|
+
T_COLOR_LEGEND_CYAN_3: string;
|
|
96
|
+
T_COLOR_LEGEND_CYAN_4: string;
|
|
97
|
+
T_COLOR_LEGEND_CYAN_5: string;
|
|
98
|
+
T_COLOR_LEGEND_CYAN_6: string;
|
|
99
|
+
T_COLOR_LEGEND_CYAN_7: string;
|
|
100
|
+
T_COLOR_LEGEND_CYAN_8: string;
|
|
101
|
+
T_COLOR_LEGEND_CYAN_9: string;
|
|
102
|
+
T_COLOR_LEGEND_GREEN_1: string;
|
|
103
|
+
T_COLOR_LEGEND_GREEN_2: string;
|
|
104
|
+
T_COLOR_LEGEND_GREEN_3: string;
|
|
105
|
+
T_COLOR_LEGEND_GREEN_4: string;
|
|
106
|
+
T_COLOR_LEGEND_GREEN_5: string;
|
|
107
|
+
T_COLOR_LEGEND_GREEN_6: string;
|
|
108
|
+
T_COLOR_LEGEND_GREEN_7: string;
|
|
109
|
+
T_COLOR_LEGEND_GREEN_8: string;
|
|
110
|
+
T_COLOR_LEGEND_GREEN_9: string;
|
|
111
|
+
T_COLOR_LEGEND_LIGHTBLUE_1: string;
|
|
112
|
+
T_COLOR_LEGEND_LIGHTBLUE_2: string;
|
|
113
|
+
T_COLOR_LEGEND_LIGHTBLUE_3: string;
|
|
114
|
+
T_COLOR_LEGEND_LIGHTBLUE_4: string;
|
|
115
|
+
T_COLOR_LEGEND_LIGHTBLUE_5: string;
|
|
116
|
+
T_COLOR_LEGEND_LIGHTBLUE_6: string;
|
|
117
|
+
T_COLOR_LEGEND_LIGHTBLUE_7: string;
|
|
118
|
+
T_COLOR_LEGEND_LIGHTBLUE_8: string;
|
|
119
|
+
T_COLOR_LEGEND_LIGHTBLUE_9: string;
|
|
120
|
+
T_COLOR_LEGEND_ORANGE_1: string;
|
|
121
|
+
T_COLOR_LEGEND_ORANGE_2: string;
|
|
122
|
+
T_COLOR_LEGEND_ORANGE_3: string;
|
|
123
|
+
T_COLOR_LEGEND_ORANGE_4: string;
|
|
124
|
+
T_COLOR_LEGEND_ORANGE_5: string;
|
|
125
|
+
T_COLOR_LEGEND_ORANGE_6: string;
|
|
126
|
+
T_COLOR_LEGEND_ORANGE_7: string;
|
|
127
|
+
T_COLOR_LEGEND_ORANGE_8: string;
|
|
128
|
+
T_COLOR_LEGEND_ORANGE_9: string;
|
|
129
|
+
T_COLOR_LEGEND_PURPLE_1: string;
|
|
130
|
+
T_COLOR_LEGEND_PURPLE_2: string;
|
|
131
|
+
T_COLOR_LEGEND_PURPLE_3: string;
|
|
132
|
+
T_COLOR_LEGEND_PURPLE_4: string;
|
|
133
|
+
T_COLOR_LEGEND_PURPLE_5: string;
|
|
134
|
+
T_COLOR_LEGEND_PURPLE_6: string;
|
|
135
|
+
T_COLOR_LEGEND_PURPLE_7: string;
|
|
136
|
+
T_COLOR_LEGEND_PURPLE_8: string;
|
|
137
|
+
T_COLOR_LEGEND_PURPLE_9: string;
|
|
138
|
+
T_COLOR_LEGEND_RED_1: string;
|
|
139
|
+
T_COLOR_LEGEND_RED_2: string;
|
|
140
|
+
T_COLOR_LEGEND_RED_3: string;
|
|
141
|
+
T_COLOR_LEGEND_RED_4: string;
|
|
142
|
+
T_COLOR_LEGEND_RED_5: string;
|
|
143
|
+
T_COLOR_LEGEND_RED_6: string;
|
|
144
|
+
T_COLOR_LEGEND_RED_7: string;
|
|
145
|
+
T_COLOR_LEGEND_RED_8: string;
|
|
146
|
+
T_COLOR_LEGEND_RED_9: string;
|
|
147
|
+
T_COLOR_LEGEND_YELLOW_1: string;
|
|
148
|
+
T_COLOR_LEGEND_YELLOW_2: string;
|
|
149
|
+
T_COLOR_LEGEND_YELLOW_3: string;
|
|
150
|
+
T_COLOR_LEGEND_YELLOW_4: string;
|
|
151
|
+
T_COLOR_LEGEND_YELLOW_5: string;
|
|
152
|
+
T_COLOR_LEGEND_YELLOW_6: string;
|
|
153
|
+
T_COLOR_LEGEND_YELLOW_7: string;
|
|
154
|
+
T_COLOR_LEGEND_YELLOW_8: string;
|
|
155
|
+
T_COLOR_LEGEND_YELLOW_9: string;
|
|
156
|
+
T_COLOR_LINE_DEFAULT_DARK: string;
|
|
157
|
+
T_COLOR_LINE_DEFAULT_LIGHT: string;
|
|
158
|
+
T_COLOR_LINE_DEFAULT_TRANSPARENT: string;
|
|
159
|
+
T_COLOR_LINE_DISABLED_DARK: string;
|
|
160
|
+
T_COLOR_LINE_DISABLED_LIGHT: string;
|
|
161
|
+
T_COLOR_LINE_ERROR_DARK: string;
|
|
162
|
+
T_COLOR_LINE_ERROR_LIGHT: string;
|
|
163
|
+
T_COLOR_LINE_NOTICE_DARK: string;
|
|
164
|
+
T_COLOR_LINE_NOTICE_LIGHT: string;
|
|
165
|
+
T_COLOR_LINE_PRIMARY_DEFAULT: string;
|
|
166
|
+
T_COLOR_LINE_PRIMARY_HOVER: string;
|
|
167
|
+
T_COLOR_LINE_PRIMARY_LIGHT: string;
|
|
168
|
+
T_COLOR_LINE_SUCCESS_DARK: string;
|
|
169
|
+
T_COLOR_LINE_SUCCESS_LIGHT: string;
|
|
170
|
+
T_COLOR_LINE_WARNING_DARK: string;
|
|
171
|
+
T_COLOR_LINE_WARNING_LIGHT: string;
|
|
172
|
+
T_COLOR_MASK_BG: string;
|
|
173
|
+
T_COLOR_MASK_COMP: string;
|
|
174
|
+
T_COLOR_MASK_OVERALL: string;
|
|
175
|
+
T_COLOR_TEXT_DEFAULT_BRIGHT: string;
|
|
176
|
+
T_COLOR_TEXT_DEFAULT_DARK: string;
|
|
177
|
+
T_COLOR_TEXT_DEFAULT_LIGHT: string;
|
|
178
|
+
T_COLOR_TEXT_DEFAULT_NORMAL: string;
|
|
179
|
+
T_COLOR_TEXT_DISABLED: string;
|
|
180
|
+
T_COLOR_TEXT_ERROR: string;
|
|
181
|
+
T_COLOR_TEXT_ERROR_DARK: string;
|
|
182
|
+
T_COLOR_TEXT_PRIMARY_DEFAULT: string;
|
|
183
|
+
T_COLOR_TEXT_PRIMARY_HOVER: string;
|
|
184
|
+
T_COLOR_TEXT_REMARK_DARK: string;
|
|
185
|
+
T_COLOR_TEXT_REMARK_LIGHT: string;
|
|
186
|
+
T_COLOR_TEXT_SUCCESS: string;
|
|
187
|
+
T_COLOR_TEXT_SUCCESS_DARK: string;
|
|
188
|
+
T_COLOR_TEXT_SYSTEM_BLACK: string;
|
|
189
|
+
T_COLOR_TEXT_SYSTEM_WHITE: string;
|
|
190
|
+
T_COLOR_TEXT_WARNING: string;
|
|
191
|
+
T_COLOR_TEXT_WARNING_DARK: string;
|
|
192
|
+
T_COLOR_TEXT_WHITE: string;
|
|
193
|
+
T_CONTROL_FONT_SIZE_LG: string;
|
|
194
|
+
T_CONTROL_FONT_SIZE_MD: string;
|
|
195
|
+
T_CONTROL_FONT_SIZE_SM: string;
|
|
196
|
+
T_CONTROL_HEIGHT_LG: string;
|
|
197
|
+
T_CONTROL_HEIGHT_MD: string;
|
|
198
|
+
T_CONTROL_HEIGHT_SM: string;
|
|
199
|
+
T_CONTROL_SPACING_LG: string;
|
|
200
|
+
T_CONTROL_SPACING_MD: string;
|
|
201
|
+
T_CONTROL_SPACING_SM: string;
|
|
202
|
+
T_CORNER_CIRCLE: string;
|
|
203
|
+
T_CORNER_LG: string;
|
|
204
|
+
T_CORNER_SM: string;
|
|
205
|
+
T_CORNER_ZERO: string;
|
|
206
|
+
T_DRAWER_CLOSE_BG_COLOR_DEFAULT: string;
|
|
207
|
+
T_DRAWER_CLOSE_BG_COLOR_HOVER: string;
|
|
208
|
+
T_DRAWER_CLOSE_BG_SIZE_DEFAULT: string;
|
|
209
|
+
T_DRAWER_CLOSE_BG_SIZE_HOVER: string;
|
|
210
|
+
T_DRAWER_CLOSE_ICON_COLOR_DEFAULT: string;
|
|
211
|
+
T_DRAWER_CLOSE_ICON_COLOR_HOVER: string;
|
|
212
|
+
T_DRAWER_CLOSE_ICON_SIZE_DEFAULT: string;
|
|
213
|
+
T_DRAWER_CLOSE_ICON_SIZE_HOVER: string;
|
|
214
|
+
T_DRAWER_CONTENT_BG_COLOR: string;
|
|
215
|
+
T_DRAWER_CONTENT_PADDING: string;
|
|
216
|
+
T_DRAWER_HEADER_BG_COLOR_DEFAULT: string;
|
|
217
|
+
T_DRAWER_HEADER_BG_SHADOW_DEFAULT: string;
|
|
218
|
+
T_DRAWER_HEADER_PADDING_HORIZONAL: string;
|
|
219
|
+
T_DRAWER_HEADER_PADDING_VERTICAL: string;
|
|
220
|
+
T_DRAWER_HEADER_SIZE_DEFAULT: string;
|
|
221
|
+
T_DRAWER_HEADER_TITLE_COLOR_DEFAULT: string;
|
|
222
|
+
T_DRAWER_MASK_COLOR: string;
|
|
223
|
+
T_DRAWER_RESIZER_BG_DEFAULT: string;
|
|
224
|
+
T_DRAWER_RESIZER_BG_HOVER: string;
|
|
225
|
+
T_DRAWER_SHADOW_BOTTOM: string;
|
|
226
|
+
T_DRAWER_SHADOW_LEFT: string;
|
|
227
|
+
T_DRAWER_SHADOW_RIGHT: string;
|
|
228
|
+
T_DRAWER_SHADOW_TOP: string;
|
|
229
|
+
T_FORM_ITEM_SPACING_VERTICAL: string;
|
|
230
|
+
T_FRAME_LOGO_COLOR_BG_DEFAULT: string;
|
|
231
|
+
T_FRAME_PRODUCTS_COLOR_TEXT_ICON: string;
|
|
232
|
+
T_FRAME_SIDEBAR_COLOR_BG_ACTIVE: string;
|
|
233
|
+
T_FRAME_SIDEBAR_COLOR_BG_DEFAULT: string;
|
|
234
|
+
T_FRAME_SIDEBAR_COLOR_BG_EXPAND: string;
|
|
235
|
+
T_FRAME_TOP_COLOR_BG_DEFAULT: string;
|
|
236
|
+
T_FRAME_TOP_COLOR_BG_HOVER: string;
|
|
237
|
+
T_HEIGHT_LG: string;
|
|
238
|
+
T_HEIGHT_MD: string;
|
|
239
|
+
T_HEIGHT_SM: string;
|
|
240
|
+
T_IDE_DEFAULT_COLOR_BG_ACTION: string;
|
|
241
|
+
T_IDE_DEFAULT_COLOR_BG_DEFAULT: string;
|
|
242
|
+
T_IDE_READONLY_COLOR_BG_ACTION: string;
|
|
243
|
+
T_IDE_READONLY_COLOR_BG_DEFAULT: string;
|
|
244
|
+
T_INPUT_COLOR_BG_ACTIVE: string;
|
|
245
|
+
T_INPUT_COLOR_BG_DEFAULT: string;
|
|
246
|
+
T_INPUT_COLOR_BG_HL_DEFAULT: string;
|
|
247
|
+
T_INPUT_COLOR_BG_HL_ERROR: string;
|
|
248
|
+
T_INPUT_COLOR_SHADOW_DEFAULT: string;
|
|
249
|
+
T_INPUT_COLOR_SHADOW_ERROR: string;
|
|
250
|
+
T_LINE_STYLE_BASE: string;
|
|
251
|
+
T_LINE_STYLE_DASHED: string;
|
|
252
|
+
T_LINE_WIDTH_BASE: string;
|
|
253
|
+
T_LINE_WIDTH_LG: string;
|
|
254
|
+
T_LINE_WIDTH_SM: string;
|
|
255
|
+
T_LIST_CONTENT_FONT_COLOR_DEFAULT: string;
|
|
256
|
+
T_LIST_CONTENT_FONT_COLOR_REMARK: string;
|
|
257
|
+
T_LIST_CONTENT_FONT_FONT_WEIGHT: string;
|
|
258
|
+
T_LIST_CONTENT_FONT_LINE_HEIGHT: string;
|
|
259
|
+
T_LIST_CONTENT_FONT_SIZE: string;
|
|
260
|
+
T_LIST_HEADER_FONT_COLOR_DEFAULT: string;
|
|
261
|
+
T_LIST_HEADER_FONT_FONT_WEIGHT: string;
|
|
262
|
+
T_LIST_HEADER_FONT_LINE_HEIGHT: string;
|
|
263
|
+
T_LIST_HEADER_FONT_SIZE: string;
|
|
264
|
+
T_LIST_ICON_LINK_DEFAULT: string;
|
|
265
|
+
T_LIST_ICON_LINK_HOVER: string;
|
|
266
|
+
T_LIST_ITEM_PADDING_HORIZONAL: string;
|
|
267
|
+
T_LIST_ITEM_PADDING_VERTICAL: string;
|
|
268
|
+
T_LIST_LINE_COLOR_DEFAULT: string;
|
|
269
|
+
T_LIST_OUTSIDE_PADDING_HORIZONAL: string;
|
|
270
|
+
T_LIST_OUTSIDE_PADDING_VERTICAL: string;
|
|
271
|
+
T_LOADING_COLOR_LAYER_DEFAULT: string;
|
|
272
|
+
T_MODAL_COLOR_LAYER_DEFAULT: string;
|
|
273
|
+
T_MODAL_SHADOW_DEFAULT: string;
|
|
274
|
+
T_PAY_COLOR_BG_1: string;
|
|
275
|
+
T_PAY_COLOR_BG_2: string;
|
|
276
|
+
T_PAY_COLOR_BG_3: string;
|
|
277
|
+
T_POPOVER_COLOR_BG_DARK: string;
|
|
278
|
+
T_POPOVER_COLOR_BG_LIGHT: string;
|
|
279
|
+
T_POPOVER_COLOR_LINE_DARK: string;
|
|
280
|
+
T_POPOVER_COLOR_LINE_LIGHT: string;
|
|
281
|
+
T_PROGRESS_COLOR_BG_DEFAULT: string;
|
|
282
|
+
T_RADIO_CARD_COLOR_BG_ACTIVE: string;
|
|
283
|
+
T_SCROLLBAR_COLOR_BG_DEFAULT: string;
|
|
284
|
+
T_SCROLLBAR_COLOR_BORDER_DEFAULT: string;
|
|
285
|
+
T_SHADOW_BLOCK_BOTTOM_LG: string;
|
|
286
|
+
T_SHADOW_BLOCK_BOTTOM_SM: string;
|
|
287
|
+
T_SHADOW_BLOCK_DEFAULT_LG: string;
|
|
288
|
+
T_SHADOW_BLOCK_DEFAULT_MD: string;
|
|
289
|
+
T_SHADOW_BLOCK_DEFAULT_SM: string;
|
|
290
|
+
T_SHADOW_BLOCK_LEFT_LG: string;
|
|
291
|
+
T_SHADOW_BLOCK_LEFT_SM: string;
|
|
292
|
+
T_SHADOW_BLOCK_RIGHT_LG: string;
|
|
293
|
+
T_SHADOW_BLOCK_RIGHT_SM: string;
|
|
294
|
+
T_SHADOW_BLOCK_TOP_LG: string;
|
|
295
|
+
T_SHADOW_BLOCK_TOP_SM: string;
|
|
296
|
+
T_SHADOW_BUTTON_DEFAULT: string;
|
|
297
|
+
T_SHADOW_BUTTON_ERROR: string;
|
|
298
|
+
T_SHADOW_BUTTON_ERROR_HOVER: string;
|
|
299
|
+
T_SHADOW_BUTTON_HOVER: string;
|
|
300
|
+
T_SHADOW_BUTTON_PRIMARY: string;
|
|
301
|
+
T_SHADOW_BUTTON_PRIMARY_HOVER: string;
|
|
302
|
+
T_SHADOW_INSET_1: string;
|
|
303
|
+
T_SHADOW_INSET_BOTTOM: string;
|
|
304
|
+
T_SHADOW_INSET_DEFAULT: string;
|
|
305
|
+
T_SHADOW_INSET_ERROR: string;
|
|
306
|
+
T_SHADOW_INSET_LEFT: string;
|
|
307
|
+
T_SHADOW_INSET_RIGHT: string;
|
|
308
|
+
T_SHADOW_INSET_TOP: string;
|
|
309
|
+
T_SHADOW_LINE_BOTTOM: string;
|
|
310
|
+
T_SHADOW_LINE_LEFT: string;
|
|
311
|
+
T_SHADOW_LINE_RIGHT: string;
|
|
312
|
+
T_SHADOW_LINE_TOP: string;
|
|
313
|
+
T_SKELETON_COLOR_BG_DARK: string;
|
|
314
|
+
T_SKELETON_COLOR_BG_DARK1: string;
|
|
315
|
+
T_SKELETON_COLOR_BG_LIGHT: string;
|
|
316
|
+
T_SKELETON_COLOR_BG_LIGHT1: string;
|
|
317
|
+
T_SLIDER_COLOR_BG_ACTIVE: string;
|
|
318
|
+
T_SLIDER_COLOR_BG_DEFAULT: string;
|
|
319
|
+
T_SLIDER_COLOR_LINE_ACTIVE: string;
|
|
320
|
+
T_SLIDER_COLOR_LINE_DEFAULT: string;
|
|
321
|
+
T_SLIDER_COLOR_TEXT_ACTIVE: string;
|
|
322
|
+
T_SLIDER_COLOR_TEXT_DEFAULT: string;
|
|
323
|
+
T_SPACING_COMMON_LG: string;
|
|
324
|
+
T_SPACING_COMMON_MD: string;
|
|
325
|
+
T_SPACING_COMMON_SM: string;
|
|
326
|
+
T_SPACING_COMMON_XLG: string;
|
|
327
|
+
T_SPACING_COMMON_XS: string;
|
|
328
|
+
T_SPACING_COMMON_XXLG: string;
|
|
329
|
+
T_SPACING_COMMON_XXXLG: string;
|
|
330
|
+
T_SQUARE_LG: string;
|
|
331
|
+
T_SQUARE_MD: string;
|
|
332
|
+
T_SQUARE_SM: string;
|
|
333
|
+
T_SWITCH_COLOR_BG_DOT_DISABLED: string;
|
|
334
|
+
T_SWITCH_COLOR_BG_DOT_OFF: string;
|
|
335
|
+
T_SWITCH_COLOR_BG_DOT_ON: string;
|
|
336
|
+
T_SWITCH_COLOR_BG_INNER_OFF: string;
|
|
337
|
+
T_SWITCH_COLOR_BG_INNER_ON: string;
|
|
338
|
+
T_SWITCH_COLOR_BG_OUTER: string;
|
|
339
|
+
T_SWITCH_COLOR_LINE_INNER_ON: string;
|
|
340
|
+
T_SWITCH_COLOR_TEXT_OFF: string;
|
|
341
|
+
T_SWITCH_COLOR_TEXT_ON: string;
|
|
342
|
+
T_SWITCH_CORNER: string;
|
|
343
|
+
T_TABLE_HEADER_COLOR_BG2: string;
|
|
344
|
+
T_TABLE_HEADER_COLOR_BG_DEFAULT: string;
|
|
345
|
+
T_TABLE_HEADER_COLOR_ICON: string;
|
|
346
|
+
T_TABLE_ROW_COLOR_BG_DEFAULT: string;
|
|
347
|
+
T_TABLE_ROW_COLOR_BG_HOVER: string;
|
|
348
|
+
T_TABS_DEFAULT_COLOR_BG_DEFAULT: string;
|
|
349
|
+
T_TABS_DEFAULT_COLOR_BG_HOVER: string;
|
|
350
|
+
T_TABS_DEFAULT_COLOR_LINE_HOVER: string;
|
|
351
|
+
T_TABS_PRODUCT_COLOR_BG_HOVER: string;
|
|
352
|
+
T_TABS_PRODUCT_COLOR_LINE_ACTIVE: string;
|
|
353
|
+
T_TABS_PRODUCT_COLOR_SHADOW_DEFAULT: string;
|
|
354
|
+
T_TABS_PRODUCT_COLOR_SHADOW_HOVER: string;
|
|
355
|
+
T_TABS_PRODUCT_COLOR_TEXT_DEFAULT: string;
|
|
356
|
+
T_TAG_BORDER_RADIUS: string;
|
|
357
|
+
T_TAG_COLOR_BLUE_BG_DARK: string;
|
|
358
|
+
T_TAG_COLOR_BLUE_BG_LIGHT: string;
|
|
359
|
+
T_TAG_COLOR_BLUE_BORDER: string;
|
|
360
|
+
T_TAG_COLOR_BLUE_DIVIDER: string;
|
|
361
|
+
T_TAG_COLOR_BLUE_FILLBG_DARK: string;
|
|
362
|
+
T_TAG_COLOR_BLUE_FILLBG_LIGHT: string;
|
|
363
|
+
T_TAG_COLOR_BLUE_ICON: string;
|
|
364
|
+
T_TAG_COLOR_BLUE_TEXT: string;
|
|
365
|
+
T_TAG_COLOR_CYAN_BG_DARK: string;
|
|
366
|
+
T_TAG_COLOR_CYAN_BG_LIGHT: string;
|
|
367
|
+
T_TAG_COLOR_CYAN_BORDER: string;
|
|
368
|
+
T_TAG_COLOR_CYAN_DIVIDER: string;
|
|
369
|
+
T_TAG_COLOR_CYAN_FILLBG_DARK: string;
|
|
370
|
+
T_TAG_COLOR_CYAN_FILLBG_LIGHT: string;
|
|
371
|
+
T_TAG_COLOR_CYAN_ICON: string;
|
|
372
|
+
T_TAG_COLOR_CYAN_TEXT: string;
|
|
373
|
+
T_TAG_COLOR_DISABLED_BG_DARK: string;
|
|
374
|
+
T_TAG_COLOR_DISABLED_BG_LIGHT: string;
|
|
375
|
+
T_TAG_COLOR_DISABLED_BORDER: string;
|
|
376
|
+
T_TAG_COLOR_DISABLED_DIVIDER: string;
|
|
377
|
+
T_TAG_COLOR_DISABLED_ICON: string;
|
|
378
|
+
T_TAG_COLOR_DISABLED_TEXT: string;
|
|
379
|
+
T_TAG_COLOR_GRAY_BG_DARK: string;
|
|
380
|
+
T_TAG_COLOR_GRAY_BG_LIGHT: string;
|
|
381
|
+
T_TAG_COLOR_GRAY_BORDER: string;
|
|
382
|
+
T_TAG_COLOR_GRAY_DIVIDER: string;
|
|
383
|
+
T_TAG_COLOR_GRAY_ICON: string;
|
|
384
|
+
T_TAG_COLOR_GRAY_TEXT: string;
|
|
385
|
+
T_TAG_COLOR_GREEN_BG_DARK: string;
|
|
386
|
+
T_TAG_COLOR_GREEN_BG_LIGHT: string;
|
|
387
|
+
T_TAG_COLOR_GREEN_BORDER: string;
|
|
388
|
+
T_TAG_COLOR_GREEN_DIVIDER: string;
|
|
389
|
+
T_TAG_COLOR_GREEN_ICON: string;
|
|
390
|
+
T_TAG_COLOR_GREEN_TEXT: string;
|
|
391
|
+
T_TAG_COLOR_LIGHTBLUE_BG_DARK: string;
|
|
392
|
+
T_TAG_COLOR_LIGHTBLUE_BG_LIGHT: string;
|
|
393
|
+
T_TAG_COLOR_LIGHTBLUE_BORDER: string;
|
|
394
|
+
T_TAG_COLOR_LIGHTBLUE_DIVIDER: string;
|
|
395
|
+
T_TAG_COLOR_LIGHTBLUE_FILLBG_DARK: string;
|
|
396
|
+
T_TAG_COLOR_LIGHTBLUE_FILLBG_LIGHT: string;
|
|
397
|
+
T_TAG_COLOR_LIGHTBLUE_ICON: string;
|
|
398
|
+
T_TAG_COLOR_LIGHTBLUE_TEXT: string;
|
|
399
|
+
T_TAG_COLOR_ORANGE_BG_DARK: string;
|
|
400
|
+
T_TAG_COLOR_ORANGE_BG_LIGHT: string;
|
|
401
|
+
T_TAG_COLOR_ORANGE_BORDER: string;
|
|
402
|
+
T_TAG_COLOR_ORANGE_DIVIDER: string;
|
|
403
|
+
T_TAG_COLOR_ORANGE_FILLBG_DARK: string;
|
|
404
|
+
T_TAG_COLOR_ORANGE_FILLBG_LIGHT: string;
|
|
405
|
+
T_TAG_COLOR_ORANGE_ICON: string;
|
|
406
|
+
T_TAG_COLOR_ORANGE_TEXT: string;
|
|
407
|
+
T_TAG_COLOR_PRIMARY_BG_DARK: string;
|
|
408
|
+
T_TAG_COLOR_PRIMARY_BG_LIGHT: string;
|
|
409
|
+
T_TAG_COLOR_PRIMARY_BORDER: string;
|
|
410
|
+
T_TAG_COLOR_PRIMARY_DIVIDER: string;
|
|
411
|
+
T_TAG_COLOR_PRIMARY_ICON: string;
|
|
412
|
+
T_TAG_COLOR_PRIMARY_TEXT: string;
|
|
413
|
+
T_TAG_COLOR_PURPLE_BG_DARK: string;
|
|
414
|
+
T_TAG_COLOR_PURPLE_BG_LIGHT: string;
|
|
415
|
+
T_TAG_COLOR_PURPLE_BORDER: string;
|
|
416
|
+
T_TAG_COLOR_PURPLE_DIVIDER: string;
|
|
417
|
+
T_TAG_COLOR_PURPLE_FILLBG_DARK: string;
|
|
418
|
+
T_TAG_COLOR_PURPLE_FILLBG_LIGHT: string;
|
|
419
|
+
T_TAG_COLOR_PURPLE_ICON: string;
|
|
420
|
+
T_TAG_COLOR_PURPLE_TEXT: string;
|
|
421
|
+
T_TAG_COLOR_RED_BG_DARK: string;
|
|
422
|
+
T_TAG_COLOR_RED_BG_LIGHT: string;
|
|
423
|
+
T_TAG_COLOR_RED_BORDER: string;
|
|
424
|
+
T_TAG_COLOR_RED_DIVIDER: string;
|
|
425
|
+
T_TAG_COLOR_RED_FILLBG_DARK: string;
|
|
426
|
+
T_TAG_COLOR_RED_FILLBG_LIGHT: string;
|
|
427
|
+
T_TAG_COLOR_RED_ICON: string;
|
|
428
|
+
T_TAG_COLOR_RED_TEXT: string;
|
|
429
|
+
T_TAG_COLOR_YELLOW_BG_DARK: string;
|
|
430
|
+
T_TAG_COLOR_YELLOW_BG_LIGHT: string;
|
|
431
|
+
T_TAG_COLOR_YELLOW_BORDER: string;
|
|
432
|
+
T_TAG_COLOR_YELLOW_DIVIDER: string;
|
|
433
|
+
T_TAG_COLOR_YELLOW_FILLBG_DARK: string;
|
|
434
|
+
T_TAG_COLOR_YELLOW_FILLBG_LIGHT: string;
|
|
435
|
+
T_TAG_COLOR_YELLOW_ICON: string;
|
|
436
|
+
T_TAG_COLOR_YELLOW_TEXT: string;
|
|
437
|
+
T_TAG_HEIGHT_LG: string;
|
|
438
|
+
T_TAG_HEIGHT_MD: string;
|
|
439
|
+
T_TAG_HEIGHT_SM: string;
|
|
440
|
+
T_TAG_ICON_CLOSE: string;
|
|
441
|
+
T_TAG_ICON_OPACITY_DEFAULT: string;
|
|
442
|
+
T_TAG_ICON_OPACITY_HOVER: string;
|
|
443
|
+
T_TAG_ICON_SIZE_LG: string;
|
|
444
|
+
T_TAG_ICON_SIZE_MD: string;
|
|
445
|
+
T_TAG_ICON_SIZE_SM: string;
|
|
446
|
+
T_TAG_ICON_SIZE_XS: string;
|
|
447
|
+
T_TAG_ICON_WIDTH_SM: string;
|
|
448
|
+
T_TYPOGRAPHY_FONT_H1_FONT_WEIGHT: string;
|
|
449
|
+
T_TYPOGRAPHY_FONT_H1_LINE_HEIGHT: string;
|
|
450
|
+
T_TYPOGRAPHY_FONT_H1_SIZE: string;
|
|
451
|
+
T_TYPOGRAPHY_FONT_H2_FONT_WEIGHT: string;
|
|
452
|
+
T_TYPOGRAPHY_FONT_H2_LINE_HEIGHT: string;
|
|
453
|
+
T_TYPOGRAPHY_FONT_H2_SIZE: string;
|
|
454
|
+
T_TYPOGRAPHY_FONT_H3_FONT_WEIGHT: string;
|
|
455
|
+
T_TYPOGRAPHY_FONT_H3_LINE_HEIGHT: string;
|
|
456
|
+
T_TYPOGRAPHY_FONT_H3_SIZE: string;
|
|
457
|
+
T_TYPOGRAPHY_FONT_H4_FONT_WEIGHT: string;
|
|
458
|
+
T_TYPOGRAPHY_FONT_H4_LINE_HEIGHT: string;
|
|
459
|
+
T_TYPOGRAPHY_FONT_H4_SIZE: string;
|
|
460
|
+
T_TYPOGRAPHY_FONT_H5_FONT_WEIGHT: string;
|
|
461
|
+
T_TYPOGRAPHY_FONT_H5_LINE_HEIGHT: string;
|
|
462
|
+
T_TYPOGRAPHY_FONT_H5_SIZE: string;
|
|
463
|
+
T_TYPOGRAPHY_FONT_PARAGRAPH_IMPACT_FONT_WEIGHT: string;
|
|
464
|
+
T_TYPOGRAPHY_FONT_PARAGRAPH_IMPACT_LINE_HEIGHT: string;
|
|
465
|
+
T_TYPOGRAPHY_FONT_PARAGRAPH_IMPACT_SIZE: string;
|
|
466
|
+
T_TYPOGRAPHY_FONT_PARAGRAPH_NORMAL_FONT_WEIGHT: string;
|
|
467
|
+
T_TYPOGRAPHY_FONT_PARAGRAPH_NORMAL_LINE_HEIGHT: string;
|
|
468
|
+
T_TYPOGRAPHY_FONT_PARAGRAPH_NORMAL_SIZE: string;
|
|
469
|
+
T_TYPOGRAPHY_FONT_TEXT_FONT_WEIGHT: string;
|
|
470
|
+
T_TYPOGRAPHY_FONT_TEXT_LINE_HEIGHT: string;
|
|
471
|
+
T_TYPOGRAPHY_FONT_TEXT_SIZE: string;
|
|
472
|
+
T_TYPOGRAPHY_ICON_LINK_DEFAULT: string;
|
|
473
|
+
T_TYPOGRAPHY_ICON_LINK_HOVER: string;
|
|
474
|
+
T_TYPO_FONT_SIZE_1: string;
|
|
475
|
+
T_TYPO_FONT_SIZE_2: string;
|
|
476
|
+
T_TYPO_FONT_SIZE_3: string;
|
|
477
|
+
T_TYPO_FONT_SIZE_4: string;
|
|
478
|
+
T_TYPO_FONT_SIZE_5: string;
|
|
479
|
+
T_TYPO_FONT_SIZE_6: string;
|
|
480
|
+
T_TYPO_FONT_SIZE_7: string;
|
|
481
|
+
T_TYPO_FONT_SIZE_8: string;
|
|
482
|
+
T_TYPO_FONT_WEIGHT_BOLD: string;
|
|
483
|
+
T_TYPO_FONT_WEIGHT_LIGHT: string;
|
|
484
|
+
T_TYPO_FONT_WEIGHT_NORMAL: string;
|
|
485
|
+
T_TYPO_LINE_HEIGHT_LG: string;
|
|
486
|
+
T_TYPO_LINE_HEIGHT_MD: string;
|
|
487
|
+
T_TYPO_LINE_HEIGHT_SM: string;
|
|
488
|
+
T_WIDTH_LG: string;
|
|
489
|
+
T_WIDTH_MD: string;
|
|
490
|
+
T_WIDTH_SM: string;
|
|
491
|
+
};
|
|
492
|
+
export default _default;
|