fix(core): Fixed incorrect import paths and updated configurations for package publication.

This commit is contained in:
2024-06-26 20:28:09 +02:00
parent 94685bf46e
commit d2243d2376
19 changed files with 4009 additions and 2125 deletions

View File

@ -1,6 +1,6 @@
import { customElement, DeesElement, html, TemplateResult } from '@designestate/dees-element';
import { customElement, DeesElement, html, type TemplateResult } from '@design.estate/dees-element';
import * as domtools from '@designestate/dees-domtools';
import * as domtools from '@design.estate/dees-domtools';
@customElement('uplinternal-miniheading')
export class UplinternalMiniheading extends DeesElement {