@kimkihwan/cytur-design-system 0.2.1 → 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.
- package/dist/index.js +1 -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: i === void 0 ? a : void 0,
|
|
2212
|
+
...i === void 0 ? { defaultChecked: a } : { checked: i },
|
|
2214
2213
|
disabled: r,
|
|
2215
2214
|
onChange: o,
|
|
2216
2215
|
css: e({
|