@vygruppen/spor-react 12.5.0 → 12.5.2

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/index.mjs CHANGED
@@ -3264,6 +3264,7 @@ var Combobox = (props) => {
3264
3264
  children: /* @__PURE__ */ jsx(
3265
3265
  ListBox,
3266
3266
  {
3267
+ ...listBoxProps,
3267
3268
  ...{
3268
3269
  autoFocus: typeof listBoxProps.autoFocus === "boolean" ? listBoxProps.autoFocus : void 0
3269
3270
  },