@open-tender/types 0.2.66 → 0.2.67
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.
|
@@ -450,7 +450,11 @@ export interface ThemeMenuItemsTags extends ThemeMenuItemsText {
|
|
|
450
450
|
}
|
|
451
451
|
export interface ThemeMenuItemsTagsAllergens extends Record<string, string> {
|
|
452
452
|
justifyContent: ThemeJustifyContent;
|
|
453
|
+
gap: string;
|
|
454
|
+
gapMobile: string;
|
|
453
455
|
flexDirection: ThemeFlexDirection;
|
|
456
|
+
padding: string;
|
|
457
|
+
paddingMobile: string;
|
|
454
458
|
}
|
|
455
459
|
export interface ThemeMenuItems extends Record<string, ThemeMenuItemsText | ThemeMenuItemsContainer | ThemeMenuItemsBox | ThemeMenuItemsImage | ThemeMenuItemsContent | ThemeMenuItemsTags | ThemeMenuItemsTagsAllergens> {
|
|
456
460
|
allergens: ThemeMenuItemsTags;
|
|
@@ -450,7 +450,11 @@ export interface ThemeMenuItemsTags extends ThemeMenuItemsText {
|
|
|
450
450
|
}
|
|
451
451
|
export interface ThemeMenuItemsTagsAllergens extends Record<string, string> {
|
|
452
452
|
justifyContent: ThemeJustifyContent;
|
|
453
|
+
gap: string;
|
|
454
|
+
gapMobile: string;
|
|
453
455
|
flexDirection: ThemeFlexDirection;
|
|
456
|
+
padding: string;
|
|
457
|
+
paddingMobile: string;
|
|
454
458
|
}
|
|
455
459
|
export interface ThemeMenuItems extends Record<string, ThemeMenuItemsText | ThemeMenuItemsContainer | ThemeMenuItemsBox | ThemeMenuItemsImage | ThemeMenuItemsContent | ThemeMenuItemsTags | ThemeMenuItemsTagsAllergens> {
|
|
456
460
|
allergens: ThemeMenuItemsTags;
|
package/package.json
CHANGED