@vygruppen/spor-react 12.10.4 → 12.10.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
@@ -3928,6 +3928,7 @@ var TravelTag = forwardRef(
3928
3928
  "aria-disabled": disabled,
3929
3929
  ref,
3930
3930
  className: clsx_default("light", rest.className),
3931
+ backgroundColor,
3931
3932
  ...rest,
3932
3933
  children: [
3933
3934
  /* @__PURE__ */ jsx(
@@ -5104,7 +5105,7 @@ var createToast = ({
5104
5105
  text,
5105
5106
  variant,
5106
5107
  id,
5107
- duration = 6e5
5108
+ duration = 6e3
5108
5109
  }) => toaster.create({
5109
5110
  description: text,
5110
5111
  type: variant,