fix(ThemeManager): Refactor ThemeManager class to separate global style setting logic

This commit is contained in:
2024-10-21 17:25:08 +02:00
parent 33721f86ab
commit a20b321bb0
3 changed files with 10 additions and 2 deletions

View File

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