@admin-layout/tailwind-ui 12.0.16-alpha.4 → 12.0.16-alpha.40
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/README.md +20 -0
- package/lib/components/Button/Button.js.map +1 -1
- package/lib/components/DatePicker/utils.js.map +1 -1
- package/lib/components/ErrorHandlers/ApplicationErrorHandler.d.ts.map +1 -1
- package/lib/components/ErrorHandlers/ApplicationErrorHandler.js +5 -9
- package/lib/components/ErrorHandlers/ApplicationErrorHandler.js.map +1 -1
- package/lib/components/OTP/utils.js.map +1 -1
- package/lib/components/PageContainer/PageContainer.d.ts.map +1 -1
- package/lib/components/PageContainer/PageContainer.js +11 -5
- package/lib/components/PageContainer/PageContainer.js.map +1 -1
- package/lib/components/PageLoading/index.js.map +1 -1
- package/lib/components/RJSFPreview/PreviewAsyncDropdown.d.ts +11 -0
- package/lib/components/RJSFPreview/PreviewAsyncDropdown.d.ts.map +1 -0
- package/lib/components/RJSFPreview/PreviewCheckboxWidget.d.ts +8 -0
- package/lib/components/RJSFPreview/PreviewCheckboxWidget.d.ts.map +1 -0
- package/lib/components/RJSFPreview/PreviewCustomFieldTemplate.d.ts +4 -0
- package/lib/components/RJSFPreview/PreviewCustomFieldTemplate.d.ts.map +1 -0
- package/lib/components/RJSFPreview/PreviewDateWidget.d.ts +8 -0
- package/lib/components/RJSFPreview/PreviewDateWidget.d.ts.map +1 -0
- package/lib/components/RJSFPreview/PreviewDialog.d.ts +9 -0
- package/lib/components/RJSFPreview/PreviewDialog.d.ts.map +1 -0
- package/lib/components/RJSFPreview/PreviewDropdownWidget.d.ts +8 -0
- package/lib/components/RJSFPreview/PreviewDropdownWidget.d.ts.map +1 -0
- package/lib/components/RJSFPreview/PreviewFieldTemplate.d.ts +4 -0
- package/lib/components/RJSFPreview/PreviewFieldTemplate.d.ts.map +1 -0
- package/lib/components/RJSFPreview/PreviewFileUploadWidget.d.ts +4 -0
- package/lib/components/RJSFPreview/PreviewFileUploadWidget.d.ts.map +1 -0
- package/lib/components/RJSFPreview/PreviewFormRenderer.d.ts +16 -0
- package/lib/components/RJSFPreview/PreviewFormRenderer.d.ts.map +1 -0
- package/lib/components/RJSFPreview/PreviewImageUploadWidget.d.ts +4 -0
- package/lib/components/RJSFPreview/PreviewImageUploadWidget.d.ts.map +1 -0
- package/lib/components/RJSFPreview/PreviewInputWidget.d.ts +4 -0
- package/lib/components/RJSFPreview/PreviewInputWidget.d.ts.map +1 -0
- package/lib/components/RJSFPreview/PreviewObjectFieldTemplate.d.ts +4 -0
- package/lib/components/RJSFPreview/PreviewObjectFieldTemplate.d.ts.map +1 -0
- package/lib/components/RJSFPreview/PreviewRadioWidget.d.ts +8 -0
- package/lib/components/RJSFPreview/PreviewRadioWidget.d.ts.map +1 -0
- package/lib/components/RJSFPreview/PreviewStepper.d.ts +9 -0
- package/lib/components/RJSFPreview/PreviewStepper.d.ts.map +1 -0
- package/lib/components/RJSFPreview/PreviewSwitchWidget.d.ts +9 -0
- package/lib/components/RJSFPreview/PreviewSwitchWidget.d.ts.map +1 -0
- package/lib/components/RJSFPreview/PreviewTab.d.ts +17 -0
- package/lib/components/RJSFPreview/PreviewTab.d.ts.map +1 -0
- package/lib/components/RJSFPreview/PreviewTextareaWidget.d.ts +8 -0
- package/lib/components/RJSFPreview/PreviewTextareaWidget.d.ts.map +1 -0
- package/lib/components/RJSFPreview/generateSchemaWithInputs.d.ts +9 -0
- package/lib/components/RJSFPreview/generateSchemaWithInputs.d.ts.map +1 -0
- package/lib/components/RJSFPreview/index.d.ts +2 -0
- package/lib/components/RJSFPreview/index.d.ts.map +1 -0
- package/lib/components/ReactTable/TableFilters.js.map +1 -1
- package/lib/components/Search/SearchInput.d.ts +11 -0
- package/lib/components/Search/SearchInput.d.ts.map +1 -0
- package/lib/components/Search/SearchInput.js +33 -0
- package/lib/components/Search/SearchInput.js.map +1 -0
- package/lib/components/Search/index.d.ts +2 -0
- package/lib/components/Search/index.d.ts.map +1 -0
- package/lib/components/Select/Select.d.ts +35 -0
- package/lib/components/Select/Select.d.ts.map +1 -0
- package/lib/components/Select/Select.js +256 -0
- package/lib/components/Select/Select.js.map +1 -0
- package/lib/components/Select/index.d.ts +2 -0
- package/lib/components/Select/index.d.ts.map +1 -0
- package/lib/components/Spin/index.js.map +1 -1
- package/lib/components/ThemeProvider/ThemeProvider.js.map +1 -1
- package/lib/components/ThemeProvider/ThemeToggle.js.map +1 -1
- package/lib/components/index.d.ts +2 -0
- package/lib/components/index.d.ts.map +1 -1
- package/lib/hooks/index.d.ts +4 -0
- package/lib/hooks/index.d.ts.map +1 -0
- package/lib/hooks/useTheme.js +1 -1
- package/lib/hooks/useToast.js.map +1 -1
- package/lib/hooks/useWindowSize.d.ts +5 -0
- package/lib/hooks/useWindowSize.d.ts.map +1 -0
- package/lib/hooks/useWindowSize.js +20 -0
- package/lib/hooks/useWindowSize.js.map +1 -0
- package/lib/index.d.ts +1 -3
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +1 -1
- package/lib/shardui/accordion.js.map +1 -1
- package/lib/shardui/alert-dialog.js.map +1 -1
- package/lib/shardui/alert.js.map +1 -1
- package/lib/shardui/aspect-ratio.js.map +1 -1
- package/lib/shardui/avatar.js.map +1 -1
- package/lib/shardui/badge.d.ts +1 -1
- package/lib/shardui/badge.js.map +1 -1
- package/lib/shardui/breadcrumb.js.map +1 -1
- package/lib/shardui/button.d.ts +2 -2
- package/lib/shardui/button.js.map +1 -1
- package/lib/shardui/calendar.js.map +1 -1
- package/lib/shardui/card.js.map +1 -1
- package/lib/shardui/carousel.js.map +1 -1
- package/lib/shardui/chart.d.ts +1 -1
- package/lib/shardui/chart.js.map +1 -1
- package/lib/shardui/collapsible.js.map +1 -1
- package/lib/shardui/command.d.ts +7 -7
- package/lib/shardui/command.js.map +1 -1
- package/lib/shardui/context-menu.js.map +1 -1
- package/lib/shardui/dialog.js.map +1 -1
- package/lib/shardui/drawer.js.map +1 -1
- package/lib/shardui/dropdown-menu.js.map +1 -1
- package/lib/shardui/form.js.map +1 -1
- package/lib/shardui/hover-card.js.map +1 -1
- package/lib/shardui/index.js +1 -0
- package/lib/shardui/index.js.map +1 -0
- package/lib/shardui/input-otp.js.map +1 -1
- package/lib/shardui/menubar.js.map +1 -1
- package/lib/shardui/navigation-menu.js.map +1 -1
- package/lib/shardui/pagination.js.map +1 -1
- package/lib/shardui/popover.js.map +1 -1
- package/lib/shardui/resizable.d.ts +1 -1
- package/lib/shardui/resizable.js.map +1 -1
- package/lib/shardui/select.js.map +1 -1
- package/lib/shardui/sheet.d.ts +1 -1
- package/lib/shardui/sheet.js.map +1 -1
- package/lib/shardui/sidebar.js.map +1 -1
- package/lib/shardui/sonner.js +3 -3
- package/lib/shardui/sonner.js.map +1 -1
- package/lib/shardui/table.js.map +1 -1
- package/lib/shardui/tabs.js.map +1 -1
- package/lib/shardui/textarea.js.map +1 -1
- package/lib/shardui/toast.js.map +1 -1
- package/lib/shardui/toggle.js.map +1 -1
- package/lib/shardui/tooltip.js.map +1 -1
- package/lib/utils/hooks/use-toast.js.map +1 -1
- package/lib/utils/isBrowser/index.js.map +1 -1
- package/package.json +52 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hover-card.js","sources":["../../src/shardui/hover-card.tsx"],"sourcesContent":[null],"names":[],"mappings":"qOASA,MAAA,
|
|
1
|
+
{"version":3,"file":"hover-card.js","sources":["../../src/shardui/hover-card.tsx"],"sourcesContent":[null],"names":[],"mappings":"qOASA,MAAA,SAAM,GAAA,kBAAgB,CAAA;AAiBtB,MAAA,qCAAsC,CAAA;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{Accordion,AccordionContent,AccordionItem,AccordionTrigger}from'./accordion.js';export{Alert,AlertDescription,AlertTitle}from'./alert.js';export{AlertDialog,AlertDialogAction,AlertDialogCancel,AlertDialogContent,AlertDialogDescription,AlertDialogFooter,AlertDialogHeader,AlertDialogTitle,AlertDialogTrigger}from'./alert-dialog.js';export{AspectRatio}from'./aspect-ratio.js';export{Avatar,AvatarFallback,AvatarImage}from'./avatar.js';export{Badge,badgeVariants}from'./badge.js';export{Breadcrumb,BreadcrumbEllipsis,BreadcrumbItem,BreadcrumbLink,BreadcrumbList,BreadcrumbPage,BreadcrumbSeparator}from'./breadcrumb.js';export{Button,buttonVariants}from'./button.js';export{Calendar}from'./calendar.js';export{Card,CardContent,CardDescription,CardFooter,CardHeader,CardTitle}from'./card.js';export{Carousel,CarouselContent,CarouselItem,CarouselNext,CarouselPrevious}from'./carousel.js';export{ChartContainer,ChartLegend,ChartLegendContent,ChartStyle,ChartTooltip,ChartTooltipContent}from'./chart.js';export{Checkbox}from'./checkbox.js';export{Collapsible,CollapsibleContent,CollapsibleTrigger}from'./collapsible.js';export{Command,CommandDialog,CommandEmpty,CommandGroup,CommandInput,CommandItem,CommandList,CommandSeparator,CommandShortcut}from'./command.js';export{ContextMenu,ContextMenuCheckboxItem,ContextMenuContent,ContextMenuGroup,ContextMenuItem,ContextMenuLabel,ContextMenuPortal,ContextMenuRadioGroup,ContextMenuRadioItem,ContextMenuSeparator,ContextMenuShortcut,ContextMenuSub,ContextMenuSubContent,ContextMenuSubTrigger,ContextMenuTrigger}from'./context-menu.js';export{Dialog,DialogContent,DialogDescription,DialogFooter,DialogHeader,DialogTitle,DialogTrigger}from'./dialog.js';export{Drawer,DrawerClose,DrawerContent,DrawerDescription,DrawerFooter,DrawerHeader,DrawerTitle,DrawerTrigger}from'./drawer.js';export{DropdownMenu,DropdownMenuCheckboxItem,DropdownMenuContent,DropdownMenuGroup,DropdownMenuItem,DropdownMenuLabel,DropdownMenuPortal,DropdownMenuRadioGroup,DropdownMenuRadioItem,DropdownMenuSeparator,DropdownMenuShortcut,DropdownMenuSub,DropdownMenuSubContent,DropdownMenuSubTrigger,DropdownMenuTrigger}from'./dropdown-menu.js';export{Form,FormControl,FormDescription,FormField,FormItem,FormLabel,FormMessage,useFormField}from'./form.js';export{HoverCard,HoverCardContent,HoverCardTrigger}from'./hover-card.js';export{Input}from'./input.js';export{InputOTP,InputOTPGroup,InputOTPSlot}from'./input-otp.js';export{Label}from'./label.js';export{Menubar,MenubarCheckboxItem,MenubarContent,MenubarGroup,MenubarItem,MenubarLabel,MenubarMenu,MenubarPortal,MenubarRadioGroup,MenubarRadioItem,MenubarSeparator,MenubarShortcut,MenubarSub,MenubarSubContent,MenubarSubTrigger,MenubarTrigger}from'./menubar.js';export{NavigationMenu,NavigationMenuContent,NavigationMenuItem,NavigationMenuLink,NavigationMenuList,NavigationMenuTrigger,navigationMenuTriggerStyle}from'./navigation-menu.js';export{Pagination,PaginationContent,PaginationEllipsis,PaginationItem,PaginationLink,PaginationNext,PaginationPrevious}from'./pagination.js';export{Popover,PopoverContent,PopoverTrigger}from'./popover.js';export{Progress}from'./progress.js';export{RadioGroup,RadioGroupItem}from'./radio-group.js';export{ResizableHandle,ResizablePanel,ResizablePanelGroup}from'./resizable.js';export{ScrollArea,ScrollBar}from'./scroll-area.js';export{Select,SelectContent,SelectGroup,SelectItem,SelectLabel,SelectSeparator,SelectTrigger,SelectValue}from'./select.js';export{Separator}from'./separator.js';export{Sheet,SheetClose,SheetContent,SheetDescription,SheetFooter,SheetHeader,SheetTitle,SheetTrigger}from'./sheet.js';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}from'./sidebar.js';export{Skeleton}from'./skeleton.js';export{Slider}from'./slider.js';export{Toaster as Sonner}from'./sonner.js';export{Switch}from'./switch.js';export{Table,TableBody,TableCaption,TableCell,TableHead,TableHeader,TableRow}from'./table.js';export{Tabs,TabsContent,TabsList,TabsTrigger}from'./tabs.js';export{Textarea}from'./textarea.js';export{Toast,ToastAction,ToastClose,ToastDescription,ToastProvider,ToastTitle,ToastViewport}from'./toast.js';export{Toaster}from'./toaster.js';export{Toggle,toggleVariants}from'./toggle.js';export{ToggleGroup,ToggleGroupItem}from'./toggle-group.js';export{Tooltip,TooltipContent,TooltipProvider,TooltipTrigger}from'./tooltip.js';import'../utils/isBrowser/index.js';import'clsx';import'tailwind-merge';import'react';import'fast-deep-equal/react.js';export{useToast as useToastHook}from'../utils/hooks/use-toast.js';//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input-otp.js","sources":["../../src/shardui/input-otp.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;;;oBAYK,EAAA;;;;;;;;;AAML,EAAA,GAAA;AAKA,CAAA,EAAA,GAAA;uBAE2D,GAAA,KAAA,CAAA,UAAA,CAAA,eAAA,CAAA;;AA0B3D,IAAA,IAAA;AASA,
|
|
1
|
+
{"version":3,"file":"input-otp.js","sources":["../../src/shardui/input-otp.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;;;oBAYK,EAAA;;;;;;;;;AAML,EAAA,GAAA;AAKA,CAAA,EAAA,GAAA;uBAE2D,GAAA,KAAA,CAAA,UAAA,CAAA,eAAA,CAAA;;AA0B3D,IAAA,IAAA;AASA,IAAA;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menubar.js","sources":["../../src/shardui/menubar.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":";;AAM0C,MAAA,aAAA,GAAA,gBAAA,CAAA;AAE1C,MAAA,
|
|
1
|
+
{"version":3,"file":"menubar.js","sources":["../../src/shardui/menubar.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":";;AAM0C,MAAA,aAAA,GAAA,gBAAA,CAAA;AAE1C,MAAA,UAAM,GAAA,gBAAY,CAAA;AAElB,MAAA,iBAAM,GAAA,gBAAa,CAAA;AAEnB,MAAA,OAAA,GAAM,KAAA,CAAA,UAAU,CAAA,CAAA;AAEhB,EAAA,SAAA;AAEA,EAAA,GAAA;AAYA,CAAA,EAAA,GAAA,KAAAA,GAAM,CAAA,gBAAc,CAAA,IAAA,EAAA;AAepB,EAAA,GAAA,EAAA;aAGgB,EAAA,CAAA,sEAAO,EAAA,SAAA,CAAA;;AAkBvB,CAAA,CAAA;AAeA,OAAA,CAAA,WAAM,GAAA,gBAAc,CAAA,IAAA,CAAA,WAAA;AAoBpB,MAAA,cAAM,GAAA,KAAW,CAAA,UAAA,CAAA,CAAA;;;AAkBjB,CAAA,EAAA,GAAA,KAAAA,GAAM,CAAA,gBAAA,CAAmB,OAAA,EAAA;AAuBzB,EAAA,GAAA,EAAA,GAAA;AAsBA,EAAA,aAAM,CAAA,wNAAY,EAAA,SAAA,CAAA;;;AAclB,cAAM,CAAA,WAAA,GAAA,gBAAgB,CAAA,OAAA,CAAA,WAAA;AAQtB,MAAA,iBAAM,GAAA,KAAe,CAAA,UAAA,CAAA,CAAA;AAA6B,EAAA,SAAA;;EAEhD,QAAA;AAGF,EAAA,GAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"navigation-menu.js","sources":["../../src/shardui/navigation-menu.tsx"],"sourcesContent":[null],"names":["_jsxs"],"mappings":"sUAwCA,MAAA,
|
|
1
|
+
{"version":3,"file":"navigation-menu.js","sources":["../../src/shardui/navigation-menu.tsx"],"sourcesContent":[null],"names":["_jsxs"],"mappings":"sUAwCA,MAAA,cAAM,GAAA,KAAA,CAAA,UAAqB,CAAA,CAAA;AAkB3B,EAAA,SAAA;AAeA,EAAA,QAAA;AAEA,EAAA,GAAA;AAiBA,CAAA,EAAA,GAAA,KAAAA,IAAM,CAAA,uBAAuB,CAAA,IAAA,EAAA;AAiB7B,EAAA,GAAA,EAAO,GACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagination.js","sources":["../../src/shardui/pagination.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"wRAaE,MAAA,UAAA,GAAA,CAAA;AAGF,EAAA,SAAA;AAOA,EAAA,GAAA;AAKA,CAAA;
|
|
1
|
+
{"version":3,"file":"pagination.js","sources":["../../src/shardui/pagination.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"wRAaE,MAAA,UAAA,GAAA,CAAA;AAGF,EAAA,SAAA;AAOA,EAAA,GAAA;AAKA,CAAA;MACI,EAAA,YAAW;AACd,EAAA,YAAQ,EAAA,YAAmB;AAG5B,EAAA,aAAM,CAAA,oCAAc,EAAA,SAAA,CAAA;;;UAYlB,CAAA,WAAA,GAAA,YAAA;AAGF,MAAA,iBAAM,GAAA,KAAA,CAAkB,UAAA,CAAA,CAAA;AAA6B,EAAA,SAAA;;CAUpD,EAAC,GAAA,KAAAA,GAAA,CAAA,IAAA,EAAA;AAGF,EAAA,GAAA,EAAA;AAAiD,EAAA,SAAA,EAAA,EAAA,CAAA,kCAAoB,EAAC;;CAKrE,CAAC;AAGF,iBAAM,CAAA,WAAA,GAAkB,mBAAA;AAA6B,MAAA,cAAA,GAAA,KAAA,CAAA,UAAM,CAAA,CAAA;;EAKzD,GAAA;AAGF,CAAA,EAAA,GAAA,KACIA,GAAA,CAAA,IAAU,EACV;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"popover.js","sources":["../../src/shardui/popover.tsx"],"sourcesContent":[null],"names":[],"mappings":"gOASA,MAAA,OAAA,
|
|
1
|
+
{"version":3,"file":"popover.js","sources":["../../src/shardui/popover.tsx"],"sourcesContent":[null],"names":[],"mappings":"gOASA,MAAA,OAAA,GAAM,gBAAc,CAAA;AAmBpB,MAAA,iCAAkC,CAAA;;;;;;;;;;;;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as ResizablePrimitive from 'react-resizable-panels';
|
|
2
2
|
declare const ResizablePanelGroup: ({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
declare const ResizablePanel: import("react").ForwardRefExoticComponent<Omit<import("react").HTMLAttributes<HTMLDivElement | HTMLElement | HTMLButtonElement | HTMLHeadingElement | HTMLParagraphElement | HTMLSelectElement | HTMLOptionElement | HTMLOptGroupElement | HTMLInputElement | HTMLTableElement | HTMLTableSectionElement | HTMLTableRowElement | HTMLTableCellElement | HTMLSpanElement | HTMLImageElement | HTMLUListElement | HTMLLIElement | HTMLAnchorElement |
|
|
3
|
+
declare const ResizablePanel: import("react").ForwardRefExoticComponent<Omit<import("react").HTMLAttributes<HTMLDivElement | HTMLElement | HTMLButtonElement | HTMLHeadingElement | HTMLParagraphElement | HTMLSelectElement | HTMLOptionElement | HTMLOptGroupElement | HTMLInputElement | HTMLTableElement | HTMLTableSectionElement | HTMLTableRowElement | HTMLTableCellElement | HTMLSpanElement | HTMLImageElement | HTMLUListElement | HTMLLIElement | HTMLAnchorElement | HTMLObjectElement | HTMLLinkElement | HTMLAreaElement | HTMLAudioElement | HTMLBaseElement | HTMLQuoteElement | HTMLBodyElement | HTMLBRElement | HTMLCanvasElement | HTMLTableColElement | HTMLDataElement | HTMLDataListElement | HTMLModElement | HTMLDetailsElement | HTMLDialogElement | HTMLDListElement | HTMLEmbedElement | HTMLFieldSetElement | HTMLFormElement | HTMLHeadElement | HTMLHRElement | HTMLHtmlElement | HTMLIFrameElement | HTMLLabelElement | HTMLLegendElement | HTMLMapElement | HTMLMetaElement | HTMLMeterElement | HTMLOListElement | HTMLOutputElement | HTMLPreElement | HTMLProgressElement | HTMLSlotElement | HTMLScriptElement | HTMLSourceElement | HTMLStyleElement | HTMLTemplateElement | HTMLTextAreaElement | HTMLTimeElement | HTMLTitleElement | HTMLTrackElement | HTMLVideoElement | HTMLTableCaptionElement | HTMLMenuElement | HTMLPictureElement>, "id" | "onResize"> & {
|
|
4
4
|
className?: string | undefined;
|
|
5
5
|
collapsedSize?: number | undefined;
|
|
6
6
|
collapsible?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resizable.js","sources":["../../src/shardui/resizable.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":";;;;;;;;;;;;;;;AAcA,EAAA,
|
|
1
|
+
{"version":3,"file":"resizable.js","sources":["../../src/shardui/resizable.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":";;;;;;;;;;;;;;;AAcA,EAAA,QAAA,EAAA,UAAM,IAAAA,GAAe,CAAA,KAAI,EAAA;IAKrB,SAAA,EAAW,2EAAU;AACxB,IAAA,QAAA,EAAAA,GAAA,CAAA,YAAA,EAAA;AAgBD,MAAA,SAAS,EAAA;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select.js","sources":["../../src/shardui/select.tsx"],"sourcesContent":[null],"names":[],"mappings":"0RAYA,MAAA,MAAA,
|
|
1
|
+
{"version":3,"file":"select.js","sources":["../../src/shardui/select.tsx"],"sourcesContent":[null],"names":[],"mappings":"0RAYA,MAAA,MAAA,GAAM,eAAa,CAAA;AAoBnB,MAAA,WAAM,GAAA,eAAoB,CAAA;AAc1B,MAAA,WAAM,GAAA,eAAA,CAAsB;AAc5B,MAAA,aAAM,GAAA,KAAa,CAAA,UAAA,CAAA,CAAA;AAgCnB,EAAA,SAAA;AAQA,EAAA,QAAA;AAuBA,EAAA,GAAA;AAQA,CAAA,EAAA,GAAA,SACU,CACN,eACA,CAAA,OAAA,EAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/lib/shardui/sheet.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ declare const SheetClose: React.ForwardRefExoticComponent<SheetPrimitive.DialogC
|
|
|
7
7
|
declare const SheetPortal: React.FC<SheetPrimitive.DialogPortalProps>;
|
|
8
8
|
declare const SheetOverlay: React.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogOverlayProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
9
9
|
declare const sheetVariants: (props?: {
|
|
10
|
-
side?: "
|
|
10
|
+
side?: "left" | "right" | "bottom" | "top";
|
|
11
11
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
12
12
|
interface SheetContentProps extends React.ComponentPropsWithoutRef<typeof SheetPrimitive.Content>, VariantProps<typeof sheetVariants> {
|
|
13
13
|
}
|
package/lib/shardui/sheet.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sheet.js","sources":["../../src/shardui/sheet.tsx"],"sourcesContent":[null],"names":["SheetPrimitive","_jsx"],"mappings":"2SAaA,MAAA,KAAA,GAAMA,eAAW,CAAA;AAEjB,MAAA,
|
|
1
|
+
{"version":3,"file":"sheet.js","sources":["../../src/shardui/sheet.tsx"],"sourcesContent":[null],"names":["SheetPrimitive","_jsx"],"mappings":"2SAaA,MAAA,KAAA,GAAMA,eAAW,CAAA;AAEjB,MAAA,YAAM,GAAAA,eAAY,CAAA;AAelB,MAAA,UAAM,GAAAA,eAAa,CAAA;;;AAiBnB,EAAA;AAE6C,EAAA,GAAA;AAE7C,CAAA,EAAA,GAAA,KAAAC,GAAM,CAAAD,eAAY,CAAA,OAAA,EAAA;AAgBlB,EAAA,aAAM,CAAA,yJAAW,EAAA,SAAA,CAAA;AAA6B,EAAA,GAAA,KAAA;;CAE7C,CAAC;AAGF,wBAAM,GAAWA,eAAA,CAAA,OAAA,CAAA,WAAA;AAA6B,MAAA,aAAA,GAAA,GAAA,CAAA,kMAAoC,EAAA;;IAEhF,IAAA,EAAA;AAGF,MAAA,GAAA,EAAA,mGAAgB;AAQhB,MAAA,MAAA,EAAM,4GAAgB;AAQtB,MAAA,qIAUgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sidebar.js","sources":["../../src/shardui/sidebar.tsx"],"sourcesContent":[null],"names":[],"mappings":"omBAiCA,MAAA,
|
|
1
|
+
{"version":3,"file":"sidebar.js","sources":["../../src/shardui/sidebar.tsx"],"sourcesContent":[null],"names":[],"mappings":"omBAiCA,MAAA,sBAAmB,eAAA;AASnB,MAAA,sBAAM,GAAe,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,CAAA;mBAGC,GAAA,OAAO;0BACP,GAAA,OAAA;AACC,MAAA,kBAAK,GAAE,MAAO;;AAsFrC,MAAA,cAAM,GAAO,KAAA,CAAA,aAAA,CAAA,IAAA,CAAA;AAGE,SAAA,aAAS;eACN,GAAA,KAAS,CAAA,UAAG,CAAA,cAAoB,CAAA;;uEAiF/C,CAAA;AAGH,EAAA;AAyBA,EAAA,OAAA,OAAM;AA4BN;AAeA,MAAA,eAAM,GAAA,KAAY,CAAA,UAAA,CAAA,CAAA;AAiBlB,EAAA,WAAA,GAAM,IAAA;AAKN,EAAA,IAAA,EAAA,QAAM;AAKN,EAAA,YAAM,EAAA,WAAA;AAcN,EAAA,SAAA;AAeA,EAAA,KAAA;AAYA,EAAA;;;AAoBA,EAAA,MAAA,QAAM,GAAA,WAAA,EAAkB;mBAAoF,EAAO,aAAA,CAAA,GAAA,KAAA,CAAA,QAAA,CAAA,KAAA,CAAA;;AAsBnH;AAOA,EAAA,MAAA,CAAA,KAAM,EAAA,QAAA,CAAW,GAAA,KAAA,CAAA,QAAA,CAAA,WAAA,CAAA;AAKjB,EAAA,MAAA,IAAA,GAAM,QAAA,IAAA,KAAe;AA2BrB,EAAA,MAAA,OAAM,GAAA,KAAA,CAAA,WAAiB,CAAA,KAAA,IAAA;mBAGL,GAAO,OAAA,KAAA,KAAA,UAAA,GAAA,KAAA,CAAA,IAAA,CAAA,GAAA,KAAA;mBACN,EAAA;AACD,MAAA,WAAA,CAAA,SAAS,CAAK;;;;;AAoChC,IAAA,eAAM,GAAA,CAAA,EAAA,mBAAiB,CAAA,CAAA,EAAA,SAAA,CAAA,kBAAA,EAAA,sBAAA,CAAA,CAAA;iBAGL,EAAA,IAAO,CAAA,CAAA;;;AA4BzB,IAAA,OAAA,QAAM,GAAA,aAAgB,CAAA,IAAA,IAAA,CAAA,IAAA,CAAA,GAAA,OAAA,CAAA,IAAA,IAAA,CAAA,IAAA,CAAA;AAoBtB,EAAA,CAAA,EAAA,CAAA,QAAM,EAAA,OAAA,EAAA,aAAmB,CAAA,CAAA;;;AAiCzB,IAAA,MAAA,aAAM,GAAA,KAAc,IAAA;AAgBpB,MAAA,IAAA,KAAM,CAAA,GAAA,KAAA,yBAAkB,KAAA,KAAA,CAAA,OAAA,IAAA,KAAA,CAAA,OAAA,CAAA,EAAA;AAKxB,QAAA,MAAM,cAAA,EAAA;qBAGmB,EAAA;AACV,MAAA;;oDAuBZ,CAAA;AAGH,IAAA,aACW,MACP,CAAA,mBACA,CAAA,SACA,EAAA,aACA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/lib/shardui/sonner.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {jsx}from'react/jsx-runtime';import {useTheme}from'
|
|
1
|
+
import {jsx}from'react/jsx-runtime';import {useTheme}from'../hooks/useTheme.js';import {Toaster as Toaster$1}from'sonner';export{toast}from'sonner';const Toaster = ({
|
|
2
2
|
...props
|
|
3
3
|
}) => {
|
|
4
4
|
const {
|
|
5
|
-
|
|
5
|
+
mode = 'light'
|
|
6
6
|
} = useTheme();
|
|
7
7
|
return jsx(Toaster$1, {
|
|
8
|
-
theme:
|
|
8
|
+
theme: mode,
|
|
9
9
|
className: "toaster group",
|
|
10
10
|
toastOptions: {
|
|
11
11
|
classNames: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sonner.js","sources":["../../src/shardui/sonner.tsx"],"sourcesContent":[null],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"sonner.js","sources":["../../src/shardui/sonner.tsx"],"sourcesContent":[null],"names":[],"mappings":"oJAyBA,MAAA,OAAS,GAAO,CAAA;;;;;;;;;;;;;;;;;;;"}
|
package/lib/shardui/table.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table.js","sources":["../../src/shardui/table.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"uKAkBA,MAAA,KAAA,GAAM,
|
|
1
|
+
{"version":3,"file":"table.js","sources":["../../src/shardui/table.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"uKAkBA,MAAA,KAAA,GAAM,KAAA,CAAA,UAAS,CAAA,CAAA;AAOf,EAAA,SAAA;AAWA,EAAA,GAAA;AAWA,CAAA,EAAA,GAAA,KAAAA,GAAM,CAAA,KAAA,EAAS;AAcf,EAAA,SAAA,EAAA,+BAAe;AAOf,EAAA,QAAA,EAAAA,GAAM,CAAA,OAAA,EAAY;AAOlB,IAAA,GAAO,EAAE,GAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/lib/shardui/tabs.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tabs.js","sources":["../../src/shardui/tabs.tsx"],"sourcesContent":[null],"names":[],"mappings":"0NAsBA,MAAA,IAAA,GAAA,aAAiB,CAAA;AAejB,MAAA,QAAM,
|
|
1
|
+
{"version":3,"file":"tabs.js","sources":["../../src/shardui/tabs.tsx"],"sourcesContent":[null],"names":[],"mappings":"0NAsBA,MAAA,IAAA,GAAA,aAAiB,CAAA;AAejB,MAAA,QAAM,GAAA,KAAA,CAAA,UAAW,CAAA,CAAA;AAejB,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"textarea.js","sources":["../../src/shardui/textarea.tsx"],"sourcesContent":[null],"names":[],"mappings":"uKAMA,MAAA,QAAM,
|
|
1
|
+
{"version":3,"file":"textarea.js","sources":["../../src/shardui/textarea.tsx"],"sourcesContent":[null],"names":[],"mappings":"uKAMA,MAAA,QAAM,GAAA,KAAQ,CAAA,UAAA,CAAA,CAAA;AAcd,EAAA,SAAS;;;;;;;;;"}
|
package/lib/shardui/toast.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toast.js","sources":["../../src/shardui/toast.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":";;AA+CA,EAAA,SAAA;AAeA,EAAA,GAAA;AAkBA,CAAA,EAAA,GAAA,KAAAA,
|
|
1
|
+
{"version":3,"file":"toast.js","sources":["../../src/shardui/toast.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":";;AA+CA,EAAA,SAAA;AAeA,EAAA,GAAA;AAkBA,CAAA,EAAA,GAAA,KAAAA,GAAM,CAAA,eAAU,CAAA,QAAA,EAAA;AAQhB,EAAA,GAAA,EAAA,GAAA;AAQA,EAAA,SAAK,EAAA,EAAU,oIAAgD,EAAA,SAAA,CAAA;AAE/D,EAAA,GAAK;AAEL,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toggle.js","sources":["../../src/shardui/toggle.tsx"],"sourcesContent":[null],"names":[],"mappings":";;AA2BA,IAAA;;;;AASA,IAAA,
|
|
1
|
+
{"version":3,"file":"toggle.js","sources":["../../src/shardui/toggle.tsx"],"sourcesContent":[null],"names":[],"mappings":";;AA2BA,IAAA;;;;AASA,IAAA,IAAO,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip.js","sources":["../../src/shardui/tooltip.tsx"],"sourcesContent":[null],"names":[],"mappings":"gOASA,MAAA,
|
|
1
|
+
{"version":3,"file":"tooltip.js","sources":["../../src/shardui/tooltip.tsx"],"sourcesContent":[null],"names":[],"mappings":"gOASA,MAAA,eAAM,GAAA,gBAAc,CAAA;AAEpB,MAAA,OAAA,GAAM,gBAAc,CAAA;AAgBpB,MAAA,cAAkB,GAAA,gBAAgB,CAAA;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-toast.js","sources":["../../../src/utils/hooks/use-toast.ts"],"sourcesContent":[null],"names":[],"mappings":"4BAEA,
|
|
1
|
+
{"version":3,"file":"use-toast.js","sources":["../../../src/utils/hooks/use-toast.ts"],"sourcesContent":[null],"names":[],"mappings":"4BAEA,MAAA,WAAc,GAAA,CAAA;AAKd,MAAK,kBAAe,GAAA,OAAa;;;;;;AAqBjC,MAAK,aAAa,GAAA,IAAO,GAAA,EAAA;AAEzB,sBACM,GAAA,OAAA,IAAA;AACI,EAAA,IAAA,aAAM,CAAU,GAAC,CAAA,OAAA,CAAW,EAAE;IAC9B;EACH;AAEG,EAAA,MAAI,OAAE,GAAA,UAAW,CAAA,MAAc;AAC/B,IAAA,aAAO,CAAO,MAAC,CAAA,OAAa,CAAC;IAEjC,QAAA,CAAA;AACI,MAAA,IAAM,EAAA,cAAW;AACjB,MAAA,OAAQ,EAAE;KAEd,CAAA;AACI,EAAA,CAAA,EAAA,kBAAiB,CAAA;AACjB,EAAA,aAAU,CAAA,GAAA,CAAA,OAAa,EAAA,OAAM,CAAA;CAChC;AAEG,MAAA,OAAK,GAAA,CAAA,KAAA,EAAA,MAAA,KAAA;UACL,MAAE,CAAA,IAAA;AACX,IAAA,KAAA,WAAA;AAoBD,MAAA,OAAA;AAgEA,QAAK,QAAQ;AAEb,QAAA,MAAA,EAAA,CAAS,MAAM,CAAA,KAAK,EAAA,GAAK,KAAI,CAAA,MAAK,CAAA,CAAA,KAAA,CAAA,CAAA,EAAA,WAAA;;;;AA2BjC,QAAA,GAAA,KAAA;AAED,QAAA,MAAA,EAAA,KAAS,CAAA,MAAQ,CAAA,GAAA,CAAA,CAAA,IAAA,CAAA,CAAA,EAAA,KAAA,MAAA,CAAA,KAAA,CAAA,EAAA,GAAA;;;AApHL,SAAA,GAAA,CAAA;AAsIX,OAAA;AAED,IAAA,KAAS,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../src/utils/isBrowser/index.ts"],"sourcesContent":[null],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../src/utils/isBrowser/index.ts"],"sourcesContent":[null],"names":[],"mappings":"AAEM,OAAA,OAAS,KAAA,WAKb,IAAA,OAAA,CAAA,QAAA,IAAA,IAAA,IAAA,OAAA,CAAA,QAAA,CAAA,IAAA,IAAA"}
|
package/package.json
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@admin-layout/tailwind-ui",
|
|
3
|
-
"version": "12.0.16-alpha.
|
|
3
|
+
"version": "12.0.16-alpha.40",
|
|
4
4
|
"description": "Sample core for higher packages to depend on",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "CDMBase LLC",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"exports": {
|
|
9
9
|
".": "./lib/index.js",
|
|
10
|
-
"./
|
|
10
|
+
"./components/*": "./lib/components/*",
|
|
11
|
+
"./hooks/*": "./lib/hooks/*",
|
|
12
|
+
"./shardui": "./lib/shardui/*",
|
|
13
|
+
"./shardui/*": "./lib/shardui/*"
|
|
11
14
|
},
|
|
12
15
|
"main": "lib/index.js",
|
|
13
16
|
"module": "lib/index.js",
|
|
@@ -25,8 +28,52 @@
|
|
|
25
28
|
"watch": "npm run build:lib:watch"
|
|
26
29
|
},
|
|
27
30
|
"dependencies": {
|
|
28
|
-
"@admin-layout/client": "12.0.16-alpha.
|
|
29
|
-
"@
|
|
31
|
+
"@admin-layout/client": "12.0.16-alpha.40",
|
|
32
|
+
"@radix-ui/react-accordion": "^1.2.0",
|
|
33
|
+
"@radix-ui/react-alert-dialog": "^1.1.1",
|
|
34
|
+
"@radix-ui/react-aspect-ratio": "^1.1.0",
|
|
35
|
+
"@radix-ui/react-avatar": "^1.1.0",
|
|
36
|
+
"@radix-ui/react-checkbox": "^1.1.1",
|
|
37
|
+
"@radix-ui/react-collapsible": "^1.1.0",
|
|
38
|
+
"@radix-ui/react-context-menu": "^2.2.1",
|
|
39
|
+
"@radix-ui/react-dialog": "^1.1.2",
|
|
40
|
+
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
|
41
|
+
"@radix-ui/react-hover-card": "^1.1.1",
|
|
42
|
+
"@radix-ui/react-label": "^2.1.0",
|
|
43
|
+
"@radix-ui/react-menubar": "^1.1.1",
|
|
44
|
+
"@radix-ui/react-navigation-menu": "^1.2.0",
|
|
45
|
+
"@radix-ui/react-popover": "^1.1.1",
|
|
46
|
+
"@radix-ui/react-progress": "^1.1.0",
|
|
47
|
+
"@radix-ui/react-radio-group": "^1.2.0",
|
|
48
|
+
"@radix-ui/react-scroll-area": "^1.1.0",
|
|
49
|
+
"@radix-ui/react-select": "^2.1.1",
|
|
50
|
+
"@radix-ui/react-separator": "^1.1.0",
|
|
51
|
+
"@radix-ui/react-slider": "^1.2.0",
|
|
52
|
+
"@radix-ui/react-slot": "^1.1.0",
|
|
53
|
+
"@radix-ui/react-switch": "^1.1.0",
|
|
54
|
+
"@radix-ui/react-tabs": "^1.1.0",
|
|
55
|
+
"@radix-ui/react-toast": "^1.2.1",
|
|
56
|
+
"@radix-ui/react-toggle": "^1.1.0",
|
|
57
|
+
"@radix-ui/react-toggle-group": "^1.1.0",
|
|
58
|
+
"@radix-ui/react-tooltip": "^1.1.4",
|
|
59
|
+
"@tanstack/react-table": "^8.21.3",
|
|
60
|
+
"class-variance-authority": "^0.7.0",
|
|
61
|
+
"clsx": "^1.2.1",
|
|
62
|
+
"cmdk": "^1.0.0",
|
|
63
|
+
"embla-carousel-react": "^8.3.0",
|
|
64
|
+
"input-otp": "^1.2.4",
|
|
65
|
+
"lucide-react": "^0.437.0",
|
|
66
|
+
"react-day-picker": "^8.10.1",
|
|
67
|
+
"react-hook-form": "^7.62.0",
|
|
68
|
+
"react-resizable-panels": "^2.1.3",
|
|
69
|
+
"sonner": "^1.5.0",
|
|
70
|
+
"tailwind-merge": "^2.5.2",
|
|
71
|
+
"tailwindcss-animate": "^1.0.6",
|
|
72
|
+
"vaul": "^0.9.3"
|
|
73
|
+
},
|
|
74
|
+
"devDependencies": {
|
|
75
|
+
"rc-field-form": "^2.7.0",
|
|
76
|
+
"scroll-into-view-if-needed": "^3.1.0"
|
|
30
77
|
},
|
|
31
78
|
"peerDependencies": {
|
|
32
79
|
"history": "*",
|
|
@@ -39,5 +86,5 @@
|
|
|
39
86
|
"typescript": {
|
|
40
87
|
"definition": "lib/index.d.ts"
|
|
41
88
|
},
|
|
42
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "7409c4935186a49a29b01ba88c3722dc5b6405f2"
|
|
43
90
|
}
|