@ws-ui/shared 1.12.0 → 1.12.1
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/index.es.js
CHANGED
|
@@ -12388,7 +12388,8 @@ const gL = ({
|
|
|
12388
12388
|
error: t,
|
|
12389
12389
|
onClose: r,
|
|
12390
12390
|
onOpenInTextEditor: i,
|
|
12391
|
-
onReset: a
|
|
12391
|
+
onReset: a,
|
|
12392
|
+
resetButtonLabel: s = "Reset Page"
|
|
12392
12393
|
}) => /* @__PURE__ */ B("div", { className: "flex h-full w-full items-center justify-center", children: /* @__PURE__ */ Oe("div", { className: "flex flex-col items-center rounded bg-grey-300 px-10 py-6 text-center shadow-md", children: [
|
|
12393
12394
|
/* @__PURE__ */ Oe("div", { className: "relative", children: [
|
|
12394
12395
|
/* @__PURE__ */ B(rO, { className: "relative z-20 h-12 w-12 text-red-500 rounded-full" }),
|
|
@@ -12410,7 +12411,7 @@ const gL = ({
|
|
|
12410
12411
|
{
|
|
12411
12412
|
className: "text-md rounded border border-red-500 bg-red-500 hover:bg-red-400 focus:ring-red-500 px-3 py-1 text-white focus:outline-none",
|
|
12412
12413
|
onClick: a,
|
|
12413
|
-
children:
|
|
12414
|
+
children: s
|
|
12414
12415
|
}
|
|
12415
12416
|
),
|
|
12416
12417
|
r && /* @__PURE__ */ B(
|