@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.
Files changed (33) hide show
  1. package/dist/JSONSchemas/index.d.ts +29 -33
  2. package/dist/JSONSchemas/index.js +79 -83
  3. package/dist/index.d.ts +1 -0
  4. package/dist/index.js +15 -0
  5. package/dist/interfaces/retailer-settings.interfaces.d.ts +0 -1
  6. package/dist/product-card-template/layouts/CarouselCard/DUN-attributes.d.ts +3 -0
  7. package/dist/product-card-template/layouts/CarouselCard/DUN-attributes.js +312 -0
  8. package/dist/product-card-template/layouts/CarouselCard/Default.d.ts +3 -0
  9. package/dist/product-card-template/layouts/CarouselCard/Default.js +330 -0
  10. package/dist/product-card-template/layouts/CarouselCard/PCE-centered.d.ts +3 -0
  11. package/dist/product-card-template/layouts/CarouselCard/PCE-centered.js +216 -0
  12. package/dist/product-card-template/layouts/CarouselCard/PRS-labels.d.ts +3 -0
  13. package/dist/product-card-template/layouts/CarouselCard/PRS-labels.js +283 -0
  14. package/dist/product-card-template/layouts/FlyerCard/Default.d.ts +3 -0
  15. package/dist/product-card-template/layouts/FlyerCard/Default.js +114 -0
  16. package/dist/product-card-template/layouts/FlyerCard/Detailed.d.ts +3 -0
  17. package/dist/product-card-template/layouts/FlyerCard/Detailed.js +164 -0
  18. package/dist/product-card-template/layouts/ProductGrid/DUN-attributes.d.ts +3 -0
  19. package/dist/product-card-template/layouts/ProductGrid/DUN-attributes.js +344 -0
  20. package/dist/product-card-template/layouts/ProductGrid/Default.d.ts +3 -0
  21. package/dist/product-card-template/layouts/ProductGrid/Default.js +341 -0
  22. package/dist/product-card-template/layouts/ProductGrid/PCE-centered.d.ts +3 -0
  23. package/dist/product-card-template/layouts/ProductGrid/PCE-centered.js +317 -0
  24. package/dist/product-card-template/layouts/ProductGrid/PRS-labels.d.ts +3 -0
  25. package/dist/product-card-template/layouts/ProductGrid/PRS-labels.js +319 -0
  26. package/dist/product-card-template/template.interfaces.d.ts +55 -0
  27. package/dist/product-card-template/template.interfaces.js +51 -0
  28. package/dist/storefront/commonSettingsStorefront.js +0 -1
  29. package/dist/storefront/defaultIconsStorefront.js +1 -1
  30. package/dist/storefront/defaultSettingsStorefront.js +0 -1
  31. package/dist/storefront/defaultThemeStorefront.d.ts +17 -0
  32. package/dist/storefront/defaultThemeStorefront.js +18 -1
  33. package/package.json +1 -1
@@ -43,7 +43,7 @@ exports.JSONSchemas = {
43
43
  "$ref": "#/definitions/DeepPartial%3CISiteSettingsV2%3E"
44
44
  },
45
45
  "welcomeModal": {
46
- "$ref": "#/definitions/DeepPartial%3Cdef-interface-212214565-15809-15933-212214565-0-24643%5B%5D%3E"
46
+ "$ref": "#/definitions/DeepPartial%3Cdef-interface-212214565-15809-15933-212214565-0-24609%5B%5D%3E"
47
47
  },
48
48
  "performance": {
49
49
  "$ref": "#/definitions/DeepPartial%3CIPerformanceSettingsV2%3E"
@@ -58,21 +58,21 @@ exports.JSONSchemas = {
58
58
  "type": "object",
59
59
  "properties": {
60
60
  "loyaltyTab": {
61
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20083-20290-212214565-20069-20291-212214565-20034-20511-212214565-0-24643%3E"
61
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20083-20290-212214565-20069-20291-212214565-20034-20511-212214565-0-24609%3E"
62
62
  },
63
63
  "idp": {
64
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20298-20375-212214565-20291-20376-212214565-20034-20511-212214565-0-24643%3E"
64
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20298-20375-212214565-20291-20376-212214565-20034-20511-212214565-0-24609%3E"
65
65
  },
66
66
  "profileTab": {
67
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20390-20430-212214565-20376-20431-212214565-20034-20511-212214565-0-24643%3E"
67
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20390-20430-212214565-20376-20431-212214565-20034-20511-212214565-0-24609%3E"
68
68
  },
69
69
  "secondStepRegistration": {
70
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20457-20508-212214565-20431-20509-212214565-20034-20511-212214565-0-24643%3E"
70
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20457-20508-212214565-20431-20509-212214565-20034-20511-212214565-0-24609%3E"
71
71
  }
72
72
  },
73
73
  "additionalProperties": false
74
74
  },
75
- "DeepPartial<structure-212214565-20083-20290-212214565-20069-20291-212214565-20034-20511-212214565-0-24643>": {
75
+ "DeepPartial<structure-212214565-20083-20290-212214565-20069-20291-212214565-20034-20511-212214565-0-24609>": {
76
76
  "type": "object",
77
77
  "properties": {
78
78
  "barcodeSettings": {
@@ -91,7 +91,7 @@ exports.JSONSchemas = {
91
91
  "type": "string"
92
92
  },
93
93
  "loyaltyValidationType": {
94
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24643%5B%5D%3E"
94
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
95
95
  }
96
96
  },
97
97
  "additionalProperties": false
@@ -105,7 +105,7 @@ exports.JSONSchemas = {
105
105
  },
106
106
  "additionalProperties": false
107
107
  },
108
- "DeepPartial<def-alias-212214565-17607-18259-212214565-0-24643[]>": {
108
+ "DeepPartial<def-alias-212214565-17607-18259-212214565-0-24609[]>": {
109
109
  "type": "array",
110
110
  "items": {
111
111
  "$ref": "#/definitions/IValidationType"
@@ -310,7 +310,7 @@ exports.JSONSchemas = {
310
310
  ],
311
311
  "additionalProperties": false
312
312
  },
313
- "DeepPartial<structure-212214565-20298-20375-212214565-20291-20376-212214565-20034-20511-212214565-0-24643>": {
313
+ "DeepPartial<structure-212214565-20298-20375-212214565-20291-20376-212214565-20034-20511-212214565-0-24609>": {
314
314
  "type": "object",
315
315
  "properties": {
316
316
  "enabled": {
@@ -329,7 +329,7 @@ exports.JSONSchemas = {
329
329
  },
330
330
  "additionalProperties": false
331
331
  },
332
- "DeepPartial<structure-212214565-20390-20430-212214565-20376-20431-212214565-20034-20511-212214565-0-24643>": {
332
+ "DeepPartial<structure-212214565-20390-20430-212214565-20376-20431-212214565-20034-20511-212214565-0-24609>": {
333
333
  "type": "object",
334
334
  "properties": {
335
335
  "deleteAccountButton": {
@@ -338,7 +338,7 @@ exports.JSONSchemas = {
338
338
  },
339
339
  "additionalProperties": false
340
340
  },
341
- "DeepPartial<structure-212214565-20457-20508-212214565-20431-20509-212214565-20034-20511-212214565-0-24643>": {
341
+ "DeepPartial<structure-212214565-20457-20508-212214565-20431-20509-212214565-20034-20511-212214565-0-24609>": {
342
342
  "type": "object",
343
343
  "properties": {
344
344
  "businessAccount": {
@@ -354,66 +354,66 @@ exports.JSONSchemas = {
354
354
  "type": "boolean"
355
355
  },
356
356
  "fields": {
357
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24643%3E"
357
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24609%3E"
358
358
  }
359
359
  },
360
360
  "additionalProperties": false
361
361
  },
362
- "DeepPartial<structure-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24643>": {
362
+ "DeepPartial<structure-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24609>": {
363
363
  "type": "object",
364
364
  "properties": {
365
365
  "title": {
366
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20597-20671-212214565-20586-20672-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24643%3E"
366
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20597-20671-212214565-20586-20672-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24609%3E"
367
367
  },
368
368
  "company": {
369
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20685-20759-212214565-20672-20760-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24643%3E"
369
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20685-20759-212214565-20672-20760-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24609%3E"
370
370
  },
371
371
  "typeOfBusiness": {
372
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20780-20889-212214565-20760-20890-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24643%3E"
372
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20780-20889-212214565-20760-20890-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24609%3E"
373
373
  }
374
374
  },
375
375
  "additionalProperties": false
376
376
  },
377
- "DeepPartial<structure-212214565-20597-20671-212214565-20586-20672-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24643>": {
377
+ "DeepPartial<structure-212214565-20597-20671-212214565-20586-20672-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24609>": {
378
378
  "type": "object",
379
379
  "properties": {
380
380
  "enabled": {
381
381
  "type": "boolean"
382
382
  },
383
383
  "validationTypes": {
384
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24643%5B%5D%3E"
384
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
385
385
  }
386
386
  },
387
387
  "additionalProperties": false
388
388
  },
389
- "DeepPartial<structure-212214565-20685-20759-212214565-20672-20760-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24643>": {
389
+ "DeepPartial<structure-212214565-20685-20759-212214565-20672-20760-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24609>": {
390
390
  "type": "object",
391
391
  "properties": {
392
392
  "enabled": {
393
393
  "type": "boolean"
394
394
  },
395
395
  "validationTypes": {
396
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24643%5B%5D%3E"
396
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
397
397
  }
398
398
  },
399
399
  "additionalProperties": false
400
400
  },
401
- "DeepPartial<structure-212214565-20780-20889-212214565-20760-20890-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24643>": {
401
+ "DeepPartial<structure-212214565-20780-20889-212214565-20760-20890-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24609>": {
402
402
  "type": "object",
403
403
  "properties": {
404
404
  "enabled": {
405
405
  "type": "boolean"
406
406
  },
407
407
  "options": {
408
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-20897-21025-212214565-0-24643%5B%5D%3E"
408
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-20897-21025-212214565-0-24609%5B%5D%3E"
409
409
  },
410
410
  "validationTypes": {
411
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24643%5B%5D%3E"
411
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
412
412
  }
413
413
  },
414
414
  "additionalProperties": false
415
415
  },
416
- "DeepPartial<def-alias-212214565-20897-21025-212214565-0-24643[]>": {
416
+ "DeepPartial<def-alias-212214565-20897-21025-212214565-0-24609[]>": {
417
417
  "type": "array",
418
418
  "items": {
419
419
  "$ref": "#/definitions/ITypesOfBusiness"
@@ -436,10 +436,10 @@ exports.JSONSchemas = {
436
436
  "$ref": "#/definitions/DeepPartial%3CIAddressValidationTypes%3E"
437
437
  },
438
438
  "eircode": {
439
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-10307-10352-212214565-10296-10353-212214565-10204-10663-212214565-0-24643%3E"
439
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-10307-10352-212214565-10296-10353-212214565-10204-10663-212214565-0-24609%3E"
440
440
  },
441
441
  "integration": {
442
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-10368-10599-212214565-10353-10600-212214565-10204-10663-212214565-0-24643%3E"
442
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-10368-10599-212214565-10353-10600-212214565-10204-10663-212214565-0-24609%3E"
443
443
  },
444
444
  "useAddressValidation": {
445
445
  "type": "boolean"
@@ -454,42 +454,42 @@ exports.JSONSchemas = {
454
454
  "type": "object",
455
455
  "properties": {
456
456
  "addressLine1": {
457
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24643%5B%5D%3E"
457
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
458
458
  },
459
459
  "addressLine2": {
460
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24643%5B%5D%3E"
460
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
461
461
  },
462
462
  "city": {
463
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24643%5B%5D%3E"
463
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
464
464
  },
465
465
  "countyProvinceState": {
466
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24643%5B%5D%3E"
466
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
467
467
  },
468
468
  "familyName": {
469
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24643%5B%5D%3E"
469
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
470
470
  },
471
471
  "firstName": {
472
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24643%5B%5D%3E"
472
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
473
473
  },
474
474
  "instructions": {
475
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24643%5B%5D%3E"
475
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
476
476
  },
477
477
  "phoneNumber": {
478
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24643%5B%5D%3E"
478
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
479
479
  },
480
480
  "postCode": {
481
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24643%5B%5D%3E"
481
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
482
482
  },
483
483
  "smsNumber": {
484
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24643%5B%5D%3E"
484
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
485
485
  },
486
486
  "deliveryModalZipCodeValidation": {
487
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24643%5B%5D%3E"
487
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
488
488
  }
489
489
  },
490
490
  "additionalProperties": false
491
491
  },
492
- "DeepPartial<structure-212214565-10307-10352-212214565-10296-10353-212214565-10204-10663-212214565-0-24643>": {
492
+ "DeepPartial<structure-212214565-10307-10352-212214565-10296-10353-212214565-10204-10663-212214565-0-24609>": {
493
493
  "type": "object",
494
494
  "properties": {
495
495
  "enabled": {
@@ -501,7 +501,7 @@ exports.JSONSchemas = {
501
501
  },
502
502
  "additionalProperties": false
503
503
  },
504
- "DeepPartial<structure-212214565-10368-10599-212214565-10353-10600-212214565-10204-10663-212214565-0-24643>": {
504
+ "DeepPartial<structure-212214565-10368-10599-212214565-10353-10600-212214565-10204-10663-212214565-0-24609>": {
505
505
  "type": "object",
506
506
  "properties": {
507
507
  "enabled": {
@@ -597,7 +597,7 @@ exports.JSONSchemas = {
597
597
  "type": "boolean"
598
598
  },
599
599
  "nativePayments": {
600
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-11103-11312-212214565-11085-11313-212214565-10780-11315-212214565-0-24643%3E"
600
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-11103-11312-212214565-11085-11313-212214565-10780-11315-212214565-0-24609%3E"
601
601
  }
602
602
  },
603
603
  "additionalProperties": false
@@ -645,27 +645,27 @@ exports.JSONSchemas = {
645
645
  "type": "object",
646
646
  "properties": {
647
647
  "instructions": {
648
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24643%5B%5D%3E"
648
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
649
649
  },
650
650
  "phoneNumber": {
651
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24643%5B%5D%3E"
651
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
652
652
  },
653
653
  "smsNumber": {
654
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24643%5B%5D%3E"
654
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
655
655
  }
656
656
  },
657
657
  "additionalProperties": false
658
658
  },
659
- "DeepPartial<structure-212214565-11103-11312-212214565-11085-11313-212214565-10780-11315-212214565-0-24643>": {
659
+ "DeepPartial<structure-212214565-11103-11312-212214565-11085-11313-212214565-10780-11315-212214565-0-24609>": {
660
660
  "type": "object",
661
661
  "properties": {
662
662
  "googlePayButton": {
663
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-11126-11307-212214565-11105-11308-212214565-11103-11312-212214565-11085-11313-212214565-10780-11315-212214565-0-24643%3E"
663
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-11126-11307-212214565-11105-11308-212214565-11103-11312-212214565-11085-11313-212214565-10780-11315-212214565-0-24609%3E"
664
664
  }
665
665
  },
666
666
  "additionalProperties": false
667
667
  },
668
- "DeepPartial<structure-212214565-11126-11307-212214565-11105-11308-212214565-11103-11312-212214565-11085-11313-212214565-10780-11315-212214565-0-24643>": {
668
+ "DeepPartial<structure-212214565-11126-11307-212214565-11105-11308-212214565-11103-11312-212214565-11085-11313-212214565-10780-11315-212214565-0-24609>": {
669
669
  "type": "object",
670
670
  "properties": {
671
671
  "buttonType": {
@@ -771,7 +771,7 @@ exports.JSONSchemas = {
771
771
  "type": "boolean"
772
772
  },
773
773
  "externalStoreSelectorUrl": {
774
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-12043-12088-212214565-12015-12089-212214565-11315-12896-212214565-0-24643%3E"
774
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-12043-12088-212214565-12015-12089-212214565-11315-12896-212214565-0-24609%3E"
775
775
  },
776
776
  "favoritesV1": {
777
777
  "type": "boolean"
@@ -790,19 +790,19 @@ exports.JSONSchemas = {
790
790
  "$ref": "#/definitions/DeepPartial%3CIGlobalAnimations%3E"
791
791
  },
792
792
  "instacart": {
793
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-12256-12301-212214565-12222-12302-212214565-11315-12896-212214565-0-24643%3E"
793
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-12256-12301-212214565-12222-12302-212214565-11315-12896-212214565-0-24609%3E"
794
794
  },
795
795
  "recipeLegacyShareLink": {
796
796
  "type": "boolean"
797
797
  },
798
798
  "registrationFields": {
799
- "$ref": "#/definitions/DeepPartial%3Cdef-interface-212214565-19287-19530-212214565-0-24643%5B%5D%3E"
799
+ "$ref": "#/definitions/DeepPartial%3Cdef-interface-212214565-19287-19530-212214565-0-24609%5B%5D%3E"
800
800
  },
801
801
  "secondTierAuthorization": {
802
802
  "$ref": "#/definitions/ISecondTierAuthorization"
803
803
  },
804
804
  "shoppingModesDisplayOrder": {
805
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-23959-24023-212214565-0-24643%5B%5D%3E"
805
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-23925-23989-212214565-0-24609%5B%5D%3E"
806
806
  },
807
807
  "showCheckoutPromoCode": {
808
808
  "type": "boolean"
@@ -829,7 +829,7 @@ exports.JSONSchemas = {
829
829
  "type": "boolean"
830
830
  },
831
831
  "storeSelection": {
832
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-12768-12893-212214565-12750-12894-212214565-11315-12896-212214565-0-24643%3E"
832
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-12768-12893-212214565-12750-12894-212214565-11315-12896-212214565-0-24609%3E"
833
833
  }
834
834
  },
835
835
  "additionalProperties": false
@@ -1096,12 +1096,12 @@ exports.JSONSchemas = {
1096
1096
  ]
1097
1097
  },
1098
1098
  "headerLayout": {
1099
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-13098-13169-212214565-13082-13170-212214565-12986-13172-212214565-0-24643%3E"
1099
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-13098-13169-212214565-13082-13170-212214565-12986-13172-212214565-0-24609%3E"
1100
1100
  }
1101
1101
  },
1102
1102
  "additionalProperties": false
1103
1103
  },
1104
- "DeepPartial<structure-212214565-13098-13169-212214565-13082-13170-212214565-12986-13172-212214565-0-24643>": {
1104
+ "DeepPartial<structure-212214565-13098-13169-212214565-13082-13170-212214565-12986-13172-212214565-0-24609>": {
1105
1105
  "type": "object",
1106
1106
  "properties": {
1107
1107
  "mobile": {
@@ -1121,7 +1121,7 @@ exports.JSONSchemas = {
1121
1121
  },
1122
1122
  "additionalProperties": false
1123
1123
  },
1124
- "DeepPartial<structure-212214565-12043-12088-212214565-12015-12089-212214565-11315-12896-212214565-0-24643>": {
1124
+ "DeepPartial<structure-212214565-12043-12088-212214565-12015-12089-212214565-11315-12896-212214565-0-24609>": {
1125
1125
  "type": "object",
1126
1126
  "properties": {
1127
1127
  "enabled": {
@@ -1287,7 +1287,7 @@ exports.JSONSchemas = {
1287
1287
  },
1288
1288
  "additionalProperties": false
1289
1289
  },
1290
- "DeepPartial<structure-212214565-12256-12301-212214565-12222-12302-212214565-11315-12896-212214565-0-24643>": {
1290
+ "DeepPartial<structure-212214565-12256-12301-212214565-12222-12302-212214565-11315-12896-212214565-0-24609>": {
1291
1291
  "type": "object",
1292
1292
  "properties": {
1293
1293
  "enabled": {
@@ -1299,7 +1299,7 @@ exports.JSONSchemas = {
1299
1299
  },
1300
1300
  "additionalProperties": false
1301
1301
  },
1302
- "DeepPartial<def-interface-212214565-19287-19530-212214565-0-24643[]>": {
1302
+ "DeepPartial<def-interface-212214565-19287-19530-212214565-0-24609[]>": {
1303
1303
  "type": "array",
1304
1304
  "items": {
1305
1305
  "$ref": "#/definitions/DeepPartial%3CIRegistrationField%3E"
@@ -1321,7 +1321,7 @@ exports.JSONSchemas = {
1321
1321
  "$ref": "#/definitions/IRegistrationFieldTypes"
1322
1322
  },
1323
1323
  "validationTypes": {
1324
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24643%5B%5D%3E"
1324
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
1325
1325
  },
1326
1326
  "alwaysVisible": {
1327
1327
  "type": "boolean"
@@ -1370,7 +1370,7 @@ exports.JSONSchemas = {
1370
1370
  ],
1371
1371
  "additionalProperties": false
1372
1372
  },
1373
- "DeepPartial<def-alias-212214565-23959-24023-212214565-0-24643[]>": {
1373
+ "DeepPartial<def-alias-212214565-23925-23989-212214565-0-24609[]>": {
1374
1374
  "type": "array",
1375
1375
  "items": {
1376
1376
  "$ref": "#/definitions/ShoppingMode"
@@ -1414,7 +1414,7 @@ exports.JSONSchemas = {
1414
1414
  },
1415
1415
  "additionalProperties": false
1416
1416
  },
1417
- "DeepPartial<structure-212214565-12768-12893-212214565-12750-12894-212214565-11315-12896-212214565-0-24643>": {
1417
+ "DeepPartial<structure-212214565-12768-12893-212214565-12750-12894-212214565-11315-12896-212214565-0-24609>": {
1418
1418
  "type": "object",
1419
1419
  "properties": {
1420
1420
  "planning": {
@@ -1476,12 +1476,12 @@ exports.JSONSchemas = {
1476
1476
  "type": "boolean"
1477
1477
  },
1478
1478
  "contentProviders": {
1479
- "$ref": "#/definitions/DeepPartial%3Cdef-interface-212214565-24256-24332-212214565-0-24643%5B%5D%3E"
1479
+ "$ref": "#/definitions/DeepPartial%3Cdef-interface-212214565-24222-24298-212214565-0-24609%5B%5D%3E"
1480
1480
  }
1481
1481
  },
1482
1482
  "additionalProperties": false
1483
1483
  },
1484
- "DeepPartial<def-interface-212214565-24256-24332-212214565-0-24643[]>": {
1484
+ "DeepPartial<def-interface-212214565-24222-24298-212214565-0-24609[]>": {
1485
1485
  "type": "array",
1486
1486
  "items": {
1487
1487
  "$ref": "#/definitions/DeepPartial%3CIDefaultExternal%3E"
@@ -1537,27 +1537,27 @@ exports.JSONSchemas = {
1537
1537
  "type": "object",
1538
1538
  "properties": {
1539
1539
  "desktop": {
1540
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-23436-23517-212214565-23425-23518-212214565-23379-23612-212214565-0-24643%3E"
1540
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-23402-23483-212214565-23391-23484-212214565-23345-23578-212214565-0-24609%3E"
1541
1541
  },
1542
1542
  "mobile": {
1543
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-23528-23609-212214565-23518-23610-212214565-23379-23612-212214565-0-24643%3E"
1543
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-23494-23575-212214565-23484-23576-212214565-23345-23578-212214565-0-24609%3E"
1544
1544
  }
1545
1545
  },
1546
1546
  "additionalProperties": false
1547
1547
  },
1548
- "DeepPartial<structure-212214565-23436-23517-212214565-23425-23518-212214565-23379-23612-212214565-0-24643>": {
1548
+ "DeepPartial<structure-212214565-23402-23483-212214565-23391-23484-212214565-23345-23578-212214565-0-24609>": {
1549
1549
  "type": "object",
1550
1550
  "properties": {
1551
1551
  "left": {
1552
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-23612-23821-212214565-0-24643%5B%5D%3E"
1552
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-23578-23787-212214565-0-24609%5B%5D%3E"
1553
1553
  },
1554
1554
  "right": {
1555
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-23612-23821-212214565-0-24643%5B%5D%3E"
1555
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-23578-23787-212214565-0-24609%5B%5D%3E"
1556
1556
  }
1557
1557
  },
1558
1558
  "additionalProperties": false
1559
1559
  },
1560
- "DeepPartial<def-alias-212214565-23612-23821-212214565-0-24643[]>": {
1560
+ "DeepPartial<def-alias-212214565-23578-23787-212214565-0-24609[]>": {
1561
1561
  "type": "array",
1562
1562
  "items": {
1563
1563
  "$ref": "#/definitions/PdpDetailsElementLayout"
@@ -1566,14 +1566,14 @@ exports.JSONSchemas = {
1566
1566
  "PdpDetailsElementLayout": {
1567
1567
  "type": "string"
1568
1568
  },
1569
- "DeepPartial<structure-212214565-23528-23609-212214565-23518-23610-212214565-23379-23612-212214565-0-24643>": {
1569
+ "DeepPartial<structure-212214565-23494-23575-212214565-23484-23576-212214565-23345-23578-212214565-0-24609>": {
1570
1570
  "type": "object",
1571
1571
  "properties": {
1572
1572
  "left": {
1573
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-23612-23821-212214565-0-24643%5B%5D%3E"
1573
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-23578-23787-212214565-0-24609%5B%5D%3E"
1574
1574
  },
1575
1575
  "right": {
1576
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-23612-23821-212214565-0-24643%5B%5D%3E"
1576
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-23578-23787-212214565-0-24609%5B%5D%3E"
1577
1577
  }
1578
1578
  },
1579
1579
  "additionalProperties": false
@@ -1712,12 +1712,12 @@ exports.JSONSchemas = {
1712
1712
  "additionalProperties": false
1713
1713
  },
1714
1714
  "productCard": {
1715
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-21768-21958-212214565-21753-21959-212214565-21591-21961-212214565-0-24643%3E"
1715
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-21768-21958-212214565-21753-21959-212214565-21591-21961-212214565-0-24609%3E"
1716
1716
  }
1717
1717
  },
1718
1718
  "additionalProperties": false
1719
1719
  },
1720
- "DeepPartial<structure-212214565-21768-21958-212214565-21753-21959-212214565-21591-21961-212214565-0-24643>": {
1720
+ "DeepPartial<structure-212214565-21768-21958-212214565-21753-21959-212214565-21591-21961-212214565-0-24609>": {
1721
1721
  "type": "object",
1722
1722
  "properties": {
1723
1723
  "enabled": {
@@ -1759,10 +1759,6 @@ exports.JSONSchemas = {
1759
1759
  "default",
1760
1760
  "detailed"
1761
1761
  ]
1762
- },
1763
- "SimplifiedCarousel": {
1764
- "type": "string",
1765
- "const": "default"
1766
1762
  }
1767
1763
  },
1768
1764
  "additionalProperties": false
@@ -2034,7 +2030,7 @@ exports.JSONSchemas = {
2034
2030
  "$ref": "#/definitions/DeepPartial%3CILayoutCarousel%3E"
2035
2031
  },
2036
2032
  "categoryDocumentTitle": {
2037
- "$ref": "#/definitions/DeepPartial%3Cinterface-212214565-13777-13893-212214565-0-24643%3E"
2033
+ "$ref": "#/definitions/DeepPartial%3Cinterface-212214565-13777-13893-212214565-0-24609%3E"
2038
2034
  }
2039
2035
  },
2040
2036
  "additionalProperties": false
@@ -2829,7 +2825,7 @@ exports.JSONSchemas = {
2829
2825
  "type": "boolean"
2830
2826
  },
2831
2827
  "sections": {
2832
- "$ref": "#/definitions/DeepPartial%3Cindexed-type-212214565-24104-24166-212214565-24092-24167-212214565-24023-24256-212214565-0-24643%3E"
2828
+ "$ref": "#/definitions/DeepPartial%3Cindexed-type-212214565-24070-24132-212214565-24058-24133-212214565-23989-24222-212214565-0-24609%3E"
2833
2829
  },
2834
2830
  "optInMarketingPreferences": {
2835
2831
  "type": "boolean"
@@ -2840,7 +2836,7 @@ exports.JSONSchemas = {
2840
2836
  },
2841
2837
  "additionalProperties": false
2842
2838
  },
2843
- "DeepPartial<indexed-type-212214565-24104-24166-212214565-24092-24167-212214565-24023-24256-212214565-0-24643>": {
2839
+ "DeepPartial<indexed-type-212214565-24070-24132-212214565-24058-24133-212214565-23989-24222-212214565-0-24609>": {
2844
2840
  "type": "object",
2845
2841
  "properties": {
2846
2842
  "marketingPreferences": {
@@ -3058,7 +3054,7 @@ exports.JSONSchemas = {
3058
3054
  "type": "boolean"
3059
3055
  },
3060
3056
  "percentOffset": {
3061
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-24504-24549-212214565-24487-24550-212214565-24428-24583-212214565-0-24643%3E"
3057
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-24470-24515-212214565-24453-24516-212214565-24394-24549-212214565-0-24609%3E"
3062
3058
  },
3063
3059
  "visibilityThreshold": {
3064
3060
  "type": "number"
@@ -3066,7 +3062,7 @@ exports.JSONSchemas = {
3066
3062
  },
3067
3063
  "additionalProperties": false
3068
3064
  },
3069
- "DeepPartial<structure-212214565-24504-24549-212214565-24487-24550-212214565-24428-24583-212214565-0-24643>": {
3065
+ "DeepPartial<structure-212214565-24470-24515-212214565-24453-24516-212214565-24394-24549-212214565-0-24609>": {
3070
3066
  "type": "object",
3071
3067
  "properties": {
3072
3068
  "right": {
@@ -3111,7 +3107,7 @@ exports.JSONSchemas = {
3111
3107
  },
3112
3108
  "additionalProperties": false
3113
3109
  },
3114
- "DeepPartial<interface-212214565-13777-13893-212214565-0-24643>": {
3110
+ "DeepPartial<interface-212214565-13777-13893-212214565-0-24609>": {
3115
3111
  "type": "object",
3116
3112
  "properties": {
3117
3113
  "includeBannerTitle": {
@@ -3126,7 +3122,7 @@ exports.JSONSchemas = {
3126
3122
  },
3127
3123
  "additionalProperties": false
3128
3124
  },
3129
- "DeepPartial<def-interface-212214565-15809-15933-212214565-0-24643[]>": {
3125
+ "DeepPartial<def-interface-212214565-15809-15933-212214565-0-24609[]>": {
3130
3126
  "type": "array",
3131
3127
  "items": {
3132
3128
  "$ref": "#/definitions/DeepPartial%3CIWelcomeModalV2%3E"
package/dist/index.d.ts CHANGED
@@ -41,3 +41,4 @@ export { IDefaultRetailerSettingsVersion2, IDefaultStsSettings };
41
41
  export { IDefaultTheme, IDefaultThemeScripts, IDefaultThemeImages, IDefaultThemeMetadata, IDefaultThemeFavicons, IDefaultThemeLogoPosition, IDefaultThemeLogoHeightsProps, IDefaultThemeLogoHeights, ISTSDefaultThemeInterface, IDefaultThemeFavicon, IDefaultThemeMetadataItem, IDefaultThemeInterface, IGlobalDefaultTheme, IDefaultColors, IBrandColors, IUiColors, IInitializedEmptyDefaultTheme, IDefaultThemeAnimationConfettiPlaces, IDefaultThemeGlobalAnimations, IDefaultThemeAnimationsConfettiPlacesTypes, IDefaultThemeAnimationsConfettiProps, IDefaultEmbeddedFont, IDefaultEmbeddedFontSource, IDefaultThemeHeadScript, ITheme, IThemeScripts, IThemeImages, IThemeMetadata, IThemeFavicons, IThemeLogoPosition, IThemeLogoHeightsProps, IThemeLogoHeights, ISTSThemeInterface, IThemeFavicon, IThemeMetadataItem, IThemeInterface, IGlobalTheme, IColors, IInitializedEmptyTheme, IThemeAnimationConfettiPlaces, IThemeGlobalAnimations, IThemeAnimationsConfettiPlacesTypes, IThemeAnimationsConfettiProps, IEmbeddedFont, IEmbeddedFontSource, IThemeHeadScript, IIconPosition, ITimeSlotState, ITimeSlotVariant, };
42
42
  export { IIconsObject, PaymentTypesLogos, PaymentCards, IconNames };
43
43
  export { PdpDetailsElementLayout, ShoppingMode, ISearchPreview, IRetailerSettings, ISecondTierAuthorization, IFlippConfig, IFlippConfigV2, IFlippScriptUrls, IRedPepperConfig, IAllSettings, ISMSConfig, ICtaButtons, IAddressesSettings, IAccountPageSettings, ILayoutSettings, ILayoutCarousel, 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, IStoreSelectionSettings, };
44
+ export * from "./product-card-template/template.interfaces";
package/dist/index.js CHANGED
@@ -1,4 +1,18 @@
1
1
  "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
2
16
  Object.defineProperty(exports, "__esModule", { value: true });
3
17
  exports.ProductAttrToIcons = exports.CMSComponentNames = exports.AdminSharedSettingsTemplateSFUI = exports.MobileDefaultSettings = exports.AdminSettingsTemplateMobile = exports.AdminImagesTemplateSTS = exports.AdminThemeTemplateOptions = exports.AdminThemeTemplateSFUI = exports.AdminImagesTemplateSFUI = exports.AdminTemplateInputTypes = exports.AdminSettingsTemplateSTS = exports.AdminSettingsTemplateSFUI = exports.DefaultIconsSFUI = exports.DefaultImagesSFUI = exports.DefaultThemeColors = exports.globalTheme = exports.DefaultThemeSFUI = exports.AllThemeTemplates = exports.DefaultConfigSTS = exports.CommonConfigSFUI = exports.CommonSharedSettingsConfig = exports.DefaultConfigSFUI = exports.DefaultSharedSettingsConfig = void 0;
4
18
  var defaultImagesStorefront_1 = require("./storefront/defaultImagesStorefront");
@@ -43,3 +57,4 @@ var commonSettingsStorefront_1 = require("./storefront/commonSettingsStorefront"
43
57
  exports.CommonConfigSFUI = commonSettingsStorefront_1.default;
44
58
  var commonSharedSettings_1 = require("./storefront/commonSharedSettings");
45
59
  exports.CommonSharedSettingsConfig = commonSharedSettings_1.default;
60
+ __exportStar(require("./product-card-template/template.interfaces"), exports);
@@ -743,7 +743,6 @@ export declare type IProductCardLayouts = {
743
743
  ContainersGrid: "default" | "pce-centered" | "prs-labels" | "dun-attributes";
744
744
  ContainersCarousel: "default" | "pce-centered" | "prs-labels" | "dun-attributes";
745
745
  FlyerCard: "default" | "detailed";
746
- SimplifiedCarousel?: "default";
747
746
  };
748
747
  export declare type IProductCardLayoutObjects<T> = {
749
748
  [Place in keyof IProductCardLayouts]: {
@@ -0,0 +1,3 @@
1
+ import { ILayoutInterface } from "../../template.interfaces";
2
+ declare const CarouselCardsDunnes: ILayoutInterface;
3
+ export default CarouselCardsDunnes;