@thryveai/theme-interfaces 2.8.13 → 2.8.14-patch-WYN-49936

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.
@@ -1,3 +1,4 @@
1
+ /// <reference types="googlepay" />
1
2
  import { CMSNames } from "../storefront/contentEngineComponents";
2
3
  import { ProductAttributes } from "../storefront/productBadgeAttributes";
3
4
  import { IconNames, PaymentCards } from "./icons.interfaces";
@@ -194,12 +195,16 @@ export interface INewFlippConfig {
194
195
  retailer: string;
195
196
  slideOutView: boolean;
196
197
  zoom: number;
198
+ tabletZoom: number;
199
+ mobileZoom: number;
197
200
  excludeFlyer?: string;
198
201
  }
199
202
  export declare type IFlippScriptUrls = "circulars.priceritemarketplace" | "circulars.dearbornmarket" | "flyers.v8.commerce.mi9cloud" | "flyers.stg.v8.mywebgrocer" | "flyers.saveonfoods";
200
203
  export interface IRedPepperConfig {
201
204
  locale: string;
202
205
  zoom: number;
206
+ tabletZoom: number;
207
+ mobileZoom: number;
203
208
  clientId: string;
204
209
  clientUrl: string;
205
210
  storeValue?: string;
@@ -361,6 +366,13 @@ export interface ICheckoutSettingsV2 {
361
366
  forceDeliverySection: boolean;
362
367
  enableInterimModal: boolean;
363
368
  smsOptIn: boolean;
369
+ nativePayments: {
370
+ googlePayButton: {
371
+ buttonType: google.payments.api.ButtonType;
372
+ buttonColor: google.payments.api.ButtonColor;
373
+ buttonRadius: google.payments.api.ButtonOptions["buttonRadius"];
374
+ };
375
+ };
364
376
  }
365
377
  export interface IFeaturesV2 {
366
378
  additionalCharges: boolean;
@@ -96,6 +96,13 @@ var CommonConfigSFUI = {
96
96
  houseAccountRegExValidation: ".",
97
97
  minimumCreditCardAmount: 1.0,
98
98
  numericPhonePayload: false,
99
+ nativePayments: {
100
+ googlePayButton: {
101
+ buttonColor: "default",
102
+ buttonType: "checkout",
103
+ buttonRadius: 4,
104
+ },
105
+ },
99
106
  paymentCards: {
100
107
  AmExpCard: true,
101
108
  DiscoverCard: true,