@socotra/ec-react-components 2.27.0 → 2.27.1-next.1
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.es.js +4 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +3 -3
- package/dist/index.umd.js.map +1 -1
- package/package.json +4 -6
package/dist/index.es.js
CHANGED
|
@@ -31410,7 +31410,7 @@ const Ub = m({
|
|
|
31410
31410
|
...R4.shape,
|
|
31411
31411
|
locator: E7e,
|
|
31412
31412
|
disbursementState: z8e,
|
|
31413
|
-
data: an,
|
|
31413
|
+
data: an.optional(),
|
|
31414
31414
|
createdAt: dt,
|
|
31415
31415
|
createdBy: Jt,
|
|
31416
31416
|
sources: F(Ub),
|
|
@@ -59569,7 +59569,7 @@ const p$ = h({
|
|
|
59569
59569
|
...Ew.shape,
|
|
59570
59570
|
locator: Gnt,
|
|
59571
59571
|
disbursementState: rit,
|
|
59572
|
-
data: on,
|
|
59572
|
+
data: on.optional(),
|
|
59573
59573
|
createdAt: ft,
|
|
59574
59574
|
createdBy: Xt,
|
|
59575
59575
|
sources: B(p$),
|
|
@@ -83048,7 +83048,8 @@ const rV = (e, t) => {
|
|
|
83048
83048
|
step: d.multipleOf ?? void 0,
|
|
83049
83049
|
formatOptions: {
|
|
83050
83050
|
signDisplay: "auto",
|
|
83051
|
-
maximumFractionDigits: y
|
|
83051
|
+
maximumFractionDigits: y,
|
|
83052
|
+
useGrouping: !1
|
|
83052
83053
|
},
|
|
83053
83054
|
children: /* @__PURE__ */ It(zme, { className: "relative", children: [
|
|
83054
83055
|
/* @__PURE__ */ ce(Fme, {}),
|