@camunda/design-system 0.5.0 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (219) hide show
  1. package/README.md +18 -0
  2. package/dist/carbon-compat/accordion.d.ts +54 -0
  3. package/dist/carbon-compat/accordion.d.ts.map +1 -0
  4. package/dist/carbon-compat/accordion.js +95 -0
  5. package/dist/carbon-compat/accordion.js.map +1 -0
  6. package/dist/carbon-compat/breadcrumb-skeleton.js +1 -1
  7. package/dist/carbon-compat/breadcrumb-skeleton.js.map +1 -1
  8. package/dist/carbon-compat/c3-data-table.d.ts.map +1 -1
  9. package/dist/carbon-compat/c3-data-table.js +4 -4
  10. package/dist/carbon-compat/c3-data-table.js.map +1 -1
  11. package/dist/carbon-compat/data-table-skeleton.js +1 -1
  12. package/dist/carbon-compat/data-table-skeleton.js.map +1 -1
  13. package/dist/carbon-compat/form-group.d.ts +22 -0
  14. package/dist/carbon-compat/form-group.d.ts.map +1 -0
  15. package/dist/carbon-compat/form-group.js +25 -0
  16. package/dist/carbon-compat/form-group.js.map +1 -0
  17. package/dist/carbon-compat/index.d.ts +4 -0
  18. package/dist/carbon-compat/index.d.ts.map +1 -1
  19. package/dist/carbon-compat/index.js +4 -0
  20. package/dist/carbon-compat/index.js.map +1 -1
  21. package/dist/carbon-compat/link.js +1 -1
  22. package/dist/carbon-compat/link.js.map +1 -1
  23. package/dist/carbon-compat/loading.js +1 -1
  24. package/dist/carbon-compat/loading.js.map +1 -1
  25. package/dist/carbon-compat/modal.d.ts.map +1 -1
  26. package/dist/carbon-compat/modal.js +3 -3
  27. package/dist/carbon-compat/modal.js.map +1 -1
  28. package/dist/carbon-compat/progress-bar.d.ts.map +1 -1
  29. package/dist/carbon-compat/progress-bar.js +1 -1
  30. package/dist/carbon-compat/progress-bar.js.map +1 -1
  31. package/dist/carbon-compat/row.d.ts +17 -0
  32. package/dist/carbon-compat/row.d.ts.map +1 -0
  33. package/dist/carbon-compat/row.js +11 -0
  34. package/dist/carbon-compat/row.js.map +1 -0
  35. package/dist/carbon-compat/search.js +1 -1
  36. package/dist/carbon-compat/search.js.map +1 -1
  37. package/dist/carbon-compat/table-batch-actions.js +2 -2
  38. package/dist/carbon-compat/table-batch-actions.js.map +1 -1
  39. package/dist/carbon-compat/table-container.d.ts.map +1 -1
  40. package/dist/carbon-compat/table-container.js +1 -1
  41. package/dist/carbon-compat/table-container.js.map +1 -1
  42. package/dist/carbon-compat/tabs-skeleton.d.ts +27 -0
  43. package/dist/carbon-compat/tabs-skeleton.d.ts.map +1 -0
  44. package/dist/carbon-compat/tabs-skeleton.js +23 -0
  45. package/dist/carbon-compat/tabs-skeleton.js.map +1 -0
  46. package/dist/carbon-compat/text-input.d.ts +2 -2
  47. package/dist/carbon-compat/text-input.d.ts.map +1 -1
  48. package/dist/carbon-compat/text-input.js +15 -5
  49. package/dist/carbon-compat/text-input.js.map +1 -1
  50. package/dist/carbon-compat/tile.js +2 -2
  51. package/dist/carbon-compat/tile.js.map +1 -1
  52. package/dist/src/components/ui/alert-dialog.d.ts.map +1 -1
  53. package/dist/src/components/ui/alert-dialog.js +4 -4
  54. package/dist/src/components/ui/alert-dialog.js.map +1 -1
  55. package/dist/src/components/ui/app-sidebar.d.ts.map +1 -1
  56. package/dist/src/components/ui/app-sidebar.js +16 -14
  57. package/dist/src/components/ui/app-sidebar.js.map +1 -1
  58. package/dist/src/components/ui/badge.d.ts.map +1 -1
  59. package/dist/src/components/ui/badge.js +7 -7
  60. package/dist/src/components/ui/badge.js.map +1 -1
  61. package/dist/src/components/ui/breadcrumb.js +4 -4
  62. package/dist/src/components/ui/breadcrumb.js.map +1 -1
  63. package/dist/src/components/ui/button.d.ts.map +1 -1
  64. package/dist/src/components/ui/button.js +7 -7
  65. package/dist/src/components/ui/button.js.map +1 -1
  66. package/dist/src/components/ui/c4-provider.d.ts +6 -1
  67. package/dist/src/components/ui/c4-provider.d.ts.map +1 -1
  68. package/dist/src/components/ui/c4-provider.js +51 -2
  69. package/dist/src/components/ui/c4-provider.js.map +1 -1
  70. package/dist/src/components/ui/card.d.ts +1 -1
  71. package/dist/src/components/ui/card.d.ts.map +1 -1
  72. package/dist/src/components/ui/card.js +5 -5
  73. package/dist/src/components/ui/card.js.map +1 -1
  74. package/dist/src/components/ui/checkbox.js +1 -1
  75. package/dist/src/components/ui/checkbox.js.map +1 -1
  76. package/dist/src/components/ui/command.js +5 -5
  77. package/dist/src/components/ui/command.js.map +1 -1
  78. package/dist/src/components/ui/data-table.d.ts +1 -1
  79. package/dist/src/components/ui/data-table.d.ts.map +1 -1
  80. package/dist/src/components/ui/data-table.js +7 -7
  81. package/dist/src/components/ui/data-table.js.map +1 -1
  82. package/dist/src/components/ui/dialog.d.ts.map +1 -1
  83. package/dist/src/components/ui/dialog.js +3 -3
  84. package/dist/src/components/ui/dialog.js.map +1 -1
  85. package/dist/src/components/ui/dropdown.d.ts.map +1 -1
  86. package/dist/src/components/ui/dropdown.js +10 -10
  87. package/dist/src/components/ui/dropdown.js.map +1 -1
  88. package/dist/src/components/ui/input.js +1 -1
  89. package/dist/src/components/ui/input.js.map +1 -1
  90. package/dist/src/components/ui/multi-select.js +4 -4
  91. package/dist/src/components/ui/multi-select.js.map +1 -1
  92. package/dist/src/components/ui/nav-breadcrumb.js +4 -4
  93. package/dist/src/components/ui/nav-breadcrumb.js.map +1 -1
  94. package/dist/src/components/ui/popover.d.ts +1 -1
  95. package/dist/src/components/ui/popover.d.ts.map +1 -1
  96. package/dist/src/components/ui/popover.js +4 -4
  97. package/dist/src/components/ui/popover.js.map +1 -1
  98. package/dist/src/components/ui/progress.js +1 -1
  99. package/dist/src/components/ui/progress.js.map +1 -1
  100. package/dist/src/components/ui/radio-group.js +1 -1
  101. package/dist/src/components/ui/radio-group.js.map +1 -1
  102. package/dist/src/components/ui/select.d.ts.map +1 -1
  103. package/dist/src/components/ui/select.js +3 -3
  104. package/dist/src/components/ui/select.js.map +1 -1
  105. package/dist/src/components/ui/sheet.js +1 -1
  106. package/dist/src/components/ui/sheet.js.map +1 -1
  107. package/dist/src/components/ui/stepper.d.ts.map +1 -1
  108. package/dist/src/components/ui/stepper.js +3 -2
  109. package/dist/src/components/ui/stepper.js.map +1 -1
  110. package/dist/src/components/ui/switch.d.ts.map +1 -1
  111. package/dist/src/components/ui/switch.js +2 -2
  112. package/dist/src/components/ui/switch.js.map +1 -1
  113. package/dist/src/components/ui/table.d.ts.map +1 -1
  114. package/dist/src/components/ui/table.js +6 -6
  115. package/dist/src/components/ui/table.js.map +1 -1
  116. package/dist/src/components/ui/tabs.d.ts.map +1 -1
  117. package/dist/src/components/ui/tabs.js +3 -3
  118. package/dist/src/components/ui/tabs.js.map +1 -1
  119. package/dist/src/components/ui/textarea.js +1 -1
  120. package/dist/src/components/ui/textarea.js.map +1 -1
  121. package/dist/src/components/ui/toggle.js +2 -2
  122. package/dist/src/components/ui/toggle.js.map +1 -1
  123. package/dist/src/components/ui/tree-view.d.ts.map +1 -1
  124. package/dist/src/components/ui/tree-view.js +8 -5
  125. package/dist/src/components/ui/tree-view.js.map +1 -1
  126. package/dist/src/examples/cost-dashboard/CostBreakdownChart.d.ts.map +1 -1
  127. package/dist/src/examples/cost-dashboard/CostBreakdownChart.js +3 -1
  128. package/dist/src/examples/cost-dashboard/CostBreakdownChart.js.map +1 -1
  129. package/dist/src/examples/cost-dashboard/CostDashboardPage.js +5 -5
  130. package/dist/src/examples/cost-dashboard/CostDashboardPage.js.map +1 -1
  131. package/dist/src/examples/cost-dashboard/TrendChart.d.ts.map +1 -1
  132. package/dist/src/examples/cost-dashboard/TrendChart.js +1 -1
  133. package/dist/src/examples/cost-dashboard/TrendChart.js.map +1 -1
  134. package/dist/src/examples/project-detail/ProjectDetailPage.d.ts.map +1 -1
  135. package/dist/src/examples/project-detail/ProjectDetailPage.js +10 -10
  136. package/dist/src/examples/project-detail/ProjectDetailPage.js.map +1 -1
  137. package/dist/src/examples/projects-list/ProjectsListPage.js +3 -3
  138. package/dist/src/examples/projects-list/ProjectsListPage.js.map +1 -1
  139. package/dist/src/examples/shared/AppShell.js +1 -1
  140. package/dist/src/examples/shared/AppShell.js.map +1 -1
  141. package/dist/src/hooks/use-theme.d.ts +36 -0
  142. package/dist/src/hooks/use-theme.d.ts.map +1 -0
  143. package/dist/src/hooks/use-theme.js +36 -0
  144. package/dist/src/hooks/use-theme.js.map +1 -0
  145. package/dist/src/icons/custom/AiIcon.d.ts +2 -0
  146. package/dist/src/icons/custom/AiIcon.d.ts.map +1 -0
  147. package/dist/src/icons/custom/AiIcon.js +5 -0
  148. package/dist/src/icons/custom/AiIcon.js.map +1 -0
  149. package/dist/src/icons/custom/ApiClientIcon.d.ts +2 -0
  150. package/dist/src/icons/custom/ApiClientIcon.d.ts.map +1 -0
  151. package/dist/src/icons/custom/ApiClientIcon.js +5 -0
  152. package/dist/src/icons/custom/ApiClientIcon.js.map +1 -0
  153. package/dist/src/icons/custom/AuditLogIcon.d.ts +2 -0
  154. package/dist/src/icons/custom/AuditLogIcon.d.ts.map +1 -0
  155. package/dist/src/icons/custom/AuditLogIcon.js +5 -0
  156. package/dist/src/icons/custom/AuditLogIcon.js.map +1 -0
  157. package/dist/src/icons/custom/BackupIcon.d.ts +2 -0
  158. package/dist/src/icons/custom/BackupIcon.d.ts.map +1 -0
  159. package/dist/src/icons/custom/BackupIcon.js +5 -0
  160. package/dist/src/icons/custom/BackupIcon.js.map +1 -0
  161. package/dist/src/icons/custom/BpmnDiagramIcon.d.ts +2 -0
  162. package/dist/src/icons/custom/BpmnDiagramIcon.d.ts.map +1 -0
  163. package/dist/src/icons/custom/BpmnDiagramIcon.js +5 -0
  164. package/dist/src/icons/custom/BpmnDiagramIcon.js.map +1 -0
  165. package/dist/src/icons/custom/ClusterIcon.d.ts +2 -0
  166. package/dist/src/icons/custom/ClusterIcon.d.ts.map +1 -0
  167. package/dist/src/icons/custom/ClusterIcon.js +5 -0
  168. package/dist/src/icons/custom/ClusterIcon.js.map +1 -0
  169. package/dist/src/icons/custom/ConnectorIcon.d.ts +2 -0
  170. package/dist/src/icons/custom/ConnectorIcon.d.ts.map +1 -0
  171. package/dist/src/icons/custom/ConnectorIcon.js +5 -0
  172. package/dist/src/icons/custom/ConnectorIcon.js.map +1 -0
  173. package/dist/src/icons/custom/ConnectorTemplateIcon.d.ts +2 -0
  174. package/dist/src/icons/custom/ConnectorTemplateIcon.d.ts.map +1 -0
  175. package/dist/src/icons/custom/ConnectorTemplateIcon.js +5 -0
  176. package/dist/src/icons/custom/ConnectorTemplateIcon.js.map +1 -0
  177. package/dist/src/icons/custom/DecisionIcon.d.ts +2 -0
  178. package/dist/src/icons/custom/DecisionIcon.d.ts.map +1 -0
  179. package/dist/src/icons/custom/DecisionIcon.js +5 -0
  180. package/dist/src/icons/custom/DecisionIcon.js.map +1 -0
  181. package/dist/src/icons/custom/DeploymentIcon.d.ts +2 -0
  182. package/dist/src/icons/custom/DeploymentIcon.d.ts.map +1 -0
  183. package/dist/src/icons/custom/DeploymentIcon.js +5 -0
  184. package/dist/src/icons/custom/DeploymentIcon.js.map +1 -0
  185. package/dist/src/icons/custom/FormIcon.d.ts +2 -0
  186. package/dist/src/icons/custom/FormIcon.d.ts.map +1 -0
  187. package/dist/src/icons/custom/FormIcon.js +5 -0
  188. package/dist/src/icons/custom/FormIcon.js.map +1 -0
  189. package/dist/src/icons/custom/IpAllowlistIcon.d.ts +2 -0
  190. package/dist/src/icons/custom/IpAllowlistIcon.d.ts.map +1 -0
  191. package/dist/src/icons/custom/IpAllowlistIcon.js +5 -0
  192. package/dist/src/icons/custom/IpAllowlistIcon.js.map +1 -0
  193. package/dist/src/icons/custom/ModelerIcon.d.ts +2 -0
  194. package/dist/src/icons/custom/ModelerIcon.d.ts.map +1 -0
  195. package/dist/src/icons/custom/ModelerIcon.js +5 -0
  196. package/dist/src/icons/custom/ModelerIcon.js.map +1 -0
  197. package/dist/src/icons/custom/ProcessApplicationIcon.d.ts +2 -0
  198. package/dist/src/icons/custom/ProcessApplicationIcon.d.ts.map +1 -0
  199. package/dist/src/icons/custom/ProcessApplicationIcon.js +5 -0
  200. package/dist/src/icons/custom/ProcessApplicationIcon.js.map +1 -0
  201. package/dist/src/icons/custom/ProjectIcon.d.ts +2 -0
  202. package/dist/src/icons/custom/ProjectIcon.d.ts.map +1 -0
  203. package/dist/src/icons/custom/ProjectIcon.js +5 -0
  204. package/dist/src/icons/custom/ProjectIcon.js.map +1 -0
  205. package/dist/src/icons/index.d.ts +18 -0
  206. package/dist/src/icons/index.d.ts.map +1 -0
  207. package/dist/src/icons/index.js +20 -0
  208. package/dist/src/icons/index.js.map +1 -0
  209. package/dist/src/icons/registry.d.ts +12 -0
  210. package/dist/src/icons/registry.d.ts.map +1 -0
  211. package/dist/src/icons/registry.js +47 -0
  212. package/dist/src/icons/registry.js.map +1 -0
  213. package/dist/src/icons/registry.json +162 -0
  214. package/dist/src/index.d.ts +2 -0
  215. package/dist/src/index.d.ts.map +1 -1
  216. package/dist/src/index.js +2 -0
  217. package/dist/src/index.js.map +1 -1
  218. package/dist/styles.css +725 -632
  219. package/package.json +4 -1
@@ -9,7 +9,7 @@ const columns = [
9
9
  {
10
10
  accessorKey: "name",
11
11
  header: "Name",
12
- cell: ({ row }) => (_jsxs("span", { className: "flex items-center gap-2 font-medium", children: [_jsx(FolderKanban, { className: "size-4 text-muted-foreground" }), row.original.name] })),
12
+ cell: ({ row }) => (_jsxs("span", { className: "flex items-center gap-2 font-medium", children: [_jsx(FolderKanban, { className: "size-4 text-neutral-foreground-subtle" }), row.original.name] })),
13
13
  },
14
14
  { accessorKey: "fileCount", header: "Files" },
15
15
  { accessorKey: "lastModified", header: "Last modified" },
@@ -37,10 +37,10 @@ export function ProjectsListPage({ empty = false }) {
37
37
  const emptyState = (_jsx(Card, { className: "mx-auto max-w-md border-dashed", children: _jsx(CardContent, { className: "py-10", children: _jsx(EmptyState, { icon: _jsx(Rocket, { "aria-hidden": "true" }), heading: "No projects yet", description: "Projects organize your BPMN diagrams, DMN decisions, and forms. Create your first one to get started.", action:
38
38
  // TODO: Replace with API call to POST /v2/workspaces/{workspaceId}/projects
39
39
  _jsxs(Button, { type: "button", onClick: () => { }, children: [_jsx(Plus, { "aria-hidden": "true", "data-icon": "inline-start" }), "New project"] }) }) }) }));
40
- return (_jsx(AppShell, { appName: "Console", sidebarLabel: "Workspace navigation", items: consoleNav, breadcrumb: consoleBreadcrumb, children: _jsxs("div", { className: "p-6", children: [_jsxs("div", { className: "flex items-center justify-between", children: [_jsxs("div", { className: "flex flex-col gap-1", children: [_jsx("h1", { className: "text-2xl font-semibold", children: "Projects" }), _jsxs("p", { className: "text-sm text-muted-foreground", children: [empty ? 0 : projects.length, " projects"] })] }), _jsxs(Button, { type: "button", onClick: () => { }, children: [_jsx(Plus, {}), "New project"] })] }), empty ? (
40
+ return (_jsx(AppShell, { appName: "Console", sidebarLabel: "Workspace navigation", items: consoleNav, breadcrumb: consoleBreadcrumb, children: _jsxs("div", { className: "p-6", children: [_jsxs("div", { className: "flex items-center justify-between", children: [_jsxs("div", { className: "flex flex-col gap-1", children: [_jsx("h1", { className: "text-2xl font-semibold", children: "Projects" }), _jsxs("p", { className: "text-sm text-neutral-foreground-subtle", children: [empty ? 0 : projects.length, " projects"] })] }), _jsxs(Button, { type: "button", onClick: () => { }, children: [_jsx(Plus, {}), "New project"] })] }), empty ? (
41
41
  // Render the empty state directly in the page — not inside the
42
42
  // DataTable's empty cell, which would constrain it.
43
- _jsx("div", { className: "mt-12", children: emptyState })) : (_jsxs(_Fragment, { children: [_jsxs("div", { className: "relative mt-6 max-w-xs", children: [_jsx(Search, { className: "pointer-events-none absolute left-3 top-1/2 size-4 -translate-y-1/2 text-muted-foreground" }), _jsx(Input, { type: "search", placeholder: "Search projects", "aria-label": "Search projects", value: query, onChange: (event) => setQuery(event.target.value), className: "pl-9" })] }), _jsx("div", { className: "mt-4", children: _jsx(DataTable, { columns: columns, data: data, sorting: true, pagination: { pageSizes: [10, 25] }, rowActions: rowActions, getRowId: (row) => row.id,
43
+ _jsx("div", { className: "mt-12", children: emptyState })) : (_jsxs(_Fragment, { children: [_jsxs("div", { className: "relative mt-6 max-w-xs", children: [_jsx(Search, { className: "pointer-events-none absolute left-3 top-1/2 size-4 -translate-y-1/2 text-neutral-foreground-subtle" }), _jsx(Input, { type: "search", placeholder: "Search projects", "aria-label": "Search projects", value: query, onChange: (event) => setQuery(event.target.value), className: "pl-9" })] }), _jsx("div", { className: "mt-4", children: _jsx(DataTable, { columns: columns, data: data, sorting: true, pagination: { pageSizes: [10, 25] }, rowActions: rowActions, getRowId: (row) => row.id,
44
44
  // TODO: navigate to project detail
45
45
  onRowClick: () => { } }) })] }))] }) }));
46
46
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ProjectsListPage.js","sourceRoot":"","sources":["../../../../src/examples/projects-list/ProjectsListPage.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ProjectsListPage.js","sourceRoot":"","sources":["../../../../src/examples/projects-list/ProjectsListPage.tsx"],"names":[],"mappings":"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"}
@@ -5,7 +5,7 @@ import { AppHeader, AppSidebar, SidebarProvider, TooltipProvider, } from "../../
5
5
  import { CamundaLogo } from "../../../.storybook/CamundaLogo.js";
6
6
  /** Shared app-shell for example pages: SidebarProvider + AppHeader + AppSidebar + offset <main>. */
7
7
  export function AppShell({ appName, sidebarLabel, items, breadcrumb, backNav, children, }) {
8
- return (_jsx(TooltipProvider, { delayDuration: 0, children: _jsx(SidebarProvider, { children: _jsxs("div", { className: "min-h-screen bg-background text-foreground", children: [_jsx(AppHeader, { skipToContentTargetId: "main-content", appName: appName, logo: _jsx("a", { href: "#", "aria-label": "Camunda home", className: "flex items-center", children: _jsx(CamundaLogo, {}) }), breadcrumb: breadcrumb, globalActions: [
8
+ return (_jsx(TooltipProvider, { delayDuration: 0, children: _jsx(SidebarProvider, { children: _jsxs("div", { className: "min-h-screen bg-background text-neutral-foreground-strong", children: [_jsx(AppHeader, { skipToContentTargetId: "main-content", appName: appName, logo: _jsx("a", { href: "#", "aria-label": "Camunda home", className: "flex items-center", children: _jsx(CamundaLogo, {}) }), breadcrumb: breadcrumb, globalActions: [
9
9
  { key: "notifications", label: "Notifications", icon: Bell },
10
10
  { key: "help", label: "Help", icon: HelpCircle },
11
11
  ] }), _jsx(AppSidebar, { ariaLabel: sidebarLabel, items: items, backNav: backNav }), _jsx("main", { id: "main-content", tabIndex: -1, style: { marginLeft: "var(--app-sidebar-width, 16rem)" }, children: children })] }) }) }));
@@ -1 +1 @@
1
- {"version":3,"file":"AppShell.js","sourceRoot":"","sources":["../../../../src/examples/shared/AppShell.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAEhD,OAAO,EACL,SAAS,EACT,UAAU,EACV,eAAe,EACf,eAAe,GAGhB,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAW9D,oGAAoG;AACpG,MAAM,UAAU,QAAQ,CAAC,EACvB,OAAO,EACP,YAAY,EACZ,KAAK,EACL,UAAU,EACV,OAAO,EACP,QAAQ,GACM;IACd,OAAO,CACL,KAAC,eAAe,IAAC,aAAa,EAAE,CAAC,YAC/B,KAAC,eAAe,cACd,eAAK,SAAS,EAAC,4CAA4C,aACzD,KAAC,SAAS,IACR,qBAAqB,EAAC,cAAc,EACpC,OAAO,EAAE,OAAO,EAChB,IAAI,EACF,YACE,IAAI,EAAC,GAAG,gBACG,cAAc,EACzB,SAAS,EAAC,mBAAmB,YAE7B,KAAC,WAAW,KAAG,GACb,EAEN,UAAU,EAAE,UAAU,EACtB,aAAa,EAAE;4BACb,EAAE,GAAG,EAAE,eAAe,EAAE,KAAK,EAAE,eAAe,EAAE,IAAI,EAAE,IAAI,EAAE;4BAC5D,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,EAAE;yBACjD,GACD,EACF,KAAC,UAAU,IACT,SAAS,EAAE,YAAY,EACvB,KAAK,EAAE,KAAK,EACZ,OAAO,EAAE,OAAO,GAChB,EACF,eACE,EAAE,EAAC,cAAc,EACjB,QAAQ,EAAE,CAAC,CAAC,EACZ,KAAK,EAAE,EAAE,UAAU,EAAE,iCAAiC,EAAE,YAEvD,QAAQ,GACJ,IACH,GACU,GACF,CACnB,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"AppShell.js","sourceRoot":"","sources":["../../../../src/examples/shared/AppShell.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAEhD,OAAO,EACL,SAAS,EACT,UAAU,EACV,eAAe,EACf,eAAe,GAGhB,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAW9D,oGAAoG;AACpG,MAAM,UAAU,QAAQ,CAAC,EACvB,OAAO,EACP,YAAY,EACZ,KAAK,EACL,UAAU,EACV,OAAO,EACP,QAAQ,GACM;IACd,OAAO,CACL,KAAC,eAAe,IAAC,aAAa,EAAE,CAAC,YAC/B,KAAC,eAAe,cACd,eAAK,SAAS,EAAC,2DAA2D,aACxE,KAAC,SAAS,IACR,qBAAqB,EAAC,cAAc,EACpC,OAAO,EAAE,OAAO,EAChB,IAAI,EACF,YACE,IAAI,EAAC,GAAG,gBACG,cAAc,EACzB,SAAS,EAAC,mBAAmB,YAE7B,KAAC,WAAW,KAAG,GACb,EAEN,UAAU,EAAE,UAAU,EACtB,aAAa,EAAE;4BACb,EAAE,GAAG,EAAE,eAAe,EAAE,KAAK,EAAE,eAAe,EAAE,IAAI,EAAE,IAAI,EAAE;4BAC5D,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,EAAE;yBACjD,GACD,EACF,KAAC,UAAU,IACT,SAAS,EAAE,YAAY,EACvB,KAAK,EAAE,KAAK,EACZ,OAAO,EAAE,OAAO,GAChB,EACF,eACE,EAAE,EAAC,cAAc,EACjB,QAAQ,EAAE,CAAC,CAAC,EACZ,KAAK,EAAE,EAAE,UAAU,EAAE,iCAAiC,EAAE,YAEvD,QAAQ,GACJ,IACH,GACU,GACF,CACnB,CAAC;AACJ,CAAC"}
@@ -0,0 +1,36 @@
1
+ export type ResolvedTheme = "light" | "dark";
2
+ export type ThemePreference = "light" | "dark" | "system";
3
+ export interface UseThemeResult {
4
+ /** Theme actually in effect right now (always concrete, never "system"). */
5
+ resolvedTheme: ResolvedTheme;
6
+ /**
7
+ * What the consumer declared as the preference. v1 of this hook does
8
+ * not persist a stored preference — `theme` is always "system" and
9
+ * `resolvedTheme` is sourced from `prefers-color-scheme`. A consumer
10
+ * can pass an explicit preference to override the OS read.
11
+ */
12
+ theme: ThemePreference;
13
+ }
14
+ /**
15
+ * Resolves the active theme name for a consumer.
16
+ *
17
+ * v1 contract: read `prefers-color-scheme` from the OS via `matchMedia`
18
+ * and return the concrete theme name. Useful for callers that need to
19
+ * thread the theme into Carbon chart libraries / third-party widgets
20
+ * that take a `theme: 'light' | 'dark'` prop.
21
+ *
22
+ * Consumers replacing `useC3Profile().resolvedTheme` with this hook
23
+ * should see the same string identity (`'light'` | `'dark'`).
24
+ *
25
+ * A persistence layer (localStorage / cookie) and a `setTheme` mutator
26
+ * are out of scope for v1 — they'll layer on top via a future
27
+ * ThemeProvider without changing this hook's return shape.
28
+ */
29
+ export declare function useTheme(preference?: ThemePreference): UseThemeResult;
30
+ /**
31
+ * Convenience wrapper that returns only the resolved theme name —
32
+ * matches the c3 `useC3Profile().resolvedTheme` shape exactly so
33
+ * consumers migrating off c3 can do a one-line swap.
34
+ */
35
+ export declare function useResolvedTheme(preference?: ThemePreference): ResolvedTheme;
36
+ //# sourceMappingURL=use-theme.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-theme.d.ts","sourceRoot":"","sources":["../../../src/hooks/use-theme.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,MAAM,CAAC;AAC7C,MAAM,MAAM,eAAe,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,CAAC;AAE1D,MAAM,WAAW,cAAc;IAC7B,4EAA4E;IAC5E,aAAa,EAAE,aAAa,CAAC;IAC7B;;;;;OAKG;IACH,KAAK,EAAE,eAAe,CAAC;CACxB;AAED;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,QAAQ,CACtB,UAAU,GAAE,eAA0B,GACrC,cAAc,CAWhB;AAED;;;;GAIG;AACH,wBAAgB,gBAAgB,CAAC,UAAU,CAAC,EAAE,eAAe,GAAG,aAAa,CAE5E"}
@@ -0,0 +1,36 @@
1
+ import { useMediaQuery } from "./use-media-query.js";
2
+ /**
3
+ * Resolves the active theme name for a consumer.
4
+ *
5
+ * v1 contract: read `prefers-color-scheme` from the OS via `matchMedia`
6
+ * and return the concrete theme name. Useful for callers that need to
7
+ * thread the theme into Carbon chart libraries / third-party widgets
8
+ * that take a `theme: 'light' | 'dark'` prop.
9
+ *
10
+ * Consumers replacing `useC3Profile().resolvedTheme` with this hook
11
+ * should see the same string identity (`'light'` | `'dark'`).
12
+ *
13
+ * A persistence layer (localStorage / cookie) and a `setTheme` mutator
14
+ * are out of scope for v1 — they'll layer on top via a future
15
+ * ThemeProvider without changing this hook's return shape.
16
+ */
17
+ export function useTheme(preference = "system") {
18
+ const prefersDark = useMediaQuery("(prefers-color-scheme: dark)");
19
+ let resolvedTheme;
20
+ if (preference === "light" || preference === "dark") {
21
+ resolvedTheme = preference;
22
+ }
23
+ else {
24
+ resolvedTheme = prefersDark ? "dark" : "light";
25
+ }
26
+ return { resolvedTheme, theme: preference };
27
+ }
28
+ /**
29
+ * Convenience wrapper that returns only the resolved theme name —
30
+ * matches the c3 `useC3Profile().resolvedTheme` shape exactly so
31
+ * consumers migrating off c3 can do a one-line swap.
32
+ */
33
+ export function useResolvedTheme(preference) {
34
+ return useTheme(preference).resolvedTheme;
35
+ }
36
+ //# sourceMappingURL=use-theme.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-theme.js","sourceRoot":"","sources":["../../../src/hooks/use-theme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAiBlD;;;;;;;;;;;;;;GAcG;AACH,MAAM,UAAU,QAAQ,CACtB,aAA8B,QAAQ;IAEtC,MAAM,WAAW,GAAG,aAAa,CAAC,8BAA8B,CAAC,CAAC;IAElE,IAAI,aAA4B,CAAC;IACjC,IAAI,UAAU,KAAK,OAAO,IAAI,UAAU,KAAK,MAAM,EAAE,CAAC;QACpD,aAAa,GAAG,UAAU,CAAC;IAC7B,CAAC;SAAM,CAAC;QACN,aAAa,GAAG,WAAW,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC;IACjD,CAAC;IAED,OAAO,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,CAAC;AAC9C,CAAC;AAED;;;;GAIG;AACH,MAAM,UAAU,gBAAgB,CAAC,UAA4B;IAC3D,OAAO,QAAQ,CAAC,UAAU,CAAC,CAAC,aAAa,CAAC;AAC5C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare function AiIcon(props: React.SVGProps<SVGSVGElement>): import("react").JSX.Element;
2
+ //# sourceMappingURL=AiIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AiIcon.d.ts","sourceRoot":"","sources":["../../../../src/icons/custom/AiIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,MAAM,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,+BAyB1D"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export function AiIcon(props) {
3
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 17 15", fill: "none", ...props, children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.722 5.269C8.667 4.213 7.744 2.476 7.064 1.008A.16.16 0 0 0 6.994 1a.16.16 0 0 0-.07.008C6.245 2.476 5.322 4.212 4.266 5.269 3.211 6.325 1.475 7.249 0.008 7.929A.16.16 0 0 0 0 8c0 .027.003.052.008.071 1.475.68 3.21 1.603 4.266 2.66 1.056 1.056 1.979 2.793 2.659 4.261.019.005.042.008.069.008.027 0 .05-.003.069-.008.679-1.468 1.602-3.205 2.657-4.261M9.722 10.73c1.051-1.052 2.73-1.985 4.15-2.673a.205.205 0 0 0 .005-.057.205.205 0 0 0-.005-.057C12.453 7.253 10.773 6.321 9.722 5.269", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.481 1.525C15.104 1.147 14.774.527 14.532.003A.1.1 0 0 0 14.507 0a.1.1 0 0 0-.025.003C14.239.527 13.909 1.147 13.532 1.525 13.155 1.902 12.536 2.232 12.012 2.475a.1.1 0 0 0-.004.025.1.1 0 0 0 .004.025c.524.243 1.144.572 1.52.95 1.52.95C13.91 3.853 14.239 4.473 14.482 4.997a.1.1 0 0 0 .025.003.1.1 0 0 0 .025-.003C14.774 4.473 15.104 3.853 15.481 3.476M15.481 3.476C15.856 3.1 16.456 2.767 16.963 2.52a.1.1 0 0 0 .002-.02.1.1 0 0 0-.002-.02C16.457 2.233 15.857 1.9 15.481 1.525", fill: "currentColor" })] }));
4
+ }
5
+ //# sourceMappingURL=AiIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AiIcon.js","sourceRoot":"","sources":["../../../../src/icons/custom/AiIcon.tsx"],"names":[],"mappings":";AAAA,MAAM,UAAU,MAAM,CAAC,KAAoC;IACzD,OAAO,CACL,eACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,KACP,KAAK,aAGT,eACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,seAAse,EACxe,IAAI,EAAC,cAAc,GACnB,EACF,eACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,keAAke,EACpe,IAAI,EAAC,cAAc,GACnB,IACE,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare function ApiClientIcon(props: React.SVGProps<SVGSVGElement>): import("react").JSX.Element;
2
+ //# sourceMappingURL=ApiClientIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ApiClientIcon.d.ts","sourceRoot":"","sources":["../../../../src/icons/custom/ApiClientIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,aAAa,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,+BAsBjE"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export function ApiClientIcon(props) {
3
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 80 80", fill: "none", ...props, children: [_jsx("path", { d: "M20.4 40.69V39.3C20.4 36.95 21.79 35.46 24.79 35.46C27.79 35.46 29.18 36.95 29.18 39.3V40.69C29.18 43.05 27.79 44.54 24.79 44.54C21.79 44.54 20.4 43.05 20.4 40.69ZM35.61 40.69V39.3C35.61 36.95 37 35.46 40 35.46C43 35.46 44.39 36.95 44.39 39.3V40.69C44.39 43.05 43 44.54 40 44.54C37 44.54 35.61 43.05 35.61 40.69ZM50.82 40.69V39.3C50.82 36.95 52.21 35.46 55.21 35.46C58.21 35.46 59.6 36.95 59.6 39.3V40.69C59.6 43.05 58.21 44.54 55.21 44.54C52.21 44.54 50.82 43.05 50.82 40.69Z", fill: "currentColor", opacity: "0.5" }), _jsx("path", { d: "M9.21 64C6.59 64 4.66 62.5 4.66 59.19V47.11C4.66 44.22 2.89 42.89 0 42.89V37.11C2.89 37.11 4.66 35.78 4.66 32.89V20.81C4.66 17.5 6.59 16 9.21 16H14.83V21.13H11.19V33.43C11.19 37.86 8.68 39.63 3.96 39.63V40.37C8.68 40.37 11.19 42.14 11.19 46.57V58.87H14.83V64H9.21ZM70.79 16C73.41 16 75.34 17.5 75.34 20.81V32.89C75.34 35.78 77.11 37.11 80 37.11V42.89C77.11 42.89 75.34 44.22 75.34 47.11V59.19C75.34 62.5 73.41 64 70.79 64H65.17V58.87H68.81V46.57C68.81 42.14 71.33 40.37 76.04 40.37V39.63C71.33 39.63 68.81 37.86 68.81 33.43V21.13H65.17V16H70.79Z", fill: "currentColor" })] }));
4
+ }
5
+ //# sourceMappingURL=ApiClientIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ApiClientIcon.js","sourceRoot":"","sources":["../../../../src/icons/custom/ApiClientIcon.tsx"],"names":[],"mappings":";AAAA,MAAM,UAAU,aAAa,CAAC,KAAoC;IAChE,OAAO,CACL,eACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,KACP,KAAK,aAGT,eACE,CAAC,EAAC,8dAA8d,EAChe,IAAI,EAAC,cAAc,EACnB,OAAO,EAAC,KAAK,GACb,EACF,eACE,CAAC,EAAC,miBAAmiB,EACriB,IAAI,EAAC,cAAc,GACnB,IACE,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare function AuditLogIcon(props: React.SVGProps<SVGSVGElement>): import("react").JSX.Element;
2
+ //# sourceMappingURL=AuditLogIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AuditLogIcon.d.ts","sourceRoot":"","sources":["../../../../src/icons/custom/AuditLogIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,YAAY,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,+BAuBhE"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export function AuditLogIcon(props) {
3
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 80 80", fill: "none", ...props, children: [_jsx("path", { d: "M30 42.5H17.5V47.5H30V42.5ZM47.5 30H17.5V35H47.5V30ZM47.5 17.5H17.5V22.5H47.5V17.5ZM55 5H10C8.67 5 7.41 5.53 6.47 6.47C5.53 7.41 5 8.68 5 10V70C5 71.33 5.53 72.59 6.47 73.53C7.41 74.47 8.68 75 10 75H30V70H10V10H55V37.5H60V10C60 8.68 59.47 7.41 58.53 6.47C57.59 5.53 56.32 5 55 5Z", fill: "currentColor", opacity: "0.7" }), _jsx("circle", { cx: "55", cy: "60", r: "5", fill: "currentColor" }), _jsx("path", { d: "M74.44 58.7C72.9 54.76 70.23 51.37 66.78 48.93C63.32 46.5 59.23 45.13 55 45C50.77 45.13 46.68 46.5 43.22 48.93C39.77 51.37 37.1 54.76 35.56 58.7L35 60L35.56 61.3C37.1 65.24 39.77 68.63 43.22 71.07C46.68 73.5 50.77 74.87 55 75C59.23 74.87 63.32 73.5 66.78 71.07C70.23 68.63 72.9 65.24 74.44 61.3L75 60L74.44 58.7ZM55 70C53.02 70 51.09 69.41 49.44 68.31C47.8 67.22 46.52 65.65 45.76 63.83C45 62 44.81 59.99 45.19 58.05C45.58 56.11 46.53 54.33 47.93 52.93C49.33 51.53 51.11 50.58 53.05 50.19C54.99 49.81 56.99 50 58.83 50.76C60.65 51.52 62.22 52.8 63.31 54.44C64.41 56.09 65 58.02 65 60C65 62.65 63.95 65.19 62.07 67.07C60.19 68.94 57.65 70 55 70Z", fill: "currentColor" })] }));
4
+ }
5
+ //# sourceMappingURL=AuditLogIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AuditLogIcon.js","sourceRoot":"","sources":["../../../../src/icons/custom/AuditLogIcon.tsx"],"names":[],"mappings":";AAAA,MAAM,UAAU,YAAY,CAAC,KAAoC;IAC/D,OAAO,CACL,eACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,KACP,KAAK,aAGT,eACE,CAAC,EAAC,yRAAyR,EAC3R,IAAI,EAAC,cAAc,EACnB,OAAO,EAAC,KAAK,GACb,EACF,iBAAQ,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,CAAC,EAAC,GAAG,EAAC,IAAI,EAAC,cAAc,GAAG,EACpD,eACE,CAAC,EAAC,soBAAsoB,EACxoB,IAAI,EAAC,cAAc,GACnB,IACE,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare function BackupIcon(props: React.SVGProps<SVGSVGElement>): import("react").JSX.Element;
2
+ //# sourceMappingURL=BackupIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackupIcon.d.ts","sourceRoot":"","sources":["../../../../src/icons/custom/BackupIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,UAAU,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,+BAiB9D"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ export function BackupIcon(props) {
3
+ return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 44 38", fill: "none", ...props, children: _jsx("path", { d: "M18.25 6.04H8.5V4.96H18.25V6.04ZM18.25 18.46H8.5V19.54H18.25V18.46ZM8.5 33.04H18.25V31.96H8.5V33.04ZM43.54 5.5V19C43.54 19.3 43.3 19.54 43 19.54H37.54V24C37.54 24.3 37.3 24.04 37 24.04H7C6.7 24.04 6.46 23.8 6.46 23.5V19.54H1.54V32H6.46V28C6.46 27.7 6.7 27.46 7 27.46H37C37.3 27.46 37.54 27.7 37.54 28V37C37.54 37.3 37.3 37.54 37 37.54H7C6.7 37.54 6.46 37.3 6.46 37V33.04H1C0.7 33.04 0.46 32.8 0.46 32.5V19C0.46 18.7 0.7 18.46 1 18.46H6.46V14.5C6.46 14.2 6.7 13.96 7 13.96H37C37.3 13.96 37.54 14.2 37.54 14.5V18.46H42.46V6.04H37.54V10C37.54 10.3 37.3 10.54 37 10.54H7C6.7 10.54 6.46 10.3 6.46 10V1C6.46 0.7 6.7 0.46 7 0.46H37C37.3 0.46 37.54 0.7 37.54 1V5H43C43.3 5 43.54 5.2 43.54 5.5ZM36.46 1.54H7.54V9.46H36.46V1.54ZM7.54 36.46H36.46V28.54H7.54V36.46ZM36.46 15.04H7.54V22.96H36.46V15.04ZM34 5.5C34 5.09 33.66 4.75 33.25 4.75C32.84 4.75 32.5 5.09 32.5 5.5C32.5 5.91 32.84 6.25 33.25 6.25C33.66 6.25 34 5.91 34 5.5ZM34 19C34 18.59 33.66 18.25 33.25 18.25C32.84 18.25 32.5 18.59 32.5 19C32.5 19.41 32.84 19.75 33.25 19.75C33.66 19.75 34 19.41 34 19ZM34 32.5C34 32.09 33.66 31.75 33.25 31.75C32.84 31.75 32.5 32.09 32.5 32.5C32.5 32.91 32.84 33.25 33.25 33.25C33.66 33.25 34 32.91 34 32.5Z", fill: "currentColor" }) }));
4
+ }
5
+ //# sourceMappingURL=BackupIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackupIcon.js","sourceRoot":"","sources":["../../../../src/icons/custom/BackupIcon.tsx"],"names":[],"mappings":";AAAA,MAAM,UAAU,UAAU,CAAC,KAAoC;IAC7D,OAAO,CACL,cACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,KACP,KAAK,YAGT,eACE,CAAC,EAAC,qqCAAqqC,EACvqC,IAAI,EAAC,cAAc,GACnB,GACE,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare function BpmnDiagramIcon(props: React.SVGProps<SVGSVGElement>): import("react").JSX.Element;
2
+ //# sourceMappingURL=BpmnDiagramIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BpmnDiagramIcon.d.ts","sourceRoot":"","sources":["../../../../src/icons/custom/BpmnDiagramIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,eAAe,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,+BAoDnE"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export function BpmnDiagramIcon(props) {
3
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "currentColor", ...props, children: [_jsx("circle", { cx: "3.5", cy: "12", r: "2", fill: "none", stroke: "currentColor", strokeWidth: "1.2" }), _jsx("rect", { x: "8", y: "9.5", width: "8", height: "5", rx: "1", fill: "none", stroke: "currentColor", strokeWidth: "1.2" }), _jsx("circle", { cx: "20.5", cy: "12", r: "2", fill: "none", stroke: "currentColor", strokeWidth: "2" }), _jsx("path", { d: "M5.5 12h2.3", stroke: "currentColor", strokeWidth: "1.2", strokeLinecap: "round" }), _jsx("path", { d: "M16.2 12h2.1", stroke: "currentColor", strokeWidth: "1.2", strokeLinecap: "round" })] }));
4
+ }
5
+ //# sourceMappingURL=BpmnDiagramIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BpmnDiagramIcon.js","sourceRoot":"","sources":["../../../../src/icons/custom/BpmnDiagramIcon.tsx"],"names":[],"mappings":";AAAA,MAAM,UAAU,eAAe,CAAC,KAAoC;IAClE,OAAO,CACL,eACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,cAAc,KACf,KAAK,aAGT,iBACE,EAAE,EAAC,KAAK,EACR,EAAE,EAAC,IAAI,EACP,CAAC,EAAC,GAAG,EACL,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,GACjB,EACF,eACE,CAAC,EAAC,GAAG,EACL,CAAC,EAAC,KAAK,EACP,KAAK,EAAC,GAAG,EACT,MAAM,EAAC,GAAG,EACV,EAAE,EAAC,GAAG,EACN,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,GACjB,EACF,iBACE,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,IAAI,EACP,CAAC,EAAC,GAAG,EACL,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,GAAG,GACf,EAEF,eACE,CAAC,EAAC,aAAa,EACf,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,EACjB,aAAa,EAAC,OAAO,GACrB,EACF,eACE,CAAC,EAAC,cAAc,EAChB,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,EACjB,aAAa,EAAC,OAAO,GACrB,IACE,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare function ClusterIcon(props: React.SVGProps<SVGSVGElement>): import("react").JSX.Element;
2
+ //# sourceMappingURL=ClusterIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ClusterIcon.d.ts","sourceRoot":"","sources":["../../../../src/icons/custom/ClusterIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,WAAW,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,+BAkC/D"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export function ClusterIcon(props) {
3
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx("path", { d: "M20.5 13.2a4 4 0 0 0-3.2-3.9 5 5 0 0 0-9.8.3 3.5 3.5 0 0 0 .5 6.9h11.5a3 3 0 0 0 1-5.3z", fill: "currentColor", opacity: "0.3" }), _jsx("path", { d: "M5.2 15.6A3.5 3.5 0 0 1 5 9.6a5 5 0 0 1 9.8-.3 4 4 0 0 1 3.2 3.9", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", fill: "none" }), _jsx("circle", { cx: "16", cy: "16", r: "4", stroke: "currentColor", strokeWidth: "1.5", fill: "none" }), _jsx("circle", { cx: "16", cy: "16", r: "1.5", fill: "currentColor" })] }));
4
+ }
5
+ //# sourceMappingURL=ClusterIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ClusterIcon.js","sourceRoot":"","sources":["../../../../src/icons/custom/ClusterIcon.tsx"],"names":[],"mappings":";AAAA,MAAM,UAAU,WAAW,CAAC,KAAoC;IAC9D,OAAO,CACL,eACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,KACP,KAAK,aAGT,eACE,CAAC,EAAC,yFAAyF,EAC3F,IAAI,EAAC,cAAc,EACnB,OAAO,EAAC,KAAK,GACb,EACF,eACE,CAAC,EAAC,kEAAkE,EACpE,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,EACjB,aAAa,EAAC,OAAO,EACrB,IAAI,EAAC,MAAM,GACX,EACF,iBACE,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,IAAI,EACP,CAAC,EAAC,GAAG,EACL,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,EACjB,IAAI,EAAC,MAAM,GACX,EACF,iBAAQ,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,CAAC,EAAC,KAAK,EAAC,IAAI,EAAC,cAAc,GAAG,IAClD,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare function ConnectorIcon(props: React.SVGProps<SVGSVGElement>): import("react").JSX.Element;
2
+ //# sourceMappingURL=ConnectorIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConnectorIcon.d.ts","sourceRoot":"","sources":["../../../../src/icons/custom/ConnectorIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,aAAa,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,+BAkCjE"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export function ConnectorIcon(props) {
3
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx("circle", { cx: "4", cy: "12", r: "2.5", stroke: "currentColor", strokeWidth: "1.4" }), _jsx("circle", { cx: "12", cy: "12", r: "2.5", stroke: "currentColor", strokeWidth: "1.4" }), _jsx("circle", { cx: "20", cy: "12", r: "2.5", stroke: "currentColor", strokeWidth: "1.4" }), _jsx("line", { x1: "6.5", y1: "12", x2: "9.5", y2: "12", stroke: "currentColor", strokeWidth: "1.4", strokeLinecap: "round" }), _jsx("line", { x1: "14.5", y1: "12", x2: "17.5", y2: "12", stroke: "currentColor", strokeWidth: "1.4", strokeLinecap: "round" })] }));
4
+ }
5
+ //# sourceMappingURL=ConnectorIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConnectorIcon.js","sourceRoot":"","sources":["../../../../src/icons/custom/ConnectorIcon.tsx"],"names":[],"mappings":";AAAA,MAAM,UAAU,aAAa,CAAC,KAAoC;IAChE,OAAO,CACL,eACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,KACP,KAAK,aAGT,iBAAQ,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,IAAI,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,cAAc,EAAC,WAAW,EAAC,KAAK,GAAG,EACzE,iBAAQ,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,cAAc,EAAC,WAAW,EAAC,KAAK,GAAG,EAC1E,iBAAQ,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,cAAc,EAAC,WAAW,EAAC,KAAK,GAAG,EAC1E,eACE,EAAE,EAAC,KAAK,EACR,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,KAAK,EACR,EAAE,EAAC,IAAI,EACP,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,EACjB,aAAa,EAAC,OAAO,GACrB,EACF,eACE,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,IAAI,EACP,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,EACjB,aAAa,EAAC,OAAO,GACrB,IACE,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare function ConnectorTemplateIcon(props: React.SVGProps<SVGSVGElement>): import("react").JSX.Element;
2
+ //# sourceMappingURL=ConnectorTemplateIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConnectorTemplateIcon.d.ts","sourceRoot":"","sources":["../../../../src/icons/custom/ConnectorTemplateIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,+BAmBzE"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ export function ConnectorTemplateIcon(props) {
3
+ return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 22 22", fill: "none", ...props, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.8125 11.0069C14.7767 11.0079 13.7689 11.343 12.9388 11.9625L10.0375 9.06127C10.6643 8.2372 11.0026 7.22976 11 6.19439C11.0056 3.96215 9.47542 2.01909 7.30408 1.50118C5.13274 0.983268 2.89029 2.02648 1.88772 4.02092C0.885144 6.01536 1.38567 8.43742 3.09667 9.87109C4.80766 11.3048 7.27994 11.3737 9.06813 10.0375L11.9625 12.9388C10.6267 14.7264 10.6952 17.1979 12.1278 18.9089C13.5605 20.6199 15.9814 21.1216 17.976 20.1207C19.9706 19.1199 21.0155 16.8791 20.5 14.7079C19.9846 12.5366 18.0441 11.0045 15.8125 11.0069ZM2.75001 6.19439C2.75001 4.29591 4.28903 2.75689 6.18751 2.75689C8.08599 2.75689 9.62501 4.29591 9.62501 6.19439C9.62501 8.09287 8.08599 9.63189 6.18751 9.63189C4.28903 9.63189 2.75001 8.09287 2.75001 6.19439Z", fill: "currentColor" }) }));
4
+ }
5
+ //# sourceMappingURL=ConnectorTemplateIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConnectorTemplateIcon.js","sourceRoot":"","sources":["../../../../src/icons/custom/ConnectorTemplateIcon.tsx"],"names":[],"mappings":";AAAA,MAAM,UAAU,qBAAqB,CAAC,KAAoC;IACxE,OAAO,CACL,cACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,KACP,KAAK,YAGT,eACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,2tBAA2tB,EAC7tB,IAAI,EAAC,cAAc,GACnB,GACE,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare function DecisionIcon(props: React.SVGProps<SVGSVGElement>): import("react").JSX.Element;
2
+ //# sourceMappingURL=DecisionIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DecisionIcon.d.ts","sourceRoot":"","sources":["../../../../src/icons/custom/DecisionIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,YAAY,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,+BA0DhE"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export function DecisionIcon(props) {
3
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx("rect", { x: "2", y: "3", width: "20", height: "18", rx: "1.5", stroke: "currentColor", strokeWidth: "1.4" }), _jsx("line", { x1: "2", y1: "8", x2: "22", y2: "8", stroke: "currentColor", strokeWidth: "1.4" }), _jsx("line", { x1: "11", y1: "3", x2: "11", y2: "21", stroke: "currentColor", strokeWidth: "1.4" }), _jsx("line", { x1: "2", y1: "13", x2: "22", y2: "13", stroke: "currentColor", strokeWidth: "1.2", strokeDasharray: "0" }), _jsx("line", { x1: "2", y1: "17", x2: "22", y2: "17", stroke: "currentColor", strokeWidth: "1.2" })] }));
4
+ }
5
+ //# sourceMappingURL=DecisionIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DecisionIcon.js","sourceRoot":"","sources":["../../../../src/icons/custom/DecisionIcon.tsx"],"names":[],"mappings":";AAAA,MAAM,UAAU,YAAY,CAAC,KAAoC;IAC/D,OAAO,CACL,eACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,KACP,KAAK,aAGT,eACE,CAAC,EAAC,GAAG,EACL,CAAC,EAAC,GAAG,EACL,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,EAAE,EAAC,KAAK,EACR,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,GACjB,EAEF,eACE,EAAE,EAAC,GAAG,EACN,EAAE,EAAC,GAAG,EACN,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,GAAG,EACN,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,GACjB,EAEF,eACE,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,GAAG,EACN,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,IAAI,EACP,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,GACjB,EAEF,eACE,EAAE,EAAC,GAAG,EACN,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,IAAI,EACP,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,EACjB,eAAe,EAAC,GAAG,GACnB,EACF,eACE,EAAE,EAAC,GAAG,EACN,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,IAAI,EACP,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,GACjB,IACE,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare function DeploymentIcon(props: React.SVGProps<SVGSVGElement>): import("react").JSX.Element;
2
+ //# sourceMappingURL=DeploymentIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeploymentIcon.d.ts","sourceRoot":"","sources":["../../../../src/icons/custom/DeploymentIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,cAAc,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,+BA2BlE"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export function DeploymentIcon(props) {
3
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx("path", { d: "M12 16V8M12 8l-3 3M12 8l3 3", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M18.5 13.2a4 4 0 0 0-3.2-3.9 5 5 0 0 0-9.8.3 3.5 3.5 0 0 0 .5 6.9h11.5a3 3 0 0 0 1-3.3z", stroke: "currentColor", strokeWidth: "1.4", strokeLinecap: "round", fill: "none" })] }));
4
+ }
5
+ //# sourceMappingURL=DeploymentIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeploymentIcon.js","sourceRoot":"","sources":["../../../../src/icons/custom/DeploymentIcon.tsx"],"names":[],"mappings":";AAAA,MAAM,UAAU,cAAc,CAAC,KAAoC;IACjE,OAAO,CACL,eACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,KACP,KAAK,aAGT,eACE,CAAC,EAAC,6BAA6B,EAC/B,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,EACjB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,EACF,eACE,CAAC,EAAC,yFAAyF,EAC3F,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,EACjB,aAAa,EAAC,OAAO,EACrB,IAAI,EAAC,MAAM,GACX,IACE,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare function FormIcon(props: React.SVGProps<SVGSVGElement>): import("react").JSX.Element;
2
+ //# sourceMappingURL=FormIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FormIcon.d.ts","sourceRoot":"","sources":["../../../../src/icons/custom/FormIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,+BAgB5D"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export function FormIcon(props) {
3
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "currentColor", ...props, children: [_jsx("rect", { x: "4", y: "5", width: "16", height: "3", rx: "1" }), _jsx("rect", { x: "4", y: "10.5", width: "16", height: "3", rx: "1" }), _jsx("rect", { x: "4", y: "16", width: "7", height: "3", rx: "1" })] }));
4
+ }
5
+ //# sourceMappingURL=FormIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FormIcon.js","sourceRoot":"","sources":["../../../../src/icons/custom/FormIcon.tsx"],"names":[],"mappings":";AAAA,MAAM,UAAU,QAAQ,CAAC,KAAoC;IAC3D,OAAO,CACL,eACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,cAAc,KACf,KAAK,aAGT,eAAM,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,GAAG,EACjD,eAAM,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,MAAM,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,GAAG,EACpD,eAAM,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,IAAI,EAAC,KAAK,EAAC,GAAG,EAAC,MAAM,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,GAAG,IAC7C,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare function IpAllowlistIcon(props: React.SVGProps<SVGSVGElement>): import("react").JSX.Element;
2
+ //# sourceMappingURL=IpAllowlistIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IpAllowlistIcon.d.ts","sourceRoot":"","sources":["../../../../src/icons/custom/IpAllowlistIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,eAAe,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,+BAiBnE"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ export function IpAllowlistIcon(props) {
3
+ return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 61 72", fill: "none", ...props, children: _jsx("path", { d: "M30.51 0L0 13.52L4.2 38.17C5.51 45.8 9.31 52.75 14.98 57.91L30.49 72L45.99 57.91C51.69 52.75 55.49 45.8 56.78 38.17L60.98 13.52L30.51 0ZM25.74 45.78L15.49 35.36L20.33 30.44L25.76 35.95L40.69 20.82L45.53 25.73L25.74 45.78Z", fill: "currentColor" }) }));
4
+ }
5
+ //# sourceMappingURL=IpAllowlistIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IpAllowlistIcon.js","sourceRoot":"","sources":["../../../../src/icons/custom/IpAllowlistIcon.tsx"],"names":[],"mappings":";AAAA,MAAM,UAAU,eAAe,CAAC,KAAoC;IAClE,OAAO,CACL,cACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,KACP,KAAK,YAGT,eACE,CAAC,EAAC,+NAA+N,EACjO,IAAI,EAAC,cAAc,GACnB,GACE,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare function ModelerIcon(props: React.SVGProps<SVGSVGElement>): import("react").JSX.Element;
2
+ //# sourceMappingURL=ModelerIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ModelerIcon.d.ts","sourceRoot":"","sources":["../../../../src/icons/custom/ModelerIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,WAAW,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,+BAoB/D"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export function ModelerIcon(props) {
3
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx("path", { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z", stroke: "currentColor", strokeWidth: "1.4", fill: "none" }), _jsx("path", { d: "M10 8.5l5 3.5-5 3.5V8.5z", fill: "currentColor" })] }));
4
+ }
5
+ //# sourceMappingURL=ModelerIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ModelerIcon.js","sourceRoot":"","sources":["../../../../src/icons/custom/ModelerIcon.tsx"],"names":[],"mappings":";AAAA,MAAM,UAAU,WAAW,CAAC,KAAoC;IAC9D,OAAO,CACL,eACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,KACP,KAAK,aAGT,eACE,CAAC,EAAC,oEAAoE,EACtE,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,EACjB,IAAI,EAAC,MAAM,GACX,EACF,eAAM,CAAC,EAAC,0BAA0B,EAAC,IAAI,EAAC,cAAc,GAAG,IACrD,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare function ProcessApplicationIcon(props: React.SVGProps<SVGSVGElement>): import("react").JSX.Element;
2
+ //# sourceMappingURL=ProcessApplicationIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProcessApplicationIcon.d.ts","sourceRoot":"","sources":["../../../../src/icons/custom/ProcessApplicationIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,+BA4D1E"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export function ProcessApplicationIcon(props) {
3
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx("rect", { x: "7", y: "5", width: "13", height: "16", rx: "1.5", stroke: "currentColor", strokeWidth: "1.4" }), _jsx("rect", { x: "4", y: "3", width: "13", height: "16", rx: "1.5", stroke: "currentColor", strokeWidth: "1.4", fill: "none" }), _jsx("line", { x1: "7", y1: "9", x2: "14", y2: "9", stroke: "currentColor", strokeWidth: "1.2", strokeLinecap: "round" }), _jsx("line", { x1: "7", y1: "12", x2: "14", y2: "12", stroke: "currentColor", strokeWidth: "1.2", strokeLinecap: "round" }), _jsx("line", { x1: "7", y1: "15", x2: "11", y2: "15", stroke: "currentColor", strokeWidth: "1.2", strokeLinecap: "round" })] }));
4
+ }
5
+ //# sourceMappingURL=ProcessApplicationIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProcessApplicationIcon.js","sourceRoot":"","sources":["../../../../src/icons/custom/ProcessApplicationIcon.tsx"],"names":[],"mappings":";AAAA,MAAM,UAAU,sBAAsB,CAAC,KAAoC;IACzE,OAAO,CACL,eACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,KACP,KAAK,aAGT,eACE,CAAC,EAAC,GAAG,EACL,CAAC,EAAC,GAAG,EACL,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,EAAE,EAAC,KAAK,EACR,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,GACjB,EACF,eACE,CAAC,EAAC,GAAG,EACL,CAAC,EAAC,GAAG,EACL,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,EAAE,EAAC,KAAK,EACR,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,EACjB,IAAI,EAAC,MAAM,GACX,EAEF,eACE,EAAE,EAAC,GAAG,EACN,EAAE,EAAC,GAAG,EACN,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,GAAG,EACN,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,EACjB,aAAa,EAAC,OAAO,GACrB,EACF,eACE,EAAE,EAAC,GAAG,EACN,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,IAAI,EACP,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,EACjB,aAAa,EAAC,OAAO,GACrB,EACF,eACE,EAAE,EAAC,GAAG,EACN,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,IAAI,EACP,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,EACjB,aAAa,EAAC,OAAO,GACrB,IACE,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare function ProjectIcon(props: React.SVGProps<SVGSVGElement>): import("react").JSX.Element;
2
+ //# sourceMappingURL=ProjectIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProjectIcon.d.ts","sourceRoot":"","sources":["../../../../src/icons/custom/ProjectIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,WAAW,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,+BA0B/D"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export function ProjectIcon(props) {
3
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx("path", { d: "M10 6H4C2.9 6 2.01 6.9 2.01 8L2 19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V10C22 8.9 21.1 8 20 8H13L10 6Z", fill: "currentColor", opacity: "0.3" }), _jsx("path", { d: "M10 6H4C2.9 6 2.01 6.9 2.01 8L2 19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V10C22 8.9 21.1 8 20 8H13L10 6Z", stroke: "currentColor", strokeWidth: "1.4", fill: "none" }), _jsx("path", { d: "M10 12l4.5 2.5L10 17v-5z", fill: "currentColor" })] }));
4
+ }
5
+ //# sourceMappingURL=ProjectIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProjectIcon.js","sourceRoot":"","sources":["../../../../src/icons/custom/ProjectIcon.tsx"],"names":[],"mappings":";AAAA,MAAM,UAAU,WAAW,CAAC,KAAoC;IAC9D,OAAO,CACL,eACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,KACP,KAAK,aAGT,eACE,CAAC,EAAC,+GAA+G,EACjH,IAAI,EAAC,cAAc,EACnB,OAAO,EAAC,KAAK,GACb,EACF,eACE,CAAC,EAAC,+GAA+G,EACjH,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,KAAK,EACjB,IAAI,EAAC,MAAM,GACX,EAEF,eAAM,CAAC,EAAC,0BAA0B,EAAC,IAAI,EAAC,cAAc,GAAG,IACrD,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,18 @@
1
+ export { camundaIcons, type IconKey, type RegistryEntry, registry, } from "./registry.js";
2
+ export { OrganisationIcon, WorkspaceIcon, FolderIcon, UserIcon, MilestoneIcon, } from "./registry.js";
3
+ export { AiIcon } from "./custom/AiIcon.js";
4
+ export { ApiClientIcon } from "./custom/ApiClientIcon.js";
5
+ export { AuditLogIcon } from "./custom/AuditLogIcon.js";
6
+ export { BackupIcon } from "./custom/BackupIcon.js";
7
+ export { BpmnDiagramIcon } from "./custom/BpmnDiagramIcon.js";
8
+ export { ClusterIcon } from "./custom/ClusterIcon.js";
9
+ export { ConnectorIcon } from "./custom/ConnectorIcon.js";
10
+ export { ConnectorTemplateIcon } from "./custom/ConnectorTemplateIcon.js";
11
+ export { DecisionIcon } from "./custom/DecisionIcon.js";
12
+ export { DeploymentIcon } from "./custom/DeploymentIcon.js";
13
+ export { FormIcon } from "./custom/FormIcon.js";
14
+ export { IpAllowlistIcon } from "./custom/IpAllowlistIcon.js";
15
+ export { ModelerIcon } from "./custom/ModelerIcon.js";
16
+ export { ProcessApplicationIcon } from "./custom/ProcessApplicationIcon.js";
17
+ export { ProjectIcon } from "./custom/ProjectIcon.js";
18
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/icons/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,YAAY,EACZ,KAAK,OAAO,EACZ,KAAK,aAAa,EAClB,QAAQ,GACT,MAAM,YAAY,CAAC;AAIpB,OAAO,EACL,gBAAgB,EAChB,aAAa,EACb,UAAU,EACV,QAAQ,EACR,aAAa,GACd,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AACvE,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AACzE,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC"}
@@ -0,0 +1,20 @@
1
+ export { camundaIcons, registry, } from "./registry.js";
2
+ // Named component exports — semantic domain names, tree-shakeable.
3
+ // Use these for static imports; use camundaIcons['key'] for dynamic entity-type switching.
4
+ export { OrganisationIcon, WorkspaceIcon, FolderIcon, UserIcon, MilestoneIcon, } from "./registry.js";
5
+ export { AiIcon } from "./custom/AiIcon.js";
6
+ export { ApiClientIcon } from "./custom/ApiClientIcon.js";
7
+ export { AuditLogIcon } from "./custom/AuditLogIcon.js";
8
+ export { BackupIcon } from "./custom/BackupIcon.js";
9
+ export { BpmnDiagramIcon } from "./custom/BpmnDiagramIcon.js";
10
+ export { ClusterIcon } from "./custom/ClusterIcon.js";
11
+ export { ConnectorIcon } from "./custom/ConnectorIcon.js";
12
+ export { ConnectorTemplateIcon } from "./custom/ConnectorTemplateIcon.js";
13
+ export { DecisionIcon } from "./custom/DecisionIcon.js";
14
+ export { DeploymentIcon } from "./custom/DeploymentIcon.js";
15
+ export { FormIcon } from "./custom/FormIcon.js";
16
+ export { IpAllowlistIcon } from "./custom/IpAllowlistIcon.js";
17
+ export { ModelerIcon } from "./custom/ModelerIcon.js";
18
+ export { ProcessApplicationIcon } from "./custom/ProcessApplicationIcon.js";
19
+ export { ProjectIcon } from "./custom/ProjectIcon.js";
20
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/icons/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,YAAY,EAGZ,QAAQ,GACT,MAAM,YAAY,CAAC;AAEpB,mEAAmE;AACnE,2FAA2F;AAC3F,OAAO,EACL,gBAAgB,EAChB,aAAa,EACb,UAAU,EACV,QAAQ,EACR,aAAa,GACd,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AACvE,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AACzE,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import type React from "react";
2
+ import registry from "./registry.json";
3
+ export type IconKey = (typeof registry)[number]["key"];
4
+ export type RegistryEntry = (typeof registry)[number];
5
+ export { registry };
6
+ export { Building as OrganisationIcon } from "lucide-react";
7
+ export { Briefcase as WorkspaceIcon } from "lucide-react";
8
+ export { Folder as FolderIcon } from "lucide-react";
9
+ export { User as UserIcon } from "lucide-react";
10
+ export { Milestone as MilestoneIcon } from "lucide-react";
11
+ export declare const camundaIcons: Record<IconKey, React.ComponentType<React.SVGProps<SVGSVGElement>>>;
12
+ //# sourceMappingURL=registry.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"registry.d.ts","sourceRoot":"","sources":["../../../src/icons/registry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAmB/B,OAAO,QAAQ,MAAM,iBAAiB,CAAC;AAEvC,MAAM,MAAM,OAAO,GAAG,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,CAAC;AAEvD,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC;AAEtD,OAAO,EAAE,QAAQ,EAAE,CAAC;AAGpB,OAAO,EAAE,QAAQ,IAAI,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,EAAE,SAAS,IAAI,aAAa,EAAE,MAAM,cAAc,CAAC;AAC1D,OAAO,EAAE,MAAM,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,IAAI,IAAI,QAAQ,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EAAE,SAAS,IAAI,aAAa,EAAE,MAAM,cAAc,CAAC;AAE1D,eAAO,MAAM,YAAY,EAAE,MAAM,CAC/B,OAAO,EACP,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAsBnD,CAAC"}