@open-tender/types 0.4.149 → 0.4.150
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.
|
@@ -702,9 +702,9 @@ export declare type ThemeLoyaltyAccountWidgetType = 'ACCOUNT_SUMMERY' | 'WELCOME
|
|
|
702
702
|
export interface ThemeLoyaltyAccountWidget {
|
|
703
703
|
type: ThemeLoyaltyAccountWidgetType;
|
|
704
704
|
bgColor: string;
|
|
705
|
-
borderRadius:
|
|
705
|
+
borderRadius: string;
|
|
706
706
|
boxShadow: string;
|
|
707
|
-
padding:
|
|
707
|
+
padding: string;
|
|
708
708
|
}
|
|
709
709
|
export interface ThemeLoyaltyPointsShopCard {
|
|
710
710
|
padding: string;
|
|
@@ -702,9 +702,9 @@ export declare type ThemeLoyaltyAccountWidgetType = 'ACCOUNT_SUMMERY' | 'WELCOME
|
|
|
702
702
|
export interface ThemeLoyaltyAccountWidget {
|
|
703
703
|
type: ThemeLoyaltyAccountWidgetType;
|
|
704
704
|
bgColor: string;
|
|
705
|
-
borderRadius:
|
|
705
|
+
borderRadius: string;
|
|
706
706
|
boxShadow: string;
|
|
707
|
-
padding:
|
|
707
|
+
padding: string;
|
|
708
708
|
}
|
|
709
709
|
export interface ThemeLoyaltyPointsShopCard {
|
|
710
710
|
padding: string;
|
package/package.json
CHANGED