@thryveai/theme-interfaces 2.7.101 → 2.7.103
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/README.md +29 -29
- package/dist/index.d.ts +2 -2
- package/dist/interfaces/default-settings.interfaces.d.ts +2 -1
- package/dist/interfaces/icons.interfaces.d.ts +1 -1
- package/dist/interfaces/retailer-settings.interfaces.d.ts +4 -1
- package/dist/storefront/defaultIconsStorefront.js +1 -0
- package/dist/storefront/defaultSettingsStorefront.js +3 -0
- package/package.json +1 -1
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/dist/index.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ import { IAdminTemplateInputTypes, IAdminSettingsTemplate, IAdminSettingsTemplat
|
|
|
14
14
|
import { IAdminImagesControls, ISecondaryFaviconType } from "./interfaces/admin-images-interfaces";
|
|
15
15
|
import { IDefaultRetailerSettingsVersion2 } from "./interfaces/default-settings.interfaces";
|
|
16
16
|
import { IDefaultStsSettings } from "./interfaces/sts-settings.interfaces";
|
|
17
|
-
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, IShoppingRuleControl, IAdminOnlyV2, IAccountPageV2, IAddressesSettingsV2, ICartSummaryV2, ICheckoutSettingsV2, IFeaturesV2, IPdpSettingsV2, IProductCardSettingsV2, ISiteSettingsV2, IUseContentEngineV2Components, IPdpNutritionLink, ITypesOfBusiness, IBusinessAccountObject } from "./interfaces/retailer-settings.interfaces";
|
|
17
|
+
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, IShoppingRuleControl, IAdminOnlyV2, IAccountPageV2, IAddressesSettingsV2, ICartSummaryV2, ICheckoutSettingsV2, IFeaturesV2, IPdpSettingsV2, IProductCardSettingsV2, ISiteSettingsV2, IUseContentEngineV2Components, IPdpNutritionLink, ITypesOfBusiness, IBusinessAccountObject, IPerformanceSettingsV2 } from "./interfaces/retailer-settings.interfaces";
|
|
18
18
|
import { IIconsObject, PaymentTypesLogos, PaymentCards, IconNames } from "./interfaces/icons.interfaces";
|
|
19
19
|
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";
|
|
20
20
|
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";
|
|
@@ -35,4 +35,4 @@ export { IAdminTemplateInputTypes, IAdminSettingsTemplate, IAdminSharedSettingsT
|
|
|
35
35
|
export { IDefaultRetailerSettingsVersion2, IDefaultStsSettings };
|
|
36
36
|
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, };
|
|
37
37
|
export { IIconsObject, PaymentTypesLogos, PaymentCards, IconNames };
|
|
38
|
-
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, IUseContentEngineV2Components, IAdvertSettings, IGoogleAutocompleteSettings, ITimeslotModalSettings, IPdpNutritionLink, ISodiumWarning, IProductCardsProps, IProductDetailsPageLayout, ICartSummaryLayout, ISmartBanner, IEntryModalVersion, IShoppingRuleControl, ICouponGalleryLayout, IPageAdvertsRow, IScreenType, IProductCardLayoutObjects, IProductCardILayoutVersions, IProductCardILayoutTypes, IAdvertsData, IAdminOnlyV2, IAccountPageV2, IAddressesSettingsV2, ICartSummaryV2, ICheckoutSettingsV2, IFeaturesV2, IPdpSettingsV2, IProductCardSettingsV2, ISiteSettingsV2, ISharedSettings, };
|
|
38
|
+
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, IUseContentEngineV2Components, IAdvertSettings, IGoogleAutocompleteSettings, ITimeslotModalSettings, IPdpNutritionLink, ISodiumWarning, IProductCardsProps, IProductDetailsPageLayout, ICartSummaryLayout, ISmartBanner, IEntryModalVersion, IShoppingRuleControl, ICouponGalleryLayout, IPageAdvertsRow, IScreenType, IProductCardLayoutObjects, IProductCardILayoutVersions, IProductCardILayoutTypes, IAdvertsData, IAdminOnlyV2, IAccountPageV2, IAddressesSettingsV2, ICartSummaryV2, ICheckoutSettingsV2, IFeaturesV2, IPdpSettingsV2, IProductCardSettingsV2, ISiteSettingsV2, ISharedSettings, IPerformanceSettingsV2, };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IAccountPageSettings, IAccountPageV2, IAddressValidationTypes, IAddressesSettings, IAddressesSettingsV2, IAdminOnlyV2, IAdvertSettings, ICartSummaryV2, ICheckoutSettingsV2, ICheckoutValidation, ICtaButtons, IDefaultCounty, IDefaultSearchParams, IDefaultStoreLocation, IFeatureSwitch, IFeaturesV2, IFlippConfig, IFlippConfigV2, IGlobalAnimations, IGlobalCheckoutProps, IGlobalLayouts, IGoogleAutocompleteSettings, ILayoutSettings, ILoggingLevel, INutritionZone, IPaymentCards, IPdpSettingsV2, IProductCardSettingsV2, IProductCardsProps, IProductDetailsPageLayout, IRegistrationField, IRestrictMapPlaces, IRetailerCountry, ISMSConfig, ISearchPreviewVisibility, ISecondTierAuthorization, ISiteSettings, ISiteSettingsV2, ISodiumWarning, ITimeslotModalSettings, IWelcomeModalV2 } from "./retailer-settings.interfaces";
|
|
1
|
+
import { IAccountPageSettings, IAccountPageV2, IAddressValidationTypes, IAddressesSettings, IAddressesSettingsV2, IAdminOnlyV2, IAdvertSettings, ICartSummaryV2, ICheckoutSettingsV2, ICheckoutValidation, ICtaButtons, IDefaultCounty, IDefaultSearchParams, IDefaultStoreLocation, IFeatureSwitch, IFeaturesV2, IFlippConfig, IFlippConfigV2, IGlobalAnimations, IGlobalCheckoutProps, IGlobalLayouts, IGoogleAutocompleteSettings, ILayoutSettings, ILoggingLevel, INutritionZone, IPaymentCards, IPdpSettingsV2, IProductCardSettingsV2, IProductCardsProps, IProductDetailsPageLayout, IRegistrationField, IRestrictMapPlaces, IRetailerCountry, ISMSConfig, ISearchPreviewVisibility, ISecondTierAuthorization, ISiteSettings, ISiteSettingsV2, ISodiumWarning, ITimeslotModalSettings, IWelcomeModalV2, IPerformanceSettingsV2 } from "./retailer-settings.interfaces";
|
|
2
2
|
export interface IDefaultRetailerSettings {
|
|
3
3
|
adminPanelOnly: {
|
|
4
4
|
bannerName: string;
|
|
@@ -88,4 +88,5 @@ export interface IDefaultRetailerSettingsVersion2 {
|
|
|
88
88
|
productCard: IProductCardSettingsV2;
|
|
89
89
|
siteSettings: ISiteSettingsV2;
|
|
90
90
|
welcomeModal: IWelcomeModalV2[];
|
|
91
|
+
performance: IPerformanceSettingsV2;
|
|
91
92
|
}
|
|
@@ -3,5 +3,5 @@ export declare type IIconsObject = {
|
|
|
3
3
|
};
|
|
4
4
|
export declare type PaymentTypesLogos = "AmExpCard" | "AmExpLogo" | "Comodo" | "DiscoverCard" | "DiscoverLogo" | "MasterLogo" | "MasterSecure" | "VisaLogo" | "VisaVerified";
|
|
5
5
|
export declare type PaymentCards = "AmExpCard" | "ApplePay" | "DiscoverCard" | "EBT" | "PayPal" | "GooglePay" | "MasterCard" | "MasterCardDebit" | "VisaCard";
|
|
6
|
-
export declare type IconNames = "AccountOutline" | "AccountSolid" | "Addresses" | "ApplePay" | "ArrowDown" | "ArrowUp" | "ArrowRight" | "ArrowUpdown" | "BarScan" | "Bell" | "Blog" | "Cart" | "Check" | "ChevronDown" | "ChevronLeft" | "ChevronRight" | "ChevronUp" | "Circular" | "Clear" | "Close" | "Coupon" | "Credit" | "Dashboard" | "DeliveryOutline" | "DeliverySolid" | "Dietary" | "DoubleArrows" | "Download" | "Dropship" | "EBT" | "Eco" | "Edit" | "Error" | "FaceHappy" | "FaceSad" | "Facebook" | "Fav" | "FavSolid" | "Filter" | "Flag" | "Geolocate" | "GooglePay" | "Hamburger" | "Help" | "Home" | "Info" | "Instacart" | "InstacartLogo" | "Instagram" | "InstructionsFilled" | "ItemLocation" | "ListCheck" | "ListItems" | "ListLarge" | "ListRemove" | "ListSave" | "ListSearch" | "LocationDistance" | "LocationPin" | "LoyaltyCard" | "Mail" | "Minus" | "MoreOptionsH" | "MoreOptionsV" | "None" | "Note" | "NoteFilled" | "Notifications" | "Orders" | "PastPurchases" | "PayPal" | "Pause" | "PaymentOutline" | "PaymentSolid" | "Phone" | "PhoneMobile" | "Pickup" | "PickupInfo" | "Pinterest" | "Plus" | "Print" | "PromoOutline" | "PromoSolid" | "RadioActive" | "RadioEmpty" | "RecipeCalories" | "RecipeCooktime" | "RecipeIngredients" | "RecipePreptime" | "RecipeServings" | "Remove" | "Reserve" | "ReserveTime" | "Search" | "SelectCheck" | "SelectEmpty" | "SelectMark" | "Send" | "Settings" | "Share" | "SodiumWarning" | "SortGrid" | "SortList" | "StarOutline" | "StarSolid" | "Subscription" | "Substitute" | "SubstituteBestmatch" | "SubstituteNone" | "SubstituteProduct" | "Trash" | "Twitter" | "Unavailable" | "Voice" | "Warning" | "YourLocation" | "Youtube" | PaymentTypesLogos | PaymentCards | ProductAttributeIcons;
|
|
6
|
+
export declare type IconNames = "AccountOutline" | "AccountSolid" | "Addresses" | "ApplePay" | "ArrowDown" | "ArrowUp" | "ArrowRight" | "ArrowUpdown" | "BarScan" | "Bell" | "Blog" | "Cart" | "Check" | "ChevronDown" | "ChevronLeft" | "ChevronRight" | "ChevronUp" | "Circular" | "Clear" | "Close" | "Coupon" | "Credit" | "Dashboard" | "DeliveryOutline" | "DeliverySolid" | "Dietary" | "DoubleArrows" | "Download" | "Dropship" | "EBT" | "Eco" | "Edit" | "Error" | "FaceHappy" | "FaceSad" | "Facebook" | "Fav" | "FavSolid" | "Filter" | "Flag" | "Geolocate" | "GooglePay" | "Hamburger" | "Help" | "Home" | "Info" | "Instacart" | "InstacartLogo" | "Instagram" | "InstructionsFilled" | "ItemLocation" | "ListCheck" | "ListItems" | "ListLarge" | "ListRemove" | "ListSave" | "ListSearch" | "LocationDistance" | "LocationPin" | "LoyaltyCard" | "Mail" | "Minus" | "MoreOptionsH" | "MoreOptionsV" | "None" | "Note" | "NoteFilled" | "Notifications" | "Orders" | "PastPurchases" | "PayPal" | "Pause" | "PaymentOutline" | "PaymentSolid" | "Phone" | "PhoneMobile" | "Pickup" | "PickupInfo" | "Pinterest" | "Plus" | "Print" | "PromoOutline" | "PromoSolid" | "RadioActive" | "RadioEmpty" | "RecipeCalories" | "RecipeCooktime" | "RecipeIngredients" | "RecipePreptime" | "RecipeServings" | "Remove" | "Reserve" | "ReserveTime" | "Search" | "SelectCheck" | "SelectEmpty" | "SelectMark" | "Send" | "Settings" | "Share" | "SodiumWarning" | "SortGrid" | "SortList" | "StarOutline" | "StarSolid" | "Subscription" | "Substitute" | "SubstituteBestmatch" | "SubstituteNone" | "SubstituteProduct" | "TikTok" | "Trash" | "Twitter" | "Unavailable" | "Voice" | "Warning" | "YourLocation" | "Youtube" | PaymentTypesLogos | PaymentCards | ProductAttributeIcons;
|
|
7
7
|
export declare type ProductAttributeIcons = "GlutenFree" | "Organic" | "Local" | "DairyFree" | "DiabetesFriendly" | "EggFree" | "FairTrade" | "NoArtificialIngredients" | "Halal" | "HeartHealth" | "NoHighFructoseCornSyrup" | "KetoFriendly" | "Kosher" | "LactoseFree" | "LowFODMAP" | "LowSodium" | "NoAddedSugar" | "NonGMO" | "Paleo" | "PeanutFree" | "PlantGoodness" | "SoyFree" | "Vegan" | "WholeGrain" | "BottleDeposit";
|
|
@@ -439,6 +439,9 @@ export interface IWelcomeModalV2 {
|
|
|
439
439
|
target: LinkTarget;
|
|
440
440
|
icon: string;
|
|
441
441
|
}
|
|
442
|
+
export interface IPerformanceSettingsV2 {
|
|
443
|
+
vouchersLongTimeout: boolean;
|
|
444
|
+
}
|
|
442
445
|
export declare type IUseContentEngineV2Components = {
|
|
443
446
|
[key in CMSNames]: boolean;
|
|
444
447
|
};
|
|
@@ -544,7 +547,7 @@ export interface IAdminOnlyV2 {
|
|
|
544
547
|
}
|
|
545
548
|
export interface IAccountPageV2 {
|
|
546
549
|
loyaltyTab: {
|
|
547
|
-
barcodeSettings
|
|
550
|
+
barcodeSettings: IBarcodeSettings;
|
|
548
551
|
disabledEdit?: boolean;
|
|
549
552
|
enabled: boolean;
|
|
550
553
|
loyaltyNumberLength: number;
|
|
@@ -143,6 +143,7 @@ var DefaultIconsSFUI = {
|
|
|
143
143
|
"SubstituteBestmatch": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" role=\"presentation\"><title>A80E767A-7509-49A4-89F3-2C5928E81463svg/</title><defs><path d=\"M15.8342132,7.03856169 C15.9428956,7.56424171 16,8.10878547 16,8.66666667 C16,13.0849447 12.418278,16.6666667 8,16.6666667 C5.66366531,16.6666667 3.56124614,15.6651552 2.09863841,14.0680283 L0.853553391,15.3131133 C0.759785201,15.4068815 0.632608245,15.4595599 0.5,15.4595599 C0.223857625,15.4595599 2.50466314e-13,15.2357023 2.50466314e-13,14.9595599 L2.50466314e-13,10.6666667 C2.50466314e-13,10.5190084 0.0640060796,10.3862996 0.165786769,10.2947716 C0.0571043571,9.76909162 2.50466314e-13,9.22454786 2.50466314e-13,8.66666667 C2.50466314e-13,4.24838867 3.581722,0.666666667 8,0.666666667 C10.3363347,0.666666667 12.4387539,1.66817811 13.9013616,3.26530508 L15.1464466,2.02022006 C15.2402148,1.92645187 15.3673918,1.87377345 15.5,1.87377345 C15.7761424,1.87377345 16,2.09763107 16,2.37377345 L16,6.66666667 C16,6.81432492 15.9359939,6.94703375 15.8342132,7.03856169 L15.8342132,7.03856169 Z M6,5.66666667 C5.44771525,5.66666667 5,6.11438192 5,6.66666667 C5,7.21895142 5.44771525,7.66666667 6,7.66666667 L10,7.66666667 C10.5522847,7.66666667 11,7.21895142 11,6.66666667 C11,6.11438192 10.5522847,5.66666667 10,5.66666667 L6,5.66666667 Z M6,9.66666667 C5.44771525,9.66666667 5,10.1143819 5,10.6666667 C5,11.2189514 5.44771525,11.6666667 6,11.6666667 L10,11.6666667 C10.5522847,11.6666667 11,11.2189514 11,10.6666667 C11,10.1143819 10.5522847,9.66666667 10,9.66666667 L6,9.66666667 Z\" id=\"SubstituteBestmatchpath-1\"/><filter x=\"-1.5%\" y=\"-2.4%\" width=\"103.0%\" height=\"104.8%\" filterUnits=\"objectBoundingBox\" id=\"SubstituteBestmatchfilter-3\"><feOffset dx=\"0\" dy=\"2\" in=\"SourceAlpha\" result=\"shadowOffsetOuter1\"/><feGaussianBlur stdDeviation=\"2\" in=\"shadowOffsetOuter1\" result=\"shadowBlurOuter1\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0\" type=\"matrix\" in=\"shadowBlurOuter1\" result=\"shadowMatrixOuter1\"/><feMerge><feMergeNode in=\"shadowMatrixOuter1\"/><feMergeNode in=\"SourceGraphic\"/></feMerge></filter></defs><g id=\"SubstituteBestmatch000_STYLE-GUIDE\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"SubstituteBestmatch01.3-Iconography\" transform=\"translate(-839.000000, -985.000000)\"><rect id=\"SubstituteBestmatchPAGE-BG\" fill=\"#F3F4F6\" x=\"351\" y=\"0\" width=\"1089\" height=\"2634\"/><g id=\"SubstituteBestmatchNavigation-Copy\" transform=\"translate(501.000000, 369.000000)\"><g id=\"SubstituteBestmatchGroup-Copy-2\" transform=\"translate(303.000000, 581.000000)\"><rect id=\"SubstituteBestmatchRectangle\" fill=\"#FFFFFF\" x=\"0\" y=\"0\" width=\"85\" height=\"85\"/><g id=\"SubstituteBestmatchshare\" transform=\"translate(35.000000, 34.333333)\"><mask id=\"SubstituteBestmatchmask-2\" fill=\"white\"><use xlink:href=\"#SubstituteBestmatchpath-1\"/></mask><use id=\"SubstituteBestmatchOval\" fill=\"#000000\" xlink:href=\"#SubstituteBestmatchpath-1\"/><g id=\"SubstituteBestmatch↳Color\" mask=\"url(#SubstituteBestmatchmask-2)\"><g transform=\"translate(0.000000, 0.666667)\"><rect id=\"SubstituteBestmatche1-Border\" stroke=\"#40464B\" stroke-width=\"1\" fill=\"none\" x=\"0.5\" y=\"0.5\" width=\"15\" height=\"15\"/><rect id=\"SubstituteBestmatche1-Color\" stroke=\"none\" fill=\"#40464B\" fill-rule=\"evenodd\" x=\"0\" y=\"0\" width=\"16\" height=\"16\"/></g></g></g></g><g id=\"SubstituteBestmatchLogos-Copy-25\" filter=\"url(#SubstituteBestmatchfilter-3)\" transform=\"translate(0.000000, 185.000000)\"/></g></g></g></svg>",
|
|
144
144
|
"SubstituteNone": "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" role=\"presentation\"><defs><path id=\"SubstituteNonesubtitute-none-a\" d=\"M15.8342132,7.03856169 C15.9428956,7.56424171 16,8.10878547 16,8.66666667 C16,13.0849447 12.418278,16.6666667 8,16.6666667 C5.66366531,16.6666667 3.56124614,15.6651552 2.09863841,14.0680283 L0.853553391,15.3131133 C0.759785201,15.4068815 0.632608245,15.4595599 0.5,15.4595599 C0.223857625,15.4595599 2.50398679e-13,15.2357023 2.50466314e-13,14.9595599 L2.50992042e-13,10.6666667 C2.51028208e-13,10.5190084 0.0640060796,10.3862996 0.165786769,10.2947716 C0.0571043571,9.76909162 2.50466314e-13,9.22454786 2.50466314e-13,8.66666667 C2.50466314e-13,4.24838867 3.581722,0.666666667 8,0.666666667 C10.3363347,0.666666667 12.4387539,1.66817811 13.9013616,3.26530508 L15.1464466,2.02022006 C15.2402148,1.92645187 15.3673918,1.87377345 15.5,1.87377345 C15.7761424,1.87377345 16,2.09763107 16,2.37377345 L16,6.66666667 C16,6.81432492 15.9359939,6.94703375 15.8342132,7.03856169 Z M8,7.2524531 L6.58578644,5.83823954 C6.19526215,5.44771525 5.56209717,5.44771525 5.17157288,5.83823954 C4.78104858,6.22876383 4.78104858,6.86192881 5.17157288,7.2524531 L6.58578644,8.66666667 L5.17157288,10.0808802 C4.78104858,10.4714045 4.78104858,11.1045695 5.17157288,11.4950938 C5.56209717,11.8856181 6.19526215,11.8856181 6.58578644,11.4950938 L8,10.0808802 L9.41421356,11.4950938 C9.80473785,11.8856181 10.4379028,11.8856181 10.8284271,11.4950938 C11.2189514,11.1045695 11.2189514,10.4714045 10.8284271,10.0808802 L9.41421356,8.66666667 L10.8284271,7.2524531 C11.2189514,6.86192881 11.2189514,6.22876383 10.8284271,5.83823954 C10.4379028,5.44771525 9.80473785,5.44771525 9.41421356,5.83823954 L8,7.2524531 Z\"/></defs><use fill-rule=\"evenodd\" transform=\"translate(0 -.667)\" xlink:href=\"#SubstituteNonesubtitute-none-a\"/></svg>",
|
|
145
145
|
"SubstituteProduct": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" role=\"presentation\"><title>AABCF104-90A6-494A-AE24-D91B051659C8svg/</title><defs><path d=\"M15.8342132,7.03856169 C15.9428956,7.56424171 16,8.10878547 16,8.66666667 C16,13.0849447 12.418278,16.6666667 8,16.6666667 C5.66366531,16.6666667 3.56124614,15.6651552 2.09863841,14.0680283 L0.853553391,15.3131133 C0.759785201,15.4068815 0.632608245,15.4595599 0.5,15.4595599 C0.223857625,15.4595599 0,15.2357023 0,14.9595599 L0,10.6666667 C0,10.5190084 0.0640060796,10.3862996 0.165786769,10.2947716 C0.0571043571,9.76909162 0,9.22454786 0,8.66666667 C0,4.24838867 3.581722,0.666666667 8,0.666666667 C10.3363347,0.666666667 12.4387539,1.66817811 13.9013616,3.26530508 L15.1464466,2.02022006 C15.2402148,1.92645187 15.3673918,1.87377345 15.5,1.87377345 C15.7761424,1.87377345 16,2.09763107 16,2.37377345 L16,6.66666667 C16,6.81432492 15.9359939,6.94703375 15.8342132,7.03856169 L15.8342132,7.03856169 Z M10.5355339,5.95955989 L7.12132034,9.37377345 L5.70710678,7.95955989 C5.31658249,7.56903559 4.68341751,7.56903559 4.29289322,7.95955989 C3.90236893,8.35008418 3.90236893,8.98324916 4.29289322,9.37377345 L7.12132034,12.2022006 L11.9497475,7.37377345 C12.3402718,6.98324916 12.3402718,6.35008418 11.9497475,5.95955989 C11.5592232,5.56903559 10.9260582,5.56903559 10.5355339,5.95955989 Z\" id=\"SubstituteProductpath-1\"/><filter x=\"-1.5%\" y=\"-2.4%\" width=\"103.0%\" height=\"104.8%\" filterUnits=\"objectBoundingBox\" id=\"SubstituteProductfilter-3\"><feOffset dx=\"0\" dy=\"2\" in=\"SourceAlpha\" result=\"shadowOffsetOuter1\"/><feGaussianBlur stdDeviation=\"2\" in=\"shadowOffsetOuter1\" result=\"shadowBlurOuter1\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0\" type=\"matrix\" in=\"shadowBlurOuter1\" result=\"shadowMatrixOuter1\"/><feMerge><feMergeNode in=\"shadowMatrixOuter1\"/><feMergeNode in=\"SourceGraphic\"/></feMerge></filter></defs><g id=\"SubstituteProduct000_STYLE-GUIDE\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"SubstituteProduct01.3-Iconography\" transform=\"translate(-1041.000000, -985.000000)\"><rect id=\"SubstituteProductPAGE-BG\" fill=\"#F3F4F6\" x=\"351\" y=\"0\" width=\"1089\" height=\"2634\"/><g id=\"SubstituteProductNavigation-Copy\" transform=\"translate(501.000000, 369.000000)\"><g id=\"SubstituteProductGroup-Copy\" transform=\"translate(505.000000, 581.000000)\"><rect id=\"SubstituteProductRectangle\" fill=\"#FFFFFF\" x=\"0\" y=\"0\" width=\"85\" height=\"85\"/><g id=\"SubstituteProductshare\" transform=\"translate(35.000000, 34.333333)\"><mask id=\"SubstituteProductmask-2\" fill=\"white\"><use xlink:href=\"#SubstituteProductpath-1\"/></mask><use id=\"SubstituteProductOval\" fill=\"#000000\" xlink:href=\"#SubstituteProductpath-1\"/><g id=\"SubstituteProduct↳Color\" mask=\"url(#SubstituteProductmask-2)\"><g transform=\"translate(0.000000, 0.666667)\"><rect id=\"SubstituteProducte1-Border\" stroke=\"#40464B\" stroke-width=\"1\" fill=\"none\" x=\"0.5\" y=\"0.5\" width=\"15\" height=\"15\"/><rect id=\"SubstituteProducte1-Color\" stroke=\"none\" fill=\"#40464B\" fill-rule=\"evenodd\" x=\"0\" y=\"0\" width=\"16\" height=\"16\"/></g></g></g></g><g id=\"SubstituteProductLogos-Copy-25\" filter=\"url(#SubstituteProductfilter-3)\" transform=\"translate(0.000000, 185.000000)\"/></g></g></g></svg>",
|
|
146
|
+
"TikTok": "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"#40464B\" xmlns=\"http://www.w3.org/2000/svg\" role=\"presentation\"><g clip-path=\"url(#TikTokclip0_3446_21284)\"><path clip-rule=\"evenodd\" d=\"M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32ZM20.425 6.87464C20.6606 8.18242 21.4245 9.30696 22.4728 10.0067L22.4565 10.015C23.1879 10.5065 24.0655 10.7897 25 10.7897V14.2299C23.261 14.2299 21.652 13.6551 20.3356 12.6889V19.6776C20.3356 23.1595 17.5727 26 14.1678 26C12.8513 26 11.6324 25.5752 10.6329 24.8505C9.04015 23.701 8 21.8101 8 19.6693C8 16.1874 10.7629 13.3469 14.1678 13.3469C14.4441 13.3469 14.7204 13.3636 14.9967 13.4052V16.9121C14.7366 16.8288 14.4603 16.7788 14.1678 16.7788C12.6157 16.7788 11.348 18.0783 11.348 19.6693C11.348 20.7772 11.9656 21.7434 12.8595 22.2266C13.2658 22.4431 13.7127 22.5598 14.1678 22.5598C15.6874 22.5598 16.9226 21.3186 16.9876 19.7776V6H20.3437C20.3437 6.29155 20.3762 6.58309 20.425 6.87464Z\"/></g><defs><clipPath id=\"TikTokclip0_3446_21284\"><rect width=\"32\" height=\"32\" fill=\"white\"/></clipPath></defs></svg>",
|
|
146
147
|
"Trash": "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" role=\"presentation\"><defs><path id=\"Trashtrash-a\" d=\"M1.52380953,14.2222222 L1.52380953,3.55555555 L11.8095239,3.55555555 L11.8095239,14.2222222 C11.8095239,15.2 11.0380953,16 10.0952382,16 L3.23809525,16 C2.2952381,16 1.52380953,15.2 1.52380953,14.2222222 Z M12.6666667,0.888888891 L12.6666667,2.66666666 L0.666666667,2.66666666 L0.666666667,0.888888891 L3.66666668,0.888888891 L4.52380954,0 L8.80952387,0 L9.66666667,0.888888891 L12.6666667,0.888888891 Z\"/></defs><use transform=\"translate(1.333)\" xlink:href=\"#Trashtrash-a\"/></svg>",
|
|
147
148
|
"Twitter": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" role=\"presentation\"><path d=\"M8,16 C12.418278,16 16,12.418278 16,8 C16,3.581722 12.418278,0 8,0 C3.581722,0 0,3.581722 0,8 C0,12.418278 3.581722,16 8,16 Z M6.12233421,3.3 L8.39593924,6.60893857 L11.2425818,3.3 L12.0194599,3.3 L8.74105042,7.11088578 L12.3064777,12.3 L9.68414345,12.3 L7.28304998,8.80564838 L4.27692214,12.3 L3.5,12.3 L6.93813694,8.30370117 L3.5,3.3 L6.12233421,3.3 Z M5.75016512,3.88485579 L4.55685804,3.88485579 L7.32859414,7.8495291 L7.67694904,8.34797573 L10.0496416,11.7417427 L11.2429487,11.7417427 L8.33534333,7.58272952 L7.98698843,7.08447369 L5.75016512,3.88485579 Z\"/></svg>",
|
|
148
149
|
"Unavailable": "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" role=\"presentation\"><defs><path id=\"Unavailableunavailable-a\" d=\"M3.79005803,12.9525827 C4.92424216,13.9176382 6.39411214,14.5 8,14.5 C11.5898509,14.5 14.5,11.5898509 14.5,8 C14.5,6.39411214 13.9176382,4.92424216 12.9525827,3.79005803 L3.79005803,12.9525827 Z M2.76615027,11.8551701 L11.8551701,2.76615027 C10.7765938,1.97036095 9.44322623,1.5 8,1.5 C4.41014913,1.5 1.5,4.41014913 1.5,8 C1.5,9.44322623 1.97036095,10.7765938 2.76615027,11.8551701 Z M8,16 C3.581722,16 0,12.418278 0,8 C0,3.581722 3.581722,0 8,0 C12.418278,0 16,3.581722 16,8 C16,12.418278 12.418278,16 8,16 Z\"/></defs><use fill-rule=\"evenodd\" xlink:href=\"#Unavailableunavailable-a\"/></svg>",
|