@vygruppen/spor-react 10.9.2 → 11.0.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@10.9.2 build
2
+ > @vygruppen/spor-react@11.0.1 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 542.11 KB
13
+ CJS ⚡️ Build success in 2302ms
12
14
  ESM dist/index.mjs 2.16 KB
13
- ESM dist/CountryCodeSelect-ATLJUIQ5.mjs 1.22 KB
14
- ESM dist/chunk-5GZRUD7N.mjs 427.10 KB
15
- ESM ⚡️ Build success in 2201ms
16
- CJS dist/index.js 540.85 KB
17
- CJS ⚡️ Build success in 2201ms
18
- DTS ⚡️ Build success in 15418ms
19
- DTS dist/index.d.ts 342.44 KB
20
- DTS dist/index.d.mts 342.44 KB
15
+ ESM dist/CountryCodeSelect-BANGPTJ2.mjs 1.22 KB
16
+ ESM dist/chunk-LZYJMYST.mjs 428.19 KB
17
+ ESM ⚡️ Build success in 2302ms
18
+ DTS ⚡️ Build success in 16073ms
19
+ DTS dist/index.d.ts 342.86 KB
20
+ DTS dist/index.d.mts 342.86 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 11.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - e2d26fd: Fix isDisabled for RadioCard and ChoiceChip
8
+
9
+ ## 11.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - 137bc96: The Button component has been updated to remove SpaceProps from its ButtonProps interface. This change eliminates direct support for spacing-related properties (e.g., margin, padding).
14
+ - 70b1a86: Theme container tokens: Update values to mirror breakpoint values
15
+
16
+ You will need to update your implementation if you have static values related to the container sizes.
17
+
18
+ ### Minor Changes
19
+
20
+ - 47dc850: Update styling for dashed divider
21
+ - 7c1ab44: CardSelect: adjust css values and component logic to adapt to new design
22
+ - 717158c: SearchInput: Added support for width-related props
23
+
24
+ ### Patch Changes
25
+
26
+ - e9b34da: ExpandableAlert: made some updates in the styling for different states
27
+ - f87a8f7: Skeletons: add aria attributes and role
28
+
3
29
  ## 10.9.2
4
30
 
5
31
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- import { createTexts, useTranslation, InfoSelect, Item } from './chunk-5GZRUD7N.mjs';
1
+ import { createTexts, useTranslation, InfoSelect, Item } from './chunk-LZYJMYST.mjs';
2
2
  import React from 'react';
3
3
  import { getSupportedCallingCodes } from 'awesome-phonenumber';
4
4