shineout 3.4.3-beta.3 → 3.4.3-beta.4

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
@@ -492,5 +492,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
492
492
  // 此文件由脚本自动生成,请勿直接修改。
493
493
  // This file was generated automatically by a script. Please do not modify it directly.
494
494
  var _default = exports.default = {
495
- version: '3.4.3-beta.3'
495
+ version: '3.4.3-beta.4'
496
496
  };
package/dist/shineout.js CHANGED
@@ -4431,13 +4431,6 @@ const figma = [
4431
4431
  token: 'Radius-1000',
4432
4432
  locked: true,
4433
4433
  },
4434
- {
4435
- name: '50%/radius',
4436
- value: '50%',
4437
- describe: '50% 全圆角',
4438
- token: 'Radius-50%',
4439
- locked: true,
4440
- },
4441
4434
  {
4442
4435
  name: '基础阴影',
4443
4436
  value: '0px 2px 5px rgba(2, 11, 24, 0.1)',
@@ -11991,7 +11984,7 @@ var handleStyle = function handleStyle(style) {
11991
11984
  };
11992
11985
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
11993
11986
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
11994
- /* harmony default export */ var version = ('3.4.3-beta.3');
11987
+ /* harmony default export */ var version = ('3.4.3-beta.4');
11995
11988
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
11996
11989
 
11997
11990
 
@@ -12357,7 +12350,6 @@ var Token = {
12357
12350
  'Radius-8': '8px',
12358
12351
  'Radius-12': '12px',
12359
12352
  'Radius-1000': '1000px',
12360
- 'Radius-50%': '50%',
12361
12353
  'Shadow-1': '0px 2px 5px rgba(2, 11, 24, 0.1)',
12362
12354
  'Shadow-2': '0px 4px 10px rgba(2, 11, 24, 0.1)',
12363
12355
  'Shadow-3': '0px 8px 20px rgba(2, 11, 24, 0.1)',
@@ -48330,11 +48322,19 @@ var input_input_Input = function Input(props) {
48330
48322
  size = _useWithFormConfig.size,
48331
48323
  disabled = _useWithFormConfig.disabled,
48332
48324
  status = _useWithFormConfig.status,
48333
- error = _useWithFormConfig.error;
48325
+ error = _useWithFormConfig.error,
48326
+ onBlur = _useWithFormConfig.onBlur;
48334
48327
  var getProps = function getProps(child) {
48328
+ var onChildBlur = function onChildBlur(e) {
48329
+ var childBlurEvent = child.props.onBlur;
48330
+ if (childBlurEvent) {
48331
+ childBlurEvent(e);
48332
+ }
48333
+ onBlur === null || onBlur === void 0 || onBlur(e);
48334
+ };
48335
48335
  ref.current.propsMap.set(child, {
48336
48336
  onFocus: child.props.onFocus,
48337
- onBlur: child.props.onBlur
48337
+ onBlur: onChildBlur
48338
48338
  });
48339
48339
  if (!ref.current.eventMap.get(child)) {
48340
48340
  ref.current.eventMap.set(child, {
@@ -65150,7 +65150,7 @@ var upload_interface = __webpack_require__(8821);
65150
65150
 
65151
65151
 
65152
65152
  /* harmony default export */ var src_0 = ({
65153
- version: '3.4.3-beta.3'
65153
+ version: '3.4.3-beta.4'
65154
65154
  });
65155
65155
  }();
65156
65156
  /******/ return __webpack_exports__;