@admin-layout/tailwind-ui 12.0.16-alpha.2 → 12.0.16-alpha.23
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/lib/components/PageContainer/PageContainer.d.ts.map +1 -1
- package/lib/components/PageContainer/PageContainer.js +9 -4
- package/lib/components/PageContainer/PageContainer.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/Table.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/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 +1 -1
- package/lib/shardui/accordion.js.map +1 -1
- package/lib/shardui/alert-dialog.js +1 -1
- package/lib/shardui/alert-dialog.js.map +1 -1
- package/lib/shardui/alert.js +1 -1
- package/lib/shardui/alert.js.map +1 -1
- package/lib/shardui/avatar.js +1 -1
- package/lib/shardui/avatar.js.map +1 -1
- package/lib/shardui/badge.js +1 -1
- package/lib/shardui/breadcrumb.js +1 -1
- package/lib/shardui/breadcrumb.js.map +1 -1
- package/lib/shardui/button.js +1 -1
- package/lib/shardui/button.js.map +1 -1
- package/lib/shardui/calendar.js +1 -1
- package/lib/shardui/card.js +1 -1
- package/lib/shardui/card.js.map +1 -1
- package/lib/shardui/carousel.js +1 -1
- package/lib/shardui/carousel.js.map +1 -1
- package/lib/shardui/chart.js +1 -1
- package/lib/shardui/checkbox.js +1 -1
- package/lib/shardui/command.js +1 -1
- package/lib/shardui/context-menu.js +1 -1
- package/lib/shardui/context-menu.js.map +1 -1
- package/lib/shardui/dialog.js +1 -1
- package/lib/shardui/dialog.js.map +1 -1
- package/lib/shardui/drawer.js +1 -1
- package/lib/shardui/dropdown-menu.js +1 -1
- package/lib/shardui/dropdown-menu.js.map +1 -1
- package/lib/shardui/form.js +1 -1
- package/lib/shardui/hover-card.js +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 +1 -1
- package/lib/shardui/input.js +1 -1
- package/lib/shardui/label.js +1 -1
- package/lib/shardui/menubar.js +1 -1
- package/lib/shardui/navigation-menu.js +1 -1
- package/lib/shardui/navigation-menu.js.map +1 -1
- package/lib/shardui/pagination.js +1 -1
- package/lib/shardui/pagination.js.map +1 -1
- package/lib/shardui/popover.js +1 -1
- package/lib/shardui/popover.js.map +1 -1
- package/lib/shardui/progress.js +1 -1
- package/lib/shardui/radio-group.js +1 -1
- package/lib/shardui/resizable.d.ts +1 -1
- package/lib/shardui/resizable.js +1 -1
- package/lib/shardui/scroll-area.js +1 -1
- package/lib/shardui/scroll-area.js.map +1 -1
- package/lib/shardui/select.js +1 -1
- package/lib/shardui/select.js.map +1 -1
- package/lib/shardui/separator.js +1 -1
- package/lib/shardui/sheet.js +1 -1
- package/lib/shardui/sheet.js.map +1 -1
- package/lib/shardui/sidebar.js +1 -1
- package/lib/shardui/sidebar.js.map +1 -1
- package/lib/shardui/skeleton.js +1 -1
- package/lib/shardui/slider.js +1 -1
- package/lib/shardui/sonner.js +3 -3
- package/lib/shardui/sonner.js.map +1 -1
- package/lib/shardui/switch.js +1 -1
- package/lib/shardui/table.js +1 -1
- package/lib/shardui/table.js.map +1 -1
- package/lib/shardui/tabs.js +1 -1
- package/lib/shardui/tabs.js.map +1 -1
- package/lib/shardui/textarea.js +1 -1
- package/lib/shardui/textarea.js.map +1 -1
- package/lib/shardui/toast.js +1 -1
- package/lib/shardui/toaster.js +1 -1
- package/lib/shardui/toggle-group.js +1 -1
- package/lib/shardui/toggle.js +1 -1
- package/lib/shardui/tooltip.js +1 -1
- package/lib/shardui/tooltip.js.map +1 -1
- package/package.json +47 -4
package/lib/shardui/dialog.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsx,jsxs}from'react/jsx-runtime';import*as React from'react';import*as DialogPrimitive from'@radix-ui/react-dialog';import {X}from'lucide-react';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react';const Dialog = DialogPrimitive.Root;
|
|
1
|
+
import {jsx,jsxs}from'react/jsx-runtime';import*as React from'react';import*as DialogPrimitive from'@radix-ui/react-dialog';import {X}from'lucide-react';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react.js';const Dialog = DialogPrimitive.Root;
|
|
2
2
|
const DialogTrigger = DialogPrimitive.Trigger;
|
|
3
3
|
const DialogPortal = DialogPrimitive.Portal;
|
|
4
4
|
const DialogOverlay = React.forwardRef(({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dialog.js","sources":["../../src/shardui/dialog.tsx"],"sourcesContent":[null],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"dialog.js","sources":["../../src/shardui/dialog.tsx"],"sourcesContent":[null],"names":[],"mappings":"gQAYA,MAAA,MAAA,GAAiB,eAAA,CAAA;AAEjB,MAAA,aAAmB,GAAA,eAAA,CAAA;AAenB,MAAA,YAAmB,GAAA,eAAA,CAAA;AAwB4B,MAAA,aAAA,GAAA,KAAA,CAAA,UAAM,CAAA,CAAA;;EAEnD,GAAA;AAGF,CAAA,EAAA,GAAA,QAAkB,CAAA,eAAA,CAAA,OAAA,EAAA;AAA6B,EAAA,GAAA,EAAA,GAAA;;EAE7C,GAAA;AAGF,CAAA,CAAA;AAYA,aAAA,CAAM,WAAiB,GAAA,eAAA,CAAA,OAAA,CAAA,WAAA;AAQhB,MAAA,aAEH,GAAA,KAAA,CAAA,UACa,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/lib/shardui/drawer.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsx,jsxs}from'react/jsx-runtime';import*as React from'react';import {Drawer as Drawer$1}from'vaul';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react';const Drawer = ({
|
|
1
|
+
import {jsx,jsxs}from'react/jsx-runtime';import*as React from'react';import {Drawer as Drawer$1}from'vaul';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react.js';const Drawer = ({
|
|
2
2
|
shouldScaleBackground = true,
|
|
3
3
|
...props
|
|
4
4
|
}) => jsx(Drawer$1.Root, {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsxs,jsx}from'react/jsx-runtime';import*as React from'react';import*as DropdownMenuPrimitive from'@radix-ui/react-dropdown-menu';import {ChevronRight,Check,Circle}from'lucide-react';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react';const DropdownMenu = DropdownMenuPrimitive.Root;
|
|
1
|
+
import {jsxs,jsx}from'react/jsx-runtime';import*as React from'react';import*as DropdownMenuPrimitive from'@radix-ui/react-dropdown-menu';import {ChevronRight,Check,Circle}from'lucide-react';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react.js';const DropdownMenu = DropdownMenuPrimitive.Root;
|
|
2
2
|
const DropdownMenuTrigger = DropdownMenuPrimitive.Trigger;
|
|
3
3
|
const DropdownMenuGroup = DropdownMenuPrimitive.Group;
|
|
4
4
|
const DropdownMenuPortal = DropdownMenuPrimitive.Portal;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown-menu.js","sources":["../../src/shardui/dropdown-menu.tsx"],"sourcesContent":[null],"names":["_jsxs"],"mappings":"
|
|
1
|
+
{"version":3,"file":"dropdown-menu.js","sources":["../../src/shardui/dropdown-menu.tsx"],"sourcesContent":[null],"names":["_jsxs"],"mappings":"qSAYA,MAAA,YAAwB,GAAA,qBAAA,CAAA;AAExB,MAAA,mBAAqB,GAAA,qBAAA,CAAA;AAErB,MAAA,iBAA4B,GAAA,qBAAA,CAAA;AAE5B,MAAA,kBAA4B,GAAA,qBAAA,CAAA;qBAGL,GAAA,qBAAA,CAAA;oDAepB,CAAA;AAGH,MAAA,sBAA4B,GAAA,KAAA,CAAA,UAAA,CAAA,CAAA;AAe5B,EAAA,SAAA;AAkBA,EAAA,KAAA;;;AAkBA,CAAA,EAAA,GAAA,KAAAA,IAA8B,CAAA,qBAAA,CAAA,UAAA,EAAA;AAuB9B,EAAA,GAAA,EAAA,GAAA;AAsBA,EAAA,aAAuB,CAAA,sIAAA,EAAA,KAAA,IAAA,MAAA,EAAA,SAAA,CAAA;;uCAWrB,EAAC;AAGH,IAAA,SAAA,EAA2B;AAQ3B,GAAA,CAAA;AAAuD,CAAA,CAAA;;AAErD,MAAA,sBAAA,GAAA,KAAA,CAAA,UAAA,CAAA,CAAA;AAGF,EAAA,SACI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/lib/shardui/form.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsx}from'react/jsx-runtime';import*as React from'react';import {Slot}from'@radix-ui/react-slot';import {useFormContext,FormProvider,Controller}from'react-hook-form';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react';import {Label}from'./label.js';const Form = FormProvider;
|
|
1
|
+
import {jsx}from'react/jsx-runtime';import*as React from'react';import {Slot}from'@radix-ui/react-slot';import {useFormContext,FormProvider,Controller}from'react-hook-form';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react.js';import {Label}from'./label.js';const Form = FormProvider;
|
|
2
2
|
const FormFieldContext = React.createContext({});
|
|
3
3
|
const FormField = ({
|
|
4
4
|
...props
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsx}from'react/jsx-runtime';import*as React from'react';import*as HoverCardPrimitive from'@radix-ui/react-hover-card';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react';const HoverCard = HoverCardPrimitive.Root;
|
|
1
|
+
import {jsx}from'react/jsx-runtime';import*as React from'react';import*as HoverCardPrimitive from'@radix-ui/react-hover-card';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react.js';const HoverCard = HoverCardPrimitive.Root;
|
|
2
2
|
const HoverCardTrigger = HoverCardPrimitive.Trigger;
|
|
3
3
|
const HoverCardContent = React.forwardRef(({
|
|
4
4
|
className,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hover-card.js","sources":["../../src/shardui/hover-card.tsx"],"sourcesContent":[null],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"hover-card.js","sources":["../../src/shardui/hover-card.tsx"],"sourcesContent":[null],"names":[],"mappings":"qOASA,MAAA,SAAsB,GAAA,kBAAA,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":""}
|
package/lib/shardui/input-otp.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsx,jsxs}from'react/jsx-runtime';import*as React from'react';import {OTPInput,OTPInputContext}from'input-otp';import {Dot}from'lucide-react';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react';const InputOTP = React.forwardRef(({
|
|
1
|
+
import {jsx,jsxs}from'react/jsx-runtime';import*as React from'react';import {OTPInput,OTPInputContext}from'input-otp';import {Dot}from'lucide-react';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react.js';const InputOTP = React.forwardRef(({
|
|
2
2
|
className,
|
|
3
3
|
containerClassName,
|
|
4
4
|
...props
|
package/lib/shardui/input.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsx}from'react/jsx-runtime';import*as React from'react';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react';const Input = React.forwardRef(({
|
|
1
|
+
import {jsx}from'react/jsx-runtime';import*as React from'react';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react.js';const Input = React.forwardRef(({
|
|
2
2
|
className,
|
|
3
3
|
type,
|
|
4
4
|
...props
|
package/lib/shardui/label.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsx}from'react/jsx-runtime';import*as React from'react';import*as LabelPrimitive from'@radix-ui/react-label';import {cva}from'class-variance-authority';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react';const labelVariants = cva('text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70');
|
|
1
|
+
import {jsx}from'react/jsx-runtime';import*as React from'react';import*as LabelPrimitive from'@radix-ui/react-label';import {cva}from'class-variance-authority';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react.js';const labelVariants = cva('text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70');
|
|
2
2
|
const Label = React.forwardRef(({
|
|
3
3
|
className,
|
|
4
4
|
...props
|
package/lib/shardui/menubar.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsx,jsxs}from'react/jsx-runtime';import*as React from'react';import*as MenubarPrimitive from'@radix-ui/react-menubar';import {ChevronRight,Check,Circle}from'lucide-react';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react';const MenubarMenu = MenubarPrimitive.Menu;
|
|
1
|
+
import {jsx,jsxs}from'react/jsx-runtime';import*as React from'react';import*as MenubarPrimitive from'@radix-ui/react-menubar';import {ChevronRight,Check,Circle}from'lucide-react';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react.js';const MenubarMenu = MenubarPrimitive.Menu;
|
|
2
2
|
const MenubarGroup = MenubarPrimitive.Group;
|
|
3
3
|
const MenubarPortal = MenubarPrimitive.Portal;
|
|
4
4
|
const MenubarSub = MenubarPrimitive.Sub;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsxs,jsx}from'react/jsx-runtime';import*as React from'react';import*as NavigationMenuPrimitive from'@radix-ui/react-navigation-menu';import {cva}from'class-variance-authority';import {ChevronDown}from'lucide-react';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react';const NavigationMenu = React.forwardRef(({
|
|
1
|
+
import {jsxs,jsx}from'react/jsx-runtime';import*as React from'react';import*as NavigationMenuPrimitive from'@radix-ui/react-navigation-menu';import {cva}from'class-variance-authority';import {ChevronDown}from'lucide-react';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react.js';const NavigationMenu = React.forwardRef(({
|
|
2
2
|
className,
|
|
3
3
|
children,
|
|
4
4
|
...props
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"navigation-menu.js","sources":["../../src/shardui/navigation-menu.tsx"],"sourcesContent":[null],"names":["_jsxs"],"mappings":"
|
|
1
|
+
{"version":3,"file":"navigation-menu.js","sources":["../../src/shardui/navigation-menu.tsx"],"sourcesContent":[null],"names":["_jsxs"],"mappings":"sUAwCA,MAAA,cAA2B,GAAA,KAAA,CAAA,UAAA,CAAA,CAAA;AAkB3B,EAAA,SAAA;AAeA,EAAA,QAAA;AAEA,EAAA,GAAA;AAiBA,CAAA,EAAA,GAAA,KAAAA,IAA6B,CAAA,uBAAA,CAAA,IAAA,EAAA;AAiB7B,EAAA,GAAA,EAAO,GACuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsx,jsxs}from'react/jsx-runtime';import*as React from'react';import {MoreHorizontal,ChevronRight,ChevronLeft}from'lucide-react';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react';import {buttonVariants}from'./button.js';const Pagination = ({
|
|
1
|
+
import {jsx,jsxs}from'react/jsx-runtime';import*as React from'react';import {MoreHorizontal,ChevronRight,ChevronLeft}from'lucide-react';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react.js';import {buttonVariants}from'./button.js';const Pagination = ({
|
|
2
2
|
className,
|
|
3
3
|
...props
|
|
4
4
|
}) => jsx("nav", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagination.js","sources":["../../src/shardui/pagination.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"
|
|
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;MACY,EAAA,YAAG;AACd,EAAA,YAAmB,EAAA,YAAQ;AAG5B,EAAA,aAAoB,CAAA,oCAAA,EAAA,SAAA,CAAA;;;UAYlB,CAAA,WAAA,GAAA,YAAA;AAGF,MAAA,iBAAwB,GAAA,KAAA,CAAA,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,iBAAwB,CAAA,WAAA,GAAA,mBAAA;AAA6B,MAAA,cAAA,GAAA,KAAA,CAAA,UAAM,CAAA,CAAA;;EAKzD,GAAA;AAGF,CAAA,EAAA,GAAA,KACIA,GAAA,CAAA,IACA,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/lib/shardui/popover.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsx}from'react/jsx-runtime';import*as React from'react';import*as PopoverPrimitive from'@radix-ui/react-popover';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react';const Popover = PopoverPrimitive.Root;
|
|
1
|
+
import {jsx}from'react/jsx-runtime';import*as React from'react';import*as PopoverPrimitive from'@radix-ui/react-popover';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react.js';const Popover = PopoverPrimitive.Root;
|
|
2
2
|
const PopoverTrigger = PopoverPrimitive.Trigger;
|
|
3
3
|
const PopoverContent = React.forwardRef(({
|
|
4
4
|
className,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"popover.js","sources":["../../src/shardui/popover.tsx"],"sourcesContent":[null],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"popover.js","sources":["../../src/shardui/popover.tsx"],"sourcesContent":[null],"names":[],"mappings":"gOASA,MAAA,OAAA,GAAoB,gBAAA,CAAA;AAmBpB,MAAA,iCAAkC,CAAA;;;;;;;;;;;;;;;"}
|
package/lib/shardui/progress.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsx}from'react/jsx-runtime';import*as React from'react';import*as ProgressPrimitive from'@radix-ui/react-progress';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react';const Progress = React.forwardRef(({
|
|
1
|
+
import {jsx}from'react/jsx-runtime';import*as React from'react';import*as ProgressPrimitive from'@radix-ui/react-progress';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react.js';const Progress = React.forwardRef(({
|
|
2
2
|
className,
|
|
3
3
|
value,
|
|
4
4
|
...props
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsx}from'react/jsx-runtime';import*as React from'react';import*as RadioGroupPrimitive from'@radix-ui/react-radio-group';import {Circle}from'lucide-react';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react';const RadioGroup = React.forwardRef(({
|
|
1
|
+
import {jsx}from'react/jsx-runtime';import*as React from'react';import*as RadioGroupPrimitive from'@radix-ui/react-radio-group';import {Circle}from'lucide-react';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react.js';const RadioGroup = React.forwardRef(({
|
|
2
2
|
className,
|
|
3
3
|
...props
|
|
4
4
|
}, ref) => {
|
|
@@ -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 | HTMLOListElement | HTMLObjectElement | HTMLLinkElement | HTMLTitleElement | HTMLDialogElement | HTMLFormElement | HTMLProgressElement | HTMLTimeElement | HTMLDataElement | HTMLMetaElement | HTMLMapElement |
|
|
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 | HTMLLabelElement | HTMLTextAreaElement | HTMLStyleElement | HTMLHRElement | HTMLOListElement | HTMLObjectElement | HTMLLinkElement | HTMLTitleElement | HTMLDialogElement | HTMLFormElement | HTMLProgressElement | HTMLTimeElement | HTMLDataElement | HTMLMetaElement | HTMLMapElement | HTMLSlotElement | HTMLOutputElement | HTMLAreaElement | HTMLAudioElement | HTMLBaseElement | HTMLQuoteElement | HTMLBodyElement | HTMLBRElement | HTMLCanvasElement | HTMLTableColElement | HTMLDataListElement | HTMLModElement | HTMLDetailsElement | HTMLDListElement | HTMLEmbedElement | HTMLFieldSetElement | HTMLHeadElement | HTMLHtmlElement | HTMLIFrameElement | HTMLLegendElement | HTMLMeterElement | HTMLPreElement | HTMLScriptElement | HTMLSourceElement | HTMLTemplateElement | HTMLTrackElement | HTMLVideoElement | HTMLTableCaptionElement | HTMLMenuElement | HTMLPictureElement>, "id" | "onResize"> & {
|
|
4
4
|
className?: string | undefined;
|
|
5
5
|
collapsedSize?: number | undefined;
|
|
6
6
|
collapsible?: boolean | undefined;
|
package/lib/shardui/resizable.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsx}from'react/jsx-runtime';import {GripVertical}from'lucide-react';import*as ResizablePrimitive from'react-resizable-panels';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'react';import'fast-deep-equal/react';const ResizablePanelGroup = ({
|
|
1
|
+
import {jsx}from'react/jsx-runtime';import {GripVertical}from'lucide-react';import*as ResizablePrimitive from'react-resizable-panels';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'react';import'fast-deep-equal/react.js';const ResizablePanelGroup = ({
|
|
2
2
|
className,
|
|
3
3
|
...props
|
|
4
4
|
}) => jsx(ResizablePrimitive.PanelGroup, {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsxs,jsx}from'react/jsx-runtime';import*as React from'react';import*as ScrollAreaPrimitive from'@radix-ui/react-scroll-area';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react';const ScrollArea = React.forwardRef(({
|
|
1
|
+
import {jsxs,jsx}from'react/jsx-runtime';import*as React from'react';import*as ScrollAreaPrimitive from'@radix-ui/react-scroll-area';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react.js';const ScrollArea = React.forwardRef(({
|
|
2
2
|
className,
|
|
3
3
|
children,
|
|
4
4
|
...props
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scroll-area.js","sources":["../../src/shardui/scroll-area.tsx"],"sourcesContent":[null],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"scroll-area.js","sources":["../../src/shardui/scroll-area.tsx"],"sourcesContent":[null],"names":[],"mappings":"4OAuCA,MAAA,UAAS,GAAU,KAAE,CAAA,UAAY,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/lib/shardui/select.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsxs,jsx}from'react/jsx-runtime';import*as React from'react';import*as SelectPrimitive from'@radix-ui/react-select';import {ChevronDown,ChevronUp,Check}from'lucide-react';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react';const Select = SelectPrimitive.Root;
|
|
1
|
+
import {jsxs,jsx}from'react/jsx-runtime';import*as React from'react';import*as SelectPrimitive from'@radix-ui/react-select';import {ChevronDown,ChevronUp,Check}from'lucide-react';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react.js';const Select = SelectPrimitive.Root;
|
|
2
2
|
const SelectGroup = SelectPrimitive.Group;
|
|
3
3
|
const SelectValue = SelectPrimitive.Value;
|
|
4
4
|
const SelectTrigger = React.forwardRef(({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select.js","sources":["../../src/shardui/select.tsx"],"sourcesContent":[null],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"select.js","sources":["../../src/shardui/select.tsx"],"sourcesContent":[null],"names":[],"mappings":"0RAYA,MAAA,MAAA,GAAmB,eAAA,CAAA;AAoBnB,MAAA,WAA0B,GAAA,eAAA,CAAA;AAc1B,MAAA,WAA4B,GAAA,eAAA,CAAA;AAc5B,MAAA,aAAmB,GAAA,KAAA,CAAA,UAAA,CAAA,CAAA;AAgCnB,EAAA,SAAA;AAQA,EAAA,QAAA;AAuBA,EAAA,GAAA;AAQA,CAAO,EAAA,GAAA,SAEH,CAAA,eACW,CAAA,OAAA,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/lib/shardui/separator.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsx}from'react/jsx-runtime';import*as React from'react';import*as SeparatorPrimitive from'@radix-ui/react-separator';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react';const Separator = React.forwardRef(({
|
|
1
|
+
import {jsx}from'react/jsx-runtime';import*as React from'react';import*as SeparatorPrimitive from'@radix-ui/react-separator';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react.js';const Separator = React.forwardRef(({
|
|
2
2
|
className,
|
|
3
3
|
orientation = 'horizontal',
|
|
4
4
|
decorative = true,
|
package/lib/shardui/sheet.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsx,jsxs}from'react/jsx-runtime';import*as DialogPrimitive from'@radix-ui/react-dialog';import {cva}from'class-variance-authority';import {X}from'lucide-react';import*as React from'react';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react';const Sheet = DialogPrimitive.Root;
|
|
1
|
+
import {jsx,jsxs}from'react/jsx-runtime';import*as DialogPrimitive from'@radix-ui/react-dialog';import {cva}from'class-variance-authority';import {X}from'lucide-react';import*as React from'react';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react.js';const Sheet = DialogPrimitive.Root;
|
|
2
2
|
const SheetTrigger = DialogPrimitive.Trigger;
|
|
3
3
|
const SheetClose = DialogPrimitive.Close;
|
|
4
4
|
const SheetPortal = DialogPrimitive.Portal;
|
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":"
|
|
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,YAAkB,GAAAA,eAAA,CAAA;AAelB,MAAA,UAAmB,GAAAA,eAAA,CAAA;;;AAiBnB,EAAA;AAE6C,EAAA,GAAA;AAE7C,CAAA,EAAA,GAAA,KAAAC,GAAkB,CAAAD,eAAA,CAAA,OAAA,EAAA;AAgBlB,EAAA,aAAiB,CAAA,yJAAA,EAAA,SAAA,CAAA;AAA6B,EAAA,GAAA,KAAA;;CAE7C,CAAC;AAGF,wBAAiB,GAAAA,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,MAAO,qIAUS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/lib/shardui/sidebar.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsx,jsxs}from'react/jsx-runtime';import*as React from'react';import {Slot}from'@radix-ui/react-slot';import {cva}from'class-variance-authority';import {PanelLeft}from'lucide-react';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react';import {useIsMobile}from'../utils/hooks/use-mobile.js';import {Button}from'./button.js';import {Input}from'./input.js';import {Separator}from'./separator.js';import {Sheet,SheetContent}from'./sheet.js';import {Skeleton}from'./skeleton.js';import {TooltipProvider,Tooltip,TooltipTrigger,TooltipContent}from'./tooltip.js';const SIDEBAR_COOKIE_NAME = 'sidebar:state';
|
|
1
|
+
import {jsx,jsxs}from'react/jsx-runtime';import*as React from'react';import {Slot}from'@radix-ui/react-slot';import {cva}from'class-variance-authority';import {PanelLeft}from'lucide-react';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react.js';import {useIsMobile}from'../utils/hooks/use-mobile.js';import {Button}from'./button.js';import {Input}from'./input.js';import {Separator}from'./separator.js';import {Sheet,SheetContent}from'./sheet.js';import {Skeleton}from'./skeleton.js';import {TooltipProvider,Tooltip,TooltipTrigger,TooltipContent}from'./tooltip.js';const SIDEBAR_COOKIE_NAME = 'sidebar:state';
|
|
2
2
|
const SIDEBAR_COOKIE_MAX_AGE = 60 * 60 * 24 * 7;
|
|
3
3
|
const SIDEBAR_WIDTH = '16rem';
|
|
4
4
|
const SIDEBAR_WIDTH_MOBILE = '18rem';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sidebar.js","sources":["../../src/shardui/sidebar.tsx"],"sourcesContent":[null],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"sidebar.js","sources":["../../src/shardui/sidebar.tsx"],"sourcesContent":[null],"names":[],"mappings":"omBAiCA,MAAA,sBAOC,eAAA;AAED,MAAA,sBAAqB,GAAA,EAAA,GAAA,EAAA,GAAA,EAAA,GAAA,CAAA;mBAGQ,GAAA,OAAA;0BACP,GAAA,OAAA;AACC,MAAA,kBAAK,GAAS,MAAA;;AAsFrC,MAAA,cAAa,GAAA,KAAA,CAAA,aAAA,CAAA,IAAA,CAAA;AAGE,SAAA,aAAgB;eACJ,GAAA,KAAA,CAAA,UAAa,CAAA,cAAU,CAAA;;uEAiF/C,CAAA;AAGH;AAyBA,EAAA,OAAA,OAAiB;AA4BjB;AAeA,MAAA,eAAkB,GAAA,KAAA,CAAA,UAAA,CAAA,CAAA;AAiBlB,EAAA,WAAA,GAAmB,IAAA;AAKnB,EAAA,IAAA,EAAA,QAAmB;AAKnB,EAAA,YAAM,EAAgB,WAAA;AActB,EAAA,SAAA;AAeA,EAAA,KAAA;AAYA,EAAA;;;AAoBA,EAAA,MAAA,QAAwB,GAAA,WAAA,EAAA;mBAA2F,EAAA,aAAA,CAAA,GAAA,KAAA,CAAA,QAAA,CAAA,KAAA,CAAA;;AAsBnH;AAOA,EAAA,MAAA,CAAA,KAAM,EAAW,QAAA,CAAA,GAAA,KAAA,CAAA,QAAA,CAAA,WAAA,CAAA;AAKjB,EAAA,MAAA,IAAA,GAAqB,QAAA,IAAA,KAAA;AA2BrB,EAAA,MAAA,OAAuB,GAAA,KAAA,CAAA,WAAA,CAAA,KAAA,IAAA;mBAGE,GAAA,OAAA,KAAA,KAAA,UAAA,GAAA,KAAA,CAAA,IAAA,CAAA,GAAA,KAAA;mBACC,EAAA;AACR,MAAA,WAAA,CAAA,SAAc,CAAA;;;;;AAoChC,IAAA,eAAuB,GAAA,CAAA,EAAA,mBAAA,CAAA,CAAA,EAAA,SAAA,CAAA,kBAAA,EAAA,sBAAA,CAAA,CAAA;iBAGE,EAAA,IAAA,CAAA,CAAA;;;AA4BzB,IAAA,OAAA,QAAsB,GAAA,aAAA,CAAA,IAAA,IAAA,CAAA,IAAA,CAAA,GAAA,OAAA,CAAA,IAAA,IAAA,CAAA,IAAA,CAAA;AAoBtB,GAAA,EAAA,CAAA,QAAM,EAAmB,OAAA,EAAA,aAAA,CAAA,CAAA;;;AAiCzB,IAAA,MAAA,aAAoB,GAAA,KAAA,IAAA;AAgBpB,MAAA,IAAA,KAAwB,CAAA,GAAA,KAAA,yBAAA,KAAA,KAAA,CAAA,OAAA,IAAA,KAAA,CAAA,OAAA,CAAA,EAAA;AAKxB,QAAA,MAAM,cAAoB,EAAA;qBAGD,EAAA;AACV;;oDAuBZ,CAAA;AAGH,IAAO,aAEH,MAAA,CAAA,mBACa,CAAA,SACD,EAAA,aACM,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/lib/shardui/skeleton.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsx}from'react/jsx-runtime';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'react';import'fast-deep-equal/react';function Skeleton({
|
|
1
|
+
import {jsx}from'react/jsx-runtime';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'react';import'fast-deep-equal/react.js';function Skeleton({
|
|
2
2
|
className,
|
|
3
3
|
...props
|
|
4
4
|
}) {
|
package/lib/shardui/slider.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsxs,jsx}from'react/jsx-runtime';import*as React from'react';import*as SliderPrimitive from'@radix-ui/react-slider';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react';const Slider = React.forwardRef(({
|
|
1
|
+
import {jsxs,jsx}from'react/jsx-runtime';import*as React from'react';import*as SliderPrimitive from'@radix-ui/react-slider';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react.js';const Slider = React.forwardRef(({
|
|
2
2
|
className,
|
|
3
3
|
...props
|
|
4
4
|
}, ref) => jsxs(SliderPrimitive.Root, {
|
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,CAAE;;;;;;;;;;;;;;;;;;;"}
|
package/lib/shardui/switch.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsx}from'react/jsx-runtime';import*as React from'react';import*as SwitchPrimitives from'@radix-ui/react-switch';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react';const Switch = React.forwardRef(({
|
|
1
|
+
import {jsx}from'react/jsx-runtime';import*as React from'react';import*as SwitchPrimitives from'@radix-ui/react-switch';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react.js';const Switch = React.forwardRef(({
|
|
2
2
|
className,
|
|
3
3
|
...props
|
|
4
4
|
}, ref) => jsx(SwitchPrimitives.Root, {
|
package/lib/shardui/table.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsx}from'react/jsx-runtime';import*as React from'react';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react';const Table = React.forwardRef(({
|
|
1
|
+
import {jsx}from'react/jsx-runtime';import*as React from'react';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react.js';const Table = React.forwardRef(({
|
|
2
2
|
className,
|
|
3
3
|
...props
|
|
4
4
|
}, ref) => jsx("div", {
|
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":"
|
|
1
|
+
{"version":3,"file":"table.js","sources":["../../src/shardui/table.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"uKAkBA,MAAA,KAAA,GAAM,KAAS,CAAA,UAAA,CAAA,CAAA;AAOf,EAAA,SAAA;AAWA,EAAA,GAAA;AAWA,CAAA,EAAA,GAAA,KAAAA,GAAe,CAAA,KAAA,EAAA;AAcf,EAAA,SAAA,EAAA,+BAAe;AAOf,EAAA,QAAA,EAAAA,GAAkB,CAAA,OAAA,EAAA;AAOlB,IAAA,GAAO,EAAE,GAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/lib/shardui/tabs.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsx}from'react/jsx-runtime';import*as React from'react';import*as TabsPrimitive from'@radix-ui/react-tabs';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react';const Tabs = TabsPrimitive.Root;
|
|
1
|
+
import {jsx}from'react/jsx-runtime';import*as React from'react';import*as TabsPrimitive from'@radix-ui/react-tabs';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react.js';const Tabs = TabsPrimitive.Root;
|
|
2
2
|
const TabsList = React.forwardRef(({
|
|
3
3
|
className,
|
|
4
4
|
...props
|
package/lib/shardui/tabs.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tabs.js","sources":["../../src/shardui/tabs.tsx"],"sourcesContent":[null],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tabs.js","sources":["../../src/shardui/tabs.tsx"],"sourcesContent":[null],"names":[],"mappings":"0NAsBA,MAAA,IAAA,GAAA,aAAiB,CAAA;AAejB,MAAA,QAAM,GAAW,KAAA,CAAA,UAAA,CAAA,CAAA;AAejB,EAAO;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/lib/shardui/textarea.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsx}from'react/jsx-runtime';import*as React from'react';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react';const Textarea = React.forwardRef(({
|
|
1
|
+
import {jsx}from'react/jsx-runtime';import*as React from'react';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react.js';const Textarea = React.forwardRef(({
|
|
2
2
|
className,
|
|
3
3
|
...props
|
|
4
4
|
}, ref) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"textarea.js","sources":["../../src/shardui/textarea.tsx"],"sourcesContent":[null],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"textarea.js","sources":["../../src/shardui/textarea.tsx"],"sourcesContent":[null],"names":[],"mappings":"uKAMA,MAAA,QAAM,GAAQ,KAAA,CAAA,UAAA,CAAA,CAAA;AAcd,EAAO,SAAU;;;;;;;;;"}
|
package/lib/shardui/toast.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsx}from'react/jsx-runtime';import*as React from'react';import*as ToastPrimitives from'@radix-ui/react-toast';import {cva}from'class-variance-authority';import {X}from'lucide-react';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react';const ToastProvider = ToastPrimitives.Provider;
|
|
1
|
+
import {jsx}from'react/jsx-runtime';import*as React from'react';import*as ToastPrimitives from'@radix-ui/react-toast';import {cva}from'class-variance-authority';import {X}from'lucide-react';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react.js';const ToastProvider = ToastPrimitives.Provider;
|
|
2
2
|
const ToastViewport = React.forwardRef(({
|
|
3
3
|
className,
|
|
4
4
|
...props
|
package/lib/shardui/toaster.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsxs,jsx}from'react/jsx-runtime';import'../utils/isBrowser/index.js';import'clsx';import'tailwind-merge';import'react';import'fast-deep-equal/react';import {useToast}from'../utils/hooks/use-toast.js';import {ToastProvider,Toast,ToastTitle,ToastDescription,ToastClose,ToastViewport}from'./toast.js';function Toaster() {
|
|
1
|
+
import {jsxs,jsx}from'react/jsx-runtime';import'../utils/isBrowser/index.js';import'clsx';import'tailwind-merge';import'react';import'fast-deep-equal/react.js';import {useToast}from'../utils/hooks/use-toast.js';import {ToastProvider,Toast,ToastTitle,ToastDescription,ToastClose,ToastViewport}from'./toast.js';function Toaster() {
|
|
2
2
|
const {
|
|
3
3
|
toasts
|
|
4
4
|
} = useToast();
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsx}from'react/jsx-runtime';import*as React from'react';import*as ToggleGroupPrimitive from'@radix-ui/react-toggle-group';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react';import {toggleVariants}from'./toggle.js';const ToggleGroupContext = React.createContext({
|
|
1
|
+
import {jsx}from'react/jsx-runtime';import*as React from'react';import*as ToggleGroupPrimitive from'@radix-ui/react-toggle-group';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react.js';import {toggleVariants}from'./toggle.js';const ToggleGroupContext = React.createContext({
|
|
2
2
|
size: 'default',
|
|
3
3
|
variant: 'default'
|
|
4
4
|
});
|
package/lib/shardui/toggle.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsx}from'react/jsx-runtime';import*as React from'react';import*as TogglePrimitive from'@radix-ui/react-toggle';import {cva}from'class-variance-authority';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react';const toggleVariants = cva('inline-flex items-center justify-center rounded-md text-sm font-medium ring-offset-background transition-colors hover:bg-muted hover:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=on]:bg-accent data-[state=on]:text-accent-foreground', {
|
|
1
|
+
import {jsx}from'react/jsx-runtime';import*as React from'react';import*as TogglePrimitive from'@radix-ui/react-toggle';import {cva}from'class-variance-authority';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react.js';const toggleVariants = cva('inline-flex items-center justify-center rounded-md text-sm font-medium ring-offset-background transition-colors hover:bg-muted hover:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=on]:bg-accent data-[state=on]:text-accent-foreground', {
|
|
2
2
|
variants: {
|
|
3
3
|
variant: {
|
|
4
4
|
default: 'bg-transparent',
|
package/lib/shardui/tooltip.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {jsx}from'react/jsx-runtime';import*as React from'react';import*as TooltipPrimitive from'@radix-ui/react-tooltip';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react';const TooltipProvider = TooltipPrimitive.Provider;
|
|
1
|
+
import {jsx}from'react/jsx-runtime';import*as React from'react';import*as TooltipPrimitive from'@radix-ui/react-tooltip';import'../utils/isBrowser/index.js';import {cn}from'../utils/util.js';import'fast-deep-equal/react.js';const TooltipProvider = TooltipPrimitive.Provider;
|
|
2
2
|
const Tooltip = TooltipPrimitive.Root;
|
|
3
3
|
const TooltipTrigger = TooltipPrimitive.Trigger;
|
|
4
4
|
const TooltipContent = React.forwardRef(({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip.js","sources":["../../src/shardui/tooltip.tsx"],"sourcesContent":[null],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tooltip.js","sources":["../../src/shardui/tooltip.tsx"],"sourcesContent":[null],"names":[],"mappings":"gOASA,MAAA,eAAoB,GAAA,gBAAA,CAAA;AAEpB,MAAA,OAAA,GAAoB,gBAAA,CAAA;AAgBb,MAAA,cAAW,GAAA,gBAA8B,CAAA;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@admin-layout/tailwind-ui",
|
|
3
|
-
"version": "12.0.16-alpha.
|
|
3
|
+
"version": "12.0.16-alpha.23",
|
|
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
|
+
"./hooks": "./lib/hooks/*",
|
|
11
|
+
"./shardui": "./lib/shardui/*",
|
|
12
|
+
"./shardui/*": "./lib/shardui/*"
|
|
11
13
|
},
|
|
12
14
|
"main": "lib/index.js",
|
|
13
15
|
"module": "lib/index.js",
|
|
@@ -25,7 +27,48 @@
|
|
|
25
27
|
"watch": "npm run build:lib:watch"
|
|
26
28
|
},
|
|
27
29
|
"dependencies": {
|
|
28
|
-
"@admin-layout/client": "12.0.16-alpha.
|
|
30
|
+
"@admin-layout/client": "12.0.16-alpha.23",
|
|
31
|
+
"@radix-ui/react-accordion": "^1.2.0",
|
|
32
|
+
"@radix-ui/react-alert-dialog": "^1.1.1",
|
|
33
|
+
"@radix-ui/react-aspect-ratio": "^1.1.0",
|
|
34
|
+
"@radix-ui/react-avatar": "^1.1.0",
|
|
35
|
+
"@radix-ui/react-checkbox": "^1.1.1",
|
|
36
|
+
"@radix-ui/react-collapsible": "^1.1.0",
|
|
37
|
+
"@radix-ui/react-context-menu": "^2.2.1",
|
|
38
|
+
"@radix-ui/react-dialog": "^1.1.2",
|
|
39
|
+
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
|
40
|
+
"@radix-ui/react-hover-card": "^1.1.1",
|
|
41
|
+
"@radix-ui/react-label": "^2.1.0",
|
|
42
|
+
"@radix-ui/react-menubar": "^1.1.1",
|
|
43
|
+
"@radix-ui/react-navigation-menu": "^1.2.0",
|
|
44
|
+
"@radix-ui/react-popover": "^1.1.1",
|
|
45
|
+
"@radix-ui/react-progress": "^1.1.0",
|
|
46
|
+
"@radix-ui/react-radio-group": "^1.2.0",
|
|
47
|
+
"@radix-ui/react-scroll-area": "^1.1.0",
|
|
48
|
+
"@radix-ui/react-select": "^2.1.1",
|
|
49
|
+
"@radix-ui/react-separator": "^1.1.0",
|
|
50
|
+
"@radix-ui/react-slider": "^1.2.0",
|
|
51
|
+
"@radix-ui/react-slot": "^1.1.0",
|
|
52
|
+
"@radix-ui/react-switch": "^1.1.0",
|
|
53
|
+
"@radix-ui/react-tabs": "^1.1.0",
|
|
54
|
+
"@radix-ui/react-toast": "^1.2.1",
|
|
55
|
+
"@radix-ui/react-toggle": "^1.1.0",
|
|
56
|
+
"@radix-ui/react-toggle-group": "^1.1.0",
|
|
57
|
+
"@radix-ui/react-tooltip": "^1.1.4",
|
|
58
|
+
"@tanstack/react-table": "^8.21.3",
|
|
59
|
+
"class-variance-authority": "^0.7.0",
|
|
60
|
+
"clsx": "^1.2.1",
|
|
61
|
+
"cmdk": "^1.0.0",
|
|
62
|
+
"embla-carousel-react": "^8.3.0",
|
|
63
|
+
"input-otp": "^1.2.4",
|
|
64
|
+
"lucide-react": "^0.437.0",
|
|
65
|
+
"react-day-picker": "^8.10.1",
|
|
66
|
+
"react-hook-form": "^7.62.0",
|
|
67
|
+
"react-resizable-panels": "^2.1.3",
|
|
68
|
+
"sonner": "^1.5.0",
|
|
69
|
+
"tailwind-merge": "^2.5.2",
|
|
70
|
+
"tailwindcss-animate": "^1.0.6",
|
|
71
|
+
"vaul": "^0.9.3"
|
|
29
72
|
},
|
|
30
73
|
"peerDependencies": {
|
|
31
74
|
"history": "*",
|
|
@@ -38,5 +81,5 @@
|
|
|
38
81
|
"typescript": {
|
|
39
82
|
"definition": "lib/index.d.ts"
|
|
40
83
|
},
|
|
41
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "2cecd9c93dfd6819cde71dcfd8739dd8302bc453"
|
|
42
85
|
}
|