@marcoschwartz/lite-ui 0.23.2 → 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.mjs CHANGED
@@ -435,7 +435,7 @@ var Modal = ({
435
435
  children: /* @__PURE__ */ jsxs3(
436
436
  "div",
437
437
  {
438
- 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`,
438
+ 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`,
439
439
  onClick: (e) => e.stopPropagation(),
440
440
  children: [
441
441
  (title || showCloseButton) && /* @__PURE__ */ jsxs3("div", { className: "flex items-center justify-between p-6 border-b border-[hsl(var(--border))]", children: [
@@ -1897,7 +1897,7 @@ var Tabs = ({
1897
1897
  onChange?.(index);
1898
1898
  };
1899
1899
  return /* @__PURE__ */ jsxs17("div", { className, children: [
1900
- /* @__PURE__ */ jsx89("div", { className: "border-b border-[hsl(var(--border))]", children: /* @__PURE__ */ jsx89("nav", { className: "flex gap-4 -mb-px", "aria-label": "Tabs", children: tabs.map((tab, index) => /* @__PURE__ */ jsx89(
1900
+ /* @__PURE__ */ jsx89("div", { className: "border-b border-[hsl(var(--border))] px-4", children: /* @__PURE__ */ jsx89("nav", { className: "flex gap-4 -mb-px", "aria-label": "Tabs", children: tabs.map((tab, index) => /* @__PURE__ */ jsx89(
1901
1901
  "button",
1902
1902
  {
1903
1903
  onClick: () => handleTabClick(index),