@cakemail-org/ui-components-v2 2.2.114 → 2.2.115

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/dist/cjs/index.js CHANGED
@@ -11401,6 +11401,7 @@ exports.EEventBreakdownDimension = void 0;
11401
11401
  EEventBreakdownDimension["listId"] = "list_id";
11402
11402
  EEventBreakdownDimension["contactId"] = "contact_id";
11403
11403
  EEventBreakdownDimension["formId"] = "form_id";
11404
+ EEventBreakdownDimension["scrollDepth"] = "scroll_depth";
11404
11405
  })(exports.EEventBreakdownDimension || (exports.EEventBreakdownDimension = {}));
11405
11406
  exports.EEventTimeseriesGranularity = void 0;
11406
11407
  (function (EEventTimeseriesGranularity) {
@@ -13,7 +13,8 @@ export declare enum EEventBreakdownDimension {
13
13
  pageUrl = "page_url",
14
14
  listId = "list_id",
15
15
  contactId = "contact_id",
16
- formId = "form_id"
16
+ formId = "form_id",
17
+ scrollDepth = "scroll_depth"
17
18
  }
18
19
  export declare enum EEventTimeseriesGranularity {
19
20
  hour = "hour",
package/dist/esm/index.js CHANGED
@@ -11381,6 +11381,7 @@ var EEventBreakdownDimension;
11381
11381
  EEventBreakdownDimension["listId"] = "list_id";
11382
11382
  EEventBreakdownDimension["contactId"] = "contact_id";
11383
11383
  EEventBreakdownDimension["formId"] = "form_id";
11384
+ EEventBreakdownDimension["scrollDepth"] = "scroll_depth";
11384
11385
  })(EEventBreakdownDimension || (EEventBreakdownDimension = {}));
11385
11386
  var EEventTimeseriesGranularity;
11386
11387
  (function (EEventTimeseriesGranularity) {
@@ -13,7 +13,8 @@ export declare enum EEventBreakdownDimension {
13
13
  pageUrl = "page_url",
14
14
  listId = "list_id",
15
15
  contactId = "contact_id",
16
- formId = "form_id"
16
+ formId = "form_id",
17
+ scrollDepth = "scroll_depth"
17
18
  }
18
19
  export declare enum EEventTimeseriesGranularity {
19
20
  hour = "hour",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cakemail-org/ui-components-v2",
3
- "version": "2.2.114",
3
+ "version": "2.2.115",
4
4
  "description": "ui library kit made with material UI",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",