@thryveai/theme-interfaces 2.8.66 → 2.8.68
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/JSONSchemas/index.d.ts +20 -2
- package/dist/JSONSchemas/index.js +44 -8
- package/dist/interfaces/icons.interfaces.d.ts +1 -1
- package/dist/storefront/defaultIconsStorefront.js +1 -1
- package/dist/storefront/productBadgeAttributes.d.ts +1 -1
- package/dist/storefront/productBadgeAttributes.js +6 -0
- package/package.json +1 -1
|
@@ -1347,7 +1347,7 @@ export declare const JSONSchemas: {
|
|
|
1347
1347
|
};
|
|
1348
1348
|
additionalProperties: boolean;
|
|
1349
1349
|
};
|
|
1350
|
-
"DeepPartial<def-alias-492965062-71-
|
|
1350
|
+
"DeepPartial<def-alias-492965062-71-991-492965062-0-2694[]>": {
|
|
1351
1351
|
type: string;
|
|
1352
1352
|
items: {
|
|
1353
1353
|
$ref: string;
|
|
@@ -2906,7 +2906,7 @@ export declare const JSONSchemas: {
|
|
|
2906
2906
|
DefaultIconsForSchema: {
|
|
2907
2907
|
$ref: string;
|
|
2908
2908
|
};
|
|
2909
|
-
"DeepPartial<(structure-1667837717-
|
|
2909
|
+
"DeepPartial<(structure-1667837717-3764-3766-1667837717-3764-3781-1667837717-3751-3782-1667837717-3714-3783-1667837717-0-3784&def-alias-1667837717-39-107-1667837717-0-3784)>": {
|
|
2910
2910
|
type: string;
|
|
2911
2911
|
properties: {
|
|
2912
2912
|
AccountOutline: {
|
|
@@ -3467,6 +3467,24 @@ export declare const JSONSchemas: {
|
|
|
3467
3467
|
LockedIn: {
|
|
3468
3468
|
type: string;
|
|
3469
3469
|
};
|
|
3470
|
+
Summer: {
|
|
3471
|
+
type: string;
|
|
3472
|
+
};
|
|
3473
|
+
Baby: {
|
|
3474
|
+
type: string;
|
|
3475
|
+
};
|
|
3476
|
+
BackToSchool: {
|
|
3477
|
+
type: string;
|
|
3478
|
+
};
|
|
3479
|
+
Christmas: {
|
|
3480
|
+
type: string;
|
|
3481
|
+
};
|
|
3482
|
+
Easter: {
|
|
3483
|
+
type: string;
|
|
3484
|
+
};
|
|
3485
|
+
Value: {
|
|
3486
|
+
type: string;
|
|
3487
|
+
};
|
|
3470
3488
|
"en-au": {
|
|
3471
3489
|
type: string;
|
|
3472
3490
|
};
|
|
@@ -1597,15 +1597,15 @@ exports.JSONSchemas = {
|
|
|
1597
1597
|
"type": "object",
|
|
1598
1598
|
"properties": {
|
|
1599
1599
|
"attributesRank": {
|
|
1600
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-alias-492965062-71-
|
|
1600
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-492965062-71-991-492965062-0-2694%5B%5D%3E"
|
|
1601
1601
|
},
|
|
1602
1602
|
"excludedAttributes": {
|
|
1603
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-alias-492965062-71-
|
|
1603
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-492965062-71-991-492965062-0-2694%5B%5D%3E"
|
|
1604
1604
|
}
|
|
1605
1605
|
},
|
|
1606
1606
|
"additionalProperties": false
|
|
1607
1607
|
},
|
|
1608
|
-
"DeepPartial<def-alias-492965062-71-
|
|
1608
|
+
"DeepPartial<def-alias-492965062-71-991-492965062-0-2694[]>": {
|
|
1609
1609
|
"type": "array",
|
|
1610
1610
|
"items": {
|
|
1611
1611
|
"$ref": "#/definitions/ProductAttributes"
|
|
@@ -1654,7 +1654,13 @@ exports.JSONSchemas = {
|
|
|
1654
1654
|
"vegetarian",
|
|
1655
1655
|
"hypoallergenic",
|
|
1656
1656
|
"a+ rewards",
|
|
1657
|
-
"lockedin"
|
|
1657
|
+
"lockedin",
|
|
1658
|
+
"summer",
|
|
1659
|
+
"value",
|
|
1660
|
+
"christmas",
|
|
1661
|
+
"back to school",
|
|
1662
|
+
"easter",
|
|
1663
|
+
"baby"
|
|
1658
1664
|
]
|
|
1659
1665
|
},
|
|
1660
1666
|
"DeepPartial<IProductCardSettingsV2>": {
|
|
@@ -2718,7 +2724,13 @@ exports.JSONSchemas = {
|
|
|
2718
2724
|
"Vegetarian",
|
|
2719
2725
|
"Hypoallergenic",
|
|
2720
2726
|
"APlusRewards",
|
|
2721
|
-
"LockedIn"
|
|
2727
|
+
"LockedIn",
|
|
2728
|
+
"Summer",
|
|
2729
|
+
"Baby",
|
|
2730
|
+
"BackToSchool",
|
|
2731
|
+
"Christmas",
|
|
2732
|
+
"Easter",
|
|
2733
|
+
"Value"
|
|
2722
2734
|
]
|
|
2723
2735
|
},
|
|
2724
2736
|
"LanguageFlags": {
|
|
@@ -3997,9 +4009,9 @@ exports.JSONSchemas = {
|
|
|
3997
4009
|
"$ref": "#/definitions/DefaultIconsForSchema",
|
|
3998
4010
|
"definitions": {
|
|
3999
4011
|
"DefaultIconsForSchema": {
|
|
4000
|
-
"$ref": "#/definitions/DeepPartial%3C(structure-1667837717-
|
|
4012
|
+
"$ref": "#/definitions/DeepPartial%3C(structure-1667837717-3764-3766-1667837717-3764-3781-1667837717-3751-3782-1667837717-3714-3783-1667837717-0-3784%26def-alias-1667837717-39-107-1667837717-0-3784)%3E"
|
|
4001
4013
|
},
|
|
4002
|
-
"DeepPartial<(structure-1667837717-
|
|
4014
|
+
"DeepPartial<(structure-1667837717-3764-3766-1667837717-3764-3781-1667837717-3751-3782-1667837717-3714-3783-1667837717-0-3784&def-alias-1667837717-39-107-1667837717-0-3784)>": {
|
|
4003
4015
|
"type": "object",
|
|
4004
4016
|
"properties": {
|
|
4005
4017
|
"AccountOutline": {
|
|
@@ -4560,6 +4572,24 @@ exports.JSONSchemas = {
|
|
|
4560
4572
|
"LockedIn": {
|
|
4561
4573
|
"type": "string"
|
|
4562
4574
|
},
|
|
4575
|
+
"Summer": {
|
|
4576
|
+
"type": "string"
|
|
4577
|
+
},
|
|
4578
|
+
"Baby": {
|
|
4579
|
+
"type": "string"
|
|
4580
|
+
},
|
|
4581
|
+
"BackToSchool": {
|
|
4582
|
+
"type": "string"
|
|
4583
|
+
},
|
|
4584
|
+
"Christmas": {
|
|
4585
|
+
"type": "string"
|
|
4586
|
+
},
|
|
4587
|
+
"Easter": {
|
|
4588
|
+
"type": "string"
|
|
4589
|
+
},
|
|
4590
|
+
"Value": {
|
|
4591
|
+
"type": "string"
|
|
4592
|
+
},
|
|
4563
4593
|
"en-au": {
|
|
4564
4594
|
"type": "string"
|
|
4565
4595
|
},
|
|
@@ -6632,7 +6662,13 @@ exports.JSONSchemas = {
|
|
|
6632
6662
|
"Vegetarian",
|
|
6633
6663
|
"Hypoallergenic",
|
|
6634
6664
|
"APlusRewards",
|
|
6635
|
-
"LockedIn"
|
|
6665
|
+
"LockedIn",
|
|
6666
|
+
"Summer",
|
|
6667
|
+
"Baby",
|
|
6668
|
+
"BackToSchool",
|
|
6669
|
+
"Christmas",
|
|
6670
|
+
"Easter",
|
|
6671
|
+
"Value"
|
|
6636
6672
|
]
|
|
6637
6673
|
},
|
|
6638
6674
|
"LanguageFlags": {
|
|
@@ -5,6 +5,6 @@ export declare type IIconsObject = {
|
|
|
5
5
|
export declare type PaymentTypesLogos = "AmExpCard" | "AmExpLogo" | "Comodo" | "DiscoverCard" | "DiscoverLogo" | "MasterLogo" | "MasterSecure" | "VisaLogo" | "VisaVerified";
|
|
6
6
|
export declare type PaymentCards = "AmExpCard" | "ApplePay" | "DiscoverCard" | "EBT" | "PayPal" | "GooglePay" | "MasterCard" | "MasterCardDebit" | "VisaCard" | "VisaDebit" | "Paze";
|
|
7
7
|
export declare type IconNames = "AccountOutline" | "AccountSolid" | "Addresses" | "ApplePay" | "ArrowDown" | "ArrowUp" | "ArrowRight" | "ArrowUpdown" | "BarScan" | "Bell" | "Blog" | "Buymie" | "Cart" | "Check" | "CheckCircle" | "ChevronDown" | "ChevronLeft" | "ChevronRight" | "ChevronUp" | "Circular" | "Clear" | "Close" | "Coupon" | "Credit" | "CreditCard" | "Dashboard" | "DeliveryOutline" | "DeliverySolid" | "Dietary" | "DoubleArrows" | "Download" | "Dropship" | "EBT" | "Eco" | "Edit" | "Error" | "ExpressDelivery" | "FaceHappy" | "FaceSad" | "Facebook" | "Fav" | "FavSolid" | "Filter" | "Flag" | "Geolocate" | "GooglePay" | "Hamburger" | "Help" | "Home" | "HouseOrBusinessAccount" | "Info" | "Instacart" | "InstacartLogo" | "Instagram" | "InstructionsFilled" | "ItemLocation" | "ListCheck" | "ListItems" | "ListLarge" | "ListRemove" | "ListSave" | "ListSearch" | "LocationDistance" | "LocationPin" | "LoyaltyCard" | "Mail" | "Minus" | "MoreOptionsH" | "MoreOptionsV" | "None" | "Note" | "NoteFilled" | "Notifications" | "NoDepartments" | "Orders" | "PastPurchases" | "PayPal" | "PayInStore" | "Pause" | "PaymentOutline" | "PaymentSolid" | "Phone" | "PhoneMobile" | "Pickup" | "PickupInfo" | "Pinterest" | "Play" | "Plus" | "Print" | "ProductLocation" | "PromoOutline" | "PromoSolid" | "RadioActive" | "RadioEmpty" | "RecipeCalories" | "RecipeCooktime" | "RecipeIngredients" | "RecipePreptime" | "RecipeServings" | "RecommendedSub" | "Remove" | "Reserve" | "ReserveDate" | "ReserveTime" | "Rewards" | "SavedCard" | "Search" | "SelectCheck" | "SelectEmpty" | "SelectMark" | "Send" | "Settings" | "Share" | "SodiumWarning" | "SortGrid" | "SortList" | "StarOutline" | "StarSolid" | "StarRating" | "Subscription" | "Substitute" | "SubstituteBestmatch" | "SubstituteNone" | "SubstituteProduct" | "TikTok" | "Trash" | "Twitter" | "TargetedReward" | "Unavailable" | "Voice" | "Warning" | "YourLocation" | "Youtube" | "Zetes" | PaymentTypesLogos | PaymentCards | ProductAttributeIcons | LanguageFlags | "Zoom" | "ZoomOut";
|
|
8
|
-
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" | "LimitedIngredients" | "MinimallyProcessed" | "Fsa" | "PlantBased" | "Frozen" | "MapleLeafCanadian" | "HighFiber" | "HighProtein" | "NewProduct" | "Vegetarian" | "Hypoallergenic" | "APlusRewards" | "LockedIn";
|
|
8
|
+
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" | "LimitedIngredients" | "MinimallyProcessed" | "Fsa" | "PlantBased" | "Frozen" | "MapleLeafCanadian" | "HighFiber" | "HighProtein" | "NewProduct" | "Vegetarian" | "Hypoallergenic" | "APlusRewards" | "LockedIn" | "Summer" | "Baby" | "BackToSchool" | "Christmas" | "Easter" | "Value";
|
|
9
9
|
export declare type LanguageFlags = "en-au" | "en-ca" | "en-gb" | "en-ie" | "en-us" | "es-es" | "es-mx" | "es-us" | "fr-ca";
|
|
10
10
|
export declare type DefaultIconsForSchema = DeepPartial<{} & IIconsObject>;
|