@vygruppen/spor-react 9.6.4 → 9.7.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.4 build
2
+ > @vygruppen/spor-react@9.7.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
- ESM dist/index.mjs 2.08 KB
13
- ESM dist/CountryCodeSelect-7H2EVFV3.mjs 1.19 KB
14
- ESM dist/chunk-V5JHGMIB.mjs 396.29 KB
15
- ESM ⚡️ Build success in 2241ms
16
- CJS dist/index.js 506.14 KB
17
- CJS ⚡️ Build success in 2242ms
18
- DTS ⚡️ Build success in 12386ms
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-FPOWUHQG.mjs 1.19 KB
14
+ ESM dist/chunk-QGMF2EAE.mjs 400.11 KB
15
+ ESM ⚡️ Build success in 2270ms
16
+ CJS dist/index.js 511.05 KB
17
+ CJS ⚡️ Build success in 2272ms
18
+ DTS ⚡️ Build success in 11445ms
19
+ DTS dist/index.d.ts 355.89 KB
20
+ DTS dist/index.d.mts 355.89 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 9.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - a3d2ca4: New component: RadioCard & RadioCardGroup
8
+
9
+ - Should be used togehter for optimal functionality
10
+
11
+ ### Patch Changes
12
+
13
+ - eade049: Remove vertical align from table. Can be added manually if other value is needed.
14
+
15
+ ## 9.6.5
16
+
17
+ ### Patch Changes
18
+
19
+ - 50935a3: Added dark color variants to static card
20
+
3
21
  ## 9.6.4
4
22
 
5
23
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- import { createTexts, useTranslation, InfoSelect, Item } from './chunk-V5JHGMIB.mjs';
1
+ import { createTexts, useTranslation, InfoSelect, Item } from './chunk-QGMF2EAE.mjs';
2
2
  import React from 'react';
3
3
  import { getSupportedCallingCodes } from 'awesome-phonenumber';
4
4