@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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @vygruppen/spor-react@12.10.4 build /home/runner/work/spor/spor/packages/spor-react
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.17 KB
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.70 KB
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 2647ms
19
- ESM dist/index.mjs 293.78 KB
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.70 KB
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 2649ms
24
- DTS ⚡️ Build success in 18639ms
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
@@ -1,5 +1,5 @@
1
1
 
2
- > @vygruppen/spor-react@12.10.4 postinstall /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.10.5 postinstall /home/runner/work/spor/spor/packages/spor-react
3
3
  > chakra typegen src/theme/index.ts
4
4
 
5
5
  ┌ Chakra CLI ⚡️
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 12.10.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 2710738: Fix correct duration of toast.
8
+ - d6ab343: Add backgroundColor to travelTag
9
+
3
10
  ## 12.10.4
4
11
 
5
12
  ### Patch Changes
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 = 6e5
5128
+ duration = 6e3
5128
5129
  }) => toaster.create({
5129
5130
  description: text,
5130
5131
  type: variant,