@devtron-labs/devtron-fe-common-lib 1.5.9 → 1.5.11-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 (79) hide show
  1. package/dist/{@code-editor-DL3a4lEb.js → @code-editor-B7hnyoPI.js} +5071 -4807
  2. package/dist/{@common-rjsf-BLBH_JtG.js → @common-rjsf-gyoEKQHe.js} +1 -1
  3. package/dist/Common/DeleteComponentModal/DeleteComponent.d.ts +4 -0
  4. package/dist/Common/Dialogs/DeleteDialog.d.ts +4 -0
  5. package/dist/Common/Dialogs/ForceDeleteDialog.d.ts +4 -0
  6. package/dist/Common/RJSF/Form.d.ts +1 -1
  7. package/dist/Pages/ResourceBrowser/NodeDrainOptions.d.ts +3 -0
  8. package/dist/Pages/ResourceBrowser/ResourceBrowser.Types.d.ts +6 -1
  9. package/dist/Pages/ResourceBrowser/constants.d.ts +46 -0
  10. package/dist/Pages/ResourceBrowser/index.d.ts +1 -0
  11. package/dist/Pages/ResourceBrowser/service.d.ts +3 -1
  12. package/dist/Pages/ResourceBrowser/types.d.ts +24 -0
  13. package/dist/Shared/Components/ConfirmationModal/CannotDeleteModal.d.ts +2 -0
  14. package/dist/Shared/Components/ConfirmationModal/DeleteConfirmationModal.d.ts +3 -0
  15. package/dist/Shared/Components/ConfirmationModal/ForceDeleteConfirmationModal.d.ts +2 -0
  16. package/dist/Shared/Components/ConfirmationModal/index.d.ts +4 -1
  17. package/dist/Shared/Components/ConfirmationModal/types.d.ts +31 -16
  18. package/dist/Shared/Components/ConfirmationModal/utils.d.ts +2 -2
  19. package/dist/assets/{app-not-deployed.0cd07081.svg → app-not-deployed.622dc6ba.svg} +16 -0
  20. package/dist/assets/{ic-aborted.e7288a6c.svg → ic-aborted.d400d0e8.svg} +16 -0
  21. package/dist/assets/ic-arrow-right.eda141d3.svg +19 -0
  22. package/dist/assets/{ic-arrows-clockwise.424f0538.svg → ic-arrows-clockwise.5990b4f7.svg} +12 -0
  23. package/dist/assets/ic-caret-down-small.66339dda.svg +19 -0
  24. package/dist/assets/ic-check-circle-dots.296c8a3b.svg +20 -0
  25. package/dist/assets/ic-circle.98fce2b0.svg +25 -0
  26. package/dist/assets/ic-collapse-all.56740920.svg +19 -0
  27. package/dist/assets/ic-diff-file-added.e111ba14.svg +22 -0
  28. package/dist/assets/ic-diff-file-removed.7863a55f.svg +22 -0
  29. package/dist/assets/ic-diff-file-updated.a8293158.svg +22 -0
  30. package/dist/assets/{ic-error.a25d2f0d.svg → ic-error.b4065b9e.svg} +16 -0
  31. package/dist/assets/ic-expand-all.d1d223f2.svg +19 -0
  32. package/dist/assets/ic-file-code.ed2812f3.svg +19 -0
  33. package/dist/assets/ic-hash.2d8669eb.svg +19 -0
  34. package/dist/assets/{ic-in-progress.0598554b.svg → ic-in-progress.53ef18ae.svg} +12 -0
  35. package/dist/assets/{ic-info-outline.f4be8a1e.svg → ic-info-outline.29f1089c.svg} +16 -0
  36. package/dist/assets/ic-laptop.06834890.svg +19 -0
  37. package/dist/assets/ic-lines.0a53b80a.svg +19 -0
  38. package/dist/assets/{ic-locked.3b9eff02.svg → ic-locked.dab69058.svg} +16 -0
  39. package/dist/assets/ic-medal.a2e911f5.svg +19 -0
  40. package/dist/assets/ic-medium-clean-brush.f683d4d6.svg +24 -0
  41. package/dist/assets/{ic-medium-info.eee4a07b.svg → ic-medium-info.b59d7676.svg} +16 -0
  42. package/dist/assets/ic-medium-pause.7449078a.svg +19 -0
  43. package/dist/assets/ic-medium-play.f7a8ddb7.svg +19 -0
  44. package/dist/assets/ic-moon.ff9c1f1e.svg +19 -0
  45. package/dist/assets/{ic-pulsate-status.9264740e.svg → ic-pulsate-status.cc755b3f.svg} +16 -0
  46. package/dist/assets/{ic-scan-fallback.7ff5ed3b.svg → ic-scan-fallback.1e23e6fd.svg} +16 -0
  47. package/dist/assets/ic-shield-check.ecde083d.svg +19 -0
  48. package/dist/assets/ic-shield-warning-outline.e6832dbc.svg +19 -0
  49. package/dist/assets/ic-spray-can.955302fc.svg +19 -0
  50. package/dist/assets/ic-stack.a6a11fe3.svg +19 -0
  51. package/dist/assets/ic-success.58a372d5.svg +20 -0
  52. package/dist/assets/ic-sun.b6db3ec7.svg +19 -0
  53. package/dist/assets/ic-tilde.ec1a1ea4.svg +19 -0
  54. package/dist/assets/{ic-upload-arrow-animated.47c08ddc.svg → ic-upload-arrow-animated.3db85855.svg} +16 -0
  55. package/dist/assets/{ic-vulnerability-not-found.e059b757.svg → ic-vulnerability-not-found.7d75cc30.svg} +12 -0
  56. package/dist/index.js +679 -670
  57. package/package.json +1 -1
  58. package/dist/assets/ic-arrow-right.f942ee03.svg +0 -7
  59. package/dist/assets/ic-caret-down-small.2cc24039.svg +0 -3
  60. package/dist/assets/ic-check-circle-dots.6229180e.svg +0 -4
  61. package/dist/assets/ic-circle.05f86ff6.svg +0 -9
  62. package/dist/assets/ic-collapse-all.fd7b27b1.svg +0 -3
  63. package/dist/assets/ic-diff-file-added.0deb6763.svg +0 -10
  64. package/dist/assets/ic-diff-file-removed.2ed80281.svg +0 -10
  65. package/dist/assets/ic-diff-file-updated.c8740f72.svg +0 -10
  66. package/dist/assets/ic-expand-all.a0744f9f.svg +0 -3
  67. package/dist/assets/ic-file-code.80000c9b.svg +0 -7
  68. package/dist/assets/ic-hash.cd11c334.svg +0 -3
  69. package/dist/assets/ic-laptop.485e21b4.svg +0 -3
  70. package/dist/assets/ic-lines.395ef3db.svg +0 -3
  71. package/dist/assets/ic-medal.4a7e5cbc.svg +0 -3
  72. package/dist/assets/ic-moon.17d37c40.svg +0 -3
  73. package/dist/assets/ic-shield-check.7f018238.svg +0 -3
  74. package/dist/assets/ic-shield-warning-outline.70fea3e8.svg +0 -3
  75. package/dist/assets/ic-spray-can.44e87582.svg +0 -3
  76. package/dist/assets/ic-stack.548dd28c.svg +0 -3
  77. package/dist/assets/ic-success.8c8fe69d.svg +0 -4
  78. package/dist/assets/ic-sun.33e8214b.svg +0 -3
  79. package/dist/assets/ic-tilde.0451dbd9.svg +0 -3
@@ -1,5 +1,17 @@
1
1
  <!--
2
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.
3
15
  -->
4
16
 
5
17
  <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none">
@@ -1,3 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
1
17
  <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
18
  <circle cx="6" cy="6" r="5" stroke="#596168" stroke-width="1"/>
3
19
  <path d="M5.99622 4.03526C5.85516 4.03526 5.73426 3.98489 5.6335 3.88413C5.53275 3.78338 5.48237 3.65995 5.48237 3.51385C5.48237 3.36776 5.53275 3.24685 5.6335 3.15113C5.73426 3.05038 5.85516 3 5.99622 3C6.14232 3 6.26574 3.05038 6.3665 3.15113C6.46725 3.24685 6.51763 3.36776 6.51763 3.51385C6.51763 3.65995 6.46725 3.78338 6.3665 3.88413C6.26574 3.98489 6.14232 4.03526 5.99622 4.03526ZM6.43451 7.67002H7.5V8.43325H4.5V7.67002H5.56549V5.33501H4.5V4.57179H6.43451V7.67002Z" fill="#596168"/>
@@ -0,0 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
18
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3.5 16.25V6.5A1.5 1.5 0 0 1 5 5h13.5A1.5 1.5 0 0 1 20 6.5v9.75M14.25 9l-3.5 3.5L9 10.75m-7 5.5h19.5v1.5a1.5 1.5 0 0 1-1.5 1.5H3.5a1.5 1.5 0 0 1-1.5-1.5v-1.5Z" vector-effect="non-scaling-stroke"/>
19
+ </svg>
@@ -0,0 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
18
+ <path d="M3.33334 5H17.0833M3.33334 8.33333H16.25M3.33334 11.6667H12.0833M3.33334 15H14.5833" stroke="#3B444C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
19
+ </svg>
@@ -1,3 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
1
17
  <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
2
18
  <path fill-rule="evenodd" clip-rule="evenodd" d="M5.83337 6.24999C5.83337 3.71868 7.8854 1.66666 10.4167 1.66666C12.948 1.66666 15 3.71868 15 6.24999V12.5H13.3334V6.24999C13.3334 4.63916 12.0275 3.33332 10.4167 3.33332C8.80588 3.33332 7.50004 4.63916 7.50004 6.24999V8.33332H5.83337V6.24999Z" fill="#D0D4D9"/>
3
19
  <rect x="4.16669" y="8.33331" width="12.5" height="10" fill="#FFB549"/>
@@ -0,0 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
18
+ <path d="M16.4996 14.9995V22.5L11.9989 20.25L7.49957 22.5V15.0002M19.499 9C19.499 13.1421 16.1412 16.5 11.999 16.5C7.85689 16.5 4.49902 13.1421 4.49902 9C4.49902 4.85786 7.85689 1.5 11.999 1.5C16.1412 1.5 19.499 4.85786 19.499 9Z" stroke="#3B444C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
19
+ </svg>
@@ -0,0 +1,24 @@
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="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
18
+ <rect x="23.6924" y="8.50977" width="24.0788" height="6.12635" rx="1" transform="rotate(46.7118 23.6924 8.50977)" fill="#ABCFF3"/>
19
+ <path d="M34.5 18.5L42.155 12.372C42.9714 11.5178 43.4541 10.3843 43.4969 9.22094C43.5397 8.05759 43.139 6.95967 42.383 6.1687C41.627 5.37773 40.5777 4.9585 39.4658 5.00325C38.3539 5.04799 37.2705 5.55304 36.4541 6.40729L31 14" fill="#ABCFF3"/>
20
+ <path d="M34.5 18.5L42.155 12.372C42.9714 11.5178 43.4541 10.3843 43.4969 9.22094C43.5397 8.05759 43.139 6.95967 42.383 6.1687C41.627 5.37773 40.5777 4.9585 39.4658 5.00325C38.3539 5.04799 37.2705 5.55304 36.4541 6.40729L31 14M36.1121 30.6241L19.0094 12.7299M15.8739 26.1505L20.1496 21.677M25.0212 35.7212L11.8056 21.8939C11.5994 21.6782 11.4897 21.3791 11.5008 21.0625C11.5118 20.7459 11.6425 20.4377 11.8643 20.2057L22.734 8.83296C22.9557 8.60094 23.2503 8.46412 23.5529 8.4526C23.8555 8.44107 24.1413 8.55579 24.3475 8.77151L39.8954 25.0389C40.1016 25.2546 40.2112 25.5537 40.2002 25.8703C40.1892 26.1869 40.0584 26.4951 39.8366 26.7271L31.4753 35.4754C30.5883 36.4034 29.41 36.9507 28.1996 36.9968C26.9893 37.0429 25.846 36.5841 25.0212 35.7212Z" stroke="#0066CC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
21
+ <path d="M9 30C7.34315 30 6 31.3431 6 33C6 34.6569 7.34315 36 9 36H14" stroke="#0066CC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
22
+ <path d="M7.5 43C7.5 41.3431 8.84315 40 10.5 40H22" stroke="#0066CC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
23
+ <circle cx="1" cy="1" r="0.5" transform="matrix(-1 0 0 1 18.5 35)" stroke="#0066CC"/>
24
+ </svg>
@@ -1,3 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
1
17
  <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none">
2
18
  <circle cx="24" cy="24" r="20" fill="#0066CC" fill-opacity="0.3" stroke="#0066CC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
19
  <path d="M20 20H24V32M24 32H19M24 32H29" stroke="#0066CC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
@@ -0,0 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
18
+ <path d="M19.4999 18V30M28.4999 18V30M42 24C42 33.9411 33.9411 42 24 42C14.0589 42 6 33.9411 6 24C6 14.0589 14.0589 6 24 6C33.9411 6 42 14.0589 42 24Z" fill="#F33E3E" fill-opacity="0.12" stroke="#F33E3E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" vector-effect="non-scaling-stroke" />
19
+ </svg>
@@ -0,0 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
18
+ <path d="M11 38.4676V9.53238C11 7.97779 12.6959 7.01757 14.029 7.8174L38.1417 22.285C39.4364 23.0618 39.4364 24.9382 38.1417 25.715L14.029 40.1826C12.6959 40.9824 11 40.0222 11 38.4676Z" fill="#0066CC" fill-opacity="0.3" stroke="#0066CC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" vector-effect="non-scaling-stroke" />
19
+ </svg>
@@ -0,0 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
18
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.166 11.332V6.924m2.204 2.204h-4.408M13.758 3.25v2.939m1.47-1.47h-2.94m6.679 10.346A8.452 8.452 0 0 1 8.56 4.658a8.45 8.45 0 1 0 10.407 10.407Z" vector-effect="non-scaling-stroke"/>
19
+ </svg>
@@ -1,3 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
1
17
  <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
18
  <style>
3
19
  .pulsate__history-status {
@@ -1,3 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
1
17
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
18
  <path d="M3.37752 5.08241C3 5.62028 3 7.21907 3 10.4167V11.9914C3 17.6294 7.23896 20.3655 9.89856 21.5273C10.62 21.8424 10.9807 22 12 22C13.0193 22 13.38 21.8424 14.1014 21.5273C16.761 20.3655 21 17.6294 21 11.9914V10.4167C21 7.21907 21 5.62028 20.6225 5.08241C20.245 4.54454 18.7417 4.02996 15.7351 3.00079L15.1623 2.80472C13.595 2.26824 12.8114 2 12 2C11.1886 2 10.405 2.26824 8.83772 2.80472L8.26491 3.00079C5.25832 4.02996 3.75503 4.54454 3.37752 5.08241Z" fill="#FFB549"/>
3
19
  <path d="M15.0888 15.0891L18.5 18.5004M16.3704 11.9953C16.3704 14.4116 14.4116 16.3704 11.9953 16.3704C9.57893 16.3704 7.62012 14.4116 7.62012 11.9953C7.62012 9.57893 9.57893 7.62012 11.9953 7.62012C14.4116 7.62012 16.3704 9.57893 16.3704 11.9953Z" stroke="#000A14" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
@@ -0,0 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
18
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m16.125 9-5.5 5.25-2.75-2.625M3.11 9.96V5.81c0-.472.297-.892.737-1.041L11.999 2l8.152 2.769c.44.15.737.569.737 1.041v4.15c0 8.647-7.203 11.512-8.641 11.998a.749.749 0 0 1-.496 0C10.313 21.472 3.11 18.607 3.11 9.96Z" vector-effect="non-scaling-stroke"/>
19
+ </svg>
@@ -0,0 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
18
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 16v.5M12 8v5M3.11 9.96V5.81c0-.472.297-.892.737-1.041L11.999 2l8.152 2.769c.44.15.737.569.737 1.041v4.15c0 8.647-7.203 11.512-8.641 11.998a.749.749 0 0 1-.496 0C10.313 21.472 3.11 18.607 3.11 9.96Z" vector-effect="non-scaling-stroke"/>
19
+ </svg>
@@ -0,0 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
18
+ <path stroke="#596168" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m11.322 6.826.61-1.046c.735-1.113 1.802-1.291 2.773-.736a2.001 2.001 0 0 1 .744 2.748l-.61 1.045m-.743 5.025-6.498-3.62M21 7.021h-2.11M20.565 3l-1.898 1m1.898 7.046L18.667 10m-8.45 11 4.848-8.318a3.202 3.202 0 0 0-1.189-4.396l-1.59-.91c-1.554-.888-3.541-.36-4.438 1.179L3 16.872 10.218 21Z" vector-effect="non-scaling-stroke"/>
19
+ </svg>
@@ -0,0 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
18
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m3 16.5 9 5.25 9-5.25M3 12l9 5.25L21 12M3 7.5l9 5.25 9-5.25-9-5.25L3 7.5Z" vector-effect="non-scaling-stroke"/>
19
+ </svg>
@@ -0,0 +1,20 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
18
+ <circle cx="10" cy="10" r="8.33333" fill="#1DAD70"/>
19
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.9226 7.74409C14.248 8.06954 14.248 8.59717 13.9226 8.9226L9.47811 13.3668C9.15268 13.6923 8.62508 13.6923 8.29964 13.3669L6.07742 11.1448C5.75197 10.8194 5.75194 10.2918 6.07736 9.96633C6.40279 9.64088 6.93042 9.64085 7.25588 9.96627L8.88886 11.5991L12.7441 7.74406C13.0695 7.41863 13.5972 7.41865 13.9226 7.74409Z" fill="white"/>
20
+ </svg>
@@ -0,0 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
18
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 4.607V3M6.772 6.772 5.636 5.636M4.607 12H3m3.772 5.227-1.136 1.137M12 19.393V21m5.227-3.773 1.137 1.137M19.393 12H21m-3.773-5.228 1.137-1.136M16 12a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z" vector-effect="non-scaling-stroke"/>
19
+ </svg>
@@ -0,0 +1,19 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
18
+ <path stroke="#3B444C" stroke-linecap="round" stroke-width="1.5" d="M21 10c-.095.47-.236.896-.422 1.28-.41.864-.981 1.512-1.716 1.947-.736.428-1.565.642-2.49.642-.758 0-1.463-.15-2.115-.45-.651-.299-1.383-.78-2.194-1.443-.833-.692-1.715-1.252-2.36-1.538A4.948 4.948 0 0 0 7.636 10c-.948 0-1.789.217-2.524.652-.728.428-1.296 1.074-1.705 1.936a5.5 5.5 0 0 0-.406 1.28" vector-effect="non-scaling-stroke"/>
19
+ </svg>
@@ -1 +1,17 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
1
17
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><style>@keyframes upload-arrow{0%{transform:translateY(0);opacity:0}10%{transform:translateY(2px);opacity:1}40%,to{transform:translateY(-20px);opacity:1}}</style><path d="M20.5 14.5v5.25a.75.75 0 0 1-.75.75h-15a.75.75 0 0 1-.75-.75V14.5" stroke="#3b444c" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.25 14.5V4.003M8.313 7.936 12.25 4l3.938 3.936" stroke="#3b444c" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" style="animation:upload-arrow 2s infinite ease-in"/></svg>
@@ -1,5 +1,17 @@
1
1
  <!--
2
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.
3
15
  -->
4
16
 
5
17
  <svg data-style-override="false" width="250" height="200" viewBox="0 0 250 200" fill="none" xmlns="http://www.w3.org/2000/svg">