@thryveai/theme-interfaces 2.8.18 → 2.8.19

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.
@@ -87,7 +87,6 @@ var DefaultConfigSFUI = {
87
87
  showTaxTotal: true,
88
88
  },
89
89
  checkout: {
90
- smsOptIn: false,
91
90
  checkoutValidation: {
92
91
  instructions: ["alphaNumeric", "notWhiteSpacesOnly"],
93
92
  phoneNumber: ["usPhone", "required"],
@@ -394,6 +393,7 @@ var DefaultConfigSFUI = {
394
393
  SmallPromotion: false,
395
394
  ThreeBannerContainer: false,
396
395
  TwoBannerContainer: false,
396
+ PromotionsGallery: false,
397
397
  Video: false,
398
398
  VideoWithContent: false,
399
399
  },
@@ -404,6 +404,7 @@ var DefaultConfigSFUI = {
404
404
  scrollToTopButton: {
405
405
  enabled: false,
406
406
  percentOffset: { bottom: 15, right: 2 },
407
+ visibilityThreshold: 2000
407
408
  },
408
409
  clientRenderCoupons: true,
409
410
  showClippedStateInCouponModal: false,
@@ -416,6 +417,9 @@ var DefaultConfigSFUI = {
416
417
  skipConfirmation: false,
417
418
  confirmationDelay: 5000,
418
419
  },
420
+ carousel: {
421
+ showArrowsOnHoverOnly: true
422
+ }
419
423
  },
420
424
  welcomeModal: [],
421
425
  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: {
@@ -47,6 +50,7 @@ var DefaultSharedSettingsConfig = {
47
50
  dateOfBirthInputFormat: "DD/MM/YYYY",
48
51
  wasComparisonPrice: false,
49
52
  enableTargetedRewardsIcon: false,
53
+ smsOptIn: false,
50
54
  },
51
55
  };
52
56
  exports.default = DefaultSharedSettingsConfig;
@@ -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.19",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",