@nextui-org/theme
Advanced tools
Comparing version 0.0.0-dev-v2-20230620004617 to 0.0.0-dev-v2-20230620142942
@@ -105,3 +105,3 @@ "use strict"; | ||
slots: { | ||
base: "flex flex-wrap relative items-center gap-1 max-w-fit", | ||
base: "flex flex-nowrap relative overflow-x-auto overflow-y-visible items-center gap-1 max-w-fit h-fit", | ||
item: [], | ||
@@ -424,3 +424,3 @@ prev: "", | ||
size: "xs", | ||
class: "w-7 h-7 text-xs" | ||
class: "min-w-7 w-7 h-7 text-xs" | ||
}, | ||
@@ -430,3 +430,3 @@ { | ||
size: "sm", | ||
class: "w-8 h-8 text-sm" | ||
class: "min-w-8 w-8 h-8 text-sm" | ||
}, | ||
@@ -436,3 +436,3 @@ { | ||
size: "md", | ||
class: "w-9 h-9 text-sm" | ||
class: "min-w-9 w-9 h-9 text-sm" | ||
}, | ||
@@ -442,3 +442,3 @@ { | ||
size: "lg", | ||
class: "w-10 h-10 text-base" | ||
class: "min-w-10 w-10 h-10 text-base" | ||
}, | ||
@@ -448,3 +448,3 @@ { | ||
size: "xl", | ||
class: "w-11 h-11 text-base" | ||
class: "min-w-11 w-11 h-11 text-base" | ||
}, | ||
@@ -451,0 +451,0 @@ { |
@@ -583,3 +583,7 @@ "use strict"; | ||
7: "1.75rem", | ||
8: "2rem" | ||
8: "2rem", | ||
9: "2.25rem", | ||
10: "2.5rem", | ||
11: "2.75rem", | ||
12: "3rem" | ||
}, | ||
@@ -586,0 +590,0 @@ backgroundImage: { |
{ | ||
"name": "@nextui-org/theme", | ||
"version": "0.0.0-dev-v2-20230620004617", | ||
"version": "0.0.0-dev-v2-20230620142942", | ||
"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 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
Sorry, the diff of this file is not supported yet
960622
40644