@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/.turbo/turbo-build.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@12.10.
|
2
|
+
> @vygruppen/spor-react@12.10.5 build /home/runner/work/spor/spor/packages/spor-react
|
3
3
|
> tsup
|
4
4
|
|
5
5
|
CLI Building entry: src/index.tsx, src/icons/index.tsx
|
@@ -11,17 +11,17 @@ CLI Cleaning output folder
|
|
11
11
|
ESM Build start
|
12
12
|
CJS Build start
|
13
13
|
DTS Build start
|
14
|
-
CJS dist/index.cjs 315.
|
14
|
+
CJS dist/index.cjs 315.20 KB
|
15
15
|
CJS dist/icons/index.cjs 381.00 B
|
16
|
-
CJS dist/index.cjs.map 629.
|
16
|
+
CJS dist/index.cjs.map 629.75 KB
|
17
17
|
CJS dist/icons/index.cjs.map 157.00 B
|
18
|
-
CJS ⚡️ Build success in
|
19
|
-
ESM dist/index.mjs 293.
|
18
|
+
CJS ⚡️ Build success in 2506ms
|
19
|
+
ESM dist/index.mjs 293.80 KB
|
20
20
|
ESM dist/icons/index.mjs 110.00 B
|
21
|
-
ESM dist/index.mjs.map 629.
|
21
|
+
ESM dist/index.mjs.map 629.75 KB
|
22
22
|
ESM dist/icons/index.mjs.map 157.00 B
|
23
|
-
ESM ⚡️ Build success in
|
24
|
-
DTS ⚡️ Build success in
|
23
|
+
ESM ⚡️ Build success in 2507ms
|
24
|
+
DTS ⚡️ Build success in 18032ms
|
25
25
|
DTS dist/icons/index.d.ts 44.00 B
|
26
26
|
DTS dist/index.d.ts 156.18 KB
|
27
27
|
DTS dist/icons/index.d.cts 44.00 B
|
package/CHANGELOG.md
CHANGED
package/dist/index.cjs
CHANGED
@@ -3948,6 +3948,7 @@ var TravelTag = React27.forwardRef(
|
|
3948
3948
|
"aria-disabled": disabled,
|
3949
3949
|
ref,
|
3950
3950
|
className: clsx_default("light", rest.className),
|
3951
|
+
backgroundColor,
|
3951
3952
|
...rest,
|
3952
3953
|
children: [
|
3953
3954
|
/* @__PURE__ */ jsxRuntime.jsx(
|
@@ -5124,7 +5125,7 @@ var createToast = ({
|
|
5124
5125
|
text,
|
5125
5126
|
variant,
|
5126
5127
|
id,
|
5127
|
-
duration =
|
5128
|
+
duration = 6e3
|
5128
5129
|
}) => toaster.create({
|
5129
5130
|
description: text,
|
5130
5131
|
type: variant,
|