@aiquants/virtualscroll 0.4.0 → 0.4.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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,8 +11,8 @@ High-performance virtual scrolling component for React with variable item height
11
11
  <!-- - 🔄 **LRU Caching**: Built-in cache for optimal memory usage -->
12
12
  - 📱 **Touch Support**: Full support for touch devices
13
13
  - 🎨 **Customizable**: Flexible styling and theming options
14
- - **Ultrafast Tap Scroll**: Adaptive tap scroll circle that scales speed up to 120× for massive datasets
15
- - �🔧 **TypeScript**: Full TypeScript support with comprehensive type definitions
14
+ - 🌀 **Ultrafast Tap Scroll**: Adaptive tap scroll circle that scales speed up to 120× for massive datasets
15
+ - 🔧 **TypeScript**: Full TypeScript support with comprehensive type definitions
16
16
 
17
17
  ## Installation
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiquants/virtualscroll",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "High-performance virtual scrolling component for React with variable item heights",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",