@leapdevuk/component-toolbox 0.0.45 → 0.0.47
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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +4 -4
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -8470,11 +8470,11 @@ const go = ({
|
|
|
8470
8470
|
!0
|
|
8471
8471
|
);
|
|
8472
8472
|
if (B && D && ls(new Date(D), new Date(B)) && c({
|
|
8473
|
-
fromDate: !
|
|
8474
|
-
toDate: !
|
|
8473
|
+
fromDate: !0,
|
|
8474
|
+
toDate: !1,
|
|
8475
8475
|
keepButton: !1,
|
|
8476
8476
|
message: "Selected To Date is before From Date.",
|
|
8477
|
-
originalValue:
|
|
8477
|
+
originalValue: d
|
|
8478
8478
|
}), d && D && f && Xt(new Date(D), /* @__PURE__ */ new Date()) > 30 && JSON.stringify(
|
|
8479
8479
|
oe(
|
|
8480
8480
|
D ? new Date(D) : null,
|
|
@@ -8532,7 +8532,7 @@ const go = ({
|
|
|
8532
8532
|
{
|
|
8533
8533
|
sx: {
|
|
8534
8534
|
borderRadius: 0,
|
|
8535
|
-
padding: "2px",
|
|
8535
|
+
padding: "1px 2px",
|
|
8536
8536
|
backgroundColor: t ? "#f3f3f3 !important" : "inherit",
|
|
8537
8537
|
":hover": { backgroundColor: "rgba(0, 0, 0, 0.04)" },
|
|
8538
8538
|
":focus": { backgroundColor: "rgba(0, 0, 0, 0.04)" }
|