@vygruppen/spor-react 9.5.0 → 9.6.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,5 +1,5 @@
1
1
 
2
- > @vygruppen/spor-react@9.5.0 build
2
+ > @vygruppen/spor-react@9.6.1 build
3
3
  > tsup src/index.tsx --dts --treeshake --format cjs,esm
4
4
 
5
5
  CLI Building entry: src/index.tsx
@@ -10,11 +10,11 @@
10
10
  ESM Build start
11
11
  DTS Build start
12
12
  CJS dist/index.js 500.82 KB
13
- CJS ⚡️ Build success in 2080ms
13
+ CJS ⚡️ Build success in 2052ms
14
14
  ESM dist/index.mjs 2.07 KB
15
15
  ESM dist/CountryCodeSelect-2KOFVXIQ.mjs 1.19 KB
16
16
  ESM dist/chunk-XXA3IGVH.mjs 392.05 KB
17
- ESM ⚡️ Build success in 2081ms
18
- DTS ⚡️ Build success in 12704ms
17
+ ESM ⚡️ Build success in 2053ms
18
+ DTS ⚡️ Build success in 12792ms
19
19
  DTS dist/index.d.ts 324.57 KB
20
20
  DTS dist/index.d.mts 324.57 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 9.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - b83b35f: Require minimum versions of spor dependencies
8
+
9
+ ## 9.6.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 074a3d3: Added pressable card, and small changes to default color in static card
14
+
15
+ ### Patch Changes
16
+
17
+ - 0def6ed: remove pressable card
18
+
3
19
  ## 9.5.0
4
20
 
5
21
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vygruppen/spor-react",
3
- "version": "9.5.0",
3
+ "version": "9.6.1",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -22,9 +22,9 @@
22
22
  "@emotion/react": "^11.10.4",
23
23
  "@emotion/styled": "^11.10.4",
24
24
  "@internationalized/date": "^3.0.1",
25
- "@vygruppen/spor-design-tokens": "*",
26
- "@vygruppen/spor-icon-react": "*",
27
- "@vygruppen/spor-loader": "*",
25
+ "@vygruppen/spor-design-tokens": ">3.4.0",
26
+ "@vygruppen/spor-icon-react": ">3.2.3",
27
+ "@vygruppen/spor-loader": ">0.3.1",
28
28
  "awesome-phonenumber": "^5.10.0",
29
29
  "deepmerge": "^4.3.1",
30
30
  "framer-motion": "^9.1.7",