@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/dist/index.mjs CHANGED
@@ -1436,6 +1436,7 @@ var RadioCard = forwardRef(
1436
1436
  type: "radio",
1437
1437
  id: inputId,
1438
1438
  name,
1439
+ value,
1439
1440
  ref,
1440
1441
  checked: isChecked,
1441
1442
  onChange: () => onChange(value),