@stoplight/elements-dev-portal 1.7.0 → 1.7.3
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 +4 -3
- package/styles.min.css +1 -1
- package/version.d.ts +1 -1
- package/web-components.min.js +1 -1
- package/web-components.min.js.LICENSE.txt +3 -3
package/index.esm.js
CHANGED
|
@@ -218,7 +218,7 @@ const UpgradeToStarter = () => (React__default.createElement(Flex, { as: "a", hr
|
|
|
218
218
|
React__default.createElement(Icon, { icon: faExclamationTriangle, size: "4x" }),
|
|
219
219
|
React__default.createElement(Box, { pt: 3 }, "Please upgrade your Stoplight Workspace to the Starter Plan to use Elements Dev Portal in production.")));
|
|
220
220
|
|
|
221
|
-
const appVersion = '1.7.
|
|
221
|
+
const appVersion = '1.7.3';
|
|
222
222
|
|
|
223
223
|
class ResponseError extends Error {
|
|
224
224
|
constructor(message, responseCode) {
|
package/index.js
CHANGED
|
@@ -245,7 +245,7 @@ const UpgradeToStarter = () => (React__default["default"].createElement(mosaic.F
|
|
|
245
245
|
React__default["default"].createElement(mosaic.Icon, { icon: freeSolidSvgIcons.faExclamationTriangle, size: "4x" }),
|
|
246
246
|
React__default["default"].createElement(mosaic.Box, { pt: 3 }, "Please upgrade your Stoplight Workspace to the Starter Plan to use Elements Dev Portal in production.")));
|
|
247
247
|
|
|
248
|
-
const appVersion = '1.7.
|
|
248
|
+
const appVersion = '1.7.3';
|
|
249
249
|
|
|
250
250
|
class ResponseError extends Error {
|
|
251
251
|
constructor(message, responseCode) {
|
package/index.mjs
CHANGED
|
@@ -218,7 +218,7 @@ const UpgradeToStarter = () => (React__default.createElement(Flex, { as: "a", hr
|
|
|
218
218
|
React__default.createElement(Icon, { icon: faExclamationTriangle, size: "4x" }),
|
|
219
219
|
React__default.createElement(Box, { pt: 3 }, "Please upgrade your Stoplight Workspace to the Starter Plan to use Elements Dev Portal in production.")));
|
|
220
220
|
|
|
221
|
-
const appVersion = '1.7.
|
|
221
|
+
const appVersion = '1.7.3';
|
|
222
222
|
|
|
223
223
|
class ResponseError extends Error {
|
|
224
224
|
constructor(message, responseCode) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stoplight/elements-dev-portal",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.3",
|
|
4
4
|
"description": "UI components for composing beautiful developer documentation.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"main": "./index.js",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@fortawesome/free-solid-svg-icons": "^5.10.2",
|
|
30
|
-
"@stoplight/elements-core": "~7.5.
|
|
31
|
-
"@stoplight/markdown-viewer": "^5.4.
|
|
30
|
+
"@stoplight/elements-core": "~7.5.19",
|
|
31
|
+
"@stoplight/markdown-viewer": "^5.4.7",
|
|
32
32
|
"@stoplight/mosaic": "^1.16.2",
|
|
33
33
|
"@stoplight/path": "^1.3.2",
|
|
34
34
|
"@stoplight/types": "^13.0.0",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"type": "commonjs",
|
|
42
42
|
"exports": {
|
|
43
43
|
"./styles.min.css": "./styles.min.css",
|
|
44
|
+
"./web-components.min.js": "./web-components.min.js",
|
|
44
45
|
".": {
|
|
45
46
|
"require": "./index.js",
|
|
46
47
|
"import": "./index.mjs"
|