@vygruppen/spor-react 9.11.4 → 9.13.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.11.4 build
2
+ > @vygruppen/spor-react@9.13.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.17 KB
13
- ESM dist/CountryCodeSelect-5Z5ATLWK.mjs 1.19 KB
14
- ESM dist/chunk-WCPDJEIZ.mjs 411.91 KB
15
- ESM ⚡️ Build success in 2171ms
16
- CJS dist/index.js 524.56 KB
17
- CJS ⚡️ Build success in 2172ms
18
- DTS ⚡️ Build success in 13269ms
19
- DTS dist/index.d.ts 344.88 KB
20
- DTS dist/index.d.mts 344.88 KB
12
+ ESM dist/index.mjs 2.19 KB
13
+ ESM dist/CountryCodeSelect-MMRSNFMQ.mjs 1.19 KB
14
+ ESM dist/chunk-KJYJYQBK.mjs 413.29 KB
15
+ ESM ⚡️ Build success in 2283ms
16
+ CJS dist/index.js 526.21 KB
17
+ CJS ⚡️ Build success in 2284ms
18
+ DTS ⚡️ Build success in 13890ms
19
+ DTS dist/index.d.ts 343.67 KB
20
+ DTS dist/index.d.mts 343.67 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 9.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 5d80df3: Updated packages
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [5d80df3]
12
+ - @vygruppen/spor-design-tokens@3.7.0
13
+ - @vygruppen/spor-icon-react@3.9.0
14
+
15
+ ## 9.12.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 892067c: Update RadioCard to support accessibility and more styling
20
+
3
21
  ## 9.11.4
4
22
 
5
23
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- import { createTexts, useTranslation, InfoSelect, Item } from './chunk-WCPDJEIZ.mjs';
1
+ import { createTexts, useTranslation, InfoSelect, Item } from './chunk-KJYJYQBK.mjs';
2
2
  import React from 'react';
3
3
  import { getSupportedCallingCodes } from 'awesome-phonenumber';
4
4