@thecb/components 5.8.2-beta.7 → 5.8.2-beta.8
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
|
@@ -40644,7 +40644,7 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
|
|
|
40644
40644
|
border: isMobile ? "1px solid ".concat(GHOST_GREY) : "0px",
|
|
40645
40645
|
borderWidthOverride: isMobile ? "1px 0 0 0" : "0px"
|
|
40646
40646
|
}, /*#__PURE__*/React__default.createElement(Cluster, {
|
|
40647
|
-
childGap:
|
|
40647
|
+
childGap: autoPayEnabled ? "8px" : "0",
|
|
40648
40648
|
nowrap: true
|
|
40649
40649
|
}, autoPayEnabled && /*#__PURE__*/React__default.createElement(Box, {
|
|
40650
40650
|
padding: "0",
|