@sheinx/theme 3.9.12 → 3.9.13-beta.10
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/input/input.js +2 -2
- package/cjs/input/token.js +2 -2
- package/cjs/input/type.d.ts +2 -2
- package/cjs/modal/modal.d.ts.map +1 -1
- package/cjs/modal/modal.js +4 -0
- package/cjs/modal/token.js +10 -0
- package/cjs/modal/type.d.ts +24 -0
- package/cjs/modal/type.d.ts.map +1 -1
- package/cjs/progress/progress.d.ts.map +1 -1
- package/cjs/progress/progress.js +4 -0
- package/cjs/progress/token.js +12 -0
- package/cjs/progress/type.d.ts +24 -0
- package/cjs/progress/type.d.ts.map +1 -1
- package/cjs/tabs/tabs.js +2 -2
- package/cjs/tabs/token.js +6 -9
- package/cjs/tabs/type.d.ts +12 -12
- package/cjs/tabs/type.d.ts.map +1 -1
- package/cjs/tag/tag.js +41 -41
- package/cjs/tag/token.js +41 -41
- package/cjs/tag/type.d.ts +41 -41
- package/cjs/token/figma.js +26 -68
- package/cjs/token/token.d.ts.map +1 -1
- package/cjs/token/token.js +6 -13
- package/cjs/token/type.d.ts +30 -79
- package/cjs/token/type.d.ts.map +1 -1
- package/esm/input/input.js +2 -2
- package/esm/input/token.js +2 -2
- package/esm/input/type.d.ts +2 -2
- package/esm/modal/modal.d.ts.map +1 -1
- package/esm/modal/modal.js +4 -0
- package/esm/modal/token.js +10 -0
- package/esm/modal/type.d.ts +24 -0
- package/esm/modal/type.d.ts.map +1 -1
- package/esm/progress/progress.d.ts.map +1 -1
- package/esm/progress/progress.js +4 -0
- package/esm/progress/token.js +12 -0
- package/esm/progress/type.d.ts +24 -0
- package/esm/progress/type.d.ts.map +1 -1
- package/esm/tabs/tabs.js +2 -2
- package/esm/tabs/token.js +6 -9
- package/esm/tabs/type.d.ts +12 -12
- package/esm/tabs/type.d.ts.map +1 -1
- package/esm/tag/tag.js +41 -41
- package/esm/tag/token.js +41 -41
- package/esm/tag/type.d.ts +41 -41
- package/esm/token/figma.js +26 -68
- package/esm/token/token.d.ts.map +1 -1
- package/esm/token/token.js +6 -13
- package/esm/token/type.d.ts +30 -79
- package/esm/token/type.d.ts.map +1 -1
- package/package.json +1 -1
package/cjs/tag/token.js
CHANGED
|
@@ -61,17 +61,17 @@ var tagTokenExtraValue = {
|
|
|
61
61
|
color: 'Brand-6'
|
|
62
62
|
},
|
|
63
63
|
background: {
|
|
64
|
-
color: '
|
|
64
|
+
color: 'Transparent'
|
|
65
65
|
},
|
|
66
66
|
border: {
|
|
67
|
-
color: 'Brand-
|
|
67
|
+
color: 'Brand-3'
|
|
68
68
|
},
|
|
69
69
|
disabled: {
|
|
70
70
|
font: {
|
|
71
71
|
color: 'Brand-3'
|
|
72
72
|
},
|
|
73
73
|
background: {
|
|
74
|
-
color: '
|
|
74
|
+
color: 'Transparent'
|
|
75
75
|
},
|
|
76
76
|
border: {
|
|
77
77
|
color: 'Brand-3'
|
|
@@ -203,7 +203,7 @@ var tagTokenExtraValue = {
|
|
|
203
203
|
color: 'Neutral-text-5'
|
|
204
204
|
},
|
|
205
205
|
background: {
|
|
206
|
-
color: '
|
|
206
|
+
color: 'Transparent'
|
|
207
207
|
},
|
|
208
208
|
border: {
|
|
209
209
|
color: 'Neutral-border-2'
|
|
@@ -213,7 +213,7 @@ var tagTokenExtraValue = {
|
|
|
213
213
|
color: 'Neutral-text-2'
|
|
214
214
|
},
|
|
215
215
|
background: {
|
|
216
|
-
color: '
|
|
216
|
+
color: 'Transparent'
|
|
217
217
|
},
|
|
218
218
|
border: {
|
|
219
219
|
color: 'Neutral-border-2'
|
|
@@ -341,17 +341,17 @@ var tagTokenExtraValue = {
|
|
|
341
341
|
color: 'Success-6'
|
|
342
342
|
},
|
|
343
343
|
background: {
|
|
344
|
-
color: '
|
|
344
|
+
color: 'Transparent'
|
|
345
345
|
},
|
|
346
346
|
border: {
|
|
347
|
-
color: 'Success-
|
|
347
|
+
color: 'Success-3'
|
|
348
348
|
},
|
|
349
349
|
disabled: {
|
|
350
350
|
font: {
|
|
351
351
|
color: 'Success-3'
|
|
352
352
|
},
|
|
353
353
|
background: {
|
|
354
|
-
color: '
|
|
354
|
+
color: 'Transparent'
|
|
355
355
|
},
|
|
356
356
|
border: {
|
|
357
357
|
color: 'Success-3'
|
|
@@ -479,17 +479,17 @@ var tagTokenExtraValue = {
|
|
|
479
479
|
color: 'Warning-6'
|
|
480
480
|
},
|
|
481
481
|
background: {
|
|
482
|
-
color: '
|
|
482
|
+
color: 'Transparent'
|
|
483
483
|
},
|
|
484
484
|
border: {
|
|
485
|
-
color: 'Warning-
|
|
485
|
+
color: 'Warning-3'
|
|
486
486
|
},
|
|
487
487
|
disabled: {
|
|
488
488
|
font: {
|
|
489
489
|
color: 'Warning-3'
|
|
490
490
|
},
|
|
491
491
|
background: {
|
|
492
|
-
color: '
|
|
492
|
+
color: 'Transparent'
|
|
493
493
|
},
|
|
494
494
|
border: {
|
|
495
495
|
color: 'Warning-3'
|
|
@@ -617,17 +617,17 @@ var tagTokenExtraValue = {
|
|
|
617
617
|
color: 'Danger-6'
|
|
618
618
|
},
|
|
619
619
|
background: {
|
|
620
|
-
color: '
|
|
620
|
+
color: 'Transparent'
|
|
621
621
|
},
|
|
622
622
|
border: {
|
|
623
|
-
color: 'Danger-
|
|
623
|
+
color: 'Danger-3'
|
|
624
624
|
},
|
|
625
625
|
disabled: {
|
|
626
626
|
font: {
|
|
627
627
|
color: 'Danger-3'
|
|
628
628
|
},
|
|
629
629
|
background: {
|
|
630
|
-
color: '
|
|
630
|
+
color: 'Transparent'
|
|
631
631
|
},
|
|
632
632
|
border: {
|
|
633
633
|
color: 'Danger-3'
|
|
@@ -755,17 +755,17 @@ var tagTokenExtraValue = {
|
|
|
755
755
|
color: 'Magenta-6'
|
|
756
756
|
},
|
|
757
757
|
background: {
|
|
758
|
-
color: '
|
|
758
|
+
color: 'Transparent'
|
|
759
759
|
},
|
|
760
760
|
border: {
|
|
761
|
-
color: 'Magenta-
|
|
761
|
+
color: 'Magenta-3'
|
|
762
762
|
},
|
|
763
763
|
disabled: {
|
|
764
764
|
font: {
|
|
765
765
|
color: 'Magenta-3'
|
|
766
766
|
},
|
|
767
767
|
background: {
|
|
768
|
-
color: '
|
|
768
|
+
color: 'Transparent'
|
|
769
769
|
},
|
|
770
770
|
border: {
|
|
771
771
|
color: 'Magenta-3'
|
|
@@ -893,17 +893,17 @@ var tagTokenExtraValue = {
|
|
|
893
893
|
color: 'Brown-6'
|
|
894
894
|
},
|
|
895
895
|
background: {
|
|
896
|
-
color: '
|
|
896
|
+
color: 'Transparent'
|
|
897
897
|
},
|
|
898
898
|
border: {
|
|
899
|
-
color: 'Brown-
|
|
899
|
+
color: 'Brown-3'
|
|
900
900
|
},
|
|
901
901
|
disabled: {
|
|
902
902
|
font: {
|
|
903
903
|
color: 'Brown-3'
|
|
904
904
|
},
|
|
905
905
|
background: {
|
|
906
|
-
color: '
|
|
906
|
+
color: 'Transparent'
|
|
907
907
|
},
|
|
908
908
|
border: {
|
|
909
909
|
color: 'Brown-3'
|
|
@@ -1031,17 +1031,17 @@ var tagTokenExtraValue = {
|
|
|
1031
1031
|
color: 'Purple-6'
|
|
1032
1032
|
},
|
|
1033
1033
|
background: {
|
|
1034
|
-
color: '
|
|
1034
|
+
color: 'Transparent'
|
|
1035
1035
|
},
|
|
1036
1036
|
border: {
|
|
1037
|
-
color: 'Purple-
|
|
1037
|
+
color: 'Purple-3'
|
|
1038
1038
|
},
|
|
1039
1039
|
disabled: {
|
|
1040
1040
|
font: {
|
|
1041
1041
|
color: 'Purple-3'
|
|
1042
1042
|
},
|
|
1043
1043
|
background: {
|
|
1044
|
-
color: '
|
|
1044
|
+
color: 'Transparent'
|
|
1045
1045
|
},
|
|
1046
1046
|
border: {
|
|
1047
1047
|
color: 'Purple-3'
|
|
@@ -1169,17 +1169,17 @@ var tagTokenExtraValue = {
|
|
|
1169
1169
|
color: 'Indigo-6'
|
|
1170
1170
|
},
|
|
1171
1171
|
background: {
|
|
1172
|
-
color: '
|
|
1172
|
+
color: 'Transparent'
|
|
1173
1173
|
},
|
|
1174
1174
|
border: {
|
|
1175
|
-
color: 'Indigo-
|
|
1175
|
+
color: 'Indigo-3'
|
|
1176
1176
|
},
|
|
1177
1177
|
disabled: {
|
|
1178
1178
|
font: {
|
|
1179
1179
|
color: 'Indigo-3'
|
|
1180
1180
|
},
|
|
1181
1181
|
background: {
|
|
1182
|
-
color: '
|
|
1182
|
+
color: 'Transparent'
|
|
1183
1183
|
},
|
|
1184
1184
|
border: {
|
|
1185
1185
|
color: 'Indigo-3'
|
|
@@ -1307,17 +1307,17 @@ var tagTokenExtraValue = {
|
|
|
1307
1307
|
color: 'Cyan-6'
|
|
1308
1308
|
},
|
|
1309
1309
|
background: {
|
|
1310
|
-
color: '
|
|
1310
|
+
color: 'Transparent'
|
|
1311
1311
|
},
|
|
1312
1312
|
border: {
|
|
1313
|
-
color: 'Cyan-
|
|
1313
|
+
color: 'Cyan-3'
|
|
1314
1314
|
},
|
|
1315
1315
|
disabled: {
|
|
1316
1316
|
font: {
|
|
1317
1317
|
color: 'Cyan-3'
|
|
1318
1318
|
},
|
|
1319
1319
|
background: {
|
|
1320
|
-
color: '
|
|
1320
|
+
color: 'Transparent'
|
|
1321
1321
|
},
|
|
1322
1322
|
border: {
|
|
1323
1323
|
color: 'Cyan-3'
|
|
@@ -1445,17 +1445,17 @@ var tagTokenExtraValue = {
|
|
|
1445
1445
|
color: 'Neon-6'
|
|
1446
1446
|
},
|
|
1447
1447
|
background: {
|
|
1448
|
-
color: '
|
|
1448
|
+
color: 'Transparent'
|
|
1449
1449
|
},
|
|
1450
1450
|
border: {
|
|
1451
|
-
color: 'Neon-
|
|
1451
|
+
color: 'Neon-3'
|
|
1452
1452
|
},
|
|
1453
1453
|
disabled: {
|
|
1454
1454
|
font: {
|
|
1455
1455
|
color: 'Neon-3'
|
|
1456
1456
|
},
|
|
1457
1457
|
background: {
|
|
1458
|
-
color: '
|
|
1458
|
+
color: 'Transparent'
|
|
1459
1459
|
},
|
|
1460
1460
|
border: {
|
|
1461
1461
|
color: 'Neon-3'
|
|
@@ -1583,17 +1583,17 @@ var tagTokenExtraValue = {
|
|
|
1583
1583
|
color: 'Lemon-6'
|
|
1584
1584
|
},
|
|
1585
1585
|
background: {
|
|
1586
|
-
color: '
|
|
1586
|
+
color: 'Transparent'
|
|
1587
1587
|
},
|
|
1588
1588
|
border: {
|
|
1589
|
-
color: 'Lemon-
|
|
1589
|
+
color: 'Lemon-3'
|
|
1590
1590
|
},
|
|
1591
1591
|
disabled: {
|
|
1592
1592
|
font: {
|
|
1593
1593
|
color: 'Lemon-3'
|
|
1594
1594
|
},
|
|
1595
1595
|
background: {
|
|
1596
|
-
color: '
|
|
1596
|
+
color: 'Transparent'
|
|
1597
1597
|
},
|
|
1598
1598
|
border: {
|
|
1599
1599
|
color: 'Lemon-3'
|
|
@@ -1721,17 +1721,17 @@ var tagTokenExtraValue = {
|
|
|
1721
1721
|
color: 'Orange-6'
|
|
1722
1722
|
},
|
|
1723
1723
|
background: {
|
|
1724
|
-
color: '
|
|
1724
|
+
color: 'Transparent'
|
|
1725
1725
|
},
|
|
1726
1726
|
border: {
|
|
1727
|
-
color: 'Orange-
|
|
1727
|
+
color: 'Orange-3'
|
|
1728
1728
|
},
|
|
1729
1729
|
disabled: {
|
|
1730
1730
|
font: {
|
|
1731
1731
|
color: 'Orange-3'
|
|
1732
1732
|
},
|
|
1733
1733
|
background: {
|
|
1734
|
-
color: '
|
|
1734
|
+
color: 'Transparent'
|
|
1735
1735
|
},
|
|
1736
1736
|
border: {
|
|
1737
1737
|
color: 'Orange-3'
|
|
@@ -1859,17 +1859,17 @@ var tagTokenExtraValue = {
|
|
|
1859
1859
|
color: 'Tangerine-6'
|
|
1860
1860
|
},
|
|
1861
1861
|
background: {
|
|
1862
|
-
color: '
|
|
1862
|
+
color: 'Transparent'
|
|
1863
1863
|
},
|
|
1864
1864
|
border: {
|
|
1865
|
-
color: 'Tangerine-
|
|
1865
|
+
color: 'Tangerine-3'
|
|
1866
1866
|
},
|
|
1867
1867
|
disabled: {
|
|
1868
1868
|
font: {
|
|
1869
1869
|
color: 'Tangerine-3'
|
|
1870
1870
|
},
|
|
1871
1871
|
background: {
|
|
1872
|
-
color: '
|
|
1872
|
+
color: 'Transparent'
|
|
1873
1873
|
},
|
|
1874
1874
|
border: {
|
|
1875
1875
|
color: 'Tangerine-3'
|
package/cjs/tag/type.d.ts
CHANGED
|
@@ -43,13 +43,13 @@ export interface TagTokens {
|
|
|
43
43
|
tagInfoOutlineFontColor: string;
|
|
44
44
|
/**
|
|
45
45
|
* @type {string}
|
|
46
|
-
* @token
|
|
46
|
+
* @token Transparent
|
|
47
47
|
* @description 标签提示色线框风格背景颜色
|
|
48
48
|
*/
|
|
49
49
|
tagInfoOutlineBackgroundColor: string;
|
|
50
50
|
/**
|
|
51
51
|
* @type {string}
|
|
52
|
-
* @token Brand-
|
|
52
|
+
* @token Brand-3
|
|
53
53
|
* @description 标签提示色线框风格边框颜色
|
|
54
54
|
*/
|
|
55
55
|
tagInfoOutlineBorderColor: string;
|
|
@@ -61,7 +61,7 @@ export interface TagTokens {
|
|
|
61
61
|
tagInfoOutlineDisabledFontColor: string;
|
|
62
62
|
/**
|
|
63
63
|
* @type {string}
|
|
64
|
-
* @token
|
|
64
|
+
* @token Transparent
|
|
65
65
|
* @description 标签提示色线框风格禁用状态的背景颜色
|
|
66
66
|
*/
|
|
67
67
|
tagInfoOutlineDisabledBackgroundColor: string;
|
|
@@ -205,7 +205,7 @@ export interface TagTokens {
|
|
|
205
205
|
tagDefaultOutlineFontColor: string;
|
|
206
206
|
/**
|
|
207
207
|
* @type {string}
|
|
208
|
-
* @token
|
|
208
|
+
* @token Transparent
|
|
209
209
|
* @description 标签默认尺寸线框风格背景颜色
|
|
210
210
|
*/
|
|
211
211
|
tagDefaultOutlineBackgroundColor: string;
|
|
@@ -223,7 +223,7 @@ export interface TagTokens {
|
|
|
223
223
|
tagDefaultOutlineDisabledFontColor: string;
|
|
224
224
|
/**
|
|
225
225
|
* @type {string}
|
|
226
|
-
* @token
|
|
226
|
+
* @token Transparent
|
|
227
227
|
* @description 标签默认尺寸线框风格禁用状态的背景颜色
|
|
228
228
|
*/
|
|
229
229
|
tagDefaultOutlineDisabledBackgroundColor: string;
|
|
@@ -343,13 +343,13 @@ export interface TagTokens {
|
|
|
343
343
|
tagSuccessOutlineFontColor: string;
|
|
344
344
|
/**
|
|
345
345
|
* @type {string}
|
|
346
|
-
* @token
|
|
346
|
+
* @token Transparent
|
|
347
347
|
* @description 标签成功色线框风格背景颜色
|
|
348
348
|
*/
|
|
349
349
|
tagSuccessOutlineBackgroundColor: string;
|
|
350
350
|
/**
|
|
351
351
|
* @type {string}
|
|
352
|
-
* @token Success-
|
|
352
|
+
* @token Success-3
|
|
353
353
|
* @description 标签成功色线框风格边框颜色
|
|
354
354
|
*/
|
|
355
355
|
tagSuccessOutlineBorderColor: string;
|
|
@@ -361,7 +361,7 @@ export interface TagTokens {
|
|
|
361
361
|
tagSuccessOutlineDisabledFontColor: string;
|
|
362
362
|
/**
|
|
363
363
|
* @type {string}
|
|
364
|
-
* @token
|
|
364
|
+
* @token Transparent
|
|
365
365
|
* @description 标签成功色线框风格禁用状态的背景颜色
|
|
366
366
|
*/
|
|
367
367
|
tagSuccessOutlineDisabledBackgroundColor: string;
|
|
@@ -487,13 +487,13 @@ export interface TagTokens {
|
|
|
487
487
|
tagWarningOutlineFontColor: string;
|
|
488
488
|
/**
|
|
489
489
|
* @type {string}
|
|
490
|
-
* @token
|
|
490
|
+
* @token Transparent
|
|
491
491
|
* @description 标签警告色线框风格背景颜色
|
|
492
492
|
*/
|
|
493
493
|
tagWarningOutlineBackgroundColor: string;
|
|
494
494
|
/**
|
|
495
495
|
* @type {string}
|
|
496
|
-
* @token Warning-
|
|
496
|
+
* @token Warning-3
|
|
497
497
|
* @description 标签警告色线框风格边框颜色
|
|
498
498
|
*/
|
|
499
499
|
tagWarningOutlineBorderColor: string;
|
|
@@ -505,7 +505,7 @@ export interface TagTokens {
|
|
|
505
505
|
tagWarningOutlineDisabledFontColor: string;
|
|
506
506
|
/**
|
|
507
507
|
* @type {string}
|
|
508
|
-
* @token
|
|
508
|
+
* @token Transparent
|
|
509
509
|
* @description 标签警告色线框风格禁用状态的背景颜色
|
|
510
510
|
*/
|
|
511
511
|
tagWarningOutlineDisabledBackgroundColor: string;
|
|
@@ -619,13 +619,13 @@ export interface TagTokens {
|
|
|
619
619
|
tagDangerOutlineFontColor: string;
|
|
620
620
|
/**
|
|
621
621
|
* @type {string}
|
|
622
|
-
* @token
|
|
622
|
+
* @token Transparent
|
|
623
623
|
* @description 标签危险色线框风格背景颜色
|
|
624
624
|
*/
|
|
625
625
|
tagDangerOutlineBackgroundColor: string;
|
|
626
626
|
/**
|
|
627
627
|
* @type {string}
|
|
628
|
-
* @token Danger-
|
|
628
|
+
* @token Danger-3
|
|
629
629
|
* @description 标签危险色线框风格边框颜色
|
|
630
630
|
*/
|
|
631
631
|
tagDangerOutlineBorderColor: string;
|
|
@@ -637,7 +637,7 @@ export interface TagTokens {
|
|
|
637
637
|
tagDangerOutlineDisabledFontColor: string;
|
|
638
638
|
/**
|
|
639
639
|
* @type {string}
|
|
640
|
-
* @token
|
|
640
|
+
* @token Transparent
|
|
641
641
|
* @description 标签危险色线框风格禁用状态的背景颜色
|
|
642
642
|
*/
|
|
643
643
|
tagDangerOutlineDisabledBackgroundColor: string;
|
|
@@ -751,13 +751,13 @@ export interface TagTokens {
|
|
|
751
751
|
tagMagentaOutlineFontColor: string;
|
|
752
752
|
/**
|
|
753
753
|
* @type {string}
|
|
754
|
-
* @token
|
|
754
|
+
* @token Transparent
|
|
755
755
|
* @description 标签洋红色线框风格背景颜色
|
|
756
756
|
*/
|
|
757
757
|
tagMagentaOutlineBackgroundColor: string;
|
|
758
758
|
/**
|
|
759
759
|
* @type {string}
|
|
760
|
-
* @token Magenta-
|
|
760
|
+
* @token Magenta-3
|
|
761
761
|
* @description 标签洋红色线框风格边框颜色
|
|
762
762
|
*/
|
|
763
763
|
tagMagentaOutlineBorderColor: string;
|
|
@@ -769,7 +769,7 @@ export interface TagTokens {
|
|
|
769
769
|
tagMagentaOutlineDisabledFontColor: string;
|
|
770
770
|
/**
|
|
771
771
|
* @type {string}
|
|
772
|
-
* @token
|
|
772
|
+
* @token Transparent
|
|
773
773
|
* @description 标签洋红色线框风格禁用状态的背景颜色
|
|
774
774
|
*/
|
|
775
775
|
tagMagentaOutlineDisabledBackgroundColor: string;
|
|
@@ -883,13 +883,13 @@ export interface TagTokens {
|
|
|
883
883
|
tagBrownOutlineFontColor: string;
|
|
884
884
|
/**
|
|
885
885
|
* @type {string}
|
|
886
|
-
* @token
|
|
886
|
+
* @token Transparent
|
|
887
887
|
* @description 标签明黄色线框风格背景颜色
|
|
888
888
|
*/
|
|
889
889
|
tagBrownOutlineBackgroundColor: string;
|
|
890
890
|
/**
|
|
891
891
|
* @type {string}
|
|
892
|
-
* @token Brown-
|
|
892
|
+
* @token Brown-3
|
|
893
893
|
* @description 标签明黄色线框风格边框颜色
|
|
894
894
|
*/
|
|
895
895
|
tagBrownOutlineBorderColor: string;
|
|
@@ -901,7 +901,7 @@ export interface TagTokens {
|
|
|
901
901
|
tagBrownOutlineDisabledFontColor: string;
|
|
902
902
|
/**
|
|
903
903
|
* @type {string}
|
|
904
|
-
* @token
|
|
904
|
+
* @token Transparent
|
|
905
905
|
* @description 标签明黄色线框风格禁用状态的背景颜色
|
|
906
906
|
*/
|
|
907
907
|
tagBrownOutlineDisabledBackgroundColor: string;
|
|
@@ -1015,13 +1015,13 @@ export interface TagTokens {
|
|
|
1015
1015
|
tagPurpleOutlineFontColor: string;
|
|
1016
1016
|
/**
|
|
1017
1017
|
* @type {string}
|
|
1018
|
-
* @token
|
|
1018
|
+
* @token Transparent
|
|
1019
1019
|
* @description 标签紫色线框风格背景颜色
|
|
1020
1020
|
*/
|
|
1021
1021
|
tagPurpleOutlineBackgroundColor: string;
|
|
1022
1022
|
/**
|
|
1023
1023
|
* @type {string}
|
|
1024
|
-
* @token Purple-
|
|
1024
|
+
* @token Purple-3
|
|
1025
1025
|
* @description 标签紫色线框风格边框颜色
|
|
1026
1026
|
*/
|
|
1027
1027
|
tagPurpleOutlineBorderColor: string;
|
|
@@ -1033,7 +1033,7 @@ export interface TagTokens {
|
|
|
1033
1033
|
tagPurpleOutlineDisabledFontColor: string;
|
|
1034
1034
|
/**
|
|
1035
1035
|
* @type {string}
|
|
1036
|
-
* @token
|
|
1036
|
+
* @token Transparent
|
|
1037
1037
|
* @description 标签紫色线框风格禁用状态的背景颜色
|
|
1038
1038
|
*/
|
|
1039
1039
|
tagPurpleOutlineDisabledBackgroundColor: string;
|
|
@@ -1147,13 +1147,13 @@ export interface TagTokens {
|
|
|
1147
1147
|
tagIndigoOutlineFontColor: string;
|
|
1148
1148
|
/**
|
|
1149
1149
|
* @type {string}
|
|
1150
|
-
* @token
|
|
1150
|
+
* @token Transparent
|
|
1151
1151
|
* @description 标签靛蓝色线框风格背景颜色
|
|
1152
1152
|
*/
|
|
1153
1153
|
tagIndigoOutlineBackgroundColor: string;
|
|
1154
1154
|
/**
|
|
1155
1155
|
* @type {string}
|
|
1156
|
-
* @token Indigo-
|
|
1156
|
+
* @token Indigo-3
|
|
1157
1157
|
* @description 标签靛蓝色线框风格边框颜色
|
|
1158
1158
|
*/
|
|
1159
1159
|
tagIndigoOutlineBorderColor: string;
|
|
@@ -1165,7 +1165,7 @@ export interface TagTokens {
|
|
|
1165
1165
|
tagIndigoOutlineDisabledFontColor: string;
|
|
1166
1166
|
/**
|
|
1167
1167
|
* @type {string}
|
|
1168
|
-
* @token
|
|
1168
|
+
* @token Transparent
|
|
1169
1169
|
* @description 标签靛蓝色线框风格禁用状态的背景颜色
|
|
1170
1170
|
*/
|
|
1171
1171
|
tagIndigoOutlineDisabledBackgroundColor: string;
|
|
@@ -1279,13 +1279,13 @@ export interface TagTokens {
|
|
|
1279
1279
|
tagCyanOutlineFontColor: string;
|
|
1280
1280
|
/**
|
|
1281
1281
|
* @type {string}
|
|
1282
|
-
* @token
|
|
1282
|
+
* @token Transparent
|
|
1283
1283
|
* @description 标签青色线框风格背景颜色
|
|
1284
1284
|
*/
|
|
1285
1285
|
tagCyanOutlineBackgroundColor: string;
|
|
1286
1286
|
/**
|
|
1287
1287
|
* @type {string}
|
|
1288
|
-
* @token Cyan-
|
|
1288
|
+
* @token Cyan-3
|
|
1289
1289
|
* @description 标签青色线框风格边框颜色
|
|
1290
1290
|
*/
|
|
1291
1291
|
tagCyanOutlineBorderColor: string;
|
|
@@ -1297,7 +1297,7 @@ export interface TagTokens {
|
|
|
1297
1297
|
tagCyanOutlineDisabledFontColor: string;
|
|
1298
1298
|
/**
|
|
1299
1299
|
* @type {string}
|
|
1300
|
-
* @token
|
|
1300
|
+
* @token Transparent
|
|
1301
1301
|
* @description 标签青色线框风格禁用状态的背景颜色
|
|
1302
1302
|
*/
|
|
1303
1303
|
tagCyanOutlineDisabledBackgroundColor: string;
|
|
@@ -1411,13 +1411,13 @@ export interface TagTokens {
|
|
|
1411
1411
|
tagNeonOutlineFontColor: string;
|
|
1412
1412
|
/**
|
|
1413
1413
|
* @type {string}
|
|
1414
|
-
* @token
|
|
1414
|
+
* @token Transparent
|
|
1415
1415
|
* @description 标签荧光色线框风格背景颜色
|
|
1416
1416
|
*/
|
|
1417
1417
|
tagNeonOutlineBackgroundColor: string;
|
|
1418
1418
|
/**
|
|
1419
1419
|
* @type {string}
|
|
1420
|
-
* @token Neon-
|
|
1420
|
+
* @token Neon-3
|
|
1421
1421
|
* @description 标签荧光色线框风格边框颜色
|
|
1422
1422
|
*/
|
|
1423
1423
|
tagNeonOutlineBorderColor: string;
|
|
@@ -1429,7 +1429,7 @@ export interface TagTokens {
|
|
|
1429
1429
|
tagNeonOutlineDisabledFontColor: string;
|
|
1430
1430
|
/**
|
|
1431
1431
|
* @type {string}
|
|
1432
|
-
* @token
|
|
1432
|
+
* @token Transparent
|
|
1433
1433
|
* @description 标签荧光色线框风格禁用状态的背景颜色
|
|
1434
1434
|
*/
|
|
1435
1435
|
tagNeonOutlineDisabledBackgroundColor: string;
|
|
@@ -1543,13 +1543,13 @@ export interface TagTokens {
|
|
|
1543
1543
|
tagLemonOutlineFontColor: string;
|
|
1544
1544
|
/**
|
|
1545
1545
|
* @type {string}
|
|
1546
|
-
* @token
|
|
1546
|
+
* @token Transparent
|
|
1547
1547
|
* @description 标签柠檬色线框风格背景颜色
|
|
1548
1548
|
*/
|
|
1549
1549
|
tagLemonOutlineBackgroundColor: string;
|
|
1550
1550
|
/**
|
|
1551
1551
|
* @type {string}
|
|
1552
|
-
* @token Lemon-
|
|
1552
|
+
* @token Lemon-3
|
|
1553
1553
|
* @description 标签柠檬色线框风格边框颜色
|
|
1554
1554
|
*/
|
|
1555
1555
|
tagLemonOutlineBorderColor: string;
|
|
@@ -1561,7 +1561,7 @@ export interface TagTokens {
|
|
|
1561
1561
|
tagLemonOutlineDisabledFontColor: string;
|
|
1562
1562
|
/**
|
|
1563
1563
|
* @type {string}
|
|
1564
|
-
* @token
|
|
1564
|
+
* @token Transparent
|
|
1565
1565
|
* @description 标签柠檬色线框风格禁用状态的背景颜色
|
|
1566
1566
|
*/
|
|
1567
1567
|
tagLemonOutlineDisabledBackgroundColor: string;
|
|
@@ -1675,13 +1675,13 @@ export interface TagTokens {
|
|
|
1675
1675
|
tagOrangeOutlineFontColor: string;
|
|
1676
1676
|
/**
|
|
1677
1677
|
* @type {string}
|
|
1678
|
-
* @token
|
|
1678
|
+
* @token Transparent
|
|
1679
1679
|
* @description 标签橙色线框风格背景颜色
|
|
1680
1680
|
*/
|
|
1681
1681
|
tagOrangeOutlineBackgroundColor: string;
|
|
1682
1682
|
/**
|
|
1683
1683
|
* @type {string}
|
|
1684
|
-
* @token Orange-
|
|
1684
|
+
* @token Orange-3
|
|
1685
1685
|
* @description 标签橙色线框风格边框颜色
|
|
1686
1686
|
*/
|
|
1687
1687
|
tagOrangeOutlineBorderColor: string;
|
|
@@ -1693,7 +1693,7 @@ export interface TagTokens {
|
|
|
1693
1693
|
tagOrangeOutlineDisabledFontColor: string;
|
|
1694
1694
|
/**
|
|
1695
1695
|
* @type {string}
|
|
1696
|
-
* @token
|
|
1696
|
+
* @token Transparent
|
|
1697
1697
|
* @description 标签橙色线框风格禁用状态的背景颜色
|
|
1698
1698
|
*/
|
|
1699
1699
|
tagOrangeOutlineDisabledBackgroundColor: string;
|
|
@@ -1807,13 +1807,13 @@ export interface TagTokens {
|
|
|
1807
1807
|
tagTangerineOutlineFontColor: string;
|
|
1808
1808
|
/**
|
|
1809
1809
|
* @type {string}
|
|
1810
|
-
* @token
|
|
1810
|
+
* @token Transparent
|
|
1811
1811
|
* @description 标签橘红色线框风格背景颜色
|
|
1812
1812
|
*/
|
|
1813
1813
|
tagTangerineOutlineBackgroundColor: string;
|
|
1814
1814
|
/**
|
|
1815
1815
|
* @type {string}
|
|
1816
|
-
* @token Tangerine-
|
|
1816
|
+
* @token Tangerine-3
|
|
1817
1817
|
* @description 标签橘红色线框风格边框颜色
|
|
1818
1818
|
*/
|
|
1819
1819
|
tagTangerineOutlineBorderColor: string;
|
|
@@ -1825,7 +1825,7 @@ export interface TagTokens {
|
|
|
1825
1825
|
tagTangerineOutlineDisabledFontColor: string;
|
|
1826
1826
|
/**
|
|
1827
1827
|
* @type {string}
|
|
1828
|
-
* @token
|
|
1828
|
+
* @token Transparent
|
|
1829
1829
|
* @description 标签橘红色线框风格禁用状态的背景颜色
|
|
1830
1830
|
*/
|
|
1831
1831
|
tagTangerineOutlineDisabledBackgroundColor: string;
|