@thecb/components 3.3.3 → 3.3.4
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
|
@@ -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
|
@@ -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
|
package/.tool-versions
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
nodejs 10.13.0
|