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.js CHANGED
@@ -478,22 +478,22 @@ const buttonVariants = classVarianceAuthority.cva("items-center gap-3 justify-ce
478
478
  {
479
479
  isIconOnly: true,
480
480
  size: "xsmall",
481
- class: "h-7 w-7",
481
+ class: "h-[28px] w-7",
482
482
  },
483
483
  {
484
484
  isIconOnly: true,
485
485
  size: "small",
486
- class: "h-8 w-8",
486
+ class: "h-[32px] w-8",
487
487
  },
488
488
  {
489
489
  isIconOnly: true,
490
490
  size: "medium",
491
- class: "h-9 w-9",
491
+ class: "h-[36px] w-9",
492
492
  },
493
493
  {
494
494
  isIconOnly: true,
495
495
  size: "large",
496
- class: "h-10 w-10",
496
+ class: "h-[44px] w-10",
497
497
  },
498
498
  ],
499
499
  defaultVariants: {