@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.esm.js
CHANGED
|
@@ -40636,7 +40636,7 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
|
|
|
40636
40636
|
border: isMobile ? "1px solid ".concat(GHOST_GREY) : "0px",
|
|
40637
40637
|
borderWidthOverride: isMobile ? "1px 0 0 0" : "0px"
|
|
40638
40638
|
}, /*#__PURE__*/React.createElement(Cluster, {
|
|
40639
|
-
childGap:
|
|
40639
|
+
childGap: autoPayEnabled ? "8px" : "0",
|
|
40640
40640
|
nowrap: true
|
|
40641
40641
|
}, autoPayEnabled && /*#__PURE__*/React.createElement(Box, {
|
|
40642
40642
|
padding: "0",
|