@axos-web-dev/shared-components 1.0.99-dev-8 → 1.0.99-dev-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.
@@ -141,7 +141,11 @@ const MonthlyPaymentCalculator = ({ variant, header, disclosure, bodyCopy, showC
141
141
  className: `flex center text_center push_up_32 bottom ${inputs_container}`,
142
142
  children: [
143
143
  /* @__PURE__ */ jsxs("div", { className: `flex flex_col ${input_container}`, children: [
144
- /* @__PURE__ */ jsx("label", { htmlFor: "loanAmount", id: "amount1", children: "Loan Amount ($10,000 - $90,000)" }),
144
+ /* @__PURE__ */ jsxs("label", { htmlFor: "loanAmount", id: "amount1", children: [
145
+ "Loan Amount",
146
+ " ",
147
+ showCurrency ? "($10,000 - $90,000)" : "(10,000 - 90,000)"
148
+ ] }),
145
149
  /* @__PURE__ */ jsx(
146
150
  "input",
147
151
  {
@@ -393,7 +393,7 @@ const QuickPricer = ({
393
393
  helperText: errors.Pledged_Assets__c?.message,
394
394
  variant,
395
395
  value: 1,
396
- children: "Pledget Assets"
396
+ children: "Pledged Assets"
397
397
  }
398
398
  ),
399
399
  /* @__PURE__ */ jsx(
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "1.0.99-dev-8",
4
+ "version": "1.0.99-dev-10",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",