@vygruppen/spor-react 9.3.0 → 9.4.1

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.3.0 build
2
+ > @vygruppen/spor-react@9.4.1 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.02 KB
13
- ESM dist/CountryCodeSelect-QD66IDCL.mjs 1.19 KB
14
- ESM dist/chunk-U3P2P6PX.mjs 382.24 KB
15
- ESM ⚡️ Build success in 2076ms
16
- CJS dist/index.js 488.21 KB
17
- CJS ⚡️ Build success in 2077ms
18
- DTS ⚡️ Build success in 12077ms
19
- DTS dist/index.d.ts 318.05 KB
20
- DTS dist/index.d.mts 318.05 KB
12
+ CJS dist/index.js 494.50 KB
13
+ CJS ⚡️ Build success in 1966ms
14
+ ESM dist/index.mjs 2.05 KB
15
+ ESM dist/CountryCodeSelect-5QKP6VFT.mjs 1.19 KB
16
+ ESM dist/chunk-JRXSGTL2.mjs 387.05 KB
17
+ ESM ⚡️ Build success in 1968ms
18
+ DTS ⚡️ Build success in 11779ms
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,25 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 9.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 043fc98: All text tokens are now using rem instead of px
8
+ - Updated dependencies [7c6c056]
9
+ - Updated dependencies [e9dfee0]
10
+ - @vygruppen/spor-design-tokens@3.5.4
11
+
12
+ ## 9.4.0
13
+
14
+ ### Minor Changes
15
+
16
+ - 8a0e47b: Added static card
17
+ - 18ffc37: FullScreenDrawer: New component for lots of inline information
18
+
19
+ ### Patch Changes
20
+
21
+ - cb05030: ComboBox: Fix a bug where left icons didn't work as expected.
22
+
3
23
  ## 9.3.0
4
24
 
5
25
  ### Minor Changes
@@ -1,4 +1,4 @@
1
- import { createTexts, useTranslation, InfoSelect, Item } from './chunk-U3P2P6PX.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