@sheinx/shineout-style 3.2.5 → 3.2.6-beta.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":"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,CAqbxC,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,CA6bxC,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -97,9 +97,6 @@ var tableStyle = _objectSpread(_objectSpread({}, globalStyle), {}, {
97
97
  background: _theme.default.tableTfootBackgroundColor,
98
98
  color: _theme.default.tableTfootFontColor,
99
99
  fontWeight: _theme.default.tableTfootFontWeight
100
- },
101
- '&bordered tr:last-child td': {
102
- borderBottom: 'none'
103
100
  }
104
101
  }
105
102
  },
@@ -150,6 +147,17 @@ var tableStyle = _objectSpread(_objectSpread({}, globalStyle), {}, {
150
147
  bordered: {
151
148
  border: "1px solid ".concat(_theme.default.tableCellBorderColor),
152
149
  borderBottom: 'none',
150
+ borderTop: 'none',
151
+ '&::before': {
152
+ position: 'absolute',
153
+ zIndex: 7,
154
+ content: '""',
155
+ display: 'block',
156
+ top: 0,
157
+ left: 0,
158
+ right: 0,
159
+ borderTop: "1px solid ".concat(_theme.default.tableCellBorderColor)
160
+ },
153
161
  '&::after': {
154
162
  position: 'absolute',
155
163
  content: '""',
package/cjs/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.2.5";
1
+ declare const _default: "3.2.6-beta.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,wBAA8B"}
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.2.5';
7
+ var _default = exports.default = '3.2.6-beta.1';
@@ -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,CAqbxC,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,CA6bxC,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -90,9 +90,6 @@ var tableStyle = _objectSpread(_objectSpread({}, globalStyle), {}, {
90
90
  background: token.tableTfootBackgroundColor,
91
91
  color: token.tableTfootFontColor,
92
92
  fontWeight: token.tableTfootFontWeight
93
- },
94
- '&bordered tr:last-child td': {
95
- borderBottom: 'none'
96
93
  }
97
94
  }
98
95
  },
@@ -143,6 +140,17 @@ var tableStyle = _objectSpread(_objectSpread({}, globalStyle), {}, {
143
140
  bordered: {
144
141
  border: "1px solid ".concat(token.tableCellBorderColor),
145
142
  borderBottom: 'none',
143
+ borderTop: 'none',
144
+ '&::before': {
145
+ position: 'absolute',
146
+ zIndex: 7,
147
+ content: '""',
148
+ display: 'block',
149
+ top: 0,
150
+ left: 0,
151
+ right: 0,
152
+ borderTop: "1px solid ".concat(token.tableCellBorderColor)
153
+ },
146
154
  '&::after': {
147
155
  position: 'absolute',
148
156
  content: '""',
package/esm/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.2.5";
1
+ declare const _default: "3.2.6-beta.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,wBAA8B"}
package/esm/version.js CHANGED
@@ -1 +1 @@
1
- export default '3.2.5';
1
+ export default '3.2.6-beta.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/shineout-style",
3
- "version": "3.2.5",
3
+ "version": "3.2.6-beta.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.2.5",
21
- "@sheinx/base": "3.2.5"
20
+ "@sheinx/theme": "3.2.6-beta.1",
21
+ "@sheinx/base": "3.2.6-beta.1"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "core-js": ">=3"