@thryveai/theme-interfaces 2.8.42 → 2.8.44

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.
@@ -7,6 +7,7 @@ var DefaultSharedSettingsConfig = {
7
7
  },
8
8
  features: {
9
9
  multilingual: false,
10
+ attendedDeliveryDefaultValue: false,
10
11
  recommendedSubstitutions: {
11
12
  enable: false,
12
13
  search: { enable: false },
@@ -570,6 +570,22 @@ var DefaultThemeSFUI = function (colors) {
570
570
  borderColor: colors.greyscale2,
571
571
  },
572
572
  },
573
+ loyaltyMembersPrice: {
574
+ label: {
575
+ backgroundColor: colors.warn,
576
+ color: colors.greyscale6,
577
+ fontWeight: exports.globalTheme.FontWeightBold,
578
+ },
579
+ price: {
580
+ backgroundColor: colors.greyscale1,
581
+ color: colors.greyscale5,
582
+ fontWeight: exports.globalTheme.FontWeight,
583
+ },
584
+ unitPrice: {
585
+ color: colors.greyscale4,
586
+ fontWeight: exports.globalTheme.FontWeight,
587
+ },
588
+ },
573
589
  typography: {
574
590
  webFonts: [
575
591
  "https://fonts.googleapis.com/css?family=Cabin:400,400i,700,700i&display=swap",
package/package.json CHANGED
@@ -1,36 +1,36 @@
1
- {
2
- "name": "@thryveai/theme-interfaces",
3
- "version": "2.8.42",
4
- "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
- "scripts": {
6
- "build": "gulp",
7
- "merge-settings": "ts-node ./scripts/settings/sfui-settings-migrator.ts",
8
- "generate-retailer-icons": "gulp --gulpfile ./scripts/icons/gulpfile.js",
9
- "commit": "cz"
10
- },
11
- "author": "Wynshop",
12
- "license": "ISC",
13
- "main": "dist",
14
- "files": [
15
- "dist"
16
- ],
17
- "devDependencies": {
18
- "@types/googlepay": "^0.7.6",
19
- "@types/node": "^17.0.42",
20
- "cz-conventional-changelog": "^3.3.0",
21
- "fs-extra": "11.1.0",
22
- "gulp": "4.0.2",
23
- "gulp-typescript": "6.0.0-alpha.1",
24
- "imagemin": "7.0.1",
25
- "imagemin-svgo": "9.0.0",
26
- "svgo": "3.0.2",
27
- "ts-json-schema-generator": "2.3.0",
28
- "ts-node": "^10.8.1",
29
- "typescript": "4.6.3"
30
- },
31
- "config": {
32
- "commitizen": {
33
- "path": "./application/node_modules/cz-conventional-changelog"
34
- }
35
- }
36
- }
1
+ {
2
+ "name": "@thryveai/theme-interfaces",
3
+ "version": "2.8.44",
4
+ "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
+ "scripts": {
6
+ "build": "gulp",
7
+ "merge-settings": "ts-node ./scripts/settings/sfui-settings-migrator.ts",
8
+ "generate-retailer-icons": "gulp --gulpfile ./scripts/icons/gulpfile.js",
9
+ "commit": "cz"
10
+ },
11
+ "author": "Wynshop",
12
+ "license": "ISC",
13
+ "main": "dist",
14
+ "files": [
15
+ "dist"
16
+ ],
17
+ "devDependencies": {
18
+ "@types/googlepay": "^0.7.6",
19
+ "@types/node": "^17.0.42",
20
+ "cz-conventional-changelog": "^3.3.0",
21
+ "fs-extra": "11.1.0",
22
+ "gulp": "4.0.2",
23
+ "gulp-typescript": "6.0.0-alpha.1",
24
+ "imagemin": "7.0.1",
25
+ "imagemin-svgo": "9.0.0",
26
+ "svgo": "3.0.2",
27
+ "ts-json-schema-generator": "2.3.0",
28
+ "ts-node": "^10.8.1",
29
+ "typescript": "4.6.3"
30
+ },
31
+ "config": {
32
+ "commitizen": {
33
+ "path": "./application/node_modules/cz-conventional-changelog"
34
+ }
35
+ }
36
+ }