@stoplight/elements-dev-portal 2.5.2 → 3.0.0
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/index.esm.js +62 -46
- package/index.js +61 -45
- package/index.mjs +62 -46
- package/package.json +3 -3
- package/version.d.ts +1 -1
- package/web-components.min.js +1 -1
- package/web-components.min.js.LICENSE.txt +30 -6
|
@@ -104,17 +104,41 @@ object-assign
|
|
|
104
104
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
105
105
|
*/
|
|
106
106
|
|
|
107
|
-
/**
|
|
108
|
-
*
|
|
107
|
+
/**
|
|
108
|
+
* @remix-run/router v1.21.0
|
|
109
109
|
*
|
|
110
|
-
* Copyright (c)
|
|
110
|
+
* Copyright (c) Remix Software Inc.
|
|
111
111
|
*
|
|
112
112
|
* This source code is licensed under the MIT license found in the
|
|
113
|
-
* 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
|
|
116
|
+
*/
|
|
117
|
+
|
|
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
|
|
114
127
|
*/
|
|
115
128
|
|
|
116
|
-
/**
|
|
117
|
-
*
|
|
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
|
|
118
142
|
*
|
|
119
143
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
120
144
|
*
|