@vygruppen/spor-react 0.14.5 → 1.0.0
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 +7 -7
- package/CHANGELOG.md +46 -0
- package/package.json +10 -14
package/.turbo/turbo-build.log
CHANGED
@@ -1,18 +1,18 @@
|
|
1
|
-
@vygruppen/spor-react:build: cache hit, replaying output
|
1
|
+
@vygruppen/spor-react:build: cache hit, replaying output 9208082950a4ebfe
|
2
2
|
@vygruppen/spor-react:build:
|
3
|
-
@vygruppen/spor-react:build: > @vygruppen/spor-react@0.
|
3
|
+
@vygruppen/spor-react:build: > @vygruppen/spor-react@1.0.0 build
|
4
4
|
@vygruppen/spor-react:build: > tsup src/* --dts --treeshake --format esm,cjs
|
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 v6.2.
|
8
|
+
@vygruppen/spor-react:build: [34mCLI[39m tsup v6.2.3
|
9
9
|
@vygruppen/spor-react:build: [34mCLI[39m Target: node14
|
10
10
|
@vygruppen/spor-react:build: [34mESM[39m Build start
|
11
11
|
@vygruppen/spor-react:build: [34mCJS[39m Build start
|
12
|
-
@vygruppen/spor-react:build: [32mCJS[39m [1mdist/index.js [22m[32m6.43 KB[39m
|
13
|
-
@vygruppen/spor-react:build: [32mCJS[39m ⚡️ Build success in 75ms
|
14
12
|
@vygruppen/spor-react:build: [32mESM[39m [1mdist/index.mjs [22m[32m1.04 KB[39m
|
15
|
-
@vygruppen/spor-react:build: [32mESM[39m ⚡️ Build success in
|
13
|
+
@vygruppen/spor-react:build: [32mESM[39m ⚡️ Build success in 92ms
|
14
|
+
@vygruppen/spor-react:build: [32mCJS[39m [1mdist/index.js [22m[32m6.43 KB[39m
|
15
|
+
@vygruppen/spor-react:build: [32mCJS[39m ⚡️ Build success in 76ms
|
16
16
|
@vygruppen/spor-react:build: [34mDTS[39m Build start
|
17
|
-
@vygruppen/spor-react:build: [32mDTS[39m ⚡️ Build success in
|
17
|
+
@vygruppen/spor-react:build: [32mDTS[39m ⚡️ Build success in 3744ms
|
18
18
|
@vygruppen/spor-react:build: [32mDTS[39m [1mdist/index.d.ts [22m[32m1.04 KB[39m
|
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,51 @@
|
|
1
1
|
# @vygruppen/spor-react
|
2
2
|
|
3
|
+
## 1.0.0
|
4
|
+
|
5
|
+
### Major Changes
|
6
|
+
|
7
|
+
- e6158c62: Velkommen til den første stabile major-versjonen av Vy sitt komponentbibliotek for React - `@vygruppen/spor-react`.
|
8
|
+
|
9
|
+
Det er kun én breaking change i denne releasen - at vi nå krever en avhengighet på React 18.2 eller høyere.
|
10
|
+
|
11
|
+
Du kan også fjerne avhengighetene til `@chakra-ui/react`, `@emotion/*` og `framer-motion`, med mindre du bruker dem direkte.
|
12
|
+
|
13
|
+
### Patch Changes
|
14
|
+
|
15
|
+
- Updated dependencies [7e8052a8]
|
16
|
+
- Updated dependencies [e6158c62]
|
17
|
+
- @vygruppen/spor-typography-react@1.0.0
|
18
|
+
- @vygruppen/spor-accordion-react@1.0.0
|
19
|
+
- @vygruppen/spor-button-react@1.0.0
|
20
|
+
- @vygruppen/spor-card-react@1.0.0
|
21
|
+
- @vygruppen/spor-datepicker-react@1.0.0
|
22
|
+
- @vygruppen/spor-i18n-react@1.0.0
|
23
|
+
- @vygruppen/spor-icon-react@1.0.0
|
24
|
+
- @vygruppen/spor-image-react@1.0.0
|
25
|
+
- @vygruppen/spor-input-react@1.0.0
|
26
|
+
- @vygruppen/spor-layout-react@1.0.0
|
27
|
+
- @vygruppen/spor-linjetag-react@1.0.0
|
28
|
+
- @vygruppen/spor-link-react@1.0.0
|
29
|
+
- @vygruppen/spor-loader-react@1.0.0
|
30
|
+
- @vygruppen/spor-logo-react@1.0.0
|
31
|
+
- @vygruppen/spor-modal-react@1.0.0
|
32
|
+
- @vygruppen/spor-popover-react@1.0.0
|
33
|
+
- @vygruppen/spor-provider-react@1.0.0
|
34
|
+
- @vygruppen/spor-stepper-react@1.0.0
|
35
|
+
- @vygruppen/spor-tab-react@1.0.0
|
36
|
+
- @vygruppen/spor-table-react@1.0.0
|
37
|
+
- @vygruppen/spor-theme-react@1.0.0
|
38
|
+
|
39
|
+
## 0.14.6
|
40
|
+
|
41
|
+
### Patch Changes
|
42
|
+
|
43
|
+
- Updated dependencies [09448ca8]
|
44
|
+
- @vygruppen/spor-button-react@0.2.11
|
45
|
+
- @vygruppen/spor-datepicker-react@0.1.9
|
46
|
+
- @vygruppen/spor-popover-react@0.1.19
|
47
|
+
- @vygruppen/spor-stepper-react@0.1.19
|
48
|
+
|
3
49
|
## 0.14.5
|
4
50
|
|
5
51
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vygruppen/spor-react",
|
3
|
-
"version": "0.
|
3
|
+
"version": "1.0.0",
|
4
4
|
"main": "./dist/index.js",
|
5
5
|
"module": "./dist/index.mjs",
|
6
6
|
"types": "./dist/index.d.ts",
|
@@ -39,23 +39,19 @@
|
|
39
39
|
"@vygruppen/spor-provider-react": "*",
|
40
40
|
"@vygruppen/spor-tab-react": "*",
|
41
41
|
"@vygruppen/spor-typography-react": "*",
|
42
|
-
"@vygruppen/spor-stepper-react": "*"
|
42
|
+
"@vygruppen/spor-stepper-react": "*",
|
43
|
+
"@chakra-ui/react": "^2.3.5",
|
44
|
+
"@emotion/react": "^11.10.4",
|
45
|
+
"@emotion/styled": "^11.10.4",
|
46
|
+
"framer-motion": ">6.0.0"
|
43
47
|
},
|
44
48
|
"devDependencies": {
|
45
|
-
"
|
46
|
-
"
|
47
|
-
"@emotion/styled": "^11.6.0",
|
48
|
-
"framer-motion": "^6.0.0",
|
49
|
-
"react": "^17.0.2",
|
50
|
-
"react-dom": "^17.0.2",
|
49
|
+
"react": "^18.2.0",
|
50
|
+
"react-dom": "^18.2.0",
|
51
51
|
"tsup": "^6.2.2"
|
52
52
|
},
|
53
53
|
"peerDependencies": {
|
54
|
-
"
|
55
|
-
"
|
56
|
-
"@emotion/styled": "^11.6.0",
|
57
|
-
"framer-motion": "3.x || 4.x || 5.x || 6.x",
|
58
|
-
"react": ">= 17.0.0",
|
59
|
-
"react-dom": ">= 17.0.0"
|
54
|
+
"react": "^18.2.0",
|
55
|
+
"react-dom": "^18.2.0"
|
60
56
|
}
|
61
57
|
}
|