Extract shared UI and theme packages

This commit is contained in:
Gregory Schier
2026-03-06 10:30:31 -08:00
parent 6915778c06
commit fd100330a6
33 changed files with 1388 additions and 1021 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "@yaakapp-internal/theme",
"private": true,
"version": "1.0.0",
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
"dependencies": {
"@tauri-apps/api": "^2.9.1",
"@yaakapp-internal/plugins": "^1.0.0",
"parse-color": "^1.0.0"
}
}