@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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +38 -23
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
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(
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
},
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
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",
|