@leapdevuk/component-toolbox 0.0.17 → 0.0.18
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 +21 -21
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +15 -6
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3742,6 +3742,7 @@ const bc = {
|
|
|
3742
3742
|
sectionType: "weekDay",
|
|
3743
3743
|
contentType: "letter"
|
|
3744
3744
|
},
|
|
3745
|
+
// eslint-disable-next-line id-denylist
|
|
3745
3746
|
e: {
|
|
3746
3747
|
sectionType: "weekDay",
|
|
3747
3748
|
contentType: "digit",
|
|
@@ -3876,7 +3877,7 @@ class Cc extends vc {
|
|
|
3876
3877
|
} = {}) {
|
|
3877
3878
|
if (process.env.NODE_ENV !== "production") {
|
|
3878
3879
|
if (typeof Et != "function")
|
|
3879
|
-
throw new Error(["MUI: The `date-fns` package v2.x is not compatible with this adapter.", "Please, install v3.x of the package or use the `AdapterDateFns` instead."].join(`
|
|
3880
|
+
throw new Error(["MUI: The `date-fns` package v2.x is not compatible with this adapter.", "Please, install v3.x or v4.x of the package or use the `AdapterDateFns` instead."].join(`
|
|
3880
3881
|
`));
|
|
3881
3882
|
if (!Mt)
|
|
3882
3883
|
throw new Error("MUI: The minimum supported `date-fns` package version compatible with this adapter is `3.2.x`.");
|
|
@@ -6133,7 +6134,7 @@ function f0(e) {
|
|
|
6133
6134
|
};
|
|
6134
6135
|
}
|
|
6135
6136
|
/**
|
|
6136
|
-
* @mui/styled-engine v6.0
|
|
6137
|
+
* @mui/styled-engine v6.1.0
|
|
6137
6138
|
*
|
|
6138
6139
|
* @license MIT
|
|
6139
6140
|
* This source code is licensed under the MIT license found in the
|
|
@@ -6229,9 +6230,9 @@ function g0(e, r) {
|
|
|
6229
6230
|
if (!((n = t.colorSchemes) != null && n[e]) || typeof t.getColorSchemeSelector != "function")
|
|
6230
6231
|
return {};
|
|
6231
6232
|
let o = t.getColorSchemeSelector(e);
|
|
6232
|
-
return (o.includes("data-") || o.includes(".")) && (o = `*:where(${o.replace(/\s*&$/, "")}) &`), {
|
|
6233
|
+
return o === "&" ? r : ((o.includes("data-") || o.includes(".")) && (o = `*:where(${o.replace(/\s*&$/, "")}) &`), {
|
|
6233
6234
|
[o]: r
|
|
6234
|
-
};
|
|
6235
|
+
});
|
|
6235
6236
|
}
|
|
6236
6237
|
return t.palette.mode === e ? r : {};
|
|
6237
6238
|
}
|
|
@@ -8316,7 +8317,7 @@ const Rl = ({
|
|
|
8316
8317
|
overflowY: "hidden"
|
|
8317
8318
|
} : { padding: 0, minWidth: i || 400 },
|
|
8318
8319
|
children: [
|
|
8319
|
-
/* @__PURE__ */ b.jsx("div", { style: { width: "100%", backgroundColor: "#
|
|
8320
|
+
/* @__PURE__ */ b.jsx("div", { style: { width: "100%", backgroundColor: "#6e7780" }, children: /* @__PURE__ */ b.jsxs(
|
|
8320
8321
|
"div",
|
|
8321
8322
|
{
|
|
8322
8323
|
className: "displayFlex",
|
|
@@ -8336,7 +8337,15 @@ const Rl = ({
|
|
|
8336
8337
|
children: /* @__PURE__ */ b.jsx($l, {})
|
|
8337
8338
|
}
|
|
8338
8339
|
) }),
|
|
8339
|
-
/* @__PURE__ */ b.jsx("div", { className: "flex1", style: { paddingLeft: 5 }, children: /* @__PURE__ */ b.jsx(
|
|
8340
|
+
/* @__PURE__ */ b.jsx("div", { className: "flex1", style: { paddingLeft: 5 }, children: /* @__PURE__ */ b.jsx(
|
|
8341
|
+
qt,
|
|
8342
|
+
{
|
|
8343
|
+
variant: "body1",
|
|
8344
|
+
textAlign: "center",
|
|
8345
|
+
style: { color: "#ffffff" },
|
|
8346
|
+
children: d
|
|
8347
|
+
}
|
|
8348
|
+
) }),
|
|
8340
8349
|
/* @__PURE__ */ b.jsx("div", { children: r && /* @__PURE__ */ b.jsx(
|
|
8341
8350
|
Dr,
|
|
8342
8351
|
{
|