feat(scroller): Enhance Scroller class with callback execution and adaptive scroll listener

This commit is contained in:
2025-01-31 23:10:33 +01:00
parent 3093ccd4f6
commit dfd61ce744
3 changed files with 113 additions and 8 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-domtools',
version: '2.2.0',
version: '2.3.0',
description: 'A package providing tools to simplify complex CSS structures and web development tasks, featuring TypeScript support and integration with various web technologies.'
}