@leapdevuk/component-toolbox 0.0.77 → 0.0.78

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
@@ -9175,41 +9175,54 @@ const go = ({
9175
9175
  onClose: r,
9176
9176
  onOK: a,
9177
9177
  onSaveDisable: o
9178
- }) => /* @__PURE__ */ g.jsxs(g.Fragment, { children: [
9179
- t && /* @__PURE__ */ g.jsx(g.Fragment, { children: t }),
9180
- /* @__PURE__ */ g.jsx("div", { className: "flex1" }),
9181
- n && /* @__PURE__ */ g.jsx(g.Fragment, { children: n }),
9182
- e && /* @__PURE__ */ g.jsx(
9183
- He,
9184
- {
9185
- onClick: e,
9186
- variant: "outlined",
9187
- color: "secondary",
9188
- size: "small",
9189
- children: "Cancel"
9190
- }
9191
- ),
9192
- a && /* @__PURE__ */ g.jsx("div", { style: { marginRight: 5 }, children: /* @__PURE__ */ g.jsx(
9193
- He,
9194
- {
9195
- color: "primary",
9196
- disabled: o || !1,
9197
- onClick: a,
9198
- size: "small",
9199
- children: "OK"
9200
- }
9201
- ) }),
9202
- r && /* @__PURE__ */ g.jsx(
9203
- He,
9204
- {
9205
- variant: "outlined",
9206
- color: "secondary",
9207
- onClick: r,
9208
- size: "small",
9209
- children: "Close"
9210
- }
9211
- )
9212
- ] }), gf = ({ overlay: t }) => /* @__PURE__ */ g.jsx(g.Fragment, { children: /* @__PURE__ */ g.jsx(Qo, { open: !0, invisible: !t, style: { zIndex: 1350 }, children: /* @__PURE__ */ g.jsx(
9178
+ }) => /* @__PURE__ */ g.jsxs(
9179
+ "div",
9180
+ {
9181
+ style: {
9182
+ alignItems: "center",
9183
+ backgroundColor: "rgb(240, 241, 242)",
9184
+ borderTop: "1px solid #d8d8d8",
9185
+ display: "flex",
9186
+ height: "35px",
9187
+ padding: "12px 15px"
9188
+ },
9189
+ children: [
9190
+ t && /* @__PURE__ */ g.jsx(g.Fragment, { children: t }),
9191
+ /* @__PURE__ */ g.jsx("div", { className: "flex1" }),
9192
+ n && /* @__PURE__ */ g.jsx(g.Fragment, { children: n }),
9193
+ e && /* @__PURE__ */ g.jsx(
9194
+ He,
9195
+ {
9196
+ onClick: e,
9197
+ variant: "outlined",
9198
+ color: "secondary",
9199
+ size: "small",
9200
+ children: "Cancel"
9201
+ }
9202
+ ),
9203
+ a && /* @__PURE__ */ g.jsx("div", { style: { marginRight: 5 }, children: /* @__PURE__ */ g.jsx(
9204
+ He,
9205
+ {
9206
+ color: "primary",
9207
+ disabled: o || !1,
9208
+ onClick: a,
9209
+ size: "small",
9210
+ children: "OK"
9211
+ }
9212
+ ) }),
9213
+ r && /* @__PURE__ */ g.jsx(
9214
+ He,
9215
+ {
9216
+ variant: "outlined",
9217
+ color: "secondary",
9218
+ onClick: r,
9219
+ size: "small",
9220
+ children: "Close"
9221
+ }
9222
+ )
9223
+ ]
9224
+ }
9225
+ ), gf = ({ overlay: t }) => /* @__PURE__ */ g.jsx(g.Fragment, { children: /* @__PURE__ */ g.jsx(Qo, { open: !0, invisible: !t, style: { zIndex: 1350 }, children: /* @__PURE__ */ g.jsx(
9213
9226
  Ko,
9214
9227
  {
9215
9228
  style: {