@utrecht/component-library-react 1.0.0-alpha.44 → 1.0.0-alpha.47

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.
@@ -20,6 +20,6 @@ const clsx_1 = __importDefault(require("clsx"));
20
20
  const react_1 = require("react");
21
21
  exports.RadioButton = react_1.forwardRef((_a, ref) => {
22
22
  var { checked, disabled, invalid, required, className } = _a, restProps = __rest(_a, ["checked", "disabled", "invalid", "required", "className"]);
23
- 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));
23
+ 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));
24
24
  });
25
25
  exports.RadioButton.displayName = 'utrecht-radio-button';
@@ -312,7 +312,7 @@
312
312
  "affectsGlobalScope": false
313
313
  },
314
314
  "../../src/RadioButton.tsx": {
315
- "version": "d4051932ea36fb53dcb9a13f9cb2b019abe9822686ccfe117aa9b330ca068423",
315
+ "version": "5e3e1b936e105cedd7398fcd55836c47dd30c9aaec6ab1b6f82def201200ffdf",
316
316
  "signature": "41888273f4e203e7ee41c6e53972d2cb3129720123804655df07e451c88bd22e",
317
317
  "affectsGlobalScope": false
318
318
  },
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.44",
2
+ "version": "1.0.0-alpha.47",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "React component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",
@@ -370,5 +370,5 @@
370
370
  "react": "^17.0.0",
371
371
  "react-dom": "^17.0.0"
372
372
  },
373
- "gitHead": "b1ad9b106c0553e59d05ac4fa1487843af54381d"
373
+ "gitHead": "925e18473dbb079b1a6d7efdc551c117be2bba49"
374
374
  }