@thecb/components 11.2.0-beta.1 → 11.2.0

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": "11.2.0-beta.1",
3
+ "version": "11.2.0",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -119,7 +119,6 @@ const RadioSection = ({
119
119
  nextRef.focus();
120
120
  const nextRadioID = currSection[nextIndex]?.id;
121
121
  setFocused(nextRadioID);
122
- toggleOpenSection(nextRadioID);
123
122
  }
124
123
  }
125
124
  };