@nextui-org/theme
Advanced tools
Comparing version 0.0.0-dev-v2-20230328184744 to 0.0.0-dev-v2-20230328190228
@@ -96,3 +96,5 @@ import * as tailwind_variants from 'tailwind-variants'; | ||
isHoverable: { | ||
true: {}; | ||
true: { | ||
base: string; | ||
}; | ||
}; | ||
@@ -207,3 +209,5 @@ isPressable: { | ||
isHoverable: { | ||
true: {}; | ||
true: { | ||
base: string; | ||
}; | ||
}; | ||
@@ -210,0 +214,0 @@ isPressable: { |
@@ -170,3 +170,5 @@ "use strict"; | ||
isHoverable: { | ||
true: {} | ||
true: { | ||
base: "hover:bg-content2 dark:hover:bg-content2" | ||
} | ||
}, | ||
@@ -193,3 +195,3 @@ isPressable: { | ||
true: "", | ||
false: { base: "transition-transform motion-reduce:transition-none" } | ||
false: { base: "transition-transform-background motion-reduce:transition-none" } | ||
} | ||
@@ -199,7 +201,2 @@ }, | ||
{ | ||
isHoverable: true, | ||
disableAnimation: false, | ||
class: "hover:-translate-y-1.5" | ||
}, | ||
{ | ||
isPressable: true, | ||
@@ -206,0 +203,0 @@ disableAnimation: false, |
{ | ||
"name": "@nextui-org/theme", | ||
"version": "0.0.0-dev-v2-20230328184744", | ||
"version": "0.0.0-dev-v2-20230328190228", | ||
"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
Sorry, the diff of this file is not supported yet
550102
22804