fix(core): update

This commit is contained in:
2023-08-07 09:19:53 +02:00
parent ac7e109f6c
commit 4867099008
11 changed files with 2078 additions and 1682 deletions

View File

@ -1,7 +1,7 @@
import { CssManager } from './dees-element.classes.cssmanager.js';
// lit exports
export { html, TemplateResult, css, unsafeCSS, render } from 'lit';
export { html, type TemplateResult, css, unsafeCSS, render } from 'lit';
export { unsafeHTML } from 'lit/directives/unsafe-html.js';
export { customElement } from 'lit/decorators/custom-element.js';
@ -12,7 +12,7 @@ export { until } from 'lit/directives/until.js';
export { asyncAppend } from 'lit/directives/async-append.js';
// domtools exports
import * as domtools from '@designestate/dees-domtools';
import * as domtools from '@design.estate/dees-domtools';
export { domtools };
// DeesElements exports