fix(deps, windowlayer): Update dependency versions and adjust dees-windowlayer CSS to add pointer-events fix

This commit is contained in:
Juergen Kunz
2025-06-26 23:19:43 +00:00
parent 10c43ecd59
commit 35eb410051
5 changed files with 373 additions and 374 deletions

View File

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

View File

@ -79,6 +79,11 @@ export class DeesWindowLayer extends DeesElement {
justify-content: center;
align-items: center;
z-index: ${this.contentZIndex};
pointer-events: none;
}
.slotContent > * {
pointer-events: auto;
}
.visible {