@leapdevuk/component-toolbox 0.0.4 → 0.0.6
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/README.md +3 -2
- package/dist/index.cjs.js +3 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +5 -5
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -6131,7 +6131,7 @@ function fl(e) {
|
|
|
6131
6131
|
};
|
|
6132
6132
|
}
|
|
6133
6133
|
/**
|
|
6134
|
-
* @mui/styled-engine v6.
|
|
6134
|
+
* @mui/styled-engine v6.0.2
|
|
6135
6135
|
*
|
|
6136
6136
|
* @license MIT
|
|
6137
6137
|
* This source code is licensed under the MIT license found in the
|
|
@@ -6227,9 +6227,9 @@ function gl(e, r) {
|
|
|
6227
6227
|
if (!((n = t.colorSchemes) != null && n[e]) || typeof t.getColorSchemeSelector != "function")
|
|
6228
6228
|
return {};
|
|
6229
6229
|
let o = t.getColorSchemeSelector(e);
|
|
6230
|
-
return
|
|
6230
|
+
return (o.includes("data-") || o.includes(".")) && (o = `*:where(${o.replace(/\s*&$/, "")}) &`), {
|
|
6231
6231
|
[o]: r
|
|
6232
|
-
}
|
|
6232
|
+
};
|
|
6233
6233
|
}
|
|
6234
6234
|
return t.palette.mode === e ? r : {};
|
|
6235
6235
|
}
|
|
@@ -8162,7 +8162,7 @@ const Rf = ({
|
|
|
8162
8162
|
}
|
|
8163
8163
|
},
|
|
8164
8164
|
size: c || "small",
|
|
8165
|
-
placeholder: h && h.formatLong.date({ width: "short" }).
|
|
8165
|
+
placeholder: h && h.formatLong.date({ width: "short" }).toUpperCase(),
|
|
8166
8166
|
value: C ? new Date(C) : null
|
|
8167
8167
|
},
|
|
8168
8168
|
layout: {
|
|
@@ -8365,7 +8365,7 @@ const Rf = ({
|
|
|
8365
8365
|
children: "OK"
|
|
8366
8366
|
}
|
|
8367
8367
|
) }),
|
|
8368
|
-
t && /* @__PURE__ */ b.jsx(tt, {
|
|
8368
|
+
t && /* @__PURE__ */ b.jsx(tt, { variant: "outlined", onClick: t, size: "small", children: "Close" })
|
|
8369
8369
|
] }), td = ({ overlay: e }) => /* @__PURE__ */ b.jsx(b.Fragment, { children: /* @__PURE__ */ b.jsx($a, { open: !0, invisible: !e, style: { zIndex: 1350 }, children: /* @__PURE__ */ b.jsx(
|
|
8370
8370
|
Aa,
|
|
8371
8371
|
{
|