@stoplight/elements-dev-portal 3.0.12-beta-0.4 → 3.0.13-alpha-0.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/index.esm.js +2 -2
- package/index.js +2 -2
- package/index.mjs +2 -2
- package/package.json +2 -2
- package/types.d.ts +0 -1
- package/version.d.ts +1 -1
- package/web-components.min.js +1 -1
package/index.esm.js
CHANGED
|
@@ -100,7 +100,7 @@ const NodeContent = ({ node, Link, hideMocking, refResolver, maxRefDepth, tryItC
|
|
|
100
100
|
},
|
|
101
101
|
} },
|
|
102
102
|
React.createElement(MockingProvider, { mockUrl: node.links.mock_url, hideMocking: hideMocking },
|
|
103
|
-
React.createElement(Docs, { nodeType: node.type, nodeData: node.data, nodeTitle: node.title,
|
|
103
|
+
React.createElement(Docs, { nodeType: node.type, nodeData: node.data, nodeTitle: node.title, layoutOptions: {
|
|
104
104
|
compact,
|
|
105
105
|
hideTryIt: hideTryIt,
|
|
106
106
|
hideTryItPanel: hideTryItPanel,
|
|
@@ -300,7 +300,7 @@ const UpgradeToStarter = () => (React__default.createElement(Flex, { as: "a", hr
|
|
|
300
300
|
React__default.createElement(Icon, { icon: ['fas', 'exclamation-triangle'], size: "4x" }),
|
|
301
301
|
React__default.createElement(Box, { pt: 3 }, "Please upgrade your Stoplight Workspace to the Starter Plan to use Elements Dev Portal in production.")));
|
|
302
302
|
|
|
303
|
-
const appVersion = '3.0.
|
|
303
|
+
const appVersion = '3.0.13-alpha-0.1';
|
|
304
304
|
|
|
305
305
|
class ResponseError extends Error {
|
|
306
306
|
constructor(message, responseCode) {
|
package/index.js
CHANGED
|
@@ -120,7 +120,7 @@ const NodeContent = ({ node, Link, hideMocking, refResolver, maxRefDepth, tryItC
|
|
|
120
120
|
},
|
|
121
121
|
} },
|
|
122
122
|
React__namespace.createElement(elementsCore.MockingProvider, { mockUrl: node.links.mock_url, hideMocking: hideMocking },
|
|
123
|
-
React__namespace.createElement(elementsCore.Docs, { nodeType: node.type, nodeData: node.data, nodeTitle: node.title,
|
|
123
|
+
React__namespace.createElement(elementsCore.Docs, { nodeType: node.type, nodeData: node.data, nodeTitle: node.title, layoutOptions: {
|
|
124
124
|
compact,
|
|
125
125
|
hideTryIt: hideTryIt,
|
|
126
126
|
hideTryItPanel: hideTryItPanel,
|
|
@@ -320,7 +320,7 @@ const UpgradeToStarter = () => (React.createElement(mosaic.Flex, { as: "a", href
|
|
|
320
320
|
React.createElement(mosaic.Icon, { icon: ['fas', 'exclamation-triangle'], size: "4x" }),
|
|
321
321
|
React.createElement(mosaic.Box, { pt: 3 }, "Please upgrade your Stoplight Workspace to the Starter Plan to use Elements Dev Portal in production.")));
|
|
322
322
|
|
|
323
|
-
const appVersion = '3.0.
|
|
323
|
+
const appVersion = '3.0.13-alpha-0.1';
|
|
324
324
|
|
|
325
325
|
class ResponseError extends Error {
|
|
326
326
|
constructor(message, responseCode) {
|
package/index.mjs
CHANGED
|
@@ -100,7 +100,7 @@ const NodeContent = ({ node, Link, hideMocking, refResolver, maxRefDepth, tryItC
|
|
|
100
100
|
},
|
|
101
101
|
} },
|
|
102
102
|
React.createElement(MockingProvider, { mockUrl: node.links.mock_url, hideMocking: hideMocking },
|
|
103
|
-
React.createElement(Docs, { nodeType: node.type, nodeData: node.data, nodeTitle: node.title,
|
|
103
|
+
React.createElement(Docs, { nodeType: node.type, nodeData: node.data, nodeTitle: node.title, layoutOptions: {
|
|
104
104
|
compact,
|
|
105
105
|
hideTryIt: hideTryIt,
|
|
106
106
|
hideTryItPanel: hideTryItPanel,
|
|
@@ -300,7 +300,7 @@ const UpgradeToStarter = () => (React__default.createElement(Flex, { as: "a", hr
|
|
|
300
300
|
React__default.createElement(Icon, { icon: ['fas', 'exclamation-triangle'], size: "4x" }),
|
|
301
301
|
React__default.createElement(Box, { pt: 3 }, "Please upgrade your Stoplight Workspace to the Starter Plan to use Elements Dev Portal in production.")));
|
|
302
302
|
|
|
303
|
-
const appVersion = '3.0.
|
|
303
|
+
const appVersion = '3.0.13-alpha-0.1';
|
|
304
304
|
|
|
305
305
|
class ResponseError extends Error {
|
|
306
306
|
constructor(message, responseCode) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stoplight/elements-dev-portal",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.13-alpha-0.1",
|
|
4
4
|
"description": "UI components for composing beautiful developer documentation.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"main": "./index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@stoplight/markdown-viewer": "^5.7.1",
|
|
30
30
|
"@stoplight/mosaic": "^1.53.5",
|
|
31
|
-
"@stoplight/elements-core": "9.0.
|
|
31
|
+
"@stoplight/elements-core": "~9.0.13-alpha-0.1",
|
|
32
32
|
"@stoplight/path": "^1.3.2",
|
|
33
33
|
"@stoplight/types": "^14.0.0",
|
|
34
34
|
"classnames": "^2.2.6",
|
package/types.d.ts
CHANGED
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const appVersion = "3.0.
|
|
1
|
+
export declare const appVersion = "3.0.13-alpha-0.1";
|