@thecb/components 9.3.4-beta.2 → 9.3.4-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.3.4-beta.2",
3
+ "version": "9.3.4-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",
@@ -56,6 +56,7 @@ const RadioSection = ({
56
56
  ariaDescribedBy,
57
57
  isSectionRequired = false,
58
58
  groupedSections,
59
+ bottomBorderSize = "2px",
59
60
  ...rest
60
61
  }) => {
61
62
  const [focused, setFocused] = useState(null);
@@ -154,7 +155,7 @@ const RadioSection = ({
154
155
  groupedSections.indexOf(sectionGroup) !==
155
156
  groupedSections.length - 1 && (
156
157
  <SolidDivider
157
- borderSize="2px" // Resulting line is 2px thick due to border from other element
158
+ borderSize={bottomBorderSize || "2px"}
158
159
  color={themeValues.borderColor}
159
160
  />
160
161
  )}
@@ -120,6 +120,7 @@ export const radioSection = () => {
120
120
  staggeredAnimation={boolean("staggeredAnimation", false, "props")}
121
121
  sections={sections}
122
122
  isSectionRequired={true}
123
+ borderBottomSize="10px"
123
124
  />
124
125
  <Box />
125
126
  <Box padding="0 1rem" extraStyles="text-align: center;">