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.
@@ -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: {
@@ -2892,7 +2892,7 @@ function Hr({ value: e, onClickReset: r, ...t }) {
2892
2892
  "input",
2893
2893
  {
2894
2894
  value: e,
2895
- className: "focus:ring-primary-200 focus:outline-primary-300 w-full rounded-xl border-none border-gray-100 bg-white px-4 py-3 outline-1 outline-gray-200 focus:ring-4 focus:outline-1 md:py-3.5",
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-8",
2946
+ className: "relative z-40 rounded-lg bg-white p-6",
2947
2947
  children: e
2948
2948
  }
2949
2949
  );