@sheinx/shineout-style 3.9.13-beta.15 → 3.9.13-beta.17
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/breadcrumb/breadcrumb.js +1 -1
- package/cjs/cascader/cascader.js +1 -1
- package/cjs/date-picker/date-picker.js +2 -2
- package/cjs/dropdown/dropdown.js +1 -1
- package/cjs/select/select.js +1 -1
- package/cjs/tree-select/tree-select.js +1 -1
- package/cjs/version.d.ts +1 -1
- package/cjs/version.js +1 -1
- package/esm/breadcrumb/breadcrumb.js +1 -1
- package/esm/cascader/cascader.js +1 -1
- package/esm/date-picker/date-picker.js +2 -2
- package/esm/dropdown/dropdown.js +1 -1
- package/esm/select/select.js +1 -1
- package/esm/tree-select/tree-select.js +1 -1
- package/esm/version.d.ts +1 -1
- package/esm/version.js +1 -1
- package/package.json +3 -3
|
@@ -98,7 +98,7 @@ var breadcrumbStyle = {
|
|
|
98
98
|
},
|
|
99
99
|
dropdown: {
|
|
100
100
|
borderRadius: _theme.default.dropdownListBorderRadius,
|
|
101
|
-
backgroundColor: _theme.default.
|
|
101
|
+
backgroundColor: _theme.default.backgroundPopup,
|
|
102
102
|
boxShadow: _theme.default.dropdownListBoxShadow,
|
|
103
103
|
border: "1px solid ".concat(_theme.default.dropdownListBorderColor),
|
|
104
104
|
// padding: `${token.breadcrumbListPaddingY} 0`,
|
package/cjs/cascader/cascader.js
CHANGED
|
@@ -320,7 +320,7 @@ var cascaderStyle = _objectSpread(_objectSpread({
|
|
|
320
320
|
},
|
|
321
321
|
pickerWrapper: {
|
|
322
322
|
position: 'absolute',
|
|
323
|
-
backgroundColor: _theme.default.
|
|
323
|
+
backgroundColor: _theme.default.backgroundPopup,
|
|
324
324
|
boxShadow: _theme.default.cascaderPanelShadow,
|
|
325
325
|
border: "1px solid ".concat(_theme.default.cascaderPanelBorder),
|
|
326
326
|
borderRadius: _theme.default.cascaderPanelRadius,
|
|
@@ -238,7 +238,7 @@ var datePickerStyle = _objectSpread(_objectSpread(_objectSpread({
|
|
|
238
238
|
},
|
|
239
239
|
pickerWrapper: {
|
|
240
240
|
position: 'absolute',
|
|
241
|
-
backgroundColor: _theme.default.
|
|
241
|
+
backgroundColor: _theme.default.backgroundPopup,
|
|
242
242
|
boxShadow: _theme.default.datePickerPanelShadow,
|
|
243
243
|
borderRadius: _theme.default.datePickerPanelRadius,
|
|
244
244
|
border: "1px solid ".concat(_theme.default.datePickerPanelBorder),
|
|
@@ -716,7 +716,7 @@ var datePickerStyle = _objectSpread(_objectSpread(_objectSpread({
|
|
|
716
716
|
},
|
|
717
717
|
transformOrigin: 'bottom',
|
|
718
718
|
animation: '$scale-y-top 0.2s ease-in-out forwards',
|
|
719
|
-
backgroundColor: _theme.default.
|
|
719
|
+
backgroundColor: _theme.default.backgroundPopup,
|
|
720
720
|
boxShadow: _theme.default.datePickerPanelShadow,
|
|
721
721
|
display: 'none'
|
|
722
722
|
},
|
package/cjs/dropdown/dropdown.js
CHANGED
|
@@ -30,7 +30,7 @@ var dropdown = {
|
|
|
30
30
|
border: "".concat(_theme.default.dropdownListBorderWidth, " solid ").concat(_theme.default.dropdownListBorderColor),
|
|
31
31
|
borderRadius: _theme.default.dropdownListBorderRadius,
|
|
32
32
|
padding: "".concat(_theme.default.dropdownListPaddingY, " ").concat(_theme.default.dropdownListPaddingX),
|
|
33
|
-
background: _theme.default.
|
|
33
|
+
background: _theme.default.backgroundPopup,
|
|
34
34
|
boxShadow: _theme.default.dropdownListBoxShadow,
|
|
35
35
|
width: 'max-content',
|
|
36
36
|
boxSizing: 'border-box',
|
package/cjs/select/select.js
CHANGED
|
@@ -286,7 +286,7 @@ var selectStyle = _objectSpread(_objectSpread({
|
|
|
286
286
|
pickerWrapper: {
|
|
287
287
|
position: 'absolute',
|
|
288
288
|
overflow: 'hidden',
|
|
289
|
-
backgroundColor: _theme.default.
|
|
289
|
+
backgroundColor: _theme.default.backgroundPopup,
|
|
290
290
|
boxShadow: _theme.default.selectPanelShadow,
|
|
291
291
|
borderRadius: _theme.default.selectPanelRadius,
|
|
292
292
|
transformOrigin: '0 0',
|
|
@@ -285,7 +285,7 @@ var treeSelectStyle = _objectSpread(_objectSpread({
|
|
|
285
285
|
},
|
|
286
286
|
pickerWrapper: {
|
|
287
287
|
position: 'absolute',
|
|
288
|
-
backgroundColor: _theme.default.
|
|
288
|
+
backgroundColor: _theme.default.backgroundPopup,
|
|
289
289
|
boxShadow: _theme.default.treeSelectPanelShadow,
|
|
290
290
|
border: "1px solid ".concat(_theme.default.treeSelectPanelBorder),
|
|
291
291
|
borderRadius: _theme.default.treeSelectPanelRadius,
|
package/cjs/version.d.ts
CHANGED
package/cjs/version.js
CHANGED
|
@@ -91,7 +91,7 @@ var breadcrumbStyle = {
|
|
|
91
91
|
},
|
|
92
92
|
dropdown: {
|
|
93
93
|
borderRadius: token.dropdownListBorderRadius,
|
|
94
|
-
backgroundColor: token.
|
|
94
|
+
backgroundColor: token.backgroundPopup,
|
|
95
95
|
boxShadow: token.dropdownListBoxShadow,
|
|
96
96
|
border: "1px solid ".concat(token.dropdownListBorderColor),
|
|
97
97
|
// padding: `${token.breadcrumbListPaddingY} 0`,
|
package/esm/cascader/cascader.js
CHANGED
|
@@ -311,7 +311,7 @@ var cascaderStyle = _objectSpread(_objectSpread({
|
|
|
311
311
|
},
|
|
312
312
|
pickerWrapper: {
|
|
313
313
|
position: 'absolute',
|
|
314
|
-
backgroundColor: token.
|
|
314
|
+
backgroundColor: token.backgroundPopup,
|
|
315
315
|
boxShadow: token.cascaderPanelShadow,
|
|
316
316
|
border: "1px solid ".concat(token.cascaderPanelBorder),
|
|
317
317
|
borderRadius: token.cascaderPanelRadius,
|
|
@@ -231,7 +231,7 @@ var datePickerStyle = _objectSpread(_objectSpread(_objectSpread({
|
|
|
231
231
|
},
|
|
232
232
|
pickerWrapper: {
|
|
233
233
|
position: 'absolute',
|
|
234
|
-
backgroundColor: token.
|
|
234
|
+
backgroundColor: token.backgroundPopup,
|
|
235
235
|
boxShadow: token.datePickerPanelShadow,
|
|
236
236
|
borderRadius: token.datePickerPanelRadius,
|
|
237
237
|
border: "1px solid ".concat(token.datePickerPanelBorder),
|
|
@@ -709,7 +709,7 @@ var datePickerStyle = _objectSpread(_objectSpread(_objectSpread({
|
|
|
709
709
|
},
|
|
710
710
|
transformOrigin: 'bottom',
|
|
711
711
|
animation: '$scale-y-top 0.2s ease-in-out forwards',
|
|
712
|
-
backgroundColor: token.
|
|
712
|
+
backgroundColor: token.backgroundPopup,
|
|
713
713
|
boxShadow: token.datePickerPanelShadow,
|
|
714
714
|
display: 'none'
|
|
715
715
|
},
|
package/esm/dropdown/dropdown.js
CHANGED
|
@@ -23,7 +23,7 @@ var dropdown = {
|
|
|
23
23
|
border: "".concat(token.dropdownListBorderWidth, " solid ").concat(token.dropdownListBorderColor),
|
|
24
24
|
borderRadius: token.dropdownListBorderRadius,
|
|
25
25
|
padding: "".concat(token.dropdownListPaddingY, " ").concat(token.dropdownListPaddingX),
|
|
26
|
-
background: token.
|
|
26
|
+
background: token.backgroundPopup,
|
|
27
27
|
boxShadow: token.dropdownListBoxShadow,
|
|
28
28
|
width: 'max-content',
|
|
29
29
|
boxSizing: 'border-box',
|
package/esm/select/select.js
CHANGED
|
@@ -277,7 +277,7 @@ var selectStyle = _objectSpread(_objectSpread({
|
|
|
277
277
|
pickerWrapper: {
|
|
278
278
|
position: 'absolute',
|
|
279
279
|
overflow: 'hidden',
|
|
280
|
-
backgroundColor: token.
|
|
280
|
+
backgroundColor: token.backgroundPopup,
|
|
281
281
|
boxShadow: token.selectPanelShadow,
|
|
282
282
|
borderRadius: token.selectPanelRadius,
|
|
283
283
|
transformOrigin: '0 0',
|
|
@@ -276,7 +276,7 @@ var treeSelectStyle = _objectSpread(_objectSpread({
|
|
|
276
276
|
},
|
|
277
277
|
pickerWrapper: {
|
|
278
278
|
position: 'absolute',
|
|
279
|
-
backgroundColor: token.
|
|
279
|
+
backgroundColor: token.backgroundPopup,
|
|
280
280
|
boxShadow: token.treeSelectPanelShadow,
|
|
281
281
|
border: "1px solid ".concat(token.treeSelectPanelBorder),
|
|
282
282
|
borderRadius: token.treeSelectPanelRadius,
|
package/esm/version.d.ts
CHANGED
package/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default '3.9.13-beta.
|
|
1
|
+
export default '3.9.13-beta.17';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sheinx/shineout-style",
|
|
3
|
-
"version": "3.9.13-beta.
|
|
3
|
+
"version": "3.9.13-beta.17",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"jss": "10.9.2",
|
|
19
19
|
"react-jss": "10.9.2",
|
|
20
|
-
"@sheinx/theme": "3.9.13-beta.
|
|
21
|
-
"@sheinx/base": "3.9.13-beta.
|
|
20
|
+
"@sheinx/theme": "3.9.13-beta.17",
|
|
21
|
+
"@sheinx/base": "3.9.13-beta.17"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"core-js": ">=3"
|