@thryveai/theme-interfaces 2.8.13 → 2.8.14-patch-WYN-49936

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.
@@ -96,6 +96,13 @@ var DefaultConfigSFUI = {
96
96
  houseAccountRegExValidation: ".",
97
97
  minimumCreditCardAmount: 1.0,
98
98
  numericPhonePayload: false,
99
+ nativePayments: {
100
+ googlePayButton: {
101
+ buttonColor: "default",
102
+ buttonType: "checkout",
103
+ buttonRadius: 4,
104
+ },
105
+ },
99
106
  paymentCards: {
100
107
  AmExpCard: true,
101
108
  DiscoverCard: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.8.13",
3
+ "version": "2.8.14-patch-WYN-49936",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",
@@ -15,6 +15,7 @@
15
15
  "dist"
16
16
  ],
17
17
  "devDependencies": {
18
+ "@types/googlepay": "^0.7.6",
18
19
  "@types/node": "^17.0.42",
19
20
  "cz-conventional-changelog": "^3.3.0",
20
21
  "fs-extra": "11.1.0",