shineout 3.8.1-beta.5 → 3.8.1-beta.6

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/index.js CHANGED
@@ -522,5 +522,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
522
522
  // 此文件由脚本自动生成,请勿直接修改。
523
523
  // This file was generated automatically by a script. Please do not modify it directly.
524
524
  var _default = exports.default = {
525
- version: '3.8.1-beta.5'
525
+ version: '3.8.1-beta.6'
526
526
  };
package/dist/shineout.js CHANGED
@@ -12386,7 +12386,7 @@ var handleStyle = function handleStyle(style) {
12386
12386
  };
12387
12387
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
12388
12388
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
12389
- /* harmony default export */ var version = ('3.8.1-beta.5');
12389
+ /* harmony default export */ var version = ('3.8.1-beta.6');
12390
12390
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12391
12391
 
12392
12392
 
@@ -26204,6 +26204,26 @@ var stepsStyle = {
26204
26204
  '&:after': {
26205
26205
  width: "calc(100% - ".concat(src.stepsIconWidth, " + 4px)")
26206
26206
  }
26207
+ },
26208
+ '& $horizontalLabel': {
26209
+ '& > $default': {
26210
+ display: 'flex',
26211
+ '& $content': {
26212
+ flex: 1,
26213
+ minWidth: 0,
26214
+ '& $title': {
26215
+ display: 'flex',
26216
+ alignItems: 'center',
26217
+ '& > *': {
26218
+ maxWidth: '100%'
26219
+ },
26220
+ '&::after': {
26221
+ position: 'static',
26222
+ width: '100%'
26223
+ }
26224
+ }
26225
+ }
26226
+ }
26207
26227
  }
26208
26228
  },
26209
26229
  '& $verticalLabel': {
@@ -73040,7 +73060,7 @@ var upload_interface = __webpack_require__(8821);
73040
73060
 
73041
73061
 
73042
73062
  /* harmony default export */ var src_0 = ({
73043
- version: '3.8.1-beta.5'
73063
+ version: '3.8.1-beta.6'
73044
73064
  });
73045
73065
  }();
73046
73066
  /******/ return __webpack_exports__;