@herca/r-kit 0.0.68 → 0.0.69

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.
@@ -204,16 +204,20 @@ type SidebarContextProps = {
204
204
  declare const SidebarContext: react__default.Context<SidebarContextProps | null>;
205
205
  declare const useSidebar: () => SidebarContextProps;
206
206
 
207
+ type SheetSize = 'sm' | 'md' | 'lg' | 'xl' | 'full';
208
+ type SheetSide = 'top' | 'right' | 'bottom' | 'left';
207
209
  declare function Sheet({ ...props }: react.ComponentProps<typeof SheetPrimitive.Root>): react_jsx_runtime.JSX.Element;
208
210
  declare function SheetTrigger({ ...props }: react.ComponentProps<typeof SheetPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
209
211
  declare function SheetClose({ ...props }: react.ComponentProps<typeof SheetPrimitive.Close>): react_jsx_runtime.JSX.Element;
210
- declare function SheetContent({ className, children, side, ...props }: react.ComponentProps<typeof SheetPrimitive.Content> & {
211
- side?: 'top' | 'right' | 'bottom' | 'left';
212
+ declare function SheetContent({ className, children, side, size, ...props }: react.ComponentProps<typeof SheetPrimitive.Content> & {
213
+ side?: SheetSide;
214
+ size?: SheetSize;
212
215
  }): react_jsx_runtime.JSX.Element;
213
216
  declare function SheetHeader({ className, ...props }: react.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
214
217
  declare function SheetFooter({ className, ...props }: react.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
215
218
  declare function SheetTitle({ className, ...props }: react.ComponentProps<typeof SheetPrimitive.Title>): react_jsx_runtime.JSX.Element;
216
219
  declare function SheetDescription({ className, ...props }: react.ComponentProps<typeof SheetPrimitive.Description>): react_jsx_runtime.JSX.Element;
220
+ declare function SheetBody({ className, ...props }: react.ComponentProps<typeof SheetPrimitive.Description>): react_jsx_runtime.JSX.Element;
217
221
 
218
222
  declare function TooltipProvider({ delayDuration, ...props }: react.ComponentProps<typeof TooltipPrimitive.Provider>): react_jsx_runtime.JSX.Element;
219
223
  declare function Tooltip({ ...props }: react.ComponentProps<typeof TooltipPrimitive.Root>): react_jsx_runtime.JSX.Element;
@@ -221,7 +225,7 @@ declare function TooltipTrigger({ ...props }: react.ComponentProps<typeof Toolti
221
225
  declare function TooltipContent({ className, sideOffset, children, ...props }: react.ComponentProps<typeof TooltipPrimitive.Content>): react_jsx_runtime.JSX.Element;
222
226
 
223
227
  declare const modalVariants: (props?: ({
224
- size?: "sm" | "md" | "lg" | "xs" | "full" | null | undefined;
228
+ size?: "sm" | "md" | "lg" | "full" | "xs" | null | undefined;
225
229
  state?: "open" | "closed" | null | undefined;
226
230
  } & class_variance_authority_types.ClassProp) | undefined) => string;
227
231
  declare const modalOverlayVariants: (props?: ({
@@ -1133,4 +1137,4 @@ declare const RadioIndicatorVariants: (props?: ({
1133
1137
  color?: "primary" | "secondary" | "success" | "danger" | "warning" | "info" | "orange" | "purple" | "gray" | null | undefined;
1134
1138
  } & class_variance_authority_types.ClassProp) | undefined) => string;
1135
1139
 
1136
- export { type AttachmentField, BaseCheckbox, type BaseOption, BaseRadio, BaseSwitch, ButtonDropdown, type ButtonDropdownProps, ButtonGroup, ButtonGroupItem, type ButtonGroupProps, type ButtonIconProps, ButtonNavigator, Calendar, type CalendarBaseProps, type CalendarDay, type CalendarDayConfig, type CalendarDayItemProps, type CalendarEvent, type CalendarGridProps, type CalendarOverrideProps, type CalendarProps, type CalendarRangeOverrideProps, type CalendarState, type CalendarStyleConfig, type CalendarTypes, Checkbox, CheckboxGroup, type CheckboxGroupContextValue, type CheckboxGroupProps, CheckboxIndicatorVariants, type CheckboxProps, CheckboxVariants, Chip, type ChipArrayProps, ChipContext, type ChipContextValue, ChipGroup, type ChipOptionProps, type ChipProps, type ChipSelectedProps, type ChipValue, type ChipVariants, Collapsible, CollapsibleContent, CollapsibleTrigger, type ColorPickerButtonProps, type ColorType$2 as ColorType, type ColorVariantType, Counter, type CounterControllerProps, type CounterProps, type DateFormat, DatePicker, type DatePickerMode, type DatePickerProps, type DateRange, type DateRangeProps, type DotConfig, Dropdown, DropdownContent, DropdownItem, type DropdownState, DropdownTrigger, type FileItem, FormDescription, type FormDescriptionProps, FormErrorMessage, type FormErrorMessageProps, FormErrorMessages, type FormErrorMessagesProps, FormField, type FormFieldProps, FormHint, type FormHintProps, FormLabel, type FormLabelProps, type FormSizeType, type GetCalendarDaysProps, type HeadingLevel, type IconType, type ImageForm, Input, InputFile, type InputFileProps, type InputFileRef, InputOTP, type InputOTPProps, type InputOTPSize, type InputOTPType, type InputProps, type InputVariantProps, ItemDropdown, type ListItemType, Modal, ModalBody, ModalDescription, ModalFooter, ModalHeader, ModalPreviewAttachment, ModalTitle, type PlayerProps, PreviewItem, type PreviewItemProps, Radio, RadioGroup, RadioIndicatorVariants, RadioVariants, Select, type SelectOption, type SelectProps, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarContext, type SidebarContextProps, SidebarFooter, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuGroup, SidebarMenuItem, SidebarProvider, SidebarTrigger, type SizeType$2 as SizeType, Switch, SwitchThumbVariants, SwitchVariants, Table, type TableAction, TableBody, type TableBodyProps, TableCell, TableCellHead, type TableCellHeadProps, type TableCellProps, TableFooter, type TableFooterProps, TableHead, type TableHeadProps, TablePagination, type TablePaginationProps, type TableRootProps, TableRow, type TableRowProps, Tabs, TabsContent, TabsList, TabsTrigger, type TextAlignValue, TextEditor, type TextEditorProps, Textarea, type TextareaProps, ToastProvider, type ToolbarButtonProps, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, type UploadConfig, type UploadStatus, type UploadedFile, chipVariants, formatDateLocal, formatDateToString, generatePages, getCalendarDays, getFormatConfig, getWeekEventSegments, handleDecrement, handleIncrement, handleInputChange, handleKeyDown, inputVariants, isSameDate, isToday, monthsFull, monthsShort, normalize, parseLocalDate, parseMonthName, toDateOnly, useCopy, useIsMobile, useSidebar, useToast };
1140
+ export { type AttachmentField, BaseCheckbox, type BaseOption, BaseRadio, BaseSwitch, ButtonDropdown, type ButtonDropdownProps, ButtonGroup, ButtonGroupItem, type ButtonGroupProps, type ButtonIconProps, ButtonNavigator, Calendar, type CalendarBaseProps, type CalendarDay, type CalendarDayConfig, type CalendarDayItemProps, type CalendarEvent, type CalendarGridProps, type CalendarOverrideProps, type CalendarProps, type CalendarRangeOverrideProps, type CalendarState, type CalendarStyleConfig, type CalendarTypes, Checkbox, CheckboxGroup, type CheckboxGroupContextValue, type CheckboxGroupProps, CheckboxIndicatorVariants, type CheckboxProps, CheckboxVariants, Chip, type ChipArrayProps, ChipContext, type ChipContextValue, ChipGroup, type ChipOptionProps, type ChipProps, type ChipSelectedProps, type ChipValue, type ChipVariants, Collapsible, CollapsibleContent, CollapsibleTrigger, type ColorPickerButtonProps, type ColorType$2 as ColorType, type ColorVariantType, Counter, type CounterControllerProps, type CounterProps, type DateFormat, DatePicker, type DatePickerMode, type DatePickerProps, type DateRange, type DateRangeProps, type DotConfig, Dropdown, DropdownContent, DropdownItem, type DropdownState, DropdownTrigger, type FileItem, FormDescription, type FormDescriptionProps, FormErrorMessage, type FormErrorMessageProps, FormErrorMessages, type FormErrorMessagesProps, FormField, type FormFieldProps, FormHint, type FormHintProps, FormLabel, type FormLabelProps, type FormSizeType, type GetCalendarDaysProps, type HeadingLevel, type IconType, type ImageForm, Input, InputFile, type InputFileProps, type InputFileRef, InputOTP, type InputOTPProps, type InputOTPSize, type InputOTPType, type InputProps, type InputVariantProps, ItemDropdown, type ListItemType, Modal, ModalBody, ModalDescription, ModalFooter, ModalHeader, ModalPreviewAttachment, ModalTitle, type PlayerProps, PreviewItem, type PreviewItemProps, Radio, RadioGroup, RadioIndicatorVariants, RadioVariants, Select, type SelectOption, type SelectProps, Sheet, SheetBody, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, type SheetSide, type SheetSize, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarContext, type SidebarContextProps, SidebarFooter, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuGroup, SidebarMenuItem, SidebarProvider, SidebarTrigger, type SizeType$2 as SizeType, Switch, SwitchThumbVariants, SwitchVariants, Table, type TableAction, TableBody, type TableBodyProps, TableCell, TableCellHead, type TableCellHeadProps, type TableCellProps, TableFooter, type TableFooterProps, TableHead, type TableHeadProps, TablePagination, type TablePaginationProps, type TableRootProps, TableRow, type TableRowProps, Tabs, TabsContent, TabsList, TabsTrigger, type TextAlignValue, TextEditor, type TextEditorProps, Textarea, type TextareaProps, ToastProvider, type ToolbarButtonProps, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, type UploadConfig, type UploadStatus, type UploadedFile, chipVariants, formatDateLocal, formatDateToString, generatePages, getCalendarDays, getFormatConfig, getWeekEventSegments, handleDecrement, handleIncrement, handleInputChange, handleKeyDown, inputVariants, isSameDate, isToday, monthsFull, monthsShort, normalize, parseLocalDate, parseMonthName, toDateOnly, useCopy, useIsMobile, useSidebar, useToast };
package/dist/clients.d.ts CHANGED
@@ -204,16 +204,20 @@ type SidebarContextProps = {
204
204
  declare const SidebarContext: react__default.Context<SidebarContextProps | null>;
205
205
  declare const useSidebar: () => SidebarContextProps;
206
206
 
207
+ type SheetSize = 'sm' | 'md' | 'lg' | 'xl' | 'full';
208
+ type SheetSide = 'top' | 'right' | 'bottom' | 'left';
207
209
  declare function Sheet({ ...props }: react.ComponentProps<typeof SheetPrimitive.Root>): react_jsx_runtime.JSX.Element;
208
210
  declare function SheetTrigger({ ...props }: react.ComponentProps<typeof SheetPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
209
211
  declare function SheetClose({ ...props }: react.ComponentProps<typeof SheetPrimitive.Close>): react_jsx_runtime.JSX.Element;
210
- declare function SheetContent({ className, children, side, ...props }: react.ComponentProps<typeof SheetPrimitive.Content> & {
211
- side?: 'top' | 'right' | 'bottom' | 'left';
212
+ declare function SheetContent({ className, children, side, size, ...props }: react.ComponentProps<typeof SheetPrimitive.Content> & {
213
+ side?: SheetSide;
214
+ size?: SheetSize;
212
215
  }): react_jsx_runtime.JSX.Element;
213
216
  declare function SheetHeader({ className, ...props }: react.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
214
217
  declare function SheetFooter({ className, ...props }: react.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
215
218
  declare function SheetTitle({ className, ...props }: react.ComponentProps<typeof SheetPrimitive.Title>): react_jsx_runtime.JSX.Element;
216
219
  declare function SheetDescription({ className, ...props }: react.ComponentProps<typeof SheetPrimitive.Description>): react_jsx_runtime.JSX.Element;
220
+ declare function SheetBody({ className, ...props }: react.ComponentProps<typeof SheetPrimitive.Description>): react_jsx_runtime.JSX.Element;
217
221
 
218
222
  declare function TooltipProvider({ delayDuration, ...props }: react.ComponentProps<typeof TooltipPrimitive.Provider>): react_jsx_runtime.JSX.Element;
219
223
  declare function Tooltip({ ...props }: react.ComponentProps<typeof TooltipPrimitive.Root>): react_jsx_runtime.JSX.Element;
@@ -221,7 +225,7 @@ declare function TooltipTrigger({ ...props }: react.ComponentProps<typeof Toolti
221
225
  declare function TooltipContent({ className, sideOffset, children, ...props }: react.ComponentProps<typeof TooltipPrimitive.Content>): react_jsx_runtime.JSX.Element;
222
226
 
223
227
  declare const modalVariants: (props?: ({
224
- size?: "sm" | "md" | "lg" | "xs" | "full" | null | undefined;
228
+ size?: "sm" | "md" | "lg" | "full" | "xs" | null | undefined;
225
229
  state?: "open" | "closed" | null | undefined;
226
230
  } & class_variance_authority_types.ClassProp) | undefined) => string;
227
231
  declare const modalOverlayVariants: (props?: ({
@@ -1133,4 +1137,4 @@ declare const RadioIndicatorVariants: (props?: ({
1133
1137
  color?: "primary" | "secondary" | "success" | "danger" | "warning" | "info" | "orange" | "purple" | "gray" | null | undefined;
1134
1138
  } & class_variance_authority_types.ClassProp) | undefined) => string;
1135
1139
 
1136
- export { type AttachmentField, BaseCheckbox, type BaseOption, BaseRadio, BaseSwitch, ButtonDropdown, type ButtonDropdownProps, ButtonGroup, ButtonGroupItem, type ButtonGroupProps, type ButtonIconProps, ButtonNavigator, Calendar, type CalendarBaseProps, type CalendarDay, type CalendarDayConfig, type CalendarDayItemProps, type CalendarEvent, type CalendarGridProps, type CalendarOverrideProps, type CalendarProps, type CalendarRangeOverrideProps, type CalendarState, type CalendarStyleConfig, type CalendarTypes, Checkbox, CheckboxGroup, type CheckboxGroupContextValue, type CheckboxGroupProps, CheckboxIndicatorVariants, type CheckboxProps, CheckboxVariants, Chip, type ChipArrayProps, ChipContext, type ChipContextValue, ChipGroup, type ChipOptionProps, type ChipProps, type ChipSelectedProps, type ChipValue, type ChipVariants, Collapsible, CollapsibleContent, CollapsibleTrigger, type ColorPickerButtonProps, type ColorType$2 as ColorType, type ColorVariantType, Counter, type CounterControllerProps, type CounterProps, type DateFormat, DatePicker, type DatePickerMode, type DatePickerProps, type DateRange, type DateRangeProps, type DotConfig, Dropdown, DropdownContent, DropdownItem, type DropdownState, DropdownTrigger, type FileItem, FormDescription, type FormDescriptionProps, FormErrorMessage, type FormErrorMessageProps, FormErrorMessages, type FormErrorMessagesProps, FormField, type FormFieldProps, FormHint, type FormHintProps, FormLabel, type FormLabelProps, type FormSizeType, type GetCalendarDaysProps, type HeadingLevel, type IconType, type ImageForm, Input, InputFile, type InputFileProps, type InputFileRef, InputOTP, type InputOTPProps, type InputOTPSize, type InputOTPType, type InputProps, type InputVariantProps, ItemDropdown, type ListItemType, Modal, ModalBody, ModalDescription, ModalFooter, ModalHeader, ModalPreviewAttachment, ModalTitle, type PlayerProps, PreviewItem, type PreviewItemProps, Radio, RadioGroup, RadioIndicatorVariants, RadioVariants, Select, type SelectOption, type SelectProps, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarContext, type SidebarContextProps, SidebarFooter, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuGroup, SidebarMenuItem, SidebarProvider, SidebarTrigger, type SizeType$2 as SizeType, Switch, SwitchThumbVariants, SwitchVariants, Table, type TableAction, TableBody, type TableBodyProps, TableCell, TableCellHead, type TableCellHeadProps, type TableCellProps, TableFooter, type TableFooterProps, TableHead, type TableHeadProps, TablePagination, type TablePaginationProps, type TableRootProps, TableRow, type TableRowProps, Tabs, TabsContent, TabsList, TabsTrigger, type TextAlignValue, TextEditor, type TextEditorProps, Textarea, type TextareaProps, ToastProvider, type ToolbarButtonProps, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, type UploadConfig, type UploadStatus, type UploadedFile, chipVariants, formatDateLocal, formatDateToString, generatePages, getCalendarDays, getFormatConfig, getWeekEventSegments, handleDecrement, handleIncrement, handleInputChange, handleKeyDown, inputVariants, isSameDate, isToday, monthsFull, monthsShort, normalize, parseLocalDate, parseMonthName, toDateOnly, useCopy, useIsMobile, useSidebar, useToast };
1140
+ export { type AttachmentField, BaseCheckbox, type BaseOption, BaseRadio, BaseSwitch, ButtonDropdown, type ButtonDropdownProps, ButtonGroup, ButtonGroupItem, type ButtonGroupProps, type ButtonIconProps, ButtonNavigator, Calendar, type CalendarBaseProps, type CalendarDay, type CalendarDayConfig, type CalendarDayItemProps, type CalendarEvent, type CalendarGridProps, type CalendarOverrideProps, type CalendarProps, type CalendarRangeOverrideProps, type CalendarState, type CalendarStyleConfig, type CalendarTypes, Checkbox, CheckboxGroup, type CheckboxGroupContextValue, type CheckboxGroupProps, CheckboxIndicatorVariants, type CheckboxProps, CheckboxVariants, Chip, type ChipArrayProps, ChipContext, type ChipContextValue, ChipGroup, type ChipOptionProps, type ChipProps, type ChipSelectedProps, type ChipValue, type ChipVariants, Collapsible, CollapsibleContent, CollapsibleTrigger, type ColorPickerButtonProps, type ColorType$2 as ColorType, type ColorVariantType, Counter, type CounterControllerProps, type CounterProps, type DateFormat, DatePicker, type DatePickerMode, type DatePickerProps, type DateRange, type DateRangeProps, type DotConfig, Dropdown, DropdownContent, DropdownItem, type DropdownState, DropdownTrigger, type FileItem, FormDescription, type FormDescriptionProps, FormErrorMessage, type FormErrorMessageProps, FormErrorMessages, type FormErrorMessagesProps, FormField, type FormFieldProps, FormHint, type FormHintProps, FormLabel, type FormLabelProps, type FormSizeType, type GetCalendarDaysProps, type HeadingLevel, type IconType, type ImageForm, Input, InputFile, type InputFileProps, type InputFileRef, InputOTP, type InputOTPProps, type InputOTPSize, type InputOTPType, type InputProps, type InputVariantProps, ItemDropdown, type ListItemType, Modal, ModalBody, ModalDescription, ModalFooter, ModalHeader, ModalPreviewAttachment, ModalTitle, type PlayerProps, PreviewItem, type PreviewItemProps, Radio, RadioGroup, RadioIndicatorVariants, RadioVariants, Select, type SelectOption, type SelectProps, Sheet, SheetBody, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, type SheetSide, type SheetSize, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarContext, type SidebarContextProps, SidebarFooter, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuGroup, SidebarMenuItem, SidebarProvider, SidebarTrigger, type SizeType$2 as SizeType, Switch, SwitchThumbVariants, SwitchVariants, Table, type TableAction, TableBody, type TableBodyProps, TableCell, TableCellHead, type TableCellHeadProps, type TableCellProps, TableFooter, type TableFooterProps, TableHead, type TableHeadProps, TablePagination, type TablePaginationProps, type TableRootProps, TableRow, type TableRowProps, Tabs, TabsContent, TabsList, TabsTrigger, type TextAlignValue, TextEditor, type TextEditorProps, Textarea, type TextareaProps, ToastProvider, type ToolbarButtonProps, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, type UploadConfig, type UploadStatus, type UploadedFile, chipVariants, formatDateLocal, formatDateToString, generatePages, getCalendarDays, getFormatConfig, getWeekEventSegments, handleDecrement, handleIncrement, handleInputChange, handleKeyDown, inputVariants, isSameDate, isToday, monthsFull, monthsShort, normalize, parseLocalDate, parseMonthName, toDateOnly, useCopy, useIsMobile, useSidebar, useToast };
package/dist/clients.js CHANGED
@@ -11127,6 +11127,13 @@ var Icon_default = Icon;
11127
11127
  import "react";
11128
11128
  import * as SheetPrimitive from "@radix-ui/react-dialog";
11129
11129
  import { jsx as jsx403, jsxs as jsxs70 } from "react/jsx-runtime";
11130
+ var sheetSizeClasses = {
11131
+ sm: "w-1/4 sm:max-w-sm",
11132
+ md: "w-1/3 sm:max-w-md",
11133
+ lg: "w-1/2 sm:max-w-lg",
11134
+ xl: "w-2/3 sm:max-w-xl",
11135
+ full: "w-full"
11136
+ };
11130
11137
  function Sheet({ ...props }) {
11131
11138
  return /* @__PURE__ */ jsx403(SheetPrimitive.Root, { "data-slot": "sheet", ...props });
11132
11139
  }
@@ -11165,6 +11172,7 @@ function SheetContent({
11165
11172
  className,
11166
11173
  children,
11167
11174
  side = "right",
11175
+ size = "md",
11168
11176
  ...props
11169
11177
  }) {
11170
11178
  return /* @__PURE__ */ jsxs70(SheetPortal, { children: [
@@ -11174,9 +11182,19 @@ function SheetContent({
11174
11182
  {
11175
11183
  "data-slot": "sheet-content",
11176
11184
  className: cn(
11177
- "data-[state=open]:animate-in data-[state=closed]:animate-out fixed z-50 flex flex-col gap-4 border-gray-200 bg-white shadow-lg transition ease-in-out data-[state=closed]:duration-300 data-[state=open]:duration-500",
11178
- side === "right" && "data-[state=closed]:slide-out-to-right data-[state=open]:slide-in-from-right inset-y-0 right-0 h-full w-3/4 border-l sm:max-w-sm",
11179
- side === "left" && "data-[state=closed]:slide-out-to-left data-[state=open]:slide-in-from-left inset-y-0 left-0 h-full w-3/4 border-r sm:max-w-sm",
11185
+ "fixed z-50 flex flex-col gap-4 border-gray-200 bg-white shadow-lg transition ease-in-out",
11186
+ "data-[state=open]:animate-in data-[state=closed]:animate-out",
11187
+ "data-[state=closed]:duration-300 data-[state=open]:duration-500",
11188
+ side === "right" && cn(
11189
+ "inset-y-0 right-0 h-full border-l",
11190
+ "data-[state=closed]:slide-out-to-right data-[state=open]:slide-in-from-right",
11191
+ sheetSizeClasses[size]
11192
+ ),
11193
+ side === "left" && cn(
11194
+ "inset-y-0 left-0 h-full border-r",
11195
+ "data-[state=closed]:slide-out-to-left data-[state=open]:slide-in-from-left",
11196
+ sheetSizeClasses[size]
11197
+ ),
11180
11198
  side === "top" && "data-[state=closed]:slide-out-to-top data-[state=open]:slide-in-from-top inset-x-0 top-0 h-auto border-b",
11181
11199
  side === "bottom" && "data-[state=closed]:slide-out-to-bottom data-[state=open]:slide-in-from-bottom inset-x-0 bottom-0 h-auto border-t",
11182
11200
  className
@@ -11233,6 +11251,19 @@ function SheetDescription({
11233
11251
  }
11234
11252
  );
11235
11253
  }
11254
+ function SheetBody({
11255
+ className,
11256
+ ...props
11257
+ }) {
11258
+ return /* @__PURE__ */ jsx403(
11259
+ SheetPrimitive.Description,
11260
+ {
11261
+ "data-slot": "sheet-description",
11262
+ className: cn("flex flex-col gap-1.5 p-4", className),
11263
+ ...props
11264
+ }
11265
+ );
11266
+ }
11236
11267
 
11237
11268
  // src/components/sidebar/contex.ts
11238
11269
  import React396 from "react";
@@ -36420,6 +36451,7 @@ export {
36420
36451
  RadioVariants,
36421
36452
  Select,
36422
36453
  Sheet,
36454
+ SheetBody,
36423
36455
  SheetClose,
36424
36456
  SheetContent,
36425
36457
  SheetDescription,