@bigbinary/neeto-atoms 1.0.15 → 1.0.16

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.
@@ -9906,7 +9906,7 @@ function ComboboxInput$1({ className, children, disabled = false, showTrigger =
9906
9906
  return (jsxRuntime.jsxs(inputGroup.InputGroup, { className: utils.cn("w-auto", className), children: [jsxRuntime.jsx(ComboboxInput$2, { render: jsxRuntime.jsx(inputGroup.InputGroupInput, { disabled: disabled }), ...props }), jsxRuntime.jsxs(inputGroup.InputGroupAddon, { align: "inline-end", children: [showTrigger && (jsxRuntime.jsx(inputGroup.InputGroupButton, { size: "icon-xs", variant: "ghost", asChild: true, "data-slot": "input-group-button", className: "group-has-data-[slot=combobox-clear]/input-group:hidden data-pressed:bg-transparent", disabled: disabled, children: jsxRuntime.jsx(ComboboxTrigger$1, {}) })), showClear && jsxRuntime.jsx(ComboboxClear, { disabled: disabled })] }), children] }));
9907
9907
  }
9908
9908
  function ComboboxContent$1({ className, side = "bottom", sideOffset = 6, align = "start", alignOffset = 0, anchor, ...props }) {
9909
- return (jsxRuntime.jsx(ComboboxPortal, { children: jsxRuntime.jsx(ComboboxPositioner, { side: side, sideOffset: sideOffset, align: align, alignOffset: alignOffset, anchor: anchor, className: "isolate z-50", children: jsxRuntime.jsx(ComboboxPopup, { "data-slot": "combobox-content", "data-chips": !!anchor, className: utils.cn("group/combobox-content relative max-h-(--available-height) w-(--anchor-width) max-w-(--available-width) min-w-[calc(var(--anchor-width)+--spacing(7))] origin-(--transform-origin) overflow-hidden rounded-lg bg-popover text-popover-foreground shadow-md ring-1 ring-foreground/10 duration-100 data-[chips=true]:min-w-(--anchor-width) data-[side=bottom]:slide-in-from-top-2 data-[side=inline-end]:slide-in-from-left-2 data-[side=inline-start]:slide-in-from-right-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 *:data-[slot=input-group]:m-1 *:data-[slot=input-group]:mb-0 *:data-[slot=input-group]:h-8 *:data-[slot=input-group]:border-input/30 *:data-[slot=input-group]:bg-input/30 *:data-[slot=input-group]:shadow-none data-open:animate-in data-open:fade-in-0 data-open:zoom-in-95 data-closed:animate-out data-closed:fade-out-0 data-closed:zoom-out-95", className), ...props }) }) }));
9909
+ return (jsxRuntime.jsx(ComboboxPortal, { children: jsxRuntime.jsx(ComboboxPositioner, { side: side, sideOffset: sideOffset, align: align, alignOffset: alignOffset, anchor: anchor, className: "pointer-events-auto isolate z-50", children: jsxRuntime.jsx(ComboboxPopup, { "data-slot": "combobox-content", "data-chips": !!anchor, className: utils.cn("group/combobox-content relative max-h-(--available-height) w-(--anchor-width) max-w-(--available-width) min-w-[calc(var(--anchor-width)+--spacing(7))] origin-(--transform-origin) overflow-hidden rounded-lg bg-popover text-popover-foreground shadow-md ring-1 ring-foreground/10 duration-100 data-[chips=true]:min-w-(--anchor-width) data-[side=bottom]:slide-in-from-top-2 data-[side=inline-end]:slide-in-from-left-2 data-[side=inline-start]:slide-in-from-right-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 *:data-[slot=input-group]:m-1 *:data-[slot=input-group]:mb-0 *:data-[slot=input-group]:h-8 *:data-[slot=input-group]:border-input/30 *:data-[slot=input-group]:bg-input/30 *:data-[slot=input-group]:shadow-none data-open:animate-in data-open:fade-in-0 data-open:zoom-in-95 data-closed:animate-out data-closed:fade-out-0 data-closed:zoom-out-95", className), ...props }) }) }));
9910
9910
  }
9911
9911
  function ComboboxList$1({ className, ...props }) {
9912
9912
  return (jsxRuntime.jsx(ComboboxList$2, { "data-slot": "combobox-list", className: utils.cn("no-scrollbar max-h-[min(calc(--spacing(72)---spacing(9)),calc(var(--available-height)---spacing(9)))] scroll-py-1 overflow-y-auto overscroll-contain p-1 data-empty:p-0", className), ...props }));