@vygruppen/spor-react 5.1.0 → 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.0 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-VXZX2ZXT.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 493.70 KB
15
- CJS ⚡️ Build success in 2337ms
14
+ CJS dist/index.js 500.01 KB
15
+ CJS ⚡️ Build success in 2285ms
16
16
  ESM dist/index.mjs 2.12 KB
17
- ESM dist/CountryCodeSelect-M5TBGWY5.mjs 1.19 KB
18
- ESM dist/chunk-VXZX2ZXT.mjs 385.58 KB
19
- ESM ⚡️ Build success in 2338ms
20
- DTS ⚡️ Build success in 12621ms
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,21 @@
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
+
13
+ ## 5.1.1
14
+
15
+ ### Patch Changes
16
+
17
+ - 9b62a230: Change color of listbox from mint to green
18
+
3
19
  ## 5.1.0
4
20
 
5
21
  ### Minor Changes
@@ -1,4 +1,4 @@
1
- import { createTexts, useTranslation, InfoSelect, Item } from './chunk-VXZX2ZXT.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