@marcoschwartz/lite-ui 0.23.3 → 0.23.4

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 CHANGED
@@ -597,7 +597,7 @@ var Modal = ({
597
597
  children: /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
598
598
  "div",
599
599
  {
600
- className: `relative w-full ${sizeClass} bg-[hsl(var(--card))] text-[hsl(var(--card-foreground))] rounded-[--radius] border border-[hsl(var(--border))] shadow-2xl transform transition-all duration-200 scale-100 animate-in`,
600
+ className: `relative w-full ${sizeClass} bg-[hsl(var(--card))] text-[hsl(var(--card-foreground))] rounded-lg border border-[hsl(var(--border))] shadow-2xl transform transition-all duration-200 scale-100 animate-in`,
601
601
  onClick: (e) => e.stopPropagation(),
602
602
  children: [
603
603
  (title || showCloseButton) && /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("div", { className: "flex items-center justify-between p-6 border-b border-[hsl(var(--border))]", children: [