@orderingstack/ordering-types 1.3.0 → 1.4.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.
@@ -182,6 +182,7 @@ export interface IMenuProductUIProps {
182
182
  handleCounterDecrementQty: () => void;
183
183
  currency: string;
184
184
  children: ReactElement;
185
+ parentProduct?: IProduct;
185
186
  }
186
187
  export interface IMenuItemsUIProps {
187
188
  productItems: IProduct[];
@@ -182,6 +182,7 @@ export interface IMenuProductUIProps {
182
182
  handleCounterDecrementQty: () => void;
183
183
  currency: string;
184
184
  children: ReactElement;
185
+ parentProduct?: IProduct;
185
186
  }
186
187
  export interface IMenuItemsUIProps {
187
188
  productItems: IProduct[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderingstack/ordering-types",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "Typescript types for @orderingstack",
5
5
  "types": "dist/esm/index.d.ts",
6
6
  "main": "dist/cjs/index.js",