Define semantic page action layouts

This commit is contained in:
2026-08-19 13:33:51 +02:00
parent 5a2e99f496
commit c042244da8
18 changed files with 306 additions and 10 deletions
+21
View File
@@ -32,6 +32,7 @@
"@govoplan/notifications-webui": "file:../../govoplan-notifications/webui",
"@govoplan/ops-webui": "file:../../govoplan-ops/webui",
"@govoplan/organizations-webui": "file:../../govoplan-organizations/webui",
"@govoplan/payments-webui": "file:../../govoplan-payments/webui",
"@govoplan/policy-webui": "file:../../govoplan-policy/webui",
"@govoplan/portal-webui": "file:../../govoplan-portal/webui",
"@govoplan/postbox-webui": "file:../../govoplan-postbox/webui",
@@ -497,6 +498,22 @@
}
}
},
"../../govoplan-payments/webui": {
"name": "@govoplan/payments-webui",
"version": "0.1.20",
"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-policy/webui": {
"name": "@govoplan/policy-webui",
"version": "0.1.18",
@@ -1605,6 +1622,10 @@
"resolved": "../../govoplan-organizations/webui",
"link": true
},
"node_modules/@govoplan/payments-webui": {
"resolved": "../../govoplan-payments/webui",
"link": true
},
"node_modules/@govoplan/policy-webui": {
"resolved": "../../govoplan-policy/webui",
"link": true