@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.2.66",
3
+ "version": "0.2.67",
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",