@julseb-lib/react 1.1.17 → 1.1.18
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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -68842,7 +68842,7 @@ var TabsButton = ({
|
|
|
68842
68842
|
{
|
|
68843
68843
|
ref,
|
|
68844
68844
|
className: clsx(
|
|
68845
|
-
"outline-none",
|
|
68845
|
+
"outline-none font-bold",
|
|
68846
68846
|
genRingColor["primary"],
|
|
68847
68847
|
isActive && "active",
|
|
68848
68848
|
variant === "basic" && [
|
|
@@ -68854,7 +68854,7 @@ var TabsButton = ({
|
|
|
68854
68854
|
"[&.active]:bg-primary-500 [&.active]:text-white"
|
|
68855
68855
|
],
|
|
68856
68856
|
justify === "start" && ["min-w-20"],
|
|
68857
|
-
justify === "stretch" && ["grow"],
|
|
68857
|
+
justify === "stretch" && ["grow w-full"],
|
|
68858
68858
|
"tabs-button",
|
|
68859
68859
|
className
|
|
68860
68860
|
),
|