@vygruppen/spor-react 10.4.1 → 10.5.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.5.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-QMX6VHNM.mjs 1.22 KB
14
+ ESM dist/chunk-CHJ6LT66.mjs 424.51 KB
15
+ ESM ⚡️ Build success in 2272ms
16
+ CJS dist/index.js 537.90 KB
17
+ CJS ⚡️ Build success in 2273ms
18
+ DTS ⚡️ Build success in 15423ms
19
+ DTS dist/index.d.ts 339.25 KB
20
+ DTS dist/index.d.mts 339.25 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 10.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 8184ed1: ### New component
8
+
9
+ - ServiceAlert added to the bunch
10
+ - Alert: New variant "service"
11
+
3
12
  ## 10.4.1
4
13
 
5
14
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- import { createTexts, useTranslation, InfoSelect, Item } from './chunk-PH4RK5L3.mjs';
1
+ import { createTexts, useTranslation, InfoSelect, Item } from './chunk-CHJ6LT66.mjs';
2
2
  import React from 'react';
3
3
  import { getSupportedCallingCodes } from 'awesome-phonenumber';
4
4