@spiffcommerce/core 0.10.19 → 0.10.20

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
@@ -1024,6 +1024,7 @@ export const useEditorInteraction: (editorRef: RefObject<SVGRectElement>, intera
1024
1024
  handleScroll: () => void;
1025
1025
  handleSequenceStart: () => void;
1026
1026
  };
1027
+ export const useShortcutCombination: (shortcutKeys: string[], callback: (keys: string[]) => void) => void;
1027
1028
  export const EditorCore: FunctionComponent<{
1028
1029
  color?: string;
1029
1030
  editorRef: RefObject<SVGRectElement>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.19",
3
+ "version": "0.10.20",
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",