@thryveai/theme-interfaces 2.7.185 → 2.7.187

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.
@@ -311,10 +311,7 @@ var DefaultConfigSFUI = {
311
311
  daysToRemainSignedIn: 30,
312
312
  defaultCountry: "USA",
313
313
  defaultLanguage: "en-us",
314
- infinitePagination: {
315
- enabled: false,
316
- maxPages: 4,
317
- },
314
+ infinitePagination: false,
318
315
  defaultSearchParams: {
319
316
  page: "1",
320
317
  q: "*",
@@ -43,6 +43,7 @@ var DefaultSharedSettingsConfig = {
43
43
  addressConfirmationModal: false,
44
44
  dateOfBirthInputFormat: "DD/MM/YYYY",
45
45
  wasComparisonPrice: false,
46
+ enableTargetedRewardsIcon: false,
46
47
  },
47
48
  };
48
49
  exports.default = DefaultSharedSettingsConfig;
@@ -538,6 +538,7 @@ var DefaultThemeSFUI = function (colors) {
538
538
  promotion: colors.promotion1,
539
539
  pointsBasedPromo: colors.promotion2,
540
540
  },
541
+ targetedRewardsIcon: colors.primary1,
541
542
  fontWeight: exports.globalTheme.FontWeightBold,
542
543
  color: {
543
544
  promotion: colors.greyscale1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.185",
3
+ "version": "2.7.187",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",