@vygruppen/spor-react 10.4.1 → 10.6.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@10.4.1 build
2
+ > @vygruppen/spor-react@10.6.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.15 KB
13
- ESM dist/CountryCodeSelect-QNKQE3C6.mjs 1.22 KB
14
- ESM dist/chunk-PH4RK5L3.mjs 419.16 KB
15
- ESM ⚡️ Build success in 2411ms
16
- CJS dist/index.js 531.22 KB
17
- CJS ⚡️ Build success in 2412ms
18
- DTS ⚡️ Build success in 16011ms
19
- DTS dist/index.d.ts 335.24 KB
20
- DTS dist/index.d.mts 335.24 KB
12
+ ESM dist/index.mjs 2.16 KB
13
+ ESM dist/CountryCodeSelect-R27DZ2PB.mjs 1.22 KB
14
+ ESM dist/chunk-WSGO53OP.mjs 424.74 KB
15
+ ESM ⚡️ Build success in 2252ms
16
+ CJS dist/index.js 538.15 KB
17
+ CJS ⚡️ Build success in 2253ms
18
+ DTS ⚡️ Build success in 15042ms
19
+ DTS dist/index.d.ts 339.27 KB
20
+ DTS dist/index.d.mts 339.27 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 10.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - be4754b: PhoneNumberInput: Added the option to display the input as optional
8
+
9
+ ## 10.5.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 8184ed1: ### New component
14
+
15
+ - ServiceAlert added to the bunch
16
+ - Alert: New variant "service"
17
+
3
18
  ## 10.4.1
4
19
 
5
20
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- import { createTexts, useTranslation, InfoSelect, Item } from './chunk-PH4RK5L3.mjs';
1
+ import { createTexts, useTranslation, InfoSelect, Item } from './chunk-WSGO53OP.mjs';
2
2
  import React from 'react';
3
3
  import { getSupportedCallingCodes } from 'awesome-phonenumber';
4
4