@leapdevuk/component-toolbox 0.1.4 → 0.1.5
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/CHANGELOG.md +6 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +10 -10
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -10066,16 +10066,6 @@ const X = (e, r, t, n, o) => {
|
|
|
10066
10066
|
e && /* @__PURE__ */ l.jsx(l.Fragment, { children: e }),
|
|
10067
10067
|
/* @__PURE__ */ l.jsx("div", { className: "flex1" }),
|
|
10068
10068
|
r && /* @__PURE__ */ l.jsx(l.Fragment, { children: r }),
|
|
10069
|
-
t && /* @__PURE__ */ l.jsx(
|
|
10070
|
-
ut,
|
|
10071
|
-
{
|
|
10072
|
-
onClick: t,
|
|
10073
|
-
variant: "outlined",
|
|
10074
|
-
color: "secondary",
|
|
10075
|
-
size: "small",
|
|
10076
|
-
children: "Cancel"
|
|
10077
|
-
}
|
|
10078
|
-
),
|
|
10079
10069
|
o && /* @__PURE__ */ l.jsx("div", { style: { marginRight: 5 }, children: /* @__PURE__ */ l.jsx(
|
|
10080
10070
|
ut,
|
|
10081
10071
|
{
|
|
@@ -10086,6 +10076,16 @@ const X = (e, r, t, n, o) => {
|
|
|
10086
10076
|
children: "OK"
|
|
10087
10077
|
}
|
|
10088
10078
|
) }),
|
|
10079
|
+
t && /* @__PURE__ */ l.jsx(
|
|
10080
|
+
ut,
|
|
10081
|
+
{
|
|
10082
|
+
onClick: t,
|
|
10083
|
+
variant: "outlined",
|
|
10084
|
+
color: "secondary",
|
|
10085
|
+
size: "small",
|
|
10086
|
+
children: "Cancel"
|
|
10087
|
+
}
|
|
10088
|
+
),
|
|
10089
10089
|
n && /* @__PURE__ */ l.jsx(
|
|
10090
10090
|
ut,
|
|
10091
10091
|
{
|