@infinite-table/infinite-react 4.2.1-canary.1 → 4.3.1

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.
Files changed (6) hide show
  1. package/index.d.ts +2250 -207
  2. package/index.dev.js +2328 -2043
  3. package/index.dev.mjs +2416 -2130
  4. package/index.js +2328 -2043
  5. package/index.mjs +2416 -2130
  6. package/package.json +2 -2
package/package.json CHANGED
@@ -25,7 +25,7 @@
25
25
  "bugs": {
26
26
  "url": "https://github.com/infinite-table/infinite-react/issues"
27
27
  },
28
- "version": "4.2.1-canary.1",
28
+ "version": "4.3.1",
29
29
  "main": "index.js",
30
30
  "module": "index.mjs",
31
31
  "typings": "index.d.ts",
@@ -34,5 +34,5 @@
34
34
  },
35
35
  "license": "Commercial & Open Source",
36
36
  "//": "will be updated at build time",
37
- "publishedAt": 1719659845387
37
+ "publishedAt": 1721805821251
38
38
  }