@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.esm.js
CHANGED
|
@@ -49374,7 +49374,7 @@ var RadioGroup = function RadioGroup(_ref) {
|
|
|
49374
49374
|
groupName: groupName,
|
|
49375
49375
|
setValue: setValue,
|
|
49376
49376
|
handleChange: handleChange,
|
|
49377
|
-
"aria-invalid": field.dirty && field.hasErrors
|
|
49377
|
+
"aria-invalid": field.dirty && field.hasErrors
|
|
49378
49378
|
}));
|
|
49379
49379
|
})));
|
|
49380
49380
|
};
|