@vygruppen/spor-react 9.8.3 → 9.10.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.8.3 build
2
+ > @vygruppen/spor-react@9.10.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 509.04 KB
13
- CJS ⚡️ Build success in 2230ms
12
+ CJS dist/index.js 512.93 KB
13
+ CJS ⚡️ Build success in 2113ms
14
+ ESM dist/CountryCodeSelect-FVCL47RT.mjs 1.19 KB
14
15
  ESM dist/index.mjs 2.11 KB
15
- ESM dist/CountryCodeSelect-C2XKHNTP.mjs 1.19 KB
16
- ESM dist/chunk-ZDOSE4VD.mjs 398.42 KB
17
- ESM ⚡️ Build success in 2232ms
18
- DTS ⚡️ Build success in 11754ms
19
- DTS dist/index.d.ts 337.67 KB
20
- DTS dist/index.d.mts 337.67 KB
16
+ ESM dist/chunk-WZYWSOJB.mjs 401.87 KB
17
+ ESM ⚡️ Build success in 2114ms
18
+ DTS ⚡️ Build success in 12728ms
19
+ DTS dist/index.d.ts 342.51 KB
20
+ DTS dist/index.d.mts 342.51 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 9.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - c29f006: Fixed crusial error with RadioCard and updated styling.
8
+ - c29f006: Fix values on PressableCard
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies [c29f006]
13
+ - @vygruppen/spor-design-tokens@3.6.1
14
+
15
+ ## 9.9.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 70e5a92: InfoSelect: bugfixes. #1043
20
+ - d4f8abf: Added possibility for title with ClosableAlert and StaticAlert. Some minor bugfixes with colors on darkmode.
21
+
22
+ ### Patch Changes
23
+
24
+ - 0baf753: PressableCard: Make variant optional. Fix background on darkmode.
25
+
3
26
  ## 9.8.3
4
27
 
5
28
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- import { createTexts, useTranslation, InfoSelect, Item } from './chunk-ZDOSE4VD.mjs';
1
+ import { createTexts, useTranslation, InfoSelect, Item } from './chunk-WZYWSOJB.mjs';
2
2
  import React from 'react';
3
3
  import { getSupportedCallingCodes } from 'awesome-phonenumber';
4
4