@nextui-org/theme
Advanced tools
Comparing version 0.0.0-dev-v2-20230326182053 to 0.0.0-dev-v2-20230326201634
@@ -28,3 +28,3 @@ "use strict"; | ||
animation: { | ||
"drip-expand": "drip-expand 350ms linear", | ||
"drip-expand": "drip-expand 420ms linear", | ||
"spinner-ease-spin": "spinner-spin 0.8s ease infinite", | ||
@@ -46,3 +46,3 @@ "spinner-linear-spin": "spinner-spin 0.8s linear infinite", | ||
"0%": { | ||
opacity: "0.4", | ||
opacity: "0.2", | ||
transform: "scale(0)" | ||
@@ -49,0 +49,0 @@ }, |
@@ -28,3 +28,13 @@ "use strict"; | ||
var drip = (0, import_tailwind_variants.tv)({ | ||
base: ["absolute", "will-change-transform", "bg-current", "rounded-full", "animate-drip-expand"] | ||
base: [ | ||
"hidden", | ||
"absolute", | ||
"opacity-0", | ||
"will-change-transform", | ||
"bg-current", | ||
"rounded-full", | ||
"animate-drip-expand", | ||
"data-[visible='true']:block", | ||
"data-[visible='true']:opacity-20" | ||
] | ||
}); | ||
@@ -31,0 +41,0 @@ // Annotate the CommonJS export names for ESM import in node: |
@@ -320,3 +320,3 @@ "use strict"; | ||
animation: { | ||
"drip-expand": "drip-expand 350ms linear", | ||
"drip-expand": "drip-expand 420ms linear", | ||
"spinner-ease-spin": "spinner-spin 0.8s ease infinite", | ||
@@ -338,3 +338,3 @@ "spinner-linear-spin": "spinner-spin 0.8s linear infinite", | ||
"0%": { | ||
opacity: "0.4", | ||
opacity: "0.2", | ||
transform: "scale(0)" | ||
@@ -341,0 +341,0 @@ }, |
{ | ||
"name": "@nextui-org/theme", | ||
"version": "0.0.0-dev-v2-20230326182053", | ||
"version": "0.0.0-dev-v2-20230326201634", | ||
"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 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
550604
22859