@leapdevuk/component-toolbox 0.0.28 → 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
|
@@ -744,8 +744,7 @@ const Ul = ({
|
|
|
744
744
|
textAlign: "end"
|
|
745
745
|
},
|
|
746
746
|
"&.MuiOutlinedInput-root": {
|
|
747
|
-
backgroundColor: r ? "#f3f3f3" : "field"
|
|
748
|
-
"-webkit-text-fill-color": "#444444 !important"
|
|
747
|
+
backgroundColor: r ? "#f3f3f3" : "field"
|
|
749
748
|
}
|
|
750
749
|
},
|
|
751
750
|
thousandSeparator: !0,
|
|
@@ -8304,7 +8303,8 @@ const Rl = ({
|
|
|
8304
8303
|
onDelete: s,
|
|
8305
8304
|
onClose: l,
|
|
8306
8305
|
actions: f,
|
|
8307
|
-
|
|
8306
|
+
leftHeaderActions: d,
|
|
8307
|
+
title: h
|
|
8308
8308
|
}) => /* @__PURE__ */ b.jsx(b.Fragment, { children: /* @__PURE__ */ b.jsxs(
|
|
8309
8309
|
lo,
|
|
8310
8310
|
{
|
|
@@ -8340,13 +8340,14 @@ const Rl = ({
|
|
|
8340
8340
|
children: /* @__PURE__ */ b.jsx($l, {})
|
|
8341
8341
|
}
|
|
8342
8342
|
) }),
|
|
8343
|
+
d,
|
|
8343
8344
|
/* @__PURE__ */ b.jsx("div", { className: "flex1", style: { paddingLeft: 5 }, children: /* @__PURE__ */ b.jsx(
|
|
8344
8345
|
qt,
|
|
8345
8346
|
{
|
|
8346
8347
|
variant: "body1",
|
|
8347
8348
|
textAlign: "center",
|
|
8348
8349
|
style: { color: "#ffffff" },
|
|
8349
|
-
children:
|
|
8350
|
+
children: h
|
|
8350
8351
|
}
|
|
8351
8352
|
) }),
|
|
8352
8353
|
/* @__PURE__ */ b.jsx("div", { children: r && /* @__PURE__ */ b.jsx(
|