@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.
- package/.turbo/turbo-build.log +5 -5
- package/CHANGELOG.md +43 -0
- package/package.json +15 -15
- package/tsconfig.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
@vygruppen/spor-react:build: cache hit, replaying output
|
|
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.
|
|
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: [34mCLI[39m Building entry: src/index.tsx
|
|
7
7
|
@vygruppen/spor-react:build: [34mCLI[39m Using tsconfig: tsconfig.json
|
|
8
|
-
@vygruppen/spor-react:build: [34mCLI[39m tsup v5.11.
|
|
8
|
+
@vygruppen/spor-react:build: [34mCLI[39m tsup v5.11.13
|
|
9
9
|
@vygruppen/spor-react:build: [34mCLI[39m Target: node12
|
|
10
10
|
@vygruppen/spor-react:build: [34mCJS[39m Build start
|
|
11
|
-
@vygruppen/spor-react:build: [32mCJS[39m ⚡️ Build success in
|
|
11
|
+
@vygruppen/spor-react:build: [32mCJS[39m ⚡️ Build success in 43ms
|
|
12
12
|
@vygruppen/spor-react:build: [32mCJS[39m [1mdist/index.js [22m[32m4.53 KB[39m
|
|
13
13
|
@vygruppen/spor-react:build: [34mDTS[39m Build start
|
|
14
|
-
@vygruppen/spor-react:build: [32mDTS[39m ⚡️ Build success in
|
|
14
|
+
@vygruppen/spor-react:build: [32mDTS[39m ⚡️ Build success in 4312ms
|
|
15
15
|
@vygruppen/spor-react:build: [32mDTS[39m [1mdist/index.d.ts [22m[32m2.28 KB[39m
|
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.
|
|
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": "
|
|
20
|
-
"@vygruppen/spor-card-react": "
|
|
19
|
+
"@vygruppen/spor-button-react": "*",
|
|
20
|
+
"@vygruppen/spor-card-react": "*",
|
|
21
21
|
"@vygruppen/spor-design-tokens": "^2.3.5",
|
|
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": "
|
|
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": "^
|
|
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": "
|
|
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