@stoplight/elements 7.13.10 → 7.14.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.d.ts +2 -0
- package/index.esm.js +1 -1
- package/index.js +2 -0
- package/index.mjs +1 -1
- package/package.json +2 -2
- package/web-components.min.js +1 -1
- package/web-components.min.js.LICENSE.txt +1 -1
package/index.d.ts
CHANGED
package/index.esm.js
CHANGED
package/index.js
CHANGED
|
@@ -550,3 +550,5 @@ const APIImpl = props => {
|
|
|
550
550
|
const API = flow__default["default"](elementsCore.withRouter, elementsCore.withStyles, elementsCore.withPersistenceBoundary, elementsCore.withMosaicProvider, elementsCore.withQueryClientProvider)(APIImpl);
|
|
551
551
|
|
|
552
552
|
exports.API = API;
|
|
553
|
+
exports.transformOasToServiceNode = transformOasToServiceNode;
|
|
554
|
+
exports.useExportDocumentProps = useExportDocumentProps;
|
package/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stoplight/elements",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.14.0",
|
|
4
4
|
"description": "UI components for composing beautiful developer documentation.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"main": "./index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"react-dom": ">=16.8"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@stoplight/elements-core": "~7.
|
|
29
|
+
"@stoplight/elements-core": "~7.14.0",
|
|
30
30
|
"@stoplight/http-spec": "^6.0.0",
|
|
31
31
|
"@stoplight/json": "^3.18.1",
|
|
32
32
|
"@stoplight/mosaic": "^1.44.4",
|