@underverse-ui/underverse 1.0.87 → 1.0.88

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@underverse-ui/underverse",
3
- "version": "1.0.87",
3
+ "version": "1.0.88",
4
4
  "sourceEntry": "src/index.ts",
5
5
  "totalExports": 225,
6
6
  "exports": [
package/dist/index.cjs CHANGED
@@ -9135,9 +9135,9 @@ var DateRangePicker = ({
9135
9135
  type: "button",
9136
9136
  onClick: () => setViewMode(viewMode === "year" ? "calendar" : "year"),
9137
9137
  className: cn(
9138
- "rounded-lg px-2 py-0.5 font-medium transition-colors duration-200",
9139
- size === "sm" ? "text-[10px]" : size === "lg" ? "text-sm" : "text-xs",
9140
- viewMode === "year" ? "bg-primary/15 text-primary" : "text-muted-foreground hover:bg-accent/50 hover:text-foreground"
9138
+ "rounded-lg px-2 py-0.5 font-bold transition-colors duration-200",
9139
+ size === "sm" ? "text-xs" : size === "lg" ? "text-base" : "text-sm",
9140
+ viewMode === "year" ? "bg-primary/15 text-primary" : "text-foreground hover:bg-accent/50"
9141
9141
  ),
9142
9142
  children: viewDate.getFullYear()
9143
9143
  }