@leapdevuk/component-toolbox 0.0.29 → 0.0.30
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
|
@@ -8303,7 +8303,8 @@ const Rl = ({
|
|
|
8303
8303
|
onDelete: s,
|
|
8304
8304
|
onClose: l,
|
|
8305
8305
|
actions: f,
|
|
8306
|
-
|
|
8306
|
+
leftHeaderActions: d,
|
|
8307
|
+
title: h
|
|
8307
8308
|
}) => /* @__PURE__ */ b.jsx(b.Fragment, { children: /* @__PURE__ */ b.jsxs(
|
|
8308
8309
|
lo,
|
|
8309
8310
|
{
|
|
@@ -8339,13 +8340,14 @@ const Rl = ({
|
|
|
8339
8340
|
children: /* @__PURE__ */ b.jsx($l, {})
|
|
8340
8341
|
}
|
|
8341
8342
|
) }),
|
|
8343
|
+
d,
|
|
8342
8344
|
/* @__PURE__ */ b.jsx("div", { className: "flex1", style: { paddingLeft: 5 }, children: /* @__PURE__ */ b.jsx(
|
|
8343
8345
|
qt,
|
|
8344
8346
|
{
|
|
8345
8347
|
variant: "body1",
|
|
8346
8348
|
textAlign: "center",
|
|
8347
8349
|
style: { color: "#ffffff" },
|
|
8348
|
-
children:
|
|
8350
|
+
children: h
|
|
8349
8351
|
}
|
|
8350
8352
|
) }),
|
|
8351
8353
|
/* @__PURE__ */ b.jsx("div", { children: r && /* @__PURE__ */ b.jsx(
|