@thryveai/theme-interfaces 2.3.7 → 2.3.8

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.
@@ -191,8 +191,8 @@ var DefaultConfigSFUI = {
191
191
  clientCache: false,
192
192
  giftCards: {
193
193
  enabled: false,
194
- gitfCardInputValidation: "/^d{17}$/",
195
- pinInputValidation: "/^d{4}$/",
194
+ gitfCardInputValidation: "^[0-9]{17}$",
195
+ pinInputValidation: "^[0-9]{4}$",
196
196
  },
197
197
  enableVouchers: false,
198
198
  smartbanner: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.3.7",
3
+ "version": "2.3.8",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "tsc",