@sheinx/shineout-style 3.0.0-rc.11 → 3.0.0-rc.13
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/select/select.d.ts.map +1 -1
- package/cjs/select/select.js +23 -19
- package/cjs/version.d.ts +1 -1
- package/cjs/version.js +1 -1
- package/esm/select/select.d.ts.map +1 -1
- package/esm/select/select.js +23 -19
- package/esm/version.d.ts +1 -1
- package/esm/version.js +1 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select.d.ts","sourceRoot":"","sources":["select.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAGxC,MAAM,MAAM,eAAe,GAAG,MAAM,aAAa,CAAC;AA8ClD,QAAA,MAAM,WAAW,EAAE,QAAQ,CAAC,eAAe,
|
|
1
|
+
{"version":3,"file":"select.d.ts","sourceRoot":"","sources":["select.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAGxC,MAAM,MAAM,eAAe,GAAG,MAAM,aAAa,CAAC;AA8ClD,QAAA,MAAM,WAAW,EAAE,QAAQ,CAAC,eAAe,CAke1C,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
package/cjs/select/select.js
CHANGED
|
@@ -91,17 +91,8 @@ var selectStyle = _objectSpread(_objectSpread({
|
|
|
91
91
|
marginTop: 0,
|
|
92
92
|
marginBottom: 0
|
|
93
93
|
},
|
|
94
|
-
'& $optionInner': {
|
|
95
|
-
paddingTop: _theme.default.selectSmallOptionInnerPaddingY,
|
|
96
|
-
paddingBottom: _theme.default.selectSmallOptionInnerPaddingY,
|
|
97
|
-
paddingLeft: _theme.default.selectSmallOptionInnerPaddingX,
|
|
98
|
-
fontSize: _theme.default.selectSmallFontSize
|
|
99
|
-
},
|
|
100
94
|
'& $clearIcon': {
|
|
101
95
|
right: _theme.default.selectSmallPaddingX
|
|
102
|
-
},
|
|
103
|
-
'& $optionGroupTitle': {
|
|
104
|
-
padding: "".concat(_theme.default.selectGroupTitleSmallTop, " ").concat(_theme.default.selectGroupTitlePaddingX, " 0 ").concat(_theme.default.selectGroupTitlePaddingX)
|
|
105
96
|
}
|
|
106
97
|
},
|
|
107
98
|
'&$wrapperLarge': {
|
|
@@ -109,18 +100,8 @@ var selectStyle = _objectSpread(_objectSpread({
|
|
|
109
100
|
marginTop: _theme.default.selectLargePlaceholderMarginY,
|
|
110
101
|
marginBottom: _theme.default.selectLargePlaceholderMarginY
|
|
111
102
|
},
|
|
112
|
-
'& $optionInner': {
|
|
113
|
-
// padding: `${token.selectLargeOptionInnerPaddingY} ${token.selectLargeOptionInnerPaddingX}`,
|
|
114
|
-
paddingTop: _theme.default.selectLargeOptionInnerPaddingY,
|
|
115
|
-
paddingBottom: _theme.default.selectLargeOptionInnerPaddingY,
|
|
116
|
-
paddingLeft: _theme.default.selectLargeOptionInnerPaddingX,
|
|
117
|
-
fontSize: _theme.default.selectLargeFontSize
|
|
118
|
-
},
|
|
119
103
|
'& $clearIcon': {
|
|
120
104
|
right: _theme.default.selectLargePaddingX
|
|
121
|
-
},
|
|
122
|
-
'& $optionGroupTitle': {
|
|
123
|
-
padding: "".concat(_theme.default.selectGroupTitleLargeTop, " ").concat(_theme.default.selectGroupTitlePaddingX, " ").concat(_theme.default.selectGroupTitleLargeBottom, " ").concat(_theme.default.selectGroupTitlePaddingX)
|
|
124
105
|
}
|
|
125
106
|
},
|
|
126
107
|
'&:hover': {
|
|
@@ -281,6 +262,29 @@ var selectStyle = _objectSpread(_objectSpread({
|
|
|
281
262
|
transformOrigin: '0 0',
|
|
282
263
|
border: "1px solid ".concat(_theme.default.selectPanelBorder)
|
|
283
264
|
},
|
|
265
|
+
pickerSmall: {
|
|
266
|
+
'& $optionInner': {
|
|
267
|
+
paddingTop: _theme.default.selectSmallOptionInnerPaddingY,
|
|
268
|
+
paddingBottom: _theme.default.selectSmallOptionInnerPaddingY,
|
|
269
|
+
paddingLeft: _theme.default.selectSmallOptionInnerPaddingX,
|
|
270
|
+
fontSize: _theme.default.selectSmallFontSize
|
|
271
|
+
},
|
|
272
|
+
'& $optionGroupTitle': {
|
|
273
|
+
padding: "".concat(_theme.default.selectGroupTitleSmallTop, " ").concat(_theme.default.selectGroupTitlePaddingX, " 0 ").concat(_theme.default.selectGroupTitlePaddingX)
|
|
274
|
+
}
|
|
275
|
+
},
|
|
276
|
+
pickerLarge: {
|
|
277
|
+
'& $optionInner': {
|
|
278
|
+
// padding: `${token.selectLargeOptionInnerPaddingY} ${token.selectLargeOptionInnerPaddingX}`,
|
|
279
|
+
paddingTop: _theme.default.selectLargeOptionInnerPaddingY,
|
|
280
|
+
paddingBottom: _theme.default.selectLargeOptionInnerPaddingY,
|
|
281
|
+
paddingLeft: _theme.default.selectLargeOptionInnerPaddingX,
|
|
282
|
+
fontSize: _theme.default.selectLargeFontSize
|
|
283
|
+
},
|
|
284
|
+
'& $optionGroupTitle': {
|
|
285
|
+
padding: "".concat(_theme.default.selectGroupTitleLargeTop, " ").concat(_theme.default.selectGroupTitlePaddingX, " ").concat(_theme.default.selectGroupTitleLargeBottom, " ").concat(_theme.default.selectGroupTitlePaddingX)
|
|
286
|
+
}
|
|
287
|
+
},
|
|
284
288
|
iconWrapper: {
|
|
285
289
|
display: 'flex',
|
|
286
290
|
alignItems: 'center',
|
package/cjs/version.d.ts
CHANGED
package/cjs/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select.d.ts","sourceRoot":"","sources":["select.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAGxC,MAAM,MAAM,eAAe,GAAG,MAAM,aAAa,CAAC;AA8ClD,QAAA,MAAM,WAAW,EAAE,QAAQ,CAAC,eAAe,
|
|
1
|
+
{"version":3,"file":"select.d.ts","sourceRoot":"","sources":["select.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAGxC,MAAM,MAAM,eAAe,GAAG,MAAM,aAAa,CAAC;AA8ClD,QAAA,MAAM,WAAW,EAAE,QAAQ,CAAC,eAAe,CAke1C,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
package/esm/select/select.js
CHANGED
|
@@ -84,17 +84,8 @@ var selectStyle = _objectSpread(_objectSpread({
|
|
|
84
84
|
marginTop: 0,
|
|
85
85
|
marginBottom: 0
|
|
86
86
|
},
|
|
87
|
-
'& $optionInner': {
|
|
88
|
-
paddingTop: token.selectSmallOptionInnerPaddingY,
|
|
89
|
-
paddingBottom: token.selectSmallOptionInnerPaddingY,
|
|
90
|
-
paddingLeft: token.selectSmallOptionInnerPaddingX,
|
|
91
|
-
fontSize: token.selectSmallFontSize
|
|
92
|
-
},
|
|
93
87
|
'& $clearIcon': {
|
|
94
88
|
right: token.selectSmallPaddingX
|
|
95
|
-
},
|
|
96
|
-
'& $optionGroupTitle': {
|
|
97
|
-
padding: "".concat(token.selectGroupTitleSmallTop, " ").concat(token.selectGroupTitlePaddingX, " 0 ").concat(token.selectGroupTitlePaddingX)
|
|
98
89
|
}
|
|
99
90
|
},
|
|
100
91
|
'&$wrapperLarge': {
|
|
@@ -102,18 +93,8 @@ var selectStyle = _objectSpread(_objectSpread({
|
|
|
102
93
|
marginTop: token.selectLargePlaceholderMarginY,
|
|
103
94
|
marginBottom: token.selectLargePlaceholderMarginY
|
|
104
95
|
},
|
|
105
|
-
'& $optionInner': {
|
|
106
|
-
// padding: `${token.selectLargeOptionInnerPaddingY} ${token.selectLargeOptionInnerPaddingX}`,
|
|
107
|
-
paddingTop: token.selectLargeOptionInnerPaddingY,
|
|
108
|
-
paddingBottom: token.selectLargeOptionInnerPaddingY,
|
|
109
|
-
paddingLeft: token.selectLargeOptionInnerPaddingX,
|
|
110
|
-
fontSize: token.selectLargeFontSize
|
|
111
|
-
},
|
|
112
96
|
'& $clearIcon': {
|
|
113
97
|
right: token.selectLargePaddingX
|
|
114
|
-
},
|
|
115
|
-
'& $optionGroupTitle': {
|
|
116
|
-
padding: "".concat(token.selectGroupTitleLargeTop, " ").concat(token.selectGroupTitlePaddingX, " ").concat(token.selectGroupTitleLargeBottom, " ").concat(token.selectGroupTitlePaddingX)
|
|
117
98
|
}
|
|
118
99
|
},
|
|
119
100
|
'&:hover': {
|
|
@@ -274,6 +255,29 @@ var selectStyle = _objectSpread(_objectSpread({
|
|
|
274
255
|
transformOrigin: '0 0',
|
|
275
256
|
border: "1px solid ".concat(token.selectPanelBorder)
|
|
276
257
|
},
|
|
258
|
+
pickerSmall: {
|
|
259
|
+
'& $optionInner': {
|
|
260
|
+
paddingTop: token.selectSmallOptionInnerPaddingY,
|
|
261
|
+
paddingBottom: token.selectSmallOptionInnerPaddingY,
|
|
262
|
+
paddingLeft: token.selectSmallOptionInnerPaddingX,
|
|
263
|
+
fontSize: token.selectSmallFontSize
|
|
264
|
+
},
|
|
265
|
+
'& $optionGroupTitle': {
|
|
266
|
+
padding: "".concat(token.selectGroupTitleSmallTop, " ").concat(token.selectGroupTitlePaddingX, " 0 ").concat(token.selectGroupTitlePaddingX)
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
pickerLarge: {
|
|
270
|
+
'& $optionInner': {
|
|
271
|
+
// padding: `${token.selectLargeOptionInnerPaddingY} ${token.selectLargeOptionInnerPaddingX}`,
|
|
272
|
+
paddingTop: token.selectLargeOptionInnerPaddingY,
|
|
273
|
+
paddingBottom: token.selectLargeOptionInnerPaddingY,
|
|
274
|
+
paddingLeft: token.selectLargeOptionInnerPaddingX,
|
|
275
|
+
fontSize: token.selectLargeFontSize
|
|
276
|
+
},
|
|
277
|
+
'& $optionGroupTitle': {
|
|
278
|
+
padding: "".concat(token.selectGroupTitleLargeTop, " ").concat(token.selectGroupTitlePaddingX, " ").concat(token.selectGroupTitleLargeBottom, " ").concat(token.selectGroupTitlePaddingX)
|
|
279
|
+
}
|
|
280
|
+
},
|
|
277
281
|
iconWrapper: {
|
|
278
282
|
display: 'flex',
|
|
279
283
|
alignItems: 'center',
|
package/esm/version.d.ts
CHANGED
package/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default '3.0.0-rc.
|
|
1
|
+
export default '3.0.0-rc.13';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sheinx/shineout-style",
|
|
3
|
-
"version": "3.0.0-rc.
|
|
3
|
+
"version": "3.0.0-rc.13",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "ISC",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"jss": "10.9.2",
|
|
19
19
|
"react-jss": "10.9.2",
|
|
20
|
-
"@sheinx/theme": "3.0.0-rc.
|
|
21
|
-
"@sheinx/base": "3.0.0-rc.
|
|
20
|
+
"@sheinx/theme": "3.0.0-rc.13",
|
|
21
|
+
"@sheinx/base": "3.0.0-rc.13"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"core-js": ">=3"
|