@vygruppen/spor-react 10.4.0 → 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.0 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
- CJS dist/index.js 531.29 KB
13
- CJS ⚡️ Build success in 2167ms
14
- ESM dist/index.mjs 2.15 KB
15
- ESM dist/chunk-T4CLCBB5.mjs 419.22 KB
16
- ESM dist/CountryCodeSelect-XMQTDWRD.mjs 1.22 KB
17
- ESM ⚡️ Build success in 2167ms
18
- DTS ⚡️ Build success in 15490ms
19
- DTS dist/index.d.ts 335.33 KB
20
- DTS dist/index.d.mts 335.33 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,21 @@
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
+
12
+ ## 10.4.1
13
+
14
+ ### Patch Changes
15
+
16
+ - aeefe3f: Changed styling of LineTag deviation icons to be more similar to the design
17
+ - 72b88be: adjusted z-index of the TravelTag deviation icon, so that it does not end atop banners and dropdowns e.t.c
18
+
3
19
  ## 10.4.0
4
20
 
5
21
  ### Minor Changes
@@ -1,4 +1,4 @@
1
- import { createTexts, useTranslation, InfoSelect, Item } from './chunk-T4CLCBB5.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