@reltio/search 1.4.804 → 1.4.808

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.
@@ -4,27 +4,6 @@ object-assign
4
4
  @license MIT
5
5
  */
6
6
 
7
- /*!
8
- * $script.js JS loader & dependency manager
9
- * https://github.com/ded/script.js
10
- * (c) Dustin Diaz 2014 | License MIT
11
- */
12
-
13
- /*!
14
- *
15
- * Licensed under the Apache License, Version 2.0 (the "License");
16
- * you may not use this file except in compliance with the License.
17
- * You may obtain a copy of the License at
18
- *
19
- * http://www.apache.org/licenses/LICENSE-2.0
20
- *
21
- * Unless required by applicable law or agreed to in writing, software
22
- * distributed under the License is distributed on an "AS IS" BASIS,
23
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24
- * See the License for the specific language governing permissions and
25
- * limitations under the License.
26
- */
27
-
28
7
  /*!
29
8
  * The buffer module from node.js, for the browser.
30
9
  *
@@ -32,6 +11,21 @@ object-assign
32
11
  * @license MIT
33
12
  */
34
13
 
14
+ /*! *****************************************************************************
15
+ Copyright (c) Microsoft Corporation.
16
+
17
+ Permission to use, copy, modify, and/or distribute this software for any
18
+ purpose with or without fee is hereby granted.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
21
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
22
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
23
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
24
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
25
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
26
+ PERFORMANCE OF THIS SOFTWARE.
27
+ ***************************************************************************** */
28
+
35
29
  /*! *****************************************************************************
36
30
  Copyright (c) Microsoft Corporation. All rights reserved.
37
31
  Licensed under the Apache License, Version 2.0 (the "License"); you may not use
package/main.css CHANGED
@@ -795,10 +795,3 @@ div[role=tooltip] {
795
795
  color: rgba(0, 0, 0, 0.6);
796
796
  }
797
797
 
798
- .ReltioMap-styles-mapControlContainer--17nAZ {
799
- border-radius: 2px;
800
- background-color: #FFFFFF;
801
- box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
802
- margin: 10px;
803
- }
804
-
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@reltio/search",
3
- "version": "1.4.804",
3
+ "version": "1.4.808",
4
4
  "main": "bundle.js",
5
5
  "license": "SEE LICENSE IN LICENSE FILE",
6
6
  "dependencies": {
7
7
  "@google/maps": "^0.5.5",
8
+ "@react-google-maps/api": "^2.7.0",
8
9
  "@redux-beacon/google-analytics": "^1.1.1",
9
- "@reltio/mdm-module": "^1.4.804",
10
- "@reltio/mdm-sdk": "^1.4.804",
10
+ "@reltio/mdm-module": "^1.4.808",
11
+ "@reltio/mdm-sdk": "^1.4.808",
11
12
  "autosuggest-highlight": "^3.1.1",
12
13
  "browserify-rsa": "4.0.1",
13
14
  "browserify-sign": "4.0.4",
@@ -26,7 +27,6 @@
26
27
  "ramda": "^0.27.0",
27
28
  "react-autosuggest": "^9.4.3",
28
29
  "react-dnd-html5-backend": "^10.0.2",
29
- "react-google-maps": "^9.4.5",
30
30
  "react-redux": "^7.2.3",
31
31
  "react-resize-detector": "^4.2.0",
32
32
  "react-split-pane": "^0.1.89",