@thecb/components 7.10.1-beta.6 → 7.10.1-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": "7.10.1-beta.6",
3
+ "version": "7.10.1-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",
@@ -42,7 +42,7 @@ const RadioSection = ({
42
42
  staggeredAnimation = false,
43
43
  initiallyOpen = true,
44
44
  openHeight = "auto",
45
- ariaDescribedby
45
+ ariaDescribedBy
46
46
  }) => {
47
47
  const handleKeyDown = (id, e) => {
48
48
  if (e?.keyCode === 13) {
@@ -162,7 +162,7 @@ const RadioSection = ({
162
162
  name={
163
163
  createIdFromString(section.title) || section.id
164
164
  }
165
- ariaDescribedby={ariaDescribedby}
165
+ ariaDescribedBy={ariaDescribedBy}
166
166
  radioOn={openSection === section.id}
167
167
  radioFocused={focused === section.id}
168
168
  toggleRadio={