@xapp/stentor-form-widget-channel 1.65.6 → 1.69.0

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.
@@ -34,6 +34,14 @@ export interface FormWidgetEnv {
34
34
  * Google API key if you use the address auto-complete field
35
35
  */
36
36
  readonly googleMapsApiKey?: string;
37
+ /**
38
+ * The base url of the address autocomplete service (Google or XAPP)
39
+ */
40
+ readonly mapsBaseUrl?: string;
41
+ /**
42
+ * When provided, it will display the side button
43
+ */
44
+ readonly sideButtonLabel?: string;
37
45
  /**
38
46
  * Extra custom values
39
47
  */
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.65.6",
7
+ "version": "1.69.0",
8
8
  "description": "Form Widget Channel for stentor 📣",
9
9
  "types": "lib/index",
10
10
  "main": "lib/index",
@@ -38,5 +38,5 @@
38
38
  "build": "tsc -d true -p .",
39
39
  "clean": "rm -rf ./lib/*"
40
40
  },
41
- "gitHead": "41b2d847126c060ba3bb44072528d0d07b0c935a"
41
+ "gitHead": "84a053b74dcc67b29ce8698ab3f32d6f5aa0aca7"
42
42
  }