@spark-ui/components 10.2.5 → 10.2.7

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.
@@ -1836,11 +1836,9 @@ var Empty = ({ className, children, ref: forwardedRef }) => {
1836
1836
  const ctx = useComboboxContext();
1837
1837
  const hasNoItemVisible = ctx.filteredItemsMap.size === 0;
1838
1838
  return hasNoItemVisible ? /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
1839
- "li",
1839
+ "div",
1840
1840
  {
1841
1841
  ref: forwardedRef,
1842
- role: "option",
1843
- "aria-selected": false,
1844
1842
  className: (0, import_class_variance_authority12.cx)("px-lg py-md text-body-1 text-on-surface/dim-1", className),
1845
1843
  children
1846
1844
  }
@@ -1929,8 +1927,7 @@ var Input = ({
1929
1927
  const PopoverTrigger = ctx.hasPopover ? Popover2.Trigger : import_react10.Fragment;
1930
1928
  const popoverTriggerProps = ctx.hasPopover ? {
1931
1929
  asChild: true,
1932
- type: void 0,
1933
- "aria-haspopup": void 0
1930
+ type: void 0
1934
1931
  } : {};
1935
1932
  const multiselectInputProps = ctx.getDropdownProps();
1936
1933
  const inputRef = (0, import_use_merge_refs2.useMergeRefs)(forwardedRef, ctx.innerInputRef, multiselectInputProps.ref);