@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: number;
705
+ borderRadius: string;
706
706
  boxShadow: string;
707
- padding: number;
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: number;
705
+ borderRadius: string;
706
706
  boxShadow: string;
707
- padding: number;
707
+ padding: string;
708
708
  }
709
709
  export interface ThemeLoyaltyPointsShopCard {
710
710
  padding: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.4.149",
3
+ "version": "0.4.150",
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",