@dotcms/analytics 1.2.1-next.14 → 1.2.1-next.16

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/analytics",
3
- "version": "1.2.1-next.14",
3
+ "version": "1.2.1-next.16",
4
4
  "description": "Official JavaScript library for Content Analytics with DotCMS.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -39,7 +39,7 @@ function b(o) {
39
39
  event: a.REQUEST_BOUNDS
40
40
  };
41
41
  }
42
- function M(o) {
42
+ function S(o) {
43
43
  const t = (n) => {
44
44
  if (n.data.name === s.UVE_SCROLL_INSIDE_IFRAME) {
45
45
  const e = n.data.direction;
@@ -53,7 +53,7 @@ function M(o) {
53
53
  event: a.IFRAME_SCROLL
54
54
  };
55
55
  }
56
- function S(o) {
56
+ function M(o) {
57
57
  const t = (n) => {
58
58
  const e = u(n.target);
59
59
  if (!e) return;
@@ -74,7 +74,7 @@ function S(o) {
74
74
  widgetTitle: e.dataset?.dotWidgetTitle,
75
75
  onNumberOfPages: e.dataset?.dotOnNumberOfPages,
76
76
  ...e.dataset?.dotStyleProperties && {
77
- styleProperties: JSON.parse(e.dataset.dotStyleProperties)
77
+ dotStyleProperties: JSON.parse(e.dataset.dotStyleProperties)
78
78
  }
79
79
  }, m = C(e), _ = {
80
80
  container: (
@@ -102,8 +102,8 @@ function S(o) {
102
102
  }
103
103
  export {
104
104
  O as onContentChanges,
105
- S as onContentletHovered,
106
- M as onIframeScroll,
105
+ M as onContentletHovered,
106
+ S as onIframeScroll,
107
107
  p as onPageReload,
108
108
  b as onRequestBounds
109
109
  };