@vygruppen/spor-react 9.16.0 → 10.1.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@9.16.0 build
2
+ > @vygruppen/spor-react@10.1.0 build
3
3
  > tsup src/index.tsx --dts --treeshake --format cjs,esm
4
4
 
5
5
  CLI Building entry: src/index.tsx
@@ -9,12 +9,12 @@
9
9
  CJS Build start
10
10
  ESM Build start
11
11
  DTS Build start
12
- CJS dist/index.js 532.63 KB
13
- CJS ⚡️ Build success in 2201ms
14
- ESM dist/index.mjs 2.16 KB
15
- ESM dist/CountryCodeSelect-2DASZ3PQ.mjs 1.19 KB
16
- ESM dist/chunk-MDMLROK2.mjs 419.77 KB
17
- ESM ⚡️ Build success in 2201ms
18
- DTS ⚡️ Build success in 15653ms
19
- DTS dist/index.d.ts 345.16 KB
20
- DTS dist/index.d.mts 345.16 KB
12
+ CJS dist/index.js 527.11 KB
13
+ CJS ⚡️ Build success in 2350ms
14
+ ESM dist/index.mjs 2.15 KB
15
+ ESM dist/CountryCodeSelect-FKWNR6SG.mjs 1.19 KB
16
+ ESM dist/chunk-MLRF67YM.mjs 415.50 KB
17
+ ESM ⚡️ Build success in 2352ms
18
+ DTS ⚡️ Build success in 16537ms
19
+ DTS dist/index.d.ts 326.27 KB
20
+ DTS dist/index.d.mts 326.27 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 10.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - d63e3c6: ChoiceChip: Fix isChecked bug
8
+
9
+ ## 10.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - 1e3a7bd: Major update: Card is removed
14
+
15
+ Card is replaced by StaticCard, PressableCard and RadioCard.
16
+
17
+ - ec68649: Breaking change: Accordion
18
+
19
+ The `size` prop is no longer supported, and replaced by responsive sizes (sm on mobile, md on desktop).
20
+
21
+ The sizing will happen automatically according to breakpoints.
22
+
23
+ `allowMultiple` is also removed as default (Accordion will ignore allowToggle when allowMultiple is allowed).
24
+
25
+ ### Minor Changes
26
+
27
+ - 35427e9: DatePicker: Fix warnings and accessibility
28
+ - 1c030d2: Input: Rearranging the accessibility labels
29
+
30
+ ### Patch Changes
31
+
32
+ - 94ecba7: ExpandableAlert: Fix warning in console for kebab-case
33
+ - 3211116: LineTag: Fix bugs with props
34
+ - bb0ded9: NumericStepper: Fix type error in console
35
+ - 5935a32: ChoiceChip: Minor bugfix on types
36
+
3
37
  ## 9.16.0
4
38
 
5
39
  ### Minor Changes
@@ -1,4 +1,4 @@
1
- import { createTexts, useTranslation, InfoSelect, Item } from './chunk-MDMLROK2.mjs';
1
+ import { createTexts, useTranslation, InfoSelect, Item } from './chunk-MLRF67YM.mjs';
2
2
  import React from 'react';
3
3
  import { getSupportedCallingCodes } from 'awesome-phonenumber';
4
4