@sheinx/theme 3.9.13-beta.1 → 3.9.13-beta.11

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 (45) hide show
  1. package/cjs/cascader/cascader.d.ts.map +1 -1
  2. package/cjs/cascader/cascader.js +4 -1
  3. package/cjs/cascader/token.js +10 -1
  4. package/cjs/cascader/type.d.ts +19 -1
  5. package/cjs/cascader/type.d.ts.map +1 -1
  6. package/cjs/descriptions/descriptions.js +13 -13
  7. package/cjs/descriptions/token.js +22 -12
  8. package/cjs/descriptions/type.d.ts +62 -62
  9. package/cjs/descriptions/type.d.ts.map +1 -1
  10. package/cjs/tabs/tabs.d.ts.map +1 -1
  11. package/cjs/tabs/tabs.js +2 -3
  12. package/cjs/tabs/token.js +5 -10
  13. package/cjs/tabs/type.d.ts +12 -18
  14. package/cjs/tabs/type.d.ts.map +1 -1
  15. package/cjs/tag/tag.js +1 -1
  16. package/cjs/tag/token.js +1 -1
  17. package/cjs/tag/type.d.ts +1 -1
  18. package/cjs/token/figma.js +26 -8
  19. package/cjs/token/token.d.ts.map +1 -1
  20. package/cjs/token/token.js +6 -3
  21. package/cjs/token/type.d.ts +30 -9
  22. package/cjs/token/type.d.ts.map +1 -1
  23. package/esm/cascader/cascader.d.ts.map +1 -1
  24. package/esm/cascader/cascader.js +4 -1
  25. package/esm/cascader/token.js +10 -1
  26. package/esm/cascader/type.d.ts +19 -1
  27. package/esm/cascader/type.d.ts.map +1 -1
  28. package/esm/descriptions/descriptions.js +13 -13
  29. package/esm/descriptions/token.js +22 -12
  30. package/esm/descriptions/type.d.ts +62 -62
  31. package/esm/descriptions/type.d.ts.map +1 -1
  32. package/esm/tabs/tabs.d.ts.map +1 -1
  33. package/esm/tabs/tabs.js +2 -3
  34. package/esm/tabs/token.js +5 -10
  35. package/esm/tabs/type.d.ts +12 -18
  36. package/esm/tabs/type.d.ts.map +1 -1
  37. package/esm/tag/tag.js +1 -1
  38. package/esm/tag/token.js +1 -1
  39. package/esm/tag/type.d.ts +1 -1
  40. package/esm/token/figma.js +26 -8
  41. package/esm/token/token.d.ts.map +1 -1
  42. package/esm/token/token.js +6 -3
  43. package/esm/token/type.d.ts +30 -9
  44. package/esm/token/type.d.ts.map +1 -1
  45. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"cascader.d.ts","sourceRoot":"","sources":["cascader.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AAExC,QAAA,MAAM,cAAc,EAAE,cAyFrB,CAAC;AAEF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"cascader.d.ts","sourceRoot":"","sources":["cascader.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AAExC,QAAA,MAAM,cAAc,EAAE,cA4FrB,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -81,7 +81,10 @@ var cascaderTokens = {
81
81
  cascaderOptionIconSize: 'Font-14',
82
82
  cascaderOptionHoverBackgroundColor: 'Neutral-fill-2',
83
83
  cascaderOptionHoverFontColor: 'Neutral-text-5',
84
+ cascaderOptionHoverIconColor: 'Neutral-text-4',
85
+ cascaderOptionFocusFontColor: 'Neutral-text-5',
84
86
  cascaderOptionFocusBackgroundColor: 'Neutral-fill-3',
87
+ cascaderOptionFocusIconColor: 'Neutral-text-4',
85
88
  cascaderOptionDisabledColor: 'Neutral-text-2',
86
89
  cascaderOptionDisabledBackgroundColor: 'Neutral-fill-1',
87
90
  cascaderMorePaddingX: 'Spacing-8',
@@ -95,6 +98,6 @@ var cascaderTokens = {
95
98
  cascaderColumnPadding: 'Spacing-8',
96
99
  cascaderColumnOptionMargin: 'Spacing-8',
97
100
  cascaderListBorderColor: 'Neutral-border-1',
98
- cascaderListPaddingY: 'Spacing-3'
101
+ cascaderListPaddingY: 'Spacing-4'
99
102
  };
100
103
  var _default = exports.default = cascaderTokens;
@@ -273,11 +273,20 @@ var cascaderTokenExtraValue = {
273
273
  },
274
274
  font: {
275
275
  color: 'Neutral-text-5'
276
+ },
277
+ icon: {
278
+ color: 'Neutral-text-4'
276
279
  }
277
280
  },
278
281
  focus: {
282
+ font: {
283
+ color: 'Neutral-text-5'
284
+ },
279
285
  background: {
280
286
  color: 'Neutral-fill-3'
287
+ },
288
+ icon: {
289
+ color: 'Neutral-text-4'
281
290
  }
282
291
  },
283
292
  disabled: {
@@ -322,7 +331,7 @@ var cascaderTokenExtraValue = {
322
331
  color: 'Neutral-border-1'
323
332
  },
324
333
  padding: {
325
- y: 'Spacing-3'
334
+ y: 'Spacing-4'
326
335
  }
327
336
  }
328
337
  };
@@ -437,12 +437,30 @@ export interface CascaderTokens {
437
437
  * @description 级联选择器选项鼠标移入时的字体颜色
438
438
  */
439
439
  cascaderOptionHoverFontColor: string;
440
+ /**
441
+ * @type {string}
442
+ * @token Neutral-text-4
443
+ * @description 级联选择器选项鼠标移入时的图标颜色
444
+ */
445
+ cascaderOptionHoverIconColor: string;
446
+ /**
447
+ * @type {string}
448
+ * @token Neutral-text-5
449
+ * @description 级联选择器选项鼠标聚焦时的字体颜色
450
+ */
451
+ cascaderOptionFocusFontColor: string;
440
452
  /**
441
453
  * @type {string}
442
454
  * @token Neutral-fill-3
443
455
  * @description 级联选择器选项鼠标聚焦时的背景颜色
444
456
  */
445
457
  cascaderOptionFocusBackgroundColor: string;
458
+ /**
459
+ * @type {string}
460
+ * @token Neutral-text-4
461
+ * @description 级联选择器选项鼠标聚焦时的图标颜色
462
+ */
463
+ cascaderOptionFocusIconColor: string;
446
464
  /**
447
465
  * @type {string}
448
466
  * @token Neutral-text-2
@@ -523,7 +541,7 @@ export interface CascaderTokens {
523
541
  cascaderListBorderColor: string;
524
542
  /**
525
543
  * @type {string}
526
- * @token Spacing-3
544
+ * @token Spacing-4
527
545
  * @description 级联选择器下拉列表的内边距(垂直方向)
528
546
  */
529
547
  cascaderListPaddingY: string;
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["type.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["type.ts"],"names":[],"mappings":"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"}
@@ -9,29 +9,29 @@ exports.default = void 0;
9
9
 
10
10
  var descriptionsTokens = {
11
11
  descriptionsTitlePaddingBottom: 'Spacing-12',
12
+ descriptionsTitleSmallFontSize: 'Font-14',
13
+ descriptionsTitleDefaultFontSize: 'Font-16',
14
+ descriptionsTitleLargeFontSize: 'Font-18',
15
+ descriptionsTitleColor: 'Neutral-text-5',
16
+ descriptionsTitleFontWeight: 'Weight-medium',
17
+ descriptionsTitleGap: 'Size-2',
12
18
  descriptionsLabelPaddingBottom: 'Spacing-12',
13
19
  descriptionsLabelPaddingRight: 'Spacing-8',
14
- descriptionsValuePaddingBottom: 'Spacing-12',
15
- descriptionsTitleSmallSize: 'Font-14',
16
- descriptionsTitleDefaultSize: 'Font-16',
17
- descriptionsTitleLargeSize: 'Font-18',
18
- descriptionsBorderDefaultSize: 'Border-1',
19
- descriptionsFontSmallSize: 'Font-12',
20
- descriptionsFontDefaultSize: 'Font-14',
21
- descriptionsFontLargeSize: 'Font-16',
22
20
  descriptionsLabelColor: 'Neutral-text-4',
21
+ descriptionsValuePaddingBottom: 'Spacing-12',
23
22
  descriptionsValueColor: 'Neutral-text-5',
24
- descriptionsTitleColor: 'Neutral-text-5',
25
- descriptionsBackgroundColor: 'Neutral-fill-2',
23
+ descriptionsBorderDefaultSize: 'Border-1',
26
24
  descriptionsBorderColor: 'Neutral-border-1',
27
- descriptionsTitleFontWeight: 'Weight-medium',
28
- descriptionsTitleGap: 'Size-2',
29
- descriptionsCellGap: 'Spacing-0',
30
25
  descriptionsBorderRadius: 'Radius-lesser',
31
26
  descriptionsBorderRightSize: '1px',
32
27
  descriptionsBorderBottomSize: '1px',
33
28
  descriptionsBorderPaddingX: 'Spacing-12',
34
29
  descriptionsBorderPaddingY: 'Spacing-8',
30
+ descriptionsDefaultFontSize: 'Font-14',
31
+ descriptionsSmallFontSize: 'Font-12',
32
+ descriptionsLargeFontSize: 'Font-16',
33
+ descriptionsBackgroundColor: 'Neutral-fill-2',
34
+ descriptionsCellGap: 'Spacing-0',
35
35
  descriptionsInlineBorderPaddingX: 'Spacing-8',
36
36
  descriptionsInlineBorderPaddingY: 'Spacing-12',
37
37
  descriptionsVerticalPaddingBottom: 'Spacing-2'
@@ -26,7 +26,8 @@ var descriptionsTokenDescription = {
26
26
  * 该映射表将根据规则自动生成,并与公共 token 进行合并。若有相同 token,将覆盖公共 token。默认不包含公共 token,除非在映射表中添加覆盖。
27
27
  * 注意,该映射表的内容不与 descriptionsRules 强关联,非 descriptionsRules 规则内的 token 需手动增加或删减。
28
28
  */
29
- var descriptionsTokenValue = {
29
+ var descriptionsTokenValue = {};
30
+ var descriptionsTokenExtraValue = {
30
31
  title: {
31
32
  padding: {
32
33
  top: '',
@@ -35,13 +36,19 @@ var descriptionsTokenValue = {
35
36
  right: ''
36
37
  },
37
38
  small: {
38
- size: 'Font-14'
39
+ font: {
40
+ size: 'Font-14'
41
+ }
39
42
  },
40
43
  default: {
41
- size: 'Font-16'
44
+ font: {
45
+ size: 'Font-16'
46
+ }
42
47
  },
43
48
  large: {
44
- size: 'Font-18'
49
+ font: {
50
+ size: 'Font-18'
51
+ }
45
52
  },
46
53
  color: 'Neutral-text-5',
47
54
  font: {
@@ -95,14 +102,18 @@ var descriptionsTokenValue = {
95
102
  y: 'Spacing-8'
96
103
  }
97
104
  },
98
- font: {
99
- small: {
100
- size: 'Font-12'
101
- },
102
- default: {
105
+ default: {
106
+ font: {
103
107
  size: 'Font-14'
104
- },
105
- large: {
108
+ }
109
+ },
110
+ small: {
111
+ font: {
112
+ size: 'Font-12'
113
+ }
114
+ },
115
+ large: {
116
+ font: {
106
117
  size: 'Font-16'
107
118
  }
108
119
  },
@@ -129,7 +140,6 @@ var descriptionsTokenValue = {
129
140
  }
130
141
  }
131
142
  };
132
- var descriptionsTokenExtraValue = {};
133
143
  module.exports = {
134
144
  descriptionsTokenValue: descriptionsTokenValue,
135
145
  descriptionsTokenExtraValue: descriptionsTokenExtraValue,
@@ -5,66 +5,54 @@ export interface DescriptionsTokens {
5
5
  * @description 描述列表标题模式内边距底部
6
6
  */
7
7
  descriptionsTitlePaddingBottom: string;
8
- /**
9
- * @type {string}
10
- * @token Spacing-12
11
- * @description 描述列表标签的内边距底部
12
- */
13
- descriptionsLabelPaddingBottom: string;
14
- /**
15
- * @type {string}
16
- * @token Spacing-8
17
- * @description 描述列表标签的内边距右部
18
- */
19
- descriptionsLabelPaddingRight: string;
20
- /**
21
- * @type {string}
22
- * @token Spacing-12
23
- * @description 描述列表值的内边距底部
24
- */
25
- descriptionsValuePaddingBottom: string;
26
8
  /**
27
9
  * @type {string}
28
10
  * @token Font-14
29
- * @description 描述列表标题模式小尺寸字号
11
+ * @description 描述列表标题模式小尺寸字体字号
30
12
  */
31
- descriptionsTitleSmallSize: string;
13
+ descriptionsTitleSmallFontSize: string;
32
14
  /**
33
15
  * @type {string}
34
16
  * @token Font-16
35
- * @description 描述列表标题模式默认尺寸字号
17
+ * @description 描述列表标题模式默认尺寸字体字号
36
18
  */
37
- descriptionsTitleDefaultSize: string;
19
+ descriptionsTitleDefaultFontSize: string;
38
20
  /**
39
21
  * @type {string}
40
22
  * @token Font-18
41
- * @description 描述列表标题模式大尺寸字号
23
+ * @description 描述列表标题模式大尺寸字体字号
42
24
  */
43
- descriptionsTitleLargeSize: string;
25
+ descriptionsTitleLargeFontSize: string;
44
26
  /**
45
27
  * @type {string}
46
- * @token Border-1
47
- * @description 描述列表边框默认尺寸字号
28
+ * @token Neutral-text-5
29
+ * @description 描述列表标题模式颜色
48
30
  */
49
- descriptionsBorderDefaultSize: string;
31
+ descriptionsTitleColor: string;
50
32
  /**
51
33
  * @type {string}
52
- * @token Font-12
53
- * @description 描述列表字体小尺寸字号
34
+ * @token Weight-medium
35
+ * @description 描述列表标题模式字体字重
54
36
  */
55
- descriptionsFontSmallSize: string;
37
+ descriptionsTitleFontWeight: string;
56
38
  /**
57
39
  * @type {string}
58
- * @token Font-14
59
- * @description 描述列表字体默认尺寸字号
40
+ * @token Size-2
41
+ * @description 描述列表标题模式间距
60
42
  */
61
- descriptionsFontDefaultSize: string;
43
+ descriptionsTitleGap: string;
62
44
  /**
63
45
  * @type {string}
64
- * @token Font-16
65
- * @description 描述列表字体大尺寸字号
46
+ * @token Spacing-12
47
+ * @description 描述列表标签的内边距底部
66
48
  */
67
- descriptionsFontLargeSize: string;
49
+ descriptionsLabelPaddingBottom: string;
50
+ /**
51
+ * @type {string}
52
+ * @token Spacing-8
53
+ * @description 描述列表标签的内边距右部
54
+ */
55
+ descriptionsLabelPaddingRight: string;
68
56
  /**
69
57
  * @type {string}
70
58
  * @token Neutral-text-4
@@ -73,46 +61,28 @@ export interface DescriptionsTokens {
73
61
  descriptionsLabelColor: string;
74
62
  /**
75
63
  * @type {string}
76
- * @token Neutral-text-5
77
- * @description 描述列表值的颜色
64
+ * @token Spacing-12
65
+ * @description 描述列表值的内边距底部
78
66
  */
79
- descriptionsValueColor: string;
67
+ descriptionsValuePaddingBottom: string;
80
68
  /**
81
69
  * @type {string}
82
70
  * @token Neutral-text-5
83
- * @description 描述列表标题模式颜色
71
+ * @description 描述列表值的颜色
84
72
  */
85
- descriptionsTitleColor: string;
73
+ descriptionsValueColor: string;
86
74
  /**
87
75
  * @type {string}
88
- * @token Neutral-fill-2
89
- * @description 描述列表背景颜色
76
+ * @token Border-1
77
+ * @description 描述列表边框默认尺寸字号
90
78
  */
91
- descriptionsBackgroundColor: string;
79
+ descriptionsBorderDefaultSize: string;
92
80
  /**
93
81
  * @type {string}
94
82
  * @token Neutral-border-1
95
83
  * @description 描述列表边框颜色
96
84
  */
97
85
  descriptionsBorderColor: string;
98
- /**
99
- * @type {string}
100
- * @token Weight-medium
101
- * @description 描述列表标题模式字体字重
102
- */
103
- descriptionsTitleFontWeight: string;
104
- /**
105
- * @type {string}
106
- * @token Size-2
107
- * @description 描述列表标题模式间距
108
- */
109
- descriptionsTitleGap: string;
110
- /**
111
- * @type {string}
112
- * @token Spacing-0
113
- * @description 描述列表undefined间距
114
- */
115
- descriptionsCellGap: string;
116
86
  /**
117
87
  * @type {string}
118
88
  * @token Radius-lesser
@@ -143,6 +113,36 @@ export interface DescriptionsTokens {
143
113
  * @description 描述列表边框内边距(垂直方向)
144
114
  */
145
115
  descriptionsBorderPaddingY: string;
116
+ /**
117
+ * @type {string}
118
+ * @token Font-14
119
+ * @description 描述列表默认尺寸字体字号
120
+ */
121
+ descriptionsDefaultFontSize: string;
122
+ /**
123
+ * @type {string}
124
+ * @token Font-12
125
+ * @description 描述列表小尺寸字体字号
126
+ */
127
+ descriptionsSmallFontSize: string;
128
+ /**
129
+ * @type {string}
130
+ * @token Font-16
131
+ * @description 描述列表大尺寸字体字号
132
+ */
133
+ descriptionsLargeFontSize: string;
134
+ /**
135
+ * @type {string}
136
+ * @token Neutral-fill-2
137
+ * @description 描述列表背景颜色
138
+ */
139
+ descriptionsBackgroundColor: string;
140
+ /**
141
+ * @type {string}
142
+ * @token Spacing-0
143
+ * @description 描述列表undefined间距
144
+ */
145
+ descriptionsCellGap: string;
146
146
  /**
147
147
  * @type {string}
148
148
  * @token Spacing-8
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["type.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,kBAAkB;IACjC;;;;OAIG;IACH,8BAA8B,EAAE,MAAM,CAAC;IACvC;;;;OAIG;IACH,8BAA8B,EAAE,MAAM,CAAC;IACvC;;;;OAIG;IACH,6BAA6B,EAAE,MAAM,CAAC;IACtC;;;;OAIG;IACH,8BAA8B,EAAE,MAAM,CAAC;IACvC;;;;OAIG;IACH,0BAA0B,EAAE,MAAM,CAAC;IACnC;;;;OAIG;IACH,4BAA4B,EAAE,MAAM,CAAC;IACrC;;;;OAIG;IACH,0BAA0B,EAAE,MAAM,CAAC;IACnC;;;;OAIG;IACH,6BAA6B,EAAE,MAAM,CAAC;IACtC;;;;OAIG;IACH,yBAAyB,EAAE,MAAM,CAAC;IAClC;;;;OAIG;IACH,2BAA2B,EAAE,MAAM,CAAC;IACpC;;;;OAIG;IACH,yBAAyB,EAAE,MAAM,CAAC;IAClC;;;;OAIG;IACH,sBAAsB,EAAE,MAAM,CAAC;IAC/B;;;;OAIG;IACH,sBAAsB,EAAE,MAAM,CAAC;IAC/B;;;;OAIG;IACH,sBAAsB,EAAE,MAAM,CAAC;IAC/B;;;;OAIG;IACH,2BAA2B,EAAE,MAAM,CAAC;IACpC;;;;OAIG;IACH,uBAAuB,EAAE,MAAM,CAAC;IAChC;;;;OAIG;IACH,2BAA2B,EAAE,MAAM,CAAC;IACpC;;;;OAIG;IACH,oBAAoB,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,mBAAmB,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,wBAAwB,EAAE,MAAM,CAAC;IACjC;;;;OAIG;IACH,2BAA2B,EAAE,MAAM,CAAC;IACpC;;;;OAIG;IACH,4BAA4B,EAAE,MAAM,CAAC;IACrC;;;;OAIG;IACH,0BAA0B,EAAE,MAAM,CAAC;IACnC;;;;OAIG;IACH,0BAA0B,EAAE,MAAM,CAAC;IACnC;;;;OAIG;IACH,gCAAgC,EAAE,MAAM,CAAC;IACzC;;;;OAIG;IACH,gCAAgC,EAAE,MAAM,CAAC;IACzC;;;;OAIG;IACH,iCAAiC,EAAE,MAAM,CAAC;CAC3C"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["type.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,kBAAkB;IACjC;;;;OAIG;IACH,8BAA8B,EAAE,MAAM,CAAC;IACvC;;;;OAIG;IACH,8BAA8B,EAAE,MAAM,CAAC;IACvC;;;;OAIG;IACH,gCAAgC,EAAE,MAAM,CAAC;IACzC;;;;OAIG;IACH,8BAA8B,EAAE,MAAM,CAAC;IACvC;;;;OAIG;IACH,sBAAsB,EAAE,MAAM,CAAC;IAC/B;;;;OAIG;IACH,2BAA2B,EAAE,MAAM,CAAC;IACpC;;;;OAIG;IACH,oBAAoB,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,8BAA8B,EAAE,MAAM,CAAC;IACvC;;;;OAIG;IACH,6BAA6B,EAAE,MAAM,CAAC;IACtC;;;;OAIG;IACH,sBAAsB,EAAE,MAAM,CAAC;IAC/B;;;;OAIG;IACH,8BAA8B,EAAE,MAAM,CAAC;IACvC;;;;OAIG;IACH,sBAAsB,EAAE,MAAM,CAAC;IAC/B;;;;OAIG;IACH,6BAA6B,EAAE,MAAM,CAAC;IACtC;;;;OAIG;IACH,uBAAuB,EAAE,MAAM,CAAC;IAChC;;;;OAIG;IACH,wBAAwB,EAAE,MAAM,CAAC;IACjC;;;;OAIG;IACH,2BAA2B,EAAE,MAAM,CAAC;IACpC;;;;OAIG;IACH,4BAA4B,EAAE,MAAM,CAAC;IACrC;;;;OAIG;IACH,0BAA0B,EAAE,MAAM,CAAC;IACnC;;;;OAIG;IACH,0BAA0B,EAAE,MAAM,CAAC;IACnC;;;;OAIG;IACH,2BAA2B,EAAE,MAAM,CAAC;IACpC;;;;OAIG;IACH,yBAAyB,EAAE,MAAM,CAAC;IAClC;;;;OAIG;IACH,yBAAyB,EAAE,MAAM,CAAC;IAClC;;;;OAIG;IACH,2BAA2B,EAAE,MAAM,CAAC;IACpC;;;;OAIG;IACH,mBAAmB,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,gCAAgC,EAAE,MAAM,CAAC;IACzC;;;;OAIG;IACH,gCAAgC,EAAE,MAAM,CAAC;IACzC;;;;OAIG;IACH,iCAAiC,EAAE,MAAM,CAAC;CAC3C"}
@@ -1 +1 @@
1
- {"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["tabs.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AAEpC,QAAA,MAAM,UAAU,EAAE,UAkFjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["tabs.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AAEpC,QAAA,MAAM,UAAU,EAAE,UAiFjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
package/cjs/tabs/tabs.js CHANGED
@@ -26,7 +26,6 @@ var tabsTokens = {
26
26
  tabsLinePaddingTop: 'Spacing-6',
27
27
  tabsLinePaddingBottom: 'Spacing-6',
28
28
  tabsLineHrBackgroundColor: 'Neutral-border-1',
29
- tabsLineAfterBackgroundColor: 'Brand-6',
30
29
  tabsLineInnerPaddingX: 'Spacing-8',
31
30
  tabsLineInnerPaddingY: 'Spacing-4',
32
31
  tabsLineFontColor: 'Neutral-text-5',
@@ -34,11 +33,12 @@ var tabsTokens = {
34
33
  tabsLineFontSize: 'Font-14',
35
34
  tabsLineBackgroundColor: 'transparent',
36
35
  tabsLineActiveBackgroundColor: 'Neutral-fill-3',
37
- tabsLineActiveHeight: 'Border-2',
38
36
  tabsLineCheckedFontColor: 'Brand-6',
39
37
  tabsLineCheckedFontSize: 'Font-14',
40
38
  tabsLineCheckedFontWeight: 'Weight-medium',
41
39
  tabsLineCheckedBackgroundColor: 'transparent',
40
+ tabsLineCheckedInkColor: 'Brand-6',
41
+ tabsLineCheckedInkHeight: 'Spacing-2',
42
42
  tabsLineHoverFontSize: 'Font-14',
43
43
  tabsLineHoverBackgroundColor: 'Neutral-fill-2',
44
44
  tabsLineDisabledFontColor: 'Neutral-text-2',
@@ -72,7 +72,6 @@ var tabsTokens = {
72
72
  tabsCardActiveFontWeight: 'Weight-medium',
73
73
  tabsCardActiveFontSize: 'Font-14',
74
74
  tabsCardActiveBackgroundColor: 'Neutral-fill-4',
75
- tabsCardBorderColor: 'Neutral-border-1',
76
75
  tabsCardCheckedFontColor: 'Brand-6',
77
76
  tabsCardCheckedFontSize: 'Font-14',
78
77
  tabsCardCheckedFontWeight: 'Weight-medium',
package/cjs/tabs/token.js CHANGED
@@ -117,11 +117,6 @@ var tabsTokenExtraValue = {
117
117
  color: 'Neutral-border-1'
118
118
  }
119
119
  },
120
- after: {
121
- background: {
122
- color: 'Brand-6'
123
- }
124
- },
125
120
  inner: {
126
121
  padding: {
127
122
  x: 'Spacing-8',
@@ -143,8 +138,7 @@ var tabsTokenExtraValue = {
143
138
  },
144
139
  background: {
145
140
  color: 'Neutral-fill-3'
146
- },
147
- height: 'Border-2'
141
+ }
148
142
  },
149
143
  checked: {
150
144
  font: {
@@ -154,6 +148,10 @@ var tabsTokenExtraValue = {
154
148
  },
155
149
  background: {
156
150
  color: 'transparent'
151
+ },
152
+ ink: {
153
+ color: 'Brand-6',
154
+ height: 'Spacing-2'
157
155
  }
158
156
  },
159
157
  hover: {
@@ -295,9 +293,6 @@ var tabsTokenExtraValue = {
295
293
  color: 'Neutral-fill-4'
296
294
  }
297
295
  },
298
- border: {
299
- color: 'Neutral-border-1'
300
- },
301
296
  checked: {
302
297
  font: {
303
298
  color: 'Brand-6',
@@ -107,12 +107,6 @@ export interface TabsTokens {
107
107
  * @description 标签页长线条模式undefined背景颜色
108
108
  */
109
109
  tabsLineHrBackgroundColor: string;
110
- /**
111
- * @type {string}
112
- * @token Brand-6
113
- * @description 标签页长线条模式下划线指示器背景颜色
114
- */
115
- tabsLineAfterBackgroundColor: string;
116
110
  /**
117
111
  * @type {string}
118
112
  * @token Spacing-8
@@ -155,12 +149,6 @@ export interface TabsTokens {
155
149
  * @description 标签页长线条模式鼠标点击时的背景颜色
156
150
  */
157
151
  tabsLineActiveBackgroundColor: string;
158
- /**
159
- * @type {string}
160
- * @token Border-2
161
- * @description 标签页长线条模式鼠标点击时的高度
162
- */
163
- tabsLineActiveHeight: string;
164
152
  /**
165
153
  * @type {string}
166
154
  * @token Brand-6
@@ -185,6 +173,18 @@ export interface TabsTokens {
185
173
  * @description 标签页长线条模式选中状态背景颜色
186
174
  */
187
175
  tabsLineCheckedBackgroundColor: string;
176
+ /**
177
+ * @type {string}
178
+ * @token Brand-6
179
+ * @description 标签页长线条模式选中状态undefined颜色
180
+ */
181
+ tabsLineCheckedInkColor: string;
182
+ /**
183
+ * @type {string}
184
+ * @token Spacing-2
185
+ * @description 标签页长线条模式选中状态undefined高度
186
+ */
187
+ tabsLineCheckedInkHeight: string;
188
188
  /**
189
189
  * @type {string}
190
190
  * @token Font-14
@@ -383,12 +383,6 @@ export interface TabsTokens {
383
383
  * @description 标签页卡片模式鼠标点击时的背景颜色
384
384
  */
385
385
  tabsCardActiveBackgroundColor: string;
386
- /**
387
- * @type {string}
388
- * @token Neutral-border-1
389
- * @description 标签页卡片模式边框颜色
390
- */
391
- tabsCardBorderColor: string;
392
386
  /**
393
387
  * @type {string}
394
388
  * @token Brand-6
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["type.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["type.ts"],"names":[],"mappings":"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"}
package/cjs/tag/tag.js CHANGED
@@ -16,7 +16,7 @@ var tagTokens = {
16
16
  tagInfoDisabledBorderColor: 'Brand-1',
17
17
  tagInfoOutlineFontColor: 'Brand-6',
18
18
  tagInfoOutlineBackgroundColor: 'Transparent',
19
- tagInfoOutlineBorderColor: 'Brand-6',
19
+ tagInfoOutlineBorderColor: 'Brand-3',
20
20
  tagInfoOutlineDisabledFontColor: 'Brand-3',
21
21
  tagInfoOutlineDisabledBackgroundColor: 'Transparent',
22
22
  tagInfoOutlineDisabledBorderColor: 'Brand-3',
package/cjs/tag/token.js CHANGED
@@ -64,7 +64,7 @@ var tagTokenExtraValue = {
64
64
  color: 'Transparent'
65
65
  },
66
66
  border: {
67
- color: 'Brand-6'
67
+ color: 'Brand-3'
68
68
  },
69
69
  disabled: {
70
70
  font: {
package/cjs/tag/type.d.ts CHANGED
@@ -49,7 +49,7 @@ export interface TagTokens {
49
49
  tagInfoOutlineBackgroundColor: string;
50
50
  /**
51
51
  * @type {string}
52
- * @token Brand-6
52
+ * @token Brand-3
53
53
  * @description 标签提示色线框风格边框颜色
54
54
  */
55
55
  tagInfoOutlineBorderColor: string;
@@ -852,6 +852,18 @@ var figma = [{
852
852
  value: '#020B18',
853
853
  describe: '',
854
854
  locked: true
855
+ }, {
856
+ name: '填充色',
857
+ token: 'Neutral-fill-11',
858
+ value: '#F7F8FA',
859
+ describe: '',
860
+ locked: true
861
+ }, {
862
+ name: '填充色',
863
+ token: 'Neutral-fill-12',
864
+ value: '#000000',
865
+ describe: '',
866
+ locked: true
855
867
  }, {
856
868
  name: '填充色',
857
869
  token: 'Neutral-fill-6',
@@ -1170,12 +1182,6 @@ var figma = [{
1170
1182
  describe: '尺寸基数,以乘积形式生成所有尺寸,比如:Size * 4px = 8px',
1171
1183
  token: 'Size',
1172
1184
  locked: true
1173
- }, {
1174
- name: 'borderRadiusRect',
1175
- value: '0px',
1176
- describe: '直角 Radius-rect (0px)',
1177
- token: 'Radius-rect',
1178
- locked: true
1179
1185
  }, {
1180
1186
  name: 'borderRadiusLesser',
1181
1187
  value: '2px',
@@ -1200,6 +1206,18 @@ var figma = [{
1200
1206
  describe: '大 Radius-large (8px)',
1201
1207
  token: 'Radius-large',
1202
1208
  locked: true
1209
+ }, {
1210
+ name: 'borderRadiusXL',
1211
+ value: '12px',
1212
+ describe: '超大 Radius-XL (12px)',
1213
+ token: 'Radius-xl',
1214
+ locked: true
1215
+ }, {
1216
+ name: 'borderRadiusXXL',
1217
+ value: '16px',
1218
+ describe: '超大 Radius-XXL (16px)',
1219
+ token: 'Radius-xxl',
1220
+ locked: true
1203
1221
  }, {
1204
1222
  name: 'borderRadiusFull',
1205
1223
  value: '1000px',
@@ -1258,13 +1276,13 @@ var figma = [{
1258
1276
  name: '较粗',
1259
1277
  value: '600',
1260
1278
  describe: '较粗 Semibold',
1261
- token: 'Weight-Semibold',
1279
+ token: 'Weight-semibold',
1262
1280
  locked: true
1263
1281
  }, {
1264
1282
  name: '粗体',
1265
1283
  value: '700',
1266
1284
  describe: '粗体 Bold',
1267
- token: 'Weight-Bold',
1285
+ token: 'Weight-bold',
1268
1286
  locked: true
1269
1287
  }, {
1270
1288
  name: '提示、标签、辅助文案',
@@ -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,MA0SZ,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,MA6SZ,CAAC;AAGF,QAAA,MAAM,WAAW,EAAE,MAAW,CAAC;AAQ/B,OAAO,EAAE,WAAW,EAAE,CAAC;AAEvB,eAAe,KAAK,CAAC"}