@thecb/components 4.1.18-beta.0 → 4.1.18
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
|
@@ -38526,10 +38526,10 @@ var PartialAmountForm = function PartialAmountForm(_ref) {
|
|
|
38526
38526
|
return /*#__PURE__*/React__default.createElement(FormContainer$1, {
|
|
38527
38527
|
variant: variant,
|
|
38528
38528
|
role: "form",
|
|
38529
|
-
"aria-label": "
|
|
38529
|
+
"aria-label": "Partial amount"
|
|
38530
38530
|
}, /*#__PURE__*/React__default.createElement(Text$1, {
|
|
38531
38531
|
variant: "p"
|
|
38532
|
-
}, "Pay a
|
|
38532
|
+
}, "Pay a portion of your current bill. The remaining balance will still be due on the same due date."), /*#__PURE__*/React__default.createElement("div", {
|
|
38533
38533
|
style: {
|
|
38534
38534
|
height: "16px"
|
|
38535
38535
|
}
|
package/package.json
CHANGED
|
@@ -39,10 +39,10 @@ const PartialAmountForm = ({
|
|
|
39
39
|
|
|
40
40
|
const lineItemsNew = Array.isArray(lineItems) ? lineItems : [];
|
|
41
41
|
return (
|
|
42
|
-
<FormContainer variant={variant} role="form" aria-label="
|
|
42
|
+
<FormContainer variant={variant} role="form" aria-label="Partial amount">
|
|
43
43
|
<Text variant="p">
|
|
44
|
-
Pay a
|
|
45
|
-
due date.
|
|
44
|
+
Pay a portion of your current bill. The remaining balance will still be
|
|
45
|
+
due on the same due date.
|
|
46
46
|
</Text>
|
|
47
47
|
<div style={{ height: "16px" }}></div>
|
|
48
48
|
<FormInputColumn>
|