@devtron-labs/devtron-fe-common-lib 1.7.3 → 1.7.4
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.
- package/dist/{@code-editor-DF4xpSML.js → @code-editor-eNie_Z1c.js} +5709 -5547
- package/dist/{@common-rjsf-DkYtZEPs.js → @common-rjsf-CeBDaYTw.js} +1 -1
- package/dist/Common/Constants.d.ts +2 -3
- package/dist/Common/Helper.d.ts +1 -1
- package/dist/Common/index.d.ts +0 -1
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/helpers.d.ts +0 -1
- package/dist/Shared/Components/CICDHistory/utils.d.ts +2 -2
- package/dist/Shared/Components/GitProviderIcon/GitProviderIcon.d.ts +2 -0
- package/dist/Shared/Components/GitProviderIcon/index.d.ts +2 -0
- package/dist/Shared/Components/GitProviderIcon/types.d.ts +10 -0
- package/dist/Shared/Components/Icon/Icon.d.ts +48 -0
- package/dist/Shared/Components/Icon/IconBase.d.ts +2 -0
- package/dist/Shared/Components/Icon/index.d.ts +1 -0
- package/dist/Shared/Components/Icon/types.d.ts +23 -0
- package/dist/Shared/Components/RegistryIcon/RegistryIcon.d.ts +2 -0
- package/dist/Shared/Components/RegistryIcon/constants.d.ts +2 -0
- package/dist/Shared/Components/RegistryIcon/index.d.ts +2 -0
- package/dist/Shared/Components/RegistryIcon/types.d.ts +10 -0
- package/dist/Shared/Components/StatusComponent/AppStatus.d.ts +2 -0
- package/dist/Shared/Components/StatusComponent/DeploymentStatus.d.ts +2 -0
- package/dist/Shared/Components/StatusComponent/StatusComponent.d.ts +2 -0
- package/dist/Shared/Components/StatusComponent/constants.d.ts +7 -0
- package/dist/Shared/Components/StatusComponent/index.d.ts +5 -0
- package/dist/Shared/Components/StatusComponent/types.d.ts +48 -0
- package/dist/Shared/Components/StatusComponent/utils.d.ts +5 -0
- package/dist/Shared/Components/index.d.ts +4 -0
- package/dist/assets/@code-editor.css +1 -1
- package/dist/assets/ic-aborted.d162b12b.svg +21 -0
- package/dist/assets/ic-azure.fb4a8598.svg +23 -0
- package/dist/assets/ic-build-color.37484d39.svg +33 -0
- package/dist/assets/ic-cancelled.3cd048aa.svg +20 -0
- package/dist/assets/ic-cd.165ef184.svg +46 -0
- package/dist/assets/ic-ci-linked.b25fbb2f.svg +34 -0
- package/dist/assets/ic-ci-webhook.a2ab6db6.svg +42 -0
- package/dist/assets/ic-circle-loader.d46f797f.svg +1 -0
- package/dist/assets/ic-clock.4109c84f.svg +19 -0
- package/dist/assets/ic-close-small.e16620af.svg +3 -0
- package/dist/assets/ic-container.4e1e6455.svg +19 -0
- package/dist/assets/ic-dockerhub.016af724.svg +3 -0
- package/dist/assets/ic-ecr.36433895.svg +9 -0
- package/dist/assets/ic-env.c0634f19.svg +29 -0
- package/dist/assets/ic-error.1794c183.svg +4 -0
- package/dist/assets/ic-failure.0220b612.svg +24 -0
- package/dist/assets/ic-git.bb72e063.svg +17 -0
- package/dist/assets/ic-github.b6e9d0f3.svg +19 -0
- package/dist/assets/ic-google-artifact-registry.73ff5bb0.svg +25 -0
- package/dist/assets/ic-google-container-registry.815ede09.svg +25 -0
- package/dist/assets/ic-heart-green.6d3bb9cf.svg +20 -0
- package/dist/assets/ic-heart-red-animated.5f500b76.svg +58 -0
- package/dist/assets/ic-heart-red.ae773db3.svg +19 -0
- package/dist/assets/ic-hibernate.988d2323.svg +28 -0
- package/dist/assets/ic-in-progress.2557f822.svg +4 -0
- package/dist/assets/ic-info-outline.9f0ddc8d.svg +3 -0
- package/dist/assets/ic-job-color.bb826301.svg +25 -0
- package/dist/assets/ic-missing.917a1291.svg +20 -0
- package/dist/assets/ic-node-script.88af3604.svg +35 -0
- package/dist/assets/ic-out-of-sync.824fb5c6.svg +24 -0
- package/dist/assets/ic-paper-plane-color.b290f604.svg +36 -0
- package/dist/assets/ic-quay.d9df1c86.svg +11 -0
- package/dist/assets/ic-success.22477863.svg +4 -0
- package/dist/assets/ic-suspended.8a62c6bc.svg +25 -0
- package/dist/assets/ic-timeout-two-dash.fed11c84.svg +5 -0
- package/dist/assets/ic-unknown.89dc351a.svg +21 -0
- package/dist/index.js +630 -624
- package/package.json +3 -2
- package/dist/Common/AppStatus/AppStatus.d.ts +0 -2
- package/dist/Common/AppStatus/constants.d.ts +0 -36
- package/dist/Common/AppStatus/index.d.ts +0 -2
- package/dist/Common/AppStatus/types.d.ts +0 -12
- package/dist/Common/AppStatus/utils.d.ts +0 -2
- package/dist/Common/utils.d.ts +0 -1
@@ -0,0 +1,36 @@
|
|
1
|
+
|
2
|
+
<!--
|
3
|
+
- Copyright (c) 2024. Devtron Inc.
|
4
|
+
-
|
5
|
+
- Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
- you may not use this file except in compliance with the License.
|
7
|
+
- You may obtain a copy of the License at
|
8
|
+
-
|
9
|
+
- http://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
-
|
11
|
+
- Unless required by applicable law or agreed to in writing, software
|
12
|
+
- distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
- See the License for the specific language governing permissions and
|
15
|
+
- limitations under the License.
|
16
|
+
-->
|
17
|
+
|
18
|
+
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
19
|
+
<path d="M7.45203 15.8024L10.3708 24.5598L23.8296 7.36328V5.771L15.1543 9.8313L7.45203 15.8024Z" fill="url(#paint0_linear_4666_10938)"/>
|
20
|
+
<path d="M10.3707 24.5598L23.8295 11.9411V5.771L18.9649 12.4586L11.3436 17.3946L10.3707 24.5598Z" fill="url(#paint1_linear_4666_10938)"/>
|
21
|
+
<path d="M1.61587 11.4122C0.519015 11.8197 0.533376 13.3761 1.63756 13.7634L7.45166 15.8024L23.8292 5.77102L11.3434 17.3947L21.7556 25.2702C22.4903 25.8259 23.5534 25.4229 23.735 24.5197L27.9273 3.67133C28.1202 2.71129 27.1845 1.91219 26.2665 2.25325L1.61587 11.4122Z" fill="url(#paint2_linear_4666_10938)"/>
|
22
|
+
<defs>
|
23
|
+
<linearGradient id="paint0_linear_4666_10938" x1="15.6408" y1="5.771" x2="15.6408" y2="24.5598" gradientUnits="userSpaceOnUse">
|
24
|
+
<stop stop-color="#27B4FA"/>
|
25
|
+
<stop offset="1" stop-color="#2795FA"/>
|
26
|
+
</linearGradient>
|
27
|
+
<linearGradient id="paint1_linear_4666_10938" x1="17.1001" y1="12.2924" x2="17.1001" y2="24.5598" gradientUnits="userSpaceOnUse">
|
28
|
+
<stop stop-color="#2478CB"/>
|
29
|
+
<stop offset="1" stop-color="#1961A9"/>
|
30
|
+
</linearGradient>
|
31
|
+
<linearGradient id="paint2_linear_4666_10938" x1="14.377" y1="2.1731" x2="14.377" y2="25.5243" gradientUnits="userSpaceOnUse">
|
32
|
+
<stop stop-color="#B1E3FC"/>
|
33
|
+
<stop offset="1" stop-color="#72D0FF"/>
|
34
|
+
</linearGradient>
|
35
|
+
</defs>
|
36
|
+
</svg>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g clip-path="url(#clip0_702_1764)">
|
3
|
+
<path d="M17.6354 3.00098L21.9756 12.1818L17.6354 21.3629H13.9404L18.2807 12.1818L13.9405 3.00098H17.6355H17.6354ZM10.5999 10.8007L12.1668 7.82473L11.9879 7.13191L10.0348 3.00098H6.33984L10.1404 11.0399L10.5999 10.8007ZM11.9879 16.6157L10.6337 13.5662L10.1404 13.3239L6.33984 21.3629H10.0348L11.9879 17.2316V16.6157H11.9879Z" fill="#40B4E5"/>
|
4
|
+
<path d="M13.9408 21.3629L9.60055 12.1818L13.9408 3.00098H17.6357L13.2955 12.1818L17.6357 21.3629H13.9408ZM6.34023 21.3629L2 12.1818L6.34023 3.00098H10.0352L5.69492 12.1818L10.0352 21.3629H6.34023Z" fill="var(--B700)"/>
|
5
|
+
</g>
|
6
|
+
<defs>
|
7
|
+
<clipPath id="clip0_702_1764">
|
8
|
+
<rect width="20" height="18.44" fill="white" transform="translate(2 3)"/>
|
9
|
+
</clipPath>
|
10
|
+
</defs>
|
11
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<circle cx="12" cy="12" r="10" fill="var(--G500)"/>
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.7071 9.29291C17.0976 9.68344 17.0976 10.3166 16.7071 10.7071L11.3738 16.0402C10.9832 16.4307 10.3501 16.4307 9.95959 16.0402L7.29292 13.3738C6.90238 12.9833 6.90235 12.3501 7.29286 11.9596C7.68337 11.5691 8.31653 11.569 8.70708 11.9595L10.6667 13.9189L15.2929 9.29288C15.6834 8.90236 16.3166 8.90238 16.7071 9.29291Z" fill="var(--N0)"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,25 @@
|
|
1
|
+
<!--
|
2
|
+
- Copyright (c) 2024. Devtron Inc.
|
3
|
+
-
|
4
|
+
- Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
- you may not use this file except in compliance with the License.
|
6
|
+
- You may obtain a copy of the License at
|
7
|
+
-
|
8
|
+
- http://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
-
|
10
|
+
- Unless required by applicable law or agreed to in writing, software
|
11
|
+
- distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
- See the License for the specific language governing permissions and
|
14
|
+
- limitations under the License.
|
15
|
+
-->
|
16
|
+
|
17
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
18
|
+
<g fill="none" fill-rule="evenodd">
|
19
|
+
<path d="M0 0h24v24H0z"/>
|
20
|
+
<path fill="#FA0" fill-rule="nonzero" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z"/>
|
21
|
+
<g stroke="#FFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
|
22
|
+
<path d="M9.5 9v6M14.5 9v6"/>
|
23
|
+
</g>
|
24
|
+
</g>
|
25
|
+
</svg>
|
@@ -0,0 +1,5 @@
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path d="M3 12C3 7.02944 7.02944 3 12 3" stroke="#3B444C" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-dasharray="2 3"/>
|
3
|
+
<path d="M12 6.75V12L15 16" stroke="#3B444C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
4
|
+
<path d="M3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3" stroke="#3B444C" stroke-width="1.5" stroke-miterlimit="10"/>
|
5
|
+
</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 width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
18
|
+
<circle cx="12" cy="12" r="10" fill="var(--N700)"/>
|
19
|
+
<path d="M12.8391 5.58263C12.005 5.41671 11.1404 5.50186 10.3547 5.82732C9.56893 6.15278 8.89737 6.70392 8.42488 7.41105C7.95239 8.11818 7.7002 8.94954 7.7002 9.8C7.7002 10.3523 8.14791 10.8 8.7002 10.8C9.25248 10.8 9.7002 10.3523 9.7002 9.8C9.7002 9.34511 9.83509 8.90042 10.0878 8.52219C10.3405 8.14396 10.6998 7.84916 11.12 7.67508C11.5403 7.501 12.0027 7.45545 12.4489 7.5442C12.8951 7.63294 13.3049 7.852 13.6265 8.17366C13.9482 8.49532 14.1673 8.90514 14.256 9.35129C14.3447 9.79745 14.2992 10.2599 14.1251 10.6802C13.951 11.1004 13.6562 11.4597 13.278 11.7124C12.8998 11.9651 12.4551 12.1 12.0002 12.1C11.735 12.1 11.4806 12.2054 11.2931 12.3929C11.1056 12.5804 11.0002 12.8348 11.0002 13.1V14.5C11.0002 15.0523 11.4479 15.5 12.0002 15.5C12.5525 15.5 13.0002 15.0523 13.0002 14.5V13.9821C13.4929 13.8643 13.9635 13.6597 14.3891 13.3753C15.0963 12.9028 15.6474 12.2313 15.9729 11.4455C16.2983 10.6598 16.3835 9.79523 16.2176 8.96111C16.0517 8.12699 15.6421 7.36081 15.0408 6.75944C14.4394 6.15808 13.6732 5.74854 12.8391 5.58263Z" fill="var(--N0)"/>
|
20
|
+
<path d="M12 18.5C12.2869 18.5 12.5232 18.406 12.7089 18.2179C12.903 18.0214 13 17.7821 13 17.5C13 17.2265 12.903 16.9915 12.7089 16.7949C12.5148 16.5983 12.2785 16.5 12 16.5C11.7215 16.5 11.4852 16.5983 11.2911 16.7949C11.097 16.9915 11 17.2265 11 17.5C11 17.7821 11.0928 18.0214 11.2785 18.2179C11.4726 18.406 11.7131 18.5 12 18.5Z" fill="var(--N0)"/>
|
21
|
+
</svg>
|