@sheinx/theme 3.9.9-beta.5 → 3.9.9-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.
@@ -65,8 +65,8 @@ var buttonTokens = {
65
65
  buttonSecondaryHoverBackgroundColor: 'Neutral-fill-3',
66
66
  buttonSecondaryHoverBorderColor: 'Neutral-fill-3',
67
67
  buttonSecondaryActiveFontColor: 'Neutral-text-5',
68
- buttonSecondaryActiveBackgroundColor: 'Neutral-fill-5',
69
- buttonSecondaryActiveBorderColor: 'Neutral-fill-5',
68
+ buttonSecondaryActiveBackgroundColor: 'Neutral-fill-4',
69
+ buttonSecondaryActiveBorderColor: 'Neutral-fill-4',
70
70
  buttonSecondaryFocusFontColor: 'Neutral-text-5',
71
71
  buttonSecondaryFocusBackgroundColor: 'Neutral-fill-4',
72
72
  buttonSecondaryFocusBorderColor: 'Neutral-fill-4',
@@ -707,10 +707,10 @@ var buttonTokenValue = {
707
707
  color: 'Neutral-text-5'
708
708
  },
709
709
  background: {
710
- color: 'Neutral-fill-5'
710
+ color: 'Neutral-fill-4'
711
711
  },
712
712
  border: {
713
- color: 'Neutral-fill-5'
713
+ color: 'Neutral-fill-4'
714
714
  }
715
715
  },
716
716
  focus: {
@@ -343,13 +343,13 @@ export interface ButtonTokens {
343
343
  buttonSecondaryActiveFontColor: string;
344
344
  /**
345
345
  * @type {string}
346
- * @token Neutral-fill-5
346
+ * @token Neutral-fill-4
347
347
  * @description 按钮次要色鼠标点击时的背景颜色
348
348
  */
349
349
  buttonSecondaryActiveBackgroundColor: string;
350
350
  /**
351
351
  * @type {string}
352
- * @token Neutral-fill-5
352
+ * @token Neutral-fill-4
353
353
  * @description 按钮次要色鼠标点击时的边框颜色
354
354
  */
355
355
  buttonSecondaryActiveBorderColor: string;
@@ -16,7 +16,7 @@ var switchTokens = {
16
16
  switchCircleFill: 'Neutral-text-1',
17
17
  switchCircleShadow: 'Shadow-3',
18
18
  switchWidth: 'Size-21',
19
- switchTextPaddingLeft: 'Spacing-8',
19
+ switchTextPaddingLeft: 'Spacing-6',
20
20
  switchTextPaddingRight: 'Spacing-4',
21
21
  switchSmallFontSize: 'Font-12',
22
22
  switchSmallPaddingX: 'Spacing-2',
@@ -42,7 +42,7 @@ var switchTokenExtraValue = {
42
42
  width: 'Size-21',
43
43
  text: {
44
44
  padding: {
45
- left: 'Spacing-8',
45
+ left: 'Spacing-6',
46
46
  right: 'Spacing-4'
47
47
  }
48
48
  },
@@ -49,7 +49,7 @@ export interface SwitchTokens {
49
49
  switchWidth: string;
50
50
  /**
51
51
  * @type {string}
52
- * @token Spacing-8
52
+ * @token Spacing-6
53
53
  * @description 开关文案内边距undefined
54
54
  */
55
55
  switchTextPaddingLeft: string;
@@ -106,10 +106,10 @@ var uploadTokenExtraValue = {
106
106
  },
107
107
  hover: {
108
108
  border: {
109
- color: 'Brand-6'
109
+ color: 'Brand-5'
110
110
  },
111
111
  font: {
112
- color: 'Brand-6'
112
+ color: 'Brand-5'
113
113
  }
114
114
  },
115
115
  active: {
@@ -133,13 +133,13 @@ export interface UploadTokens {
133
133
  uploadImageHandlerFontColor: string;
134
134
  /**
135
135
  * @type {string}
136
- * @token Brand-6
136
+ * @token Brand-5
137
137
  * @description 上传图片操作区鼠标移入时的边框颜色
138
138
  */
139
139
  uploadImageHandlerHoverBorderColor: string;
140
140
  /**
141
141
  * @type {string}
142
- * @token Brand-6
142
+ * @token Brand-5
143
143
  * @description 上传图片操作区鼠标移入时的字体颜色
144
144
  */
145
145
  uploadImageHandlerHoverFontColor: string;
@@ -30,8 +30,8 @@ var uploadTokens = {
30
30
  uploadImageHandlerBorderColor: 'Neutral-border-2',
31
31
  uploadImageHandlerBackgroundColor: 'Neutral-fill-1',
32
32
  uploadImageHandlerFontColor: 'Neutral-text-4',
33
- uploadImageHandlerHoverBorderColor: 'Brand-6',
34
- uploadImageHandlerHoverFontColor: 'Brand-6',
33
+ uploadImageHandlerHoverBorderColor: 'Brand-5',
34
+ uploadImageHandlerHoverFontColor: 'Brand-5',
35
35
  uploadImageHandlerActiveBorderColor: 'Brand-7',
36
36
  uploadImageHandlerActiveFontColor: 'Brand-7',
37
37
  uploadImageHandlerErrorBorderColor: 'Danger-6',
@@ -59,8 +59,8 @@ var buttonTokens = {
59
59
  buttonSecondaryHoverBackgroundColor: 'Neutral-fill-3',
60
60
  buttonSecondaryHoverBorderColor: 'Neutral-fill-3',
61
61
  buttonSecondaryActiveFontColor: 'Neutral-text-5',
62
- buttonSecondaryActiveBackgroundColor: 'Neutral-fill-5',
63
- buttonSecondaryActiveBorderColor: 'Neutral-fill-5',
62
+ buttonSecondaryActiveBackgroundColor: 'Neutral-fill-4',
63
+ buttonSecondaryActiveBorderColor: 'Neutral-fill-4',
64
64
  buttonSecondaryFocusFontColor: 'Neutral-text-5',
65
65
  buttonSecondaryFocusBackgroundColor: 'Neutral-fill-4',
66
66
  buttonSecondaryFocusBorderColor: 'Neutral-fill-4',
@@ -705,10 +705,10 @@ var buttonTokenValue = {
705
705
  color: 'Neutral-text-5'
706
706
  },
707
707
  background: {
708
- color: 'Neutral-fill-5'
708
+ color: 'Neutral-fill-4'
709
709
  },
710
710
  border: {
711
- color: 'Neutral-fill-5'
711
+ color: 'Neutral-fill-4'
712
712
  }
713
713
  },
714
714
  focus: {
@@ -343,13 +343,13 @@ export interface ButtonTokens {
343
343
  buttonSecondaryActiveFontColor: string;
344
344
  /**
345
345
  * @type {string}
346
- * @token Neutral-fill-5
346
+ * @token Neutral-fill-4
347
347
  * @description 按钮次要色鼠标点击时的背景颜色
348
348
  */
349
349
  buttonSecondaryActiveBackgroundColor: string;
350
350
  /**
351
351
  * @type {string}
352
- * @token Neutral-fill-5
352
+ * @token Neutral-fill-4
353
353
  * @description 按钮次要色鼠标点击时的边框颜色
354
354
  */
355
355
  buttonSecondaryActiveBorderColor: string;
@@ -10,7 +10,7 @@ var switchTokens = {
10
10
  switchCircleFill: 'Neutral-text-1',
11
11
  switchCircleShadow: 'Shadow-3',
12
12
  switchWidth: 'Size-21',
13
- switchTextPaddingLeft: 'Spacing-8',
13
+ switchTextPaddingLeft: 'Spacing-6',
14
14
  switchTextPaddingRight: 'Spacing-4',
15
15
  switchSmallFontSize: 'Font-12',
16
16
  switchSmallPaddingX: 'Spacing-2',
@@ -40,7 +40,7 @@ var switchTokenExtraValue = {
40
40
  width: 'Size-21',
41
41
  text: {
42
42
  padding: {
43
- left: 'Spacing-8',
43
+ left: 'Spacing-6',
44
44
  right: 'Spacing-4'
45
45
  }
46
46
  },
@@ -49,7 +49,7 @@ export interface SwitchTokens {
49
49
  switchWidth: string;
50
50
  /**
51
51
  * @type {string}
52
- * @token Spacing-8
52
+ * @token Spacing-6
53
53
  * @description 开关文案内边距undefined
54
54
  */
55
55
  switchTextPaddingLeft: string;
@@ -104,10 +104,10 @@ var uploadTokenExtraValue = {
104
104
  },
105
105
  hover: {
106
106
  border: {
107
- color: 'Brand-6'
107
+ color: 'Brand-5'
108
108
  },
109
109
  font: {
110
- color: 'Brand-6'
110
+ color: 'Brand-5'
111
111
  }
112
112
  },
113
113
  active: {
@@ -133,13 +133,13 @@ export interface UploadTokens {
133
133
  uploadImageHandlerFontColor: string;
134
134
  /**
135
135
  * @type {string}
136
- * @token Brand-6
136
+ * @token Brand-5
137
137
  * @description 上传图片操作区鼠标移入时的边框颜色
138
138
  */
139
139
  uploadImageHandlerHoverBorderColor: string;
140
140
  /**
141
141
  * @type {string}
142
- * @token Brand-6
142
+ * @token Brand-5
143
143
  * @description 上传图片操作区鼠标移入时的字体颜色
144
144
  */
145
145
  uploadImageHandlerHoverFontColor: string;
@@ -24,8 +24,8 @@ var uploadTokens = {
24
24
  uploadImageHandlerBorderColor: 'Neutral-border-2',
25
25
  uploadImageHandlerBackgroundColor: 'Neutral-fill-1',
26
26
  uploadImageHandlerFontColor: 'Neutral-text-4',
27
- uploadImageHandlerHoverBorderColor: 'Brand-6',
28
- uploadImageHandlerHoverFontColor: 'Brand-6',
27
+ uploadImageHandlerHoverBorderColor: 'Brand-5',
28
+ uploadImageHandlerHoverFontColor: 'Brand-5',
29
29
  uploadImageHandlerActiveBorderColor: 'Brand-7',
30
30
  uploadImageHandlerActiveFontColor: 'Brand-7',
31
31
  uploadImageHandlerErrorBorderColor: 'Danger-6',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/theme",
3
- "version": "3.9.9-beta.5",
3
+ "version": "3.9.9-beta.7",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "",