@vygruppen/spor-react 9.14.0 → 9.15.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.14.0 build
2
+ > @vygruppen/spor-react@9.15.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
- ESM dist/index.mjs 2.21 KB
13
- ESM dist/CountryCodeSelect-GZJN7XWM.mjs 1.19 KB
14
- ESM dist/chunk-BDLLFC3C.mjs 421.92 KB
15
- ESM ⚡️ Build success in 2235ms
16
- CJS dist/index.js 536.05 KB
17
- CJS ⚡️ Build success in 2237ms
18
- DTS ⚡️ Build success in 15733ms
19
- DTS dist/index.d.ts 345.96 KB
20
- DTS dist/index.d.mts 345.96 KB
12
+ ESM dist/index.mjs 2.16 KB
13
+ ESM dist/CountryCodeSelect-BF22CLZQ.mjs 1.19 KB
14
+ ESM dist/chunk-NTYAUO4O.mjs 419.34 KB
15
+ ESM ⚡️ Build success in 2289ms
16
+ CJS dist/index.js 532.15 KB
17
+ CJS ⚡️ Build success in 2289ms
18
+ DTS ⚡️ Build success in 15820ms
19
+ DTS dist/index.d.ts 345.16 KB
20
+ DTS dist/index.d.mts 345.16 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 9.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 9fb5ab7: Remove Pride design
8
+
9
+ ## 9.14.1
10
+
11
+ ### Patch Changes
12
+
13
+ - c71b156: Vertical align for infoselect
14
+
3
15
  ## 9.14.0
4
16
 
5
17
  ### Minor Changes
@@ -1,4 +1,4 @@
1
- import { createTexts, useTranslation, InfoSelect, Item } from './chunk-BDLLFC3C.mjs';
1
+ import { createTexts, useTranslation, InfoSelect, Item } from './chunk-NTYAUO4O.mjs';
2
2
  import React from 'react';
3
3
  import { getSupportedCallingCodes } from 'awesome-phonenumber';
4
4