@sheinx/theme 3.5.8-beta.15 → 3.5.8-beta.17
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 +3 -3
- package/cjs/menu/token.js +3 -3
- package/cjs/menu/type.d.ts +3 -3
- package/cjs/steps/steps.js +1 -1
- package/cjs/steps/token.js +1 -1
- package/cjs/steps/type.d.ts +1 -1
- package/esm/menu/menu.js +3 -3
- package/esm/menu/token.js +3 -3
- package/esm/menu/type.d.ts +3 -3
- package/esm/steps/steps.js +1 -1
- package/esm/steps/token.js +1 -1
- package/esm/steps/type.d.ts +1 -1
- package/package.json +1 -1
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-
|
|
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-
|
|
47
|
+
menuDarkItemOpenBackgroundColor: 'Neutral-fill-10',
|
|
48
48
|
menuDarkItemOpenFontColor: 'Neutral-text-1',
|
|
49
|
-
menuDarkItemDisabledBackgroundColor: 'Neutral-fill-
|
|
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-
|
|
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-
|
|
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-
|
|
175
|
+
color: 'Neutral-fill-9'
|
|
176
176
|
},
|
|
177
177
|
font: {
|
|
178
178
|
color: 'Neutral-text-4'
|
package/cjs/menu/type.d.ts
CHANGED
|
@@ -181,7 +181,7 @@ export interface MenuTokens {
|
|
|
181
181
|
menuDarkFontColor: string;
|
|
182
182
|
/**
|
|
183
183
|
* @type {string}
|
|
184
|
-
* @token Neutral-fill-
|
|
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-
|
|
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-
|
|
232
|
+
* @token Neutral-fill-9
|
|
233
233
|
* @description 菜单深色模式选项禁用时的背景颜色
|
|
234
234
|
*/
|
|
235
235
|
menuDarkItemDisabledBackgroundColor: string;
|
package/cjs/steps/steps.js
CHANGED
|
@@ -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-
|
|
28
|
+
stepsWaitBackgroundColor: 'Neutral-fill-4',
|
|
29
29
|
stepsWaitHoverFontColor: 'Brand-6',
|
|
30
30
|
stepsProcessFontColor: 'Neutral-text-1',
|
|
31
31
|
stepsProcessBackgroundColor: 'Brand-6',
|
package/cjs/steps/token.js
CHANGED
package/cjs/steps/type.d.ts
CHANGED
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-
|
|
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-
|
|
41
|
+
menuDarkItemOpenBackgroundColor: 'Neutral-fill-10',
|
|
42
42
|
menuDarkItemOpenFontColor: 'Neutral-text-1',
|
|
43
|
-
menuDarkItemDisabledBackgroundColor: 'Neutral-fill-
|
|
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-
|
|
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-
|
|
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-
|
|
173
|
+
color: 'Neutral-fill-9'
|
|
174
174
|
},
|
|
175
175
|
font: {
|
|
176
176
|
color: 'Neutral-text-4'
|
package/esm/menu/type.d.ts
CHANGED
|
@@ -181,7 +181,7 @@ export interface MenuTokens {
|
|
|
181
181
|
menuDarkFontColor: string;
|
|
182
182
|
/**
|
|
183
183
|
* @type {string}
|
|
184
|
-
* @token Neutral-fill-
|
|
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-
|
|
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-
|
|
232
|
+
* @token Neutral-fill-9
|
|
233
233
|
* @description 菜单深色模式选项禁用时的背景颜色
|
|
234
234
|
*/
|
|
235
235
|
menuDarkItemDisabledBackgroundColor: string;
|
package/esm/steps/steps.js
CHANGED
|
@@ -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-
|
|
22
|
+
stepsWaitBackgroundColor: 'Neutral-fill-4',
|
|
23
23
|
stepsWaitHoverFontColor: 'Brand-6',
|
|
24
24
|
stepsProcessFontColor: 'Neutral-text-1',
|
|
25
25
|
stepsProcessBackgroundColor: 'Brand-6',
|
package/esm/steps/token.js
CHANGED
package/esm/steps/type.d.ts
CHANGED