@appsurify-testmap/rrweb-replay 3.18.1-alpha.1 → 3.20.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.
@@ -225,7 +225,7 @@ try {
225
225
  }
226
226
  } catch (error) {
227
227
  }
228
- const ht$2 = {
228
+ const ut$2 = {
229
229
  id: "i",
230
230
  "data-testid": "tid",
231
231
  "data-qa": "qa",
@@ -246,7 +246,7 @@ const ht$2 = {
246
246
  text: "x"
247
247
  };
248
248
  Object.fromEntries(
249
- Object.entries(ht$2).map(([r2, t2]) => [t2, r2])
249
+ Object.entries(ut$2).map(([r2, t2]) => [t2, r2])
250
250
  );
251
251
  const MEDIA_SELECTOR = /(max|min)-device-(width|height)/;
252
252
  const MEDIA_SELECTOR_GLOBAL = new RegExp(MEDIA_SELECTOR.source, "g");
@@ -4541,7 +4541,7 @@ try {
4541
4541
  }
4542
4542
  } catch (error) {
4543
4543
  }
4544
- const ht$1 = {
4544
+ const ut$1 = {
4545
4545
  id: "i",
4546
4546
  "data-testid": "tid",
4547
4547
  "data-qa": "qa",
@@ -4562,7 +4562,7 @@ const ht$1 = {
4562
4562
  text: "x"
4563
4563
  };
4564
4564
  Object.fromEntries(
4565
- Object.entries(ht$1).map(([r2, t2]) => [t2, r2])
4565
+ Object.entries(ut$1).map(([r2, t2]) => [t2, r2])
4566
4566
  );
4567
4567
  function getDefaultExportFromCjs(x2) {
4568
4568
  return x2 && x2.__esModule && Object.prototype.hasOwnProperty.call(x2, "default") ? x2["default"] : x2;
@@ -9996,7 +9996,7 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
9996
9996
  NodeType2[NodeType2["Comment"] = 5] = "Comment";
9997
9997
  return NodeType2;
9998
9998
  })(NodeType || {});
9999
- const ht = {
9999
+ const ut = {
10000
10000
  id: "i",
10001
10001
  "data-testid": "tid",
10002
10002
  "data-qa": "qa",
@@ -10017,7 +10017,7 @@ const ht = {
10017
10017
  text: "x"
10018
10018
  };
10019
10019
  Object.fromEntries(
10020
- Object.entries(ht).map(([r2, t2]) => [t2, r2])
10020
+ Object.entries(ut).map(([r2, t2]) => [t2, r2])
10021
10021
  );
10022
10022
  var chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
10023
10023
  var lookup = typeof Uint8Array === "undefined" ? [] : new Uint8Array(256);