@sheinx/theme 3.9.12-beta.9 → 3.9.13-beta.1

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 (63) 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/select/select.d.ts.map +1 -1
  15. package/cjs/select/select.js +4 -3
  16. package/cjs/select/token.js +10 -3
  17. package/cjs/select/type.d.ts +16 -10
  18. package/cjs/select/type.d.ts.map +1 -1
  19. package/cjs/tabs/tabs.d.ts.map +1 -1
  20. package/cjs/tabs/tabs.js +1 -0
  21. package/cjs/tabs/token.js +4 -2
  22. package/cjs/tabs/type.d.ts +7 -1
  23. package/cjs/tabs/type.d.ts.map +1 -1
  24. package/cjs/tag/tag.js +40 -40
  25. package/cjs/tag/token.js +40 -40
  26. package/cjs/tag/type.d.ts +40 -40
  27. package/cjs/token/figma.js +0 -60
  28. package/cjs/token/token.d.ts.map +1 -1
  29. package/cjs/token/token.js +0 -10
  30. package/cjs/token/type.d.ts +0 -70
  31. package/cjs/token/type.d.ts.map +1 -1
  32. package/esm/input/input.js +2 -2
  33. package/esm/input/token.js +2 -2
  34. package/esm/input/type.d.ts +2 -2
  35. package/esm/modal/modal.d.ts.map +1 -1
  36. package/esm/modal/modal.js +4 -0
  37. package/esm/modal/token.js +10 -0
  38. package/esm/modal/type.d.ts +24 -0
  39. package/esm/modal/type.d.ts.map +1 -1
  40. package/esm/progress/progress.d.ts.map +1 -1
  41. package/esm/progress/progress.js +4 -0
  42. package/esm/progress/token.js +12 -0
  43. package/esm/progress/type.d.ts +24 -0
  44. package/esm/progress/type.d.ts.map +1 -1
  45. package/esm/select/select.d.ts.map +1 -1
  46. package/esm/select/select.js +4 -3
  47. package/esm/select/token.js +10 -3
  48. package/esm/select/type.d.ts +16 -10
  49. package/esm/select/type.d.ts.map +1 -1
  50. package/esm/tabs/tabs.d.ts.map +1 -1
  51. package/esm/tabs/tabs.js +1 -0
  52. package/esm/tabs/token.js +4 -2
  53. package/esm/tabs/type.d.ts +7 -1
  54. package/esm/tabs/type.d.ts.map +1 -1
  55. package/esm/tag/tag.js +40 -40
  56. package/esm/tag/token.js +40 -40
  57. package/esm/tag/type.d.ts +40 -40
  58. package/esm/token/figma.js +0 -60
  59. package/esm/token/token.d.ts.map +1 -1
  60. package/esm/token/token.js +0 -10
  61. package/esm/token/type.d.ts +0 -70
  62. package/esm/token/type.d.ts.map +1 -1
  63. package/package.json +1 -1
package/cjs/tag/tag.js CHANGED
@@ -15,10 +15,10 @@ var tagTokens = {
15
15
  tagInfoDisabledBackgroundColor: 'Brand-1',
16
16
  tagInfoDisabledBorderColor: 'Brand-1',
17
17
  tagInfoOutlineFontColor: 'Brand-6',
18
- tagInfoOutlineBackgroundColor: 'Neutral-fill-1',
18
+ tagInfoOutlineBackgroundColor: 'Transparent',
19
19
  tagInfoOutlineBorderColor: 'Brand-6',
20
20
  tagInfoOutlineDisabledFontColor: 'Brand-3',
21
- tagInfoOutlineDisabledBackgroundColor: 'Neutral-fill-1',
21
+ tagInfoOutlineDisabledBackgroundColor: 'Transparent',
22
22
  tagInfoOutlineDisabledBorderColor: 'Brand-3',
23
23
  tagInfoOutlineIconDisabledFontColor: 'Brand-3',
24
24
  tagInfoOutlineIconHoverBackgroundColor: 'Brand-1',
@@ -42,10 +42,10 @@ var tagTokens = {
42
42
  tagDefaultDisabledBackgroundColor: 'Neutral-fill-2',
43
43
  tagDefaultDisabledBorderColor: 'Neutral-fill-2',
44
44
  tagDefaultOutlineFontColor: 'Neutral-text-5',
45
- tagDefaultOutlineBackgroundColor: 'Neutral-fill-1',
45
+ tagDefaultOutlineBackgroundColor: 'Transparent',
46
46
  tagDefaultOutlineBorderColor: 'Neutral-border-2',
47
47
  tagDefaultOutlineDisabledFontColor: 'Neutral-text-2',
48
- tagDefaultOutlineDisabledBackgroundColor: 'Neutral-fill-1',
48
+ tagDefaultOutlineDisabledBackgroundColor: 'Transparent',
49
49
  tagDefaultOutlineDisabledBorderColor: 'Neutral-border-2',
50
50
  tagDefaultFillFontColor: 'Neutral-text-5',
51
51
  tagDefaultFillBackgroundColor: 'Neutral-fill-3',
@@ -65,10 +65,10 @@ var tagTokens = {
65
65
  tagSuccessDisabledBackgroundColor: 'Success-1',
66
66
  tagSuccessDisabledBorderColor: 'Success-1',
67
67
  tagSuccessOutlineFontColor: 'Success-6',
68
- tagSuccessOutlineBackgroundColor: 'Neutral-fill-1',
69
- tagSuccessOutlineBorderColor: 'Success-6',
68
+ tagSuccessOutlineBackgroundColor: 'Transparent',
69
+ tagSuccessOutlineBorderColor: 'Success-3',
70
70
  tagSuccessOutlineDisabledFontColor: 'Success-3',
71
- tagSuccessOutlineDisabledBackgroundColor: 'Neutral-fill-1',
71
+ tagSuccessOutlineDisabledBackgroundColor: 'Transparent',
72
72
  tagSuccessOutlineDisabledBorderColor: 'Success-3',
73
73
  tagSuccessOutlineIconDisabledFontColor: 'Success-3',
74
74
  tagSuccessOutlineIconHoverBackgroundColor: 'Success-2',
@@ -89,10 +89,10 @@ var tagTokens = {
89
89
  tagWarningDisabledBackgroundColor: 'Warning-1',
90
90
  tagWarningDisabledBorderColor: 'Warning-1',
91
91
  tagWarningOutlineFontColor: 'Warning-6',
92
- tagWarningOutlineBackgroundColor: 'Neutral-fill-1',
93
- tagWarningOutlineBorderColor: 'Warning-6',
92
+ tagWarningOutlineBackgroundColor: 'Transparent',
93
+ tagWarningOutlineBorderColor: 'Warning-3',
94
94
  tagWarningOutlineDisabledFontColor: 'Warning-3',
95
- tagWarningOutlineDisabledBackgroundColor: 'Neutral-fill-1',
95
+ tagWarningOutlineDisabledBackgroundColor: 'Transparent',
96
96
  tagWarningOutlineDisabledBorderColor: 'Warning-3',
97
97
  tagWarningFillFontColor: 'Neutral-text-1',
98
98
  tagWarningFillBackgroundColor: 'Warning-6',
@@ -111,10 +111,10 @@ var tagTokens = {
111
111
  tagDangerDisabledBackgroundColor: 'Danger-1',
112
112
  tagDangerDisabledBorderColor: 'Danger-1',
113
113
  tagDangerOutlineFontColor: 'Danger-6',
114
- tagDangerOutlineBackgroundColor: 'Neutral-fill-1',
115
- tagDangerOutlineBorderColor: 'Danger-6',
114
+ tagDangerOutlineBackgroundColor: 'Transparent',
115
+ tagDangerOutlineBorderColor: 'Danger-3',
116
116
  tagDangerOutlineDisabledFontColor: 'Danger-3',
117
- tagDangerOutlineDisabledBackgroundColor: 'Neutral-fill-1',
117
+ tagDangerOutlineDisabledBackgroundColor: 'Transparent',
118
118
  tagDangerOutlineDisabledBorderColor: 'Danger-3',
119
119
  tagDangerFillFontColor: 'Neutral-text-1',
120
120
  tagDangerFillBackgroundColor: 'Danger-6',
@@ -133,10 +133,10 @@ var tagTokens = {
133
133
  tagMagentaDisabledBackgroundColor: 'Magenta-1',
134
134
  tagMagentaDisabledBorderColor: 'Magenta-1',
135
135
  tagMagentaOutlineFontColor: 'Magenta-6',
136
- tagMagentaOutlineBackgroundColor: 'Neutral-fill-1',
137
- tagMagentaOutlineBorderColor: 'Magenta-6',
136
+ tagMagentaOutlineBackgroundColor: 'Transparent',
137
+ tagMagentaOutlineBorderColor: 'Magenta-3',
138
138
  tagMagentaOutlineDisabledFontColor: 'Magenta-3',
139
- tagMagentaOutlineDisabledBackgroundColor: 'Neutral-fill-1',
139
+ tagMagentaOutlineDisabledBackgroundColor: 'Transparent',
140
140
  tagMagentaOutlineDisabledBorderColor: 'Magenta-3',
141
141
  tagMagentaFillFontColor: 'Neutral-text-1',
142
142
  tagMagentaFillBackgroundColor: 'Magenta-6',
@@ -155,10 +155,10 @@ var tagTokens = {
155
155
  tagBrownDisabledBackgroundColor: 'Brown-1',
156
156
  tagBrownDisabledBorderColor: 'Brown-1',
157
157
  tagBrownOutlineFontColor: 'Brown-6',
158
- tagBrownOutlineBackgroundColor: 'Neutral-fill-1',
159
- tagBrownOutlineBorderColor: 'Brown-6',
158
+ tagBrownOutlineBackgroundColor: 'Transparent',
159
+ tagBrownOutlineBorderColor: 'Brown-3',
160
160
  tagBrownOutlineDisabledFontColor: 'Brown-3',
161
- tagBrownOutlineDisabledBackgroundColor: 'Neutral-fill-1',
161
+ tagBrownOutlineDisabledBackgroundColor: 'Transparent',
162
162
  tagBrownOutlineDisabledBorderColor: 'Brown-3',
163
163
  tagBrownFillFontColor: 'Neutral-text-1',
164
164
  tagBrownFillBackgroundColor: 'Brown-6',
@@ -177,10 +177,10 @@ var tagTokens = {
177
177
  tagPurpleDisabledBackgroundColor: 'Purple-1',
178
178
  tagPurpleDisabledBorderColor: 'Purple-1',
179
179
  tagPurpleOutlineFontColor: 'Purple-6',
180
- tagPurpleOutlineBackgroundColor: 'Neutral-fill-1',
181
- tagPurpleOutlineBorderColor: 'Purple-6',
180
+ tagPurpleOutlineBackgroundColor: 'Transparent',
181
+ tagPurpleOutlineBorderColor: 'Purple-3',
182
182
  tagPurpleOutlineDisabledFontColor: 'Purple-3',
183
- tagPurpleOutlineDisabledBackgroundColor: 'Neutral-fill-1',
183
+ tagPurpleOutlineDisabledBackgroundColor: 'Transparent',
184
184
  tagPurpleOutlineDisabledBorderColor: 'Purple-3',
185
185
  tagPurpleFillFontColor: 'Neutral-text-1',
186
186
  tagPurpleFillBackgroundColor: 'Purple-6',
@@ -199,10 +199,10 @@ var tagTokens = {
199
199
  tagIndigoDisabledBackgroundColor: 'Indigo-1',
200
200
  tagIndigoDisabledBorderColor: 'Indigo-1',
201
201
  tagIndigoOutlineFontColor: 'Indigo-6',
202
- tagIndigoOutlineBackgroundColor: 'Neutral-fill-1',
203
- tagIndigoOutlineBorderColor: 'Indigo-6',
202
+ tagIndigoOutlineBackgroundColor: 'Transparent',
203
+ tagIndigoOutlineBorderColor: 'Indigo-3',
204
204
  tagIndigoOutlineDisabledFontColor: 'Indigo-3',
205
- tagIndigoOutlineDisabledBackgroundColor: 'Neutral-fill-1',
205
+ tagIndigoOutlineDisabledBackgroundColor: 'Transparent',
206
206
  tagIndigoOutlineDisabledBorderColor: 'Indigo-3',
207
207
  tagIndigoFillFontColor: 'Neutral-text-1',
208
208
  tagIndigoFillBackgroundColor: 'Indigo-6',
@@ -221,10 +221,10 @@ var tagTokens = {
221
221
  tagCyanDisabledBackgroundColor: 'Cyan-1',
222
222
  tagCyanDisabledBorderColor: 'Cyan-1',
223
223
  tagCyanOutlineFontColor: 'Cyan-6',
224
- tagCyanOutlineBackgroundColor: 'Neutral-fill-1',
225
- tagCyanOutlineBorderColor: 'Cyan-6',
224
+ tagCyanOutlineBackgroundColor: 'Transparent',
225
+ tagCyanOutlineBorderColor: 'Cyan-3',
226
226
  tagCyanOutlineDisabledFontColor: 'Cyan-3',
227
- tagCyanOutlineDisabledBackgroundColor: 'Neutral-fill-1',
227
+ tagCyanOutlineDisabledBackgroundColor: 'Transparent',
228
228
  tagCyanOutlineDisabledBorderColor: 'Cyan-3',
229
229
  tagCyanFillFontColor: 'Neutral-text-1',
230
230
  tagCyanFillBackgroundColor: 'Cyan-6',
@@ -243,10 +243,10 @@ var tagTokens = {
243
243
  tagNeonDisabledBackgroundColor: 'Neon-1',
244
244
  tagNeonDisabledBorderColor: 'Neon-1',
245
245
  tagNeonOutlineFontColor: 'Neon-6',
246
- tagNeonOutlineBackgroundColor: 'Neutral-fill-1',
247
- tagNeonOutlineBorderColor: 'Neon-6',
246
+ tagNeonOutlineBackgroundColor: 'Transparent',
247
+ tagNeonOutlineBorderColor: 'Neon-3',
248
248
  tagNeonOutlineDisabledFontColor: 'Neon-3',
249
- tagNeonOutlineDisabledBackgroundColor: 'Neutral-fill-1',
249
+ tagNeonOutlineDisabledBackgroundColor: 'Transparent',
250
250
  tagNeonOutlineDisabledBorderColor: 'Neon-3',
251
251
  tagNeonFillFontColor: 'Neutral-text-1',
252
252
  tagNeonFillBackgroundColor: 'Neon-6',
@@ -265,10 +265,10 @@ var tagTokens = {
265
265
  tagLemonDisabledBackgroundColor: 'Lemon-1',
266
266
  tagLemonDisabledBorderColor: 'Lemon-1',
267
267
  tagLemonOutlineFontColor: 'Lemon-6',
268
- tagLemonOutlineBackgroundColor: 'Neutral-fill-1',
269
- tagLemonOutlineBorderColor: 'Lemon-6',
268
+ tagLemonOutlineBackgroundColor: 'Transparent',
269
+ tagLemonOutlineBorderColor: 'Lemon-3',
270
270
  tagLemonOutlineDisabledFontColor: 'Lemon-3',
271
- tagLemonOutlineDisabledBackgroundColor: 'Neutral-fill-1',
271
+ tagLemonOutlineDisabledBackgroundColor: 'Transparent',
272
272
  tagLemonOutlineDisabledBorderColor: 'Lemon-3',
273
273
  tagLemonFillFontColor: 'Neutral-text-1',
274
274
  tagLemonFillBackgroundColor: 'Lemon-6',
@@ -287,10 +287,10 @@ var tagTokens = {
287
287
  tagOrangeDisabledBackgroundColor: 'Orange-1',
288
288
  tagOrangeDisabledBorderColor: 'Orange-1',
289
289
  tagOrangeOutlineFontColor: 'Orange-6',
290
- tagOrangeOutlineBackgroundColor: 'Neutral-fill-1',
291
- tagOrangeOutlineBorderColor: 'Orange-6',
290
+ tagOrangeOutlineBackgroundColor: 'Transparent',
291
+ tagOrangeOutlineBorderColor: 'Orange-3',
292
292
  tagOrangeOutlineDisabledFontColor: 'Orange-3',
293
- tagOrangeOutlineDisabledBackgroundColor: 'Neutral-fill-1',
293
+ tagOrangeOutlineDisabledBackgroundColor: 'Transparent',
294
294
  tagOrangeOutlineDisabledBorderColor: 'Orange-3',
295
295
  tagOrangeFillFontColor: 'Neutral-text-1',
296
296
  tagOrangeFillBackgroundColor: 'Orange-6',
@@ -309,10 +309,10 @@ var tagTokens = {
309
309
  tagTangerineDisabledBackgroundColor: 'Tangerine-1',
310
310
  tagTangerineDisabledBorderColor: 'Tangerine-1',
311
311
  tagTangerineOutlineFontColor: 'Tangerine-6',
312
- tagTangerineOutlineBackgroundColor: 'Neutral-fill-1',
313
- tagTangerineOutlineBorderColor: 'Tangerine-6',
312
+ tagTangerineOutlineBackgroundColor: 'Transparent',
313
+ tagTangerineOutlineBorderColor: 'Tangerine-3',
314
314
  tagTangerineOutlineDisabledFontColor: 'Tangerine-3',
315
- tagTangerineOutlineDisabledBackgroundColor: 'Neutral-fill-1',
315
+ tagTangerineOutlineDisabledBackgroundColor: 'Transparent',
316
316
  tagTangerineOutlineDisabledBorderColor: 'Tangerine-3',
317
317
  tagTangerineFillFontColor: 'Neutral-text-1',
318
318
  tagTangerineFillBackgroundColor: 'Tangerine-6',
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'