@sheinx/theme 3.9.0-beta.8 → 3.9.0

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 (49) hide show
  1. package/cjs/spin/spin.d.ts.map +1 -1
  2. package/cjs/spin/spin.js +1 -0
  3. package/cjs/spin/token.js +2 -1
  4. package/cjs/spin/type.d.ts +6 -0
  5. package/cjs/spin/type.d.ts.map +1 -1
  6. package/cjs/switch/switch.js +1 -1
  7. package/cjs/switch/token.js +1 -1
  8. package/cjs/switch/type.d.ts +1 -1
  9. package/cjs/tabs/tabs.d.ts.map +1 -1
  10. package/cjs/tabs/tabs.js +2 -1
  11. package/cjs/tabs/token.js +5 -2
  12. package/cjs/tabs/type.d.ts +8 -2
  13. package/cjs/tabs/type.d.ts.map +1 -1
  14. package/cjs/tag/rule.js +2 -2
  15. package/cjs/tag/tag.d.ts.map +1 -1
  16. package/cjs/tag/tag.js +90 -65
  17. package/cjs/tag/token.js +150 -2
  18. package/cjs/tag/type.d.ts +529 -379
  19. package/cjs/tag/type.d.ts.map +1 -1
  20. package/cjs/token/figma.js +9 -9
  21. package/cjs/token/token.js +9 -9
  22. package/cjs/token/type.d.ts +9 -9
  23. package/cjs/utils/token-setter.d.ts.map +1 -1
  24. package/cjs/utils/token-setter.js +9 -3
  25. package/esm/spin/spin.d.ts.map +1 -1
  26. package/esm/spin/spin.js +1 -0
  27. package/esm/spin/token.js +2 -1
  28. package/esm/spin/type.d.ts +6 -0
  29. package/esm/spin/type.d.ts.map +1 -1
  30. package/esm/switch/switch.js +1 -1
  31. package/esm/switch/token.js +1 -1
  32. package/esm/switch/type.d.ts +1 -1
  33. package/esm/tabs/tabs.d.ts.map +1 -1
  34. package/esm/tabs/tabs.js +2 -1
  35. package/esm/tabs/token.js +5 -2
  36. package/esm/tabs/type.d.ts +8 -2
  37. package/esm/tabs/type.d.ts.map +1 -1
  38. package/esm/tag/rule.js +2 -2
  39. package/esm/tag/tag.d.ts.map +1 -1
  40. package/esm/tag/tag.js +90 -65
  41. package/esm/tag/token.js +150 -2
  42. package/esm/tag/type.d.ts +529 -379
  43. package/esm/tag/type.d.ts.map +1 -1
  44. package/esm/token/figma.js +9 -9
  45. package/esm/token/token.js +9 -9
  46. package/esm/token/type.d.ts +9 -9
  47. package/esm/utils/token-setter.d.ts.map +1 -1
  48. package/esm/utils/token-setter.js +9 -3
  49. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"spin.d.ts","sourceRoot":"","sources":["spin.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AAEpC,QAAA,MAAM,UAAU,EAAE,UAMjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"spin.d.ts","sourceRoot":"","sources":["spin.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AAEpC,QAAA,MAAM,UAAU,EAAE,UAOjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
package/cjs/spin/spin.js CHANGED
@@ -9,6 +9,7 @@ exports.default = void 0;
9
9
 
10
10
  var spinTokens = {
11
11
  spinTipFontColor: 'Brand-6',
12
+ spinTipFontSize: 'Font-14',
12
13
  spinVerticalMargin: 'Spacing-4',
13
14
  spinHorizontalMargin: 'Spacing-4',
14
15
  spinColor: 'Brand-6',
package/cjs/spin/token.js CHANGED
@@ -26,7 +26,8 @@ var spinTokenValue = {};
26
26
  var spinTokenExtraValue = {
27
27
  tip: {
28
28
  font: {
29
- color: 'Brand-6'
29
+ color: 'Brand-6',
30
+ size: 'Font-14'
30
31
  }
31
32
  },
32
33
  vertical: {
@@ -5,6 +5,12 @@ export interface SpinTokens {
5
5
  * @description 加载动画提示文案字体颜色
6
6
  */
7
7
  spinTipFontColor: string;
8
+ /**
9
+ * @type {string}
10
+ * @token Font-14
11
+ * @description 加载动画提示文案字体字号
12
+ */
13
+ spinTipFontSize: string;
8
14
  /**
9
15
  * @type {string}
10
16
  * @token Spacing-4
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["type.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,UAAU;IACzB;;;;OAIG;IACH,gBAAgB,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,oBAAoB,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,mBAAmB,EAAE,MAAM,CAAC;CAC7B"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["type.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,UAAU;IACzB;;;;OAIG;IACH,gBAAgB,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,oBAAoB,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,mBAAmB,EAAE,MAAM,CAAC;CAC7B"}
@@ -36,7 +36,7 @@ var switchTokens = {
36
36
  switchDisabledCircleUncheckedFill: 'Neutral-fill-2',
37
37
  switchDisabledFontColor: 'Neutral-text-2',
38
38
  switchLoadingBackgroundColor: 'Neutral-fill-2',
39
- switchLoadingCircleFill: 'Neutral-text-2',
39
+ switchLoadingCircleFill: 'Neutral-fill-3',
40
40
  switchLoadingFontColor: 'Neutral-text-2',
41
41
  switchCheckedBackgroundColor: 'Brand-6',
42
42
  switchCheckedCircleFill: 'Neutral-fill-1',
@@ -104,7 +104,7 @@ var switchTokenExtraValue = {
104
104
  color: 'Neutral-fill-2'
105
105
  },
106
106
  circle: {
107
- fill: 'Neutral-text-2',
107
+ fill: 'Neutral-fill-3',
108
108
  shadow: ''
109
109
  },
110
110
  font: {
@@ -169,7 +169,7 @@ export interface SwitchTokens {
169
169
  switchLoadingBackgroundColor: string;
170
170
  /**
171
171
  * @type {string}
172
- * @token Neutral-text-2
172
+ * @token Neutral-fill-3
173
173
  * @description 开关加载模式下的圆形填充色
174
174
  */
175
175
  switchLoadingCircleFill: string;
@@ -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,UA+EjB,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,UAgFjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
package/cjs/tabs/tabs.js CHANGED
@@ -23,7 +23,8 @@ var tabsTokens = {
23
23
  tabsTabBorderRadius: 'Radius-default',
24
24
  tabsNearlyMargin: 'Spacing-4',
25
25
  tabsLinePaddingX: 'Spacing-8',
26
- tabsLinePaddingY: 'Spacing-6',
26
+ tabsLinePaddingTop: 'Spacing-6',
27
+ tabsLinePaddingBottom: 'Spacing-6',
27
28
  tabsLineHrBackgroundColor: 'Neutral-border-1',
28
29
  tabsLineAfterBackgroundColor: 'Brand-6',
29
30
  tabsLineInnerPaddingX: 'Spacing-8',
package/cjs/tabs/token.js CHANGED
@@ -23,7 +23,9 @@ var tabsTokenDescription = {
23
23
  arrow: '箭头icon',
24
24
  vertical: '垂直模式',
25
25
  horizontal: '水平模式',
26
- checked: '选中状态'
26
+ checked: '选中状态',
27
+ top: '上',
28
+ bottom: '下'
27
29
  };
28
30
 
29
31
  /**
@@ -106,7 +108,8 @@ var tabsTokenExtraValue = {
106
108
  line: {
107
109
  padding: {
108
110
  x: 'Spacing-8',
109
- y: 'Spacing-6'
111
+ top: 'Spacing-6',
112
+ bottom: 'Spacing-6'
110
113
  },
111
114
  hr: {
112
115
  background: {
@@ -92,9 +92,15 @@ export interface TabsTokens {
92
92
  /**
93
93
  * @type {string}
94
94
  * @token Spacing-6
95
- * @description 标签页长线条模式内边距(垂直方向)
95
+ * @description 标签页长线条模式内边距上
96
96
  */
97
- tabsLinePaddingY: string;
97
+ tabsLinePaddingTop: string;
98
+ /**
99
+ * @type {string}
100
+ * @token Spacing-6
101
+ * @description 标签页长线条模式内边距下
102
+ */
103
+ tabsLinePaddingBottom: string;
98
104
  /**
99
105
  * @type {string}
100
106
  * @token Neutral-border-1
@@ -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/rule.js CHANGED
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
 
3
3
  var tagRules = {
4
- color: [['info', 'default', 'success', 'warning', 'danger', 'magenta', 'brown', 'purple', 'indigo', 'cyan', 'neon', 'lemon', 'tangerine'], ['', 'outline', 'fill'], ['', 'disabled'], ['font-color', 'background-color', 'border-color']],
4
+ color: [['info', 'default', 'success', 'warning', 'danger', 'magenta', 'brown', 'purple', 'indigo', 'cyan', 'neon', 'lemon', 'orange', 'tangerine'], ['', 'outline', 'fill'], ['', 'disabled'], ['font-color', 'background-color', 'border-color']],
5
5
  size: [['', 'small', 'large'], ['font-size', 'border-radius', 'padding-x', 'padding-y', 'height', 'font-weight']],
6
6
  input: [['', 'small', 'large'], ['input'], ['padding-x', 'padding-y', 'font-size']],
7
- icon: [['info', 'default', 'success', 'warning', 'danger', 'magenta', 'brown', 'purple', 'indigo', 'cyan', 'neon', 'lemon', 'tangerine'], ['', 'outline', 'fill'], ['icon'], ['', 'disabled', 'hover'], ['background-color', 'font-color']]
7
+ icon: [['info', 'default', 'success', 'warning', 'danger', 'magenta', 'brown', 'purple', 'indigo', 'cyan', 'neon', 'lemon', 'orange', 'tangerine'], ['', 'outline', 'fill'], ['icon'], ['', 'disabled', 'hover'], ['background-color', 'font-color']]
8
8
  };
9
9
  module.exports = {
10
10
  tagRules: tagRules
@@ -1 +1 @@
1
- {"version":3,"file":"tag.d.ts","sourceRoot":"","sources":["tag.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AAEnC,QAAA,MAAM,SAAS,EAAE,SA4ThB,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"tag.d.ts","sourceRoot":"","sources":["tag.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AAEnC,QAAA,MAAM,SAAS,EAAE,SAqVhB,CAAC;AAEF,eAAe,SAAS,CAAC"}
package/cjs/tag/tag.js CHANGED
@@ -20,12 +20,20 @@ var tagTokens = {
20
20
  tagInfoOutlineDisabledFontColor: 'Brand-3',
21
21
  tagInfoOutlineDisabledBackgroundColor: 'Neutral-fill-1',
22
22
  tagInfoOutlineDisabledBorderColor: 'Brand-3',
23
+ tagInfoOutlineIconDisabledFontColor: 'Brand-3',
24
+ tagInfoOutlineIconHoverBackgroundColor: 'Brand-1',
25
+ tagInfoOutlineIconHoverFontColor: 'Brand-6',
23
26
  tagInfoFillFontColor: 'Neutral-text-1',
24
27
  tagInfoFillBackgroundColor: 'Brand-6',
25
28
  tagInfoFillBorderColor: 'Brand-6',
26
29
  tagInfoFillDisabledFontColor: 'Neutral-text-1',
27
30
  tagInfoFillDisabledBackgroundColor: 'Brand-3',
28
31
  tagInfoFillDisabledBorderColor: 'Brand-3',
32
+ tagInfoFillIconHoverBackgroundColor: 'Brand-5',
33
+ tagInfoIconFontColor: 'Brand-6',
34
+ tagInfoIconDisabledFontColor: 'Brand-3',
35
+ tagInfoIconHoverBackgroundColor: 'Brand-2',
36
+ tagDefaultLineHeight: 'Line-height-dynamic',
29
37
  tagDefaultFontColor: 'Neutral-text-5',
30
38
  tagDefaultBackgroundColor: 'Neutral-fill-2',
31
39
  tagDefaultBorderColor: 'Neutral-fill-2',
@@ -44,6 +52,11 @@ var tagTokens = {
44
52
  tagDefaultFillDisabledFontColor: 'Neutral-text-2',
45
53
  tagDefaultFillDisabledBackgroundColor: 'Neutral-fill-3',
46
54
  tagDefaultFillDisabledBorderColor: 'Neutral-fill-3',
55
+ tagDefaultFillIconHoverBackgroundColor: 'Neutral-fill-4',
56
+ tagDefaultIconFontColor: 'Neutral-text-4',
57
+ tagDefaultIconDisabledFontColor: 'Neutral-text-2',
58
+ tagDefaultIconHoverBackgroundColor: 'Neutral-fill-3',
59
+ tagDefaultIconHoverFontColor: 'Neutral-text-5',
47
60
  tagSuccessFontColor: 'Success-6',
48
61
  tagSuccessBackgroundColor: 'Success-1',
49
62
  tagSuccessBorderColor: 'Success-1',
@@ -56,12 +69,18 @@ var tagTokens = {
56
69
  tagSuccessOutlineDisabledFontColor: 'Success-3',
57
70
  tagSuccessOutlineDisabledBackgroundColor: 'Neutral-fill-1',
58
71
  tagSuccessOutlineDisabledBorderColor: 'Success-3',
72
+ tagSuccessOutlineIconDisabledFontColor: 'Success-3',
73
+ tagSuccessOutlineIconHoverBackgroundColor: 'Success-2',
59
74
  tagSuccessFillFontColor: 'Neutral-text-1',
60
75
  tagSuccessFillBackgroundColor: 'Success-6',
61
76
  tagSuccessFillBorderColor: 'Success-6',
62
77
  tagSuccessFillDisabledFontColor: 'Neutral-text-1',
63
78
  tagSuccessFillDisabledBackgroundColor: 'Success-3',
64
79
  tagSuccessFillDisabledBorderColor: 'Success-3',
80
+ tagSuccessFillIconHoverBackgroundColor: 'Success-5',
81
+ tagSuccessIconFontColor: 'Success-6',
82
+ tagSuccessIconDisabledFontColor: 'Success-3',
83
+ tagSuccessIconHoverBackgroundColor: 'Success-2',
65
84
  tagWarningFontColor: 'Warning-6',
66
85
  tagWarningBackgroundColor: 'Warning-1',
67
86
  tagWarningBorderColor: 'Warning-1',
@@ -80,6 +99,10 @@ var tagTokens = {
80
99
  tagWarningFillDisabledFontColor: 'Neutral-text-1',
81
100
  tagWarningFillDisabledBackgroundColor: 'Warning-3',
82
101
  tagWarningFillDisabledBorderColor: 'Warning-3',
102
+ tagWarningFillIconFontColor: 'Warning-6',
103
+ tagWarningFillIconHoverBackgroundColor: 'Warning-5',
104
+ tagWarningIconDisabledFontColor: 'Warning-3',
105
+ tagWarningIconHoverBackgroundColor: 'Warning-2',
83
106
  tagDangerFontColor: 'Danger-6',
84
107
  tagDangerBackgroundColor: 'Danger-1',
85
108
  tagDangerBorderColor: 'Danger-1',
@@ -98,6 +121,10 @@ var tagTokens = {
98
121
  tagDangerFillDisabledFontColor: 'Neutral-text-1',
99
122
  tagDangerFillDisabledBackgroundColor: 'Danger-3',
100
123
  tagDangerFillDisabledBorderColor: 'Danger-3',
124
+ tagDangerFillIconHoverBackgroundColor: 'Danger-5',
125
+ tagDangerIconFontColor: 'Danger-6',
126
+ tagDangerIconDisabledFontColor: 'Danger-3',
127
+ tagDangerIconHoverBackgroundColor: 'Danger-2',
101
128
  tagMagentaFontColor: 'Magenta-6',
102
129
  tagMagentaBackgroundColor: 'Magenta-1',
103
130
  tagMagentaBorderColor: 'Magenta-1',
@@ -116,6 +143,10 @@ var tagTokens = {
116
143
  tagMagentaFillDisabledFontColor: 'Neutral-text-1',
117
144
  tagMagentaFillDisabledBackgroundColor: 'Magenta-3',
118
145
  tagMagentaFillDisabledBorderColor: 'Magenta-3',
146
+ tagMagentaFillIconHoverBackgroundColor: 'Magenta-5',
147
+ tagMagentaIconFontColor: 'Magenta-6',
148
+ tagMagentaIconDisabledFontColor: 'Magenta-3',
149
+ tagMagentaIconHoverBackgroundColor: 'Magenta-2',
119
150
  tagBrownFontColor: 'Brown-6',
120
151
  tagBrownBackgroundColor: 'Brown-1',
121
152
  tagBrownBorderColor: 'Brown-1',
@@ -134,6 +165,10 @@ var tagTokens = {
134
165
  tagBrownFillDisabledFontColor: 'Neutral-text-1',
135
166
  tagBrownFillDisabledBackgroundColor: 'Brown-3',
136
167
  tagBrownFillDisabledBorderColor: 'Brown-3',
168
+ tagBrownFillIconHoverBackgroundColor: 'Brown-5',
169
+ tagBrownIconFontColor: 'Brown-6',
170
+ tagBrownIconDisabledFontColor: 'Brown-3',
171
+ tagBrownIconHoverBackgroundColor: 'Brown-2',
137
172
  tagPurpleFontColor: 'Purple-6',
138
173
  tagPurpleBackgroundColor: 'Purple-1',
139
174
  tagPurpleBorderColor: 'Purple-1',
@@ -152,6 +187,10 @@ var tagTokens = {
152
187
  tagPurpleFillDisabledFontColor: 'Neutral-text-1',
153
188
  tagPurpleFillDisabledBackgroundColor: 'Purple-3',
154
189
  tagPurpleFillDisabledBorderColor: 'Purple-3',
190
+ tagPurpleFillIconHoverBackgroundColor: 'Purple-5',
191
+ tagPurpleIconFontColor: 'Purple-6',
192
+ tagPurpleIconDisabledFontColor: 'Purple-3',
193
+ tagPurpleIconHoverBackgroundColor: 'Purple-2',
155
194
  tagIndigoFontColor: 'Indigo-6',
156
195
  tagIndigoBackgroundColor: 'Indigo-1',
157
196
  tagIndigoBorderColor: 'Indigo-1',
@@ -170,6 +209,10 @@ var tagTokens = {
170
209
  tagIndigoFillDisabledFontColor: 'Neutral-text-1',
171
210
  tagIndigoFillDisabledBackgroundColor: 'Indigo-3',
172
211
  tagIndigoFillDisabledBorderColor: 'Indigo-3',
212
+ tagIndigoFillIconHoverBackgroundColor: 'Indigo-5',
213
+ tagIndigoIconFontColor: 'Indigo-6',
214
+ tagIndigoIconDisabledFontColor: 'Indigo-3',
215
+ tagIndigoIconHoverBackgroundColor: 'Indigo-2',
173
216
  tagCyanFontColor: 'Cyan-6',
174
217
  tagCyanBackgroundColor: 'Cyan-1',
175
218
  tagCyanBorderColor: 'Cyan-1',
@@ -188,6 +231,10 @@ var tagTokens = {
188
231
  tagCyanFillDisabledFontColor: 'Neutral-text-1',
189
232
  tagCyanFillDisabledBackgroundColor: 'Cyan-3',
190
233
  tagCyanFillDisabledBorderColor: 'Cyan-3',
234
+ tagCyanFillIconHoverBackgroundColor: 'Cyan-5',
235
+ tagCyanIconFontColor: 'Cyan-6',
236
+ tagCyanIconDisabledFontColor: 'Cyan-3',
237
+ tagCyanIconHoverBackgroundColor: 'Cyan-2',
191
238
  tagNeonFontColor: 'Neon-6',
192
239
  tagNeonBackgroundColor: 'Neon-1',
193
240
  tagNeonBorderColor: 'Neon-1',
@@ -206,6 +253,10 @@ var tagTokens = {
206
253
  tagNeonFillDisabledFontColor: 'Neutral-text-1',
207
254
  tagNeonFillDisabledBackgroundColor: 'Neon-3',
208
255
  tagNeonFillDisabledBorderColor: 'Neon-3',
256
+ tagNeonFillIconHoverBackgroundColor: 'Neon-5',
257
+ tagNeonIconFontColor: 'Neon-6',
258
+ tagNeonIconDisabledFontColor: 'Neon-3',
259
+ tagNeonIconHoverBackgroundColor: 'Neon-2',
209
260
  tagLemonFontColor: 'Lemon-6',
210
261
  tagLemonBackgroundColor: 'Lemon-1',
211
262
  tagLemonBorderColor: 'Lemon-1',
@@ -224,6 +275,32 @@ var tagTokens = {
224
275
  tagLemonFillDisabledFontColor: 'Neutral-text-1',
225
276
  tagLemonFillDisabledBackgroundColor: 'Lemon-3',
226
277
  tagLemonFillDisabledBorderColor: 'Lemon-3',
278
+ tagLemonFillIconHoverBackgroundColor: 'Lemon-5',
279
+ tagLemonIconFontColor: 'Lemon-6',
280
+ tagLemonIconDisabledFontColor: 'Lemon-3',
281
+ tagLemonIconHoverBackgroundColor: 'Lemon-2',
282
+ tagOrangeFontColor: 'Orange-6',
283
+ tagOrangeBackgroundColor: 'Orange-1',
284
+ tagOrangeBorderColor: 'Orange-1',
285
+ tagOrangeDisabledFontColor: 'Orange-3',
286
+ tagOrangeDisabledBackgroundColor: 'Orange-1',
287
+ tagOrangeDisabledBorderColor: 'Orange-1',
288
+ tagOrangeOutlineFontColor: 'Orange-6',
289
+ tagOrangeOutlineBackgroundColor: 'Neutral-fill-1',
290
+ tagOrangeOutlineBorderColor: 'Orange-6',
291
+ tagOrangeOutlineDisabledFontColor: 'Orange-3',
292
+ tagOrangeOutlineDisabledBackgroundColor: 'Neutral-fill-1',
293
+ tagOrangeOutlineDisabledBorderColor: 'Orange-3',
294
+ tagOrangeFillFontColor: 'Neutral-text-1',
295
+ tagOrangeFillBackgroundColor: 'Orange-6',
296
+ tagOrangeFillBorderColor: 'Orange-6',
297
+ tagOrangeFillDisabledFontColor: 'Neutral-text-1',
298
+ tagOrangeFillDisabledBackgroundColor: 'Orange-3',
299
+ tagOrangeFillDisabledBorderColor: 'Orange-3',
300
+ tagOrangeFillIconHoverBackgroundColor: 'Orange-5',
301
+ tagOrangeIconFontColor: 'Orange-6',
302
+ tagOrangeIconDisabledFontColor: 'Orange-3',
303
+ tagOrangeIconHoverBackgroundColor: 'Orange-2',
227
304
  tagTangerineFontColor: 'Tangerine-6',
228
305
  tagTangerineBackgroundColor: 'Tangerine-1',
229
306
  tagTangerineBorderColor: 'Tangerine-1',
@@ -242,86 +319,34 @@ var tagTokens = {
242
319
  tagTangerineFillDisabledFontColor: 'Neutral-text-1',
243
320
  tagTangerineFillDisabledBackgroundColor: 'Tangerine-3',
244
321
  tagTangerineFillDisabledBorderColor: 'Tangerine-3',
322
+ tagTangerineFillIconHoverBackgroundColor: 'Tangerine-5',
323
+ tagTangerineIconFontColor: 'Tangerine-6',
324
+ tagTangerineIconDisabledFontColor: 'Tangerine-3',
325
+ tagTangerineIconHoverBackgroundColor: 'Tangerine-2',
245
326
  tagFontSize: 'Font-12',
327
+ tagFontWeight: 'Weight-regular',
246
328
  tagBorderRadius: 'Radius-small',
247
329
  tagPaddingX: 'Spacing-6',
248
330
  tagPaddingY: 'Spacing-0',
249
331
  tagHeight: 'Size-11',
250
- tagFontWeight: 'Weight-regular',
251
332
  tagSmallFontSize: 'Font-12',
333
+ tagSmallFontWeight: 'Weight-regular',
252
334
  tagSmallBorderRadius: 'Radius-small',
253
335
  tagSmallPaddingX: 'Spacing-4',
254
336
  tagSmallHeight: 'Size-10',
255
- tagSmallFontWeight: 'Weight-regular',
337
+ tagSmallInputPaddingX: 'Spacing-4',
338
+ tagSmallInputFontSize: 'Font-12',
339
+ tagSmallLineHeight: 'Line-height-dynamic',
256
340
  tagLargeFontSize: 'Font-14',
341
+ tagLargeFontWeight: 'Weight-regular',
257
342
  tagLargeBorderRadius: 'Radius-default',
258
343
  tagLargePaddingX: 'Spacing-12',
259
344
  tagLargePaddingY: 'Spacing-2',
260
345
  tagLargeHeight: 'Size-14',
261
- tagLargeFontWeight: 'Weight-regular',
262
- tagInputPaddingX: 'Spacing-4',
263
- tagInputFontSize: 'Font-12',
264
- tagSmallInputPaddingX: 'Spacing-4',
265
- tagSmallInputFontSize: 'Font-12',
266
346
  tagLargeInputPaddingX: 'Spacing-4',
267
347
  tagLargeInputFontSize: 'Font-14',
268
- tagInfoIconFontColor: 'Brand-6',
269
- tagInfoIconDisabledFontColor: 'Brand-3',
270
- tagInfoIconHoverBackgroundColor: 'Brand-2',
271
- tagInfoOutlineIconDisabledFontColor: 'Brand-3',
272
- tagInfoOutlineIconHoverBackgroundColor: 'Brand-1',
273
- tagInfoOutlineIconHoverFontColor: 'Brand-6',
274
- tagInfoFillIconHoverBackgroundColor: 'Brand-5',
275
- tagDefaultIconFontColor: 'Neutral-text-4',
276
- tagDefaultIconDisabledFontColor: 'Neutral-text-2',
277
- tagDefaultIconHoverBackgroundColor: 'Neutral-fill-3',
278
- tagDefaultIconHoverFontColor: 'Neutral-text-5',
279
- tagDefaultFillIconHoverBackgroundColor: 'Neutral-fill-4',
280
- tagSuccessIconFontColor: 'Success-6',
281
- tagSuccessIconDisabledFontColor: 'Success-3',
282
- tagSuccessIconHoverBackgroundColor: 'Success-2',
283
- tagSuccessOutlineIconDisabledFontColor: 'Success-3',
284
- tagSuccessOutlineIconHoverBackgroundColor: 'Success-2',
285
- tagSuccessFillIconHoverBackgroundColor: 'Success-5',
286
- tagWarningIconDisabledFontColor: 'Warning-3',
287
- tagWarningIconHoverBackgroundColor: 'Warning-2',
288
- tagWarningFillIconFontColor: 'Warning-6',
289
- tagWarningFillIconHoverBackgroundColor: 'Warning-5',
290
- tagDangerIconFontColor: 'Danger-6',
291
- tagDangerIconDisabledFontColor: 'Danger-3',
292
- tagDangerIconHoverBackgroundColor: 'Danger-2',
293
- tagDangerFillIconHoverBackgroundColor: 'Danger-5',
294
- tagMagentaIconFontColor: 'Magenta-6',
295
- tagMagentaIconDisabledFontColor: 'Magenta-3',
296
- tagMagentaIconHoverBackgroundColor: 'Magenta-2',
297
- tagMagentaFillIconHoverBackgroundColor: 'Magenta-5',
298
- tagBrownIconFontColor: 'Brown-6',
299
- tagBrownIconDisabledFontColor: 'Brown-3',
300
- tagBrownIconHoverBackgroundColor: 'Brown-2',
301
- tagBrownFillIconHoverBackgroundColor: 'Brown-5',
302
- tagPurpleIconFontColor: 'Purple-6',
303
- tagPurpleIconDisabledFontColor: 'Purple-3',
304
- tagPurpleIconHoverBackgroundColor: 'Purple-2',
305
- tagPurpleFillIconHoverBackgroundColor: 'Purple-5',
306
- tagIndigoIconFontColor: 'Indigo-6',
307
- tagIndigoIconDisabledFontColor: 'Indigo-3',
308
- tagIndigoIconHoverBackgroundColor: 'Indigo-2',
309
- tagIndigoFillIconHoverBackgroundColor: 'Indigo-5',
310
- tagCyanIconFontColor: 'Cyan-6',
311
- tagCyanIconDisabledFontColor: 'Cyan-3',
312
- tagCyanIconHoverBackgroundColor: 'Cyan-2',
313
- tagCyanFillIconHoverBackgroundColor: 'Cyan-5',
314
- tagNeonIconFontColor: 'Neon-6',
315
- tagNeonIconDisabledFontColor: 'Neon-3',
316
- tagNeonIconHoverBackgroundColor: 'Neon-2',
317
- tagNeonFillIconHoverBackgroundColor: 'Neon-5',
318
- tagLemonIconFontColor: 'Lemon-6',
319
- tagLemonIconDisabledFontColor: 'Lemon-3',
320
- tagLemonIconHoverBackgroundColor: 'Lemon-2',
321
- tagLemonFillIconHoverBackgroundColor: 'Lemon-5',
322
- tagTangerineIconFontColor: 'Tangerine-6',
323
- tagTangerineIconDisabledFontColor: 'Tangerine-3',
324
- tagTangerineIconHoverBackgroundColor: 'Tangerine-2',
325
- tagTangerineFillIconHoverBackgroundColor: 'Tangerine-5'
348
+ tagLargeLineHeight: 'Line-height-dynamic',
349
+ tagInputPaddingX: 'Spacing-4',
350
+ tagInputFontSize: 'Font-12'
326
351
  };
327
352
  var _default = exports.default = tagTokens;
package/cjs/tag/token.js CHANGED
@@ -21,6 +21,7 @@ var tagTokenDescription = {
21
21
  neon: '荧光色',
22
22
  lemon: '柠檬色',
23
23
  tangerine: '橘红色',
24
+ orange: '橙色',
24
25
  fill: '填充风格',
25
26
  input: '输入框'
26
27
  };
@@ -32,7 +33,8 @@ var tagTokenDescription = {
32
33
  * 该映射表将根据规则自动生成,并与公共 token 进行合并。若有相同 token,将覆盖公共 token。默认不包含公共 token,除非在映射表中添加覆盖。
33
34
  * 注意,该映射表的内容不与 tagRules 强关联,非 tagRules 规则内的 token 需手动增加或删减。
34
35
  */
35
- var tagTokenValue = {
36
+ var tagTokenValue = {};
37
+ var tagTokenExtraValue = {
36
38
  info: {
37
39
  font: {
38
40
  color: 'Brand-6'
@@ -172,6 +174,9 @@ var tagTokenValue = {
172
174
  }
173
175
  },
174
176
  default: {
177
+ line: {
178
+ height: 'Line-height-dynamic'
179
+ },
175
180
  font: {
176
181
  color: 'Neutral-text-5'
177
182
  },
@@ -1689,6 +1694,144 @@ var tagTokenValue = {
1689
1694
  }
1690
1695
  }
1691
1696
  },
1697
+ orange: {
1698
+ font: {
1699
+ color: 'Orange-6'
1700
+ },
1701
+ background: {
1702
+ color: 'Orange-1'
1703
+ },
1704
+ border: {
1705
+ color: 'Orange-1'
1706
+ },
1707
+ disabled: {
1708
+ font: {
1709
+ color: 'Orange-3'
1710
+ },
1711
+ background: {
1712
+ color: 'Orange-1'
1713
+ },
1714
+ border: {
1715
+ color: 'Orange-1'
1716
+ }
1717
+ },
1718
+ outline: {
1719
+ font: {
1720
+ color: 'Orange-6'
1721
+ },
1722
+ background: {
1723
+ color: 'Neutral-fill-1'
1724
+ },
1725
+ border: {
1726
+ color: 'Orange-6'
1727
+ },
1728
+ disabled: {
1729
+ font: {
1730
+ color: 'Orange-3'
1731
+ },
1732
+ background: {
1733
+ color: 'Neutral-fill-1'
1734
+ },
1735
+ border: {
1736
+ color: 'Orange-3'
1737
+ }
1738
+ },
1739
+ icon: {
1740
+ background: {
1741
+ color: ''
1742
+ },
1743
+ font: {
1744
+ color: ''
1745
+ },
1746
+ disabled: {
1747
+ background: {
1748
+ color: ''
1749
+ },
1750
+ font: {
1751
+ color: ''
1752
+ }
1753
+ },
1754
+ hover: {
1755
+ background: {
1756
+ color: ''
1757
+ },
1758
+ font: {
1759
+ color: ''
1760
+ }
1761
+ }
1762
+ }
1763
+ },
1764
+ fill: {
1765
+ font: {
1766
+ color: 'Neutral-text-1'
1767
+ },
1768
+ background: {
1769
+ color: 'Orange-6'
1770
+ },
1771
+ border: {
1772
+ color: 'Orange-6'
1773
+ },
1774
+ disabled: {
1775
+ font: {
1776
+ color: 'Neutral-text-1'
1777
+ },
1778
+ background: {
1779
+ color: 'Orange-3'
1780
+ },
1781
+ border: {
1782
+ color: 'Orange-3'
1783
+ }
1784
+ },
1785
+ icon: {
1786
+ background: {
1787
+ color: ''
1788
+ },
1789
+ font: {
1790
+ color: ''
1791
+ },
1792
+ disabled: {
1793
+ background: {
1794
+ color: ''
1795
+ },
1796
+ font: {
1797
+ color: ''
1798
+ }
1799
+ },
1800
+ hover: {
1801
+ background: {
1802
+ color: 'Orange-5'
1803
+ },
1804
+ font: {
1805
+ color: ''
1806
+ }
1807
+ }
1808
+ }
1809
+ },
1810
+ icon: {
1811
+ background: {
1812
+ color: ''
1813
+ },
1814
+ font: {
1815
+ color: 'Orange-6'
1816
+ },
1817
+ disabled: {
1818
+ background: {
1819
+ color: ''
1820
+ },
1821
+ font: {
1822
+ color: 'Orange-3'
1823
+ }
1824
+ },
1825
+ hover: {
1826
+ background: {
1827
+ color: 'Orange-2'
1828
+ },
1829
+ font: {
1830
+ color: ''
1831
+ }
1832
+ }
1833
+ }
1834
+ },
1692
1835
  tangerine: {
1693
1836
  font: {
1694
1837
  color: 'Tangerine-6'
@@ -1860,6 +2003,9 @@ var tagTokenValue = {
1860
2003
  font: {
1861
2004
  size: 'Font-12'
1862
2005
  }
2006
+ },
2007
+ line: {
2008
+ height: 'Line-height-dynamic'
1863
2009
  }
1864
2010
  },
1865
2011
  large: {
@@ -1883,6 +2029,9 @@ var tagTokenValue = {
1883
2029
  font: {
1884
2030
  size: 'Font-14'
1885
2031
  }
2032
+ },
2033
+ line: {
2034
+ height: 'Line-height-dynamic'
1886
2035
  }
1887
2036
  },
1888
2037
  input: {
@@ -1895,7 +2044,6 @@ var tagTokenValue = {
1895
2044
  }
1896
2045
  }
1897
2046
  };
1898
- var tagTokenExtraValue = {};
1899
2047
  module.exports = {
1900
2048
  tagTokenValue: tagTokenValue,
1901
2049
  tagTokenExtraValue: tagTokenExtraValue,