@leapdevuk/component-toolbox 0.0.37 → 0.0.38
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 +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -8259,7 +8259,7 @@ const Ml = ({
|
|
|
8259
8259
|
{
|
|
8260
8260
|
value: w ? new Date(w) : null,
|
|
8261
8261
|
onChange: (k, c) => {
|
|
8262
|
-
c !== "partial" && H(!1),
|
|
8262
|
+
c !== "partial" && H(!1), d && f && un(new Date(k), /* @__PURE__ */ new Date()) > 30 && M({
|
|
8263
8263
|
keepButton: !0,
|
|
8264
8264
|
message: "Selected date is in the future.",
|
|
8265
8265
|
originalValue: d
|