@chekinapp/ui 0.0.15 → 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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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-
|
|
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,7 +713,7 @@ var buttonVariants = cva3(
|
|
|
713
713
|
compoundVariants: [
|
|
714
714
|
{
|
|
715
715
|
variant: "link",
|
|
716
|
-
className: "h-auto min-w-
|
|
716
|
+
className: "h-auto min-w-0 px-0 py-0 rounded-none"
|
|
717
717
|
},
|
|
718
718
|
{
|
|
719
719
|
size: "icon",
|