@imj_media/imj-ui 1.0.3 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/ui.umd.js ADDED
@@ -0,0 +1 @@
1
+ (function(o,t){typeof exports=="object"&&typeof module<"u"?t(exports,require("react/jsx-runtime"),require("react"),require("@radix-ui/react-slot"),require("class-variance-authority"),require("@/lib/utils"),require("@radix-ui/react-accordion"),require("lucide-react"),require("react-day-picker"),require("date-fns/locale"),require("@radix-ui/react-checkbox"),require("@radix-ui/react-label"),require("@radix-ui/react-select"),require("@radix-ui/react-popover"),require("@radix-ui/react-switch"),require("@radix-ui/react-dropdown-menu"),require("@radix-ui/react-dialog"),require("@radix-ui/react-icons")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","react","@radix-ui/react-slot","class-variance-authority","@/lib/utils","@radix-ui/react-accordion","lucide-react","react-day-picker","date-fns/locale","@radix-ui/react-checkbox","@radix-ui/react-label","@radix-ui/react-select","@radix-ui/react-popover","@radix-ui/react-switch","@radix-ui/react-dropdown-menu","@radix-ui/react-dialog","@radix-ui/react-icons"],t):(o=typeof globalThis<"u"?globalThis:o||self,t(o["imj-ui"]={},o.jsxRuntime,o.React,o.reactSlot,o.classVarianceAuthority,o.utils,o.AccordionPrimitive,o.lucideReact,o.reactDayPicker,o.locale,o.CheckboxPrimitive,o.LabelPrimitive,o.SelectPrimitive,o.PopoverPrimitive,o.SwitchPrimitives,o.DropdownMenuPrimitive,o.DialogPrimitive,o.reactIcons))})(this,function(o,t,ce,le,h,n,fe,p,pe,me,ue,ge,he,be,we,ye,ve,b){"use strict";function m(e){const a=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const i=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(a,r,i.get?i:{enumerable:!0,get:()=>e[r]})}}return a.default=e,Object.freeze(a)}const d=m(ce),u=m(fe),v=m(ue),S=m(ge),c=m(he),g=m(be),N=m(we),s=m(ye),l=m(ve),w=h.cva("inline-flex items-center gap-1 justify-center whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50",{variants:{variant:{default:"bg-primary text-white shadow hover:opacity-70",destructive:"bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive/90",outline:"border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground",secondary:"bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground",link:"text-primary underline-offset-4 hover:underline",success:"bg-success-regular text-white shadow-sm hover:opacity-70",danger:"bg-danger-regular text-white shadow-sm hover:opacity-70",warning:"bg-warning-regular text-white shadow-sm hover:opacity-70"},size:{default:"h-10 px-2 py-2",sm:"h-8 rounded-md px-3 text-xs",lg:"h-10 rounded-md px-8",icon:"h-9 w-9"}},defaultVariants:{variant:"default",size:"default"}}),C=d.forwardRef(({className:e,variant:a,size:r,asChild:i=!1,...f},Ve)=>{const He=i?le.Slot:"button";return t.jsx(He,{className:n.cn(w({variant:a,size:r,className:e})),ref:Ve,...f})});C.displayName="Button";const Ne=u.Root,k=d.forwardRef(({className:e,...a},r)=>t.jsx(u.Item,{ref:r,className:n.cn("border-b",e),...a}));k.displayName="AccordionItem";const _=d.forwardRef(({className:e,children:a,...r},i)=>t.jsx(u.Header,{className:"flex",children:t.jsxs(u.Trigger,{ref:i,className:n.cn("flex flex-1 items-center justify-between py-4 font-medium transition-all [&[data-state=open]>svg]:rotate-180",e),...r,children:[a,t.jsx(p.ChevronDown,{className:"h-4 w-4 shrink-0 transition-transform duration-200"})]})}));_.displayName=u.Trigger.displayName;const I=d.forwardRef(({className:e,children:a,...r},i)=>t.jsx(u.Content,{ref:i,className:"overflow-hidden text-sm transition-all data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down",...r,children:t.jsx("div",{className:n.cn("pb-4 pt-0",e),children:a})}));I.displayName=u.Content.displayName;const xe=h.cva("inline-flex items-center rounded-md border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2",{variants:{variant:{default:"border-transparent bg-primary text-primary-foreground shadow",secondary:"border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80",destructive:"border-transparent bg-destructive text-destructive-foreground shadow hover:bg-destructive/80",outline:"text-foreground"}},defaultVariants:{variant:"default"}});function De({className:e,variant:a,...r}){return t.jsx("div",{className:n.cn(xe({variant:a}),e),...r})}function M({className:e,classNames:a,showOutsideDays:r=!0,...i}){return t.jsx(pe.DayPicker,{locale:me.es,showOutsideDays:r,className:n.cn("p-3 bg-white border-none",e),classNames:{months:"flex flex-col sm:flex-row space-y-4 sm:space-x-4 sm:space-y-0",month:"space-y-4",caption:"flex justify-center pt-1 relative items-center",caption_label:"text-sm font-medium",nav:"space-x-1 flex items-center",nav_button:n.cn(w({variant:"outline"}),"h-7 w-7 bg-transparent p-0 opacity-50 hover:opacity-100"),nav_button_previous:"absolute left-1",nav_button_next:"absolute right-1",table:"w-full border-collapse space-y-1",head_row:"flex",head_cell:"text-muted-foreground rounded-md w-9 font-normal text-[0.8rem]",row:"flex w-full mt-2",cell:"h-9 w-9 text-center text-sm p-0 relative [&:has([aria-selected].day-range-end)]:rounded-r-md [&:has([aria-selected].day-outside)]:bg-accent/50 [&:has([aria-selected])]:bg-accent first:[&:has([aria-selected])]:rounded-l-md last:[&:has([aria-selected])]:rounded-r-md focus-within:relative focus-within:z-20",day:n.cn(w({variant:"ghost"}),"h-9 w-9 p-0 font-normal aria-selected:opacity-100"),day_range_end:"day-range-end",day_selected:"bg-primary text-white hover:bg-primary hover:text-white focus:bg-primary focus:text-white",day_today:"bg-accent text-accent-foreground",day_outside:"day-outside text-muted-foreground aria-selected:bg-accent/50 aria-selected:text-muted-foreground",day_disabled:"text-muted-foreground opacity-50",day_range_middle:"aria-selected:bg-accent aria-selected:text-accent-foreground",day_hidden:"invisible",...a},components:{IconLeft:({...f})=>t.jsx(p.ChevronLeft,{className:"h-4 w-4"}),IconRight:({...f})=>t.jsx(p.ChevronRight,{className:"h-4 w-4"})},...i})}M.displayName="Calendar";const T=d.forwardRef(({className:e,...a},r)=>t.jsx(v.Root,{ref:r,className:n.cn("peer h-4 w-4 shrink-0 rounded-sm border-[0.5px] border-black-light ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-white data-[state=checked]:text-primary-foreground",e),...a,children:t.jsx(v.Indicator,{className:n.cn("flex items-center justify-center text-current"),children:t.jsx(p.Check,{className:"h-4 w-4"})})}));T.displayName=v.Root.displayName;const Pe=h.cva("flex h-8 w-full rounded-md border border-input bg-transparent px-3 py-1 text-sm shadow-sm transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-0 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50",{variants:{variant:{ghost:"bg-white/10 border-zinc-300 text-white font-medium"}}}),z=d.forwardRef(({className:e,variant:a,type:r,...i},f)=>t.jsx("input",{type:r,className:n.cn(Pe({variant:a,className:e})),ref:f,...i}));z.displayName="Input";const Se=h.cva("text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"),j=d.forwardRef(({className:e,...a},r)=>t.jsx(S.Root,{ref:r,className:n.cn(Se(),e),...a}));j.displayName=S.Root.displayName;const Ce=c.Root,ke=c.Group,_e=c.Value,L=d.forwardRef(({className:e,children:a,...r},i)=>t.jsxs(c.Trigger,{ref:i,className:n.cn("flex h-10 w-full items-center justify-between rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1",e),...r,children:[a,t.jsx(c.Icon,{asChild:!0,children:t.jsx(p.ChevronDown,{className:"h-4 w-4 opacity-50"})})]}));L.displayName=c.Trigger.displayName;const x=d.forwardRef(({className:e,...a},r)=>t.jsx(c.ScrollUpButton,{ref:r,className:n.cn("flex cursor-default items-center justify-center py-1",e),...a,children:t.jsx(p.ChevronUp,{className:"h-4 w-4"})}));x.displayName=c.ScrollUpButton.displayName;const D=d.forwardRef(({className:e,...a},r)=>t.jsx(c.ScrollDownButton,{ref:r,className:n.cn("flex cursor-default items-center justify-center py-1",e),...a,children:t.jsx(p.ChevronDown,{className:"h-4 w-4"})}));D.displayName=c.ScrollDownButton.displayName;const q=d.forwardRef(({className:e,children:a,position:r="popper",...i},f)=>t.jsx(c.Portal,{children:t.jsxs(c.Content,{ref:f,className:n.cn("relative z-50 max-h-96 min-w-[8rem] overflow-hidden rounded-md border bg-popover text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",r==="popper"&&"data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",e),position:r,...i,children:[t.jsx(x,{}),t.jsx(c.Viewport,{className:n.cn("p-1",r==="popper"&&"h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]"),children:a}),t.jsx(D,{})]})}));q.displayName=c.Content.displayName;const B=d.forwardRef(({className:e,...a},r)=>t.jsx(c.Label,{ref:r,className:n.cn("py-1.5 pl-8 pr-2 text-sm font-semibold",e),...a}));B.displayName=c.Label.displayName;const G=d.forwardRef(({className:e,children:a,...r},i)=>t.jsxs(c.Item,{ref:i,className:n.cn("relative flex w-full cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",e),...r,children:[t.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:t.jsx(c.ItemIndicator,{children:t.jsx(p.Check,{className:"h-4 w-4"})})}),t.jsx(c.ItemText,{children:a})]}));G.displayName=c.Item.displayName;const O=d.forwardRef(({className:e,...a},r)=>t.jsx(c.Separator,{ref:r,className:n.cn("-mx-1 my-1 h-px bg-muted",e),...a}));O.displayName=c.Separator.displayName;const A=d.forwardRef(({className:e,...a},r)=>t.jsx("textarea",{className:n.cn("flex min-h-[80px] w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",e),ref:r,...a}));A.displayName="Textarea";const Ie=g.Root,Me=g.Trigger,V=d.forwardRef(({className:e,align:a="center",sideOffset:r=4,...i},f)=>t.jsx(g.Portal,{children:t.jsx(g.Content,{ref:f,align:a,sideOffset:r,className:n.cn("z-50 w-72 rounded-md border border-black-light bg-popover p-4 text-popover-foreground shadow-md outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...i})}));V.displayName=g.Content.displayName;const H=d.forwardRef(({className:e,...a},r)=>t.jsx(N.Root,{className:n.cn("peer inline-flex h-6 w-11 shrink-0 cursor-pointer items-center rounded-full border-2 border-silver transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-white data-[state=unchecked]:bg-white",e),...a,ref:r,children:t.jsx(N.Thumb,{className:n.cn("pointer-events-none block h-5 w-5 rounded-full bg-background shadow-lg ring-0 transition-transform data-[state=checked]:translate-x-5 data-[state=unchecked]:bg-black-light data-[state=checked]:bg-primary data-[state=unchecked]:translate-x-0")})}));H.displayName=N.Root.displayName;const Te=s.Root,ze=s.Trigger,je=s.Group,Le=s.Portal,qe=s.Sub,Be=s.RadioGroup,U=d.forwardRef(({className:e,inset:a,children:r,...i},f)=>t.jsxs(s.SubTrigger,{ref:f,className:n.cn("flex cursor-default gap-2 select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent data-[state=open]:bg-accent [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",a&&"pl-8",e),...i,children:[r,t.jsx(p.ChevronRight,{className:"ml-auto"})]}));U.displayName=s.SubTrigger.displayName;const E=d.forwardRef(({className:e,...a},r)=>t.jsx(s.SubContent,{ref:r,className:n.cn("z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...a}));E.displayName=s.SubContent.displayName;const F=d.forwardRef(({className:e,sideOffset:a=4,...r},i)=>t.jsx(s.Portal,{children:t.jsx(s.Content,{ref:i,sideOffset:a,className:n.cn("z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...r})}));F.displayName=s.Content.displayName;const J=d.forwardRef(({className:e,inset:a,...r},i)=>t.jsx(s.Item,{ref:i,className:n.cn("relative flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",a&&"pl-8",e),...r}));J.displayName=s.Item.displayName;const K=d.forwardRef(({className:e,children:a,checked:r,...i},f)=>t.jsxs(s.CheckboxItem,{ref:f,className:n.cn("relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",e),checked:r,...i,children:[t.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:t.jsx(s.ItemIndicator,{children:t.jsx(p.Check,{className:"h-4 w-4"})})}),a]}));K.displayName=s.CheckboxItem.displayName;const Q=d.forwardRef(({className:e,children:a,...r},i)=>t.jsxs(s.RadioItem,{ref:i,className:n.cn("relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",e),...r,children:[t.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:t.jsx(s.ItemIndicator,{children:t.jsx(p.Circle,{className:"h-2 w-2 fill-current"})})}),a]}));Q.displayName=s.RadioItem.displayName;const W=d.forwardRef(({className:e,inset:a,...r},i)=>t.jsx(s.Label,{ref:i,className:n.cn("px-2 py-1.5 text-sm font-semibold",a&&"pl-8",e),...r}));W.displayName=s.Label.displayName;const X=d.forwardRef(({className:e,...a},r)=>t.jsx(s.Separator,{ref:r,className:n.cn("-mx-1 my-1 h-px bg-muted",e),...a}));X.displayName=s.Separator.displayName;const Y=({className:e,...a})=>t.jsx("span",{className:n.cn("ml-auto text-xs tracking-widest opacity-60",e),...a});Y.displayName="DropdownMenuShortcut";const Ge=l.Root,Oe=l.Trigger,Z=l.Portal,Ae=l.Close,P=d.forwardRef(({className:e,...a},r)=>t.jsx(l.Overlay,{ref:r,className:n.cn("fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",e),...a}));P.displayName=l.Overlay.displayName;const $=d.forwardRef(({className:e,children:a,...r},i)=>t.jsxs(Z,{children:[t.jsx(P,{}),t.jsxs(l.Content,{ref:i,className:n.cn("fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg",e),...r,children:[a,t.jsxs(l.Close,{className:"absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground",children:[t.jsx(b.Cross2Icon,{className:"h-4 w-4"}),t.jsx("span",{className:"sr-only",children:"Close"})]})]})]}));$.displayName=l.Content.displayName;const R=({className:e,...a})=>t.jsx("div",{className:n.cn("flex flex-col space-y-1.5 text-center sm:text-left",e),...a});R.displayName="DialogHeader";const ee=({className:e,...a})=>t.jsx("div",{className:n.cn("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",e),...a});ee.displayName="DialogFooter";const ae=d.forwardRef(({className:e,...a},r)=>t.jsx(l.Title,{ref:r,className:n.cn("text-lg font-semibold leading-none tracking-tight",e),...a}));ae.displayName=l.Title.displayName;const te=d.forwardRef(({className:e,...a},r)=>t.jsx(l.Description,{ref:r,className:n.cn("text-sm text-muted-foreground",e),...a}));te.displayName=l.Description.displayName;const oe=({className:e,...a})=>t.jsx("nav",{role:"navigation","aria-label":"pagination",className:n.cn("mx-auto flex w-full justify-center",e),...a});oe.displayName="Pagination";const re=d.forwardRef(({className:e,...a},r)=>t.jsx("ul",{ref:r,className:n.cn("flex flex-row items-center gap-1",e),...a}));re.displayName="PaginationContent";const ne=d.forwardRef(({className:e,...a},r)=>t.jsx("li",{ref:r,className:n.cn("",e),...a}));ne.displayName="PaginationItem";const y=({className:e,isActive:a,size:r="icon",...i})=>t.jsx("a",{"aria-current":a?"page":void 0,className:n.cn(w({variant:a?"outline":"ghost",size:r}),e),...i});y.displayName="PaginationLink";const ie=({className:e,...a})=>t.jsx(y,{"aria-label":"Go to previous page",size:"default",className:n.cn("gap-1 pl-2.5",e),...a,children:t.jsx(b.ChevronLeftIcon,{className:"h-4 w-4"})});ie.displayName="PaginationPrevious";const de=({className:e,...a})=>t.jsx(y,{"aria-label":"Go to next page",size:"default",className:n.cn("gap-1 pr-2.5",e),...a,children:t.jsx(b.ChevronRightIcon,{className:"h-4 w-4"})});de.displayName="PaginationNext";const se=({className:e,...a})=>t.jsxs("span",{"aria-hidden":!0,className:n.cn("flex h-9 w-9 items-center justify-center",e),...a,children:[t.jsx(b.DotsHorizontalIcon,{className:"h-4 w-4"}),t.jsx("span",{className:"sr-only",children:"More pages"})]});se.displayName="PaginationEllipsis",o.Accordion=Ne,o.AccordionContent=I,o.AccordionItem=k,o.AccordionTrigger=_,o.Badge=De,o.Button=C,o.Calendar=M,o.Checkbox=T,o.Dialog=Ge,o.DialogClose=Ae,o.DialogContent=$,o.DialogDescription=te,o.DialogFooter=ee,o.DialogHeader=R,o.DialogOverlay=P,o.DialogPortal=Z,o.DialogTitle=ae,o.DialogTrigger=Oe,o.DropdownMenu=Te,o.DropdownMenuCheckboxItem=K,o.DropdownMenuContent=F,o.DropdownMenuGroup=je,o.DropdownMenuItem=J,o.DropdownMenuLabel=W,o.DropdownMenuPortal=Le,o.DropdownMenuRadioGroup=Be,o.DropdownMenuRadioItem=Q,o.DropdownMenuSeparator=X,o.DropdownMenuShortcut=Y,o.DropdownMenuSub=qe,o.DropdownMenuSubContent=E,o.DropdownMenuSubTrigger=U,o.DropdownMenuTrigger=ze,o.Input=z,o.Label=j,o.Pagination=oe,o.PaginationContent=re,o.PaginationEllipsis=se,o.PaginationItem=ne,o.PaginationLink=y,o.PaginationNext=de,o.PaginationPrevious=ie,o.Popover=Ie,o.PopoverContent=V,o.PopoverTrigger=Me,o.Select=Ce,o.SelectContent=q,o.SelectGroup=ke,o.SelectItem=G,o.SelectLabel=B,o.SelectScrollDownButton=D,o.SelectScrollUpButton=x,o.SelectSeparator=O,o.SelectTrigger=L,o.SelectValue=_e,o.Switch=H,o.Textarea=A,Object.defineProperty(o,Symbol.toStringTag,{value:"Module"})});
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@imj_media/imj-ui",
3
3
  "private": false,
4
- "version": "1.0.3",
4
+ "version": "1.0.5",
5
5
  "author": {
6
6
  "name": "IMJ - Antonio Diego",
7
7
  "email": "antonio.diego@imjmedia.com.mx"
@@ -13,9 +13,7 @@
13
13
  "exports": {
14
14
  ".": {
15
15
  "import": "./dist/imj-ui.js",
16
- "require": "./dist/imj-ui.es.js",
17
- "default": "./dist/imj-ui.js",
18
- "types": "./dist/index.d.ts"
16
+ "require": "./dist/imj-ui.umd.js"
19
17
  },
20
18
  "./styles.css": {
21
19
  "require": "./dist/styles.css",
@@ -94,5 +92,5 @@
94
92
  "access": "public",
95
93
  "registry": "https://registry.npmjs.org/@imjmedia"
96
94
  },
97
- "gitHead": "9c799b481a321c5a0d4de1dfb95fc05e6287a999"
95
+ "gitHead": "507195eebdb5cd30f4c17253b358dcafb018365e"
98
96
  }
File without changes
File without changes