@thecb/components 7.9.4-beta.5 → 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
|
@@ -48660,7 +48660,7 @@ var TermsAndConditionsControlV2 = function TermsAndConditionsControlV2(_ref) {
|
|
|
48660
48660
|
boxShadow: displayInline ? "none" : standardBoxShadow,
|
|
48661
48661
|
borderRadius: displayInline ? "0" : "4px"
|
|
48662
48662
|
}, /*#__PURE__*/React.createElement(Stack, {
|
|
48663
|
-
childGap: "0
|
|
48663
|
+
childGap: "0"
|
|
48664
48664
|
}, html && /*#__PURE__*/React.createElement(Box, {
|
|
48665
48665
|
padding: "0"
|
|
48666
48666
|
}, html), /*#__PURE__*/React.createElement(Cluster, {
|
|
@@ -48672,7 +48672,8 @@ var TermsAndConditionsControlV2 = function TermsAndConditionsControlV2(_ref) {
|
|
|
48672
48672
|
error: hasError,
|
|
48673
48673
|
checked: isChecked,
|
|
48674
48674
|
onChange: onCheck,
|
|
48675
|
-
checkboxMargin: checkboxMargin
|
|
48675
|
+
checkboxMargin: checkboxMargin,
|
|
48676
|
+
extraStyles: "align-self: flex-start;"
|
|
48676
48677
|
}), /*#__PURE__*/React.createElement(Stack, {
|
|
48677
48678
|
childGap: "0.25rem",
|
|
48678
48679
|
fullHeight: true
|