@vygruppen/spor-react 9.2.1 → 9.4.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.2.1 build
2
+ > @vygruppen/spor-react@9.4.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 488.25 KB
13
- CJS ⚡️ Build success in 2045ms
14
- ESM dist/index.mjs 2.02 KB
15
- ESM dist/CountryCodeSelect-FR7IFLQR.mjs 1.19 KB
16
- ESM dist/chunk-EVOFJL5T.mjs 382.27 KB
17
- ESM ⚡️ Build success in 2046ms
18
- DTS ⚡️ Build success in 12277ms
19
- DTS dist/index.d.ts 318.44 KB
20
- DTS dist/index.d.mts 318.44 KB
12
+ ESM dist/index.mjs 2.05 KB
13
+ ESM dist/CountryCodeSelect-5QKP6VFT.mjs 1.19 KB
14
+ ESM dist/chunk-JRXSGTL2.mjs 387.05 KB
15
+ ESM ⚡️ Build success in 2142ms
16
+ CJS dist/index.js 494.50 KB
17
+ CJS ⚡️ Build success in 2143ms
18
+ DTS ⚡️ Build success in 12334ms
19
+ DTS dist/index.d.ts 321.14 KB
20
+ DTS dist/index.d.mts 321.14 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 9.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 8a0e47b: Added static card
8
+ - 18ffc37: FullScreenDrawer: New component for lots of inline information
9
+
10
+ ### Patch Changes
11
+
12
+ - cb05030: ComboBox: Fix a bug where left icons didn't work as expected.
13
+
14
+ ## 9.3.0
15
+
16
+ ### Minor Changes
17
+
18
+ - d660370: CardSelect: Add fontWeight prop
19
+
20
+ ### Patch Changes
21
+
22
+ - 7838d12: Removed baseBackground from base variant on most of the components.
23
+ - 162650e: CardSelect: Improve JSDoc
24
+ - Updated dependencies [df1ae12]
25
+ - @vygruppen/spor-design-tokens@3.5.3
26
+
3
27
  ## 9.2.1
4
28
 
5
29
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- import { createTexts, useTranslation, InfoSelect, Item } from './chunk-EVOFJL5T.mjs';
1
+ import { createTexts, useTranslation, InfoSelect, Item } from './chunk-JRXSGTL2.mjs';
2
2
  import React from 'react';
3
3
  import { getSupportedCallingCodes } from 'awesome-phonenumber';
4
4