@sheinx/theme 3.9.12 → 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/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/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/esm/tag/tag.js
CHANGED
|
@@ -9,10 +9,10 @@ var tagTokens = {
|
|
|
9
9
|
tagInfoDisabledBackgroundColor: 'Brand-1',
|
|
10
10
|
tagInfoDisabledBorderColor: 'Brand-1',
|
|
11
11
|
tagInfoOutlineFontColor: 'Brand-6',
|
|
12
|
-
tagInfoOutlineBackgroundColor: '
|
|
12
|
+
tagInfoOutlineBackgroundColor: 'Transparent',
|
|
13
13
|
tagInfoOutlineBorderColor: 'Brand-6',
|
|
14
14
|
tagInfoOutlineDisabledFontColor: 'Brand-3',
|
|
15
|
-
tagInfoOutlineDisabledBackgroundColor: '
|
|
15
|
+
tagInfoOutlineDisabledBackgroundColor: 'Transparent',
|
|
16
16
|
tagInfoOutlineDisabledBorderColor: 'Brand-3',
|
|
17
17
|
tagInfoOutlineIconDisabledFontColor: 'Brand-3',
|
|
18
18
|
tagInfoOutlineIconHoverBackgroundColor: 'Brand-1',
|
|
@@ -36,10 +36,10 @@ var tagTokens = {
|
|
|
36
36
|
tagDefaultDisabledBackgroundColor: 'Neutral-fill-2',
|
|
37
37
|
tagDefaultDisabledBorderColor: 'Neutral-fill-2',
|
|
38
38
|
tagDefaultOutlineFontColor: 'Neutral-text-5',
|
|
39
|
-
tagDefaultOutlineBackgroundColor: '
|
|
39
|
+
tagDefaultOutlineBackgroundColor: 'Transparent',
|
|
40
40
|
tagDefaultOutlineBorderColor: 'Neutral-border-2',
|
|
41
41
|
tagDefaultOutlineDisabledFontColor: 'Neutral-text-2',
|
|
42
|
-
tagDefaultOutlineDisabledBackgroundColor: '
|
|
42
|
+
tagDefaultOutlineDisabledBackgroundColor: 'Transparent',
|
|
43
43
|
tagDefaultOutlineDisabledBorderColor: 'Neutral-border-2',
|
|
44
44
|
tagDefaultFillFontColor: 'Neutral-text-5',
|
|
45
45
|
tagDefaultFillBackgroundColor: 'Neutral-fill-3',
|
|
@@ -59,10 +59,10 @@ var tagTokens = {
|
|
|
59
59
|
tagSuccessDisabledBackgroundColor: 'Success-1',
|
|
60
60
|
tagSuccessDisabledBorderColor: 'Success-1',
|
|
61
61
|
tagSuccessOutlineFontColor: 'Success-6',
|
|
62
|
-
tagSuccessOutlineBackgroundColor: '
|
|
63
|
-
tagSuccessOutlineBorderColor: 'Success-
|
|
62
|
+
tagSuccessOutlineBackgroundColor: 'Transparent',
|
|
63
|
+
tagSuccessOutlineBorderColor: 'Success-3',
|
|
64
64
|
tagSuccessOutlineDisabledFontColor: 'Success-3',
|
|
65
|
-
tagSuccessOutlineDisabledBackgroundColor: '
|
|
65
|
+
tagSuccessOutlineDisabledBackgroundColor: 'Transparent',
|
|
66
66
|
tagSuccessOutlineDisabledBorderColor: 'Success-3',
|
|
67
67
|
tagSuccessOutlineIconDisabledFontColor: 'Success-3',
|
|
68
68
|
tagSuccessOutlineIconHoverBackgroundColor: 'Success-2',
|
|
@@ -83,10 +83,10 @@ var tagTokens = {
|
|
|
83
83
|
tagWarningDisabledBackgroundColor: 'Warning-1',
|
|
84
84
|
tagWarningDisabledBorderColor: 'Warning-1',
|
|
85
85
|
tagWarningOutlineFontColor: 'Warning-6',
|
|
86
|
-
tagWarningOutlineBackgroundColor: '
|
|
87
|
-
tagWarningOutlineBorderColor: 'Warning-
|
|
86
|
+
tagWarningOutlineBackgroundColor: 'Transparent',
|
|
87
|
+
tagWarningOutlineBorderColor: 'Warning-3',
|
|
88
88
|
tagWarningOutlineDisabledFontColor: 'Warning-3',
|
|
89
|
-
tagWarningOutlineDisabledBackgroundColor: '
|
|
89
|
+
tagWarningOutlineDisabledBackgroundColor: 'Transparent',
|
|
90
90
|
tagWarningOutlineDisabledBorderColor: 'Warning-3',
|
|
91
91
|
tagWarningFillFontColor: 'Neutral-text-1',
|
|
92
92
|
tagWarningFillBackgroundColor: 'Warning-6',
|
|
@@ -105,10 +105,10 @@ var tagTokens = {
|
|
|
105
105
|
tagDangerDisabledBackgroundColor: 'Danger-1',
|
|
106
106
|
tagDangerDisabledBorderColor: 'Danger-1',
|
|
107
107
|
tagDangerOutlineFontColor: 'Danger-6',
|
|
108
|
-
tagDangerOutlineBackgroundColor: '
|
|
109
|
-
tagDangerOutlineBorderColor: 'Danger-
|
|
108
|
+
tagDangerOutlineBackgroundColor: 'Transparent',
|
|
109
|
+
tagDangerOutlineBorderColor: 'Danger-3',
|
|
110
110
|
tagDangerOutlineDisabledFontColor: 'Danger-3',
|
|
111
|
-
tagDangerOutlineDisabledBackgroundColor: '
|
|
111
|
+
tagDangerOutlineDisabledBackgroundColor: 'Transparent',
|
|
112
112
|
tagDangerOutlineDisabledBorderColor: 'Danger-3',
|
|
113
113
|
tagDangerFillFontColor: 'Neutral-text-1',
|
|
114
114
|
tagDangerFillBackgroundColor: 'Danger-6',
|
|
@@ -127,10 +127,10 @@ var tagTokens = {
|
|
|
127
127
|
tagMagentaDisabledBackgroundColor: 'Magenta-1',
|
|
128
128
|
tagMagentaDisabledBorderColor: 'Magenta-1',
|
|
129
129
|
tagMagentaOutlineFontColor: 'Magenta-6',
|
|
130
|
-
tagMagentaOutlineBackgroundColor: '
|
|
131
|
-
tagMagentaOutlineBorderColor: 'Magenta-
|
|
130
|
+
tagMagentaOutlineBackgroundColor: 'Transparent',
|
|
131
|
+
tagMagentaOutlineBorderColor: 'Magenta-3',
|
|
132
132
|
tagMagentaOutlineDisabledFontColor: 'Magenta-3',
|
|
133
|
-
tagMagentaOutlineDisabledBackgroundColor: '
|
|
133
|
+
tagMagentaOutlineDisabledBackgroundColor: 'Transparent',
|
|
134
134
|
tagMagentaOutlineDisabledBorderColor: 'Magenta-3',
|
|
135
135
|
tagMagentaFillFontColor: 'Neutral-text-1',
|
|
136
136
|
tagMagentaFillBackgroundColor: 'Magenta-6',
|
|
@@ -149,10 +149,10 @@ var tagTokens = {
|
|
|
149
149
|
tagBrownDisabledBackgroundColor: 'Brown-1',
|
|
150
150
|
tagBrownDisabledBorderColor: 'Brown-1',
|
|
151
151
|
tagBrownOutlineFontColor: 'Brown-6',
|
|
152
|
-
tagBrownOutlineBackgroundColor: '
|
|
153
|
-
tagBrownOutlineBorderColor: 'Brown-
|
|
152
|
+
tagBrownOutlineBackgroundColor: 'Transparent',
|
|
153
|
+
tagBrownOutlineBorderColor: 'Brown-3',
|
|
154
154
|
tagBrownOutlineDisabledFontColor: 'Brown-3',
|
|
155
|
-
tagBrownOutlineDisabledBackgroundColor: '
|
|
155
|
+
tagBrownOutlineDisabledBackgroundColor: 'Transparent',
|
|
156
156
|
tagBrownOutlineDisabledBorderColor: 'Brown-3',
|
|
157
157
|
tagBrownFillFontColor: 'Neutral-text-1',
|
|
158
158
|
tagBrownFillBackgroundColor: 'Brown-6',
|
|
@@ -171,10 +171,10 @@ var tagTokens = {
|
|
|
171
171
|
tagPurpleDisabledBackgroundColor: 'Purple-1',
|
|
172
172
|
tagPurpleDisabledBorderColor: 'Purple-1',
|
|
173
173
|
tagPurpleOutlineFontColor: 'Purple-6',
|
|
174
|
-
tagPurpleOutlineBackgroundColor: '
|
|
175
|
-
tagPurpleOutlineBorderColor: 'Purple-
|
|
174
|
+
tagPurpleOutlineBackgroundColor: 'Transparent',
|
|
175
|
+
tagPurpleOutlineBorderColor: 'Purple-3',
|
|
176
176
|
tagPurpleOutlineDisabledFontColor: 'Purple-3',
|
|
177
|
-
tagPurpleOutlineDisabledBackgroundColor: '
|
|
177
|
+
tagPurpleOutlineDisabledBackgroundColor: 'Transparent',
|
|
178
178
|
tagPurpleOutlineDisabledBorderColor: 'Purple-3',
|
|
179
179
|
tagPurpleFillFontColor: 'Neutral-text-1',
|
|
180
180
|
tagPurpleFillBackgroundColor: 'Purple-6',
|
|
@@ -193,10 +193,10 @@ var tagTokens = {
|
|
|
193
193
|
tagIndigoDisabledBackgroundColor: 'Indigo-1',
|
|
194
194
|
tagIndigoDisabledBorderColor: 'Indigo-1',
|
|
195
195
|
tagIndigoOutlineFontColor: 'Indigo-6',
|
|
196
|
-
tagIndigoOutlineBackgroundColor: '
|
|
197
|
-
tagIndigoOutlineBorderColor: 'Indigo-
|
|
196
|
+
tagIndigoOutlineBackgroundColor: 'Transparent',
|
|
197
|
+
tagIndigoOutlineBorderColor: 'Indigo-3',
|
|
198
198
|
tagIndigoOutlineDisabledFontColor: 'Indigo-3',
|
|
199
|
-
tagIndigoOutlineDisabledBackgroundColor: '
|
|
199
|
+
tagIndigoOutlineDisabledBackgroundColor: 'Transparent',
|
|
200
200
|
tagIndigoOutlineDisabledBorderColor: 'Indigo-3',
|
|
201
201
|
tagIndigoFillFontColor: 'Neutral-text-1',
|
|
202
202
|
tagIndigoFillBackgroundColor: 'Indigo-6',
|
|
@@ -215,10 +215,10 @@ var tagTokens = {
|
|
|
215
215
|
tagCyanDisabledBackgroundColor: 'Cyan-1',
|
|
216
216
|
tagCyanDisabledBorderColor: 'Cyan-1',
|
|
217
217
|
tagCyanOutlineFontColor: 'Cyan-6',
|
|
218
|
-
tagCyanOutlineBackgroundColor: '
|
|
219
|
-
tagCyanOutlineBorderColor: 'Cyan-
|
|
218
|
+
tagCyanOutlineBackgroundColor: 'Transparent',
|
|
219
|
+
tagCyanOutlineBorderColor: 'Cyan-3',
|
|
220
220
|
tagCyanOutlineDisabledFontColor: 'Cyan-3',
|
|
221
|
-
tagCyanOutlineDisabledBackgroundColor: '
|
|
221
|
+
tagCyanOutlineDisabledBackgroundColor: 'Transparent',
|
|
222
222
|
tagCyanOutlineDisabledBorderColor: 'Cyan-3',
|
|
223
223
|
tagCyanFillFontColor: 'Neutral-text-1',
|
|
224
224
|
tagCyanFillBackgroundColor: 'Cyan-6',
|
|
@@ -237,10 +237,10 @@ var tagTokens = {
|
|
|
237
237
|
tagNeonDisabledBackgroundColor: 'Neon-1',
|
|
238
238
|
tagNeonDisabledBorderColor: 'Neon-1',
|
|
239
239
|
tagNeonOutlineFontColor: 'Neon-6',
|
|
240
|
-
tagNeonOutlineBackgroundColor: '
|
|
241
|
-
tagNeonOutlineBorderColor: 'Neon-
|
|
240
|
+
tagNeonOutlineBackgroundColor: 'Transparent',
|
|
241
|
+
tagNeonOutlineBorderColor: 'Neon-3',
|
|
242
242
|
tagNeonOutlineDisabledFontColor: 'Neon-3',
|
|
243
|
-
tagNeonOutlineDisabledBackgroundColor: '
|
|
243
|
+
tagNeonOutlineDisabledBackgroundColor: 'Transparent',
|
|
244
244
|
tagNeonOutlineDisabledBorderColor: 'Neon-3',
|
|
245
245
|
tagNeonFillFontColor: 'Neutral-text-1',
|
|
246
246
|
tagNeonFillBackgroundColor: 'Neon-6',
|
|
@@ -259,10 +259,10 @@ var tagTokens = {
|
|
|
259
259
|
tagLemonDisabledBackgroundColor: 'Lemon-1',
|
|
260
260
|
tagLemonDisabledBorderColor: 'Lemon-1',
|
|
261
261
|
tagLemonOutlineFontColor: 'Lemon-6',
|
|
262
|
-
tagLemonOutlineBackgroundColor: '
|
|
263
|
-
tagLemonOutlineBorderColor: 'Lemon-
|
|
262
|
+
tagLemonOutlineBackgroundColor: 'Transparent',
|
|
263
|
+
tagLemonOutlineBorderColor: 'Lemon-3',
|
|
264
264
|
tagLemonOutlineDisabledFontColor: 'Lemon-3',
|
|
265
|
-
tagLemonOutlineDisabledBackgroundColor: '
|
|
265
|
+
tagLemonOutlineDisabledBackgroundColor: 'Transparent',
|
|
266
266
|
tagLemonOutlineDisabledBorderColor: 'Lemon-3',
|
|
267
267
|
tagLemonFillFontColor: 'Neutral-text-1',
|
|
268
268
|
tagLemonFillBackgroundColor: 'Lemon-6',
|
|
@@ -281,10 +281,10 @@ var tagTokens = {
|
|
|
281
281
|
tagOrangeDisabledBackgroundColor: 'Orange-1',
|
|
282
282
|
tagOrangeDisabledBorderColor: 'Orange-1',
|
|
283
283
|
tagOrangeOutlineFontColor: 'Orange-6',
|
|
284
|
-
tagOrangeOutlineBackgroundColor: '
|
|
285
|
-
tagOrangeOutlineBorderColor: 'Orange-
|
|
284
|
+
tagOrangeOutlineBackgroundColor: 'Transparent',
|
|
285
|
+
tagOrangeOutlineBorderColor: 'Orange-3',
|
|
286
286
|
tagOrangeOutlineDisabledFontColor: 'Orange-3',
|
|
287
|
-
tagOrangeOutlineDisabledBackgroundColor: '
|
|
287
|
+
tagOrangeOutlineDisabledBackgroundColor: 'Transparent',
|
|
288
288
|
tagOrangeOutlineDisabledBorderColor: 'Orange-3',
|
|
289
289
|
tagOrangeFillFontColor: 'Neutral-text-1',
|
|
290
290
|
tagOrangeFillBackgroundColor: 'Orange-6',
|
|
@@ -303,10 +303,10 @@ var tagTokens = {
|
|
|
303
303
|
tagTangerineDisabledBackgroundColor: 'Tangerine-1',
|
|
304
304
|
tagTangerineDisabledBorderColor: 'Tangerine-1',
|
|
305
305
|
tagTangerineOutlineFontColor: 'Tangerine-6',
|
|
306
|
-
tagTangerineOutlineBackgroundColor: '
|
|
307
|
-
tagTangerineOutlineBorderColor: 'Tangerine-
|
|
306
|
+
tagTangerineOutlineBackgroundColor: 'Transparent',
|
|
307
|
+
tagTangerineOutlineBorderColor: 'Tangerine-3',
|
|
308
308
|
tagTangerineOutlineDisabledFontColor: 'Tangerine-3',
|
|
309
|
-
tagTangerineOutlineDisabledBackgroundColor: '
|
|
309
|
+
tagTangerineOutlineDisabledBackgroundColor: 'Transparent',
|
|
310
310
|
tagTangerineOutlineDisabledBorderColor: 'Tangerine-3',
|
|
311
311
|
tagTangerineFillFontColor: 'Neutral-text-1',
|
|
312
312
|
tagTangerineFillBackgroundColor: 'Tangerine-6',
|
package/esm/tag/token.js
CHANGED
|
@@ -59,7 +59,7 @@ var tagTokenExtraValue = {
|
|
|
59
59
|
color: 'Brand-6'
|
|
60
60
|
},
|
|
61
61
|
background: {
|
|
62
|
-
color: '
|
|
62
|
+
color: 'Transparent'
|
|
63
63
|
},
|
|
64
64
|
border: {
|
|
65
65
|
color: 'Brand-6'
|
|
@@ -69,7 +69,7 @@ var tagTokenExtraValue = {
|
|
|
69
69
|
color: 'Brand-3'
|
|
70
70
|
},
|
|
71
71
|
background: {
|
|
72
|
-
color: '
|
|
72
|
+
color: 'Transparent'
|
|
73
73
|
},
|
|
74
74
|
border: {
|
|
75
75
|
color: 'Brand-3'
|
|
@@ -201,7 +201,7 @@ var tagTokenExtraValue = {
|
|
|
201
201
|
color: 'Neutral-text-5'
|
|
202
202
|
},
|
|
203
203
|
background: {
|
|
204
|
-
color: '
|
|
204
|
+
color: 'Transparent'
|
|
205
205
|
},
|
|
206
206
|
border: {
|
|
207
207
|
color: 'Neutral-border-2'
|
|
@@ -211,7 +211,7 @@ var tagTokenExtraValue = {
|
|
|
211
211
|
color: 'Neutral-text-2'
|
|
212
212
|
},
|
|
213
213
|
background: {
|
|
214
|
-
color: '
|
|
214
|
+
color: 'Transparent'
|
|
215
215
|
},
|
|
216
216
|
border: {
|
|
217
217
|
color: 'Neutral-border-2'
|
|
@@ -339,17 +339,17 @@ var tagTokenExtraValue = {
|
|
|
339
339
|
color: 'Success-6'
|
|
340
340
|
},
|
|
341
341
|
background: {
|
|
342
|
-
color: '
|
|
342
|
+
color: 'Transparent'
|
|
343
343
|
},
|
|
344
344
|
border: {
|
|
345
|
-
color: 'Success-
|
|
345
|
+
color: 'Success-3'
|
|
346
346
|
},
|
|
347
347
|
disabled: {
|
|
348
348
|
font: {
|
|
349
349
|
color: 'Success-3'
|
|
350
350
|
},
|
|
351
351
|
background: {
|
|
352
|
-
color: '
|
|
352
|
+
color: 'Transparent'
|
|
353
353
|
},
|
|
354
354
|
border: {
|
|
355
355
|
color: 'Success-3'
|
|
@@ -477,17 +477,17 @@ var tagTokenExtraValue = {
|
|
|
477
477
|
color: 'Warning-6'
|
|
478
478
|
},
|
|
479
479
|
background: {
|
|
480
|
-
color: '
|
|
480
|
+
color: 'Transparent'
|
|
481
481
|
},
|
|
482
482
|
border: {
|
|
483
|
-
color: 'Warning-
|
|
483
|
+
color: 'Warning-3'
|
|
484
484
|
},
|
|
485
485
|
disabled: {
|
|
486
486
|
font: {
|
|
487
487
|
color: 'Warning-3'
|
|
488
488
|
},
|
|
489
489
|
background: {
|
|
490
|
-
color: '
|
|
490
|
+
color: 'Transparent'
|
|
491
491
|
},
|
|
492
492
|
border: {
|
|
493
493
|
color: 'Warning-3'
|
|
@@ -615,17 +615,17 @@ var tagTokenExtraValue = {
|
|
|
615
615
|
color: 'Danger-6'
|
|
616
616
|
},
|
|
617
617
|
background: {
|
|
618
|
-
color: '
|
|
618
|
+
color: 'Transparent'
|
|
619
619
|
},
|
|
620
620
|
border: {
|
|
621
|
-
color: 'Danger-
|
|
621
|
+
color: 'Danger-3'
|
|
622
622
|
},
|
|
623
623
|
disabled: {
|
|
624
624
|
font: {
|
|
625
625
|
color: 'Danger-3'
|
|
626
626
|
},
|
|
627
627
|
background: {
|
|
628
|
-
color: '
|
|
628
|
+
color: 'Transparent'
|
|
629
629
|
},
|
|
630
630
|
border: {
|
|
631
631
|
color: 'Danger-3'
|
|
@@ -753,17 +753,17 @@ var tagTokenExtraValue = {
|
|
|
753
753
|
color: 'Magenta-6'
|
|
754
754
|
},
|
|
755
755
|
background: {
|
|
756
|
-
color: '
|
|
756
|
+
color: 'Transparent'
|
|
757
757
|
},
|
|
758
758
|
border: {
|
|
759
|
-
color: 'Magenta-
|
|
759
|
+
color: 'Magenta-3'
|
|
760
760
|
},
|
|
761
761
|
disabled: {
|
|
762
762
|
font: {
|
|
763
763
|
color: 'Magenta-3'
|
|
764
764
|
},
|
|
765
765
|
background: {
|
|
766
|
-
color: '
|
|
766
|
+
color: 'Transparent'
|
|
767
767
|
},
|
|
768
768
|
border: {
|
|
769
769
|
color: 'Magenta-3'
|
|
@@ -891,17 +891,17 @@ var tagTokenExtraValue = {
|
|
|
891
891
|
color: 'Brown-6'
|
|
892
892
|
},
|
|
893
893
|
background: {
|
|
894
|
-
color: '
|
|
894
|
+
color: 'Transparent'
|
|
895
895
|
},
|
|
896
896
|
border: {
|
|
897
|
-
color: 'Brown-
|
|
897
|
+
color: 'Brown-3'
|
|
898
898
|
},
|
|
899
899
|
disabled: {
|
|
900
900
|
font: {
|
|
901
901
|
color: 'Brown-3'
|
|
902
902
|
},
|
|
903
903
|
background: {
|
|
904
|
-
color: '
|
|
904
|
+
color: 'Transparent'
|
|
905
905
|
},
|
|
906
906
|
border: {
|
|
907
907
|
color: 'Brown-3'
|
|
@@ -1029,17 +1029,17 @@ var tagTokenExtraValue = {
|
|
|
1029
1029
|
color: 'Purple-6'
|
|
1030
1030
|
},
|
|
1031
1031
|
background: {
|
|
1032
|
-
color: '
|
|
1032
|
+
color: 'Transparent'
|
|
1033
1033
|
},
|
|
1034
1034
|
border: {
|
|
1035
|
-
color: 'Purple-
|
|
1035
|
+
color: 'Purple-3'
|
|
1036
1036
|
},
|
|
1037
1037
|
disabled: {
|
|
1038
1038
|
font: {
|
|
1039
1039
|
color: 'Purple-3'
|
|
1040
1040
|
},
|
|
1041
1041
|
background: {
|
|
1042
|
-
color: '
|
|
1042
|
+
color: 'Transparent'
|
|
1043
1043
|
},
|
|
1044
1044
|
border: {
|
|
1045
1045
|
color: 'Purple-3'
|
|
@@ -1167,17 +1167,17 @@ var tagTokenExtraValue = {
|
|
|
1167
1167
|
color: 'Indigo-6'
|
|
1168
1168
|
},
|
|
1169
1169
|
background: {
|
|
1170
|
-
color: '
|
|
1170
|
+
color: 'Transparent'
|
|
1171
1171
|
},
|
|
1172
1172
|
border: {
|
|
1173
|
-
color: 'Indigo-
|
|
1173
|
+
color: 'Indigo-3'
|
|
1174
1174
|
},
|
|
1175
1175
|
disabled: {
|
|
1176
1176
|
font: {
|
|
1177
1177
|
color: 'Indigo-3'
|
|
1178
1178
|
},
|
|
1179
1179
|
background: {
|
|
1180
|
-
color: '
|
|
1180
|
+
color: 'Transparent'
|
|
1181
1181
|
},
|
|
1182
1182
|
border: {
|
|
1183
1183
|
color: 'Indigo-3'
|
|
@@ -1305,17 +1305,17 @@ var tagTokenExtraValue = {
|
|
|
1305
1305
|
color: 'Cyan-6'
|
|
1306
1306
|
},
|
|
1307
1307
|
background: {
|
|
1308
|
-
color: '
|
|
1308
|
+
color: 'Transparent'
|
|
1309
1309
|
},
|
|
1310
1310
|
border: {
|
|
1311
|
-
color: 'Cyan-
|
|
1311
|
+
color: 'Cyan-3'
|
|
1312
1312
|
},
|
|
1313
1313
|
disabled: {
|
|
1314
1314
|
font: {
|
|
1315
1315
|
color: 'Cyan-3'
|
|
1316
1316
|
},
|
|
1317
1317
|
background: {
|
|
1318
|
-
color: '
|
|
1318
|
+
color: 'Transparent'
|
|
1319
1319
|
},
|
|
1320
1320
|
border: {
|
|
1321
1321
|
color: 'Cyan-3'
|
|
@@ -1443,17 +1443,17 @@ var tagTokenExtraValue = {
|
|
|
1443
1443
|
color: 'Neon-6'
|
|
1444
1444
|
},
|
|
1445
1445
|
background: {
|
|
1446
|
-
color: '
|
|
1446
|
+
color: 'Transparent'
|
|
1447
1447
|
},
|
|
1448
1448
|
border: {
|
|
1449
|
-
color: 'Neon-
|
|
1449
|
+
color: 'Neon-3'
|
|
1450
1450
|
},
|
|
1451
1451
|
disabled: {
|
|
1452
1452
|
font: {
|
|
1453
1453
|
color: 'Neon-3'
|
|
1454
1454
|
},
|
|
1455
1455
|
background: {
|
|
1456
|
-
color: '
|
|
1456
|
+
color: 'Transparent'
|
|
1457
1457
|
},
|
|
1458
1458
|
border: {
|
|
1459
1459
|
color: 'Neon-3'
|
|
@@ -1581,17 +1581,17 @@ var tagTokenExtraValue = {
|
|
|
1581
1581
|
color: 'Lemon-6'
|
|
1582
1582
|
},
|
|
1583
1583
|
background: {
|
|
1584
|
-
color: '
|
|
1584
|
+
color: 'Transparent'
|
|
1585
1585
|
},
|
|
1586
1586
|
border: {
|
|
1587
|
-
color: 'Lemon-
|
|
1587
|
+
color: 'Lemon-3'
|
|
1588
1588
|
},
|
|
1589
1589
|
disabled: {
|
|
1590
1590
|
font: {
|
|
1591
1591
|
color: 'Lemon-3'
|
|
1592
1592
|
},
|
|
1593
1593
|
background: {
|
|
1594
|
-
color: '
|
|
1594
|
+
color: 'Transparent'
|
|
1595
1595
|
},
|
|
1596
1596
|
border: {
|
|
1597
1597
|
color: 'Lemon-3'
|
|
@@ -1719,17 +1719,17 @@ var tagTokenExtraValue = {
|
|
|
1719
1719
|
color: 'Orange-6'
|
|
1720
1720
|
},
|
|
1721
1721
|
background: {
|
|
1722
|
-
color: '
|
|
1722
|
+
color: 'Transparent'
|
|
1723
1723
|
},
|
|
1724
1724
|
border: {
|
|
1725
|
-
color: 'Orange-
|
|
1725
|
+
color: 'Orange-3'
|
|
1726
1726
|
},
|
|
1727
1727
|
disabled: {
|
|
1728
1728
|
font: {
|
|
1729
1729
|
color: 'Orange-3'
|
|
1730
1730
|
},
|
|
1731
1731
|
background: {
|
|
1732
|
-
color: '
|
|
1732
|
+
color: 'Transparent'
|
|
1733
1733
|
},
|
|
1734
1734
|
border: {
|
|
1735
1735
|
color: 'Orange-3'
|
|
@@ -1857,17 +1857,17 @@ var tagTokenExtraValue = {
|
|
|
1857
1857
|
color: 'Tangerine-6'
|
|
1858
1858
|
},
|
|
1859
1859
|
background: {
|
|
1860
|
-
color: '
|
|
1860
|
+
color: 'Transparent'
|
|
1861
1861
|
},
|
|
1862
1862
|
border: {
|
|
1863
|
-
color: 'Tangerine-
|
|
1863
|
+
color: 'Tangerine-3'
|
|
1864
1864
|
},
|
|
1865
1865
|
disabled: {
|
|
1866
1866
|
font: {
|
|
1867
1867
|
color: 'Tangerine-3'
|
|
1868
1868
|
},
|
|
1869
1869
|
background: {
|
|
1870
|
-
color: '
|
|
1870
|
+
color: 'Transparent'
|
|
1871
1871
|
},
|
|
1872
1872
|
border: {
|
|
1873
1873
|
color: 'Tangerine-3'
|