@vygruppen/spor-react 12.4.3 → 12.4.4

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.4.3 build /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.4.4 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
@@ -10,17 +10,17 @@ CLI Target: node16
10
10
  CJS Build start
11
11
  ESM Build start
12
12
  DTS Build start
13
- ESM dist/index.mjs 294.22 KB
14
13
  ESM dist/icons/index.mjs 110.00 B
15
14
  ESM dist/icons/index.mjs.map 157.00 B
16
- ESM dist/index.mjs.map 633.63 KB
17
- ESM ⚡️ Build success in 2624ms
18
- CJS dist/index.js 314.70 KB
15
+ ESM dist/index.mjs 294.81 KB
16
+ ESM dist/index.mjs.map 633.53 KB
17
+ ESM ⚡️ Build success in 2742ms
19
18
  CJS dist/icons/index.js 380.00 B
20
19
  CJS dist/icons/index.js.map 157.00 B
21
- CJS dist/index.js.map 633.63 KB
22
- CJS ⚡️ Build success in 2627ms
23
- DTS ⚡️ Build success in 29298ms
20
+ CJS dist/index.js 315.09 KB
21
+ CJS dist/index.js.map 633.53 KB
22
+ CJS ⚡️ Build success in 2743ms
23
+ DTS ⚡️ Build success in 28946ms
24
24
  DTS dist/icons/index.d.ts 44.00 B
25
25
  DTS dist/index.d.ts 126.10 KB
26
26
  DTS dist/icons/index.d.mts 44.00 B
@@ -1,26 +1,8 @@
1
1
 
2
- > @vygruppen/spor-react@12.4.3 postinstall /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.4.4 postinstall /home/runner/work/spor/spor/packages/spor-react
3
3
  > chakra typegen src/theme/index.ts
4
4
 
5
5
  ┌ Chakra CLI ⚡️
6
- ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
7
-
8
- ../spor-design-tokens/package.json:15:6:
9
- 15 │ "types": "./dist/tokens.d.ts"
10
- ╵ ~~~~~~~
11
-
12
- The "import" condition comes earlier and will be used for all "import" statements:
13
-
14
- ../spor-design-tokens/package.json:13:6:
15
- 13 │ "import": "./dist/tokens.mjs",
16
- ╵ ~~~~~~~~
17
-
18
- The "require" condition comes earlier and will be used for all "require" calls:
19
-
20
- ../spor-design-tokens/package.json:14:6:
21
- 14 │ "require": "./dist/tokens.js",
22
- ╵ ~~~~~~~~~
23
-
24
6
  [?25l│
25
7
  ◒ Generating conditions types...
26
8
  ◇ ✅ Generated conditions typings
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 12.4.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 94e9282: Nudge, WizardNudge and Toast does not work after updating chakra in a previous version of spor.
8
+ Fixed:
9
+
10
+ - Toast needed an id for each toast. Auto generated if not supplied from user.
11
+ - Nudge imported usePopoverContext from ark. Now imports from chakra and works.
12
+
13
+ - 7489e4a: Export raw tokens as js module from design tokens to be used in spor in stead of json files. Fixes issue with esm json import.
14
+ - Updated dependencies [7489e4a]
15
+ - @vygruppen/spor-design-tokens@4.0.7
16
+
3
17
  ## 12.4.3
4
18
 
5
19
  ### Patch Changes