@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__ */
|
|
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
|
{
|
package/package.json
CHANGED