@nextui-org/theme
Advanced tools
Comparing version 0.0.0-dev-v2-20230331020226 to 0.0.0-dev-v2-20230331023043
@@ -45,14 +45,24 @@ import * as tailwind_variants from 'tailwind-variants'; | ||
xs: { | ||
label: string; | ||
value: string; | ||
track: string; | ||
}; | ||
sm: { | ||
label: string; | ||
value: string; | ||
track: string; | ||
}; | ||
md: { | ||
label: string; | ||
value: string; | ||
track: string; | ||
}; | ||
lg: { | ||
label: string; | ||
value: string; | ||
track: string; | ||
}; | ||
xl: { | ||
label: string; | ||
value: string; | ||
track: string; | ||
@@ -59,0 +69,0 @@ }; |
@@ -60,14 +60,24 @@ "use strict"; | ||
xs: { | ||
label: "text-xs", | ||
value: "text-xs", | ||
track: "h-1" | ||
}, | ||
sm: { | ||
label: "text-sm", | ||
value: "text-sm", | ||
track: "h-2" | ||
}, | ||
md: { | ||
label: "text-base", | ||
value: "text-base", | ||
track: "h-4" | ||
}, | ||
lg: { | ||
label: "text-lg", | ||
value: "text-lg", | ||
track: "h-6" | ||
}, | ||
xl: { | ||
label: "text-lg", | ||
value: "text-lg", | ||
track: "h-7" | ||
@@ -74,0 +84,0 @@ } |
{ | ||
"name": "@nextui-org/theme", | ||
"version": "0.0.0-dev-v2-20230331020226", | ||
"version": "0.0.0-dev-v2-20230331023043", | ||
"description": "The default theme for NextUI components", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
582134
24183