@vygruppen/spor-react 9.4.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.4.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
+ CJS dist/index.js 494.50 KB
13
+ CJS ⚡️ Build success in 1966ms
12
14
  ESM dist/index.mjs 2.05 KB
13
15
  ESM dist/CountryCodeSelect-5QKP6VFT.mjs 1.19 KB
14
16
  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
17
+ ESM ⚡️ Build success in 1968ms
18
+ DTS ⚡️ Build success in 11779ms
19
19
  DTS dist/index.d.ts 321.14 KB
20
20
  DTS dist/index.d.mts 321.14 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
3
12
  ## 9.4.0
4
13
 
5
14
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vygruppen/spor-react",
3
- "version": "9.4.0",
3
+ "version": "9.4.1",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",