@utrecht/component-library-react
Advanced tools
Comparing version
@@ -23,4 +23,4 @@ "use strict"; | ||
var { checked, disabled, invalid, required, className } = _a, restProps = __rest(_a, ["checked", "disabled", "invalid", "required", "className"]); | ||
return (jsx_runtime_1.jsx("input", Object.assign({}, restProps, { ref: ref, type: "radio", checked: checked, className: clsx_1.default('utrecht-radio-button', 'utrecht-radio-button--html-input', checked && 'utrecht-radio-button--checked', disabled && 'utrecht-radio-button--disabled', invalid && 'utrecht-radio-button--invalid', required && 'utrecht-radio-button--required', className), disabled: disabled, required: required }), void 0)); | ||
return (jsx_runtime_1.jsx("input", Object.assign({}, restProps, { ref: ref, type: "radio", className: clsx_1.default('utrecht-radio-button', 'utrecht-radio-button--html-input', checked && 'utrecht-radio-button--checked', disabled && 'utrecht-radio-button--disabled', invalid && 'utrecht-radio-button--invalid', required && 'utrecht-radio-button--required', className), disabled: disabled, required: required }), void 0)); | ||
}); | ||
exports.RadioButton.displayName = 'utrecht-radio-button'; |
{ | ||
"version": "1.0.0-alpha.44", | ||
"version": "1.0.0-alpha.45", | ||
"author": "Community for NL Design System", | ||
@@ -373,3 +373,3 @@ "description": "React component library bundle for the Municipality of Utrecht based on the NL Design System architecture", | ||
}, | ||
"gitHead": "b1ad9b106c0553e59d05ac4fa1487843af54381d" | ||
"gitHead": "8b8a7926c269c156db1d9fb5a32239640b10eec6" | ||
} |
Sorry, the diff of this file is not supported yet
335963
-0.01%