@sheinx/shineout-style 3.3.1 → 3.3.2-fix.1

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.
@@ -1 +1 @@
1
- {"version":3,"file":"dropdown.d.ts","sourceRoot":"","sources":["dropdown.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAE/C,QAAA,MAAM,QAAQ,EAAE,QAAQ,CAAC,MAAM,eAAe,CAuL7C,CAAC;AAEF,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"dropdown.d.ts","sourceRoot":"","sources":["dropdown.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAE/C,QAAA,MAAM,QAAQ,EAAE,QAAQ,CAAC,MAAM,eAAe,CA0L7C,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -93,7 +93,7 @@ var dropdown = {
93
93
  height: '1em',
94
94
  display: 'inline-block',
95
95
  lineHeight: '1',
96
- marginLeft: _theme.default.dropdownCaretMarginLeft,
96
+ // marginLeft: token.dropdownCaretMarginLeft,
97
97
  '$wrapper[data-position^="right"] > $button & > svg': {
98
98
  transform: 'rotate(-90deg)'
99
99
  },
@@ -119,7 +119,10 @@ var dropdown = {
119
119
  },
120
120
  content: {
121
121
  flex: '1',
122
- minWidth: '0'
122
+ minWidth: '0',
123
+ '& + $caret': {
124
+ marginLeft: _theme.default.dropdownCaretMarginLeft
125
+ }
123
126
  },
124
127
  button: {
125
128
  '$wrapper &': {
package/cjs/tabs/tabs.js CHANGED
@@ -219,6 +219,7 @@ var getLineStyle = function getLineStyle() {
219
219
  '&[data-soui-position^="top-"][data-soui-shape="line"]': _objectSpread({
220
220
  '& $hr': {
221
221
  bottom: 0,
222
+ left: 0,
222
223
  height: 1,
223
224
  width: '100%'
224
225
  }
@@ -231,6 +232,7 @@ var getLineStyle = function getLineStyle() {
231
232
  '&[data-soui-position^="bottom-"][data-soui-shape="line"]': _objectSpread(_objectSpread({
232
233
  '& $hr': {
233
234
  top: 0,
235
+ left: 0,
234
236
  height: 1,
235
237
  width: '100%'
236
238
  }
package/cjs/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.3.1";
1
+ declare const _default: "3.3.2-fix.1";
2
2
  export default _default;
3
3
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,wBAAuB"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,wBAA6B"}
package/cjs/version.js CHANGED
@@ -4,4 +4,4 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _default = exports.default = '3.3.1';
7
+ var _default = exports.default = '3.3.2-fix.1';
@@ -1 +1 @@
1
- {"version":3,"file":"dropdown.d.ts","sourceRoot":"","sources":["dropdown.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAE/C,QAAA,MAAM,QAAQ,EAAE,QAAQ,CAAC,MAAM,eAAe,CAuL7C,CAAC;AAEF,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"dropdown.d.ts","sourceRoot":"","sources":["dropdown.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAE/C,QAAA,MAAM,QAAQ,EAAE,QAAQ,CAAC,MAAM,eAAe,CA0L7C,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -86,7 +86,7 @@ var dropdown = {
86
86
  height: '1em',
87
87
  display: 'inline-block',
88
88
  lineHeight: '1',
89
- marginLeft: token.dropdownCaretMarginLeft,
89
+ // marginLeft: token.dropdownCaretMarginLeft,
90
90
  '$wrapper[data-position^="right"] > $button & > svg': {
91
91
  transform: 'rotate(-90deg)'
92
92
  },
@@ -112,7 +112,10 @@ var dropdown = {
112
112
  },
113
113
  content: {
114
114
  flex: '1',
115
- minWidth: '0'
115
+ minWidth: '0',
116
+ '& + $caret': {
117
+ marginLeft: token.dropdownCaretMarginLeft
118
+ }
116
119
  },
117
120
  button: {
118
121
  '$wrapper &': {
package/esm/tabs/tabs.js CHANGED
@@ -212,6 +212,7 @@ var getLineStyle = function getLineStyle() {
212
212
  '&[data-soui-position^="top-"][data-soui-shape="line"]': _objectSpread({
213
213
  '& $hr': {
214
214
  bottom: 0,
215
+ left: 0,
215
216
  height: 1,
216
217
  width: '100%'
217
218
  }
@@ -224,6 +225,7 @@ var getLineStyle = function getLineStyle() {
224
225
  '&[data-soui-position^="bottom-"][data-soui-shape="line"]': _objectSpread(_objectSpread({
225
226
  '& $hr': {
226
227
  top: 0,
228
+ left: 0,
227
229
  height: 1,
228
230
  width: '100%'
229
231
  }
package/esm/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.3.1";
1
+ declare const _default: "3.3.2-fix.1";
2
2
  export default _default;
3
3
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,wBAAuB"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,wBAA6B"}
package/esm/version.js CHANGED
@@ -1 +1 @@
1
- export default '3.3.1';
1
+ export default '3.3.2-fix.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/shineout-style",
3
- "version": "3.3.1",
3
+ "version": "3.3.2-fix.1",
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.3.1",
21
- "@sheinx/base": "3.3.1"
20
+ "@sheinx/theme": "3.3.2-fix.1",
21
+ "@sheinx/base": "3.3.2-fix.1"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "core-js": ">=3"