@vygruppen/spor-react 9.6.5 → 9.8.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,5 +1,5 @@
1
1
 
2
- > @vygruppen/spor-react@9.6.5 build
2
+ > @vygruppen/spor-react@9.8.0 build
3
3
  > tsup src/index.tsx --dts --treeshake --format cjs,esm
4
4
 
5
5
  CLI Building entry: src/index.tsx
@@ -9,12 +9,12 @@
9
9
  CJS Build start
10
10
  ESM Build start
11
11
  DTS Build start
12
- CJS dist/index.js 506.52 KB
13
- CJS ⚡️ Build success in 2221ms
14
- ESM dist/index.mjs 2.08 KB
15
- ESM dist/CountryCodeSelect-VSNXCJ6M.mjs 1.19 KB
16
- ESM dist/chunk-F6WDIMSM.mjs 396.60 KB
17
- ESM ⚡️ Build success in 2222ms
18
- DTS ⚡️ Build success in 12894ms
19
- DTS dist/index.d.ts 348.30 KB
20
- DTS dist/index.d.mts 348.30 KB
12
+ ESM dist/index.mjs 2.11 KB
13
+ ESM dist/CountryCodeSelect-EKYAUNTI.mjs 1.19 KB
14
+ ESM dist/chunk-3P7NVQKW.mjs 397.80 KB
15
+ ESM ⚡️ Build success in 2067ms
16
+ CJS dist/index.js 508.29 KB
17
+ CJS ⚡️ Build success in 2068ms
18
+ DTS ⚡️ Build success in 11221ms
19
+ DTS dist/index.d.ts 337.50 KB
20
+ DTS dist/index.d.mts 337.50 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 9.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 37c8580: Card is deprecated
8
+
9
+ - Update styling for PressableCard
10
+ - Update styling for StaticCard
11
+ - Make Card deprecated, is replaced by the above components
12
+
13
+ ## 9.7.0
14
+
15
+ ### Minor Changes
16
+
17
+ - a3d2ca4: New component: RadioCard & RadioCardGroup
18
+
19
+ - Should be used togehter for optimal functionality
20
+
21
+ ### Patch Changes
22
+
23
+ - eade049: Remove vertical align from table. Can be added manually if other value is needed.
24
+
3
25
  ## 9.6.5
4
26
 
5
27
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- import { createTexts, useTranslation, InfoSelect, Item } from './chunk-F6WDIMSM.mjs';
1
+ import { createTexts, useTranslation, InfoSelect, Item } from './chunk-3P7NVQKW.mjs';
2
2
  import React from 'react';
3
3
  import { getSupportedCallingCodes } from 'awesome-phonenumber';
4
4