@thryveai/theme-interfaces 2.8.36 → 2.8.37
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 +29 -33
- package/dist/JSONSchemas/index.js +79 -83
- package/dist/index.d.ts +1 -0
- package/dist/index.js +15 -0
- package/dist/interfaces/retailer-settings.interfaces.d.ts +0 -1
- package/dist/product-card-template/layouts/CarouselCard/DUN-attributes.d.ts +3 -0
- package/dist/product-card-template/layouts/CarouselCard/DUN-attributes.js +312 -0
- package/dist/product-card-template/layouts/CarouselCard/Default.d.ts +3 -0
- package/dist/product-card-template/layouts/CarouselCard/Default.js +330 -0
- package/dist/product-card-template/layouts/CarouselCard/PCE-centered.d.ts +3 -0
- package/dist/product-card-template/layouts/CarouselCard/PCE-centered.js +216 -0
- package/dist/product-card-template/layouts/CarouselCard/PRS-labels.d.ts +3 -0
- package/dist/product-card-template/layouts/CarouselCard/PRS-labels.js +283 -0
- package/dist/product-card-template/layouts/FlyerCard/Default.d.ts +3 -0
- package/dist/product-card-template/layouts/FlyerCard/Default.js +114 -0
- package/dist/product-card-template/layouts/FlyerCard/Detailed.d.ts +3 -0
- package/dist/product-card-template/layouts/FlyerCard/Detailed.js +164 -0
- package/dist/product-card-template/layouts/ProductGrid/DUN-attributes.d.ts +3 -0
- package/dist/product-card-template/layouts/ProductGrid/DUN-attributes.js +344 -0
- package/dist/product-card-template/layouts/ProductGrid/Default.d.ts +3 -0
- package/dist/product-card-template/layouts/ProductGrid/Default.js +341 -0
- package/dist/product-card-template/layouts/ProductGrid/PCE-centered.d.ts +3 -0
- package/dist/product-card-template/layouts/ProductGrid/PCE-centered.js +317 -0
- package/dist/product-card-template/layouts/ProductGrid/PRS-labels.d.ts +3 -0
- package/dist/product-card-template/layouts/ProductGrid/PRS-labels.js +319 -0
- package/dist/product-card-template/template.interfaces.d.ts +55 -0
- package/dist/product-card-template/template.interfaces.js +51 -0
- package/dist/storefront/commonSettingsStorefront.js +0 -1
- package/dist/storefront/defaultIconsStorefront.js +1 -1
- package/dist/storefront/defaultSettingsStorefront.js +0 -1
- package/dist/storefront/defaultThemeStorefront.d.ts +17 -0
- package/dist/storefront/defaultThemeStorefront.js +18 -1
- package/package.json +1 -1
|
@@ -69,7 +69,7 @@ export declare const JSONSchemas: {
|
|
|
69
69
|
};
|
|
70
70
|
additionalProperties: boolean;
|
|
71
71
|
};
|
|
72
|
-
"DeepPartial<structure-212214565-20083-20290-212214565-20069-20291-212214565-20034-20511-212214565-0-
|
|
72
|
+
"DeepPartial<structure-212214565-20083-20290-212214565-20069-20291-212214565-20034-20511-212214565-0-24609>": {
|
|
73
73
|
type: string;
|
|
74
74
|
properties: {
|
|
75
75
|
barcodeSettings: {
|
|
@@ -102,7 +102,7 @@ export declare const JSONSchemas: {
|
|
|
102
102
|
};
|
|
103
103
|
additionalProperties: boolean;
|
|
104
104
|
};
|
|
105
|
-
"DeepPartial<def-alias-212214565-17607-18259-212214565-0-
|
|
105
|
+
"DeepPartial<def-alias-212214565-17607-18259-212214565-0-24609[]>": {
|
|
106
106
|
type: string;
|
|
107
107
|
items: {
|
|
108
108
|
$ref: string;
|
|
@@ -164,7 +164,7 @@ export declare const JSONSchemas: {
|
|
|
164
164
|
required: string[];
|
|
165
165
|
additionalProperties: boolean;
|
|
166
166
|
};
|
|
167
|
-
"DeepPartial<structure-212214565-20298-20375-212214565-20291-20376-212214565-20034-20511-212214565-0-
|
|
167
|
+
"DeepPartial<structure-212214565-20298-20375-212214565-20291-20376-212214565-20034-20511-212214565-0-24609>": {
|
|
168
168
|
type: string;
|
|
169
169
|
properties: {
|
|
170
170
|
enabled: {
|
|
@@ -180,7 +180,7 @@ export declare const JSONSchemas: {
|
|
|
180
180
|
};
|
|
181
181
|
additionalProperties: boolean;
|
|
182
182
|
};
|
|
183
|
-
"DeepPartial<structure-212214565-20390-20430-212214565-20376-20431-212214565-20034-20511-212214565-0-
|
|
183
|
+
"DeepPartial<structure-212214565-20390-20430-212214565-20376-20431-212214565-20034-20511-212214565-0-24609>": {
|
|
184
184
|
type: string;
|
|
185
185
|
properties: {
|
|
186
186
|
deleteAccountButton: {
|
|
@@ -189,7 +189,7 @@ export declare const JSONSchemas: {
|
|
|
189
189
|
};
|
|
190
190
|
additionalProperties: boolean;
|
|
191
191
|
};
|
|
192
|
-
"DeepPartial<structure-212214565-20457-20508-212214565-20431-20509-212214565-20034-20511-212214565-0-
|
|
192
|
+
"DeepPartial<structure-212214565-20457-20508-212214565-20431-20509-212214565-20034-20511-212214565-0-24609>": {
|
|
193
193
|
type: string;
|
|
194
194
|
properties: {
|
|
195
195
|
businessAccount: {
|
|
@@ -210,7 +210,7 @@ export declare const JSONSchemas: {
|
|
|
210
210
|
};
|
|
211
211
|
additionalProperties: boolean;
|
|
212
212
|
};
|
|
213
|
-
"DeepPartial<structure-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-
|
|
213
|
+
"DeepPartial<structure-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24609>": {
|
|
214
214
|
type: string;
|
|
215
215
|
properties: {
|
|
216
216
|
title: {
|
|
@@ -225,7 +225,7 @@ export declare const JSONSchemas: {
|
|
|
225
225
|
};
|
|
226
226
|
additionalProperties: boolean;
|
|
227
227
|
};
|
|
228
|
-
"DeepPartial<structure-212214565-20597-20671-212214565-20586-20672-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-
|
|
228
|
+
"DeepPartial<structure-212214565-20597-20671-212214565-20586-20672-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24609>": {
|
|
229
229
|
type: string;
|
|
230
230
|
properties: {
|
|
231
231
|
enabled: {
|
|
@@ -237,7 +237,7 @@ export declare const JSONSchemas: {
|
|
|
237
237
|
};
|
|
238
238
|
additionalProperties: boolean;
|
|
239
239
|
};
|
|
240
|
-
"DeepPartial<structure-212214565-20685-20759-212214565-20672-20760-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-
|
|
240
|
+
"DeepPartial<structure-212214565-20685-20759-212214565-20672-20760-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24609>": {
|
|
241
241
|
type: string;
|
|
242
242
|
properties: {
|
|
243
243
|
enabled: {
|
|
@@ -249,7 +249,7 @@ export declare const JSONSchemas: {
|
|
|
249
249
|
};
|
|
250
250
|
additionalProperties: boolean;
|
|
251
251
|
};
|
|
252
|
-
"DeepPartial<structure-212214565-20780-20889-212214565-20760-20890-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-
|
|
252
|
+
"DeepPartial<structure-212214565-20780-20889-212214565-20760-20890-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24609>": {
|
|
253
253
|
type: string;
|
|
254
254
|
properties: {
|
|
255
255
|
enabled: {
|
|
@@ -264,7 +264,7 @@ export declare const JSONSchemas: {
|
|
|
264
264
|
};
|
|
265
265
|
additionalProperties: boolean;
|
|
266
266
|
};
|
|
267
|
-
"DeepPartial<def-alias-212214565-20897-21025-212214565-0-
|
|
267
|
+
"DeepPartial<def-alias-212214565-20897-21025-212214565-0-24609[]>": {
|
|
268
268
|
type: string;
|
|
269
269
|
items: {
|
|
270
270
|
$ref: string;
|
|
@@ -334,7 +334,7 @@ export declare const JSONSchemas: {
|
|
|
334
334
|
};
|
|
335
335
|
additionalProperties: boolean;
|
|
336
336
|
};
|
|
337
|
-
"DeepPartial<structure-212214565-10307-10352-212214565-10296-10353-212214565-10204-10663-212214565-0-
|
|
337
|
+
"DeepPartial<structure-212214565-10307-10352-212214565-10296-10353-212214565-10204-10663-212214565-0-24609>": {
|
|
338
338
|
type: string;
|
|
339
339
|
properties: {
|
|
340
340
|
enabled: {
|
|
@@ -346,7 +346,7 @@ export declare const JSONSchemas: {
|
|
|
346
346
|
};
|
|
347
347
|
additionalProperties: boolean;
|
|
348
348
|
};
|
|
349
|
-
"DeepPartial<structure-212214565-10368-10599-212214565-10353-10600-212214565-10204-10663-212214565-0-
|
|
349
|
+
"DeepPartial<structure-212214565-10368-10599-212214565-10353-10600-212214565-10204-10663-212214565-0-24609>": {
|
|
350
350
|
type: string;
|
|
351
351
|
properties: {
|
|
352
352
|
enabled: {
|
|
@@ -491,7 +491,7 @@ export declare const JSONSchemas: {
|
|
|
491
491
|
};
|
|
492
492
|
additionalProperties: boolean;
|
|
493
493
|
};
|
|
494
|
-
"DeepPartial<structure-212214565-11103-11312-212214565-11085-11313-212214565-10780-11315-212214565-0-
|
|
494
|
+
"DeepPartial<structure-212214565-11103-11312-212214565-11085-11313-212214565-10780-11315-212214565-0-24609>": {
|
|
495
495
|
type: string;
|
|
496
496
|
properties: {
|
|
497
497
|
googlePayButton: {
|
|
@@ -500,7 +500,7 @@ export declare const JSONSchemas: {
|
|
|
500
500
|
};
|
|
501
501
|
additionalProperties: boolean;
|
|
502
502
|
};
|
|
503
|
-
"DeepPartial<structure-212214565-11126-11307-212214565-11105-11308-212214565-11103-11312-212214565-11085-11313-212214565-10780-11315-212214565-0-
|
|
503
|
+
"DeepPartial<structure-212214565-11126-11307-212214565-11105-11308-212214565-11103-11312-212214565-11085-11313-212214565-10780-11315-212214565-0-24609>": {
|
|
504
504
|
type: string;
|
|
505
505
|
properties: {
|
|
506
506
|
buttonType: {
|
|
@@ -913,7 +913,7 @@ export declare const JSONSchemas: {
|
|
|
913
913
|
};
|
|
914
914
|
additionalProperties: boolean;
|
|
915
915
|
};
|
|
916
|
-
"DeepPartial<structure-212214565-13098-13169-212214565-13082-13170-212214565-12986-13172-212214565-0-
|
|
916
|
+
"DeepPartial<structure-212214565-13098-13169-212214565-13082-13170-212214565-12986-13172-212214565-0-24609>": {
|
|
917
917
|
type: string;
|
|
918
918
|
properties: {
|
|
919
919
|
mobile: {
|
|
@@ -927,7 +927,7 @@ export declare const JSONSchemas: {
|
|
|
927
927
|
};
|
|
928
928
|
additionalProperties: boolean;
|
|
929
929
|
};
|
|
930
|
-
"DeepPartial<structure-212214565-12043-12088-212214565-12015-12089-212214565-11315-12896-212214565-0-
|
|
930
|
+
"DeepPartial<structure-212214565-12043-12088-212214565-12015-12089-212214565-11315-12896-212214565-0-24609>": {
|
|
931
931
|
type: string;
|
|
932
932
|
properties: {
|
|
933
933
|
enabled: {
|
|
@@ -1066,7 +1066,7 @@ export declare const JSONSchemas: {
|
|
|
1066
1066
|
};
|
|
1067
1067
|
additionalProperties: boolean;
|
|
1068
1068
|
};
|
|
1069
|
-
"DeepPartial<structure-212214565-12256-12301-212214565-12222-12302-212214565-11315-12896-212214565-0-
|
|
1069
|
+
"DeepPartial<structure-212214565-12256-12301-212214565-12222-12302-212214565-11315-12896-212214565-0-24609>": {
|
|
1070
1070
|
type: string;
|
|
1071
1071
|
properties: {
|
|
1072
1072
|
enabled: {
|
|
@@ -1078,7 +1078,7 @@ export declare const JSONSchemas: {
|
|
|
1078
1078
|
};
|
|
1079
1079
|
additionalProperties: boolean;
|
|
1080
1080
|
};
|
|
1081
|
-
"DeepPartial<def-interface-212214565-19287-19530-212214565-0-
|
|
1081
|
+
"DeepPartial<def-interface-212214565-19287-19530-212214565-0-24609[]>": {
|
|
1082
1082
|
type: string;
|
|
1083
1083
|
items: {
|
|
1084
1084
|
$ref: string;
|
|
@@ -1135,7 +1135,7 @@ export declare const JSONSchemas: {
|
|
|
1135
1135
|
required: string[];
|
|
1136
1136
|
additionalProperties: boolean;
|
|
1137
1137
|
};
|
|
1138
|
-
"DeepPartial<def-alias-212214565-
|
|
1138
|
+
"DeepPartial<def-alias-212214565-23925-23989-212214565-0-24609[]>": {
|
|
1139
1139
|
type: string;
|
|
1140
1140
|
items: {
|
|
1141
1141
|
$ref: string;
|
|
@@ -1175,7 +1175,7 @@ export declare const JSONSchemas: {
|
|
|
1175
1175
|
};
|
|
1176
1176
|
additionalProperties: boolean;
|
|
1177
1177
|
};
|
|
1178
|
-
"DeepPartial<structure-212214565-12768-12893-212214565-12750-12894-212214565-11315-12896-212214565-0-
|
|
1178
|
+
"DeepPartial<structure-212214565-12768-12893-212214565-12750-12894-212214565-11315-12896-212214565-0-24609>": {
|
|
1179
1179
|
type: string;
|
|
1180
1180
|
properties: {
|
|
1181
1181
|
planning: {
|
|
@@ -1239,7 +1239,7 @@ export declare const JSONSchemas: {
|
|
|
1239
1239
|
};
|
|
1240
1240
|
additionalProperties: boolean;
|
|
1241
1241
|
};
|
|
1242
|
-
"DeepPartial<def-interface-212214565-
|
|
1242
|
+
"DeepPartial<def-interface-212214565-24222-24298-212214565-0-24609[]>": {
|
|
1243
1243
|
type: string;
|
|
1244
1244
|
items: {
|
|
1245
1245
|
$ref: string;
|
|
@@ -1287,7 +1287,7 @@ export declare const JSONSchemas: {
|
|
|
1287
1287
|
};
|
|
1288
1288
|
additionalProperties: boolean;
|
|
1289
1289
|
};
|
|
1290
|
-
"DeepPartial<structure-212214565-
|
|
1290
|
+
"DeepPartial<structure-212214565-23402-23483-212214565-23391-23484-212214565-23345-23578-212214565-0-24609>": {
|
|
1291
1291
|
type: string;
|
|
1292
1292
|
properties: {
|
|
1293
1293
|
left: {
|
|
@@ -1299,7 +1299,7 @@ export declare const JSONSchemas: {
|
|
|
1299
1299
|
};
|
|
1300
1300
|
additionalProperties: boolean;
|
|
1301
1301
|
};
|
|
1302
|
-
"DeepPartial<def-alias-212214565-
|
|
1302
|
+
"DeepPartial<def-alias-212214565-23578-23787-212214565-0-24609[]>": {
|
|
1303
1303
|
type: string;
|
|
1304
1304
|
items: {
|
|
1305
1305
|
$ref: string;
|
|
@@ -1308,7 +1308,7 @@ export declare const JSONSchemas: {
|
|
|
1308
1308
|
PdpDetailsElementLayout: {
|
|
1309
1309
|
type: string;
|
|
1310
1310
|
};
|
|
1311
|
-
"DeepPartial<structure-212214565-
|
|
1311
|
+
"DeepPartial<structure-212214565-23494-23575-212214565-23484-23576-212214565-23345-23578-212214565-0-24609>": {
|
|
1312
1312
|
type: string;
|
|
1313
1313
|
properties: {
|
|
1314
1314
|
left: {
|
|
@@ -1410,7 +1410,7 @@ export declare const JSONSchemas: {
|
|
|
1410
1410
|
};
|
|
1411
1411
|
additionalProperties: boolean;
|
|
1412
1412
|
};
|
|
1413
|
-
"DeepPartial<structure-212214565-21768-21958-212214565-21753-21959-212214565-21591-21961-212214565-0-
|
|
1413
|
+
"DeepPartial<structure-212214565-21768-21958-212214565-21753-21959-212214565-21591-21961-212214565-0-24609>": {
|
|
1414
1414
|
type: string;
|
|
1415
1415
|
properties: {
|
|
1416
1416
|
enabled: {
|
|
@@ -1440,10 +1440,6 @@ export declare const JSONSchemas: {
|
|
|
1440
1440
|
type: string;
|
|
1441
1441
|
enum: string[];
|
|
1442
1442
|
};
|
|
1443
|
-
SimplifiedCarousel: {
|
|
1444
|
-
type: string;
|
|
1445
|
-
const: string;
|
|
1446
|
-
};
|
|
1447
1443
|
};
|
|
1448
1444
|
additionalProperties: boolean;
|
|
1449
1445
|
};
|
|
@@ -1858,7 +1854,7 @@ export declare const JSONSchemas: {
|
|
|
1858
1854
|
};
|
|
1859
1855
|
additionalProperties: boolean;
|
|
1860
1856
|
};
|
|
1861
|
-
"DeepPartial<indexed-type-212214565-
|
|
1857
|
+
"DeepPartial<indexed-type-212214565-24070-24132-212214565-24058-24133-212214565-23989-24222-212214565-0-24609>": {
|
|
1862
1858
|
type: string;
|
|
1863
1859
|
properties: {
|
|
1864
1860
|
marketingPreferences: {
|
|
@@ -2070,7 +2066,7 @@ export declare const JSONSchemas: {
|
|
|
2070
2066
|
};
|
|
2071
2067
|
additionalProperties: boolean;
|
|
2072
2068
|
};
|
|
2073
|
-
"DeepPartial<structure-212214565-
|
|
2069
|
+
"DeepPartial<structure-212214565-24470-24515-212214565-24453-24516-212214565-24394-24549-212214565-0-24609>": {
|
|
2074
2070
|
type: string;
|
|
2075
2071
|
properties: {
|
|
2076
2072
|
right: {
|
|
@@ -2115,7 +2111,7 @@ export declare const JSONSchemas: {
|
|
|
2115
2111
|
};
|
|
2116
2112
|
additionalProperties: boolean;
|
|
2117
2113
|
};
|
|
2118
|
-
"DeepPartial<interface-212214565-13777-13893-212214565-0-
|
|
2114
|
+
"DeepPartial<interface-212214565-13777-13893-212214565-0-24609>": {
|
|
2119
2115
|
type: string;
|
|
2120
2116
|
properties: {
|
|
2121
2117
|
includeBannerTitle: {
|
|
@@ -2130,7 +2126,7 @@ export declare const JSONSchemas: {
|
|
|
2130
2126
|
};
|
|
2131
2127
|
additionalProperties: boolean;
|
|
2132
2128
|
};
|
|
2133
|
-
"DeepPartial<def-interface-212214565-15809-15933-212214565-0-
|
|
2129
|
+
"DeepPartial<def-interface-212214565-15809-15933-212214565-0-24609[]>": {
|
|
2134
2130
|
type: string;
|
|
2135
2131
|
items: {
|
|
2136
2132
|
$ref: string;
|