@vygruppen/spor-react 12.0.3 → 12.0.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,9 +1,9 @@
1
1
 
2
- > @vygruppen/spor-react@12.0.3 build /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.0.4 build /home/runner/work/spor/spor/packages/spor-react
3
3
  > pnpm typegen && tsup
4
4
 
5
5
 
6
- > @vygruppen/spor-react@12.0.3 typegen /home/runner/work/spor/spor/packages/spor-react
6
+ > @vygruppen/spor-react@12.0.4 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
@@ -31,12 +32,12 @@ CLI Target: node16
31
32
  CJS Build start
32
33
  ESM Build start
33
34
  DTS Build start
34
- CJS dist/index.js 312.04 KB
35
- CJS dist/index.js.map 619.95 KB
36
- CJS ⚡️ Build success in 1924ms
37
35
  ESM dist/index.mjs 292.82 KB
38
36
  ESM dist/index.mjs.map 619.95 KB
39
- ESM ⚡️ Build success in 1925ms
40
- DTS ⚡️ Build success in 22112ms
37
+ ESM ⚡️ Build success in 1796ms
38
+ CJS dist/index.js 312.04 KB
39
+ CJS dist/index.js.map 619.95 KB
40
+ CJS ⚡️ Build success in 1796ms
41
+ DTS ⚡️ Build success in 21246ms
41
42
  DTS dist/index.d.ts 133.66 KB
42
43
  DTS dist/index.d.mts 133.66 KB
@@ -1,5 +1,5 @@
1
1
 
2
- > @vygruppen/spor-react@12.0.3 typegen /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.0.4 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.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a9b02f6]
8
+ - @vygruppen/spor-design-tokens@4.0.2
9
+
3
10
  ## 12.0.3
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.3",
3
+ "version": "12.0.4",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -35,9 +35,9 @@
35
35
  "react-stately": "^3.31.1",
36
36
  "react-swipeable": "^7.0.1",
37
37
  "usehooks-ts": "^3.1.0",
38
- "@vygruppen/spor-design-tokens": "4.0.1",
39
- "@vygruppen/spor-icon-react": "4.0.2",
40
- "@vygruppen/spor-loader": "0.6.0"
38
+ "@vygruppen/spor-design-tokens": "4.0.2",
39
+ "@vygruppen/spor-loader": "0.6.0",
40
+ "@vygruppen/spor-icon-react": "4.0.2"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@chakra-ui/cli": "^3.8.0",
@@ -56,8 +56,8 @@
56
56
  "vitest": "^0.26.3",
57
57
  "vitest-axe": "^0.1.0",
58
58
  "vitest-canvas-mock": "^0.2.2",
59
- "@vygruppen/eslint-config": "1.0.0",
60
- "@vygruppen/tsconfig": "0.1.0"
59
+ "@vygruppen/tsconfig": "0.1.0",
60
+ "@vygruppen/eslint-config": "1.0.0"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "react": ">=18.0.0 <19.0.0",