@devtron-labs/devtron-fe-common-lib 4.0.7-beta-2 → 4.0.7-beta-11

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 (883) hide show
  1. package/dist/@code-editor-BhUdz4q1.js +101112 -0
  2. package/dist/@common-rjsf-DYY9jYSK.js +14244 -0
  3. package/dist/@framer-motion-CeCtI1yH.js +151 -0
  4. package/dist/@react-virtualized-sticky-tree-CyjKdjNW.js +1255 -0
  5. package/dist/@src-assets-images-BDSVhP2H.js +1073 -0
  6. package/dist/@vendor-NE03oYVU.js +82688 -0
  7. package/dist/Common/API/CoreAPI.d.ts +1 -0
  8. package/dist/Common/API/QueryClientProvider.d.ts +1 -1
  9. package/dist/Common/API/index.d.ts +1 -1
  10. package/dist/Common/API/reactQueryHooks.d.ts +4 -3
  11. package/dist/Common/API/types.d.ts +1 -1
  12. package/dist/Common/AddCDButton/AddCDButton.d.ts +1 -1
  13. package/dist/Common/BreadCrumb/BreadCrumb.d.ts +1 -1
  14. package/dist/Common/BreadCrumb/BreadcrumbStore.d.ts +3 -2
  15. package/dist/Common/BreadCrumb/NestedBreadCrumb.d.ts +2 -0
  16. package/dist/Common/BreadCrumb/Types.d.ts +21 -0
  17. package/dist/Common/CIPipeline.Types.d.ts +3 -0
  18. package/dist/Common/ChartVersionAndTypeSelector.d.ts +1 -1
  19. package/dist/Common/Checkbox/Checkbox.d.ts +1 -1
  20. package/dist/Common/ClipboardButton/ClipboardButton.d.ts +2 -2
  21. package/dist/Common/ClipboardButton/types.d.ts +15 -2
  22. package/dist/Common/Common.service.d.ts +17 -3
  23. package/dist/Common/Constants.d.ts +26 -32
  24. package/dist/Common/CustomTagSelector/PropagateTagInfo.d.ts +1 -1
  25. package/dist/Common/CustomTagSelector/ResizableTagTextArea.d.ts +1 -1
  26. package/dist/Common/CustomTagSelector/TagDetails.d.ts +1 -1
  27. package/dist/Common/CustomTagSelector/TagLabelValueSelector.d.ts +1 -1
  28. package/dist/Common/DebouncedSearch/DebouncedSearch.d.ts +1 -1
  29. package/dist/Common/DeleteCINodeButton/DeleteCINodeButton.d.ts +1 -1
  30. package/dist/Common/DevtronCopyright.d.ts +1 -1
  31. package/dist/Common/DevtronProgressing/DevtronProgressing.d.ts +1 -0
  32. package/dist/Common/Dialogs/DialogForm.d.ts +6 -6
  33. package/dist/Common/DraggableWrapper/DraggableButton.d.ts +1 -1
  34. package/dist/Common/DraggableWrapper/DraggableWrapper.d.ts +4 -2
  35. package/dist/Common/DraggableWrapper/types.d.ts +2 -6
  36. package/dist/Common/Drawer/Drawer.d.ts +1 -1
  37. package/dist/Common/EmptyState/GenericEmptyState.d.ts +1 -0
  38. package/dist/Common/EmptyState/GenericFilterEmptyState.d.ts +1 -1
  39. package/dist/Common/ErrorPage.d.ts +1 -1
  40. package/dist/Common/ErrorScreenManager.d.ts +1 -1
  41. package/dist/Common/ErrorScreenNotAuthorized.d.ts +1 -1
  42. package/dist/Common/GenericDescription/GenericDescription.d.ts +1 -1
  43. package/dist/Common/GenericDescription/constant.d.ts +40 -0
  44. package/dist/Common/GenericDescription/types.d.ts +1 -6
  45. package/dist/Common/GenericDescription/utils.d.ts +0 -1
  46. package/dist/Common/Grid/Grid.d.ts +1 -1
  47. package/dist/Common/Helper.d.ts +4 -4
  48. package/dist/Common/Hooks/UseRegisterShortcut/UseRegisterShortcutProvider.d.ts +1 -1
  49. package/dist/Common/Hooks/UseRegisterShortcut/index.d.ts +1 -0
  50. package/dist/Common/Hooks/UseRegisterShortcut/types.d.ts +1 -0
  51. package/dist/Common/Hooks/UseRegisterShortcut/utils.d.ts +1 -1
  52. package/dist/Common/ImageTags.d.ts +2 -2
  53. package/dist/Common/InteractiveCellText/InteractiveCellText.d.ts +27 -0
  54. package/dist/Common/InteractiveCellText/index.d.ts +2 -0
  55. package/dist/Common/InteractiveCellText/types.d.ts +10 -0
  56. package/dist/Common/Markdown/MarkDown.d.ts +1 -1
  57. package/dist/Common/Modals/Modal.d.ts +1 -1
  58. package/dist/Common/Modals/VisibleModal.d.ts +4 -4
  59. package/dist/Common/Modals/VisibleModal2.d.ts +4 -4
  60. package/dist/Common/MultiSelectCustomization.d.ts +7 -7
  61. package/dist/Common/Pagination/PageSizeSelector.d.ts +1 -1
  62. package/dist/Common/Pagination/Pagination.d.ts +1 -1
  63. package/dist/Common/PopupMenu.d.ts +2 -2
  64. package/dist/Common/Progressing.d.ts +1 -0
  65. package/dist/Common/RJSF/Form.d.ts +1 -2
  66. package/dist/Common/RJSF/common/FieldRow.d.ts +1 -1
  67. package/dist/Common/RJSF/templates/ArrayFieldItemTemplate.d.ts +2 -2
  68. package/dist/Common/RJSF/templates/ArrayFieldTemplate.d.ts +1 -1
  69. package/dist/Common/RJSF/templates/BaseInput.d.ts +1 -1
  70. package/dist/Common/RJSF/templates/ButtonTemplates/AddButton.d.ts +1 -1
  71. package/dist/Common/RJSF/templates/ButtonTemplates/RemoveButton.d.ts +1 -1
  72. package/dist/Common/RJSF/templates/ButtonTemplates/SubmitButton.d.ts +1 -1
  73. package/dist/Common/RJSF/templates/Field.d.ts +1 -1
  74. package/dist/Common/RJSF/templates/FieldErrorTemplate.d.ts +1 -1
  75. package/dist/Common/RJSF/templates/ObjectFieldTemplate.d.ts +1 -1
  76. package/dist/Common/RJSF/templates/TitleField.d.ts +3 -2
  77. package/dist/Common/RJSF/templates/WrapIfAdditionalTemplate.d.ts +1 -1
  78. package/dist/Common/RJSF/utils.d.ts +1 -1
  79. package/dist/Common/RJSF/widgets/Checkbox.d.ts +1 -1
  80. package/dist/Common/RJSF/widgets/Select.d.ts +1 -1
  81. package/dist/Common/RadioGroup.d.ts +1 -1
  82. package/dist/Common/RadioGroupItem.d.ts +1 -1
  83. package/dist/Common/Reload.d.ts +1 -1
  84. package/dist/Common/SearchBar/SearchBar.component.d.ts +1 -1
  85. package/dist/Common/SearchBar/types.d.ts +8 -0
  86. package/dist/Common/SegmentedBarChart/types.d.ts +10 -2
  87. package/dist/Common/SegmentedBarChart/utils.d.ts +2 -0
  88. package/dist/Common/SegmentedControl/Segment.d.ts +1 -1
  89. package/dist/Common/SegmentedControl/SegmentedControl.component.d.ts +1 -1
  90. package/dist/Common/SegmentedControl/index.d.ts +1 -1
  91. package/dist/Common/SegmentedControl/types.d.ts +13 -9
  92. package/dist/Common/SortableTableHeaderCell/SortableTableHeaderCell.d.ts +1 -1
  93. package/dist/Common/SortableTableHeaderCell/types.d.ts +4 -0
  94. package/dist/Common/TippyCustomized.d.ts +1 -1
  95. package/dist/Common/Tooltip/ShortcutKeyComboTooltipContent.d.ts +1 -1
  96. package/dist/Common/Tooltip/Tooltip.d.ts +1 -1
  97. package/dist/Common/Types.d.ts +156 -79
  98. package/dist/Common/index.d.ts +2 -1
  99. package/dist/MMQ4R4NB-kKMmrlxY.js +2 -0
  100. package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/DeploymentTemplate/DTApplicationMetricsFormField.d.ts +1 -1
  101. package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/OverrideStrategyTippyContent.d.ts +1 -1
  102. package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/components/FileConfigTippy.d.ts +1 -1
  103. package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/components/SystemVariableIcon.d.ts +1 -1
  104. package/dist/Pages/GlobalConfigurations/Authorization/shared/components/UserRoleGroupsTable/UserRoleGroupTableRow.d.ts +1 -1
  105. package/dist/Pages/GlobalConfigurations/Authorization/shared/components/UserRoleGroupsTable/UserRoleGroupsTable.component.d.ts +1 -1
  106. package/dist/Pages/GlobalConfigurations/Authorization/types.d.ts +7 -1
  107. package/dist/Pages/GlobalConfigurations/BuildInfra/Descriptor.d.ts +1 -1
  108. package/dist/Pages/GlobalConfigurations/BuildInfra/constants.d.ts +0 -2
  109. package/dist/Pages/GlobalConfigurations/BuildInfra/types.d.ts +13 -7
  110. package/dist/Pages/GlobalConfigurations/ClustersAndEnvironments/VirtualClusterSidebar.d.ts +2 -0
  111. package/dist/Pages/GlobalConfigurations/ClustersAndEnvironments/index.d.ts +1 -1
  112. package/dist/Pages/GlobalConfigurations/ScopedVariables/types.d.ts +2 -2
  113. package/dist/Pages/ResourceBrowser/ClusterMap/ClusterMap.d.ts +1 -1
  114. package/dist/Pages/ResourceBrowser/ForceDeleteOption.d.ts +1 -1
  115. package/dist/Pages/ResourceBrowser/NodeDrainOptions.d.ts +1 -1
  116. package/dist/Pages/ResourceBrowser/ResourceBrowser.Types.d.ts +3 -3
  117. package/dist/Pages/ResourceBrowser/constants.d.ts +1 -11
  118. package/dist/Pages/ResourceBrowser/types.d.ts +5 -3
  119. package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/ApplicationManagementIcon/ApplicationManagementIcon.d.ts +1 -0
  120. package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/ApplicationManagementIcon/index.d.ts +2 -0
  121. package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/ApplicationManagementIcon/utils.d.ts +6 -0
  122. package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/index.d.ts +1 -0
  123. package/dist/Pages-Devtron-2.0/ApplicationManagement/index.d.ts +1 -0
  124. package/dist/Pages-Devtron-2.0/Automation&Enablement/AutomationEnablementIcon/AutomationEnablementIcon.d.ts +1 -0
  125. package/dist/Pages-Devtron-2.0/Automation&Enablement/AutomationEnablementIcon/index.d.ts +2 -0
  126. package/dist/Pages-Devtron-2.0/Automation&Enablement/AutomationEnablementIcon/utils.d.ts +6 -0
  127. package/dist/Pages-Devtron-2.0/Automation&Enablement/index.d.ts +1 -0
  128. package/dist/Pages-Devtron-2.0/CostVisibility/Overview/Overview.d.ts +1 -0
  129. package/dist/Pages-Devtron-2.0/CostVisibility/Overview/index.d.ts +1 -0
  130. package/dist/Pages-Devtron-2.0/CostVisibility/Shared/constants.d.ts +4 -0
  131. package/dist/Pages-Devtron-2.0/CostVisibility/Shared/index.d.ts +2 -0
  132. package/dist/Pages-Devtron-2.0/CostVisibility/Shared/types.d.ts +31 -0
  133. package/dist/Pages-Devtron-2.0/CostVisibility/index.d.ts +1 -0
  134. package/dist/Pages-Devtron-2.0/DataProtectionManagement/index.d.ts +1 -0
  135. package/dist/Pages-Devtron-2.0/DataProtectionManagement/types.d.ts +8 -0
  136. package/dist/Pages-Devtron-2.0/GlobalConfiguration/Overview/Overview.d.ts +1 -0
  137. package/dist/Pages-Devtron-2.0/GlobalConfiguration/Overview/index.d.ts +1 -0
  138. package/dist/Pages-Devtron-2.0/GlobalConfiguration/index.d.ts +1 -0
  139. package/dist/Pages-Devtron-2.0/GlobalOverview/GlobalOverview.d.ts +1 -0
  140. package/dist/Pages-Devtron-2.0/GlobalOverview/index.d.ts +1 -0
  141. package/dist/Pages-Devtron-2.0/InfrastructureManagement/Shared/InfrastructureManagementIcon/InfrastructureManagementIcon.d.ts +1 -0
  142. package/dist/Pages-Devtron-2.0/InfrastructureManagement/Shared/InfrastructureManagementIcon/index.d.ts +2 -0
  143. package/dist/Pages-Devtron-2.0/InfrastructureManagement/Shared/InfrastructureManagementIcon/utils.d.ts +6 -0
  144. package/dist/Pages-Devtron-2.0/InfrastructureManagement/Shared/index.d.ts +1 -0
  145. package/dist/Pages-Devtron-2.0/InfrastructureManagement/index.d.ts +1 -0
  146. package/dist/Pages-Devtron-2.0/Navigation/index.d.ts +1 -0
  147. package/dist/Pages-Devtron-2.0/Navigation/types.d.ts +37 -0
  148. package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/SecurityCenterIcon/SecurityCenterIcon.d.ts +1 -0
  149. package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/SecurityCenterIcon/index.d.ts +1 -0
  150. package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/SecurityCenterIcon/utils.d.ts +6 -0
  151. package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/index.d.ts +1 -0
  152. package/dist/Pages-Devtron-2.0/SecurityCenter/index.d.ts +1 -0
  153. package/dist/Pages-Devtron-2.0/Shared/Overview/components.d.ts +7 -0
  154. package/dist/Pages-Devtron-2.0/Shared/Overview/constants.d.ts +8 -0
  155. package/dist/Pages-Devtron-2.0/Shared/Overview/index.d.ts +3 -0
  156. package/dist/Pages-Devtron-2.0/Shared/Overview/types.d.ts +26 -0
  157. package/dist/Pages-Devtron-2.0/Shared/Routes/index.d.ts +1 -0
  158. package/dist/Pages-Devtron-2.0/Shared/Routes/routes.d.ts +578 -0
  159. package/dist/Pages-Devtron-2.0/Shared/index.d.ts +2 -0
  160. package/dist/Pages-Devtron-2.0/SoftwareReleaseManagement/Overview/Overview.d.ts +1 -0
  161. package/dist/Pages-Devtron-2.0/SoftwareReleaseManagement/Overview/index.d.ts +1 -0
  162. package/dist/Pages-Devtron-2.0/SoftwareReleaseManagement/index.d.ts +1 -0
  163. package/dist/Pages-Devtron-2.0/index.d.ts +8 -0
  164. package/dist/Shared/Analytics/analytics.d.ts +2 -3
  165. package/dist/Shared/Analytics/types.d.ts +4 -0
  166. package/dist/Shared/Components/APIResponseHandler/APIResponseHandler.d.ts +1 -1
  167. package/dist/Shared/Components/AboutDevtron/AboutDevtronBody.d.ts +1 -1
  168. package/dist/Shared/Components/AboutDevtron/AboutDevtronDialog.d.ts +1 -1
  169. package/dist/Shared/Components/ActionMenu/ActionMenu.component.d.ts +1 -1
  170. package/dist/Shared/Components/ActionMenu/ActionMenuItem.d.ts +1 -1
  171. package/dist/Shared/Components/ActionMenu/types.d.ts +3 -0
  172. package/dist/Shared/Components/ActionMenu/useActionMenu.hook.d.ts +61 -36
  173. package/dist/Shared/Components/ActivityIndicator/ActivityIndicator.d.ts +1 -1
  174. package/dist/Shared/Components/AnimatedDeployButton/AnimatedDeployButton.d.ts +1 -1
  175. package/dist/Shared/Components/AnimatedTimer/AnimatedTimer.component.d.ts +1 -1
  176. package/dist/Shared/Components/AppStatusModal/AppStatusBody.d.ts +1 -1
  177. package/dist/Shared/Components/AppStatusModal/AppStatusContent.d.ts +1 -1
  178. package/dist/Shared/Components/AppStatusModal/AppStatusModal.component.d.ts +1 -1
  179. package/dist/Shared/Components/AppStatusModal/AppStatusModalTabList.d.ts +1 -1
  180. package/dist/Shared/Components/AppStatusModal/types.d.ts +4 -1
  181. package/dist/Shared/Components/ArtifactInfoModal/ArtifactInfoModal.component.d.ts +1 -1
  182. package/dist/Shared/Components/Backdrop/Backdrop.d.ts +1 -1
  183. package/dist/Shared/Components/Backdrop/types.d.ts +1 -1
  184. package/dist/Shared/Components/Badge/Badge.d.ts +1 -1
  185. package/dist/Shared/Components/Badge/utils.d.ts +2 -1
  186. package/dist/Shared/Components/BulkOperations/BulkOperations.component.d.ts +1 -1
  187. package/dist/Shared/Components/BulkOperations/BulkOperationsResultModal.d.ts +1 -1
  188. package/dist/Shared/Components/BulkOperations/types.d.ts +1 -1
  189. package/dist/Shared/Components/BulkSelection/BulkSelection.d.ts +1 -1
  190. package/dist/Shared/Components/BulkSelection/BulkSelectionProvider.d.ts +1 -1
  191. package/dist/Shared/Components/BulkSelection/types.d.ts +2 -0
  192. package/dist/Shared/Components/Button/Button.component.d.ts +2 -388
  193. package/dist/Shared/Components/ButtonWithLoader/ButtonWithLoader.d.ts +1 -1
  194. package/dist/Shared/Components/ButtonWithSelector/ButtonWithSelector.d.ts +1 -1
  195. package/dist/Shared/Components/CICDHistory/Artifacts.d.ts +2 -2
  196. package/dist/Shared/Components/CICDHistory/BuildAndTaskSummaryTooltipCard.d.ts +1 -0
  197. package/dist/Shared/Components/CICDHistory/CDEmptyState.d.ts +1 -1
  198. package/dist/Shared/Components/CICDHistory/CiPipelineSourceConfig.d.ts +1 -1
  199. package/dist/Shared/Components/CICDHistory/ConflictedResourcesTable.d.ts +3 -0
  200. package/dist/Shared/Components/CICDHistory/DeploymentDetailSteps.d.ts +1 -1
  201. package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryConfigDiff.d.ts +1 -1
  202. package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryConfigDiffCompare.d.ts +1 -1
  203. package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryDiffView.d.ts +1 -1
  204. package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/helpers.d.ts +2 -2
  205. package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/types.d.ts +6 -6
  206. package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/utils.d.ts +1 -1
  207. package/dist/Shared/Components/CICDHistory/DeploymentStatusBreakdown.d.ts +1 -1
  208. package/dist/Shared/Components/CICDHistory/DeploymentStatusDetailRow.d.ts +1 -1
  209. package/dist/Shared/Components/CICDHistory/GitTriggerList.d.ts +1 -0
  210. package/dist/Shared/Components/CICDHistory/History.components.d.ts +2 -1
  211. package/dist/Shared/Components/CICDHistory/LogStageHeader.d.ts +3 -0
  212. package/dist/Shared/Components/CICDHistory/LogsRenderer.d.ts +1 -1
  213. package/dist/Shared/Components/CICDHistory/ResourceConflictDeployDialog.d.ts +3 -0
  214. package/dist/Shared/Components/CICDHistory/ResourceConflictDetailsModal.d.ts +3 -0
  215. package/dist/Shared/Components/CICDHistory/Sidebar.d.ts +1 -1
  216. package/dist/Shared/Components/CICDHistory/StatusFilterButtonComponent.d.ts +1 -1
  217. package/dist/Shared/Components/CICDHistory/TriggerDetails.d.ts +1 -1
  218. package/dist/Shared/Components/CICDHistory/TriggerOutput.d.ts +1 -1
  219. package/dist/Shared/Components/CICDHistory/WorkerStatus.d.ts +2 -1
  220. package/dist/Shared/Components/CICDHistory/constants.d.ts +4 -1
  221. package/dist/Shared/Components/CICDHistory/service.d.ts +3 -1
  222. package/dist/Shared/Components/CICDHistory/types.d.ts +88 -17
  223. package/dist/Shared/Components/CICDHistory/utils.d.ts +5 -3
  224. package/dist/Shared/Components/CMCS/ConfigMapSecretReadyOnly.d.ts +1 -1
  225. package/dist/Shared/Components/CMCS/helpers.d.ts +1 -1
  226. package/dist/Shared/Components/Card/Card.component.d.ts +3 -0
  227. package/dist/Shared/Components/Card/constants.d.ts +4 -0
  228. package/dist/Shared/Components/Card/index.d.ts +2 -0
  229. package/dist/Shared/Components/Card/types.d.ts +25 -0
  230. package/dist/Shared/Components/Charts/Chart.component.d.ts +121 -0
  231. package/dist/Shared/Components/Charts/constants.d.ts +10 -0
  232. package/dist/Shared/Components/Charts/index.d.ts +4 -0
  233. package/dist/Shared/Components/Charts/plugins.d.ts +7 -0
  234. package/dist/Shared/Components/Charts/types.d.ts +133 -0
  235. package/dist/Shared/Components/Charts/utils.d.ts +30 -0
  236. package/dist/Shared/Components/Chip/Chip.component.d.ts +1 -1
  237. package/dist/Shared/Components/ClusterStatusIcon/ClusterStatusIcon.d.ts +3 -0
  238. package/dist/Shared/Components/ClusterStatusIcon/index.d.ts +1 -0
  239. package/dist/Shared/Components/ClusterStatusIcon/types.d.ts +5 -0
  240. package/dist/Shared/Components/ClusterStatusIcon/utils.d.ts +2 -0
  241. package/dist/Shared/Components/CodeEditor/CodeEditor.components.d.ts +6 -6
  242. package/dist/Shared/Components/CodeEditor/CodeEditor.d.ts +7 -7
  243. package/dist/Shared/Components/CodeEditor/CodeEditorRenderer.d.ts +1 -1
  244. package/dist/Shared/Components/CodeEditor/Extensions/DiffMinimap.d.ts +1 -1
  245. package/dist/Shared/Components/CodeEditor/types.d.ts +1 -1
  246. package/dist/Shared/Components/CodeEditor/utils.d.ts +1 -1
  247. package/dist/Shared/Components/Collapse/Collapse.d.ts +1 -1
  248. package/dist/Shared/Components/CollapsibleList/CollapsibleList.component.d.ts +1 -1
  249. package/dist/Shared/Components/CollapsibleList/CollapsibleList.types.d.ts +1 -2
  250. package/dist/Shared/Components/CommitChipCell/CommitChipCell.d.ts +1 -1
  251. package/dist/Shared/Components/ConfirmationModal/CannotDeleteModal.d.ts +1 -1
  252. package/dist/Shared/Components/ConfirmationModal/ConfirmationModal.d.ts +1 -1
  253. package/dist/Shared/Components/ConfirmationModal/ConfirmationModalContext.d.ts +1 -1
  254. package/dist/Shared/Components/ConfirmationModal/ForceDeleteConfirmationModal.d.ts +1 -1
  255. package/dist/Shared/Components/ConfirmationModal/types.d.ts +1 -5
  256. package/dist/Shared/Components/ContextSwitcher/ContextSwitcher.d.ts +1 -1
  257. package/dist/Shared/Components/ContextSwitcher/types.d.ts +1 -0
  258. package/dist/Shared/Components/CountrySelect/CountrySelect.component.d.ts +1 -1
  259. package/dist/Shared/Components/CustomInput/CustomInput.d.ts +1 -1
  260. package/dist/Shared/Components/CustomInput/PasswordField.d.ts +1 -1
  261. package/dist/Shared/Components/DTFocusTrap/DTFocusTrap.d.ts +1 -6
  262. package/dist/Shared/Components/DTFocusTrap/index.d.ts +1 -1
  263. package/dist/Shared/Components/DTFocusTrap/types.d.ts +2 -1
  264. package/dist/Shared/Components/DatePicker/DateTimePicker.d.ts +1 -1
  265. package/dist/Shared/Components/DatePicker/MonthlySelect.d.ts +1 -1
  266. package/dist/Shared/Components/DatePicker/TimeSelect.d.ts +1 -1
  267. package/dist/Shared/Components/DatePicker/constants.d.ts +2 -39
  268. package/dist/Shared/Components/DatePicker/index.d.ts +0 -1
  269. package/dist/Shared/Components/DatePicker/types.d.ts +34 -17
  270. package/dist/Shared/Components/DatePicker/utils.d.ts +1 -1
  271. package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiff.component.d.ts +1 -1
  272. package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiffAccordion.d.ts +1 -1
  273. package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiffMain.d.ts +1 -1
  274. package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiffNavigation.d.ts +1 -1
  275. package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiffRadioSelect.d.ts +1 -1
  276. package/dist/Shared/Components/DetectBottom/DetectBottom.component.d.ts +1 -1
  277. package/dist/Shared/Components/DocLink/DocLink.d.ts +1 -1
  278. package/dist/Shared/Components/DocLink/constants.d.ts +15 -4
  279. package/dist/Shared/Components/DynamicDataTable/DynamicDataTable.d.ts +1 -1
  280. package/dist/Shared/Components/DynamicDataTable/DynamicDataTableHeader.d.ts +1 -1
  281. package/dist/Shared/Components/DynamicDataTable/DynamicDataTableRow.d.ts +1 -1
  282. package/dist/Shared/Components/EditImageFormField/EditImageFormField.d.ts +1 -1
  283. package/dist/Shared/Components/EditableTextArea/EditableTextArea.d.ts +1 -1
  284. package/dist/Shared/Components/EnvironmentSelector/EnvironmentSelector.component.d.ts +1 -1
  285. package/dist/Shared/Components/Error/ErrorBar.d.ts +1 -1
  286. package/dist/Shared/Components/Error/utils.d.ts +1 -1
  287. package/dist/Shared/Components/ExcludedImageNode/ExcludedImageNode.d.ts +1 -1
  288. package/dist/Shared/Components/ExportToCsv/ExportToCsv.d.ts +3 -0
  289. package/dist/Shared/Components/ExportToCsv/ExportToCsvDialog.d.ts +3 -0
  290. package/dist/Shared/Components/ExportToCsv/index.d.ts +2 -0
  291. package/dist/Shared/Components/ExportToCsv/types.d.ts +65 -0
  292. package/dist/Shared/Components/FeatureDescription/FeatureDescriptionModal.d.ts +1 -1
  293. package/dist/Shared/Components/FeatureDescription/FeatureTitleWithInfo.d.ts +1 -1
  294. package/dist/Shared/Components/FeatureDescription/types.d.ts +8 -3
  295. package/dist/Shared/Components/FileUpload/FileUpload.d.ts +1 -1
  296. package/dist/Shared/Components/FilterChips/FilterChips.component.d.ts +1 -1
  297. package/dist/Shared/Components/FlagImage/FlagImage.component.d.ts +1 -1
  298. package/dist/Shared/Components/FloatingVariablesSuggestions/FloatingVariablesSuggestions.d.ts +1 -1
  299. package/dist/Shared/Components/FloatingVariablesSuggestions/SuggestionItem.d.ts +1 -1
  300. package/dist/Shared/Components/FloatingVariablesSuggestions/Suggestions.d.ts +1 -1
  301. package/dist/Shared/Components/FloatingVariablesSuggestions/SuggestionsInfo.d.ts +1 -1
  302. package/dist/Shared/Components/FloatingVariablesSuggestions/constants.d.ts +1 -4
  303. package/dist/Shared/Components/FloatingVariablesSuggestions/types.d.ts +2 -4
  304. package/dist/Shared/Components/FormFieldWrapper/FormFieldInfo.d.ts +1 -1
  305. package/dist/Shared/Components/FormFieldWrapper/FormFieldLabel.d.ts +1 -1
  306. package/dist/Shared/Components/FormFieldWrapper/FormFieldWrapper.d.ts +1 -1
  307. package/dist/Shared/Components/FramerComponents/index.d.ts +2 -2
  308. package/dist/Shared/Components/GenericInfoCard/GenericInfoCard.component.d.ts +1 -1
  309. package/dist/Shared/Components/GenericInfoCard/GenericInfoCardListing.d.ts +1 -1
  310. package/dist/Shared/Components/GenericInfoCard/GenericInfoListSkeleton.d.ts +1 -1
  311. package/dist/Shared/Components/GenericModal/GenericModal.component.d.ts +4 -4
  312. package/dist/Shared/Components/GenericModal/GenericModal.context.d.ts +1 -1
  313. package/dist/Shared/Components/GenericModal/constants.d.ts +2 -1
  314. package/dist/Shared/Components/GenericModal/types.d.ts +3 -0
  315. package/dist/Shared/Components/GenericSectionErrorState/GenericSectionErrorState.component.d.ts +2 -1
  316. package/dist/Shared/Components/GenericSectionErrorState/types.d.ts +22 -6
  317. package/dist/Shared/Components/GettingStartedCard/GettingStarted.d.ts +1 -1
  318. package/dist/Shared/Components/GitCommitInfoGeneric/GitCommitInfoGeneric.d.ts +1 -1
  319. package/dist/Shared/Components/GitCommitInfoGeneric/GitMaterialInfoHeader.d.ts +1 -1
  320. package/dist/Shared/Components/GitProviderIcon/GitProviderIcon.d.ts +1 -1
  321. package/dist/Shared/Components/GitProviderIcon/utils.d.ts +1 -0
  322. package/dist/Shared/Components/GraphVisualizer/GraphVisualizer.d.ts +1 -1
  323. package/dist/Shared/Components/GraphVisualizer/components/BaseNode.d.ts +1 -1
  324. package/dist/Shared/Components/GraphVisualizer/components/DropdownNode.d.ts +1 -1
  325. package/dist/Shared/Components/GraphVisualizer/components/IconNode.d.ts +1 -1
  326. package/dist/Shared/Components/GraphVisualizer/components/TextNode.d.ts +1 -1
  327. package/dist/Shared/Components/GraphVisualizer/constants.d.ts +3 -3
  328. package/dist/Shared/Components/Header/HeaderWithCreateButton/HeaderWithCreateButon.d.ts +1 -1
  329. package/dist/Shared/Components/Header/HeaderWithCreateButton/types.d.ts +1 -3
  330. package/dist/Shared/Components/Header/HeaderWithCreateButton/utils.d.ts +1 -1
  331. package/dist/Shared/Components/Header/HelpButton.d.ts +1 -1
  332. package/dist/Shared/Components/Header/IframePromoButton.d.ts +1 -1
  333. package/dist/Shared/Components/Header/PageHeader.d.ts +1 -1
  334. package/dist/Shared/Components/Header/ProfileMenu.d.ts +1 -1
  335. package/dist/Shared/Components/Header/constants.d.ts +2 -2
  336. package/dist/Shared/Components/Header/types.d.ts +10 -1
  337. package/dist/Shared/Components/Header/utils.d.ts +2 -5
  338. package/dist/Shared/Components/Icon/Icon.d.ts +120 -1
  339. package/dist/Shared/Components/Icon/IconBase.d.ts +1 -1
  340. package/dist/Shared/Components/Icon/types.d.ts +6 -0
  341. package/dist/Shared/Components/IframeContainer/IframeContainer.component.d.ts +1 -1
  342. package/dist/Shared/Components/IframeContainer/IframeElement.d.ts +1 -1
  343. package/dist/Shared/Components/Illustration/Illustration.d.ts +17 -1
  344. package/dist/Shared/Components/Illustration/IllustrationBase.d.ts +1 -1
  345. package/dist/Shared/Components/ImageCard/ArtifactInfo/ArtifactInfo.d.ts +1 -1
  346. package/dist/Shared/Components/ImageCard/ImageCard.d.ts +1 -1
  347. package/dist/Shared/Components/ImageCard/SequentialCDCardTitle/DeploymentEnvState/DeploymentEnvState.d.ts +1 -1
  348. package/dist/Shared/Components/ImageCard/SequentialCDCardTitle/SequentialCDCardTitle.d.ts +1 -1
  349. package/dist/Shared/Components/ImageCardAccordion/ImageCardAccordion.d.ts +1 -1
  350. package/dist/Shared/Components/ImageChipCell/ImageChipCell.component.d.ts +1 -1
  351. package/dist/Shared/Components/ImageWithFallback/ImageWithFallback.component.d.ts +1 -1
  352. package/dist/Shared/Components/ImageWithFallback/types.d.ts +1 -1
  353. package/dist/Shared/Components/InfoBlock/InfoBlock.component.d.ts +1 -1
  354. package/dist/Shared/Components/InfoIconTippy/InfoIconTippy.d.ts +1 -1
  355. package/dist/Shared/Components/InvalidYAMLTippy/InvalidYAMLTippyWrapper.d.ts +1 -1
  356. package/dist/Shared/Components/InvalidYAMLTippy/utils.d.ts +1 -1
  357. package/dist/Shared/Components/KeyValueTable/KeyValueTable.component.d.ts +1 -1
  358. package/dist/Shared/Components/KeyboardShortcut/KeyboardShortcut.component.d.ts +3 -0
  359. package/dist/Shared/Components/KeyboardShortcut/constants.d.ts +3 -0
  360. package/dist/Shared/Components/KeyboardShortcut/index.d.ts +1 -0
  361. package/dist/Shared/Components/KeyboardShortcut/types.d.ts +4 -0
  362. package/dist/Shared/Components/License/ActivateLicenseDialog.d.ts +1 -1
  363. package/dist/Shared/Components/License/DevtronLicenseCard.d.ts +1 -1
  364. package/dist/Shared/Components/License/License.components.d.ts +3 -3
  365. package/dist/Shared/Components/License/index.d.ts +1 -0
  366. package/dist/Shared/Components/License/types.d.ts +4 -0
  367. package/dist/Shared/Components/License/utils.d.ts +1 -1
  368. package/dist/Shared/Components/LoadingCard.d.ts +1 -1
  369. package/dist/Shared/Components/LoginBanner/LoginBanner.d.ts +1 -1
  370. package/dist/Shared/Components/LoginBanner/Testimonials.components.d.ts +1 -1
  371. package/dist/Shared/Components/LoginBanner/types.d.ts +1 -1
  372. package/dist/Shared/Components/MaterialHistory/MaterialHistory.component.d.ts +1 -1
  373. package/dist/Shared/Components/MaterialHistory/types.d.ts +1 -2
  374. package/dist/Shared/Components/ModalSidebarPanel/ModalSidebarPanel.component.d.ts +1 -1
  375. package/dist/Shared/Components/ModalSidebarPanel/types.d.ts +1 -1
  376. package/dist/Shared/Components/NumbersCount/NumbersCount.component.d.ts +1 -1
  377. package/dist/Shared/Components/PhoneInput/PhoneInput.component.d.ts +1 -1
  378. package/dist/Shared/Components/Plugin/PluginCard.d.ts +1 -1
  379. package/dist/Shared/Components/Plugin/PluginCardSkeletonList.d.ts +1 -1
  380. package/dist/Shared/Components/Plugin/PluginImageContainer.d.ts +1 -1
  381. package/dist/Shared/Components/Plugin/PluginList.d.ts +1 -1
  382. package/dist/Shared/Components/Plugin/PluginListContainer.d.ts +1 -1
  383. package/dist/Shared/Components/Plugin/PluginTagSelect.d.ts +1 -1
  384. package/dist/Shared/Components/Plugin/PluginTagsContainer.d.ts +1 -1
  385. package/dist/Shared/Components/Plugin/types.d.ts +13 -6
  386. package/dist/Shared/Components/Popover/Popover.component.d.ts +1 -1
  387. package/dist/Shared/Components/Popover/types.d.ts +4 -0
  388. package/dist/Shared/Components/Popover/utils.d.ts +1 -1
  389. package/dist/Shared/Components/ProgressBar/ProgressBar.component.d.ts +1 -1
  390. package/dist/Shared/Components/PrometheusConfigurations/PrometheusConfigCard.d.ts +3 -0
  391. package/dist/Shared/Components/PrometheusConfigurations/index.d.ts +2 -0
  392. package/dist/Shared/Components/PrometheusConfigurations/types.d.ts +20 -0
  393. package/dist/Shared/Components/QRCode.d.ts +1 -1
  394. package/dist/Shared/Components/ReactSelect/constants.d.ts +1 -1
  395. package/dist/Shared/Components/ReactSelect/utils.d.ts +4 -4
  396. package/dist/Shared/Components/RegistryIcon/RegistryIcon.d.ts +1 -1
  397. package/dist/Shared/Components/RegistryIcon/types.d.ts +17 -2
  398. package/dist/Shared/Components/SSOProviderIcon/SSOProviderIcon.d.ts +1 -1
  399. package/dist/Shared/Components/Security/SecurityDetailsCards/ReportTabEmptyState.d.ts +2 -0
  400. package/dist/Shared/Components/Security/SecurityDetailsCards/SecurityCard.d.ts +1 -1
  401. package/dist/Shared/Components/Security/SecurityDetailsCards/SecurityDetailsCards.d.ts +1 -1
  402. package/dist/Shared/Components/Security/SecurityDetailsCards/index.d.ts +1 -0
  403. package/dist/Shared/Components/Security/SecurityDetailsCards/types.d.ts +6 -0
  404. package/dist/Shared/Components/Security/SecurityModal/components/OpenDetailViewButton.d.ts +1 -1
  405. package/dist/Shared/Components/Security/SecurityModal/config/CodeScan.d.ts +5 -97
  406. package/dist/Shared/Components/Security/SecurityModal/config/ImageScan.d.ts +1 -1
  407. package/dist/Shared/Components/Security/SecurityModal/constants.d.ts +1 -1
  408. package/dist/Shared/Components/Security/SecurityModal/index.d.ts +3 -3
  409. package/dist/Shared/Components/Security/SecurityModal/service.d.ts +5 -1
  410. package/dist/Shared/Components/Security/SecurityModal/types.d.ts +46 -1
  411. package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +5 -5
  412. package/dist/Shared/Components/Security/SeverityChip.d.ts +1 -1
  413. package/dist/Shared/Components/Security/Vulnerabilities/Vulnerabilities.d.ts +1 -1
  414. package/dist/Shared/Components/Security/constants.d.ts +2 -0
  415. package/dist/Shared/Components/Security/index.d.ts +3 -0
  416. package/dist/Shared/Components/Security/types.d.ts +10 -0
  417. package/dist/Shared/Components/SelectPicker/FilterSelectPicker.d.ts +1 -1
  418. package/dist/Shared/Components/SelectPicker/GroupedFilterSelectPicker.d.ts +1 -1
  419. package/dist/Shared/Components/SelectPicker/SelectPicker.component.d.ts +1 -1
  420. package/dist/Shared/Components/SelectPicker/SelectPickerTextArea.component.d.ts +1 -1
  421. package/dist/Shared/Components/SelectPicker/common.d.ts +12 -12
  422. package/dist/Shared/Components/SelectPicker/index.d.ts +1 -1
  423. package/dist/Shared/Components/SelectPicker/type.d.ts +21 -2
  424. package/dist/Shared/Components/SelectPicker/utils.d.ts +1 -0
  425. package/dist/Shared/Components/ShowMoreText/ShowMoreText.d.ts +1 -1
  426. package/dist/Shared/Components/SideNavigation/SideNavigation.d.ts +2 -0
  427. package/dist/Shared/Components/SideNavigation/index.d.ts +2 -0
  428. package/dist/Shared/Components/SideNavigation/types.d.ts +19 -0
  429. package/dist/Shared/Components/StatusComponent/AppStatus.d.ts +1 -1
  430. package/dist/Shared/Components/StatusComponent/DeploymentStatus.d.ts +1 -1
  431. package/dist/Shared/Components/StatusComponent/StatusComponent.d.ts +1 -1
  432. package/dist/Shared/Components/Switch/Switch.component.d.ts +1 -1
  433. package/dist/Shared/Components/SwitchThemeDialog/SwitchThemeDialog.component.d.ts +1 -1
  434. package/dist/Shared/Components/TabGroup/TabGroup.component.d.ts +1 -1
  435. package/dist/Shared/Components/TabGroup/TabGroup.helpers.d.ts +4 -4
  436. package/dist/Shared/Components/TabGroup/TabGroup.types.d.ts +1 -0
  437. package/dist/Shared/Components/Table/BulkSelectionActionWidget.d.ts +1 -1
  438. package/dist/Shared/Components/Table/InternalTable.d.ts +1 -1
  439. package/dist/Shared/Components/Table/Table.component.d.ts +1 -1
  440. package/dist/Shared/Components/Table/TableContent.d.ts +1 -1
  441. package/dist/Shared/Components/Table/constants.d.ts +1 -0
  442. package/dist/Shared/Components/Table/types.d.ts +42 -12
  443. package/dist/Shared/Components/Table/utils.d.ts +1 -1
  444. package/dist/Shared/Components/TagsKeyValueTable/TagsContainer.d.ts +1 -1
  445. package/dist/Shared/Components/TargetPlatforms/TargetPlatformBadgeList.d.ts +1 -1
  446. package/dist/Shared/Components/TargetPlatforms/TargetPlatformListTooltip.d.ts +1 -1
  447. package/dist/Shared/Components/TempAppWindow/TempAppWindow.d.ts +1 -1
  448. package/dist/Shared/Components/Textarea/Textarea.component.d.ts +1 -1
  449. package/dist/Shared/Components/ThemeSwitcher/ThemeSwitcher.component.d.ts +1 -1
  450. package/dist/Shared/Components/ToggleResolveScopedVariables/ToggleResolveScopedVariables.component.d.ts +1 -1
  451. package/dist/Shared/Components/TrailingItem/TrailingItem.component.d.ts +1 -1
  452. package/dist/Shared/Components/TrailingItem/types.d.ts +4 -0
  453. package/dist/Shared/Components/TreeView/TreeView.component.d.ts +1 -1
  454. package/dist/Shared/Components/TreeView/TreeViewNodeContent.d.ts +1 -1
  455. package/dist/Shared/Components/TreeView/constants.d.ts +3 -0
  456. package/dist/Shared/Components/TreeView/types.d.ts +18 -4
  457. package/dist/Shared/Components/Typewriter/BlinkingCursor.d.ts +1 -1
  458. package/dist/Shared/Components/UnsavedChanges/UnsavedChanges.component.d.ts +1 -1
  459. package/dist/Shared/Components/UnsavedChangesDialog/UnsavedChangesDialog.component.d.ts +1 -1
  460. package/dist/Shared/Components/UserIdentifier/UserIdentifier.d.ts +1 -1
  461. package/dist/Shared/Components/VirtualizedList/VirtualizedList.component.d.ts +1 -1
  462. package/dist/Shared/Components/WorkflowOptionsModal/SourceTypeCard.d.ts +1 -1
  463. package/dist/Shared/Components/WorkflowOptionsModal/WorkflowOptionsModal.d.ts +1 -1
  464. package/dist/Shared/Components/WorkflowOptionsModal/utils.d.ts +3 -3
  465. package/dist/Shared/Components/index.d.ts +7 -1
  466. package/dist/Shared/Helpers.d.ts +20 -17
  467. package/dist/Shared/Hooks/UsePrompt/UsePrompt.d.ts +1 -2
  468. package/dist/Shared/Hooks/UsePrompt/types.d.ts +1 -0
  469. package/dist/Shared/Hooks/useForm/useForm.d.ts +1 -1
  470. package/dist/Shared/Hooks/useGetResourceKindsOptions/index.d.ts +1 -0
  471. package/dist/Shared/Hooks/useGetResourceKindsOptions/service.d.ts +0 -5
  472. package/dist/Shared/Hooks/useGetResourceKindsOptions/types.d.ts +5 -20
  473. package/dist/Shared/Hooks/useUserPreferences/index.d.ts +1 -1
  474. package/dist/Shared/Hooks/useUserPreferences/service.d.ts +2 -10
  475. package/dist/Shared/Hooks/useUserPreferences/types.d.ts +35 -2
  476. package/dist/Shared/Providers/ImageSelectionUtility/ImageSelectionUtility.d.ts +1 -1
  477. package/dist/Shared/Providers/MainContextProvider/MainContextProvider.d.ts +1 -1
  478. package/dist/Shared/Providers/MainContextProvider/index.d.ts +1 -1
  479. package/dist/Shared/Providers/MainContextProvider/types.d.ts +59 -5
  480. package/dist/Shared/Providers/ThemeProvider/ThemeProvider.d.ts +1 -1
  481. package/dist/Shared/Providers/UserEmailProvider/UserEmailProvider.d.ts +3 -3
  482. package/dist/Shared/Services/ToastManager/ToastContent.d.ts +3 -2
  483. package/dist/Shared/Services/ToastManager/constants.d.ts +2 -2
  484. package/dist/Shared/Services/ToastManager/types.d.ts +23 -3
  485. package/dist/Shared/Services/app.service.d.ts +3 -3
  486. package/dist/Shared/Services/common.service.d.ts +3 -0
  487. package/dist/Shared/Services/types.d.ts +12 -1
  488. package/dist/Shared/constants.d.ts +4 -16
  489. package/dist/Shared/types.d.ts +244 -25
  490. package/dist/Shared/validations.d.ts +3 -0
  491. package/dist/V4HPSUGU-CSgst4ys.js +2 -0
  492. package/dist/assets/@code-editor.css +1 -1
  493. package/dist/assets/@common-rjsf.css +1 -1
  494. package/dist/assets/@vendor.css +1 -1
  495. package/dist/assets/create-backup-schedule.bbac4a86.webp +0 -0
  496. package/dist/assets/create-backup-snapshot.c794f612.webp +0 -0
  497. package/dist/assets/img-devtron-freemium.d0657c61.webp +0 -0
  498. package/dist/assets/index.css +1 -0
  499. package/dist/assets/no-cluster-cost-enabled.038c73db.webp +0 -0
  500. package/dist/index.d.ts +38 -26
  501. package/dist/index.js +28991 -954
  502. package/dist/javascript-D7mhB9zR.js +2 -0
  503. package/dist/rolldown-runtime-BETGA6I9.js +23 -0
  504. package/dist/vitesse-dark-DVj9_gNH.js +2 -0
  505. package/dist/vitesse-light-CO6jWKCz.js +2 -0
  506. package/package.json +44 -41
  507. package/dist/@code-editor-BZoIvCD6.js +0 -30571
  508. package/dist/@common-rjsf-DTASeoAu.js +0 -604
  509. package/dist/@framer-motion-DZveCoIL.js +0 -3604
  510. package/dist/@moment-CGWt8tF2.js +0 -2620
  511. package/dist/@react-dates-CZ1bNWJM.js +0 -7634
  512. package/dist/@react-select-DS68hCUM.js +0 -2647
  513. package/dist/@react-virtualized-sticky-tree-V-8klKy9.js +0 -452
  514. package/dist/@vendor-3ORIJA0h.js +0 -72376
  515. package/dist/Common/Markdown/constant.d.ts +0 -28
  516. package/dist/Pages/GlobalConfigurations/ClustersAndEnvironments/types.d.ts +0 -8
  517. package/dist/Shared/Components/CICDHistory/LogStageAccordion.d.ts +0 -3
  518. package/dist/Shared/Components/Confetti/Confetti.component.d.ts +0 -2
  519. package/dist/Shared/Components/Confetti/index.d.ts +0 -1
  520. package/dist/Shared/Components/DatePicker/SingleDatePickerComponent.d.ts +0 -11
  521. package/dist/Shared/Services/ToastManager/toastManager.service.d.ts +0 -80
  522. package/dist/assets/@react-dates.css +0 -1
  523. package/dist/assets/app-not-deployed.622dc6ba.svg +0 -141
  524. package/dist/assets/delete-medium.897114e0.svg +0 -26
  525. package/dist/assets/ic-73strings.ccb245ec.svg +0 -21
  526. package/dist/assets/ic-abort.0d2773e9.svg +0 -34
  527. package/dist/assets/ic-aborted.d162b12b.svg +0 -21
  528. package/dist/assets/ic-aborted.d400d0e8.svg +0 -21
  529. package/dist/assets/ic-activity.63032a88.svg +0 -19
  530. package/dist/assets/ic-add.4cc5a045.svg +0 -19
  531. package/dist/assets/ic-add.cfaa779b.svg +0 -19
  532. package/dist/assets/ic-amazon-eks.af616c23.svg +0 -21
  533. package/dist/assets/ic-app-group.068791a2.svg +0 -19
  534. package/dist/assets/ic-app-template.82736707.svg +0 -23
  535. package/dist/assets/ic-appstatus-cancelled.05bb3352.svg +0 -22
  536. package/dist/assets/ic-arrow-backward.d951202a.svg +0 -19
  537. package/dist/assets/ic-arrow-clockwise.4cb9c9ac.svg +0 -19
  538. package/dist/assets/ic-arrow-counter-clockwise.01cbb0e1.svg +0 -21
  539. package/dist/assets/ic-arrow-down.18e5e332.svg +0 -19
  540. package/dist/assets/ic-arrow-forward.a2b8ab45.svg +0 -27
  541. package/dist/assets/ic-arrow-out.6aea09d0.svg +0 -19
  542. package/dist/assets/ic-arrow-right.96f4142a.svg +0 -19
  543. package/dist/assets/ic-arrow-right.eda141d3.svg +0 -19
  544. package/dist/assets/ic-arrow-square-out.c107c76c.svg +0 -19
  545. package/dist/assets/ic-arrow-up-down.945ee496.svg +0 -19
  546. package/dist/assets/ic-arrows-clockwise.0f9d94ab.svg +0 -19
  547. package/dist/assets/ic-arrows-clockwise.5990b4f7.svg +0 -19
  548. package/dist/assets/ic-arrows-left-right.9c24874a.svg +0 -19
  549. package/dist/assets/ic-asterisk.d3efa9a5.svg +0 -19
  550. package/dist/assets/ic-ather.0d03ef3e.svg +0 -27
  551. package/dist/assets/ic-aws-codecommit.43f0dd23.svg +0 -26
  552. package/dist/assets/ic-azure-aks.0c74ac31.svg +0 -62
  553. package/dist/assets/ic-azure.a01ce3b4.svg +0 -39
  554. package/dist/assets/ic-bg-cluster.71a7ecdf.svg +0 -22
  555. package/dist/assets/ic-bg-environment.72d85c8c.svg +0 -28
  556. package/dist/assets/ic-bharatpe.63831fdf.svg +0 -31
  557. package/dist/assets/ic-bitbucket.ffe914a0.svg +0 -30
  558. package/dist/assets/ic-bold.2140b7c6.svg +0 -19
  559. package/dist/assets/ic-book-open.7cb94ee8.svg +0 -19
  560. package/dist/assets/ic-book-open.9c048ee2.svg +0 -19
  561. package/dist/assets/ic-bot.f1d4abcc.svg +0 -23
  562. package/dist/assets/ic-brain.1a2bb48e.svg +0 -19
  563. package/dist/assets/ic-branch.8db43d66.svg +0 -19
  564. package/dist/assets/ic-browser.f77a9d59.svg +0 -19
  565. package/dist/assets/ic-bug.30e24a9b.svg +0 -19
  566. package/dist/assets/ic-build-color.37484d39.svg +0 -33
  567. package/dist/assets/ic-bulk-check.0f698efa.svg +0 -21
  568. package/dist/assets/ic-bulk-check.99e92f7a.svg +0 -21
  569. package/dist/assets/ic-calendar.1d9c66d2.svg +0 -19
  570. package/dist/assets/ic-calender-blank.963e3423.svg +0 -19
  571. package/dist/assets/ic-cancelled.3cd048aa.svg +0 -20
  572. package/dist/assets/ic-card-stack.0de57a3a.svg +0 -19
  573. package/dist/assets/ic-caret-down-small.51947d9a.svg +0 -19
  574. package/dist/assets/ic-caret-down-small.66339dda.svg +0 -19
  575. package/dist/assets/ic-caret-down.1666c029.svg +0 -19
  576. package/dist/assets/ic-caret-left-small.fe00c98d.svg +0 -19
  577. package/dist/assets/ic-caret-left.603097a8.svg +0 -19
  578. package/dist/assets/ic-caret-right.f4dda7a7.svg +0 -19
  579. package/dist/assets/ic-cd.165ef184.svg +0 -46
  580. package/dist/assets/ic-celebration.0f457baf.svg +0 -254
  581. package/dist/assets/ic-chat-circle-dots.63f39467.svg +0 -19
  582. package/dist/assets/ic-chat-circle-online.cdf88c43.svg +0 -20
  583. package/dist/assets/ic-check-all.1d8ce377.svg +0 -21
  584. package/dist/assets/ic-check-circle-dots.296c8a3b.svg +0 -20
  585. package/dist/assets/ic-check-circle.ad80d835.svg +0 -25
  586. package/dist/assets/ic-check-square.ba02d96e.svg +0 -20
  587. package/dist/assets/ic-check.27c51fa1.svg +0 -21
  588. package/dist/assets/ic-check.ca1b4793.svg +0 -19
  589. package/dist/assets/ic-checkbox-hover.0151d832.svg +0 -20
  590. package/dist/assets/ic-checkbox-hover.93e8d66a.svg +0 -20
  591. package/dist/assets/ic-checkbox-intermediate.24c6d21d.svg +0 -22
  592. package/dist/assets/ic-checkbox-intermediate.2a2d6c49.svg +0 -22
  593. package/dist/assets/ic-checkbox-selected-error.632a283d.svg +0 -20
  594. package/dist/assets/ic-checkbox-selected-error.b40237bc.svg +0 -20
  595. package/dist/assets/ic-checkbox-selected.47444fab.svg +0 -20
  596. package/dist/assets/ic-checkbox-selected.c5539d6f.svg +0 -20
  597. package/dist/assets/ic-checkbox-unselected.8054e3d7.svg +0 -19
  598. package/dist/assets/ic-checkbox-unselected.ab91cdba.svg +0 -19
  599. package/dist/assets/ic-checked-list.aba26c40.svg +0 -19
  600. package/dist/assets/ic-checks.939fbbcf.svg +0 -19
  601. package/dist/assets/ic-chevron-down.fc70d7a7.svg +0 -21
  602. package/dist/assets/ic-ci-linked.b25fbb2f.svg +0 -34
  603. package/dist/assets/ic-circle-loader.9472965b.svg +0 -17
  604. package/dist/assets/ic-circle.98fce2b0.svg +0 -25
  605. package/dist/assets/ic-clean-brush.367a32fe.svg +0 -19
  606. package/dist/assets/ic-clock.4109c84f.svg +0 -19
  607. package/dist/assets/ic-clock.c21a2d14.svg +0 -19
  608. package/dist/assets/ic-close-large.ae3d6030.svg +0 -19
  609. package/dist/assets/ic-close-small.ee9fe1c3.svg +0 -19
  610. package/dist/assets/ic-close.43adc42a.svg +0 -25
  611. package/dist/assets/ic-cloud-vms.ba70e78d.svg +0 -21
  612. package/dist/assets/ic-cluster-isolated.778a1ee2.svg +0 -19
  613. package/dist/assets/ic-cluster.f688b9e5.svg +0 -19
  614. package/dist/assets/ic-code-commit.161a6b3c.svg +0 -19
  615. package/dist/assets/ic-code.1d1d4dd8.svg +0 -19
  616. package/dist/assets/ic-code.3af36d5c.svg +0 -19
  617. package/dist/assets/ic-collapse-all.56740920.svg +0 -19
  618. package/dist/assets/ic-commit.e3113dd9.svg +0 -23
  619. package/dist/assets/ic-compare.0ee3e4cf.svg +0 -22
  620. package/dist/assets/ic-container-registry.4e1e6455.svg +0 -19
  621. package/dist/assets/ic-container.13005c27.svg +0 -19
  622. package/dist/assets/ic-cookr.a317a655.svg +0 -42
  623. package/dist/assets/ic-copy.94cee0fb.svg +0 -19
  624. package/dist/assets/ic-copy.c4b628de.svg +0 -19
  625. package/dist/assets/ic-cpu.3024be12.svg +0 -19
  626. package/dist/assets/ic-cross.01e03666.svg +0 -19
  627. package/dist/assets/ic-crown.24ca27fc.svg +0 -19
  628. package/dist/assets/ic-cube.be637e97.svg +0 -19
  629. package/dist/assets/ic-delete-dots.9cebdcd9.svg +0 -78
  630. package/dist/assets/ic-delete-interactive.304dd293.svg +0 -19
  631. package/dist/assets/ic-delete-lightning.e835c6e9.svg +0 -19
  632. package/dist/assets/ic-delete.a6e8d3ad.svg +0 -19
  633. package/dist/assets/ic-delhivery.c4fecf0f.svg +0 -31
  634. package/dist/assets/ic-deploy-color.c7a46837.svg +0 -30
  635. package/dist/assets/ic-deploy-sync.9a3e3c28.svg +0 -32
  636. package/dist/assets/ic-devtron-ai.d17a01ed.svg +0 -303
  637. package/dist/assets/ic-devtron-app.a8b688d3.svg +0 -23
  638. package/dist/assets/ic-devtron-header-logo.e18ac7b6.svg +0 -20
  639. package/dist/assets/ic-devtron-job.a40f06cf.svg +0 -26
  640. package/dist/assets/ic-devtron.87ead611.svg +0 -19
  641. package/dist/assets/ic-diff-file-added.e111ba14.svg +0 -22
  642. package/dist/assets/ic-diff-file-removed.7863a55f.svg +0 -22
  643. package/dist/assets/ic-diff-file-updated.a8293158.svg +0 -22
  644. package/dist/assets/ic-disconnect.bfd4ffb6.svg +0 -19
  645. package/dist/assets/ic-discord-fill.16103b65.svg +0 -19
  646. package/dist/assets/ic-docker.48906f4d.svg +0 -19
  647. package/dist/assets/ic-dockerhub.03bd09a9.svg +0 -19
  648. package/dist/assets/ic-download.b0685453.svg +0 -19
  649. package/dist/assets/ic-download.c30437cd.svg +0 -21
  650. package/dist/assets/ic-drag.3f71e8aa.svg +0 -24
  651. package/dist/assets/ic-ecr.302d6ccb.svg +0 -25
  652. package/dist/assets/ic-edit-file.aea811d8.svg +0 -20
  653. package/dist/assets/ic-edit.b8b75800.svg +0 -19
  654. package/dist/assets/ic-email.5c944f9a.svg +0 -19
  655. package/dist/assets/ic-enter.cab07082.svg +0 -19
  656. package/dist/assets/ic-enterprise-feat.259c841f.svg +0 -19
  657. package/dist/assets/ic-enterprise-tag.345cda52.svg +0 -59
  658. package/dist/assets/ic-env.c0634f19.svg +0 -29
  659. package/dist/assets/ic-environment-isolated.c80b4a45.svg +0 -19
  660. package/dist/assets/ic-environment.d241eccb.svg +0 -20
  661. package/dist/assets/ic-error-cross.bf21e563.svg +0 -24
  662. package/dist/assets/ic-error-exclamation.c224de09.svg +0 -22
  663. package/dist/assets/ic-error-medium.ea542259.svg +0 -22
  664. package/dist/assets/ic-error.3ec5d5ef.svg +0 -20
  665. package/dist/assets/ic-error.9d61b25b.svg +0 -20
  666. package/dist/assets/ic-exit-fullscreen.1ae582d1.svg +0 -19
  667. package/dist/assets/ic-expand-all.d1d223f2.svg +0 -19
  668. package/dist/assets/ic-expand-right-sm.dfe84ab6.svg +0 -19
  669. package/dist/assets/ic-expand-sm.e0adb3a7.svg +0 -19
  670. package/dist/assets/ic-expand.ab992205.svg +0 -19
  671. package/dist/assets/ic-failure.0220b612.svg +0 -24
  672. package/dist/assets/ic-fast-forward.5c56ed0e.svg +0 -20
  673. package/dist/assets/ic-file-code.96f8c5d8.svg +0 -19
  674. package/dist/assets/ic-file-code.ed2812f3.svg +0 -19
  675. package/dist/assets/ic-file-edit.7dacd421.svg +0 -19
  676. package/dist/assets/ic-file-key.495ba0bb.svg +0 -19
  677. package/dist/assets/ic-file-text.f9563710.svg +0 -19
  678. package/dist/assets/ic-file.187aaee4.svg +0 -19
  679. package/dist/assets/ic-files.877903d3.svg +0 -19
  680. package/dist/assets/ic-filter-applied.6541e03d.svg +0 -20
  681. package/dist/assets/ic-filter-applied.9fc48d0f.svg +0 -20
  682. package/dist/assets/ic-filter.8f403d6f.svg +0 -19
  683. package/dist/assets/ic-filter.eaefc78a.svg +0 -19
  684. package/dist/assets/ic-flask.962df7dd.svg +0 -19
  685. package/dist/assets/ic-folder-color.88ee985f.svg +0 -22
  686. package/dist/assets/ic-folder-user.50e60be1.svg +0 -19
  687. package/dist/assets/ic-folder.051cd30d.svg +0 -19
  688. package/dist/assets/ic-folder.d5a0e01e.svg +0 -19
  689. package/dist/assets/ic-fullscreen-2.f138a5e8.svg +0 -19
  690. package/dist/assets/ic-fullscreen.b05e5087.svg +0 -19
  691. package/dist/assets/ic-gavel.1799f199.svg +0 -19
  692. package/dist/assets/ic-gear.7116a8bf.svg +0 -20
  693. package/dist/assets/ic-gift-gradient.581b1ac5.svg +0 -25
  694. package/dist/assets/ic-gift.8ea07edc.svg +0 -19
  695. package/dist/assets/ic-git-branch.7be08881.svg +0 -19
  696. package/dist/assets/ic-git.89f79adf.svg +0 -17
  697. package/dist/assets/ic-git.bb72e063.svg +0 -17
  698. package/dist/assets/ic-github.9d82ed09.svg +0 -19
  699. package/dist/assets/ic-github.b6e9d0f3.svg +0 -19
  700. package/dist/assets/ic-gitlab.ac331d67.svg +0 -31
  701. package/dist/assets/ic-gitlab.de184b7f.svg +0 -31
  702. package/dist/assets/ic-google-artifact-registry.2a167c8b.svg +0 -34
  703. package/dist/assets/ic-google-container-registry.320c53ee.svg +0 -35
  704. package/dist/assets/ic-google-gke.a28779b8.svg +0 -25
  705. package/dist/assets/ic-google.475640a4.svg +0 -22
  706. package/dist/assets/ic-grid-view.13207b99.svg +0 -19
  707. package/dist/assets/ic-hand-pointing.f0ed4e78.svg +0 -20
  708. package/dist/assets/ic-hash.2d8669eb.svg +0 -19
  709. package/dist/assets/ic-header.a91a9800.svg +0 -21
  710. package/dist/assets/ic-heart-green.6d3bb9cf.svg +0 -20
  711. package/dist/assets/ic-heart-red-animated.62caae80.svg +0 -74
  712. package/dist/assets/ic-heart-red.ae773db3.svg +0 -19
  713. package/dist/assets/ic-helm-app.089be06f.svg +0 -20
  714. package/dist/assets/ic-helm.20583d75.svg +0 -19
  715. package/dist/assets/ic-help-filled.b7ae284e.svg +0 -20
  716. package/dist/assets/ic-help-outline.4b30e33c.svg +0 -19
  717. package/dist/assets/ic-help-outline.9c012a0c.svg +0 -19
  718. package/dist/assets/ic-help.39c58c34.svg +0 -19
  719. package/dist/assets/ic-hibernate-circle.8a400518.svg +0 -19
  720. package/dist/assets/ic-hibernate.263ffcea.svg +0 -19
  721. package/dist/assets/ic-image.2a8ed117.svg +0 -20
  722. package/dist/assets/ic-in-progress.53ef18ae.svg +0 -22
  723. package/dist/assets/ic-in-progress.73f9ca1e.svg +0 -20
  724. package/dist/assets/ic-info-filled-color.7b8b860f.svg +0 -24
  725. package/dist/assets/ic-info-filled-override.99e8094a.svg +0 -20
  726. package/dist/assets/ic-info-filled.763be331.svg +0 -20
  727. package/dist/assets/ic-info-filled.f870ac11.svg +0 -20
  728. package/dist/assets/ic-info-outline.29f1089c.svg +0 -20
  729. package/dist/assets/ic-info-outline.d29630b4.svg +0 -19
  730. package/dist/assets/ic-info-outlined.f4fa3224.svg +0 -29
  731. package/dist/assets/ic-install.631b7b46.svg +0 -19
  732. package/dist/assets/ic-italic.358ca070.svg +0 -19
  733. package/dist/assets/ic-job-color.bb826301.svg +0 -25
  734. package/dist/assets/ic-k3s.310882f4.svg +0 -19
  735. package/dist/assets/ic-k8s-job.c4f9ccc7.svg +0 -19
  736. package/dist/assets/ic-key-enter.1bcea42a.svg +0 -19
  737. package/dist/assets/ic-key.56432553.svg +0 -19
  738. package/dist/assets/ic-kind.5d844446.svg +0 -25
  739. package/dist/assets/ic-laptop.06834890.svg +0 -19
  740. package/dist/assets/ic-ldap.0c5633d9.svg +0 -19
  741. package/dist/assets/ic-lego-block.ee4b63f1.svg +0 -36
  742. package/dist/assets/ic-lego.ae684d25.svg +0 -19
  743. package/dist/assets/ic-lightning-fill.83a792be.svg +0 -19
  744. package/dist/assets/ic-lightning.f4ff5588.svg +0 -19
  745. package/dist/assets/ic-lines.0a53b80a.svg +0 -19
  746. package/dist/assets/ic-link.8453e775.svg +0 -19
  747. package/dist/assets/ic-link.8b276915.svg +0 -19
  748. package/dist/assets/ic-linked-build-color.3833bda8.svg +0 -23
  749. package/dist/assets/ic-list-bullets.f055aa03.svg +0 -20
  750. package/dist/assets/ic-livspace.9f369ef7.svg +0 -29
  751. package/dist/assets/ic-locked.dab69058.svg +0 -21
  752. package/dist/assets/ic-logout.f0a8b488.svg +0 -19
  753. package/dist/assets/ic-logs.84f66850.svg +0 -19
  754. package/dist/assets/ic-magnifying-glass.b8c4da8f.svg +0 -19
  755. package/dist/assets/ic-man-on-rocket.93b070c4.svg +0 -110
  756. package/dist/assets/ic-match-case.13b7a2fa.svg +0 -19
  757. package/dist/assets/ic-match-word.d92addc3.svg +0 -19
  758. package/dist/assets/ic-mechanical-operation.04a318d6.svg +0 -17
  759. package/dist/assets/ic-medium-clean-brush.f683d4d6.svg +0 -24
  760. package/dist/assets/ic-medium-delete.8386c77e.svg +0 -27
  761. package/dist/assets/ic-medium-info.b59d7676.svg +0 -21
  762. package/dist/assets/ic-medium-paintbucket.45544bb9.svg +0 -24
  763. package/dist/assets/ic-medium-pause.7449078a.svg +0 -19
  764. package/dist/assets/ic-medium-play.f7a8ddb7.svg +0 -19
  765. package/dist/assets/ic-megaphone-left.ad5e7cbf.svg +0 -19
  766. package/dist/assets/ic-megaphone-right.0f7ef63f.svg +0 -19
  767. package/dist/assets/ic-memory.c3264de1.svg +0 -19
  768. package/dist/assets/ic-message.be6dba43.svg +0 -19
  769. package/dist/assets/ic-microsoft.7c7bcaeb.svg +0 -22
  770. package/dist/assets/ic-minikube.33d6538a.svg +0 -25
  771. package/dist/assets/ic-minus.65e341f4.svg +0 -19
  772. package/dist/assets/ic-minus.df865aaf.svg +0 -19
  773. package/dist/assets/ic-missing.917a1291.svg +0 -20
  774. package/dist/assets/ic-mobile.eabc9181.svg +0 -20
  775. package/dist/assets/ic-monitoring.30910a3c.svg +0 -22
  776. package/dist/assets/ic-more-vertical.18109fc1.svg +0 -19
  777. package/dist/assets/ic-namespace.8a09efbb.svg +0 -19
  778. package/dist/assets/ic-new.1907a03f.svg +0 -19
  779. package/dist/assets/ic-node-script.88af3604.svg +0 -35
  780. package/dist/assets/ic-not-authorized.cb3b5ff2.svg +0 -95
  781. package/dist/assets/ic-not-found.f5857c12.svg +0 -176
  782. package/dist/assets/ic-oidc.5e06656d.svg +0 -20
  783. package/dist/assets/ic-open-box.b15fcbbd.svg +0 -19
  784. package/dist/assets/ic-open-in-new.6aea09d0.svg +0 -19
  785. package/dist/assets/ic-openai.030b0cc2.svg +0 -26
  786. package/dist/assets/ic-openshift.3886b54f.svg +0 -26
  787. package/dist/assets/ic-ordered-list.879dc7c8.svg +0 -19
  788. package/dist/assets/ic-out-of-sync.824fb5c6.svg +0 -24
  789. package/dist/assets/ic-page-not-found.3c4f114b.svg +0 -81
  790. package/dist/assets/ic-paper-plane-color.b290f604.svg +0 -36
  791. package/dist/assets/ic-paper-plane.bf63ba1c.svg +0 -19
  792. package/dist/assets/ic-path.d562ddbf.svg +0 -19
  793. package/dist/assets/ic-pause-circle.d9dc254f.svg +0 -19
  794. package/dist/assets/ic-pencil.39510f9f.svg +0 -19
  795. package/dist/assets/ic-pencil.c75a6acc.svg +0 -19
  796. package/dist/assets/ic-person.d066bc6d.svg +0 -19
  797. package/dist/assets/ic-play-outline.d2551031.svg +0 -19
  798. package/dist/assets/ic-pull-request.31d0c981.svg +0 -19
  799. package/dist/assets/ic-pulsate-status.2ca548fd.svg +0 -36
  800. package/dist/assets/ic-quay.d622b34f.svg +0 -27
  801. package/dist/assets/ic-quote.10768489.svg +0 -19
  802. package/dist/assets/ic-quote.89f42bae.svg +0 -19
  803. package/dist/assets/ic-regex.e14a4ea3.svg +0 -19
  804. package/dist/assets/ic-replace-all-text.a87fd342.svg +0 -19
  805. package/dist/assets/ic-replace-text.cc5433be.svg +0 -19
  806. package/dist/assets/ic-resize-handle.f999b998.svg +0 -25
  807. package/dist/assets/ic-rocket-fail.874e54ce.svg +0 -20
  808. package/dist/assets/ic-rocket-gear.b4f582da.svg +0 -19
  809. package/dist/assets/ic-rocket-launch.5df99bf3.svg +0 -19
  810. package/dist/assets/ic-rotate-devtron.5a8363d8.svg +0 -120
  811. package/dist/assets/ic-scan-fallback.1e23e6fd.svg +0 -20
  812. package/dist/assets/ic-search.976327f1.svg +0 -22
  813. package/dist/assets/ic-selected.3a29e244.svg +0 -20
  814. package/dist/assets/ic-shapes.77fbbb93.svg +0 -19
  815. package/dist/assets/ic-shield-check.c26854d2.svg +0 -19
  816. package/dist/assets/ic-shield-check.ecde083d.svg +0 -19
  817. package/dist/assets/ic-shield-warning-outline.e6832dbc.svg +0 -19
  818. package/dist/assets/ic-sliders-vertical.7211dc4f.svg +0 -23
  819. package/dist/assets/ic-sort-arrow-down.5cf54d08.svg +0 -19
  820. package/dist/assets/ic-sort-ascending.8a25e19d.svg +0 -19
  821. package/dist/assets/ic-sort-descending.c5846635.svg +0 -19
  822. package/dist/assets/ic-sortable.117b8f83.svg +0 -19
  823. package/dist/assets/ic-sparkle-ai-color.b67e98ce.svg +0 -27
  824. package/dist/assets/ic-sparkle-color.39f6b618.svg +0 -34
  825. package/dist/assets/ic-speedometer.495c2d1c.svg +0 -19
  826. package/dist/assets/ic-spinny.945235a0.svg +0 -30
  827. package/dist/assets/ic-spray-can.199c0450.svg +0 -19
  828. package/dist/assets/ic-spray-can.955302fc.svg +0 -19
  829. package/dist/assets/ic-stack.a6a11fe3.svg +0 -19
  830. package/dist/assets/ic-stack.fbd3aea5.svg +0 -19
  831. package/dist/assets/ic-stamp.a3d8dea0.svg +0 -19
  832. package/dist/assets/ic-stop-fill.b6641c8b.svg +0 -24
  833. package/dist/assets/ic-strategy-blue-green-color.baaf7071.svg +0 -22
  834. package/dist/assets/ic-strategy-blue-green.8d61b66d.svg +0 -19
  835. package/dist/assets/ic-strategy-canary-color.3241aea9.svg +0 -21
  836. package/dist/assets/ic-strategy-canary.b6d42fbb.svg +0 -19
  837. package/dist/assets/ic-strategy-recreate-color.f62bd5ed.svg +0 -20
  838. package/dist/assets/ic-strategy-recreate.3aa96ce0.svg +0 -19
  839. package/dist/assets/ic-strategy-rolling-color.945b909a.svg +0 -22
  840. package/dist/assets/ic-strategy-rolling.3b901bf5.svg +0 -19
  841. package/dist/assets/ic-strikethrough.a1652ad9.svg +0 -19
  842. package/dist/assets/ic-success.63b86b4e.svg +0 -20
  843. package/dist/assets/ic-success.bcd5b258.svg +0 -20
  844. package/dist/assets/ic-sun.9fe1dd26.svg +0 -19
  845. package/dist/assets/ic-suspended.8a62c6bc.svg +0 -25
  846. package/dist/assets/ic-tag.1613fc59.svg +0 -19
  847. package/dist/assets/ic-tata1mg.a631cafa.svg +0 -29
  848. package/dist/assets/ic-terminal-fill.4bd66669.svg +0 -19
  849. package/dist/assets/ic-terminal.628344b9.svg +0 -19
  850. package/dist/assets/ic-thermometer.95af4a4b.svg +0 -19
  851. package/dist/assets/ic-thumb-down.1834436f.svg +0 -19
  852. package/dist/assets/ic-thumb-up.976f6efb.svg +0 -19
  853. package/dist/assets/ic-tilde.ec1a1ea4.svg +0 -19
  854. package/dist/assets/ic-timeout-dash.d8e2d62e.svg +0 -21
  855. package/dist/assets/ic-timer.ae5f10fa.svg +0 -19
  856. package/dist/assets/ic-timer.b62145ec.svg +0 -19
  857. package/dist/assets/ic-traffic-signal.cc68c2e5.svg +0 -19
  858. package/dist/assets/ic-travclan.86f22c7d.svg +0 -29
  859. package/dist/assets/ic-two-cubes.a775b635.svg +0 -19
  860. package/dist/assets/ic-ubuntu.540c22c9.svg +0 -20
  861. package/dist/assets/ic-unknown.89dc351a.svg +0 -21
  862. package/dist/assets/ic-unordered-list.42c1cbbc.svg +0 -22
  863. package/dist/assets/ic-upgrade-enterprise.49cbd888.svg +0 -320
  864. package/dist/assets/ic-upload-arrow-animated.3db85855.svg +0 -17
  865. package/dist/assets/ic-user-circle.a2143a4a.svg +0 -19
  866. package/dist/assets/ic-user-key.5dc44524.svg +0 -20
  867. package/dist/assets/ic-users.33cb397f.svg +0 -19
  868. package/dist/assets/ic-var-initial.afdaa854.svg +0 -25
  869. package/dist/assets/ic-view-variable-toggle.93c3599f.svg +0 -19
  870. package/dist/assets/ic-visibility-off.d91d3844.svg +0 -19
  871. package/dist/assets/ic-visibility-on.7505dd12.svg +0 -20
  872. package/dist/assets/ic-vulnerability-not-found.7d75cc30.svg +0 -129
  873. package/dist/assets/ic-warning-y5.d1fb03fe.svg +0 -20
  874. package/dist/assets/ic-warning.414e37e3.svg +0 -21
  875. package/dist/assets/ic-warning.ecf7ff97.svg +0 -23
  876. package/dist/assets/ic-webhook.d4431b07.svg +0 -31
  877. package/dist/assets/ic-webhook.ffd8ded6.svg +0 -21
  878. package/dist/assets/ic-wifi-slash.4bd4fb85.svg +0 -19
  879. package/dist/assets/ic-world-globe.c16eb8c2.svg +0 -19
  880. package/dist/assets/ic-world.1f6a5eaf.svg +0 -19
  881. package/dist/assets/inject-tag.28e72db6.svg +0 -21
  882. package/dist/assets/licenseCardBG.b507c5b0.svg +0 -275
  883. package/dist/assets/workflow-options-modal-header.ce3c6b31.svg +0 -54
@@ -1,30 +0,0 @@
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" viewBox="0 0 24 24">
18
- <defs>
19
- <linearGradient id="a" x1="108.633%" x2="46.927%" y1="13.818%" y2="78.776%">
20
- <stop offset="18%" stop-color="#0052CC"/>
21
- <stop offset="100%" stop-color="#2684FF"/>
22
- </linearGradient>
23
- </defs>
24
- <g fill="none" fill-rule="evenodd">
25
- <path d="M0 0h24v24H0z"/>
26
- <path d="M9.912 14.997h4.176l1.007-5.884H8.802z"/>
27
- <path fill="#2684FF" fill-rule="nonzero" d="M2.65 3.078a.641.641 0 0 0-.642.744l2.72 16.513c.07.417.43.724.853.727h13.05a.64.64 0 0 0 .64-.538l2.72-16.7a.64.64 0 0 0-.64-.743L2.649 3.078zm11.453 11.935H9.938L8.81 9.121h6.303l-1.01 5.892z"/>
28
- <path fill="url(#a)" fill-rule="nonzero" d="M19.11 6.113h-6.009L12.093 12H7.93l-4.915 5.833c.156.135.355.21.56.212H16.62a.64.64 0 0 0 .64-.538L19.11 6.113z" transform="translate(2 3)"/>
29
- </g>
30
- </svg>
@@ -1,19 +0,0 @@
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
- <path d="M4.00037 7.49982H9.50037C10.1634 7.49982 10.7993 7.76321 11.2681 8.23205C11.737 8.70089 12.0004 9.33678 12.0004 9.99982C12.0004 10.6629 11.737 11.2987 11.2681 11.7676C10.7993 12.2364 10.1634 12.4998 9.50037 12.4998L4 12.4995V2.99951L8.75037 2.99982C9.3471 2.99982 9.9194 3.23687 10.3414 3.65883C10.7633 4.08078 11.0004 4.65308 11.0004 5.24982C11.0004 5.84655 10.7633 6.41885 10.3414 6.84081C9.9194 7.26276 9.3471 7.49982 8.75037 7.49982" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
19
- </svg>
@@ -1,19 +0,0 @@
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="12" height="12" viewBox="0 0 12 12" fill="none">
18
- <path d="M6 4.125C6 3.72718 6.15804 3.34564 6.43934 3.06434C6.72064 2.78304 7.10218 2.625 7.5 2.625H10.5C10.5995 2.625 10.6948 2.66451 10.7652 2.73484C10.8355 2.80516 10.875 2.90054 10.875 3V9C10.875 9.09946 10.8355 9.19484 10.7652 9.26517C10.6948 9.33549 10.5995 9.375 10.5 9.375H7.5C7.10218 9.375 6.72064 9.53304 6.43934 9.81434C6.15804 10.0956 6 10.4772 6 10.875M6 4.125V10.875M6 4.125C6 3.72718 5.84196 3.34564 5.56066 3.06434C5.27936 2.78304 4.89782 2.625 4.5 2.625H1.5C1.40054 2.625 1.30516 2.66451 1.23483 2.73484C1.16451 2.80516 1.125 2.90054 1.125 3V9C1.125 9.09946 1.16451 9.19484 1.23483 9.26517C1.30516 9.33549 1.40054 9.375 1.5 9.375H4.5C4.89782 9.375 5.27936 9.53304 5.56066 9.81434C5.84196 10.0956 6 10.4772 6 10.875" stroke="#0066CC" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
19
- </svg>
@@ -1,19 +0,0 @@
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,23 +0,0 @@
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
- <path d="M8.29075 5.35813V2.63086M8.29075 5.35813H3.1778C2.89542 5.35813 2.6665 5.61862 2.6665 5.93995V14.0854C2.6665 14.4067 2.89542 14.6672 3.1778 14.6672H13.4037C13.6861 14.6672 13.915 14.4067 13.915 14.0854V5.93995C13.915 5.61862 13.6861 5.35813 13.4037 5.35813H8.29075Z" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
19
- <line x1="6.71338" y1="11.3945" x2="9.86792" y2="11.3945" stroke="#596168" stroke-width="1.5" stroke-linecap="round"/>
20
- <path d="M5.96355 9.33334C6.44554 9.33334 6.83628 8.94261 6.83628 8.46062C6.83628 7.97862 6.44554 7.58789 5.96355 7.58789C5.48155 7.58789 5.09082 7.97862 5.09082 8.46062C5.09082 8.94261 5.48155 9.33334 5.96355 9.33334Z" fill="#596168"/>
21
- <path d="M10.6178 9.33334C11.0998 9.33334 11.4906 8.94261 11.4906 8.46062C11.4906 7.97862 11.0998 7.58789 10.6178 7.58789C10.1359 7.58789 9.74512 7.97862 9.74512 8.46062C9.74512 8.94261 10.1359 9.33334 10.6178 9.33334Z" fill="#596168"/>
22
- <path d="M9.98769 2L6.59375 2" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
23
- </svg>
@@ -1,19 +0,0 @@
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="20" height="20" viewBox="0 0 20 20" fill="none">
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"/>
19
- </svg>
@@ -1,19 +0,0 @@
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
- <path d="M4.25 9.4999L3.5 9.49988V9.4999H4.25ZM5.74997 7.99995L5.74997 8.74995H5.74998L5.74997 7.99995ZM10.25 7.99986L10.25 7.24986H10.25L10.25 7.99986ZM11.75 6.49992L12.5 6.49993V6.49992H11.75ZM5.25 11.7499C5.25 12.3022 4.80228 12.7499 4.25 12.7499V14.2499C5.63071 14.2499 6.75 13.1306 6.75 11.7499H5.25ZM4.25 12.7499C3.69772 12.7499 3.25 12.3022 3.25 11.7499H1.75C1.75 13.1306 2.86929 14.2499 4.25 14.2499V12.7499ZM3.25 11.7499C3.25 11.1976 3.69772 10.7499 4.25 10.7499V9.24991C2.86929 9.24991 1.75 10.3692 1.75 11.7499H3.25ZM4.25 10.7499C4.80228 10.7499 5.25 11.1976 5.25 11.7499H6.75C6.75 10.3692 5.63071 9.24991 4.25 9.24991V10.7499ZM12.75 4.24976C12.75 4.80204 12.3023 5.24976 11.75 5.24976V6.74976C13.1307 6.74976 14.25 5.63047 14.25 4.24976H12.75ZM11.75 5.24976C11.1977 5.24976 10.75 4.80204 10.75 4.24976H9.25C9.25 5.63047 10.3693 6.74976 11.75 6.74976V5.24976ZM10.75 4.24976C10.75 3.69747 11.1977 3.24976 11.75 3.24976V1.74976C10.3693 1.74976 9.25 2.86904 9.25 4.24976H10.75ZM11.75 3.24976C12.3023 3.24976 12.75 3.69747 12.75 4.24976H14.25C14.25 2.86904 13.1307 1.74976 11.75 1.74976V3.24976ZM5.25 4.24976C5.25 4.80204 4.80228 5.24976 4.25 5.24976V6.74976C5.63071 6.74976 6.75 5.63047 6.75 4.24976H5.25ZM4.25 5.24976C3.69772 5.24976 3.25 4.80204 3.25 4.24976H1.75C1.75 5.63047 2.86929 6.74976 4.25 6.74976V5.24976ZM3.25 4.24976C3.25 3.69747 3.69772 3.24976 4.25 3.24976V1.74976C2.86929 1.74976 1.75 2.86904 1.75 4.24976H3.25ZM4.25 3.24976C4.80228 3.24976 5.25 3.69747 5.25 4.24976H6.75C6.75 2.86904 5.63071 1.74976 4.25 1.74976V3.24976ZM5 9.99991V9.4999H3.5V9.99991H5ZM5 9.49991C5 9.30101 5.07902 9.11026 5.21967 8.96961L4.15902 7.90894C3.73707 8.33088 3.50001 8.90316 3.5 9.49988L5 9.49991ZM5.21967 8.96961C5.36031 8.82897 5.55107 8.74995 5.74997 8.74995L5.74997 7.24995C5.15325 7.24996 4.58097 7.487 4.15902 7.90894L5.21967 8.96961ZM5.74998 8.74995L10.25 8.74986L10.25 7.24986L5.74995 7.24995L5.74998 8.74995ZM10.25 8.74986C10.8468 8.74986 11.419 8.51282 11.841 8.09087L10.7803 7.03021C10.6397 7.17085 10.4489 7.24986 10.25 7.24986L10.25 8.74986ZM11.841 8.09087C12.2629 7.66893 12.5 7.09666 12.5 6.49993L11 6.49991C11 6.69881 10.921 6.88956 10.7803 7.03021L11.841 8.09087ZM12.5 6.49992V5.99976H11V6.49992H12.5ZM3.5 5.99976V9.99991H5V5.99976H3.5Z" fill="#000A14"/>
19
- </svg>
@@ -1,19 +0,0 @@
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="#596168" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 9h18M3.75 4.5h16.5a.75.75 0 0 1 .75.75v13.5a.75.75 0 0 1-.75.75H3.75a.75.75 0 0 1-.75-.75V5.25a.75.75 0 0 1 .75-.75Z" vector-effect="non-scaling-stroke"/>
19
- </svg>
@@ -1,19 +0,0 @@
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>
@@ -1,33 +0,0 @@
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="20" height="20" viewBox="0 0 20 20">
18
- <g fill="none" fill-rule="evenodd">
19
- <g>
20
- <g>
21
- <g>
22
- <g>
23
- <path fill="#8898A6" d="M5.07 3.99l1.728 1.728c.219.22.219.575 0 .795L5.513 7.798c-.22.219-.575.219-.795 0L2.99 6.069c-.118-.118-.32-.063-.364.098-.328 1.21-.017 2.557.933 3.507 1.034 1.034 2.538 1.31 3.824.83l7.48 8.18c.767.84 2.08.87 2.885.064.809-.808.775-2.13-.074-2.895L9.476 8.459c.52-1.302.253-2.846-.802-3.9-.95-.95-2.297-1.26-3.507-.933-.161.044-.216.246-.098.364zm11.822 13.332c0 .33-.268.599-.598.599-.33 0-.599-.268-.599-.599 0-.33.268-.598.599-.598.33 0 .598.268.598.598z" transform="translate(-762 -518) translate(288 288) translate(0 220) translate(474 9) matrix(-1 0 0 1 20.833 0)"/>
24
- <g>
25
- <path fill="#F4910D" d="M3.623 3.623h2.899V16.79c0 .552-.448 1-1 1h-.899c-.552 0-1-.448-1-1V3.623z" transform="translate(-762 -518) translate(288 288) translate(0 220) translate(474 9) rotate(-45 10.841 3.882)"/>
26
- <path fill="#66757F" d="M1 4.076h.812l.31-.233c.262-.196.634-.143.83.118.027.036.05.074.067.115h3.624l.5-.644c.351-.45.89-.715 1.462-.715.58 0 1.136.23 1.546.64l.719.72c0-2.265-1.007-3.398-3.02-3.398H2.865c-.286 0-.558-.122-.748-.335L1.812 0H1C.448 0 0 .448 0 1v2.076c0 .552.448 1 1 1z" transform="translate(-762 -518) translate(288 288) translate(0 220) translate(474 9) rotate(-45 10.841 3.882)"/>
27
- </g>
28
- </g>
29
- </g>
30
- </g>
31
- </g>
32
- </g>
33
- </svg>
@@ -1,21 +0,0 @@
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="16.8" height="16.8" x="3" y="3" fill="#06C" rx="4"/>
19
- <path stroke="#06C" stroke-linecap="round" stroke-width="1.5" d="M22.2 7.8v8.4a6 6 0 0 1-6 6H7.8" vector-effect="non-scaling-stroke"/>
20
- <path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m15.525 8.775-5.25 5.25L7.65 11.4" vector-effect="non-scaling-stroke"/>
21
- </svg>
@@ -1,21 +0,0 @@
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="16.8" height="16.8" x="3" y="3" fill="#74B5FF" rx="4"/>
19
- <path stroke="#74B5FF" stroke-linecap="round" stroke-width="1.5" d="M22.2 7.8v8.4a6 6 0 0 1-6 6H7.8" vector-effect="non-scaling-stroke"/>
20
- <path stroke="#0D0F1C" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m15.525 8.775-5.25 5.25L7.65 11.4" vector-effect="non-scaling-stroke"/>
21
- </svg>
@@ -1,19 +0,0 @@
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.5 2.25v3m-9-3v3m-3.75 4h16.5M5 21h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" vector-effect="non-scaling-stroke"/>
19
- </svg>
@@ -1,19 +0,0 @@
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">
18
- <path d="M13.75 1.875V4.375M6.25 1.875V4.375M3.125 7.70833H16.875M4.16667 17.5H15.8333C16.7538 17.5 17.5 16.7538 17.5 15.8333V5C17.5 4.07953 16.7538 3.33333 15.8333 3.33333H4.16667C3.24619 3.33333 2.5 4.07953 2.5 5V15.8333C2.5 16.7538 3.24619 17.5 4.16667 17.5Z" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
19
- </svg>
@@ -1,20 +0,0 @@
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
- <circle cx="12" cy="12" r="10" fill="#959BA1"/>
19
- <path d="M15 9L9 15M15 15L9 9" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
20
- </svg>
@@ -1,19 +0,0 @@
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 9H5m14 0a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2m14 0V7a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v2m12-3V4a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v2" vector-effect="non-scaling-stroke"/>
19
- </svg>
@@ -1,19 +0,0 @@
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>
@@ -1,19 +0,0 @@
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>
@@ -1,19 +0,0 @@
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="M13 6L8 11L3 6" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
19
- </svg>
@@ -1,19 +0,0 @@
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="M9.66665 11.3332L6.33331 7.99984L9.66665 4.6665" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
19
- </svg>
@@ -1,19 +0,0 @@
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>
@@ -1,19 +0,0 @@
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,46 +0,0 @@
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" viewBox="0 0 24 24">
18
- <g fill="none" fill-rule="evenodd">
19
- <g>
20
- <g>
21
- <g>
22
- <g>
23
- <g>
24
- <path d="M0 0H24V24H0z" transform="translate(-792 -181) translate(88 96) translate(20 58) translate(520 10) matrix(-1 0 0 1 188 17)"/>
25
- <g fill-rule="nonzero">
26
- <path fill="#FE636E" d="M5.12 14.37c-1.534.08-4.154.95-3.9 2.767.64 4.609-4.4 6.089 2.306 6.089 3.374 0 5.5-1.48 5.821-4.586l-.91-3.521-3.318-.748z" transform="translate(-792 -181) translate(88 96) translate(20 58) translate(520 10) matrix(-1 0 0 1 188 17)"/>
27
- <path fill="#FFD659" d="M6.325 15.59c-.71.037-1.928.44-1.812 1.285.298 2.14-2.042 2.827 1.072 2.827 1.567 0 2.556-.686 2.705-2.13l-.344-1.74-1.62-.243z" transform="translate(-792 -181) translate(88 96) translate(20 58) translate(520 10) matrix(-1 0 0 1 188 17)"/>
28
- <path fill="#FB2A39" d="M7.864 18.775c-.911 1.658-2.718 2.458-5.197 2.458-.97 0-1.695-.032-2.226-.098-.716 1.523-1.065 2.09 3.085 2.09 3.374 0 5.5-1.479 5.821-4.585l-.766-.773-.26-.264c-.024.09-.049.177-.076.264-.07.355-.2.657-.381.908z" transform="translate(-792 -181) translate(88 96) translate(20 58) translate(520 10) matrix(-1 0 0 1 188 17)"/>
29
- <path fill="#FFBF00" d="M7.576 16.853c-.335 1.035-1.248 1.53-2.58 1.53-.267 0-.492-.004-.684-.015-.392.983-.954 1.334 1.273 1.334 1.04 0 1.825-.301 2.278-.927.182-.25.312-.553.382-.908.02-.095.034-.193.045-.295l-.714-.72z" transform="translate(-792 -181) translate(88 96) translate(20 58) translate(520 10) matrix(-1 0 0 1 188 17)"/>
30
- <path fill="#99B4CD" d="M6.973 11.845l-1.999 1.173c-.402.236-.335.868-.015 1.192l.16.16 1.206 1.22 1.965 1.982 1.057 1.068.551.557c.322.323.948.389 1.182-.016l1.16-2.02-1.314-5.112-3.953-.204zM23.173.063C22.212-.115 20.46.07 18.327.8l.96 3.561 3.898 1.331c.725-2.167.907-3.942.724-4.906-.107-.562-.175-.62-.736-.723z" transform="translate(-792 -181) translate(88 96) translate(20 58) translate(520 10) matrix(-1 0 0 1 188 17)"/>
31
- <path fill="#06C" d="M12.19 4.027c-2.67-.973-4.737-.53-6.833 1.386-.972.944-2.59 2.185-1.254 3.534l1.662 1.677L10.54 8.19l1.65-4.162zM19.986 11.896l-4.488 1.873-2.047 4.614 1.661 1.678c1.336 1.348 2.565-.285 3.5-1.266.97-1.082 2.697-3.143 1.374-6.9z" transform="translate(-792 -181) translate(88 96) translate(20 58) translate(520 10) matrix(-1 0 0 1 188 17)"/>
32
- <path fill="#FFF" d="M23.185 5.692c-.112.339-.239.686-.378 1.041-.635 1.608-1.555 3.38-2.821 5.162-1.59 2.24-3.727 4.5-6.535 6.489l-.33-.333-.88-.889-2.377-2.4-.257-.259-.257-.259-2.376-2.4-1.21-1.22c1.97-2.835 4.21-4.991 6.426-6.596C14.345 2.468 16.48 1.43 18.327.8l4.858 4.892z" transform="translate(-792 -181) translate(88 96) translate(20 58) translate(520 10) matrix(-1 0 0 1 188 17)"/>
33
- <path fill="#06C" d="M17.402 5.863c.152-.026.288.053.348.177l1.126 1.756c.098.15.1.344.006.497l-1.432 2.341c-.092.151-.256.243-.433.243l-2.082.002h-.014c-.203-.01-.315-.242-.204-.412l1.435-2.196c.054-.112.18-.183.318-.152.102.023.185.106.208.208.016.07.005.136-.023.192l-.015.025-.016.023-.218.337c-.065.098-.004.229.113.242l.529.038c.098.007.195-.027.267-.094.095-.112.517-.8.71-1.122.062-.104.054-.234-.016-.332l.002-.001-.678-1.055-.127-.2c-.014-.017-.025-.035-.035-.055l-.005-.007c-.024-.056-.035-.117-.026-.182.018-.137.127-.25.262-.273zm-2.63-.422l2.082.007h.014c.203.011.315.243.203.413l-1.445 2.19c-.055.112-.181.182-.319.15-.102-.023-.184-.106-.207-.208-.016-.07-.005-.137.024-.193l.03-.047.22-.336c.066-.097.005-.229-.11-.242l-.53-.04c-.098-.008-.195.025-.268.092-.095.112-.52.797-.715 1.119-.062.104-.055.233.015.332l-.002.001.674 1.058.126.2c.013.017.024.036.034.055l.005.007c.024.056.035.118.026.183-.02.136-.128.249-.264.272-.152.025-.288-.055-.347-.179l-1.119-1.761c-.096-.151-.098-.345-.003-.498l1.442-2.334c.093-.15.257-.242.434-.241z" transform="translate(-792 -181) translate(88 96) translate(20 58) translate(520 10) matrix(-1 0 0 1 188 17) scale(-1 1) rotate(-45 0 46.518)"/>
34
- <path fill="#6C9ABB" d="M22.87.021c.095 1.01-.117 2.638-.766 4.58l1.081 1.091c.725-2.167.907-3.942.724-4.906-.107-.562-.175-.62-.736-.723-.094-.018-.194-.032-.302-.042z" transform="translate(-792 -181) translate(88 96) translate(20 58) translate(520 10) matrix(-1 0 0 1 188 17)"/>
35
- <path fill="#EBEBEB" d="M21.724 5.644c-.635 1.608-1.554 3.378-2.821 5.162-.549.772-1.161 1.546-1.845 2.311-.686.77-1.443 1.527-2.275 2.264-.743.657-1.546 1.298-2.413 1.912l.751.758.33.332c2.808-1.989 4.944-4.248 6.535-6.487 1.266-1.784 2.186-3.555 2.82-5.163.14-.355.267-.703.38-1.04l-1.082-1.091c-.071.21-.147.425-.229.643-.048.131-.098.265-.151.399z" transform="translate(-792 -181) translate(88 96) translate(20 58) translate(520 10) matrix(-1 0 0 1 188 17)"/>
36
- <path fill="#6C9ABB" d="M10.924 15.832l-1.161 2.02c-.234.404-.86.338-1.182.015l.766.773.551.556c.322.323.948.39 1.182-.015l1.16-2.02-1.316-1.329z" transform="translate(-792 -181) translate(88 96) translate(20 58) translate(520 10) matrix(-1 0 0 1 188 17)"/>
37
- <path fill="#0053A6" d="M19.986 11.896c-.22.31-.452.62-.692.93.311 2.632-1.005 4.195-1.807 5.09-.768.804-1.732 2.048-2.792 1.724l.417.42c1.336 1.35 2.565-.284 3.5-1.265.97-1.082 2.697-3.143 1.374-6.9zM10.498 3.59C8.503 5.1 6.508 7.063 4.721 9.57l1.044 1.053c1.97-2.835 4.208-4.991 6.425-6.597-.59-.215-1.153-.361-1.692-.437z" transform="translate(-792 -181) translate(88 96) translate(20 58) translate(520 10) matrix(-1 0 0 1 188 17)"/>
38
- <path fill="#EBEBEB" d="M11.73 12.88l-1.864 1.88-.002.002-.257-.259-.257-.259 1.862-1.878c.142-.143.373-.144.515-.002.143.142.144.373.002.516z" transform="translate(-792 -181) translate(88 96) translate(20 58) translate(520 10) matrix(-1 0 0 1 188 17)"/>
39
- </g>
40
- </g>
41
- </g>
42
- </g>
43
- </g>
44
- </g>
45
- </g>
46
- </svg>