@infinite-table/infinite-react 4.2.0 → 4.2.1-canary.0
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/index.css +1499 -1
- package/index.dev.js +1 -1
- package/index.dev.mjs +1 -1
- package/index.js +22961 -3
- package/index.mjs +22941 -3
- package/package.json +2 -2
package/index.dev.js
CHANGED
|
@@ -18711,7 +18711,7 @@ var useLicense = (licenseKey = "") => {
|
|
|
18711
18711
|
}
|
|
18712
18712
|
let valid2 = isValidLicense(licenseKey, {
|
|
18713
18713
|
publishedAt: 1624970570587,
|
|
18714
|
-
version: "4.2.0"
|
|
18714
|
+
version: "4.2.1-canary.0"
|
|
18715
18715
|
});
|
|
18716
18716
|
if (!licenseKey && !valid2 && isInsidePlayground) {
|
|
18717
18717
|
return true;
|
package/index.dev.mjs
CHANGED
|
@@ -18682,7 +18682,7 @@ var useLicense = (licenseKey = "") => {
|
|
|
18682
18682
|
}
|
|
18683
18683
|
let valid2 = isValidLicense(licenseKey, {
|
|
18684
18684
|
publishedAt: 1624970570587,
|
|
18685
|
-
version: "4.2.0"
|
|
18685
|
+
version: "4.2.1-canary.0"
|
|
18686
18686
|
});
|
|
18687
18687
|
if (!licenseKey && !valid2 && isInsidePlayground) {
|
|
18688
18688
|
return true;
|