@sheinx/theme 3.9.7-beta.8 → 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.
- package/cjs/modal/modal.js +2 -2
- package/cjs/modal/token.js +2 -2
- package/cjs/modal/type.d.ts +2 -2
- package/esm/modal/modal.js +2 -2
- package/esm/modal/token.js +2 -2
- package/esm/modal/type.d.ts +2 -2
- package/package.json +1 -1
package/cjs/modal/modal.js
CHANGED
|
@@ -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: '
|
|
12
|
-
modalMaskLightBackground: '
|
|
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',
|
package/cjs/modal/token.js
CHANGED
package/cjs/modal/type.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export interface ModalTokens {
|
|
2
2
|
/**
|
|
3
3
|
* @type {string}
|
|
4
|
-
* @token
|
|
4
|
+
* @token Mask-fill-1
|
|
5
5
|
* @description 对话框遮罩层背景
|
|
6
6
|
*/
|
|
7
7
|
modalMaskBackground: string;
|
|
8
8
|
/**
|
|
9
9
|
* @type {string}
|
|
10
|
-
* @token
|
|
10
|
+
* @token Neutral-mask-2
|
|
11
11
|
* @description 对话框遮罩层浅色背景
|
|
12
12
|
*/
|
|
13
13
|
modalMaskLightBackground: string;
|
package/esm/modal/modal.js
CHANGED
|
@@ -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: '
|
|
6
|
-
modalMaskLightBackground: '
|
|
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',
|
package/esm/modal/token.js
CHANGED
package/esm/modal/type.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export interface ModalTokens {
|
|
2
2
|
/**
|
|
3
3
|
* @type {string}
|
|
4
|
-
* @token
|
|
4
|
+
* @token Mask-fill-1
|
|
5
5
|
* @description 对话框遮罩层背景
|
|
6
6
|
*/
|
|
7
7
|
modalMaskBackground: string;
|
|
8
8
|
/**
|
|
9
9
|
* @type {string}
|
|
10
|
-
* @token
|
|
10
|
+
* @token Neutral-mask-2
|
|
11
11
|
* @description 对话框遮罩层浅色背景
|
|
12
12
|
*/
|
|
13
13
|
modalMaskLightBackground: string;
|