@devtron-labs/devtron-fe-common-lib 1.9.9 → 1.10.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.
- package/dist/{@code-editor-CHoIAnAq.js → @code-editor-DRt5IoO7.js} +8236 -7496
- package/dist/{@common-rjsf-BALKWZzq.js → @common-rjsf-JkVClwt2.js} +20 -20
- package/dist/{@framer-motion--UCnj55s.js → @framer-motion-DMD7dX-G.js} +972 -893
- package/dist/{@react-dates-B3_Y9Kyv.js → @react-dates-DxmDHBUI.js} +1 -1
- package/dist/{@react-select-DMzK6fkF.js → @react-select-BR4eLpVa.js} +1 -1
- package/dist/{@react-virtualized-sticky-tree-Ck5oyLp9.js → @react-virtualized-sticky-tree-Ca-pl6uN.js} +1 -1
- package/dist/{@vendor-DXbFZ041.js → @vendor-DZHtXPTX.js} +14866 -14544
- package/dist/Common/API/CoreAPI.d.ts +17 -0
- package/dist/Common/API/constants.d.ts +70 -0
- package/dist/Common/API/index.d.ts +3 -0
- package/dist/Common/API/types.d.ts +23 -0
- package/dist/Common/API/utils.d.ts +12 -0
- package/dist/Common/ClipboardButton/ClipboardButton.d.ts +1 -1
- package/dist/Common/ClipboardButton/types.d.ts +11 -0
- package/dist/Common/CodeMirror/utils.d.ts +1 -0
- package/dist/Common/Constants.d.ts +6 -0
- package/dist/Common/DevtronCopyright.d.ts +2 -0
- package/dist/Common/Helper.d.ts +1 -0
- package/dist/Common/Types.d.ts +11 -0
- package/dist/Common/index.d.ts +2 -1
- package/dist/Pages/GlobalConfigurations/ClustersAndEnvironments/index.d.ts +1 -0
- package/dist/Pages/GlobalConfigurations/ClustersAndEnvironments/types.d.ts +9 -0
- package/dist/Pages/GlobalConfigurations/index.d.ts +1 -0
- package/dist/Pages/ResourceBrowser/service.d.ts +1 -1
- package/dist/Pages/ResourceBrowser/types.d.ts +41 -1
- package/dist/Shared/Analytics/analytics.d.ts +2 -0
- package/dist/Shared/Analytics/index.d.ts +2 -0
- package/dist/Shared/Analytics/types.d.ts +3 -0
- package/dist/Shared/Components/Button/Button.component.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/service.d.ts +1 -1
- package/dist/Shared/Components/CountrySelect/CountrySelect.component.d.ts +3 -0
- package/dist/Shared/Components/CountrySelect/index.d.ts +1 -0
- package/dist/Shared/Components/CountrySelect/types.d.ts +7 -0
- package/dist/Shared/Components/CountrySelect/utils.d.ts +4 -0
- package/dist/Shared/Components/CustomInput/CustomInput.d.ts +1 -1
- package/dist/Shared/Components/CustomInput/types.d.ts +5 -1
- package/dist/Shared/Components/DevtronLicenseCard/DevtronLicenseCard.d.ts +3 -0
- package/dist/Shared/Components/DevtronLicenseCard/InstallationFingerprintInfo.d.ts +3 -0
- package/dist/Shared/Components/DevtronLicenseCard/index.d.ts +4 -0
- package/dist/Shared/Components/DevtronLicenseCard/types.d.ts +26 -0
- package/dist/Shared/Components/DevtronLicenseCard/utils.d.ts +6 -0
- package/dist/Shared/Components/FlagImage/FlagImage.component.d.ts +3 -0
- package/dist/Shared/Components/FlagImage/index.d.ts +1 -0
- package/dist/Shared/Components/FlagImage/types.d.ts +5 -0
- package/dist/Shared/Components/FormFieldWrapper/FormFieldWrapper.d.ts +1 -1
- package/dist/Shared/Components/FormFieldWrapper/index.d.ts +1 -0
- package/dist/Shared/Components/FormFieldWrapper/types.d.ts +4 -0
- package/dist/Shared/Components/Header/constants.d.ts +1 -0
- package/dist/Shared/Components/Header/types.d.ts +0 -1
- package/dist/Shared/Components/Header/utils.d.ts +3 -0
- package/dist/Shared/Components/Icon/Icon.d.ts +24 -0
- package/dist/Shared/Components/LoginBanner/LoginBanner.d.ts +2 -0
- package/dist/Shared/Components/LoginBanner/constants.d.ts +4 -0
- package/dist/Shared/Components/LoginBanner/index.d.ts +1 -0
- package/dist/Shared/Components/LoginBanner/types.d.ts +7 -0
- package/dist/Shared/Components/PhoneInput/PhoneInput.component.d.ts +3 -0
- package/dist/Shared/Components/PhoneInput/index.d.ts +1 -0
- package/dist/Shared/Components/PhoneInput/types.d.ts +11 -0
- package/dist/Shared/Components/SelectPicker/SelectPicker.component.d.ts +1 -1
- package/dist/Shared/Components/Textarea/Textarea.component.d.ts +1 -1
- package/dist/Shared/Components/index.d.ts +6 -0
- package/dist/Shared/Helpers.d.ts +1 -0
- package/dist/Shared/Providers/ThemeProvider/utils.d.ts +1 -0
- package/dist/Shared/Providers/types.d.ts +8 -2
- package/dist/Shared/Services/types.d.ts +1 -0
- package/dist/Shared/constants.d.ts +4 -0
- package/dist/Shared/index.d.ts +1 -0
- package/dist/Shared/types.d.ts +64 -0
- package/dist/assets/@code-editor.css +1 -1
- package/dist/assets/ic-73strings.ed7da294.svg +5 -0
- package/dist/assets/ic-amazon-eks.13404569.svg +5 -0
- package/dist/assets/ic-apica.5a540546.svg +15 -0
- package/dist/assets/ic-app-group.068791a2.svg +19 -0
- package/dist/assets/ic-arrow-right.96f4142a.svg +19 -0
- package/dist/assets/ic-ather.39aed36c.svg +11 -0
- package/dist/assets/{ic-azure.49ec3dad.svg → ic-azure.a01ce3b4.svg} +16 -0
- package/dist/assets/ic-bharatpe.fc52fe6d.svg +15 -0
- package/dist/assets/ic-book-open.e839bbda.svg +3 -0
- package/dist/assets/ic-browser.f77a9d59.svg +19 -0
- package/dist/assets/ic-card-stack.0de57a3a.svg +19 -0
- package/dist/assets/{ic-arrow-right.06ad55f3.svg → ic-caret-left.3df25a7c.svg} +1 -1
- package/dist/assets/ic-chat-circle-dots.b5afd171.svg +3 -0
- package/dist/assets/{ic-copy.416d85f3.svg → ic-check.a0f5ee85.svg} +1 -1
- package/dist/assets/ic-close-large.fb6095e0.svg +3 -0
- package/dist/assets/ic-cluster.71ba9e26.svg +3 -0
- package/dist/assets/ic-code.3af36d5c.svg +19 -0
- package/dist/assets/ic-cookr.d1510986.svg +26 -0
- package/dist/assets/ic-copy.c4b628de.svg +19 -0
- package/dist/assets/{ic-crown.868ff2a9.svg → ic-crown.24ca27fc.svg} +16 -0
- package/dist/assets/ic-cube.be637e97.svg +19 -0
- package/dist/assets/ic-delhivery.7b49a398.svg +15 -0
- package/dist/assets/ic-devtron-header-logo.265be507.svg +4 -0
- package/dist/assets/ic-devtron.aca6cbaa.svg +3 -0
- package/dist/assets/{ic-dockerhub.19023887.svg → ic-dockerhub.03bd09a9.svg} +16 -0
- package/dist/assets/{ic-ecr.022619e3.svg → ic-ecr.302d6ccb.svg} +16 -0
- package/dist/assets/{ic-gear.51261b97.svg → ic-gear.7116a8bf.svg} +16 -0
- package/dist/assets/{ic-google-artifact-registry.536fe6c7.svg → ic-google-artifact-registry.2a167c8b.svg} +16 -0
- package/dist/assets/{ic-google-container-registry.20eeef45.svg → ic-google-container-registry.320c53ee.svg} +16 -0
- package/dist/assets/{ic-google.adce3079.svg → ic-google.475640a4.svg} +16 -0
- package/dist/assets/ic-grid-view.13207b99.svg +19 -0
- package/dist/assets/ic-helm.20583d75.svg +19 -0
- package/dist/assets/ic-k8s-job.c4f9ccc7.svg +19 -0
- package/dist/assets/{ic-ldap.1742ec39.svg → ic-ldap.0c5633d9.svg} +16 -0
- package/dist/assets/ic-livspace.fc75c45f.svg +13 -0
- package/dist/assets/ic-logout.f0a8b488.svg +19 -0
- package/dist/assets/{ic-medium-paintbucket.38ef52c1.svg → ic-medium-paintbucket.45544bb9.svg} +16 -0
- package/dist/assets/ic-microsoft.7c7bcaeb.svg +22 -0
- package/dist/assets/{ic-monitoring.6e5acb4a.svg → ic-monitoring.30910a3c.svg} +16 -0
- package/dist/assets/ic-new.1907a03f.svg +19 -0
- package/dist/assets/ic-oidc.5e06656d.svg +20 -0
- package/dist/assets/{ic-open-box.e672fe67.svg → ic-open-box.b15fcbbd.svg} +16 -0
- package/dist/assets/{ic-openshift.afcfadec.svg → ic-openshift.3886b54f.svg} +16 -0
- package/dist/assets/ic-pencil.a3e8275c.svg +3 -0
- package/dist/assets/{ic-quay.19eb5574.svg → ic-quay.d622b34f.svg} +16 -0
- package/dist/assets/ic-quote.68f093fe.svg +3 -0
- package/dist/assets/ic-shield-check.c26854d2.svg +19 -0
- package/dist/assets/ic-sliders-vertical.1c27a9e1.svg +3 -0
- package/dist/assets/ic-spinny.3884a5fb.svg +14 -0
- package/dist/assets/ic-stack.fbd3aea5.svg +19 -0
- package/dist/assets/ic-tata1mg.75b97a64.svg +13 -0
- package/dist/assets/ic-timer.ae5f10fa.svg +19 -0
- package/dist/assets/ic-travclan.29b9f4c3.svg +13 -0
- package/dist/assets/{ic-user-key.523f6939.svg → ic-user-key.5dc44524.svg} +16 -0
- package/dist/assets/licenseCardBG.9753c392.svg +259 -0
- package/dist/assets/login-screen-ui.a33a6496.webp +0 -0
- package/dist/index.d.ts +1 -3
- package/dist/index.js +803 -775
- package/package.json +2 -1
- package/dist/Common/Api.d.ts +0 -15
- package/dist/assets/ic-app-group.892e71ff.svg +0 -3
- package/dist/assets/ic-browser.b8afdf0d.svg +0 -3
- package/dist/assets/ic-card-stack.efd37c91.svg +0 -3
- package/dist/assets/ic-code.29c36e44.svg +0 -3
- package/dist/assets/ic-cube.643b8b57.svg +0 -3
- package/dist/assets/ic-grid-view.a1ff2479.svg +0 -3
- package/dist/assets/ic-helm.49cb43a3.svg +0 -3
- package/dist/assets/ic-k8s-job.d3310821.svg +0 -3
- package/dist/assets/ic-logout.e7e6bef0.svg +0 -3
- package/dist/assets/ic-microsoft.4767e309.svg +0 -6
- package/dist/assets/ic-new.2c179139.svg +0 -3
- package/dist/assets/ic-oidc.27839a0d.svg +0 -4
- package/dist/assets/ic-shield-check.5c033f06.svg +0 -3
- package/dist/assets/ic-stack.8b3b1bdd.svg +0 -3
@@ -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="M9 5H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-4m-5.765-7.662 1.639.603a2 2 0 0 1 1.185 1.186l.603 1.638a.36.36 0 0 0 .676 0l.603-1.639a2 2 0 0 1 1.186-1.185l1.638-.603a.36.36 0 0 0 0-.676l-1.639-.603a2 2 0 0 1-1.185-1.186l-.603-1.638a.36.36 0 0 0-.676 0l-.603 1.639a2 2 0 0 1-1.186 1.185l-1.638.603a.36.36 0 0 0 0 .676Z" 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="24" height="24" fill="none" viewBox="0 0 24 24">
|
18
|
+
<path data-style-override="false" fill="#F8931E" d="M11.01 4.621v16.875l3-1.412V3.156l-3 1.465Z"/>
|
19
|
+
<path data-style-override="false" fill="#B3B3B3" d="M11.01 21.496v-1.88c-3.424-.43-6-2.3-6-4.543 0-2.125 2.315-3.915 5.473-4.462V8.706c-4.83.583-8.474 3.212-8.474 6.367 0 3.27 3.912 5.973 9 6.423Zm10.803-7.625-.414-4.3-1.543.87-.217-.131c-1.4-.801-3.156-1.368-5.103-1.604v1.905c1.175.204 2.235.579 3.101 1.08l-1.626.918 5.802 1.262Z"/>
|
20
|
+
</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="24" height="24" fill="none" viewBox="0 0 24 24">
|
2
18
|
<path stroke="#596168" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 22.013a.652.652 0 0 1-.32-.084l-7.174-4.035a.652.652 0 0 1-.332-.569v-4.55M12 22.012a.652.652 0 0 0 .32-.084l7.174-4.035a.651.651 0 0 0 .332-.569V12.8M12 22.013l.077-8.709m0 0-2.26 2.61L2 11.564l2.26-2.608m7.817 4.347L4.261 8.957m7.816 4.347 2.262 2.61L22 11.564l-2.26-2.608m-7.663 4.347 7.662-4.347m-15.478 0L2 6.347 9.74 2 12 4.6M4.26 8.957 12 4.6m7.74 4.357L22 6.347 14.26 2 12 4.6m7.74 4.357L12 4.6" vector-effect="non-scaling-stroke"/>
|
3
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="24" height="24" fill="none" viewBox="0 0 24 24">
|
2
18
|
<path data-style-override="false" fill="#DA2430" d="m7.388 11.16-3.533 1.285c.046.566.143 1.125.28 1.674l3.356-1.222a6.656 6.656 0 0 1-.102-1.738M23 7.253c-.247-.508-.532-1-.862-1.462l-3.531 1.285c.41.42.755.893 1.038 1.399L23 7.253Z"/>
|
3
19
|
<path data-style-override="false" fill="#DA2430" d="M16.733 7.232a6.46 6.46 0 0 0-1.505-.979 6.57 6.57 0 0 0-8.95 3.735 6.748 6.748 0 0 0-.346 1.69l-.012.004-.001.013-2.126.774-1.368.505v-.008l-.038.014a10.039 10.039 0 0 1 1.23-5.675C6.13 2.627 11.844.67 16.663 2.955a9.969 9.969 0 0 1 2.642 1.82c.51.473.966.994 1.364 1.551l-3.532 1.286a5.84 5.84 0 0 0-.055-.055l-.01.003a6.816 6.816 0 0 0-.339-.328Z"/>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path d="M10.625 4.99991L15 9.37491M7.5 16.8749H3.75C3.58424 16.8749 3.42527 16.8091 3.30806 16.6918C3.19085 16.5746 3.125 16.4157 3.125 16.2499V12.7588C3.125 12.6767 3.14117 12.5954 3.17258 12.5196C3.20398 12.4438 3.25002 12.3749 3.30806 12.3168L12.6831 2.94185C12.8003 2.82464 12.9592 2.75879 13.125 2.75879C13.2908 2.75879 13.4497 2.82464 13.5669 2.94185L17.0581 6.43296C17.1753 6.55017 17.2411 6.70915 17.2411 6.87491C17.2411 7.04067 17.1753 7.19964 17.0581 7.31685L7.5 16.8749Z" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
+
</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="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
18
|
<g clip-path="url(#clip0_702_1764)">
|
3
19
|
<path d="M18.1991 2.00098L22.9734 11.9584L18.1991 21.9162H14.1347L18.9089 11.9584L14.1347 2.00098H18.1992H18.1991ZM10.46 10.4605L12.1836 7.23281L11.9868 6.48139L9.83844 2.00098H5.774L9.95463 10.72L10.46 10.4605ZM11.9868 16.7675L10.4972 13.46L9.95463 13.1973L5.774 21.9162H9.83844L11.9869 17.4355V16.7675H11.9868Z" fill="#40B4E5"/>
|
@@ -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 fill="#F8F8F9" d="M4.962 19.89c-1.476 0-2.556-.342-3.24-1.026-.648-.72-.972-1.602-.972-2.646v-1.026c0-.972.144-1.944.432-2.916.288-1.008.666-1.98 1.134-2.916a16.222 16.222 0 0 1 1.782-2.646A16.083 16.083 0 0 1 6.312 4.5h4.644C9.804 5.616 8.832 6.714 8.04 7.794a11.706 11.706 0 0 0-1.782 3.618c1.044.216 1.8.666 2.268 1.35.468.648.702 1.404.702 2.268v1.188c0 1.044-.342 1.926-1.026 2.646-.648.684-1.728 1.026-3.24 1.026Zm12.15 0c-1.476 0-2.556-.342-3.24-1.026-.648-.72-.972-1.602-.972-2.646v-1.026c0-.972.144-1.944.432-2.916.288-1.008.666-1.98 1.134-2.916a16.222 16.222 0 0 1 1.782-2.646A16.083 16.083 0 0 1 18.462 4.5h4.644c-1.152 1.116-2.124 2.214-2.916 3.294a11.706 11.706 0 0 0-1.782 3.618c1.044.216 1.8.666 2.268 1.35.468.648.702 1.404.702 2.268v1.188c0 1.044-.342 1.926-1.026 2.646-.648.684-1.728 1.026-3.24 1.026Z" opacity=".6"/>
|
3
|
+
</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="m16.125 9-5.5 5.25-2.75-2.625M3.75 10V6.22a1 1 0 0 1 .684-.948L12 2.75l7.566 2.522a1 1 0 0 1 .684.949V10c0 7.876-6.685 10.486-8.02 10.928a.708.708 0 0 1-.46 0C10.435 20.486 3.75 17.877 3.75 10Z" vector-effect="non-scaling-stroke"/>
|
19
|
+
</svg>
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none" vector-effect="non-scaling-stroke">
|
2
|
+
<path d="M10.7496 7.25003L10.7496 13.5M10.7496 7.25003C11.578 7.25003 12.25 6.57843 12.25 5.75C12.25 4.92157 11.578 4.25003 10.7496 4.25003M10.7496 7.25003C9.92117 7.25003 9.25 6.57843 9.25 5.75C9.25 4.92157 9.92117 4.25003 10.7496 4.25003M10.7496 2.50003L10.7496 4.25003M5.24961 10.75L5.24956 13.5M5.24961 10.75C6.07804 10.75 6.75 10.0784 6.75 9.25C6.75 8.42157 6.07805 7.75 5.24962 7.75M5.24961 10.75C4.42118 10.75 3.75 10.0784 3.75 9.25C3.75 8.42157 4.42119 7.75 5.24962 7.75M5.24957 2.5L5.24962 7.75" stroke="#000A14" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
+
</svg>
|
@@ -0,0 +1,14 @@
|
|
1
|
+
<svg width="116" height="48" viewBox="0 0 116 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g style="mix-blend-mode:luminosity">
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.2638 21.2253L21.1828 7.14503C20.445 6.41172 19.4468 6 18.4063 6C17.3657 6 16.3677 6.41172 15.6297 7.14503L1.54866 21.2253C0.814976 21.9631 0.403259 22.9612 0.403259 24.0015C0.403259 25.0418 0.814976 26.0399 1.54866 26.7777L15.6297 40.8546C16.3675 41.5883 17.3657 42 18.4063 42C19.447 42 20.4452 41.5883 21.1828 40.8546L35.2616 26.7777C35.9955 26.0403 36.4076 25.0422 36.4079 24.0019C36.4085 22.9615 35.9972 21.9635 35.2638 21.2253ZM4.90317 22.8976C5.12193 22.8972 5.33564 22.9619 5.51775 23.0831C5.69968 23.2046 5.84159 23.377 5.92554 23.5789C6.00949 23.7809 6.03156 24.0034 5.98911 24.2176C5.94667 24.4323 5.84159 24.6294 5.68715 24.7842C5.53271 24.939 5.33582 25.0444 5.12137 25.0874C4.90691 25.1304 4.68459 25.1088 4.48229 25.0254C4.41367 24.9969 4.34841 24.9618 4.28746 24.921C4.25586 24.8997 4.22557 24.8769 4.1964 24.8526C4.11582 24.7853 4.04477 24.7068 3.98568 24.6185C3.9496 24.5647 3.91856 24.5082 3.89257 24.4495C3.87817 24.417 3.86546 24.3833 3.85424 24.3493C3.81759 24.2386 3.79871 24.1223 3.79852 24.0019C3.79871 23.7091 3.91501 23.4282 4.12218 23.2211C4.32934 23.0139 4.61018 22.8976 4.90317 22.8976ZM13.705 27.1311C15.6099 28.7981 17.3721 29.6313 18.9922 29.6317C19.2863 29.6485 19.5791 29.6186 19.8602 29.5445C20.1582 29.4656 20.4431 29.3374 20.7025 29.1631C20.8192 29.0786 20.9226 28.9784 21.0101 28.8651C21.0718 28.785 21.1256 28.6987 21.1703 28.6074C21.2784 28.3864 21.3305 28.1426 21.3223 27.8969C21.3287 27.6475 21.2716 27.4003 21.1568 27.1789C21.1026 27.0746 21.0364 26.9774 20.9599 26.8895C20.9147 26.8375 20.8661 26.7889 20.8141 26.7437C20.767 26.7029 20.7173 26.6648 20.6651 26.63C20.4112 26.4509 20.0146 26.2695 19.4752 26.0866L19.3219 26.0361C19.1897 25.9931 19.0496 25.9501 18.9017 25.9071C18.643 25.832 18.3603 25.7564 18.0536 25.6805C15.992 25.1907 14.485 24.5527 13.5326 23.7667C12.5771 22.9799 12.0994 21.7473 12.0992 20.0683C12.0991 18.3893 12.7035 17.0928 13.9127 16.1792C15.1194 15.2683 16.6264 14.8128 18.4337 14.8128C19.6423 14.8177 20.8416 15.023 21.9827 15.4209C23.1122 15.7959 24.1609 16.3808 25.0741 17.144L25.3082 19.5519L23.0707 20.0313C21.5355 18.8657 19.9477 18.2827 18.3077 18.2823C17.7498 18.2513 17.1988 18.4162 16.75 18.749C16.5653 18.8979 16.4178 19.0874 16.3191 19.3032C16.2202 19.5186 16.1727 19.7542 16.1803 19.9913C16.179 20.1016 16.1908 20.2112 16.2151 20.3181C16.2452 20.4512 16.2948 20.5795 16.3626 20.6992C16.4849 20.9149 16.6622 21.0944 16.8764 21.2197C17.3407 21.5233 18.4135 21.882 20.0954 22.2959C21.777 22.7099 23.0819 23.3306 24.0099 24.1574C24.9389 24.9854 25.4036 26.1928 25.4039 27.7799C25.4251 28.518 25.2747 29.251 24.9647 29.9211C24.6549 30.5916 24.1939 31.1806 23.618 31.6428C22.4258 32.6326 20.8594 33.1266 18.918 33.1251C16.1211 33.1251 13.6029 32.0934 11.3631 30.0295L13.7186 29.5352L13.705 27.1311ZM31.5694 25.0702C31.4511 25.0392 31.3381 24.9887 31.2355 24.9203C31.0536 24.7988 30.9118 24.626 30.8283 24.4241C30.7445 24.2218 30.7226 23.9996 30.7652 23.785C30.8079 23.5707 30.9131 23.3736 31.068 23.2188C31.2226 23.0644 31.4195 22.9589 31.6341 22.9163C31.8486 22.8737 32.0709 22.8957 32.273 22.9791L32.3052 22.9933L32.322 23.0008L32.3441 23.0117C32.3764 23.0277 32.4078 23.0453 32.4381 23.0644C32.4564 23.076 32.4746 23.0879 32.4921 23.1007L32.5303 23.1291C32.6226 23.2012 32.7034 23.288 32.7692 23.3864C32.8908 23.5685 32.9556 23.782 32.9556 24.0007C32.9556 24.1458 32.927 24.2898 32.8715 24.4241C32.816 24.5579 32.7345 24.6798 32.6318 24.7827C32.5292 24.8855 32.4072 24.9667 32.273 25.0224C32.2036 25.0508 32.1317 25.0725 32.0582 25.0863C32.017 25.0942 31.9755 25.0998 31.9338 25.1031L31.9041 25.105L31.8779 25.1058L31.8499 25.1065C31.7547 25.1065 31.6605 25.0942 31.5694 25.0702Z" fill="#fff"/>
|
4
|
+
<path d="M53.4951 20.5144C52.6104 19.7149 51.7695 19.5044 51.1383 19.5044C50.7384 19.5044 50.1702 19.5665 49.8114 19.8619C49.6623 19.9853 49.5417 20.1394 49.4582 20.3136C49.4178 20.3981 49.3866 20.486 49.3649 20.5761C49.3415 20.673 49.329 20.7721 49.3277 20.8719C49.3258 21.057 49.3688 21.2399 49.4531 21.4048C49.492 21.4811 49.5391 21.5525 49.5935 21.6176C49.6128 21.6408 49.6332 21.6632 49.6543 21.6849L49.693 21.7227L49.7158 21.7432L49.7523 21.7739C49.7715 21.7896 49.7912 21.8046 49.8114 21.8188C49.8712 21.87 49.9344 21.9175 50.0028 21.9639C50.0395 21.9885 50.0778 22.0128 50.118 22.0371C50.3601 22.183 50.669 22.3236 51.1097 22.524L51.1793 22.5558L52.0001 22.9346C52.7155 23.2297 53.3502 23.6907 53.8517 24.2801C54.3509 24.8967 54.6056 25.676 54.5671 26.4684C54.5831 27.8053 54.0774 29.0962 53.1573 30.0662C52.021 31.1813 50.5692 31.4337 49.1381 31.4337C48.1658 31.4767 47.1995 31.2587 46.3398 30.8025C45.6413 30.4054 45.0093 29.9013 44.4669 29.3086L46.2766 26.9942C46.6059 27.4284 47.0047 27.8053 47.4568 28.1093C47.9517 28.4096 48.5192 28.5696 49.0982 28.5723C49.6487 28.5753 50.1887 28.4219 50.6554 28.1303C50.8463 27.9717 50.9985 27.772 51.1007 27.5462C51.1593 27.4168 51.2004 27.2803 51.2236 27.1408C51.2408 27.0372 51.2481 26.9318 51.2449 26.8259C51.247 26.7362 51.2397 26.6464 51.2232 26.5586C51.2068 26.4703 51.1811 26.3835 51.1467 26.3002C51.1032 26.1943 51.046 26.0952 50.9768 26.0051C50.9368 25.9531 50.8928 25.9038 50.8451 25.8581C50.5189 25.5762 50.1397 25.3615 49.7298 25.2269L48.9092 24.8904C48.1768 24.6058 47.5056 24.184 46.931 23.6481C46.6242 23.3351 46.3839 22.963 46.2248 22.5543C46.1958 22.4799 46.1697 22.4047 46.1463 22.3285C46.1306 22.2768 46.116 22.2249 46.1027 22.1729L46.0908 22.1235L46.081 22.082L46.0666 22.0136C46.0379 21.8692 46.0188 21.723 46.0096 21.5761C46.0033 21.4747 46.0018 21.373 46.0051 21.2709C45.9928 20.6838 46.0981 20.1005 46.3149 19.5545C46.5318 19.0089 46.8561 18.5123 47.2681 18.0939C48.4044 16.9787 49.8561 16.7671 51.0555 16.7671C52.5313 16.7338 53.9708 17.2259 55.1168 18.1559L53.4951 20.5144Z" fill="#fff"/>
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M55.6622 35.9357H58.6934L59.4493 29.9619C59.54 30.0897 59.6391 30.2109 59.7455 30.3253C59.8169 30.402 59.8917 30.4753 59.9695 30.5452C60.1815 30.7356 60.4165 30.9001 60.6699 31.0347C61.308 31.3301 62.0083 31.4674 62.7109 31.4345C63.2995 31.4588 63.8864 31.3586 64.4339 31.1409C64.9813 30.9237 65.4768 30.5931 65.8883 30.1716C66.8142 29.2461 67.4666 27.7522 67.4666 25.964C67.4666 24.5123 66.9819 23.208 66.2243 22.4507C65.7195 21.9657 64.8357 21.4186 63.384 21.4186C62.7118 21.4026 62.0464 21.5544 61.4479 21.861C60.9956 22.1033 60.5953 22.4324 60.2696 22.8288L60.438 21.7346H57.4087L55.6622 35.9357ZM59.8625 25.6102C59.9929 25.2841 60.1896 24.9891 60.4401 24.743C60.6342 24.5419 60.8638 24.3773 61.1164 24.2573L61.154 24.2397L61.2013 24.2188L61.2482 24.1993C61.5526 24.0763 61.8794 24.0176 62.2078 24.0269L62.2605 24.0258C62.2788 24.0254 62.2973 24.0251 62.3156 24.0254L62.36 24.0262L62.3818 24.0269C62.4215 24.0284 62.4609 24.031 62.5002 24.0348C62.5823 24.0426 62.6636 24.0553 62.7438 24.0729C62.8868 24.1043 63.0265 24.1511 63.1602 24.2124C63.4049 24.3246 63.6252 24.4839 63.8084 24.6813C63.8997 24.7797 63.9808 24.8863 64.0509 24.9999C64.1214 25.1144 64.1807 25.2359 64.2276 25.3627C64.3211 25.6151 64.3641 25.8836 64.3538 26.1528C64.3398 26.9082 64.0388 27.6303 63.5121 28.1725C63.0529 28.5936 62.4519 28.8262 61.8288 28.8247C61.7743 28.8266 61.7199 28.8262 61.6655 28.8232C61.3916 28.8101 61.1231 28.7428 60.8754 28.6257C60.6274 28.5083 60.4051 28.3438 60.221 28.1407C60.1886 28.1052 60.1576 28.0686 60.1279 28.0304C60.1097 28.0076 60.0921 27.9844 60.0751 27.9609C60.0575 27.9366 60.0405 27.9119 60.0239 27.8868C60.0039 27.8565 59.9848 27.8259 59.9665 27.7945C59.9011 27.6826 59.8461 27.5648 59.8021 27.4422C59.7543 27.3087 59.7202 27.1707 59.7004 27.0309C59.6946 26.9901 59.6901 26.9493 59.6868 26.9086C59.6795 26.8184 59.678 26.7276 59.6825 26.6367C59.6709 26.2856 59.7322 25.9363 59.8625 25.6102Z" fill="#fff"/>
|
6
|
+
<path d="M73.1693 21.9915L72.011 31.3754H68.9816L70.139 21.9915H73.1693Z" fill="#fff"/>
|
7
|
+
<path d="M72.0538 16.7981C72.4035 16.7981 72.7452 16.9017 73.0358 17.0958C73.0848 17.1287 73.1319 17.1639 73.1772 17.2012C73.2215 17.2375 73.2639 17.2757 73.3043 17.316C73.3245 17.3362 73.3443 17.3572 73.3636 17.3785C73.4991 17.5281 73.6089 17.7005 73.6868 17.8889C73.8207 18.212 73.8557 18.5673 73.7874 18.9102C73.7192 19.2531 73.5509 19.568 73.3037 19.8151C73.2 19.9191 73.0842 20.0089 72.9593 20.0833C72.7869 20.1861 72.5975 20.259 72.3988 20.2987C72.0559 20.3667 71.7004 20.3319 71.3775 20.1981C71.0546 20.0642 70.7785 19.838 70.5842 19.5474C70.4645 19.3679 70.3793 19.1693 70.3314 18.9618C70.3017 18.8324 70.2863 18.6997 70.2863 18.5654C70.2822 18.101 70.4627 17.6537 70.788 17.3224C71.1133 16.9911 71.5572 16.8026 72.0217 16.7981H72.0538Z" fill="#fff"/>
|
8
|
+
<path d="M78.6396 23.0236L78.7869 21.9915L75.7574 21.9919L74.6 31.3754H77.6292L78.1765 26.7467C78.2402 26.2418 78.3664 25.3369 78.9135 24.7688C79.0074 24.6791 79.1102 24.5994 79.2203 24.5318C79.3226 24.4686 79.4313 24.4155 79.5447 24.3736C79.6926 24.319 79.8467 24.2838 80.0028 24.2689C80.0952 24.2603 80.1883 24.2588 80.2814 24.264C80.6913 24.2453 81.092 24.3889 81.3965 24.6638C81.6637 24.9801 81.7993 25.3866 81.7753 25.7998C81.7679 26.3073 81.7256 26.8132 81.6491 27.3147L81.1441 31.3754H84.1744L84.7419 26.5574C84.8286 25.9647 84.8778 25.3675 84.8892 24.7688C84.8892 24.2008 84.8268 23.254 84.0897 22.539C83.3742 21.8446 82.4271 21.7395 81.6488 21.7395C81.3386 21.7212 81.0288 21.7436 80.7272 21.8057C80.4044 21.8722 80.0913 21.984 79.797 22.1392C79.3652 22.3685 78.9743 22.6672 78.6396 23.0236Z" fill="#fff"/>
|
9
|
+
<path d="M90.7181 21.9915L90.5706 23.0236C90.9053 22.6672 91.2963 22.3685 91.728 22.1389C92.2973 21.8397 92.9375 21.7013 93.5798 21.7391C94.3583 21.7391 95.3052 21.8446 96.0207 22.5386C96.758 23.254 96.8204 24.2008 96.8204 24.7688C96.8088 25.3675 96.7596 25.9647 96.6729 26.5574L96.1049 31.3754H93.0748L93.5798 27.3147C93.6562 26.8132 93.6985 26.3073 93.706 25.7998C93.7299 25.3866 93.5944 24.9801 93.3274 24.6638C93.0226 24.3889 92.6219 24.2453 92.2121 24.264C91.9615 24.2494 91.7108 24.2868 91.4756 24.3736C91.2402 24.4607 91.0253 24.5953 90.8443 24.7688C90.5532 25.071 90.3812 25.4685 90.2744 25.8503C90.1806 26.1865 90.137 26.5103 90.1071 26.7467L89.56 31.3754H86.5307L87.688 21.9919L90.7181 21.9915Z" fill="#fff"/>
|
10
|
+
<path d="M98.1457 21.7346L101.786 29.9189L97.9157 35.9357H101.325L110.393 21.7346H106.835L103.679 26.8686L101.596 21.7346H98.1457Z" fill="#fff"/>
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M112.601 22.6205H113.028C113.214 22.6052 113.4 22.6478 113.56 22.7424C113.643 22.7996 113.71 22.8767 113.756 22.966C113.802 23.0558 113.825 23.1553 113.823 23.2558C113.826 23.3194 113.818 23.3826 113.8 23.4428C113.786 23.4929 113.764 23.5412 113.737 23.5864C113.711 23.629 113.68 23.6676 113.645 23.702C113.598 23.748 113.543 23.7861 113.482 23.8145L114.085 24.6409H113.497L113.083 24.049V24.6406H112.601V22.6205ZM113.084 23.4537C113.263 23.4503 113.354 23.3849 113.354 23.2588C113.353 23.171 113.321 23.0816 113.084 23.0808V23.4537Z" fill="#fff"/>
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M113.169 21.5817C112.619 21.597 112.097 21.8262 111.714 22.2204C111.331 22.6145 111.116 23.1425 111.116 23.6926C111.116 24.2423 111.331 24.7703 111.714 25.1645C111.894 25.3496 112.105 25.4984 112.334 25.6057C112.477 25.6723 112.626 25.7228 112.781 25.7561C112.907 25.7837 113.037 25.7994 113.169 25.8032C113.319 25.8073 113.469 25.7957 113.616 25.7684C113.745 25.7441 113.872 25.7078 113.995 25.66C114.121 25.6106 114.242 25.5493 114.356 25.4771C114.48 25.3993 114.595 25.3084 114.7 25.2064C114.903 25.0097 115.063 24.7741 115.173 24.5142C115.283 24.2543 115.34 23.9746 115.34 23.6926C115.34 23.5793 115.331 23.4664 115.313 23.3553C115.286 23.1893 115.239 23.0266 115.173 22.8707C115.063 22.6108 114.903 22.3756 114.7 22.1785C114.638 22.1183 114.573 22.0622 114.505 22.0102C114.349 21.8924 114.178 21.7963 113.995 21.7253C113.881 21.6804 113.763 21.646 113.643 21.6221C113.488 21.591 113.329 21.5772 113.169 21.5817ZM114.872 23.6934C114.873 24.0303 114.773 24.3597 114.586 24.6398C114.506 24.7595 114.412 24.8676 114.306 24.9625C114.163 25.0901 114 25.1933 113.821 25.2673C113.51 25.3963 113.168 25.4304 112.837 25.3645C112.67 25.3313 112.511 25.2737 112.363 25.1944C112.217 25.1162 112.083 25.0168 111.965 24.8986C111.926 24.8597 111.889 24.8193 111.854 24.7774C111.676 24.5609 111.553 24.3029 111.498 24.0266C111.469 23.8807 111.46 23.7326 111.469 23.586C111.48 23.4002 111.523 23.2162 111.595 23.0423C111.724 22.7308 111.942 22.4649 112.222 22.2776C112.503 22.0906 112.832 21.9908 113.169 21.9908C113.62 21.9911 114.053 22.1703 114.373 22.4893C114.692 22.8086 114.872 23.2413 114.872 23.6934Z" fill="#fff"/>
|
13
|
+
</g>
|
14
|
+
</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="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,13 @@
|
|
1
|
+
<svg width="118" height="48" viewBox="0 0 118 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g style="mix-blend-mode:luminosity">
|
3
|
+
<path d="M80.9734 11V15.2715C81.6214 15.3485 117.149 15.31 117.378 15.233C117.416 14.6942 117.416 11.1924 117.341 11H80.9734Z" fill="#fff"/>
|
4
|
+
<path d="M84.9383 17.1579V18.5817C84.9764 18.5817 85.0145 18.5817 85.0145 18.5433C85.6625 17.6581 86.5393 17.1579 87.5686 16.8885C88.674 16.5806 89.7414 16.6577 90.8088 17.0424C91.6093 17.3118 92.2193 17.8505 92.6767 18.5433C92.6925 18.5751 92.7148 18.607 92.7409 18.6443C92.7779 18.6971 92.8227 18.7609 92.8673 18.8511C92.9053 18.7743 92.9436 18.697 92.9817 18.6587C93.7441 17.6581 94.7352 17.0039 95.9554 16.8115C97.1753 16.5806 98.3943 16.6961 99.5002 17.2734C100.911 17.966 101.711 19.1205 101.94 20.6982C102.016 21.083 102.016 21.5063 102.016 21.8912V30.8191H98.0135V23.0457C98.0135 22.7638 97.9819 22.5143 97.9469 22.2379L97.9371 22.1605C97.7467 21.3139 97.2131 20.7367 96.3363 20.5828C95.5359 20.4673 94.7733 20.5828 94.2015 21.2755C93.8203 21.7372 93.6297 22.276 93.6297 22.8917V30.7805H89.5508V23.0072C89.5508 22.6224 89.5127 22.2375 89.3984 21.8912C89.0553 21.0061 88.4453 20.6213 87.6447 20.5444C87.3399 20.5058 86.9968 20.5444 86.6918 20.6213C85.8531 20.8906 85.3957 21.5063 85.2051 22.3529C85.167 22.5454 85.167 22.7762 85.167 23.0072V30.7805H81.05V17.1579H84.9383Z" fill="#fff"/>
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M113.414 18.4272V17.1573H117.379V29.6255C117.379 31.1647 116.998 32.5886 116.235 33.9355C115.435 35.3209 114.291 36.2059 112.804 36.6292C111.051 37.1296 109.259 37.1296 107.505 36.5908C106.133 36.1675 105.027 35.3209 104.188 34.1279C103.845 33.6276 103.578 33.0504 103.464 32.4732C103.464 32.4347 103.455 32.4058 103.446 32.3769C103.436 32.3481 103.427 32.3192 103.427 32.2808C103.427 32.2423 103.427 32.1653 103.388 32.0884C103.997 31.9154 104.597 31.7425 105.197 31.5695L105.199 31.5688L105.204 31.5676L105.205 31.5673C105.803 31.3946 106.402 31.222 107.01 31.0493C107.048 31.1263 107.086 31.2418 107.086 31.3187C107.429 32.4347 108.42 33.3198 109.792 33.3582C110.288 33.3582 110.784 33.3198 111.241 33.1658C112.271 32.781 112.881 31.9729 113.147 30.9339C113.299 30.2797 113.338 29.587 113.299 28.8943L113.262 28.8558H113.223C112.652 29.587 111.889 29.9719 110.974 30.1257C109.792 30.3181 108.611 30.3181 107.505 29.8564C105.523 29.0867 104.227 27.6629 103.655 25.6619C103.121 23.8147 103.235 22.0061 104.151 20.3128C104.913 18.8505 106.057 17.7345 107.658 17.1957C108.878 16.8109 110.098 16.7724 111.318 17.0803C112.156 17.2728 112.842 17.7345 113.414 18.4272ZM107.544 23.5453V23.9686C107.658 25.0846 108.229 25.9312 109.259 26.3545C109.678 26.5469 110.174 26.5854 110.631 26.5469C111.928 26.47 112.842 25.7003 113.147 24.6228C113.299 24.161 113.338 23.6608 113.299 23.1605C113.147 21.3133 111.432 20.0434 109.488 20.6591C108.268 21.0824 107.544 22.16 107.544 23.5453Z" fill="#fff"/>
|
6
|
+
<path d="M74.9505 36.8978V32.6262H102.016V36.8978H74.9505Z" fill="#fff"/>
|
7
|
+
<path d="M74.9123 30.7794H79.1818V11.0381H75.5222C75.5222 11.0573 75.5127 11.0861 75.5032 11.1149C75.4937 11.1438 75.4841 11.1728 75.4841 11.192C75.2935 11.9617 74.9123 12.6159 74.3024 13.1161C73.3494 13.9243 72.282 14.2706 71.0621 14.3476H70.7191V17.2722H74.9123V30.7794Z" fill="#fff"/>
|
8
|
+
<path d="M33.628 32.1271H27.6812C27.4144 32.1271 27.3001 32.0501 27.2238 31.8193C27.0139 31.2073 26.8041 30.5969 26.5946 29.9875L26.594 29.9858C25.776 27.6067 24.963 25.242 24.1742 22.8529C24.1361 22.7374 24.0979 22.622 24.0216 22.4296C23.9692 22.5884 23.9168 22.7229 23.868 22.848C23.8105 22.9957 23.758 23.1303 23.7167 23.2762C23.2408 24.6792 22.7648 26.0918 22.2889 27.5043C21.8118 28.9202 21.3347 30.336 20.8576 31.7422C20.7815 32.0117 20.6671 32.0886 20.4002 32.0886H14.4916C14.6821 31.6268 14.8347 31.1651 14.9871 30.7032C16.8169 25.8545 18.6467 21.0058 20.4383 16.1955C20.5528 15.9261 20.6671 15.8107 20.972 15.8107H26.9951C27.2619 15.8107 27.3762 15.8876 27.4906 16.157C29.4729 21.3521 31.4933 26.5856 33.5137 31.7808C33.5645 31.8577 33.5815 31.9347 33.5984 32.0117C33.6069 32.0501 33.6154 32.0887 33.628 32.1271Z" fill="#fff"/>
|
9
|
+
<path d="M65.3449 32.1271C65.3068 32.012 65.3068 31.9351 65.3068 31.8583C64.2949 29.2372 63.2831 26.6059 62.2712 23.9752L62.2709 23.9744L62.2659 23.9615L62.2652 23.9597C61.2587 21.3428 60.2521 18.7259 59.2456 16.1185C59.1313 15.8876 59.0169 15.8107 58.7881 15.8107H52.727C52.422 15.8107 52.3077 15.8876 52.1933 16.157C51.222 18.7526 50.2411 21.3483 49.2602 23.9439L49.2597 23.9452C48.2776 26.544 47.2953 29.1434 46.3228 31.7422C46.2846 31.8577 46.2465 31.9732 46.2083 32.1271H52.0408C52.3458 32.1271 52.4601 32.0117 52.5364 31.7422C53.0323 30.2598 53.5377 28.7869 54.0431 27.3141C54.5478 25.8431 55.0527 24.372 55.5479 22.8914C55.5595 22.8565 55.571 22.818 55.5836 22.7761C55.6126 22.6793 55.6472 22.5638 55.7004 22.4296C55.7767 22.622 55.8147 22.7374 55.8528 22.8529C56.6403 25.2375 57.4517 27.5978 58.2681 29.9724L58.2711 29.9813C58.4814 30.5928 58.6919 31.2052 58.9025 31.8193C58.9787 32.0501 59.0931 32.1271 59.36 32.1271H65.3449Z" fill="#fff"/>
|
10
|
+
<path d="M47.8108 15.8873V20.659H43.3507V32.1653H36.8702V20.6976H32.2576V15.9257C37.4038 15.8873 42.5884 15.8873 47.8108 15.8873Z" fill="#fff"/>
|
11
|
+
<path d="M16.0935 15.8865H0.502197V20.6968H5.11477V32.1645H11.6334V20.6583H16.0935V15.8865Z" fill="#fff"/>
|
12
|
+
</g>
|
13
|
+
</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 13.25 3.712-3.712M9.75 2h4.5m6 11.25a8.25 8.25 0 1 1-16.5 0 8.25 8.25 0 0 1 16.5 0Z" vector-effect="non-scaling-stroke"/>
|
19
|
+
</svg>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<svg width="118" height="48" viewBox="0 0 118 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g style="mix-blend-mode:luminosity">
|
3
|
+
<path d="M14.1496 12.3767C14.1496 14.2415 12.6567 15.7533 10.8154 15.7533C8.97382 15.7533 7.48097 14.2415 7.48097 12.3767C7.48097 10.5117 8.97382 9 10.8154 9C12.6567 9 14.1496 10.5117 14.1496 12.3767Z" fill="#fff"/>
|
4
|
+
<path d="M21.4791 16.7203C21.1118 15.9022 20.1498 15.5378 19.3125 15.8278C16.933 16.6459 14.4652 17.1145 11.9903 17.2261H9.64011C7.16501 17.1145 4.69742 16.6534 2.31781 15.8278C1.4806 15.5378 0.51845 15.9022 0.151249 16.7203C-0.274716 17.6723 0.202703 18.7582 1.15005 19.0929C2.75849 19.6507 4.40359 20.0597 6.07072 20.335C7.71591 20.6028 8.92764 22.0307 8.92764 23.7191V38.9957H12.7026V23.7116C12.7026 22.0234 13.9144 20.5953 15.5596 20.3275C17.2192 20.0597 18.8645 19.6433 20.4802 19.0854C21.4276 18.7582 21.9123 17.6648 21.4791 16.7203Z" fill="#fff"/>
|
5
|
+
<path d="M76.1169 31.5178L76.0509 31.7186C75.8159 32.4326 75.5221 33.0574 75.1695 33.5928C74.6408 34.3887 73.9871 34.9911 73.194 35.4003C72.4007 35.8092 71.4754 36.0325 70.3885 36.0621C69.3089 36.0325 68.3761 35.8316 67.5829 35.4746C66.988 35.2069 66.4666 34.8498 66.0112 34.3962C65.3355 33.7193 64.8215 32.8343 64.4616 31.7186C64.1017 30.603 63.9108 29.2641 63.8887 27.6948C63.9108 26.2819 64.0649 25.0545 64.3514 24.0134C64.5645 23.2324 64.8581 22.5554 65.218 21.9754C65.7616 21.1127 66.4592 20.473 67.326 20.0416C68.1926 19.6103 69.2427 19.3946 70.4766 19.3946H70.5648C71.7839 19.3946 72.79 19.6251 73.598 20.064C74.0018 20.2871 74.3544 20.5623 74.6629 20.8896C74.9713 21.2167 75.2357 21.6035 75.456 22.0571C75.5736 22.325 75.7132 22.5629 75.8672 22.7786C76.1096 23.0985 76.3961 23.3513 76.7339 23.515C77.0644 23.6786 77.439 23.7605 77.843 23.7605H79.6349L79.5909 23.4182C79.444 22.3696 79.1649 21.4101 78.7463 20.5623C78.3277 19.7144 77.7694 18.9632 77.0717 18.3235C76.33 17.6616 75.4413 17.1633 74.4205 16.836C73.3923 16.5087 72.2319 16.3451 70.9319 16.3451H70.6896C68.9856 16.3749 67.4802 16.6352 66.1876 17.1261C65.2107 17.498 64.3588 17.9963 63.617 18.6359C62.508 19.588 61.6782 20.8374 61.1346 22.3621C60.5838 23.8869 60.3121 25.6866 60.3048 27.7617C60.2974 29.6063 60.4957 31.2277 60.907 32.6334C61.2155 33.6821 61.6341 34.6119 62.185 35.4077C63 36.6052 64.0944 37.5124 65.4384 38.1076C66.7824 38.7025 68.3761 39 70.2122 39H70.4839C71.7398 39 72.8781 38.8512 73.8917 38.5612C75.4193 38.1149 76.6679 37.334 77.6226 36.2108C78.5774 35.0878 79.2383 33.645 79.5982 31.8823L79.6716 31.5252H76.1169V31.5178Z" fill="#fff"/>
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M42.0914 23.5983C41.8638 23.1891 41.548 22.8322 41.1587 22.5271C40.5712 22.0735 39.8147 21.7462 38.904 21.5232C37.9861 21.3074 36.9137 21.1959 35.6652 21.1959C34.593 21.2033 33.6528 21.3148 32.8378 21.5157C32.2281 21.6719 31.6847 21.8802 31.2146 22.1479C30.5095 22.5495 29.9661 23.0925 29.6063 23.7544C29.2464 24.4239 29.0701 25.2122 29.0701 26.0972V26.3947H32.5659V26.0972C32.5659 25.7625 32.6247 25.4948 32.7421 25.2567C32.8303 25.0857 32.9478 24.9295 33.1021 24.7956C33.3371 24.5947 33.6528 24.4313 34.0715 24.3122C34.4902 24.1932 35.0042 24.1262 35.6139 24.1187C35.7534 24.1115 35.8855 24.1115 36.0177 24.1115C36.5686 24.1115 37.0533 24.1485 37.45 24.2304C37.751 24.2899 38.0081 24.3643 38.221 24.461C38.3827 24.5353 38.5148 24.6171 38.6324 24.7065C38.8012 24.8404 38.9187 24.9891 38.9996 25.1675C39.0803 25.3461 39.1244 25.5469 39.1244 25.7849C39.1244 26.0527 39.0803 26.2832 39.0069 26.4766C38.9481 26.6254 38.8748 26.7592 38.7718 26.8782C38.6251 27.0567 38.4267 27.2129 38.1623 27.3393C37.8978 27.4656 37.5747 27.5699 37.1855 27.6293C35.8928 27.8749 34.7252 28.0756 33.6748 28.2393H33.6602C32.8157 28.3955 32.0592 28.6186 31.4129 28.9161C30.4361 29.3624 29.6723 29.9649 29.1508 30.7383C28.8938 31.1251 28.6955 31.549 28.556 32.0101C28.4164 32.4712 28.3431 32.9696 28.3283 33.4976V33.6984C28.3283 34.5537 28.4605 35.3198 28.7249 35.9817C28.9232 36.4801 29.2022 36.9189 29.5548 37.2983C30.0836 37.8635 30.7813 38.2801 31.6332 38.5552C32.4778 38.8303 33.4767 38.9642 34.6295 38.9642C36.025 38.9642 37.2222 38.8378 38.2358 38.5701C39.2493 38.3024 40.0718 37.9081 40.7033 37.3577C41.3277 36.8148 41.7977 36.1231 42.1062 35.3049C42.4147 34.4867 42.5688 33.5348 42.5688 32.4639V25.4575C42.5541 24.7808 42.3999 24.1485 42.0914 23.5983ZM35.2173 30.7606C35.8855 30.6788 36.4657 30.597 36.9577 30.5151C37.45 30.4333 37.8538 30.3515 38.1696 30.2624C38.4854 30.1804 38.7645 30.0837 39.0069 29.9723C39.0378 29.9565 39.0688 29.9409 39.0997 29.9252L39.1392 29.9053V32.4936C39.1392 33.1035 39.0509 33.6166 38.8894 34.0555C38.7645 34.3827 38.603 34.6579 38.3899 34.9033C38.0742 35.2604 37.6555 35.5355 37.112 35.7215C36.5686 35.9075 35.9076 36.0042 35.1219 36.0042C34.5709 36.0042 34.1008 35.952 33.7117 35.8479C33.4179 35.7735 33.1608 35.662 32.9552 35.5355C32.6394 35.3421 32.4117 35.0968 32.2574 34.7843C32.1033 34.472 32.0224 34.0927 32.0224 33.6241C32.0224 33.2075 32.0886 32.8506 32.2134 32.5382C32.309 32.3001 32.4411 32.0919 32.61 31.8986C32.8598 31.6159 33.1975 31.3705 33.6308 31.1771C34.0569 30.9986 34.5856 30.8498 35.2173 30.7606Z" fill="#fff"/>
|
7
|
+
<path d="M22.458 21.9344C21.7383 22.1797 21.0993 22.5144 20.5485 22.9458C19.726 23.5929 19.109 24.4557 18.6977 25.5117C18.2938 26.5678 18.0955 27.8099 18.0955 29.2453V38.6985H21.5327V28.814C21.5401 28.1447 21.6355 27.5645 21.8045 27.081C21.9292 26.7167 22.1055 26.4043 22.3186 26.144C22.6416 25.7497 23.0529 25.4449 23.5891 25.244C24.1252 25.0431 24.7714 24.9317 25.5426 24.9317H27.107V21.4509H25.785C24.529 21.4509 23.4202 21.6071 22.458 21.9344Z" fill="#fff"/>
|
8
|
+
<path d="M56.0765 21.5773C56.3629 21.4954 56.6639 21.4509 56.9945 21.4509H58.5589L52.5878 38.6911H49.2023L43.3708 21.845L43.2312 21.4509H46.8299L50.8694 33.6039L54.2918 23.4962C54.4534 22.9978 54.6811 22.5888 54.9821 22.2614C55.276 21.9417 55.6504 21.7037 56.0765 21.5773Z" fill="#fff"/>
|
9
|
+
<path d="M83.7923 16.883C84.0862 16.9946 84.3286 17.1656 84.512 17.3962C84.6295 17.5449 84.7249 17.7234 84.7911 17.9168C84.8792 18.1771 84.9233 18.4746 84.9233 18.7944V38.6899H81.4862V16.7193H82.8082C83.1754 16.7193 83.5058 16.7714 83.7923 16.883Z" fill="#fff"/>
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M100.632 23.5981C100.404 23.1891 100.088 22.8322 99.6992 22.527C99.1117 22.0734 98.3552 21.7461 97.4445 21.5231C96.5265 21.3074 95.4541 21.1959 94.2056 21.1959C93.1334 21.2033 92.1932 21.3147 91.3782 21.5156C90.7685 21.6718 90.2251 21.88 89.755 22.1478C89.0501 22.5495 88.5065 23.0924 88.1467 23.7544C87.7867 24.4238 87.6106 25.2121 87.6106 26.0972V26.3947H91.1064V26.0972C91.1064 25.7625 91.1652 25.4947 91.2826 25.2567C91.3708 25.0856 91.4882 24.9294 91.6426 24.7955C91.8775 24.5946 92.1932 24.4312 92.6119 24.312C93.0306 24.1932 93.5447 24.1262 94.1543 24.1187C94.2938 24.1115 94.4261 24.1115 94.5582 24.1115C95.109 24.1115 95.5938 24.1484 95.9904 24.2303C96.2915 24.2898 96.5486 24.3642 96.7616 24.461C96.9232 24.5353 97.0553 24.6171 97.1728 24.7064C97.3417 24.8403 97.4592 24.989 97.54 25.1674C97.6208 25.346 97.6649 25.5469 97.6649 25.7848C97.6649 26.0525 97.6208 26.2831 97.5473 26.4765C97.4885 26.6253 97.4152 26.7592 97.3123 26.8782C97.1655 27.0566 96.9671 27.2127 96.7028 27.3392C96.4385 27.4656 96.1151 27.5698 95.726 27.6292C94.4334 27.8749 93.2657 28.0755 92.2153 28.2393H92.2006C91.3561 28.3954 90.5997 28.6185 89.9533 28.916C88.9766 29.3624 88.2127 29.9647 87.6912 30.7383C87.4342 31.125 87.236 31.5489 87.0963 32.0101C86.9568 32.4711 86.8835 32.9695 86.8687 33.4976V33.6908C86.8687 34.5462 87.0009 35.3123 87.2653 35.9817C87.4636 36.4801 87.7427 36.9189 88.0952 37.2982C88.624 37.8634 89.3217 38.2799 90.1737 38.5552C91.0182 38.8303 92.0172 38.9642 93.1701 38.9642C94.5655 38.9642 95.7627 38.8378 96.7762 38.57C97.7897 38.3023 98.6123 37.9081 99.2439 37.3576C99.8681 36.8147 100.338 36.1231 100.647 35.3049C100.955 34.4867 101.109 33.5347 101.109 32.4637V25.4575C101.095 24.7807 100.94 24.1484 100.632 23.5981ZM93.7504 30.7605C94.4187 30.6787 94.9988 30.5969 95.4909 30.5151C95.983 30.4333 96.387 30.3514 96.7028 30.2622C97.0185 30.1803 97.2977 30.0837 97.54 29.9722C97.584 29.9498 97.6282 29.9274 97.6723 29.9052V32.4936C97.6723 33.1034 97.584 33.6166 97.4225 34.0553C97.2977 34.3826 97.1362 34.6578 96.9232 34.9032C96.6073 35.2603 96.1888 35.5354 95.6452 35.7214C95.1017 35.9075 94.4408 36.0041 93.6549 36.0041C93.104 36.0041 92.634 35.9519 92.2448 35.8479C91.9509 35.7735 91.6939 35.6618 91.4882 35.5354C91.1725 35.3421 90.9448 35.0967 90.7906 34.7843C90.6364 34.4719 90.5555 34.0926 90.5555 33.6239C90.5555 33.2075 90.6217 32.8506 90.7465 32.5381C90.8419 32.3001 90.9741 32.0918 91.1431 31.8985C91.3928 31.6158 91.7306 31.3705 92.164 31.177C92.5973 30.9986 93.126 30.8497 93.7504 30.7605Z" fill="#fff"/>
|
11
|
+
<path d="M116.56 23.4858C116.955 24.0064 117.272 24.6164 117.499 25.3079C117.801 26.2302 117.948 27.2864 117.948 28.4838V38.6806H116.56C116.191 38.6806 115.861 38.6286 115.575 38.5171C115.28 38.4055 115.038 38.2344 114.855 38.004C114.73 37.8478 114.634 37.6692 114.568 37.4758C114.48 37.2156 114.437 36.918 114.437 36.5982V28.2459C114.437 27.4798 114.333 26.8327 114.135 26.3046C113.937 25.7765 113.644 25.3675 113.262 25.0552C113.004 24.8468 112.703 24.6758 112.351 24.5568C111.881 24.3932 111.323 24.3113 110.668 24.3113C109.92 24.3113 109.296 24.4155 108.781 24.6237C108.268 24.8245 107.871 25.1294 107.563 25.5311C107.357 25.7988 107.195 26.1113 107.077 26.4832C106.916 26.9741 106.835 27.5615 106.835 28.2459V38.6806H103.398V28.4095C103.398 27.0781 103.582 25.9104 103.971 24.9287C104.36 23.947 104.948 23.1363 105.726 22.5338C106.248 22.1321 106.849 21.8197 107.533 21.5892C108.444 21.2842 109.493 21.1355 110.676 21.1355C112.02 21.1355 113.181 21.3289 114.165 21.7156C115.149 22.1023 115.956 22.6975 116.56 23.4858Z" fill="#fff"/>
|
12
|
+
</g>
|
13
|
+
</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="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
18
|
<path d="M3 19C3.90267 17.6928 5.10103 16.6259 6.49389 15.8894C7.62708 15.2902 8.86219 14.924 10.1285 14.8082C10.4187 14.7817 10.7105 14.7683 11.0031 14.7683C7.8111 14.7683 5.22343 12.1339 5.22343 8.88415C5.22343 5.63443 7.8111 3 11.0031 3C13.8635 3 16.2385 5.11534 16.7012 7.89323" stroke="#3B444C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" vector-effect="non-scaling-stroke" />
|
3
19
|
<path d="M19.0962 14.1677L19.2118 14.0519M15.0603 16.2001C14.7517 15.4305 14.7184 14.578 14.9658 13.7866C15.2133 12.9953 15.7264 12.3136 16.4184 11.8569C17.1105 11.4002 17.939 11.1965 18.7639 11.2801C19.5888 11.3637 20.3595 11.7296 20.9458 12.3159C21.5321 12.9022 21.898 13.6729 21.9816 14.4979C22.0653 15.3228 21.8615 16.1513 21.4048 16.8433C20.9481 17.5353 20.2664 18.0484 19.4751 18.2959C18.6837 18.5434 17.8312 18.51 17.0616 18.2015L14.0013 21.2617H12V19.2604L15.0603 16.2001Z" stroke="#3B444C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" vector-effect="non-scaling-stroke"/>
|
@@ -0,0 +1,259 @@
|
|
1
|
+
<svg viewBox="0 0 336 200" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path d="M-64 0H-63.3448C-63.3448 220.552 115.448 399.345 336 399.345V400C115.086 400 -64 220.914 -64 0Z" fill="url(#paint0_linear_7014_17255)"/>
|
3
|
+
<path d="M336 392.138C119.428 392.138 -56.1376 216.572 -56.1376 0H-55.4824C-55.4824 216.21 119.79 391.482 336 391.482V392.138Z" fill="url(#paint1_linear_7014_17255)"/>
|
4
|
+
<path d="M336 384.275C123.771 384.275 -48.2752 212.229 -48.2752 0H-47.62C-47.62 211.867 124.133 383.62 336 383.62V384.275Z" fill="url(#paint2_linear_7014_17255)"/>
|
5
|
+
<path d="M336 376.413C128.113 376.413 -40.4128 207.887 -40.4128 0H-39.7576C-39.7576 207.525 128.475 375.758 336 375.758V376.413Z" fill="url(#paint3_linear_7014_17255)"/>
|
6
|
+
<path d="M336 368.55C132.455 368.55 -32.5504 203.545 -32.5504 0H-31.8952C-31.8952 203.183 132.817 367.895 336 367.895V368.55Z" fill="url(#paint4_linear_7014_17255)"/>
|
7
|
+
<path d="M336 360.688C136.798 360.688 -24.688 199.202 -24.688 0H-24.0328C-24.0328 198.841 137.159 360.033 336 360.033V360.688Z" fill="url(#paint5_linear_7014_17255)"/>
|
8
|
+
<path d="M336 352.826C141.14 352.826 -16.8256 194.86 -16.8256 0H-16.1704C-16.1704 194.498 141.502 352.17 336 352.17V352.826Z" fill="url(#paint6_linear_7014_17255)"/>
|
9
|
+
<path d="M336 344.963C145.482 344.963 -8.96315 190.518 -8.96315 0H-8.30795C-8.30795 190.156 145.844 344.308 336 344.308V344.963Z" fill="url(#paint7_linear_7014_17255)"/>
|
10
|
+
<path d="M336 337.101C149.824 337.101 -1.10074 186.176 -1.10074 0H-0.445538C-0.445538 185.814 150.186 336.446 336 336.446V337.101Z" fill="url(#paint8_linear_7014_17255)"/>
|
11
|
+
<path d="M336 329.238C154.167 329.238 6.76167 181.833 6.76167 0H7.41687C7.41687 181.471 154.529 328.583 336 328.583V329.238Z" fill="url(#paint9_linear_7014_17255)"/>
|
12
|
+
<path d="M336 321.376C158.509 321.376 14.6241 177.491 14.6241 0H15.2793C15.2793 177.129 158.871 320.721 336 320.721V321.376Z" fill="url(#paint10_linear_7014_17255)"/>
|
13
|
+
<path d="M336 313.514C162.851 313.514 22.4865 173.149 22.4865 0H23.1417C23.1417 172.787 163.213 312.858 336 312.858V313.514Z" fill="url(#paint11_linear_7014_17255)"/>
|
14
|
+
<path d="M336 305.651C167.194 305.651 30.3489 168.806 30.3489 0H31.0041C31.0041 168.445 167.555 304.996 336 304.996V305.651Z" fill="url(#paint12_linear_7014_17255)"/>
|
15
|
+
<path d="M336 297.789C171.536 297.789 38.2113 164.464 38.2113 0H38.8665C38.8665 164.102 171.898 297.134 336 297.134V297.789Z" fill="url(#paint13_linear_7014_17255)"/>
|
16
|
+
<path d="M336 289.926C175.878 289.926 46.0737 160.122 46.0737 0H46.7289C46.7289 159.76 176.24 289.271 336 289.271V289.926Z" fill="url(#paint14_linear_7014_17255)"/>
|
17
|
+
<path d="M336 282.064C180.22 282.064 53.9361 155.78 53.9361 0H54.5913C54.5913 155.418 180.582 281.409 336 281.409V282.064Z" fill="url(#paint15_linear_7014_17255)"/>
|
18
|
+
<path d="M336 274.201C184.563 274.201 61.7985 151.437 61.7985 0H62.4537C62.4537 151.075 184.925 273.546 336 273.546V274.201Z" fill="url(#paint16_linear_7014_17255)"/>
|
19
|
+
<path d="M336 266.339C188.905 266.339 69.6609 147.095 69.6609 0H70.3161C70.3161 146.733 189.267 265.684 336 265.684V266.339Z" fill="url(#paint17_linear_7014_17255)"/>
|
20
|
+
<path d="M336 258.477C193.247 258.477 77.5233 142.753 77.5233 0H78.1785C78.1785 142.391 193.609 257.821 336 257.821V258.477Z" fill="url(#paint18_linear_7014_17255)"/>
|
21
|
+
<path d="M336 250.614C197.59 250.614 85.3858 138.41 85.3858 0H86.041C86.041 138.049 197.951 249.959 336 249.959V250.614Z" fill="url(#paint19_linear_7014_17255)"/>
|
22
|
+
<path d="M336 242.752C201.932 242.752 93.2482 134.068 93.2482 0H93.9034C93.9034 133.706 202.294 242.097 336 242.097V242.752Z" fill="url(#paint20_linear_7014_17255)"/>
|
23
|
+
<path d="M336 234.889C206.274 234.889 101.111 129.726 101.111 0H101.766C101.766 129.364 206.636 234.234 336 234.234V234.889Z" fill="url(#paint21_linear_7014_17255)"/>
|
24
|
+
<path d="M336 227.027C210.616 227.027 108.973 125.384 108.973 0H109.628C109.628 125.022 210.978 226.372 336 226.372V227.027Z" fill="url(#paint22_linear_7014_17255)"/>
|
25
|
+
<path d="M336 219.165C214.959 219.165 116.835 121.041 116.835 0H117.491C117.491 120.679 215.321 218.509 336 218.509V219.165Z" fill="url(#paint23_linear_7014_17255)"/>
|
26
|
+
<path d="M336 211.302C219.301 211.302 124.698 116.699 124.698 0H125.353C125.353 116.337 219.663 210.647 336 210.647V211.302Z" fill="url(#paint24_linear_7014_17255)"/>
|
27
|
+
<path d="M336 203.44C223.643 203.44 132.56 112.357 132.56 0H133.215C133.215 111.995 224.005 202.785 336 202.785V203.44Z" fill="url(#paint25_linear_7014_17255)"/>
|
28
|
+
<path d="M336 195.577C227.986 195.577 140.423 108.014 140.423 0H141.078C141.078 107.653 228.347 194.922 336 194.922V195.577Z" fill="url(#paint26_linear_7014_17255)"/>
|
29
|
+
<path d="M336 187.715C232.328 187.715 148.285 103.672 148.285 0H148.94C148.94 103.31 232.69 187.06 336 187.06V187.715Z" fill="url(#paint27_linear_7014_17255)"/>
|
30
|
+
<path d="M336 179.853C236.67 179.853 156.147 99.3298 156.147 0H156.803C156.803 98.968 237.032 179.197 336 179.197V179.853Z" fill="url(#paint28_linear_7014_17255)"/>
|
31
|
+
<path d="M336 171.99C241.012 171.99 164.01 94.9875 164.01 0H164.665C164.665 94.6257 241.374 171.335 336 171.335V171.99Z" fill="url(#paint29_linear_7014_17255)"/>
|
32
|
+
<path d="M336 164.128C245.355 164.128 171.872 90.6452 171.872 0H172.527C172.527 90.2834 245.717 163.473 336 163.473V164.128Z" fill="url(#paint30_linear_7014_17255)"/>
|
33
|
+
<path d="M336 156.265C249.697 156.265 179.735 86.303 179.735 0H180.39C180.39 85.9411 250.059 155.61 336 155.61V156.265Z" fill="url(#paint31_linear_7014_17255)"/>
|
34
|
+
<path d="M336 148.403C254.039 148.403 187.597 81.9607 187.597 0H188.252C188.252 81.5988 254.401 147.748 336 147.748V148.403Z" fill="url(#paint32_linear_7014_17255)"/>
|
35
|
+
<path d="M336 140.541C258.382 140.541 195.459 77.6184 195.459 0H196.115C196.115 77.2565 258.743 139.885 336 139.885V140.541Z" fill="url(#paint33_linear_7014_17255)"/>
|
36
|
+
<path d="M336 132.678C262.724 132.678 203.322 73.2761 203.322 0H203.977C203.977 72.9143 263.086 132.023 336 132.023V132.678Z" fill="url(#paint34_linear_7014_17255)"/>
|
37
|
+
<path d="M336 124.816C267.066 124.816 211.184 68.9338 211.184 0H211.839C211.839 68.572 267.428 124.161 336 124.161V124.816Z" fill="url(#paint35_linear_7014_17255)"/>
|
38
|
+
<path d="M336 116.953C271.408 116.953 219.047 64.5915 219.047 0H219.702C219.702 64.2297 271.77 116.298 336 116.298V116.953Z" fill="url(#paint36_linear_7014_17255)"/>
|
39
|
+
<path d="M336 109.091C275.751 109.091 226.909 60.2493 226.909 0H227.564C227.564 59.8874 276.113 108.436 336 108.436V109.091Z" fill="url(#paint37_linear_7014_17255)"/>
|
40
|
+
<path d="M336 101.229C280.093 101.229 234.772 55.907 234.772 0H235.427C235.427 55.5451 280.455 100.573 336 100.573V101.229Z" fill="url(#paint38_linear_7014_17255)"/>
|
41
|
+
<path d="M336 93.3661C284.435 93.3661 242.634 51.5647 242.634 0H243.289C243.289 51.2028 284.797 92.7109 336 92.7109V93.3661Z" fill="url(#paint39_linear_7014_17255)"/>
|
42
|
+
<path d="M336 85.5037C288.778 85.5037 250.496 47.2224 250.496 0H251.152C251.152 46.8605 289.139 84.8485 336 84.8485V85.5037Z" fill="url(#paint40_linear_7014_17255)"/>
|
43
|
+
<path d="M336 77.6413C293.12 77.6413 258.359 42.8801 258.359 0H259.014C259.014 42.5182 293.482 76.9861 336 76.9861V77.6413Z" fill="url(#paint41_linear_7014_17255)"/>
|
44
|
+
<path d="M336 69.7789C297.462 69.7789 266.221 38.5378 266.221 0H266.876C266.876 38.176 297.824 69.1237 336 69.1237V69.7789Z" fill="url(#paint42_linear_7014_17255)"/>
|
45
|
+
<path d="M336 61.9165C301.804 61.9165 274.084 34.1955 274.084 0H274.739C274.739 33.8337 302.166 61.2613 336 61.2613V61.9165Z" fill="url(#paint43_linear_7014_17255)"/>
|
46
|
+
<path d="M336 54.0541C306.147 54.0541 281.946 29.8532 281.946 0H282.601C282.601 29.4914 306.509 53.3989 336 53.3989V54.0541Z" fill="url(#paint44_linear_7014_17255)"/>
|
47
|
+
<path d="M336 46.1916C310.489 46.1916 289.808 25.511 289.808 0H290.464C290.464 25.1491 310.851 45.5364 336 45.5364V46.1916Z" fill="url(#paint45_linear_7014_17255)"/>
|
48
|
+
<path d="M336 38.3292C314.831 38.3292 297.671 21.1687 297.671 0H298.326C298.326 20.8068 315.193 37.674 336 37.674V38.3292Z" fill="url(#paint46_linear_7014_17255)"/>
|
49
|
+
<path d="M336 30.4668C319.174 30.4668 305.533 16.8264 305.533 0H306.188C306.188 16.4645 319.535 29.8116 336 29.8116V30.4668Z" fill="url(#paint47_linear_7014_17255)"/>
|
50
|
+
<path d="M336 22.6044C323.516 22.6044 313.396 12.4841 313.396 0H314.051C314.051 12.1222 323.878 21.9492 336 21.9492V22.6044Z" fill="url(#paint48_linear_7014_17255)"/>
|
51
|
+
<path d="M336 14.742C327.858 14.742 321.258 8.14178 321.258 0H321.913C321.913 7.77995 328.22 14.0868 336 14.0868V14.742Z" fill="url(#paint49_linear_7014_17255)"/>
|
52
|
+
<path d="M336 6.87961C332.2 6.87961 329.12 3.79952 329.12 0H329.776C329.776 3.43764 332.562 6.22441 336 6.22441V6.87961Z" fill="url(#paint50_linear_7014_17255)"/>
|
53
|
+
<defs>
|
54
|
+
<linearGradient id="paint0_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
55
|
+
<stop stop-color="var(--N200)"/>
|
56
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
57
|
+
</linearGradient>
|
58
|
+
<linearGradient id="paint1_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
59
|
+
<stop stop-color="var(--N200)"/>
|
60
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
61
|
+
</linearGradient>
|
62
|
+
<linearGradient id="paint2_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
63
|
+
<stop stop-color="var(--N200)"/>
|
64
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
65
|
+
</linearGradient>
|
66
|
+
<linearGradient id="paint3_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
67
|
+
<stop stop-color="var(--N200)"/>
|
68
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
69
|
+
</linearGradient>
|
70
|
+
<linearGradient id="paint4_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
71
|
+
<stop stop-color="var(--N200)"/>
|
72
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
73
|
+
</linearGradient>
|
74
|
+
<linearGradient id="paint5_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
75
|
+
<stop stop-color="var(--N200)"/>
|
76
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
77
|
+
</linearGradient>
|
78
|
+
<linearGradient id="paint6_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
79
|
+
<stop stop-color="var(--N200)"/>
|
80
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
81
|
+
</linearGradient>
|
82
|
+
<linearGradient id="paint7_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
83
|
+
<stop stop-color="var(--N200)"/>
|
84
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
85
|
+
</linearGradient>
|
86
|
+
<linearGradient id="paint8_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
87
|
+
<stop stop-color="var(--N200)"/>
|
88
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
89
|
+
</linearGradient>
|
90
|
+
<linearGradient id="paint9_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
91
|
+
<stop stop-color="var(--N200)"/>
|
92
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
93
|
+
</linearGradient>
|
94
|
+
<linearGradient id="paint10_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
95
|
+
<stop stop-color="var(--N200)"/>
|
96
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
97
|
+
</linearGradient>
|
98
|
+
<linearGradient id="paint11_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
99
|
+
<stop stop-color="var(--N200)"/>
|
100
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
101
|
+
</linearGradient>
|
102
|
+
<linearGradient id="paint12_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
103
|
+
<stop stop-color="var(--N200)"/>
|
104
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
105
|
+
</linearGradient>
|
106
|
+
<linearGradient id="paint13_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
107
|
+
<stop stop-color="var(--N200)"/>
|
108
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
109
|
+
</linearGradient>
|
110
|
+
<linearGradient id="paint14_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
111
|
+
<stop stop-color="var(--N200)"/>
|
112
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
113
|
+
</linearGradient>
|
114
|
+
<linearGradient id="paint15_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
115
|
+
<stop stop-color="var(--N200)"/>
|
116
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
117
|
+
</linearGradient>
|
118
|
+
<linearGradient id="paint16_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
119
|
+
<stop stop-color="var(--N200)"/>
|
120
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
121
|
+
</linearGradient>
|
122
|
+
<linearGradient id="paint17_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
123
|
+
<stop stop-color="var(--N200)"/>
|
124
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
125
|
+
</linearGradient>
|
126
|
+
<linearGradient id="paint18_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
127
|
+
<stop stop-color="var(--N200)"/>
|
128
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
129
|
+
</linearGradient>
|
130
|
+
<linearGradient id="paint19_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
131
|
+
<stop stop-color="var(--N200)"/>
|
132
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
133
|
+
</linearGradient>
|
134
|
+
<linearGradient id="paint20_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
135
|
+
<stop stop-color="var(--N200)"/>
|
136
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
137
|
+
</linearGradient>
|
138
|
+
<linearGradient id="paint21_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
139
|
+
<stop stop-color="var(--N200)"/>
|
140
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
141
|
+
</linearGradient>
|
142
|
+
<linearGradient id="paint22_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
143
|
+
<stop stop-color="var(--N200)"/>
|
144
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
145
|
+
</linearGradient>
|
146
|
+
<linearGradient id="paint23_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
147
|
+
<stop stop-color="var(--N200)"/>
|
148
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
149
|
+
</linearGradient>
|
150
|
+
<linearGradient id="paint24_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
151
|
+
<stop stop-color="var(--N200)"/>
|
152
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
153
|
+
</linearGradient>
|
154
|
+
<linearGradient id="paint25_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
155
|
+
<stop stop-color="var(--N200)"/>
|
156
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
157
|
+
</linearGradient>
|
158
|
+
<linearGradient id="paint26_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
159
|
+
<stop stop-color="var(--N200)"/>
|
160
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
161
|
+
</linearGradient>
|
162
|
+
<linearGradient id="paint27_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
163
|
+
<stop stop-color="var(--N200)"/>
|
164
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
165
|
+
</linearGradient>
|
166
|
+
<linearGradient id="paint28_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
167
|
+
<stop stop-color="var(--N200)"/>
|
168
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
169
|
+
</linearGradient>
|
170
|
+
<linearGradient id="paint29_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
171
|
+
<stop stop-color="var(--N200)"/>
|
172
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
173
|
+
</linearGradient>
|
174
|
+
<linearGradient id="paint30_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
175
|
+
<stop stop-color="var(--N200)"/>
|
176
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
177
|
+
</linearGradient>
|
178
|
+
<linearGradient id="paint31_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
179
|
+
<stop stop-color="var(--N200)"/>
|
180
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
181
|
+
</linearGradient>
|
182
|
+
<linearGradient id="paint32_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
183
|
+
<stop stop-color="var(--N200)"/>
|
184
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
185
|
+
</linearGradient>
|
186
|
+
<linearGradient id="paint33_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
187
|
+
<stop stop-color="var(--N200)"/>
|
188
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
189
|
+
</linearGradient>
|
190
|
+
<linearGradient id="paint34_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
191
|
+
<stop stop-color="var(--N200)"/>
|
192
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
193
|
+
</linearGradient>
|
194
|
+
<linearGradient id="paint35_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
195
|
+
<stop stop-color="var(--N200)"/>
|
196
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
197
|
+
</linearGradient>
|
198
|
+
<linearGradient id="paint36_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
199
|
+
<stop stop-color="var(--N200)"/>
|
200
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
201
|
+
</linearGradient>
|
202
|
+
<linearGradient id="paint37_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
203
|
+
<stop stop-color="var(--N200)"/>
|
204
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
205
|
+
</linearGradient>
|
206
|
+
<linearGradient id="paint38_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
207
|
+
<stop stop-color="var(--N200)"/>
|
208
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
209
|
+
</linearGradient>
|
210
|
+
<linearGradient id="paint39_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
211
|
+
<stop stop-color="var(--N200)"/>
|
212
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
213
|
+
</linearGradient>
|
214
|
+
<linearGradient id="paint40_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
215
|
+
<stop stop-color="var(--N200)"/>
|
216
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
217
|
+
</linearGradient>
|
218
|
+
<linearGradient id="paint41_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
219
|
+
<stop stop-color="var(--N200)"/>
|
220
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
221
|
+
</linearGradient>
|
222
|
+
<linearGradient id="paint42_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
223
|
+
<stop stop-color="var(--N200)"/>
|
224
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
225
|
+
</linearGradient>
|
226
|
+
<linearGradient id="paint43_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
227
|
+
<stop stop-color="var(--N200)"/>
|
228
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
229
|
+
</linearGradient>
|
230
|
+
<linearGradient id="paint44_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
231
|
+
<stop stop-color="var(--N200)"/>
|
232
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
233
|
+
</linearGradient>
|
234
|
+
<linearGradient id="paint45_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
235
|
+
<stop stop-color="var(--N200)"/>
|
236
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
237
|
+
</linearGradient>
|
238
|
+
<linearGradient id="paint46_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
239
|
+
<stop stop-color="var(--N200)"/>
|
240
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
241
|
+
</linearGradient>
|
242
|
+
<linearGradient id="paint47_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
243
|
+
<stop stop-color="var(--N200)"/>
|
244
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
245
|
+
</linearGradient>
|
246
|
+
<linearGradient id="paint48_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
247
|
+
<stop stop-color="var(--N200)"/>
|
248
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
249
|
+
</linearGradient>
|
250
|
+
<linearGradient id="paint49_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
251
|
+
<stop stop-color="var(--N200)"/>
|
252
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
253
|
+
</linearGradient>
|
254
|
+
<linearGradient id="paint50_linear_7014_17255" x1="336" y1="0" x2="-64" y2="0" gradientUnits="userSpaceOnUse">
|
255
|
+
<stop stop-color="var(--N200)"/>
|
256
|
+
<stop offset="1" stop-color="var(--bg-primary)"/>
|
257
|
+
</linearGradient>
|
258
|
+
</defs>
|
259
|
+
</svg>
|
Binary file
|
package/dist/index.d.ts
CHANGED
@@ -40,15 +40,12 @@ export interface customEnv {
|
|
40
40
|
ENABLE_SCOPED_VARIABLES?: boolean;
|
41
41
|
DEFAULT_CI_TRIGGER_TYPE_MANUAL: boolean;
|
42
42
|
ANNOUNCEMENT_BANNER_MSG?: string;
|
43
|
-
LOGIN_PAGE_IMAGE?: string;
|
44
|
-
LOGIN_PAGE_IMAGE_BG?: string;
|
45
43
|
HIDE_DEFAULT_CLUSTER?: boolean;
|
46
44
|
GLOBAL_API_TIMEOUT?: number;
|
47
45
|
TRIGGER_API_TIMEOUT?: number;
|
48
46
|
NODE_REACT_APP_GIT_SHA?: string;
|
49
47
|
REACT_APP_GIT_SHA?: string;
|
50
48
|
NODE_ENV?: string;
|
51
|
-
LOGIN_DT_LOGO?: string;
|
52
49
|
SIDEBAR_DT_LOGO?: string;
|
53
50
|
ENABLE_EXTERNAL_ARGO_CD: boolean;
|
54
51
|
API_BATCH_SIZE: number;
|
@@ -151,6 +148,7 @@ export interface customEnv {
|
|
151
148
|
* @default false
|
152
149
|
*/
|
153
150
|
FEATURE_APPLICATION_TEMPLATES_ENABLE?: boolean;
|
151
|
+
GATEKEEPER_URL?: string;
|
154
152
|
}
|
155
153
|
declare global {
|
156
154
|
interface Window {
|