@kimkihwan/cytur-design-system 0.2.0 → 0.2.2

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 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2209,8 +2209,7 @@ var Gt = e({
2209
2209
  children: [/* @__PURE__ */ Q("input", {
2210
2210
  ref: c,
2211
2211
  type: "radio",
2212
- checked: i,
2213
- defaultChecked: a,
2212
+ ...i === void 0 ? { defaultChecked: a } : { checked: i },
2214
2213
  disabled: r,
2215
2214
  onChange: o,
2216
2215
  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.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",