@open-tender/types 0.2.79 → 0.2.80

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.
@@ -351,6 +351,8 @@ export interface ThemeLayout extends Record<string, string> {
351
351
  margin: string;
352
352
  marginMobile: string;
353
353
  maxWidth: string;
354
+ menuHeroHeight: string;
355
+ menuHeroHeightMobile: string;
354
356
  navHeight: string;
355
357
  navHeightApp: string;
356
358
  navHeightMobile: string;
@@ -351,6 +351,8 @@ export interface ThemeLayout extends Record<string, string> {
351
351
  margin: string;
352
352
  marginMobile: string;
353
353
  maxWidth: string;
354
+ menuHeroHeight: string;
355
+ menuHeroHeightMobile: string;
354
356
  navHeight: string;
355
357
  navHeightApp: string;
356
358
  navHeightMobile: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.2.79",
3
+ "version": "0.2.80",
4
4
  "description": "A library of types for use with Open Tender applications that utilize our cloud-based Order API.",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",