@sheinx/theme 3.5.8-beta.15 → 3.5.8-beta.16

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.
package/cjs/menu/menu.js CHANGED
@@ -38,15 +38,15 @@ var menuTokens = {
38
38
  menuHeaderPaddingX: 'Spacing-12',
39
39
  menuHeaderPaddingY: 'Spacing-12',
40
40
  menuDarkFontColor: 'Neutral-text-1',
41
- menuDarkItemBackgroundColor: 'Neutral-fill-10',
41
+ menuDarkItemBackgroundColor: 'Neutral-fill-9',
42
42
  menuDarkItemFontColor: 'Neutral-text-1',
43
43
  menuDarkItemHoverBackgroundColor: 'Brand-9',
44
44
  menuDarkItemHoverFontColor: 'Neutral-text-1',
45
45
  menuDarkItemActiveBackgroundColor: 'Brand-6',
46
46
  menuDarkItemActiveFontColor: 'Neutral-text-1',
47
- menuDarkItemOpenBackgroundColor: 'Neutral-fill-9',
47
+ menuDarkItemOpenBackgroundColor: 'Neutral-fill-10',
48
48
  menuDarkItemOpenFontColor: 'Neutral-text-1',
49
- menuDarkItemDisabledBackgroundColor: 'Neutral-fill-10',
49
+ menuDarkItemDisabledBackgroundColor: 'Neutral-fill-9',
50
50
  menuDarkItemDisabledFontColor: 'Neutral-text-4',
51
51
  menuDarkItemCollapseActiveBackgroundColor: 'Brand-6',
52
52
  menuDarkItemCollapseActiveFontColor: 'Neutral-text-1',
package/cjs/menu/token.js CHANGED
@@ -141,7 +141,7 @@ var menuTokenExtraValue = {
141
141
  },
142
142
  item: {
143
143
  background: {
144
- color: 'Neutral-fill-10'
144
+ color: 'Neutral-fill-9'
145
145
  },
146
146
  font: {
147
147
  color: 'Neutral-text-1'
@@ -164,7 +164,7 @@ var menuTokenExtraValue = {
164
164
  },
165
165
  open: {
166
166
  background: {
167
- color: 'Neutral-fill-9'
167
+ color: 'Neutral-fill-10'
168
168
  },
169
169
  font: {
170
170
  color: 'Neutral-text-1'
@@ -172,7 +172,7 @@ var menuTokenExtraValue = {
172
172
  },
173
173
  disabled: {
174
174
  background: {
175
- color: 'Neutral-fill-10'
175
+ color: 'Neutral-fill-9'
176
176
  },
177
177
  font: {
178
178
  color: 'Neutral-text-4'
@@ -181,7 +181,7 @@ export interface MenuTokens {
181
181
  menuDarkFontColor: string;
182
182
  /**
183
183
  * @type {string}
184
- * @token Neutral-fill-10
184
+ * @token Neutral-fill-9
185
185
  * @description 菜单深色模式选项背景颜色
186
186
  */
187
187
  menuDarkItemBackgroundColor: string;
@@ -217,7 +217,7 @@ export interface MenuTokens {
217
217
  menuDarkItemActiveFontColor: string;
218
218
  /**
219
219
  * @type {string}
220
- * @token Neutral-fill-9
220
+ * @token Neutral-fill-10
221
221
  * @description 菜单深色模式选项打开状态的背景颜色
222
222
  */
223
223
  menuDarkItemOpenBackgroundColor: string;
@@ -229,7 +229,7 @@ export interface MenuTokens {
229
229
  menuDarkItemOpenFontColor: string;
230
230
  /**
231
231
  * @type {string}
232
- * @token Neutral-fill-10
232
+ * @token Neutral-fill-9
233
233
  * @description 菜单深色模式选项禁用时的背景颜色
234
234
  */
235
235
  menuDarkItemDisabledBackgroundColor: string;
@@ -25,7 +25,7 @@ var stepsTokens = {
25
25
  stepsLargeTitleFontSize: 'Font-18',
26
26
  stepsLargeDescriptionFontSize: 'Font-12',
27
27
  stepsWaitFontColor: 'Neutral-text-4',
28
- stepsWaitBackgroundColor: 'Neutral-fill-2',
28
+ stepsWaitBackgroundColor: 'Neutral-fill-4',
29
29
  stepsWaitHoverFontColor: 'Brand-6',
30
30
  stepsProcessFontColor: 'Neutral-text-1',
31
31
  stepsProcessBackgroundColor: 'Brand-6',
@@ -104,7 +104,7 @@ var stepsTokenValue = {
104
104
  color: 'Neutral-text-4'
105
105
  },
106
106
  background: {
107
- color: 'Neutral-fill-2'
107
+ color: 'Neutral-fill-4'
108
108
  },
109
109
  hover: {
110
110
  font: {
@@ -103,7 +103,7 @@ export interface StepsTokens {
103
103
  stepsWaitFontColor: string;
104
104
  /**
105
105
  * @type {string}
106
- * @token Neutral-fill-2
106
+ * @token Neutral-fill-4
107
107
  * @description 步骤条等待状态中的背景颜色
108
108
  */
109
109
  stepsWaitBackgroundColor: string;
package/esm/menu/menu.js CHANGED
@@ -32,15 +32,15 @@ var menuTokens = {
32
32
  menuHeaderPaddingX: 'Spacing-12',
33
33
  menuHeaderPaddingY: 'Spacing-12',
34
34
  menuDarkFontColor: 'Neutral-text-1',
35
- menuDarkItemBackgroundColor: 'Neutral-fill-10',
35
+ menuDarkItemBackgroundColor: 'Neutral-fill-9',
36
36
  menuDarkItemFontColor: 'Neutral-text-1',
37
37
  menuDarkItemHoverBackgroundColor: 'Brand-9',
38
38
  menuDarkItemHoverFontColor: 'Neutral-text-1',
39
39
  menuDarkItemActiveBackgroundColor: 'Brand-6',
40
40
  menuDarkItemActiveFontColor: 'Neutral-text-1',
41
- menuDarkItemOpenBackgroundColor: 'Neutral-fill-9',
41
+ menuDarkItemOpenBackgroundColor: 'Neutral-fill-10',
42
42
  menuDarkItemOpenFontColor: 'Neutral-text-1',
43
- menuDarkItemDisabledBackgroundColor: 'Neutral-fill-10',
43
+ menuDarkItemDisabledBackgroundColor: 'Neutral-fill-9',
44
44
  menuDarkItemDisabledFontColor: 'Neutral-text-4',
45
45
  menuDarkItemCollapseActiveBackgroundColor: 'Brand-6',
46
46
  menuDarkItemCollapseActiveFontColor: 'Neutral-text-1',
package/esm/menu/token.js CHANGED
@@ -139,7 +139,7 @@ var menuTokenExtraValue = {
139
139
  },
140
140
  item: {
141
141
  background: {
142
- color: 'Neutral-fill-10'
142
+ color: 'Neutral-fill-9'
143
143
  },
144
144
  font: {
145
145
  color: 'Neutral-text-1'
@@ -162,7 +162,7 @@ var menuTokenExtraValue = {
162
162
  },
163
163
  open: {
164
164
  background: {
165
- color: 'Neutral-fill-9'
165
+ color: 'Neutral-fill-10'
166
166
  },
167
167
  font: {
168
168
  color: 'Neutral-text-1'
@@ -170,7 +170,7 @@ var menuTokenExtraValue = {
170
170
  },
171
171
  disabled: {
172
172
  background: {
173
- color: 'Neutral-fill-10'
173
+ color: 'Neutral-fill-9'
174
174
  },
175
175
  font: {
176
176
  color: 'Neutral-text-4'
@@ -181,7 +181,7 @@ export interface MenuTokens {
181
181
  menuDarkFontColor: string;
182
182
  /**
183
183
  * @type {string}
184
- * @token Neutral-fill-10
184
+ * @token Neutral-fill-9
185
185
  * @description 菜单深色模式选项背景颜色
186
186
  */
187
187
  menuDarkItemBackgroundColor: string;
@@ -217,7 +217,7 @@ export interface MenuTokens {
217
217
  menuDarkItemActiveFontColor: string;
218
218
  /**
219
219
  * @type {string}
220
- * @token Neutral-fill-9
220
+ * @token Neutral-fill-10
221
221
  * @description 菜单深色模式选项打开状态的背景颜色
222
222
  */
223
223
  menuDarkItemOpenBackgroundColor: string;
@@ -229,7 +229,7 @@ export interface MenuTokens {
229
229
  menuDarkItemOpenFontColor: string;
230
230
  /**
231
231
  * @type {string}
232
- * @token Neutral-fill-10
232
+ * @token Neutral-fill-9
233
233
  * @description 菜单深色模式选项禁用时的背景颜色
234
234
  */
235
235
  menuDarkItemDisabledBackgroundColor: string;
@@ -19,7 +19,7 @@ var stepsTokens = {
19
19
  stepsLargeTitleFontSize: 'Font-18',
20
20
  stepsLargeDescriptionFontSize: 'Font-12',
21
21
  stepsWaitFontColor: 'Neutral-text-4',
22
- stepsWaitBackgroundColor: 'Neutral-fill-2',
22
+ stepsWaitBackgroundColor: 'Neutral-fill-4',
23
23
  stepsWaitHoverFontColor: 'Brand-6',
24
24
  stepsProcessFontColor: 'Neutral-text-1',
25
25
  stepsProcessBackgroundColor: 'Brand-6',
@@ -102,7 +102,7 @@ var stepsTokenValue = {
102
102
  color: 'Neutral-text-4'
103
103
  },
104
104
  background: {
105
- color: 'Neutral-fill-2'
105
+ color: 'Neutral-fill-4'
106
106
  },
107
107
  hover: {
108
108
  font: {
@@ -103,7 +103,7 @@ export interface StepsTokens {
103
103
  stepsWaitFontColor: string;
104
104
  /**
105
105
  * @type {string}
106
- * @token Neutral-fill-2
106
+ * @token Neutral-fill-4
107
107
  * @description 步骤条等待状态中的背景颜色
108
108
  */
109
109
  stepsWaitBackgroundColor: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/theme",
3
- "version": "3.5.8-beta.15",
3
+ "version": "3.5.8-beta.16",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "",