@sheinx/theme 3.6.2-beta.2 → 3.6.2-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.
@@ -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-4',
28
+ stepsWaitBackgroundColor: 'Neutral-fill-2',
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-4'
107
+ color: 'Neutral-fill-2'
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-4
106
+ * @token Neutral-fill-2
107
107
  * @description 步骤条等待状态中的背景颜色
108
108
  */
109
109
  stepsWaitBackgroundColor: 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-4',
22
+ stepsWaitBackgroundColor: 'Neutral-fill-2',
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-4'
105
+ color: 'Neutral-fill-2'
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-4
106
+ * @token Neutral-fill-2
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.6.2-beta.2",
3
+ "version": "3.6.2-beta.4",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "",