@chekinapp/ui 0.0.14 → 0.0.16

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
@@ -674,7 +674,7 @@ var buttonVariants = cva3(
674
674
  ],
675
675
  link: [
676
676
  "button_link",
677
- "h-auto [font-weight:var(--button-link-font-weight)] min-w-auto rounded-none bg-[var(--button-link-bg)] px-0 py-0 text-[color:var(--button-link-text)]",
677
+ "h-auto [font-weight:var(--button-link-font-weight)] min-w-0 rounded-none bg-[var(--button-link-bg)] px-0 py-0 text-[color:var(--button-link-text)]",
678
678
  "hover:opacity-80 active:opacity-80 before:hidden",
679
679
  "disabled:hover:no-opacity-80"
680
680
  ],
@@ -713,8 +713,7 @@ var buttonVariants = cva3(
713
713
  compoundVariants: [
714
714
  {
715
715
  variant: "link",
716
- shape: "rounded",
717
- className: "rounded-none"
716
+ className: "h-auto min-w-0 px-0 py-0 rounded-none"
718
717
  },
719
718
  {
720
719
  size: "icon",