@appsurify-testmap/rrweb-replay 3.18.0-alpha.1 → 3.19.1-alpha.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.
@@ -263,7 +263,7 @@ try {
263
263
  }
264
264
  } catch (error) {
265
265
  }
266
- const ht$2 = {
266
+ const ut$2 = {
267
267
  id: "i",
268
268
  "data-testid": "tid",
269
269
  "data-qa": "qa",
@@ -284,7 +284,7 @@ const ht$2 = {
284
284
  text: "x"
285
285
  };
286
286
  Object.fromEntries(
287
- Object.entries(ht$2).map(([r2, t2]) => [t2, r2])
287
+ Object.entries(ut$2).map(([r2, t2]) => [t2, r2])
288
288
  );
289
289
  const MEDIA_SELECTOR = /(max|min)-device-(width|height)/;
290
290
  const MEDIA_SELECTOR_GLOBAL = new RegExp(MEDIA_SELECTOR.source, "g");
@@ -4729,7 +4729,7 @@ try {
4729
4729
  }
4730
4730
  } catch (error) {
4731
4731
  }
4732
- const ht$1 = {
4732
+ const ut$1 = {
4733
4733
  id: "i",
4734
4734
  "data-testid": "tid",
4735
4735
  "data-qa": "qa",
@@ -4750,7 +4750,7 @@ const ht$1 = {
4750
4750
  text: "x"
4751
4751
  };
4752
4752
  Object.fromEntries(
4753
- Object.entries(ht$1).map(([r2, t2]) => [t2, r2])
4753
+ Object.entries(ut$1).map(([r2, t2]) => [t2, r2])
4754
4754
  );
4755
4755
  function getDefaultExportFromCjs(x2) {
4756
4756
  return x2 && x2.__esModule && Object.prototype.hasOwnProperty.call(x2, "default") ? x2["default"] : x2;
@@ -10377,7 +10377,7 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
10377
10377
  NodeType2[NodeType2["Comment"] = 5] = "Comment";
10378
10378
  return NodeType2;
10379
10379
  })(NodeType || {});
10380
- const ht = {
10380
+ const ut = {
10381
10381
  id: "i",
10382
10382
  "data-testid": "tid",
10383
10383
  "data-qa": "qa",
@@ -10398,7 +10398,7 @@ const ht = {
10398
10398
  text: "x"
10399
10399
  };
10400
10400
  Object.fromEntries(
10401
- Object.entries(ht).map(([r2, t2]) => [t2, r2])
10401
+ Object.entries(ut).map(([r2, t2]) => [t2, r2])
10402
10402
  );
10403
10403
  var chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
10404
10404
  var lookup = typeof Uint8Array === "undefined" ? [] : new Uint8Array(256);