@thryveai/theme-interfaces 2.3.14 → 2.3.15

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.
Files changed (40) hide show
  1. package/README.md +29 -29
  2. package/package.json +18 -18
  3. package/dist/index.d.ts +0 -25
  4. package/dist/index.js +0 -29
  5. package/dist/interfaces/admin-images-interfaces.d.ts +0 -11
  6. package/dist/interfaces/admin-images-interfaces.js +0 -2
  7. package/dist/interfaces/admin-settings-interfaces.d.ts +0 -51
  8. package/dist/interfaces/admin-settings-interfaces.js +0 -2
  9. package/dist/interfaces/default-settings.interfaces.d.ts +0 -78
  10. package/dist/interfaces/default-settings.interfaces.js +0 -2
  11. package/dist/interfaces/default-theme.interface.d.ts +0 -694
  12. package/dist/interfaces/default-theme.interface.js +0 -2
  13. package/dist/interfaces/icons.interfaces.d.ts +0 -7
  14. package/dist/interfaces/icons.interfaces.js +0 -124
  15. package/dist/interfaces/retailer-settings.interfaces.d.ts +0 -373
  16. package/dist/interfaces/retailer-settings.interfaces.js +0 -2
  17. package/dist/interfaces/sts-settings.interfaces.d.ts +0 -6
  18. package/dist/interfaces/sts-settings.interfaces.js +0 -2
  19. package/dist/interfaces/theme.interfaces.d.ts +0 -695
  20. package/dist/interfaces/theme.interfaces.js +0 -2
  21. package/dist/storefront/SFUIImagesTemplate.AdminUi.d.ts +0 -2
  22. package/dist/storefront/SFUIImagesTemplate.AdminUi.js +0 -112
  23. package/dist/storefront/SFUISettingsTemplate.AdminUi.d.ts +0 -3
  24. package/dist/storefront/SFUISettingsTemplate.AdminUi.js +0 -868
  25. package/dist/storefront/SFUIThemesTemplate.AdminUi.d.ts +0 -3
  26. package/dist/storefront/SFUIThemesTemplate.AdminUi.js +0 -113
  27. package/dist/storefront/defaultImagesStorefront.d.ts +0 -3
  28. package/dist/storefront/defaultImagesStorefront.js +0 -96
  29. package/dist/storefront/defaultSettingsStorefront.d.ts +0 -3
  30. package/dist/storefront/defaultSettingsStorefront.js +0 -257
  31. package/dist/storefront/defaultThemeStorefront.d.ts +0 -5
  32. package/dist/storefront/defaultThemeStorefront.js +0 -1155
  33. package/dist/sts/STSImagesTemplate.AdminUi.d.ts +0 -2
  34. package/dist/sts/STSImagesTemplate.AdminUi.js +0 -50
  35. package/dist/sts/STSSettingsTemplate.AdminUi.d.ts +0 -2
  36. package/dist/sts/STSSettingsTemplate.AdminUi.js +0 -30
  37. package/dist/sts/defaultSettingsSts.d.ts +0 -3
  38. package/dist/sts/defaultSettingsSts.js +0 -9
  39. package/dist/theme-templates/index.d.ts +0 -3
  40. package/dist/theme-templates/index.js +0 -8
package/README.md CHANGED
@@ -1,29 +1,29 @@
1
- #V8 Theme Interfaces
2
-
3
- interfaces for all MI9 Retailer Themes.
4
-
5
- ###icons.interfaces
6
- List of all icons used inside the ui projects.
7
-
8
- ###retailer-settings.interfaces
9
- more info here
10
- https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo
11
- ###theme.interfaces
12
- The interface for each theme, colors, fonts, sizes and other css properties.
13
-
14
- #To Build Project
15
-
16
- ```
17
- npm install
18
- npm run build
19
- ```
20
-
21
- #To Publish npm package
22
- ```
23
- npm login
24
- npm publish
25
- ```
26
- or
27
- ```
28
- npm run push
29
- ```
1
+ #V8 Theme Interfaces
2
+
3
+ interfaces for all MI9 Retailer Themes.
4
+
5
+ ###icons.interfaces
6
+ List of all icons used inside the ui projects.
7
+
8
+ ###retailer-settings.interfaces
9
+ more info here
10
+ https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo
11
+ ###theme.interfaces
12
+ The interface for each theme, colors, fonts, sizes and other css properties.
13
+
14
+ #To Build Project
15
+
16
+ ```
17
+ npm install
18
+ npm run build
19
+ ```
20
+
21
+ #To Publish npm package
22
+ ```
23
+ npm login
24
+ npm publish
25
+ ```
26
+ or
27
+ ```
28
+ npm run push
29
+ ```
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
- {
2
- "name": "@thryveai/theme-interfaces",
3
- "version": "2.3.14",
4
- "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
- "scripts": {
6
- "build": "tsc",
7
- "push": "npm run build && npm publish"
8
- },
9
- "author": "Wynshop",
10
- "license": "ISC",
11
- "main": "dist",
12
- "files": [
13
- "dist"
14
- ],
15
- "devDependencies": {
16
- "typescript": "4.6.3"
17
- }
18
- }
1
+ {
2
+ "name": "@thryveai/theme-interfaces",
3
+ "version": "2.3.15",
4
+ "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
+ "scripts": {
6
+ "build": "tsc",
7
+ "push": "npm run build && npm publish"
8
+ },
9
+ "author": "Wynshop",
10
+ "license": "ISC",
11
+ "main": "dist",
12
+ "files": [
13
+ "dist"
14
+ ],
15
+ "devDependencies": {
16
+ "typescript": "4.6.3"
17
+ }
18
+ }
package/dist/index.d.ts DELETED
@@ -1,25 +0,0 @@
1
- import DefaultImagesSFUI from "./storefront/defaultImagesStorefront";
2
- import DefaultConfigSFUI from "./storefront/defaultSettingsStorefront";
3
- import DefaultThemeSFUI, { globalTheme, DefaultThemeColors } from "./storefront/defaultThemeStorefront";
4
- import DefaultConfigSTS from "./sts/defaultSettingsSts";
5
- import { AdminTemplateInputTypes, AdminSettingsTemplateSFUI } from "./storefront/SFUISettingsTemplate.AdminUi";
6
- import { AdminSettingsTemplateSTS } from "./sts/STSSettingsTemplate.AdminUi";
7
- import { AdminImagesTemplateSFUI } from "./storefront/SFUIImagesTemplate.AdminUi";
8
- import { AdminThemeTemplateSFUI, AdminThemeTemplateOptions } from "./storefront/SFUIThemesTemplate.AdminUi";
9
- import { AdminImagesTemplateSTS } from "./sts/STSImagesTemplate.AdminUi";
10
- import { IconNamesToFiles } from "./interfaces/icons.interfaces";
11
- import AllThemeTemplates from "./theme-templates";
12
- import { IAdminTemplateInputTypes, IAdminSettingsTemplate, IAdminSettingsTemplateSTS, IAdminImagesTemplateSFUI, IAdminThemeTemplateSFUI, IAdminThemeTemplateOptions, IAdminImagesTemplateSTS, IAdminControl, IAdminControlType, IThemeGenerator } from "./interfaces/admin-settings-interfaces";
13
- import { IAdminImagesControls, ISecondaryFaviconType } from "./interfaces/admin-images-interfaces";
14
- import { IDefaultRetailerSettings } from "./interfaces/default-settings.interfaces";
15
- import { IDefaultStsSettings } from "./interfaces/sts-settings.interfaces";
16
- import { IAdvertsData, PdpDetailsElementLayout, IScreenType, IProductCardLayoutObjects, IProductCardILayoutVersions, IProductCardILayoutTypes, ISearchPreview, IRetailerSettings, ISecondTierAuthorization, IFlippConfig, IFlippConfigV2, IFlippScriptUrls, IAllSettings, ISMSConfig, ICtaButtons, IAddressesSettings, IAccountPageSettings, ILayoutSettings, ILoggingLevel, IDefaultSearchParams, IDefaultStoreLocation, IDefaultCounty, IRetailerCountry, IRestrictMapPlaces, IValidationType, INutritionZone, IFooterTypes, IRegistrationFieldTypes, IRegistrationFieldNames, IValidateLength, IValidateMultipleLengths, IValidateDateRange, IRegistrationField, ICheckoutValidation, ISearchPreviewVisibility, IPaymentCards, IGlobalAnimations, ILayoutAnimationsConfetti, IGlobalCheckoutProps, IAddressIntegration, IAddressFinderType, IAdvertLeaderboards, IAdvertProductGrid, IAdvertSkyScrapers, IPageNamesForAdverts, IAddressValidationTypes, IAdvertSettings, IGoogleAutocompleteSettings, ITimeslotModalSettings, ISodiumWarning, IProductCardsProps, IProductDetailsPageLayout, ICartSummaryLayout, ISmartBanner, ICouponGalleryLayout, IPageAdvertsRow, IEntryModalVersion } from "./interfaces/retailer-settings.interfaces";
17
- import { IIconsObject, PaymentTypesLogos, PaymentCards, IconNames } from "./interfaces/icons.interfaces";
18
- import { ITheme, IThemeScripts, IThemeImages, IThemeMetadata, IThemeFavicons, IThemeLogoPosition, IThemeLogoHeightsProps, IThemeLogoHeights, ISTSThemeInterface, IThemeFavicon, IThemeMetadataItem, IThemeInterface, IGlobalTheme, IColors, IInitializedEmptyTheme, IThemeAnimationConfettiPlaces, IThemeGlobalAnimations, IThemeAnimationsConfettiPlacesTypes, IThemeAnimationsConfettiProps, IEmbeddedFont, IEmbeddedFontSource } from "./interfaces/theme.interfaces";
19
- import { IDefaultTheme, IDefaultThemeScripts, IDefaultThemeImages, IDefaultThemeMetadata, IDefaultThemeFavicons, IDefaultThemeLogoPosition, IDefaultThemeLogoHeightsProps, IDefaultThemeLogoHeights, ISTSDefaultThemeInterface, IDefaultThemeFavicon, IDefaultThemeMetadataItem, IDefaultThemeInterface, IGlobalDefaultTheme, IDefaultColors, IBrandColors, IUiColors, IInitializedEmptyDefaultTheme, IDefaultThemeAnimationConfettiPlaces, IDefaultThemeGlobalAnimations, IDefaultThemeAnimationsConfettiPlacesTypes, IDefaultThemeAnimationsConfettiProps, IDefaultEmbeddedFont, IDefaultEmbeddedFontSource, IIconPosition } from "./interfaces/default-theme.interface";
20
- export { DefaultConfigSFUI, DefaultConfigSTS, AllThemeTemplates, DefaultThemeSFUI, globalTheme, DefaultThemeColors, DefaultImagesSFUI, AdminSettingsTemplateSFUI, AdminSettingsTemplateSTS, AdminTemplateInputTypes, AdminImagesTemplateSFUI, AdminThemeTemplateSFUI, AdminThemeTemplateOptions, AdminImagesTemplateSTS, IconNamesToFiles, };
21
- export { IAdminTemplateInputTypes, IAdminSettingsTemplate, IAdminSettingsTemplateSTS, IAdminControl, IAdminControlType, IThemeGenerator, IAdminImagesTemplateSFUI, IAdminImagesTemplateSTS, IAdminThemeTemplateSFUI, IAdminThemeTemplateOptions, IAdminImagesControls, ISecondaryFaviconType, };
22
- export { IDefaultRetailerSettings, IDefaultStsSettings };
23
- export { IDefaultTheme, IDefaultThemeScripts, IDefaultThemeImages, IDefaultThemeMetadata, IDefaultThemeFavicons, IDefaultThemeLogoPosition, IDefaultThemeLogoHeightsProps, IDefaultThemeLogoHeights, ISTSDefaultThemeInterface, IDefaultThemeFavicon, IDefaultThemeMetadataItem, IDefaultThemeInterface, IGlobalDefaultTheme, IDefaultColors, IBrandColors, IUiColors, 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, IIconPosition, };
24
- export { IIconsObject, PaymentTypesLogos, PaymentCards, IconNames };
25
- export { PdpDetailsElementLayout, ISearchPreview, IRetailerSettings, ISecondTierAuthorization, IFlippConfig, IFlippConfigV2, IFlippScriptUrls, IAllSettings, ISMSConfig, ICtaButtons, IAddressesSettings, IAccountPageSettings, ILayoutSettings, ILoggingLevel, IDefaultSearchParams, IDefaultStoreLocation, IDefaultCounty, IRetailerCountry, IRestrictMapPlaces, IValidationType, INutritionZone, IFooterTypes, IRegistrationFieldTypes, IRegistrationFieldNames, IValidateLength, IValidateMultipleLengths, IValidateDateRange, IRegistrationField, ICheckoutValidation, ISearchPreviewVisibility, IPaymentCards, IGlobalAnimations, ILayoutAnimationsConfetti, IGlobalCheckoutProps, IAddressIntegration, IAddressFinderType, IAdvertLeaderboards, IAdvertProductGrid, IAdvertSkyScrapers, IPageNamesForAdverts, IAddressValidationTypes, IAdvertSettings, IGoogleAutocompleteSettings, ITimeslotModalSettings, ISodiumWarning, IProductCardsProps, IProductDetailsPageLayout, ICartSummaryLayout, ISmartBanner, IEntryModalVersion, ICouponGalleryLayout, IPageAdvertsRow, IScreenType, IProductCardLayoutObjects, IProductCardILayoutVersions, IProductCardILayoutTypes, IAdvertsData, };
package/dist/index.js DELETED
@@ -1,29 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IconNamesToFiles = exports.AdminImagesTemplateSTS = exports.AdminThemeTemplateOptions = exports.AdminThemeTemplateSFUI = exports.AdminImagesTemplateSFUI = exports.AdminTemplateInputTypes = exports.AdminSettingsTemplateSTS = exports.AdminSettingsTemplateSFUI = exports.DefaultImagesSFUI = exports.DefaultThemeColors = exports.globalTheme = exports.DefaultThemeSFUI = exports.AllThemeTemplates = exports.DefaultConfigSTS = exports.DefaultConfigSFUI = void 0;
4
- var defaultImagesStorefront_1 = require("./storefront/defaultImagesStorefront");
5
- exports.DefaultImagesSFUI = defaultImagesStorefront_1.default;
6
- var defaultSettingsStorefront_1 = require("./storefront/defaultSettingsStorefront");
7
- exports.DefaultConfigSFUI = defaultSettingsStorefront_1.default;
8
- var defaultThemeStorefront_1 = require("./storefront/defaultThemeStorefront");
9
- exports.DefaultThemeSFUI = defaultThemeStorefront_1.default;
10
- Object.defineProperty(exports, "globalTheme", { enumerable: true, get: function () { return defaultThemeStorefront_1.globalTheme; } });
11
- Object.defineProperty(exports, "DefaultThemeColors", { enumerable: true, get: function () { return defaultThemeStorefront_1.DefaultThemeColors; } });
12
- var defaultSettingsSts_1 = require("./sts/defaultSettingsSts");
13
- exports.DefaultConfigSTS = defaultSettingsSts_1.default;
14
- var SFUISettingsTemplate_AdminUi_1 = require("./storefront/SFUISettingsTemplate.AdminUi");
15
- Object.defineProperty(exports, "AdminTemplateInputTypes", { enumerable: true, get: function () { return SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes; } });
16
- Object.defineProperty(exports, "AdminSettingsTemplateSFUI", { enumerable: true, get: function () { return SFUISettingsTemplate_AdminUi_1.AdminSettingsTemplateSFUI; } });
17
- var STSSettingsTemplate_AdminUi_1 = require("./sts/STSSettingsTemplate.AdminUi");
18
- Object.defineProperty(exports, "AdminSettingsTemplateSTS", { enumerable: true, get: function () { return STSSettingsTemplate_AdminUi_1.AdminSettingsTemplateSTS; } });
19
- var SFUIImagesTemplate_AdminUi_1 = require("./storefront/SFUIImagesTemplate.AdminUi");
20
- Object.defineProperty(exports, "AdminImagesTemplateSFUI", { enumerable: true, get: function () { return SFUIImagesTemplate_AdminUi_1.AdminImagesTemplateSFUI; } });
21
- var SFUIThemesTemplate_AdminUi_1 = require("./storefront/SFUIThemesTemplate.AdminUi");
22
- Object.defineProperty(exports, "AdminThemeTemplateSFUI", { enumerable: true, get: function () { return SFUIThemesTemplate_AdminUi_1.AdminThemeTemplateSFUI; } });
23
- Object.defineProperty(exports, "AdminThemeTemplateOptions", { enumerable: true, get: function () { return SFUIThemesTemplate_AdminUi_1.AdminThemeTemplateOptions; } });
24
- var STSImagesTemplate_AdminUi_1 = require("./sts/STSImagesTemplate.AdminUi");
25
- Object.defineProperty(exports, "AdminImagesTemplateSTS", { enumerable: true, get: function () { return STSImagesTemplate_AdminUi_1.AdminImagesTemplateSTS; } });
26
- var icons_interfaces_1 = require("./interfaces/icons.interfaces");
27
- Object.defineProperty(exports, "IconNamesToFiles", { enumerable: true, get: function () { return icons_interfaces_1.IconNamesToFiles; } });
28
- var theme_templates_1 = require("./theme-templates");
29
- exports.AllThemeTemplates = theme_templates_1.default;
@@ -1,11 +0,0 @@
1
- export interface IAdminImagesControls {
2
- title: string;
3
- hasImage: boolean;
4
- helpLink: string | null;
5
- isArray?: boolean;
6
- }
7
- export interface ISecondaryFaviconType {
8
- rel: string;
9
- sizes: string;
10
- href: string;
11
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,51 +0,0 @@
1
- import { IDefaultCounty, IValidationType } from "./retailer-settings.interfaces";
2
- import { IDefaultColors, IDefaultThemeInterface } from "./default-theme.interface";
3
- export declare type IAdminTemplateInputTypes = {
4
- [key in IAdminControlType]: IAdminControlType;
5
- };
6
- export interface IAdminSettingsTemplate {
7
- adminPanelOnly: IAdminControl;
8
- siteSettings: IAdminControl;
9
- features: IAdminControl;
10
- }
11
- export interface IAdminControl {
12
- title: string;
13
- description: string;
14
- helpLink?: string;
15
- type: IAdminControlType;
16
- options?: string[] | number[] | IDefaultCounty[] | IValidationType[];
17
- value?: {
18
- [key: string]: IAdminControl;
19
- };
20
- }
21
- export declare type IAdminControlType = "checkbox" | "collapsableObject" | "color" | "dropdown" | "inputChar" | "inputNumber" | "multiDropdown" | "nullObject" | "object" | "images" | "string";
22
- export interface IAdminSettingsTemplateSTS {
23
- hasEUTerms: IAdminControl;
24
- hasTwoStepRegistration: IAdminControl;
25
- customTermPolicy: IAdminControl;
26
- gtmId: IAdminControl;
27
- }
28
- export declare type IAdminImagesTemplateSTS = {
29
- [key in IAdminImagesKeysSTS]: IAdminControl;
30
- };
31
- export declare type IAdminImagesTemplateSFUI = {
32
- [key in IAdminImagesKeys]: IAdminControl;
33
- };
34
- export declare type IAdminThemeTemplateSFUI = {
35
- [key in IAdminThemeKeys]: IAdminControl;
36
- };
37
- declare type IAdminThemeKeys = 'colors';
38
- declare type IAdminImagesKeysSTS = "logos" | "stsCheckBox" | "stsFavicon";
39
- declare type IAdminImagesKeys = "icons" | "logos" | "confirmationPageImage" | "stsCheckBox" | "stsFavicon" | "favicon" | "rewards" | "verifySiteImage" | "missingImg";
40
- export interface IAdminThemeTemplateOptions {
41
- title: string;
42
- description: string;
43
- options: SupportThemeTemplates[];
44
- helpLink: string;
45
- }
46
- export declare type IAllThemeTemplates = {
47
- [key in SupportThemeTemplates]: IThemeGenerator;
48
- };
49
- declare type SupportThemeTemplates = 'Default Storefront' | 'Default STS';
50
- export declare type IThemeGenerator = (colors: IDefaultColors) => IDefaultThemeInterface;
51
- export {};
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,78 +0,0 @@
1
- import { IAccountPageSettings, IAddressesSettings, IAddressIntegration, IAddressValidationTypes, IAdvertSettings, ICheckoutValidation, ICtaButtons, IDefaultCounty, IDefaultSearchParams, IDefaultStoreLocation, IFeatureSwitch, IFlippConfig, IFlippConfigV2, IGlobalAnimations, IGlobalCheckoutProps, IGlobalLayouts, IGoogleAutocompleteSettings, ILayoutSettings, ILoggingLevel, INutritionZone, IPaymentCards, IProductCardsProps, IProductDetailsPageLayout, IRegistrationField, IRestrictMapPlaces, IRetailerCountry, ISearchPreviewVisibility, ISecondTierAuthorization, ISiteSettings, ISMSConfig, ISodiumWarning, ITimeslotModalSettings } from "./retailer-settings.interfaces";
2
- export interface IDefaultRetailerSettings {
3
- adminPanelOnly: {
4
- bannerName: string;
5
- logoUrl: string;
6
- };
7
- accountPage: IAccountPageSettings;
8
- addressIntegration: IAddressIntegration;
9
- addressValidationTypes: IAddressValidationTypes;
10
- addresses: IAddressesSettings;
11
- advertSettings: IAdvertSettings;
12
- allowInStorePurchases: boolean;
13
- allowPastPurchases: boolean;
14
- buildNumber: string;
15
- cacheTimeMins: number;
16
- canadianAddressCompleteKey: string | undefined;
17
- checkout: IGlobalCheckoutProps;
18
- checkoutV1: boolean;
19
- checkoutValidation: ICheckoutValidation;
20
- ctaButtons: ICtaButtons | null | undefined;
21
- daysToRemainSignedIn: number;
22
- defaultCountry: IDefaultCounty;
23
- defaultSearchParams: IDefaultSearchParams;
24
- defaultShoppingMode: "pickup" | "planning" | "delivery";
25
- defaultStoreLocation: IDefaultStoreLocation;
26
- disableAddressOnDelivery: boolean;
27
- disableTprPrice: boolean;
28
- documentTitle: string;
29
- eircode: string | undefined;
30
- enable3dSecure: boolean;
31
- enableGoogleTranslate: boolean;
32
- enableNewsletterSignup: boolean;
33
- enableNotifications: boolean;
34
- errorLoggingLevel: ILoggingLevel;
35
- externalStoreSelectorUrl: string | undefined;
36
- favoritesV1: boolean;
37
- features: IFeatureSwitch;
38
- flipp: IFlippConfig | IFlippConfigV2 | null;
39
- globalAnimations: IGlobalAnimations;
40
- googleAutocompleteSettings: IGoogleAutocompleteSettings;
41
- gtmId: undefined | string;
42
- hideTaxOnSummary: boolean;
43
- houseAccountRegExValidation: string;
44
- idpTarget: "_self" | "_blank";
45
- idpUrl: undefined | string;
46
- instacartUrl: string | undefined;
47
- isPlanningOnly: boolean;
48
- layout: ILayoutSettings;
49
- layouts: IGlobalLayouts;
50
- limitProductCardTitleHeight: boolean;
51
- loggingLevelClient: ILoggingLevel;
52
- loggingLevelServer: ILoggingLevel;
53
- mainHeaderHeight: number;
54
- mapZoom: number;
55
- minimumCreditCardAmount: number;
56
- nutritionZone: INutritionZone;
57
- paymentCards: IPaymentCards;
58
- pdpDetailsLayout: IProductDetailsPageLayout;
59
- productCardTitleHeight: number;
60
- productCards: IProductCardsProps;
61
- productCardv2: boolean;
62
- promoTemplateVersion: number;
63
- registrationFields: IRegistrationField[];
64
- restrictMapPlacesResults: IRestrictMapPlaces;
65
- retailerCountry: IRetailerCountry;
66
- retailerName: string;
67
- searchPreview: ISearchPreviewVisibility;
68
- secondTierAuthorization?: ISecondTierAuthorization;
69
- siteSettings: ISiteSettings;
70
- showCheckoutPromoCode: boolean;
71
- showImgOnOrder: boolean;
72
- smsNotifications: ISMSConfig;
73
- sodiumWarning: ISodiumWarning;
74
- specialRequestItems: boolean;
75
- subHeaderHeight: number;
76
- timeslotModalSettings: ITimeslotModalSettings;
77
- useAddressValidation: boolean;
78
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });