@thryveai/theme-interfaces 2.8.47 → 2.8.49
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 +58 -33
- package/dist/JSONSchemas/index.js +115 -87
- package/dist/interfaces/admin-settings-interfaces.d.ts +4 -0
- package/dist/interfaces/retailer-settings.interfaces.d.ts +9 -0
- package/dist/storefront/SFUISettingsTemplate.AdminUi.js +38 -0
- package/dist/storefront/commonSettingsStorefront.js +7 -0
- package/dist/storefront/defaultIconsStorefront.js +1 -1
- package/dist/storefront/defaultSettingsStorefront.js +7 -0
- package/package.json +1 -1
|
@@ -206,6 +206,7 @@ var DefaultConfigSFUI = {
|
|
|
206
206
|
reCaptcha: false,
|
|
207
207
|
manualVouchers: true,
|
|
208
208
|
},
|
|
209
|
+
pillsShowAllLessButton: false,
|
|
209
210
|
promotionDetailsPage: {
|
|
210
211
|
bundlePromotionCalculator: true,
|
|
211
212
|
nonBundlePromotionCalculator: true,
|
|
@@ -431,6 +432,12 @@ var DefaultConfigSFUI = {
|
|
|
431
432
|
enabled: false,
|
|
432
433
|
},
|
|
433
434
|
showEmptyMiniList: false,
|
|
435
|
+
emptyListButton: {
|
|
436
|
+
mode: ["pickup", "planning", "delivery"],
|
|
437
|
+
style: "secondary",
|
|
438
|
+
renderBelowReviewCartButton: false,
|
|
439
|
+
icon: false,
|
|
440
|
+
},
|
|
434
441
|
preserveStore: {
|
|
435
442
|
enabled: false,
|
|
436
443
|
skipConfirmation: false,
|