@vygruppen/spor-react 5.2.0 → 5.4.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.4.0 build
3
3
  > tsup src/index.tsx --dts --treeshake --format cjs,esm
4
4
 
5
5
  CLI Building entry: src/index.tsx
@@ -8,15 +8,15 @@
8
8
  CLI Target: node16
9
9
  CJS Build start
10
10
  ESM Build start
11
+ "Collapse" is imported from external module "@chakra-ui/react" but never used in "dist/chunk-S2IJI3LY.mjs".
11
12
  "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
13
  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
14
+ ESM dist/index.mjs 2.16 KB
15
+ ESM dist/CountryCodeSelect-HHNSD6TX.mjs 1.19 KB
16
+ ESM dist/chunk-S2IJI3LY.mjs 397.83 KB
17
+ ESM ⚡️ Build success in 2102ms
18
+ CJS dist/index.js 507.24 KB
19
+ CJS ⚡️ Build success in 2103ms
20
+ DTS ⚡️ Build success in 12028ms
21
+ DTS dist/index.d.ts 265.18 KB
22
+ DTS dist/index.d.mts 265.18 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 5.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 3781bb2: CardSelect: added dark mode update and new prop for background also changed outline to base and card to float in variants
8
+
9
+ ## 5.3.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 2559f03: ProgressIndicator: Brand new component for showing progress across multiple steps
14
+ - fc1b71d: DateRangePicker: Make full date range type nullable in onChange
15
+
16
+ ### Patch Changes
17
+
18
+ - e0703c8: InfoSelect: Fixes colors slightly to adhere to intended design
19
+ SporProvider: Added brand-prop to select brand theme customizations
20
+ - a5b9922: ProgressIndicator: Remove ProgressDot import, as it wasn't meant for public exposure.
21
+ - 9d31d59: general: Fix a bug with brand styles overriding all colors
22
+
3
23
  ## 5.2.0
4
24
 
5
25
  ### Minor Changes
@@ -1,4 +1,4 @@
1
- import { createTexts, useTranslation, InfoSelect, Item } from './chunk-HOS74XL2.mjs';
1
+ import { createTexts, useTranslation, InfoSelect, Item } from './chunk-S2IJI3LY.mjs';
2
2
  import React from 'react';
3
3
  import { getSupportedCallingCodes } from 'awesome-phonenumber';
4
4