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

💥 customElement (+enhance slotting simulation) + enh. types

This commit is contained in:
2023-12-22 16:49:59 +01:00
parent 64ddd3f41f
commit eb920f7bbd
14 changed files with 161 additions and 119 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "deka-dom-el",
"version": "0.7.3",
"version": "0.7.5",
"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",
@@ -58,7 +58,7 @@
"size-limit": [
{
"path": "./index.js",
"limit": "9 kB",
"limit": "9.75 kB",
"gzip": false,
"brotli": false
@@ -71,19 +71,7 @@
},
{
"path": "./jsdom.js",
"limit": "10 kB",
"gzip": false,
"brotli": false
},
{
"path": "./examples/components/webComponent.js",
"limit": "13 kB",
"gzip": false,
"brotli": false
},
{
"path": "./examples/components/webComponent.js",
"path": "./index-with-observables.js",
"limit": "5 kB"
}
],