@nextui-org/theme
Advanced tools
Comparing version 0.0.0-dev-v2-20230326024632 to 0.0.0-dev-v2-20230326032643
@@ -63,2 +63,5 @@ import * as tailwind_variants from 'tailwind-variants'; | ||
}; | ||
isIconButton: { | ||
true: string; | ||
}; | ||
disableAnimation: { | ||
@@ -116,2 +119,5 @@ true: string; | ||
}; | ||
isIconButton: { | ||
true: string; | ||
}; | ||
disableAnimation: { | ||
@@ -118,0 +124,0 @@ true: string; |
@@ -128,3 +128,5 @@ "use strict"; | ||
"overflow-hidden", | ||
"gap-3" | ||
"gap-3", | ||
"[&>svg]:fill-current", | ||
"[&>svg]:max-w-[2em]" | ||
], | ||
@@ -179,5 +181,8 @@ variants: { | ||
}, | ||
isIconButton: { | ||
true: "p-0 gap-0" | ||
}, | ||
disableAnimation: { | ||
true: "!transition-none", | ||
false: "transition-transform-background" | ||
false: "transition-transform-background motion-reduce:transition-none" | ||
} | ||
@@ -425,2 +430,27 @@ }, | ||
class: "[&:not(:first-child)]:border-l-0" | ||
}, | ||
{ | ||
isIconButton: true, | ||
size: "xs", | ||
class: "w-6 h-6" | ||
}, | ||
{ | ||
isIconButton: true, | ||
size: "sm", | ||
class: "w-8 h-8" | ||
}, | ||
{ | ||
isIconButton: true, | ||
size: "md", | ||
class: "w-10 h-10" | ||
}, | ||
{ | ||
isIconButton: true, | ||
size: "lg", | ||
class: "w-12 h-12" | ||
}, | ||
{ | ||
isIconButton: true, | ||
size: "xl", | ||
class: "w-14 h-14" | ||
} | ||
@@ -427,0 +457,0 @@ ] |
{ | ||
"name": "@nextui-org/theme", | ||
"version": "0.0.0-dev-v2-20230326024632", | ||
"version": "0.0.0-dev-v2-20230326032643", | ||
"description": "The default theme for NextUI components", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
542136
22557