@sheinx/theme 3.5.8-beta.7 → 3.5.8-beta.8
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/alert/alert.js +2 -2
- package/cjs/alert/token.js +2 -2
- package/cjs/alert/type.d.ts +2 -2
- package/cjs/descriptions/descriptions.js +1 -1
- package/cjs/descriptions/token.js +1 -1
- package/cjs/descriptions/type.d.ts +1 -1
- package/esm/alert/alert.js +2 -2
- package/esm/alert/token.js +2 -2
- package/esm/alert/type.d.ts +2 -2
- package/esm/descriptions/descriptions.js +1 -1
- package/esm/descriptions/token.js +1 -1
- package/esm/descriptions/type.d.ts +1 -1
- package/package.json +1 -1
package/cjs/alert/alert.js
CHANGED
|
@@ -30,8 +30,8 @@ var alertTokens = {
|
|
|
30
30
|
alertNearlyMargin: 'Spacing-8',
|
|
31
31
|
alertTitleFontSize: 'Font-16',
|
|
32
32
|
alertTitleFontWeight: 'Weight-medium',
|
|
33
|
-
alertTitleMarginY: 'Spacing-
|
|
34
|
-
alertTitleIconWidth: 'Size-
|
|
33
|
+
alertTitleMarginY: 'Spacing-8',
|
|
34
|
+
alertTitleIconWidth: 'Size-8',
|
|
35
35
|
alertTitleIconHeight: 'Size-12',
|
|
36
36
|
alertCloseFontColor: 'Neutral-text-4',
|
|
37
37
|
alertCloseHoverColor: 'Neutral-text-5',
|
package/cjs/alert/token.js
CHANGED
package/cjs/alert/type.d.ts
CHANGED
|
@@ -133,13 +133,13 @@ export interface AlertTokens {
|
|
|
133
133
|
alertTitleFontWeight: string;
|
|
134
134
|
/**
|
|
135
135
|
* @type {string}
|
|
136
|
-
* @token Spacing-
|
|
136
|
+
* @token Spacing-8
|
|
137
137
|
* @description 提示框标题模式外边距(垂直方向)
|
|
138
138
|
*/
|
|
139
139
|
alertTitleMarginY: string;
|
|
140
140
|
/**
|
|
141
141
|
* @type {string}
|
|
142
|
-
* @token Size-
|
|
142
|
+
* @token Size-8
|
|
143
143
|
* @description 提示框标题模式图标宽度
|
|
144
144
|
*/
|
|
145
145
|
alertTitleIconWidth: string;
|
|
@@ -10,7 +10,7 @@ exports.default = void 0;
|
|
|
10
10
|
var descriptionsTokens = {
|
|
11
11
|
descriptionsTitlePaddingBottom: 'Spacing-12',
|
|
12
12
|
descriptionsLabelPaddingBottom: 'Spacing-12',
|
|
13
|
-
descriptionsLabelPaddingRight: 'Spacing-
|
|
13
|
+
descriptionsLabelPaddingRight: 'Spacing-24',
|
|
14
14
|
descriptionsValuePaddingBottom: 'Spacing-12',
|
|
15
15
|
descriptionsTitleSmallSize: 'Font-14',
|
|
16
16
|
descriptionsTitleDefaultSize: 'Font-16',
|
package/esm/alert/alert.js
CHANGED
|
@@ -24,8 +24,8 @@ var alertTokens = {
|
|
|
24
24
|
alertNearlyMargin: 'Spacing-8',
|
|
25
25
|
alertTitleFontSize: 'Font-16',
|
|
26
26
|
alertTitleFontWeight: 'Weight-medium',
|
|
27
|
-
alertTitleMarginY: 'Spacing-
|
|
28
|
-
alertTitleIconWidth: 'Size-
|
|
27
|
+
alertTitleMarginY: 'Spacing-8',
|
|
28
|
+
alertTitleIconWidth: 'Size-8',
|
|
29
29
|
alertTitleIconHeight: 'Size-12',
|
|
30
30
|
alertCloseFontColor: 'Neutral-text-4',
|
|
31
31
|
alertCloseHoverColor: 'Neutral-text-5',
|
package/esm/alert/token.js
CHANGED
package/esm/alert/type.d.ts
CHANGED
|
@@ -133,13 +133,13 @@ export interface AlertTokens {
|
|
|
133
133
|
alertTitleFontWeight: string;
|
|
134
134
|
/**
|
|
135
135
|
* @type {string}
|
|
136
|
-
* @token Spacing-
|
|
136
|
+
* @token Spacing-8
|
|
137
137
|
* @description 提示框标题模式外边距(垂直方向)
|
|
138
138
|
*/
|
|
139
139
|
alertTitleMarginY: string;
|
|
140
140
|
/**
|
|
141
141
|
* @type {string}
|
|
142
|
-
* @token Size-
|
|
142
|
+
* @token Size-8
|
|
143
143
|
* @description 提示框标题模式图标宽度
|
|
144
144
|
*/
|
|
145
145
|
alertTitleIconWidth: string;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var descriptionsTokens = {
|
|
5
5
|
descriptionsTitlePaddingBottom: 'Spacing-12',
|
|
6
6
|
descriptionsLabelPaddingBottom: 'Spacing-12',
|
|
7
|
-
descriptionsLabelPaddingRight: 'Spacing-
|
|
7
|
+
descriptionsLabelPaddingRight: 'Spacing-24',
|
|
8
8
|
descriptionsValuePaddingBottom: 'Spacing-12',
|
|
9
9
|
descriptionsTitleSmallSize: 'Font-14',
|
|
10
10
|
descriptionsTitleDefaultSize: 'Font-16',
|