@sheinx/theme 3.6.1-beta.7 → 3.6.2-beta.1

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/tree/token.js CHANGED
@@ -110,7 +110,7 @@ var treeTokenValue = {
110
110
  color: 'Brand-1'
111
111
  },
112
112
  font: {
113
- color: 'Brand-4'
113
+ color: 'Brand-6'
114
114
  },
115
115
  border: {
116
116
  radius: 'Radius-2'
package/cjs/tree/tree.js CHANGED
@@ -32,7 +32,7 @@ var treeTokens = {
32
32
  treeContentHoverBackgroundColor: 'Neutral-fill-2',
33
33
  treeContentHoverFontColor: 'Neutral-text-5',
34
34
  treeContentActiveBackgroundColor: 'Brand-1',
35
- treeContentActiveFontColor: 'Brand-4',
35
+ treeContentActiveFontColor: 'Brand-6',
36
36
  treeContentActiveBorderRadius: 'Radius-2',
37
37
  treeContentDisabledBackgroundColor: 'Transprent',
38
38
  treeContentDisabledFontColor: 'Neutral-text-5',
@@ -145,7 +145,7 @@ export interface TreeTokens {
145
145
  treeContentActiveBackgroundColor: string;
146
146
  /**
147
147
  * @type {string}
148
- * @token Brand-4
148
+ * @token Brand-6
149
149
  * @description 树组件节点容器鼠标点击时的字体颜色
150
150
  */
151
151
  treeContentActiveFontColor: string;
package/esm/tree/token.js CHANGED
@@ -108,7 +108,7 @@ var treeTokenValue = {
108
108
  color: 'Brand-1'
109
109
  },
110
110
  font: {
111
- color: 'Brand-4'
111
+ color: 'Brand-6'
112
112
  },
113
113
  border: {
114
114
  radius: 'Radius-2'
package/esm/tree/tree.js CHANGED
@@ -26,7 +26,7 @@ var treeTokens = {
26
26
  treeContentHoverBackgroundColor: 'Neutral-fill-2',
27
27
  treeContentHoverFontColor: 'Neutral-text-5',
28
28
  treeContentActiveBackgroundColor: 'Brand-1',
29
- treeContentActiveFontColor: 'Brand-4',
29
+ treeContentActiveFontColor: 'Brand-6',
30
30
  treeContentActiveBorderRadius: 'Radius-2',
31
31
  treeContentDisabledBackgroundColor: 'Transprent',
32
32
  treeContentDisabledFontColor: 'Neutral-text-5',
@@ -145,7 +145,7 @@ export interface TreeTokens {
145
145
  treeContentActiveBackgroundColor: string;
146
146
  /**
147
147
  * @type {string}
148
- * @token Brand-4
148
+ * @token Brand-6
149
149
  * @description 树组件节点容器鼠标点击时的字体颜色
150
150
  */
151
151
  treeContentActiveFontColor: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/theme",
3
- "version": "3.6.1-beta.7",
3
+ "version": "3.6.2-beta.1",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "",