@abdellatifui/react 3.2.22 → 3.2.23
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/nextgen.js +3 -1
- package/package.json +1 -1
package/dist/nextgen.js
CHANGED
|
@@ -13664,7 +13664,9 @@ const Ds = Ce(
|
|
|
13664
13664
|
value: M,
|
|
13665
13665
|
description: r,
|
|
13666
13666
|
updateDescription: O,
|
|
13667
|
-
invalid
|
|
13667
|
+
get invalid() {
|
|
13668
|
+
return D;
|
|
13669
|
+
},
|
|
13668
13670
|
setInvalid: j
|
|
13669
13671
|
}, M);
|
|
13670
13672
|
}, [M]), q(() => {
|