@sheinx/theme 3.9.7-beta.9 → 3.9.7

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.
@@ -8,8 +8,8 @@ exports.default = void 0;
8
8
  // This file was generated automatically by a script. Please do not modify it directly.
9
9
 
10
10
  var modalTokens = {
11
- modalMaskBackground: 'rgba(2, 11, 24, 0.3)',
12
- modalMaskLightBackground: 'rgba(2, 11, 24, 0.01)',
11
+ modalMaskBackground: 'Mask-fill-1',
12
+ modalMaskLightBackground: 'Neutral-mask-2',
13
13
  modalPanelPaddingY: 'Spacing-24',
14
14
  modalPanelPaddingX: 'Spacing-24',
15
15
  modalPanelBackground: 'Neutral-fill-1',
@@ -40,9 +40,9 @@ var modalTokenValue = {
40
40
  };
41
41
  var modalTokenExtraValue = {
42
42
  mask: {
43
- background: 'rgba(2, 11, 24, 0.3)',
43
+ background: 'Mask-fill-1',
44
44
  light: {
45
- background: 'rgba(2, 11, 24, 0.01)'
45
+ background: 'Neutral-mask-2'
46
46
  }
47
47
  },
48
48
  panel: {
@@ -1,13 +1,13 @@
1
1
  export interface ModalTokens {
2
2
  /**
3
3
  * @type {string}
4
- * @token rgba(2, 11, 24, 0.3)
4
+ * @token Mask-fill-1
5
5
  * @description 对话框遮罩层背景
6
6
  */
7
7
  modalMaskBackground: string;
8
8
  /**
9
9
  * @type {string}
10
- * @token rgba(2, 11, 24, 0.01)
10
+ * @token Neutral-mask-2
11
11
  * @description 对话框遮罩层浅色背景
12
12
  */
13
13
  modalMaskLightBackground: string;
@@ -2,8 +2,8 @@
2
2
  // This file was generated automatically by a script. Please do not modify it directly.
3
3
 
4
4
  var modalTokens = {
5
- modalMaskBackground: 'rgba(2, 11, 24, 0.3)',
6
- modalMaskLightBackground: 'rgba(2, 11, 24, 0.01)',
5
+ modalMaskBackground: 'Mask-fill-1',
6
+ modalMaskLightBackground: 'Neutral-mask-2',
7
7
  modalPanelPaddingY: 'Spacing-24',
8
8
  modalPanelPaddingX: 'Spacing-24',
9
9
  modalPanelBackground: 'Neutral-fill-1',
@@ -38,9 +38,9 @@ var modalTokenValue = {
38
38
  };
39
39
  var modalTokenExtraValue = {
40
40
  mask: {
41
- background: 'rgba(2, 11, 24, 0.3)',
41
+ background: 'Mask-fill-1',
42
42
  light: {
43
- background: 'rgba(2, 11, 24, 0.01)'
43
+ background: 'Neutral-mask-2'
44
44
  }
45
45
  },
46
46
  panel: {
@@ -1,13 +1,13 @@
1
1
  export interface ModalTokens {
2
2
  /**
3
3
  * @type {string}
4
- * @token rgba(2, 11, 24, 0.3)
4
+ * @token Mask-fill-1
5
5
  * @description 对话框遮罩层背景
6
6
  */
7
7
  modalMaskBackground: string;
8
8
  /**
9
9
  * @type {string}
10
- * @token rgba(2, 11, 24, 0.01)
10
+ * @token Neutral-mask-2
11
11
  * @description 对话框遮罩层浅色背景
12
12
  */
13
13
  modalMaskLightBackground: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/theme",
3
- "version": "3.9.7-beta.9",
3
+ "version": "3.9.7",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "",