fix(decorators): patch container-responsive styles to fix stale container queries and add customElement wrapper that sets .is and warns on class/tag mismatch

This commit is contained in:
2026-03-11 19:35:16 +00:00
parent a69c41fef7
commit 343d02c40d
5 changed files with 69 additions and 8 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-element',
version: '2.2.1',
version: '2.2.2',
description: 'A library for creating custom elements extending the lit element class with additional functionalities.'
}