@vygruppen/spor-react 12.0.6 → 12.0.7

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,9 +1,9 @@
1
1
 
2
- > @vygruppen/spor-react@12.0.6 build /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.0.7 build /home/runner/work/spor/spor/packages/spor-react
3
3
  > pnpm typegen && tsup
4
4
 
5
5
 
6
- > @vygruppen/spor-react@12.0.6 typegen /home/runner/work/spor/spor/packages/spor-react
6
+ > @vygruppen/spor-react@12.0.7 typegen /home/runner/work/spor/spor/packages/spor-react
7
7
  > npx @chakra-ui/cli typegen src/theme/index.ts
8
8
 
9
9
  ┌ Chakra CLI ⚡️
@@ -16,7 +16,8 @@
16
16
  [?25h[?25l│
17
17
  ◇ ✅ Generated utility typings
18
18
  [?25h[?25l│
19
- ◇ Generated token typings
19
+ ◒ Generating token types...
20
+ ◇ ✅ Generated token typings
20
21
  [?25h[?25l│
21
22
  ◒ Generating system types...
22
23
  ◇ ✅ Generated system types
@@ -33,10 +34,10 @@ ESM Build start
33
34
  DTS Build start
34
35
  CJS dist/index.js 312.51 KB
35
36
  CJS dist/index.js.map 620.50 KB
36
- CJS ⚡️ Build success in 1787ms
37
+ CJS ⚡️ Build success in 1917ms
37
38
  ESM dist/index.mjs 293.23 KB
38
39
  ESM dist/index.mjs.map 620.50 KB
39
- ESM ⚡️ Build success in 1788ms
40
- DTS ⚡️ Build success in 21211ms
40
+ ESM ⚡️ Build success in 1920ms
41
+ DTS ⚡️ Build success in 21178ms
41
42
  DTS dist/index.d.ts 134.71 KB
42
43
  DTS dist/index.d.mts 134.71 KB
@@ -1,5 +1,5 @@
1
1
 
2
- > @vygruppen/spor-react@12.0.6 typegen /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.0.7 typegen /home/runner/work/spor/spor/packages/spor-react
3
3
  > npx @chakra-ui/cli 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.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [8c18ea0]
8
+ - @vygruppen/spor-icon-react@4.0.3
9
+
3
10
  ## 12.0.6
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vygruppen/spor-react",
3
- "version": "12.0.6",
3
+ "version": "12.0.7",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -36,7 +36,7 @@
36
36
  "react-swipeable": "^7.0.1",
37
37
  "usehooks-ts": "^3.1.0",
38
38
  "@vygruppen/spor-design-tokens": "4.0.3",
39
- "@vygruppen/spor-icon-react": "4.0.2",
39
+ "@vygruppen/spor-icon-react": "4.0.3",
40
40
  "@vygruppen/spor-loader": "0.6.0"
41
41
  },
42
42
  "devDependencies": {