Add basic list menu elements and fix alwaysToggle to only trigger if the popup is open.

This commit is contained in:
2024-05-21 12:31:25 +02:00
parent 7420945748
commit a548ed8591
5 changed files with 248 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@tp/tp-popup",
"version": "1.0.6",
"version": "1.0.7",
"description": "",
"main": "tp-popup.js",
"scripts": {
@ -14,6 +14,7 @@
"license": "Apache-2.0",
"dependencies": {
"@tp/helpers": "^1.0.1",
"@tp/tp-icon": "^1.0.1",
"lit": "^2.2.0"
}
}