@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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vygruppen/spor-react",
3
- "version": "11.3.9",
3
+ "version": "11.3.10",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -98,6 +98,7 @@ export const RadioCard = forwardRef(
98
98
  type="radio"
99
99
  id={inputId}
100
100
  name={name}
101
+ value={value}
101
102
  ref={ref}
102
103
  checked={isChecked}
103
104
  onChange={() => onChange(value)}