@sheinx/theme 3.9.12 → 3.9.13-beta.2

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.
Files changed (53) hide show
  1. package/cjs/input/input.js +2 -2
  2. package/cjs/input/token.js +2 -2
  3. package/cjs/input/type.d.ts +2 -2
  4. package/cjs/modal/modal.d.ts.map +1 -1
  5. package/cjs/modal/modal.js +4 -0
  6. package/cjs/modal/token.js +10 -0
  7. package/cjs/modal/type.d.ts +24 -0
  8. package/cjs/modal/type.d.ts.map +1 -1
  9. package/cjs/progress/progress.d.ts.map +1 -1
  10. package/cjs/progress/progress.js +4 -0
  11. package/cjs/progress/token.js +12 -0
  12. package/cjs/progress/type.d.ts +24 -0
  13. package/cjs/progress/type.d.ts.map +1 -1
  14. package/cjs/tabs/tabs.d.ts.map +1 -1
  15. package/cjs/tabs/tabs.js +1 -0
  16. package/cjs/tabs/token.js +4 -2
  17. package/cjs/tabs/type.d.ts +7 -1
  18. package/cjs/tabs/type.d.ts.map +1 -1
  19. package/cjs/tag/tag.js +40 -40
  20. package/cjs/tag/token.js +40 -40
  21. package/cjs/tag/type.d.ts +40 -40
  22. package/cjs/token/figma.js +0 -60
  23. package/cjs/token/token.d.ts.map +1 -1
  24. package/cjs/token/token.js +0 -10
  25. package/cjs/token/type.d.ts +0 -70
  26. package/cjs/token/type.d.ts.map +1 -1
  27. package/esm/input/input.js +2 -2
  28. package/esm/input/token.js +2 -2
  29. package/esm/input/type.d.ts +2 -2
  30. package/esm/modal/modal.d.ts.map +1 -1
  31. package/esm/modal/modal.js +4 -0
  32. package/esm/modal/token.js +10 -0
  33. package/esm/modal/type.d.ts +24 -0
  34. package/esm/modal/type.d.ts.map +1 -1
  35. package/esm/progress/progress.d.ts.map +1 -1
  36. package/esm/progress/progress.js +4 -0
  37. package/esm/progress/token.js +12 -0
  38. package/esm/progress/type.d.ts +24 -0
  39. package/esm/progress/type.d.ts.map +1 -1
  40. package/esm/tabs/tabs.d.ts.map +1 -1
  41. package/esm/tabs/tabs.js +1 -0
  42. package/esm/tabs/token.js +4 -2
  43. package/esm/tabs/type.d.ts +7 -1
  44. package/esm/tabs/type.d.ts.map +1 -1
  45. package/esm/tag/tag.js +40 -40
  46. package/esm/tag/token.js +40 -40
  47. package/esm/tag/type.d.ts +40 -40
  48. package/esm/token/figma.js +0 -60
  49. package/esm/token/token.d.ts.map +1 -1
  50. package/esm/token/token.js +0 -10
  51. package/esm/token/type.d.ts +0 -70
  52. package/esm/token/type.d.ts.map +1 -1
  53. package/package.json +1 -1
package/cjs/tag/token.js CHANGED
@@ -61,7 +61,7 @@ var tagTokenExtraValue = {
61
61
  color: 'Brand-6'
62
62
  },
63
63
  background: {
64
- color: 'Neutral-fill-1'
64
+ color: 'Transparent'
65
65
  },
66
66
  border: {
67
67
  color: 'Brand-6'
@@ -71,7 +71,7 @@ var tagTokenExtraValue = {
71
71
  color: 'Brand-3'
72
72
  },
73
73
  background: {
74
- color: 'Neutral-fill-1'
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: 'Neutral-fill-1'
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: 'Neutral-fill-1'
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: 'Neutral-fill-1'
344
+ color: 'Transparent'
345
345
  },
346
346
  border: {
347
- color: 'Success-6'
347
+ color: 'Success-3'
348
348
  },
349
349
  disabled: {
350
350
  font: {
351
351
  color: 'Success-3'
352
352
  },
353
353
  background: {
354
- color: 'Neutral-fill-1'
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: 'Neutral-fill-1'
482
+ color: 'Transparent'
483
483
  },
484
484
  border: {
485
- color: 'Warning-6'
485
+ color: 'Warning-3'
486
486
  },
487
487
  disabled: {
488
488
  font: {
489
489
  color: 'Warning-3'
490
490
  },
491
491
  background: {
492
- color: 'Neutral-fill-1'
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: 'Neutral-fill-1'
620
+ color: 'Transparent'
621
621
  },
622
622
  border: {
623
- color: 'Danger-6'
623
+ color: 'Danger-3'
624
624
  },
625
625
  disabled: {
626
626
  font: {
627
627
  color: 'Danger-3'
628
628
  },
629
629
  background: {
630
- color: 'Neutral-fill-1'
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: 'Neutral-fill-1'
758
+ color: 'Transparent'
759
759
  },
760
760
  border: {
761
- color: 'Magenta-6'
761
+ color: 'Magenta-3'
762
762
  },
763
763
  disabled: {
764
764
  font: {
765
765
  color: 'Magenta-3'
766
766
  },
767
767
  background: {
768
- color: 'Neutral-fill-1'
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: 'Neutral-fill-1'
896
+ color: 'Transparent'
897
897
  },
898
898
  border: {
899
- color: 'Brown-6'
899
+ color: 'Brown-3'
900
900
  },
901
901
  disabled: {
902
902
  font: {
903
903
  color: 'Brown-3'
904
904
  },
905
905
  background: {
906
- color: 'Neutral-fill-1'
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: 'Neutral-fill-1'
1034
+ color: 'Transparent'
1035
1035
  },
1036
1036
  border: {
1037
- color: 'Purple-6'
1037
+ color: 'Purple-3'
1038
1038
  },
1039
1039
  disabled: {
1040
1040
  font: {
1041
1041
  color: 'Purple-3'
1042
1042
  },
1043
1043
  background: {
1044
- color: 'Neutral-fill-1'
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: 'Neutral-fill-1'
1172
+ color: 'Transparent'
1173
1173
  },
1174
1174
  border: {
1175
- color: 'Indigo-6'
1175
+ color: 'Indigo-3'
1176
1176
  },
1177
1177
  disabled: {
1178
1178
  font: {
1179
1179
  color: 'Indigo-3'
1180
1180
  },
1181
1181
  background: {
1182
- color: 'Neutral-fill-1'
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: 'Neutral-fill-1'
1310
+ color: 'Transparent'
1311
1311
  },
1312
1312
  border: {
1313
- color: 'Cyan-6'
1313
+ color: 'Cyan-3'
1314
1314
  },
1315
1315
  disabled: {
1316
1316
  font: {
1317
1317
  color: 'Cyan-3'
1318
1318
  },
1319
1319
  background: {
1320
- color: 'Neutral-fill-1'
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: 'Neutral-fill-1'
1448
+ color: 'Transparent'
1449
1449
  },
1450
1450
  border: {
1451
- color: 'Neon-6'
1451
+ color: 'Neon-3'
1452
1452
  },
1453
1453
  disabled: {
1454
1454
  font: {
1455
1455
  color: 'Neon-3'
1456
1456
  },
1457
1457
  background: {
1458
- color: 'Neutral-fill-1'
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: 'Neutral-fill-1'
1586
+ color: 'Transparent'
1587
1587
  },
1588
1588
  border: {
1589
- color: 'Lemon-6'
1589
+ color: 'Lemon-3'
1590
1590
  },
1591
1591
  disabled: {
1592
1592
  font: {
1593
1593
  color: 'Lemon-3'
1594
1594
  },
1595
1595
  background: {
1596
- color: 'Neutral-fill-1'
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: 'Neutral-fill-1'
1724
+ color: 'Transparent'
1725
1725
  },
1726
1726
  border: {
1727
- color: 'Orange-6'
1727
+ color: 'Orange-3'
1728
1728
  },
1729
1729
  disabled: {
1730
1730
  font: {
1731
1731
  color: 'Orange-3'
1732
1732
  },
1733
1733
  background: {
1734
- color: 'Neutral-fill-1'
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: 'Neutral-fill-1'
1862
+ color: 'Transparent'
1863
1863
  },
1864
1864
  border: {
1865
- color: 'Tangerine-6'
1865
+ color: 'Tangerine-3'
1866
1866
  },
1867
1867
  disabled: {
1868
1868
  font: {
1869
1869
  color: 'Tangerine-3'
1870
1870
  },
1871
1871
  background: {
1872
- color: 'Neutral-fill-1'
1872
+ color: 'Transparent'
1873
1873
  },
1874
1874
  border: {
1875
1875
  color: 'Tangerine-3'
package/cjs/tag/type.d.ts CHANGED
@@ -43,7 +43,7 @@ export interface TagTokens {
43
43
  tagInfoOutlineFontColor: string;
44
44
  /**
45
45
  * @type {string}
46
- * @token Neutral-fill-1
46
+ * @token Transparent
47
47
  * @description 标签提示色线框风格背景颜色
48
48
  */
49
49
  tagInfoOutlineBackgroundColor: string;
@@ -61,7 +61,7 @@ export interface TagTokens {
61
61
  tagInfoOutlineDisabledFontColor: string;
62
62
  /**
63
63
  * @type {string}
64
- * @token Neutral-fill-1
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 Neutral-fill-1
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 Neutral-fill-1
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 Neutral-fill-1
346
+ * @token Transparent
347
347
  * @description 标签成功色线框风格背景颜色
348
348
  */
349
349
  tagSuccessOutlineBackgroundColor: string;
350
350
  /**
351
351
  * @type {string}
352
- * @token Success-6
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 Neutral-fill-1
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 Neutral-fill-1
490
+ * @token Transparent
491
491
  * @description 标签警告色线框风格背景颜色
492
492
  */
493
493
  tagWarningOutlineBackgroundColor: string;
494
494
  /**
495
495
  * @type {string}
496
- * @token Warning-6
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 Neutral-fill-1
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 Neutral-fill-1
622
+ * @token Transparent
623
623
  * @description 标签危险色线框风格背景颜色
624
624
  */
625
625
  tagDangerOutlineBackgroundColor: string;
626
626
  /**
627
627
  * @type {string}
628
- * @token Danger-6
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 Neutral-fill-1
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 Neutral-fill-1
754
+ * @token Transparent
755
755
  * @description 标签洋红色线框风格背景颜色
756
756
  */
757
757
  tagMagentaOutlineBackgroundColor: string;
758
758
  /**
759
759
  * @type {string}
760
- * @token Magenta-6
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 Neutral-fill-1
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 Neutral-fill-1
886
+ * @token Transparent
887
887
  * @description 标签明黄色线框风格背景颜色
888
888
  */
889
889
  tagBrownOutlineBackgroundColor: string;
890
890
  /**
891
891
  * @type {string}
892
- * @token Brown-6
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 Neutral-fill-1
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 Neutral-fill-1
1018
+ * @token Transparent
1019
1019
  * @description 标签紫色线框风格背景颜色
1020
1020
  */
1021
1021
  tagPurpleOutlineBackgroundColor: string;
1022
1022
  /**
1023
1023
  * @type {string}
1024
- * @token Purple-6
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 Neutral-fill-1
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 Neutral-fill-1
1150
+ * @token Transparent
1151
1151
  * @description 标签靛蓝色线框风格背景颜色
1152
1152
  */
1153
1153
  tagIndigoOutlineBackgroundColor: string;
1154
1154
  /**
1155
1155
  * @type {string}
1156
- * @token Indigo-6
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 Neutral-fill-1
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 Neutral-fill-1
1282
+ * @token Transparent
1283
1283
  * @description 标签青色线框风格背景颜色
1284
1284
  */
1285
1285
  tagCyanOutlineBackgroundColor: string;
1286
1286
  /**
1287
1287
  * @type {string}
1288
- * @token Cyan-6
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 Neutral-fill-1
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 Neutral-fill-1
1414
+ * @token Transparent
1415
1415
  * @description 标签荧光色线框风格背景颜色
1416
1416
  */
1417
1417
  tagNeonOutlineBackgroundColor: string;
1418
1418
  /**
1419
1419
  * @type {string}
1420
- * @token Neon-6
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 Neutral-fill-1
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 Neutral-fill-1
1546
+ * @token Transparent
1547
1547
  * @description 标签柠檬色线框风格背景颜色
1548
1548
  */
1549
1549
  tagLemonOutlineBackgroundColor: string;
1550
1550
  /**
1551
1551
  * @type {string}
1552
- * @token Lemon-6
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 Neutral-fill-1
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 Neutral-fill-1
1678
+ * @token Transparent
1679
1679
  * @description 标签橙色线框风格背景颜色
1680
1680
  */
1681
1681
  tagOrangeOutlineBackgroundColor: string;
1682
1682
  /**
1683
1683
  * @type {string}
1684
- * @token Orange-6
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 Neutral-fill-1
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 Neutral-fill-1
1810
+ * @token Transparent
1811
1811
  * @description 标签橘红色线框风格背景颜色
1812
1812
  */
1813
1813
  tagTangerineOutlineBackgroundColor: string;
1814
1814
  /**
1815
1815
  * @type {string}
1816
- * @token Tangerine-6
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 Neutral-fill-1
1828
+ * @token Transparent
1829
1829
  * @description 标签橘红色线框风格禁用状态的背景颜色
1830
1830
  */
1831
1831
  tagTangerineOutlineDisabledBackgroundColor: string;
@@ -426,66 +426,6 @@ var figma = [{
426
426
  describe: '-9',
427
427
  token: 'Neon-9',
428
428
  locked: true
429
- }, {
430
- name: '中性色-1',
431
- value: '#000000',
432
- describe: '浅色背景',
433
- token: 'Neutral-1',
434
- locked: true
435
- }, {
436
- name: '中性色-10',
437
- value: '#020B18',
438
- describe: '-10',
439
- token: 'Neutral-10',
440
- locked: true
441
- }, {
442
- name: '中性色-2',
443
- value: '#F4F5F8',
444
- describe: '聚焦',
445
- token: 'Neutral-2',
446
- locked: true
447
- }, {
448
- name: '中性色-3',
449
- value: '#E8EBF0',
450
- describe: '禁用',
451
- token: 'Neutral-3',
452
- locked: true
453
- }, {
454
- name: '中性色-4',
455
- value: '#CCCFD7',
456
- describe: '-4',
457
- token: 'Neutral-4',
458
- locked: true
459
- }, {
460
- name: '中性色-5',
461
- value: '#B3B7C1',
462
- describe: '悬浮',
463
- token: 'Neutral-5',
464
- locked: true
465
- }, {
466
- name: '中性色-6',
467
- value: '#999DA8',
468
- describe: '常规',
469
- token: 'Neutral-6',
470
- locked: true
471
- }, {
472
- name: '中性色-7',
473
- value: '#666C7C',
474
- describe: '点击',
475
- token: 'Neutral-7',
476
- locked: true
477
- }, {
478
- name: '中性色-8',
479
- value: '#333E59',
480
- describe: '-8',
481
- token: 'Neutral-8',
482
- locked: true
483
- }, {
484
- name: '中性色-9',
485
- value: '#141737',
486
- describe: '-9',
487
- token: 'Neutral-9',
488
- locked: true
489
429
  }, {
490
430
  name: '橘黄色-1',
491
431
  value: '#FFF8E6',
@@ -1 +1 @@
1
- {"version":3,"file":"token.d.ts","sourceRoot":"","sources":["token.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAGhC,QAAA,MAAM,KAAK,EAAE,MAoTZ,CAAC;AAGF,QAAA,MAAM,WAAW,EAAE,MAAW,CAAC;AAQ/B,OAAO,EAAE,WAAW,EAAE,CAAC;AAEvB,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"token.d.ts","sourceRoot":"","sources":["token.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAGhC,QAAA,MAAM,KAAK,EAAE,MA0SZ,CAAC;AAGF,QAAA,MAAM,WAAW,EAAE,MAAW,CAAC;AAQ/B,OAAO,EAAE,WAAW,EAAE,CAAC;AAEvB,eAAe,KAAK,CAAC"}
@@ -77,16 +77,6 @@ var Token = {
77
77
  'Neon-7': '#5AA223',
78
78
  'Neon-8': '#418613',
79
79
  'Neon-9': '#2B6908',
80
- 'Neutral-1': '#000000',
81
- 'Neutral-10': '#020B18',
82
- 'Neutral-2': '#F4F5F8',
83
- 'Neutral-3': '#E8EBF0',
84
- 'Neutral-4': '#CCCFD7',
85
- 'Neutral-5': '#B3B7C1',
86
- 'Neutral-6': '#999DA8',
87
- 'Neutral-7': '#666C7C',
88
- 'Neutral-8': '#333E59',
89
- 'Neutral-9': '#141737',
90
80
  'Orange-1': '#FFF8E6',
91
81
  'Orange-10': '#4D2100',
92
82
  'Orange-2': '#FFEABA',