@signalk/server-admin-ui 2.18.0 → 2.19.1
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/package.json +8 -4
- package/public/144.js +1 -1
- package/public/188.js +1 -1
- package/public/309.js +1 -1
- package/public/309.js.map +1 -1
- package/public/877.js +15 -0
- package/public/{95.js.LICENSE.txt → 877.js.LICENSE.txt} +18 -1
- package/public/877.js.map +1 -0
- package/public/main.js +1 -1
- package/public/main.js.map +1 -1
- package/public/95.js +0 -3
- package/public/95.js.map +0 -1
|
@@ -51,6 +51,16 @@ and limitations under the License.
|
|
|
51
51
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
52
52
|
*/
|
|
53
53
|
|
|
54
|
+
/**
|
|
55
|
+
* @license React
|
|
56
|
+
* react-is.production.min.js
|
|
57
|
+
*
|
|
58
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
59
|
+
*
|
|
60
|
+
* This source code is licensed under the MIT license found in the
|
|
61
|
+
* LICENSE file in the root directory of this source tree.
|
|
62
|
+
*/
|
|
63
|
+
|
|
54
64
|
/** @license React v16.13.1
|
|
55
65
|
* react-is.production.min.js
|
|
56
66
|
*
|
|
@@ -60,7 +70,14 @@ and limitations under the License.
|
|
|
60
70
|
* LICENSE file in the root directory of this source tree.
|
|
61
71
|
*/
|
|
62
72
|
|
|
63
|
-
/** @license
|
|
73
|
+
/** @license React v16.14.0
|
|
74
|
+
* react-jsx-runtime.production.min.js
|
|
75
|
+
*
|
|
76
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
77
|
+
*
|
|
78
|
+
* This source code is licensed under the MIT license found in the
|
|
79
|
+
* LICENSE file in the root directory of this source tree.
|
|
80
|
+
*/
|
|
64
81
|
|
|
65
82
|
/**!
|
|
66
83
|
* @fileOverview Kickass library to create and place poppers near their reference elements.
|