@applica-software-guru/react-admin 1.3.128 → 1.3.129
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/components/Layout/Error.d.ts.map +1 -1
- package/dist/react-admin.cjs.js +1 -1
- package/dist/react-admin.cjs.js.map +1 -1
- package/dist/react-admin.es.js +11 -1
- package/dist/react-admin.es.js.map +1 -1
- package/dist/react-admin.umd.js +5 -5
- package/dist/react-admin.umd.js.map +1 -1
- package/package.json +2 -2
- package/src/components/Layout/Error.tsx +9 -1
package/dist/react-admin.es.js
CHANGED
|
@@ -23098,7 +23098,17 @@ function nh(e) {
|
|
|
23098
23098
|
return n ? /* @__PURE__ */ p(n, { error: t, errorInfo: r, title: a }) : /* @__PURE__ */ p(TA, { children: /* @__PURE__ */ $(jt, { alignItems: "center", px: 2, py: { xs: 4, sm: 8 }, spacing: 2, textAlign: "center", children: [
|
|
23099
23099
|
a && /* @__PURE__ */ p(EQ, { title: a }),
|
|
23100
23100
|
/* @__PURE__ */ p("img", { src: LQ, style: { width: "100%", maxWidth: 450, marginTop: A.spacing(4) } }),
|
|
23101
|
-
/* @__PURE__ */ p(
|
|
23101
|
+
/* @__PURE__ */ p(
|
|
23102
|
+
Ie,
|
|
23103
|
+
{
|
|
23104
|
+
variant: "h2",
|
|
23105
|
+
sx: {
|
|
23106
|
+
whiteSpace: "pre-wrap",
|
|
23107
|
+
wordBreak: "break-word"
|
|
23108
|
+
},
|
|
23109
|
+
children: l(u ? "ra.page.error" : t.message, { _: t.message })
|
|
23110
|
+
}
|
|
23111
|
+
),
|
|
23102
23112
|
!u && /* @__PURE__ */ p(Ie, { variant: "caption", children: l("ra.message.error_more_info") }),
|
|
23103
23113
|
r && /* @__PURE__ */ p(
|
|
23104
23114
|
Ie,
|