@sheinx/theme 3.9.13-beta.8 → 3.9.13

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 (51) 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/common/common.d.ts.map +1 -1
  7. package/cjs/common/common.js +3 -1
  8. package/cjs/common/type.d.ts +14 -0
  9. package/cjs/common/type.d.ts.map +1 -1
  10. package/cjs/descriptions/descriptions.js +13 -13
  11. package/cjs/descriptions/token.js +22 -12
  12. package/cjs/descriptions/type.d.ts +62 -62
  13. package/cjs/descriptions/type.d.ts.map +1 -1
  14. package/cjs/dropdown/dropdown.js +1 -1
  15. package/cjs/dropdown/token.js +1 -1
  16. package/cjs/dropdown/type.d.ts +1 -1
  17. package/cjs/token/figma.js +36 -42
  18. package/cjs/token/token.d.ts.map +1 -1
  19. package/cjs/token/token.js +6 -7
  20. package/cjs/token/type.d.ts +42 -49
  21. package/cjs/token/type.d.ts.map +1 -1
  22. package/cjs/tree/token.js +4 -5
  23. package/cjs/tree/tree.js +10 -10
  24. package/cjs/tree/type.d.ts +46 -46
  25. package/cjs/tree/type.d.ts.map +1 -1
  26. package/esm/cascader/cascader.d.ts.map +1 -1
  27. package/esm/cascader/cascader.js +4 -1
  28. package/esm/cascader/token.js +10 -1
  29. package/esm/cascader/type.d.ts +19 -1
  30. package/esm/cascader/type.d.ts.map +1 -1
  31. package/esm/common/common.d.ts.map +1 -1
  32. package/esm/common/common.js +3 -1
  33. package/esm/common/type.d.ts +14 -0
  34. package/esm/common/type.d.ts.map +1 -1
  35. package/esm/descriptions/descriptions.js +13 -13
  36. package/esm/descriptions/token.js +22 -12
  37. package/esm/descriptions/type.d.ts +62 -62
  38. package/esm/descriptions/type.d.ts.map +1 -1
  39. package/esm/dropdown/dropdown.js +1 -1
  40. package/esm/dropdown/token.js +1 -1
  41. package/esm/dropdown/type.d.ts +1 -1
  42. package/esm/token/figma.js +36 -42
  43. package/esm/token/token.d.ts.map +1 -1
  44. package/esm/token/token.js +6 -7
  45. package/esm/token/type.d.ts +42 -49
  46. package/esm/token/type.d.ts.map +1 -1
  47. package/esm/tree/token.js +4 -5
  48. package/esm/tree/tree.js +10 -10
  49. package/esm/tree/type.d.ts +46 -46
  50. package/esm/tree/type.d.ts.map +1 -1
  51. 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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"}
@@ -1 +1 @@
1
- {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["common.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEtC,QAAA,MAAM,MAAM,EAAE,YAMb,CAAC;AAEF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["common.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEtC,QAAA,MAAM,MAAM,EAAE,YAQb,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -9,6 +9,8 @@ var common = {
9
9
  lineHeightDynamicMin: 'Line-height-dynamic-min',
10
10
  defaultBorder: 'Border-1',
11
11
  iconCirclePadding: 'Padding-4',
12
- transparent: 'transparent'
12
+ transparent: 'transparent',
13
+ backgroundPopup: 'Background-popup',
14
+ backgroundLayout: 'Background-layout'
13
15
  };
14
16
  var _default = exports.default = common;
@@ -34,5 +34,19 @@ export interface CommonTokens {
34
34
  * @description 透明
35
35
  */
36
36
  transparent: string;
37
+ /**
38
+ * @type {string}
39
+ * @categoty string
40
+ * @default '#FFFFFF'
41
+ * @description 弹出层背景色
42
+ */
43
+ backgroundPopup: string;
44
+ /**
45
+ * @type {string}
46
+ * @categoty string
47
+ * @default '#F4F5F8'
48
+ * @description 布局背景色
49
+ */
50
+ backgroundLayout: string;
37
51
  }
38
52
  //# sourceMappingURL=type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["type.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B;;;;;OAKG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAC1B;;;;;OAKG;IACH,oBAAoB,EAAE,MAAM,CAAC;IAC7B;;;;;OAKG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;;OAKG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAC1B;;;;;OAKG;IACH,WAAW,EAAE,MAAM,CAAC;CACrB"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["type.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B;;;;;OAKG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAC1B;;;;;OAKG;IACH,oBAAoB,EAAE,MAAM,CAAC;IAC7B;;;;;OAKG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;;OAKG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAC1B;;;;;OAKG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;;OAKG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB;;;;;OAKG;IACH,gBAAgB,EAAE,MAAM,CAAC;CAC1B"}
@@ -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"}
@@ -43,7 +43,7 @@ var dropdownTokens = {
43
43
  dropdownOptionSelectFontColor: 'Brand-6',
44
44
  dropdownOptionDisabledBackgroundColor: 'Neutral-fill-1',
45
45
  dropdownOptionDisabledFontColor: 'Neutral-text-2',
46
- dropdownOptionBorderRadius: 'Radius-2',
46
+ dropdownOptionBorderRadius: 'Radius-lesser',
47
47
  dropdownOptionGroupPaddingX: 'Spacing-8',
48
48
  dropdownOptionGroupPaddingTop: 'Font-14',
49
49
  dropdownOptionGroupPaddingBottom: 'Spacing-2',
@@ -139,7 +139,7 @@ var dropdownTokenExtraValue = {
139
139
  }
140
140
  },
141
141
  border: {
142
- radius: 'Radius-2'
142
+ radius: 'Radius-lesser'
143
143
  },
144
144
  group: {
145
145
  padding: {
@@ -211,7 +211,7 @@ export interface DropdownTokens {
211
211
  dropdownOptionDisabledFontColor: string;
212
212
  /**
213
213
  * @type {string}
214
- * @token Radius-2
214
+ * @token Radius-lesser
215
215
  * @description 下拉菜单选项边框圆角
216
216
  */
217
217
  dropdownOptionBorderRadius: string;
@@ -66,6 +66,18 @@ var figma = [{
66
66
  describe: '-9',
67
67
  token: 'Brand-9',
68
68
  locked: true
69
+ }, {
70
+ name: 'backgroundLayout',
71
+ value: '#F4F5F8',
72
+ describe: '布局背景色',
73
+ token: 'Background-layout',
74
+ locked: false
75
+ }, {
76
+ name: 'backgroundPopup',
77
+ value: '#FFFFFF',
78
+ describe: '浮层容器背景色',
79
+ token: 'Background-popup',
80
+ locked: false
69
81
  }, {
70
82
  name: '青色-1',
71
83
  value: '#e8fffb',
@@ -852,6 +864,18 @@ var figma = [{
852
864
  value: '#020B18',
853
865
  describe: '',
854
866
  locked: true
867
+ }, {
868
+ name: '填充色',
869
+ token: 'Neutral-fill-11',
870
+ value: '#F7F8FA',
871
+ describe: '',
872
+ locked: true
873
+ }, {
874
+ name: '填充色',
875
+ token: 'Neutral-fill-12',
876
+ value: '#000000',
877
+ describe: '',
878
+ locked: true
855
879
  }, {
856
880
  name: '填充色',
857
881
  token: 'Neutral-fill-6',
@@ -1068,48 +1092,6 @@ var figma = [{
1068
1092
  describe: '32 外边距',
1069
1093
  token: 'Margin-32',
1070
1094
  locked: true
1071
- }, {
1072
- name: '0/radius',
1073
- value: '0px',
1074
- describe: '直角',
1075
- token: 'Radius-0',
1076
- locked: true
1077
- }, {
1078
- name: '2/radius',
1079
- value: '2px',
1080
- describe: '2 圆角',
1081
- token: 'Radius-2',
1082
- locked: true
1083
- }, {
1084
- name: '3/radius',
1085
- value: '3px',
1086
- describe: '3 圆角',
1087
- token: 'Radius-3',
1088
- locked: true
1089
- }, {
1090
- name: '4/radius',
1091
- value: '4px',
1092
- describe: '4 圆角',
1093
- token: 'Radius-4',
1094
- locked: true
1095
- }, {
1096
- name: '8/radius',
1097
- value: '8px',
1098
- describe: '8 圆角',
1099
- token: 'Radius-8',
1100
- locked: true
1101
- }, {
1102
- name: '12/radius',
1103
- value: '12px',
1104
- describe: '12 圆角',
1105
- token: 'Radius-12',
1106
- locked: true
1107
- }, {
1108
- name: '1000/radius',
1109
- value: '1000px',
1110
- describe: '1000 大圆角',
1111
- token: 'Radius-1000',
1112
- locked: true
1113
1095
  }, {
1114
1096
  name: '基础阴影',
1115
1097
  value: '0px 2px 5px rgba(2, 11, 24, 0.1)',
@@ -1200,6 +1182,18 @@ var figma = [{
1200
1182
  describe: '大 Radius-large (8px)',
1201
1183
  token: 'Radius-large',
1202
1184
  locked: true
1185
+ }, {
1186
+ name: 'borderRadiusXL',
1187
+ value: '12px',
1188
+ describe: '超大 Radius-XL (12px)',
1189
+ token: 'Radius-xl',
1190
+ locked: true
1191
+ }, {
1192
+ name: 'borderRadiusXXL',
1193
+ value: '16px',
1194
+ describe: '超大 Radius-XXL (16px)',
1195
+ token: 'Radius-xxl',
1196
+ locked: true
1203
1197
  }, {
1204
1198
  name: 'borderRadiusFull',
1205
1199
  value: '1000px',
@@ -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,MAySZ,CAAC;AAGF,QAAA,MAAM,WAAW,EAAE,MAAW,CAAC;AAQ/B,OAAO,EAAE,WAAW,EAAE,CAAC;AAEvB,eAAe,KAAK,CAAC"}
@@ -17,6 +17,8 @@ var Token = {
17
17
  'Brand-7': '#0B5BD4',
18
18
  'Brand-8': '#0040AD',
19
19
  'Brand-9': '#002D87',
20
+ 'Background-layout': '#F4F5F8',
21
+ 'Background-popup': '#FFFFFF',
20
22
  'Cyan-1': '#e8fffb',
21
23
  'Cyan-10': '#00424d',
22
24
  'Cyan-2': '#b7f1e9',
@@ -148,6 +150,8 @@ var Token = {
148
150
  'Neutral-fill-5': '#B3B7C1',
149
151
  'Neutral-fill-9': '#141737',
150
152
  'Neutral-fill-10': '#020B18',
153
+ 'Neutral-fill-11': '#F7F8FA',
154
+ 'Neutral-fill-12': '#000000',
151
155
  'Neutral-fill-6': '#999DA8',
152
156
  'Neutral-fill-8': '#333E59',
153
157
  'Neutral-fill-4': '#CCCFD7',
@@ -184,13 +188,6 @@ var Token = {
184
188
  'Margin-16': '16px',
185
189
  'Margin-24': '24px',
186
190
  'Margin-32': '32px',
187
- 'Radius-0': '0px',
188
- 'Radius-2': '2px',
189
- 'Radius-3': '3px',
190
- 'Radius-4': '4px',
191
- 'Radius-8': '8px',
192
- 'Radius-12': '12px',
193
- 'Radius-1000': '1000px',
194
191
  'Shadow-1': '0px 2px 5px rgba(2, 11, 24, 0.1)',
195
192
  'Shadow-2': '0px 4px 10px rgba(2, 11, 24, 0.1)',
196
193
  'Shadow-3': '0px 8px 20px rgba(2, 11, 24, 0.1)',
@@ -206,6 +203,8 @@ var Token = {
206
203
  'Radius-small': '3px',
207
204
  'Radius-default': '4px',
208
205
  'Radius-large': '8px',
206
+ 'Radius-xl': '12px',
207
+ 'Radius-xxl': '16px',
209
208
  'Radius-full': '1000px',
210
209
  'Radius-circle': '50%',
211
210
  'Border-0': '0px',