@stoplight/elements-core 7.5.13 → 7.5.14

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 CHANGED
@@ -1603,7 +1603,7 @@ const ResponseError = ({ state: { error } }) => (React.createElement(Panel, { de
1603
1603
  React.createElement(Panel.Content, null, isNetworkError(error) ? React.createElement(NetworkErrorMessage, null) : React.createElement("p", null, error.message))));
1604
1604
  const NetworkErrorMessage = () => (React.createElement(React.Fragment, null,
1605
1605
  React.createElement("p", { className: "sl-pb-2" },
1606
- React.createElement("strong", null, "Network Error occured.")),
1606
+ React.createElement("strong", null, "Network Error occurred.")),
1607
1607
  React.createElement("p", { className: "sl-pb-2" }, "1. Double check that your computer is connected to the internet."),
1608
1608
  React.createElement("p", { className: "sl-pb-2" }, "2. Make sure the API is actually running and available under the specified URL."),
1609
1609
  React.createElement("p", null,
package/index.js CHANGED
@@ -1657,7 +1657,7 @@ const ResponseError = ({ state: { error } }) => (React__namespace.createElement(
1657
1657
  React__namespace.createElement(mosaic.Panel.Content, null, isNetworkError(error) ? React__namespace.createElement(NetworkErrorMessage, null) : React__namespace.createElement("p", null, error.message))));
1658
1658
  const NetworkErrorMessage = () => (React__namespace.createElement(React__namespace.Fragment, null,
1659
1659
  React__namespace.createElement("p", { className: "sl-pb-2" },
1660
- React__namespace.createElement("strong", null, "Network Error occured.")),
1660
+ React__namespace.createElement("strong", null, "Network Error occurred.")),
1661
1661
  React__namespace.createElement("p", { className: "sl-pb-2" }, "1. Double check that your computer is connected to the internet."),
1662
1662
  React__namespace.createElement("p", { className: "sl-pb-2" }, "2. Make sure the API is actually running and available under the specified URL."),
1663
1663
  React__namespace.createElement("p", null,
package/index.mjs CHANGED
@@ -1603,7 +1603,7 @@ const ResponseError = ({ state: { error } }) => (React.createElement(Panel, { de
1603
1603
  React.createElement(Panel.Content, null, isNetworkError(error) ? React.createElement(NetworkErrorMessage, null) : React.createElement("p", null, error.message))));
1604
1604
  const NetworkErrorMessage = () => (React.createElement(React.Fragment, null,
1605
1605
  React.createElement("p", { className: "sl-pb-2" },
1606
- React.createElement("strong", null, "Network Error occured.")),
1606
+ React.createElement("strong", null, "Network Error occurred.")),
1607
1607
  React.createElement("p", { className: "sl-pb-2" }, "1. Double check that your computer is connected to the internet."),
1608
1608
  React.createElement("p", { className: "sl-pb-2" }, "2. Make sure the API is actually running and available under the specified URL."),
1609
1609
  React.createElement("p", null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stoplight/elements-core",
3
- "version": "7.5.13",
3
+ "version": "7.5.14",
4
4
  "main": "./index.js",
5
5
  "sideEffects": [
6
6
  "web-components.min.js",
@@ -30,9 +30,9 @@
30
30
  "@stoplight/json-schema-sampler": "0.2.2",
31
31
  "@stoplight/json-schema-viewer": "^4.5.0",
32
32
  "@stoplight/markdown-viewer": "^5.4.2",
33
- "@stoplight/mosaic": "^1.15.4",
34
- "@stoplight/mosaic-code-editor": "^1.15.4",
35
- "@stoplight/mosaic-code-viewer": "^1.15.4",
33
+ "@stoplight/mosaic": "^1.16.2",
34
+ "@stoplight/mosaic-code-editor": "^1.16.2",
35
+ "@stoplight/mosaic-code-viewer": "^1.16.2",
36
36
  "@stoplight/path": "^1.3.2",
37
37
  "@stoplight/react-error-boundary": "^2.0.0",
38
38
  "@stoplight/types": "^12.0.0",