infinity-ui-elements 1.9.12 → 1.9.13
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.css +1 -1
- package/dist/index.esm.js +3 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -5328,17 +5328,17 @@ const tabItemVariants = cva(`inline-flex items-center justify-center gap-3 white
|
|
|
5328
5328
|
{
|
|
5329
5329
|
variant: "segmented",
|
|
5330
5330
|
size: "small",
|
|
5331
|
-
class: "px-3 py-1.5 h-
|
|
5331
|
+
class: "px-3 py-1.5 h-auto! rounded-[4px]",
|
|
5332
5332
|
},
|
|
5333
5333
|
{
|
|
5334
5334
|
variant: "segmented",
|
|
5335
5335
|
size: "medium",
|
|
5336
|
-
class: "px-4 py-2 h-
|
|
5336
|
+
class: "px-4 py-2 h-auto! rounded-[4px]",
|
|
5337
5337
|
},
|
|
5338
5338
|
{
|
|
5339
5339
|
variant: "segmented",
|
|
5340
5340
|
size: "large",
|
|
5341
|
-
class: "px-4
|
|
5341
|
+
class: "py-2 px-4 h-auto! rounded-[4px]",
|
|
5342
5342
|
},
|
|
5343
5343
|
],
|
|
5344
5344
|
defaultVariants: {
|