@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.esm.js
CHANGED
|
@@ -48643,7 +48643,7 @@ var TermsAndConditionsControlV2 = function TermsAndConditionsControlV2(_ref) {
|
|
|
48643
48643
|
_ref$containerBackgro = _ref.containerBackground,
|
|
48644
48644
|
containerBackground = _ref$containerBackgro === void 0 ? ATHENS_GREY : _ref$containerBackgro,
|
|
48645
48645
|
_ref$checkboxMargin = _ref.checkboxMargin,
|
|
48646
|
-
checkboxMargin = _ref$checkboxMargin === void 0 ? "
|
|
48646
|
+
checkboxMargin = _ref$checkboxMargin === void 0 ? "4px 8px 4px 4px" : _ref$checkboxMargin,
|
|
48647
48647
|
_ref$modalTitle = _ref.modalTitle,
|
|
48648
48648
|
modalTitle = _ref$modalTitle === void 0 ? "Terms and Conditions" : _ref$modalTitle;
|
|
48649
48649
|
|
|
@@ -48658,22 +48658,22 @@ var TermsAndConditionsControlV2 = function TermsAndConditionsControlV2(_ref) {
|
|
|
48658
48658
|
minWidth: displayInline ? "0" : "100%",
|
|
48659
48659
|
background: displayInline ? "transparent" : containerBackground,
|
|
48660
48660
|
boxShadow: displayInline ? "none" : standardBoxShadow,
|
|
48661
|
-
borderRadius: displayInline ? "0" : "4px"
|
|
48662
|
-
extraStyles: "margin: 4px 0 0 4px;"
|
|
48661
|
+
borderRadius: displayInline ? "0" : "4px"
|
|
48663
48662
|
}, /*#__PURE__*/React.createElement(Stack, {
|
|
48664
|
-
childGap: "0
|
|
48663
|
+
childGap: "0"
|
|
48665
48664
|
}, html && /*#__PURE__*/React.createElement(Box, {
|
|
48666
48665
|
padding: "0"
|
|
48667
48666
|
}, html), /*#__PURE__*/React.createElement(Cluster, {
|
|
48668
48667
|
justify: "flex-start",
|
|
48669
|
-
align: "
|
|
48668
|
+
align: "center",
|
|
48670
48669
|
nowrap: true
|
|
48671
48670
|
}, showCheckbox && /*#__PURE__*/React.createElement(Checkbox$1, {
|
|
48672
48671
|
name: id,
|
|
48673
48672
|
error: hasError,
|
|
48674
48673
|
checked: isChecked,
|
|
48675
48674
|
onChange: onCheck,
|
|
48676
|
-
checkboxMargin: checkboxMargin
|
|
48675
|
+
checkboxMargin: checkboxMargin,
|
|
48676
|
+
extraStyles: "align-self: flex-start;"
|
|
48677
48677
|
}), /*#__PURE__*/React.createElement(Stack, {
|
|
48678
48678
|
childGap: "0.25rem",
|
|
48679
48679
|
fullHeight: true
|