@devtron-labs/devtron-fe-common-lib 1.15.2 → 1.15.3-beta-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/dist/{@code-editor-O_mIinn2.js → @code-editor-Bd6MuRxN.js} +9230 -8913
  2. package/dist/{@common-rjsf-BQQNvTlX.js → @common-rjsf-DPDULtgg.js} +225 -233
  3. package/dist/{@framer-motion-Dchiw-Rb.js → @framer-motion-BhKAac90.js} +640 -622
  4. package/dist/{@moment-C_WeV3Af.js → @moment-CGWt8tF2.js} +12 -1
  5. package/dist/{@react-dates-D5kydtW-.js → @react-dates-CfRo6n5e.js} +2065 -2140
  6. package/dist/{@react-select-Cmser7OI.js → @react-select-DNDV8S9D.js} +6 -6
  7. package/dist/{@react-virtualized-sticky-tree-DMnFy9PE.js → @react-virtualized-sticky-tree-mXcyQzGx.js} +1 -1
  8. package/dist/{@vendor-STJ9h0oI.js → @vendor-CA9d7Ztm.js} +20720 -20458
  9. package/dist/Common/Constants.d.ts +3 -0
  10. package/dist/Common/Dialogs/Types.d.ts +0 -17
  11. package/dist/Common/Dialogs/index.d.ts +0 -1
  12. package/dist/Common/RJSF/widgets/Checkbox.d.ts +1 -1
  13. package/dist/Common/Tooltip/types.d.ts +1 -1
  14. package/dist/Common/Types.d.ts +8 -43
  15. package/dist/Common/index.d.ts +0 -2
  16. package/dist/Pages/Applications/DevtronApps/Details/CDPipeline/types.d.ts +1 -0
  17. package/dist/Pages/GlobalConfigurations/BuildInfra/constants.d.ts +1 -1
  18. package/dist/Shared/Analytics/analytics.d.ts +2 -0
  19. package/dist/Shared/Components/Backdrop/Backdrop.d.ts +1 -1
  20. package/dist/Shared/Components/Backdrop/index.d.ts +1 -0
  21. package/dist/Shared/Components/Backdrop/types.d.ts +16 -2
  22. package/dist/Shared/Components/Backdrop/utils.d.ts +1 -0
  23. package/dist/Shared/Components/Badge/Badge.d.ts +3 -0
  24. package/dist/Shared/Components/Badge/index.d.ts +2 -0
  25. package/dist/Shared/Components/Badge/types.d.ts +18 -0
  26. package/dist/Shared/Components/Badge/utils.d.ts +7 -0
  27. package/dist/Shared/Components/BulkOperations/types.d.ts +1 -1
  28. package/dist/Shared/Components/Button/Button.component.d.ts +1 -1
  29. package/dist/Shared/Components/Button/types.d.ts +2 -2
  30. package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/helpers.d.ts +1 -1
  31. package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/types.d.ts +1 -1
  32. package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/utils.d.ts +3 -2
  33. package/dist/Shared/Components/CICDHistory/service.d.ts +1 -7
  34. package/dist/Shared/Components/CICDHistory/types.d.ts +3 -19
  35. package/dist/Shared/Components/CodeEditor/CodeEditor.constants.d.ts +1 -1
  36. package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiff.types.d.ts +18 -1
  37. package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiffRadioSelect.d.ts +7 -0
  38. package/dist/Shared/Components/DeploymentConfigDiff/index.d.ts +1 -0
  39. package/dist/Shared/Components/DocLink/constants.d.ts +3 -0
  40. package/dist/Shared/Components/DocLink/types.d.ts +1 -0
  41. package/dist/Shared/Components/DocLink/utils.d.ts +1 -1
  42. package/dist/Shared/Components/DynamicDataTable/types.d.ts +1 -1
  43. package/dist/Shared/Components/GenericInfoCard/types.d.ts +1 -1
  44. package/dist/Shared/Components/GenericModal/GenericModal.component.d.ts +9 -0
  45. package/dist/Shared/Components/GenericModal/GenericModal.context.d.ts +6 -0
  46. package/dist/Shared/Components/GenericModal/constants.d.ts +2 -0
  47. package/dist/Shared/Components/GenericModal/index.d.ts +2 -0
  48. package/dist/Shared/Components/GenericModal/types.d.ts +37 -0
  49. package/dist/Shared/Components/Header/HeaderWithCreateButton/HeaderWithCreateButon.d.ts +1 -1
  50. package/dist/Shared/Components/Header/HeaderWithCreateButton/types.d.ts +3 -1
  51. package/dist/Shared/Components/Header/types.d.ts +2 -1
  52. package/dist/Shared/Components/Icon/Icon.d.ts +20 -1
  53. package/dist/Shared/Components/InvalidYAMLTippy/types.d.ts +1 -1
  54. package/dist/Shared/Components/Popover/types.d.ts +5 -0
  55. package/dist/Shared/Components/Popover/usePopover.hook.d.ts +1 -1
  56. package/dist/Shared/Components/ProgressBar/ProgressBar.component.d.ts +2 -0
  57. package/dist/Shared/Components/ProgressBar/index.d.ts +1 -0
  58. package/dist/Shared/Components/ProgressBar/types.d.ts +9 -0
  59. package/dist/Shared/Components/Security/SecurityModal/config/CodeScan.d.ts +7 -7
  60. package/dist/Shared/Components/Security/SecurityModal/types.d.ts +1 -1
  61. package/dist/Shared/Components/Security/SeverityChip.d.ts +6 -0
  62. package/dist/Shared/Components/Security/Vulnerabilities/types.d.ts +1 -1
  63. package/dist/Shared/Components/SelectPicker/common.d.ts +1 -1
  64. package/dist/Shared/Components/SelectPicker/type.d.ts +1 -1
  65. package/dist/Shared/Components/Switch/Switch.component.d.ts +1 -1
  66. package/dist/Shared/Components/Switch/types.d.ts +11 -2
  67. package/dist/Shared/Components/Switch/utils.d.ts +2 -2
  68. package/dist/Shared/Components/SwitchThemeDialog/SwitchThemeDialog.component.d.ts +3 -0
  69. package/dist/Shared/Components/SwitchThemeDialog/index.d.ts +2 -0
  70. package/dist/Shared/Components/SwitchThemeDialog/types.d.ts +35 -0
  71. package/dist/Shared/Components/TabGroup/TabGroup.types.d.ts +1 -1
  72. package/dist/Shared/Components/Table/types.d.ts +1 -1
  73. package/dist/Shared/Components/TargetPlatforms/types.d.ts +1 -1
  74. package/dist/Shared/Components/Textarea/Textarea.component.d.ts +1 -1
  75. package/dist/Shared/Components/Textarea/types.d.ts +17 -1
  76. package/dist/Shared/Components/Textarea/utils.d.ts +5 -0
  77. package/dist/Shared/Components/ToggleResolveScopedVariables/ToggleResolveScopedVariables.component.d.ts +1 -1
  78. package/dist/Shared/Components/ToggleResolveScopedVariables/types.d.ts +1 -1
  79. package/dist/Shared/Components/Typewriter/BlinkingCursor.d.ts +1 -0
  80. package/dist/Shared/Components/Typewriter/index.d.ts +2 -0
  81. package/dist/Shared/Components/Typewriter/useTypewriter.d.ts +1 -0
  82. package/dist/Shared/Components/WorkflowOptionsModal/SourceTypeCard.d.ts +1 -1
  83. package/dist/Shared/Components/WorkflowOptionsModal/WorkflowOptionsModal.d.ts +1 -1
  84. package/dist/Shared/Components/WorkflowOptionsModal/constants.d.ts +75 -41
  85. package/dist/Shared/Components/WorkflowOptionsModal/index.d.ts +1 -0
  86. package/dist/Shared/Components/WorkflowOptionsModal/types.d.ts +10 -12
  87. package/dist/Shared/Components/WorkflowOptionsModal/utils.d.ts +13 -2
  88. package/dist/Shared/Components/index.d.ts +5 -0
  89. package/dist/Shared/Helpers.d.ts +1 -1
  90. package/dist/Shared/Hooks/useUserPreferences/types.d.ts +2 -2
  91. package/dist/Shared/Providers/index.d.ts +1 -0
  92. package/dist/Shared/Providers/types.d.ts +40 -12
  93. package/dist/Shared/Services/app.types.d.ts +7 -2
  94. package/dist/Shared/constants.d.ts +3 -1
  95. package/dist/Shared/types.d.ts +9 -3
  96. package/dist/assets/@code-editor.css +1 -1
  97. package/dist/assets/ic-add.2d785695.svg +3 -0
  98. package/dist/assets/ic-asterisk.ab224e72.svg +3 -0
  99. package/dist/assets/ic-brain.838491eb.svg +3 -0
  100. package/dist/assets/ic-cluster-isolated.93f843b9.svg +3 -0
  101. package/dist/assets/{ic-cluster.71ba9e26.svg → ic-cluster.f1c3fad1.svg} +1 -1
  102. package/dist/assets/ic-deploy-color.73a8df48.svg +14 -0
  103. package/dist/assets/ic-deploy-sync.6b1cf1b1.svg +16 -0
  104. package/dist/assets/ic-devtron-ai.535b45ec.svg +287 -0
  105. package/dist/assets/ic-environment-isolated.b772ae9d.svg +3 -0
  106. package/dist/assets/ic-environment.e639b8f3.svg +4 -0
  107. package/dist/assets/ic-folder-color.7cf84356.svg +6 -0
  108. package/dist/assets/ic-git-branch.d6b3d950.svg +3 -0
  109. package/dist/assets/ic-linked-build-color.d1df5ce1.svg +7 -0
  110. package/dist/assets/ic-minus.416da21b.svg +3 -0
  111. package/dist/assets/ic-openai.6e4c9a37.svg +10 -0
  112. package/dist/assets/ic-paper-plane.ad7e6d2f.svg +3 -0
  113. package/dist/assets/ic-shapes.b7b5c28f.svg +3 -0
  114. package/dist/assets/ic-sparkle-ai-color.34768219.svg +11 -0
  115. package/dist/assets/ic-sparkle-color.a9722593.svg +18 -0
  116. package/dist/assets/ic-stop-fill.32ea653f.svg +8 -0
  117. package/dist/assets/ic-webhook.ffd8ded6.svg +21 -0
  118. package/dist/assets/ic-world-globe.877fa6a0.svg +3 -0
  119. package/dist/assets/workflow-options-modal-header.0444485e.svg +38 -0
  120. package/dist/index.d.ts +7 -0
  121. package/dist/index.js +857 -855
  122. package/package.json +6 -7
  123. package/dist/Common/Dialogs/ConfirmationDialog.d.ts +0 -11
  124. package/dist/Common/InfoColorBar/InfoColourbar.d.ts +0 -6
  125. package/dist/Common/Toggle/Toggle.d.ts +0 -18
  126. package/dist/assets/change-source.abc9d12f.png +0 -0
  127. package/dist/assets/ic-add.18a93616.svg +0 -19
  128. package/dist/assets/ic-ci-webhook.a2ab6db6.svg +0 -42
  129. package/dist/assets/ic-source-build.7d776b10.svg +0 -22
  130. package/dist/assets/ic-source-job.a40f06cf.svg +0 -26
  131. package/dist/assets/ic-source-linked-build.f24ecbed.svg +0 -24
  132. package/dist/assets/ic-source-webhook.ee64a29a.svg +0 -22
  133. package/dist/assets/ic-sparkle-color.01c0be88.svg +0 -1
  134. package/dist/assets/select-image-source.fb911f42.png +0 -0
@@ -0,0 +1,287 @@
1
+ <svg width="28" height="28" viewBox="0 0 903 814" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <style>
3
+ @keyframes hexa-scale {
4
+ 0% {
5
+ transform: scale(1) rotate(0deg);
6
+ }
7
+ 25% {
8
+ transform: scale(0.8) rotate(90deg);
9
+ }
10
+ 50%,
11
+ to {
12
+ transform: scale(1) rotate(180deg);
13
+ }
14
+ }
15
+
16
+ @keyframes large-star-rotate {
17
+ 0% {
18
+ transform: rotate(0deg) scale(1);
19
+ }
20
+ 25% {
21
+ transform: rotate(270deg) scale(0.75) rotateX(0deg);
22
+ }
23
+ 37.5%,
24
+ 60%,
25
+ to {
26
+ transform: rotate(270deg) scale(1) rotateX(180deg);
27
+ }
28
+ }
29
+
30
+ @keyframes small-star-anim {
31
+ 0%,
32
+ 50% {
33
+ transform: scale(0.2);
34
+ opacity: 0;
35
+ }
36
+ 60%,
37
+ to {
38
+ transform: scale(0.2) translate(1200px, -1200px);
39
+ opacity: 1;
40
+ }
41
+ }
42
+
43
+ @keyframes rotate-small-star {
44
+ 0%,
45
+ 60% {
46
+ transform: rotate(0deg) scale(1);
47
+ }
48
+ 80% {
49
+ transform: rotate(360deg) scale(4);
50
+ }
51
+ 95% {
52
+ transform: rotate(540deg) scale(1);
53
+ }
54
+ to {
55
+ transform: rotate(720deg) scale(0);
56
+ }
57
+ }
58
+
59
+ @keyframes move-circle-br {
60
+ 0% {
61
+ transform: scale(0.2);
62
+ opacity: 0;
63
+ }
64
+ 50% {
65
+ transform: translate(0, 0) rotate(0deg);
66
+ opacity: 0;
67
+ }
68
+ 75% {
69
+ transform: translate(-8px, -60px) rotate(30deg);
70
+ opacity: 1;
71
+ }
72
+ 83.3% {
73
+ transform: translate(-10px, -80px) rotate(30deg);
74
+ opacity: 1;
75
+ }
76
+ to {
77
+ transform: translate(3px, -550px) rotate(60deg);
78
+ opacity: 0;
79
+ }
80
+ }
81
+
82
+ @keyframes move-circle-lightblue {
83
+ 0% {
84
+ transform: scale(0.2);
85
+ opacity: 0;
86
+ }
87
+ 50% {
88
+ transform: translate(0, 0) rotate(0deg);
89
+ opacity: 0;
90
+ }
91
+ 75% {
92
+ transform: translate(0, px) rotate(10deg);
93
+ opacity: 1;
94
+ }
95
+ 83.3% {
96
+ transform: translate(0, 0) rotate(30deg);
97
+ opacity: 1;
98
+ }
99
+ to {
100
+ transform: translate(0, 0) rotate(60deg);
101
+ opacity: 0;
102
+ }
103
+ }
104
+
105
+ @keyframes move-circle-blue {
106
+ 0% {
107
+ transform: scale(0.2);
108
+ opacity: 0;
109
+ }
110
+ 50% {
111
+ transform: translate(0, 0) rotate(0deg);
112
+ opacity: 0;
113
+ }
114
+ 75% {
115
+ transform: translate(500px, -500px) rotate(0deg);
116
+ opacity: 1;
117
+ }
118
+ 83.3% {
119
+ transform: translate(1000px, 100px) rotate(0deg);
120
+ opacity: 1;
121
+ }
122
+ to {
123
+ transform: translate(1000px, 500px) rotate(0deg);
124
+ opacity: 0;
125
+ }
126
+ }
127
+
128
+ @keyframes move-circle-purple {
129
+ 0% {
130
+ transform: scale(0.2);
131
+ opacity: 0;
132
+ }
133
+ 50% {
134
+ transform: translate(0, 0) rotate(0deg);
135
+ opacity: 0;
136
+ }
137
+ 75% {
138
+ transform: translate(100px, -200px) rotate(10deg);
139
+ opacity: 1;
140
+ }
141
+ 83.3% {
142
+ transform: translate(400px, -100px) rotate(-deg);
143
+ opacity: 1;
144
+ }
145
+ to {
146
+ transform: translate(100px, -900px) rotate(10deg);
147
+ opacity: 0;
148
+ }
149
+ }
150
+
151
+ .enable-svg-animation--hover:hover,
152
+ .enable-svg-animation--infinite {
153
+ .hexagon,
154
+ .large-star {
155
+ animation: hexa-scale 4s infinite ease-in-out;
156
+ transform-origin: 50% 50%;
157
+ }
158
+
159
+ .large-star {
160
+ fill: #fff;
161
+ animation: large-star-rotate 4s infinite ease-in-out;
162
+ }
163
+
164
+ .small-star {
165
+ fill: #fff;
166
+ animation: small-star-anim 4s infinite linear;
167
+ transform-origin: center;
168
+ }
169
+
170
+ .small-star-container {
171
+ animation: rotate-small-star 4s infinite linear;
172
+ transform-origin: center;
173
+ transform-box: fill-box;
174
+ }
175
+
176
+ .circle-br {
177
+ animation: move-circle-br 4s infinite ease-out;
178
+ }
179
+
180
+ .circle-purple {
181
+ animation: move-circle-purple 4s infinite ease-out;
182
+ }
183
+
184
+ .circle-lightBlue {
185
+ animation: move-circle-lightblue 4s infinite ease-out;
186
+ }
187
+
188
+ .circle-blue {
189
+ animation: move-circle-blue 4s infinite ease-out;
190
+ }
191
+ }
192
+ </style>
193
+ <mask id="mask0_390_233" style="mask-type: alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="903" height="814">
194
+ <path
195
+ data-style-override="false"
196
+ d="M887.247 348.03c20.97 36.33 20.97 81.09 0 117.42l-167.04 289.32c-20.97 36.33-59.74 58.71-101.68 58.71h-334.08c-41.95 0-80.709-22.38-101.679-58.71L15.728 465.45c-20.97-36.33-20.97-81.09 0-117.42l167.04-289.32C203.738 22.38 242.507 0 284.447 0h334.08c41.95 0 80.71 22.38 101.68 58.71z"
197
+ fill="#fff"
198
+ />
199
+ </mask>
200
+ <g class="hexagon" mask="url(#mask0_390_233)">
201
+ <path
202
+ data-style-override="false"
203
+ d="M887.247 348.03c20.97 36.33 20.97 81.09 0 117.42l-167.04 289.32c-20.97 36.33-59.74 58.71-101.68 58.71h-334.08c-41.95 0-80.709-22.38-101.679-58.71L15.728 465.45c-20.97-36.33-20.97-81.09 0-117.42l167.04-289.32C203.738 22.38 242.507 0 284.447 0h334.08c41.95 0 80.71 22.38 101.68 58.71z"
204
+ fill="#0388FF"
205
+ />
206
+ <g class="circle-blue" filter="url(#filter0_f_390_233)">
207
+ <circle cx="230" cy="270" r="270" data-style-override="false" fill="#0389FF" />
208
+ </g>
209
+ <g class="circle-lightBlue" filter="url(#filter1_f_390_233)">
210
+ <circle cx="721" r="270" data-style-override="false" fill="#88E6FF" fill-opacity=".5" />
211
+ </g>
212
+ <g class="circle-purple" filter="url(#filter2_f_390_233)">
213
+ <circle cx="164" cy="719" r="270" data-style-override="false" fill="#5C59E6" fill-opacity=".8" />
214
+ </g>
215
+ <g class="circle-br" filter="url(#filter3_f_390_233)">
216
+ <circle cx="671" cy="813" r="270" data-style-override="false" fill="#A125FF" fill-opacity=".6" />
217
+ </g>
218
+ </g>
219
+ <g class="small-star-container">
220
+ <path
221
+ data-style-override="false"
222
+ class="small-star"
223
+ d="m451.29 119.62 9.19 94.33c9.47 97.2 86.39 174.12 183.59 183.59l94.33 9.19-100.27 9.77c-93.75 9.14-167.94 83.32-177.07 177.07l-9.77 100.27-8.89-91.25c-9.65-98.99-87.98-177.32-186.97-186.97l-91.25-8.89 87.54-8.53c101.14-9.86 181.18-89.89 191.04-191.04z"
224
+ fill="#fff"
225
+ />
226
+ </g>
227
+ <path
228
+ data-style-override="false"
229
+ class="large-star"
230
+ d="m451.29 119.62 9.19 94.33c9.47 97.2 86.39 174.12 183.59 183.59l94.33 9.19-100.27 9.77c-93.75 9.14-167.94 83.32-177.07 177.07l-9.77 100.27-8.89-91.25c-9.65-98.99-87.98-177.32-186.97-186.97l-91.25-8.89 87.54-8.53c101.14-9.86 181.18-89.89 191.04-191.04z"
231
+ fill="#fff"
232
+ />
233
+ <defs>
234
+ <filter
235
+ id="filter0_f_390_233"
236
+ x="-240"
237
+ y="-200"
238
+ width="940"
239
+ height="940"
240
+ filterUnits="userSpaceOnUse"
241
+ color-interpolation-filters="sRGB"
242
+ >
243
+ <feFlood flood-opacity="0" result="BackgroundImageFix" />
244
+ <feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape" />
245
+ <feGaussianBlur stdDeviation="100" result="effect1_foregroundBlur_390_233" />
246
+ </filter>
247
+ <filter
248
+ id="filter1_f_390_233"
249
+ x="251"
250
+ y="-470"
251
+ width="940"
252
+ height="940"
253
+ filterUnits="userSpaceOnUse"
254
+ color-interpolation-filters="sRGB"
255
+ >
256
+ <feFlood flood-opacity="0" result="BackgroundImageFix" />
257
+ <feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape" />
258
+ <feGaussianBlur stdDeviation="100" result="effect1_foregroundBlur_390_233" />
259
+ </filter>
260
+ <filter
261
+ id="filter2_f_390_233"
262
+ x="-306"
263
+ y="249"
264
+ width="940"
265
+ height="940"
266
+ filterUnits="userSpaceOnUse"
267
+ color-interpolation-filters="sRGB"
268
+ >
269
+ <feFlood flood-opacity="0" result="BackgroundImageFix" />
270
+ <feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape" />
271
+ <feGaussianBlur stdDeviation="100" result="effect1_foregroundBlur_390_233" />
272
+ </filter>
273
+ <filter
274
+ id="filter3_f_390_233"
275
+ x="201"
276
+ y="343"
277
+ width="940"
278
+ height="940"
279
+ filterUnits="userSpaceOnUse"
280
+ color-interpolation-filters="sRGB"
281
+ >
282
+ <feFlood flood-opacity="0" result="BackgroundImageFix" />
283
+ <feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape" />
284
+ <feGaussianBlur stdDeviation="100" result="effect1_foregroundBlur_390_233" />
285
+ </filter>
286
+ </defs>
287
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20.6703 9.5L20.6702 7L18.5052 5.75M20.6704 14.5L20.6705 17L18.5054 18.25M14.1753 20.75L12.0102 22L9.84517 20.75M5.51504 18.25L3.34998 17V14.5M3.34998 9.5V7L5.51498 5.75M8.73251 15.125L7.64998 14.5V13.25M10.8976 16.375L11.9801 17L13.0626 16.375M15.2277 15.125L16.3102 14.5L16.3102 13.25M16.3101 10.75L16.3101 9.5L15.2276 8.875M13.0625 7.625L11.98 7L10.8975 7.625M8.73248 8.875L7.64998 9.5V10.75M9.84498 3.25L12.01 2L14.175 3.25" vector-effect="non-scaling-stroke" stroke="#3B444C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m12.01 2 8.66 5v10l-8.66 5-8.66-5V7l8.66-5Z" vector-effect="non-scaling-stroke"/>
3
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m11.98 7 4.33 2.5v5L11.98 17l-4.33-2.5v-5L11.98 7Z" vector-effect="non-scaling-stroke"/>
4
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Icon/Color/ic-folder-color">
3
+ <path id="Vector" d="M20 6H11L9 4H4C2.9 4 2 4.9 2 6V10H22V8C22 6.9 21.1 6 20 6Z" fill="#72ACE6"/>
4
+ <path id="Vector_2" d="M20 6H4C2.9 6 2 6.9 2 8V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V8C22 6.9 21.1 6 20 6Z" fill="#ABCFF3"/>
5
+ </g>
6
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.375 15a2.625 2.625 0 1 0 0 5.25 2.625 2.625 0 0 0 0-5.25Zm0 0v-.75A2.25 2.25 0 0 1 8.625 12h6.75a2.25 2.25 0 0 0 2.25-2.25V9m-11.25 6V9m11.25 0a2.625 2.625 0 1 0 0-5.25 2.625 2.625 0 0 0 0 5.25ZM6.375 9a2.625 2.625 0 1 0 0-5.25 2.625 2.625 0 0 0 0 5.25Z" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path fill="#8898A6" fill-rule="evenodd" d="m19.194 4.363-1.886 1.864a.603.603 0 0 0 0 .858l1.403 1.386a.62.62 0 0 0 .868 0l1.886-1.865a.24.24 0 0 1 .397.106 3.87 3.87 0 0 1-1.018 3.784 3.98 3.98 0 0 1-4.175.895l-8.165 8.827a2.195 2.195 0 0 1-3.149.069 2.137 2.137 0 0 1 .08-3.124l8.95-7.978a3.87 3.87 0 0 1 .875-4.209 3.98 3.98 0 0 1 3.83-1.006.235.235 0 0 1 .107.393h-.002ZM6.29 18.748a.65.65 0 0 0 .652.646.65.65 0 0 0 .654-.646.65.65 0 0 0-.654-.645.65.65 0 0 0-.652.645Z" clip-rule="evenodd"/>
3
+ <path fill="#F4910D" fill-rule="evenodd" d="m7.14 9.556 2.238-2.212 10.807 10.681a1.07 1.07 0 0 1 0 1.526l-.694.686a1.101 1.101 0 0 1-1.544 0L7.14 9.556Z" clip-rule="evenodd"/>
4
+ <path fill="#66757F" fill-rule="evenodd" d="m5.466 11.902.627-.62.059-.414a.647.647 0 0 1 .872-.506l2.797-2.765-.11-.873a1.988 1.988 0 0 1 .576-1.661 2.4 2.4 0 0 1 1.687-.691h1.111c-1.748-1.728-3.4-1.824-4.954-.288L4.283 7.887a1.1 1.1 0 0 1-.836.316l-.5-.03-.627.62a1.07 1.07 0 0 0 0 1.525l1.602 1.584a1.101 1.101 0 0 0 1.544 0Z" clip-rule="evenodd"/>
5
+ <path fill="#fff" fill-rule="evenodd" d="M15.204 23.464c.38.334.877.536 1.422.536h2.371a5 5 0 1 0 0-10h-2.37a2.15 2.15 0 0 0-1.423.536A2.146 2.146 0 0 0 13.78 14h-2.37a5 5 0 0 0 0 10h2.37c.546 0 1.044-.203 1.424-.536Z" clip-rule="evenodd"/>
6
+ <path fill="#664BEE" fill-rule="evenodd" d="M9.276 19a2.134 2.134 0 0 0 2.134 2.133h2.37a.711.711 0 1 1 0 1.423h-2.37a3.556 3.556 0 0 1 0-7.113h2.37a.711.711 0 1 1 0 1.423h-2.37a2.134 2.134 0 0 0-2.134 2.133Zm2.372 0a.71.71 0 0 1 .71-.712h5.69a.711.711 0 0 1 0 1.422h-5.69a.711.711 0 0 1-.71-.71Zm4.267 2.844a.71.71 0 0 1 .711-.71h2.371a2.134 2.134 0 0 0 0-4.268h-2.37a.711.711 0 1 1 0-1.423h2.37a3.556 3.556 0 0 1 0 7.113h-2.37a.711.711 0 0 1-.712-.712Z" clip-rule="evenodd"/>
7
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 12h16" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
2
+ <g clip-path="url(#clip0_7700_308)">
3
+ <path d="M14.3579 6.6601C14.6881 5.66422 14.578 4.55969 14.046 3.65434C13.2387 2.2601 11.6058 1.55393 10.0096 1.87986C9.31243 1.10125 8.28499 0.666687 7.22086 0.666687C5.58798 0.666687 4.15691 1.69879 3.64319 3.21977C2.59741 3.43706 1.69841 4.0708 1.16634 4.99426C0.359074 6.3885 0.542544 8.12677 1.62502 9.32183C1.29477 10.3358 1.4232 11.4222 1.95527 12.3276C2.76253 13.7218 4.39542 14.4461 5.99161 14.1021C6.70715 14.8807 7.71623 15.3334 8.78036 15.3334C10.4132 15.3334 11.8443 14.3013 12.358 12.7803C13.4038 12.563 14.3028 11.9292 14.8349 11.0058C15.6422 9.61154 15.4587 7.85516 14.3579 6.6601ZM8.78036 14.3737C8.11987 14.3737 7.49607 14.1564 7.0007 13.7399C7.01905 13.7218 7.07409 13.7037 7.09243 13.6856L10.0463 12.0017C10.1931 11.9111 10.2848 11.7663 10.2848 11.5852V7.47492L11.5324 8.18109C11.5508 8.18109 11.5508 8.1992 11.5508 8.2173V11.6214C11.5691 13.1424 10.3215 14.3737 8.78036 14.3737ZM2.79923 11.8568C2.46898 11.2955 2.3589 10.6436 2.46898 10.0099C2.48733 10.028 2.52402 10.0461 2.56072 10.0642L5.51459 11.7482C5.66137 11.8387 5.84484 11.8387 5.99161 11.7482L9.60598 9.68397V11.1144C9.60598 11.1325 9.60598 11.1506 9.58763 11.1506L6.59706 12.8527C5.27608 13.6132 3.5698 13.1605 2.79923 11.8568ZM2.02865 5.48315C2.3589 4.92183 2.87262 4.50537 3.47807 4.26998V7.74652C3.47807 7.90948 3.5698 8.07245 3.71658 8.16298L7.33095 10.2272L6.08335 10.9334C6.065 10.9334 6.04665 10.9515 6.04665 10.9334L3.05609 9.2313C1.69841 8.4708 1.25808 6.78685 2.02865 5.48315ZM12.303 7.83706L8.68863 5.77286L9.93622 5.06669C9.95457 5.06669 9.97292 5.04858 9.97292 5.06669L12.9635 6.76874C14.3028 7.52924 14.7431 9.21319 13.9726 10.5169C13.6423 11.0782 13.1286 11.4947 12.5232 11.712V8.25352C12.5415 8.09056 12.4498 7.92759 12.303 7.83706ZM13.5322 5.99014C13.5139 5.97204 13.4772 5.95393 13.4405 5.93582L10.4866 4.25187C10.3399 4.16134 10.1564 4.16134 10.0096 4.25187L6.39525 6.31607V4.88562C6.39525 4.86751 6.39525 4.8494 6.41359 4.8494L9.40416 3.14735C10.7435 2.38685 12.4314 2.83953 13.202 4.16134C13.5322 4.70455 13.6423 5.3564 13.5322 5.99014ZM5.71641 8.52512L4.46881 7.81895C4.45046 7.81895 4.45046 7.80084 4.45046 7.78274V4.37862C4.45046 2.85763 5.69806 1.62636 7.23921 1.62636C7.8997 1.62636 8.5235 1.84364 9.01887 2.2601C9.00053 2.27821 8.96383 2.29632 8.92714 2.31442L5.97327 3.99837C5.82649 4.08891 5.73475 4.23377 5.73475 4.41484V8.52512H5.71641ZM6.39525 7.07656L8.00979 6.15311L9.62432 7.07656V8.90537L8.00979 9.82883L6.39525 8.90537V7.07656Z" fill="#1D2730"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_7700_308">
7
+ <rect width="16" height="16" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" vector-effect="non-scaling-stroke">
2
+ <path d="M8.25012 12.6443L16.6799 20.0625C16.7774 20.1483 16.8956 20.2073 17.0228 20.2337C17.15 20.2602 17.2819 20.2531 17.4055 20.2132C17.5292 20.1734 17.6403 20.102 17.7281 20.0063C17.8159 19.9105 17.8774 19.7936 17.9064 19.667L21.4327 4.27953C21.4632 4.14649 21.4568 4.00765 21.4142 3.87798C21.3716 3.7483 21.2944 3.63271 21.191 3.54365C21.0876 3.4546 20.9618 3.39545 20.8272 3.37259C20.6927 3.34973 20.5544 3.36403 20.4274 3.41394L3.12517 10.2112C2.97438 10.2705 2.84683 10.3769 2.76159 10.5147C2.67636 10.6525 2.63803 10.8142 2.65235 10.9756C2.66666 11.1369 2.73285 11.2893 2.841 11.41C2.94915 11.5306 3.09346 11.613 3.25233 11.6447L8.25012 12.6443ZM8.25012 12.6443L21.0106 3.42835M8.25012 12.6443L8.25012 18.7485C8.25012 18.8968 8.29411 19.0418 8.37652 19.1652C8.45893 19.2885 8.57606 19.3846 8.71311 19.4414C8.85015 19.4982 9.00095 19.513 9.14644 19.4841C9.29192 19.4551 9.42556 19.3837 9.53045 19.2788L12.4602 16.3491" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3.418 15.095c0-.594.488-1.074 1.09-1.074h4.36c.602 0 1.09.48 1.09 1.073v4.295c0 .593-.488 1.074-1.09 1.074h-4.36c-.602 0-1.09-.48-1.09-1.074v-4.294Zm17.442 2.147c0 2.075-1.709 3.758-3.816 3.758-2.107 0-3.815-1.683-3.815-3.758 0-2.076 1.708-3.758 3.815-3.758s3.816 1.682 3.816 3.758ZM3.117 8.709l2.596-5.115c.402-.792 1.548-.792 1.95 0l2.597 5.115c.362.714-.165 1.554-.975 1.554H4.092c-.81 0-1.338-.84-.975-1.554Zm13.287-5.504a1.104 1.104 0 0 1 1.281 0l2.866 2.05c.382.274.542.759.396 1.201l-1.095 3.318a1.089 1.089 0 0 1-1.037.742h-3.542c-.472 0-.89-.3-1.037-.742l-1.094-3.318a1.065 1.065 0 0 1 .396-1.2l2.866-2.05Z" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
2
+ <path data-style-override="false" d="M13.1011 11.2582C11.6579 9.81463 10.6701 7.29371 10.1799 5C9.68891 7.29418 8.70216 9.81562 7.25844 11.2592C5.81526 12.7018 3.2934 13.6896 1 14.1808C3.29434 14.6709 5.81573 15.6581 7.25891 17.1018C8.7021 18.5448 9.6899 21.0663 10.1809 23.36C10.6711 21.0658 11.6586 18.5444 13.1016 17.1008C14.5447 15.6577 17.0666 14.6704 19.36 14.1792C17.0662 13.6891 14.5448 12.7014 13.1011 11.2582Z" fill="url(#paint0_linear_5529_7104)"/>
3
+ <path data-style-override="false" d="M20.008 3.99358C19.3183 3.30355 18.8451 2.09705 18.6106 1C18.3757 2.09705 17.9041 3.3035 17.2136 3.99396C16.5231 4.68367 15.3168 5.15649 14.22 5.39138C15.3172 5.62622 16.5231 6.09829 17.2136 6.78875C17.9041 7.47883 18.3766 8.68529 18.6114 9.78233C18.8458 8.68486 19.3183 7.47883 20.0084 6.78837C20.6985 6.09829 21.9049 5.6258 23.0016 5.39058C21.905 5.15612 20.6985 4.68367 20.008 3.99358Z" fill="#CE89B8"/>
4
+ <defs>
5
+ <linearGradient id="paint0_linear_5529_7104" x1="1.43214" y1="4.88796" x2="21.0646" y2="7.63563" gradientUnits="userSpaceOnUse">
6
+ <stop stop-color="#FFAF7B"/>
7
+ <stop offset="0.499527" stop-color="#D76D77"/>
8
+ <stop offset="1" stop-color="#A17EE1"/>
9
+ </linearGradient>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg
2
+ width="24"
3
+ height="24"
4
+ viewBox="0 0 24 24"
5
+ fill="none"
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ >
8
+ <path
9
+ data-style-override="false"
10
+ d="m22.898 11.262-5.933-2.196-2.215-7.26a.666.666 0 0 0-1.275 0l-2.214 7.26-5.934 2.196a.667.667 0 0 0 0 1.25l5.93 2.196 2.216 7.482a.666.666 0 0 0 1.279 0l2.216-7.483 5.93-2.195a.665.665 0 0 0 0-1.25"
11
+ fill="#FFAC33"
12
+ />
13
+ <path
14
+ data-style-override="false"
15
+ d="m9.565 18.597-1.543-.571-.6-2.2a.665.665 0 0 0-1.286 0l-.6 2.2-1.542.57a.667.667 0 0 0 0 1.25l1.534.57.605 2.414a.667.667 0 0 0 1.293 0l.605-2.415 1.534-.57a.665.665 0 0 0 0-1.248M6.673 4.153 5.097 3.57l-.584-1.577a.666.666 0 0 0-1.251 0L2.679 3.57l-1.577.583a.667.667 0 0 0 0 1.251l1.577.583.583 1.577a.667.667 0 0 0 1.25 0l.584-1.577 1.577-.583a.667.667 0 0 0 0-1.25"
16
+ fill="#FFCC4D"
17
+ />
18
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ fill-rule="evenodd"
4
+ clip-rule="evenodd"
5
+ d="M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM10 8C8.89543 8 8 8.89543 8 10V14C8 15.1046 8.89543 16 10 16H14C15.1046 16 16 15.1046 16 14V10C16 8.89543 15.1046 8 14 8H10Z"
6
+ fill="#3B444C"
7
+ />
8
+ </svg>
@@ -0,0 +1,21 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
18
+ <path fill="var(--N700)" fill-rule="evenodd" d="M12 5.728a1.818 1.818 0 0 1 1.589 2.702l2.35 3.921.06-.021a4.53 4.53 0 0 1 1.206-.232l.25-.007a4.545 4.545 0 1 1-3.091 7.879.91.91 0 0 1 1.236-1.333 2.727 2.727 0 1 0 .449-4.338.91.91 0 0 1-1.189-.224l-.06-.088-2.77-4.624H12a1.818 1.818 0 0 1-1.813-1.682l-.005-.135c0-1.004.814-1.818 1.818-1.818Z" clip-rule="evenodd"/>
19
+ <path fill="#EB456D" d="M12 3a4.545 4.545 0 0 1 4.546 4.545.91.91 0 0 1-1.813.106l-.006-.106a2.727 2.727 0 1 0-3.982 2.423c.476.247.636.85.345 1.3l-2.926 4.538a1.818 1.818 0 1 1-1.53-.986l2.446-3.792-.033-.026A4.541 4.541 0 0 1 7.46 7.759l-.005-.214A4.545 4.545 0 0 1 12 3Z"/>
20
+ <path fill="var(--N700)" fill-rule="evenodd" d="M6.162 12.906a.909.909 0 0 1-.545 1.165 2.729 2.729 0 1 0 3.651 2.725l.005-.16c0-.466.35-.85.803-.903l.106-.006h5.698a1.817 1.817 0 1 1 0 1.818h-4.882l-.01.054a4.548 4.548 0 0 1-4.245 3.578l-.198.005a4.545 4.545 0 0 1-1.547-8.82.91.91 0 0 1 1.164.544Z" clip-rule="evenodd"/>
21
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m4.649 17.193 1.095-.66a.75.75 0 0 0 .362-.639l.019-3.387a.75.75 0 0 1 .118-.399l1.86-2.915a.75.75 0 0 1 1.072-.204l1.843 1.335a.75.75 0 0 0 .54.136l2.952-.4a.75.75 0 0 0 .466-.252l2.077-2.4a.75.75 0 0 0 .183-.527l-.11-2.279m.412 14.493-1.007-1.008a.75.75 0 0 0-.34-.195l-2.012-.528a.75.75 0 0 1-.551-.835l.223-1.518a.749.749 0 0 1 .454-.584l2.855-1.186a.75.75 0 0 1 .794.139l2.334 2.134M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,38 @@
1
+ <svg width="304" height="139" viewBox="0 0 304 139" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M133.791 90.1525L113.582 110.305C91.2585 132.565 55.0655 132.565 32.7424 110.305C10.4192 88.0452 10.4192 51.9548 32.7424 29.6949C55.0655 7.43503 91.2585 7.43503 113.582 29.6949L154.001 70L194.418 110.305C216.742 132.565 252.935 132.565 275.258 110.305C297.581 88.0452 297.581 51.9548 275.258 29.6949C252.935 7.43503 216.742 7.43503 194.418 29.6949L174.209 49.8475" stroke="var(--bg-primary)" stroke-width="24"/>
3
+ <g clip-path="url(#clip0_4217_4596)">
4
+ <rect x="97.6667" y="59.4449" width="8.88889" height="8.88889" fill="#023E8A"/>
5
+ <rect x="97.6667" y="50.5551" width="8.88889" height="8.88889" fill="#0077B6"/>
6
+ <rect x="106.555" y="59.4449" width="8.88889" height="8.88889" fill="#0077B6"/>
7
+ <rect x="106.555" y="50.5551" width="8.88889" height="8.88889" fill="#0096C7"/>
8
+ <rect x="115.445" y="59.4449" width="8.88889" height="8.88889" fill="#0096C7"/>
9
+ <rect x="115.445" y="50.5551" width="8.88889" height="8.88889" fill="#00B4D8"/>
10
+ <rect x="115.445" y="41.6666" width="8.88889" height="8.88889" fill="#48CAE4"/>
11
+ </g>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M268 50.6364C269.339 50.6364 270.424 51.7217 270.424 53.0606C270.424 53.4886 270.313 53.8907 270.119 54.2397L273.252 59.4679L273.331 59.4393C273.846 59.2651 274.386 59.1603 274.939 59.1302L275.273 59.1212C278.62 59.1212 281.333 61.8346 281.333 65.1818C281.333 68.529 278.62 71.2424 275.273 71.2424C273.724 71.2424 272.264 70.6578 271.152 69.6258C270.661 69.1705 270.632 68.4036 271.087 67.9128C271.543 67.422 272.31 67.3932 272.8 67.8485C273.469 68.4686 274.342 68.8182 275.273 68.8182C277.281 68.8182 278.909 67.1901 278.909 65.1818C278.909 63.1735 277.281 61.5454 275.273 61.5454C274.601 61.5454 273.96 61.7264 273.399 62.0645C272.866 62.386 272.184 62.2485 271.813 61.7667L271.734 61.6494L268.039 55.4836L268 55.4848C266.722 55.4848 265.675 54.4959 265.582 53.2415L265.576 53.0606C265.576 51.7217 266.661 50.6364 268 50.6364Z" fill="var(--N700)"/>
13
+ <path d="M268 47C271.347 47 274.061 49.7134 274.061 53.0606C274.061 53.73 273.518 54.2727 272.848 54.2727C272.227 54.2727 271.714 53.8048 271.644 53.202L271.636 53.0606C271.636 51.0523 270.008 49.4242 268 49.4242C265.992 49.4242 264.364 51.0523 264.364 53.0606C264.364 54.4333 265.13 55.6689 266.327 56.2905C266.961 56.6197 267.174 57.423 266.787 58.0232L262.885 64.075C263.055 64.4068 263.151 64.7831 263.151 65.1818C263.151 66.5207 262.066 67.6061 260.727 67.6061C259.388 67.6061 258.303 66.5207 258.303 65.1818C258.303 63.8429 259.388 62.7576 260.727 62.7576C260.767 62.7576 260.806 62.7585 260.845 62.7604L264.107 57.7042L264.063 57.6689C262.81 56.5985 262.025 55.0448 261.946 53.3452L261.939 53.0606C261.939 49.7134 264.653 47 268 47Z" fill="#EB456D"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M260.216 60.2089C260.444 60.8383 260.118 61.5334 259.489 61.7613C258.062 62.2782 257.091 63.6382 257.091 65.1817C257.091 67.19 258.719 68.8181 260.727 68.8181C262.664 68.8181 264.247 67.3042 264.358 65.3954L264.364 65.1817C264.364 64.5601 264.832 64.0478 265.434 63.9777L265.576 63.9696L273.173 63.9692C273.592 63.2448 274.376 62.7575 275.273 62.7575C276.612 62.7575 277.697 63.8428 277.697 65.1817C277.697 66.5206 276.612 67.606 275.273 67.606C274.376 67.606 273.592 67.1186 273.173 66.3942L266.664 66.3926L266.652 66.4653C266.081 69.1132 263.78 71.1177 260.99 71.2367L260.727 71.2423C257.38 71.2423 254.667 68.5289 254.667 65.1817C254.667 62.6096 256.284 60.3437 258.663 59.4819C259.293 59.254 259.988 59.5795 260.216 60.2089Z" fill="var(--N700)"/>
15
+ <path d="M7.59672 47.9156C5.72128 48.0136 2.51575 49.0776 2.8253 51.3002C3.60825 56.9394 -2.55679 58.75 5.64766 58.75C9.775 58.75 12.3765 56.9394 12.7697 53.1394L11.6555 48.8311L7.59672 47.9156Z" fill="#FE636E"/>
16
+ <path d="M9.07234 49.407C8.20236 49.4526 6.71341 49.9458 6.85561 50.9794C7.22033 53.5988 4.35615 54.4382 8.16724 54.4382C10.0845 54.4382 11.2941 53.5988 11.4765 51.8323L11.0549 49.7042L9.07234 49.407Z" fill="#FFD659"/>
17
+ <path d="M10.9546 53.305C9.84042 55.3333 7.63034 56.3113 4.59721 56.3113C3.40938 56.3113 2.52268 56.2724 1.87356 56.1913C0.996831 58.0558 0.570238 58.75 5.64782 58.75C9.77516 58.75 12.3767 56.9395 12.7699 53.1395L11.833 52.1937L11.5134 51.8711C11.485 51.9809 11.4548 52.0873 11.4214 52.1937C11.3361 52.6277 11.1771 52.9976 10.9546 53.305Z" fill="#FB2A39"/>
18
+ <path d="M10.6031 50.9524C10.1932 52.2191 9.0756 52.8254 7.44605 52.8254C7.11984 52.8254 6.84375 52.8203 6.60954 52.8068C6.12938 54.0093 5.44177 54.4383 8.16713 54.4383C9.4386 54.4383 10.3989 54.0701 10.9544 53.3051C11.1769 52.9977 11.3358 52.6278 11.4211 52.1938C11.4445 52.0773 11.4629 51.9573 11.4763 51.8323L10.6031 50.9524Z" fill="#FFBF00"/>
19
+ <path d="M9.86543 44.8251L7.41948 46.2606C6.92763 46.5494 7.00962 47.3229 7.40109 47.7198L7.59686 47.9158L9.07246 49.4071L11.4766 51.8323L12.7698 53.1396L13.444 53.8202C13.8372 54.2154 14.6034 54.2965 14.8895 53.8016L16.3099 51.3308L14.7021 45.0751L9.86543 44.8251Z" fill="#99B4CD"/>
20
+ <path d="M29.6855 30.4103C28.5094 30.1924 26.3663 30.4204 23.7563 31.3122L24.9308 35.6696L29.7006 37.2977C30.5873 34.6461 30.8098 32.4742 30.5856 31.2953C30.4551 30.6079 30.3714 30.537 29.6855 30.4103Z" fill="#99B4CD"/>
21
+ <path d="M16.2479 35.2607C12.9822 34.0701 10.4526 34.6122 7.88788 36.9564C6.69839 38.1116 4.71919 39.6299 6.35372 41.28L8.38643 43.332L14.2286 40.3528L16.2479 35.2607Z" fill="#0066CC"/>
22
+ <path d="M25.7859 44.8875L20.295 47.1793L17.7905 52.8253L19.8232 54.8773C21.4578 56.5273 22.9618 54.5293 24.1061 53.3286C25.2923 52.0045 27.4053 49.483 25.7859 44.8875Z" fill="#0066CC"/>
23
+ <path d="M29.7007 37.2975C29.5632 37.7116 29.4079 38.1369 29.2373 38.5712C28.4606 40.5385 27.3351 42.7054 25.7858 44.8872C23.8399 47.6267 21.2264 50.3915 17.7903 52.8255L17.3872 52.4185L16.31 51.3309L13.4015 48.3947L13.0875 48.078L12.7735 47.7608L9.86551 44.8252L8.38647 43.3317C10.7969 39.8632 13.5361 37.2247 16.248 35.261C18.8845 33.354 21.4962 32.0838 23.7561 31.3123L29.7007 37.2975Z" fill="white"/>
24
+ <path d="M29.3157 30.3596C29.4312 31.5959 29.1719 33.5871 28.3772 35.9634L29.7006 37.2976C30.5873 34.646 30.8098 32.4741 30.5856 31.2952C30.4551 30.6079 30.3715 30.5369 29.6855 30.4103C29.5701 30.3883 29.4479 30.3715 29.3157 30.3596Z" fill="#6C9ABB"/>
25
+ <path d="M27.9122 37.2385C27.1359 39.206 26.0116 41.3712 24.4608 43.5549C23.7899 44.499 23.0404 45.4465 22.2039 46.3821C21.364 47.3229 20.4388 48.2501 19.42 49.152C18.5115 49.9559 17.5294 50.7395 16.4688 51.4911L17.3872 52.4183L17.7905 52.8253C21.2268 50.3916 23.8401 47.6269 25.7858 44.8875C27.335 42.7054 28.461 40.5386 29.2372 38.571C29.4079 38.137 29.5634 37.7113 29.7006 37.2976L28.3773 35.9634C28.2902 36.2218 28.1982 36.4836 28.0979 36.7504C28.0393 36.9108 27.9774 37.0747 27.9122 37.2385Z" fill="#EBEBEB"/>
26
+ <path d="M14.6986 49.7043L13.2782 52.1752C12.9922 52.67 12.2259 52.589 11.8328 52.1938L12.7697 53.1396L13.4439 53.8202C13.837 54.2154 14.6033 54.2964 14.8893 53.8016L16.3097 51.3307L14.6986 49.7043Z" fill="#6C9ABB"/>
27
+ <path d="M25.7859 44.8875C25.5165 45.2675 25.2337 45.6475 24.9393 46.0258C25.3208 49.2465 23.7097 51.1584 22.7293 52.2527C21.7891 53.2374 20.6096 54.7591 19.313 54.3622L19.8232 54.8773C21.4578 56.5273 22.9618 54.5293 24.1061 53.3286C25.2923 52.0045 27.4053 49.483 25.7859 44.8875Z" fill="#0053A6"/>
28
+ <path d="M14.1783 34.7255C11.7374 36.5731 9.29645 38.9747 7.10986 42.0434L8.38638 43.332C10.7972 39.863 13.5359 37.225 16.2479 35.2608C15.5251 34.9974 14.8375 34.8184 14.1783 34.7255Z" fill="#0053A6"/>
29
+ <path d="M15.6844 46.0918L13.4044 48.3923C13.4032 48.3935 13.4027 48.3941 13.4015 48.3947L13.0875 48.078L12.7734 47.7608L15.0511 45.4632C15.2246 45.2877 15.5073 45.2866 15.682 45.4603C15.8568 45.6346 15.858 45.917 15.6844 46.0918Z" fill="#EBEBEB"/>
30
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M201.592 5.81643L199.077 8.30247C198.759 8.61898 198.759 9.12971 199.077 9.44623L200.948 11.2949C201.268 11.61 201.784 11.61 202.105 11.2949L204.62 8.80745C204.791 8.63769 205.085 8.71681 205.149 8.94844C205.627 10.6892 205.174 12.6272 203.792 13.9939C202.287 15.4815 200.098 15.8786 198.226 15.188L187.339 26.9564C186.223 28.1649 184.312 28.2081 183.14 27.0485C181.962 25.8861 182.012 23.9841 183.248 22.8835L195.18 12.2459C194.423 10.3727 194.811 8.15141 196.347 6.63504C197.73 5.26829 199.69 4.8223 201.451 5.29275C201.685 5.35605 201.766 5.64666 201.594 5.81643H201.592ZM184.386 24.9969C184.386 25.4717 184.776 25.8587 185.256 25.8587C185.737 25.8587 186.128 25.4732 186.128 24.9969C186.128 24.5222 185.738 24.1366 185.256 24.1366C184.776 24.1366 184.386 24.5222 184.386 24.9969Z" fill="#8898A6"/>
31
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M185.521 12.7405L188.504 9.79132L202.913 24.0335C203.481 24.5951 203.481 25.5066 202.913 26.0682L201.987 26.9827C201.419 27.5443 200.497 27.5443 199.929 26.9827L185.521 12.7405V12.7405Z" fill="#F4910D"/>
32
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M183.288 15.8697L184.123 15.0436L184.203 14.4912C184.271 14.0253 184.708 13.7008 185.178 13.7669C185.243 13.7761 185.306 13.7913 185.366 13.8158L189.095 10.1291L188.947 8.96526C188.845 8.1504 189.127 7.33249 189.716 6.7506C190.313 6.16056 191.122 5.82892 191.966 5.82892L193.447 5.82994C191.116 3.52575 188.913 3.39757 186.841 5.4454L181.711 10.5166C181.417 10.8076 181.011 10.9602 180.596 10.9368L179.929 10.8971L179.093 11.7232C178.525 12.2847 178.525 13.1962 179.093 13.7578L181.229 15.8697C181.797 16.4312 182.72 16.4312 183.288 15.8697Z" fill="#66757F"/>
33
+ <defs>
34
+ <clipPath id="clip0_4217_4596">
35
+ <rect width="32" height="32" fill="white" transform="translate(95 39)"/>
36
+ </clipPath>
37
+ </defs>
38
+ </svg>
package/dist/index.d.ts CHANGED
@@ -141,6 +141,7 @@ export interface customEnv {
141
141
  GATEKEEPER_URL?: string;
142
142
  FEATURE_AI_INTEGRATION_ENABLE?: boolean;
143
143
  LOGIN_PAGE_IMAGE?: string;
144
+ FEATURE_ASK_DEVTRON_EXPERT?: boolean;
144
145
  /**
145
146
  * If true, the manage traffic feature is enabled in apps & app groups.
146
147
  *
@@ -148,6 +149,12 @@ export interface customEnv {
148
149
  */
149
150
  FEATURE_MANAGE_TRAFFIC_ENABLE?: boolean;
150
151
  FEATURE_INFRA_PROVISION_INFO_BLOCK_HIDE?: boolean;
152
+ /**
153
+ * If true, online/offline connectivity banner is enabled
154
+ *
155
+ * @default true
156
+ */
157
+ FEATURE_INTERNET_CONNECTIVITY_ENABLE?: boolean;
151
158
  }
152
159
  declare global {
153
160
  interface Window {