feat(dees-pagination): Add new pagination component to the library along with its demo and integration in the main export.

This commit is contained in:
2025-04-25 14:27:51 +00:00
parent 12861b2230
commit af3dc5c466
5 changed files with 170 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-catalog',
version: '1.7.0',
version: '1.8.0',
description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
}