@vygruppen/spor-react 3.7.7 → 3.8.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@3.7.7 build
2
+ > @vygruppen/spor-react@3.8.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
- DTS Build start
12
- "toZoned" and "toTime" are imported from external module "@internationalized/date" but never used in "dist/chunk-QJI3YQWW.mjs".
11
+ "toZoned" and "toTime" are imported from external module "@internationalized/date" but never used in "dist/chunk-HL3ESNVB.mjs".
13
12
  "toZoned" and "toTime" are imported from external module "@internationalized/date" but never used in "dist/index.js".
13
+ DTS Build start
14
14
  ESM dist/index.mjs 2.09 KB
15
- ESM dist/CountryCodeSelect-IAYKP6P5.mjs 1.19 KB
16
- ESM dist/chunk-QJI3YQWW.mjs 436.49 KB
17
- ESM ⚡️ Build success in 5119ms
18
- CJS dist/index.js 546.52 KB
19
- CJS ⚡️ Build success in 5119ms
20
- DTS ⚡️ Build success in 20713ms
21
- DTS dist/index.d.ts 262.65 KB
22
- DTS dist/index.d.mts 262.65 KB
15
+ ESM dist/CountryCodeSelect-BA3A7ODU.mjs 1.19 KB
16
+ ESM dist/chunk-HL3ESNVB.mjs 438.29 KB
17
+ ESM ⚡️ Build success in 2793ms
18
+ CJS dist/index.js 548.73 KB
19
+ CJS ⚡️ Build success in 2794ms
20
+ DTS ⚡️ Build success in 14107ms
21
+ DTS dist/index.d.ts 264.64 KB
22
+ DTS dist/index.d.mts 264.64 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 3.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - d709b8b0: NumericStepper: Add two new props – `stepSize` (which sets the number to increment at a time) and `showZero` ( which decides whether you should show the digit 0 when the count is 0)
8
+
9
+ ### Patch Changes
10
+
11
+ - bd1d64b1: close-button: added dark mode
12
+ - c999ff24: DatePicker: add new variations, dark mode and deprecated some old designs
13
+ - 8c44575c: General: Downgrade framer-motion because of race condition bug
14
+ - edb3b106: Modal: Add Dark Mode support
15
+
3
16
  ## 3.7.7
4
17
 
5
18
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- import { createTexts, useTranslation, InfoSelect, Item } from './chunk-QJI3YQWW.mjs';
1
+ import { createTexts, useTranslation, InfoSelect, Item } from './chunk-HL3ESNVB.mjs';
2
2
  import React from 'react';
3
3
  import { getSupportedCallingCodes } from 'awesome-phonenumber';
4
4