glints-aries 4.0.213 → 4.0.214

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.
@@ -25,7 +25,7 @@ export var Switch = /*#__PURE__*/React.forwardRef(function Switch(_ref, ref) {
25
25
  value: value
26
26
  }, otherProps, {
27
27
  disabled: disabled,
28
- defaultChecked: checked,
28
+ checked: checked,
29
29
  type: "checkbox",
30
30
  onChange: onChange,
31
31
  ref: ref,
@@ -30,7 +30,7 @@ var Switch = /*#__PURE__*/_react["default"].forwardRef(function Switch(_ref, ref
30
30
  value: value
31
31
  }, otherProps, {
32
32
  disabled: disabled,
33
- defaultChecked: checked,
33
+ checked: checked,
34
34
  type: "checkbox",
35
35
  onChange: onChange,
36
36
  ref: ref,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "glints-aries",
3
- "version": "4.0.213",
3
+ "version": "4.0.214",
4
4
  "description": "Glints ui-kit for frontend",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./es/index.js",