@sheinx/shineout-style 3.9.14-beta.3 → 3.9.14-beta.5

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":"button-group.d.ts","sourceRoot":"","sources":["button-group.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAU,MAAM,cAAc,CAAC;AAEhD,OAAO,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AA+KlD,QAAA,MAAM,gBAAgB,EAAE,QAAQ,CAAC,MAAM,kBAAkB,CA+JxD,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"button-group.d.ts","sourceRoot":"","sources":["button-group.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAU,MAAM,cAAc,CAAC;AAEhD,OAAO,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AA+KlD,QAAA,MAAM,gBAAgB,EAAE,QAAQ,CAAC,MAAM,kBAAkB,CAkKxD,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -200,17 +200,20 @@ var ButtonGroupStyle = {
200
200
  '&[dir=ltr]': {
201
201
  borderTopLeftRadius: 0,
202
202
  borderBottomLeftRadius: 0,
203
- borderLeft: 'none'
203
+ borderLeft: 'none',
204
+ borderInlineStartStyle: 'none'
204
205
  },
205
206
  '&[dir=rtl]': {
206
207
  borderTopRightRadius: 0,
207
208
  borderBottomRightRadius: 0,
208
- borderLeft: 'none'
209
+ borderLeft: 'none',
210
+ borderInlineEndStyle: 'none'
209
211
  }
210
212
  }), "& > :not(:first-child):not(:last-child)".concat(bc('button'), ",& > :not(:first-child):not(:last-child) ").concat(bc('button')), {
211
213
  borderRadius: 0,
212
214
  borderLeft: 'none',
213
- borderRight: 'none'
215
+ borderRight: 'none',
216
+ borderInlineStyle: 'none'
214
217
  }), "& ".concat(bc('button'), ":not(").concat(bc('outline'), "):not(").concat(bc('dashed'), "):not(").concat(bc('text'), ")"), _defineProperty(_defineProperty(_defineProperty({
215
218
  position: 'relative',
216
219
  '&::before': {
@@ -179,7 +179,7 @@ var ImageStyle = _objectSpread(_objectSpread({
179
179
  },
180
180
  thumbnail: {
181
181
  borderRadius: _theme.default.imageBorderRadius,
182
- backgroundColor: '#FFFFFF',
182
+ backgroundColor: _theme.default.imageBackgroundColor,
183
183
  outline: "1px solid ".concat(_theme.default.imageBorderColor),
184
184
  '& $inner': {
185
185
  top: 4,
package/cjs/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.9.14-beta.3";
1
+ declare const _default: "3.9.14-beta.5";
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.9.14-beta.3';
7
+ var _default = exports.default = '3.9.14-beta.5';
@@ -1 +1 @@
1
- {"version":3,"file":"button-group.d.ts","sourceRoot":"","sources":["button-group.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAU,MAAM,cAAc,CAAC;AAEhD,OAAO,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AA+KlD,QAAA,MAAM,gBAAgB,EAAE,QAAQ,CAAC,MAAM,kBAAkB,CA+JxD,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"button-group.d.ts","sourceRoot":"","sources":["button-group.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAU,MAAM,cAAc,CAAC;AAEhD,OAAO,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AA+KlD,QAAA,MAAM,gBAAgB,EAAE,QAAQ,CAAC,MAAM,kBAAkB,CAkKxD,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -193,17 +193,20 @@ var ButtonGroupStyle = {
193
193
  '&[dir=ltr]': {
194
194
  borderTopLeftRadius: 0,
195
195
  borderBottomLeftRadius: 0,
196
- borderLeft: 'none'
196
+ borderLeft: 'none',
197
+ borderInlineStartStyle: 'none'
197
198
  },
198
199
  '&[dir=rtl]': {
199
200
  borderTopRightRadius: 0,
200
201
  borderBottomRightRadius: 0,
201
- borderLeft: 'none'
202
+ borderLeft: 'none',
203
+ borderInlineEndStyle: 'none'
202
204
  }
203
205
  }), "& > :not(:first-child):not(:last-child)".concat(bc('button'), ",& > :not(:first-child):not(:last-child) ").concat(bc('button')), {
204
206
  borderRadius: 0,
205
207
  borderLeft: 'none',
206
- borderRight: 'none'
208
+ borderRight: 'none',
209
+ borderInlineStyle: 'none'
207
210
  }), "& ".concat(bc('button'), ":not(").concat(bc('outline'), "):not(").concat(bc('dashed'), "):not(").concat(bc('text'), ")"), _defineProperty(_defineProperty(_defineProperty({
208
211
  position: 'relative',
209
212
  '&::before': {
@@ -171,7 +171,7 @@ var ImageStyle = _objectSpread(_objectSpread({
171
171
  },
172
172
  thumbnail: {
173
173
  borderRadius: Token.imageBorderRadius,
174
- backgroundColor: '#FFFFFF',
174
+ backgroundColor: Token.imageBackgroundColor,
175
175
  outline: "1px solid ".concat(Token.imageBorderColor),
176
176
  '& $inner': {
177
177
  top: 4,
package/esm/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.9.14-beta.3";
1
+ declare const _default: "3.9.14-beta.5";
2
2
  export default _default;
3
3
  //# sourceMappingURL=version.d.ts.map
package/esm/version.js CHANGED
@@ -1 +1 @@
1
- export default '3.9.14-beta.3';
1
+ export default '3.9.14-beta.5';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/shineout-style",
3
- "version": "3.9.14-beta.3",
3
+ "version": "3.9.14-beta.5",
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.14-beta.3",
21
- "@sheinx/base": "3.9.14-beta.3"
20
+ "@sheinx/theme": "3.9.14-beta.5",
21
+ "@sheinx/base": "3.9.14-beta.5"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "core-js": ">=3"