@leapdevuk/component-toolbox 0.0.29 → 0.0.31

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
- title: d
8306
+ leftHeaderActions: d,
8307
+ title: h
8307
8308
  }) => /* @__PURE__ */ b.jsx(b.Fragment, { children: /* @__PURE__ */ b.jsxs(
8308
8309
  lo,
8309
8310
  {
@@ -8334,18 +8335,19 @@ const Rl = ({
8334
8335
  sx: {
8335
8336
  borderRadius: 0,
8336
8337
  color: "#ffffff",
8337
- padding: "6px 8px"
8338
+ padding: "7px 6px"
8338
8339
  },
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: d
8350
+ children: h
8349
8351
  }
8350
8352
  ) }),
8351
8353
  /* @__PURE__ */ b.jsx("div", { children: r && /* @__PURE__ */ b.jsx(
@@ -8356,6 +8358,7 @@ const Rl = ({
8356
8358
  disableTouchRipple: !0,
8357
8359
  sx: {
8358
8360
  borderRadius: 0,
8361
+ padding: "7px 6px",
8359
8362
  ":hover": {
8360
8363
  backgroundColor: "#c42b1c",
8361
8364
  color: "#ffffff",