fix: update dees-wcctools dependency to version 1.2.0; adjust workspace dependencies and refactor demo function

This commit is contained in:
2025-09-19 14:16:48 +00:00
parent 20a52d1b3e
commit 3ba673282a
5 changed files with 11 additions and 9 deletions

View File

@@ -2,8 +2,7 @@ import { html, css, cssManager } from '@design.estate/dees-element';
import { DeesToast } from './dees-toast.js';
import './dees-button.js';
export const demoFunc = async () => {
return html`
export const demoFunc = () => html`
<style>
.demo-container {
padding: 32px;
@@ -259,4 +258,3 @@ export const demoFunc = async () => {
</div>
</div>
`;
};