@dfds-ui/google-places 2.0.21-alpha.525809c8 → 2.0.21-alpha.d83fad34

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/AddressSelect.js CHANGED
@@ -62,7 +62,7 @@ var AddressSelect = function AddressSelect(_ref) {
62
62
  return {
63
63
  value: prediction.description,
64
64
  label: prediction.description,
65
- prediction: prediction
65
+ places_id: prediction.place_id
66
66
  };
67
67
  });
68
68
  callback(options);
@@ -60,7 +60,7 @@ const AddressSelect = _ref => {
60
60
  const options = placePredictions.map(prediction => ({
61
61
  value: prediction.description,
62
62
  label: prediction.description,
63
- prediction
63
+ places_id: prediction.place_id
64
64
  }));
65
65
  callback(options);
66
66
  });
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Components using Google places",
4
4
  "license": "MIT",
5
5
  "private": false,
6
- "version": "2.0.21-alpha.525809c8",
6
+ "version": "2.0.21-alpha.d83fad34",
7
7
  "sideEffects": false,
8
8
  "main": "./cjs/index.js",
9
9
  "module": "./index.js",
@@ -14,15 +14,15 @@
14
14
  "react-dom": ">= 17.0.2"
15
15
  },
16
16
  "dependencies": {
17
- "@dfds-ui/colors": "2.0.21-alpha.525809c8",
18
- "@dfds-ui/hooks": "2.0.21-alpha.525809c8",
19
- "@dfds-ui/icons": "2.0.21-alpha.525809c8",
20
- "@dfds-ui/react-components": "2.0.21-alpha.525809c8",
17
+ "@dfds-ui/colors": "2.0.21-alpha.d83fad34",
18
+ "@dfds-ui/hooks": "2.0.21-alpha.d83fad34",
19
+ "@dfds-ui/icons": "2.0.21-alpha.d83fad34",
20
+ "@dfds-ui/react-components": "2.0.21-alpha.d83fad34",
21
21
  "@types/googlemaps": "3.43.3",
22
22
  "@types/lodash.debounce": "^4.0.7",
23
23
  "lodash.debounce": "^4.0.8"
24
24
  },
25
- "gitHead": "525809c82ab2d8bc76a59b4cef4cb31326558a2c",
25
+ "gitHead": "d83fad34299715e7ffee92f5f0c07c4304d345c5",
26
26
  "publishConfig": {
27
27
  "access": "public"
28
28
  }