@vygruppen/spor-react 12.1.0 → 12.1.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,9 +1,9 @@
1
1
 
2
- > @vygruppen/spor-react@12.1.0 build /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.1.1 build /home/runner/work/spor/spor/packages/spor-react
3
3
  > pnpm typegen && tsup
4
4
 
5
5
 
6
- > @vygruppen/spor-react@12.1.0 typegen /home/runner/work/spor/spor/packages/spor-react
6
+ > @vygruppen/spor-react@12.1.1 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 ⚡️
@@ -31,12 +31,12 @@ CLI Target: node16
31
31
  CJS Build start
32
32
  ESM Build start
33
33
  DTS Build start
34
- CJS dist/index.js 312.69 KB
35
- CJS dist/index.js.map 620.63 KB
36
- CJS ⚡️ Build success in 1986ms
37
34
  ESM dist/index.mjs 293.19 KB
38
35
  ESM dist/index.mjs.map 620.63 KB
39
- ESM ⚡️ Build success in 1986ms
40
- DTS ⚡️ Build success in 22070ms
36
+ ESM ⚡️ Build success in 1854ms
37
+ CJS dist/index.js 312.69 KB
38
+ CJS dist/index.js.map 620.63 KB
39
+ CJS ⚡️ Build success in 1855ms
40
+ DTS ⚡️ Build success in 21349ms
41
41
  DTS dist/index.d.ts 134.76 KB
42
42
  DTS dist/index.d.mts 134.76 KB
@@ -1,5 +1,5 @@
1
1
 
2
- > @vygruppen/spor-react@12.1.0 typegen /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.1.1 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.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [5e6da7b]
8
+ - @vygruppen/spor-design-tokens@4.0.5
9
+
3
10
  ## 12.1.0
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vygruppen/spor-react",
3
- "version": "12.1.0",
3
+ "version": "12.1.1",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -35,7 +35,7 @@
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.4",
38
+ "@vygruppen/spor-design-tokens": "4.0.5",
39
39
  "@vygruppen/spor-icon-react": "4.0.3",
40
40
  "@vygruppen/spor-loader": "0.6.0"
41
41
  },