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.js
CHANGED
|
@@ -5349,17 +5349,17 @@ const tabItemVariants = classVarianceAuthority.cva(`inline-flex items-center jus
|
|
|
5349
5349
|
{
|
|
5350
5350
|
variant: "segmented",
|
|
5351
5351
|
size: "small",
|
|
5352
|
-
class: "px-3 py-1.5 h-
|
|
5352
|
+
class: "px-3 py-1.5 h-auto! rounded-[4px]",
|
|
5353
5353
|
},
|
|
5354
5354
|
{
|
|
5355
5355
|
variant: "segmented",
|
|
5356
5356
|
size: "medium",
|
|
5357
|
-
class: "px-4 py-2 h-
|
|
5357
|
+
class: "px-4 py-2 h-auto! rounded-[4px]",
|
|
5358
5358
|
},
|
|
5359
5359
|
{
|
|
5360
5360
|
variant: "segmented",
|
|
5361
5361
|
size: "large",
|
|
5362
|
-
class: "px-4
|
|
5362
|
+
class: "py-2 px-4 h-auto! rounded-[4px]",
|
|
5363
5363
|
},
|
|
5364
5364
|
],
|
|
5365
5365
|
defaultVariants: {
|