ddingdong-design-system 0.3.0 → 0.3.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/ddingdong-design-system.es.js +3 -3
- package/dist/ddingdong-design-system.es.js.map +1 -1
- package/dist/ddingdong-design-system.umd.js +1 -1
- package/dist/ddingdong-design-system.umd.js.map +1 -1
- package/dist/shared/ui/Checkbox/Checkbox.d.ts +24 -0
- package/dist/shared/ui/Checkbox/index.d.ts +1 -0
- package/dist/shared/ui/Radio/Radio.context.d.ts +10 -0
- package/dist/shared/ui/Radio/RadioItem.d.ts +8 -0
- package/dist/shared/ui/Radio/RadioRoot.d.ts +38 -0
- package/dist/shared/ui/Radio/index.d.ts +2 -0
- package/package.json +5 -7
|
@@ -2491,7 +2491,7 @@ const Le = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Me = Ie, Q
|
|
|
2491
2491
|
}, []);
|
|
2492
2492
|
return Me(e, a, d, t == null ? void 0 : t.class, t == null ? void 0 : t.className);
|
|
2493
2493
|
}, Kt = Q(
|
|
2494
|
-
"flex justify-center items-center
|
|
2494
|
+
"flex justify-center items-center py-2 md:py-3 md:text-base md:font-semibold text-sm font-medium cursor-pointer",
|
|
2495
2495
|
{
|
|
2496
2496
|
variants: {
|
|
2497
2497
|
variant: {
|
|
@@ -2927,7 +2927,7 @@ function _r({ isOpen: e, closeModal: r, children: t, className: o }) {
|
|
|
2927
2927
|
animate: J.animate,
|
|
2928
2928
|
exit: J.exit,
|
|
2929
2929
|
transition: J.transition,
|
|
2930
|
-
className: x("fixed inset-0
|
|
2930
|
+
className: x("fixed inset-0 flex w-full items-center justify-center", o),
|
|
2931
2931
|
children: [
|
|
2932
2932
|
/* @__PURE__ */ l("div", { className: "absolute inset-0 bg-black/50", onClick: n }),
|
|
2933
2933
|
/* @__PURE__ */ l(ur, { children: t })
|
|
@@ -2943,7 +2943,7 @@ function ur({ children: e }) {
|
|
|
2943
2943
|
"aria-modal": "true",
|
|
2944
2944
|
justifyContent: "center",
|
|
2945
2945
|
alignItems: "center",
|
|
2946
|
-
className: "relative z-40 rounded-lg bg-white p-
|
|
2946
|
+
className: "relative z-40 rounded-lg bg-white p-6",
|
|
2947
2947
|
children: e
|
|
2948
2948
|
}
|
|
2949
2949
|
);
|