@stoplight/elements 8.5.1 → 9.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/components/API/APIWithResponsiveSidebarLayout.d.ts +2 -0
- package/components/API/APIWithSidebarLayout.d.ts +2 -0
- package/components/API/utils.d.ts +1 -0
- package/containers/API.d.ts +1 -0
- package/containers/API.spec.d.ts +0 -2
- package/index.esm.js +30 -20
- package/index.js +28 -18
- package/index.mjs +30 -20
- package/package.json +3 -3
- package/web-components.min.js +1 -1
- package/web-components.min.js.LICENSE.txt +30 -6
|
@@ -106,17 +106,41 @@ object-assign
|
|
|
106
106
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
107
107
|
*/
|
|
108
108
|
|
|
109
|
-
/**
|
|
110
|
-
*
|
|
109
|
+
/**
|
|
110
|
+
* @remix-run/router v1.21.0
|
|
111
111
|
*
|
|
112
|
-
* Copyright (c)
|
|
112
|
+
* Copyright (c) Remix Software Inc.
|
|
113
113
|
*
|
|
114
114
|
* This source code is licensed under the MIT license found in the
|
|
115
|
-
* LICENSE file in the root directory of this source tree.
|
|
115
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
116
|
+
*
|
|
117
|
+
* @license MIT
|
|
118
|
+
*/
|
|
119
|
+
|
|
120
|
+
/**
|
|
121
|
+
* React Router DOM v6.28.0
|
|
122
|
+
*
|
|
123
|
+
* Copyright (c) Remix Software Inc.
|
|
124
|
+
*
|
|
125
|
+
* This source code is licensed under the MIT license found in the
|
|
126
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
127
|
+
*
|
|
128
|
+
* @license MIT
|
|
116
129
|
*/
|
|
117
130
|
|
|
118
|
-
/**
|
|
119
|
-
*
|
|
131
|
+
/**
|
|
132
|
+
* React Router v6.28.0
|
|
133
|
+
*
|
|
134
|
+
* Copyright (c) Remix Software Inc.
|
|
135
|
+
*
|
|
136
|
+
* This source code is licensed under the MIT license found in the
|
|
137
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
138
|
+
*
|
|
139
|
+
* @license MIT
|
|
140
|
+
*/
|
|
141
|
+
|
|
142
|
+
/** @license React v0.19.1
|
|
143
|
+
* scheduler.production.min.js
|
|
120
144
|
*
|
|
121
145
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
122
146
|
*
|