Add governed institutional capability contracts
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Activity, Bell, BookUser, BriefcaseBusiness, Building2, CalendarClock, CalendarDays, ClipboardPenLine, DatabaseZap, Folder, FolderKanban, Form, Gavel, Inbox, Landmark, LayoutDashboard, LayoutTemplate, ListTree, Mail, Mails, RadioTower, Shield, ShieldCheck, Users, Waypoints, Workflow as WorkflowIcon, type LucideIcon } from "lucide-react";
|
||||
import { Activity, Bell, BookUser, BriefcaseBusiness, Building2, CalendarClock, CalendarDays, ClipboardPenLine, DatabaseZap, Folder, FolderKanban, Form, Gavel, Inbox, Landmark, LayoutDashboard, LayoutTemplate, ListChecks, ListTree, Mail, Mails, RadioTower, Shield, ShieldCheck, Users, Vote, Waypoints, Workflow as WorkflowIcon, type LucideIcon } from "lucide-react";
|
||||
import installedWebModuleLoaderSource from "virtual:govoplan-installed-modules";
|
||||
import type { AuthInfo, DashboardWidgetContribution, DashboardWidgetsUiCapability, EffectiveViewProjection, PlatformModuleInfo, PlatformNavItem, PlatformPublicModuleInfo, PlatformViewSurface, PlatformWebModule } from "../types";
|
||||
import {
|
||||
@@ -75,6 +75,7 @@ const iconByName: Record<string, LucideIcon> = {
|
||||
landmark: Landmark,
|
||||
"layout-template": LayoutTemplate,
|
||||
"list-tree": ListTree,
|
||||
"list-checks": ListChecks,
|
||||
mail: Mail,
|
||||
notifications: Bell,
|
||||
organizations: Building2,
|
||||
@@ -84,6 +85,7 @@ const iconByName: Record<string, LucideIcon> = {
|
||||
"shield-check": ShieldCheck,
|
||||
templates: LayoutTemplate,
|
||||
users: Users,
|
||||
vote: Vote,
|
||||
waypoints: Waypoints,
|
||||
workflow: WorkflowIcon
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user