@tolinax/ayoune-interfaces 2024.9.2 → 2024.9.3
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/interfaces/ISetting.d.ts +7 -0
- package/package.json +1 -1
package/interfaces/ISetting.d.ts
CHANGED
|
@@ -649,7 +649,14 @@ interface ProductsSettings {
|
|
|
649
649
|
lockProductsAfterApprove?: boolean;
|
|
650
650
|
reCheckPriceOnAmountChange?: boolean;
|
|
651
651
|
}
|
|
652
|
+
interface ILogoSettings {
|
|
653
|
+
height?: number;
|
|
654
|
+
margin?: number;
|
|
655
|
+
padding?: number;
|
|
656
|
+
invert: boolean;
|
|
657
|
+
}
|
|
652
658
|
interface SlidesSettings {
|
|
659
|
+
logoSettings: ILogoSettings;
|
|
653
660
|
active: boolean;
|
|
654
661
|
title: string;
|
|
655
662
|
defaultLanguage: string;
|