@nextui-org/theme
Advanced tools
Comparing version 0.0.0-canary-20240829050401 to 0.0.0-canary-20240830164806
@@ -66,4 +66,4 @@ import * as tailwind_variants from 'tailwind-variants'; | ||
base: string[]; | ||
prevButton: never[]; | ||
nextButton: never[]; | ||
prevButton: string[]; | ||
nextButton: string[]; | ||
headerWrapper: string[]; | ||
@@ -268,4 +268,4 @@ header: string; | ||
base: string[]; | ||
prevButton: never[]; | ||
nextButton: never[]; | ||
prevButton: string[]; | ||
nextButton: string[]; | ||
headerWrapper: string[]; | ||
@@ -352,4 +352,4 @@ header: string; | ||
base: string[]; | ||
prevButton: never[]; | ||
nextButton: never[]; | ||
prevButton: string[]; | ||
nextButton: string[]; | ||
headerWrapper: string[]; | ||
@@ -356,0 +356,0 @@ header: string; |
@@ -81,6 +81,6 @@ "use strict"; | ||
], | ||
prevButton: [], | ||
nextButton: [], | ||
prevButton: ["order-1"], | ||
nextButton: ["order-3"], | ||
headerWrapper: [ | ||
"px-4 py-2 flex items-center justify-between gap-2 bg-content1 overflow-hidden", | ||
"px-4 py-2 flex items-center justify-between gap-2 bg-content1 overflow-hidden rtl:flex-row-reverse", | ||
"[&_.chevron-icon]:flex-none", | ||
@@ -92,3 +92,3 @@ "after:content-['']", | ||
], | ||
header: "flex w-full items-center justify-center gap-2 z-10", | ||
header: "flex w-full items-center justify-center gap-2 z-10 order-2", | ||
title: "text-default-500 text-small font-medium", | ||
@@ -95,0 +95,0 @@ content: "w-[calc(var(--visible-months)_*_var(--calendar-width))]", |
{ | ||
"name": "@nextui-org/theme", | ||
"version": "0.0.0-canary-20240829050401", | ||
"version": "0.0.0-canary-20240830164806", | ||
"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
1587229