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.
@@ -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 text-sm font-medium py-2.5 md:py-4 md:text-base md:font-semibold cursor-pointer",
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 z-30 flex w-full items-center justify-center", o),
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-8",
2946
+ className: "relative z-40 rounded-lg bg-white p-6",
2947
2947
  children: e
2948
2948
  }
2949
2949
  );