@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