@vygruppen/spor-react 9.14.1 → 9.16.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.14.1 build
2
+ > @vygruppen/spor-react@9.16.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 536.08 KB
13
- CJS ⚡️ Build success in 2234ms
14
- ESM dist/index.mjs 2.21 KB
15
- ESM dist/CountryCodeSelect-JADNUR4X.mjs 1.19 KB
16
- ESM dist/chunk-HKTFZRTD.mjs 421.95 KB
17
- ESM ⚡️ Build success in 2234ms
18
- DTS ⚡️ Build success in 16305ms
19
- DTS dist/index.d.ts 345.90 KB
20
- DTS dist/index.d.mts 345.90 KB
12
+ CJS dist/index.js 532.63 KB
13
+ CJS ⚡️ Build success in 2201ms
14
+ ESM dist/index.mjs 2.16 KB
15
+ ESM dist/CountryCodeSelect-2DASZ3PQ.mjs 1.19 KB
16
+ ESM dist/chunk-MDMLROK2.mjs 419.77 KB
17
+ ESM ⚡️ Build success in 2201ms
18
+ DTS ⚡️ Build success in 15653ms
19
+ DTS dist/index.d.ts 345.16 KB
20
+ DTS dist/index.d.mts 345.16 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 9.16.0
4
+
5
+ ### Minor Changes
6
+
7
+ - f7c43e4: Combobox & ListBox: Add semantics for accessibility
8
+
9
+ ## 9.15.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 9fb5ab7: Remove Pride design
14
+
3
15
  ## 9.14.1
4
16
 
5
17
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- import { createTexts, useTranslation, InfoSelect, Item } from './chunk-HKTFZRTD.mjs';
1
+ import { createTexts, useTranslation, InfoSelect, Item } from './chunk-MDMLROK2.mjs';
2
2
  import React from 'react';
3
3
  import { getSupportedCallingCodes } from 'awesome-phonenumber';
4
4