@elementor/editor-canvas 4.2.0-938 → 4.2.0-940

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
@@ -300,6 +300,8 @@ type CreatePropResolverArgs = {
300
300
  onPropResolve?: (args: {
301
301
  key: string;
302
302
  value: unknown;
303
+ propValue: unknown;
304
+ propType: PropType;
303
305
  }) => void;
304
306
  };
305
307
  type ResolveArgs = {
package/dist/index.d.ts CHANGED
@@ -300,6 +300,8 @@ type CreatePropResolverArgs = {
300
300
  onPropResolve?: (args: {
301
301
  key: string;
302
302
  value: unknown;
303
+ propValue: unknown;
304
+ propType: PropType;
303
305
  }) => void;
304
306
  };
305
307
  type ResolveArgs = {