@thecb/components 3.3.3 → 3.3.5

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/dist/index.cjs.js CHANGED
@@ -16116,7 +16116,7 @@ var ButtonWithLink = function ButtonWithLink(_ref) {
16116
16116
  url: url,
16117
16117
  disabled: disabled,
16118
16118
  newTab: newTab,
16119
- extraStyles: "text-decoration: none; ".concat(extraStyles, " &:hover {\n text-decoration: none; }")
16119
+ extraStyles: "text-decoration: none; &:hover {\n text-decoration: none; }"
16120
16120
  }, /*#__PURE__*/React__default.createElement(ButtonWithAction, _extends({}, otherProps, {
16121
16121
  extraStyles: extraStyles
16122
16122
  })));
@@ -36821,10 +36821,12 @@ var RadioSection = function RadioSection(_ref) {
36821
36821
  }, /*#__PURE__*/React__default.createElement(Cluster, {
36822
36822
  justify: "space-between",
36823
36823
  align: "center",
36824
- childGap: "0.5rem"
36824
+ childGap: "0.5rem",
36825
+ nowrap: true
36825
36826
  }, /*#__PURE__*/React__default.createElement(Cluster, {
36826
36827
  justify: "flex-start",
36827
- align: "center"
36828
+ align: "center",
36829
+ nowrap: true
36828
36830
  }, !section.hideRadioButton && /*#__PURE__*/React__default.createElement(Box, {
36829
36831
  padding: "0"
36830
36832
  }, /*#__PURE__*/React__default.createElement(RadioButton$2, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "3.3.3",
3
+ "version": "3.3.5",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -44,7 +44,7 @@ const ButtonWithLink = ({
44
44
  url={url}
45
45
  disabled={disabled}
46
46
  newTab={newTab}
47
- extraStyles={`text-decoration: none; ${extraStyles} &:hover {
47
+ extraStyles={`text-decoration: none; &:hover {
48
48
  text-decoration: none; }`}
49
49
  >
50
50
  <ButtonWithAction {...otherProps} extraStyles={extraStyles} />
@@ -146,8 +146,9 @@ const RadioSection = ({
146
146
  justify="space-between"
147
147
  align="center"
148
148
  childGap="0.5rem"
149
+ nowrap
149
150
  >
150
- <Cluster justify="flex-start" align="center">
151
+ <Cluster justify="flex-start" align="center" nowrap>
151
152
  {!section.hideRadioButton && (
152
153
  <Box padding="0">
153
154
  <RadioButton