@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.
@@ -227,7 +227,7 @@ try {
227
227
  }
228
228
  } catch (error) {
229
229
  }
230
- const ht$2 = {
230
+ const ut$2 = {
231
231
  id: "i",
232
232
  "data-testid": "tid",
233
233
  "data-qa": "qa",
@@ -248,7 +248,7 @@ const ht$2 = {
248
248
  text: "x"
249
249
  };
250
250
  Object.fromEntries(
251
- Object.entries(ht$2).map(([r2, t2]) => [t2, r2])
251
+ Object.entries(ut$2).map(([r2, t2]) => [t2, r2])
252
252
  );
253
253
  const MEDIA_SELECTOR = /(max|min)-device-(width|height)/;
254
254
  const MEDIA_SELECTOR_GLOBAL = new RegExp(MEDIA_SELECTOR.source, "g");
@@ -4543,7 +4543,7 @@ try {
4543
4543
  }
4544
4544
  } catch (error) {
4545
4545
  }
4546
- const ht$1 = {
4546
+ const ut$1 = {
4547
4547
  id: "i",
4548
4548
  "data-testid": "tid",
4549
4549
  "data-qa": "qa",
@@ -4564,7 +4564,7 @@ const ht$1 = {
4564
4564
  text: "x"
4565
4565
  };
4566
4566
  Object.fromEntries(
4567
- Object.entries(ht$1).map(([r2, t2]) => [t2, r2])
4567
+ Object.entries(ut$1).map(([r2, t2]) => [t2, r2])
4568
4568
  );
4569
4569
  function getDefaultExportFromCjs(x2) {
4570
4570
  return x2 && x2.__esModule && Object.prototype.hasOwnProperty.call(x2, "default") ? x2["default"] : x2;
@@ -9998,7 +9998,7 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
9998
9998
  NodeType2[NodeType2["Comment"] = 5] = "Comment";
9999
9999
  return NodeType2;
10000
10000
  })(NodeType || {});
10001
- const ht = {
10001
+ const ut = {
10002
10002
  id: "i",
10003
10003
  "data-testid": "tid",
10004
10004
  "data-qa": "qa",
@@ -10019,7 +10019,7 @@ const ht = {
10019
10019
  text: "x"
10020
10020
  };
10021
10021
  Object.fromEntries(
10022
- Object.entries(ht).map(([r2, t2]) => [t2, r2])
10022
+ Object.entries(ut).map(([r2, t2]) => [t2, r2])
10023
10023
  );
10024
10024
  var chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
10025
10025
  var lookup = typeof Uint8Array === "undefined" ? [] : new Uint8Array(256);