@open-tender/types 0.2.87 → 0.2.89

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.
package/dist/.DS_Store ADDED
Binary file
@@ -446,7 +446,9 @@ export interface ThemeMenuItemsContent extends Record<string, string> {
446
446
  paddingMobile: string;
447
447
  }
448
448
  export declare type ThemeMenuItemsButtonsDisplay = 'SHOW' | 'HIDE' | 'MINIMAL';
449
+ export declare type ThemeMenuItemsButtonsColor = 'primary' | 'secondary' | 'cart' | 'light';
449
450
  export interface ThemeMenuItemsButtons extends Record<string, string> {
451
+ color: ThemeMenuItemsButtonsColor;
450
452
  display: ThemeMenuItemsButtonsDisplay;
451
453
  displayMobile: ThemeMenuItemsButtonsDisplay;
452
454
  flexDirection: ThemeFlexDirection;
@@ -446,7 +446,9 @@ export interface ThemeMenuItemsContent extends Record<string, string> {
446
446
  paddingMobile: string;
447
447
  }
448
448
  export declare type ThemeMenuItemsButtonsDisplay = 'SHOW' | 'HIDE' | 'MINIMAL';
449
+ export declare type ThemeMenuItemsButtonsColor = 'primary' | 'secondary' | 'cart' | 'light';
449
450
  export interface ThemeMenuItemsButtons extends Record<string, string> {
451
+ color: ThemeMenuItemsButtonsColor;
450
452
  display: ThemeMenuItemsButtonsDisplay;
451
453
  displayMobile: ThemeMenuItemsButtonsDisplay;
452
454
  flexDirection: ThemeFlexDirection;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.2.87",
3
+ "version": "0.2.89",
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",