@devtron-labs/devtron-fe-common-lib 1.9.5-beta-4 → 1.9.6-beta-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/dist/{@code-editor-CJb79OaZ.js → @code-editor-0ze0wq4Z.js} +7860 -7867
  2. package/dist/{@common-rjsf-BQNbv8mg.js → @common-rjsf-BaGU4GjS.js} +2 -2
  3. package/dist/{@framer-motion-Cx1gSa6-.js → @framer-motion--UCnj55s.js} +1 -1
  4. package/dist/{@react-dates-ukcBEyJ1.js → @react-dates-B3_Y9Kyv.js} +243 -243
  5. package/dist/{@react-select-Cas7oOFN.js → @react-select-DMzK6fkF.js} +1 -1
  6. package/dist/{@react-virtualized-sticky-tree-DRihF7_6.js → @react-virtualized-sticky-tree-Ck5oyLp9.js} +1 -1
  7. package/dist/{@vendor-xG1dUtf3.js → @vendor-DXbFZ041.js} +30911 -25065
  8. package/dist/Common/Api.d.ts +15 -0
  9. package/dist/Common/Constants.d.ts +94 -92
  10. package/dist/Common/DeleteCINodeButton/DeleteCINodeButton.d.ts +1 -1
  11. package/dist/Common/DeleteCINodeButton/types.d.ts +2 -1
  12. package/dist/Common/DeleteCINodeButton/utils.d.ts +5 -2
  13. package/dist/Common/GenericDescription/utils.d.ts +1 -0
  14. package/dist/Common/Helper.d.ts +0 -1
  15. package/dist/Common/Tooltip/constants.d.ts +1 -0
  16. package/dist/Common/Types.d.ts +4 -7
  17. package/dist/Common/index.d.ts +1 -1
  18. package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/types.d.ts +38 -0
  19. package/dist/Shared/Components/CustomInput/CustomInput.d.ts +1 -1
  20. package/dist/Shared/Components/CustomInput/types.d.ts +1 -5
  21. package/dist/Shared/Components/FloatingVariablesSuggestions/FloatingVariablesSuggestions.d.ts +1 -1
  22. package/dist/Shared/Components/FloatingVariablesSuggestions/service.d.ts +3 -1
  23. package/dist/Shared/Components/FloatingVariablesSuggestions/types.d.ts +2 -1
  24. package/dist/Shared/Components/GenericInfoCard/GenericInfoCard.component.d.ts +3 -0
  25. package/dist/Shared/Components/GenericInfoCard/index.d.ts +2 -0
  26. package/dist/Shared/Components/GenericInfoCard/types.d.ts +26 -0
  27. package/dist/Shared/Components/GenericInfoCard/utils.d.ts +2 -0
  28. package/dist/Shared/Components/GitProviderIcon/GitProviderIcon.d.ts +1 -1
  29. package/dist/Shared/Components/GitProviderIcon/types.d.ts +8 -3
  30. package/dist/Shared/Components/GitProviderIcon/utils.d.ts +2 -0
  31. package/dist/Shared/Components/GraphVisualizer/GraphVisualizer.d.ts +2 -0
  32. package/dist/Shared/Components/GraphVisualizer/components/BaseNode.d.ts +2 -0
  33. package/dist/Shared/Components/GraphVisualizer/components/DropdownNode.d.ts +3 -0
  34. package/dist/Shared/Components/GraphVisualizer/components/IconNode.d.ts +3 -0
  35. package/dist/Shared/Components/GraphVisualizer/components/TextNode.d.ts +3 -0
  36. package/dist/Shared/Components/GraphVisualizer/components/index.d.ts +4 -0
  37. package/dist/Shared/Components/GraphVisualizer/components/types.d.ts +19 -0
  38. package/dist/Shared/Components/GraphVisualizer/constants.d.ts +15 -0
  39. package/dist/Shared/Components/GraphVisualizer/index.d.ts +2 -0
  40. package/dist/Shared/Components/GraphVisualizer/types.d.ts +12 -0
  41. package/dist/Shared/Components/GraphVisualizer/utils.d.ts +17 -0
  42. package/dist/Shared/Components/Header/types.d.ts +1 -0
  43. package/dist/Shared/Components/Icon/Icon.d.ts +3 -9
  44. package/dist/Shared/Components/Icon/IconBase.d.ts +1 -1
  45. package/dist/Shared/Components/Icon/constants.d.ts +2 -0
  46. package/dist/Shared/Components/Icon/types.d.ts +2 -2
  47. package/dist/Shared/Components/ModalSidebarPanel/types.d.ts +1 -1
  48. package/dist/Shared/Components/ReactSelect/constants.d.ts +7 -15
  49. package/dist/Shared/Components/SelectPicker/type.d.ts +1 -1
  50. package/dist/Shared/Components/WorkflowOptionsModal/WorkflowOptionsModal.d.ts +1 -1
  51. package/dist/Shared/Components/WorkflowOptionsModal/types.d.ts +2 -1
  52. package/dist/Shared/Components/index.d.ts +2 -6
  53. package/dist/Shared/Helpers.d.ts +0 -1
  54. package/dist/Shared/Providers/types.d.ts +1 -1
  55. package/dist/Shared/Services/app.service.d.ts +4 -1
  56. package/dist/Shared/Services/common.service.d.ts +2 -1
  57. package/dist/Shared/Services/index.d.ts +1 -0
  58. package/dist/Shared/Services/template.service.d.ts +2 -0
  59. package/dist/Shared/constants.d.ts +0 -3
  60. package/dist/Shared/types.d.ts +0 -33
  61. package/dist/Shared/validations.d.ts +1 -0
  62. package/dist/assets/@code-editor.css +1 -1
  63. package/dist/assets/@vendor.css +1 -1
  64. package/dist/assets/ic-card-stack.efd37c91.svg +3 -0
  65. package/dist/assets/{ic-caret-left.3df25a7c.svg → ic-copy.416d85f3.svg} +1 -1
  66. package/dist/assets/ic-new.2c179139.svg +3 -0
  67. package/dist/index.d.ts +8 -0
  68. package/dist/index.js +800 -806
  69. package/package.json +2 -2
  70. package/dist/Common/API/CoreAPI.d.ts +0 -17
  71. package/dist/Common/API/constants.d.ts +0 -70
  72. package/dist/Common/API/index.d.ts +0 -3
  73. package/dist/Common/API/types.d.ts +0 -23
  74. package/dist/Common/API/utils.d.ts +0 -12
  75. package/dist/Shared/Components/CountrySelect/CountrySelect.component.d.ts +0 -3
  76. package/dist/Shared/Components/CountrySelect/index.d.ts +0 -1
  77. package/dist/Shared/Components/CountrySelect/types.d.ts +0 -7
  78. package/dist/Shared/Components/CountrySelect/utils.d.ts +0 -4
  79. package/dist/Shared/Components/DevtronLicenseCard/DevtronLicenseCard.d.ts +0 -3
  80. package/dist/Shared/Components/DevtronLicenseCard/index.d.ts +0 -3
  81. package/dist/Shared/Components/DevtronLicenseCard/types.d.ts +0 -18
  82. package/dist/Shared/Components/DevtronLicenseCard/utils.d.ts +0 -6
  83. package/dist/Shared/Components/FlagImage/FlagImage.component.d.ts +0 -3
  84. package/dist/Shared/Components/FlagImage/index.d.ts +0 -1
  85. package/dist/Shared/Components/FlagImage/types.d.ts +0 -5
  86. package/dist/Shared/Components/LoginBanner/LoginBanner.d.ts +0 -2
  87. package/dist/Shared/Components/LoginBanner/constants.d.ts +0 -2
  88. package/dist/Shared/Components/LoginBanner/index.d.ts +0 -1
  89. package/dist/Shared/Components/LoginBanner/types.d.ts +0 -7
  90. package/dist/Shared/Components/PhoneInput/PhoneInput.component.d.ts +0 -3
  91. package/dist/Shared/Components/PhoneInput/index.d.ts +0 -1
  92. package/dist/Shared/Components/PhoneInput/types.d.ts +0 -11
  93. package/dist/assets/ic-book-open.e839bbda.svg +0 -3
  94. package/dist/assets/ic-chat-circle-dots.b5afd171.svg +0 -3
  95. package/dist/assets/ic-devtron-header-logo.7dc157aa.svg +0 -4
  96. package/dist/assets/ic-devtron.aca6cbaa.svg +0 -3
  97. package/dist/assets/ic-key.56432553.svg +0 -19
  98. package/dist/assets/ic-quote.68f093fe.svg +0 -3
  99. package/dist/assets/ic-timer.ae5f10fa.svg +0 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.9.5-beta-4",
3
+ "version": "1.9.6-beta-1",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -108,6 +108,7 @@
108
108
  "@replit/codemirror-indentation-markers": "6.5.3",
109
109
  "@replit/codemirror-vscode-keymap": "6.0.2",
110
110
  "@types/react-dates": "^21.8.6",
111
+ "@xyflow/react": "12.4.2",
111
112
  "@uiw/codemirror-extensions-hyper-link": "4.23.10",
112
113
  "@uiw/codemirror-theme-github": "4.23.7",
113
114
  "@uiw/react-codemirror": "4.23.7",
@@ -123,7 +124,6 @@
123
124
  "react-dates": "^21.8.0",
124
125
  "react-diff-viewer-continued": "^3.4.0",
125
126
  "react-draggable": "^4.4.5",
126
- "react-international-phone": "^4.5.0",
127
127
  "react-monaco-editor": "^0.54.0",
128
128
  "react-virtualized-sticky-tree": "^3.0.0-beta18",
129
129
  "sass": "^1.69.7",
@@ -1,17 +0,0 @@
1
- import { APIOptions, ResponseType } from '..';
2
- import { CoreAPIConstructorParamsType } from './types';
3
- declare class CoreAPI {
4
- handleLogout: () => void;
5
- handleRedirectToLicenseActivation?: () => void;
6
- host: string;
7
- timeout: number;
8
- constructor({ handleLogout, host, timeout, handleRedirectToLicenseActivation }: CoreAPIConstructorParamsType);
9
- private fetchAPI;
10
- private fetchInTime;
11
- post: <T = any, K = object>(url: string, data: K, options?: APIOptions, isMultipartRequest?: boolean) => Promise<ResponseType<T>>;
12
- put: <T = any, K = object>(url: string, data: K, options?: APIOptions) => Promise<ResponseType<T>>;
13
- patch: <T = any, K = object>(url: string, data: K, options?: APIOptions) => Promise<ResponseType<T>>;
14
- get: <T = any>(url: string, options?: APIOptions) => Promise<ResponseType<T>>;
15
- trash: <T = any, K = object>(url: string, data?: K, options?: APIOptions) => Promise<ResponseType<T>>;
16
- }
17
- export default CoreAPI;
@@ -1,70 +0,0 @@
1
- export declare const RESPONSE_MESSAGES: {
2
- readonly 100: "Continue";
3
- readonly 101: "Switching Protocols";
4
- readonly 102: "Processing(WebDAV)";
5
- readonly 200: "OK";
6
- readonly 201: "Created";
7
- readonly 202: "Accepted";
8
- readonly 203: "Non - Authoritative Information";
9
- readonly 204: "No Content";
10
- readonly 205: "Reset Content";
11
- readonly 206: "Partial Content";
12
- readonly 207: "Multi - Status(WebDAV)";
13
- readonly 208: "Already Reported(WebDAV)";
14
- readonly 226: "IM Used";
15
- readonly 300: "Multiple Choices";
16
- readonly 301: "Moved Permanently";
17
- readonly 302: "Found";
18
- readonly 303: "See Other";
19
- readonly 304: "Not Modified";
20
- readonly 305: "Use Proxy";
21
- readonly 307: "Temporary Redirect";
22
- readonly 308: "Permanent Redirect(experimental)";
23
- readonly 400: "Bad Request";
24
- readonly 401: "Unauthorized";
25
- readonly 402: "Payment Required";
26
- readonly 403: "Forbidden";
27
- readonly 404: "Not Found";
28
- readonly 405: "Method Not Allowed";
29
- readonly 406: "Not Acceptable";
30
- readonly 407: "Proxy Authentication Required";
31
- readonly 408: "Request Timeout";
32
- readonly 409: "Conflict";
33
- readonly 410: "Gone";
34
- readonly 411: "Length Required";
35
- readonly 412: "Precondition Failed";
36
- readonly 413: "Request Entity Too Large";
37
- readonly 414: "Request - URI Too Long";
38
- readonly 415: "Unsupported Media Type";
39
- readonly 416: "Requested Range Not Satisfiable";
40
- readonly 417: "Expectation Failed";
41
- readonly 418: "I'm a teapot";
42
- readonly 420: "Enhance Your Calm(Twitter)";
43
- readonly 422: "Unprocessable Entity(WebDAV)";
44
- readonly 423: "Locked(WebDAV)";
45
- readonly 424: "Failed Dependency(WebDAV)";
46
- readonly 425: "Reserved for WebDAV";
47
- readonly 426: "Upgrade Required";
48
- readonly 428: "Precondition Required";
49
- readonly 429: "Too Many Requests";
50
- readonly 431: "Request Header Fields Too Large";
51
- readonly 444: "No Response(Nginx)";
52
- readonly 449: "Retry With(Microsoft)";
53
- readonly 450: "Blocked by Windows Parental Controls(Microsoft)";
54
- readonly 451: "Unavailable For Legal Reasons";
55
- readonly 499: "Client Closed Request(Nginx)";
56
- readonly 500: "Internal Server Error";
57
- readonly 501: "Not Implemented";
58
- readonly 502: "Bad Gateway";
59
- readonly 503: "Service Unavailable";
60
- readonly 504: "Gateway Timeout";
61
- readonly 505: "HTTP Version Not Supported";
62
- readonly 506: "Variant Also Negotiates(Experimental)";
63
- readonly 507: "Insufficient Storage(WebDAV)";
64
- readonly 508: "Loop Detected(WebDAV)";
65
- readonly 509: "Bandwidth Limit Exceeded(Apache)";
66
- readonly 510: "Not Extended";
67
- readonly 511: "Network Authentication Required";
68
- readonly 598: "Network read timeout error";
69
- readonly 599: "Network connect timeout error";
70
- };
@@ -1,3 +0,0 @@
1
- export declare const post: <T = any, K = object>(url: string, data: K, options?: import('..').APIOptions, isMultipartRequest?: boolean) => Promise<import('..').ResponseType<T>>, put: <T = any, K = object>(url: string, data: K, options?: import('..').APIOptions) => Promise<import('..').ResponseType<T>>, patch: <T = any, K = object>(url: string, data: K, options?: import('..').APIOptions) => Promise<import('..').ResponseType<T>>, get: <T = any>(url: string, options?: import('..').APIOptions) => Promise<import('..').ResponseType<T>>, trash: <T = any, K = object>(url: string, data?: K, options?: import('..').APIOptions) => Promise<import('..').ResponseType<T>>;
2
- export { getIsRequestAborted, abortPreviousRequests } from './utils';
3
- export { default as CoreAPI } from './CoreAPI';
@@ -1,23 +0,0 @@
1
- import { APIOptions } from '..';
2
- export interface CoreAPIConstructorParamsType {
3
- handleLogout: () => void;
4
- handleRedirectToLicenseActivation?: () => void;
5
- /**
6
- * @default Host
7
- */
8
- host?: string;
9
- /**
10
- * @default FALLBACK_REQUEST_TIMEOUT
11
- */
12
- timeout?: number;
13
- }
14
- export interface FetchInTimeParamsType<Data = object> {
15
- url: string;
16
- type: 'POST' | 'PUT' | 'PATCH' | 'GET' | 'DELETE';
17
- data: Data;
18
- options?: APIOptions;
19
- isMultipartRequest?: boolean;
20
- }
21
- export interface FetchAPIParamsType<Data = object> extends Omit<FetchInTimeParamsType<Data>, 'options'>, Pick<APIOptions, 'preventAutoLogout' | 'preventLicenseRedirect'> {
22
- signal: AbortSignal;
23
- }
@@ -1,12 +0,0 @@
1
- import { MutableRefObject } from 'react';
2
- export declare const handleServerError: (contentType: string, response: Response) => Promise<never>;
3
- /**
4
- * Aborts the previous request before triggering next request
5
- */
6
- export declare const abortPreviousRequests: <T>(callback: () => Promise<T>, abortControllerRef: MutableRefObject<AbortController>) => Promise<T>;
7
- /**
8
- * Returns true if the error is due to a aborted request
9
- */
10
- export declare const getIsRequestAborted: (error: any) => boolean;
11
- export declare const handleDashboardLogout: () => void;
12
- export declare const handleRedirectToLicenseActivation: () => void;
@@ -1,3 +0,0 @@
1
- import { CountrySelectProps } from './types';
2
- declare const CountrySelect: ({ selectedCountry, label, required, error, handleChange, placeholder, name, variant, size, }: CountrySelectProps) => JSX.Element;
3
- export default CountrySelect;
@@ -1 +0,0 @@
1
- export { default as CountrySelect } from './CountrySelect.component';
@@ -1,7 +0,0 @@
1
- import { CountryISO2Type } from '../../index';
2
- import { SelectPickerProps } from '../SelectPicker';
3
- export interface CountrySelectProps extends Pick<SelectPickerProps, 'required' | 'label' | 'error' | 'placeholder' | 'size'>, Required<Pick<SelectPickerProps, 'name'>> {
4
- selectedCountry: CountryISO2Type;
5
- handleChange: (iso2: CountryISO2Type) => void;
6
- variant?: 'default' | 'selectPhoneCode';
7
- }
@@ -1,4 +0,0 @@
1
- import { ParsedCountry } from 'react-international-phone';
2
- import { CountrySelectProps } from './types';
3
- import { SelectPickerOptionType } from '../SelectPicker';
4
- export declare const getCountryOptions: (variant: CountrySelectProps["variant"]) => SelectPickerOptionType<ParsedCountry>[];
@@ -1,3 +0,0 @@
1
- import { DevtronLicenseCardProps } from './types';
2
- export declare const DevtronLicenseCard: ({ enterpriseName, licenseKey, licenseSuffix, expiryDate, licenseStatus, isTrial, ttl, }: DevtronLicenseCardProps) => JSX.Element;
3
- export default DevtronLicenseCard;
@@ -1,3 +0,0 @@
1
- export { default as DevtronLicenseCard } from './DevtronLicenseCard';
2
- export { parseDevtronLicenseDTOIntoLicenseCardData } from './utils';
3
- export * from './types';
@@ -1,18 +0,0 @@
1
- export declare enum LicenseStatus {
2
- ACTIVE = "ACTIVE",
3
- EXPIRED = "EXPIRED",
4
- REMINDER_THRESHOLD_REACHED = "REMINDER_THRESHOLD_REACHED"
5
- }
6
- export type DevtronLicenseCardProps = {
7
- enterpriseName: string;
8
- expiryDate: string;
9
- ttl: number;
10
- licenseStatus: LicenseStatus;
11
- isTrial: boolean;
12
- } & ({
13
- licenseKey: string;
14
- licenseSuffix?: never;
15
- } | {
16
- licenseKey?: never;
17
- licenseSuffix: string;
18
- });
@@ -1,6 +0,0 @@
1
- import { DevtronLicenseCardProps, DevtronLicenseDTO, LicenseStatus } from '../../index';
2
- export declare const getLicenseColorsAccordingToStatus: (licenseStatus: LicenseStatus) => {
3
- bgColor: string;
4
- textColor: string;
5
- };
6
- export declare const parseDevtronLicenseDTOIntoLicenseCardData: <isCentralDashboard extends boolean = false>(licenseDTO: DevtronLicenseDTO<isCentralDashboard>, currentUserEmail?: isCentralDashboard extends true ? string : never) => DevtronLicenseCardProps;
@@ -1,3 +0,0 @@
1
- import { FlagImageProps } from './types';
2
- declare const FlagImage: ({ country, size }: FlagImageProps) => JSX.Element;
3
- export default FlagImage;
@@ -1 +0,0 @@
1
- export { default as FlagImage } from './FlagImage.component';
@@ -1,5 +0,0 @@
1
- import { CountryISO2Type } from '../../index';
2
- export interface FlagImageProps {
3
- country: CountryISO2Type;
4
- size?: number;
5
- }
@@ -1,2 +0,0 @@
1
- declare const LoginBanner: () => JSX.Element;
2
- export default LoginBanner;
@@ -1,2 +0,0 @@
1
- import { TestimonialCardConfig } from './types';
2
- export declare const TESTIMONIAL_CARD_DATA: TestimonialCardConfig;
@@ -1 +0,0 @@
1
- export { default as LoginBanner } from './LoginBanner';
@@ -1,7 +0,0 @@
1
- import { IconsProps } from 'src';
2
- export interface TestimonialCardConfig {
3
- quote: string;
4
- name: string;
5
- designation: string;
6
- iconName: IconsProps['name'];
7
- }
@@ -1,3 +0,0 @@
1
- import { PhoneInputProps } from './types';
2
- declare const PhoneInput: ({ error, onChange, required, phoneNumberInputName, countryCodeSelectName, phoneValue, countryCodeSelectSize, }: PhoneInputProps) => JSX.Element;
3
- export default PhoneInput;
@@ -1 +0,0 @@
1
- export { default as PhoneInput } from './PhoneInput.component';
@@ -1,11 +0,0 @@
1
- import { ComponentProps } from 'react';
2
- import { CountrySelect } from '../CountrySelect';
3
- export interface PhoneInputProps {
4
- phoneValue: string;
5
- onChange: (value: string) => void;
6
- error?: string | null;
7
- countryCodeSelectName: string;
8
- phoneNumberInputName: string;
9
- required?: boolean;
10
- countryCodeSelectSize?: ComponentProps<typeof CountrySelect>['size'];
11
- }
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
- <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 8.25a3 3 0 0 1 3-3h6a.75.75 0 0 1 .75.75v12a.75.75 0 0 1-.75.75h-6a3 3 0 0 0-3 3m0-13.5v13.5m0-13.5a3 3 0 0 0-3-3H3a.75.75 0 0 0-.75.75v12a.75.75 0 0 0 .75.75h6a3 3 0 0 1 3 3" vector-effect="non-scaling-stroke"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
- <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 11.5v1m4-1v1m-8-1v1m-3.741 4.094a8.996 8.996 0 1 1 3.147 3.147l-3.108.888a.75.75 0 0 1-.927-.927l.888-3.108Z" vector-effect="non-scaling-stroke"/>
3
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="109" height="25" viewBox="0 0 109 25" fill="none">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M41.871 17.5159C42.4188 17.5159 42.8597 17.4048 43.1928 17.1827C43.5261 16.9605 43.7852 16.6828 43.9705 16.3496C44.1555 16.0163 44.2777 15.6573 44.3371 15.2719C44.3961 14.887 44.426 14.5315 44.426 14.2055C44.426 13.8799 44.3961 13.5244 44.3371 13.1391C44.2777 12.7542 44.1555 12.3949 43.9705 12.0616C43.7852 11.7283 43.5261 11.4506 43.1928 11.2285C42.8597 11.0062 42.4188 10.8952 41.871 10.8952C41.3228 10.8952 40.8824 11.0062 40.5491 11.2285C40.2158 11.4506 39.9602 11.7283 39.7826 12.0616C39.6049 12.3949 39.4862 12.7542 39.4271 13.1391C39.3678 13.5244 39.3382 13.8799 39.3382 14.2055C39.3382 14.5315 39.3678 14.887 39.4271 15.2719C39.4862 15.6573 39.6049 16.0163 39.7826 16.3496C39.9602 16.6828 40.2158 16.9605 40.5491 17.1827C40.8824 17.4048 41.3228 17.5159 41.871 17.5159ZM44.426 9.87025V4.82996H47.0698V14.1834C47.0698 14.9536 46.9955 15.6275 46.8476 16.2051C46.6993 16.7828 46.5033 17.2826 46.2589 17.7047C46.0145 18.1269 45.7368 18.4751 45.4258 18.749C45.1148 19.0233 44.796 19.2489 44.4703 19.4266C43.7001 19.8265 42.8337 20.0338 41.871 20.0487C40.8784 20.0338 39.9971 19.8265 39.2271 19.4266C38.9012 19.2489 38.579 19.0233 38.2607 18.749C37.942 18.4751 37.6608 18.1307 37.4165 17.7159C37.1721 17.3014 36.9755 16.805 36.8276 16.2274C36.6795 15.6497 36.6055 14.9759 36.6055 14.2055C36.6055 13.4355 36.6756 12.7614 36.8165 12.1838C36.9572 11.6061 37.1421 11.1063 37.3719 10.6842C37.6015 10.262 37.8607 9.91042 38.1496 9.6288C38.4384 9.34761 38.7383 9.11777 39.0493 8.94015C39.7604 8.52557 40.5747 8.30344 41.4933 8.27362C41.9523 8.31798 42.3965 8.42912 42.8263 8.60688C43.1963 8.76995 43.5741 9.01783 43.9595 9.3511C44.2161 9.57328 44.3716 9.74633 44.426 9.87025ZM56.1788 12.7614C56.1045 12.5246 56.0121 12.2876 55.9011 12.0505C55.79 11.8137 55.6379 11.5988 55.4456 11.4062C55.2529 11.2138 55.0235 11.0618 54.7568 10.9508C54.4902 10.8396 54.1792 10.7841 53.8238 10.7841C53.4683 10.7841 53.1573 10.8396 52.8906 10.9508C52.624 11.0618 52.3941 11.2138 52.2018 11.4062C52.0092 11.5988 51.8537 11.8137 51.7353 12.0505C51.6166 12.2876 51.5277 12.5246 51.4687 12.7614H56.1788ZM58.9782 12.7614C59.0077 12.9835 59.0337 13.2134 59.0559 13.4502C59.0781 13.6873 59.0892 13.939 59.0892 14.2055V14.6054H51.3132C51.3427 14.8574 51.3798 15.1129 51.4243 15.372C51.4687 15.6312 51.5427 15.8868 51.6464 16.1384C51.8092 16.5238 52.061 16.8643 52.4019 17.1603C52.7424 17.4568 53.2162 17.6048 53.8238 17.6048C54.4308 17.6048 54.9048 17.4568 55.2456 17.1603C55.5862 16.8643 55.8378 16.5238 56.001 16.1384H58.8893C58.7706 16.657 58.6039 17.1087 58.3895 17.4936C58.1745 17.879 57.9373 18.2122 57.6784 18.4934C57.4192 18.775 57.1413 19.0082 56.8453 19.1933C56.5489 19.3786 56.26 19.5303 55.9788 19.6487C55.2974 19.9154 54.5791 20.0486 53.8238 20.0486C52.8313 20.0338 51.9499 19.8265 51.1799 19.4266C50.8539 19.2488 50.5317 19.0232 50.2134 18.749C49.8947 18.4751 49.6135 18.1306 49.3691 17.7159C49.1248 17.3013 48.9284 16.805 48.7804 16.2273C48.6322 15.6497 48.5583 14.9759 48.5583 14.2055C48.5583 13.4355 48.6322 12.7614 48.7804 12.1837C48.9284 11.6061 49.1248 11.1063 49.3691 10.6841C49.6135 10.262 49.8947 9.91037 50.2134 9.62875C50.5317 9.34756 50.8539 9.11772 51.1799 8.9401C51.9499 8.52552 52.8313 8.30339 53.8238 8.27357C54.6381 8.30339 55.4011 8.47344 56.1122 8.78445C56.4082 8.91785 56.7081 9.09212 57.0119 9.30668C57.3153 9.52154 57.5968 9.78804 57.8562 10.1065C58.1151 10.4252 58.3449 10.8028 58.545 11.2395C58.7448 11.6766 58.8893 12.1837 58.9782 12.7614ZM64.6658 20.2642H66.4876H68.3095L71.9753 9H69.2425L66.4876 17.4204L63.7328 9H61L64.6658 20.2642ZM75.1074 11.2062V16.1607C75.1517 16.3383 75.233 16.5015 75.3517 16.6494C75.4552 16.7682 75.5996 16.8793 75.785 16.9827C75.97 17.0864 76.2106 17.1382 76.5071 17.1382H78.1955V19.8265H75.485C74.9073 19.7674 74.3888 19.6043 73.9298 19.3377C73.5445 19.1156 73.1929 18.7861 72.8746 18.3491C72.5559 17.9123 72.3969 17.3086 72.3969 16.5383V7.03373H75.1074V8.56231H77.6624V11.2062H75.1074ZM79.9508 10.0399C79.6248 10.4769 79.4621 11.0806 79.4621 11.8505V19.8265H82.1948V12.2282C82.2392 12.0506 82.3205 11.8876 82.4392 11.7394C82.5426 11.6211 82.6871 11.51 82.8724 11.4061C83.0575 11.3027 83.2981 11.2506 83.5945 11.2506H85.6829V8.56237H82.5725C81.9948 8.62173 81.4762 8.7845 81.0173 9.05115C80.6319 9.27328 80.2764 9.60305 79.9508 10.0399ZM92.1254 10.8951C91.5773 10.8951 91.1367 11.0063 90.8034 11.2284C90.4703 11.4505 90.2147 11.7282 90.0369 12.0615C89.8593 12.3948 89.7405 12.7541 89.6815 13.1391C89.6222 13.5245 89.5927 13.8798 89.5927 14.2055C89.5927 14.5315 89.6222 14.8869 89.6815 15.272C89.7405 15.6573 89.8593 16.0162 90.0369 16.3494C90.2147 16.6827 90.4703 16.9604 90.8034 17.1825C91.1367 17.4048 91.5773 17.5158 92.1254 17.5158C92.6732 17.5158 93.114 17.4048 93.4473 17.1825C93.7805 16.9604 94.0361 16.6827 94.2137 16.3494C94.3915 16.0162 94.5099 15.6573 94.5693 15.272C94.6283 14.8869 94.6581 14.5315 94.6581 14.2055C94.6581 13.8798 94.6283 13.5245 94.5693 13.1391C94.5099 12.7541 94.3915 12.3948 94.2137 12.0615C94.0361 11.7282 93.7805 11.4505 93.4473 11.2284C93.114 11.0063 92.6732 10.8951 92.1254 10.8951ZM86.8599 14.2055C86.8599 13.4356 86.9338 12.7613 87.082 12.1837C87.23 11.606 87.4265 11.1062 87.6709 10.6841C87.9153 10.2619 88.1965 9.91031 88.515 9.62868C88.8335 9.3475 89.1555 9.1178 89.4815 8.94004C90.2515 8.52546 91.1329 8.30333 92.1254 8.27351C93.103 8.30333 93.9768 8.52546 94.747 8.94004C95.0726 9.1178 95.3948 9.3475 95.7135 9.62868C96.0318 9.91031 96.3133 10.2619 96.5577 10.6841C96.8021 11.1062 97.0021 11.606 97.1576 12.1837C97.3131 12.7613 97.3909 13.4356 97.3909 14.2055C97.3909 14.9758 97.3131 15.6496 97.1576 16.2273C97.0021 16.8049 96.8021 17.3014 96.5577 17.7158C96.3133 18.1307 96.0318 18.475 95.7135 18.7489C95.3948 19.0231 95.0726 19.2488 94.747 19.4265C93.9768 19.8264 93.103 20.0337 92.1254 20.0486C91.1329 20.0337 90.2515 19.8264 89.4815 19.4265C89.1555 19.2488 88.8335 19.0231 88.515 18.7489C88.1965 18.475 87.9153 18.1307 87.6709 17.7158C87.4265 17.3014 87.23 16.8049 87.082 16.2273C86.9338 15.6496 86.8599 14.9758 86.8599 14.2055ZM104.156 8.29576C103.882 8.28107 103.723 8.27351 103.679 8.27351C103.619 8.27351 103.456 8.28107 103.19 8.29576C102.923 8.3106 102.604 8.37344 102.235 8.48458C101.864 8.59572 101.471 8.76999 101.057 9.00666C100.642 9.24378 100.257 9.58432 99.9017 10.0287C99.5461 10.473 99.2536 11.0323 99.0241 11.7061C98.7942 12.3802 98.6797 13.2133 98.6797 14.2055V19.8264H101.39V14.2055C101.39 13.8798 101.42 13.5466 101.479 13.2057C101.538 12.8652 101.649 12.5542 101.812 12.2726C101.975 11.9914 102.205 11.7582 102.501 11.5727C102.797 11.3877 103.19 11.295 103.679 11.295C104.167 11.295 104.56 11.3877 104.856 11.5727C105.152 11.7582 105.382 11.9914 105.545 12.2726C105.708 12.5542 105.819 12.8652 105.878 13.2057C105.937 13.5466 105.967 13.8798 105.967 14.2055V19.8264H108.677V14.2055C108.677 13.2133 108.563 12.3802 108.333 11.7061C108.103 11.0323 107.811 10.473 107.456 10.0287C107.1 9.58432 106.715 9.24378 106.3 9.00666C105.885 8.76999 105.493 8.59572 105.123 8.48458C104.752 8.37344 104.43 8.3106 104.156 8.29576Z" fill="#F8F8F9"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M5.47986 22.2232L0.33753 14.1273C-0.106586 13.4313 -0.112807 12.5424 0.321089 11.8399L6.95151 1.10777C7.37852 0.416597 8.13389 -0.00285871 8.94614 1.46681e-05L18.5183 0.0342435C18.5399 0.0342435 18.5612 0.0349101 18.5823 0.0360209C19.5156 0.0840094 20.0275 1.1522 19.5127 1.93246L12.8697 11.9992C12.6199 12.5128 12.0394 12.8352 11.4064 12.6903C10.9379 12.5833 10.5589 12.2007 10.4542 11.7317C10.3825 11.4098 10.432 11.1029 10.5644 10.8463C10.5646 10.8459 10.5647 10.8456 10.5648 10.8452C10.565 10.8448 10.5651 10.8445 10.5653 10.8441L10.5669 10.8417C10.6064 10.7661 10.6531 10.6948 10.7059 10.6288L11.7175 9.08253C12.0172 8.63664 11.7379 8.03189 11.204 7.97057L8.77285 7.78595C8.32162 7.75151 7.87595 7.90459 7.54092 8.20896C7.1008 8.72373 5.14638 11.8765 4.25415 13.3544C3.96622 13.8314 4.00088 14.427 4.32369 14.8811L4.31258 14.8865L7.40851 19.7484L7.98926 20.6709C8.04969 20.7486 8.10257 20.8324 8.14678 20.9213L8.16855 20.9557L8.167 20.9635C8.28097 21.2114 8.32896 21.496 8.28697 21.7948C8.19876 22.4209 7.69844 22.9397 7.07459 23.0439C6.37853 23.1603 5.75313 22.7921 5.47986 22.2232ZM22.6358 2.75285L27.8142 10.8258C28.2614 11.5199 28.2716 12.4088 27.8408 13.113L21.2584 23.8747C20.8345 24.5676 20.0809 24.9907 19.2686 24.9913L9.69648 25C9.67493 25 9.65361 24.9995 9.6325 24.9984C8.69894 24.9547 8.1824 23.8887 8.69361 23.1062L15.2916 13.0097C15.5391 12.4952 16.1181 12.1702 16.7517 12.3121C17.2207 12.4172 17.6015 12.798 17.7081 13.2666C17.7814 13.5883 17.7332 13.8951 17.6019 14.1526L17.6013 14.1546L17.5995 14.157C17.5604 14.233 17.5142 14.3043 17.4613 14.3705L16.4569 15.9215C16.1592 16.3687 16.4411 16.9721 16.9752 17.031L19.4071 17.205C19.8587 17.2372 20.3035 17.0821 20.6374 16.7764C21.0751 16.2596 23.0153 13.0982 23.9009 11.6163C24.1868 11.138 24.1497 10.5425 23.8247 10.09L23.8358 10.0844L20.7181 5.23625L20.1333 4.31647C20.0725 4.23894 20.0191 4.1554 19.9745 4.06676L19.9527 4.03254L19.9543 4.02477C19.8392 3.77727 19.7901 3.49289 19.8307 3.19385C19.9158 2.56734 20.4139 2.04657 21.0373 1.93948C21.7329 1.81996 22.3599 2.1852 22.6358 2.75285Z" fill="#F8F8F9"/>
4
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
- <path fill="#06C" d="M16.943 4.396a1.052 1.052 0 0 1 1.136.587l3.677 5.811c.319.5.325 1.14.02 1.647L17.1 20.19a1.653 1.653 0 0 1-1.413.804l-6.8.007h-.045c-.663-.032-1.03-.8-.667-1.364l4.686-7.27a.913.913 0 0 1 1.718.186c.05.215.023.44-.076.637v.001a.96.96 0 0 1-.1.156l-.713 1.116a.517.517 0 0 0 .367.8l1.728.126a1.159 1.159 0 0 0 .874-.31c.173-.206.674-1 1.194-1.849l.312-.51c.31-.51.602-1 .812-1.355a1.01 1.01 0 0 0-.053-1.099l.007-.004-2.215-3.49-.415-.663a1.075 1.075 0 0 1-.113-.18l-.016-.024a1.119 1.119 0 0 1-.087-.604 1.066 1.066 0 0 1 .858-.904ZM8.355 3l6.8.024.045.001c.663.035 1.027.804.66 1.367l-4.718 7.248a.913.913 0 0 1-1.716-.194.947.947 0 0 1 .08-.637v-.001a.968.968 0 0 1 .098-.155l.72-1.113a.517.517 0 0 0-.365-.8l-1.727-.133a1.16 1.16 0 0 0-.876.304c-.312.37-1.7 2.64-2.333 3.703a1.01 1.01 0 0 0 .048 1.1l-.008.004 2.2 3.5.413.664c.042.056.08.116.111.18l.016.027c.083.19.112.398.084.603a1.067 1.067 0 0 1-.861.9A1.052 1.052 0 0 1 5.892 19L2.24 13.17a1.567 1.567 0 0 1-.01-1.646l4.709-7.728c.304-.497.84-.8 1.417-.797Z"/>
3
- </svg>
@@ -1,19 +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 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="m15.59 7 1.414 1.414m-8.27 3.101a6.744 6.744 0 1 1 3.75 3.75L11.25 16.5H9v2.25H6.75V21H3v-3.75l5.735-5.735Z" vector-effect="non-scaling-stroke"/>
19
- </svg>
@@ -1,3 +0,0 @@
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>
@@ -1,19 +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 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>