@cakemail-org/ui-components-v2 2.1.56 → 2.1.57
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
|
@@ -17799,9 +17799,7 @@ exports.EPopupPosition = void 0;
|
|
|
17799
17799
|
EPopupPosition["center"] = "classic-center";
|
|
17800
17800
|
EPopupPosition["top_right"] = "classic-top-right";
|
|
17801
17801
|
EPopupPosition["top_left"] = "classic-top-left";
|
|
17802
|
-
EPopupPosition["top_center"] = "classic-top-center";
|
|
17803
17802
|
EPopupPosition["bottom_left"] = "classic-bottom-left";
|
|
17804
|
-
EPopupPosition["bottom_center"] = "classic-bottom-center";
|
|
17805
17803
|
EPopupPosition["bottom_right"] = "classic-bottom-right";
|
|
17806
17804
|
EPopupPosition["drawer_left"] = "drawer-left";
|
|
17807
17805
|
EPopupPosition["drawer_right"] = "drawer-right";
|
|
@@ -40,7 +40,7 @@ export type TPopupTargeting = {
|
|
|
40
40
|
utm_params: Record<string, string> | null;
|
|
41
41
|
};
|
|
42
42
|
export type TPopupContent = {
|
|
43
|
-
position: EPopupPosition
|
|
43
|
+
position: EPopupPosition;
|
|
44
44
|
json?: Record<string, any>;
|
|
45
45
|
};
|
|
46
46
|
export declare enum EPopupTriggerType {
|
|
@@ -74,9 +74,7 @@ export declare enum EPopupPosition {
|
|
|
74
74
|
center = "classic-center",
|
|
75
75
|
top_right = "classic-top-right",
|
|
76
76
|
top_left = "classic-top-left",
|
|
77
|
-
top_center = "classic-top-center",
|
|
78
77
|
bottom_left = "classic-bottom-left",
|
|
79
|
-
bottom_center = "classic-bottom-center",
|
|
80
78
|
bottom_right = "classic-bottom-right",
|
|
81
79
|
drawer_left = "drawer-left",
|
|
82
80
|
drawer_right = "drawer-right",
|
package/dist/esm/index.js
CHANGED
|
@@ -17779,9 +17779,7 @@ var EPopupPosition;
|
|
|
17779
17779
|
EPopupPosition["center"] = "classic-center";
|
|
17780
17780
|
EPopupPosition["top_right"] = "classic-top-right";
|
|
17781
17781
|
EPopupPosition["top_left"] = "classic-top-left";
|
|
17782
|
-
EPopupPosition["top_center"] = "classic-top-center";
|
|
17783
17782
|
EPopupPosition["bottom_left"] = "classic-bottom-left";
|
|
17784
|
-
EPopupPosition["bottom_center"] = "classic-bottom-center";
|
|
17785
17783
|
EPopupPosition["bottom_right"] = "classic-bottom-right";
|
|
17786
17784
|
EPopupPosition["drawer_left"] = "drawer-left";
|
|
17787
17785
|
EPopupPosition["drawer_right"] = "drawer-right";
|
|
@@ -40,7 +40,7 @@ export type TPopupTargeting = {
|
|
|
40
40
|
utm_params: Record<string, string> | null;
|
|
41
41
|
};
|
|
42
42
|
export type TPopupContent = {
|
|
43
|
-
position: EPopupPosition
|
|
43
|
+
position: EPopupPosition;
|
|
44
44
|
json?: Record<string, any>;
|
|
45
45
|
};
|
|
46
46
|
export declare enum EPopupTriggerType {
|
|
@@ -74,9 +74,7 @@ export declare enum EPopupPosition {
|
|
|
74
74
|
center = "classic-center",
|
|
75
75
|
top_right = "classic-top-right",
|
|
76
76
|
top_left = "classic-top-left",
|
|
77
|
-
top_center = "classic-top-center",
|
|
78
77
|
bottom_left = "classic-bottom-left",
|
|
79
|
-
bottom_center = "classic-bottom-center",
|
|
80
78
|
bottom_right = "classic-bottom-right",
|
|
81
79
|
drawer_left = "drawer-left",
|
|
82
80
|
drawer_right = "drawer-right",
|