@contentful/experiences-core 3.0.0-dev-20250806T1150-dde0a31.0 → 3.0.1-dev-20250807T0745-c928267.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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -1
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -446,7 +446,7 @@ type OUTGOING_EVENT_PAYLOADS = {
446
446
  sourceEvent: CanvasGeometryUpdateSourceEvent;
447
447
  };
448
448
  };
449
- type CanvasGeometryUpdateSourceEvent = 'resize' | 'mutation';
449
+ type CanvasGeometryUpdateSourceEvent = 'resize' | 'mutation' | 'imageLoad';
450
450
  type SendMessageParams = <T extends OutgoingEvent>(eventType: T, data: OUTGOING_EVENT_PAYLOADS[T]) => void;
451
451
  type OutgoingMessage = {
452
452
  [K in keyof OUTGOING_EVENT_PAYLOADS]: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/experiences-core",
3
- "version": "3.0.0-dev-20250806T1150-dde0a31.0",
3
+ "version": "3.0.1-dev-20250807T0745-c928267.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -70,12 +70,12 @@
70
70
  "vitest": "^2.1.1"
71
71
  },
72
72
  "dependencies": {
73
- "@contentful/experiences-validators": "3.0.0-dev-20250806T1150-dde0a31.0",
73
+ "@contentful/experiences-validators": "3.0.1-dev-20250807T0745-c928267.0",
74
74
  "@contentful/rich-text-types": "^17.0.0",
75
75
  "zustand": "^4.4.7"
76
76
  },
77
77
  "peerDependencies": {
78
78
  "contentful": ">=10.6.0"
79
79
  },
80
- "gitHead": "70904e35f0ca3e42c76c946fe53b38650eb669e5"
80
+ "gitHead": "06d7b1c8e14fe2ee8ad8010be9f4bc66ee0da2d7"
81
81
  }