@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