@thecb/components 4.1.18 → 4.1.19

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": "Partial amount"
38529
+ "aria-label": "Other amount"
38530
38530
  }, /*#__PURE__*/React__default.createElement(Text$1, {
38531
38531
  variant: "p"
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", {
38532
+ }, "Pay a different amount. The total 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "4.1.18",
3
+ "version": "4.1.19",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -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="Partial amount">
42
+ <FormContainer variant={variant} role="form" aria-label="Other amount">
43
43
  <Text variant="p">
44
- Pay a portion of your current bill. The remaining balance will still be
45
- due on the same due date.
44
+ Pay a different amount. The total balance will still be due on the same
45
+ due date.
46
46
  </Text>
47
47
  <div style={{ height: "16px" }}></div>
48
48
  <FormInputColumn>