@orderingstack/ordering-types 1.14.4 → 1.15.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.
@@ -608,4 +608,5 @@ export interface ICategory {
608
608
  id: string;
609
609
  name: string;
610
610
  img?: string;
611
+ selectedSubcategory?: string;
611
612
  }
@@ -82,6 +82,7 @@ export interface IMenuCategorySectionProps {
82
82
  colsLg?: number;
83
83
  MenuTile?: React.FC<IMenuTileProps>;
84
84
  setCategoryWithScroll?: (ICategory: ICategory) => void;
85
+ selectedCategory?: ICategory;
85
86
  }
86
87
  export interface IMenuTopNavProps {
87
88
  goToStart: (state?: any) => void;
@@ -608,4 +608,5 @@ export interface ICategory {
608
608
  id: string;
609
609
  name: string;
610
610
  img?: string;
611
+ selectedSubcategory?: string;
611
612
  }
@@ -82,6 +82,7 @@ export interface IMenuCategorySectionProps {
82
82
  colsLg?: number;
83
83
  MenuTile?: React.FC<IMenuTileProps>;
84
84
  setCategoryWithScroll?: (ICategory: ICategory) => void;
85
+ selectedCategory?: ICategory;
85
86
  }
86
87
  export interface IMenuTopNavProps {
87
88
  goToStart: (state?: any) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderingstack/ordering-types",
3
- "version": "1.14.4",
3
+ "version": "1.15.0",
4
4
  "description": "Typescript types for @orderingstack",
5
5
  "types": "dist/esm/index.d.ts",
6
6
  "main": "dist/cjs/index.js",