@devtron-labs/devtron-fe-common-lib 1.18.1 → 1.19.0-pre-1

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 (318) hide show
  1. package/dist/{@code-editor-Cmi_dLiG.js → @code-editor-CIqjdv0K.js} +8481 -8036
  2. package/dist/{@common-rjsf-DTSwvp93.js → @common-rjsf-RBW8IyBR.js} +179 -173
  3. package/dist/{@framer-motion-j6RIjEIR.js → @framer-motion-DZveCoIL.js} +1 -1
  4. package/dist/{@react-dates-BVyHiOGU.js → @react-dates-CZ1bNWJM.js} +213 -213
  5. package/dist/{@react-select-BQNFZu0Y.js → @react-select-DS68hCUM.js} +1 -1
  6. package/dist/{@react-virtualized-sticky-tree-CuElh0mS.js → @react-virtualized-sticky-tree-V-8klKy9.js} +1 -1
  7. package/dist/{@vendor-DbxoIktR.js → @vendor-3ORIJA0h.js} +22139 -16828
  8. package/dist/Common/API/CoreAPI.d.ts +11 -0
  9. package/dist/Common/API/QueryClientProvider.d.ts +2 -0
  10. package/dist/Common/API/index.d.ts +2 -0
  11. package/dist/Common/API/reactQueryHooks.d.ts +6 -0
  12. package/dist/Common/Constants.d.ts +4 -2
  13. package/dist/Common/Drawer/Drawer.d.ts +3 -2
  14. package/dist/Common/ErrorPage.d.ts +1 -1
  15. package/dist/Common/ErrorScreenManager.d.ts +1 -1
  16. package/dist/Common/Helper.d.ts +1 -1
  17. package/dist/Common/Hooks/UseRegisterShortcut/utils.d.ts +1 -1
  18. package/dist/Common/Modals/Modal.d.ts +1 -2
  19. package/dist/Common/Modals/VisibleModal.d.ts +6 -8
  20. package/dist/Common/Modals/VisibleModal2.d.ts +4 -7
  21. package/dist/Common/RJSF/Form.d.ts +1 -1
  22. package/dist/Common/RJSF/utils.d.ts +1 -1
  23. package/dist/Common/SearchBar/SearchBar.component.d.ts +1 -1
  24. package/dist/Common/SearchBar/types.d.ts +7 -0
  25. package/dist/Common/Types.d.ts +11 -3
  26. package/dist/Pages/BulkEdit/index.d.ts +1 -0
  27. package/dist/Pages/BulkEdit/types.d.ts +50 -0
  28. package/dist/Pages/ResourceBrowser/ClusterMap/ClusterMap.d.ts +2 -0
  29. package/dist/Pages/ResourceBrowser/ClusterMap/index.d.ts +1 -0
  30. package/dist/Pages/ResourceBrowser/ClusterMap/types.d.ts +27 -0
  31. package/dist/Pages/ResourceBrowser/ClusterMap/utils.d.ts +14 -0
  32. package/dist/Pages/ResourceBrowser/index.d.ts +1 -0
  33. package/dist/Pages/ResourceBrowser/types.d.ts +1 -1
  34. package/dist/Pages/index.d.ts +1 -0
  35. package/dist/Shared/Components/ActionMenu/useActionMenu.hook.d.ts +8 -8
  36. package/dist/Shared/Components/Backdrop/Backdrop.d.ts +1 -1
  37. package/dist/Shared/Components/Backdrop/types.d.ts +2 -10
  38. package/dist/Shared/Components/Button/Button.component.d.ts +80 -68
  39. package/dist/Shared/Components/Button/types.d.ts +4 -0
  40. package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/utils.d.ts +1 -1
  41. package/dist/Shared/Components/Chip/Chip.component.d.ts +3 -0
  42. package/dist/Shared/Components/Chip/index.d.ts +2 -0
  43. package/dist/Shared/Components/Chip/types.d.ts +64 -0
  44. package/dist/Shared/Components/Chip/utils.d.ts +6 -0
  45. package/dist/Shared/Components/CodeEditor/utils.d.ts +1 -1
  46. package/dist/Shared/Components/DTFocusTrap/DTFocusTrap.d.ts +8 -0
  47. package/dist/Shared/Components/DTFocusTrap/index.d.ts +2 -0
  48. package/dist/Shared/Components/DTFocusTrap/types.d.ts +33 -0
  49. package/dist/Shared/Components/FilterChips/types.d.ts +2 -3
  50. package/dist/Shared/Components/Header/PageHeader.d.ts +1 -1
  51. package/dist/Shared/Components/Header/types.d.ts +2 -0
  52. package/dist/Shared/Components/Icon/Icon.d.ts +11 -0
  53. package/dist/Shared/Components/MaterialHistory/MaterialHistory.component.d.ts +1 -1
  54. package/dist/Shared/Components/MaterialHistory/types.d.ts +1 -2
  55. package/dist/Shared/Components/Popover/types.d.ts +4 -0
  56. package/dist/Shared/Components/Popover/usePopover.hook.d.ts +1 -1
  57. package/dist/Shared/Components/Popover/utils.d.ts +2 -2
  58. package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +1 -1
  59. package/dist/Shared/Components/SelectPicker/SelectPicker.component.d.ts +1 -1
  60. package/dist/Shared/Components/SelectPicker/common.d.ts +2 -3
  61. package/dist/Shared/Components/SelectPicker/constants.d.ts +1 -0
  62. package/dist/Shared/Components/SelectPicker/type.d.ts +14 -3
  63. package/dist/Shared/Components/Table/types.d.ts +1 -0
  64. package/dist/Shared/Components/TempAppWindow/TempAppWindow.d.ts +1 -0
  65. package/dist/Shared/Components/TempAppWindow/index.d.ts +1 -0
  66. package/dist/Shared/Components/index.d.ts +2 -0
  67. package/dist/Shared/Helpers.d.ts +1 -2
  68. package/dist/Shared/Providers/MainContextProvider/index.d.ts +1 -1
  69. package/dist/Shared/Providers/MainContextProvider/types.d.ts +18 -0
  70. package/dist/Shared/Services/app.service.d.ts +3 -3
  71. package/dist/Shared/constants.d.ts +1 -0
  72. package/dist/Shared/types.d.ts +0 -4
  73. package/dist/assets/@code-editor.css +1 -1
  74. package/dist/assets/{ic-73strings.ed7da294.svg → ic-73strings.ccb245ec.svg} +16 -0
  75. package/dist/assets/ic-activity.63032a88.svg +19 -0
  76. package/dist/assets/ic-add.4cc5a045.svg +19 -0
  77. package/dist/assets/{ic-amazon-eks.13404569.svg → ic-amazon-eks.af616c23.svg} +16 -0
  78. package/dist/assets/{ic-apica.5a540546.svg → ic-apica.1c78c468.svg} +16 -0
  79. package/dist/assets/ic-arrow-clockwise.4cb9c9ac.svg +19 -0
  80. package/dist/assets/ic-arrow-square-out.c107c76c.svg +19 -0
  81. package/dist/assets/ic-arrows-clockwise.0f9d94ab.svg +19 -0
  82. package/dist/assets/ic-arrows-left-right.9c24874a.svg +19 -0
  83. package/dist/assets/ic-asterisk.d3efa9a5.svg +19 -0
  84. package/dist/assets/{ic-ather.39aed36c.svg → ic-ather.0d03ef3e.svg} +16 -0
  85. package/dist/assets/{ic-azure-aks.a9e437d5.svg → ic-azure-aks.0c74ac31.svg} +16 -0
  86. package/dist/assets/{ic-bg-cluster.9a4258b9.svg → ic-bg-cluster.71a7ecdf.svg} +16 -0
  87. package/dist/assets/ic-bg-environment.72d85c8c.svg +28 -0
  88. package/dist/assets/{ic-bharatpe.fc52fe6d.svg → ic-bharatpe.63831fdf.svg} +16 -0
  89. package/dist/assets/ic-book-open.9c048ee2.svg +19 -0
  90. package/dist/assets/{ic-brain.838491eb.svg → ic-brain.1a2bb48e.svg} +16 -0
  91. package/dist/assets/ic-bug.30e24a9b.svg +19 -0
  92. package/dist/assets/ic-caret-down-small.51947d9a.svg +19 -0
  93. package/dist/assets/ic-caret-left.603097a8.svg +19 -0
  94. package/dist/assets/ic-caret-right.f4dda7a7.svg +19 -0
  95. package/dist/assets/{ic-celebration.77350694.svg → ic-celebration.0f457baf.svg} +16 -0
  96. package/dist/assets/ic-chat-circle-dots.63f39467.svg +19 -0
  97. package/dist/assets/{ic-chat-circle-online.51348da5.svg → ic-chat-circle-online.cdf88c43.svg} +16 -0
  98. package/dist/assets/ic-check-all.1d8ce377.svg +21 -0
  99. package/dist/assets/ic-check-square.ba02d96e.svg +20 -0
  100. package/dist/assets/ic-check.ca1b4793.svg +19 -0
  101. package/dist/assets/ic-checkbox-selected-error.632a283d.svg +20 -0
  102. package/dist/assets/ic-checks.939fbbcf.svg +19 -0
  103. package/dist/assets/{ic-clean-brush.c21cbe1e.svg → ic-clean-brush.367a32fe.svg} +16 -0
  104. package/dist/assets/ic-close-large.ae3d6030.svg +19 -0
  105. package/dist/assets/{ic-cloud-vms.27ea954e.svg → ic-cloud-vms.ba70e78d.svg} +16 -0
  106. package/dist/assets/{ic-cluster-isolated.93f843b9.svg → ic-cluster-isolated.778a1ee2.svg} +16 -0
  107. package/dist/assets/ic-cluster.f688b9e5.svg +19 -0
  108. package/dist/assets/ic-container.13005c27.svg +19 -0
  109. package/dist/assets/{ic-cookr.d1510986.svg → ic-cookr.a317a655.svg} +16 -0
  110. package/dist/assets/ic-cpu.3024be12.svg +19 -0
  111. package/dist/assets/{ic-delete-dots.5380e0d0.svg → ic-delete-dots.9cebdcd9.svg} +16 -0
  112. package/dist/assets/ic-delete-lightning.e835c6e9.svg +19 -0
  113. package/dist/assets/{ic-delhivery.7b49a398.svg → ic-delhivery.c4fecf0f.svg} +16 -0
  114. package/dist/assets/{ic-deploy-color.73a8df48.svg → ic-deploy-color.c7a46837.svg} +16 -0
  115. package/dist/assets/{ic-deploy-sync.6b1cf1b1.svg → ic-deploy-sync.9a3e3c28.svg} +16 -0
  116. package/dist/assets/{ic-devtron-ai.535b45ec.svg → ic-devtron-ai.d17a01ed.svg} +16 -0
  117. package/dist/assets/{ic-devtron-header-logo.265be507.svg → ic-devtron-header-logo.e18ac7b6.svg} +16 -0
  118. package/dist/assets/{ic-devtron-job.1b216232.svg → ic-devtron-job.a40f06cf.svg} +16 -0
  119. package/dist/assets/{ic-devtron.aca6cbaa.svg → ic-devtron.87ead611.svg} +16 -0
  120. package/dist/assets/{ic-disconnect.2ad261fc.svg → ic-disconnect.bfd4ffb6.svg} +16 -0
  121. package/dist/assets/{ic-discord-fill.103b579a.svg → ic-discord-fill.16103b65.svg} +16 -0
  122. package/dist/assets/ic-download.b0685453.svg +19 -0
  123. package/dist/assets/ic-edit.b8b75800.svg +19 -0
  124. package/dist/assets/ic-email.5c944f9a.svg +19 -0
  125. package/dist/assets/ic-enterprise-feat.259c841f.svg +19 -0
  126. package/dist/assets/{ic-enterprise-tag.209dd129.svg → ic-enterprise-tag.345cda52.svg} +16 -0
  127. package/dist/assets/{ic-environment-isolated.b772ae9d.svg → ic-environment-isolated.c80b4a45.svg} +16 -0
  128. package/dist/assets/ic-expand-right-sm.dfe84ab6.svg +19 -0
  129. package/dist/assets/ic-expand-sm.e0adb3a7.svg +19 -0
  130. package/dist/assets/ic-fast-forward.5c56ed0e.svg +20 -0
  131. package/dist/assets/ic-file-code.96f8c5d8.svg +19 -0
  132. package/dist/assets/ic-file-edit.7dacd421.svg +19 -0
  133. package/dist/assets/ic-file-key.495ba0bb.svg +19 -0
  134. package/dist/assets/ic-file.187aaee4.svg +19 -0
  135. package/dist/assets/ic-files.877903d3.svg +19 -0
  136. package/dist/assets/ic-filter-applied.6541e03d.svg +20 -0
  137. package/dist/assets/ic-filter.eaefc78a.svg +19 -0
  138. package/dist/assets/ic-flask.962df7dd.svg +19 -0
  139. package/dist/assets/ic-folder-color.88ee985f.svg +22 -0
  140. package/dist/assets/{ic-folder-user.ff0670e8.svg → ic-folder-user.50e60be1.svg} +16 -0
  141. package/dist/assets/ic-folder.d5a0e01e.svg +19 -0
  142. package/dist/assets/ic-gavel.1799f199.svg +19 -0
  143. package/dist/assets/{ic-gift-gradient.7690a246.svg → ic-gift-gradient.581b1ac5.svg} +16 -0
  144. package/dist/assets/ic-gift.8ea07edc.svg +19 -0
  145. package/dist/assets/ic-git-branch.7be08881.svg +19 -0
  146. package/dist/assets/{ic-google-gke.07314724.svg → ic-google-gke.a28779b8.svg} +16 -0
  147. package/dist/assets/ic-group-filter-applied.2cdb11e7.svg +20 -0
  148. package/dist/assets/ic-group-filter.ed1869f5.svg +19 -0
  149. package/dist/assets/ic-hand-pointing.f0ed4e78.svg +20 -0
  150. package/dist/assets/{ic-helm-app.a20cfeb3.svg → ic-helm-app.089be06f.svg} +16 -0
  151. package/dist/assets/ic-help-filled.b7ae284e.svg +20 -0
  152. package/dist/assets/ic-hibernate-circle.8a400518.svg +19 -0
  153. package/dist/assets/{ic-info-filled-color.47953fcf.svg → ic-info-filled-color.7b8b860f.svg} +16 -0
  154. package/dist/assets/ic-install.631b7b46.svg +19 -0
  155. package/dist/assets/{ic-k3s.7f4bf72d.svg → ic-k3s.310882f4.svg} +16 -0
  156. package/dist/assets/ic-key-enter.1bcea42a.svg +19 -0
  157. package/dist/assets/ic-key.56432553.svg +19 -0
  158. package/dist/assets/{ic-kind.bd8ee992.svg → ic-kind.5d844446.svg} +16 -0
  159. package/dist/assets/ic-laptop.06834890.svg +19 -0
  160. package/dist/assets/ic-lego.ae684d25.svg +19 -0
  161. package/dist/assets/{ic-lightning-fill.25ce980f.svg → ic-lightning-fill.83a792be.svg} +16 -0
  162. package/dist/assets/ic-lightning.f4ff5588.svg +19 -0
  163. package/dist/assets/ic-link.8b276915.svg +19 -0
  164. package/dist/assets/{ic-linked-build-color.d1df5ce1.svg → ic-linked-build-color.3833bda8.svg} +16 -0
  165. package/dist/assets/ic-list-bullets.f055aa03.svg +20 -0
  166. package/dist/assets/{ic-livspace.fc75c45f.svg → ic-livspace.9f369ef7.svg} +16 -0
  167. package/dist/assets/ic-locked.dd40e181.svg +3 -0
  168. package/dist/assets/{ic-logs.d310db72.svg → ic-logs.84f66850.svg} +16 -0
  169. package/dist/assets/ic-magnifying-glass.b8c4da8f.svg +19 -0
  170. package/dist/assets/{ic-man-on-rocket.7f67e914.svg → ic-man-on-rocket.93b070c4.svg} +16 -0
  171. package/dist/assets/{ic-medium-delete.f33a9cd7.svg → ic-medium-delete.8386c77e.svg} +16 -0
  172. package/dist/assets/ic-megaphone-left.ad5e7cbf.svg +19 -0
  173. package/dist/assets/ic-megaphone-right.0f7ef63f.svg +19 -0
  174. package/dist/assets/ic-memory.c3264de1.svg +19 -0
  175. package/dist/assets/{ic-minikube.d9ff1575.svg → ic-minikube.33d6538a.svg} +16 -0
  176. package/dist/assets/ic-minus.65e341f4.svg +19 -0
  177. package/dist/assets/ic-mobile.eabc9181.svg +20 -0
  178. package/dist/assets/ic-more-vertical.18109fc1.svg +19 -0
  179. package/dist/assets/ic-namespace.8a09efbb.svg +19 -0
  180. package/dist/assets/{ic-openai.6e4c9a37.svg → ic-openai.030b0cc2.svg} +16 -0
  181. package/dist/assets/{ic-paper-plane.ad7e6d2f.svg → ic-paper-plane.bf63ba1c.svg} +16 -0
  182. package/dist/assets/ic-path.d562ddbf.svg +19 -0
  183. package/dist/assets/ic-pause-circle.d9dc254f.svg +19 -0
  184. package/dist/assets/ic-pencil.39510f9f.svg +19 -0
  185. package/dist/assets/ic-play-outline.d2551031.svg +19 -0
  186. package/dist/assets/{ic-quote.68f093fe.svg → ic-quote.89f42bae.svg} +16 -0
  187. package/dist/assets/ic-resize-handle.f999b998.svg +25 -0
  188. package/dist/assets/{ic-rocket-gear.f1e30f8a.svg → ic-rocket-gear.b4f582da.svg} +16 -0
  189. package/dist/assets/ic-rocket-launch.5df99bf3.svg +19 -0
  190. package/dist/assets/{ic-shapes.b7b5c28f.svg → ic-shapes.77fbbb93.svg} +16 -0
  191. package/dist/assets/ic-sliders-vertical.7211dc4f.svg +23 -0
  192. package/dist/assets/ic-sort-ascending.8a25e19d.svg +19 -0
  193. package/dist/assets/ic-sort-descending.c5846635.svg +19 -0
  194. package/dist/assets/ic-sortable.117b8f83.svg +19 -0
  195. package/dist/assets/{ic-sparkle-ai-color.34768219.svg → ic-sparkle-ai-color.b67e98ce.svg} +16 -0
  196. package/dist/assets/{ic-sparkle-color.a9722593.svg → ic-sparkle-color.39f6b618.svg} +16 -0
  197. package/dist/assets/ic-speedometer.495c2d1c.svg +19 -0
  198. package/dist/assets/{ic-spinny.3884a5fb.svg → ic-spinny.945235a0.svg} +16 -0
  199. package/dist/assets/ic-spray-can.199c0450.svg +19 -0
  200. package/dist/assets/ic-stamp.a3d8dea0.svg +19 -0
  201. package/dist/assets/ic-stop-fill.b6641c8b.svg +24 -0
  202. package/dist/assets/ic-storage.03f282b6.svg +21 -0
  203. package/dist/assets/{ic-strategy-blue-green-color.0b348d03.svg → ic-strategy-blue-green-color.baaf7071.svg} +16 -0
  204. package/dist/assets/ic-strategy-blue-green.8d61b66d.svg +19 -0
  205. package/dist/assets/{ic-strategy-canary-color.db010ee7.svg → ic-strategy-canary-color.3241aea9.svg} +16 -0
  206. package/dist/assets/ic-strategy-canary.b6d42fbb.svg +19 -0
  207. package/dist/assets/ic-strategy-recreate-color.f62bd5ed.svg +20 -0
  208. package/dist/assets/ic-strategy-recreate.3aa96ce0.svg +19 -0
  209. package/dist/assets/ic-strategy-rolling-color.945b909a.svg +22 -0
  210. package/dist/assets/ic-strategy-rolling.3b901bf5.svg +19 -0
  211. package/dist/assets/ic-sun.9fe1dd26.svg +19 -0
  212. package/dist/assets/ic-tag.5fdc7834.svg +3 -0
  213. package/dist/assets/{ic-tata1mg.75b97a64.svg → ic-tata1mg.a631cafa.svg} +16 -0
  214. package/dist/assets/{ic-terminal-fill.39b542cd.svg → ic-terminal-fill.4bd66669.svg} +16 -0
  215. package/dist/assets/ic-terminal.628344b9.svg +19 -0
  216. package/dist/assets/ic-thermometer.95af4a4b.svg +19 -0
  217. package/dist/assets/{ic-thumb-down.92d2c4d7.svg → ic-thumb-down.1834436f.svg} +16 -0
  218. package/dist/assets/{ic-thumb-up.7c6f6896.svg → ic-thumb-up.976f6efb.svg} +16 -0
  219. package/dist/assets/ic-traffic-signal.cc68c2e5.svg +19 -0
  220. package/dist/assets/{ic-travclan.29b9f4c3.svg → ic-travclan.86f22c7d.svg} +16 -0
  221. package/dist/assets/{ic-two-cubes.056d1333.svg → ic-two-cubes.a775b635.svg} +16 -0
  222. package/dist/assets/{ic-ubuntu.fa47508f.svg → ic-ubuntu.540c22c9.svg} +16 -0
  223. package/dist/assets/{ic-user-circle.7d7152fa.svg → ic-user-circle.a2143a4a.svg} +16 -0
  224. package/dist/assets/ic-users.33cb397f.svg +19 -0
  225. package/dist/assets/ic-warning-fill.bfea8b38.svg +4 -0
  226. package/dist/assets/{ic-wifi-slash.d0390749.svg → ic-wifi-slash.4bd4fb85.svg} +16 -0
  227. package/dist/assets/{ic-world-globe.877fa6a0.svg → ic-world-globe.c16eb8c2.svg} +16 -0
  228. package/dist/assets/{licenseCardBG.9753c392.svg → licenseCardBG.b507c5b0.svg} +16 -0
  229. package/dist/assets/{workflow-options-modal-header.0444485e.svg → workflow-options-modal-header.ce3c6b31.svg} +16 -0
  230. package/dist/index.d.ts +16 -6
  231. package/dist/index.js +947 -936
  232. package/package.json +6 -2
  233. package/dist/assets/ic-activity.abf111c7.svg +0 -3
  234. package/dist/assets/ic-add.2d785695.svg +0 -3
  235. package/dist/assets/ic-arrow-clockwise.b327e411.svg +0 -3
  236. package/dist/assets/ic-arrow-square-out.59bb549a.svg +0 -3
  237. package/dist/assets/ic-arrows-clockwise.5858ba0a.svg +0 -3
  238. package/dist/assets/ic-arrows-left-right.2d4dda45.svg +0 -3
  239. package/dist/assets/ic-asterisk.ab224e72.svg +0 -3
  240. package/dist/assets/ic-book-open.e839bbda.svg +0 -3
  241. package/dist/assets/ic-bug.8a8dc1fc.svg +0 -3
  242. package/dist/assets/ic-caret-down-small.7c4f88bf.svg +0 -3
  243. package/dist/assets/ic-caret-left.3df25a7c.svg +0 -3
  244. package/dist/assets/ic-caret-right.0ff813c2.svg +0 -3
  245. package/dist/assets/ic-chat-circle-dots.b5afd171.svg +0 -3
  246. package/dist/assets/ic-check-all.fdea6b38.svg +0 -5
  247. package/dist/assets/ic-check-square.e355731d.svg +0 -4
  248. package/dist/assets/ic-check.a0f5ee85.svg +0 -3
  249. package/dist/assets/ic-checkbox-selected-error.185fc40c.svg +0 -4
  250. package/dist/assets/ic-checks.d276fd05.svg +0 -3
  251. package/dist/assets/ic-close-large.fb6095e0.svg +0 -3
  252. package/dist/assets/ic-cluster.f1c3fad1.svg +0 -3
  253. package/dist/assets/ic-container.92a4c33a.svg +0 -3
  254. package/dist/assets/ic-cpu.07ca0915.svg +0 -3
  255. package/dist/assets/ic-delete-lightning.2a7545bd.svg +0 -3
  256. package/dist/assets/ic-download.468a0cb7.svg +0 -3
  257. package/dist/assets/ic-edit.3249ed32.svg +0 -3
  258. package/dist/assets/ic-email.78fed574.svg +0 -3
  259. package/dist/assets/ic-enterprise-feat.5ee25d5b.svg +0 -3
  260. package/dist/assets/ic-environment.e639b8f3.svg +0 -4
  261. package/dist/assets/ic-expand-right-sm.9b347d49.svg +0 -3
  262. package/dist/assets/ic-expand-sm.a9a724f8.svg +0 -3
  263. package/dist/assets/ic-fast-forward.8d1a414b.svg +0 -4
  264. package/dist/assets/ic-file-code.0926d194.svg +0 -3
  265. package/dist/assets/ic-file-edit.96a172c7.svg +0 -3
  266. package/dist/assets/ic-file-key.a67da7ec.svg +0 -3
  267. package/dist/assets/ic-file.c3c45e13.svg +0 -3
  268. package/dist/assets/ic-files.b0ebea46.svg +0 -3
  269. package/dist/assets/ic-filter-applied.56f397cb.svg +0 -4
  270. package/dist/assets/ic-filter.d6f03b78.svg +0 -3
  271. package/dist/assets/ic-flask.d0624c30.svg +0 -3
  272. package/dist/assets/ic-folder-color.7cf84356.svg +0 -6
  273. package/dist/assets/ic-folder.8038c019.svg +0 -3
  274. package/dist/assets/ic-gavel.a3b064b5.svg +0 -3
  275. package/dist/assets/ic-gift.9b048fc7.svg +0 -3
  276. package/dist/assets/ic-git-branch.d6b3d950.svg +0 -3
  277. package/dist/assets/ic-hand-pointing.aff70667.svg +0 -4
  278. package/dist/assets/ic-help-filled.4468cdf1.svg +0 -4
  279. package/dist/assets/ic-hibernate-circle.7c32c56e.svg +0 -3
  280. package/dist/assets/ic-install.28c3beec.svg +0 -3
  281. package/dist/assets/ic-key-enter.59d23056.svg +0 -3
  282. package/dist/assets/ic-key.8c76fb61.svg +0 -3
  283. package/dist/assets/ic-laptop.485e21b4.svg +0 -3
  284. package/dist/assets/ic-lego.1d2c5e1d.svg +0 -3
  285. package/dist/assets/ic-lightning.02da5bf8.svg +0 -3
  286. package/dist/assets/ic-list-bullets.91aab240.svg +0 -4
  287. package/dist/assets/ic-magnifying-glass.cf47bce0.svg +0 -3
  288. package/dist/assets/ic-megaphone-left.6b2a00b7.svg +0 -3
  289. package/dist/assets/ic-megaphone-right.9d6bcd36.svg +0 -3
  290. package/dist/assets/ic-memory.82ba7e9b.svg +0 -3
  291. package/dist/assets/ic-minus.aac464f7.svg +0 -3
  292. package/dist/assets/ic-mobile.7c649251.svg +0 -4
  293. package/dist/assets/ic-more-vertical.6b4cc903.svg +0 -3
  294. package/dist/assets/ic-namespace.8980221f.svg +0 -3
  295. package/dist/assets/ic-path.d4fef3b0.svg +0 -3
  296. package/dist/assets/ic-pause-circle.f9405070.svg +0 -3
  297. package/dist/assets/ic-pencil.3ea1c075.svg +0 -3
  298. package/dist/assets/ic-play-outline.a4f09bf9.svg +0 -3
  299. package/dist/assets/ic-rocket-launch.1d407c66.svg +0 -3
  300. package/dist/assets/ic-sliders-vertical.2db79ea4.svg +0 -7
  301. package/dist/assets/ic-sort-ascending.45f474ff.svg +0 -3
  302. package/dist/assets/ic-sort-descending.0ee6b8dd.svg +0 -3
  303. package/dist/assets/ic-sortable.1d3308e1.svg +0 -3
  304. package/dist/assets/ic-speedometer.3ecaae3b.svg +0 -3
  305. package/dist/assets/ic-spray-can.624b202a.svg +0 -3
  306. package/dist/assets/ic-stamp.23836e37.svg +0 -3
  307. package/dist/assets/ic-stop-fill.32ea653f.svg +0 -8
  308. package/dist/assets/ic-strategy-blue-green.4e57a068.svg +0 -3
  309. package/dist/assets/ic-strategy-canary.aa75f27f.svg +0 -3
  310. package/dist/assets/ic-strategy-recreate-color.187facd4.svg +0 -4
  311. package/dist/assets/ic-strategy-recreate.77b19a53.svg +0 -3
  312. package/dist/assets/ic-strategy-rolling-color.f9b3c0bb.svg +0 -6
  313. package/dist/assets/ic-strategy-rolling.ba8a30f7.svg +0 -3
  314. package/dist/assets/ic-sun.47c14f53.svg +0 -3
  315. package/dist/assets/ic-terminal.d875cce7.svg +0 -3
  316. package/dist/assets/ic-thermometer.1bc48079.svg +0 -3
  317. package/dist/assets/ic-traffic-signal.f23a1086.svg +0 -3
  318. package/dist/assets/ic-users.102d4732.svg +0 -3
@@ -0,0 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
18
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m16 13 3 3m0 0-3 3m3-3H5m3-5L5 8m0 0 3-3M5 8h14" vector-effect="non-scaling-stroke"/>
19
+ </svg>
@@ -0,0 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
18
+ <path d="M13.5153 4L12.872 10.9802L19.5598 8.95824L20 12.0352L13.6 12.7209L17.7312 18.4352L14.9884 20L11.9238 13.7407L9.11323 20L6.26878 18.4352L10.3661 12.7209L4 12.0352L4.47407 8.95824L11.0603 10.9802L10.4 4H13.5153Z" fill="#3B444C"/>
19
+ </svg>
@@ -1,3 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
1
17
  <svg width="111" height="48" viewBox="0 0 111 48" fill="none" xmlns="http://www.w3.org/2000/svg">
2
18
  <path d="M22.0513 15.3713C23.838 16.4364 24.3699 17.7388 24.8792 19.7031C25.4189 21.7748 26.2773 23.2473 27.7876 24.7691C28.835 25.8335 29.4862 26.8184 29.5174 28.3414C29.5058 29.4675 29.3603 30.1957 28.5817 31.0186C27.6423 31.8759 26.8157 32.0766 25.5544 32.0487C24.5185 31.9458 23.7837 31.5585 23.0618 30.8138C22.2804 29.8344 22.0019 28.6864 21.7134 27.4971C21.6921 27.4092 21.6707 27.3211 21.649 27.2327C21.1434 25.3243 20.2632 23.9835 18.9064 22.5892C17.6878 21.3284 16.9961 20.153 17.0133 18.3771C17.1208 17.3733 17.5666 16.5046 18.3231 15.8324C19.4849 15.0578 20.7173 14.9933 22.0513 15.3713Z" fill="#fff"/>
3
19
  <path d="M17.0673 25.2509C17.9179 25.8418 18.5248 26.4221 18.794 27.4485C18.9553 28.7422 18.8231 29.8509 18.0091 30.902C16.961 31.7894 16.1479 32.0695 14.7856 32.053C13.7952 31.958 13.0306 31.6273 12.3715 30.8713C11.6338 29.812 11.4412 28.8889 11.5731 27.6055C11.852 26.5556 12.3852 25.8321 13.2999 25.2509C14.5467 24.5913 15.8239 24.5702 17.0673 25.2509Z" fill="#fff"/>
@@ -1,3 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
1
17
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
18
  <path fill="url(#a)" d="m8.267 3-3.336.618v4.551l3.336.711 3.348-1.341V4.143L8.267 3Z"/>
3
19
  <path fill="#341A6E" d="M4.93 3.618V8.17l3.371.711V3.047l-3.37.571Zm1.424 4.2-.945-.186v-3.5l.945-.15v3.836Zm1.47.27-1.086-.177v-4l1.086-.188v4.365Z"/>
@@ -1,3 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
1
17
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
18
  <rect width="24" height="24" rx="6" fill="var(--V100)"/>
3
19
  <path d="M8.75238 10.875L12 12.75L12.0001 16.5L9.25248 18.0863C8.94308 18.265 8.56188 18.265 8.25248 18.0863L6.00488 16.7887C5.69548 16.61 5.50488 16.2799 5.50488 15.9226V13.3273C5.50488 12.9701 5.69548 12.64 6.00487 12.4613L8.75238 10.875Z" fill="var(--V300)"/>
@@ -0,0 +1,28 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
18
+ <g clip-path="url(#a)">
19
+ <rect width="24" height="24" fill="var(--B100)" rx="6"/>
20
+ <path fill="var(--B200)" d="M11 5.077a2 2 0 0 1 2 0l4.495 2.596a2 2 0 0 1 1 1.732v5.19a2 2 0 0 1-1 1.732L13 18.923a2 2 0 0 1-2 0l-4.495-2.596a2 2 0 0 1-1-1.732v-5.19a2 2 0 0 1 1-1.732L11 5.077Z"/>
21
+ <path fill="var(--B400)" d="M11.477 8.539a1 1 0 0 1 1 0l2.248 1.297a1 1 0 0 1 .5.866v2.596a1 1 0 0 1-.5.866l-2.248 1.297a1 1 0 0 1-1 0L9.23 14.164a1 1 0 0 1-.5-.866v-2.596a1 1 0 0 1 .5-.866l2.247-1.297Z"/>
22
+ </g>
23
+ <defs>
24
+ <clipPath id="a">
25
+ <path fill="var(--N0)" d="M0 0h24v24H0z"/>
26
+ </clipPath>
27
+ </defs>
28
+ </svg>
@@ -1,3 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
1
17
  <svg width="136" height="48" viewBox="0 0 136 48" fill="none" xmlns="http://www.w3.org/2000/svg">
2
18
  <g style="mix-blend-mode:luminosity">
3
19
  <path d="M22.44 20.106L8.92082 23.9725V20.3528L22.44 16.4862V20.106Z" fill="#fff"/>
@@ -0,0 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
18
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 8.25a3 3 0 0 1 3-3h6a.75.75 0 0 1 .75.75v12a.75.75 0 0 1-.75.75h-6a3 3 0 0 0-3 3m0-13.5v13.5m0-13.5a3 3 0 0 0-3-3H3a.75.75 0 0 0-.75.75v12a.75.75 0 0 0 .75.75h6a3 3 0 0 1 3 3" vector-effect="non-scaling-stroke"/>
19
+ </svg>
@@ -1,3 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
1
17
  <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
2
18
  <path d="M6.87495 10.625C7.49302 10.625 8.0972 10.8083 8.61111 11.1517C9.12501 11.495 9.52555 11.9831 9.76207 12.5541C9.9986 13.1251 10.0605 13.7535 9.9399 14.3597C9.81933 14.9658 9.5217 15.5227 9.08466 15.9597C8.64762 16.3967 8.0908 16.6944 7.48461 16.815C6.87842 16.9355 6.25008 16.8736 5.67907 16.6371C5.10805 16.4006 4.61999 16.0001 4.27661 15.4862C3.93323 14.9723 3.74995 14.3681 3.74995 13.75V13.2242M13.125 10.625C12.5069 10.625 11.9027 10.8083 11.3888 11.1517C10.8749 11.495 10.4744 11.9831 10.2378 12.5541C10.0013 13.1251 9.93942 13.7535 10.06 14.3597C10.1806 14.9658 10.4782 15.5227 10.9152 15.9597C11.3523 16.3967 11.9091 16.6944 12.5153 16.815C13.1215 16.9355 13.7498 16.8736 14.3208 16.6371C14.8919 16.4006 15.3799 16.0001 15.7233 15.4862C16.0667 14.9723 16.25 14.3681 16.25 13.75V13.2242M5.62495 13.4375H4.99995C4.11475 13.4383 3.2578 13.1259 2.58076 12.5557C1.90372 11.9854 1.45024 11.194 1.30058 10.3215C1.15091 9.44907 1.31471 8.5518 1.76298 7.78849C2.21125 7.02518 2.91509 6.44506 3.74995 6.15078V5.625C3.74995 4.7962 4.07919 4.00134 4.66524 3.41529C5.25129 2.82924 6.04615 2.5 6.87495 2.5C7.70375 2.5 8.49861 2.82924 9.08466 3.41529C9.67071 4.00134 9.99995 4.7962 9.99995 5.625M9.99995 5.625V13.75M9.99995 5.625C9.99995 4.7962 10.3292 4.00134 10.9152 3.41529C11.5013 2.82924 12.2961 2.5 13.125 2.5C13.9538 2.5 14.7486 2.82924 15.3347 3.41529C15.9207 4.00134 16.25 4.7962 16.25 5.625V6.15078C17.0848 6.44506 17.7887 7.02518 18.2369 7.78849C18.6852 8.5518 18.849 9.44907 18.6993 10.3215C18.5497 11.194 18.0962 11.9854 17.4191 12.5557C16.7421 13.1259 15.8852 13.4383 15 13.4375H14.375M15.625 8.75H15.3125C14.7323 8.75 14.1759 8.51953 13.7657 8.1093C13.3554 7.69906 13.125 7.14266 13.125 6.5625V6.25M4.37495 8.75H4.68745C5.26761 8.75 5.82401 8.51953 6.23425 8.1093C6.64448 7.69906 6.87495 7.14266 6.87495 6.5625V6.25" stroke="#000A14" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
19
  </svg>
@@ -0,0 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
18
+ <path d="M8.00001 14C10.4853 14 12.5 11.9853 12.5 9.50001V6.5C12.5 4.01472 10.4853 2 8 2C5.51472 2 3.5 4.01472 3.5 6.5V9.50001C3.5 11.9853 5.51472 14 8.00001 14ZM8.00001 14L8 8.5M2 10.5H3.61153M2 6.5H14M12.3885 10.5H14M3.49561 1.75L4.98094 3.16303M12.4956 1.75L11.0146 3.15896" stroke="#3B444C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
19
+ </svg>
@@ -0,0 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
18
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m17 10-5 5-5-5" vector-effect="non-scaling-stroke"/>
19
+ </svg>
@@ -0,0 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
18
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15 19.5 7.5 12 15 4.5" vector-effect="non-scaling-stroke"/>
19
+ </svg>
@@ -0,0 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
18
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m9 4.5 7.5 7.5L9 19.5" vector-effect="non-scaling-stroke"/>
19
+ </svg>
@@ -1,3 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
1
17
  <svg data-style-override="false" width="250" height="200" viewBox="0 0 250 200" fill="none"
2
18
  xmlns="http://www.w3.org/2000/svg">
3
19
  <style>
@@ -0,0 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
18
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 11.5v1m4-1v1m-8-1v1m-3.741 4.094a8.996 8.996 0 1 1 3.147 3.147l-3.108.888a.75.75 0 0 1-.927-.927l.888-3.108Z" vector-effect="non-scaling-stroke"/>
19
+ </svg>
@@ -1,3 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
1
17
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
18
  <path d="M12 11.5003V12.5003M16 11.5003V12.5003M8.00002 11.5003V12.5003M4.25895 16.5939C3.14076 14.7089 2.74916 12.4805 3.15768 10.3272C3.56621 8.1739 4.74675 6.2438 6.47764 4.89933C8.20853 3.55486 10.3707 2.8885 12.5581 3.02539C14.7455 3.16227 16.8078 4.09298 18.3575 5.64274C19.9073 7.19251 20.838 9.25472 20.9749 11.4421C21.1118 13.6296 20.4455 15.7917 19.101 17.5226C17.7565 19.2535 15.8264 20.4341 13.6732 20.8426C11.5199 21.2511 9.29149 20.8596 7.40649 19.7414L4.29808 20.6294C4.16947 20.6662 4.03338 20.6678 3.90391 20.6343C3.77443 20.6007 3.65628 20.5332 3.5617 20.4386C3.46713 20.344 3.39956 20.2259 3.36601 20.0964C3.33246 19.9669 3.33415 19.8308 3.37089 19.7022L4.25895 16.5939Z" stroke="#3B444C" stroke-width="1.5" vector-effect="non-scaling-stroke" stroke-linecap="round" stroke-linejoin="round"/>
3
19
  <circle cx="18.5" cy="18.5" r="4.5" fill="var(--G500)" stroke="var(--bg-primary)" stroke-width="2"/>
@@ -0,0 +1,21 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
18
+ <rect x="2" y="2" width="11.2" height="11.2" rx="2" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
19
+ <path d="M15.4667 5.86621V11.4662C15.4667 13.6754 13.6758 15.4662 11.4667 15.4662H5.8667" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
20
+ <path d="M10.35 5.84961L6.85004 9.34945L5.10004 7.59961" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
21
+ </svg>
@@ -0,0 +1,20 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
18
+ <rect x="2" y="2" width="12" height="12" rx="2" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
19
+ <path d="M11.2083 5.95801L7.12498 10.0412L5.08331 7.99967" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
20
+ </svg>
@@ -0,0 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
18
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m20.25 6.75-10.5 10.5L4.5 12" vector-effect="non-scaling-stroke"/>
19
+ </svg>
@@ -0,0 +1,20 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
18
+ <rect width="18" height="18" x="3" y="3" fill="#FF5D60" rx="4"/>
19
+ <path stroke="#15161F" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m16.813 8.938-6.125 6.124L7.624 12" vector-effect="non-scaling-stroke"/>
20
+ </svg>
@@ -0,0 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
18
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m13.875 7.875-8.25 8.25L1.5 12m21-4.125-8.25 8.25-2.191-2.191" vector-effect="non-scaling-stroke"/>
19
+ </svg>
@@ -1,3 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
1
17
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
18
  <path d="M10.4456 7.21004L13.4956 4.7645C13.8018 4.44416 13.9828 4.01911 13.9988 3.58285C14.0149 3.1466 13.8646 2.73488 13.5811 2.43826C13.2976 2.14165 12.9041 1.98444 12.4872 2.00122C12.0702 2.018 11.664 2.20739 11.3578 2.52773L9.02041 5.71886M11.2295 11.609L4.81604 4.89872M3.64023 9.93144L5.2436 8.25386M3.85325 14L2 14M2.66667 12L2 12M7.07047 13.5204L2.11459 8.33521C2.03727 8.25431 1.99615 8.14217 2.00028 8.02344C2.00441 7.90472 2.05345 7.78914 2.13661 7.70214L6.21274 3.43736C6.2959 3.35035 6.40637 3.29905 6.51984 3.29472C6.63331 3.2904 6.7405 3.33342 6.81782 3.41432L12.6483 9.5146C12.7256 9.59549 12.7667 9.70764 12.7626 9.82636C12.7584 9.94508 12.7094 10.0607 12.6262 10.1477L9.49075 13.4283C9.15812 13.7763 8.71626 13.9815 8.26236 13.9988C7.80847 14.0161 7.37973 13.844 7.07047 13.5204Z" stroke="#3B444C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" vector-effect="non-scaling-stroke" />
3
19
  </svg>
@@ -0,0 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
18
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m18.75 5.25-13.5 13.5m13.5 0L5.25 5.25" vector-effect="non-scaling-stroke"/>
19
+ </svg>
@@ -1,3 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
1
17
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
18
  <path fill="#06C" d="M16.714 9.974H7.286a.197.197 0 0 0-.197.196v9.87c0 .109.089.197.197.197h9.428a.197.197 0 0 0 .197-.196v-9.87a.197.197 0 0 0-.197-.197Zm-8.053 1.571h6.678v2.873H8.661v-2.873Zm6.678 7.12H8.661v-2.872h6.678v2.873Z"/>
3
19
  <path fill="#06C" d="M9.84 17.389a.786.786 0 1 0 1.57 0 .786.786 0 0 0-1.57 0Zm0-4.37a.786.786 0 1 0 1.57 0 .786.786 0 0 0-1.57 0Z"/>
@@ -1,3 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
1
17
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
18
  <path d="M16.3301 10.5L17.4126 11.125M16.3301 10.5L15.2476 11.125M16.3301 10.5V9.25M12 13L10.9175 12.375M12 13L13.0825 12.375M12 13L12 14.25M7.66987 10.5L6.58737 11.125M7.66987 10.5L8.75241 11.125M7.66987 10.5V9.25M12.0001 18L13.0826 18.625M12.0001 18L10.9176 18.625M12.0001 18L12.0001 16.75M19.5776 12.375L20.6601 13V14.25M20.6601 16.75V18L19.5776 18.625M17.4125 19.875L16.33 20.5L15.2475 19.875M8.75253 19.875L7.67 20.5L6.58747 19.875M4.42241 18.625L3.33987 18V16.75M3.33987 14.25V13L4.42237 12.375M7.66987 6.75V5.5L8.75241 4.875M16.3301 6.75V5.5L15.2476 4.875M13.0825 3.625L12 3L10.9175 3.625" vector-effect="non-scaling-stroke" stroke="#3B444C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
19
  </svg>
@@ -0,0 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" vector-effect="non-scaling-effect">
18
+ <path d="M13.6084 8.75V4.58333L9.99998 2.5L6.39154 4.58333V8.75M13.6084 8.75L9.99998 10.8333M13.6084 8.75L17.2167 10.8333V15L13.6083 17.0833L10.0001 15M9.99998 10.8333L6.39154 8.75M9.99998 10.8333L10.0001 15M6.39154 8.75L2.7832 10.8333V15L6.39164 17.0833L10.0001 15" vector-effect="non-scaling-stroke" fill="none" stroke="#fff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
19
+ </svg>
@@ -0,0 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
18
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 4.5v15m0-15 9.956 2.842a.75.75 0 0 1 .544.72v7.876a.75.75 0 0 1-.544.718L12 19.5m0-15L2.144 5.906a.75.75 0 0 0-.644.745v10.698a.75.75 0 0 0 .644.745L12 19.5M9 12H4.5m2.25-6.75v13.5" vector-effect="non-scaling-stroke"/>
19
+ </svg>
@@ -1,3 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
1
17
  <svg width="98" height="48" viewBox="0 0 98 48" fill="none" xmlns="http://www.w3.org/2000/svg">
2
18
  <g style="mix-blend-mode:luminosity">
3
19
  <path d="M24.968 7.25766C27.7902 8.73972 29.213 11.2037 29.213 14.409C29.2381 15.9863 28.288 17.1107 26.8875 17.3281C25.4166 17.5679 24.0187 16.6099 23.6626 15.1517C23.2371 13.5266 22.1945 12.5937 20.7236 11.9948C18.4954 11.1097 16.1706 10.8949 13.8477 10.7027C13.3131 10.6579 12.7745 10.6128 12.2222 10.5676C11.7934 10.5325 11.3563 10.4974 10.9064 10.4623C10.396 10.4226 9.8693 10.3831 9.31956 10.3438C10.9329 8.741 12.9005 7.54515 15.0578 6.82771C18.4008 5.7511 21.7682 5.55889 24.968 7.25766Z" fill="#fff"/>
@@ -0,0 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
18
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.5 9.75h2.25m-2.25 4.5h2.25m-19.5-4.5H4.5m-2.25 4.5H4.5m9.75 5.25v2.25m-4.5-2.25v2.25m4.5-19.5V4.5m-4.5-2.25V4.5m-.375 4.875h5.25v5.25h-5.25v-5.25ZM5.25 4.5h13.5a.75.75 0 0 1 .75.75v13.5a.75.75 0 0 1-.75.75H5.25a.75.75 0 0 1-.75-.75V5.25a.75.75 0 0 1 .75-.75Z" vector-effect="non-scaling-stroke"/>
19
+ </svg>