New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@utrecht/component-library-react

Package Overview
Dependencies
Maintainers
3
Versions
486
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@utrecht/component-library-react - npm Package Compare versions

Comparing version

to
1.0.0-alpha.45

2

dist/cjs/RadioButton.js

@@ -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