@mx-cartographer/experiences 6.24.8 → 6.24.9
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/CHANGELOG.md +4 -0
- package/dist/index.es.js +5 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -7555,10 +7555,14 @@ const cc = ({ transaction: e }) => {
|
|
|
7555
7555
|
amount: s,
|
|
7556
7556
|
ariaLabel: i.amount_title,
|
|
7557
7557
|
copy: h,
|
|
7558
|
+
inputProps: {
|
|
7559
|
+
noValidate: !0
|
|
7560
|
+
},
|
|
7558
7561
|
label: i.amount_title,
|
|
7559
7562
|
setAmount: m,
|
|
7560
7563
|
setHasValidInput: o,
|
|
7561
|
-
sx: { bgcolor: "background.paper" }
|
|
7564
|
+
sx: { bgcolor: "background.paper" },
|
|
7565
|
+
type: "number"
|
|
7562
7566
|
}
|
|
7563
7567
|
),
|
|
7564
7568
|
/* @__PURE__ */ t(Ud, { name: "TransactionType", onChange: p, row: !0, children: /* @__PURE__ */ l(b, { alignItems: "center", direction: "row", children: [
|