ywana-core8 0.0.821 → 0.0.823

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/dist/index.umd.js CHANGED
@@ -1442,7 +1442,7 @@
1442
1442
  onFocus: focus,
1443
1443
  onBlur: blur,
1444
1444
  readOnly: readOnly,
1445
- step: any
1445
+ step: "any"
1446
1446
  }), readOnly === false && canClear && value && value.length > 0 ? /*#__PURE__*/React__default["default"].createElement(Icon, {
1447
1447
  icon: "close",
1448
1448
  clickable: true,