@dfds-ui/google-places 2.0.23-alpha.39313821 → 2.0.23-alpha.54fce823

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.
@@ -14,7 +14,7 @@ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructur
14
14
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
15
15
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
16
16
  function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
17
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } /// <reference types="@types/googlemaps" />
17
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
18
18
  const GooglePlacesAPIContext = /*#__PURE__*/(0, _react.createContext)({
19
19
  available: false
20
20
  });
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.23-alpha.39313821",
6
+ "version": "2.0.23-alpha.54fce823",
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.23-alpha.39313821",
18
- "@dfds-ui/hooks": "2.0.23-alpha.39313821",
19
- "@dfds-ui/icons": "2.0.23-alpha.39313821",
20
- "@dfds-ui/react-components": "2.0.23-alpha.39313821",
17
+ "@dfds-ui/colors": "2.0.23-alpha.54fce823",
18
+ "@dfds-ui/hooks": "2.0.23-alpha.54fce823",
19
+ "@dfds-ui/icons": "2.0.23-alpha.54fce823",
20
+ "@dfds-ui/react-components": "2.0.23-alpha.54fce823",
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": "39313821c5fcb8e58373e4a901612d423d107e39",
25
+ "gitHead": "54fce823c765287f4a203902330d915030cf66c4",
26
26
  "publishConfig": {
27
27
  "access": "public"
28
28
  }