1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2025-07-29 07:00:16 +02:00

♻️ Refactor signal mapping to attributes

This commit is contained in:
2023-10-19 17:11:55 +02:00
parent 029ef5adb4
commit b7d62dbce7
5 changed files with 198 additions and 171 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "deka-dom-el",
"version": "0.5.3",
"version": "0.6.0",
"description": "A low-code library that simplifies the creation of native DOM elements/components using small wrappers and tweaks.",
"author": "Jan Andrle <andrle.jan@centrum.cz>",
"license": "MIT",
@@ -63,7 +63,7 @@
},
{
"path": "./signals.js",
"limit": "8 kB",
"limit": "8.5 kB",
"gzip": false
},
{
@@ -73,7 +73,7 @@
},
{
"path": "./examples/components/webComponent.js",
"limit": "12kb",
"limit": "12.5 kB",
"gzip": false
}
],