@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.
- package/dist/JSONSchemas/index.d.ts +183 -186
- package/dist/JSONSchemas/index.js +439 -434
- package/dist/interfaces/default-theme.interface.d.ts +1 -0
- package/dist/interfaces/icons.interfaces.d.ts +1 -1
- package/dist/interfaces/retailer-settings.interfaces.d.ts +1 -4
- package/dist/interfaces/shared-settings.interfaces.d.ts +1 -0
- package/dist/interfaces/theme.interfaces.d.ts +1 -0
- package/dist/storefront/defaultIconsStorefront.js +14 -13
- package/dist/storefront/defaultSettingsStorefront.js +1 -4
- package/dist/storefront/defaultSharedSettings.js +1 -0
- package/dist/storefront/defaultThemeStorefront.js +1 -0
- package/package.json +1 -1
|
@@ -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: "*",
|
|
@@ -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,
|