@reltio/interactions 1.4.1589 → 1.4.1591
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/bundle.js +204 -1
- package/bundle.js.LICENSE.txt +55 -12
- package/package.json +3 -3
package/bundle.js.LICENSE.txt
CHANGED
|
@@ -1,17 +1,42 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
/*
|
|
2
|
+
object-assign
|
|
3
|
+
(c) Sindre Sorhus
|
|
4
|
+
@license MIT
|
|
5
|
+
*/
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
/**
|
|
8
|
+
* @license React
|
|
9
|
+
* react-is.production.min.js
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
12
|
+
*
|
|
13
|
+
* This source code is licensed under the MIT license found in the
|
|
14
|
+
* LICENSE file in the root directory of this source tree.
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* @mui/material v5.13.4
|
|
19
|
+
*
|
|
20
|
+
* @license MIT
|
|
21
|
+
* This source code is licensed under the MIT license found in the
|
|
22
|
+
* LICENSE file in the root directory of this source tree.
|
|
23
|
+
*/
|
|
11
24
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
25
|
+
/**
|
|
26
|
+
* @mui/styled-engine v5.13.2
|
|
27
|
+
*
|
|
28
|
+
* @license MIT
|
|
29
|
+
* This source code is licensed under the MIT license found in the
|
|
30
|
+
* LICENSE file in the root directory of this source tree.
|
|
31
|
+
*/
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* A better abstraction over CSS.
|
|
35
|
+
*
|
|
36
|
+
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
|
|
37
|
+
* @website https://github.com/cssinjs/jss
|
|
38
|
+
* @license MIT
|
|
39
|
+
*/
|
|
15
40
|
|
|
16
41
|
/**
|
|
17
42
|
* React Router DOM v6.2.1
|
|
@@ -34,3 +59,21 @@ and limitations under the License.
|
|
|
34
59
|
*
|
|
35
60
|
* @license MIT
|
|
36
61
|
*/
|
|
62
|
+
|
|
63
|
+
/** @license React v16.13.1
|
|
64
|
+
* react-is.production.min.js
|
|
65
|
+
*
|
|
66
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
67
|
+
*
|
|
68
|
+
* This source code is licensed under the MIT license found in the
|
|
69
|
+
* LICENSE file in the root directory of this source tree.
|
|
70
|
+
*/
|
|
71
|
+
|
|
72
|
+
/** @license React v17.0.2
|
|
73
|
+
* react-jsx-runtime.production.min.js
|
|
74
|
+
*
|
|
75
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
76
|
+
*
|
|
77
|
+
* This source code is licensed under the MIT license found in the
|
|
78
|
+
* LICENSE file in the root directory of this source tree.
|
|
79
|
+
*/
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/interactions",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1591",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE FILE",
|
|
5
5
|
"main": "bundle.js",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@date-io/moment": "^1.3.5",
|
|
8
|
-
"@reltio/mdm-module": "^1.4.
|
|
9
|
-
"@reltio/mdm-sdk": "^1.4.
|
|
8
|
+
"@reltio/mdm-module": "^1.4.1591",
|
|
9
|
+
"@reltio/mdm-sdk": "^1.4.1591",
|
|
10
10
|
"classnames": "^2.2.5",
|
|
11
11
|
"memoize-one": "^5.1.0",
|
|
12
12
|
"prop-types": "^15.6.2",
|