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.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-7 w-7",
460
+ class: "h-[28px] w-7",
461
461
  },
462
462
  {
463
463
  isIconOnly: true,
464
464
  size: "small",
465
- class: "h-8 w-8",
465
+ class: "h-[32px] w-8",
466
466
  },
467
467
  {
468
468
  isIconOnly: true,
469
469
  size: "medium",
470
- class: "h-9 w-9",
470
+ class: "h-[36px] w-9",
471
471
  },
472
472
  {
473
473
  isIconOnly: true,
474
474
  size: "large",
475
- class: "h-10 w-10",
475
+ class: "h-[44px] w-10",
476
476
  },
477
477
  ],
478
478
  defaultVariants: {