@open-tender/types 0.2.33 → 0.2.34
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.
|
@@ -383,8 +383,6 @@ export interface ThemeMenuItemsContainer extends Record<string, string | number>
|
|
|
383
383
|
paddingMobile: string;
|
|
384
384
|
perRow: number;
|
|
385
385
|
perRowMobile: number;
|
|
386
|
-
width: string;
|
|
387
|
-
widthMobile: string;
|
|
388
386
|
}
|
|
389
387
|
export interface ThemeMenuItemsBox extends Record<string, string | number> {
|
|
390
388
|
bgColor: string;
|
|
@@ -383,8 +383,6 @@ export interface ThemeMenuItemsContainer extends Record<string, string | number>
|
|
|
383
383
|
paddingMobile: string;
|
|
384
384
|
perRow: number;
|
|
385
385
|
perRowMobile: number;
|
|
386
|
-
width: string;
|
|
387
|
-
widthMobile: string;
|
|
388
386
|
}
|
|
389
387
|
export interface ThemeMenuItemsBox extends Record<string, string | number> {
|
|
390
388
|
bgColor: string;
|
package/package.json
CHANGED