@utrecht/component-library-react 1.0.0-alpha.135 → 1.0.0-alpha.136
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.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -162,7 +162,7 @@ var CustomRadioButton = /*#__PURE__*/react.forwardRef(function (_a, ref) {
|
|
|
162
162
|
disabled: disabled,
|
|
163
163
|
required: required,
|
|
164
164
|
ref: ref,
|
|
165
|
-
className: clsx__default["default"]('utrecht-custom-radio-button', disabled && 'utrecht-custom-radio-button--disabled', invalid && 'utrecht-custom-radio-button--invalid', className)
|
|
165
|
+
className: clsx__default["default"]('utrecht-custom-radio-button', 'utrecht-custom-radio-button--html-input', disabled && 'utrecht-custom-radio-button--disabled', invalid && 'utrecht-custom-radio-button--invalid', className)
|
|
166
166
|
}, restProps));
|
|
167
167
|
});
|
|
168
168
|
CustomRadioButton.displayName = 'CustomRadioButton';
|
package/dist/index.esm.js
CHANGED
|
@@ -154,7 +154,7 @@ var CustomRadioButton = /*#__PURE__*/forwardRef(function (_a, ref) {
|
|
|
154
154
|
disabled: disabled,
|
|
155
155
|
required: required,
|
|
156
156
|
ref: ref,
|
|
157
|
-
className: clsx('utrecht-custom-radio-button', disabled && 'utrecht-custom-radio-button--disabled', invalid && 'utrecht-custom-radio-button--invalid', className)
|
|
157
|
+
className: clsx('utrecht-custom-radio-button', 'utrecht-custom-radio-button--html-input', disabled && 'utrecht-custom-radio-button--disabled', invalid && 'utrecht-custom-radio-button--invalid', className)
|
|
158
158
|
}, restProps));
|
|
159
159
|
});
|
|
160
160
|
CustomRadioButton.displayName = 'CustomRadioButton';
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.136",
|
|
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",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"react": "16 - 18",
|
|
70
70
|
"react-dom": "16 - 18"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "e43e32bb907c1af8a8fb50266b2b51e1784984e6"
|
|
73
73
|
}
|