@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.
@@ -1,18 +1,18 @@
1
- @vygruppen/spor-react:build: cache hit, replaying output 3fae7ba6d5713af8
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.14.5 build
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: CLI Building entry: src/index.tsx
7
7
  @vygruppen/spor-react:build: CLI Using tsconfig: tsconfig.json
8
- @vygruppen/spor-react:build: CLI tsup v6.2.2
8
+ @vygruppen/spor-react:build: CLI tsup v6.2.3
9
9
  @vygruppen/spor-react:build: CLI Target: node14
10
10
  @vygruppen/spor-react:build: ESM Build start
11
11
  @vygruppen/spor-react:build: CJS Build start
12
- @vygruppen/spor-react:build: CJS dist/index.js 6.43 KB
13
- @vygruppen/spor-react:build: CJS ⚡️ Build success in 75ms
14
12
  @vygruppen/spor-react:build: ESM dist/index.mjs 1.04 KB
15
- @vygruppen/spor-react:build: ESM ⚡️ Build success in 87ms
13
+ @vygruppen/spor-react:build: ESM ⚡️ Build success in 92ms
14
+ @vygruppen/spor-react:build: CJS dist/index.js 6.43 KB
15
+ @vygruppen/spor-react:build: CJS ⚡️ Build success in 76ms
16
16
  @vygruppen/spor-react:build: DTS Build start
17
- @vygruppen/spor-react:build: DTS ⚡️ Build success in 3438ms
17
+ @vygruppen/spor-react:build: DTS ⚡️ Build success in 3744ms
18
18
  @vygruppen/spor-react:build: DTS dist/index.d.ts 1.04 KB
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.14.5",
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
- "@chakra-ui/react": "^1.7.3",
46
- "@emotion/react": "^11.7.1",
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
- "@chakra-ui/react": "^1.7.3",
55
- "@emotion/react": "^11.7.1",
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
  }