@vygruppen/spor-react 12.24.4 → 12.24.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/index.mjs CHANGED
@@ -4457,6 +4457,7 @@ var Select = React20.forwardRef(
4457
4457
  errorText,
4458
4458
  invalid,
4459
4459
  helperText,
4460
+ css,
4460
4461
  ...rest
4461
4462
  } = props;
4462
4463
  const recipe = useSlotRecipe({ key: "select" });
@@ -4469,6 +4470,7 @@ var Select = React20.forwardRef(
4469
4470
  helperText,
4470
4471
  required: props.required,
4471
4472
  id: rest.id,
4473
+ css,
4472
4474
  children: /* @__PURE__ */ jsxs(
4473
4475
  Select$1.Root,
4474
4476
  {