@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.cjs.js
CHANGED
|
@@ -48668,7 +48668,7 @@ var TermsAndConditionsControlV2 = function TermsAndConditionsControlV2(_ref) {
|
|
|
48668
48668
|
boxShadow: displayInline ? "none" : standardBoxShadow,
|
|
48669
48669
|
borderRadius: displayInline ? "0" : "4px"
|
|
48670
48670
|
}, /*#__PURE__*/React__default.createElement(Stack, {
|
|
48671
|
-
childGap: "0
|
|
48671
|
+
childGap: "0"
|
|
48672
48672
|
}, html && /*#__PURE__*/React__default.createElement(Box, {
|
|
48673
48673
|
padding: "0"
|
|
48674
48674
|
}, html), /*#__PURE__*/React__default.createElement(Cluster, {
|
|
@@ -48680,7 +48680,8 @@ var TermsAndConditionsControlV2 = function TermsAndConditionsControlV2(_ref) {
|
|
|
48680
48680
|
error: hasError,
|
|
48681
48681
|
checked: isChecked,
|
|
48682
48682
|
onChange: onCheck,
|
|
48683
|
-
checkboxMargin: checkboxMargin
|
|
48683
|
+
checkboxMargin: checkboxMargin,
|
|
48684
|
+
extraStyles: "align-self: flex-start;"
|
|
48684
48685
|
}), /*#__PURE__*/React__default.createElement(Stack, {
|
|
48685
48686
|
childGap: "0.25rem",
|
|
48686
48687
|
fullHeight: true
|