@thryveai/theme-interfaces 2.4.21 → 2.4.23-beta.0
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 +28 -27
- package/dist/index.js +33 -31
- package/dist/interfaces/admin-images-interfaces.d.ts +11 -11
- package/dist/interfaces/admin-images-interfaces.js +2 -2
- package/dist/interfaces/admin-settings-interfaces.d.ts +57 -57
- package/dist/interfaces/admin-settings-interfaces.js +2 -2
- package/dist/interfaces/default-settings.interfaces.d.ts +89 -89
- package/dist/interfaces/default-settings.interfaces.js +3 -3
- package/dist/interfaces/default-theme.interface.d.ts +695 -695
- package/dist/interfaces/default-theme.interface.js +2 -2
- package/dist/interfaces/icons.interfaces.d.ts +7 -7
- package/dist/interfaces/icons.interfaces.js +128 -126
- package/dist/interfaces/retailer-settings.interfaces.d.ts +543 -537
- package/dist/interfaces/retailer-settings.interfaces.js +2 -2
- package/dist/interfaces/sts-settings.interfaces.d.ts +6 -6
- package/dist/interfaces/sts-settings.interfaces.js +2 -2
- package/dist/interfaces/theme.interfaces.d.ts +695 -695
- package/dist/interfaces/theme.interfaces.js +2 -2
- package/dist/storefront/SFUIImagesTemplate.AdminUi.d.ts +2 -2
- package/dist/storefront/SFUIImagesTemplate.AdminUi.js +112 -112
- package/dist/storefront/SFUISettingsTemplate.AdminUi.d.ts +14 -14
- package/dist/storefront/SFUISettingsTemplate.AdminUi.js +1025 -1008
- package/dist/storefront/SFUIThemesTemplate.AdminUi.d.ts +3 -3
- package/dist/storefront/SFUIThemesTemplate.AdminUi.js +113 -113
- package/dist/storefront/contentEngineComponents.d.ts +23 -23
- package/dist/storefront/contentEngineComponents.js +25 -25
- package/dist/storefront/defaultIconsStorefront.d.ts +3 -0
- package/dist/storefront/defaultIconsStorefront.js +128 -0
- package/dist/storefront/defaultImagesStorefront.d.ts +3 -3
- package/dist/storefront/defaultImagesStorefront.js +96 -96
- package/dist/storefront/defaultSettingsStorefront.d.ts +3 -3
- package/dist/storefront/defaultSettingsStorefront.js +297 -292
- package/dist/storefront/defaultThemeStorefront.d.ts +5 -5
- package/dist/storefront/defaultThemeStorefront.js +1156 -1156
- package/dist/sts/STSImagesTemplate.AdminUi.d.ts +2 -2
- package/dist/sts/STSImagesTemplate.AdminUi.js +50 -50
- package/dist/sts/STSSettingsTemplate.AdminUi.d.ts +2 -2
- package/dist/sts/STSSettingsTemplate.AdminUi.js +30 -30
- package/dist/sts/defaultSettingsSts.d.ts +3 -3
- package/dist/sts/defaultSettingsSts.js +9 -9
- package/dist/theme-templates/index.d.ts +3 -3
- package/dist/theme-templates/index.js +8 -8
- package/package.json +29 -21
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare type IIconsObject = {
|
|
2
|
-
[iconName in IconNames]: string;
|
|
3
|
-
};
|
|
4
|
-
export declare type PaymentTypesLogos = "AmExpCard" | "Comodo" | "DiscoverCard" | "MasterLogo" | "MasterSecure" | "VisaLogo" | "VisaVerified";
|
|
5
|
-
export declare type PaymentCards = "AmExpCard" | "DiscoverCard" | "MasterCard" | "VisaCard";
|
|
6
|
-
export declare type IconNames = "AccountOutline" | "AccountSolid" | "Addresses" | "ArrowDown" | "ArrowRight" | "ArrowUpdown" | "BarScan" | "Bell" | "Blog" | "Cart" | "Check" | "ChevronDown" | "ChevronLeft" | "ChevronRight" | "ChevronUp" | "Circular" | "Clear" | "Close" | "Coupon" | "Dashboard" | "DeliveryOutline" | "DeliverySolid" | "Dietary" | "DoubleArrows" | "Download" | "Dropship" | "Eco" | "Edit" | "Error" | "FaceHappy" | "FaceSad" | "Facebook" | "Fav" | "FavSolid" | "Filter" | "Flag" | "Geolocate" | "GlutenFree" | "Hamburger" | "Help" | "Home" | "Info" | "Instacart" | "Instagram" | "ItemLocation" | "ListCheck" | "ListItems" | "ListLarge" | "ListRemove" | "ListSave" | "ListSearch" | "Local" | "LocationDistance" | "LocationPin" | "LoyaltyCard" | "Mail" | "Minus" | "MoreOptionsH" | "MoreOptionsV" | "None" | "Note" | "NoteFilled" | "Notifications" | "Orders" | "Organic" | "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" | "Substitute" | "SubstituteBestmatch" | "SubstituteNone" | "SubstituteProduct" | "Trash" | "Twitter" | "Unavailable" | "Voice" | "Warning" | "YourLocation" | "Youtube" | PaymentTypesLogos | PaymentCards;
|
|
7
|
-
export declare const IconNamesToFiles: IIconsObject;
|
|
1
|
+
export declare type IIconsObject = {
|
|
2
|
+
[iconName in IconNames]: string;
|
|
3
|
+
};
|
|
4
|
+
export declare type PaymentTypesLogos = "AmExpCard" | "AmExpLogo" | "Comodo" | "DiscoverCard" | "DiscoverLogo" | "MasterLogo" | "MasterSecure" | "VisaLogo" | "VisaVerified";
|
|
5
|
+
export declare type PaymentCards = "AmExpCard" | "DiscoverCard" | "MasterCard" | "VisaCard";
|
|
6
|
+
export declare type IconNames = "AccountOutline" | "AccountSolid" | "Addresses" | "ArrowDown" | "ArrowRight" | "ArrowUpdown" | "BarScan" | "Bell" | "Blog" | "Cart" | "Check" | "ChevronDown" | "ChevronLeft" | "ChevronRight" | "ChevronUp" | "Circular" | "Clear" | "Close" | "Coupon" | "Dashboard" | "DeliveryOutline" | "DeliverySolid" | "Dietary" | "DoubleArrows" | "Download" | "Dropship" | "Eco" | "Edit" | "Error" | "FaceHappy" | "FaceSad" | "Facebook" | "Fav" | "FavSolid" | "Filter" | "Flag" | "Geolocate" | "GlutenFree" | "Hamburger" | "Help" | "Home" | "Info" | "Instacart" | "Instagram" | "ItemLocation" | "ListCheck" | "ListItems" | "ListLarge" | "ListRemove" | "ListSave" | "ListSearch" | "Local" | "LocationDistance" | "LocationPin" | "LoyaltyCard" | "Mail" | "Minus" | "MoreOptionsH" | "MoreOptionsV" | "None" | "Note" | "NoteFilled" | "Notifications" | "Orders" | "Organic" | "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" | "Substitute" | "SubstituteBestmatch" | "SubstituteNone" | "SubstituteProduct" | "Trash" | "Twitter" | "Unavailable" | "Voice" | "Warning" | "YourLocation" | "Youtube" | PaymentTypesLogos | PaymentCards;
|
|
7
|
+
export declare const IconNamesToFiles: IIconsObject;
|
|
@@ -1,126 +1,128 @@
|
|
|
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
|
-
AmExpCard: "american-express-card",
|
|
9
|
-
ArrowDown: "arrow-down",
|
|
10
|
-
ArrowRight: "arrow-right",
|
|
11
|
-
ArrowUpdown: "arrow-updown",
|
|
12
|
-
BarScan: "bar-scan",
|
|
13
|
-
Bell: "bell",
|
|
14
|
-
Blog: "blog",
|
|
15
|
-
Cart: "cart",
|
|
16
|
-
Check: "check",
|
|
17
|
-
ChevronDown: "chevron-down",
|
|
18
|
-
ChevronLeft: "chevron-left",
|
|
19
|
-
ChevronRight: "chevron-right",
|
|
20
|
-
ChevronUp: "chevron-up",
|
|
21
|
-
Circular: "circular",
|
|
22
|
-
Clear: "clear",
|
|
23
|
-
Close: "close",
|
|
24
|
-
Comodo: "comodo",
|
|
25
|
-
Coupon: "coupon",
|
|
26
|
-
Dashboard: "dashboard",
|
|
27
|
-
DeliveryOutline: "delivery-outline",
|
|
28
|
-
DeliverySolid: "delivery-solid",
|
|
29
|
-
Dietary: "dietary",
|
|
30
|
-
DiscoverCard: "discover-card",
|
|
31
|
-
DoubleArrows: "double-arrows",
|
|
32
|
-
Download: "download",
|
|
33
|
-
Dropship: "dropship",
|
|
34
|
-
Eco: "eco",
|
|
35
|
-
Edit: "edit",
|
|
36
|
-
Error: "error",
|
|
37
|
-
FaceHappy: "face-happy",
|
|
38
|
-
FaceSad: "face-sad",
|
|
39
|
-
Facebook: "facebook",
|
|
40
|
-
Fav: "fav",
|
|
41
|
-
FavSolid: "fav-solid",
|
|
42
|
-
Filter: "filter",
|
|
43
|
-
Flag: "flag",
|
|
44
|
-
Geolocate: "geolocate",
|
|
45
|
-
GlutenFree: "Gluten-Free",
|
|
46
|
-
Hamburger: "hamburger",
|
|
47
|
-
Help: "help",
|
|
48
|
-
Home: "home",
|
|
49
|
-
Info: "info",
|
|
50
|
-
Instacart: "instacart",
|
|
51
|
-
Instagram: "instagram",
|
|
52
|
-
ItemLocation: "item-location",
|
|
53
|
-
ListCheck: "list-check",
|
|
54
|
-
ListItems: "list-items",
|
|
55
|
-
ListLarge: "list-large",
|
|
56
|
-
ListRemove: "list-remove",
|
|
57
|
-
ListSave: "list-save",
|
|
58
|
-
ListSearch: "list-search",
|
|
59
|
-
Local: "Local",
|
|
60
|
-
LocationDistance: "location-distance",
|
|
61
|
-
LocationPin: "location-pin",
|
|
62
|
-
LoyaltyCard: "loyaltycard",
|
|
63
|
-
Mail: "mail",
|
|
64
|
-
MasterCard: "master-card-card",
|
|
65
|
-
MasterLogo: "master-card-logo",
|
|
66
|
-
MasterSecure: "master-card-secure",
|
|
67
|
-
Minus: "minus",
|
|
68
|
-
MoreOptionsH: "more-options-h",
|
|
69
|
-
MoreOptionsV: "more-options-v",
|
|
70
|
-
None: "None",
|
|
71
|
-
Note: "note",
|
|
72
|
-
NoteFilled: "note-filled",
|
|
73
|
-
Notifications: "notifications",
|
|
74
|
-
Orders: "orders",
|
|
75
|
-
Organic: "Organic",
|
|
76
|
-
PastPurchases: "past-purchases",
|
|
77
|
-
Pause: "pause",
|
|
78
|
-
PaymentOutline: "payment-outline",
|
|
79
|
-
PaymentSolid: "payment-solid",
|
|
80
|
-
PayPal: "paypal",
|
|
81
|
-
Phone: "phone",
|
|
82
|
-
PhoneMobile: "phone-mobile",
|
|
83
|
-
Pickup: "pickup",
|
|
84
|
-
PickupInfo: "pickup-info",
|
|
85
|
-
Pinterest: "pinterest",
|
|
86
|
-
Plus: "plus",
|
|
87
|
-
Print: "print",
|
|
88
|
-
PromoOutline: "promo-outline",
|
|
89
|
-
PromoSolid: "promo-solid",
|
|
90
|
-
RadioActive: "radio-active",
|
|
91
|
-
RadioEmpty: "radio-empty",
|
|
92
|
-
RecipeCalories: "recipe-calories",
|
|
93
|
-
RecipeCooktime: "recipe-cooktime",
|
|
94
|
-
RecipeIngredients: "recipe-ingredients",
|
|
95
|
-
RecipePreptime: "recipe-preptime",
|
|
96
|
-
RecipeServings: "recipe-servings",
|
|
97
|
-
Remove: "remove",
|
|
98
|
-
Reserve: "reserve",
|
|
99
|
-
ReserveTime: "reserve-time",
|
|
100
|
-
Search: "search",
|
|
101
|
-
SelectCheck: "select-check",
|
|
102
|
-
SelectEmpty: "select-empty",
|
|
103
|
-
SelectMark: "select-mark",
|
|
104
|
-
Send: "send",
|
|
105
|
-
Settings: "settings",
|
|
106
|
-
Share: "share",
|
|
107
|
-
SodiumWarning: "sodium-warning",
|
|
108
|
-
SortGrid: "sort-grid",
|
|
109
|
-
SortList: "sort-list",
|
|
110
|
-
StarOutline: "star-outline",
|
|
111
|
-
StarSolid: "star-solid",
|
|
112
|
-
Substitute: "subtitute",
|
|
113
|
-
SubstituteBestmatch: "subtitute-bestmatch",
|
|
114
|
-
SubstituteNone: "subtitute-none",
|
|
115
|
-
SubstituteProduct: "subtitute-product",
|
|
116
|
-
Trash: "trash",
|
|
117
|
-
Twitter: "twitter",
|
|
118
|
-
Unavailable: "unavailable",
|
|
119
|
-
VisaCard: "visa-card",
|
|
120
|
-
VisaLogo: "visa-logo",
|
|
121
|
-
VisaVerified: "visa-verified",
|
|
122
|
-
Voice: "voice",
|
|
123
|
-
Warning: "warning",
|
|
124
|
-
YourLocation: "your-location",
|
|
125
|
-
Youtube: "youtube",
|
|
126
|
-
|
|
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
|
+
AmExpCard: "american-express-card",
|
|
9
|
+
ArrowDown: "arrow-down",
|
|
10
|
+
ArrowRight: "arrow-right",
|
|
11
|
+
ArrowUpdown: "arrow-updown",
|
|
12
|
+
BarScan: "bar-scan",
|
|
13
|
+
Bell: "bell",
|
|
14
|
+
Blog: "blog",
|
|
15
|
+
Cart: "cart",
|
|
16
|
+
Check: "check",
|
|
17
|
+
ChevronDown: "chevron-down",
|
|
18
|
+
ChevronLeft: "chevron-left",
|
|
19
|
+
ChevronRight: "chevron-right",
|
|
20
|
+
ChevronUp: "chevron-up",
|
|
21
|
+
Circular: "circular",
|
|
22
|
+
Clear: "clear",
|
|
23
|
+
Close: "close",
|
|
24
|
+
Comodo: "comodo",
|
|
25
|
+
Coupon: "coupon",
|
|
26
|
+
Dashboard: "dashboard",
|
|
27
|
+
DeliveryOutline: "delivery-outline",
|
|
28
|
+
DeliverySolid: "delivery-solid",
|
|
29
|
+
Dietary: "dietary",
|
|
30
|
+
DiscoverCard: "discover-card",
|
|
31
|
+
DoubleArrows: "double-arrows",
|
|
32
|
+
Download: "download",
|
|
33
|
+
Dropship: "dropship",
|
|
34
|
+
Eco: "eco",
|
|
35
|
+
Edit: "edit",
|
|
36
|
+
Error: "error",
|
|
37
|
+
FaceHappy: "face-happy",
|
|
38
|
+
FaceSad: "face-sad",
|
|
39
|
+
Facebook: "facebook",
|
|
40
|
+
Fav: "fav",
|
|
41
|
+
FavSolid: "fav-solid",
|
|
42
|
+
Filter: "filter",
|
|
43
|
+
Flag: "flag",
|
|
44
|
+
Geolocate: "geolocate",
|
|
45
|
+
GlutenFree: "Gluten-Free",
|
|
46
|
+
Hamburger: "hamburger",
|
|
47
|
+
Help: "help",
|
|
48
|
+
Home: "home",
|
|
49
|
+
Info: "info",
|
|
50
|
+
Instacart: "instacart",
|
|
51
|
+
Instagram: "instagram",
|
|
52
|
+
ItemLocation: "item-location",
|
|
53
|
+
ListCheck: "list-check",
|
|
54
|
+
ListItems: "list-items",
|
|
55
|
+
ListLarge: "list-large",
|
|
56
|
+
ListRemove: "list-remove",
|
|
57
|
+
ListSave: "list-save",
|
|
58
|
+
ListSearch: "list-search",
|
|
59
|
+
Local: "Local",
|
|
60
|
+
LocationDistance: "location-distance",
|
|
61
|
+
LocationPin: "location-pin",
|
|
62
|
+
LoyaltyCard: "loyaltycard",
|
|
63
|
+
Mail: "mail",
|
|
64
|
+
MasterCard: "master-card-card",
|
|
65
|
+
MasterLogo: "master-card-logo",
|
|
66
|
+
MasterSecure: "master-card-secure",
|
|
67
|
+
Minus: "minus",
|
|
68
|
+
MoreOptionsH: "more-options-h",
|
|
69
|
+
MoreOptionsV: "more-options-v",
|
|
70
|
+
None: "None",
|
|
71
|
+
Note: "note",
|
|
72
|
+
NoteFilled: "note-filled",
|
|
73
|
+
Notifications: "notifications",
|
|
74
|
+
Orders: "orders",
|
|
75
|
+
Organic: "Organic",
|
|
76
|
+
PastPurchases: "past-purchases",
|
|
77
|
+
Pause: "pause",
|
|
78
|
+
PaymentOutline: "payment-outline",
|
|
79
|
+
PaymentSolid: "payment-solid",
|
|
80
|
+
PayPal: "paypal",
|
|
81
|
+
Phone: "phone",
|
|
82
|
+
PhoneMobile: "phone-mobile",
|
|
83
|
+
Pickup: "pickup",
|
|
84
|
+
PickupInfo: "pickup-info",
|
|
85
|
+
Pinterest: "pinterest",
|
|
86
|
+
Plus: "plus",
|
|
87
|
+
Print: "print",
|
|
88
|
+
PromoOutline: "promo-outline",
|
|
89
|
+
PromoSolid: "promo-solid",
|
|
90
|
+
RadioActive: "radio-active",
|
|
91
|
+
RadioEmpty: "radio-empty",
|
|
92
|
+
RecipeCalories: "recipe-calories",
|
|
93
|
+
RecipeCooktime: "recipe-cooktime",
|
|
94
|
+
RecipeIngredients: "recipe-ingredients",
|
|
95
|
+
RecipePreptime: "recipe-preptime",
|
|
96
|
+
RecipeServings: "recipe-servings",
|
|
97
|
+
Remove: "remove",
|
|
98
|
+
Reserve: "reserve",
|
|
99
|
+
ReserveTime: "reserve-time",
|
|
100
|
+
Search: "search",
|
|
101
|
+
SelectCheck: "select-check",
|
|
102
|
+
SelectEmpty: "select-empty",
|
|
103
|
+
SelectMark: "select-mark",
|
|
104
|
+
Send: "send",
|
|
105
|
+
Settings: "settings",
|
|
106
|
+
Share: "share",
|
|
107
|
+
SodiumWarning: "sodium-warning",
|
|
108
|
+
SortGrid: "sort-grid",
|
|
109
|
+
SortList: "sort-list",
|
|
110
|
+
StarOutline: "star-outline",
|
|
111
|
+
StarSolid: "star-solid",
|
|
112
|
+
Substitute: "subtitute",
|
|
113
|
+
SubstituteBestmatch: "subtitute-bestmatch",
|
|
114
|
+
SubstituteNone: "subtitute-none",
|
|
115
|
+
SubstituteProduct: "subtitute-product",
|
|
116
|
+
Trash: "trash",
|
|
117
|
+
Twitter: "twitter",
|
|
118
|
+
Unavailable: "unavailable",
|
|
119
|
+
VisaCard: "visa-card",
|
|
120
|
+
VisaLogo: "visa-logo",
|
|
121
|
+
VisaVerified: "visa-verified",
|
|
122
|
+
Voice: "voice",
|
|
123
|
+
Warning: "warning",
|
|
124
|
+
YourLocation: "your-location",
|
|
125
|
+
Youtube: "youtube",
|
|
126
|
+
AmExpLogo: "AmExpLogo",
|
|
127
|
+
DiscoverLogo: "DiscoverLogo",
|
|
128
|
+
};
|