@sheinx/shineout-style 3.5.0-beta.6 → 3.5.0-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.
@@ -109,7 +109,7 @@ var selectStyle = _objectSpread(_objectSpread({
109
109
  },
110
110
  '&:hover': _objectSpread(_objectSpread({}, wrapper['&:hover']), {}, {
111
111
  cursor: 'pointer',
112
- '&$clearable:not($wrapperEmpty)': {
112
+ '&$clearable:not($wrapperEmpty):not($wrapperDisabled)': {
113
113
  '& $clearIcon': {
114
114
  display: 'block'
115
115
  },
@@ -1 +1 @@
1
- {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["table.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAUxC,MAAM,MAAM,cAAc,GAAG,MAAM,YAAY,CAAC;AAUhD,QAAA,MAAM,UAAU,EAAE,QAAQ,CAAC,cAAc,CAuexC,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["table.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAUxC,MAAM,MAAM,cAAc,GAAG,MAAM,YAAY,CAAC;AAUhD,QAAA,MAAM,UAAU,EAAE,QAAQ,CAAC,cAAc,CAyexC,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -187,19 +187,19 @@ var tableStyle = _objectSpread(_objectSpread({}, globalStyle), {}, {
187
187
  flexGrow: 1,
188
188
  minHeight: '0',
189
189
  '$wrapper & table': {
190
- '& th, & td': {
191
- position: 'sticky',
192
- top: 0
193
- },
194
190
  '& th': {
195
191
  zIndex: fixedFixedIndex + 1,
196
192
  '&$cellFixedLeft': {
193
+ position: 'sticky',
194
+ top: 'auto',
197
195
  zIndex: fixedFixedIndex + 2
198
196
  }
199
197
  },
200
198
  '& td': {
201
199
  zIndex: fixedIndex,
202
200
  '&$cellFixedLeft': {
201
+ position: 'sticky',
202
+ top: 'auto',
203
203
  zIndex: fixedIndex + 1
204
204
  }
205
205
  }
@@ -298,7 +298,8 @@ var tableStyle = _objectSpread(_objectSpread({}, globalStyle), {}, {
298
298
  },
299
299
  '& td': {
300
300
  '&$cellFixedLeft': {
301
- zIndex: fixedFixedIndex
301
+ zIndex: fixedFixedIndex,
302
+ top: 'auto'
302
303
  }
303
304
  }
304
305
  }
@@ -329,7 +330,8 @@ var tableStyle = _objectSpread(_objectSpread({}, globalStyle), {}, {
329
330
  },
330
331
  '& td': {
331
332
  '&$cellFixedRight': {
332
- zIndex: fixedFixedIndex
333
+ zIndex: fixedFixedIndex,
334
+ top: 'auto'
333
335
  }
334
336
  }
335
337
  }
package/cjs/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.5.0-beta.6";
1
+ declare const _default: "3.5.0-beta.8";
2
2
  export default _default;
3
3
  //# sourceMappingURL=version.d.ts.map
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.5.0-beta.6';
7
+ var _default = exports.default = '3.5.0-beta.8';
@@ -102,7 +102,7 @@ var selectStyle = _objectSpread(_objectSpread({
102
102
  },
103
103
  '&:hover': _objectSpread(_objectSpread({}, wrapper['&:hover']), {}, {
104
104
  cursor: 'pointer',
105
- '&$clearable:not($wrapperEmpty)': {
105
+ '&$clearable:not($wrapperEmpty):not($wrapperDisabled)': {
106
106
  '& $clearIcon': {
107
107
  display: 'block'
108
108
  },
@@ -1 +1 @@
1
- {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["table.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAUxC,MAAM,MAAM,cAAc,GAAG,MAAM,YAAY,CAAC;AAUhD,QAAA,MAAM,UAAU,EAAE,QAAQ,CAAC,cAAc,CAuexC,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["table.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAUxC,MAAM,MAAM,cAAc,GAAG,MAAM,YAAY,CAAC;AAUhD,QAAA,MAAM,UAAU,EAAE,QAAQ,CAAC,cAAc,CAyexC,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -180,19 +180,19 @@ var tableStyle = _objectSpread(_objectSpread({}, globalStyle), {}, {
180
180
  flexGrow: 1,
181
181
  minHeight: '0',
182
182
  '$wrapper & table': {
183
- '& th, & td': {
184
- position: 'sticky',
185
- top: 0
186
- },
187
183
  '& th': {
188
184
  zIndex: fixedFixedIndex + 1,
189
185
  '&$cellFixedLeft': {
186
+ position: 'sticky',
187
+ top: 'auto',
190
188
  zIndex: fixedFixedIndex + 2
191
189
  }
192
190
  },
193
191
  '& td': {
194
192
  zIndex: fixedIndex,
195
193
  '&$cellFixedLeft': {
194
+ position: 'sticky',
195
+ top: 'auto',
196
196
  zIndex: fixedIndex + 1
197
197
  }
198
198
  }
@@ -291,7 +291,8 @@ var tableStyle = _objectSpread(_objectSpread({}, globalStyle), {}, {
291
291
  },
292
292
  '& td': {
293
293
  '&$cellFixedLeft': {
294
- zIndex: fixedFixedIndex
294
+ zIndex: fixedFixedIndex,
295
+ top: 'auto'
295
296
  }
296
297
  }
297
298
  }
@@ -322,7 +323,8 @@ var tableStyle = _objectSpread(_objectSpread({}, globalStyle), {}, {
322
323
  },
323
324
  '& td': {
324
325
  '&$cellFixedRight': {
325
- zIndex: fixedFixedIndex
326
+ zIndex: fixedFixedIndex,
327
+ top: 'auto'
326
328
  }
327
329
  }
328
330
  }
package/esm/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.5.0-beta.6";
1
+ declare const _default: "3.5.0-beta.8";
2
2
  export default _default;
3
3
  //# sourceMappingURL=version.d.ts.map
package/esm/version.js CHANGED
@@ -1 +1 @@
1
- export default '3.5.0-beta.6';
1
+ export default '3.5.0-beta.8';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/shineout-style",
3
- "version": "3.5.0-beta.6",
3
+ "version": "3.5.0-beta.8",
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.5.0-beta.6",
21
- "@sheinx/base": "3.5.0-beta.6"
20
+ "@sheinx/theme": "3.5.0-beta.8",
21
+ "@sheinx/base": "3.5.0-beta.8"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "core-js": ">=3"