@devtron-labs/devtron-fe-common-lib 1.14.1 → 1.14.2-beta-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{@code-editor-Da2XaRcI.js → @code-editor-D2FCACeW.js} +11308 -10863
- package/dist/{@common-rjsf-CK-nXKwn.js → @common-rjsf-4u0wap1S.js} +2 -2
- package/dist/{@framer-motion-DyOLEeMN.js → @framer-motion-Dchiw-Rb.js} +3 -3
- package/dist/{@react-dates-B7d8RWU9.js → @react-dates-D5kydtW-.js} +14 -14
- package/dist/{@react-select-Coo19Q6a.js → @react-select-Cmser7OI.js} +6 -6
- package/dist/{@react-virtualized-sticky-tree-BPjPJDIR.js → @react-virtualized-sticky-tree-DMnFy9PE.js} +1 -1
- package/dist/{@vendor-D9q4wrnL.js → @vendor-STJ9h0oI.js} +13875 -15779
- package/dist/Common/Constants.d.ts +5 -11
- package/dist/Common/SegmentedControl/Segment.d.ts +1 -1
- package/dist/Common/SegmentedControl/types.d.ts +3 -2
- package/dist/Common/TippyCustomized.d.ts +1 -1
- package/dist/Common/Types.d.ts +10 -7
- package/dist/Pages/Applications/DevtronApps/Details/CDPipeline/services.d.ts +1 -1
- package/dist/Pages/Applications/DevtronApps/Details/CDPipeline/types.d.ts +2 -1
- package/dist/Shared/Components/ActionMenu/types.d.ts +31 -4
- package/dist/Shared/Components/ActionMenu/useActionMenu.hook.d.ts +4 -2
- package/dist/Shared/Components/Button/Button.component.d.ts +1 -1
- package/dist/Shared/Components/Button/constants.d.ts +1 -0
- package/dist/Shared/Components/Button/types.d.ts +14 -1
- package/dist/Shared/Components/Button/utils.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryDiffView.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/types.d.ts +1 -3
- package/dist/Shared/Components/CodeEditor/CodeEditor.d.ts +1 -1
- package/dist/Shared/Components/CodeEditor/CodeEditorRenderer.d.ts +1 -1
- package/dist/Shared/Components/CodeEditor/Extensions/findAndReplace.d.ts +2 -1
- package/dist/Shared/Components/CodeEditor/types.d.ts +14 -1
- package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiff.utils.d.ts +0 -2
- package/dist/Shared/Components/DocLink/DocLink.d.ts +2 -0
- package/dist/Shared/Components/DocLink/constants.d.ts +94 -0
- package/dist/Shared/Components/DocLink/index.d.ts +4 -0
- package/dist/Shared/Components/DocLink/types.d.ts +18 -0
- package/dist/Shared/Components/DocLink/utils.d.ts +2 -0
- package/dist/Shared/Components/DynamicDataTable/DynamicDataTable.d.ts +1 -1
- package/dist/Shared/Components/DynamicDataTable/DynamicDataTableRow.d.ts +1 -1
- package/dist/Shared/Components/DynamicDataTable/types.d.ts +8 -4
- package/dist/Shared/Components/FeatureDescription/types.d.ts +2 -1
- package/dist/Shared/Components/FramerComponents/index.d.ts +2 -3
- package/dist/Shared/Components/GenericInfoCard/GenericInfoCardListing.d.ts +2 -0
- package/dist/Shared/Components/GenericInfoCard/GenericInfoListSkeleton.d.ts +2 -0
- package/dist/Shared/Components/GenericInfoCard/index.d.ts +3 -1
- package/dist/Shared/Components/GenericInfoCard/types.d.ts +13 -0
- package/dist/Shared/Components/Header/ProfileMenu.d.ts +2 -0
- package/dist/Shared/Components/Header/types.d.ts +8 -8
- package/dist/Shared/Components/Header/utils.d.ts +0 -2
- package/dist/Shared/Components/Icon/Icon.d.ts +27 -0
- package/dist/Shared/Components/Icon/types.d.ts +2 -2
- package/dist/Shared/Components/InfoIconTippy/InfoIconTippy.d.ts +1 -1
- package/dist/Shared/Components/KeyValueTable/KeyValueTable.component.d.ts +1 -1
- package/dist/Shared/Components/KeyValueTable/KeyValueTable.types.d.ts +1 -1
- package/dist/Shared/Components/LoadingCard.d.ts +5 -0
- package/dist/Shared/Components/ModalSidebarPanel/types.d.ts +2 -1
- package/dist/Shared/Components/NumbersCount/index.d.ts +1 -0
- package/dist/Shared/Components/Popover/Popover.component.d.ts +1 -1
- package/dist/Shared/Components/Popover/types.d.ts +5 -3
- package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +1 -1
- package/dist/Shared/Components/StatusComponent/AppStatus.d.ts +1 -1
- package/dist/Shared/Components/Switch/Switch.component.d.ts +3 -0
- package/dist/Shared/Components/Switch/constants.d.ts +14 -0
- package/dist/Shared/Components/Switch/index.d.ts +2 -0
- package/dist/Shared/Components/Switch/types.d.ts +102 -0
- package/dist/Shared/Components/Switch/utils.d.ts +12 -0
- package/dist/Shared/Components/SwitchThemeDialog/SwitchThemeDialog.component.d.ts +3 -0
- package/dist/Shared/Components/SwitchThemeDialog/index.d.ts +2 -0
- package/dist/Shared/Components/SwitchThemeDialog/types.d.ts +35 -0
- package/dist/Shared/Components/ThemeSwitcher/ThemeSwitcher.component.d.ts +1 -1
- package/dist/Shared/Components/ThemeSwitcher/index.d.ts +0 -1
- package/dist/Shared/Components/ThemeSwitcher/types.d.ts +1 -1
- package/dist/Shared/Components/index.d.ts +4 -1
- package/dist/Shared/Helpers.d.ts +1 -0
- package/dist/Shared/Providers/index.d.ts +1 -1
- package/dist/Shared/Providers/types.d.ts +20 -0
- package/dist/Shared/constants.d.ts +1 -0
- package/dist/Shared/types.d.ts +28 -0
- package/dist/Shared/validations.d.ts +1 -0
- package/dist/assets/@code-editor.css +1 -1
- package/dist/assets/empty-create.661d9355.png +0 -0
- package/dist/assets/ic-app-template.82736707.svg +23 -0
- package/dist/assets/ic-arrows-clockwise.5858ba0a.svg +3 -0
- package/dist/assets/ic-checkbox-selected-error.185fc40c.svg +4 -0
- package/dist/assets/{ic-hibernate.f75c1e70.svg → ic-checkbox-selected-error.b40237bc.svg} +3 -2
- package/dist/assets/ic-devtron-app.a8b688d3.svg +23 -0
- package/dist/assets/ic-devtron-job.1b216232.svg +10 -0
- package/dist/assets/ic-email.78fed574.svg +3 -0
- package/dist/assets/ic-fast-forward.8d1a414b.svg +4 -0
- package/dist/assets/ic-filter-applied.56f397cb.svg +4 -0
- package/dist/assets/ic-filter.d6f03b78.svg +3 -0
- package/dist/assets/ic-flask.d0624c30.svg +3 -0
- package/dist/assets/ic-hibernate-circle.7c32c56e.svg +3 -0
- package/dist/assets/{ic-arrow-square-out.3d1a0d41.svg → ic-hibernate.263ffcea.svg} +2 -2
- package/dist/assets/ic-key-enter.59d23056.svg +3 -0
- package/dist/assets/ic-lego.1d2c5e1d.svg +3 -0
- package/dist/assets/ic-magnifying-glass.cf47bce0.svg +3 -0
- package/dist/assets/ic-mechanical-operation.04a318d6.svg +17 -0
- package/dist/assets/ic-more-vertical.6b4cc903.svg +3 -0
- package/dist/assets/ic-play-outline.a4f09bf9.svg +3 -0
- package/dist/assets/ic-rocket-gear.f1e30f8a.svg +3 -0
- package/dist/assets/ic-spray-can.624b202a.svg +3 -0
- package/dist/assets/ic-strategy-blue-green-color.0b348d03.svg +6 -0
- package/dist/assets/ic-strategy-blue-green.4e57a068.svg +3 -0
- package/dist/assets/ic-strategy-canary-color.db010ee7.svg +5 -0
- package/dist/assets/ic-strategy-canary.aa75f27f.svg +3 -0
- package/dist/assets/ic-strategy-recreate-color.187facd4.svg +4 -0
- package/dist/assets/ic-strategy-recreate.77b19a53.svg +3 -0
- package/dist/assets/ic-strategy-rolling-color.f9b3c0bb.svg +6 -0
- package/dist/assets/ic-strategy-rolling.ba8a30f7.svg +3 -0
- package/dist/assets/ic-sun.47c14f53.svg +3 -0
- package/dist/assets/ic-traffic-signal.f23a1086.svg +3 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +797 -786
- package/package.json +3 -4
- package/dist/Shared/Components/DiffViewer/DiffViewer.component.d.ts +0 -41
- package/dist/Shared/Components/DiffViewer/constants.d.ts +0 -2
- package/dist/Shared/Components/DiffViewer/index.d.ts +0 -1
- package/dist/Shared/Components/DiffViewer/types.d.ts +0 -9
- package/dist/Shared/Components/FramerComponents/MotionDiv.d.ts +0 -2
- package/dist/Shared/Components/LogoutCard.d.ts +0 -10
- package/dist/assets/ic-mechanical-operation.3c3f4672.svg +0 -76
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@devtron-labs/devtron-fe-common-lib",
|
3
|
-
"version": "1.14.1",
|
3
|
+
"version": "1.14.2-beta-1",
|
4
4
|
"description": "Supporting common component library",
|
5
5
|
"type": "module",
|
6
6
|
"main": "dist/index.js",
|
@@ -72,7 +72,7 @@
|
|
72
72
|
"sharp": "^0.33.5",
|
73
73
|
"svgo": "^3.3.2",
|
74
74
|
"typescript": "5.5.4",
|
75
|
-
"vite": "5.4.
|
75
|
+
"vite": "5.4.19",
|
76
76
|
"vite-plugin-dts": "4.0.3",
|
77
77
|
"vite-plugin-image-optimizer": "^1.1.8",
|
78
78
|
"vite-plugin-lib-inject-css": "2.1.1",
|
@@ -122,7 +122,6 @@
|
|
122
122
|
"qrcode.react": "^4.2.0",
|
123
123
|
"react-canvas-confetti": "^2.0.7",
|
124
124
|
"react-dates": "^21.8.0",
|
125
|
-
"react-diff-viewer-continued": "^3.4.0",
|
126
125
|
"react-draggable": "^4.4.5",
|
127
126
|
"react-international-phone": "^4.5.0",
|
128
127
|
"react-virtualized-sticky-tree": "^3.0.0-beta18",
|
@@ -136,7 +135,7 @@
|
|
136
135
|
"react-dom": "^17.0.2"
|
137
136
|
},
|
138
137
|
"vite-plugin-svgr": {
|
139
|
-
"vite": "5.4.
|
138
|
+
"vite": "5.4.19"
|
140
139
|
},
|
141
140
|
"react-virtualized-sticky-tree": {
|
142
141
|
"react": "^17.0.2",
|
@@ -1,41 +0,0 @@
|
|
1
|
-
import { DiffViewerProps } from './types';
|
2
|
-
/**
|
3
|
-
* Component for showing diff between two string or object.
|
4
|
-
*
|
5
|
-
* Note: Pass down the object as stringified for optimized performance.
|
6
|
-
*
|
7
|
-
* @example Usage
|
8
|
-
*
|
9
|
-
* ```tsx
|
10
|
-
* <DiffViewer
|
11
|
-
* oldValue={oldValue}
|
12
|
-
* newValue={newValue}
|
13
|
-
* />
|
14
|
-
* ```
|
15
|
-
*
|
16
|
-
* @example With left/right title for lhs/rhs
|
17
|
-
*
|
18
|
-
* ```tsx
|
19
|
-
* <DiffViewer
|
20
|
-
* oldValue={oldValue}
|
21
|
-
* newValue={newValue}
|
22
|
-
* leftTitle="Title for LHS"
|
23
|
-
* rightTitle={
|
24
|
-
* <span>Title for RHS</span>
|
25
|
-
* }
|
26
|
-
* />
|
27
|
-
* ```
|
28
|
-
*
|
29
|
-
* @example With custom message for folded code
|
30
|
-
* Note: the entire section would be clickable
|
31
|
-
*
|
32
|
-
* ```tsx
|
33
|
-
* <DiffViewer
|
34
|
-
* oldValue={oldValue}
|
35
|
-
* newValue={newValue}
|
36
|
-
* codeFoldMessageRenderer={(totalFoldedLines, leftStartLineNumber, rightStartLineNumber) => <span>Custom text</span>}
|
37
|
-
* />
|
38
|
-
* ```
|
39
|
-
*/
|
40
|
-
declare const DiffViewer: ({ oldValue, newValue, leftTitle, rightTitle, ...props }: DiffViewerProps) => JSX.Element;
|
41
|
-
export default DiffViewer;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as DiffViewer } from './DiffViewer.component';
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import { ReactNode } from 'react';
|
2
|
-
import { ReactDiffViewerProps } from 'react-diff-viewer-continued';
|
3
|
-
export interface DiffViewerProps extends Pick<ReactDiffViewerProps, 'oldValue' | 'newValue' | 'codeFoldMessageRenderer'> {
|
4
|
-
leftTitle?: ReactDiffViewerProps['leftTitle'] | ReactNode;
|
5
|
-
rightTitle?: ReactDiffViewerProps['rightTitle'] | ReactNode;
|
6
|
-
}
|
7
|
-
export interface DiffViewTitleWrapperProps {
|
8
|
-
title: DiffViewerProps['leftTitle'];
|
9
|
-
}
|
@@ -1,10 +0,0 @@
|
|
1
|
-
import { default as React } from 'react';
|
2
|
-
interface LogoutCardType {
|
3
|
-
className: string;
|
4
|
-
userFirstLetter: string;
|
5
|
-
setShowLogOutCard: React.Dispatch<React.SetStateAction<boolean>>;
|
6
|
-
showLogOutCard: boolean;
|
7
|
-
}
|
8
|
-
export declare const LOGOUT_CARD_BASE_BUTTON_CLASS = "dc__unset-button-styles dc__content-space px-12 py-8 fs-13 fw-4 lh-20 cursor w-100 flex left br-4";
|
9
|
-
declare const LogoutCard: ({ className, userFirstLetter, setShowLogOutCard, showLogOutCard }: LogoutCardType) => JSX.Element;
|
10
|
-
export default LogoutCard;
|
@@ -1,76 +0,0 @@
|
|
1
|
-
<!--
|
2
|
-
- Copyright (c) 2024. Devtron Inc.
|
3
|
-
-
|
4
|
-
- Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
-
- you may not use this file except in compliance with the License.
|
6
|
-
- You may obtain a copy of the License at
|
7
|
-
-
|
8
|
-
- http://www.apache.org/licenses/LICENSE-2.0
|
9
|
-
-
|
10
|
-
- Unless required by applicable law or agreed to in writing, software
|
11
|
-
- distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
-
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
-
- See the License for the specific language governing permissions and
|
14
|
-
- limitations under the License.
|
15
|
-
-->
|
16
|
-
|
17
|
-
<svg data-style-override="false" width="250" height="200" viewBox="0 0 250 200" fill="none" xmlns="http://www.w3.org/2000/svg">
|
18
|
-
<style>
|
19
|
-
.gear-big {
|
20
|
-
animation: rotate-clockwise 5s infinite alternate ease-in-out;
|
21
|
-
transform-origin: center;
|
22
|
-
transform-box: fill-box;
|
23
|
-
}
|
24
|
-
|
25
|
-
@keyframes rotate-clockwise {
|
26
|
-
0% {
|
27
|
-
transform: rotate(0deg);
|
28
|
-
}
|
29
|
-
100% {
|
30
|
-
transform: rotate(720deg);
|
31
|
-
}
|
32
|
-
}
|
33
|
-
|
34
|
-
.gear-small {
|
35
|
-
animation: rotate-counter-clockwise 5s infinite alternate ease-in-out;
|
36
|
-
transform-origin: center;
|
37
|
-
transform-box: fill-box;
|
38
|
-
}
|
39
|
-
|
40
|
-
@keyframes rotate-counter-clockwise {
|
41
|
-
0% {
|
42
|
-
transform: rotate(720deg);
|
43
|
-
}
|
44
|
-
100% {
|
45
|
-
transform: rotate(0deg);
|
46
|
-
}
|
47
|
-
}
|
48
|
-
</style>
|
49
|
-
<path d="M65.5601 191.308C65.5601 191.192 66.7131 188.02 68.0981 184.213L70.6361 177.291L77.0961 177.118L83.4991 176.945L86.2671 179.252C88.5751 181.214 99.0631 186.799 100.399 187.559C101.29 188.065 102.466 189.353 103.925 191.423C78.3481 191.385 65.5601 191.346 65.5601 191.308V191.308Z" fill="#80AEF2"/>
|
50
|
-
<path d="M32 191.308C32 191.192 33.154 188.02 34.538 184.213L37.076 177.291L43.536 177.118L49.939 176.945L52.708 179.252C55.015 181.214 65.503 186.799 66.84 187.559C67.73 188.065 68.906 189.353 70.365 191.423C44.788 191.385 32 191.346 32 191.308Z" fill="#94BBF8"/>
|
51
|
-
<path d="M75.655 109.836C76.745 112.994 77.481 115.734 77.863 118.056C78.243 120.377 80.381 140.211 84.274 177.556H66.296C64.852 174.938 64.13 173.099 64.13 172.038C64.13 170.448 65.043 168.268 65.043 165.97C65.043 164.438 63.009 159.147 58.939 150.099L62.87 110.75L75.655 109.836V109.836Z" fill="#1D225F"/>
|
52
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.5541 177.555H33.7601C33.3601 176.17 32.9681 174.301 32.5851 171.949C31.8351 167.161 32.4051 163.989 35.6351 157.413C38.8651 150.895 40.5011 147.341 40.5011 143.649C40.5591 137.881 41.7231 132.333 44.7811 126.334C47.1451 121.604 48.2761 121.248 48.5061 118.364L48.9261 112.162H70.0041C70.5161 113.595 70.7001 116.237 70.5541 120.087C70.4091 123.937 63.7421 143.093 50.5531 177.555H50.5541Z" fill="url(#paint0_linear_2664_5084)"/>
|
53
|
-
<path d="M95.9399 50.818L112.78 29.988H132.971L115.532 50.818H95.9399Z" fill="#98BDF9"/>
|
54
|
-
<path d="M118.14 27.384C119.518 27.384 120.646 28.454 120.737 29.809L120.743 29.988H120.165C120.165 28.869 119.258 27.963 118.14 27.963C117.021 27.963 116.115 28.869 116.115 29.988C116.115 31.05 116.933 31.922 117.974 32.006L118.14 32.013V32.591C116.702 32.591 115.536 31.426 115.536 29.988C115.536 28.55 116.702 27.384 118.14 27.384V27.384ZM125.083 27.384C126.461 27.384 127.589 28.454 127.681 29.809L127.687 29.988H127.108C127.108 28.869 126.202 27.963 125.083 27.963C123.965 27.963 123.058 28.869 123.058 29.988C123.058 31.05 123.876 31.922 124.917 32.006L125.083 32.013V32.591C123.645 32.591 122.479 31.426 122.479 29.988C122.479 28.55 123.645 27.384 125.083 27.384V27.384Z" fill="#2174DB"/>
|
55
|
-
<path d="M94.4722 54.8291C97.2792 53.8671 100.026 52.5301 102.714 50.8181H109.585C107.21 52.9881 105.613 54.5241 104.794 55.4281C103.974 56.3311 102.285 58.0661 99.7262 60.6331C98.6352 66.4141 97.4722 68.8431 96.2392 67.9181C94.3892 66.5321 88.3002 57.0211 94.4722 54.8281V54.8291Z" fill="#F3A29D"/>
|
56
|
-
<path d="M98.2542 60.6541C102.617 58.9861 105.433 57.7971 106.701 57.0871C108.201 56.2221 108.778 55.4141 110.508 51.7801C110.738 51.3191 111.2 49.4151 111.604 47.6271C112.527 43.0701 114.027 43.3011 114.142 47.9731C114.2 49.2431 114.488 50.3961 114.834 50.5111C115.122 50.6271 116.795 49.0111 118.468 46.9351C120.141 44.8581 121.756 43.1851 122.044 43.1851C122.736 43.1851 122.736 48.4921 121.987 50.3381C121.698 51.2031 117.257 56.0481 112.123 61.1821C108.701 64.6051 103.692 69.2501 97.0972 75.1191L98.2542 60.6541V60.6541Z" fill="#FAB6AF"/>
|
57
|
-
<path d="M78.5812 35.7741C79.3532 32.6881 80.1242 30.7591 80.8962 29.9871C79.7392 28.8301 78.5812 27.6731 76.2662 26.5161C75.4962 28.0591 73.9522 29.6021 71.6382 31.1451C71.6382 33.4591 72.4092 35.0021 73.9522 35.7741C75.4952 36.5451 77.0382 36.5451 78.5822 35.7741H78.5812Z" fill="#F3A29D"/>
|
58
|
-
<path d="M49.3081 112.98C46.9431 112.806 43.0781 111.999 40.8281 111.249L36.6181 109.864L36.5031 105.538C36.2141 93.5981 37.0801 84.8881 39.7911 73.7561C43.4821 58.4701 54.0962 42.8391 66.9592 33.6671C71.9192 30.0911 72.0351 30.0911 73.4771 32.5141C74.1111 33.6671 75.4371 34.8211 76.3611 35.1671L78.5221 35.7611C75.4761 65.0851 76.6522 89.3911 82.0532 108.678C80.8962 109.836 80.1071 110.36 79.2451 110.73C78.2061 111.133 76.8801 111.537 76.1881 111.595C75.4951 111.653 73.1881 112.114 70.9381 112.633C66.7281 113.556 57.5561 113.729 49.3081 112.979V112.98Z" fill="url(#paint1_linear_2664_5084)"/>
|
59
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M94.4721 54.8281L96.2391 66.1391L76.2671 68.7841L77.3731 53.1311C79.5141 54.8661 81.7171 55.9071 83.9811 56.2541C86.2441 56.6021 89.7411 56.1261 94.4711 54.8281H94.4721Z" fill="#D6D7D8"/>
|
60
|
-
<path d="M98.2541 60.653L103.157 83.798C102.589 84.955 101.147 85.727 98.8331 86.112C93.6251 86.691 88.4181 84.376 82.0531 84.376C75.6881 84.376 75.9631 88.426 66.7051 84.956C60.5331 82.641 58.0251 72.226 59.1821 53.71L77.2361 51.98C77.1581 57.762 77.8911 61.232 79.4341 62.389C80.9461 63.523 87.0031 62.99 97.6041 60.789L98.2541 60.653V60.653Z" fill="#E9E9E9"/>
|
61
|
-
<path d="M90.3051 15.4439C91.3751 16.9639 91.7931 18.9799 91.5581 21.4929C91.4961 22.1489 91.1821 22.3759 91.1821 23.5449C91.1821 24.6649 91.2521 26.0509 91.3941 27.7019L89.0771 27.8629C86.8551 30.2749 84.5031 31.3429 82.0221 31.0699C79.5421 30.7949 77.7711 29.7269 76.7121 27.8629C74.5321 23.8399 75.0911 20.4189 78.3871 17.6009C81.6831 14.7829 85.6561 14.0639 90.3051 15.4439V15.4439Z" fill="#FAB6AF"/>
|
62
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M79.646 8C82.244 8 85.363 9.017 87.64 10.74C89.917 12.462 91.485 13.76 92.19 15.837C92.66 17.221 92.438 19.151 91.526 21.628C91.656 19.283 91.478 17.981 90.993 17.722C90.323 19.375 89.398 19.709 88.29 20.509C87.67 20.957 85.499 21.027 83.373 21.406C80.745 23.128 79.07 24.736 78.506 26.266C78.058 27.484 78.104 28.874 78.654 30.443L78.78 30.782L78.24 30.992C77.526 29.159 77.43 27.514 77.963 26.067C78.485 24.65 79.813 23.229 81.857 21.746C80.767 22.053 79.806 22.5 79.223 23.195C77.944 24.721 77.195 26.96 76.977 29.911C74.211 29.411 71.672 28.478 69.36 27.111C67.048 25.745 64.915 23.917 62.962 21.628C63.358 20.794 63.866 20.104 64.483 19.558C65.154 18.966 66.418 18.45 67.652 17.736L67.587 17.757L66.383 18.158C65.123 18.582 64.427 18.871 63.988 19.19C63.158 19.791 62.728 20.465 62.675 21.222L62.67 21.413L62.091 21.42C62.079 20.381 62.607 19.477 63.648 18.721C64.075 18.411 64.661 18.148 65.631 17.805L67.387 17.215L67.997 17.002C68.591 16.789 69.061 16.601 69.436 16.418C70.732 15.019 71.606 12.447 73.526 10.74C75.641 8.855 77.048 8 79.645 8H79.646Z" fill="#E94A47"/>
|
63
|
-
<path d="M84.3598 21.5751C84.9568 19.9351 86.5298 18.9781 87.8948 19.4751C88.9558 19.8611 89.5488 20.9991 89.4808 22.2561C89.8408 22.1651 90.1698 22.1191 90.4688 22.1201L90.6768 22.1271C90.9318 22.1471 91.1428 22.1831 91.3128 22.2411C91.8248 20.9701 93.0208 20.2181 94.0628 20.5971C95.1328 20.9871 95.5608 22.4001 95.0748 23.7371C94.5878 25.0741 93.3518 25.8811 92.2808 25.4911C91.3278 25.1441 90.8838 23.9871 91.1408 22.7941C91.0378 22.7561 90.8668 22.7221 90.6328 22.7041C90.2988 22.6791 89.8958 22.7331 89.4248 22.8691L89.3938 22.8791C89.3578 23.0381 89.3108 23.1971 89.2538 23.3561C88.6568 24.9961 87.0838 25.9531 85.7178 25.4561C84.3518 24.9591 83.7628 23.2151 84.3598 21.5751V21.5751ZM93.8638 21.1411C93.1338 20.8751 92.1998 21.4841 91.8118 22.5491C91.4248 23.6151 91.7478 24.6811 92.4788 24.9471C93.2098 25.2131 94.1428 24.6041 94.5308 23.5391C94.9188 22.4741 94.5948 21.4071 93.8638 21.1411ZM87.6968 20.0191C86.6608 19.6421 85.3998 20.4091 84.9038 21.7731C84.4078 23.1361 84.8798 24.5351 85.9158 24.9131C86.9518 25.2891 88.2138 24.5211 88.7098 23.1581C89.2058 21.7951 88.7328 20.3961 87.6968 20.0181V20.0191Z" fill="#222768"/>
|
64
|
-
<path class="gear-big" d="M153.783 115.079C153.334 114.679 152.886 112.836 152.686 110.892C152.287 106.954 151.988 106.406 149.097 104.861L147.004 103.714L143.216 105.259C141.122 106.107 139.129 106.705 138.78 106.555C137.833 106.206 132 95.8393 132 94.5433C132 93.8453 133.048 92.6493 135.24 90.9543L138.48 88.4123V82.9293L135.24 80.3873C133.197 78.7923 132 77.4973 132 76.8483C132 75.8013 137.085 66.4313 138.331 65.1853C138.929 64.6363 139.527 64.6863 142.368 65.7833C147.104 67.6273 147.453 67.6773 149.995 66.0323C152.238 64.5863 152.287 64.4873 152.636 61.3963C153.284 55.4653 152.486 56.0133 160.711 56.0133C169.035 56.0133 168.487 55.6643 169.135 61.5463L169.484 64.7863L172.076 66.1813L174.668 67.5773L177.858 66.2813C181.895 64.6363 183.041 64.6363 184.238 66.3813C186.331 69.4213 189.82 75.9513 189.82 76.8483C189.82 77.4963 188.624 78.7423 186.58 80.2383L183.39 82.6803V85.6703L183.34 88.6613L186.58 91.1043C188.624 92.6493 189.82 93.8943 189.82 94.4933C189.82 95.5403 184.238 105.409 183.141 106.306C182.593 106.755 181.496 106.506 178.555 105.309L174.618 103.764L172.076 105.16L169.534 106.555L168.935 110.543C168.587 113.234 168.088 114.78 167.54 115.228C166.244 116.175 154.73 116.076 153.783 115.078V115.079ZM165.197 95.4403C171.777 92.4503 173.571 84.1753 168.836 78.7423C162.556 71.6143 150.992 75.4523 150.044 84.9723C149.646 89.2593 153.035 94.3433 157.421 96.0383C159.016 96.6363 163.253 96.3383 165.197 95.4403V95.4403Z" fill="#222768"/>
|
65
|
-
<path class="gear-small" d="M176.263 146.231C174.418 145.085 172.773 143.988 172.623 143.789C172.474 143.539 172.823 142.244 173.372 140.948C174.368 138.655 174.368 138.505 173.522 136.91C172.823 135.565 172.325 135.266 170.381 135.016C166.742 134.518 166.891 134.767 166.891 129.583V124.848L168.786 124.549C172.375 123.951 172.624 123.851 173.571 122.306C174.468 120.761 174.418 120.711 173.421 118.269C172.823 116.923 172.474 115.577 172.624 115.378C172.923 114.829 179.752 110.842 180.35 110.842C180.599 110.842 181.646 111.839 182.692 113.085C184.138 114.829 184.886 115.328 186.082 115.328C187.278 115.328 188.026 114.829 189.472 113.085C190.518 111.839 191.565 110.842 191.814 110.842C192.412 110.842 199.241 114.829 199.54 115.378C199.69 115.578 199.34 116.923 198.792 118.268C197.795 120.561 197.745 120.811 198.493 122.256C199.291 123.752 199.689 123.951 203.428 124.549L205.272 124.849V129.583C205.272 134.767 205.422 134.518 201.782 135.016C199.889 135.266 199.34 135.565 198.642 136.91C197.845 138.456 197.845 138.605 198.792 141.097L199.789 143.689L198.393 144.636C195.851 146.381 192.363 148.225 191.664 148.225C191.216 148.225 190.219 147.278 189.372 146.181C188.125 144.437 187.577 144.088 186.082 144.038C184.587 143.988 184.138 144.288 182.742 146.132C181.895 147.278 180.798 148.225 180.4 148.225C179.951 148.225 178.107 147.328 176.263 146.231V146.231ZM189.372 135.515C193.858 133.172 193.858 126.144 189.272 123.702C183.44 120.562 177.06 126.892 180.101 132.823C181.696 135.913 186.131 137.16 189.371 135.515H189.372Z" fill="#E94A47"/>
|
66
|
-
<defs>
|
67
|
-
<linearGradient id="paint0_linear_2664_5084" x1="53.3662" y1="112.162" x2="38.2601" y2="175.224" gradientUnits="userSpaceOnUse">
|
68
|
-
<stop stop-color="#2A318C"/>
|
69
|
-
<stop offset="1" stop-color="#1D225F"/>
|
70
|
-
</linearGradient>
|
71
|
-
<linearGradient id="paint1_linear_2664_5084" x1="59.2517" y1="30.8201" x2="59.2517" y2="113.448" gradientUnits="userSpaceOnUse">
|
72
|
-
<stop stop-color="#EEEEEE"/>
|
73
|
-
<stop offset="1" stop-color="#D6D7D8"/>
|
74
|
-
</linearGradient>
|
75
|
-
</defs>
|
76
|
-
</svg>
|