@thryveai/theme-interfaces 2.8.18 → 2.8.20

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.
@@ -394,6 +394,7 @@ var DefaultConfigSFUI = {
394
394
  SmallPromotion: false,
395
395
  ThreeBannerContainer: false,
396
396
  TwoBannerContainer: false,
397
+ PromotionsGallery: false,
397
398
  Video: false,
398
399
  VideoWithContent: false,
399
400
  },
@@ -404,6 +405,7 @@ var DefaultConfigSFUI = {
404
405
  scrollToTopButton: {
405
406
  enabled: false,
406
407
  percentOffset: { bottom: 15, right: 2 },
408
+ visibilityThreshold: 2000
407
409
  },
408
410
  clientRenderCoupons: true,
409
411
  showClippedStateInCouponModal: false,
@@ -416,6 +418,9 @@ var DefaultConfigSFUI = {
416
418
  skipConfirmation: false,
417
419
  confirmationDelay: 5000,
418
420
  },
421
+ carousel: {
422
+ showArrowsOnHoverOnly: true
423
+ }
419
424
  },
420
425
  welcomeModal: [],
421
426
  performance: {
@@ -32,8 +32,11 @@ var DefaultSharedSettingsConfig = {
32
32
  ageVerificationStatementName: "",
33
33
  },
34
34
  loyalty: {
35
- barcodeFormat: "UPC"
36
- }
35
+ barcodeFormat: "UPC",
36
+ },
37
+ idp: {
38
+ organization: "",
39
+ },
37
40
  },
38
41
  checkout: {
39
42
  preserveOrderNote: {
@@ -1,5 +1,5 @@
1
1
  import { ProductAttributeIcons } from "../interfaces/icons.interfaces";
2
- export declare type ProductAttributes = "gluten free" | "organic" | "local" | "dairy free" | "diabetes friendly" | "egg free" | "fair trade" | "no artificial ingredients" | "halal" | "heart health" | "no high fructose corn syrup" | "keto friendly" | "kosher" | "lactose free" | "low fodmap" | "low sodium" | "no added sugar" | "non gmo" | "paleo" | "peanut free" | "plant goodness" | "soy free" | "vegan" | "whole grain" | "bottledeposit" | "limited ingredients" | "minimally processed" | "fsa" | "plant based" | "frozen" | "canadian local" | "made in canada" | "product of canada" | "shop canadian";
2
+ export declare type ProductAttributes = "gluten free" | "organic" | "local" | "dairy free" | "diabetes friendly" | "egg free" | "fair trade" | "no artificial ingredients" | "halal" | "heart health" | "no high fructose corn syrup" | "keto friendly" | "kosher" | "lactose free" | "low fodmap" | "low sodium" | "no added sugar" | "non gmo" | "paleo" | "peanut free" | "plant goodness" | "soy free" | "vegan" | "whole grain" | "bottledeposit" | "limited ingredients" | "minimally processed" | "fsa" | "plant based" | "frozen" | "canadian local" | "made in canada" | "product of canada" | "shop canadian" | "high fiber" | "high protein" | "new product";
3
3
  export declare type IProductAttributeToIcons = {
4
4
  [key in ProductAttributes]: ProductAttributeIcons;
5
5
  };
@@ -37,4 +37,7 @@ exports.ProductAttrToIcons = {
37
37
  "made in canada": "MapleLeafCanadian",
38
38
  "product of canada": "MapleLeafCanadian",
39
39
  "shop canadian": "MapleLeafCanadian",
40
+ "high fiber": "HighFiber",
41
+ "high protein": "HighProtein",
42
+ "new product": "NewProduct",
40
43
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.8.18",
3
+ "version": "2.8.20",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",