@kimkihwan/cytur-design-system 0.2.0 → 0.2.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2210,7 +2210,7 @@ var Gt = e({
2210
2210
  ref: c,
2211
2211
  type: "radio",
2212
2212
  checked: i,
2213
- defaultChecked: a,
2213
+ defaultChecked: i === void 0 ? a : void 0,
2214
2214
  disabled: r,
2215
2215
  onChange: o,
2216
2216
  css: e({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kimkihwan/cytur-design-system",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",