@vygruppen/spor-react 12.11.0 → 12.11.1

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.11.0 build /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.11.1 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
- ESM dist/index.mjs 294.05 KB
14
+ CJS dist/icons/index.cjs 381.00 B
15
+ CJS dist/index.cjs 315.45 KB
16
+ CJS dist/icons/index.cjs.map 157.00 B
17
+ CJS dist/index.cjs.map 630.12 KB
18
+ CJS ⚡️ Build success in 2639ms
15
19
  ESM dist/icons/index.mjs 110.00 B
20
+ ESM dist/index.mjs 294.05 KB
16
21
  ESM dist/icons/index.mjs.map 157.00 B
17
22
  ESM dist/index.mjs.map 630.12 KB
18
- ESM ⚡️ Build success in 2549ms
19
- CJS dist/index.cjs 315.45 KB
20
- CJS dist/icons/index.cjs 381.00 B
21
- CJS dist/index.cjs.map 630.12 KB
22
- CJS dist/icons/index.cjs.map 157.00 B
23
- CJS ⚡️ Build success in 2550ms
24
- DTS ⚡️ Build success in 18729ms
23
+ ESM ⚡️ Build success in 2643ms
24
+ DTS ⚡️ Build success in 18315ms
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.11.0 postinstall /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.11.1 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.11.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [abfaff8]
8
+ - @vygruppen/spor-design-tokens@4.0.9
9
+
3
10
  ## 12.11.0
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vygruppen/spor-react",
3
3
  "type": "module",
4
- "version": "12.11.0",
4
+ "version": "12.11.1",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.ts",
@@ -46,7 +46,7 @@
46
46
  "react-stately": "^3.31.1",
47
47
  "react-swipeable": "^7.0.1",
48
48
  "usehooks-ts": "^3.1.0",
49
- "@vygruppen/spor-design-tokens": "4.0.8",
49
+ "@vygruppen/spor-design-tokens": "4.0.9",
50
50
  "@vygruppen/spor-icon-react": "4.2.1",
51
51
  "@vygruppen/spor-loader": "0.7.0"
52
52
  },
@@ -68,8 +68,8 @@
68
68
  "vitest": "^0.26.3",
69
69
  "vitest-axe": "^0.1.0",
70
70
  "vitest-canvas-mock": "^0.2.2",
71
- "@vygruppen/tsconfig": "0.1.1",
72
- "@vygruppen/eslint-config": "1.2.3"
71
+ "@vygruppen/eslint-config": "1.2.3",
72
+ "@vygruppen/tsconfig": "0.1.1"
73
73
  },
74
74
  "peerDependencies": {
75
75
  "react": ">=18.0.0 <19.0.0",