@axos-web-dev/shared-components 1.0.77-patch.4 → 1.0.77-patch.5
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.
|
@@ -145,55 +145,55 @@ const AxosOneCalculator = ({
|
|
|
145
145
|
/* @__PURE__ */ jsx(TableCell, { variant: "primary", children: /* @__PURE__ */ jsxs("b", { children: [
|
|
146
146
|
"$",
|
|
147
147
|
axbEarning.toLocaleString(void 0, {
|
|
148
|
-
maximumFractionDigits:
|
|
148
|
+
maximumFractionDigits: 2
|
|
149
149
|
})
|
|
150
150
|
] }) })
|
|
151
151
|
] }),
|
|
152
152
|
/* @__PURE__ */ jsxs(TableRow, { children: [
|
|
153
153
|
/* @__PURE__ */ jsxs(TableCell, { variant: "primary", children: [
|
|
154
|
-
"
|
|
154
|
+
"Wells Fargo",
|
|
155
155
|
/* @__PURE__ */ jsx("sup", { children: "2" })
|
|
156
156
|
] }),
|
|
157
157
|
/* @__PURE__ */ jsxs(TableCell, { variant: "primary", children: [
|
|
158
|
-
|
|
158
|
+
fargoAPY.toFixed(2),
|
|
159
159
|
"%"
|
|
160
160
|
] }),
|
|
161
161
|
/* @__PURE__ */ jsxs(TableCell, { variant: "primary", children: [
|
|
162
162
|
"$",
|
|
163
|
-
|
|
164
|
-
maximumFractionDigits:
|
|
163
|
+
fargoEarning.toLocaleString(void 0, {
|
|
164
|
+
maximumFractionDigits: 2
|
|
165
165
|
})
|
|
166
166
|
] })
|
|
167
167
|
] }),
|
|
168
168
|
/* @__PURE__ */ jsxs(TableRow, { children: [
|
|
169
169
|
/* @__PURE__ */ jsxs(TableCell, { variant: "primary", children: [
|
|
170
|
-
"
|
|
170
|
+
"Bank of America",
|
|
171
171
|
/* @__PURE__ */ jsx("sup", { children: "3" })
|
|
172
172
|
] }),
|
|
173
173
|
/* @__PURE__ */ jsxs(TableCell, { variant: "primary", children: [
|
|
174
|
-
|
|
174
|
+
bofaAPY.toFixed(2),
|
|
175
175
|
"%"
|
|
176
176
|
] }),
|
|
177
177
|
/* @__PURE__ */ jsxs(TableCell, { variant: "primary", children: [
|
|
178
178
|
"$",
|
|
179
|
-
|
|
180
|
-
maximumFractionDigits:
|
|
179
|
+
bofaEarning.toLocaleString(void 0, {
|
|
180
|
+
maximumFractionDigits: 2
|
|
181
181
|
})
|
|
182
182
|
] })
|
|
183
183
|
] }),
|
|
184
184
|
/* @__PURE__ */ jsxs(TableRow, { children: [
|
|
185
185
|
/* @__PURE__ */ jsxs(TableCell, { variant: "primary", children: [
|
|
186
|
-
"
|
|
186
|
+
"Chase",
|
|
187
187
|
/* @__PURE__ */ jsx("sup", { children: "4" })
|
|
188
188
|
] }),
|
|
189
189
|
/* @__PURE__ */ jsxs(TableCell, { variant: "primary", children: [
|
|
190
|
-
|
|
190
|
+
chaseAPY.toFixed(2),
|
|
191
191
|
"%"
|
|
192
192
|
] }),
|
|
193
193
|
/* @__PURE__ */ jsxs(TableCell, { variant: "primary", children: [
|
|
194
194
|
"$",
|
|
195
|
-
|
|
196
|
-
maximumFractionDigits:
|
|
195
|
+
chaseEarning.toLocaleString(void 0, {
|
|
196
|
+
maximumFractionDigits: 2
|
|
197
197
|
})
|
|
198
198
|
] })
|
|
199
199
|
] })
|
package/package.json
CHANGED