@vygruppen/spor-react 9.10.1 → 9.11.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.10.1 build
2
+ > @vygruppen/spor-react@9.11.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 507.77 KB
13
- CJS ⚡️ Build success in 2227ms
14
- ESM dist/index.mjs 2.11 KB
15
- ESM dist/CountryCodeSelect-CO6P2KH4.mjs 1.19 KB
16
- ESM dist/chunk-QOPSLFKS.mjs 397.40 KB
17
- ESM ⚡️ Build success in 2228ms
18
- DTS ⚡️ Build success in 13445ms
19
- DTS dist/index.d.ts 343.06 KB
20
- DTS dist/index.d.mts 343.06 KB
12
+ ESM dist/index.mjs 2.16 KB
13
+ ESM dist/CountryCodeSelect-633P6ZEW.mjs 1.19 KB
14
+ ESM dist/chunk-RR7HZ3VH.mjs 412.62 KB
15
+ ESM ⚡️ Build success in 2365ms
16
+ CJS dist/index.js 525.18 KB
17
+ CJS ⚡️ Build success in 2366ms
18
+ DTS ⚡️ Build success in 13907ms
19
+ DTS dist/index.d.ts 343.79 KB
20
+ DTS dist/index.d.mts 343.79 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 9.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 4129826: Added support for Pride colors for VyDigital theme
8
+
3
9
  ## 9.10.1
4
10
 
5
11
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- import { createTexts, useTranslation, InfoSelect, Item } from './chunk-QOPSLFKS.mjs';
1
+ import { createTexts, useTranslation, InfoSelect, Item } from './chunk-RR7HZ3VH.mjs';
2
2
  import React from 'react';
3
3
  import { getSupportedCallingCodes } from 'awesome-phonenumber';
4
4