fix(demotools): update DeesDemoWrapper to handle multiple slotted elements in runAfterRender callback

This commit is contained in:
Juergen Kunz
2025-06-16 14:35:28 +00:00
parent bed41da573
commit 87bbf0bbdc
5 changed files with 57 additions and 34 deletions

View File

@ -5,7 +5,7 @@
"description": "A set of web component tools for creating element catalogues, enabling the structured development and documentation of custom elements and pages.",
"exports": {
".": "./dist_ts_web/index.js",
"./demoTools": "./dist_ts_demotools"
"./demotools": "./dist_ts_demotools"
},
"type": "module",
"scripts": {