@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.
- 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/select/select.d.ts.map +1 -1
- package/cjs/select/select.js +4 -3
- package/cjs/select/token.js +10 -3
- package/cjs/select/type.d.ts +16 -10
- package/cjs/select/type.d.ts.map +1 -1
- package/cjs/tabs/tabs.d.ts.map +1 -1
- package/cjs/tabs/tabs.js +1 -0
- package/cjs/tabs/token.js +4 -2
- package/cjs/tabs/type.d.ts +7 -1
- package/cjs/tabs/type.d.ts.map +1 -1
- package/cjs/tag/tag.js +40 -40
- package/cjs/tag/token.js +40 -40
- package/cjs/tag/type.d.ts +40 -40
- package/cjs/token/figma.js +0 -60
- package/cjs/token/token.d.ts.map +1 -1
- package/cjs/token/token.js +0 -10
- package/cjs/token/type.d.ts +0 -70
- 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/select/select.d.ts.map +1 -1
- package/esm/select/select.js +4 -3
- package/esm/select/token.js +10 -3
- package/esm/select/type.d.ts +16 -10
- package/esm/select/type.d.ts.map +1 -1
- package/esm/tabs/tabs.d.ts.map +1 -1
- package/esm/tabs/tabs.js +1 -0
- package/esm/tabs/token.js +4 -2
- package/esm/tabs/type.d.ts +7 -1
- package/esm/tabs/type.d.ts.map +1 -1
- package/esm/tag/tag.js +40 -40
- package/esm/tag/token.js +40 -40
- package/esm/tag/type.d.ts +40 -40
- package/esm/token/figma.js +0 -60
- package/esm/token/token.d.ts.map +1 -1
- package/esm/token/token.js +0 -10
- package/esm/token/type.d.ts +0 -70
- package/esm/token/type.d.ts.map +1 -1
- 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: '
|
|
18
|
+
tagInfoOutlineBackgroundColor: 'Transparent',
|
|
19
19
|
tagInfoOutlineBorderColor: 'Brand-6',
|
|
20
20
|
tagInfoOutlineDisabledFontColor: 'Brand-3',
|
|
21
|
-
tagInfoOutlineDisabledBackgroundColor: '
|
|
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: '
|
|
45
|
+
tagDefaultOutlineBackgroundColor: 'Transparent',
|
|
46
46
|
tagDefaultOutlineBorderColor: 'Neutral-border-2',
|
|
47
47
|
tagDefaultOutlineDisabledFontColor: 'Neutral-text-2',
|
|
48
|
-
tagDefaultOutlineDisabledBackgroundColor: '
|
|
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: '
|
|
69
|
-
tagSuccessOutlineBorderColor: 'Success-
|
|
68
|
+
tagSuccessOutlineBackgroundColor: 'Transparent',
|
|
69
|
+
tagSuccessOutlineBorderColor: 'Success-3',
|
|
70
70
|
tagSuccessOutlineDisabledFontColor: 'Success-3',
|
|
71
|
-
tagSuccessOutlineDisabledBackgroundColor: '
|
|
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: '
|
|
93
|
-
tagWarningOutlineBorderColor: 'Warning-
|
|
92
|
+
tagWarningOutlineBackgroundColor: 'Transparent',
|
|
93
|
+
tagWarningOutlineBorderColor: 'Warning-3',
|
|
94
94
|
tagWarningOutlineDisabledFontColor: 'Warning-3',
|
|
95
|
-
tagWarningOutlineDisabledBackgroundColor: '
|
|
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: '
|
|
115
|
-
tagDangerOutlineBorderColor: 'Danger-
|
|
114
|
+
tagDangerOutlineBackgroundColor: 'Transparent',
|
|
115
|
+
tagDangerOutlineBorderColor: 'Danger-3',
|
|
116
116
|
tagDangerOutlineDisabledFontColor: 'Danger-3',
|
|
117
|
-
tagDangerOutlineDisabledBackgroundColor: '
|
|
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: '
|
|
137
|
-
tagMagentaOutlineBorderColor: 'Magenta-
|
|
136
|
+
tagMagentaOutlineBackgroundColor: 'Transparent',
|
|
137
|
+
tagMagentaOutlineBorderColor: 'Magenta-3',
|
|
138
138
|
tagMagentaOutlineDisabledFontColor: 'Magenta-3',
|
|
139
|
-
tagMagentaOutlineDisabledBackgroundColor: '
|
|
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: '
|
|
159
|
-
tagBrownOutlineBorderColor: 'Brown-
|
|
158
|
+
tagBrownOutlineBackgroundColor: 'Transparent',
|
|
159
|
+
tagBrownOutlineBorderColor: 'Brown-3',
|
|
160
160
|
tagBrownOutlineDisabledFontColor: 'Brown-3',
|
|
161
|
-
tagBrownOutlineDisabledBackgroundColor: '
|
|
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: '
|
|
181
|
-
tagPurpleOutlineBorderColor: 'Purple-
|
|
180
|
+
tagPurpleOutlineBackgroundColor: 'Transparent',
|
|
181
|
+
tagPurpleOutlineBorderColor: 'Purple-3',
|
|
182
182
|
tagPurpleOutlineDisabledFontColor: 'Purple-3',
|
|
183
|
-
tagPurpleOutlineDisabledBackgroundColor: '
|
|
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: '
|
|
203
|
-
tagIndigoOutlineBorderColor: 'Indigo-
|
|
202
|
+
tagIndigoOutlineBackgroundColor: 'Transparent',
|
|
203
|
+
tagIndigoOutlineBorderColor: 'Indigo-3',
|
|
204
204
|
tagIndigoOutlineDisabledFontColor: 'Indigo-3',
|
|
205
|
-
tagIndigoOutlineDisabledBackgroundColor: '
|
|
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: '
|
|
225
|
-
tagCyanOutlineBorderColor: 'Cyan-
|
|
224
|
+
tagCyanOutlineBackgroundColor: 'Transparent',
|
|
225
|
+
tagCyanOutlineBorderColor: 'Cyan-3',
|
|
226
226
|
tagCyanOutlineDisabledFontColor: 'Cyan-3',
|
|
227
|
-
tagCyanOutlineDisabledBackgroundColor: '
|
|
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: '
|
|
247
|
-
tagNeonOutlineBorderColor: 'Neon-
|
|
246
|
+
tagNeonOutlineBackgroundColor: 'Transparent',
|
|
247
|
+
tagNeonOutlineBorderColor: 'Neon-3',
|
|
248
248
|
tagNeonOutlineDisabledFontColor: 'Neon-3',
|
|
249
|
-
tagNeonOutlineDisabledBackgroundColor: '
|
|
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: '
|
|
269
|
-
tagLemonOutlineBorderColor: 'Lemon-
|
|
268
|
+
tagLemonOutlineBackgroundColor: 'Transparent',
|
|
269
|
+
tagLemonOutlineBorderColor: 'Lemon-3',
|
|
270
270
|
tagLemonOutlineDisabledFontColor: 'Lemon-3',
|
|
271
|
-
tagLemonOutlineDisabledBackgroundColor: '
|
|
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: '
|
|
291
|
-
tagOrangeOutlineBorderColor: 'Orange-
|
|
290
|
+
tagOrangeOutlineBackgroundColor: 'Transparent',
|
|
291
|
+
tagOrangeOutlineBorderColor: 'Orange-3',
|
|
292
292
|
tagOrangeOutlineDisabledFontColor: 'Orange-3',
|
|
293
|
-
tagOrangeOutlineDisabledBackgroundColor: '
|
|
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: '
|
|
313
|
-
tagTangerineOutlineBorderColor: 'Tangerine-
|
|
312
|
+
tagTangerineOutlineBackgroundColor: 'Transparent',
|
|
313
|
+
tagTangerineOutlineBorderColor: 'Tangerine-3',
|
|
314
314
|
tagTangerineOutlineDisabledFontColor: 'Tangerine-3',
|
|
315
|
-
tagTangerineOutlineDisabledBackgroundColor: '
|
|
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: '
|
|
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: '
|
|
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'
|