@bigbinary/neeto-molecules 4.0.72 → 4.0.73
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/dist/ErrorPage.js +2 -2
- package/dist/ErrorPage.js.map +1 -1
- package/dist/cjs/ErrorPage.js +2 -2
- package/dist/cjs/ErrorPage.js.map +1 -1
- package/package.json +1 -1
package/dist/ErrorPage.js
CHANGED
|
@@ -1414,7 +1414,7 @@ var ERRORS = {
|
|
|
1414
1414
|
}
|
|
1415
1415
|
};
|
|
1416
1416
|
|
|
1417
|
-
var css = ".neeto-molecules-error-page__wrapper{align-items:center;container-name:error-page-wrapper;container-type:inline-size;display:flex;flex-direction:column;justify-content:center;min-height:100vh;min-height:100dvh;width:100%}.neeto-molecules-error-page__container{display:flex;flex-direction:column;gap:32px;max-width:
|
|
1417
|
+
var css = ".neeto-molecules-error-page__wrapper{align-items:center;container-name:error-page-wrapper;container-type:inline-size;display:flex;flex-direction:column;justify-content:center;min-height:100vh;min-height:100dvh;width:100%}.neeto-molecules-error-page__container{display:flex;flex-direction:column;gap:32px;max-width:100%;padding:16px;width:768px}@container error-page-wrapper (min-width: 768px){.neeto-molecules-error-page__container{flex-direction:row;gap:48px;padding:24px}}.neeto-molecules-error-page__image{flex-shrink:0;max-width:180px;width:100%}@container error-page-wrapper (min-width: 768px){.neeto-molecules-error-page__image{max-width:240px}}.neeto-molecules-error-page__action-btn{align-items:flex-start;display:flex;flex-direction:column;gap:12px}.neeto-molecules-error-page__action-btn a{text-decoration:none}.neeto-ui-theme--dark .neeto-molecules-error-code path{fill:rgb(var(--neeto-ui-black))}";
|
|
1418
1418
|
n(css,{});
|
|
1419
1419
|
|
|
1420
1420
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
@@ -1473,7 +1473,7 @@ var ErrorPage = function ErrorPage(_ref) {
|
|
|
1473
1473
|
className: "neeto-molecules-error-code neeto-molecules-error-page__image",
|
|
1474
1474
|
"data-cy": "error-image"
|
|
1475
1475
|
}), /*#__PURE__*/jsxs("div", {
|
|
1476
|
-
className: "neeto-ui-flex neeto-ui-flex-col justify-center",
|
|
1476
|
+
className: "neeto-ui-flex neeto-ui-flex-col justify-center md:min-w-0 md:flex-grow",
|
|
1477
1477
|
children: [/*#__PURE__*/jsx(Helmet, {
|
|
1478
1478
|
children: /*#__PURE__*/jsx("title", {
|
|
1479
1479
|
children: t(titleKey)
|