@omnic/widget-locations 1.0.84 → 1.0.86

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/README.md CHANGED
@@ -149,6 +149,9 @@ Then `OMNIC_WIDGET_LOCATIONS_CONFIG` has the following structure:
149
149
  | inputs | WidgetInputs | Control over widget inputs |
150
150
  | handlers | WidgetHandlers | Handlers config object |
151
151
  | hideMapUI | boolean | Whether to hide map UI elements, like trademarks, terms of use and etc. |
152
+ | hideHeader | boolean | Whether to hide header |
153
+ | hideFilters | boolean | Whether to hide filters |
154
+ | hideSearchInput | boolean | Whether to hide search input |
152
155
  | hideCloseButtonOnLocationScreen | boolean | Whether to hide close button on location screen |
153
156
  | onPointClick | function | Callback that will be called when user clicks on a point on the map. |
154
157
  | onLocationSelect | function | Callback that will be called when user selects a location Callback will be called with `google.maps.places.PlaceResult` argument |