@jpmorganchase/elemental-dev-portal 2.10.1 → 2.11.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/components/NodeContent/NodeContent.d.ts +2 -2
- package/containers/StoplightProject.d.ts +2 -0
- package/index.esm.js +411 -372
- package/index.js +431 -399
- package/index.mjs +411 -372
- package/package.json +5 -5
- package/styles.min.css +1 -1
- package/version.d.ts +1 -1
- package/web-components.min.js +1 -1
- package/web-components.min.js.LICENSE.txt +34 -25
@@ -5,13 +5,13 @@ object-assign
|
|
5
5
|
*/
|
6
6
|
|
7
7
|
/*!
|
8
|
-
|
9
|
-
|
10
|
-
|
8
|
+
Copyright (c) 2018 Jed Watson.
|
9
|
+
Licensed under the MIT License (MIT), see
|
10
|
+
http://jedwatson.github.io/classnames
|
11
11
|
*/
|
12
12
|
|
13
13
|
/*!
|
14
|
-
Copyright (c)
|
14
|
+
Copyright (c) 2017 Jed Watson.
|
15
15
|
Licensed under the MIT License (MIT), see
|
16
16
|
http://jedwatson.github.io/classnames
|
17
17
|
*/
|
@@ -91,21 +91,6 @@ object-assign
|
|
91
91
|
* Licensed under the MIT License.
|
92
92
|
*/
|
93
93
|
|
94
|
-
/*! *****************************************************************************
|
95
|
-
Copyright (c) Microsoft Corporation.
|
96
|
-
|
97
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
98
|
-
purpose with or without fee is hereby granted.
|
99
|
-
|
100
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
101
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
102
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
103
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
104
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
105
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
106
|
-
PERFORMANCE OF THIS SOFTWARE.
|
107
|
-
***************************************************************************** */
|
108
|
-
|
109
94
|
/*! https://mths.be/punycode v1.4.0 by @mathias */
|
110
95
|
|
111
96
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
@@ -119,17 +104,41 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
119
104
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
120
105
|
*/
|
121
106
|
|
122
|
-
/**
|
123
|
-
*
|
107
|
+
/**
|
108
|
+
* @remix-run/router v1.21.0
|
124
109
|
*
|
125
|
-
* Copyright (c)
|
110
|
+
* Copyright (c) Remix Software Inc.
|
126
111
|
*
|
127
112
|
* This source code is licensed under the MIT license found in the
|
128
|
-
* LICENSE file in the root directory of this source tree.
|
113
|
+
* LICENSE.md file in the root directory of this source tree.
|
114
|
+
*
|
115
|
+
* @license MIT
|
129
116
|
*/
|
130
117
|
|
131
|
-
/**
|
132
|
-
*
|
118
|
+
/**
|
119
|
+
* React Router DOM v6.28.0
|
120
|
+
*
|
121
|
+
* Copyright (c) Remix Software Inc.
|
122
|
+
*
|
123
|
+
* This source code is licensed under the MIT license found in the
|
124
|
+
* LICENSE.md file in the root directory of this source tree.
|
125
|
+
*
|
126
|
+
* @license MIT
|
127
|
+
*/
|
128
|
+
|
129
|
+
/**
|
130
|
+
* React Router v6.28.0
|
131
|
+
*
|
132
|
+
* Copyright (c) Remix Software Inc.
|
133
|
+
*
|
134
|
+
* This source code is licensed under the MIT license found in the
|
135
|
+
* LICENSE.md file in the root directory of this source tree.
|
136
|
+
*
|
137
|
+
* @license MIT
|
138
|
+
*/
|
139
|
+
|
140
|
+
/** @license React v0.19.1
|
141
|
+
* scheduler.production.min.js
|
133
142
|
*
|
134
143
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
135
144
|
*
|