@vygruppen/spor-react 3.7.7 → 3.8.1

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.1 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".
13
11
  "toZoned" and "toTime" are imported from external module "@internationalized/date" but never used in "dist/index.js".
12
+ "toZoned" and "toTime" are imported from external module "@internationalized/date" but never used in "dist/chunk-HCSXVAA5.mjs".
13
+ DTS Build start
14
+ CJS dist/index.js 548.76 KB
15
+ CJS ⚡️ Build success in 2577ms
14
16
  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
17
+ ESM dist/CountryCodeSelect-UG3JHWO3.mjs 1.19 KB
18
+ ESM dist/chunk-HCSXVAA5.mjs 438.31 KB
19
+ ESM ⚡️ Build success in 2578ms
20
+ DTS ⚡️ Build success in 12922ms
21
+ DTS dist/index.d.ts 264.69 KB
22
+ DTS dist/index.d.mts 264.69 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 3.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - c1e025e0: Card: add support for clickable labels, and .is-clickable override
8
+
9
+ ## 3.8.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 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)
14
+
15
+ ### Patch Changes
16
+
17
+ - bd1d64b1: close-button: added dark mode
18
+ - c999ff24: DatePicker: add new variations, dark mode and deprecated some old designs
19
+ - 8c44575c: General: Downgrade framer-motion because of race condition bug
20
+ - edb3b106: Modal: Add Dark Mode support
21
+
3
22
  ## 3.7.7
4
23
 
5
24
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- import { createTexts, useTranslation, InfoSelect, Item } from './chunk-QJI3YQWW.mjs';
1
+ import { createTexts, useTranslation, InfoSelect, Item } from './chunk-HCSXVAA5.mjs';
2
2
  import React from 'react';
3
3
  import { getSupportedCallingCodes } from 'awesome-phonenumber';
4
4