@camunda/design-system 0.4.1 → 0.6.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 (204) hide show
  1. package/README.md +41 -16
  2. package/dist/carbon-compat/breadcrumb-skeleton.js +1 -1
  3. package/dist/carbon-compat/breadcrumb-skeleton.js.map +1 -1
  4. package/dist/carbon-compat/c3-data-table.d.ts.map +1 -1
  5. package/dist/carbon-compat/c3-data-table.js +4 -4
  6. package/dist/carbon-compat/c3-data-table.js.map +1 -1
  7. package/dist/carbon-compat/data-table-skeleton.js +1 -1
  8. package/dist/carbon-compat/data-table-skeleton.js.map +1 -1
  9. package/dist/carbon-compat/link.js +1 -1
  10. package/dist/carbon-compat/link.js.map +1 -1
  11. package/dist/carbon-compat/loading.js +1 -1
  12. package/dist/carbon-compat/loading.js.map +1 -1
  13. package/dist/carbon-compat/modal.d.ts.map +1 -1
  14. package/dist/carbon-compat/modal.js +3 -3
  15. package/dist/carbon-compat/modal.js.map +1 -1
  16. package/dist/carbon-compat/progress-bar.d.ts.map +1 -1
  17. package/dist/carbon-compat/progress-bar.js +1 -1
  18. package/dist/carbon-compat/progress-bar.js.map +1 -1
  19. package/dist/carbon-compat/search.js +1 -1
  20. package/dist/carbon-compat/search.js.map +1 -1
  21. package/dist/carbon-compat/table-batch-actions.js +2 -2
  22. package/dist/carbon-compat/table-batch-actions.js.map +1 -1
  23. package/dist/carbon-compat/table-container.d.ts.map +1 -1
  24. package/dist/carbon-compat/table-container.js +1 -1
  25. package/dist/carbon-compat/table-container.js.map +1 -1
  26. package/dist/carbon-compat/text-input.d.ts +2 -2
  27. package/dist/carbon-compat/text-input.d.ts.map +1 -1
  28. package/dist/carbon-compat/text-input.js +15 -5
  29. package/dist/carbon-compat/text-input.js.map +1 -1
  30. package/dist/carbon-compat/tile.js +2 -2
  31. package/dist/carbon-compat/tile.js.map +1 -1
  32. package/dist/src/components/ui/alert-dialog.d.ts.map +1 -1
  33. package/dist/src/components/ui/alert-dialog.js +4 -4
  34. package/dist/src/components/ui/alert-dialog.js.map +1 -1
  35. package/dist/src/components/ui/app-sidebar.d.ts.map +1 -1
  36. package/dist/src/components/ui/app-sidebar.js +16 -14
  37. package/dist/src/components/ui/app-sidebar.js.map +1 -1
  38. package/dist/src/components/ui/badge.d.ts.map +1 -1
  39. package/dist/src/components/ui/badge.js +7 -7
  40. package/dist/src/components/ui/badge.js.map +1 -1
  41. package/dist/src/components/ui/breadcrumb.js +4 -4
  42. package/dist/src/components/ui/breadcrumb.js.map +1 -1
  43. package/dist/src/components/ui/button.d.ts.map +1 -1
  44. package/dist/src/components/ui/button.js +7 -7
  45. package/dist/src/components/ui/button.js.map +1 -1
  46. package/dist/src/components/ui/c4-provider.d.ts +6 -1
  47. package/dist/src/components/ui/c4-provider.d.ts.map +1 -1
  48. package/dist/src/components/ui/c4-provider.js +51 -2
  49. package/dist/src/components/ui/c4-provider.js.map +1 -1
  50. package/dist/src/components/ui/card.d.ts +1 -1
  51. package/dist/src/components/ui/card.d.ts.map +1 -1
  52. package/dist/src/components/ui/card.js +5 -5
  53. package/dist/src/components/ui/card.js.map +1 -1
  54. package/dist/src/components/ui/checkbox.js +1 -1
  55. package/dist/src/components/ui/checkbox.js.map +1 -1
  56. package/dist/src/components/ui/command.js +5 -5
  57. package/dist/src/components/ui/command.js.map +1 -1
  58. package/dist/src/components/ui/data-table.d.ts +1 -1
  59. package/dist/src/components/ui/data-table.d.ts.map +1 -1
  60. package/dist/src/components/ui/data-table.js +7 -7
  61. package/dist/src/components/ui/data-table.js.map +1 -1
  62. package/dist/src/components/ui/dialog.d.ts.map +1 -1
  63. package/dist/src/components/ui/dialog.js +3 -3
  64. package/dist/src/components/ui/dialog.js.map +1 -1
  65. package/dist/src/components/ui/dropdown.d.ts.map +1 -1
  66. package/dist/src/components/ui/dropdown.js +10 -10
  67. package/dist/src/components/ui/dropdown.js.map +1 -1
  68. package/dist/src/components/ui/empty-state.d.ts +18 -0
  69. package/dist/src/components/ui/empty-state.d.ts.map +1 -0
  70. package/dist/src/components/ui/empty-state.js +55 -0
  71. package/dist/src/components/ui/empty-state.js.map +1 -0
  72. package/dist/src/components/ui/input.js +1 -1
  73. package/dist/src/components/ui/input.js.map +1 -1
  74. package/dist/src/components/ui/multi-select.js +4 -4
  75. package/dist/src/components/ui/multi-select.js.map +1 -1
  76. package/dist/src/components/ui/nav-breadcrumb.js +4 -4
  77. package/dist/src/components/ui/nav-breadcrumb.js.map +1 -1
  78. package/dist/src/components/ui/page-layout.d.ts +27 -0
  79. package/dist/src/components/ui/page-layout.d.ts.map +1 -0
  80. package/dist/src/components/ui/page-layout.js +37 -0
  81. package/dist/src/components/ui/page-layout.js.map +1 -0
  82. package/dist/src/components/ui/popover.d.ts +1 -1
  83. package/dist/src/components/ui/popover.d.ts.map +1 -1
  84. package/dist/src/components/ui/popover.js +4 -4
  85. package/dist/src/components/ui/popover.js.map +1 -1
  86. package/dist/src/components/ui/progress.js +1 -1
  87. package/dist/src/components/ui/progress.js.map +1 -1
  88. package/dist/src/components/ui/radio-group.js +1 -1
  89. package/dist/src/components/ui/radio-group.js.map +1 -1
  90. package/dist/src/components/ui/select.d.ts.map +1 -1
  91. package/dist/src/components/ui/select.js +3 -3
  92. package/dist/src/components/ui/select.js.map +1 -1
  93. package/dist/src/components/ui/sheet.js +1 -1
  94. package/dist/src/components/ui/sheet.js.map +1 -1
  95. package/dist/src/components/ui/stepper.d.ts.map +1 -1
  96. package/dist/src/components/ui/stepper.js +3 -2
  97. package/dist/src/components/ui/stepper.js.map +1 -1
  98. package/dist/src/components/ui/switch.d.ts.map +1 -1
  99. package/dist/src/components/ui/switch.js +2 -2
  100. package/dist/src/components/ui/switch.js.map +1 -1
  101. package/dist/src/components/ui/table.d.ts.map +1 -1
  102. package/dist/src/components/ui/table.js +6 -6
  103. package/dist/src/components/ui/table.js.map +1 -1
  104. package/dist/src/components/ui/tabs.d.ts.map +1 -1
  105. package/dist/src/components/ui/tabs.js +3 -3
  106. package/dist/src/components/ui/tabs.js.map +1 -1
  107. package/dist/src/components/ui/textarea.js +1 -1
  108. package/dist/src/components/ui/textarea.js.map +1 -1
  109. package/dist/src/components/ui/toggle.js +2 -2
  110. package/dist/src/components/ui/toggle.js.map +1 -1
  111. package/dist/src/components/ui/tree-view.d.ts.map +1 -1
  112. package/dist/src/components/ui/tree-view.js +8 -5
  113. package/dist/src/components/ui/tree-view.js.map +1 -1
  114. package/dist/src/examples/cost-dashboard/CostBreakdownChart.d.ts.map +1 -1
  115. package/dist/src/examples/cost-dashboard/CostBreakdownChart.js +3 -1
  116. package/dist/src/examples/cost-dashboard/CostBreakdownChart.js.map +1 -1
  117. package/dist/src/examples/cost-dashboard/CostDashboardPage.js +5 -5
  118. package/dist/src/examples/cost-dashboard/CostDashboardPage.js.map +1 -1
  119. package/dist/src/examples/cost-dashboard/TrendChart.d.ts.map +1 -1
  120. package/dist/src/examples/cost-dashboard/TrendChart.js +1 -1
  121. package/dist/src/examples/cost-dashboard/TrendChart.js.map +1 -1
  122. package/dist/src/examples/project-detail/ProjectDetailPage.d.ts.map +1 -1
  123. package/dist/src/examples/project-detail/ProjectDetailPage.js +10 -10
  124. package/dist/src/examples/project-detail/ProjectDetailPage.js.map +1 -1
  125. package/dist/src/examples/projects-list/ProjectsListPage.d.ts.map +1 -1
  126. package/dist/src/examples/projects-list/ProjectsListPage.js +7 -5
  127. package/dist/src/examples/projects-list/ProjectsListPage.js.map +1 -1
  128. package/dist/src/examples/shared/AppShell.js +1 -1
  129. package/dist/src/examples/shared/AppShell.js.map +1 -1
  130. package/dist/src/icons/custom/AiIcon.d.ts +2 -0
  131. package/dist/src/icons/custom/AiIcon.d.ts.map +1 -0
  132. package/dist/src/icons/custom/AiIcon.js +5 -0
  133. package/dist/src/icons/custom/AiIcon.js.map +1 -0
  134. package/dist/src/icons/custom/ApiClientIcon.d.ts +2 -0
  135. package/dist/src/icons/custom/ApiClientIcon.d.ts.map +1 -0
  136. package/dist/src/icons/custom/ApiClientIcon.js +5 -0
  137. package/dist/src/icons/custom/ApiClientIcon.js.map +1 -0
  138. package/dist/src/icons/custom/AuditLogIcon.d.ts +2 -0
  139. package/dist/src/icons/custom/AuditLogIcon.d.ts.map +1 -0
  140. package/dist/src/icons/custom/AuditLogIcon.js +5 -0
  141. package/dist/src/icons/custom/AuditLogIcon.js.map +1 -0
  142. package/dist/src/icons/custom/BackupIcon.d.ts +2 -0
  143. package/dist/src/icons/custom/BackupIcon.d.ts.map +1 -0
  144. package/dist/src/icons/custom/BackupIcon.js +5 -0
  145. package/dist/src/icons/custom/BackupIcon.js.map +1 -0
  146. package/dist/src/icons/custom/BpmnDiagramIcon.d.ts +2 -0
  147. package/dist/src/icons/custom/BpmnDiagramIcon.d.ts.map +1 -0
  148. package/dist/src/icons/custom/BpmnDiagramIcon.js +5 -0
  149. package/dist/src/icons/custom/BpmnDiagramIcon.js.map +1 -0
  150. package/dist/src/icons/custom/ClusterIcon.d.ts +2 -0
  151. package/dist/src/icons/custom/ClusterIcon.d.ts.map +1 -0
  152. package/dist/src/icons/custom/ClusterIcon.js +5 -0
  153. package/dist/src/icons/custom/ClusterIcon.js.map +1 -0
  154. package/dist/src/icons/custom/ConnectorIcon.d.ts +2 -0
  155. package/dist/src/icons/custom/ConnectorIcon.d.ts.map +1 -0
  156. package/dist/src/icons/custom/ConnectorIcon.js +5 -0
  157. package/dist/src/icons/custom/ConnectorIcon.js.map +1 -0
  158. package/dist/src/icons/custom/ConnectorTemplateIcon.d.ts +2 -0
  159. package/dist/src/icons/custom/ConnectorTemplateIcon.d.ts.map +1 -0
  160. package/dist/src/icons/custom/ConnectorTemplateIcon.js +5 -0
  161. package/dist/src/icons/custom/ConnectorTemplateIcon.js.map +1 -0
  162. package/dist/src/icons/custom/DecisionIcon.d.ts +2 -0
  163. package/dist/src/icons/custom/DecisionIcon.d.ts.map +1 -0
  164. package/dist/src/icons/custom/DecisionIcon.js +5 -0
  165. package/dist/src/icons/custom/DecisionIcon.js.map +1 -0
  166. package/dist/src/icons/custom/DeploymentIcon.d.ts +2 -0
  167. package/dist/src/icons/custom/DeploymentIcon.d.ts.map +1 -0
  168. package/dist/src/icons/custom/DeploymentIcon.js +5 -0
  169. package/dist/src/icons/custom/DeploymentIcon.js.map +1 -0
  170. package/dist/src/icons/custom/FormIcon.d.ts +2 -0
  171. package/dist/src/icons/custom/FormIcon.d.ts.map +1 -0
  172. package/dist/src/icons/custom/FormIcon.js +5 -0
  173. package/dist/src/icons/custom/FormIcon.js.map +1 -0
  174. package/dist/src/icons/custom/IpAllowlistIcon.d.ts +2 -0
  175. package/dist/src/icons/custom/IpAllowlistIcon.d.ts.map +1 -0
  176. package/dist/src/icons/custom/IpAllowlistIcon.js +5 -0
  177. package/dist/src/icons/custom/IpAllowlistIcon.js.map +1 -0
  178. package/dist/src/icons/custom/ModelerIcon.d.ts +2 -0
  179. package/dist/src/icons/custom/ModelerIcon.d.ts.map +1 -0
  180. package/dist/src/icons/custom/ModelerIcon.js +5 -0
  181. package/dist/src/icons/custom/ModelerIcon.js.map +1 -0
  182. package/dist/src/icons/custom/ProcessApplicationIcon.d.ts +2 -0
  183. package/dist/src/icons/custom/ProcessApplicationIcon.d.ts.map +1 -0
  184. package/dist/src/icons/custom/ProcessApplicationIcon.js +5 -0
  185. package/dist/src/icons/custom/ProcessApplicationIcon.js.map +1 -0
  186. package/dist/src/icons/custom/ProjectIcon.d.ts +2 -0
  187. package/dist/src/icons/custom/ProjectIcon.d.ts.map +1 -0
  188. package/dist/src/icons/custom/ProjectIcon.js +5 -0
  189. package/dist/src/icons/custom/ProjectIcon.js.map +1 -0
  190. package/dist/src/icons/index.d.ts +18 -0
  191. package/dist/src/icons/index.d.ts.map +1 -0
  192. package/dist/src/icons/index.js +20 -0
  193. package/dist/src/icons/index.js.map +1 -0
  194. package/dist/src/icons/registry.d.ts +12 -0
  195. package/dist/src/icons/registry.d.ts.map +1 -0
  196. package/dist/src/icons/registry.js +47 -0
  197. package/dist/src/icons/registry.js.map +1 -0
  198. package/dist/src/icons/registry.json +162 -0
  199. package/dist/src/index.d.ts +3 -0
  200. package/dist/src/index.d.ts.map +1 -1
  201. package/dist/src/index.js +3 -0
  202. package/dist/src/index.js.map +1 -1
  203. package/dist/styles.css +743 -636
  204. package/package.json +4 -1
@@ -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"}
@@ -0,0 +1,47 @@
1
+ import { Briefcase, Building, Folder, Milestone, User } from "lucide-react";
2
+ import { AiIcon } from "./custom/AiIcon.js";
3
+ import { ApiClientIcon } from "./custom/ApiClientIcon.js";
4
+ import { AuditLogIcon } from "./custom/AuditLogIcon.js";
5
+ import { BackupIcon } from "./custom/BackupIcon.js";
6
+ import { BpmnDiagramIcon } from "./custom/BpmnDiagramIcon.js";
7
+ import { ClusterIcon } from "./custom/ClusterIcon.js";
8
+ import { ConnectorIcon } from "./custom/ConnectorIcon.js";
9
+ import { ConnectorTemplateIcon } from "./custom/ConnectorTemplateIcon.js";
10
+ import { DecisionIcon } from "./custom/DecisionIcon.js";
11
+ import { DeploymentIcon } from "./custom/DeploymentIcon.js";
12
+ import { FormIcon } from "./custom/FormIcon.js";
13
+ import { IpAllowlistIcon } from "./custom/IpAllowlistIcon.js";
14
+ import { ModelerIcon } from "./custom/ModelerIcon.js";
15
+ import { ProcessApplicationIcon } from "./custom/ProcessApplicationIcon.js";
16
+ import { ProjectIcon } from "./custom/ProjectIcon.js";
17
+ import registry from "./registry.json";
18
+ export { registry };
19
+ // Named exports for Lucide-backed entries — semantic domain names, tree-shakeable.
20
+ export { Building as OrganisationIcon } from "lucide-react";
21
+ export { Briefcase as WorkspaceIcon } from "lucide-react";
22
+ export { Folder as FolderIcon } from "lucide-react";
23
+ export { User as UserIcon } from "lucide-react";
24
+ export { Milestone as MilestoneIcon } from "lucide-react";
25
+ export const camundaIcons = {
26
+ organisation: Building,
27
+ workspace: Briefcase,
28
+ folder: Folder,
29
+ user: User,
30
+ milestone: Milestone,
31
+ cluster: ClusterIcon,
32
+ bpmnDiagram: BpmnDiagramIcon,
33
+ form: FormIcon,
34
+ decision: DecisionIcon,
35
+ connector: ConnectorIcon,
36
+ connectorTemplate: ConnectorTemplateIcon,
37
+ processApplication: ProcessApplicationIcon,
38
+ deployment: DeploymentIcon,
39
+ auditLog: AuditLogIcon,
40
+ backup: BackupIcon,
41
+ ipAllowlist: IpAllowlistIcon,
42
+ apiClient: ApiClientIcon,
43
+ modeler: ModelerIcon,
44
+ ai: AiIcon,
45
+ project: ProjectIcon,
46
+ };
47
+ //# sourceMappingURL=registry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"registry.js","sourceRoot":"","sources":["../../../src/icons/registry.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,EAAE,SAAS,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAE5E,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;AACnD,OAAO,QAAQ,MAAM,iBAAiB,CAAC;AAMvC,OAAO,EAAE,QAAQ,EAAE,CAAC;AAEpB,mFAAmF;AACnF,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,MAAM,CAAC,MAAM,YAAY,GAGrB;IACF,YAAY,EAAE,QAAQ;IACtB,SAAS,EAAE,SAAS;IACpB,MAAM,EAAE,MAAM;IACd,IAAI,EAAE,IAAI;IACV,SAAS,EAAE,SAAS;IACpB,OAAO,EAAE,WAAW;IACpB,WAAW,EAAE,eAAe;IAC5B,IAAI,EAAE,QAAQ;IACd,QAAQ,EAAE,YAAY;IACtB,SAAS,EAAE,aAAa;IACxB,iBAAiB,EAAE,qBAAqB;IACxC,kBAAkB,EAAE,sBAAsB;IAC1C,UAAU,EAAE,cAAc;IAC1B,QAAQ,EAAE,YAAY;IACtB,MAAM,EAAE,UAAU;IAClB,WAAW,EAAE,eAAe;IAC5B,SAAS,EAAE,aAAa;IACxB,OAAO,EAAE,WAAW;IACpB,EAAE,EAAE,MAAM;IACV,OAAO,EAAE,WAAW;CACrB,CAAC"}
@@ -0,0 +1,162 @@
1
+ [
2
+ {
3
+ "key": "organisation",
4
+ "icon": "Building",
5
+ "library": "lucide",
6
+ "category": "entity.navigation",
7
+ "aliases": ["org", "organization"],
8
+ "description": "Top-level account container grouping workspaces and members."
9
+ },
10
+ {
11
+ "key": "workspace",
12
+ "icon": "Briefcase",
13
+ "library": "lucide",
14
+ "category": "entity.navigation",
15
+ "aliases": [],
16
+ "description": "A scoped environment inside an organisation containing projects and clusters."
17
+ },
18
+ {
19
+ "key": "folder",
20
+ "icon": "Folder",
21
+ "library": "lucide",
22
+ "category": "entity.project",
23
+ "aliases": [],
24
+ "description": "A folder grouping artifacts inside a project."
25
+ },
26
+ {
27
+ "key": "user",
28
+ "icon": "User",
29
+ "library": "lucide",
30
+ "category": "entity.user",
31
+ "aliases": ["member", "person"],
32
+ "description": "A Camunda user or organisation member."
33
+ },
34
+ {
35
+ "key": "milestone",
36
+ "icon": "Milestone",
37
+ "library": "lucide",
38
+ "category": "entity.project",
39
+ "aliases": [],
40
+ "description": "A named checkpoint on a process version timeline in Web Modeler."
41
+ },
42
+ {
43
+ "key": "cluster",
44
+ "icon": "ClusterIcon",
45
+ "library": "custom",
46
+ "category": "entity.infrastructure",
47
+ "aliases": ["compute", "environment"],
48
+ "description": "A Camunda cluster — a managed runtime environment for executing processes."
49
+ },
50
+ {
51
+ "key": "bpmnDiagram",
52
+ "icon": "BpmnDiagramIcon",
53
+ "library": "custom",
54
+ "category": "entity.artifact",
55
+ "aliases": ["bpmn", "process", "process diagram"],
56
+ "description": "A BPMN process diagram artifact in Web Modeler."
57
+ },
58
+ {
59
+ "key": "form",
60
+ "icon": "FormIcon",
61
+ "library": "custom",
62
+ "category": "entity.artifact",
63
+ "aliases": ["camunda form"],
64
+ "description": "A Camunda Form artifact for collecting user task input."
65
+ },
66
+ {
67
+ "key": "decision",
68
+ "icon": "DecisionIcon",
69
+ "library": "custom",
70
+ "category": "entity.artifact",
71
+ "aliases": ["dmn", "decision table"],
72
+ "description": "A DMN decision table artifact for business rule evaluation."
73
+ },
74
+ {
75
+ "key": "connector",
76
+ "icon": "ConnectorIcon",
77
+ "library": "custom",
78
+ "category": "entity.artifact",
79
+ "aliases": ["camunda connector", "integration"],
80
+ "description": "A Camunda Connector linking a process to an external system or API."
81
+ },
82
+ {
83
+ "key": "connectorTemplate",
84
+ "icon": "ConnectorTemplateIcon",
85
+ "library": "custom",
86
+ "category": "entity.artifact",
87
+ "aliases": ["element template", "connector template"],
88
+ "description": "A reusable Connector or element template defining a pre-configured task."
89
+ },
90
+ {
91
+ "key": "processApplication",
92
+ "icon": "ProcessApplicationIcon",
93
+ "library": "custom",
94
+ "category": "entity.artifact",
95
+ "aliases": ["process app"],
96
+ "description": "A Process Application bundling related BPMN, DMN, and Form artifacts for deployment."
97
+ },
98
+ {
99
+ "key": "deployment",
100
+ "icon": "DeploymentIcon",
101
+ "library": "custom",
102
+ "category": "entity.artifact",
103
+ "aliases": ["deploy"],
104
+ "description": "A deployment action or artifact — pushing process versions to a cluster."
105
+ },
106
+ {
107
+ "key": "auditLog",
108
+ "icon": "AuditLogIcon",
109
+ "library": "custom",
110
+ "category": "entity.admin",
111
+ "aliases": ["audit", "activity log"],
112
+ "description": "The audit log recording all user and system actions within an organisation."
113
+ },
114
+ {
115
+ "key": "backup",
116
+ "icon": "BackupIcon",
117
+ "library": "custom",
118
+ "category": "entity.infrastructure",
119
+ "aliases": [],
120
+ "description": "A backup of cluster data for disaster recovery."
121
+ },
122
+ {
123
+ "key": "ipAllowlist",
124
+ "icon": "IpAllowlistIcon",
125
+ "library": "custom",
126
+ "category": "entity.infrastructure",
127
+ "aliases": ["ip whitelist", "allowlist"],
128
+ "description": "An IP allowlist rule controlling network access to a cluster."
129
+ },
130
+ {
131
+ "key": "apiClient",
132
+ "icon": "ApiClientIcon",
133
+ "library": "custom",
134
+ "category": "entity.infrastructure",
135
+ "aliases": ["api client", "credentials", "client credentials"],
136
+ "description": "API client credentials used to authenticate programmatic access to a cluster."
137
+ },
138
+ {
139
+ "key": "modeler",
140
+ "icon": "ModelerIcon",
141
+ "library": "custom",
142
+ "category": "entity.app",
143
+ "aliases": ["web modeler", "modeler app"],
144
+ "description": "The Camunda Web Modeler application for designing BPMN, DMN, and Form artifacts."
145
+ },
146
+ {
147
+ "key": "ai",
148
+ "icon": "AiIcon",
149
+ "library": "custom",
150
+ "category": "entity.ai",
151
+ "aliases": ["copilot", "sparkle", "camunda ai"],
152
+ "description": "Camunda AI feature or AI-assisted capability."
153
+ },
154
+ {
155
+ "key": "project",
156
+ "icon": "ProjectIcon",
157
+ "library": "custom",
158
+ "category": "entity.project",
159
+ "aliases": [],
160
+ "description": "A project grouping related process artifacts inside a workspace."
161
+ }
162
+ ]
@@ -14,6 +14,7 @@ export { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, Command
14
14
  export { DataTable } from "./components/ui/data-table.js";
15
15
  export type { DataTableColumn, DataTableProps, DataTableRowAction, PaginationConfig, RowSelectionConfig, } from "./components/ui/data-table.js";
16
16
  export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, } from "./components/ui/dialog.js";
17
+ export { EmptyState, type EmptyStateProps } from "./components/ui/empty-state.js";
17
18
  export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, } from "./components/ui/dropdown.js";
18
19
  export { FileUploader, type FileUploaderProps, type FileStatus, } from "./components/ui/file-uploader.js";
19
20
  export { Input } from "./components/ui/input.js";
@@ -26,6 +27,7 @@ export { ScrollArea, ScrollBar } from "./components/ui/scroll-area.js";
26
27
  export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, } from "./components/ui/select.js";
27
28
  export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, sheetVariants, SheetTitle, SheetTrigger, } from "./components/ui/sheet.js";
28
29
  export { Separator } from "./components/ui/separator.js";
30
+ export { PageLayout, PageHeader, type PageLayoutProps, type PageHeaderProps, } from "./components/ui/page-layout.js";
29
31
  export { SidebarProvider, SidebarTrigger, useSidebar, type SidebarContextValue, type SidebarProviderProps, type SidebarTriggerProps, } from "./components/ui/sidebar-provider.js";
30
32
  export { Stepper, StepperStep } from "./components/ui/stepper.js";
31
33
  export { Switch } from "./components/ui/switch.js";
@@ -40,4 +42,5 @@ export type { TreeNodeDef, TreeNodeProps, TreeViewProps, } from "./components/ui
40
42
  export { useMediaQuery } from "./hooks/use-media-query.js";
41
43
  export { useIsMobile } from "./hooks/use-is-mobile.js";
42
44
  export { cn } from "./lib/utils.js";
45
+ export { camundaIcons, type IconKey, type RegistryEntry, registry, } from "./icons/index.js";
43
46
  //# sourceMappingURL=index.d.ts.map