Initial implementation

This commit is contained in:
2025-06-15 23:28:49 +02:00
parent 5ace1f43cb
commit 916bcbea80
5 changed files with 140 additions and 40 deletions

View File

@ -1,18 +1,19 @@
{
"name": "@tp/tp-element",
"version": "0.0.1",
"name": "@tp/tp-settings-grid",
"version": "1.0.0",
"description": "",
"main": "tp-element.js",
"main": "tp-settings-grid.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.codeblob.work/tp-elements/tp-element.git"
"url": "https://gitea.codeblob.work/tp-elements/tp-settings-grid.git"
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
"@tp/tp-media-query": "^1.0.0",
"lit": "^3.0.0"
}
}