@orderingstack/ordering-types 1.6.0 → 1.7.1

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.
@@ -66,6 +66,7 @@ export interface IMenuTileProps {
66
66
  fallbackImg: string;
67
67
  currency?: string;
68
68
  lazyLoadImg?: boolean;
69
+ category?: IProduct;
69
70
  }
70
71
  export interface IMenuCategorySectionProps {
71
72
  category: IProduct;
@@ -187,6 +188,7 @@ export interface IMenuProductUIProps {
187
188
  export interface IMenuItemsUIProps {
188
189
  productItems: IProduct[];
189
190
  parentProduct: IProduct;
191
+ rootProduct: IProduct;
190
192
  renderMenuItem: (item: IProduct) => ReactElement;
191
193
  }
192
194
  export interface IMenuComponentProps extends IHandleUpsells {
@@ -66,6 +66,7 @@ export interface IMenuTileProps {
66
66
  fallbackImg: string;
67
67
  currency?: string;
68
68
  lazyLoadImg?: boolean;
69
+ category?: IProduct;
69
70
  }
70
71
  export interface IMenuCategorySectionProps {
71
72
  category: IProduct;
@@ -187,6 +188,7 @@ export interface IMenuProductUIProps {
187
188
  export interface IMenuItemsUIProps {
188
189
  productItems: IProduct[];
189
190
  parentProduct: IProduct;
191
+ rootProduct: IProduct;
190
192
  renderMenuItem: (item: IProduct) => ReactElement;
191
193
  }
192
194
  export interface IMenuComponentProps extends IHandleUpsells {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderingstack/ordering-types",
3
- "version": "1.6.0",
3
+ "version": "1.7.1",
4
4
  "description": "Typescript types for @orderingstack",
5
5
  "types": "dist/esm/index.d.ts",
6
6
  "main": "dist/cjs/index.js",