shineout 3.8.3 → 3.8.4-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.
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.3'
525
+ version: '3.8.4-beta.1'
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.3');
12389
+ /* harmony default export */ var version = ('3.8.4-beta.1');
12390
12390
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12391
12391
 
12392
12392
 
@@ -28313,7 +28313,14 @@ var textarea_input = objectSpread2_default()(objectSpread2_default()(objectSprea
28313
28313
  resize: 'vertical'
28314
28314
  },
28315
28315
  '&:not($shadow)': {
28316
- minHeight: '-webkit-fill-available'
28316
+ // 非 Safari 浏览器使用 -webkit-fill-available
28317
+ '@supports not ((-webkit-hyphens: none))': {
28318
+ minHeight: '-webkit-fill-available'
28319
+ },
28320
+ // Safari 使用 100%(Safari 支持 -webkit-hyphens)
28321
+ '@supports (-webkit-hyphens: none)': {
28322
+ minHeight: 'unset'
28323
+ }
28317
28324
  }
28318
28325
  },
28319
28326
  resize: {
@@ -29709,6 +29716,9 @@ var uploadStyle = {
29709
29716
  },
29710
29717
  '$resultDeleted $resultText &': {
29711
29718
  color: src.uploadResultDeletedFontColor
29719
+ },
29720
+ '& > svg': {
29721
+ width: '100%'
29712
29722
  }
29713
29723
  },
29714
29724
  iconHover: {
@@ -73173,7 +73183,7 @@ var upload_interface = __webpack_require__(8821);
73173
73183
 
73174
73184
 
73175
73185
  /* harmony default export */ var src_0 = ({
73176
- version: '3.8.3'
73186
+ version: '3.8.4-beta.1'
73177
73187
  });
73178
73188
  }();
73179
73189
  /******/ return __webpack_exports__;