@vygruppen/spor-react 5.1.1 → 5.2.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.1.1 build
2
+ > @vygruppen/spor-react@5.2.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-J6I7IHRU.mjs".
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
14
16
  ESM dist/index.mjs 2.12 KB
15
- ESM dist/CountryCodeSelect-ZM527OHZ.mjs 1.19 KB
16
- ESM dist/chunk-J6I7IHRU.mjs 385.58 KB
17
- ESM ⚡️ Build success in 2383ms
18
- CJS dist/index.js 493.70 KB
19
- CJS ⚡️ Build success in 2383ms
20
- DTS ⚡️ Build success in 12797ms
21
- DTS dist/index.d.ts 262.63 KB
22
- DTS dist/index.d.mts 262.63 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
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 5.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 54c05a9: DatePicker, DateRangePicker, TimePicker: Add null as an onChange value
8
+
9
+ ### Patch Changes
10
+
11
+ - 18fb096: NumericStepper: Fixed the Icon-color for NumericStepper on dark mode
12
+
3
13
  ## 5.1.1
4
14
 
5
15
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- import { createTexts, useTranslation, InfoSelect, Item } from './chunk-J6I7IHRU.mjs';
1
+ import { createTexts, useTranslation, InfoSelect, Item } from './chunk-HOS74XL2.mjs';
2
2
  import React from 'react';
3
3
  import { getSupportedCallingCodes } from 'awesome-phonenumber';
4
4