@pactor-app/ui 1.3.0 → 1.7.0

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.
@@ -459,11 +459,11 @@ function Calendar({
459
459
  defaultClassNames.day_button
460
460
  ),
461
461
  selected: cn(
462
- "[&>button]:bg-(--calendar-selected-background) [&>button]:text-(--calendar-selected-foreground) [&>button]:hover:bg-(--calendar-selected-background)",
462
+ "[&>button]:bg-(--calendar-selected-background) [&>button]:text-(--calendar-selected-foreground) [&>button]:hover:bg-(--calendar-selected-background) [&>button]:hover:text-(--calendar-selected-foreground)",
463
463
  defaultClassNames.selected
464
464
  ),
465
465
  today: cn(
466
- "[&>button]:bg-(--calendar-today-background) [&>button]:text-(--calendar-today-foreground)",
466
+ "[&>button]:bg-(--calendar-today-background) [&>button]:text-(--calendar-today-foreground) [&>button]:hover:bg-(--calendar-today-background) [&>button]:hover:text-(--calendar-today-foreground) [&>button]:border [&>button]:border-(--calendar-today-border)",
467
467
  defaultClassNames.today
468
468
  ),
469
469
  outside: cn(
@@ -2562,7 +2562,7 @@ function ToggleGroup({
2562
2562
  "data-variant": variant,
2563
2563
  "data-size": size,
2564
2564
  className: cn(
2565
- "group/toggle-group flex w-fit items-center rounded-md [&>[data-slot=toggle]]:rounded-none [&>[data-slot=toggle]]:first:rounded-l-md [&>[data-slot=toggle]]:last:rounded-r-md",
2565
+ "group/toggle-group flex w-fit items-center gap-1 rounded-md",
2566
2566
  className
2567
2567
  ),
2568
2568
  ...props,
@@ -2,7 +2,7 @@ import {
2
2
  Icon,
3
3
  Menu,
4
4
  Sidebar
5
- } from "./chunk-EVGIS2ZE.js";
5
+ } from "./chunk-ZM3WJZZ7.js";
6
6
  import {
7
7
  Accordion,
8
8
  AccordionContent,