@sheinx/theme 3.9.0-beta.9 → 3.9.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/cjs/spin/spin.d.ts.map +1 -1
- package/cjs/spin/spin.js +1 -0
- package/cjs/spin/token.js +2 -1
- package/cjs/spin/type.d.ts +6 -0
- package/cjs/spin/type.d.ts.map +1 -1
- package/cjs/switch/switch.js +1 -1
- package/cjs/switch/token.js +1 -1
- package/cjs/switch/type.d.ts +1 -1
- package/cjs/tabs/tabs.d.ts.map +1 -1
- package/cjs/tabs/tabs.js +2 -1
- package/cjs/tabs/token.js +5 -2
- package/cjs/tabs/type.d.ts +8 -2
- package/cjs/tabs/type.d.ts.map +1 -1
- package/cjs/tag/rule.js +2 -2
- package/cjs/tag/tag.d.ts.map +1 -1
- package/cjs/tag/tag.js +90 -65
- package/cjs/tag/token.js +150 -2
- package/cjs/tag/type.d.ts +529 -379
- package/cjs/tag/type.d.ts.map +1 -1
- package/cjs/token/figma.js +9 -9
- package/cjs/token/token.js +9 -9
- package/cjs/token/type.d.ts +9 -9
- package/esm/spin/spin.d.ts.map +1 -1
- package/esm/spin/spin.js +1 -0
- package/esm/spin/token.js +2 -1
- package/esm/spin/type.d.ts +6 -0
- package/esm/spin/type.d.ts.map +1 -1
- package/esm/switch/switch.js +1 -1
- package/esm/switch/token.js +1 -1
- package/esm/switch/type.d.ts +1 -1
- package/esm/tabs/tabs.d.ts.map +1 -1
- package/esm/tabs/tabs.js +2 -1
- package/esm/tabs/token.js +5 -2
- package/esm/tabs/type.d.ts +8 -2
- package/esm/tabs/type.d.ts.map +1 -1
- package/esm/tag/rule.js +2 -2
- package/esm/tag/tag.d.ts.map +1 -1
- package/esm/tag/tag.js +90 -65
- package/esm/tag/token.js +150 -2
- package/esm/tag/type.d.ts +529 -379
- package/esm/tag/type.d.ts.map +1 -1
- package/esm/token/figma.js +9 -9
- package/esm/token/token.js +9 -9
- package/esm/token/type.d.ts +9 -9
- package/package.json +1 -1
package/cjs/tag/type.d.ts
CHANGED
|
@@ -71,6 +71,24 @@ export interface TagTokens {
|
|
|
71
71
|
* @description 标签提示色线框风格禁用状态的边框颜色
|
|
72
72
|
*/
|
|
73
73
|
tagInfoOutlineDisabledBorderColor: string;
|
|
74
|
+
/**
|
|
75
|
+
* @type {string}
|
|
76
|
+
* @token Brand-3
|
|
77
|
+
* @description 标签提示色线框风格图标禁用状态的字体颜色
|
|
78
|
+
*/
|
|
79
|
+
tagInfoOutlineIconDisabledFontColor: string;
|
|
80
|
+
/**
|
|
81
|
+
* @type {string}
|
|
82
|
+
* @token Brand-1
|
|
83
|
+
* @description 标签提示色线框风格图标鼠标移入时的背景颜色
|
|
84
|
+
*/
|
|
85
|
+
tagInfoOutlineIconHoverBackgroundColor: string;
|
|
86
|
+
/**
|
|
87
|
+
* @type {string}
|
|
88
|
+
* @token Brand-6
|
|
89
|
+
* @description 标签提示色线框风格图标鼠标移入时的字体颜色
|
|
90
|
+
*/
|
|
91
|
+
tagInfoOutlineIconHoverFontColor: string;
|
|
74
92
|
/**
|
|
75
93
|
* @type {string}
|
|
76
94
|
* @token Neutral-text-1
|
|
@@ -107,6 +125,36 @@ export interface TagTokens {
|
|
|
107
125
|
* @description 标签提示色填充风格禁用状态的边框颜色
|
|
108
126
|
*/
|
|
109
127
|
tagInfoFillDisabledBorderColor: string;
|
|
128
|
+
/**
|
|
129
|
+
* @type {string}
|
|
130
|
+
* @token Brand-5
|
|
131
|
+
* @description 标签提示色填充风格图标鼠标移入时的背景颜色
|
|
132
|
+
*/
|
|
133
|
+
tagInfoFillIconHoverBackgroundColor: string;
|
|
134
|
+
/**
|
|
135
|
+
* @type {string}
|
|
136
|
+
* @token Brand-6
|
|
137
|
+
* @description 标签提示色图标字体颜色
|
|
138
|
+
*/
|
|
139
|
+
tagInfoIconFontColor: string;
|
|
140
|
+
/**
|
|
141
|
+
* @type {string}
|
|
142
|
+
* @token Brand-3
|
|
143
|
+
* @description 标签提示色图标禁用状态的字体颜色
|
|
144
|
+
*/
|
|
145
|
+
tagInfoIconDisabledFontColor: string;
|
|
146
|
+
/**
|
|
147
|
+
* @type {string}
|
|
148
|
+
* @token Brand-2
|
|
149
|
+
* @description 标签提示色图标鼠标移入时的背景颜色
|
|
150
|
+
*/
|
|
151
|
+
tagInfoIconHoverBackgroundColor: string;
|
|
152
|
+
/**
|
|
153
|
+
* @type {string}
|
|
154
|
+
* @token Line-height-dynamic
|
|
155
|
+
* @description 标签默认尺寸行高度
|
|
156
|
+
*/
|
|
157
|
+
tagDefaultLineHeight: string;
|
|
110
158
|
/**
|
|
111
159
|
* @type {string}
|
|
112
160
|
* @token Neutral-text-5
|
|
@@ -215,6 +263,36 @@ export interface TagTokens {
|
|
|
215
263
|
* @description 标签默认尺寸填充风格禁用状态的边框颜色
|
|
216
264
|
*/
|
|
217
265
|
tagDefaultFillDisabledBorderColor: string;
|
|
266
|
+
/**
|
|
267
|
+
* @type {string}
|
|
268
|
+
* @token Neutral-fill-4
|
|
269
|
+
* @description 标签默认尺寸填充风格图标鼠标移入时的背景颜色
|
|
270
|
+
*/
|
|
271
|
+
tagDefaultFillIconHoverBackgroundColor: string;
|
|
272
|
+
/**
|
|
273
|
+
* @type {string}
|
|
274
|
+
* @token Neutral-text-4
|
|
275
|
+
* @description 标签默认尺寸图标字体颜色
|
|
276
|
+
*/
|
|
277
|
+
tagDefaultIconFontColor: string;
|
|
278
|
+
/**
|
|
279
|
+
* @type {string}
|
|
280
|
+
* @token Neutral-text-2
|
|
281
|
+
* @description 标签默认尺寸图标禁用状态的字体颜色
|
|
282
|
+
*/
|
|
283
|
+
tagDefaultIconDisabledFontColor: string;
|
|
284
|
+
/**
|
|
285
|
+
* @type {string}
|
|
286
|
+
* @token Neutral-fill-3
|
|
287
|
+
* @description 标签默认尺寸图标鼠标移入时的背景颜色
|
|
288
|
+
*/
|
|
289
|
+
tagDefaultIconHoverBackgroundColor: string;
|
|
290
|
+
/**
|
|
291
|
+
* @type {string}
|
|
292
|
+
* @token Neutral-text-5
|
|
293
|
+
* @description 标签默认尺寸图标鼠标移入时的字体颜色
|
|
294
|
+
*/
|
|
295
|
+
tagDefaultIconHoverFontColor: string;
|
|
218
296
|
/**
|
|
219
297
|
* @type {string}
|
|
220
298
|
* @token Success-6
|
|
@@ -287,6 +365,18 @@ export interface TagTokens {
|
|
|
287
365
|
* @description 标签成功色线框风格禁用状态的边框颜色
|
|
288
366
|
*/
|
|
289
367
|
tagSuccessOutlineDisabledBorderColor: string;
|
|
368
|
+
/**
|
|
369
|
+
* @type {string}
|
|
370
|
+
* @token Success-3
|
|
371
|
+
* @description 标签成功色线框风格图标禁用状态的字体颜色
|
|
372
|
+
*/
|
|
373
|
+
tagSuccessOutlineIconDisabledFontColor: string;
|
|
374
|
+
/**
|
|
375
|
+
* @type {string}
|
|
376
|
+
* @token Success-2
|
|
377
|
+
* @description 标签成功色线框风格图标鼠标移入时的背景颜色
|
|
378
|
+
*/
|
|
379
|
+
tagSuccessOutlineIconHoverBackgroundColor: string;
|
|
290
380
|
/**
|
|
291
381
|
* @type {string}
|
|
292
382
|
* @token Neutral-text-1
|
|
@@ -323,6 +413,30 @@ export interface TagTokens {
|
|
|
323
413
|
* @description 标签成功色填充风格禁用状态的边框颜色
|
|
324
414
|
*/
|
|
325
415
|
tagSuccessFillDisabledBorderColor: string;
|
|
416
|
+
/**
|
|
417
|
+
* @type {string}
|
|
418
|
+
* @token Success-5
|
|
419
|
+
* @description 标签成功色填充风格图标鼠标移入时的背景颜色
|
|
420
|
+
*/
|
|
421
|
+
tagSuccessFillIconHoverBackgroundColor: string;
|
|
422
|
+
/**
|
|
423
|
+
* @type {string}
|
|
424
|
+
* @token Success-6
|
|
425
|
+
* @description 标签成功色图标字体颜色
|
|
426
|
+
*/
|
|
427
|
+
tagSuccessIconFontColor: string;
|
|
428
|
+
/**
|
|
429
|
+
* @type {string}
|
|
430
|
+
* @token Success-3
|
|
431
|
+
* @description 标签成功色图标禁用状态的字体颜色
|
|
432
|
+
*/
|
|
433
|
+
tagSuccessIconDisabledFontColor: string;
|
|
434
|
+
/**
|
|
435
|
+
* @type {string}
|
|
436
|
+
* @token Success-2
|
|
437
|
+
* @description 标签成功色图标鼠标移入时的背景颜色
|
|
438
|
+
*/
|
|
439
|
+
tagSuccessIconHoverBackgroundColor: string;
|
|
326
440
|
/**
|
|
327
441
|
* @type {string}
|
|
328
442
|
* @token Warning-6
|
|
@@ -431,6 +545,30 @@ export interface TagTokens {
|
|
|
431
545
|
* @description 标签警告色填充风格禁用状态的边框颜色
|
|
432
546
|
*/
|
|
433
547
|
tagWarningFillDisabledBorderColor: string;
|
|
548
|
+
/**
|
|
549
|
+
* @type {string}
|
|
550
|
+
* @token Warning-6
|
|
551
|
+
* @description 标签警告色填充风格图标字体颜色
|
|
552
|
+
*/
|
|
553
|
+
tagWarningFillIconFontColor: string;
|
|
554
|
+
/**
|
|
555
|
+
* @type {string}
|
|
556
|
+
* @token Warning-5
|
|
557
|
+
* @description 标签警告色填充风格图标鼠标移入时的背景颜色
|
|
558
|
+
*/
|
|
559
|
+
tagWarningFillIconHoverBackgroundColor: string;
|
|
560
|
+
/**
|
|
561
|
+
* @type {string}
|
|
562
|
+
* @token Warning-3
|
|
563
|
+
* @description 标签警告色图标禁用状态的字体颜色
|
|
564
|
+
*/
|
|
565
|
+
tagWarningIconDisabledFontColor: string;
|
|
566
|
+
/**
|
|
567
|
+
* @type {string}
|
|
568
|
+
* @token Warning-2
|
|
569
|
+
* @description 标签警告色图标鼠标移入时的背景颜色
|
|
570
|
+
*/
|
|
571
|
+
tagWarningIconHoverBackgroundColor: string;
|
|
434
572
|
/**
|
|
435
573
|
* @type {string}
|
|
436
574
|
* @token Danger-6
|
|
@@ -539,6 +677,30 @@ export interface TagTokens {
|
|
|
539
677
|
* @description 标签危险色填充风格禁用状态的边框颜色
|
|
540
678
|
*/
|
|
541
679
|
tagDangerFillDisabledBorderColor: string;
|
|
680
|
+
/**
|
|
681
|
+
* @type {string}
|
|
682
|
+
* @token Danger-5
|
|
683
|
+
* @description 标签危险色填充风格图标鼠标移入时的背景颜色
|
|
684
|
+
*/
|
|
685
|
+
tagDangerFillIconHoverBackgroundColor: string;
|
|
686
|
+
/**
|
|
687
|
+
* @type {string}
|
|
688
|
+
* @token Danger-6
|
|
689
|
+
* @description 标签危险色图标字体颜色
|
|
690
|
+
*/
|
|
691
|
+
tagDangerIconFontColor: string;
|
|
692
|
+
/**
|
|
693
|
+
* @type {string}
|
|
694
|
+
* @token Danger-3
|
|
695
|
+
* @description 标签危险色图标禁用状态的字体颜色
|
|
696
|
+
*/
|
|
697
|
+
tagDangerIconDisabledFontColor: string;
|
|
698
|
+
/**
|
|
699
|
+
* @type {string}
|
|
700
|
+
* @token Danger-2
|
|
701
|
+
* @description 标签危险色图标鼠标移入时的背景颜色
|
|
702
|
+
*/
|
|
703
|
+
tagDangerIconHoverBackgroundColor: string;
|
|
542
704
|
/**
|
|
543
705
|
* @type {string}
|
|
544
706
|
* @token Magenta-6
|
|
@@ -647,6 +809,30 @@ export interface TagTokens {
|
|
|
647
809
|
* @description 标签洋红色填充风格禁用状态的边框颜色
|
|
648
810
|
*/
|
|
649
811
|
tagMagentaFillDisabledBorderColor: string;
|
|
812
|
+
/**
|
|
813
|
+
* @type {string}
|
|
814
|
+
* @token Magenta-5
|
|
815
|
+
* @description 标签洋红色填充风格图标鼠标移入时的背景颜色
|
|
816
|
+
*/
|
|
817
|
+
tagMagentaFillIconHoverBackgroundColor: string;
|
|
818
|
+
/**
|
|
819
|
+
* @type {string}
|
|
820
|
+
* @token Magenta-6
|
|
821
|
+
* @description 标签洋红色图标字体颜色
|
|
822
|
+
*/
|
|
823
|
+
tagMagentaIconFontColor: string;
|
|
824
|
+
/**
|
|
825
|
+
* @type {string}
|
|
826
|
+
* @token Magenta-3
|
|
827
|
+
* @description 标签洋红色图标禁用状态的字体颜色
|
|
828
|
+
*/
|
|
829
|
+
tagMagentaIconDisabledFontColor: string;
|
|
830
|
+
/**
|
|
831
|
+
* @type {string}
|
|
832
|
+
* @token Magenta-2
|
|
833
|
+
* @description 标签洋红色图标鼠标移入时的背景颜色
|
|
834
|
+
*/
|
|
835
|
+
tagMagentaIconHoverBackgroundColor: string;
|
|
650
836
|
/**
|
|
651
837
|
* @type {string}
|
|
652
838
|
* @token Brown-6
|
|
@@ -755,6 +941,30 @@ export interface TagTokens {
|
|
|
755
941
|
* @description 标签明黄色填充风格禁用状态的边框颜色
|
|
756
942
|
*/
|
|
757
943
|
tagBrownFillDisabledBorderColor: string;
|
|
944
|
+
/**
|
|
945
|
+
* @type {string}
|
|
946
|
+
* @token Brown-5
|
|
947
|
+
* @description 标签明黄色填充风格图标鼠标移入时的背景颜色
|
|
948
|
+
*/
|
|
949
|
+
tagBrownFillIconHoverBackgroundColor: string;
|
|
950
|
+
/**
|
|
951
|
+
* @type {string}
|
|
952
|
+
* @token Brown-6
|
|
953
|
+
* @description 标签明黄色图标字体颜色
|
|
954
|
+
*/
|
|
955
|
+
tagBrownIconFontColor: string;
|
|
956
|
+
/**
|
|
957
|
+
* @type {string}
|
|
958
|
+
* @token Brown-3
|
|
959
|
+
* @description 标签明黄色图标禁用状态的字体颜色
|
|
960
|
+
*/
|
|
961
|
+
tagBrownIconDisabledFontColor: string;
|
|
962
|
+
/**
|
|
963
|
+
* @type {string}
|
|
964
|
+
* @token Brown-2
|
|
965
|
+
* @description 标签明黄色图标鼠标移入时的背景颜色
|
|
966
|
+
*/
|
|
967
|
+
tagBrownIconHoverBackgroundColor: string;
|
|
758
968
|
/**
|
|
759
969
|
* @type {string}
|
|
760
970
|
* @token Purple-6
|
|
@@ -863,6 +1073,30 @@ export interface TagTokens {
|
|
|
863
1073
|
* @description 标签紫色填充风格禁用状态的边框颜色
|
|
864
1074
|
*/
|
|
865
1075
|
tagPurpleFillDisabledBorderColor: string;
|
|
1076
|
+
/**
|
|
1077
|
+
* @type {string}
|
|
1078
|
+
* @token Purple-5
|
|
1079
|
+
* @description 标签紫色填充风格图标鼠标移入时的背景颜色
|
|
1080
|
+
*/
|
|
1081
|
+
tagPurpleFillIconHoverBackgroundColor: string;
|
|
1082
|
+
/**
|
|
1083
|
+
* @type {string}
|
|
1084
|
+
* @token Purple-6
|
|
1085
|
+
* @description 标签紫色图标字体颜色
|
|
1086
|
+
*/
|
|
1087
|
+
tagPurpleIconFontColor: string;
|
|
1088
|
+
/**
|
|
1089
|
+
* @type {string}
|
|
1090
|
+
* @token Purple-3
|
|
1091
|
+
* @description 标签紫色图标禁用状态的字体颜色
|
|
1092
|
+
*/
|
|
1093
|
+
tagPurpleIconDisabledFontColor: string;
|
|
1094
|
+
/**
|
|
1095
|
+
* @type {string}
|
|
1096
|
+
* @token Purple-2
|
|
1097
|
+
* @description 标签紫色图标鼠标移入时的背景颜色
|
|
1098
|
+
*/
|
|
1099
|
+
tagPurpleIconHoverBackgroundColor: string;
|
|
866
1100
|
/**
|
|
867
1101
|
* @type {string}
|
|
868
1102
|
* @token Indigo-6
|
|
@@ -971,6 +1205,30 @@ export interface TagTokens {
|
|
|
971
1205
|
* @description 标签靛蓝色填充风格禁用状态的边框颜色
|
|
972
1206
|
*/
|
|
973
1207
|
tagIndigoFillDisabledBorderColor: string;
|
|
1208
|
+
/**
|
|
1209
|
+
* @type {string}
|
|
1210
|
+
* @token Indigo-5
|
|
1211
|
+
* @description 标签靛蓝色填充风格图标鼠标移入时的背景颜色
|
|
1212
|
+
*/
|
|
1213
|
+
tagIndigoFillIconHoverBackgroundColor: string;
|
|
1214
|
+
/**
|
|
1215
|
+
* @type {string}
|
|
1216
|
+
* @token Indigo-6
|
|
1217
|
+
* @description 标签靛蓝色图标字体颜色
|
|
1218
|
+
*/
|
|
1219
|
+
tagIndigoIconFontColor: string;
|
|
1220
|
+
/**
|
|
1221
|
+
* @type {string}
|
|
1222
|
+
* @token Indigo-3
|
|
1223
|
+
* @description 标签靛蓝色图标禁用状态的字体颜色
|
|
1224
|
+
*/
|
|
1225
|
+
tagIndigoIconDisabledFontColor: string;
|
|
1226
|
+
/**
|
|
1227
|
+
* @type {string}
|
|
1228
|
+
* @token Indigo-2
|
|
1229
|
+
* @description 标签靛蓝色图标鼠标移入时的背景颜色
|
|
1230
|
+
*/
|
|
1231
|
+
tagIndigoIconHoverBackgroundColor: string;
|
|
974
1232
|
/**
|
|
975
1233
|
* @type {string}
|
|
976
1234
|
* @token Cyan-6
|
|
@@ -1081,7 +1339,31 @@ export interface TagTokens {
|
|
|
1081
1339
|
tagCyanFillDisabledBorderColor: string;
|
|
1082
1340
|
/**
|
|
1083
1341
|
* @type {string}
|
|
1084
|
-
* @token
|
|
1342
|
+
* @token Cyan-5
|
|
1343
|
+
* @description 标签青色填充风格图标鼠标移入时的背景颜色
|
|
1344
|
+
*/
|
|
1345
|
+
tagCyanFillIconHoverBackgroundColor: string;
|
|
1346
|
+
/**
|
|
1347
|
+
* @type {string}
|
|
1348
|
+
* @token Cyan-6
|
|
1349
|
+
* @description 标签青色图标字体颜色
|
|
1350
|
+
*/
|
|
1351
|
+
tagCyanIconFontColor: string;
|
|
1352
|
+
/**
|
|
1353
|
+
* @type {string}
|
|
1354
|
+
* @token Cyan-3
|
|
1355
|
+
* @description 标签青色图标禁用状态的字体颜色
|
|
1356
|
+
*/
|
|
1357
|
+
tagCyanIconDisabledFontColor: string;
|
|
1358
|
+
/**
|
|
1359
|
+
* @type {string}
|
|
1360
|
+
* @token Cyan-2
|
|
1361
|
+
* @description 标签青色图标鼠标移入时的背景颜色
|
|
1362
|
+
*/
|
|
1363
|
+
tagCyanIconHoverBackgroundColor: string;
|
|
1364
|
+
/**
|
|
1365
|
+
* @type {string}
|
|
1366
|
+
* @token Neon-6
|
|
1085
1367
|
* @description 标签荧光色字体颜色
|
|
1086
1368
|
*/
|
|
1087
1369
|
tagNeonFontColor: string;
|
|
@@ -1187,6 +1469,30 @@ export interface TagTokens {
|
|
|
1187
1469
|
* @description 标签荧光色填充风格禁用状态的边框颜色
|
|
1188
1470
|
*/
|
|
1189
1471
|
tagNeonFillDisabledBorderColor: string;
|
|
1472
|
+
/**
|
|
1473
|
+
* @type {string}
|
|
1474
|
+
* @token Neon-5
|
|
1475
|
+
* @description 标签荧光色填充风格图标鼠标移入时的背景颜色
|
|
1476
|
+
*/
|
|
1477
|
+
tagNeonFillIconHoverBackgroundColor: string;
|
|
1478
|
+
/**
|
|
1479
|
+
* @type {string}
|
|
1480
|
+
* @token Neon-6
|
|
1481
|
+
* @description 标签荧光色图标字体颜色
|
|
1482
|
+
*/
|
|
1483
|
+
tagNeonIconFontColor: string;
|
|
1484
|
+
/**
|
|
1485
|
+
* @type {string}
|
|
1486
|
+
* @token Neon-3
|
|
1487
|
+
* @description 标签荧光色图标禁用状态的字体颜色
|
|
1488
|
+
*/
|
|
1489
|
+
tagNeonIconDisabledFontColor: string;
|
|
1490
|
+
/**
|
|
1491
|
+
* @type {string}
|
|
1492
|
+
* @token Neon-2
|
|
1493
|
+
* @description 标签荧光色图标鼠标移入时的背景颜色
|
|
1494
|
+
*/
|
|
1495
|
+
tagNeonIconHoverBackgroundColor: string;
|
|
1190
1496
|
/**
|
|
1191
1497
|
* @type {string}
|
|
1192
1498
|
* @token Lemon-6
|
|
@@ -1295,6 +1601,162 @@ export interface TagTokens {
|
|
|
1295
1601
|
* @description 标签柠檬色填充风格禁用状态的边框颜色
|
|
1296
1602
|
*/
|
|
1297
1603
|
tagLemonFillDisabledBorderColor: string;
|
|
1604
|
+
/**
|
|
1605
|
+
* @type {string}
|
|
1606
|
+
* @token Lemon-5
|
|
1607
|
+
* @description 标签柠檬色填充风格图标鼠标移入时的背景颜色
|
|
1608
|
+
*/
|
|
1609
|
+
tagLemonFillIconHoverBackgroundColor: string;
|
|
1610
|
+
/**
|
|
1611
|
+
* @type {string}
|
|
1612
|
+
* @token Lemon-6
|
|
1613
|
+
* @description 标签柠檬色图标字体颜色
|
|
1614
|
+
*/
|
|
1615
|
+
tagLemonIconFontColor: string;
|
|
1616
|
+
/**
|
|
1617
|
+
* @type {string}
|
|
1618
|
+
* @token Lemon-3
|
|
1619
|
+
* @description 标签柠檬色图标禁用状态的字体颜色
|
|
1620
|
+
*/
|
|
1621
|
+
tagLemonIconDisabledFontColor: string;
|
|
1622
|
+
/**
|
|
1623
|
+
* @type {string}
|
|
1624
|
+
* @token Lemon-2
|
|
1625
|
+
* @description 标签柠檬色图标鼠标移入时的背景颜色
|
|
1626
|
+
*/
|
|
1627
|
+
tagLemonIconHoverBackgroundColor: string;
|
|
1628
|
+
/**
|
|
1629
|
+
* @type {string}
|
|
1630
|
+
* @token Orange-6
|
|
1631
|
+
* @description 标签橙色字体颜色
|
|
1632
|
+
*/
|
|
1633
|
+
tagOrangeFontColor: string;
|
|
1634
|
+
/**
|
|
1635
|
+
* @type {string}
|
|
1636
|
+
* @token Orange-1
|
|
1637
|
+
* @description 标签橙色背景颜色
|
|
1638
|
+
*/
|
|
1639
|
+
tagOrangeBackgroundColor: string;
|
|
1640
|
+
/**
|
|
1641
|
+
* @type {string}
|
|
1642
|
+
* @token Orange-1
|
|
1643
|
+
* @description 标签橙色边框颜色
|
|
1644
|
+
*/
|
|
1645
|
+
tagOrangeBorderColor: string;
|
|
1646
|
+
/**
|
|
1647
|
+
* @type {string}
|
|
1648
|
+
* @token Orange-3
|
|
1649
|
+
* @description 标签橙色禁用状态的字体颜色
|
|
1650
|
+
*/
|
|
1651
|
+
tagOrangeDisabledFontColor: string;
|
|
1652
|
+
/**
|
|
1653
|
+
* @type {string}
|
|
1654
|
+
* @token Orange-1
|
|
1655
|
+
* @description 标签橙色禁用状态的背景颜色
|
|
1656
|
+
*/
|
|
1657
|
+
tagOrangeDisabledBackgroundColor: string;
|
|
1658
|
+
/**
|
|
1659
|
+
* @type {string}
|
|
1660
|
+
* @token Orange-1
|
|
1661
|
+
* @description 标签橙色禁用状态的边框颜色
|
|
1662
|
+
*/
|
|
1663
|
+
tagOrangeDisabledBorderColor: string;
|
|
1664
|
+
/**
|
|
1665
|
+
* @type {string}
|
|
1666
|
+
* @token Orange-6
|
|
1667
|
+
* @description 标签橙色线框风格字体颜色
|
|
1668
|
+
*/
|
|
1669
|
+
tagOrangeOutlineFontColor: string;
|
|
1670
|
+
/**
|
|
1671
|
+
* @type {string}
|
|
1672
|
+
* @token Neutral-fill-1
|
|
1673
|
+
* @description 标签橙色线框风格背景颜色
|
|
1674
|
+
*/
|
|
1675
|
+
tagOrangeOutlineBackgroundColor: string;
|
|
1676
|
+
/**
|
|
1677
|
+
* @type {string}
|
|
1678
|
+
* @token Orange-6
|
|
1679
|
+
* @description 标签橙色线框风格边框颜色
|
|
1680
|
+
*/
|
|
1681
|
+
tagOrangeOutlineBorderColor: string;
|
|
1682
|
+
/**
|
|
1683
|
+
* @type {string}
|
|
1684
|
+
* @token Orange-3
|
|
1685
|
+
* @description 标签橙色线框风格禁用状态的字体颜色
|
|
1686
|
+
*/
|
|
1687
|
+
tagOrangeOutlineDisabledFontColor: string;
|
|
1688
|
+
/**
|
|
1689
|
+
* @type {string}
|
|
1690
|
+
* @token Neutral-fill-1
|
|
1691
|
+
* @description 标签橙色线框风格禁用状态的背景颜色
|
|
1692
|
+
*/
|
|
1693
|
+
tagOrangeOutlineDisabledBackgroundColor: string;
|
|
1694
|
+
/**
|
|
1695
|
+
* @type {string}
|
|
1696
|
+
* @token Orange-3
|
|
1697
|
+
* @description 标签橙色线框风格禁用状态的边框颜色
|
|
1698
|
+
*/
|
|
1699
|
+
tagOrangeOutlineDisabledBorderColor: string;
|
|
1700
|
+
/**
|
|
1701
|
+
* @type {string}
|
|
1702
|
+
* @token Neutral-text-1
|
|
1703
|
+
* @description 标签橙色填充风格字体颜色
|
|
1704
|
+
*/
|
|
1705
|
+
tagOrangeFillFontColor: string;
|
|
1706
|
+
/**
|
|
1707
|
+
* @type {string}
|
|
1708
|
+
* @token Orange-6
|
|
1709
|
+
* @description 标签橙色填充风格背景颜色
|
|
1710
|
+
*/
|
|
1711
|
+
tagOrangeFillBackgroundColor: string;
|
|
1712
|
+
/**
|
|
1713
|
+
* @type {string}
|
|
1714
|
+
* @token Orange-6
|
|
1715
|
+
* @description 标签橙色填充风格边框颜色
|
|
1716
|
+
*/
|
|
1717
|
+
tagOrangeFillBorderColor: string;
|
|
1718
|
+
/**
|
|
1719
|
+
* @type {string}
|
|
1720
|
+
* @token Neutral-text-1
|
|
1721
|
+
* @description 标签橙色填充风格禁用状态的字体颜色
|
|
1722
|
+
*/
|
|
1723
|
+
tagOrangeFillDisabledFontColor: string;
|
|
1724
|
+
/**
|
|
1725
|
+
* @type {string}
|
|
1726
|
+
* @token Orange-3
|
|
1727
|
+
* @description 标签橙色填充风格禁用状态的背景颜色
|
|
1728
|
+
*/
|
|
1729
|
+
tagOrangeFillDisabledBackgroundColor: string;
|
|
1730
|
+
/**
|
|
1731
|
+
* @type {string}
|
|
1732
|
+
* @token Orange-3
|
|
1733
|
+
* @description 标签橙色填充风格禁用状态的边框颜色
|
|
1734
|
+
*/
|
|
1735
|
+
tagOrangeFillDisabledBorderColor: string;
|
|
1736
|
+
/**
|
|
1737
|
+
* @type {string}
|
|
1738
|
+
* @token Orange-5
|
|
1739
|
+
* @description 标签橙色填充风格图标鼠标移入时的背景颜色
|
|
1740
|
+
*/
|
|
1741
|
+
tagOrangeFillIconHoverBackgroundColor: string;
|
|
1742
|
+
/**
|
|
1743
|
+
* @type {string}
|
|
1744
|
+
* @token Orange-6
|
|
1745
|
+
* @description 标签橙色图标字体颜色
|
|
1746
|
+
*/
|
|
1747
|
+
tagOrangeIconFontColor: string;
|
|
1748
|
+
/**
|
|
1749
|
+
* @type {string}
|
|
1750
|
+
* @token Orange-3
|
|
1751
|
+
* @description 标签橙色图标禁用状态的字体颜色
|
|
1752
|
+
*/
|
|
1753
|
+
tagOrangeIconDisabledFontColor: string;
|
|
1754
|
+
/**
|
|
1755
|
+
* @type {string}
|
|
1756
|
+
* @token Orange-2
|
|
1757
|
+
* @description 标签橙色图标鼠标移入时的背景颜色
|
|
1758
|
+
*/
|
|
1759
|
+
tagOrangeIconHoverBackgroundColor: string;
|
|
1298
1760
|
/**
|
|
1299
1761
|
* @type {string}
|
|
1300
1762
|
* @token Tangerine-6
|
|
@@ -1403,12 +1865,42 @@ export interface TagTokens {
|
|
|
1403
1865
|
* @description 标签橘红色填充风格禁用状态的边框颜色
|
|
1404
1866
|
*/
|
|
1405
1867
|
tagTangerineFillDisabledBorderColor: string;
|
|
1868
|
+
/**
|
|
1869
|
+
* @type {string}
|
|
1870
|
+
* @token Tangerine-5
|
|
1871
|
+
* @description 标签橘红色填充风格图标鼠标移入时的背景颜色
|
|
1872
|
+
*/
|
|
1873
|
+
tagTangerineFillIconHoverBackgroundColor: string;
|
|
1874
|
+
/**
|
|
1875
|
+
* @type {string}
|
|
1876
|
+
* @token Tangerine-6
|
|
1877
|
+
* @description 标签橘红色图标字体颜色
|
|
1878
|
+
*/
|
|
1879
|
+
tagTangerineIconFontColor: string;
|
|
1880
|
+
/**
|
|
1881
|
+
* @type {string}
|
|
1882
|
+
* @token Tangerine-3
|
|
1883
|
+
* @description 标签橘红色图标禁用状态的字体颜色
|
|
1884
|
+
*/
|
|
1885
|
+
tagTangerineIconDisabledFontColor: string;
|
|
1886
|
+
/**
|
|
1887
|
+
* @type {string}
|
|
1888
|
+
* @token Tangerine-2
|
|
1889
|
+
* @description 标签橘红色图标鼠标移入时的背景颜色
|
|
1890
|
+
*/
|
|
1891
|
+
tagTangerineIconHoverBackgroundColor: string;
|
|
1406
1892
|
/**
|
|
1407
1893
|
* @type {string}
|
|
1408
1894
|
* @token Font-12
|
|
1409
1895
|
* @description 标签字体字号
|
|
1410
1896
|
*/
|
|
1411
1897
|
tagFontSize: string;
|
|
1898
|
+
/**
|
|
1899
|
+
* @type {string}
|
|
1900
|
+
* @token Weight-regular
|
|
1901
|
+
* @description 标签字体字重
|
|
1902
|
+
*/
|
|
1903
|
+
tagFontWeight: string;
|
|
1412
1904
|
/**
|
|
1413
1905
|
* @type {string}
|
|
1414
1906
|
* @token Radius-small
|
|
@@ -1433,18 +1925,18 @@ export interface TagTokens {
|
|
|
1433
1925
|
* @description 标签高度
|
|
1434
1926
|
*/
|
|
1435
1927
|
tagHeight: string;
|
|
1436
|
-
/**
|
|
1437
|
-
* @type {string}
|
|
1438
|
-
* @token Weight-regular
|
|
1439
|
-
* @description 标签字体字重
|
|
1440
|
-
*/
|
|
1441
|
-
tagFontWeight: string;
|
|
1442
1928
|
/**
|
|
1443
1929
|
* @type {string}
|
|
1444
1930
|
* @token Font-12
|
|
1445
1931
|
* @description 标签小尺寸字体字号
|
|
1446
1932
|
*/
|
|
1447
1933
|
tagSmallFontSize: string;
|
|
1934
|
+
/**
|
|
1935
|
+
* @type {string}
|
|
1936
|
+
* @token Weight-regular
|
|
1937
|
+
* @description 标签小尺寸字体字重
|
|
1938
|
+
*/
|
|
1939
|
+
tagSmallFontWeight: string;
|
|
1448
1940
|
/**
|
|
1449
1941
|
* @type {string}
|
|
1450
1942
|
* @token Radius-small
|
|
@@ -1465,16 +1957,34 @@ export interface TagTokens {
|
|
|
1465
1957
|
tagSmallHeight: string;
|
|
1466
1958
|
/**
|
|
1467
1959
|
* @type {string}
|
|
1468
|
-
* @token
|
|
1469
|
-
* @description
|
|
1960
|
+
* @token Spacing-4
|
|
1961
|
+
* @description 标签小尺寸输入框内边距(水平方向)
|
|
1470
1962
|
*/
|
|
1471
|
-
|
|
1963
|
+
tagSmallInputPaddingX: string;
|
|
1964
|
+
/**
|
|
1965
|
+
* @type {string}
|
|
1966
|
+
* @token Font-12
|
|
1967
|
+
* @description 标签小尺寸输入框字体字号
|
|
1968
|
+
*/
|
|
1969
|
+
tagSmallInputFontSize: string;
|
|
1970
|
+
/**
|
|
1971
|
+
* @type {string}
|
|
1972
|
+
* @token Line-height-dynamic
|
|
1973
|
+
* @description 标签小尺寸行高度
|
|
1974
|
+
*/
|
|
1975
|
+
tagSmallLineHeight: string;
|
|
1472
1976
|
/**
|
|
1473
1977
|
* @type {string}
|
|
1474
1978
|
* @token Font-14
|
|
1475
1979
|
* @description 标签大尺寸字体字号
|
|
1476
1980
|
*/
|
|
1477
1981
|
tagLargeFontSize: string;
|
|
1982
|
+
/**
|
|
1983
|
+
* @type {string}
|
|
1984
|
+
* @token Weight-regular
|
|
1985
|
+
* @description 标签大尺寸字体字重
|
|
1986
|
+
*/
|
|
1987
|
+
tagLargeFontWeight: string;
|
|
1478
1988
|
/**
|
|
1479
1989
|
* @type {string}
|
|
1480
1990
|
* @token Radius-default
|
|
@@ -1499,36 +2009,6 @@ export interface TagTokens {
|
|
|
1499
2009
|
* @description 标签大尺寸高度
|
|
1500
2010
|
*/
|
|
1501
2011
|
tagLargeHeight: string;
|
|
1502
|
-
/**
|
|
1503
|
-
* @type {string}
|
|
1504
|
-
* @token Weight-regular
|
|
1505
|
-
* @description 标签大尺寸字体字重
|
|
1506
|
-
*/
|
|
1507
|
-
tagLargeFontWeight: string;
|
|
1508
|
-
/**
|
|
1509
|
-
* @type {string}
|
|
1510
|
-
* @token Spacing-4
|
|
1511
|
-
* @description 标签输入框内边距(水平方向)
|
|
1512
|
-
*/
|
|
1513
|
-
tagInputPaddingX: string;
|
|
1514
|
-
/**
|
|
1515
|
-
* @type {string}
|
|
1516
|
-
* @token Font-12
|
|
1517
|
-
* @description 标签输入框字体字号
|
|
1518
|
-
*/
|
|
1519
|
-
tagInputFontSize: string;
|
|
1520
|
-
/**
|
|
1521
|
-
* @type {string}
|
|
1522
|
-
* @token Spacing-4
|
|
1523
|
-
* @description 标签小尺寸输入框内边距(水平方向)
|
|
1524
|
-
*/
|
|
1525
|
-
tagSmallInputPaddingX: string;
|
|
1526
|
-
/**
|
|
1527
|
-
* @type {string}
|
|
1528
|
-
* @token Font-12
|
|
1529
|
-
* @description 标签小尺寸输入框字体字号
|
|
1530
|
-
*/
|
|
1531
|
-
tagSmallInputFontSize: string;
|
|
1532
2012
|
/**
|
|
1533
2013
|
* @type {string}
|
|
1534
2014
|
* @token Spacing-4
|
|
@@ -1543,351 +2023,21 @@ export interface TagTokens {
|
|
|
1543
2023
|
tagLargeInputFontSize: string;
|
|
1544
2024
|
/**
|
|
1545
2025
|
* @type {string}
|
|
1546
|
-
* @token
|
|
1547
|
-
* @description
|
|
1548
|
-
*/
|
|
1549
|
-
tagInfoIconFontColor: string;
|
|
1550
|
-
/**
|
|
1551
|
-
* @type {string}
|
|
1552
|
-
* @token Brand-3
|
|
1553
|
-
* @description 标签提示色图标禁用状态的字体颜色
|
|
2026
|
+
* @token Line-height-dynamic
|
|
2027
|
+
* @description 标签大尺寸行高度
|
|
1554
2028
|
*/
|
|
1555
|
-
|
|
2029
|
+
tagLargeLineHeight: string;
|
|
1556
2030
|
/**
|
|
1557
2031
|
* @type {string}
|
|
1558
|
-
* @token
|
|
1559
|
-
* @description
|
|
2032
|
+
* @token Spacing-4
|
|
2033
|
+
* @description 标签输入框内边距(水平方向)
|
|
1560
2034
|
*/
|
|
1561
|
-
|
|
2035
|
+
tagInputPaddingX: string;
|
|
1562
2036
|
/**
|
|
1563
2037
|
* @type {string}
|
|
1564
|
-
* @token
|
|
1565
|
-
* @description
|
|
2038
|
+
* @token Font-12
|
|
2039
|
+
* @description 标签输入框字体字号
|
|
1566
2040
|
*/
|
|
1567
|
-
|
|
1568
|
-
/**
|
|
1569
|
-
* @type {string}
|
|
1570
|
-
* @token Brand-1
|
|
1571
|
-
* @description 标签提示色线框风格图标鼠标移入时的背景颜色
|
|
1572
|
-
*/
|
|
1573
|
-
tagInfoOutlineIconHoverBackgroundColor: string;
|
|
1574
|
-
/**
|
|
1575
|
-
* @type {string}
|
|
1576
|
-
* @token Brand-6
|
|
1577
|
-
* @description 标签提示色线框风格图标鼠标移入时的字体颜色
|
|
1578
|
-
*/
|
|
1579
|
-
tagInfoOutlineIconHoverFontColor: string;
|
|
1580
|
-
/**
|
|
1581
|
-
* @type {string}
|
|
1582
|
-
* @token Brand-5
|
|
1583
|
-
* @description 标签提示色填充风格图标鼠标移入时的背景颜色
|
|
1584
|
-
*/
|
|
1585
|
-
tagInfoFillIconHoverBackgroundColor: string;
|
|
1586
|
-
/**
|
|
1587
|
-
* @type {string}
|
|
1588
|
-
* @token Neutral-text-4
|
|
1589
|
-
* @description 标签默认尺寸图标字体颜色
|
|
1590
|
-
*/
|
|
1591
|
-
tagDefaultIconFontColor: string;
|
|
1592
|
-
/**
|
|
1593
|
-
* @type {string}
|
|
1594
|
-
* @token Neutral-text-2
|
|
1595
|
-
* @description 标签默认尺寸图标禁用状态的字体颜色
|
|
1596
|
-
*/
|
|
1597
|
-
tagDefaultIconDisabledFontColor: string;
|
|
1598
|
-
/**
|
|
1599
|
-
* @type {string}
|
|
1600
|
-
* @token Neutral-fill-3
|
|
1601
|
-
* @description 标签默认尺寸图标鼠标移入时的背景颜色
|
|
1602
|
-
*/
|
|
1603
|
-
tagDefaultIconHoverBackgroundColor: string;
|
|
1604
|
-
/**
|
|
1605
|
-
* @type {string}
|
|
1606
|
-
* @token Neutral-text-5
|
|
1607
|
-
* @description 标签默认尺寸图标鼠标移入时的字体颜色
|
|
1608
|
-
*/
|
|
1609
|
-
tagDefaultIconHoverFontColor: string;
|
|
1610
|
-
/**
|
|
1611
|
-
* @type {string}
|
|
1612
|
-
* @token Neutral-fill-4
|
|
1613
|
-
* @description 标签默认尺寸填充风格图标鼠标移入时的背景颜色
|
|
1614
|
-
*/
|
|
1615
|
-
tagDefaultFillIconHoverBackgroundColor: string;
|
|
1616
|
-
/**
|
|
1617
|
-
* @type {string}
|
|
1618
|
-
* @token Success-6
|
|
1619
|
-
* @description 标签成功色图标字体颜色
|
|
1620
|
-
*/
|
|
1621
|
-
tagSuccessIconFontColor: string;
|
|
1622
|
-
/**
|
|
1623
|
-
* @type {string}
|
|
1624
|
-
* @token Success-3
|
|
1625
|
-
* @description 标签成功色图标禁用状态的字体颜色
|
|
1626
|
-
*/
|
|
1627
|
-
tagSuccessIconDisabledFontColor: string;
|
|
1628
|
-
/**
|
|
1629
|
-
* @type {string}
|
|
1630
|
-
* @token Success-2
|
|
1631
|
-
* @description 标签成功色图标鼠标移入时的背景颜色
|
|
1632
|
-
*/
|
|
1633
|
-
tagSuccessIconHoverBackgroundColor: string;
|
|
1634
|
-
/**
|
|
1635
|
-
* @type {string}
|
|
1636
|
-
* @token Success-3
|
|
1637
|
-
* @description 标签成功色线框风格图标禁用状态的字体颜色
|
|
1638
|
-
*/
|
|
1639
|
-
tagSuccessOutlineIconDisabledFontColor: string;
|
|
1640
|
-
/**
|
|
1641
|
-
* @type {string}
|
|
1642
|
-
* @token Success-2
|
|
1643
|
-
* @description 标签成功色线框风格图标鼠标移入时的背景颜色
|
|
1644
|
-
*/
|
|
1645
|
-
tagSuccessOutlineIconHoverBackgroundColor: string;
|
|
1646
|
-
/**
|
|
1647
|
-
* @type {string}
|
|
1648
|
-
* @token Success-5
|
|
1649
|
-
* @description 标签成功色填充风格图标鼠标移入时的背景颜色
|
|
1650
|
-
*/
|
|
1651
|
-
tagSuccessFillIconHoverBackgroundColor: string;
|
|
1652
|
-
/**
|
|
1653
|
-
* @type {string}
|
|
1654
|
-
* @token Warning-3
|
|
1655
|
-
* @description 标签警告色图标禁用状态的字体颜色
|
|
1656
|
-
*/
|
|
1657
|
-
tagWarningIconDisabledFontColor: string;
|
|
1658
|
-
/**
|
|
1659
|
-
* @type {string}
|
|
1660
|
-
* @token Warning-2
|
|
1661
|
-
* @description 标签警告色图标鼠标移入时的背景颜色
|
|
1662
|
-
*/
|
|
1663
|
-
tagWarningIconHoverBackgroundColor: string;
|
|
1664
|
-
/**
|
|
1665
|
-
* @type {string}
|
|
1666
|
-
* @token Warning-6
|
|
1667
|
-
* @description 标签警告色填充风格图标字体颜色
|
|
1668
|
-
*/
|
|
1669
|
-
tagWarningFillIconFontColor: string;
|
|
1670
|
-
/**
|
|
1671
|
-
* @type {string}
|
|
1672
|
-
* @token Warning-5
|
|
1673
|
-
* @description 标签警告色填充风格图标鼠标移入时的背景颜色
|
|
1674
|
-
*/
|
|
1675
|
-
tagWarningFillIconHoverBackgroundColor: string;
|
|
1676
|
-
/**
|
|
1677
|
-
* @type {string}
|
|
1678
|
-
* @token Danger-6
|
|
1679
|
-
* @description 标签危险色图标字体颜色
|
|
1680
|
-
*/
|
|
1681
|
-
tagDangerIconFontColor: string;
|
|
1682
|
-
/**
|
|
1683
|
-
* @type {string}
|
|
1684
|
-
* @token Danger-3
|
|
1685
|
-
* @description 标签危险色图标禁用状态的字体颜色
|
|
1686
|
-
*/
|
|
1687
|
-
tagDangerIconDisabledFontColor: string;
|
|
1688
|
-
/**
|
|
1689
|
-
* @type {string}
|
|
1690
|
-
* @token Danger-2
|
|
1691
|
-
* @description 标签危险色图标鼠标移入时的背景颜色
|
|
1692
|
-
*/
|
|
1693
|
-
tagDangerIconHoverBackgroundColor: string;
|
|
1694
|
-
/**
|
|
1695
|
-
* @type {string}
|
|
1696
|
-
* @token Danger-5
|
|
1697
|
-
* @description 标签危险色填充风格图标鼠标移入时的背景颜色
|
|
1698
|
-
*/
|
|
1699
|
-
tagDangerFillIconHoverBackgroundColor: string;
|
|
1700
|
-
/**
|
|
1701
|
-
* @type {string}
|
|
1702
|
-
* @token Magenta-6
|
|
1703
|
-
* @description 标签洋红色图标字体颜色
|
|
1704
|
-
*/
|
|
1705
|
-
tagMagentaIconFontColor: string;
|
|
1706
|
-
/**
|
|
1707
|
-
* @type {string}
|
|
1708
|
-
* @token Magenta-3
|
|
1709
|
-
* @description 标签洋红色图标禁用状态的字体颜色
|
|
1710
|
-
*/
|
|
1711
|
-
tagMagentaIconDisabledFontColor: string;
|
|
1712
|
-
/**
|
|
1713
|
-
* @type {string}
|
|
1714
|
-
* @token Magenta-2
|
|
1715
|
-
* @description 标签洋红色图标鼠标移入时的背景颜色
|
|
1716
|
-
*/
|
|
1717
|
-
tagMagentaIconHoverBackgroundColor: string;
|
|
1718
|
-
/**
|
|
1719
|
-
* @type {string}
|
|
1720
|
-
* @token Magenta-5
|
|
1721
|
-
* @description 标签洋红色填充风格图标鼠标移入时的背景颜色
|
|
1722
|
-
*/
|
|
1723
|
-
tagMagentaFillIconHoverBackgroundColor: string;
|
|
1724
|
-
/**
|
|
1725
|
-
* @type {string}
|
|
1726
|
-
* @token Brown-6
|
|
1727
|
-
* @description 标签明黄色图标字体颜色
|
|
1728
|
-
*/
|
|
1729
|
-
tagBrownIconFontColor: string;
|
|
1730
|
-
/**
|
|
1731
|
-
* @type {string}
|
|
1732
|
-
* @token Brown-3
|
|
1733
|
-
* @description 标签明黄色图标禁用状态的字体颜色
|
|
1734
|
-
*/
|
|
1735
|
-
tagBrownIconDisabledFontColor: string;
|
|
1736
|
-
/**
|
|
1737
|
-
* @type {string}
|
|
1738
|
-
* @token Brown-2
|
|
1739
|
-
* @description 标签明黄色图标鼠标移入时的背景颜色
|
|
1740
|
-
*/
|
|
1741
|
-
tagBrownIconHoverBackgroundColor: string;
|
|
1742
|
-
/**
|
|
1743
|
-
* @type {string}
|
|
1744
|
-
* @token Brown-5
|
|
1745
|
-
* @description 标签明黄色填充风格图标鼠标移入时的背景颜色
|
|
1746
|
-
*/
|
|
1747
|
-
tagBrownFillIconHoverBackgroundColor: string;
|
|
1748
|
-
/**
|
|
1749
|
-
* @type {string}
|
|
1750
|
-
* @token Purple-6
|
|
1751
|
-
* @description 标签紫色图标字体颜色
|
|
1752
|
-
*/
|
|
1753
|
-
tagPurpleIconFontColor: string;
|
|
1754
|
-
/**
|
|
1755
|
-
* @type {string}
|
|
1756
|
-
* @token Purple-3
|
|
1757
|
-
* @description 标签紫色图标禁用状态的字体颜色
|
|
1758
|
-
*/
|
|
1759
|
-
tagPurpleIconDisabledFontColor: string;
|
|
1760
|
-
/**
|
|
1761
|
-
* @type {string}
|
|
1762
|
-
* @token Purple-2
|
|
1763
|
-
* @description 标签紫色图标鼠标移入时的背景颜色
|
|
1764
|
-
*/
|
|
1765
|
-
tagPurpleIconHoverBackgroundColor: string;
|
|
1766
|
-
/**
|
|
1767
|
-
* @type {string}
|
|
1768
|
-
* @token Purple-5
|
|
1769
|
-
* @description 标签紫色填充风格图标鼠标移入时的背景颜色
|
|
1770
|
-
*/
|
|
1771
|
-
tagPurpleFillIconHoverBackgroundColor: string;
|
|
1772
|
-
/**
|
|
1773
|
-
* @type {string}
|
|
1774
|
-
* @token Indigo-6
|
|
1775
|
-
* @description 标签靛蓝色图标字体颜色
|
|
1776
|
-
*/
|
|
1777
|
-
tagIndigoIconFontColor: string;
|
|
1778
|
-
/**
|
|
1779
|
-
* @type {string}
|
|
1780
|
-
* @token Indigo-3
|
|
1781
|
-
* @description 标签靛蓝色图标禁用状态的字体颜色
|
|
1782
|
-
*/
|
|
1783
|
-
tagIndigoIconDisabledFontColor: string;
|
|
1784
|
-
/**
|
|
1785
|
-
* @type {string}
|
|
1786
|
-
* @token Indigo-2
|
|
1787
|
-
* @description 标签靛蓝色图标鼠标移入时的背景颜色
|
|
1788
|
-
*/
|
|
1789
|
-
tagIndigoIconHoverBackgroundColor: string;
|
|
1790
|
-
/**
|
|
1791
|
-
* @type {string}
|
|
1792
|
-
* @token Indigo-5
|
|
1793
|
-
* @description 标签靛蓝色填充风格图标鼠标移入时的背景颜色
|
|
1794
|
-
*/
|
|
1795
|
-
tagIndigoFillIconHoverBackgroundColor: string;
|
|
1796
|
-
/**
|
|
1797
|
-
* @type {string}
|
|
1798
|
-
* @token Cyan-6
|
|
1799
|
-
* @description 标签青色图标字体颜色
|
|
1800
|
-
*/
|
|
1801
|
-
tagCyanIconFontColor: string;
|
|
1802
|
-
/**
|
|
1803
|
-
* @type {string}
|
|
1804
|
-
* @token Cyan-3
|
|
1805
|
-
* @description 标签青色图标禁用状态的字体颜色
|
|
1806
|
-
*/
|
|
1807
|
-
tagCyanIconDisabledFontColor: string;
|
|
1808
|
-
/**
|
|
1809
|
-
* @type {string}
|
|
1810
|
-
* @token Cyan-2
|
|
1811
|
-
* @description 标签青色图标鼠标移入时的背景颜色
|
|
1812
|
-
*/
|
|
1813
|
-
tagCyanIconHoverBackgroundColor: string;
|
|
1814
|
-
/**
|
|
1815
|
-
* @type {string}
|
|
1816
|
-
* @token Cyan-5
|
|
1817
|
-
* @description 标签青色填充风格图标鼠标移入时的背景颜色
|
|
1818
|
-
*/
|
|
1819
|
-
tagCyanFillIconHoverBackgroundColor: string;
|
|
1820
|
-
/**
|
|
1821
|
-
* @type {string}
|
|
1822
|
-
* @token Neon-6
|
|
1823
|
-
* @description 标签荧光色图标字体颜色
|
|
1824
|
-
*/
|
|
1825
|
-
tagNeonIconFontColor: string;
|
|
1826
|
-
/**
|
|
1827
|
-
* @type {string}
|
|
1828
|
-
* @token Neon-3
|
|
1829
|
-
* @description 标签荧光色图标禁用状态的字体颜色
|
|
1830
|
-
*/
|
|
1831
|
-
tagNeonIconDisabledFontColor: string;
|
|
1832
|
-
/**
|
|
1833
|
-
* @type {string}
|
|
1834
|
-
* @token Neon-2
|
|
1835
|
-
* @description 标签荧光色图标鼠标移入时的背景颜色
|
|
1836
|
-
*/
|
|
1837
|
-
tagNeonIconHoverBackgroundColor: string;
|
|
1838
|
-
/**
|
|
1839
|
-
* @type {string}
|
|
1840
|
-
* @token Neon-5
|
|
1841
|
-
* @description 标签荧光色填充风格图标鼠标移入时的背景颜色
|
|
1842
|
-
*/
|
|
1843
|
-
tagNeonFillIconHoverBackgroundColor: string;
|
|
1844
|
-
/**
|
|
1845
|
-
* @type {string}
|
|
1846
|
-
* @token Lemon-6
|
|
1847
|
-
* @description 标签柠檬色图标字体颜色
|
|
1848
|
-
*/
|
|
1849
|
-
tagLemonIconFontColor: string;
|
|
1850
|
-
/**
|
|
1851
|
-
* @type {string}
|
|
1852
|
-
* @token Lemon-3
|
|
1853
|
-
* @description 标签柠檬色图标禁用状态的字体颜色
|
|
1854
|
-
*/
|
|
1855
|
-
tagLemonIconDisabledFontColor: string;
|
|
1856
|
-
/**
|
|
1857
|
-
* @type {string}
|
|
1858
|
-
* @token Lemon-2
|
|
1859
|
-
* @description 标签柠檬色图标鼠标移入时的背景颜色
|
|
1860
|
-
*/
|
|
1861
|
-
tagLemonIconHoverBackgroundColor: string;
|
|
1862
|
-
/**
|
|
1863
|
-
* @type {string}
|
|
1864
|
-
* @token Lemon-5
|
|
1865
|
-
* @description 标签柠檬色填充风格图标鼠标移入时的背景颜色
|
|
1866
|
-
*/
|
|
1867
|
-
tagLemonFillIconHoverBackgroundColor: string;
|
|
1868
|
-
/**
|
|
1869
|
-
* @type {string}
|
|
1870
|
-
* @token Tangerine-6
|
|
1871
|
-
* @description 标签橘红色图标字体颜色
|
|
1872
|
-
*/
|
|
1873
|
-
tagTangerineIconFontColor: string;
|
|
1874
|
-
/**
|
|
1875
|
-
* @type {string}
|
|
1876
|
-
* @token Tangerine-3
|
|
1877
|
-
* @description 标签橘红色图标禁用状态的字体颜色
|
|
1878
|
-
*/
|
|
1879
|
-
tagTangerineIconDisabledFontColor: string;
|
|
1880
|
-
/**
|
|
1881
|
-
* @type {string}
|
|
1882
|
-
* @token Tangerine-2
|
|
1883
|
-
* @description 标签橘红色图标鼠标移入时的背景颜色
|
|
1884
|
-
*/
|
|
1885
|
-
tagTangerineIconHoverBackgroundColor: string;
|
|
1886
|
-
/**
|
|
1887
|
-
* @type {string}
|
|
1888
|
-
* @token Tangerine-5
|
|
1889
|
-
* @description 标签橘红色填充风格图标鼠标移入时的背景颜色
|
|
1890
|
-
*/
|
|
1891
|
-
tagTangerineFillIconHoverBackgroundColor: string;
|
|
2041
|
+
tagInputFontSize: string;
|
|
1892
2042
|
}
|
|
1893
2043
|
//# sourceMappingURL=type.d.ts.map
|