Add product presentation extension contracts

This commit is contained in:
2026-08-06 19:02:53 +02:00
parent d65d7a8e5f
commit 32c234fbdb
19 changed files with 772 additions and 29 deletions
+21
View File
@@ -36,6 +36,7 @@
"@govoplan/portal-webui": "file:../../govoplan-portal/webui",
"@govoplan/postbox-webui": "file:../../govoplan-postbox/webui",
"@govoplan/projects-webui": "file:../../govoplan-projects/webui",
"@govoplan/quick-access-webui": "file:../../govoplan-quick-access/webui",
"@govoplan/records-webui": "file:../../govoplan-records/webui",
"@govoplan/reporting-webui": "file:../../govoplan-reporting/webui",
"@govoplan/risk-compliance-webui": "file:../../govoplan-risk-compliance/webui",
@@ -557,6 +558,22 @@
}
}
},
"../../govoplan-quick-access/webui": {
"name": "@govoplan/quick-access-webui",
"version": "0.1.18",
"peerDependencies": {
"@govoplan/core-webui": "^0.1.18",
"lucide-react": "^1.23.0",
"react": ">=19.2.7 <20",
"react-dom": ">=19.2.7 <20",
"react-router": ">=8.3.0 <9"
},
"peerDependenciesMeta": {
"@govoplan/core-webui": {
"optional": true
}
}
},
"../../govoplan-records/webui": {
"name": "@govoplan/records-webui",
"version": "0.1.18",
@@ -1601,6 +1618,10 @@
"resolved": "../../govoplan-projects/webui",
"link": true
},
"node_modules/@govoplan/quick-access-webui": {
"resolved": "../../govoplan-quick-access/webui",
"link": true
},
"node_modules/@govoplan/records-webui": {
"resolved": "../../govoplan-records/webui",
"link": true