@vygruppen/spor-react 11.3.9 → 11.3.10

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@11.3.9 build /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@11.3.10 build /home/runner/work/spor/spor/packages/spor-react
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.tsx
@@ -10,12 +10,12 @@ CLI Target: node16
10
10
  CJS Build start
11
11
  ESM Build start
12
12
  DTS Build start
13
- CJS dist/index.js 288.30 KB
14
- CJS dist/index.js.map 592.57 KB
15
- CJS ⚡️ Build success in 2496ms
16
- ESM dist/index.mjs 269.42 KB
17
- ESM dist/index.mjs.map 592.57 KB
18
- ESM ⚡️ Build success in 2496ms
19
- DTS ⚡️ Build success in 17994ms
13
+ CJS dist/index.js 288.32 KB
14
+ CJS dist/index.js.map 592.61 KB
15
+ CJS ⚡️ Build success in 2340ms
16
+ ESM dist/index.mjs 269.43 KB
17
+ ESM dist/index.mjs.map 592.61 KB
18
+ ESM ⚡️ Build success in 2342ms
19
+ DTS ⚡️ Build success in 16835ms
20
20
  DTS dist/index.d.ts 342.21 KB
21
21
  DTS dist/index.d.mts 342.21 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 11.3.10
4
+
5
+ ### Patch Changes
6
+
7
+ - a3f39e5: Update RadioCard to specify input value
8
+
3
9
  ## 11.3.9
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1456,6 +1456,7 @@ var RadioCard = react.forwardRef(
1456
1456
  type: "radio",
1457
1457
  id: inputId,
1458
1458
  name,
1459
+ value,
1459
1460
  ref,
1460
1461
  checked: isChecked,
1461
1462
  onChange: () => onChange(value),