@sheinx/theme 3.5.2-beta.4 → 3.5.2-beta.7

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.
@@ -12,11 +12,11 @@ var badgeTokens = {
12
12
  badgeBadgeFontColor: 'Neutral-text-1',
13
13
  badgeBadgeBackgroundColor: 'Danger-6',
14
14
  badgeBadgeBorderRadius: 'Radius-full',
15
- badgeCountPaddingX: 'spacing-6',
15
+ badgeCountPaddingX: 'Spacing-6',
16
16
  badgeCountHeight: 'Size-10',
17
17
  badgeSmallCountHeight: 'Size-8',
18
18
  badgeDotWidth: 'Size-3',
19
- badgeTextMarginLeft: 'spacing-8',
19
+ badgeTextMarginLeft: 'Spacing-8',
20
20
  badgeTextFontColor: 'Neutral-text-5',
21
21
  badgeDefaultBackgroundColor: 'Neutral-fill-5',
22
22
  badgeWarningBackgroundColor: 'Warning-6',
@@ -36,7 +36,7 @@ var badgeTokenExtraValue = {
36
36
  },
37
37
  count: {
38
38
  padding: {
39
- x: 'spacing-6'
39
+ x: 'Spacing-6'
40
40
  },
41
41
  height: 'Size-10'
42
42
  },
@@ -50,7 +50,7 @@ var badgeTokenExtraValue = {
50
50
  },
51
51
  text: {
52
52
  margin: {
53
- left: 'spacing-8'
53
+ left: 'Spacing-8'
54
54
  },
55
55
  font: {
56
56
  color: 'Neutral-text-5'
@@ -25,7 +25,7 @@ export interface BadgeTokens {
25
25
  badgeBadgeBorderRadius: string;
26
26
  /**
27
27
  * @type {string}
28
- * @token spacing-6
28
+ * @token Spacing-6
29
29
  * @description 徽标数值内边距(水平方向)
30
30
  */
31
31
  badgeCountPaddingX: string;
@@ -49,7 +49,7 @@ export interface BadgeTokens {
49
49
  badgeDotWidth: string;
50
50
  /**
51
51
  * @type {string}
52
- * @token spacing-8
52
+ * @token Spacing-8
53
53
  * @description 徽标undefined外边距undefined
54
54
  */
55
55
  badgeTextMarginLeft: string;
@@ -6,11 +6,11 @@ var badgeTokens = {
6
6
  badgeBadgeFontColor: 'Neutral-text-1',
7
7
  badgeBadgeBackgroundColor: 'Danger-6',
8
8
  badgeBadgeBorderRadius: 'Radius-full',
9
- badgeCountPaddingX: 'spacing-6',
9
+ badgeCountPaddingX: 'Spacing-6',
10
10
  badgeCountHeight: 'Size-10',
11
11
  badgeSmallCountHeight: 'Size-8',
12
12
  badgeDotWidth: 'Size-3',
13
- badgeTextMarginLeft: 'spacing-8',
13
+ badgeTextMarginLeft: 'Spacing-8',
14
14
  badgeTextFontColor: 'Neutral-text-5',
15
15
  badgeDefaultBackgroundColor: 'Neutral-fill-5',
16
16
  badgeWarningBackgroundColor: 'Warning-6',
@@ -34,7 +34,7 @@ var badgeTokenExtraValue = {
34
34
  },
35
35
  count: {
36
36
  padding: {
37
- x: 'spacing-6'
37
+ x: 'Spacing-6'
38
38
  },
39
39
  height: 'Size-10'
40
40
  },
@@ -48,7 +48,7 @@ var badgeTokenExtraValue = {
48
48
  },
49
49
  text: {
50
50
  margin: {
51
- left: 'spacing-8'
51
+ left: 'Spacing-8'
52
52
  },
53
53
  font: {
54
54
  color: 'Neutral-text-5'
@@ -25,7 +25,7 @@ export interface BadgeTokens {
25
25
  badgeBadgeBorderRadius: string;
26
26
  /**
27
27
  * @type {string}
28
- * @token spacing-6
28
+ * @token Spacing-6
29
29
  * @description 徽标数值内边距(水平方向)
30
30
  */
31
31
  badgeCountPaddingX: string;
@@ -49,7 +49,7 @@ export interface BadgeTokens {
49
49
  badgeDotWidth: string;
50
50
  /**
51
51
  * @type {string}
52
- * @token spacing-8
52
+ * @token Spacing-8
53
53
  * @description 徽标undefined外边距undefined
54
54
  */
55
55
  badgeTextMarginLeft: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/theme",
3
- "version": "3.5.2-beta.4",
3
+ "version": "3.5.2-beta.7",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "",