ddingdong-design-system 0.3.1 → 0.3.3
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 +1 -1
|
@@ -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: {
|
|
@@ -2892,7 +2892,7 @@ function Hr({ value: e, onClickReset: r, ...t }) {
|
|
|
2892
2892
|
"input",
|
|
2893
2893
|
{
|
|
2894
2894
|
value: e,
|
|
2895
|
-
className: "focus:
|
|
2895
|
+
className: "focus:bg-primary-50 w-full rounded-xl border-none bg-gray-50 px-4 py-3 outline-1 outline-gray-200 md:py-3.5",
|
|
2896
2896
|
...t
|
|
2897
2897
|
}
|
|
2898
2898
|
),
|
|
@@ -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
|
);
|