From 3b100a5b20f36db23c505338879801f9b491d081 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 7 Aug 2023 19:34:44 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 51b3875..3916381 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@design.estate/dees-element', - version: '2.0.24', + version: '2.0.25', description: 'a custom element class extending lit element class' } diff --git a/ts/index.ts b/ts/index.ts index c2891ae..5c4c101 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,7 +1,7 @@ import { CssManager } from './dees-element.classes.cssmanager.js'; // lit exports -export { html, type TemplateResult, css, unsafeCSS, render } from 'lit'; +export { html, type TemplateResult, css, unsafeCSS, render, type CSSResult } from 'lit'; export { unsafeHTML } from 'lit/directives/unsafe-html.js'; export { customElement } from 'lit/decorators/custom-element.js';