@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/esm/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;
|
package/esm/token/figma.js
CHANGED
|
@@ -424,66 +424,6 @@ var figma = [{
|
|
|
424
424
|
describe: '-9',
|
|
425
425
|
token: 'Neon-9',
|
|
426
426
|
locked: true
|
|
427
|
-
}, {
|
|
428
|
-
name: '中性色-1',
|
|
429
|
-
value: '#000000',
|
|
430
|
-
describe: '浅色背景',
|
|
431
|
-
token: 'Neutral-1',
|
|
432
|
-
locked: true
|
|
433
|
-
}, {
|
|
434
|
-
name: '中性色-10',
|
|
435
|
-
value: '#020B18',
|
|
436
|
-
describe: '-10',
|
|
437
|
-
token: 'Neutral-10',
|
|
438
|
-
locked: true
|
|
439
|
-
}, {
|
|
440
|
-
name: '中性色-2',
|
|
441
|
-
value: '#F4F5F8',
|
|
442
|
-
describe: '聚焦',
|
|
443
|
-
token: 'Neutral-2',
|
|
444
|
-
locked: true
|
|
445
|
-
}, {
|
|
446
|
-
name: '中性色-3',
|
|
447
|
-
value: '#E8EBF0',
|
|
448
|
-
describe: '禁用',
|
|
449
|
-
token: 'Neutral-3',
|
|
450
|
-
locked: true
|
|
451
|
-
}, {
|
|
452
|
-
name: '中性色-4',
|
|
453
|
-
value: '#CCCFD7',
|
|
454
|
-
describe: '-4',
|
|
455
|
-
token: 'Neutral-4',
|
|
456
|
-
locked: true
|
|
457
|
-
}, {
|
|
458
|
-
name: '中性色-5',
|
|
459
|
-
value: '#B3B7C1',
|
|
460
|
-
describe: '悬浮',
|
|
461
|
-
token: 'Neutral-5',
|
|
462
|
-
locked: true
|
|
463
|
-
}, {
|
|
464
|
-
name: '中性色-6',
|
|
465
|
-
value: '#999DA8',
|
|
466
|
-
describe: '常规',
|
|
467
|
-
token: 'Neutral-6',
|
|
468
|
-
locked: true
|
|
469
|
-
}, {
|
|
470
|
-
name: '中性色-7',
|
|
471
|
-
value: '#666C7C',
|
|
472
|
-
describe: '点击',
|
|
473
|
-
token: 'Neutral-7',
|
|
474
|
-
locked: true
|
|
475
|
-
}, {
|
|
476
|
-
name: '中性色-8',
|
|
477
|
-
value: '#333E59',
|
|
478
|
-
describe: '-8',
|
|
479
|
-
token: 'Neutral-8',
|
|
480
|
-
locked: true
|
|
481
|
-
}, {
|
|
482
|
-
name: '中性色-9',
|
|
483
|
-
value: '#141737',
|
|
484
|
-
describe: '-9',
|
|
485
|
-
token: 'Neutral-9',
|
|
486
|
-
locked: true
|
|
487
427
|
}, {
|
|
488
428
|
name: '橘黄色-1',
|
|
489
429
|
value: '#FFF8E6',
|
|
@@ -910,6 +850,18 @@ var figma = [{
|
|
|
910
850
|
value: '#020B18',
|
|
911
851
|
describe: '',
|
|
912
852
|
locked: true
|
|
853
|
+
}, {
|
|
854
|
+
name: '填充色',
|
|
855
|
+
token: 'Neutral-fill-11',
|
|
856
|
+
value: '#F7F8FA',
|
|
857
|
+
describe: '',
|
|
858
|
+
locked: true
|
|
859
|
+
}, {
|
|
860
|
+
name: '填充色',
|
|
861
|
+
token: 'Neutral-fill-12',
|
|
862
|
+
value: '#000000',
|
|
863
|
+
describe: '',
|
|
864
|
+
locked: true
|
|
913
865
|
}, {
|
|
914
866
|
name: '填充色',
|
|
915
867
|
token: 'Neutral-fill-6',
|
|
@@ -1228,12 +1180,6 @@ var figma = [{
|
|
|
1228
1180
|
describe: '尺寸基数,以乘积形式生成所有尺寸,比如:Size * 4px = 8px',
|
|
1229
1181
|
token: 'Size',
|
|
1230
1182
|
locked: true
|
|
1231
|
-
}, {
|
|
1232
|
-
name: 'borderRadiusRect',
|
|
1233
|
-
value: '0px',
|
|
1234
|
-
describe: '直角 Radius-rect (0px)',
|
|
1235
|
-
token: 'Radius-rect',
|
|
1236
|
-
locked: true
|
|
1237
1183
|
}, {
|
|
1238
1184
|
name: 'borderRadiusLesser',
|
|
1239
1185
|
value: '2px',
|
|
@@ -1258,6 +1204,18 @@ var figma = [{
|
|
|
1258
1204
|
describe: '大 Radius-large (8px)',
|
|
1259
1205
|
token: 'Radius-large',
|
|
1260
1206
|
locked: true
|
|
1207
|
+
}, {
|
|
1208
|
+
name: 'borderRadiusXL',
|
|
1209
|
+
value: '12px',
|
|
1210
|
+
describe: '超大 Radius-XL (12px)',
|
|
1211
|
+
token: 'Radius-xl',
|
|
1212
|
+
locked: true
|
|
1213
|
+
}, {
|
|
1214
|
+
name: 'borderRadiusXXL',
|
|
1215
|
+
value: '16px',
|
|
1216
|
+
describe: '超大 Radius-XXL (16px)',
|
|
1217
|
+
token: 'Radius-xxl',
|
|
1218
|
+
locked: true
|
|
1261
1219
|
}, {
|
|
1262
1220
|
name: 'borderRadiusFull',
|
|
1263
1221
|
value: '1000px',
|
|
@@ -1316,13 +1274,13 @@ var figma = [{
|
|
|
1316
1274
|
name: '较粗',
|
|
1317
1275
|
value: '600',
|
|
1318
1276
|
describe: '较粗 Semibold',
|
|
1319
|
-
token: 'Weight-
|
|
1277
|
+
token: 'Weight-semibold',
|
|
1320
1278
|
locked: true
|
|
1321
1279
|
}, {
|
|
1322
1280
|
name: '粗体',
|
|
1323
1281
|
value: '700',
|
|
1324
1282
|
describe: '粗体 Bold',
|
|
1325
|
-
token: 'Weight-
|
|
1283
|
+
token: 'Weight-bold',
|
|
1326
1284
|
locked: true
|
|
1327
1285
|
}, {
|
|
1328
1286
|
name: '提示、标签、辅助文案',
|
package/esm/token/token.d.ts.map
CHANGED
|
@@ -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,
|
|
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,MA6SZ,CAAC;AAGF,QAAA,MAAM,WAAW,EAAE,MAAW,CAAC;AAQ/B,OAAO,EAAE,WAAW,EAAE,CAAC;AAEvB,eAAe,KAAK,CAAC"}
|
package/esm/token/token.js
CHANGED
|
@@ -71,16 +71,6 @@ var Token = {
|
|
|
71
71
|
'Neon-7': '#5AA223',
|
|
72
72
|
'Neon-8': '#418613',
|
|
73
73
|
'Neon-9': '#2B6908',
|
|
74
|
-
'Neutral-1': '#000000',
|
|
75
|
-
'Neutral-10': '#020B18',
|
|
76
|
-
'Neutral-2': '#F4F5F8',
|
|
77
|
-
'Neutral-3': '#E8EBF0',
|
|
78
|
-
'Neutral-4': '#CCCFD7',
|
|
79
|
-
'Neutral-5': '#B3B7C1',
|
|
80
|
-
'Neutral-6': '#999DA8',
|
|
81
|
-
'Neutral-7': '#666C7C',
|
|
82
|
-
'Neutral-8': '#333E59',
|
|
83
|
-
'Neutral-9': '#141737',
|
|
84
74
|
'Orange-1': '#FFF8E6',
|
|
85
75
|
'Orange-10': '#4D2100',
|
|
86
76
|
'Orange-2': '#FFEABA',
|
|
@@ -152,6 +142,8 @@ var Token = {
|
|
|
152
142
|
'Neutral-fill-5': '#B3B7C1',
|
|
153
143
|
'Neutral-fill-9': '#141737',
|
|
154
144
|
'Neutral-fill-10': '#020B18',
|
|
145
|
+
'Neutral-fill-11': '#F7F8FA',
|
|
146
|
+
'Neutral-fill-12': '#000000',
|
|
155
147
|
'Neutral-fill-6': '#999DA8',
|
|
156
148
|
'Neutral-fill-8': '#333E59',
|
|
157
149
|
'Neutral-fill-4': '#CCCFD7',
|
|
@@ -205,11 +197,12 @@ var Token = {
|
|
|
205
197
|
Transparent: 'transparent',
|
|
206
198
|
'Mask-fill-1': 'rgba(2, 11, 24, 0.3)',
|
|
207
199
|
Size: '2',
|
|
208
|
-
'Radius-rect': '0px',
|
|
209
200
|
'Radius-lesser': '2px',
|
|
210
201
|
'Radius-small': '3px',
|
|
211
202
|
'Radius-default': '4px',
|
|
212
203
|
'Radius-large': '8px',
|
|
204
|
+
'Radius-xl': '12px',
|
|
205
|
+
'Radius-xxl': '16px',
|
|
213
206
|
'Radius-full': '1000px',
|
|
214
207
|
'Radius-circle': '50%',
|
|
215
208
|
'Border-0': '0px',
|
|
@@ -219,8 +212,8 @@ var Token = {
|
|
|
219
212
|
'Weight-light': '300',
|
|
220
213
|
'Weight-regular': '400',
|
|
221
214
|
'Weight-medium': '500',
|
|
222
|
-
'Weight-
|
|
223
|
-
'Weight-
|
|
215
|
+
'Weight-semibold': '600',
|
|
216
|
+
'Weight-bold': '700',
|
|
224
217
|
'Font-12': '12px',
|
|
225
218
|
'Font-14': '14px',
|
|
226
219
|
'Font-16': '16px',
|
package/esm/token/type.d.ts
CHANGED
|
@@ -489,76 +489,6 @@ export interface Tokens {
|
|
|
489
489
|
* @description -9
|
|
490
490
|
*/
|
|
491
491
|
'Neon-9': string;
|
|
492
|
-
/**
|
|
493
|
-
* @type {string}
|
|
494
|
-
* @categoty color
|
|
495
|
-
* @default '#000000'
|
|
496
|
-
* @description 浅色背景
|
|
497
|
-
*/
|
|
498
|
-
'Neutral-1': string;
|
|
499
|
-
/**
|
|
500
|
-
* @type {string}
|
|
501
|
-
* @categoty color
|
|
502
|
-
* @default '#020B18'
|
|
503
|
-
* @description -10
|
|
504
|
-
*/
|
|
505
|
-
'Neutral-10': string;
|
|
506
|
-
/**
|
|
507
|
-
* @type {string}
|
|
508
|
-
* @categoty color
|
|
509
|
-
* @default '#F4F5F8'
|
|
510
|
-
* @description 聚焦
|
|
511
|
-
*/
|
|
512
|
-
'Neutral-2': string;
|
|
513
|
-
/**
|
|
514
|
-
* @type {string}
|
|
515
|
-
* @categoty color
|
|
516
|
-
* @default '#E8EBF0'
|
|
517
|
-
* @description 禁用
|
|
518
|
-
*/
|
|
519
|
-
'Neutral-3': string;
|
|
520
|
-
/**
|
|
521
|
-
* @type {string}
|
|
522
|
-
* @categoty color
|
|
523
|
-
* @default '#CCCFD7'
|
|
524
|
-
* @description -4
|
|
525
|
-
*/
|
|
526
|
-
'Neutral-4': string;
|
|
527
|
-
/**
|
|
528
|
-
* @type {string}
|
|
529
|
-
* @categoty color
|
|
530
|
-
* @default '#B3B7C1'
|
|
531
|
-
* @description 悬浮
|
|
532
|
-
*/
|
|
533
|
-
'Neutral-5': string;
|
|
534
|
-
/**
|
|
535
|
-
* @type {string}
|
|
536
|
-
* @categoty color
|
|
537
|
-
* @default '#999DA8'
|
|
538
|
-
* @description 常规
|
|
539
|
-
*/
|
|
540
|
-
'Neutral-6': string;
|
|
541
|
-
/**
|
|
542
|
-
* @type {string}
|
|
543
|
-
* @categoty color
|
|
544
|
-
* @default '#666C7C'
|
|
545
|
-
* @description 点击
|
|
546
|
-
*/
|
|
547
|
-
'Neutral-7': string;
|
|
548
|
-
/**
|
|
549
|
-
* @type {string}
|
|
550
|
-
* @categoty color
|
|
551
|
-
* @default '#333E59'
|
|
552
|
-
* @description -8
|
|
553
|
-
*/
|
|
554
|
-
'Neutral-8': string;
|
|
555
|
-
/**
|
|
556
|
-
* @type {string}
|
|
557
|
-
* @categoty color
|
|
558
|
-
* @default '#141737'
|
|
559
|
-
* @description -9
|
|
560
|
-
*/
|
|
561
|
-
'Neutral-9': string;
|
|
562
492
|
/**
|
|
563
493
|
* @type {string}
|
|
564
494
|
* @categoty color
|
|
@@ -1056,6 +986,20 @@ export interface Tokens {
|
|
|
1056
986
|
* @description
|
|
1057
987
|
*/
|
|
1058
988
|
'Neutral-fill-10': string;
|
|
989
|
+
/**
|
|
990
|
+
* @type {string}
|
|
991
|
+
* @categoty color
|
|
992
|
+
* @default '#F7F8FA'
|
|
993
|
+
* @description
|
|
994
|
+
*/
|
|
995
|
+
'Neutral-fill-11': string;
|
|
996
|
+
/**
|
|
997
|
+
* @type {string}
|
|
998
|
+
* @categoty color
|
|
999
|
+
* @default '#000000'
|
|
1000
|
+
* @description
|
|
1001
|
+
*/
|
|
1002
|
+
'Neutral-fill-12': string;
|
|
1059
1003
|
/**
|
|
1060
1004
|
* @type {string}
|
|
1061
1005
|
* @categoty color
|
|
@@ -1427,13 +1371,6 @@ export interface Tokens {
|
|
|
1427
1371
|
* @description 尺寸基数,以乘积形式生成所有尺寸,比如:Size * 4px = 8px
|
|
1428
1372
|
*/
|
|
1429
1373
|
Size: string;
|
|
1430
|
-
/**
|
|
1431
|
-
* @type {string}
|
|
1432
|
-
* @categoty string
|
|
1433
|
-
* @default '0px'
|
|
1434
|
-
* @description 直角 Radius-rect (0px)
|
|
1435
|
-
*/
|
|
1436
|
-
'Radius-rect': string;
|
|
1437
1374
|
/**
|
|
1438
1375
|
* @type {string}
|
|
1439
1376
|
* @categoty string
|
|
@@ -1462,6 +1399,20 @@ export interface Tokens {
|
|
|
1462
1399
|
* @description 大 Radius-large (8px)
|
|
1463
1400
|
*/
|
|
1464
1401
|
'Radius-large': string;
|
|
1402
|
+
/**
|
|
1403
|
+
* @type {string}
|
|
1404
|
+
* @categoty string
|
|
1405
|
+
* @default '12px'
|
|
1406
|
+
* @description 超大 Radius-XL (12px)
|
|
1407
|
+
*/
|
|
1408
|
+
'Radius-xl': string;
|
|
1409
|
+
/**
|
|
1410
|
+
* @type {string}
|
|
1411
|
+
* @categoty string
|
|
1412
|
+
* @default '16px'
|
|
1413
|
+
* @description 超大 Radius-XXL (16px)
|
|
1414
|
+
*/
|
|
1415
|
+
'Radius-xxl': string;
|
|
1465
1416
|
/**
|
|
1466
1417
|
* @type {string}
|
|
1467
1418
|
* @categoty string
|
|
@@ -1531,14 +1482,14 @@ export interface Tokens {
|
|
|
1531
1482
|
* @default '600'
|
|
1532
1483
|
* @description 较粗 Semibold
|
|
1533
1484
|
*/
|
|
1534
|
-
'Weight-
|
|
1485
|
+
'Weight-semibold': string;
|
|
1535
1486
|
/**
|
|
1536
1487
|
* @type {string}
|
|
1537
1488
|
* @categoty string
|
|
1538
1489
|
* @default '700'
|
|
1539
1490
|
* @description 粗体 Bold
|
|
1540
1491
|
*/
|
|
1541
|
-
'Weight-
|
|
1492
|
+
'Weight-bold': string;
|
|
1542
1493
|
/**
|
|
1543
1494
|
* @type {string}
|
|
1544
1495
|
* @categoty string
|