@spiffcommerce/core 0.2.3 → 0.2.5

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 +2 -2
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -948,7 +948,7 @@ type ElementEvent = {
948
948
  relativeAxis: ScaleAxis;
949
949
  screenAxis: ScaleAxis;
950
950
  };
951
- enum EditorSubMenu {
951
+ export enum EditorSubMenu {
952
952
  None = "None",
953
953
  FrameAdjustment = "FrameAdjustment",
954
954
  FinalizeDesign = "FinalizeDesign"
@@ -958,7 +958,7 @@ interface UIState {
958
958
  /**
959
959
  * This context stores global state for
960
960
  */
961
- interface AdvancedEditorState extends UIState {
961
+ export interface AdvancedEditorState extends UIState {
962
962
  /**
963
963
  * The layout currently being displayed in the editor.
964
964
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
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",