@sheinx/theme 3.9.13-beta.9 → 3.9.14-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.
Files changed (73) hide show
  1. package/cjs/badge/badge.d.ts.map +1 -1
  2. package/cjs/badge/badge.js +1 -0
  3. package/cjs/badge/token.js +3 -0
  4. package/cjs/badge/type.d.ts +6 -0
  5. package/cjs/badge/type.d.ts.map +1 -1
  6. package/cjs/button/button.js +1 -1
  7. package/cjs/button/token.js +1 -1
  8. package/cjs/button/type.d.ts +1 -1
  9. package/cjs/cascader/cascader.d.ts.map +1 -1
  10. package/cjs/cascader/cascader.js +4 -1
  11. package/cjs/cascader/token.js +10 -1
  12. package/cjs/cascader/type.d.ts +19 -1
  13. package/cjs/cascader/type.d.ts.map +1 -1
  14. package/cjs/common/common.d.ts.map +1 -1
  15. package/cjs/common/common.js +3 -1
  16. package/cjs/common/type.d.ts +14 -0
  17. package/cjs/common/type.d.ts.map +1 -1
  18. package/cjs/descriptions/descriptions.js +13 -13
  19. package/cjs/descriptions/token.js +22 -12
  20. package/cjs/descriptions/type.d.ts +62 -62
  21. package/cjs/descriptions/type.d.ts.map +1 -1
  22. package/cjs/dropdown/dropdown.js +1 -1
  23. package/cjs/dropdown/token.js +1 -1
  24. package/cjs/dropdown/type.d.ts +1 -1
  25. package/cjs/menu/menu.js +1 -1
  26. package/cjs/menu/token.js +1 -1
  27. package/cjs/menu/type.d.ts +1 -1
  28. package/cjs/token/figma.js +18 -42
  29. package/cjs/token/token.d.ts.map +1 -1
  30. package/cjs/token/token.js +3 -7
  31. package/cjs/token/type.d.ts +21 -49
  32. package/cjs/token/type.d.ts.map +1 -1
  33. package/cjs/tree/token.js +4 -5
  34. package/cjs/tree/tree.js +10 -10
  35. package/cjs/tree/type.d.ts +46 -46
  36. package/cjs/tree/type.d.ts.map +1 -1
  37. package/esm/badge/badge.d.ts.map +1 -1
  38. package/esm/badge/badge.js +1 -0
  39. package/esm/badge/token.js +3 -0
  40. package/esm/badge/type.d.ts +6 -0
  41. package/esm/badge/type.d.ts.map +1 -1
  42. package/esm/button/button.js +1 -1
  43. package/esm/button/token.js +1 -1
  44. package/esm/button/type.d.ts +1 -1
  45. package/esm/cascader/cascader.d.ts.map +1 -1
  46. package/esm/cascader/cascader.js +4 -1
  47. package/esm/cascader/token.js +10 -1
  48. package/esm/cascader/type.d.ts +19 -1
  49. package/esm/cascader/type.d.ts.map +1 -1
  50. package/esm/common/common.d.ts.map +1 -1
  51. package/esm/common/common.js +3 -1
  52. package/esm/common/type.d.ts +14 -0
  53. package/esm/common/type.d.ts.map +1 -1
  54. package/esm/descriptions/descriptions.js +13 -13
  55. package/esm/descriptions/token.js +22 -12
  56. package/esm/descriptions/type.d.ts +62 -62
  57. package/esm/descriptions/type.d.ts.map +1 -1
  58. package/esm/dropdown/dropdown.js +1 -1
  59. package/esm/dropdown/token.js +1 -1
  60. package/esm/dropdown/type.d.ts +1 -1
  61. package/esm/menu/menu.js +1 -1
  62. package/esm/menu/token.js +1 -1
  63. package/esm/menu/type.d.ts +1 -1
  64. package/esm/token/figma.js +18 -42
  65. package/esm/token/token.d.ts.map +1 -1
  66. package/esm/token/token.js +3 -7
  67. package/esm/token/type.d.ts +21 -49
  68. package/esm/token/type.d.ts.map +1 -1
  69. package/esm/tree/token.js +4 -5
  70. package/esm/tree/tree.js +10 -10
  71. package/esm/tree/type.d.ts +46 -46
  72. package/esm/tree/type.d.ts.map +1 -1
  73. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["badge.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AAErC,QAAA,MAAM,WAAW,EAAE,WAgBlB,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["badge.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AAErC,QAAA,MAAM,WAAW,EAAE,WAiBlB,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -12,6 +12,7 @@ var badgeTokens = {
12
12
  badgeBadgeFontColor: 'Neutral-text-1',
13
13
  badgeBadgeBackgroundColor: 'Danger-6',
14
14
  badgeBadgeBorderRadius: 'Radius-full',
15
+ badgeBadgeShadowColor: 'Neutral-fill-1',
15
16
  badgeCountPaddingX: 'Spacing-4',
16
17
  badgeCountHeight: 'Size-10',
17
18
  badgeSmallCountHeight: 'Size-8',
@@ -32,6 +32,9 @@ var badgeTokenExtraValue = {
32
32
  },
33
33
  border: {
34
34
  radius: 'Radius-full'
35
+ },
36
+ shadow: {
37
+ color: 'Neutral-fill-1'
35
38
  }
36
39
  },
37
40
  count: {
@@ -23,6 +23,12 @@ export interface BadgeTokens {
23
23
  * @description 徽标徽标边框圆角
24
24
  */
25
25
  badgeBadgeBorderRadius: string;
26
+ /**
27
+ * @type {string}
28
+ * @token Neutral-fill-1
29
+ * @description 徽标徽标undefined颜色
30
+ */
31
+ badgeBadgeShadowColor: string;
26
32
  /**
27
33
  * @type {string}
28
34
  * @token Spacing-4
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["type.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,WAAW;IAC1B;;;;OAIG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,mBAAmB,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,yBAAyB,EAAE,MAAM,CAAC;IAClC;;;;OAIG;IACH,sBAAsB,EAAE,MAAM,CAAC;IAC/B;;;;OAIG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,gBAAgB,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAC9B;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,mBAAmB,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,2BAA2B,EAAE,MAAM,CAAC;IACpC;;;;OAIG;IACH,2BAA2B,EAAE,MAAM,CAAC;IACpC;;;;OAIG;IACH,2BAA2B,EAAE,MAAM,CAAC;IACpC;;;;OAIG;IACH,yBAAyB,EAAE,MAAM,CAAC;IAClC;;;;OAIG;IACH,8BAA8B,EAAE,MAAM,CAAC;CACxC"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["type.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,WAAW;IAC1B;;;;OAIG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,mBAAmB,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,yBAAyB,EAAE,MAAM,CAAC;IAClC;;;;OAIG;IACH,sBAAsB,EAAE,MAAM,CAAC;IAC/B;;;;OAIG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAC9B;;;;OAIG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,gBAAgB,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAC9B;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,mBAAmB,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,2BAA2B,EAAE,MAAM,CAAC;IACpC;;;;OAIG;IACH,2BAA2B,EAAE,MAAM,CAAC;IACpC;;;;OAIG;IACH,2BAA2B,EAAE,MAAM,CAAC;IACpC;;;;OAIG;IACH,yBAAyB,EAAE,MAAM,CAAC;IAClC;;;;OAIG;IACH,8BAA8B,EAAE,MAAM,CAAC;CACxC"}
@@ -8,7 +8,7 @@ exports.default = void 0;
8
8
  // This file was generated automatically by a script. Please do not modify it directly.
9
9
 
10
10
  var buttonTokens = {
11
- buttonSplitlineFullBackgroundColor: '#ffffff',
11
+ buttonSplitlineFullBackgroundColor: 'Neutral-fill-1',
12
12
  buttonSplitlineOutlineBackgroundColor: 'Neutral-border-2',
13
13
  buttonPrimaryFontColor: 'Neutral-text-1',
14
14
  buttonPrimaryBackgroundColor: 'Brand-6',
@@ -2275,7 +2275,7 @@ var buttonTokenExtraValue = {
2275
2275
  splitline: {
2276
2276
  full: {
2277
2277
  background: {
2278
- color: '#ffffff'
2278
+ color: 'Neutral-fill-1'
2279
2279
  }
2280
2280
  },
2281
2281
  outline: {
@@ -1,7 +1,7 @@
1
1
  export interface ButtonTokens {
2
2
  /**
3
3
  * @type {string}
4
- * @token #ffffff
4
+ * @token Neutral-fill-1
5
5
  * @description 按钮按钮组分割线填充模式背景颜色
6
6
  */
7
7
  buttonSplitlineFullBackgroundColor: string;
@@ -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":"AAGA,MAAM,WAAW,cAAc;IAC7B;;;;OAIG;IACH,gBAAgB,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,oBAAoB,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,mBAAmB,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,gBAAgB,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,gBAAgB,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,gBAAgB,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,sBAAsB,EAAE,MAAM,CAAC;IAC/B;;;;OAIG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAC9B;;;;OAIG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAC9B;;;;OAIG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAC9B;;;;OAIG;IACH,gCAAgC,EAAE,MAAM,CAAC;IACzC;;;;OAIG;IACH,gCAAgC,EAAE,MAAM,CAAC;IACzC;;;;OAIG;IACH,2BAA2B,EAAE,MAAM,CAAC;IACpC;;;;OAIG;IACH,0BAA0B,EAAE,MAAM,CAAC;IACnC;;;;OAIG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAC9B;;;;OAIG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAC9B;;;;OAIG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAC9B;;;;OAIG;IACH,gCAAgC,EAAE,MAAM,CAAC;IACzC;;;;OAIG;IACH,gCAAgC,EAAE,MAAM,CAAC;IACzC;;;;OAIG;IACH,2BAA2B,EAAE,MAAM,CAAC;IACpC;;;;OAIG;IACH,0BAA0B,EAAE,MAAM,CAAC;IACnC;;;;OAIG;IACH,+BAA+B,EAAE,MAAM,CAAC;IACxC;;;;OAIG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAC9B;;;;OAIG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAC9B;;;;OAIG;IACH,wBAAwB,EAAE,MAAM,CAAC;IACjC;;;;OAIG;IACH,0BAA0B,EAAE,MAAM,CAAC;IACnC;;;;OAIG;IACH,uBAAuB,EAAE,MAAM,CAAC;IAChC;;;;OAIG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,oBAAoB,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,uBAAuB,EAAE,MAAM,CAAC;IAChC;;;;OAIG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAC9B;;;;OAIG;IACH,wBAAwB,EAAE,MAAM,CAAC;IACjC;;;;OAIG;IACH,uBAAuB,EAAE,MAAM,CAAC;IAChC;;;;OAIG;IACH,wBAAwB,EAAE,MAAM,CAAC;IACjC;;;;OAIG;IACH,mBAAmB,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,yBAAyB,EAAE,MAAM,CAAC;IAClC;;;;OAIG;IACH,gCAAgC,EAAE,MAAM,CAAC;IACzC;;;;OAIG;IACH,2BAA2B,EAAE,MAAM,CAAC;IACpC;;;;OAIG;IACH,+BAA+B,EAAE,MAAM,CAAC;IACxC;;;;OAIG;IACH,8BAA8B,EAAE,MAAM,CAAC;IACvC;;;;OAIG;IACH,0BAA0B,EAAE,MAAM,CAAC;IACnC;;;;OAIG;IACH,+BAA+B,EAAE,MAAM,CAAC;IACxC;;;;OAIG;IACH,+BAA+B,EAAE,MAAM,CAAC;IACxC;;;;OAIG;IACH,uCAAuC,EAAE,MAAM,CAAC;IAChD;;;;OAIG;IACH,4BAA4B,EAAE,MAAM,CAAC;IACrC;;;;OAIG;IACH,6BAA6B,EAAE,MAAM,CAAC;IACtC;;;;OAIG;IACH,8BAA8B,EAAE,MAAM,CAAC;IACvC;;;;OAIG;IACH,wBAAwB,EAAE,MAAM,CAAC;IACjC;;;;OAIG;IACH,wBAAwB,EAAE,MAAM,CAAC;IACjC;;;;OAIG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,4BAA4B,EAAE,MAAM,CAAC;IACrC;;;;OAIG;IACH,mBAAmB,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,mBAAmB,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,mBAAmB,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,oBAAoB,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,uBAAuB,EAAE,MAAM,CAAC;IAChC;;;;OAIG;IACH,6BAA6B,EAAE,MAAM,CAAC;IACtC;;;;OAIG;IACH,sBAAsB,EAAE,MAAM,CAAC;IAC/B;;;;OAIG;IACH,sBAAsB,EAAE,MAAM,CAAC;IAC/B;;;;OAIG;IACH,yBAAyB,EAAE,MAAM,CAAC;IAClC;;;;OAIG;IACH,mCAAmC,EAAE,MAAM,CAAC;IAC5C;;;;OAIG;IACH,gCAAgC,EAAE,MAAM,CAAC;IACzC;;;;OAIG;IACH,2BAA2B,EAAE,MAAM,CAAC;IACpC;;;;OAIG;IACH,2BAA2B,EAAE,MAAM,CAAC;IACpC;;;;OAIG;IACH,+BAA+B,EAAE,MAAM,CAAC;IACxC;;;;OAIG;IACH,+BAA+B,EAAE,MAAM,CAAC;IACxC;;;;OAIG;IACH,uBAAuB,EAAE,MAAM,CAAC;IAChC;;;;OAIG;IACH,sBAAsB,EAAE,MAAM,CAAC;IAC/B;;;;OAIG;IACH,kCAAkC,EAAE,MAAM,CAAC;IAC3C;;;;OAIG;IACH,4BAA4B,EAAE,MAAM,CAAC;IACrC;;;;OAIG;IACH,4BAA4B,EAAE,MAAM,CAAC;IACrC;;;;OAIG;IACH,4BAA4B,EAAE,MAAM,CAAC;IACrC;;;;OAIG;IACH,kCAAkC,EAAE,MAAM,CAAC;IAC3C;;;;OAIG;IACH,4BAA4B,EAAE,MAAM,CAAC;IACrC;;;;OAIG;IACH,2BAA2B,EAAE,MAAM,CAAC;IACpC;;;;OAIG;IACH,qCAAqC,EAAE,MAAM,CAAC;IAC9C;;;;OAIG;IACH,oBAAoB,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,oBAAoB,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAC9B;;;;OAIG;IACH,yBAAyB,EAAE,MAAM,CAAC;IAClC;;;;OAIG;IACH,2BAA2B,EAAE,MAAM,CAAC;IACpC;;;;OAIG;IACH,0BAA0B,EAAE,MAAM,CAAC;IACnC;;;;OAIG;IACH,0BAA0B,EAAE,MAAM,CAAC;IACnC;;;;OAIG;IACH,0BAA0B,EAAE,MAAM,CAAC;IACnC;;;;OAIG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAC9B;;;;OAIG;IACH,0BAA0B,EAAE,MAAM,CAAC;IACnC;;;;OAIG;IACH,uBAAuB,EAAE,MAAM,CAAC;IAChC;;;;OAIG;IACH,oBAAoB,EAAE,MAAM,CAAC;CAC9B"}
@@ -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;
package/cjs/menu/menu.js CHANGED
@@ -62,7 +62,7 @@ var menuTokens = {
62
62
  menuSearchHoverClearColor: 'Neutral-text-4',
63
63
  menuSearchHoverBorderColor: 'Brand-5',
64
64
  menuSearchHoverBackgroundColor: 'Neutral-fill-1',
65
- menuSearchDisabledBackgroundColor: 'Neutral-fill-3',
65
+ menuSearchDisabledBackgroundColor: 'Neutral-fill-2',
66
66
  menuSearchDarkFontColor: 'Neutral-text-1',
67
67
  menuSearchDarkBorderColor: 'Neutral-fill-8',
68
68
  menuSearchDarkBackgroundColor: 'Neutral-fill-8',
package/cjs/menu/token.js CHANGED
@@ -229,7 +229,7 @@ var menuTokenExtraValue = {
229
229
  },
230
230
  disabled: {
231
231
  background: {
232
- color: 'Neutral-fill-3'
232
+ color: 'Neutral-fill-2'
233
233
  }
234
234
  },
235
235
  dark: {
@@ -325,7 +325,7 @@ export interface MenuTokens {
325
325
  menuSearchHoverBackgroundColor: string;
326
326
  /**
327
327
  * @type {string}
328
- * @token Neutral-fill-3
328
+ * @token Neutral-fill-2
329
329
  * @description 菜单undefined禁用时的背景颜色
330
330
  */
331
331
  menuSearchDisabledBackgroundColor: string;