tabexseriescomponents 0.2.1188 → 0.2.1189
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 +2 -2
- package/dist/index.esm.js +2 -2
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -14794,12 +14794,12 @@ var Checkout = function Checkout(props) {
|
|
|
14794
14794
|
}
|
|
14795
14795
|
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.contactinfo.instid) == '66b4a0338cb14' && /*#__PURE__*/React__default["default"].createElement("input", {
|
|
14796
14796
|
type: "checkbox",
|
|
14797
|
-
className: "
|
|
14797
|
+
className: "mx-2 mt-2 mb-auto",
|
|
14798
14798
|
checked: checkboxisChecked,
|
|
14799
14799
|
onChange: function onChange(e) {
|
|
14800
14800
|
return setcheckboxisChecked(e.target.checked);
|
|
14801
14801
|
}
|
|
14802
|
-
}),
|
|
14802
|
+
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
14803
14803
|
"class": "m-0 p-0",
|
|
14804
14804
|
style: {
|
|
14805
14805
|
color: sectionproperties.slideshowText1ContentColor,
|
package/dist/index.esm.js
CHANGED
|
@@ -14743,12 +14743,12 @@ var Checkout = function Checkout(props) {
|
|
|
14743
14743
|
}
|
|
14744
14744
|
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.contactinfo.instid) == '66b4a0338cb14' && /*#__PURE__*/React.createElement("input", {
|
|
14745
14745
|
type: "checkbox",
|
|
14746
|
-
className: "
|
|
14746
|
+
className: "mx-2 mt-2 mb-auto",
|
|
14747
14747
|
checked: checkboxisChecked,
|
|
14748
14748
|
onChange: function onChange(e) {
|
|
14749
14749
|
return setcheckboxisChecked(e.target.checked);
|
|
14750
14750
|
}
|
|
14751
|
-
}),
|
|
14751
|
+
}), /*#__PURE__*/React.createElement("p", {
|
|
14752
14752
|
"class": "m-0 p-0",
|
|
14753
14753
|
style: {
|
|
14754
14754
|
color: sectionproperties.slideshowText1ContentColor,
|
package/dist/index.umd.js
CHANGED
|
@@ -14600,12 +14600,12 @@
|
|
|
14600
14600
|
}
|
|
14601
14601
|
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.contactinfo.instid) == '66b4a0338cb14' && /*#__PURE__*/React__default["default"].createElement("input", {
|
|
14602
14602
|
type: "checkbox",
|
|
14603
|
-
className: "
|
|
14603
|
+
className: "mx-2 mt-2 mb-auto",
|
|
14604
14604
|
checked: checkboxisChecked,
|
|
14605
14605
|
onChange: function onChange(e) {
|
|
14606
14606
|
return setcheckboxisChecked(e.target.checked);
|
|
14607
14607
|
}
|
|
14608
|
-
}),
|
|
14608
|
+
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
14609
14609
|
"class": "m-0 p-0",
|
|
14610
14610
|
style: {
|
|
14611
14611
|
color: sectionproperties.slideshowText1ContentColor,
|