@stoplight/elements-dev-portal 2.4.1 → 2.4.2
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 +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +3 -3
- package/styles.min.css +1 -1
- package/version.d.ts +1 -1
- package/web-components.min.js +1 -1
package/index.esm.js
CHANGED
|
@@ -273,7 +273,7 @@ const UpgradeToStarter = () => (React__default.createElement(Flex, { as: "a", hr
|
|
|
273
273
|
React__default.createElement(Icon, { icon: ['fas', 'exclamation-triangle'], size: "4x" }),
|
|
274
274
|
React__default.createElement(Box, { pt: 3 }, "Please upgrade your Stoplight Workspace to the Starter Plan to use Elements Dev Portal in production.")));
|
|
275
275
|
|
|
276
|
-
const appVersion = '2.4.
|
|
276
|
+
const appVersion = '2.4.2';
|
|
277
277
|
|
|
278
278
|
class ResponseError extends Error {
|
|
279
279
|
constructor(message, responseCode) {
|
package/index.js
CHANGED
|
@@ -293,7 +293,7 @@ const UpgradeToStarter = () => (React.createElement(mosaic.Flex, { as: "a", href
|
|
|
293
293
|
React.createElement(mosaic.Icon, { icon: ['fas', 'exclamation-triangle'], size: "4x" }),
|
|
294
294
|
React.createElement(mosaic.Box, { pt: 3 }, "Please upgrade your Stoplight Workspace to the Starter Plan to use Elements Dev Portal in production.")));
|
|
295
295
|
|
|
296
|
-
const appVersion = '2.4.
|
|
296
|
+
const appVersion = '2.4.2';
|
|
297
297
|
|
|
298
298
|
class ResponseError extends Error {
|
|
299
299
|
constructor(message, responseCode) {
|
package/index.mjs
CHANGED
|
@@ -273,7 +273,7 @@ const UpgradeToStarter = () => (React__default.createElement(Flex, { as: "a", hr
|
|
|
273
273
|
React__default.createElement(Icon, { icon: ['fas', 'exclamation-triangle'], size: "4x" }),
|
|
274
274
|
React__default.createElement(Box, { pt: 3 }, "Please upgrade your Stoplight Workspace to the Starter Plan to use Elements Dev Portal in production.")));
|
|
275
275
|
|
|
276
|
-
const appVersion = '2.4.
|
|
276
|
+
const appVersion = '2.4.2';
|
|
277
277
|
|
|
278
278
|
class ResponseError extends Error {
|
|
279
279
|
constructor(message, responseCode) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stoplight/elements-dev-portal",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.2",
|
|
4
4
|
"description": "UI components for composing beautiful developer documentation.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"main": "./index.js",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"react-dom": ">=16.8"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@stoplight/elements-core": "
|
|
29
|
+
"@stoplight/elements-core": "^8.4.2",
|
|
30
30
|
"@stoplight/markdown-viewer": "^5.7.1",
|
|
31
|
-
"@stoplight/mosaic": "^1.53.
|
|
31
|
+
"@stoplight/mosaic": "^1.53.4",
|
|
32
32
|
"@stoplight/path": "^1.3.2",
|
|
33
33
|
"@stoplight/types": "^14.0.0",
|
|
34
34
|
"classnames": "^2.2.6",
|