homeflowjs 0.12.11 → 0.12.12

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.
@@ -124,6 +124,7 @@ const BranchesSearchInput = ({
124
124
  inputProps={{
125
125
  placeholder,
126
126
  name: 'react-autosuggest__input',
127
+ id: 'react-autosuggest__input',
127
128
  required: isRequired,
128
129
  value: branchesSearch,
129
130
  // eslint-disable-next-line no-unused-vars
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "homeflowjs",
3
- "version": "0.12.11",
3
+ "version": "0.12.12",
4
4
  "sideEffects": [
5
5
  "modal/**/*",
6
6
  "user/default-profile/**/*",
7
+ "instant-valuation/**/*",
7
8
  "properties/properties-map/**/*",
8
9
  "properties/property-map/**/*",
9
10
  "properties/property-streetview/**/*",