@nextui-org/theme 0.0.0-dev-v2-20230601001842 → 0.0.0-dev-v2-20230601002458
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/{chunk-JY7ZEL5Z.mjs → chunk-WIVW4YCJ.mjs} +1 -1
- package/dist/components/button.js +1 -1
- package/dist/components/button.mjs +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -173,7 +173,7 @@ var button = (0, import_tailwind_variants.tv)({
|
|
|
173
173
|
true: "[&:not(:first-child):not(:last-child)]:rounded-none"
|
|
174
174
|
},
|
|
175
175
|
isIconOnly: {
|
|
176
|
-
true: "p-0 gap-0",
|
|
176
|
+
true: "p-0 gap-0 min-w-fit",
|
|
177
177
|
false: "[&>svg]:max-w-[2em]"
|
|
178
178
|
},
|
|
179
179
|
disableAnimation: {
|
package/dist/components/index.js
CHANGED
|
@@ -743,7 +743,7 @@ var button = (0, import_tailwind_variants5.tv)({
|
|
|
743
743
|
true: "[&:not(:first-child):not(:last-child)]:rounded-none"
|
|
744
744
|
},
|
|
745
745
|
isIconOnly: {
|
|
746
|
-
true: "p-0 gap-0",
|
|
746
|
+
true: "p-0 gap-0 min-w-fit",
|
|
747
747
|
false: "[&>svg]:max-w-[2em]"
|
|
748
748
|
},
|
|
749
749
|
disableAnimation: {
|
package/dist/index.js
CHANGED
|
@@ -775,7 +775,7 @@ var button = (0, import_tailwind_variants5.tv)({
|
|
|
775
775
|
true: "[&:not(:first-child):not(:last-child)]:rounded-none"
|
|
776
776
|
},
|
|
777
777
|
isIconOnly: {
|
|
778
|
-
true: "p-0 gap-0",
|
|
778
|
+
true: "p-0 gap-0 min-w-fit",
|
|
779
779
|
false: "[&>svg]:max-w-[2em]"
|
|
780
780
|
},
|
|
781
781
|
disableAnimation: {
|
package/dist/index.mjs
CHANGED