ywana-core8 0.0.822 → 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.cjs CHANGED
@@ -1448,7 +1448,7 @@ var TextField = function TextField(props) {
1448
1448
  onFocus: focus,
1449
1449
  onBlur: blur,
1450
1450
  readOnly: readOnly,
1451
- step: any
1451
+ step: "any"
1452
1452
  }), readOnly === false && canClear && value && value.length > 0 ? /*#__PURE__*/React__default["default"].createElement(Icon, {
1453
1453
  icon: "close",
1454
1454
  clickable: true,