@elementor/editor-ui 3.35.0 → 3.35.2

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/index.d.mts CHANGED
@@ -102,7 +102,7 @@ type InfotipCardProps = {
102
102
  content: string;
103
103
  assetUrl: string;
104
104
  ctaUrl: string;
105
- onClose: () => void;
105
+ onClose: (e: MouseEvent) => void;
106
106
  };
107
107
  type PromotionInfotipProps = React$1.PropsWithChildren<InfotipCardProps & {
108
108
  open?: boolean;
package/dist/index.d.ts CHANGED
@@ -102,7 +102,7 @@ type InfotipCardProps = {
102
102
  content: string;
103
103
  assetUrl: string;
104
104
  ctaUrl: string;
105
- onClose: () => void;
105
+ onClose: (e: MouseEvent) => void;
106
106
  };
107
107
  type PromotionInfotipProps = React$1.PropsWithChildren<InfotipCardProps & {
108
108
  open?: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elementor/editor-ui",
3
3
  "description": "Elementor Editor UI",
4
- "version": "3.35.0",
4
+ "version": "3.35.2",
5
5
  "private": false,
6
6
  "author": "Elementor Team",
7
7
  "homepage": "https://elementor.com/",
@@ -37,7 +37,7 @@
37
37
  "react-dom": "^18.3.1"
38
38
  },
39
39
  "dependencies": {
40
- "@elementor/editor-v1-adapters": "3.35.0",
40
+ "@elementor/editor-v1-adapters": "3.35.2",
41
41
  "@elementor/icons": "^1.63.0",
42
42
  "@elementor/ui": "1.36.17",
43
43
  "@tanstack/react-virtual": "^3.13.3",
@@ -20,7 +20,7 @@ type InfotipCardProps = {
20
20
  content: string;
21
21
  assetUrl: string;
22
22
  ctaUrl: string;
23
- onClose: () => void;
23
+ onClose: ( e: MouseEvent ) => void;
24
24
  };
25
25
 
26
26
  type PromotionInfotipProps = React.PropsWithChildren<