dry-ux 1.24.0 → 1.25.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.
@@ -6,5 +6,5 @@ exports.ErrorScreen = React.memo(() => (React.createElement("div", { className:
6
6
  React.createElement("h1", { style: { fontSize: 70 } },
7
7
  React.createElement("i", { className: "fa fa-exclamation-triangle" })),
8
8
  React.createElement("h1", null, "Oops, Something went wrong!"),
9
- React.createElement("h4", { className: "pull-center", style: { width: 500, maxWidth: "90vw", lineHeight: 1.5 } }, "Try to refresh this page or feel free to contact us if the problem persists."),
9
+ React.createElement("h4", { className: "pull-center", style: { width: 500, maxWidth: "95%", lineHeight: 1.5 } }, "Try to refresh this page or feel free to contact us if the problem persists."),
10
10
  React.createElement("a", { href: "/", className: "btn btn-primary mtop mbm" }, "Back to Home"))));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dry-ux",
3
- "version": "1.24.0",
3
+ "version": "1.25.0",
4
4
  "description": "",
5
5
  "main": "dist/index",
6
6
  "scripts": {