@thecb/components 12.1.0-beta.1 → 12.1.0-beta.10
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/README.md +5 -24
- package/dist/index.cjs.js +4 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -4
- package/dist/index.esm.js.map +1 -1
- package/package.json +4 -2
- package/src/components/atoms/nav-footer/NavFooter.js +2 -2
- package/src/components/molecules/partial-amount-form/PartialAmountField.js +1 -2
- package/src/components/molecules/terms-and-conditions/TermsAndConditionsControlV2.js +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -27021,7 +27021,7 @@ var NavFooter = function NavFooter(_ref) {
|
|
|
27021
27021
|
background: backgroundColor,
|
|
27022
27022
|
minHeight: footerMinHeight,
|
|
27023
27023
|
minWidth: "100%",
|
|
27024
|
-
extraStyles: isMobile ? "
|
|
27024
|
+
extraStyles: isMobile ? "" : "min-height: ".concat(footerMinHeight, "; > * { min-height: 100%; };")
|
|
27025
27025
|
}, rest), /*#__PURE__*/React__default.createElement(Center, {
|
|
27026
27026
|
maxWidth: footerWidth || "76.5rem"
|
|
27027
27027
|
}, /*#__PURE__*/React__default.createElement(Cover, {
|
|
@@ -47162,7 +47162,7 @@ var PartialAmountField = function PartialAmountField(_ref) {
|
|
|
47162
47162
|
extraStyles: "display: block;",
|
|
47163
47163
|
variant: themeValues.detailVariant,
|
|
47164
47164
|
weight: "400"
|
|
47165
|
-
}, lineItem.subDescription
|
|
47165
|
+
}, lineItem.subDescription))),
|
|
47166
47166
|
key: lineItem.id,
|
|
47167
47167
|
field: field,
|
|
47168
47168
|
fieldActions: fieldActions,
|
|
@@ -47174,7 +47174,6 @@ var PartialAmountField = function PartialAmountField(_ref) {
|
|
|
47174
47174
|
placeholder: "$0.00",
|
|
47175
47175
|
formatter: moneyFormat,
|
|
47176
47176
|
isNum: true,
|
|
47177
|
-
isRequired: true,
|
|
47178
47177
|
decorator: /*#__PURE__*/React__default.createElement(Text$1, {
|
|
47179
47178
|
variant: "p"
|
|
47180
47179
|
}, "Amount owed:", " ", /*#__PURE__*/React__default.createElement(Text$1, {
|
|
@@ -48242,7 +48241,8 @@ var TermsAndConditionsControlV2 = function TermsAndConditionsControlV2(_ref) {
|
|
|
48242
48241
|
}, html), /*#__PURE__*/React__default.createElement(Cluster, {
|
|
48243
48242
|
justify: "flex-start",
|
|
48244
48243
|
align: "center",
|
|
48245
|
-
nowrap: true
|
|
48244
|
+
nowrap: true,
|
|
48245
|
+
overflow: true
|
|
48246
48246
|
}, showCheckbox && /*#__PURE__*/React__default.createElement(Checkbox$1, {
|
|
48247
48247
|
name: id,
|
|
48248
48248
|
error: hasError,
|