@vygruppen/spor-react 0.7.4 → 0.7.8

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,15 +1,15 @@
1
- @vygruppen/spor-react:build: cache hit, replaying output a529caff4a4eab54
1
+ @vygruppen/spor-react:build: cache hit, replaying output 4bdef9b73041429b
2
2
  @vygruppen/spor-react:build:
3
- @vygruppen/spor-react:build: > @vygruppen/spor-react@0.7.4 build
3
+ @vygruppen/spor-react:build: > @vygruppen/spor-react@0.7.8 build
4
4
  @vygruppen/spor-react:build: > tsup src/index.tsx --dts
5
5
  @vygruppen/spor-react:build:
6
6
  @vygruppen/spor-react:build: CLI Building entry: src/index.tsx
7
7
  @vygruppen/spor-react:build: CLI Using tsconfig: tsconfig.json
8
- @vygruppen/spor-react:build: CLI tsup v5.11.11
8
+ @vygruppen/spor-react:build: CLI tsup v5.11.13
9
9
  @vygruppen/spor-react:build: CLI Target: node12
10
10
  @vygruppen/spor-react:build: CJS Build start
11
- @vygruppen/spor-react:build: CJS ⚡️ Build success in 42ms
11
+ @vygruppen/spor-react:build: CJS ⚡️ Build success in 43ms
12
12
  @vygruppen/spor-react:build: CJS dist/index.js 4.53 KB
13
13
  @vygruppen/spor-react:build: DTS Build start
14
- @vygruppen/spor-react:build: DTS ⚡️ Build success in 4497ms
14
+ @vygruppen/spor-react:build: DTS ⚡️ Build success in 4312ms
15
15
  @vygruppen/spor-react:build: DTS dist/index.d.ts 2.28 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 0.7.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [1a01e54]
8
+ - @vygruppen/spor-theme-react@0.2.2
9
+
10
+ ## 0.7.7
11
+
12
+ ### Patch Changes
13
+
14
+ - 37f7c2e: Fix some issues with dependencies
15
+ - Updated dependencies [37f7c2e]
16
+ - @vygruppen/spor-button-react@0.1.4
17
+ - @vygruppen/spor-card-react@0.1.2
18
+ - @vygruppen/spor-icon-react@0.1.1
19
+ - @vygruppen/spor-input-react@0.2.2
20
+ - @vygruppen/spor-layout-react@0.3.1
21
+ - @vygruppen/spor-logo-react@0.1.1
22
+ - @vygruppen/spor-theme-react@0.2.1
23
+ - @vygruppen/spor-i18n-react@0.0.4
24
+ - @vygruppen/spor-image-react@0.1.1
25
+ - @vygruppen/spor-modal-react@0.0.3
26
+ - @vygruppen/spor-table-react@0.0.3
27
+ - @vygruppen/spor-typography-react@0.3.1
28
+
29
+ ## 0.7.6
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies [72126f0]
34
+ - Updated dependencies [793a557]
35
+ - @vygruppen/spor-theme-react@0.2.0
36
+
37
+ ## 0.7.5
38
+
39
+ ### Patch Changes
40
+
41
+ - 60facc6: Bump dependencies
42
+ - Updated dependencies [f041db8]
43
+ - @vygruppen/spor-theme-react@0.1.3
44
+ - @vygruppen/spor-button-react@0.1.3
45
+
3
46
  ## 0.7.4
4
47
 
5
48
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vygruppen/spor-react",
3
- "version": "0.7.4",
3
+ "version": "0.7.8",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "MIT",
@@ -16,25 +16,25 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@leile/lobo-t": "^1.0.5",
19
- "@vygruppen/spor-button-react": "^0.1.2",
20
- "@vygruppen/spor-card-react": "^0.1.1",
19
+ "@vygruppen/spor-button-react": "*",
20
+ "@vygruppen/spor-card-react": "*",
21
21
  "@vygruppen/spor-design-tokens": "^2.3.5",
22
- "@vygruppen/spor-i18n-react": "^0.0.3",
23
- "@vygruppen/spor-icon-react": "^0.1.0",
24
- "@vygruppen/spor-image-react": "^0.1.0",
25
- "@vygruppen/spor-input-react": "^0.2.1",
26
- "@vygruppen/spor-layout-react": "^0.3.0",
27
- "@vygruppen/spor-logo-react": "^0.1.0",
28
- "@vygruppen/spor-modal-react": "^0.0.2",
29
- "@vygruppen/spor-table-react": "^0.0.2",
30
- "@vygruppen/spor-theme-react": "^0.1.2",
31
- "@vygruppen/spor-typography-react": "^0.3.0"
22
+ "@vygruppen/spor-i18n-react": "*",
23
+ "@vygruppen/spor-icon-react": "*",
24
+ "@vygruppen/spor-image-react": "*",
25
+ "@vygruppen/spor-input-react": "*",
26
+ "@vygruppen/spor-layout-react": "*",
27
+ "@vygruppen/spor-logo-react": "*",
28
+ "@vygruppen/spor-modal-react": "*",
29
+ "@vygruppen/spor-table-react": "*",
30
+ "@vygruppen/spor-theme-react": "*",
31
+ "@vygruppen/spor-typography-react": "*"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@chakra-ui/react": "^1.7.3",
35
35
  "@emotion/react": "^11.7.1",
36
36
  "@emotion/styled": "^11.6.0",
37
- "framer-motion": "^5.0.0",
37
+ "framer-motion": "^6.0.0",
38
38
  "react": "^17.0.2",
39
39
  "react-dom": "^17.0.2",
40
40
  "tsup": "^5.11.11"
@@ -43,7 +43,7 @@
43
43
  "@chakra-ui/react": "^1.7.3",
44
44
  "@emotion/react": "^11.7.1",
45
45
  "@emotion/styled": "^11.6.0",
46
- "framer-motion": "^4.1.0 || ^5.0.0",
46
+ "framer-motion": "3.x || 4.x || 5.x || 6.x",
47
47
  "react": ">= 17.0.0",
48
48
  "react-dom": ">= 17.0.0"
49
49
  }
package/tsconfig.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "extends": "tsconfig/react-library.json",
2
+ "extends": "@vygruppen/tsconfig/react-library.json",
3
3
  "include": ["."],
4
4
  "exclude": ["dist", "build", "node_modules"],
5
5
  "compilerOptions": {