@heroui/theme
Advanced tools
Comparing version 0.0.0-canary-20250205211537 to 0.0.0-canary-20250205212344
@@ -64,2 +64,9 @@ import * as tailwind_variants from 'tailwind-variants'; | ||
}; | ||
isRTL: { | ||
true: { | ||
nextButton: string; | ||
prevButton: string; | ||
}; | ||
false: {}; | ||
}; | ||
}, { | ||
@@ -148,2 +155,9 @@ base: string[]; | ||
}; | ||
isRTL: { | ||
true: { | ||
nextButton: string; | ||
prevButton: string; | ||
}; | ||
false: {}; | ||
}; | ||
}, { | ||
@@ -208,2 +222,9 @@ color: { | ||
}; | ||
isRTL: { | ||
true: { | ||
nextButton: string; | ||
prevButton: string; | ||
}; | ||
false: {}; | ||
}; | ||
}>, { | ||
@@ -268,2 +289,9 @@ color: { | ||
}; | ||
isRTL: { | ||
true: { | ||
nextButton: string; | ||
prevButton: string; | ||
}; | ||
false: {}; | ||
}; | ||
}, { | ||
@@ -352,2 +380,9 @@ base: string[]; | ||
}; | ||
isRTL: { | ||
true: { | ||
nextButton: string; | ||
prevButton: string; | ||
}; | ||
false: {}; | ||
}; | ||
}, { | ||
@@ -436,2 +471,9 @@ base: string[]; | ||
}; | ||
isRTL: { | ||
true: { | ||
nextButton: string; | ||
prevButton: string; | ||
}; | ||
false: {}; | ||
}; | ||
}, { | ||
@@ -496,2 +538,9 @@ color: { | ||
}; | ||
isRTL: { | ||
true: { | ||
nextButton: string; | ||
prevButton: string; | ||
}; | ||
false: {}; | ||
}; | ||
}>, unknown, unknown, undefined>>; | ||
@@ -498,0 +547,0 @@ type CalendarReturnType = ReturnType<typeof calendar>; |
@@ -216,2 +216,9 @@ "use strict"; | ||
} | ||
}, | ||
isRTL: { | ||
true: { | ||
nextButton: "order-1", | ||
prevButton: "order-3" | ||
}, | ||
false: {} | ||
} | ||
@@ -223,3 +230,4 @@ }, | ||
hideDisabledDates: false, | ||
showMonthAndYearPickers: false | ||
showMonthAndYearPickers: false, | ||
isRTL: false | ||
}, | ||
@@ -226,0 +234,0 @@ compoundVariants: [ |
@@ -99,3 +99,3 @@ "use strict"; | ||
trigger: "relative px-3 gap-3 w-full inline-flex flex-row items-center shadow-sm outline-none tap-highlight-transparent", | ||
innerWrapper: "inline-flex h-full w-[calc(100%_-_theme(spacing.6))] min-h-4 items-center gap-1.5 box-border", | ||
innerWrapper: "inline-flex h-fit w-[calc(100%_-_theme(spacing.6))] min-h-4 items-center gap-1.5 box-border", | ||
selectorIcon: "absolute end-3 w-4 h-4", | ||
@@ -102,0 +102,0 @@ spinner: "absolute end-3", |
{ | ||
"name": "@heroui/theme", | ||
"version": "0.0.0-canary-20250205211537", | ||
"version": "0.0.0-canary-20250205212344", | ||
"description": "The default theme for HeroUI components", | ||
@@ -47,3 +47,3 @@ "keywords": [ | ||
"tailwind-merge": "2.5.4", | ||
"@heroui/shared-utils": "0.0.0-canary-20250205211537" | ||
"@heroui/shared-utils": "0.0.0-canary-20250205212344" | ||
}, | ||
@@ -50,0 +50,0 @@ "peerDependencies": { |
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
2255664
73977
+ Added@heroui/shared-utils@0.0.0-canary-20250205212344(transitive)
- Removed@heroui/shared-utils@0.0.0-canary-20250205211537(transitive)