@devtron-labs/devtron-fe-common-lib 1.16.1 → 1.17.0-beta-2

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 (155) hide show
  1. package/dist/{@code-editor-Beg2MXXu.js → @code-editor-BxJ15h1P.js} +11558 -11071
  2. package/dist/{@common-rjsf-wzopDXwy.js → @common-rjsf-D-9UITDU.js} +6 -6
  3. package/dist/{@framer-motion-DAmKhMSi.js → @framer-motion-j6RIjEIR.js} +20 -20
  4. package/dist/{@moment-C_WeV3Af.js → @moment-CGWt8tF2.js} +12 -1
  5. package/dist/{@react-dates-D5kydtW-.js → @react-dates-BVyHiOGU.js} +2065 -2140
  6. package/dist/{@react-select-Cmser7OI.js → @react-select-BQNFZu0Y.js} +6 -6
  7. package/dist/{@react-virtualized-sticky-tree-DMnFy9PE.js → @react-virtualized-sticky-tree-CuElh0mS.js} +1 -1
  8. package/dist/{@vendor-STJ9h0oI.js → @vendor-DbxoIktR.js} +29809 -29542
  9. package/dist/Common/Checkbox/Checkbox.d.ts +1 -1
  10. package/dist/Common/Constants.d.ts +2 -0
  11. package/dist/Common/GenericDescription/GenericDescription.d.ts +1 -1
  12. package/dist/Common/GenericDescription/types.d.ts +4 -1
  13. package/dist/Common/GenericDescription/utils.d.ts +1 -0
  14. package/dist/Common/Hooks/UseRegisterShortcut/UseRegisterShortcutProvider.d.ts +1 -1
  15. package/dist/Common/Hooks/UseRegisterShortcut/types.d.ts +21 -0
  16. package/dist/Common/Hooks/UseRegisterShortcut/utils.d.ts +1 -1
  17. package/dist/Common/Hooks/useStateFilters/types.d.ts +2 -2
  18. package/dist/Common/Hooks/useStateFilters/useStateFilters.d.ts +1 -1
  19. package/dist/Common/Hooks/useUrlFilters/index.d.ts +1 -0
  20. package/dist/Common/Hooks/useUrlFilters/types.d.ts +2 -1
  21. package/dist/Common/Hooks/useUrlFilters/useUrlFilters.d.ts +1 -1
  22. package/dist/Common/Modals/VisibleModal.d.ts +1 -0
  23. package/dist/Common/Modals/VisibleModal2.d.ts +1 -0
  24. package/dist/Common/Pagination/constants.d.ts +4 -0
  25. package/dist/Common/Pagination/index.d.ts +1 -0
  26. package/dist/Common/Tooltip/types.d.ts +1 -1
  27. package/dist/Common/Types.d.ts +2 -2
  28. package/dist/Pages/Applications/DevtronApps/Details/CDPipeline/types.d.ts +1 -0
  29. package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/constants.d.ts +8 -0
  30. package/dist/Pages/GlobalConfigurations/BuildInfra/constants.d.ts +1 -1
  31. package/dist/Pages/ResourceBrowser/ResourceBrowser.Types.d.ts +35 -2
  32. package/dist/Pages/ResourceBrowser/constants.d.ts +13 -0
  33. package/dist/Pages/ResourceBrowser/service.d.ts +1 -1
  34. package/dist/Pages/ResourceBrowser/types.d.ts +17 -0
  35. package/dist/Shared/Components/AboutDevtron/AboutDevtronBody.d.ts +1 -3
  36. package/dist/Shared/Components/AboutDevtron/AboutDevtronDialog.d.ts +1 -2
  37. package/dist/Shared/Components/ActionMenu/useActionMenu.hook.d.ts +1 -1
  38. package/dist/Shared/Components/AnimatedDeployButton/AnimatedDeployButton.d.ts +1 -1
  39. package/dist/Shared/Components/AnimatedDeployButton/types.d.ts +5 -9
  40. package/dist/Shared/Components/AppStatusModal/service.d.ts +1 -1
  41. package/dist/Shared/Components/AppStatusModal/types.d.ts +2 -1
  42. package/dist/Shared/Components/Backdrop/Backdrop.d.ts +1 -1
  43. package/dist/Shared/Components/Backdrop/index.d.ts +1 -0
  44. package/dist/Shared/Components/Backdrop/types.d.ts +28 -2
  45. package/dist/Shared/Components/Backdrop/utils.d.ts +1 -0
  46. package/dist/Shared/Components/Badge/Badge.d.ts +3 -0
  47. package/dist/Shared/Components/Badge/index.d.ts +2 -0
  48. package/dist/Shared/Components/Badge/types.d.ts +18 -0
  49. package/dist/Shared/Components/Badge/utils.d.ts +7 -0
  50. package/dist/Shared/Components/BulkOperations/types.d.ts +1 -1
  51. package/dist/Shared/Components/BulkSelection/BulkSelection.d.ts +1 -1
  52. package/dist/Shared/Components/BulkSelection/types.d.ts +4 -9
  53. package/dist/Shared/Components/Button/Button.component.d.ts +376 -2
  54. package/dist/Shared/Components/Button/types.d.ts +6 -3
  55. package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/helpers.d.ts +1 -1
  56. package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/types.d.ts +1 -1
  57. package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/utils.d.ts +1 -1
  58. package/dist/Shared/Components/CICDHistory/DeploymentStatusBreakdown.d.ts +1 -1
  59. package/dist/Shared/Components/CICDHistory/types.d.ts +2 -1
  60. package/dist/Shared/Components/CodeEditor/CodeEditor.constants.d.ts +1 -1
  61. package/dist/Shared/Components/DeploymentStatusBreakdown/constants.d.ts +2 -1
  62. package/dist/Shared/Components/DeploymentStatusBreakdown/utils.d.ts +7 -2
  63. package/dist/Shared/Components/DynamicDataTable/types.d.ts +1 -1
  64. package/dist/Shared/Components/GenericInfoCard/types.d.ts +1 -1
  65. package/dist/Shared/Components/GenericModal/GenericModal.component.d.ts +9 -0
  66. package/dist/Shared/Components/GenericModal/GenericModal.context.d.ts +6 -0
  67. package/dist/Shared/Components/GenericModal/constants.d.ts +2 -0
  68. package/dist/Shared/Components/GenericModal/index.d.ts +2 -0
  69. package/dist/Shared/Components/GenericModal/types.d.ts +37 -0
  70. package/dist/Shared/Components/GettingStartedCard/GettingStarted.d.ts +1 -1
  71. package/dist/Shared/Components/GettingStartedCard/types.d.ts +0 -3
  72. package/dist/Shared/Components/Header/HeaderWithCreateButton/types.d.ts +1 -1
  73. package/dist/Shared/Components/Header/HelpButton.d.ts +1 -1
  74. package/dist/Shared/Components/Header/PageHeader.d.ts +1 -1
  75. package/dist/Shared/Components/Header/types.d.ts +1 -3
  76. package/dist/Shared/Components/Icon/Icon.d.ts +22 -1
  77. package/dist/Shared/Components/InfoBlock/constants.d.ts +2 -1
  78. package/dist/Shared/Components/InvalidYAMLTippy/types.d.ts +1 -1
  79. package/dist/Shared/Components/Popover/types.d.ts +3 -2
  80. package/dist/Shared/Components/Popover/utils.d.ts +1 -1
  81. package/dist/Shared/Components/Security/SecurityModal/config/CodeScan.d.ts +7 -7
  82. package/dist/Shared/Components/Security/SecurityModal/types.d.ts +1 -1
  83. package/dist/Shared/Components/Security/SeverityChip.d.ts +6 -0
  84. package/dist/Shared/Components/Security/Vulnerabilities/types.d.ts +1 -1
  85. package/dist/Shared/Components/SelectPicker/GroupedFilterSelectPicker.d.ts +2 -0
  86. package/dist/Shared/Components/SelectPicker/SelectPicker.component.d.ts +1 -1
  87. package/dist/Shared/Components/SelectPicker/common.d.ts +1 -1
  88. package/dist/Shared/Components/SelectPicker/index.d.ts +1 -0
  89. package/dist/Shared/Components/SelectPicker/type.d.ts +8 -3
  90. package/dist/Shared/Components/TabGroup/TabGroup.types.d.ts +1 -1
  91. package/dist/Shared/Components/Table/BulkSelectionActionWidget.d.ts +1 -1
  92. package/dist/Shared/Components/Table/InternalTable.d.ts +1 -1
  93. package/dist/Shared/Components/Table/TableContent.d.ts +3 -0
  94. package/dist/Shared/Components/Table/constants.d.ts +1 -0
  95. package/dist/Shared/Components/Table/index.d.ts +1 -1
  96. package/dist/Shared/Components/Table/types.d.ts +48 -21
  97. package/dist/Shared/Components/Table/useTableWithKeyboardShortcuts.d.ts +6 -1
  98. package/dist/Shared/Components/Table/utils.d.ts +5 -0
  99. package/dist/Shared/Components/TargetPlatforms/types.d.ts +1 -1
  100. package/dist/Shared/Components/WorkflowOptionsModal/SourceTypeCard.d.ts +1 -1
  101. package/dist/Shared/Components/WorkflowOptionsModal/WorkflowOptionsModal.d.ts +1 -1
  102. package/dist/Shared/Components/WorkflowOptionsModal/constants.d.ts +75 -41
  103. package/dist/Shared/Components/WorkflowOptionsModal/index.d.ts +1 -0
  104. package/dist/Shared/Components/WorkflowOptionsModal/types.d.ts +10 -12
  105. package/dist/Shared/Components/WorkflowOptionsModal/utils.d.ts +13 -2
  106. package/dist/Shared/Components/index.d.ts +3 -0
  107. package/dist/Shared/Helpers.d.ts +3 -2
  108. package/dist/Shared/Hooks/useUserPreferences/types.d.ts +2 -2
  109. package/dist/Shared/Providers/MainContextProvider/index.d.ts +3 -0
  110. package/dist/Shared/Providers/{types.d.ts → MainContextProvider/types.d.ts} +4 -4
  111. package/dist/Shared/Providers/index.d.ts +0 -2
  112. package/dist/Shared/Services/types.d.ts +1 -0
  113. package/dist/Shared/constants.d.ts +1 -0
  114. package/dist/Shared/types.d.ts +15 -2
  115. package/dist/assets/@code-editor.css +1 -1
  116. package/dist/assets/@common-rjsf.css +1 -1
  117. package/dist/assets/ic-activity.abf111c7.svg +3 -0
  118. package/dist/assets/ic-bug.8a8dc1fc.svg +3 -0
  119. package/dist/assets/ic-check-all.fdea6b38.svg +5 -0
  120. package/dist/assets/ic-check-square.e355731d.svg +4 -0
  121. package/dist/assets/ic-clean-brush.c21cbe1e.svg +3 -0
  122. package/dist/assets/ic-container.92a4c33a.svg +3 -0
  123. package/dist/assets/ic-deploy-color.73a8df48.svg +14 -0
  124. package/dist/assets/ic-deploy-sync.6b1cf1b1.svg +16 -0
  125. package/dist/assets/ic-download.468a0cb7.svg +3 -0
  126. package/dist/assets/ic-file-code.0926d194.svg +3 -0
  127. package/dist/assets/ic-folder.8038c019.svg +3 -0
  128. package/dist/assets/ic-gavel.a3b064b5.svg +3 -0
  129. package/dist/assets/ic-git-branch.d6b3d950.svg +3 -0
  130. package/dist/assets/ic-helm-app.a20cfeb3.svg +4 -0
  131. package/dist/assets/ic-info-filled-color.47953fcf.svg +8 -0
  132. package/dist/assets/ic-linked-build-color.d1df5ce1.svg +7 -0
  133. package/dist/assets/ic-logs.d310db72.svg +3 -0
  134. package/dist/assets/{ic-minus.416da21b.svg → ic-minus.aac464f7.svg} +1 -1
  135. package/dist/assets/ic-namespace.8980221f.svg +3 -0
  136. package/dist/assets/ic-pause-circle.f9405070.svg +3 -0
  137. package/dist/assets/ic-speedometer.3ecaae3b.svg +3 -0
  138. package/dist/assets/ic-two-cubes.056d1333.svg +3 -0
  139. package/dist/assets/ic-webhook.ffd8ded6.svg +21 -0
  140. package/dist/assets/workflow-options-modal-header.0444485e.svg +38 -0
  141. package/dist/index.d.ts +12 -1
  142. package/dist/index.js +855 -838
  143. package/package.json +7 -7
  144. package/dist/Shared/Components/BulkSelection/BulkSelectionDropdownItems.d.ts +0 -3
  145. package/dist/assets/change-source.abc9d12f.png +0 -0
  146. package/dist/assets/ic-check-all.0376437d.svg +0 -21
  147. package/dist/assets/ic-check-square.2a3d3fb9.svg +0 -20
  148. package/dist/assets/ic-ci-webhook.a2ab6db6.svg +0 -42
  149. package/dist/assets/ic-source-build.7d776b10.svg +0 -22
  150. package/dist/assets/ic-source-job.a40f06cf.svg +0 -26
  151. package/dist/assets/ic-source-linked-build.f24ecbed.svg +0 -24
  152. package/dist/assets/ic-source-webhook.ee64a29a.svg +0 -22
  153. package/dist/assets/select-image-source.fb911f42.png +0 -0
  154. /package/dist/Shared/Providers/{MainContextProvider.d.ts → MainContextProvider/MainContextProvider.d.ts} +0 -0
  155. /package/dist/assets/{ic-container.4e1e6455.svg → ic-container-registry.4e1e6455.svg} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.16.1",
3
+ "version": "1.17.0-beta-2",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "devDependencies": {
39
39
  "@esbuild-plugins/node-globals-polyfill": "0.2.3",
40
- "@laynezh/vite-plugin-lib-assets": "^0.5.26",
40
+ "@laynezh/vite-plugin-lib-assets": "1.1.0",
41
41
  "@sentry/browser": "^7.119.1",
42
42
  "@testing-library/jest-dom": "^5.16.2",
43
43
  "@testing-library/react": "^12.1.4",
@@ -50,7 +50,7 @@
50
50
  "@types/react-router-dom": "^5.3.3",
51
51
  "@typescript-eslint/eslint-plugin": "8.3.0",
52
52
  "@typescript-eslint/parser": "8.3.0",
53
- "@vitejs/plugin-react": "4.3.1",
53
+ "@vitejs/plugin-react": "4.5.2",
54
54
  "eslint": "^8.57.1",
55
55
  "eslint-config-airbnb": "^19.0.4",
56
56
  "eslint-config-prettier": "^9.1.0",
@@ -72,9 +72,8 @@
72
72
  "sharp": "^0.33.5",
73
73
  "svgo": "^3.3.2",
74
74
  "typescript": "5.5.4",
75
- "vite": "5.4.19",
76
- "vite-plugin-dts": "4.0.3",
77
- "vite-plugin-image-optimizer": "^1.1.8",
75
+ "vite": "6.3.5",
76
+ "vite-plugin-dts": "4.5.4",
78
77
  "vite-plugin-lib-inject-css": "2.1.1",
79
78
  "vite-plugin-svgr": "^2.4.0",
80
79
  "vite-tsconfig-paths": "5.0.1"
@@ -96,6 +95,7 @@
96
95
  "yaml": "^2.4.1"
97
96
  },
98
97
  "dependencies": {
98
+ "@codemirror/autocomplete": "6.18.6",
99
99
  "@codemirror/lang-json": "6.0.1",
100
100
  "@codemirror/lang-yaml": "6.1.2",
101
101
  "@codemirror/language": "6.10.8",
@@ -135,7 +135,7 @@
135
135
  "react-dom": "^17.0.2"
136
136
  },
137
137
  "vite-plugin-svgr": {
138
- "vite": "5.4.19"
138
+ "vite": "6.3.5"
139
139
  },
140
140
  "react-virtualized-sticky-tree": {
141
141
  "react": "^17.0.2",
@@ -1,3 +0,0 @@
1
- import { BulkSelectionDropdownItemsProps } from './types';
2
- declare const BulkSelectionDropdownItems: <T>({ locator, label, isSelected, handleBulkSelection, icon: Icon, iconClass, }: BulkSelectionDropdownItemsProps<T>) => JSX.Element;
3
- export default BulkSelectionDropdownItems;
@@ -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 width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
18
- <rect x="2" y="2" width="11.2" height="11.2" rx="2" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
19
- <path d="M15.4667 5.86621V11.4662C15.4667 13.6754 13.6758 15.4662 11.4667 15.4662H5.8667" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
20
- <path d="M10.35 5.84961L6.85004 9.34945L5.10004 7.59961" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
21
- </svg>
@@ -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="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
18
- <rect x="2" y="2" width="12" height="12" rx="2" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
19
- <path d="M11.2083 5.95801L7.12498 10.0412L5.08331 7.99967" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
20
- </svg>
@@ -1,42 +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" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">
18
- <defs>
19
- <path id="n7lc2hzvca" d="M0 0H20V20H0z"/>
20
- </defs>
21
- <g fill="none" fill-rule="evenodd">
22
- <g>
23
- <g>
24
- <g>
25
- <g>
26
- <g>
27
- <path d="M0 0H24V24H0z" transform="translate(-532 -562) translate(88 477) translate(20 68) translate(260) translate(164 17)"/>
28
- <g transform="translate(-532 -562) translate(88 477) translate(20 68) translate(260) translate(164 17) translate(2 2)">
29
- <mask id="1oj3nfylub" fill="#fff">
30
- <use xlink:href="#n7lc2hzvca"/>
31
- </mask>
32
- <path fill="#FF2D6B" fill-rule="nonzero" d="M6.53 14.81c.37-.64.339-1.4-.014-1.993L9.39 7.834l-.833-.48c-1.368-.789-1.839-2.543-1.05-3.91.788-1.368 2.543-1.84 3.91-1.05 1.203.693 1.712 2.133 1.28 3.401l1.878.446c.618-2.076-.24-4.386-2.197-5.514C10.092-.592 7.16.196 5.84 2.482c-1.154 2.001-.695 4.498.97 5.974l-1.96 3.4c-.69-.008-1.364.346-1.733.986-.543.942-.22 2.147.723 2.69.942.544 2.147.22 2.69-.722z" mask="url(#1oj3nfylub)"/>
33
- <path fill="#4A4A4A" fill-rule="nonzero" d="M5.78 20.144c.37-.64.339-1.4-.014-1.994l2.874-4.982-.833-.48c-1.368-.79-1.839-2.544-1.05-3.911.788-1.368 2.543-1.839 3.91-1.05 1.203.693 1.712 2.134 1.28 3.401l1.878.446c.618-2.075-.24-4.385-2.197-5.514C9.342 4.742 6.41 5.53 5.09 7.816c-1.154 2-.695 4.497.97 5.973l-1.96 3.4c-.69-.008-1.364.346-1.733.986-.543.943-.22 2.147.723 2.691.942.544 2.147.22 2.69-.722z" mask="url(#1oj3nfylub)" transform="rotate(-120 8.063 13.275)"/>
34
- <path fill="#4A4A4A" fill-rule="nonzero" d="M10.864 18.144c.37-.64.338-1.4-.014-1.994l2.873-4.982-.833-.48c-1.368-.79-1.839-2.544-1.05-3.911.789-1.368 2.543-1.839 3.91-1.05 1.203.693 1.712 2.134 1.281 3.401l1.877.446c.619-2.075-.24-4.385-2.196-5.514-2.287-1.318-5.22-.53-6.538 1.756-1.154 2-.695 4.497.97 5.973l-1.96 3.4c-.69-.008-1.364.346-1.733.986-.544.943-.22 2.147.722 2.691.943.544 2.147.22 2.691-.722z" mask="url(#1oj3nfylub)" transform="rotate(120 13.146 11.275)"/>
35
- </g>
36
- </g>
37
- </g>
38
- </g>
39
- </g>
40
- </g>
41
- </g>
42
- </svg>
@@ -1,22 +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="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
18
- <rect width="40" height="40" rx="8" fill="#E5F2FF"/>
19
- <path fill-rule="evenodd" clip-rule="evenodd" d="M27.2544 12.221L25.3524 14.12C25.1114 14.3618 25.1114 14.7519 25.3524 14.9937L26.7668 16.4059C27.009 16.6466 27.3997 16.6466 27.6419 16.4059L29.5439 14.5058C29.6737 14.3761 29.8961 14.4365 29.9445 14.6135C30.3055 15.9432 29.9632 17.4236 28.9176 18.4676C27.7794 19.604 26.124 19.9073 24.7085 19.3798L16.4753 28.3696C15.6311 29.2927 14.1859 29.3257 13.2998 28.4399C12.4094 27.5519 12.4468 26.099 13.3813 25.2583L22.4048 17.1324C21.8324 15.7015 22.1263 14.0046 23.2875 12.8463C24.3332 11.8022 25.8158 11.4616 27.1476 11.8209C27.3249 11.8693 27.3854 12.0913 27.2555 12.221H27.2544ZM14.242 26.8727C14.242 27.2354 14.537 27.531 14.9002 27.531C15.2635 27.531 15.5595 27.2365 15.5595 26.8727C15.5595 26.5101 15.2646 26.2155 14.9002 26.2155C14.537 26.2155 14.242 26.5101 14.242 26.8727Z" fill="#8898A6"/>
20
- <path fill-rule="evenodd" clip-rule="evenodd" d="M15.1003 17.5101L17.3567 15.2573L28.253 26.1368C28.6826 26.5657 28.6826 27.262 28.253 27.691L27.5533 28.3896C27.1236 28.8186 26.4263 28.8186 25.9966 28.3896L15.1003 17.5101V17.5101Z" fill="#F4910D"/>
21
- <path fill-rule="evenodd" clip-rule="evenodd" d="M13.4114 19.9005L14.0433 19.2695L14.1033 18.8475C14.1546 18.4916 14.4854 18.2437 14.8411 18.2942C14.8901 18.3012 14.9376 18.3129 14.9828 18.3315L17.8033 15.5153L17.6913 14.6263C17.6142 14.0038 17.8275 13.379 18.2727 12.9345C18.7241 12.4838 19.3358 12.2305 19.974 12.2305L21.094 12.2312C19.3312 10.4711 17.6656 10.3732 16.0988 11.9375L12.219 15.8114C11.9964 16.0336 11.6897 16.1502 11.3761 16.1323L10.871 16.102L10.239 16.733C9.80934 17.162 9.80934 17.8583 10.239 18.2872L11.8547 19.9005C12.2844 20.3295 12.9817 20.3295 13.4114 19.9005Z" fill="#66757F"/>
22
- </svg>
@@ -1,26 +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="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
18
- <rect width="40" height="40" rx="8" fill="#E6FBFF"/>
19
- <rect x="10.8333" y="23.0559" width="6.11111" height="6.11111" fill="#023E8A"/>
20
- <rect x="10.8333" y="16.9442" width="6.11111" height="6.11111" fill="#0077B6"/>
21
- <rect x="16.9443" y="23.0559" width="6.11111" height="6.11111" fill="#0077B6"/>
22
- <rect x="16.9443" y="16.9442" width="6.11111" height="6.11111" fill="#0096C7"/>
23
- <rect x="23.0557" y="23.0559" width="6.11111" height="6.11111" fill="#0096C7"/>
24
- <rect x="23.0557" y="16.9442" width="6.11111" height="6.11111" fill="#00B4D8"/>
25
- <rect x="23.0557" y="10.8334" width="6.11111" height="6.11111" fill="#48CAE4"/>
26
- </svg>
@@ -1,24 +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="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
18
- <rect width="40" height="40" rx="8" fill="#F3F0FF"/>
19
- <path fill-rule="evenodd" clip-rule="evenodd" d="M27.2544 12.2209L25.3524 14.12C25.1114 14.3617 25.1114 14.7519 25.3524 14.9937L26.7668 16.4059C27.009 16.6465 27.3997 16.6465 27.6419 16.4059L29.5439 14.5057C29.6737 14.376 29.8961 14.4365 29.9445 14.6134C30.3055 15.9432 29.9632 17.4235 28.9176 18.4676C27.7794 19.6039 26.124 19.9073 24.7085 19.3797L16.4753 28.3695C15.6311 29.2927 14.1859 29.3256 13.2998 28.4398C12.4094 27.5519 12.4468 26.099 13.3813 25.2583L22.4048 17.1323C21.8324 15.7014 22.1263 14.0046 23.2875 12.8462C24.3332 11.8022 25.8158 11.4615 27.1476 11.8209C27.3249 11.8692 27.3854 12.0912 27.2555 12.2209H27.2544ZM14.242 26.8727C14.242 27.2353 14.537 27.531 14.9002 27.531C15.2635 27.531 15.5595 27.2364 15.5595 26.8727C15.5595 26.51 15.2646 26.2155 14.9002 26.2155C14.537 26.2155 14.242 26.51 14.242 26.8727Z" fill="#8898A6"/>
20
- <path fill-rule="evenodd" clip-rule="evenodd" d="M15.1003 17.5101L17.3567 15.2573L28.253 26.1367C28.6826 26.5657 28.6826 27.262 28.253 27.6909L27.5533 28.3896C27.1236 28.8185 26.4263 28.8185 25.9966 28.3896L15.1003 17.5101V17.5101Z" fill="#F4910D"/>
21
- <path fill-rule="evenodd" clip-rule="evenodd" d="M13.4114 19.9005L14.0433 19.2694L14.1033 18.8475C14.1546 18.4916 14.4854 18.2437 14.8411 18.2942C14.8901 18.3012 14.9376 18.3128 14.9828 18.3315L17.8033 15.5152L17.6913 14.6262C17.6142 14.0038 17.8275 13.379 18.2727 12.9345C18.7241 12.4838 19.3358 12.2304 19.974 12.2304L21.094 12.2312C19.3312 10.4711 17.6656 10.3731 16.0988 11.9375L12.219 15.8113C11.9964 16.0336 11.6897 16.1501 11.3761 16.1323L10.871 16.102L10.239 16.733C9.80934 17.1619 9.80934 17.8582 10.239 18.2872L11.8547 19.9005C12.2844 20.3294 12.9817 20.3294 13.4114 19.9005Z" fill="#66757F"/>
22
- <path fill-rule="evenodd" clip-rule="evenodd" d="M18.3548 25.613C18.3548 26.152 18.5689 26.6689 18.95 27.05C19.3311 27.4311 19.848 27.6452 20.387 27.6452H22.645C23.0191 27.6452 23.3224 27.9485 23.3224 28.3226C23.3224 28.6967 23.0191 29 22.645 29H20.387C19.4887 29 18.6272 28.6432 17.992 28.008C17.3568 27.3728 17 26.5113 17 25.613C17 24.7147 17.3568 23.8532 17.992 23.218C18.6272 22.5828 19.4887 22.226 20.387 22.226H22.645C23.0191 22.226 23.3224 22.5293 23.3224 22.9034C23.3224 23.2775 23.0191 23.5808 22.645 23.5808H20.387C19.848 23.5808 19.3311 23.7949 18.95 24.176C18.5689 24.5571 18.3548 25.074 18.3548 25.613ZM20.6132 25.6128C20.6132 25.2387 20.9165 24.9354 21.2906 24.9354H26.7098C27.0839 24.9354 27.3872 25.2387 27.3872 25.6128C27.3872 25.9869 27.0839 26.2902 26.7098 26.2902H21.2906C20.9165 26.2902 20.6132 25.9869 20.6132 25.6128ZM24.6776 28.3226C24.6776 27.9485 24.9809 27.6452 25.355 27.6452H27.613C28.152 27.6452 28.6689 27.4311 29.05 27.05C29.4311 26.6689 29.6452 26.152 29.6452 25.613C29.6452 25.074 29.4311 24.5571 29.05 24.176C28.6689 23.7949 28.152 23.5808 27.613 23.5808H25.355C24.9809 23.5808 24.6776 23.2775 24.6776 22.9034C24.6776 22.5293 24.9809 22.226 25.355 22.226H27.613C28.5113 22.226 29.3728 22.5828 30.008 23.218C30.6432 23.8532 31 24.7147 31 25.613C31 26.5113 30.6432 27.3728 30.008 28.008C29.3728 28.6432 28.5113 29 27.613 29H25.355C24.9809 29 24.6776 28.6967 24.6776 28.3226Z" fill="#664BEE"/>
23
- <path fill-rule="evenodd" clip-rule="evenodd" d="M20.8717 26.1452C20.987 26.236 21.1325 26.2902 21.2906 26.2902H26.7098C26.8679 26.2902 27.0134 26.236 27.1286 26.1452C27.2861 26.0212 27.3872 25.8288 27.3872 25.6128C27.3872 25.397 27.2863 25.2048 27.1292 25.0808C27.0139 24.9897 26.8682 24.9354 26.7098 24.9354H21.2906C21.1322 24.9354 20.9865 24.9897 20.8712 25.0808C20.714 25.2048 20.6132 25.397 20.6132 25.6128C20.6132 25.8288 20.7143 26.0212 20.8717 26.1452ZM24.9356 23.4354C25.0509 23.5264 25.1966 23.5808 25.355 23.5808H27.613C28.152 23.5808 28.6689 23.7949 29.05 24.176C29.4311 24.5571 29.6452 25.074 29.6452 25.613C29.6452 26.152 29.4311 26.6689 29.05 27.05C28.6689 27.4311 28.152 27.6452 27.613 27.6452H25.355C25.1969 27.6452 25.0514 27.6994 24.9361 27.7902C24.8796 27.8347 24.8303 27.8881 24.7903 27.9482C24.7191 28.0555 24.6776 28.1842 24.6776 28.3226C24.6776 28.461 24.7191 28.5897 24.7903 28.697C24.9117 28.8796 25.1193 29 25.355 29H27.613C28.5113 29 29.3728 28.6432 30.008 28.008C30.6432 27.3728 31 26.5113 31 25.613C31 24.7147 30.6432 23.8532 30.008 23.218C29.3728 22.5828 28.5113 22.226 27.613 22.226H25.355C25.1193 22.226 24.9117 22.3464 24.7903 22.529C24.7191 22.6363 24.6776 22.765 24.6776 22.9034C24.6776 23.0418 24.7191 23.1705 24.7903 23.2777C24.8302 23.3377 24.8793 23.3909 24.9356 23.4354ZM24 21.1989C23.6281 20.9029 23.1572 20.726 22.645 20.726H20.387C19.0909 20.726 17.8479 21.2409 16.9314 22.1574C16.0149 23.0739 15.5 24.3169 15.5 25.613C15.5 26.9091 16.0149 28.1521 16.9314 29.0686C17.8479 29.9851 19.0909 30.5 20.387 30.5H22.645C23.1572 30.5 23.6281 30.3231 24 30.0271C24.3719 30.3231 24.8428 30.5 25.355 30.5H27.613C28.9091 30.5 30.1521 29.9851 31.0686 29.0686C31.9851 28.1521 32.5 26.9091 32.5 25.613C32.5 24.3169 31.9851 23.0739 31.0686 22.1574C30.1521 21.2409 28.9091 20.726 27.613 20.726H25.355C24.8428 20.726 24.3719 20.9029 24 21.1989ZM23.2097 22.529C23.0883 22.3464 22.8807 22.226 22.645 22.226H20.387C19.4887 22.226 18.6272 22.5828 17.992 23.218C17.3568 23.8532 17 24.7147 17 25.613C17 26.5113 17.3568 27.3728 17.992 28.008C18.6272 28.6432 19.4887 29 20.387 29H22.645C22.8807 29 23.0883 28.8796 23.2097 28.697C23.2809 28.5897 23.3224 28.461 23.3224 28.3226C23.3224 28.1842 23.2809 28.0555 23.2097 27.9482C23.1697 27.8881 23.1204 27.8347 23.0639 27.7902C22.9486 27.6994 22.8031 27.6452 22.645 27.6452H20.387C19.848 27.6452 19.3311 27.4311 18.95 27.05C18.5689 26.6689 18.3548 26.152 18.3548 25.613C18.3548 25.074 18.5689 24.5571 18.95 24.176C19.3311 23.7949 19.848 23.5808 20.387 23.5808H22.645C22.8034 23.5808 22.9491 23.5264 23.0644 23.4354C23.1207 23.3909 23.1698 23.3377 23.2097 23.2777C23.2809 23.1705 23.3224 23.0418 23.3224 22.9034C23.3224 22.765 23.2809 22.6363 23.2097 22.529Z" fill="#F3F0FF"/>
24
- </svg>
@@ -1,22 +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="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
18
- <rect width="40" height="40" rx="8" fill="#FFEDF2"/>
19
- <path fill-rule="evenodd" clip-rule="evenodd" d="M19.9999 14.25C20.9204 14.25 21.6666 14.9962 21.6666 15.9167C21.6666 16.2109 21.5903 16.4874 21.4565 16.7273L23.6108 20.3217L23.6648 20.302C24.0192 20.1822 24.3906 20.1102 24.7708 20.0896L24.9999 20.0833C27.3011 20.0833 29.1666 21.9488 29.1666 24.25C29.1666 26.5512 27.3011 28.4167 24.9999 28.4167C23.9354 28.4167 22.9316 28.0147 22.1667 27.3052C21.8293 26.9922 21.8096 26.4649 22.1226 26.1275C22.4356 25.7901 22.9628 25.7703 23.3002 26.0833C23.7598 26.5097 24.36 26.75 24.9999 26.75C26.3806 26.75 27.4999 25.6307 27.4999 24.25C27.4999 22.8693 26.3806 21.75 24.9999 21.75C24.5385 21.75 24.0973 21.8744 23.7118 22.1068C23.3451 22.3279 22.8765 22.2334 22.6216 21.9021L22.5668 21.8215L20.0266 17.5825L19.9999 17.5833C19.1213 17.5833 18.4014 16.9034 18.3378 16.0411L18.3333 15.9167C18.3333 14.9962 19.0794 14.25 19.9999 14.25Z" fill="#4A4A4A"/>
20
- <path d="M19.9999 11.75C22.3011 11.75 24.1666 13.6155 24.1666 15.9167C24.1666 16.3769 23.7935 16.75 23.3333 16.75C22.9059 16.75 22.5537 16.4283 22.5055 16.0139L22.4999 15.9167C22.4999 14.536 21.3806 13.4167 19.9999 13.4167C18.6192 13.4167 17.4999 14.536 17.4999 15.9167C17.4999 16.8604 18.0269 17.7098 18.8499 18.1372C19.2857 18.3636 19.4323 18.9158 19.1661 19.3285L16.4831 23.4891C16.6004 23.7172 16.6666 23.9759 16.6666 24.25C16.6666 25.1705 15.9204 25.9167 14.9999 25.9167C14.0794 25.9167 13.3333 25.1705 13.3333 24.25C13.3333 23.3295 14.0794 22.5833 14.9999 22.5833C15.0272 22.5833 15.0542 22.584 15.0812 22.5853L17.3233 19.1092L17.2931 19.0849C16.4318 18.3489 15.8922 17.2808 15.8378 16.1123L15.8333 15.9167C15.8333 13.6155 17.6987 11.75 19.9999 11.75Z" fill="#EB456D"/>
21
- <path fill-rule="evenodd" clip-rule="evenodd" d="M14.6483 20.831C14.805 21.2638 14.5813 21.7416 14.1485 21.8983C13.1672 22.2537 12.4999 23.1887 12.4999 24.2499C12.4999 25.6306 13.6192 26.7499 14.9999 26.7499C16.3313 26.7499 17.4196 25.7091 17.4957 24.3968L17.4999 24.2499C17.4999 23.8225 17.8216 23.4703 18.2361 23.4221L18.3333 23.4165L23.5564 23.4163C23.8446 22.9182 24.3831 22.5832 24.9999 22.5832C25.9204 22.5832 26.6666 23.3294 26.6666 24.2499C26.6666 25.1703 25.9204 25.9165 24.9999 25.9165C24.3831 25.9165 23.8446 25.5815 23.5564 25.0835L19.0816 25.0824L19.073 25.1323C18.6804 26.9528 17.0984 28.3308 15.1807 28.4127L14.9999 28.4165C12.6987 28.4165 10.8333 26.5511 10.8333 24.2499C10.8333 22.4815 11.9451 20.9237 13.581 20.3313C14.0137 20.1746 14.4916 20.3983 14.6483 20.831Z" fill="#4A4A4A"/>
22
- </svg>