@appsurify-testmap/rrweb-replay 3.6.0-alpha.1 → 3.11.0-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,6 +263,29 @@ try {
263
263
  }
264
264
  } catch (error) {
265
265
  }
266
+ const ht$2 = {
267
+ id: "i",
268
+ "data-testid": "tid",
269
+ "data-qa": "qa",
270
+ "data-cy": "cy",
271
+ "data-test": "dt",
272
+ "aria-label": "al",
273
+ "aria-labelledby": "alb",
274
+ "aria-describedby": "adb",
275
+ name: "n",
276
+ href: "h",
277
+ src: "s",
278
+ type: "t",
279
+ role: "r",
280
+ alt: "at",
281
+ title: "tt",
282
+ for: "f",
283
+ placeholder: "ph",
284
+ text: "x"
285
+ };
286
+ Object.fromEntries(
287
+ Object.entries(ht$2).map(([r2, t2]) => [t2, r2])
288
+ );
266
289
  const MEDIA_SELECTOR = /(max|min)-device-(width|height)/;
267
290
  const MEDIA_SELECTOR_GLOBAL = new RegExp(MEDIA_SELECTOR.source, "g");
268
291
  const mediaSelectorPlugin = {
@@ -4706,6 +4729,29 @@ try {
4706
4729
  }
4707
4730
  } catch (error) {
4708
4731
  }
4732
+ const ht$1 = {
4733
+ id: "i",
4734
+ "data-testid": "tid",
4735
+ "data-qa": "qa",
4736
+ "data-cy": "cy",
4737
+ "data-test": "dt",
4738
+ "aria-label": "al",
4739
+ "aria-labelledby": "alb",
4740
+ "aria-describedby": "adb",
4741
+ name: "n",
4742
+ href: "h",
4743
+ src: "s",
4744
+ type: "t",
4745
+ role: "r",
4746
+ alt: "at",
4747
+ title: "tt",
4748
+ for: "f",
4749
+ placeholder: "ph",
4750
+ text: "x"
4751
+ };
4752
+ Object.fromEntries(
4753
+ Object.entries(ht$1).map(([r2, t2]) => [t2, r2])
4754
+ );
4709
4755
  function getDefaultExportFromCjs(x2) {
4710
4756
  return x2 && x2.__esModule && Object.prototype.hasOwnProperty.call(x2, "default") ? x2["default"] : x2;
4711
4757
  }
@@ -10314,6 +10360,29 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
10314
10360
  NodeType2[NodeType2["Comment"] = 5] = "Comment";
10315
10361
  return NodeType2;
10316
10362
  })(NodeType || {});
10363
+ const ht = {
10364
+ id: "i",
10365
+ "data-testid": "tid",
10366
+ "data-qa": "qa",
10367
+ "data-cy": "cy",
10368
+ "data-test": "dt",
10369
+ "aria-label": "al",
10370
+ "aria-labelledby": "alb",
10371
+ "aria-describedby": "adb",
10372
+ name: "n",
10373
+ href: "h",
10374
+ src: "s",
10375
+ type: "t",
10376
+ role: "r",
10377
+ alt: "at",
10378
+ title: "tt",
10379
+ for: "f",
10380
+ placeholder: "ph",
10381
+ text: "x"
10382
+ };
10383
+ Object.fromEntries(
10384
+ Object.entries(ht).map(([r2, t2]) => [t2, r2])
10385
+ );
10317
10386
  var chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
10318
10387
  var lookup = typeof Uint8Array === "undefined" ? [] : new Uint8Array(256);
10319
10388
  for (var i$1 = 0; i$1 < chars.length; i$1++) {
@@ -10775,16 +10844,16 @@ function s(n2, o2) {
10775
10844
  var S = b.value;
10776
10845
  if (void 0 === S)
10777
10846
  return c(p, g);
10778
- var w2 = "string" == typeof S ? { target: S } : S, j2 = w2.target, E = w2.actions, R = void 0 === E ? [] : E, N = w2.cond, O2 = void 0 === N ? function() {
10847
+ var w2 = "string" == typeof S ? { target: S } : S, j2 = w2.target, E = w2.actions, R = void 0 === E ? [] : E, N = w2.cond, O = void 0 === N ? function() {
10779
10848
  return true;
10780
10849
  } : N, _2 = void 0 === j2, k2 = null != j2 ? j2 : p, T = n2.states[k2];
10781
- if (O2(g, d)) {
10782
- var q = t(f((_2 ? r(R) : [].concat(x2.exit, R, T.entry).filter(function(t2) {
10850
+ if (O(g, d)) {
10851
+ var q2 = t(f((_2 ? r(R) : [].concat(x2.exit, R, T.entry).filter(function(t2) {
10783
10852
  return t2;
10784
10853
  })).map(function(t2) {
10785
10854
  return i(t2, y._options.actions);
10786
- }), g, d), 3), z2 = q[0], A = q[1], B2 = q[2], C = null != j2 ? j2 : p;
10787
- return { value: C, context: A, actions: z2, changed: j2 !== p || z2.length > 0 || B2, matches: a(C) };
10855
+ }), g, d), 3), z2 = q2[0], A = q2[1], B = q2[2], C = null != j2 ? j2 : p;
10856
+ return { value: C, context: A, actions: z2, changed: j2 !== p || z2.length > 0 || B, matches: a(C) };
10788
10857
  }
10789
10858
  }
10790
10859
  } catch (t2) {