@spiffcommerce/core 0.10.131 → 0.10.133

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
@@ -1118,7 +1118,7 @@ export const useEditorInteraction: (editorRef: RefObject<SVGRectElement>, intera
1118
1118
  handleZoom: (_event: any, value: any) => void;
1119
1119
  handleKeyDown: (event: KeyboardEvent, adjustmentBoundary?: Region) => void;
1120
1120
  handleKeyUp: (event: KeyboardEvent) => void;
1121
- handlePointerPressedBackground: () => void;
1121
+ handlePointerPressedBackground: (event: PointerEvent) => void;
1122
1122
  handlePointerReleased: () => void;
1123
1123
  handlePointerMove: (event: PointerEvent, adjustmentBoundary?: Region) => void;
1124
1124
  handleScroll: () => void;
@@ -1151,7 +1151,7 @@ export const EditorCore: FunctionComponent<{
1151
1151
  handleKeyDown: (event: KeyboardEvent, adjustmentBoundary?: Region) => void;
1152
1152
  handleKeyUp: (event: KeyboardEvent) => void;
1153
1153
  handlePointerMove: (e: PointerEvent, adjustmentBoundary?: Region) => void;
1154
- handlePointerPressedBackground: () => void;
1154
+ handlePointerPressedBackground: (event: PointerEvent) => void;
1155
1155
  handlePointerReleased: () => void;
1156
1156
  handleScroll: () => void;
1157
1157
  onSequenceStart: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.131",
3
+ "version": "0.10.133",
4
4
  "description": "Core client API for interacting with the Spiff Commerce backend.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/main.js",