@thryveai/theme-interfaces 1.5.22 → 1.5.24-beta2

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.
@@ -0,0 +1,215 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var defaultConfig = {
4
+ adminPanelOnly: {
5
+ bannerName: "Wynshop New Retailer",
6
+ logoUrl: "https://wynshop.com/wp-content/uploads/2021/08/xWynshop_Font_logo_150x39.png.pagespeed.ic.3j0jIxPBvP.webp 1x",
7
+ },
8
+ advertSettings: {},
9
+ timeslotModalSettings: {
10
+ showOnAddToCart: false,
11
+ timeslotRequiredToAddToCart: false,
12
+ timeslotRequiredToViewCartReview: false,
13
+ },
14
+ accountPage: {
15
+ loyaltyTab: {
16
+ disabledEdit: false,
17
+ enabled: false,
18
+ loyaltyNumberLength: 11,
19
+ loyaltyNumberPrefix: "",
20
+ loyaltyValidationType: [],
21
+ },
22
+ },
23
+ additionalCharges: false,
24
+ addresses: {
25
+ addressValidationTypes: {
26
+ addressLine1: ["alphaNumeric", "required"],
27
+ addressLine2: ["alphaNumeric"],
28
+ city: ["alphaNumeric", "required"],
29
+ countyProvinceState: ["usState", "required"],
30
+ familyName: ["alphaOnly", "required"],
31
+ firstName: ["alphaOnly", "required"],
32
+ instructions: ["alphaNumeric"],
33
+ phoneNumber: ["usPhone", "required"],
34
+ postCode: ["usPostCode", "required"],
35
+ },
36
+ canadianAddressCompleteKey: undefined,
37
+ eircodeUrl: undefined,
38
+ integration: {
39
+ addNewAddressUrl: undefined,
40
+ deleteAddressUrl: undefined,
41
+ editAddressUrl: undefined,
42
+ },
43
+ useAddressValidation: true,
44
+ },
45
+ addressValidationTypes: {
46
+ addressLine1: ["alphaNumeric", "required"],
47
+ addressLine2: ["alphaNumeric"],
48
+ city: ["alphaNumeric", "required"],
49
+ countyProvinceState: ["usState", "required"],
50
+ familyName: ["alphaOnly", "required"],
51
+ firstName: ["alphaOnly", "required"],
52
+ instructions: ["alphaNumeric"],
53
+ phoneNumber: ["usPhone", "required"],
54
+ postCode: ["usPostCode", "required"],
55
+ },
56
+ addressIntegration: {
57
+ enabled: false,
58
+ addressFinderType: "AUS",
59
+ getAddressesUrl: "https://api.addressfinder.io/api/au/address/autocomplete/?key={AUS_ADDRESS_SERVICE_KEY}&secret={AUS_ADDRESS_SERVICE_SECRET}&q={searchQuery}&format=json&gnaf=1",
60
+ getLocationUrl: "https://api.addressfinder.io/api/au/address/metadata/?key={AUS_ADDRESS_SERVICE_KEY}&secret={AUS_ADDRESS_SERVICE_SECRET}&format=json&id={id}&au_paf=0&gps=0",
61
+ },
62
+ allowInStorePurchases: false,
63
+ allowPastPurchases: true,
64
+ buildNumber: "default",
65
+ cacheTimeMins: 1,
66
+ canadianAddressCompleteKey: undefined,
67
+ checkoutV1: false,
68
+ favoritesV1: false,
69
+ checkout: {
70
+ numericPhonePayload: false,
71
+ },
72
+ checkoutValidation: {
73
+ instructions: ["alphaNumeric"],
74
+ phoneNumber: ["usPhone", "required"],
75
+ smsNumber: [],
76
+ },
77
+ ctaButtons: null,
78
+ defaultCountry: "USA",
79
+ defaultSearchParams: {
80
+ page: "1",
81
+ q: "*",
82
+ skip: "0",
83
+ take: "30",
84
+ },
85
+ defaultShoppingMode: "pickup",
86
+ defaultStoreLocation: {
87
+ latitude: 0,
88
+ longitude: 0,
89
+ },
90
+ disableAddressOnDelivery: false,
91
+ disableTprPrice: false,
92
+ documentTitle: "ThryveAI Commerce",
93
+ eircode: undefined,
94
+ enable3dSecure: false,
95
+ enableGoogleTranslate: false,
96
+ enableNewsletterSignup: false,
97
+ enableNotifications: false,
98
+ enableVouchers: false,
99
+ errorLoggingLevel: "error",
100
+ externalStoreSelectorUrl: undefined,
101
+ features: { clientCache: false },
102
+ flipp: null,
103
+ gtmId: undefined,
104
+ hideTaxOnSummary: false,
105
+ houseAccountRegExValidation: ".",
106
+ idpTarget: "_self",
107
+ idpUrl: undefined,
108
+ instacartUrl: undefined,
109
+ isPlanningOnly: false,
110
+ layout: {
111
+ footerVersion: "default",
112
+ },
113
+ limitProductCardTitleHeight: true,
114
+ loggingLevelClient: "error",
115
+ loggingLevelServer: "error",
116
+ mainHeaderHeight: 110,
117
+ mapZoom: 8,
118
+ minimumCreditCardAmount: 1.0,
119
+ nutritionZone: "us",
120
+ paymentCards: {
121
+ AmExpCard: true,
122
+ DiscoverCard: true,
123
+ MasterCard: true,
124
+ VisaCard: true,
125
+ },
126
+ pdpDetailsLayout: {
127
+ desktop: { left: [], right: [] },
128
+ mobile: { left: [], right: [] },
129
+ },
130
+ productCardTitleHeight: 40,
131
+ registrationFields: [],
132
+ retailerCountry: "us",
133
+ retailerName: "default",
134
+ daysToRemainSignedIn: 30,
135
+ searchPreview: {
136
+ desktop: {
137
+ products: true,
138
+ suggestions: true,
139
+ },
140
+ mobile: {
141
+ products: true,
142
+ suggestions: true,
143
+ },
144
+ },
145
+ secondTierAuthorization: undefined,
146
+ showCheckoutPromoCode: true,
147
+ showImgOnOrder: false,
148
+ smsNotifications: {
149
+ enabled: false,
150
+ getEnrollmentUrl: "",
151
+ postEnrollmentUrl: "",
152
+ },
153
+ subHeaderHeight: 0,
154
+ promoTemplateVersion: 1,
155
+ useAddressValidation: true,
156
+ restrictMapPlacesResults: {
157
+ fetchNearStoresSettings: {
158
+ kmRange: 20,
159
+ totalTake: 30,
160
+ },
161
+ },
162
+ globalAnimations: {
163
+ confetti: {
164
+ enableConfettiAnimation: true,
165
+ },
166
+ },
167
+ googleAutocompleteSettings: {},
168
+ productCardv2: false,
169
+ productCards: {
170
+ gridRowLength: {
171
+ desktop: 5,
172
+ tablet: 3,
173
+ mobile: 1,
174
+ },
175
+ carouselsRowLength: {
176
+ desktop: 6,
177
+ tablet: 4,
178
+ mobile: 1,
179
+ },
180
+ productCard: {
181
+ enabled: false,
182
+ layouts: {
183
+ ContainersGrid: "default",
184
+ ContainersCarousel: "default",
185
+ },
186
+ },
187
+ },
188
+ sodiumWarning: {
189
+ isEnabled: false,
190
+ threshold: 2300,
191
+ },
192
+ specialRequestItems: false,
193
+ smartbanner: {
194
+ enabled: false,
195
+ author: "",
196
+ button: "",
197
+ buttonUrlApple: "",
198
+ buttonUrlGoogle: "",
199
+ closeLabel: "",
200
+ iconApple: "",
201
+ iconGoogle: "",
202
+ price: "",
203
+ priceSuffixApple: "",
204
+ priceSuffixGoogle: "",
205
+ title: "",
206
+ },
207
+ layouts: {
208
+ cartSummary: {
209
+ showTaxTotal: true,
210
+ showTaxGroups: true,
211
+ },
212
+ couponGallery: { enabled: false, galleryIsIframe: false },
213
+ },
214
+ };
215
+ exports.default = defaultConfig;
@@ -0,0 +1,124 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.IconNamesToFiles = void 0;
4
+ exports.IconNamesToFiles = {
5
+ AccountOutline: "account-outline",
6
+ AccountSolid: "account-solid",
7
+ Addresses: "addresses",
8
+ ArrowDown: "arrow-down",
9
+ ArrowRight: "arrow-right",
10
+ ArrowUpdown: "arrow-updown",
11
+ BarScan: "bar-scan",
12
+ Bell: "bell",
13
+ Blog: "blog",
14
+ Cart: "cart",
15
+ Check: "check",
16
+ ChevronDown: "chevron-down",
17
+ ChevronLeft: "chevron-left",
18
+ ChevronRight: "chevron-right",
19
+ ChevronUp: "chevron-up",
20
+ Circular: "circular",
21
+ Clear: "clear",
22
+ Close: "close",
23
+ Coupon: "coupon",
24
+ Dashboard: "dashboard",
25
+ DeliveryOutline: "delivery-outline",
26
+ DeliverySolid: "delivery-solid",
27
+ Dietary: "dietary",
28
+ DoubleArrows: "double-arrows",
29
+ Download: "download",
30
+ Dropship: "dropship",
31
+ Eco: "eco",
32
+ Edit: "edit",
33
+ Error: "error",
34
+ FaceHappy: "face-happy",
35
+ FaceSad: "face-sad",
36
+ Facebook: "facebook",
37
+ Fav: "fav",
38
+ FavSolid: "fav-solid",
39
+ Filter: "filter",
40
+ Flag: "flag",
41
+ Geolocate: "geolocate",
42
+ Hamburger: "hamburger",
43
+ Help: "help",
44
+ Home: "home",
45
+ Info: "info",
46
+ Instacart: "instacart",
47
+ Instagram: "instagram",
48
+ ItemLocation: "item-location",
49
+ ListCheck: "list-check",
50
+ ListItems: "list-items",
51
+ ListLarge: "list-large",
52
+ ListRemove: "list-remove",
53
+ ListSave: "list-save",
54
+ ListSearch: "list-search",
55
+ LocationPin: "location-pin",
56
+ LocationDistance: "location-distance",
57
+ LoyaltyCard: "loyaltycard",
58
+ Mail: "mail",
59
+ Minus: "minus",
60
+ MoreOptionsH: "more-options-h",
61
+ MoreOptionsV: "more-options-v",
62
+ Note: "note",
63
+ Notifications: "notifications",
64
+ NoteFilled: "note-filled",
65
+ Orders: "orders",
66
+ PastPurchases: "past-purchases",
67
+ Pause: "pause",
68
+ PaymentOutline: "payment-outline",
69
+ PaymentSolid: "payment-solid",
70
+ Phone: "phone",
71
+ PhoneMobile: "phone-mobile",
72
+ Pickup: "pickup",
73
+ PickupInfo: "pickup-info",
74
+ Pinterest: "pinterest",
75
+ Plus: "plus",
76
+ Print: "print",
77
+ PromoOutline: "promo-outline",
78
+ PromoSolid: "promo-solid",
79
+ RadioActive: "radio-active",
80
+ RadioEmpty: "radio-empty",
81
+ RecipeCalories: "recipe-calories",
82
+ RecipeCooktime: "recipe-cooktime",
83
+ RecipeIngredients: "recipe-ingredients",
84
+ RecipePreptime: "recipe-preptime",
85
+ RecipeServings: "recipe-servings",
86
+ Remove: "remove",
87
+ Reserve: "reserve",
88
+ ReserveTime: "reserve-time",
89
+ Search: "search",
90
+ SelectCheck: "select-check",
91
+ SelectEmpty: "select-empty",
92
+ SelectMark: "select-mark",
93
+ Send: "send",
94
+ Settings: "settings",
95
+ Share: "share",
96
+ SortGrid: "sort-grid",
97
+ SortList: "sort-list",
98
+ StarOutline: "star-outline",
99
+ StarSolid: "star-solid",
100
+ Substitute: "subtitute",
101
+ SubstituteBestmatch: "subtitute-bestmatch",
102
+ SubstituteNone: "subtitute-none",
103
+ SubstituteProduct: "subtitute-product",
104
+ Trash: "trash",
105
+ Twitter: "twitter",
106
+ Unavailable: "unavailable",
107
+ Voice: "voice",
108
+ Warning: "warning",
109
+ Youtube: "youtube",
110
+ YourLocation: "your-location",
111
+ GlutenFree: "Gluten-Free",
112
+ Local: "Local",
113
+ Organic: "Organic",
114
+ None: "None",
115
+ VisaLogo: "visa-logo",
116
+ MasterLogo: "master-card-logo",
117
+ VisaCard: "visa-card",
118
+ MasterCard: "master-card-card",
119
+ AmExpCard: "american-express-card",
120
+ DiscoverCard: "discover-card",
121
+ VisaVerified: "visa-verified",
122
+ MasterSecure: "master-card-secure",
123
+ Comodo: "comodo",
124
+ };
package/index.d.ts CHANGED
@@ -2,6 +2,10 @@ import { IRetailerSettings, ISecondTierAuthorization, IFlippConfig, IFlippConfig
2
2
  import { IIconsObject, PaymentTypesLogos, PaymentCards, IconNames, IconNamesToFiles } from "./icons.interfaces";
3
3
  import { ITheme, IThemeScripts, IThemeImages, IThemeMetadata, IThemeFavicons, IThemeLogoPosition, IThemeLogoHeightsProps, IThemeLogoHeights, ISTSThemeInterface, IThemeFavicon, IThemeMetadataItem, IThemeInterface, IGlobalTheme, IColors, IInitializedEmptyTheme, IThemeAnimationConfettiPlaces, IThemeGlobalAnimations, IThemeAnimationsConfettiPlacesTypes, IThemeAnimationsConfettiProps, IEmbeddedFont, IEmbeddedFontSource } from "./theme.interfaces";
4
4
  import { IDefaultTheme, IDefaultThemeScripts, IDefaultThemeImages, IDefaultThemeMetadata, IDefaultThemeFavicons, IDefaultThemeLogoPosition, IDefaultThemeLogoHeightsProps, IDefaultThemeLogoHeights, ISTSDefaultThemeInterface, IDefaultThemeFavicon, IDefaultThemeMetadataItem, IDefaultThemeInterface, IGlobalDefaultTheme, IDefaultColors, IInitializedEmptyDefaultTheme, IDefaultThemeAnimationConfettiPlaces, IDefaultThemeGlobalAnimations, IDefaultThemeAnimationsConfettiPlacesTypes, IDefaultThemeAnimationsConfettiProps, IDefaultEmbeddedFont, IDefaultEmbeddedFontSource } from "./default-theme.interface";
5
+ import AdminSettingsTemplate from "./admin-settings-template";
6
+ import defaultConfig from "./default.config";
5
7
  export { IDefaultTheme, IDefaultThemeScripts, IDefaultThemeImages, IDefaultThemeMetadata, IDefaultThemeFavicons, IDefaultThemeLogoPosition, IDefaultThemeLogoHeightsProps, IDefaultThemeLogoHeights, ISTSDefaultThemeInterface, IDefaultThemeFavicon, IDefaultThemeMetadataItem, IDefaultThemeInterface, IGlobalDefaultTheme, IDefaultColors, IInitializedEmptyDefaultTheme, IDefaultThemeAnimationConfettiPlaces, IDefaultThemeGlobalAnimations, IDefaultThemeAnimationsConfettiPlacesTypes, IDefaultThemeAnimationsConfettiProps, IDefaultEmbeddedFont, IDefaultEmbeddedFontSource, ITheme, IThemeScripts, IThemeImages, IThemeMetadata, IThemeFavicons, IThemeLogoPosition, IThemeLogoHeightsProps, IThemeLogoHeights, ISTSThemeInterface, IThemeFavicon, IThemeMetadataItem, IThemeInterface, IGlobalTheme, IColors, IInitializedEmptyTheme, IThemeAnimationConfettiPlaces, IThemeGlobalAnimations, IThemeAnimationsConfettiPlacesTypes, IThemeAnimationsConfettiProps, IEmbeddedFont, IEmbeddedFontSource, };
6
8
  export { IIconsObject, PaymentTypesLogos, PaymentCards, IconNames, IconNamesToFiles, };
7
9
  export { IRetailerSettings, ISecondTierAuthorization, IFlippConfig, IFlippConfigV2, IFlippScriptUrls, IAllSettings, ISMSConfig, IDefaultRetailerSettings, ICtaButtons, IAddressesSettings, IAccountPageSettings, ILayoutSettings, ILoggingLevel, IDefaultSearchParams, IDefaultStoreLocation, IDefaultCounty, IRetailerCountry, IRestrictMapPlaces, IValidationType, INutritionZone, IFooterTypes, IRegistrationFieldTypes, IRegistrationFieldNames, IValidateLength, IValidateDateRange, IRegistrationField, ICheckoutValidation, ISearchPreviewVisibility, IPaymentCards, IGlobalAnimations, ILayoutAnimationsConfetti, IGlobalCheckoutProps, IAddressIntegration, IAddressFinderType, };
10
+ export { AdminSettingsTemplate };
11
+ export { defaultConfig };
package/index.js ADDED
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.defaultConfig = exports.AdminSettingsTemplate = exports.IconNamesToFiles = void 0;
4
+ var icons_interfaces_1 = require("./icons.interfaces");
5
+ Object.defineProperty(exports, "IconNamesToFiles", { enumerable: true, get: function () { return icons_interfaces_1.IconNamesToFiles; } });
6
+ var admin_settings_template_1 = require("./admin-settings-template");
7
+ exports.AdminSettingsTemplate = admin_settings_template_1.default;
8
+ var default_config_1 = require("./default.config");
9
+ exports.defaultConfig = default_config_1.default;
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
- {
2
- "name": "@thryveai/theme-interfaces",
3
- "version": "1.5.22",
4
- "description": "Shared Interfaces for all ThryveAi storefront retailer themes.",
5
- "scripts": {
6
- "build": "tsc",
7
- "push": "npm run build && npm publish"
8
- },
9
- "author": "Simon Markey",
10
- "license": "ISC",
11
- "devDependencies": {
12
- "typescript": "4.5.4"
13
- }
14
- }
1
+ {
2
+ "name": "@thryveai/theme-interfaces",
3
+ "version": "1.5.24-beta2",
4
+ "description": "Shared Interfaces for all ThryveAi storefront retailer themes.",
5
+ "scripts": {
6
+ "build": "tsc",
7
+ "push": "npm run build && npm publish"
8
+ },
9
+ "author": "Simon Markey",
10
+ "license": "ISC",
11
+ "devDependencies": {
12
+ "typescript": "^4.6.3"
13
+ }
14
+ }
@@ -2,8 +2,6 @@ import { IconNames, PaymentCards } from "./icons.interfaces";
2
2
  export interface IRetailerSettings {
3
3
  accountPage?: IAccountPageSettings;
4
4
  additionalCharges?: boolean;
5
- advertSettings?: IAdvertSettings;
6
- TimeslotModalSettings?: ITimeslotModalSettings;
7
5
  addresses?: {
8
6
  addressValidationTypes?: IAddressValidationTypes;
9
7
  canadianAddressCompleteKey?: string | undefined;
@@ -15,8 +13,10 @@ export interface IRetailerSettings {
15
13
  };
16
14
  useAddressValidation?: boolean;
17
15
  };
16
+ TimeslotModalSettings?: ITimeslotModalSettings;
18
17
  addressIntegration?: IAddressIntegration;
19
18
  addressValidationTypes?: IAddressValidationTypes;
19
+ advertSettings?: IAdvertSettings;
20
20
  allowInStorePurchases?: boolean;
21
21
  allowPastPurchases?: boolean;
22
22
  buildNumber: string;
@@ -44,6 +44,7 @@ export interface IRetailerSettings {
44
44
  externalApps?: IExternalApps;
45
45
  externalStoreSelectorUrl?: string | undefined;
46
46
  favoritesV1?: boolean;
47
+ featureSwitch?: IFeatureSwitch;
47
48
  flipp?: IFlippConfig | IFlippConfigV2 | null;
48
49
  globalAnimations?: IGlobalAnimations;
49
50
  googleAutocompleteSettings?: IGoogleAutocompleteSettings;
@@ -55,6 +56,7 @@ export interface IRetailerSettings {
55
56
  instacartUrl?: string | undefined;
56
57
  isPlanningOnly?: boolean;
57
58
  layout?: ILayoutSettings;
59
+ layouts?: IGlobalLayouts;
58
60
  limitProductCardTitleHeight?: boolean;
59
61
  loggingLevelClient?: ILoggingLevel;
60
62
  loggingLevelServer?: ILoggingLevel;
@@ -65,6 +67,8 @@ export interface IRetailerSettings {
65
67
  paymentCards?: IPaymentCards;
66
68
  pdpDetailsLayout?: IProductDetailsPageLayout;
67
69
  productCardTitleHeight?: number;
70
+ productCards?: IProductCardsProps;
71
+ productCardv2?: boolean;
68
72
  promoTemplateVersion?: number;
69
73
  registrationFields?: IRegistrationField[];
70
74
  restrictMapPlacesResults?: IRestrictMapPlaces;
@@ -74,15 +78,12 @@ export interface IRetailerSettings {
74
78
  secondTierAuthorization?: ISecondTierAuthorization;
75
79
  showCheckoutPromoCode?: boolean;
76
80
  showImgOnOrder?: boolean;
81
+ smartBanner?: ISmartBanner;
77
82
  smsNotifications?: ISMSConfig;
78
83
  sodiumWarning?: ISodiumWarning;
79
84
  specialRequestItems?: boolean;
80
85
  subHeaderHeight?: number;
81
86
  useAddressValidation?: boolean;
82
- productCards?: IProductCardsProps;
83
- layouts?: IGlobalLayouts;
84
- smartBanner?: ISmartBanner;
85
- featureSwitch?: IFeatureSwitch;
86
87
  }
87
88
  export interface IFeatureSwitch {
88
89
  clientCache?: boolean;
@@ -103,6 +104,11 @@ export interface ISmartBanner {
103
104
  }
104
105
  export interface IGlobalLayouts {
105
106
  cartSummary: ICartSummaryLayout;
107
+ couponGallery: ICouponGalleryLayout;
108
+ }
109
+ export interface ICouponGalleryLayout {
110
+ enabled: boolean;
111
+ galleryIsIframe: boolean;
106
112
  }
107
113
  export interface ICartSummaryLayout {
108
114
  showTaxTotal: boolean;
@@ -176,6 +182,10 @@ export interface IAdvertSkyScrapers {
176
182
  skyscrapers?: IAdvertsData;
177
183
  }
178
184
  export interface IDefaultRetailerSettings {
185
+ adminPanelOnly: {
186
+ bannerName: string;
187
+ logoUrl: string;
188
+ };
179
189
  accountPage: IAccountPageSettings;
180
190
  additionalCharges: boolean;
181
191
  addressIntegration: IAddressIntegration;
@@ -208,6 +218,7 @@ export interface IDefaultRetailerSettings {
208
218
  errorLoggingLevel: ILoggingLevel;
209
219
  externalStoreSelectorUrl: string | undefined;
210
220
  favoritesV1: boolean;
221
+ features: IFeatureSwitch;
211
222
  flipp: IFlippConfig | IFlippConfigV2 | null;
212
223
  globalAnimations: IGlobalAnimations;
213
224
  googleAutocompleteSettings: IGoogleAutocompleteSettings;
@@ -219,6 +230,7 @@ export interface IDefaultRetailerSettings {
219
230
  instacartUrl: string | undefined;
220
231
  isPlanningOnly: boolean;
221
232
  layout: ILayoutSettings;
233
+ layouts: IGlobalLayouts;
222
234
  limitProductCardTitleHeight: boolean;
223
235
  loggingLevelClient: ILoggingLevel;
224
236
  loggingLevelServer: ILoggingLevel;
@@ -229,6 +241,8 @@ export interface IDefaultRetailerSettings {
229
241
  paymentCards: IPaymentCards;
230
242
  pdpDetailsLayout: IProductDetailsPageLayout;
231
243
  productCardTitleHeight: number;
244
+ productCards: IProductCardsProps;
245
+ productCardv2: boolean;
232
246
  promoTemplateVersion: number;
233
247
  registrationFields: IRegistrationField[];
234
248
  restrictMapPlacesResults: IRestrictMapPlaces;
@@ -238,16 +252,13 @@ export interface IDefaultRetailerSettings {
238
252
  secondTierAuthorization?: ISecondTierAuthorization;
239
253
  showCheckoutPromoCode: boolean;
240
254
  showImgOnOrder: boolean;
255
+ smartbanner: ISmartBanner;
241
256
  smsNotifications: ISMSConfig;
242
257
  sodiumWarning: ISodiumWarning;
243
258
  specialRequestItems: boolean;
244
259
  subHeaderHeight: number;
245
260
  timeslotModalSettings: ITimeslotModalSettings;
246
261
  useAddressValidation: boolean;
247
- productCards: IProductCardsProps;
248
- layouts: IGlobalLayouts;
249
- smartbanner: ISmartBanner;
250
- features: IFeatureSwitch;
251
262
  }
252
263
  export interface IGoogleAutocompleteSettings {
253
264
  types?: IGoogleAutocompleteTypes;
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -141,6 +141,7 @@ export interface IThemeInterface {
141
141
  headerActionLinks?: IHeaderActionLinksProps;
142
142
  headerLinks?: IHeaderLinksProps;
143
143
  departments?: {
144
+ wrapCategoryTitle?: boolean;
144
145
  backgroundColor?: {
145
146
  active?: string;
146
147
  static?: string;
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });