@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/.turbo/turbo-build.log +8 -8
- package/.turbo/turbo-postinstall.log +1 -1
- package/CHANGELOG.md +7 -0
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
- package/src/linjetag/TravelTag.tsx +1 -0
- package/src/toast/toast.tsx +1 -1
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 =
|
5108
|
+
duration = 6e3
|
5108
5109
|
}) => toaster.create({
|
5109
5110
|
description: text,
|
5110
5111
|
type: variant,
|