@pactor-app/ui 1.0.0 → 1.1.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.
package/dist/index.d.cts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { createShadcnComponentRegistry } from './components/index.cjs';
2
- export { Accordion, AccordionItemData, AccordionProps, Alert, AlertDialog, AlertDialogProps, AlertProps, AlertVariant, AspectRatio, AspectRatioProps, Avatar, AvatarProps, Badge, BadgeProps, BadgeVariant, Breadcrumb, BreadcrumbItemData, BreadcrumbProps, Button, ButtonGroup, ButtonGroupProps, ButtonProps, ButtonSize, ButtonVariant, Calendar, CalendarProps, Card, CardProps, Carousel, CarouselImage, CarouselItemData, CarouselProps, Chart, ChartProps, ChartType, Checkbox, CheckboxProps, Collapsible, CollapsibleProps, Combobox, ComboboxOption, ComboboxProps, Command, CommandGroupData, CommandItemData, CommandProps, Content, ContentProps, ContextMenu, ContextMenuItemData, ContextMenuProps, DataTable, DataTableColumn, DataTablePagination, DataTableProps, DataTableSort, DataTableSortOrder, Dialog, DialogProps, Drawer, DrawerPlacement, DrawerProps, DropdownMenu, DropdownMenuItemData, DropdownMenuProps, Empty, EmptyProps, Field, FieldProps, FieldRule, Flex, FlexProps, Footer, FooterProps, Form, FormContextValue, FormProps, Grid, GridProps, Header, HeaderBrandPosition, HeaderDropdown, HeaderDropdownItem, HeaderLocale, HeaderMenuItem, HeaderProps, HeaderUser, HeaderUserItem, HoverCard, HoverCardProps, ICONS, Icon, IconProps, IconSize, Input, InputGroup, InputGroupProps, InputOTP, InputOTPProps, InputProps, Item, ItemProps, Kbd, KbdProps, Label, LabelProps, Layout, LayoutProps, Link, LinkProps, Menu, MenuItem, MenuProps, Menubar, MenubarLeafItem, MenubarMenuData, MenubarProps, NavigationMenu, NavigationMenuChildItem, NavigationMenuItemData, NavigationMenuProps, Page, PageProps, Pagination, PaginationProps, Popover, PopoverProps, Progress, ProgressProps, RadioGroup, RadioGroupOption, RadioGroupProps, Resizable, ResizablePanelData, ResizableProps, ScrollArea, ScrollAreaProps, Select, SelectOption, SelectProps, Separator, SeparatorProps, Sheet, SheetProps, SheetSide, Sidebar, SidebarBrand, SidebarNavItem, SidebarProps, Sider, SiderProps, Skeleton, SkeletonProps, SkeletonShape, Slider, SliderProps, Sonner, SonnerProps, Spinner, SpinnerProps, SpinnerSize, Statistic, StatisticProps, Switch, SwitchProps, TabItem, Table, TableColumn, TablePagination, TablePaginationInfo, TableProps, Tabs, TabsProps, Text, TextProps, TextType, Textarea, TextareaProps, Toggle, ToggleGroup, ToggleGroupOption, ToggleGroupProps, ToggleProps, Tooltip, TooltipProps, Typography, TypographyProps, TypographyVariant, normalizeIconName, registerShadcnComponents, shadcnComponents, useFormContext } from './components/index.cjs';
2
+ export { Accordion, AccordionItemData, AccordionProps, Alert, AlertDialog, AlertDialogProps, AlertProps, AlertVariant, AspectRatio, AspectRatioProps, Avatar, AvatarProps, Badge, BadgeProps, BadgeVariant, Breadcrumb, BreadcrumbItemData, BreadcrumbProps, Button, ButtonGroup, ButtonGroupProps, ButtonProps, ButtonSize, ButtonVariant, Calendar, CalendarProps, Card, CardProps, Carousel, CarouselImage, CarouselItemData, CarouselProps, Chart, ChartProps, ChartType, Checkbox, CheckboxProps, Collapsible, CollapsibleProps, Combobox, ComboboxOption, ComboboxProps, Command, CommandGroupData, CommandItemData, CommandProps, Content, ContentProps, ContextMenu, ContextMenuItemData, ContextMenuProps, DataTable, DataTableColumn, DataTablePagination, DataTableProps, DataTableSort, DataTableSortOrder, Dialog, DialogProps, Drawer, DrawerPlacement, DrawerProps, DropdownMenu, DropdownMenuItemData, DropdownMenuProps, Empty, EmptyProps, Field, FieldProps, FieldRule, Flex, FlexProps, Footer, FooterProps, Form, FormContextValue, FormProps, Grid, GridProps, Header, HeaderBrandPosition, HeaderDropdown, HeaderDropdownItem, HeaderLocale, HeaderMenuItem, HeaderProps, HeaderUser, HeaderUserItem, HoverCard, HoverCardProps, ICONS, Icon, IconProps, IconSize, Input, InputGroup, InputGroupProps, InputOTP, InputOTPProps, InputProps, Item, ItemProps, Kbd, KbdProps, Label, LabelProps, Layout, LayoutProps, Link, LinkProps, Menu, MenuItem, MenuProps, Menubar, MenubarLeafItem, MenubarMenuData, MenubarProps, NavigationMenu, NavigationMenuChildItem, NavigationMenuItemData, NavigationMenuProps, Page, PageProps, Pagination, PaginationProps, Popover, PopoverProps, Progress, ProgressProps, RadioGroup, RadioGroupOption, RadioGroupProps, RailTooltip, Resizable, ResizablePanelData, ResizableProps, ScrollArea, ScrollAreaProps, Select, SelectOption, SelectProps, Separator, SeparatorProps, Sheet, SheetProps, SheetSide, Sidebar, SidebarBrand, SidebarNavItem, SidebarProps, Sider, SiderProps, Skeleton, SkeletonProps, SkeletonShape, Slider, SliderProps, Sonner, SonnerProps, Spinner, SpinnerProps, SpinnerSize, Statistic, StatisticProps, Switch, SwitchProps, TabItem, Table, TableColumn, TablePagination, TablePaginationInfo, TableProps, Tabs, TabsProps, Text, TextProps, TextType, Textarea, TextareaProps, Toggle, ToggleGroup, ToggleGroupOption, ToggleGroupProps, ToggleProps, Tooltip, TooltipProps, Typography, TypographyProps, TypographyVariant, normalizeIconName, registerShadcnComponents, shadcnComponents, useFormContext, useSidebarDrawer } from './components/index.cjs';
3
3
  import { createShadcnLayoutRegistry } from './layout/index.cjs';
4
4
  export { AdminBrand, AdminLayoutBreakpoint, AdminLayoutConfig, AdminLayoutMode, AdminLayoutProps, BlankLayoutProps, LandingLayoutProps, LayoutComponent, LayoutRegistry, LoginBrand, LoginLayoutProps, ShadcnAdminLayout, ShadcnBlankLayout, ShadcnLandingLayout, ShadcnLoginLayout, collectDefaultOpenKeys, findMenuChain, registerShadcnLayouts, resolveLayout } from './layout/index.cjs';
5
5
  import { ShadcnInteractionProvider, ShadcnOverlayHost } from './interaction/index.cjs';
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { createShadcnComponentRegistry } from './components/index.js';
2
- export { Accordion, AccordionItemData, AccordionProps, Alert, AlertDialog, AlertDialogProps, AlertProps, AlertVariant, AspectRatio, AspectRatioProps, Avatar, AvatarProps, Badge, BadgeProps, BadgeVariant, Breadcrumb, BreadcrumbItemData, BreadcrumbProps, Button, ButtonGroup, ButtonGroupProps, ButtonProps, ButtonSize, ButtonVariant, Calendar, CalendarProps, Card, CardProps, Carousel, CarouselImage, CarouselItemData, CarouselProps, Chart, ChartProps, ChartType, Checkbox, CheckboxProps, Collapsible, CollapsibleProps, Combobox, ComboboxOption, ComboboxProps, Command, CommandGroupData, CommandItemData, CommandProps, Content, ContentProps, ContextMenu, ContextMenuItemData, ContextMenuProps, DataTable, DataTableColumn, DataTablePagination, DataTableProps, DataTableSort, DataTableSortOrder, Dialog, DialogProps, Drawer, DrawerPlacement, DrawerProps, DropdownMenu, DropdownMenuItemData, DropdownMenuProps, Empty, EmptyProps, Field, FieldProps, FieldRule, Flex, FlexProps, Footer, FooterProps, Form, FormContextValue, FormProps, Grid, GridProps, Header, HeaderBrandPosition, HeaderDropdown, HeaderDropdownItem, HeaderLocale, HeaderMenuItem, HeaderProps, HeaderUser, HeaderUserItem, HoverCard, HoverCardProps, ICONS, Icon, IconProps, IconSize, Input, InputGroup, InputGroupProps, InputOTP, InputOTPProps, InputProps, Item, ItemProps, Kbd, KbdProps, Label, LabelProps, Layout, LayoutProps, Link, LinkProps, Menu, MenuItem, MenuProps, Menubar, MenubarLeafItem, MenubarMenuData, MenubarProps, NavigationMenu, NavigationMenuChildItem, NavigationMenuItemData, NavigationMenuProps, Page, PageProps, Pagination, PaginationProps, Popover, PopoverProps, Progress, ProgressProps, RadioGroup, RadioGroupOption, RadioGroupProps, Resizable, ResizablePanelData, ResizableProps, ScrollArea, ScrollAreaProps, Select, SelectOption, SelectProps, Separator, SeparatorProps, Sheet, SheetProps, SheetSide, Sidebar, SidebarBrand, SidebarNavItem, SidebarProps, Sider, SiderProps, Skeleton, SkeletonProps, SkeletonShape, Slider, SliderProps, Sonner, SonnerProps, Spinner, SpinnerProps, SpinnerSize, Statistic, StatisticProps, Switch, SwitchProps, TabItem, Table, TableColumn, TablePagination, TablePaginationInfo, TableProps, Tabs, TabsProps, Text, TextProps, TextType, Textarea, TextareaProps, Toggle, ToggleGroup, ToggleGroupOption, ToggleGroupProps, ToggleProps, Tooltip, TooltipProps, Typography, TypographyProps, TypographyVariant, normalizeIconName, registerShadcnComponents, shadcnComponents, useFormContext } from './components/index.js';
2
+ export { Accordion, AccordionItemData, AccordionProps, Alert, AlertDialog, AlertDialogProps, AlertProps, AlertVariant, AspectRatio, AspectRatioProps, Avatar, AvatarProps, Badge, BadgeProps, BadgeVariant, Breadcrumb, BreadcrumbItemData, BreadcrumbProps, Button, ButtonGroup, ButtonGroupProps, ButtonProps, ButtonSize, ButtonVariant, Calendar, CalendarProps, Card, CardProps, Carousel, CarouselImage, CarouselItemData, CarouselProps, Chart, ChartProps, ChartType, Checkbox, CheckboxProps, Collapsible, CollapsibleProps, Combobox, ComboboxOption, ComboboxProps, Command, CommandGroupData, CommandItemData, CommandProps, Content, ContentProps, ContextMenu, ContextMenuItemData, ContextMenuProps, DataTable, DataTableColumn, DataTablePagination, DataTableProps, DataTableSort, DataTableSortOrder, Dialog, DialogProps, Drawer, DrawerPlacement, DrawerProps, DropdownMenu, DropdownMenuItemData, DropdownMenuProps, Empty, EmptyProps, Field, FieldProps, FieldRule, Flex, FlexProps, Footer, FooterProps, Form, FormContextValue, FormProps, Grid, GridProps, Header, HeaderBrandPosition, HeaderDropdown, HeaderDropdownItem, HeaderLocale, HeaderMenuItem, HeaderProps, HeaderUser, HeaderUserItem, HoverCard, HoverCardProps, ICONS, Icon, IconProps, IconSize, Input, InputGroup, InputGroupProps, InputOTP, InputOTPProps, InputProps, Item, ItemProps, Kbd, KbdProps, Label, LabelProps, Layout, LayoutProps, Link, LinkProps, Menu, MenuItem, MenuProps, Menubar, MenubarLeafItem, MenubarMenuData, MenubarProps, NavigationMenu, NavigationMenuChildItem, NavigationMenuItemData, NavigationMenuProps, Page, PageProps, Pagination, PaginationProps, Popover, PopoverProps, Progress, ProgressProps, RadioGroup, RadioGroupOption, RadioGroupProps, RailTooltip, Resizable, ResizablePanelData, ResizableProps, ScrollArea, ScrollAreaProps, Select, SelectOption, SelectProps, Separator, SeparatorProps, Sheet, SheetProps, SheetSide, Sidebar, SidebarBrand, SidebarNavItem, SidebarProps, Sider, SiderProps, Skeleton, SkeletonProps, SkeletonShape, Slider, SliderProps, Sonner, SonnerProps, Spinner, SpinnerProps, SpinnerSize, Statistic, StatisticProps, Switch, SwitchProps, TabItem, Table, TableColumn, TablePagination, TablePaginationInfo, TableProps, Tabs, TabsProps, Text, TextProps, TextType, Textarea, TextareaProps, Toggle, ToggleGroup, ToggleGroupOption, ToggleGroupProps, ToggleProps, Tooltip, TooltipProps, Typography, TypographyProps, TypographyVariant, normalizeIconName, registerShadcnComponents, shadcnComponents, useFormContext, useSidebarDrawer } from './components/index.js';
3
3
  import { createShadcnLayoutRegistry } from './layout/index.js';
4
4
  export { AdminBrand, AdminLayoutBreakpoint, AdminLayoutConfig, AdminLayoutMode, AdminLayoutProps, BlankLayoutProps, LandingLayoutProps, LayoutComponent, LayoutRegistry, LoginBrand, LoginLayoutProps, ShadcnAdminLayout, ShadcnBlankLayout, ShadcnLandingLayout, ShadcnLoginLayout, collectDefaultOpenKeys, findMenuChain, registerShadcnLayouts, resolveLayout } from './layout/index.js';
5
5
  import { ShadcnInteractionProvider, ShadcnOverlayHost } from './interaction/index.js';
package/dist/index.js CHANGED
@@ -46,6 +46,7 @@ import {
46
46
  Popover,
47
47
  Progress,
48
48
  RadioGroup,
49
+ RailTooltip,
49
50
  Resizable,
50
51
  ScrollArea,
51
52
  Select,
@@ -70,8 +71,9 @@ import {
70
71
  createShadcnComponentRegistry,
71
72
  registerShadcnComponents,
72
73
  shadcnComponents,
73
- useFormContext
74
- } from "./chunk-FVZMNP5P.js";
74
+ useFormContext,
75
+ useSidebarDrawer
76
+ } from "./chunk-6B5ZX7L3.js";
75
77
  import {
76
78
  OVERLAY_CANCEL_PAYLOAD,
77
79
  OverlayManager,
@@ -90,13 +92,13 @@ import {
90
92
  findMenuChain,
91
93
  registerShadcnLayouts,
92
94
  resolveLayout
93
- } from "./chunk-D6G4J5XS.js";
95
+ } from "./chunk-GV5R6TUT.js";
94
96
  import {
95
97
  ICONS,
96
98
  Icon,
97
99
  normalizeIconName
98
- } from "./chunk-UR3I4WXQ.js";
99
- import "./chunk-TUXCPXPA.js";
100
+ } from "./chunk-6JNCDPGS.js";
101
+ import "./chunk-BVHAP22U.js";
100
102
  import "./chunk-F3H23KYG.js";
101
103
  import "./chunk-GL7IO22L.js";
102
104
  import "./chunk-RQHJBTEU.js";
@@ -162,6 +164,7 @@ export {
162
164
  Popover,
163
165
  Progress,
164
166
  RadioGroup,
167
+ RailTooltip,
165
168
  Resizable,
166
169
  ScrollArea,
167
170
  Select,
@@ -201,5 +204,6 @@ export {
201
204
  resolveLayout,
202
205
  shadcnComponents,
203
206
  shadcnUiKit,
204
- useFormContext
207
+ useFormContext,
208
+ useSidebarDrawer
205
209
  };
@@ -302,7 +302,19 @@ var ICONS = {
302
302
  code: import_lucide_react2.Code,
303
303
  database: import_lucide_react2.Database,
304
304
  cloud: import_lucide_react2.Cloud,
305
- languages: import_lucide_react2.Languages
305
+ languages: import_lucide_react2.Languages,
306
+ // @pactor-app/chat 收敛(spec: chat-icon-convergence):chat 既有图标与
307
+ // 契约图标名(menu.icon / messageActions[].icon 的既有取值)直通
308
+ "chevrons-up-down": import_lucide_react2.ChevronsUpDown,
309
+ "file-text": import_lucide_react2.FileText,
310
+ "panel-left": import_lucide_react2.PanelLeft,
311
+ "panel-right-open": import_lucide_react2.PanelRightOpen,
312
+ square: import_lucide_react2.Square,
313
+ history: import_lucide_react2.History,
314
+ "rotate-ccw": import_lucide_react2.RotateCcw,
315
+ quote: import_lucide_react2.Quote,
316
+ chat: import_lucide_react2.MessageSquare,
317
+ brain: import_lucide_react2.Brain
306
318
  };
307
319
  function normalizeIconName(name) {
308
320
  return name.replace(/([a-z0-9])([A-Z])/g, "$1-$2").replace(/[_\s]+/g, "-").toLowerCase();
@@ -8,8 +8,8 @@ import {
8
8
  findMenuChain,
9
9
  registerShadcnLayouts,
10
10
  resolveLayout
11
- } from "../chunk-D6G4J5XS.js";
12
- import "../chunk-UR3I4WXQ.js";
11
+ } from "../chunk-GV5R6TUT.js";
12
+ import "../chunk-6JNCDPGS.js";
13
13
  import "../chunk-GL7IO22L.js";
14
14
  import "../chunk-RQHJBTEU.js";
15
15
  export {
package/dist/ui/index.cjs CHANGED
@@ -2283,7 +2283,7 @@ function TooltipContent({
2283
2283
  ...props,
2284
2284
  children: [
2285
2285
  children,
2286
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_tooltip.Tooltip.Arrow, { className: "z-50 size-2.5 translate-y-[calc(-50%_-_2px)] rotate-45 rounded-[2px] bg-primary fill-primary" })
2286
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_tooltip.Tooltip.Arrow, { className: "z-50 size-2.5 rotate-45 rounded-[2px] bg-primary fill-primary data-[side=top]:-bottom-1 data-[side=bottom]:-top-1 data-[side=left]:-right-1 data-[side=right]:-left-1" })
2287
2287
  ]
2288
2288
  }
2289
2289
  )
package/dist/ui/index.js CHANGED
@@ -177,7 +177,7 @@ import {
177
177
  toggleVariants,
178
178
  typographyVariants,
179
179
  useCarousel
180
- } from "../chunk-TUXCPXPA.js";
180
+ } from "../chunk-BVHAP22U.js";
181
181
  import {
182
182
  Button,
183
183
  Dialog,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pactor-app/ui",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "Pactor UI kit (shadcn): the single built-in UI kit — vendored shadcn/ui components (Base UI primitives + cva + tailwind-merge + lucide-react), props contracts, interaction core (OverlayManager / UiBridge) and layouts, with build-time Tailwind v4 prebuilt styles.css (zero consumer-side Tailwind config)",
5
5
  "keywords": [
6
6
  "pactor",
@@ -104,10 +104,10 @@
104
104
  "recharts": "^3.10.1",
105
105
  "tailwind-merge": "^3.6.0",
106
106
  "vaul": "^1.1.2",
107
- "@pactor-app/permission": "1.0.0",
108
- "@pactor-app/core": "1.0.0",
109
- "@pactor-app/router": "1.0.0",
110
- "@pactor-app/runtime": "1.0.0"
107
+ "@pactor-app/permission": "1.1.0",
108
+ "@pactor-app/runtime": "1.1.0",
109
+ "@pactor-app/core": "1.1.0",
110
+ "@pactor-app/router": "1.1.0"
111
111
  },
112
112
  "peerDependencies": {
113
113
  "react": ">=18",
package/styles.css CHANGED
@@ -306,6 +306,9 @@
306
306
  .z-20 {
307
307
  z-index: 20;
308
308
  }
309
+ .z-40 {
310
+ z-index: 40;
311
+ }
309
312
  .z-50 {
310
313
  z-index: 50;
311
314
  }
@@ -447,6 +450,10 @@
447
450
  .aspect-square {
448
451
  aspect-ratio: 1 / 1;
449
452
  }
453
+ .size-1\.5 {
454
+ width: calc(var(--spacing) * 1.5);
455
+ height: calc(var(--spacing) * 1.5);
456
+ }
450
457
  .size-2 {
451
458
  width: calc(var(--spacing) * 2);
452
459
  height: calc(var(--spacing) * 2);
@@ -566,6 +573,9 @@
566
573
  .min-h-16 {
567
574
  min-height: calc(var(--spacing) * 16);
568
575
  }
576
+ .min-h-\[60px\] {
577
+ min-height: 60px;
578
+ }
569
579
  .min-h-screen {
570
580
  min-height: 100vh;
571
581
  }
@@ -587,9 +597,6 @@
587
597
  .w-12 {
588
598
  width: calc(var(--spacing) * 12);
589
599
  }
590
- .w-14 {
591
- width: calc(var(--spacing) * 14);
592
- }
593
600
  .w-16 {
594
601
  width: calc(var(--spacing) * 16);
595
602
  }
@@ -706,10 +713,6 @@
706
713
  --tw-translate-y: -50%;
707
714
  translate: var(--tw-translate-x) var(--tw-translate-y);
708
715
  }
709
- .translate-y-\[calc\(-50\%_-_2px\)\] {
710
- --tw-translate-y: calc(-50% - 2px);
711
- translate: var(--tw-translate-x) var(--tw-translate-y);
712
- }
713
716
  .rotate-45 {
714
717
  rotate: 45deg;
715
718
  }
@@ -737,12 +740,18 @@
737
740
  .cursor-grab {
738
741
  cursor: grab;
739
742
  }
743
+ .cursor-not-allowed {
744
+ cursor: not-allowed;
745
+ }
740
746
  .cursor-pointer {
741
747
  cursor: pointer;
742
748
  }
743
749
  .touch-none {
744
750
  touch-action: none;
745
751
  }
752
+ .resize-none {
753
+ resize: none;
754
+ }
746
755
  .scroll-m-20 {
747
756
  scroll-margin: calc(var(--spacing) * 20);
748
757
  }
@@ -1017,6 +1026,12 @@
1017
1026
  background-color: color-mix(in oklab, var(--background) 60%, transparent);
1018
1027
  }
1019
1028
  }
1029
+ .bg-black\/40 {
1030
+ background-color: color-mix(in srgb, #000 40%, transparent);
1031
+ @supports (color: color-mix(in lab, red, red)) {
1032
+ background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
1033
+ }
1034
+ }
1020
1035
  .bg-black\/50 {
1021
1036
  background-color: color-mix(in srgb, #000 50%, transparent);
1022
1037
  @supports (color: color-mix(in lab, red, red)) {
@@ -1164,6 +1179,9 @@
1164
1179
  .pt-2 {
1165
1180
  padding-top: calc(var(--spacing) * 2);
1166
1181
  }
1182
+ .pt-3 {
1183
+ padding-top: calc(var(--spacing) * 3);
1184
+ }
1167
1185
  .pt-4 {
1168
1186
  padding-top: calc(var(--spacing) * 4);
1169
1187
  }
@@ -1420,6 +1438,11 @@
1420
1438
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1421
1439
  transition-duration: var(--tw-duration, var(--default-transition-duration));
1422
1440
  }
1441
+ .transition-\[width\,transform\] {
1442
+ transition-property: width,transform;
1443
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1444
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1445
+ }
1423
1446
  .transition-\[width\] {
1424
1447
  transition-property: width;
1425
1448
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
@@ -1440,6 +1463,11 @@
1440
1463
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1441
1464
  transition-duration: var(--tw-duration, var(--default-transition-duration));
1442
1465
  }
1466
+ .transition-shadow {
1467
+ transition-property: box-shadow;
1468
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1469
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1470
+ }
1443
1471
  .transition-transform {
1444
1472
  transition-property: transform, translate, scale, rotate;
1445
1473
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
@@ -1523,6 +1551,9 @@
1523
1551
  border-left-style: var(--tw-border-style);
1524
1552
  border-left-width: 1px;
1525
1553
  }
1554
+ .first\:pt-1:first-child {
1555
+ padding-top: var(--spacing);
1556
+ }
1526
1557
  .last\:rounded-r-md:last-child {
1527
1558
  border-top-right-radius: calc(var(--radius) * 0.8);
1528
1559
  border-bottom-right-radius: calc(var(--radius) * 0.8);
@@ -1637,6 +1668,13 @@
1637
1668
  .focus-visible\:border-ring:focus-visible {
1638
1669
  border-color: var(--ring);
1639
1670
  }
1671
+ .focus-visible\:border-transparent:focus-visible {
1672
+ border-color: transparent;
1673
+ }
1674
+ .focus-visible\:ring-0:focus-visible {
1675
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1676
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1677
+ }
1640
1678
  .focus-visible\:ring-1:focus-visible {
1641
1679
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1642
1680
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -1817,6 +1855,18 @@
1817
1855
  .data-\[selected\=true\]\:text-accent-foreground[data-selected="true"] {
1818
1856
  color: var(--accent-foreground);
1819
1857
  }
1858
+ .data-\[side\=bottom\]\:-top-1[data-side="bottom"] {
1859
+ top: calc(var(--spacing) * -1);
1860
+ }
1861
+ .data-\[side\=left\]\:-right-1[data-side="left"] {
1862
+ right: calc(var(--spacing) * -1);
1863
+ }
1864
+ .data-\[side\=right\]\:-left-1[data-side="right"] {
1865
+ left: calc(var(--spacing) * -1);
1866
+ }
1867
+ .data-\[side\=top\]\:-bottom-1[data-side="top"] {
1868
+ bottom: calc(var(--spacing) * -1);
1869
+ }
1820
1870
  .data-\[size\=default\]\:h-9[data-size="default"] {
1821
1871
  height: calc(var(--spacing) * 9);
1822
1872
  }
@@ -1912,6 +1962,34 @@
1912
1962
  border-bottom-style: var(--tw-border-style);
1913
1963
  border-bottom-width: 1px;
1914
1964
  }
1965
+ @media (width < 48rem) {
1966
+ .max-md\:fixed {
1967
+ position: fixed;
1968
+ }
1969
+ .max-md\:inset-y-0 {
1970
+ inset-block: 0px;
1971
+ }
1972
+ .max-md\:left-0 {
1973
+ left: 0px;
1974
+ }
1975
+ .max-md\:z-50 {
1976
+ z-index: 50;
1977
+ }
1978
+ .max-md\:hidden {
1979
+ display: none;
1980
+ }
1981
+ .max-md\:w-60 {
1982
+ width: calc(var(--spacing) * 60);
1983
+ }
1984
+ .max-md\:-translate-x-full {
1985
+ --tw-translate-x: -100%;
1986
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1987
+ }
1988
+ .max-md\:data-\[open\=true\]\:translate-x-0[data-open="true"] {
1989
+ --tw-translate-x: 0px;
1990
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1991
+ }
1992
+ }
1915
1993
  @media (width >= 40rem) {
1916
1994
  .sm\:block {
1917
1995
  display: block;
@@ -1951,6 +2029,9 @@
1951
2029
  }
1952
2030
  }
1953
2031
  @media (width >= 48rem) {
2032
+ .md\:hidden {
2033
+ display: none;
2034
+ }
1954
2035
  .md\:flex-row {
1955
2036
  flex-direction: row;
1956
2037
  }