@thecb/components 8.4.6-beta.2 → 8.4.6
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.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/molecules/index.d.ts +1 -1
- package/src/components/molecules/radio-group/RadioGroup.js +1 -4
- package/src/components/molecules/radio-group/index.d.ts +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -49382,7 +49382,7 @@ var RadioGroup = function RadioGroup(_ref) {
|
|
|
49382
49382
|
groupName: groupName,
|
|
49383
49383
|
setValue: setValue,
|
|
49384
49384
|
handleChange: handleChange,
|
|
49385
|
-
"aria-invalid": field.dirty && field.hasErrors
|
|
49385
|
+
"aria-invalid": field.dirty && field.hasErrors
|
|
49386
49386
|
}));
|
|
49387
49387
|
})));
|
|
49388
49388
|
};
|