@thecb/components 9.2.4-beta.6 → 9.2.4-beta.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "9.2.4-beta.6",
3
+ "version": "9.2.4-beta.7",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -106,7 +106,7 @@ const RadioSection = ({
106
106
  borderRadius="4px"
107
107
  extraStyles={containerStyles}
108
108
  >
109
- <Stack childGap="0" role="radiogroup" required={isSectionRequired}>
109
+ <Stack childGap="0" role="radiogroup" aria-required={isSectionRequired}>
110
110
  {sections
111
111
  .filter(section => !section.hidden)
112
112
  .map(section => (