@thecb/components 7.9.4-beta.4 → 7.9.4-beta.6
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
|
@@ -48651,7 +48651,7 @@ var TermsAndConditionsControlV2 = function TermsAndConditionsControlV2(_ref) {
|
|
|
48651
48651
|
_ref$containerBackgro = _ref.containerBackground,
|
|
48652
48652
|
containerBackground = _ref$containerBackgro === void 0 ? ATHENS_GREY : _ref$containerBackgro,
|
|
48653
48653
|
_ref$checkboxMargin = _ref.checkboxMargin,
|
|
48654
|
-
checkboxMargin = _ref$checkboxMargin === void 0 ? "
|
|
48654
|
+
checkboxMargin = _ref$checkboxMargin === void 0 ? "4px 8px 4px 4px" : _ref$checkboxMargin,
|
|
48655
48655
|
_ref$modalTitle = _ref.modalTitle,
|
|
48656
48656
|
modalTitle = _ref$modalTitle === void 0 ? "Terms and Conditions" : _ref$modalTitle;
|
|
48657
48657
|
|
|
@@ -48666,22 +48666,22 @@ var TermsAndConditionsControlV2 = function TermsAndConditionsControlV2(_ref) {
|
|
|
48666
48666
|
minWidth: displayInline ? "0" : "100%",
|
|
48667
48667
|
background: displayInline ? "transparent" : containerBackground,
|
|
48668
48668
|
boxShadow: displayInline ? "none" : standardBoxShadow,
|
|
48669
|
-
borderRadius: displayInline ? "0" : "4px"
|
|
48670
|
-
extraStyles: "margin: 4px 0 0 4px;"
|
|
48669
|
+
borderRadius: displayInline ? "0" : "4px"
|
|
48671
48670
|
}, /*#__PURE__*/React__default.createElement(Stack, {
|
|
48672
|
-
childGap: "0
|
|
48671
|
+
childGap: "0"
|
|
48673
48672
|
}, html && /*#__PURE__*/React__default.createElement(Box, {
|
|
48674
48673
|
padding: "0"
|
|
48675
48674
|
}, html), /*#__PURE__*/React__default.createElement(Cluster, {
|
|
48676
48675
|
justify: "flex-start",
|
|
48677
|
-
align: "
|
|
48676
|
+
align: "center",
|
|
48678
48677
|
nowrap: true
|
|
48679
48678
|
}, showCheckbox && /*#__PURE__*/React__default.createElement(Checkbox$1, {
|
|
48680
48679
|
name: id,
|
|
48681
48680
|
error: hasError,
|
|
48682
48681
|
checked: isChecked,
|
|
48683
48682
|
onChange: onCheck,
|
|
48684
|
-
checkboxMargin: checkboxMargin
|
|
48683
|
+
checkboxMargin: checkboxMargin,
|
|
48684
|
+
extraStyles: "align-self: flex-start;"
|
|
48685
48685
|
}), /*#__PURE__*/React__default.createElement(Stack, {
|
|
48686
48686
|
childGap: "0.25rem",
|
|
48687
48687
|
fullHeight: true
|