@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.cjs +2 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -971,7 +971,7 @@ var buttonVariants = (0, import_class_variance_authority3.cva)(
|
|
|
971
971
|
],
|
|
972
972
|
link: [
|
|
973
973
|
"button_link",
|
|
974
|
-
"h-auto [font-weight:var(--button-link-font-weight)] min-w-
|
|
974
|
+
"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)]",
|
|
975
975
|
"hover:opacity-80 active:opacity-80 before:hidden",
|
|
976
976
|
"disabled:hover:no-opacity-80"
|
|
977
977
|
],
|
|
@@ -1010,8 +1010,7 @@ var buttonVariants = (0, import_class_variance_authority3.cva)(
|
|
|
1010
1010
|
compoundVariants: [
|
|
1011
1011
|
{
|
|
1012
1012
|
variant: "link",
|
|
1013
|
-
|
|
1014
|
-
className: "rounded-none"
|
|
1013
|
+
className: "h-auto min-w-0 px-0 py-0 rounded-none"
|
|
1015
1014
|
},
|
|
1016
1015
|
{
|
|
1017
1016
|
size: "icon",
|