@thecb/components 9.5.0-beta.2 → 9.5.0-beta.3

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.5.0-beta.2",
3
+ "version": "9.5.0-beta.3",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -92,7 +92,6 @@ const InnerRadioSection = ({
92
92
  aria-labelledby={ariaLabelledBy}
93
93
  aria-describedby={ariaDescribedBy}
94
94
  onClick={
95
- // This needs to be associated with the same component that has the aria-checked property
96
95
  (isMobile && supportsTouch) || section.disabled
97
96
  ? noop
98
97
  : () => toggleOpenSection(section.id)
@@ -102,6 +101,7 @@ const InnerRadioSection = ({
102
101
  ? () => toggleOpenSection(section.id)
103
102
  : noop
104
103
  }
104
+ dataQa={section.dataQa ? section.dataQa : section.id}
105
105
  >
106
106
  <Stack childGap="0">
107
107
  <Box
@@ -120,7 +120,6 @@ const InnerRadioSection = ({
120
120
  : ``
121
121
  }
122
122
  extraStyles={!section.disabled ? "cursor: pointer;" : ""}
123
- dataQa={section.dataQa ? section.dataQa : section.id}
124
123
  >
125
124
  <Cluster justify="space-between" align="center" childGap="1px" nowrap>
126
125
  <Cluster justify="flex-start" align="center" nowrap>