@leapdevuk/component-toolbox 0.0.78 → 0.0.79

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
@@ -649,29 +649,44 @@ const af = ({
649
649
  centerComponents: n,
650
650
  rightComponents: e,
651
651
  onClickHelp: r
652
- }) => /* @__PURE__ */ g.jsxs(g.Fragment, { children: [
653
- t && /* @__PURE__ */ g.jsx(g.Fragment, { children: t }),
654
- n && /* @__PURE__ */ g.jsx(g.Fragment, { children: n }),
655
- e && /* @__PURE__ */ g.jsx(g.Fragment, { children: e }),
656
- r && /* @__PURE__ */ g.jsx("div", { children: /* @__PURE__ */ g.jsx(ya, { placement: "bottom-end", title: "Help for this Window", children: /* @__PURE__ */ g.jsx(
657
- Wo,
658
- {
659
- component: "button",
660
- onClick: r,
661
- sx: {
662
- ":hover": {
663
- cursor: "pointer",
664
- color: "#0060AC"
665
- },
666
- alignSelf: "center",
667
- paddingRight: 1
668
- },
669
- underline: "hover",
670
- variant: "body1",
671
- children: "Help"
672
- }
673
- ) }) })
674
- ] }), He = (t) => /* @__PURE__ */ g.jsx(
652
+ }) => /* @__PURE__ */ g.jsxs(
653
+ "div",
654
+ {
655
+ style: {
656
+ alignItems: "center",
657
+ backgroundColor: "#fafafa",
658
+ borderBottom: "1px solid #d8d8d8",
659
+ display: "flex",
660
+ justifyContent: "space-between",
661
+ minHeight: "36px",
662
+ paddingLeft: "0px",
663
+ paddingRight: "15px"
664
+ },
665
+ children: [
666
+ t && /* @__PURE__ */ g.jsx(g.Fragment, { children: t }),
667
+ n && /* @__PURE__ */ g.jsx(g.Fragment, { children: n }),
668
+ e && /* @__PURE__ */ g.jsx(g.Fragment, { children: e }),
669
+ r && /* @__PURE__ */ g.jsx("div", { children: /* @__PURE__ */ g.jsx(ya, { placement: "bottom-end", title: "Help for this Window", children: /* @__PURE__ */ g.jsx(
670
+ Wo,
671
+ {
672
+ component: "button",
673
+ onClick: r,
674
+ sx: {
675
+ ":hover": {
676
+ cursor: "pointer",
677
+ color: "#0060AC"
678
+ },
679
+ alignSelf: "center",
680
+ paddingRight: 1
681
+ },
682
+ underline: "hover",
683
+ variant: "body1",
684
+ children: "Help"
685
+ }
686
+ ) }) })
687
+ ]
688
+ }
689
+ ), He = (t) => /* @__PURE__ */ g.jsx(
675
690
  Ae,
676
691
  {
677
692
  color: t.color || "primary",