@sheinx/theme 3.9.13-beta.5 → 3.9.13-beta.6

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/tag/tag.js CHANGED
@@ -16,7 +16,7 @@ var tagTokens = {
16
16
  tagInfoDisabledBorderColor: 'Brand-1',
17
17
  tagInfoOutlineFontColor: 'Brand-6',
18
18
  tagInfoOutlineBackgroundColor: 'Transparent',
19
- tagInfoOutlineBorderColor: 'Brand-6',
19
+ tagInfoOutlineBorderColor: 'Brand-3',
20
20
  tagInfoOutlineDisabledFontColor: 'Brand-3',
21
21
  tagInfoOutlineDisabledBackgroundColor: 'Transparent',
22
22
  tagInfoOutlineDisabledBorderColor: 'Brand-3',
package/cjs/tag/token.js CHANGED
@@ -64,7 +64,7 @@ var tagTokenExtraValue = {
64
64
  color: 'Transparent'
65
65
  },
66
66
  border: {
67
- color: 'Brand-6'
67
+ color: 'Brand-3'
68
68
  },
69
69
  disabled: {
70
70
  font: {
package/cjs/tag/type.d.ts CHANGED
@@ -49,7 +49,7 @@ export interface TagTokens {
49
49
  tagInfoOutlineBackgroundColor: string;
50
50
  /**
51
51
  * @type {string}
52
- * @token Brand-6
52
+ * @token Brand-3
53
53
  * @description 标签提示色线框风格边框颜色
54
54
  */
55
55
  tagInfoOutlineBorderColor: string;
package/esm/tag/tag.js CHANGED
@@ -10,7 +10,7 @@ var tagTokens = {
10
10
  tagInfoDisabledBorderColor: 'Brand-1',
11
11
  tagInfoOutlineFontColor: 'Brand-6',
12
12
  tagInfoOutlineBackgroundColor: 'Transparent',
13
- tagInfoOutlineBorderColor: 'Brand-6',
13
+ tagInfoOutlineBorderColor: 'Brand-3',
14
14
  tagInfoOutlineDisabledFontColor: 'Brand-3',
15
15
  tagInfoOutlineDisabledBackgroundColor: 'Transparent',
16
16
  tagInfoOutlineDisabledBorderColor: 'Brand-3',
package/esm/tag/token.js CHANGED
@@ -62,7 +62,7 @@ var tagTokenExtraValue = {
62
62
  color: 'Transparent'
63
63
  },
64
64
  border: {
65
- color: 'Brand-6'
65
+ color: 'Brand-3'
66
66
  },
67
67
  disabled: {
68
68
  font: {
package/esm/tag/type.d.ts CHANGED
@@ -49,7 +49,7 @@ export interface TagTokens {
49
49
  tagInfoOutlineBackgroundColor: string;
50
50
  /**
51
51
  * @type {string}
52
- * @token Brand-6
52
+ * @token Brand-3
53
53
  * @description 标签提示色线框风格边框颜色
54
54
  */
55
55
  tagInfoOutlineBorderColor: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/theme",
3
- "version": "3.9.13-beta.5",
3
+ "version": "3.9.13-beta.6",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "",