@contentful/experiences-core 3.0.1-dev-20250807T0745-c928267.0 → 3.1.0-dev-20250807T0841-78e6af6.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.
package/dist/types.d.ts CHANGED
@@ -445,6 +445,14 @@ type OUTGOING_EVENT_PAYLOADS = {
445
445
  }>;
446
446
  sourceEvent: CanvasGeometryUpdateSourceEvent;
447
447
  };
448
+ canvasPan: {
449
+ ctrlKey: boolean;
450
+ metaKey: boolean;
451
+ clientX: number;
452
+ clientY: number;
453
+ deltaX: number;
454
+ deltaY: number;
455
+ };
448
456
  };
449
457
  type CanvasGeometryUpdateSourceEvent = 'resize' | 'mutation' | 'imageLoad';
450
458
  type SendMessageParams = <T extends OutgoingEvent>(eventType: T, data: OUTGOING_EVENT_PAYLOADS[T]) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/experiences-core",
3
- "version": "3.0.1-dev-20250807T0745-c928267.0",
3
+ "version": "3.1.0-dev-20250807T0841-78e6af6.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.1-dev-20250807T0745-c928267.0",
73
+ "@contentful/experiences-validators": "3.1.0-dev-20250807T0841-78e6af6.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": "06d7b1c8e14fe2ee8ad8010be9f4bc66ee0da2d7"
80
+ "gitHead": "47f4f59e77a27fb606bcf876ed20c23a537cdd5c"
81
81
  }