@sth87/shadcn-design-system 0.0.19 → 0.0.21

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.
Files changed (116) hide show
  1. package/dist/types/components/Accordion/Accordion.d.ts +1 -1
  2. package/dist/types/components/Avatar/Avatar.d.ts +1 -1
  3. package/dist/types/components/Badge/Badge.d.ts +1 -1
  4. package/dist/types/components/Button/Button.d.ts +1 -1
  5. package/dist/types/components/Button/ButtonGroup.d.ts +1 -1
  6. package/dist/types/components/Calendar/Calendar.d.ts +2 -2
  7. package/dist/types/components/Checkbox/Checkbox.d.ts +1 -1
  8. package/dist/types/components/Collapsible/Collapsible.d.ts +1 -1
  9. package/dist/types/components/Command/index.d.ts +1 -1
  10. package/dist/types/components/ContextMenu/index.d.ts +1 -1
  11. package/dist/types/components/DatePicker/DatePicker.d.ts +1 -1
  12. package/dist/types/components/DatePicker/RangePicker.d.ts +1 -1
  13. package/dist/types/components/DropdownMenu/index.d.ts +1 -1
  14. package/dist/types/components/InputOTP/InputOTP.d.ts +1 -1
  15. package/dist/types/components/Pagination/Pagination.d.ts +1 -1
  16. package/dist/types/components/Radio/Radio.d.ts +1 -1
  17. package/dist/types/components/Resizable/Resizable.d.ts +1 -1
  18. package/dist/types/components/ScrollArea/ScrollArea.d.ts +1 -1
  19. package/dist/types/components/Select/Select.d.ts +1 -1
  20. package/dist/types/components/Separator/Separator.d.ts +1 -1
  21. package/dist/types/components/Sheet/Sheet.d.ts +2 -2
  22. package/dist/types/components/Sidebar/Sidebar.d.ts +1 -1
  23. package/dist/types/components/Sidebar/index.d.ts +1 -1
  24. package/dist/types/components/Skeleton/Skeleton.d.ts +1 -1
  25. package/dist/types/components/Switch/Switch.d.ts +1 -1
  26. package/dist/types/components/Textarea/Textarea.d.ts +1 -1
  27. package/dist/types/components/Toggle/Toggle.d.ts +1 -1
  28. package/dist/types/components/Tooltip/Tooltip.d.ts +1 -1
  29. package/dist/types/lib/utils.d.ts +1 -1
  30. package/dist/types/packages/ui/src/card.d.ts +14 -0
  31. package/dist/types/packages/ui/src/card.d.ts.map +1 -0
  32. package/dist/types/packages/ui/src/code.d.ts +12 -0
  33. package/dist/types/packages/ui/src/code.d.ts.map +1 -0
  34. package/dist/types/packages/ui/src/components/accordion.d.ts +14 -0
  35. package/dist/types/packages/ui/src/components/accordion.d.ts.map +1 -0
  36. package/dist/types/packages/ui/src/components/alert-dialog.d.ts +28 -0
  37. package/dist/types/packages/ui/src/components/alert-dialog.d.ts.map +1 -0
  38. package/dist/types/packages/ui/src/components/avatar.d.ts +16 -0
  39. package/dist/types/packages/ui/src/components/avatar.d.ts.map +1 -0
  40. package/dist/types/packages/ui/src/components/badge.d.ts +20 -0
  41. package/dist/types/packages/ui/src/components/badge.d.ts.map +1 -0
  42. package/dist/types/packages/ui/src/components/breadcrumb.d.ts +18 -0
  43. package/dist/types/packages/ui/src/components/breadcrumb.d.ts.map +1 -0
  44. package/dist/types/packages/ui/src/components/button-group.d.ts +18 -0
  45. package/dist/types/packages/ui/src/components/button-group.d.ts.map +1 -0
  46. package/dist/types/packages/ui/src/components/button.d.ts +19 -0
  47. package/dist/types/packages/ui/src/components/button.d.ts.map +1 -0
  48. package/dist/types/packages/ui/src/components/calendar.d.ts +23 -0
  49. package/dist/types/packages/ui/src/components/calendar.d.ts.map +1 -0
  50. package/dist/types/packages/ui/src/components/checkbox.d.ts +19 -0
  51. package/dist/types/packages/ui/src/components/checkbox.d.ts.map +1 -0
  52. package/dist/types/packages/ui/src/components/collapsible.d.ts +12 -0
  53. package/dist/types/packages/ui/src/components/collapsible.d.ts.map +1 -0
  54. package/dist/types/packages/ui/src/components/combobox.d.ts +40 -0
  55. package/dist/types/packages/ui/src/components/combobox.d.ts.map +1 -0
  56. package/dist/types/packages/ui/src/components/command.d.ts +25 -0
  57. package/dist/types/packages/ui/src/components/command.d.ts.map +1 -0
  58. package/dist/types/packages/ui/src/components/context-menu.d.ts +32 -0
  59. package/dist/types/packages/ui/src/components/context-menu.d.ts.map +1 -0
  60. package/dist/types/packages/ui/src/components/dialog.d.ts +28 -0
  61. package/dist/types/packages/ui/src/components/dialog.d.ts.map +1 -0
  62. package/dist/types/packages/ui/src/components/drawer.d.ts +20 -0
  63. package/dist/types/packages/ui/src/components/drawer.d.ts.map +1 -0
  64. package/dist/types/packages/ui/src/components/dropdown-menu.d.ts +32 -0
  65. package/dist/types/packages/ui/src/components/dropdown-menu.d.ts.map +1 -0
  66. package/dist/types/packages/ui/src/components/input-otp.d.ts +26 -0
  67. package/dist/types/packages/ui/src/components/input-otp.d.ts.map +1 -0
  68. package/dist/types/packages/ui/src/components/input.d.ts +19 -0
  69. package/dist/types/packages/ui/src/components/input.d.ts.map +1 -0
  70. package/dist/types/packages/ui/src/components/label.d.ts +11 -0
  71. package/dist/types/packages/ui/src/components/label.d.ts.map +1 -0
  72. package/dist/types/packages/ui/src/components/pagination.d.ts +26 -0
  73. package/dist/types/packages/ui/src/components/pagination.d.ts.map +1 -0
  74. package/dist/types/packages/ui/src/components/popover.d.ts +21 -0
  75. package/dist/types/packages/ui/src/components/popover.d.ts.map +1 -0
  76. package/dist/types/packages/ui/src/components/radio-group.d.ts +23 -0
  77. package/dist/types/packages/ui/src/components/radio-group.d.ts.map +1 -0
  78. package/dist/types/packages/ui/src/components/resizable.d.ts +20 -0
  79. package/dist/types/packages/ui/src/components/resizable.d.ts.map +1 -0
  80. package/dist/types/packages/ui/src/components/scroll-area.d.ts +12 -0
  81. package/dist/types/packages/ui/src/components/scroll-area.d.ts.map +1 -0
  82. package/dist/types/packages/ui/src/components/select.d.ts +49 -0
  83. package/dist/types/packages/ui/src/components/select.d.ts.map +1 -0
  84. package/dist/types/packages/ui/src/components/separator.d.ts +26 -0
  85. package/dist/types/packages/ui/src/components/separator.d.ts.map +1 -0
  86. package/dist/types/packages/ui/src/components/sheet.d.ts +21 -0
  87. package/dist/types/packages/ui/src/components/sheet.d.ts.map +1 -0
  88. package/dist/types/packages/ui/src/components/sidebar.d.ts +76 -0
  89. package/dist/types/packages/ui/src/components/sidebar.d.ts.map +1 -0
  90. package/dist/types/packages/ui/src/components/skeleton.d.ts +9 -0
  91. package/dist/types/packages/ui/src/components/skeleton.d.ts.map +1 -0
  92. package/dist/types/packages/ui/src/components/slider.d.ts +11 -0
  93. package/dist/types/packages/ui/src/components/slider.d.ts.map +1 -0
  94. package/dist/types/packages/ui/src/components/switch.d.ts +20 -0
  95. package/dist/types/packages/ui/src/components/switch.d.ts.map +1 -0
  96. package/dist/types/packages/ui/src/components/table.d.ts +17 -0
  97. package/dist/types/packages/ui/src/components/table.d.ts.map +1 -0
  98. package/dist/types/packages/ui/src/components/tabs.d.ts +14 -0
  99. package/dist/types/packages/ui/src/components/tabs.d.ts.map +1 -0
  100. package/dist/types/packages/ui/src/components/textarea.d.ts +19 -0
  101. package/dist/types/packages/ui/src/components/textarea.d.ts.map +1 -0
  102. package/dist/types/packages/ui/src/components/toggle.d.ts +17 -0
  103. package/dist/types/packages/ui/src/components/toggle.d.ts.map +1 -0
  104. package/dist/types/packages/ui/src/components/tooltip.d.ts +24 -0
  105. package/dist/types/packages/ui/src/components/tooltip.d.ts.map +1 -0
  106. package/dist/types/packages/ui/src/components/tree-view.d.ts +36 -0
  107. package/dist/types/packages/ui/src/components/tree-view.d.ts.map +1 -0
  108. package/dist/types/packages/ui/src/constants/color.d.ts +25 -0
  109. package/dist/types/packages/ui/src/constants/color.d.ts.map +1 -0
  110. package/dist/types/packages/ui/src/hooks/use-mobile.d.ts +8 -0
  111. package/dist/types/packages/ui/src/hooks/use-mobile.d.ts.map +1 -0
  112. package/dist/types/packages/ui/src/lib/compose-refs.d.ts +23 -0
  113. package/dist/types/packages/ui/src/lib/compose-refs.d.ts.map +1 -0
  114. package/dist/types/packages/ui/src/lib/utils.d.ts +9 -0
  115. package/dist/types/packages/ui/src/lib/utils.d.ts.map +1 -0
  116. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"combobox.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/ui/src/components/combobox.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAYlE,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAG5D,QAAA,MAAM,gBAAgB;;;8EA0BrB,CAAC;AAEF,KAAK,YAAY,GAAG;IAClB,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,KAAK,aAAa,GAAG,IAAI,CACvB,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,EACrD,UAAU,CACX,GAAG;IACF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,YAAY,EAAE,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IAC3C,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,IAAI,CAAC,EAAE,QAAQ,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5C,KAAK,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;IACpD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,CACV,MAAM,EAAE,YAAY,GAAG;QAAE,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;KAAE,KAC5C,KAAK,CAAC,SAAS,CAAC;CACtB,GAAG,YAAY,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAE1C,iBAAS,QAAQ,CAAC,EAChB,KAAK,EACL,OAAO,EACP,WAAW,EACX,SAAS,EACT,QAAQ,EACR,SAAS,EACT,SAAS,EACT,iBAAiB,EACjB,QAAQ,EACR,IAAI,EACJ,KAAiB,EACjB,UAAiB,EACjB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,aAAa,2CA4Hf;AAED,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,KAAK,YAAY,EAAE,CAAC"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * @internal
3
+ * This module is for internal type resolution only.
4
+ * Do not import directly from this path.
5
+ * Use "@sth87/shadcn-design-system" instead.
6
+ */
7
+ import * as React from "react";
8
+ import { Command as CommandPrimitive } from "cmdk";
9
+ import { Dialog } from "../components/dialog";
10
+ declare function Command({ className, ...props }: React.ComponentProps<typeof CommandPrimitive>): import("react/jsx-runtime").JSX.Element;
11
+ declare function CommandDialog({ title, description, children, className, showCloseButton, ...props }: React.ComponentProps<typeof Dialog> & {
12
+ title?: string;
13
+ description?: string;
14
+ className?: string;
15
+ showCloseButton?: boolean;
16
+ }): import("react/jsx-runtime").JSX.Element;
17
+ declare function CommandInput({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Input>): import("react/jsx-runtime").JSX.Element;
18
+ declare function CommandList({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.List>): import("react/jsx-runtime").JSX.Element;
19
+ declare function CommandEmpty({ ...props }: React.ComponentProps<typeof CommandPrimitive.Empty>): import("react/jsx-runtime").JSX.Element;
20
+ declare function CommandGroup({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Group>): import("react/jsx-runtime").JSX.Element;
21
+ declare function CommandSeparator({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Separator>): import("react/jsx-runtime").JSX.Element;
22
+ declare function CommandItem({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Item>): import("react/jsx-runtime").JSX.Element;
23
+ declare function CommandShortcut({ className, ...props }: React.ComponentProps<"span">): import("react/jsx-runtime").JSX.Element;
24
+ export { Command, CommandDialog, CommandInput, CommandList, CommandEmpty, CommandGroup, CommandItem, CommandShortcut, CommandSeparator, };
25
+ //# sourceMappingURL=command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/ui/src/components/command.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,MAAM,CAAC;AAInD,OAAO,EACL,MAAM,EAKP,MAAM,4BAA4B,CAAC;AAEpC,iBAAS,OAAO,CAAC,EACf,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,2CAW/C;AAED,iBAAS,aAAa,CAAC,EACrB,KAAyB,EACzB,WAA8C,EAC9C,QAAQ,EACR,SAAS,EACT,eAAsB,EACtB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,GAAG;IACvC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,2CAiBA;AAED,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,KAAK,CAAC,2CAiBrD;AAED,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,2CAWpD;AAED,iBAAS,YAAY,CAAC,EACpB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,KAAK,CAAC,2CAQrD;AAED,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,KAAK,CAAC,2CAWrD;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,SAAS,CAAC,2CAQzD;AAED,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,2CAWpD;AAED,iBAAS,eAAe,CAAC,EACvB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,2CAW9B;AAED,OAAO,EACL,OAAO,EACP,aAAa,EACb,YAAY,EACZ,WAAW,EACX,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,eAAe,EACf,gBAAgB,GACjB,CAAC"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ * @internal
3
+ * This module is for internal type resolution only.
4
+ * Do not import directly from this path.
5
+ * Use "@sth87/shadcn-design-system" instead.
6
+ */
7
+ import * as React from "react";
8
+ import * as ContextMenuPrimitive from "@radix-ui/react-context-menu";
9
+ declare function ContextMenu({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
10
+ declare function ContextMenuTrigger({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
11
+ declare function ContextMenuGroup({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Group>): import("react/jsx-runtime").JSX.Element;
12
+ declare function ContextMenuPortal({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Portal>): import("react/jsx-runtime").JSX.Element;
13
+ declare function ContextMenuSub({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Sub>): import("react/jsx-runtime").JSX.Element;
14
+ declare function ContextMenuRadioGroup({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.RadioGroup>): import("react/jsx-runtime").JSX.Element;
15
+ declare function ContextMenuSubTrigger({ className, inset, children, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.SubTrigger> & {
16
+ inset?: boolean;
17
+ }): import("react/jsx-runtime").JSX.Element;
18
+ declare function ContextMenuSubContent({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.SubContent>): import("react/jsx-runtime").JSX.Element;
19
+ declare function ContextMenuContent({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
20
+ declare function ContextMenuItem({ className, inset, variant, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Item> & {
21
+ inset?: boolean;
22
+ variant?: "default" | "destructive";
23
+ }): import("react/jsx-runtime").JSX.Element;
24
+ declare function ContextMenuCheckboxItem({ className, children, checked, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.CheckboxItem>): import("react/jsx-runtime").JSX.Element;
25
+ declare function ContextMenuRadioItem({ className, children, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.RadioItem>): import("react/jsx-runtime").JSX.Element;
26
+ declare function ContextMenuLabel({ className, inset, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Label> & {
27
+ inset?: boolean;
28
+ }): import("react/jsx-runtime").JSX.Element;
29
+ declare function ContextMenuSeparator({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Separator>): import("react/jsx-runtime").JSX.Element;
30
+ declare function ContextMenuShortcut({ className, ...props }: React.ComponentProps<"span">): import("react/jsx-runtime").JSX.Element;
31
+ export { ContextMenu, ContextMenuTrigger, ContextMenuContent, ContextMenuItem, ContextMenuCheckboxItem, ContextMenuRadioItem, ContextMenuLabel, ContextMenuSeparator, ContextMenuShortcut, ContextMenuGroup, ContextMenuPortal, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuRadioGroup, };
32
+ //# sourceMappingURL=context-menu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"context-menu.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/ui/src/components/context-menu.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * @internal
3
+ * This module is for internal type resolution only.
4
+ * Do not import directly from this path.
5
+ * Use "@sth87/shadcn-design-system" instead.
6
+ */
7
+ import * as React from "react";
8
+ import * as DialogPrimitive from "@radix-ui/react-dialog";
9
+ declare function Dialog({ ...props }: React.ComponentProps<typeof DialogPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
10
+ declare function DialogTrigger({ ...props }: React.ComponentProps<typeof DialogPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
11
+ declare function DialogPortal({ ...props }: React.ComponentProps<typeof DialogPrimitive.Portal>): import("react/jsx-runtime").JSX.Element;
12
+ declare function DialogClose({ ...props }: React.ComponentProps<typeof DialogPrimitive.Close>): import("react/jsx-runtime").JSX.Element;
13
+ declare function DialogOverlay({ className, backdropFilter, overlay, ...props }: React.ComponentProps<typeof DialogPrimitive.Overlay> & {
14
+ backdropFilter?: number;
15
+ overlay?: "dark" | "light";
16
+ }): import("react/jsx-runtime").JSX.Element;
17
+ declare function DialogContent({ className, children, showCloseButton, noDefaultAnimation, backdropFilter, overlay, ...props }: React.ComponentProps<typeof DialogPrimitive.Content> & {
18
+ showCloseButton?: boolean;
19
+ noDefaultAnimation?: boolean;
20
+ backdropFilter?: number;
21
+ overlay?: "dark" | "light";
22
+ }): import("react/jsx-runtime").JSX.Element;
23
+ declare function DialogHeader({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
24
+ declare function DialogFooter({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
25
+ declare function DialogTitle({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Title>): import("react/jsx-runtime").JSX.Element;
26
+ declare function DialogDescription({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Description>): import("react/jsx-runtime").JSX.Element;
27
+ export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, };
28
+ //# sourceMappingURL=dialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/ui/src/components/dialog.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAK1D,iBAAS,MAAM,CAAC,EACd,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAEnD;AAED,iBAAS,aAAa,CAAC,EACrB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,2CAEtD;AAED,iBAAS,YAAY,CAAC,EACpB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,MAAM,CAAC,2CAErD;AAED,iBAAS,WAAW,CAAC,EACnB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAEpD;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,cAAc,EACd,OAAgB,EAChB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,GAAG;IACxD,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CAC5B,2CAkBA;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,QAAQ,EACR,eAAsB,EACtB,kBAAkB,EAClB,cAAc,EACd,OAAO,EACP,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,GAAG;IACxD,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CAC5B,2CA4BA;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQzE;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAWzE;AAED,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAQpD;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,WAAW,CAAC,2CAQ1D;AAED,OAAO,EACL,MAAM,EACN,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,WAAW,EACX,aAAa,GACd,CAAC"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ * @internal
3
+ * This module is for internal type resolution only.
4
+ * Do not import directly from this path.
5
+ * Use "@sth87/shadcn-design-system" instead.
6
+ */
7
+ import * as React from "react";
8
+ import { Drawer as DrawerPrimitive } from "vaul";
9
+ declare function Drawer({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
10
+ declare function DrawerTrigger({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
11
+ declare function DrawerPortal({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Portal>): import("react/jsx-runtime").JSX.Element;
12
+ declare function DrawerClose({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Close>): import("react/jsx-runtime").JSX.Element;
13
+ declare function DrawerOverlay({ className, ...props }: React.ComponentProps<typeof DrawerPrimitive.Overlay>): import("react/jsx-runtime").JSX.Element;
14
+ declare function DrawerContent({ className, children, ...props }: React.ComponentProps<typeof DrawerPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
15
+ declare function DrawerHeader({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
16
+ declare function DrawerFooter({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
17
+ declare function DrawerTitle({ className, ...props }: React.ComponentProps<typeof DrawerPrimitive.Title>): import("react/jsx-runtime").JSX.Element;
18
+ declare function DrawerDescription({ className, ...props }: React.ComponentProps<typeof DrawerPrimitive.Description>): import("react/jsx-runtime").JSX.Element;
19
+ export { Drawer, DrawerPortal, DrawerOverlay, DrawerTrigger, DrawerClose, DrawerContent, DrawerHeader, DrawerFooter, DrawerTitle, DrawerDescription, };
20
+ //# sourceMappingURL=drawer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"drawer.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/ui/src/components/drawer.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,MAAM,CAAC;AAIjD,iBAAS,MAAM,CAAC,EACd,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAEnD;AAED,iBAAS,aAAa,CAAC,EACrB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,2CAEtD;AAED,iBAAS,YAAY,CAAC,EACpB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,MAAM,CAAC,2CAErD;AAED,iBAAS,WAAW,CAAC,EACnB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAEpD;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,2CAWtD;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,2CAqBtD;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAWzE;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQzE;AAED,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAQpD;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,WAAW,CAAC,2CAQ1D;AAED,OAAO,EACL,MAAM,EACN,YAAY,EACZ,aAAa,EACb,aAAa,EACb,WAAW,EACX,aAAa,EACb,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,iBAAiB,GAClB,CAAC"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ * @internal
3
+ * This module is for internal type resolution only.
4
+ * Do not import directly from this path.
5
+ * Use "@sth87/shadcn-design-system" instead.
6
+ */
7
+ import * as React from "react";
8
+ import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
9
+ declare function DropdownMenu({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
10
+ declare function DropdownMenuPortal({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>): import("react/jsx-runtime").JSX.Element;
11
+ declare function DropdownMenuTrigger({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
12
+ declare function DropdownMenuContent({ className, sideOffset, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
13
+ declare function DropdownMenuGroup({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Group>): import("react/jsx-runtime").JSX.Element;
14
+ declare function DropdownMenuItem({ className, inset, variant, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Item> & {
15
+ inset?: boolean;
16
+ variant?: "default" | "destructive";
17
+ }): import("react/jsx-runtime").JSX.Element;
18
+ declare function DropdownMenuCheckboxItem({ className, children, checked, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>): import("react/jsx-runtime").JSX.Element;
19
+ declare function DropdownMenuRadioGroup({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>): import("react/jsx-runtime").JSX.Element;
20
+ declare function DropdownMenuRadioItem({ className, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>): import("react/jsx-runtime").JSX.Element;
21
+ declare function DropdownMenuLabel({ className, inset, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Label> & {
22
+ inset?: boolean;
23
+ }): import("react/jsx-runtime").JSX.Element;
24
+ declare function DropdownMenuSeparator({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>): import("react/jsx-runtime").JSX.Element;
25
+ declare function DropdownMenuShortcut({ className, ...props }: React.ComponentProps<"span">): import("react/jsx-runtime").JSX.Element;
26
+ declare function DropdownMenuSub({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>): import("react/jsx-runtime").JSX.Element;
27
+ declare function DropdownMenuSubTrigger({ className, inset, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubTrigger> & {
28
+ inset?: boolean;
29
+ }): import("react/jsx-runtime").JSX.Element;
30
+ declare function DropdownMenuSubContent({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>): import("react/jsx-runtime").JSX.Element;
31
+ export { DropdownMenu, DropdownMenuPortal, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuGroup, DropdownMenuLabel, DropdownMenuItem, DropdownMenuCheckboxItem, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubTrigger, DropdownMenuSubContent, };
32
+ //# sourceMappingURL=dropdown-menu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dropdown-menu.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/ui/src/components/dropdown-menu.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * @internal
3
+ * This module is for internal type resolution only.
4
+ * Do not import directly from this path.
5
+ * Use "@sth87/shadcn-design-system" instead.
6
+ */
7
+ import * as React from "react";
8
+ import { OTPInput, REGEXP_ONLY_DIGITS, REGEXP_ONLY_CHARS, REGEXP_ONLY_DIGITS_AND_CHARS } from "input-otp";
9
+ import { type VariantProps } from "class-variance-authority";
10
+ declare const inputOTPSlotVariants: (props?: ({
11
+ variant?: "outlined" | "underlined" | null | undefined;
12
+ size?: "xs" | "sm" | "lg" | "xl" | "normal" | null | undefined;
13
+ state?: "success" | "error" | "warning" | "default" | null | undefined;
14
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
15
+ type InputOTPProps = React.ComponentProps<typeof OTPInput> & {
16
+ containerClassName?: string;
17
+ };
18
+ declare function InputOTP({ className, containerClassName, ...props }: InputOTPProps): import("react/jsx-runtime").JSX.Element;
19
+ declare function InputOTPGroup({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
20
+ type InputOTPSlotProps = React.ComponentProps<"div"> & {
21
+ index: number;
22
+ } & VariantProps<typeof inputOTPSlotVariants>;
23
+ declare function InputOTPSlot({ index, className, size, state, variant, ...props }: InputOTPSlotProps): import("react/jsx-runtime").JSX.Element;
24
+ declare function InputOTPSeparator({ ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
25
+ export { InputOTP, InputOTPGroup, InputOTPSlot, InputOTPSeparator, inputOTPSlotVariants, type InputOTPProps, REGEXP_ONLY_DIGITS, REGEXP_ONLY_CHARS, REGEXP_ONLY_DIGITS_AND_CHARS, };
26
+ //# sourceMappingURL=input-otp.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-otp.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/ui/src/components/input-otp.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EACL,QAAQ,EAER,kBAAkB,EAClB,iBAAiB,EACjB,4BAA4B,EAC7B,MAAM,WAAW,CAAC;AAInB,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAElE,QAAA,MAAM,oBAAoB;;;;8EAgCzB,CAAC;AAEF,KAAK,aAAa,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,GAAG;IAC3D,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,CAAC;AAEF,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,kBAAkB,EAAE,GAAG,KAAK,EAAE,EAAE,aAAa,2CAS3E;AAED,iBAAS,aAAa,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQ1E;AAED,KAAK,iBAAiB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IACrD,KAAK,EAAE,MAAM,CAAC;CACf,GAAG,YAAY,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAE9C,iBAAS,YAAY,CAAC,EACpB,KAAK,EACL,SAAS,EACT,IAAe,EACf,KAAiB,EACjB,OAAoB,EACpB,GAAG,KAAK,EACT,EAAE,iBAAiB,2CAmBnB;AAED,iBAAS,iBAAiB,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAMnE;AAED,OAAO,EACL,QAAQ,EACR,aAAa,EACb,YAAY,EACZ,iBAAiB,EACjB,oBAAoB,EACpB,KAAK,aAAa,EAClB,kBAAkB,EAClB,iBAAiB,EACjB,4BAA4B,GAC7B,CAAC"}
@@ -0,0 +1,19 @@
1
+ /**
2
+ * @internal
3
+ * This module is for internal type resolution only.
4
+ * Do not import directly from this path.
5
+ * Use "@sth87/shadcn-design-system" instead.
6
+ */
7
+ import * as React from "react";
8
+ import { type VariantProps } from "class-variance-authority";
9
+ declare const inputVariants: (props?: ({
10
+ size?: "xs" | "sm" | "lg" | "xl" | "normal" | null | undefined;
11
+ state?: "success" | "error" | "warning" | "default" | null | undefined;
12
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
13
+ type InputProps = Omit<React.ComponentProps<"input">, "size"> & {
14
+ size?: "normal" | "sm" | "xs" | "lg" | "xl";
15
+ state?: "default" | "success" | "error" | "warning";
16
+ } & VariantProps<typeof inputVariants>;
17
+ declare const Input: React.ForwardRefExoticComponent<Omit<InputProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
18
+ export { Input, inputVariants, type InputProps };
19
+ //# sourceMappingURL=input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/ui/src/components/input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAGlE,QAAA,MAAM,aAAa;;;8EA0BlB,CAAC;AAEF,KAAK,UAAU,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,GAAG;IAC9D,IAAI,CAAC,EAAE,QAAQ,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5C,KAAK,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;CACrD,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC;AAEvC,QAAA,MAAM,KAAK,kGAYV,CAAC;AAIF,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,KAAK,UAAU,EAAE,CAAC"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @internal
3
+ * This module is for internal type resolution only.
4
+ * Do not import directly from this path.
5
+ * Use "@sth87/shadcn-design-system" instead.
6
+ */
7
+ import * as React from "react";
8
+ import * as LabelPrimitive from "@radix-ui/react-label";
9
+ declare function Label({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
10
+ export { Label };
11
+ //# sourceMappingURL=label.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/ui/src/components/label.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,cAAc,MAAM,uBAAuB,CAAC;AAIxD,iBAAS,KAAK,CAAC,EACb,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,2CAWlD;AAED,OAAO,EAAE,KAAK,EAAE,CAAC"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * @internal
3
+ * This module is for internal type resolution only.
4
+ * Do not import directly from this path.
5
+ * Use "@sth87/shadcn-design-system" instead.
6
+ */
7
+ import * as React from "react";
8
+ import { Button } from "../components/button";
9
+ declare function Pagination({ className, ...props }: React.ComponentProps<"nav">): import("react/jsx-runtime").JSX.Element;
10
+ declare function PaginationContent({ className, ...props }: React.ComponentProps<"ul">): import("react/jsx-runtime").JSX.Element;
11
+ declare function PaginationItem({ ...props }: React.ComponentProps<"li">): import("react/jsx-runtime").JSX.Element;
12
+ type PaginationLinkProps = {
13
+ isActive?: boolean;
14
+ } & Pick<React.ComponentProps<typeof Button>, "size" | "color"> & React.ComponentProps<"a">;
15
+ declare function PaginationLink({ className, isActive, size, color, ...props }: PaginationLinkProps): import("react/jsx-runtime").JSX.Element;
16
+ declare function PaginationPrevious({ className, children, size, hideIcon, ...props }: React.ComponentProps<typeof PaginationLink> & {
17
+ children?: React.ReactNode;
18
+ hideIcon?: boolean;
19
+ }): import("react/jsx-runtime").JSX.Element;
20
+ declare function PaginationNext({ className, children, size, hideIcon, ...props }: React.ComponentProps<typeof PaginationLink> & {
21
+ children?: React.ReactNode;
22
+ hideIcon?: boolean;
23
+ }): import("react/jsx-runtime").JSX.Element;
24
+ declare function PaginationEllipsis({ ...props }: PaginationLinkProps): import("react/jsx-runtime").JSX.Element;
25
+ export { Pagination, PaginationContent, PaginationLink, PaginationItem, PaginationPrevious, PaginationNext, PaginationEllipsis, };
26
+ //# sourceMappingURL=pagination.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/ui/src/components/pagination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,OAAO,EAAE,MAAM,EAAkB,MAAM,4BAA4B,CAAC;AAEpE,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAUvE;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,2CAQ5B;AAED,iBAAS,cAAc,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,2CAQ/D;AAED,KAAK,mBAAmB,GAAG;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,GAC7D,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC;AAE5B,iBAAS,cAAc,CAAC,EACtB,SAAS,EACT,QAAQ,EACR,IAAa,EACb,KAAK,EACL,GAAG,KAAK,EACT,EAAE,mBAAmB,2CAiBrB;AAED,iBAAS,kBAAkB,CAAC,EAC1B,SAAS,EACT,QAAQ,EACR,IAAe,EACf,QAAgB,EAChB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,GAAG;IAC/C,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,2CAgBA;AAED,iBAAS,cAAc,CAAC,EACtB,SAAS,EACT,QAAQ,EACR,IAAe,EACf,QAAgB,EAChB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,GAAG;IAC/C,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,2CAgBA;AAED,iBAAS,kBAAkB,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,mBAAmB,2CAO5D;AAED,OAAO,EACL,UAAU,EACV,iBAAiB,EACjB,cAAc,EACd,cAAc,EACd,kBAAkB,EAClB,cAAc,EACd,kBAAkB,GACnB,CAAC"}
@@ -0,0 +1,21 @@
1
+ /**
2
+ * @internal
3
+ * This module is for internal type resolution only.
4
+ * Do not import directly from this path.
5
+ * Use "@sth87/shadcn-design-system" instead.
6
+ */
7
+ import * as React from "react";
8
+ import * as PopoverPrimitive from "@radix-ui/react-popover";
9
+ type PopoverProps = React.ComponentProps<typeof PopoverPrimitive.Root>;
10
+ declare function Popover({ modal, ...props }: PopoverProps): import("react/jsx-runtime").JSX.Element;
11
+ type PopoverTriggerProps = React.ComponentProps<typeof PopoverPrimitive.Trigger>;
12
+ declare function PopoverTrigger({ ...props }: PopoverTriggerProps): import("react/jsx-runtime").JSX.Element;
13
+ type PopoverContentProps = React.ComponentProps<typeof PopoverPrimitive.Content> & {
14
+ /** Increase z-index for use in modals/dialogs */
15
+ modal?: boolean;
16
+ };
17
+ declare function PopoverContent({ className, align, sideOffset, modal, ...props }: PopoverContentProps): import("react/jsx-runtime").JSX.Element;
18
+ type PopoverAnchorProps = React.ComponentProps<typeof PopoverPrimitive.Anchor>;
19
+ declare const PopoverAnchor: React.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverAnchorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
20
+ export { Popover, PopoverTrigger, PopoverContent, PopoverAnchor, type PopoverProps, type PopoverTriggerProps, type PopoverAnchorProps, type PopoverContentProps, };
21
+ //# sourceMappingURL=popover.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"popover.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/ui/src/components/popover.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAI5D,KAAK,YAAY,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,CAAC;AACvE,iBAAS,OAAO,CAAC,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,YAAY,2CAEjD;AAED,KAAK,mBAAmB,GAAG,KAAK,CAAC,cAAc,CAC7C,OAAO,gBAAgB,CAAC,OAAO,CAChC,CAAC;AACF,iBAAS,cAAc,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,mBAAmB,2CAExD;AAED,KAAK,mBAAmB,GAAG,KAAK,CAAC,cAAc,CAC7C,OAAO,gBAAgB,CAAC,OAAO,CAChC,GAAG;IACF,iDAAiD;IACjD,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AACF,iBAAS,cAAc,CAAC,EACtB,SAAS,EACT,KAAgB,EAChB,UAAc,EACd,KAAa,EACb,GAAG,KAAK,EACT,EAAE,mBAAmB,2CAgBrB;AAED,KAAK,kBAAkB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,CAAC;AAC/E,QAAA,MAAM,aAAa,+JAUlB,CAAC;AAIF,OAAO,EACL,OAAO,EACP,cAAc,EACd,cAAc,EACd,aAAa,EACb,KAAK,YAAY,EACjB,KAAK,mBAAmB,EACxB,KAAK,kBAAkB,EACvB,KAAK,mBAAmB,GACzB,CAAC"}
@@ -0,0 +1,23 @@
1
+ /**
2
+ * @internal
3
+ * This module is for internal type resolution only.
4
+ * Do not import directly from this path.
5
+ * Use "@sth87/shadcn-design-system" instead.
6
+ */
7
+ import * as React from "react";
8
+ import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
9
+ import { type VariantProps } from "class-variance-authority";
10
+ declare const radioGroupItemVariants: (props?: ({
11
+ variant?: "option" | "button-group" | null | undefined;
12
+ size?: "sm" | "lg" | "default" | null | undefined;
13
+ color?: "primary" | "secondary" | "accent" | "destructive" | "muted" | "success" | "error" | "warning" | null | undefined;
14
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
15
+ declare const radioGroupVariants: (props?: ({
16
+ variant?: "option" | "button-group" | null | undefined;
17
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
18
+ type RadioGroupProps = React.ComponentProps<typeof RadioGroupPrimitive.Root> & VariantProps<typeof radioGroupVariants>;
19
+ declare function RadioGroup({ className, variant, ...props }: RadioGroupProps): import("react/jsx-runtime").JSX.Element;
20
+ type RadioGroupItemProps = React.ComponentProps<typeof RadioGroupPrimitive.Item> & VariantProps<typeof radioGroupItemVariants>;
21
+ declare function RadioGroupItem({ className, variant, size, color, ...props }: RadioGroupItemProps): import("react/jsx-runtime").JSX.Element;
22
+ export { RadioGroup, RadioGroupItem, type RadioGroupProps, type RadioGroupItemProps, };
23
+ //# sourceMappingURL=radio-group.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radio-group.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/ui/src/components/radio-group.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AAEnE,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAiFlE,QAAA,MAAM,sBAAsB;;;;8EAgC3B,CAAC;AAEF,QAAA,MAAM,kBAAkB;;8EAUtB,CAAC;AAEH,KAAK,eAAe,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC,GAC1E,YAAY,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE1C,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAQpE;AAED,KAAK,mBAAmB,GAAG,KAAK,CAAC,cAAc,CAC7C,OAAO,mBAAmB,CAAC,IAAI,CAChC,GACC,YAAY,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE9C,iBAAS,cAAc,CAAC,EACtB,SAAS,EACT,OAAO,EACP,IAAI,EACJ,KAAK,EACL,GAAG,KAAK,EACT,EAAE,mBAAmB,2CAqBrB;AAED,OAAO,EACL,UAAU,EACV,cAAc,EACd,KAAK,eAAe,EACpB,KAAK,mBAAmB,GACzB,CAAC"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ * @internal
3
+ * This module is for internal type resolution only.
4
+ * Do not import directly from this path.
5
+ * Use "@sth87/shadcn-design-system" instead.
6
+ */
7
+ import * as React from "react";
8
+ import * as ResizablePrimitive from "react-resizable-panels";
9
+ import { type VariantProps } from "class-variance-authority";
10
+ declare function ResizablePanelGroup({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>): import("react/jsx-runtime").JSX.Element;
11
+ declare function ResizablePanel({ ...props }: React.ComponentProps<typeof ResizablePrimitive.Panel>): import("react/jsx-runtime").JSX.Element;
12
+ declare const resizableHandleVariants: (props?: ({
13
+ variant?: "line" | "default" | null | undefined;
14
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
15
+ declare function ResizableHandle({ withHandle, icon, variant, className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle> & VariantProps<typeof resizableHandleVariants> & {
16
+ withHandle?: boolean;
17
+ icon?: React.ReactNode;
18
+ }): import("react/jsx-runtime").JSX.Element;
19
+ export { ResizablePanelGroup, ResizablePanel, ResizableHandle, resizableHandleVariants, };
20
+ //# sourceMappingURL=resizable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resizable.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/ui/src/components/resizable.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,kBAAkB,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,iBAAS,mBAAmB,CAAC,EAC3B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,UAAU,CAAC,2CAW5D;AAED,iBAAS,cAAc,CAAC,EACtB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,KAAK,CAAC,2CAEvD;AAED,QAAA,MAAM,uBAAuB;;8EAa5B,CAAC;AAEF,iBAAS,eAAe,CAAC,EACvB,UAAU,EACV,IAAI,EACJ,OAAO,EACP,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,iBAAiB,CAAC,GAClE,YAAY,CAAC,OAAO,uBAAuB,CAAC,GAAG;IAC7C,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB,2CAgBF;AAED,OAAO,EACL,mBAAmB,EACnB,cAAc,EACd,eAAe,EACf,uBAAuB,GACxB,CAAC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * @internal
3
+ * This module is for internal type resolution only.
4
+ * Do not import directly from this path.
5
+ * Use "@sth87/shadcn-design-system" instead.
6
+ */
7
+ import * as React from "react";
8
+ import * as ScrollAreaPrimitive from "@radix-ui/react-scroll-area";
9
+ declare function ScrollArea({ className, children, ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
10
+ declare function ScrollBar({ className, orientation, ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>): import("react/jsx-runtime").JSX.Element;
11
+ export { ScrollArea, ScrollBar };
12
+ //# sourceMappingURL=scroll-area.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scroll-area.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/ui/src/components/scroll-area.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AAInE,iBAAS,UAAU,CAAC,EAClB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC,2CAiBvD;AAED,iBAAS,SAAS,CAAC,EACjB,SAAS,EACT,WAAwB,EACxB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,mBAAmB,CAAC,mBAAmB,CAAC,2CAqBtE;AAED,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,CAAC"}
@@ -0,0 +1,49 @@
1
+ /**
2
+ * @internal
3
+ * This module is for internal type resolution only.
4
+ * Do not import directly from this path.
5
+ * Use "@sth87/shadcn-design-system" instead.
6
+ */
7
+ import { type VariantProps } from "class-variance-authority";
8
+ import { Button } from "./button";
9
+ import { Command, CommandGroup, CommandItem, CommandSeparator } from "./command";
10
+ import { type ComponentPropsWithoutRef, type ReactNode } from "react";
11
+ declare const multiSelectTriggerVariants: (props?: ({
12
+ size?: "xs" | "sm" | "lg" | "xl" | "normal" | null | undefined;
13
+ state?: "success" | "error" | "warning" | "default" | null | undefined;
14
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
15
+ export declare function MultiSelect({ children, values, defaultValues, onValuesChange, }: {
16
+ children: ReactNode;
17
+ values?: string[];
18
+ defaultValues?: string[];
19
+ onValuesChange?: (values: string[]) => void;
20
+ }): import("react/jsx-runtime").JSX.Element;
21
+ export declare function MultiSelectTrigger({ className, dropdownClassName, children, size, state, ...props }: {
22
+ className?: string;
23
+ dropdownClassName?: string;
24
+ children?: ReactNode;
25
+ size?: "normal" | "sm" | "xs" | "lg" | "xl";
26
+ state?: "default" | "success" | "error" | "warning";
27
+ } & Omit<ComponentPropsWithoutRef<typeof Button>, "size"> & VariantProps<typeof multiSelectTriggerVariants>): import("react/jsx-runtime").JSX.Element;
28
+ export declare function MultiSelectValue({ placeholder, clickToRemove, className, overflowBehavior, ...props }: {
29
+ placeholder?: string;
30
+ clickToRemove?: boolean;
31
+ overflowBehavior?: "wrap" | "wrap-when-open" | "cutoff";
32
+ } & Omit<ComponentPropsWithoutRef<"div">, "children">): import("react/jsx-runtime").JSX.Element;
33
+ export declare function MultiSelectContent({ search, children, ...props }: {
34
+ search?: boolean | {
35
+ placeholder?: string;
36
+ emptyMessage?: string;
37
+ };
38
+ children: ReactNode;
39
+ } & Omit<ComponentPropsWithoutRef<typeof Command>, "children">): import("react/jsx-runtime").JSX.Element;
40
+ export declare function MultiSelectItem({ value, children, badgeLabel, onSelect, icon, tagRender, ...props }: {
41
+ badgeLabel?: ReactNode;
42
+ value: string;
43
+ icon?: ReactNode;
44
+ tagRender?: boolean;
45
+ } & Omit<ComponentPropsWithoutRef<typeof CommandItem>, "value">): import("react/jsx-runtime").JSX.Element;
46
+ export declare function MultiSelectGroup(props: ComponentPropsWithoutRef<typeof CommandGroup>): import("react/jsx-runtime").JSX.Element;
47
+ export declare function MultiSelectSeparator(props: ComponentPropsWithoutRef<typeof CommandSeparator>): import("react/jsx-runtime").JSX.Element;
48
+ export {};
49
+ //# sourceMappingURL=select.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/ui/src/components/select.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAElE,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EACL,OAAO,EAEP,YAAY,EAEZ,WAAW,EAEX,gBAAgB,EACjB,MAAM,WAAW,CAAC;AAGnB,OAAO,EAOL,KAAK,wBAAwB,EAC7B,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;AAIf,QAAA,MAAM,0BAA0B;;;8EA2B/B,CAAC;AAYF,wBAAgB,WAAW,CAAC,EAC1B,QAAQ,EACR,MAAM,EACN,aAAa,EACb,cAAc,GACf,EAAE;IACD,QAAQ,EAAE,SAAS,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;CAC7C,2CA6CA;AAED,wBAAgB,kBAAkB,CAAC,EACjC,SAAS,EACT,iBAAiB,EACjB,QAAQ,EACR,IAAI,EACJ,KAAiB,EACjB,GAAG,KAAK,EACT,EAAE;IACD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,IAAI,CAAC,EAAE,QAAQ,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5C,KAAK,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;CACrD,GAAG,IAAI,CAAC,wBAAwB,CAAC,OAAO,MAAM,CAAC,EAAE,MAAM,CAAC,GACvD,YAAY,CAAC,OAAO,0BAA0B,CAAC,2CAmDhD;AAED,wBAAgB,gBAAgB,CAAC,EAC/B,WAAW,EACX,aAAoB,EACpB,SAAS,EACT,gBAAmC,EACnC,GAAG,KAAK,EACT,EAAE;IACD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,gBAAgB,CAAC,EAAE,MAAM,GAAG,gBAAgB,GAAG,QAAQ,CAAC;CACzD,GAAG,IAAI,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,2CA4IpD;AAED,wBAAgB,kBAAkB,CAAC,EACjC,MAAa,EACb,QAAQ,EACR,GAAG,KAAK,EACT,EAAE;IACD,MAAM,CAAC,EAAE,OAAO,GAAG;QAAE,WAAW,CAAC,EAAE,MAAM,CAAC;QAAC,YAAY,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IACnE,QAAQ,EAAE,SAAS,CAAC;CACrB,GAAG,IAAI,CAAC,wBAAwB,CAAC,OAAO,OAAO,CAAC,EAAE,UAAU,CAAC,2CAiC7D;AAED,wBAAgB,eAAe,CAAC,EAC9B,KAAK,EACL,QAAQ,EACR,UAAU,EACV,QAAQ,EACR,IAAI,EACJ,SAAS,EACT,GAAG,KAAK,EACT,EAAE;IACD,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,GAAG,IAAI,CAAC,wBAAwB,CAAC,OAAO,WAAW,CAAC,EAAE,OAAO,CAAC,2CAoC9D;AAED,wBAAgB,gBAAgB,CAC9B,KAAK,EAAE,wBAAwB,CAAC,OAAO,YAAY,CAAC,2CAGrD;AAED,wBAAgB,oBAAoB,CAClC,KAAK,EAAE,wBAAwB,CAAC,OAAO,gBAAgB,CAAC,2CAGzD"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * @internal
3
+ * This module is for internal type resolution only.
4
+ * Do not import directly from this path.
5
+ * Use "@sth87/shadcn-design-system" instead.
6
+ */
7
+ import * as React from "react";
8
+ import * as SeparatorPrimitive from "@radix-ui/react-separator";
9
+ declare const colorVariants: {
10
+ primary: string;
11
+ secondary: string;
12
+ accent: string;
13
+ destructive: string;
14
+ muted: string;
15
+ success: string;
16
+ error: string;
17
+ warning: string;
18
+ };
19
+ interface SeparatorProps extends React.ComponentProps<typeof SeparatorPrimitive.Root> {
20
+ textPosition?: "start" | "center" | "end";
21
+ children?: React.ReactNode;
22
+ color?: keyof typeof colorVariants;
23
+ }
24
+ declare function Separator({ className, orientation, decorative, textPosition, children, color, ...props }: SeparatorProps): import("react/jsx-runtime").JSX.Element;
25
+ export { Separator, type SeparatorProps };
26
+ //# sourceMappingURL=separator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"separator.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/ui/src/components/separator.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,kBAAkB,MAAM,2BAA2B,CAAC;AAIhE,QAAA,MAAM,aAAa;;;;;;;;;CASlB,CAAC;AAEF,UAAU,cACR,SAAQ,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,IAAI,CAAC;IAC5D,YAAY,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC;IAC1C,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,MAAM,OAAO,aAAa,CAAC;CACpC;AAED,iBAAS,SAAS,CAAC,EACjB,SAAS,EACT,WAA0B,EAC1B,UAAiB,EACjB,YAAuB,EACvB,QAAQ,EACR,KAAK,EACL,GAAG,KAAK,EACT,EAAE,cAAc,2CAwHhB;AAED,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,CAAC"}
@@ -0,0 +1,21 @@
1
+ /**
2
+ * @internal
3
+ * This module is for internal type resolution only.
4
+ * Do not import directly from this path.
5
+ * Use "@sth87/shadcn-design-system" instead.
6
+ */
7
+ import * as React from "react";
8
+ import * as SheetPrimitive from "@radix-ui/react-dialog";
9
+ declare function Sheet({ ...props }: React.ComponentProps<typeof SheetPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
10
+ declare function SheetTrigger({ ...props }: React.ComponentProps<typeof SheetPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
11
+ declare function SheetClose({ ...props }: React.ComponentProps<typeof SheetPrimitive.Close>): import("react/jsx-runtime").JSX.Element;
12
+ declare function SheetContent({ className, overlayClassName, children, side, ...props }: React.ComponentProps<typeof SheetPrimitive.Content> & {
13
+ side?: "top" | "right" | "bottom" | "left";
14
+ overlayClassName?: string;
15
+ }): import("react/jsx-runtime").JSX.Element;
16
+ declare function SheetHeader({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
17
+ declare function SheetFooter({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
18
+ declare function SheetTitle({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Title>): import("react/jsx-runtime").JSX.Element;
19
+ declare function SheetDescription({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Description>): import("react/jsx-runtime").JSX.Element;
20
+ export { Sheet, SheetTrigger, SheetClose, SheetContent, SheetHeader, SheetFooter, SheetTitle, SheetDescription, };
21
+ //# sourceMappingURL=sheet.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sheet.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/ui/src/components/sheet.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,cAAc,MAAM,wBAAwB,CAAC;AAKzD,iBAAS,KAAK,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,2CAE5E;AAED,iBAAS,YAAY,CAAC,EACpB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,OAAO,CAAC,2CAErD;AAED,iBAAS,UAAU,CAAC,EAClB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,KAAK,CAAC,2CAEnD;AAwBD,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,gBAAgB,EAChB,QAAQ,EACR,IAAc,EACd,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,OAAO,CAAC,GAAG;IACvD,IAAI,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;IAC3C,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B,2CA4BA;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQxE;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQxE;AAED,iBAAS,UAAU,CAAC,EAClB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,KAAK,CAAC,2CAQnD;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,WAAW,CAAC,2CAQzD;AAED,OAAO,EACL,KAAK,EACL,YAAY,EACZ,UAAU,EACV,YAAY,EACZ,WAAW,EACX,WAAW,EACX,UAAU,EACV,gBAAgB,GACjB,CAAC"}
@@ -0,0 +1,76 @@
1
+ /**
2
+ * @internal
3
+ * This module is for internal type resolution only.
4
+ * Do not import directly from this path.
5
+ * Use "@sth87/shadcn-design-system" instead.
6
+ */
7
+ import * as React from "react";
8
+ import { type VariantProps } from "class-variance-authority";
9
+ import { Button } from "../components/button";
10
+ import { Input } from "../components/input";
11
+ import { Separator } from "../components/separator";
12
+ import { TooltipContent } from "../components/tooltip";
13
+ type SidebarContextProps = {
14
+ state: "expanded" | "collapsed";
15
+ open: boolean;
16
+ setOpen: (open: boolean) => void;
17
+ openMobile: boolean;
18
+ setOpenMobile: (open: boolean) => void;
19
+ isMobile: boolean;
20
+ toggleSidebar: () => void;
21
+ };
22
+ declare function useSidebar(): SidebarContextProps;
23
+ declare function SidebarProvider({ defaultOpen, open: openProp, onOpenChange: setOpenProp, className, style, children, ...props }: React.ComponentProps<"div"> & {
24
+ defaultOpen?: boolean;
25
+ open?: boolean;
26
+ onOpenChange?: (open: boolean) => void;
27
+ }): import("react/jsx-runtime").JSX.Element;
28
+ declare function Sidebar({ side, variant, collapsible, className, children, ...props }: React.ComponentProps<"div"> & {
29
+ side?: "left" | "right";
30
+ variant?: "sidebar" | "floating" | "inset" | "tilt" | "depth";
31
+ collapsible?: "offcanvas" | "icon" | "none";
32
+ }): import("react/jsx-runtime").JSX.Element;
33
+ declare function SidebarTrigger({ className, onClick, ...props }: React.ComponentProps<typeof Button>): import("react/jsx-runtime").JSX.Element;
34
+ declare function SidebarRail({ className, ...props }: React.ComponentProps<"button">): import("react/jsx-runtime").JSX.Element;
35
+ declare function SidebarInset({ className, ...props }: React.ComponentProps<"main">): import("react/jsx-runtime").JSX.Element;
36
+ declare function SidebarInput({ className, ...props }: React.ComponentProps<typeof Input>): import("react/jsx-runtime").JSX.Element;
37
+ declare function SidebarHeader({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
38
+ declare function SidebarFooter({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
39
+ declare function SidebarSeparator({ className, ...props }: React.ComponentProps<typeof Separator>): import("react/jsx-runtime").JSX.Element;
40
+ declare function SidebarContent({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
41
+ declare function SidebarGroup({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
42
+ declare function SidebarGroupLabel({ className, asChild, ...props }: React.ComponentProps<"div"> & {
43
+ asChild?: boolean;
44
+ }): import("react/jsx-runtime").JSX.Element;
45
+ declare function SidebarGroupAction({ className, asChild, ...props }: React.ComponentProps<"button"> & {
46
+ asChild?: boolean;
47
+ }): import("react/jsx-runtime").JSX.Element;
48
+ declare function SidebarGroupContent({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
49
+ declare function SidebarMenu({ className, ...props }: React.ComponentProps<"ul">): import("react/jsx-runtime").JSX.Element;
50
+ declare function SidebarMenuItem({ className, ...props }: React.ComponentProps<"li">): import("react/jsx-runtime").JSX.Element;
51
+ declare const sidebarMenuButtonVariants: (props?: ({
52
+ variant?: "outline" | "default" | null | undefined;
53
+ size?: "sm" | "lg" | "default" | null | undefined;
54
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
55
+ declare function SidebarMenuButton({ asChild, isActive, variant, size, tooltip, className, ...props }: React.ComponentProps<"button"> & {
56
+ asChild?: boolean;
57
+ isActive?: boolean;
58
+ tooltip?: string | React.ComponentProps<typeof TooltipContent>;
59
+ } & VariantProps<typeof sidebarMenuButtonVariants>): import("react/jsx-runtime").JSX.Element;
60
+ declare function SidebarMenuAction({ className, asChild, showOnHover, ...props }: React.ComponentProps<"button"> & {
61
+ asChild?: boolean;
62
+ showOnHover?: boolean;
63
+ }): import("react/jsx-runtime").JSX.Element;
64
+ declare function SidebarMenuBadge({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
65
+ declare function SidebarMenuSkeleton({ className, showIcon, ...props }: React.ComponentProps<"div"> & {
66
+ showIcon?: boolean;
67
+ }): import("react/jsx-runtime").JSX.Element;
68
+ declare function SidebarMenuSub({ className, ...props }: React.ComponentProps<"ul">): import("react/jsx-runtime").JSX.Element;
69
+ declare function SidebarMenuSubItem({ className, ...props }: React.ComponentProps<"li">): import("react/jsx-runtime").JSX.Element;
70
+ declare function SidebarMenuSubButton({ asChild, size, isActive, className, ...props }: React.ComponentProps<"a"> & {
71
+ asChild?: boolean;
72
+ size?: "sm" | "md";
73
+ isActive?: boolean;
74
+ }): import("react/jsx-runtime").JSX.Element;
75
+ export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar, };
76
+ //# sourceMappingURL=sidebar.d.ts.map