@marcoschwartz/lite-ui 0.23.2 → 0.23.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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -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),
|