@wix/editor 1.610.0 → 1.612.0

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.
@@ -437,7 +437,7 @@ declare class ElementSDKShape extends BaseSDKShape implements IElementSDK {
437
437
  * ```
438
438
  */
439
439
  onChange(callback: (patch: {
440
- type: 'styles' | 'data' | 'state' | 'preset' | 'props' | 'manifest';
440
+ type: 'styles' | 'data' | 'state' | 'preset' | 'props' | 'manifest' | 'bindings' | 'providers';
441
441
  value: unknown;
442
442
  }) => void): Promise<() => {}>;
443
443
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor",
3
- "version": "1.610.0",
3
+ "version": "1.612.0",
4
4
  "license": "UNLICENSED",
5
5
  "author": {
6
6
  "name": "Editor Platform <editor-platform-dev@wix.com>",
@@ -31,11 +31,11 @@
31
31
  "*.{js,ts}": "yarn lint"
32
32
  },
33
33
  "dependencies": {
34
- "@wix/editor-platform-contexts": "1.126.0",
35
- "@wix/editor-platform-environment-api": "1.127.0",
34
+ "@wix/editor-platform-contexts": "1.127.0",
35
+ "@wix/editor-platform-environment-api": "1.128.0",
36
36
  "@wix/monitoring-browser-sdk-host": "^0.1.25",
37
37
  "@wix/public-editor-platform-errors": "1.9.0",
38
- "@wix/public-editor-platform-interfaces": "1.69.0",
38
+ "@wix/public-editor-platform-interfaces": "1.70.0",
39
39
  "@wix/sdk-runtime": "^0.7.0",
40
40
  "@wix/sdk-types": "^1.17.8",
41
41
  "@wix/workspace": "^1.3.11"
@@ -69,5 +69,5 @@
69
69
  ]
70
70
  }
71
71
  },
72
- "falconPackageHash": "1d4ce7c059e7163c18ec912d59f5881abb0a3f497a2b7e6c2b8d88ba"
72
+ "falconPackageHash": "3410fbc62820207f31022ff772e1394c1b7d0190b7e639b7a10c3625"
73
73
  }