@sheinx/theme 3.9.14-beta.3 → 3.9.14-beta.4

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
@@ -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;
package/esm/menu/menu.js CHANGED
@@ -56,7 +56,7 @@ var menuTokens = {
56
56
  menuSearchHoverClearColor: 'Neutral-text-4',
57
57
  menuSearchHoverBorderColor: 'Brand-5',
58
58
  menuSearchHoverBackgroundColor: 'Neutral-fill-1',
59
- menuSearchDisabledBackgroundColor: 'Neutral-fill-3',
59
+ menuSearchDisabledBackgroundColor: 'Neutral-fill-2',
60
60
  menuSearchDarkFontColor: 'Neutral-text-1',
61
61
  menuSearchDarkBorderColor: 'Neutral-fill-8',
62
62
  menuSearchDarkBackgroundColor: 'Neutral-fill-8',
package/esm/menu/token.js CHANGED
@@ -227,7 +227,7 @@ var menuTokenExtraValue = {
227
227
  },
228
228
  disabled: {
229
229
  background: {
230
- color: 'Neutral-fill-3'
230
+ color: 'Neutral-fill-2'
231
231
  }
232
232
  },
233
233
  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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/theme",
3
- "version": "3.9.14-beta.3",
3
+ "version": "3.9.14-beta.4",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "",