@scbt-ecom/ui 0.67.2 → 0.68.0

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.
@@ -26431,14 +26431,9 @@ var pn, qe, Za, sn, ao, ds, ii, oi, el, fs, ps, lo, co, si, hs, rt, ta, Gp, Yp,
26431
26431
  return ae(this, sn);
26432
26432
  }
26433
26433
  trackResult(e, n) {
26434
- const r = {};
26435
- return Object.keys(e).forEach((i) => {
26436
- Object.defineProperty(r, i, {
26437
- configurable: !1,
26438
- enumerable: !0,
26439
- get: () => (this.trackProp(i), n == null || n(i), e[i])
26440
- });
26441
- }), r;
26434
+ return new Proxy(e, {
26435
+ get: (r, i) => (this.trackProp(i), n == null || n(i), Reflect.get(r, i))
26436
+ });
26442
26437
  }
26443
26438
  trackProp(e) {
26444
26439
  ae(this, hs).add(e);
@@ -43402,4 +43397,4 @@ export {
43402
43397
  lg as y,
43403
43398
  k7 as z
43404
43399
  };
43405
- //# sourceMappingURL=index-Cw6f0svP.js.map
43400
+ //# sourceMappingURL=index-37evuXv8.js.map