@thryveai/theme-interfaces 2.2.1 → 2.2.2
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.
- package/dist/index.d.ts +11 -10
- package/dist/index.js +4 -4
- package/dist/{Storefront → storefront}/SFUIImagesTemplate.AdminUi.d.ts +0 -0
- package/dist/{Storefront → storefront}/SFUIImagesTemplate.AdminUi.js +0 -0
- package/dist/{Storefront → storefront}/SFUISettingsTemplate.AdminUi.d.ts +0 -0
- package/dist/{Storefront → storefront}/SFUISettingsTemplate.AdminUi.js +0 -0
- package/dist/{Storefront → storefront}/defaultImagesStorefront.d.ts +0 -0
- package/dist/{Storefront → storefront}/defaultImagesStorefront.js +0 -0
- package/dist/{Storefront → storefront}/defaultSettingsStorefront.d.ts +0 -0
- package/dist/{Storefront → storefront}/defaultSettingsStorefront.js +0 -0
- package/dist/sts/STSSettingsTemplate.AdminUi.js +1 -1
- package/package.json +1 -1
- package/dist/SFUISettingsTemplate.AdminUi.d.ts +0 -3
- package/dist/SFUISettingsTemplate.AdminUi.js +0 -686
- package/dist/STSSettingsTemplate.AdminUi.d.ts +0 -2
- package/dist/STSSettingsTemplate.AdminUi.js +0 -94
- package/dist/defaultSettings.d.ts +0 -3
- package/dist/defaultSettings.js +0 -242
- package/dist/defaultSettingsStorefront.d.ts +0 -3
- package/dist/defaultSettingsStorefront.js +0 -242
- package/dist/defaultSettingsSts.d.ts +0 -2
- package/dist/defaultSettingsSts.js +0 -8
- package/dist/interfaces/index.d.ts +0 -11
- package/dist/interfaces/index.js +0 -5
- package/dist/storefrontUiSettingsTemplateForAdminPanel.d.ts +0 -3
- package/dist/storefrontUiSettingsTemplateForAdminPanel.js +0 -686
package/dist/index.d.ts
CHANGED
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import { IDefaultRetailerSettings } from "./interfaces/default-settings.interfaces";
|
|
4
|
-
import { IDefaultStsSettings } from "./interfaces/sts-settings.interfaces";
|
|
5
|
-
import DefaultConfigSFUI from "./Storefront/defaultSettingsStorefront";
|
|
6
|
-
import DefaultImagesSFUI from "./Storefront/defaultImagesStorefront";
|
|
1
|
+
import DefaultImagesSFUI from './storefront/defaultImagesStorefront';
|
|
2
|
+
import DefaultConfigSFUI from "./storefront/defaultSettingsStorefront";
|
|
7
3
|
import DefaultConfigSTS from "./sts/defaultSettingsSts";
|
|
8
|
-
import { AdminTemplateInputTypes, AdminSettingsTemplateSFUI } from "./
|
|
4
|
+
import { AdminTemplateInputTypes, AdminSettingsTemplateSFUI } from "./storefront/SFUISettingsTemplate.AdminUi";
|
|
9
5
|
import { AdminSettingsTemplateSTS } from "./sts/STSSettingsTemplate.AdminUi";
|
|
10
6
|
import { AdminImagesTemplateSFUI } from "./storefront/SFUIImagesTemplate.AdminUi";
|
|
11
7
|
import { AdminImagesTemplateSTS } from "./sts/STSImagesTemplate.AdminUi";
|
|
8
|
+
import { IconNamesToFiles } from "./interfaces/icons.interfaces";
|
|
9
|
+
import { IAdminTemplateInputTypes, IAdminSettingsTemplate, IAdminSettingsTemplateSTS, IAdminImagesTemplateSFUI, IAdminImagesTemplateSTS, IAdminControl, IAdminControlType } from "./interfaces/admin-settings-interfaces";
|
|
10
|
+
import { IAdminImagesControls, ISecondaryFaviconType } from "./interfaces/admin-images-interfaces";
|
|
11
|
+
import { IDefaultRetailerSettings } from "./interfaces/default-settings.interfaces";
|
|
12
|
+
import { IDefaultStsSettings } from "./interfaces/sts-settings.interfaces";
|
|
12
13
|
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 } from "./interfaces/retailer-settings.interfaces";
|
|
13
|
-
import { IIconsObject, PaymentTypesLogos, PaymentCards, IconNames
|
|
14
|
+
import { IIconsObject, PaymentTypesLogos, PaymentCards, IconNames } from "./interfaces/icons.interfaces";
|
|
14
15
|
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";
|
|
15
16
|
import { IDefaultTheme, IDefaultThemeScripts, IDefaultThemeImages, IDefaultThemeMetadata, IDefaultThemeFavicons, IDefaultThemeLogoPosition, IDefaultThemeLogoHeightsProps, IDefaultThemeLogoHeights, ISTSDefaultThemeInterface, IDefaultThemeFavicon, IDefaultThemeMetadataItem, IDefaultThemeInterface, IGlobalDefaultTheme, IDefaultColors, IInitializedEmptyDefaultTheme, IDefaultThemeAnimationConfettiPlaces, IDefaultThemeGlobalAnimations, IDefaultThemeAnimationsConfettiPlacesTypes, IDefaultThemeAnimationsConfettiProps, IDefaultEmbeddedFont, IDefaultEmbeddedFontSource, IIconPosition } from "./interfaces/default-theme.interface";
|
|
16
|
-
export { DefaultConfigSFUI, DefaultConfigSTS, DefaultImagesSFUI, AdminSettingsTemplateSFUI, AdminSettingsTemplateSTS, AdminTemplateInputTypes, AdminImagesTemplateSFUI, AdminImagesTemplateSTS };
|
|
17
|
+
export { DefaultConfigSFUI, DefaultConfigSTS, DefaultImagesSFUI, AdminSettingsTemplateSFUI, AdminSettingsTemplateSTS, AdminTemplateInputTypes, AdminImagesTemplateSFUI, AdminImagesTemplateSTS, IconNamesToFiles };
|
|
17
18
|
export { IAdminTemplateInputTypes, IAdminSettingsTemplate, IAdminSettingsTemplateSTS, IAdminControl, IAdminControlType, IAdminImagesTemplateSFUI, IAdminImagesTemplateSTS, IAdminImagesControls, ISecondaryFaviconType };
|
|
18
19
|
export { IDefaultRetailerSettings, IDefaultStsSettings };
|
|
19
20
|
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, IIconPosition, };
|
|
20
|
-
export { IIconsObject, PaymentTypesLogos, PaymentCards, IconNames,
|
|
21
|
+
export { IIconsObject, PaymentTypesLogos, PaymentCards, IconNames, };
|
|
21
22
|
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, ICouponGalleryLayout, IPageAdvertsRow, IScreenType, IProductCardLayoutObjects, IProductCardILayoutVersions, IProductCardILayoutTypes, IAdvertsData, };
|
package/dist/index.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.IconNamesToFiles = exports.AdminImagesTemplateSTS = exports.AdminImagesTemplateSFUI = exports.AdminTemplateInputTypes = exports.AdminSettingsTemplateSTS = exports.AdminSettingsTemplateSFUI = exports.DefaultImagesSFUI = exports.DefaultConfigSTS = exports.DefaultConfigSFUI = void 0;
|
|
4
|
-
var
|
|
5
|
-
exports.DefaultConfigSFUI = defaultSettingsStorefront_1.default;
|
|
6
|
-
var defaultImagesStorefront_1 = require("./Storefront/defaultImagesStorefront");
|
|
4
|
+
var defaultImagesStorefront_1 = require("./storefront/defaultImagesStorefront");
|
|
7
5
|
exports.DefaultImagesSFUI = defaultImagesStorefront_1.default;
|
|
6
|
+
var defaultSettingsStorefront_1 = require("./storefront/defaultSettingsStorefront");
|
|
7
|
+
exports.DefaultConfigSFUI = defaultSettingsStorefront_1.default;
|
|
8
8
|
var defaultSettingsSts_1 = require("./sts/defaultSettingsSts");
|
|
9
9
|
exports.DefaultConfigSTS = defaultSettingsSts_1.default;
|
|
10
|
-
var SFUISettingsTemplate_AdminUi_1 = require("./
|
|
10
|
+
var SFUISettingsTemplate_AdminUi_1 = require("./storefront/SFUISettingsTemplate.AdminUi");
|
|
11
11
|
Object.defineProperty(exports, "AdminTemplateInputTypes", { enumerable: true, get: function () { return SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes; } });
|
|
12
12
|
Object.defineProperty(exports, "AdminSettingsTemplateSFUI", { enumerable: true, get: function () { return SFUISettingsTemplate_AdminUi_1.AdminSettingsTemplateSFUI; } });
|
|
13
13
|
var STSSettingsTemplate_AdminUi_1 = require("./sts/STSSettingsTemplate.AdminUi");
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AdminSettingsTemplateSTS = void 0;
|
|
4
|
-
var SFUISettingsTemplate_AdminUi_1 = require("../
|
|
4
|
+
var SFUISettingsTemplate_AdminUi_1 = require("../storefront/SFUISettingsTemplate.AdminUi");
|
|
5
5
|
exports.AdminSettingsTemplateSTS = {
|
|
6
6
|
hasEUTerms: {
|
|
7
7
|
title: 'Has Eu Terms',
|
package/package.json
CHANGED