@leapdevuk/component-toolbox 0.0.3 → 0.0.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/index.es.js CHANGED
@@ -6131,7 +6131,7 @@ function fl(e) {
6131
6131
  };
6132
6132
  }
6133
6133
  /**
6134
- * @mui/styled-engine v6.1.0
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 o === "&" ? r : ((o.includes("data-") || o.includes(".")) && (o = `*:where(${o.replace(/\s*&$/, "")}) &`), {
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" }).toLowerCase(),
8165
+ placeholder: h && h.formatLong.date({ width: "short" }).toUpperCase(),
8166
8166
  value: C ? new Date(C) : null
8167
8167
  },
8168
8168
  layout: {
@@ -8226,7 +8226,7 @@ const Rf = ({
8226
8226
  },
8227
8227
  sx: {
8228
8228
  width: r ? "100%" : 129,
8229
- "& .MuiInputBase-input": { width: "75%" },
8229
+ "& .MuiInputBase-input": { width: "75%", paddingRight: 0 },
8230
8230
  "& .MuiInputBase-root": {
8231
8231
  paddingRight: "12px"
8232
8232
  }