@vygruppen/spor-react 10.9.1 → 11.0.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@10.9.1 build
2
+ > @vygruppen/spor-react@11.0.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 542.03 KB
13
+ CJS ⚡️ Build success in 2210ms
12
14
  ESM dist/index.mjs 2.16 KB
13
- ESM dist/CountryCodeSelect-KKDPTYI3.mjs 1.22 KB
14
- ESM dist/chunk-RK3GOXNY.mjs 427.00 KB
15
- ESM ⚡️ Build success in 2129ms
16
- CJS dist/index.js 540.68 KB
17
- CJS ⚡️ Build success in 2130ms
18
- DTS ⚡️ Build success in 15384ms
19
- DTS dist/index.d.ts 342.08 KB
20
- DTS dist/index.d.mts 342.08 KB
15
+ ESM dist/CountryCodeSelect-46H2DYJ5.mjs 1.22 KB
16
+ ESM dist/chunk-ROHXFJX2.mjs 428.12 KB
17
+ ESM ⚡️ Build success in 2211ms
18
+ DTS ⚡️ Build success in 15356ms
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.0
4
+
5
+ ### Major Changes
6
+
7
+ - 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).
8
+ - 70b1a86: Theme container tokens: Update values to mirror breakpoint values
9
+
10
+ You will need to update your implementation if you have static values related to the container sizes.
11
+
12
+ ### Minor Changes
13
+
14
+ - 47dc850: Update styling for dashed divider
15
+ - 7c1ab44: CardSelect: adjust css values and component logic to adapt to new design
16
+ - 717158c: SearchInput: Added support for width-related props
17
+
18
+ ### Patch Changes
19
+
20
+ - e9b34da: ExpandableAlert: made some updates in the styling for different states
21
+ - f87a8f7: Skeletons: add aria attributes and role
22
+
23
+ ## 10.9.2
24
+
25
+ ### Patch Changes
26
+
27
+ - 96e8a8a: TravelTag: updated disabled variant colors
28
+
3
29
  ## 10.9.1
4
30
 
5
31
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- import { createTexts, useTranslation, InfoSelect, Item } from './chunk-RK3GOXNY.mjs';
1
+ import { createTexts, useTranslation, InfoSelect, Item } from './chunk-ROHXFJX2.mjs';
2
2
  import React from 'react';
3
3
  import { getSupportedCallingCodes } from 'awesome-phonenumber';
4
4