@nextui-org/theme
Advanced tools
Comparing version 0.0.0-dev-v2-20230609003119 to 0.0.0-dev-v2-20230609175559
@@ -89,2 +89,3 @@ import * as tailwind_variants from 'tailwind-variants'; | ||
indicator: string; | ||
trigger: string; | ||
}; | ||
@@ -141,2 +142,3 @@ }; | ||
indicator: string; | ||
trigger: string; | ||
}; | ||
@@ -143,0 +145,0 @@ }; |
@@ -62,2 +62,3 @@ "use strict"; | ||
"flex py-4 w-full h-full gap-3 outline-none items-center", | ||
"data-[pressed=true]:opacity-80", | ||
"data-[focus-visible=true]:outline-none", | ||
@@ -107,3 +108,4 @@ "data-[focus-visible=true]:ring-2", | ||
false: { | ||
indicator: "transition-transform" | ||
indicator: "transition-transform", | ||
trigger: "transition-opacity" | ||
} | ||
@@ -110,0 +112,0 @@ }, |
@@ -105,3 +105,3 @@ "use strict"; | ||
slots: { | ||
base: ["relative", "flex", "shrink-0", "overflow-visible", "items-center", "justify-center"], | ||
base: ["relative", "flex", "max-w-fit", "overflow-visible", "items-center", "justify-center"], | ||
badge: [ | ||
@@ -108,0 +108,0 @@ "flex", |
@@ -106,3 +106,3 @@ "use strict"; | ||
base: "inline-flex", | ||
tabList: ["flex", "items-center", "gap-2", "bg-default-100", "p-1"], | ||
tabList: ["flex", "items-center", "gap-2", "bg-default-100", "p-1", "h-fit"], | ||
tab: [ | ||
@@ -207,2 +207,7 @@ "z-0", | ||
sm: { | ||
tabList: "rounded-sm", | ||
tab: "rounded", | ||
cursor: "rounded" | ||
}, | ||
md: { | ||
tabList: "rounded-md", | ||
@@ -212,3 +217,3 @@ tab: "rounded-sm", | ||
}, | ||
md: { | ||
lg: { | ||
tabList: "rounded-lg", | ||
@@ -218,3 +223,3 @@ tab: "rounded-md", | ||
}, | ||
lg: { | ||
xl: { | ||
tabList: "rounded-xl", | ||
@@ -224,7 +229,2 @@ tab: "rounded-lg", | ||
}, | ||
xl: { | ||
tabList: "rounded-2xl", | ||
tab: "rounded-xl", | ||
cursor: "rounded-xl" | ||
}, | ||
full: { | ||
@@ -231,0 +231,0 @@ tabList: "rounded-full", |
{ | ||
"name": "@nextui-org/theme", | ||
"version": "0.0.0-dev-v2-20230609003119", | ||
"version": "0.0.0-dev-v2-20230609175559", | ||
"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 not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
872654
36145