@vygruppen/spor-react 5.2.0 → 5.3.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@5.2.0 build
2
+ > @vygruppen/spor-react@5.3.0 build
3
3
  > tsup src/index.tsx --dts --treeshake --format cjs,esm
4
4
 
5
5
  CLI Building entry: src/index.tsx
@@ -9,14 +9,14 @@
9
9
  CJS Build start
10
10
  ESM Build start
11
11
  "Collapse" is imported from external module "@chakra-ui/react" but never used in "dist/index.js".
12
- "Collapse" is imported from external module "@chakra-ui/react" but never used in "dist/chunk-HOS74XL2.mjs".
13
12
  DTS Build start
14
- CJS dist/index.js 500.01 KB
15
- CJS ⚡️ Build success in 2285ms
16
- ESM dist/index.mjs 2.12 KB
17
- ESM dist/CountryCodeSelect-IUVBFVKP.mjs 1.19 KB
18
- ESM dist/chunk-HOS74XL2.mjs 392.05 KB
19
- ESM ⚡️ Build success in 2286ms
20
- DTS ⚡️ Build success in 14519ms
21
- DTS dist/index.d.ts 262.86 KB
22
- DTS dist/index.d.mts 262.86 KB
13
+ "Collapse" is imported from external module "@chakra-ui/react" but never used in "dist/chunk-55HLEY3T.mjs".
14
+ CJS dist/index.js 507.32 KB
15
+ CJS ⚡️ Build success in 2031ms
16
+ ESM dist/index.mjs 2.16 KB
17
+ ESM dist/CountryCodeSelect-BITN7VNA.mjs 1.19 KB
18
+ ESM dist/chunk-55HLEY3T.mjs 397.85 KB
19
+ ESM ⚡️ Build success in 2033ms
20
+ DTS ⚡️ Build success in 12838ms
21
+ DTS dist/index.d.ts 265.02 KB
22
+ DTS dist/index.d.mts 265.02 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 5.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 2559f03: ProgressIndicator: Brand new component for showing progress across multiple steps
8
+ - fc1b71d: DateRangePicker: Make full date range type nullable in onChange
9
+
10
+ ### Patch Changes
11
+
12
+ - e0703c8: InfoSelect: Fixes colors slightly to adhere to intended design
13
+ SporProvider: Added brand-prop to select brand theme customizations
14
+ - a5b9922: ProgressIndicator: Remove ProgressDot import, as it wasn't meant for public exposure.
15
+ - 9d31d59: general: Fix a bug with brand styles overriding all colors
16
+
3
17
  ## 5.2.0
4
18
 
5
19
  ### Minor Changes
@@ -1,4 +1,4 @@
1
- import { createTexts, useTranslation, InfoSelect, Item } from './chunk-HOS74XL2.mjs';
1
+ import { createTexts, useTranslation, InfoSelect, Item } from './chunk-55HLEY3T.mjs';
2
2
  import React from 'react';
3
3
  import { getSupportedCallingCodes } from 'awesome-phonenumber';
4
4