infinity-ui-elements 1.14.12 → 1.14.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 +4 -4
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -457,22 +457,22 @@ const buttonVariants = cva("items-center gap-3 justify-center whitespace-nowrap
|
|
|
457
457
|
{
|
|
458
458
|
isIconOnly: true,
|
|
459
459
|
size: "xsmall",
|
|
460
|
-
class: "h-
|
|
460
|
+
class: "h-[28px] w-7",
|
|
461
461
|
},
|
|
462
462
|
{
|
|
463
463
|
isIconOnly: true,
|
|
464
464
|
size: "small",
|
|
465
|
-
class: "h-
|
|
465
|
+
class: "h-[32px] w-8",
|
|
466
466
|
},
|
|
467
467
|
{
|
|
468
468
|
isIconOnly: true,
|
|
469
469
|
size: "medium",
|
|
470
|
-
class: "h-
|
|
470
|
+
class: "h-[36px] w-9",
|
|
471
471
|
},
|
|
472
472
|
{
|
|
473
473
|
isIconOnly: true,
|
|
474
474
|
size: "large",
|
|
475
|
-
class: "h-
|
|
475
|
+
class: "h-[44px] w-10",
|
|
476
476
|
},
|
|
477
477
|
],
|
|
478
478
|
defaultVariants: {
|