@devtron-labs/devtron-fe-common-lib 1.20.5-pre-10 → 1.20.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 (54) hide show
  1. package/dist/{@code-editor-DAp9p6Om.js → @code-editor-B-6hfnwB.js} +7871 -7765
  2. package/dist/{@common-rjsf-CX5on07y.js → @common-rjsf-BFm4436q.js} +1 -1
  3. package/dist/Common/BreadCrumb/NestedBreadCrumb.d.ts +1 -1
  4. package/dist/Common/BreadCrumb/Types.d.ts +5 -0
  5. package/dist/Common/Constants.d.ts +17 -4
  6. package/dist/Common/Types.d.ts +5 -0
  7. package/dist/Pages/ResourceBrowser/types.d.ts +2 -1
  8. package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/ApplicationManagementIcon/utils.d.ts +0 -5
  9. package/dist/Pages-Devtron-2.0/DataProtectionManagement/index.d.ts +1 -1
  10. package/dist/Pages-Devtron-2.0/DataProtectionManagement/types.d.ts +4 -0
  11. package/dist/Shared/Components/Charts/types.d.ts +11 -9
  12. package/dist/Shared/Components/Charts/utils.d.ts +1 -1
  13. package/dist/Shared/Components/ContextSwitcher/ContextSwitcher.d.ts +1 -1
  14. package/dist/Shared/Components/ContextSwitcher/types.d.ts +1 -0
  15. package/dist/Shared/Components/Header/HeaderWithCreateButton/HeaderWithCreateButon.d.ts +1 -1
  16. package/dist/Shared/Components/Header/HeaderWithCreateButton/types.d.ts +1 -1
  17. package/dist/Shared/Components/Icon/Icon.d.ts +23 -1
  18. package/dist/Shared/Components/Illustration/Illustration.d.ts +2 -0
  19. package/dist/Shared/Components/Table/types.d.ts +1 -1
  20. package/dist/Shared/Hooks/useUserPreferences/types.d.ts +1 -1
  21. package/dist/Shared/constants.d.ts +1 -15
  22. package/dist/Shared/types.d.ts +0 -1
  23. package/dist/assets/ic-ai.25e44e0c.svg +3 -0
  24. package/dist/assets/ic-application-group.4b448cca.svg +3 -0
  25. package/dist/assets/ic-application-management.7fb9e3a0.svg +3 -0
  26. package/dist/assets/ic-application-template.212d14f1.svg +3 -0
  27. package/dist/assets/ic-application.4c80bfcf.svg +3 -0
  28. package/dist/assets/ic-backup-and-schedule.51b7d3dd.svg +3 -0
  29. package/dist/assets/ic-backup-location.ebaf1148.svg +3 -0
  30. package/dist/assets/ic-bg-cpu.15ec70f0.svg +11 -0
  31. package/dist/assets/ic-bg-memory.5373a125.svg +11 -0
  32. package/dist/assets/{ic-cloud.aa7acc8a.svg → ic-chart-line-up.7ab47f4e.svg} +1 -1
  33. package/dist/assets/ic-check-circle.af18cd7e.svg +3 -0
  34. package/dist/assets/ic-cost-visibility.5595009f.svg +3 -0
  35. package/dist/assets/ic-gift-animated.9ca6ccb4.svg +38 -0
  36. package/dist/assets/ic-global-overview.56ba9dc0.svg +3 -0
  37. package/dist/assets/ic-google-cloud.3077a8dd.svg +6 -0
  38. package/dist/assets/ic-infrastructure-management.4b052d41.svg +3 -0
  39. package/dist/assets/ic-party.cfc7e7c6.svg +4 -0
  40. package/dist/assets/ic-release-hub.25b9707a.svg +3 -0
  41. package/dist/assets/ic-resource-browser.4ff3e571.svg +3 -0
  42. package/dist/assets/ic-resource-watcher.7cce5305.svg +3 -0
  43. package/dist/assets/ic-security-policy.874568da.svg +3 -0
  44. package/dist/assets/ic-security-scan.3ae78d50.svg +3 -0
  45. package/dist/assets/ic-software-release-management.dceedf80.svg +3 -0
  46. package/dist/assets/ic-tenants.4f997b9a.svg +3 -0
  47. package/dist/assets/ic-warning-stroke.fc850a4a.svg +3 -0
  48. package/dist/assets/img-folder-empty.8e898c33.svg +33 -0
  49. package/dist/assets/img-no-backup-location.0e8699c5.svg +180 -0
  50. package/dist/index.d.ts +0 -6
  51. package/dist/index.js +877 -896
  52. package/package.json +1 -1
  53. package/dist/assets/ic-gift-animated.d848dfa3.svg +0 -1
  54. package/dist/assets/ic-google-cloud.a0198038.svg +0 -6
@@ -1,7 +1,7 @@
1
1
  import { j as n, aK as v, aM as J, aL as K } from "./@vendor-DceGoESd.js";
2
2
  import V, { useState as q, useEffect as Y, forwardRef as G, useMemo as E } from "react";
3
3
  import z, { getDefaultRegistry as Q } from "@rjsf/core";
4
- import { T as O, j as F, c as S, b as N, S as X, i as Z, g as ee, a as te, d as R, e as ne } from "./@code-editor-DAp9p6Om.js";
4
+ import { T as O, j as F, c as S, b as N, S as X, i as Z, g as ee, a as te, d as R, e as ne } from "./@code-editor-B-6hfnwB.js";
5
5
  import { getUiOptions as B, getTemplate as $, getSubmitButtonOptions as re, ADDITIONAL_PROPERTY_FLAG as L, errorId as se, englishStringTranslator as ae, TranslatableString as oe, titleId as le, canExpand as ie, deepEquals as ce } from "@rjsf/utils";
6
6
  import { ReactComponent as de } from "./assets/ic-add.cfaa779b.svg";
7
7
  import { ReactComponent as ue } from "./assets/ic-warning.ecf7ff97.svg";
@@ -1,2 +1,2 @@
1
1
  import { NestedBreadCrumbProps } from './Types';
2
- export declare const NestedBreadCrumb: ({ redirectUrl, linkText, profileName }: NestedBreadCrumbProps) => JSX.Element;
2
+ export declare const NestedBreadCrumb: ({ redirectUrl, linkText, profileName, nestedBreadCrumbsText, }: NestedBreadCrumbProps) => JSX.Element;
@@ -48,4 +48,9 @@ export interface NestedBreadCrumbProps {
48
48
  * If not given, would show "Create Profile"
49
49
  */
50
50
  profileName: string;
51
+ /**
52
+ * @default Profiles
53
+ * It is the text of the nested breadcrumb
54
+ */
55
+ nestedBreadCrumbsText?: string;
51
56
  }
@@ -53,9 +53,9 @@ export declare const URLS: {
53
53
  readonly APPLICATION_MANAGEMENT: "/application-management";
54
54
  readonly APPLICATION_MANAGEMENT_OVERVIEW: "/application-management/overview";
55
55
  readonly APPLICATION_MANAGEMENT_APP: "/application-management/app";
56
+ readonly APPLICATION_MANAGEMENT_APP_LIST: "/application-management/devtron-apps";
57
+ readonly APPLICATION_MANAGEMENT_CREATE_DEVTRON_APP: "/application-management/devtron-apps/create-app";
56
58
  readonly APPLICATION_MANAGEMENT_APPLICATION_GROUP: "/application-management/application-group";
57
- readonly APPLICATION_MANAGEMENT_CHART_STORE: "/application-management/chart-store";
58
- readonly APPLICATION_MANAGEMENT_CHART_STORE_DISCOVER: "/application-management/chart-store/discover";
59
59
  readonly APPLICATION_MANAGEMENT_TEMPLATES_DEVTRON_APP: "/application-management/templates/devtron-app";
60
60
  readonly APPLICATION_MANAGEMENT_TEMPLATES_DEVTRON_APP_CREATE: "/application-management/templates/devtron-app/create";
61
61
  readonly APPLICATION_MANAGEMENT_TEMPLATES_DEVTRON_APP_DETAIL: "/application-management/templates/devtron-app/detail/:appId";
@@ -68,6 +68,10 @@ export declare const URLS: {
68
68
  readonly APPLICATION_MANAGEMENT_CONFIGURATIONS_NOTIFICATIONS: "/application-management/configurations/notifications";
69
69
  readonly INFRASTRUCTURE_MANAGEMENT: "/infrastructure-management";
70
70
  readonly INFRASTRUCTURE_MANAGEMENT_OVERVIEW: "/infrastructure-management/overview";
71
+ readonly INFRASTRUCTURE_MANAGEMENT_APP_LIST: `/infrastructure-management/apps/:appType(${string})`;
72
+ readonly INFRASTRUCTURE_MANAGEMENT_APP: "/infrastructure-management/app";
73
+ readonly INFRASTRUCTURE_MANAGEMENT_CHART_STORE: "/infrastructure-management/chart-store";
74
+ readonly INFRASTRUCTURE_MANAGEMENT_CHART_STORE_DISCOVER: "/infrastructure-management/chart-store/discover";
71
75
  readonly INFRASTRUCTURE_MANAGEMENT_RESOURCE_BROWSER: "/infrastructure-management/resource-browser";
72
76
  readonly INFRASTRUCTURE_MANAGEMENT_RESOURCE_WATCHER: "/infrastructure-management/resource-watcher";
73
77
  readonly SOFTWARE_RELEASE_MANAGEMENT: "/software-release-management";
@@ -85,11 +89,12 @@ export declare const URLS: {
85
89
  readonly AUTOMATION_AND_ENABLEMENT_JOB: "/automation-and-enablement/job";
86
90
  readonly DATA_PROTECTION: "/data-protection-management";
87
91
  readonly DATA_PROTECTION_OVERVIEW: "/data-protection-management/overview";
88
- readonly DATA_PROTECTION_BACKUP_AND_SCHEDULE: `/data-protection-management/backup-and-schedule/:view${string}`;
92
+ readonly DATA_PROTECTION_BACKUP_AND_SCHEDULE: `/data-protection-management/backup-and-schedule/:view(${string})`;
89
93
  readonly DATA_PROTECTION_BACKUP_DETAIL: "/data-protection-management/backup/:name";
90
94
  readonly DATA_PROTECTION_BACKUP_SCHEDULE_DETAIL: "/data-protection-management/schedule/:name";
91
95
  readonly DATA_PROTECTION_RESTORES: "/data-protection-management/restores";
92
- readonly DATA_PROTECTION_BACKUP_LOCATIONS: "/data-protection-management/backup-locations";
96
+ readonly DATA_PROTECTION_BACKUP_LOCATIONS: `/data-protection-management/backup-locations/:type(${string})`;
97
+ readonly BACKUP_LOCATION_DETAILS: "/:locationId";
93
98
  readonly GLOBAL_CONFIG: "/global-configuration";
94
99
  readonly GLOBAL_CONFIG_DOCKER: "/global-configuration/docker";
95
100
  readonly GLOBAL_CONFIG_EDIT_CLUSTER: "/global-configuration/cluster-env/edit/:clusterId";
@@ -361,6 +366,14 @@ export declare const DATE_TIME_FORMATS: {
361
366
  DD_MMM_YYYY: string;
362
367
  'DD/MM/YYYY': string;
363
368
  DD_MMM: string;
369
+ TWENTY_FOUR_HOUR_FORMAT_HOUR: string;
370
+ ABBREVIATED_MONTH: string;
371
+ DATE_WITH_ABBREVIATED_MONTH: string;
372
+ WEEKDAY_WITH_DATE_MONTH_AND_YEAR: string;
373
+ WEEKDAY_DATE_MONTH_YEAR_AND_HOUR: string;
374
+ DAY_OF_MONTH_WITH_ORDINAL: string;
375
+ ABBREVIATED_WEEKDAY: string;
376
+ DAY_OF_MONTH: string;
364
377
  };
365
378
  export declare const SEMANTIC_VERSION_DOCUMENTATION_LINK = "https://semver.org/";
366
379
  export declare const VULNERABILITIES_SORT_PRIORITY: {
@@ -988,4 +988,9 @@ export interface ClusterDetailListType extends Omit<ClusterDetailDTO, 'server_ur
988
988
  category: SelectPickerOptionType;
989
989
  status: ClusterStatusType;
990
990
  }
991
+ export declare enum InfrastructureManagementAppListType {
992
+ HELM = "helm",
993
+ ARGO_CD = "argocd",
994
+ FLUX_CD = "fluxcd"
995
+ }
991
996
  export {};
@@ -5,7 +5,8 @@ import { NodeActionRequest } from './ResourceBrowser.Types';
5
5
  export declare enum ClusterFiltersType {
6
6
  ALL_CLUSTERS = "all",
7
7
  HEALTHY = "healthy",
8
- UNHEALTHY = "unhealthy"
8
+ UNHEALTHY = "unhealthy",
9
+ CONNECTION_FAILED = "connectionFailed"
9
10
  }
10
11
  export declare enum InstallationClusterStatus {
11
12
  Creating = "Creating",
@@ -3,9 +3,4 @@ export declare const getApplicationManagementBreadcrumb: () => {
3
3
  component: JSX.Element;
4
4
  linked: boolean;
5
5
  };
6
- list: {
7
- component: JSX.Element;
8
- };
9
- d: any;
10
- app: any;
11
6
  };
@@ -1 +1 @@
1
- export { BackupAndScheduleListViewEnum } from './types';
1
+ export * from './types';
@@ -1,3 +1,7 @@
1
+ export declare enum BackupLocationsTypes {
2
+ VOLUME_SNAPSHOT = "volume-snapshot",
3
+ STORAGE = "storage"
4
+ }
1
5
  export declare enum BackupAndScheduleListViewEnum {
2
6
  Backups = "backups",
3
7
  Schedules = "schedules"
@@ -1,4 +1,4 @@
1
- import { ReactNode } from 'react';
1
+ import { Dispatch, ReactNode, SetStateAction } from 'react';
2
2
  import { TooltipOptions, TooltipPositionerFunction } from 'chart.js';
3
3
  import { TooltipProps } from '../../../Common/Tooltip';
4
4
  import { AppThemeType } from '../../Providers';
@@ -37,6 +37,10 @@ type XYAxisMax = {
37
37
  referenceLines?: ReferenceLineConfigType[];
38
38
  };
39
39
  type OnChartClickHandler = (datasetName: string, value: number) => void;
40
+ type ScaleTickFormatCallbacks = Partial<{
41
+ xScaleTickFormat: (label: string, index: number) => string | string[] | number | number[];
42
+ yScaleTickFormat: (value: number, index: number) => string | string[] | number | number[];
43
+ }>;
40
44
  export type TypeAndDatasetsType = ({
41
45
  type: 'pie';
42
46
  /**
@@ -44,23 +48,19 @@ export type TypeAndDatasetsType = ({
44
48
  */
45
49
  datasets: SimpleDatasetForPie;
46
50
  onChartClick?: OnChartClickHandler;
47
- yScaleTickFormat?: never;
48
- } & Never<XYAxisMax>) | ({
51
+ } & Never<XYAxisMax> & Never<ScaleTickFormatCallbacks>) | ({
49
52
  type: 'line';
50
53
  datasets: SimpleDatasetForLineAndArea[];
51
54
  onChartClick?: never;
52
- yScaleTickFormat?: (value: number) => string;
53
- } & XYAxisMax) | ({
55
+ } & XYAxisMax & ScaleTickFormatCallbacks) | ({
54
56
  type: 'area';
55
57
  datasets: SimpleDatasetForLineAndArea;
56
58
  onChartClick?: never;
57
- yScaleTickFormat?: (value: number) => string;
58
- } & XYAxisMax) | ({
59
+ } & XYAxisMax & ScaleTickFormatCallbacks) | ({
59
60
  type: Exclude<ChartType, 'pie' | 'line' | 'area'>;
60
61
  datasets: SimpleDataset[];
61
62
  onChartClick?: OnChartClickHandler;
62
- yScaleTickFormat?: (value: number) => string;
63
- } & XYAxisMax);
63
+ } & XYAxisMax & ScaleTickFormatCallbacks);
64
64
  export type ChartProps = {
65
65
  id: string;
66
66
  /**
@@ -79,6 +79,7 @@ export type ChartProps = {
79
79
  * @default 'top'
80
80
  */
81
81
  placement?: TooltipProps['placement'];
82
+ datasetValueFormatter?: (value: number) => string | number;
82
83
  };
83
84
  /** A title for x axis */
84
85
  xScaleTitle?: string;
@@ -105,6 +106,7 @@ export interface GetDefaultOptionsParams {
105
106
  chartProps: ChartProps;
106
107
  appTheme: AppThemeType;
107
108
  externalTooltipHandler: TooltipOptions['external'];
109
+ setTooltipVisible: Dispatch<SetStateAction<boolean>>;
108
110
  }
109
111
  declare module 'chart.js' {
110
112
  interface TooltipPositionerMap {
@@ -44,7 +44,7 @@ export declare const getLegendsLabelConfig: (type: ChartType, appTheme: AppTheme
44
44
  };
45
45
  };
46
46
  export declare const getChartJSType: (type: ChartType) => ChartJSChartType;
47
- export declare const getDefaultOptions: ({ chartProps, appTheme, externalTooltipHandler, }: GetDefaultOptionsParams) => ChartOptions;
47
+ export declare const getDefaultOptions: ({ chartProps, appTheme, externalTooltipHandler, setTooltipVisible, }: GetDefaultOptionsParams) => ChartOptions;
48
48
  export declare const transformDataForChart: (props: TransformDataForChartProps) => (ChartDataset<"line"> | {
49
49
  backgroundColor?: string | import('chart.js/dist/types/utils')._DeepPartialObject<CanvasGradient> | import('chart.js/dist/types/utils')._DeepPartialObject<CanvasPattern> | ((ctx: import('chart.js').ScriptableContext<"line">, options: import('chart.js/dist/types/basic').AnyObject) => import('chart.js').Color) | readonly (string | import('chart.js/dist/types/utils')._DeepPartialObject<CanvasGradient> | import('chart.js/dist/types/utils')._DeepPartialObject<CanvasPattern>)[];
50
50
  borderColor?: string | import('chart.js/dist/types/utils')._DeepPartialObject<CanvasGradient> | import('chart.js/dist/types/utils')._DeepPartialObject<CanvasPattern> | ((ctx: import('chart.js').ScriptableContext<"line">, options: import('chart.js/dist/types/basic').AnyObject) => import('chart.js').Color) | readonly (string | import('chart.js/dist/types/utils')._DeepPartialObject<CanvasGradient> | import('chart.js/dist/types/utils')._DeepPartialObject<CanvasPattern>)[];
@@ -1,2 +1,2 @@
1
1
  import { ContextSwitcherTypes } from './types';
2
- export declare const ContextSwitcher: ({ inputId, options, inputValue, onInputChange, isLoading, value, onChange, placeholder, filterOption, formatOptionLabel, optionListError, reloadOptionList, classNamePrefix, }: ContextSwitcherTypes) => JSX.Element;
2
+ export declare const ContextSwitcher: ({ inputId, options, inputValue, onInputChange, isLoading, value, onChange, placeholder, filterOption, formatOptionLabel, optionListError, reloadOptionList, classNamePrefix, resource, }: ContextSwitcherTypes) => JSX.Element;
@@ -3,6 +3,7 @@ import { SelectPickerOptionType, SelectPickerProps } from '../SelectPicker';
3
3
  export interface ContextSwitcherTypes extends Pick<SelectPickerProps, 'placeholder' | 'onChange' | 'value' | 'isLoading' | 'onInputChange' | 'inputValue' | 'inputId' | 'formatOptionLabel' | 'filterOption' | 'optionListError' | 'reloadOptionList' | 'classNamePrefix'> {
4
4
  options: GroupBase<SelectPickerOptionType<string | number>>[];
5
5
  isAppDataAvailable?: boolean;
6
+ resource: 'Cluster' | 'Release' | 'Tenant' | 'Application' | 'Job' | 'Application Group' | 'Chart Store';
6
7
  }
7
8
  export interface RecentlyVisitedOptions extends SelectPickerOptionType<number> {
8
9
  isDisabled?: boolean;
@@ -1,3 +1,3 @@
1
1
  import { HeaderWithCreateButtonProps } from './types';
2
- export declare const HeaderWithCreateButton: ({ isJobView }: HeaderWithCreateButtonProps) => JSX.Element;
2
+ export declare const HeaderWithCreateButton: ({ viewType }: HeaderWithCreateButtonProps) => JSX.Element;
3
3
  export default HeaderWithCreateButton;
@@ -1,6 +1,6 @@
1
1
  import { ActionMenuProps } from '../../ActionMenu';
2
2
  export interface HeaderWithCreateButtonProps {
3
- isJobView?: boolean;
3
+ viewType?: 'jobs' | 'apps' | 'infra-apps';
4
4
  }
5
5
  export declare enum CreateActionMenuItems {
6
6
  CUSTOM_APP = "create-custom-app",
@@ -4,10 +4,15 @@ export declare const iconMap: {
4
4
  'ic-aborted': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
5
5
  'ic-activity': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
6
6
  'ic-add': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
7
+ 'ic-ai': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
7
8
  'ic-alibaba': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
8
9
  'ic-amazon-eks': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
9
10
  'ic-app-group': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
10
11
  'ic-app-template': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
12
+ 'ic-application-group': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
13
+ 'ic-application-management': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
14
+ 'ic-application-template': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
15
+ 'ic-application': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
11
16
  'ic-argocd-app': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
12
17
  'ic-arrow-clockwise': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
13
18
  'ic-arrow-line-down': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
@@ -21,10 +26,14 @@ export declare const iconMap: {
21
26
  'ic-aws': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
22
27
  'ic-azure-aks': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
23
28
  'ic-azure': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
29
+ 'ic-backup-and-schedule': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
30
+ 'ic-backup-location': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
24
31
  'ic-bg-build': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
25
32
  'ic-bg-cluster': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
33
+ 'ic-bg-cpu': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
26
34
  'ic-bg-deploy': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
27
35
  'ic-bg-environment': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
36
+ 'ic-bg-memory': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
28
37
  'ic-bg-production-pipelines': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
29
38
  'ic-bg-project': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
30
39
  'ic-bg-scan': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
@@ -45,9 +54,11 @@ export declare const iconMap: {
45
54
  'ic-caret-left': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
46
55
  'ic-caret-right': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
47
56
  'ic-cd': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
57
+ 'ic-chart-line-up': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
48
58
  'ic-chat-circle-dots': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
49
59
  'ic-chat-circle-online': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
50
60
  'ic-check-all': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
61
+ 'ic-check-circle': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
51
62
  'ic-check-square': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
52
63
  'ic-check': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
53
64
  'ic-checks': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
@@ -60,7 +71,6 @@ export declare const iconMap: {
60
71
  'ic-close-large': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
61
72
  'ic-close-small': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
62
73
  'ic-cloud-vms': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
63
- 'ic-cloud': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
64
74
  'ic-cluster-isolated': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
65
75
  'ic-cluster': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
66
76
  'ic-code': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
@@ -69,6 +79,7 @@ export declare const iconMap: {
69
79
  'ic-container': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
70
80
  'ic-cookr': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
71
81
  'ic-copy': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
82
+ 'ic-cost-visibility': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
72
83
  'ic-cpu': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
73
84
  'ic-crown': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
74
85
  'ic-cube': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
@@ -130,6 +141,7 @@ export declare const iconMap: {
130
141
  'ic-git': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
131
142
  'ic-github': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
132
143
  'ic-gitlab': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
144
+ 'ic-global-overview': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
133
145
  'ic-google-artifact-registry': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
134
146
  'ic-google-cloud': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
135
147
  'ic-google-container-registry': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
@@ -152,6 +164,7 @@ export declare const iconMap: {
152
164
  'ic-info-filled-color': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
153
165
  'ic-info-filled': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
154
166
  'ic-info-outline': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
167
+ 'ic-infrastructure-management': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
155
168
  'ic-input': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
156
169
  'ic-install': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
157
170
  'ic-job-color': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
@@ -200,6 +213,7 @@ export declare const iconMap: {
200
213
  'ic-out-of-sync': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
201
214
  'ic-paper-plane-color': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
202
215
  'ic-paper-plane': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
216
+ 'ic-party': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
203
217
  'ic-path': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
204
218
  'ic-pause-circle': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
205
219
  'ic-pencil': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
@@ -208,14 +222,20 @@ export declare const iconMap: {
208
222
  'ic-quay': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
209
223
  'ic-quote': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
210
224
  'ic-ratings': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
225
+ 'ic-release-hub': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
211
226
  'ic-resize-handle': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
227
+ 'ic-resource-browser': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
228
+ 'ic-resource-watcher': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
212
229
  'ic-right-panel-collapse': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
213
230
  'ic-rocket-gear': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
214
231
  'ic-rocket-launch': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
232
+ 'ic-security-policy': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
233
+ 'ic-security-scan': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
215
234
  'ic-selected': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
216
235
  'ic-shapes': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
217
236
  'ic-shield-check': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
218
237
  'ic-sliders-vertical': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
238
+ 'ic-software-release-management': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
219
239
  'ic-sort-ascending': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
220
240
  'ic-sort-descending': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
221
241
  'ic-sortable': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
@@ -243,6 +263,7 @@ export declare const iconMap: {
243
263
  'ic-symbol-greater-than': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
244
264
  'ic-tag': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
245
265
  'ic-tata1mg': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
266
+ 'ic-tenants': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
246
267
  'ic-terminal-fill': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
247
268
  'ic-terminal': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
248
269
  'ic-thermometer': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
@@ -264,6 +285,7 @@ export declare const iconMap: {
264
285
  'ic-visibility-off': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
265
286
  'ic-visibility-on': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
266
287
  'ic-warning-fill': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
288
+ 'ic-warning-stroke': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
267
289
  'ic-warning': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
268
290
  'ic-webhook': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
269
291
  'ic-wifi-slash': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
@@ -1,6 +1,8 @@
1
1
  import { IllustrationBaseProps } from './types';
2
2
  export declare const illustrationMap: {
3
+ 'img-folder-empty': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
3
4
  'img-mechanical-operation': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
5
+ 'img-no-backup-location': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
4
6
  'img-no-restores': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
5
7
  'create-backup-schedule': string;
6
8
  'create-backup-snapshot': string;
@@ -162,7 +162,7 @@ export type InternalTableProps<RowData extends unknown, FilterVariant extends Fi
162
162
  */
163
163
  rowActionOnHoverConfig?: {
164
164
  Component: FunctionComponent<RowActionsOnHoverComponentProps<RowData, AdditionalProps>>;
165
- width: number;
165
+ width: string | number;
166
166
  };
167
167
  bulkSelectionReturnValue: BulkSelectionReturnValueType | null;
168
168
  handleClearBulkSelection: () => void;
@@ -1,7 +1,7 @@
1
1
  import { USER_PREFERENCES_ATTRIBUTE_KEY } from './constants';
2
2
  import { AppThemeType, ThemeConfigType, ThemePreferenceType } from '../../Providers/ThemeProvider/types';
3
3
  import { ResourceKindType } from '../../types';
4
- export type NavigationItemID = 'application-management-overview' | 'application-management-applications' | 'application-management-application-groups' | 'application-management-chart-store' | 'application-management-bulk-edit' | 'application-management-application-templates' | 'application-management-projects' | 'application-management-configurations' | 'application-management-policies' | 'infrastructure-management-overview' | 'infrastructure-management-resource-browser' | 'infrastructure-management-resource-watcher' | 'infrastructure-management-catalog-framework' | 'software-release-management-overview' | 'software-release-management-release-hub' | 'software-release-management-tenants' | 'cost-visibility-overview' | 'cost-visibility-cost-breakdown' | 'cost-visibility-configurations' | 'security-center-overview' | 'security-center-security-scans' | 'security-center-security-policy' | 'automation-and-enablement-jobs' | 'automation-and-enablement-alerting' | 'automation-and-enablement-incident-response' | 'automation-and-enablement-api-portal' | 'automation-and-enablement-runbook-automation' | 'global-configuration-sso-login-services' | 'global-configuration-host-urls' | 'global-configuration-cluster-and-environments' | 'global-configuration-container-oci-registry' | 'global-configuration-authorization' | 'data-protection-overview' | 'data-protection-backup-and-schedule' | 'data-protection-restores' | 'data-protection-backup-repositories' | 'data-protection-backup-locations' | 'data-protection-history-and-logs' | 'ai-recommendations-overview';
4
+ export type NavigationItemID = 'application-management-overview' | 'application-management-devtron-applications' | 'application-management-application-groups' | 'application-management-bulk-edit' | 'application-management-application-templates' | 'application-management-projects' | 'application-management-configurations' | 'application-management-policies' | 'infrastructure-management-overview' | 'infrastructure-management-applications' | 'infrastructure-management-chart-store' | 'infrastructure-management-resource-browser' | 'infrastructure-management-resource-watcher' | 'infrastructure-management-catalog-framework' | 'software-release-management-overview' | 'software-release-management-release-hub' | 'software-release-management-tenants' | 'cost-visibility-overview' | 'cost-visibility-cost-breakdown' | 'cost-visibility-configurations' | 'security-center-overview' | 'security-center-security-scans' | 'security-center-security-policy' | 'automation-and-enablement-jobs' | 'automation-and-enablement-alerting' | 'automation-and-enablement-incident-response' | 'automation-and-enablement-api-portal' | 'automation-and-enablement-runbook-automation' | 'global-configuration-sso-login-services' | 'global-configuration-host-urls' | 'global-configuration-cluster-and-environments' | 'global-configuration-container-oci-registry' | 'global-configuration-authorization' | 'data-protection-overview' | 'data-protection-backup-and-schedule' | 'data-protection-restores' | 'data-protection-backup-repositories' | 'data-protection-backup-locations' | 'data-protection-history-and-logs' | 'ai-recommendations-overview';
5
5
  export type NavigationSubMenuItemID = 'application-management-configurations-gitops' | 'application-management-configurations-git-accounts' | 'application-management-configurations-external-links' | 'application-management-configurations-chart-repository' | 'application-management-configurations-deployment-charts' | 'application-management-configurations-notifications' | 'application-management-configurations-catalog-frameworks' | 'application-management-configurations-scoped-variables' | 'application-management-configurations-build-infra' | 'application-management-policies-deployment-window' | 'application-management-policies-approval-policy' | 'application-management-policies-plugin-policy' | 'application-management-policies-pull-image-digest' | 'application-management-policies-tag-policy' | 'application-management-policies-filter-conditions' | 'application-management-policies-image-promotion' | 'application-management-policies-lock-deployment-configuration' | 'cost-visibility-cost-breakdown-clusters' | 'cost-visibility-cost-breakdown-environments' | 'cost-visibility-cost-breakdown-projects' | 'cost-visibility-cost-breakdown-applications' | 'global-configuration-authorization-user-permissions' | 'global-configuration-authorization-permission-groups' | 'global-configuration-authorization-api-tokens';
6
6
  export interface GetUserPreferencesQueryParamsType {
7
7
  key: typeof USER_PREFERENCES_ATTRIBUTE_KEY;
@@ -322,27 +322,12 @@ export declare const APP_STATUS_HEADERS: string[];
322
322
  export declare const MATERIAL_EXCLUDE_TIPPY_TEXT = "Not available for build as this commit contains changes in excluded files or folders";
323
323
  export declare const AppListConstants: {
324
324
  SAMPLE_NODE_REPO_URL: string;
325
- CREATE_DEVTRON_APP_URL: string;
326
325
  AppTabs: {
327
326
  DEVTRON_APPS: string;
328
327
  HELM_APPS: string;
329
328
  ARGO_APPS: string;
330
329
  FLUX_APPS: string;
331
330
  };
332
- AppType: {
333
- DEVTRON_APPS: string;
334
- HELM_APPS: string;
335
- ARGO_APPS: string;
336
- FLUX_APPS: string;
337
- };
338
- FilterType: {
339
- PROJECT: string;
340
- CLUTSER: string;
341
- NAMESPACE: string;
342
- ENVIRONMENT: string;
343
- APP_STATUS: string;
344
- TEMPLATE_TYPE: string;
345
- };
346
331
  };
347
332
  export declare enum K8sResourcePayloadAppType {
348
333
  DEVTRON_APP = 0,
@@ -435,3 +420,4 @@ export declare const STRATEGY_TYPE_TO_TITLE_MAP: Record<DeploymentStrategyTypeWi
435
420
  export declare const CUBIC_BEZIER_CURVE: [number, number, number, number];
436
421
  export declare const ALLOW_ACTION_OUTSIDE_FOCUS_TRAP = "allow-action-outside-focus-trap";
437
422
  export declare const REMOTE_CONNECTION_TYPE_LABEL_MAP: Record<RemoteConnectionType, string>;
423
+ export declare const TARGET_K8S_VERSION_SEARCH_KEY = "targetK8sVersion";
@@ -212,7 +212,6 @@ export interface AppDetails {
212
212
  }
213
213
  export interface ConfigDriftModalProps extends Required<Pick<AppDetails, 'appId'>> {
214
214
  envId: number;
215
- handleCloseModal?: () => void;
216
215
  }
217
216
  export declare enum RegistryType {
218
217
  GIT = "git",
@@ -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 stroke="#3B444C" stroke-width="1.5" d="M8.108 18.162a3.83 3.83 0 0 0-2.27-2.27l-3.137-1.156a.69.69 0 0 1 0-1.293l3.137-1.157a3.83 3.83 0 0 0 2.27-2.27L9.264 6.88a.69.69 0 0 1 1.293 0l1.157 3.138a3.83 3.83 0 0 0 2.27 2.27l3.137 1.155a.69.69 0 0 1 0 1.294l-3.138 1.156a3.83 3.83 0 0 0-2.27 2.27L10.558 21.3a.69.69 0 0 1-1.294 0l-1.156-3.137Zm9.34-10.579a1.741 1.741 0 0 0-1.031-1.031l-1.426-.526a.313.313 0 0 1 0-.588l1.426-.525a1.741 1.741 0 0 0 1.031-1.032l.526-1.426a.313.313 0 0 1 .588 0l.525 1.426a1.74 1.74 0 0 0 1.032 1.032l1.426.525a.313.313 0 0 1 0 .588l-1.426.526a1.74 1.74 0 0 0-1.032 1.031l-.525 1.426a.313.313 0 0 1-.588 0l-.526-1.426Z" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -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 stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2.25 10.259h19.5m-18.6-3.83h17.7c.497 0 .9.428.9.957v13.406c0 .53-.404.958-.9.958H3.15c-.496 0-.9-.429-.9-.958V7.386c0-.529.404-.958.9-.958ZM18.839 2.25c.426 0 .771.468.771 1.045v3.134H4.395l.001-3.134c0-.577.345-1.045.771-1.045h13.671Z" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -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 stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.428 21.75v-5.571H3.086c-.461 0-.835-.39-.835-.871V3.121c0-.481.374-.871.836-.871h15.042c.461 0 .835.39.835.87v4.701M10.429 21.75h3.112m-3.112 0H7.315M2.25 5.732h16.714m-.487 10.383v-.374m0 .374a.358.358 0 0 1-.273-.127m.273.127a.354.354 0 0 0 .15-.033m.213-.341a.38.38 0 0 0-.087-.244m.087.244h-.363m.363 0a.379.379 0 0 1-.09.247m-.273-.621c.11 0 .21.05.276.13m-.276-.13v.374m0-.374a.34.34 0 0 0-.143.03m-.221.344h.364m-.364 0a.38.38 0 0 1 .103-.26m-.103.26c0 .043.007.084.02.123m.62-.367-.276.244m0 0-.273.247m.273-.247-.261-.26m.26.26.274.247m-.273-.247-.344.123m.344-.123-.143-.344m.143.344.15.34m-.423-.093a.375.375 0 0 1-.07-.124m.082-.384a.363.363 0 0 1 .118-.083m.416.59a.366.366 0 0 1-.123.095m3.123 1.386v-3.454a.286.286 0 0 0-.139-.245l-3-1.733a.267.267 0 0 0-.268 0l-3 1.733a.286.286 0 0 0-.139.244v3.455a.287.287 0 0 0 .138.244l3.001 1.734a.268.268 0 0 0 .267 0l3.001-1.734a.277.277 0 0 0 .139-.244Z" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -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 stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2.25 7.5h19.5m-6.45 8.7h1.503m.747-4.5H15.3M3.15 3.75h17.7c.497 0 .9.42.9.938v14.623c0 .518-.404.938-.9.938H3.15c-.496 0-.9-.42-.9-.938V4.688c0-.517.404-.937.9-.937Zm8.1 7.95h-4.5v4.5h4.5v-4.5Z" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -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 stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2.25 6h19.5M8.25 21.75H12m0 0v-4.5m0 4.5h3.75M12 17.25H3.15c-.496 0-.9-.42-.9-.938V3.188c0-.517.404-.937.9-.937h17.7c.497 0 .9.42.9.938v13.122c0 .518-.404.938-.9.938H12Z" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -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 stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.852 6.706c0-2.047-3.493-3.706-7.8-3.706-4.308 0-7.8 1.66-7.8 3.706m15.6 0v3.21m0-3.21c0 1.275-1.355 2.4-3.419 3.067M2.251 6.706c0 2.047 3.493 3.706 7.8 3.706 1.625 0 3.133-.236 4.382-.64M2.251 6.707v5.167m0 0c0 2.047 3.493 3.706 7.8 3.706m-7.8-3.706v5.167c0 2.047 3.493 3.707 7.8 3.707 1.162 0 2.265-.121 3.255-.338m2.596-7.44.02 2.346h2.326m-.396-5.399a5.976 5.976 0 0 0-1.95-.324c-.507 0-1 .062-1.469.18m3.419.144a5.878 5.878 0 0 1 .89.392c1.795.974 3.01 2.843 3.01 4.988 0 3.15-2.62 5.704-5.85 5.704a5.948 5.948 0 0 1-2.596-.59m1.127-10.637c-2.099.529-3.74 2.165-4.231 4.232a5.63 5.63 0 0 0 1.812 5.554 5.87 5.87 0 0 0 1.292.85" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -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 stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7.355 5.998a3.972 3.972 0 0 0-1.72-.068 4.024 4.024 0 0 0-1.595.667 4.17 4.17 0 0 0-1.187 1.285 4.344 4.344 0 0 0-.422 3.443c.17.572.457 1.1.84 1.55a4.103 4.103 0 0 0 1.98 1.277c.126.036.255.066.384.09M16.441 3.587a5.769 5.769 0 0 0-2.532-1.222 5.682 5.682 0 0 0-3.378.343 5.888 5.888 0 0 0-2.623 2.22 6.134 6.134 0 0 0-.947 2.663m14.79 2.938c0 1.636-2.687 2.962-6 2.962-3.314 0-6-1.326-6-2.962m12 0c0-1.636-2.687-2.962-6-2.962-3.314 0-6 1.326-6 2.962m12 0v4.13m-12-4.13v4.13m0 0c0 1.635 2.686 2.96 6 2.96 3.313 0 6-1.325 6-2.96m-12 0v4.128c0 1.636 2.686 2.962 6 2.962 3.313 0 6-1.326 6-2.962V14.66" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <g clip-path="url(#a)">
3
+ <path fill="#FFF5E5" d="M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V6Z"/>
4
+ <path stroke="#FFB549" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.154 10.154H20m-1.846 3.692H20M4 10.154h1.846M4 13.846h1.846m8 4.308V20m-3.692-1.846V20m3.692-16v1.846M10.154 4v1.846m-.308 4h4.308v4.308H9.846V9.846Zm-4-1.949v8.206c0 1.132.919 2.05 2.051 2.05h8.206a2.051 2.051 0 0 0 2.05-2.05V7.897a2.051 2.051 0 0 0-2.05-2.05H7.897a2.051 2.051 0 0 0-2.05 2.05Z" vector-effect="non-scaling-stroke"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="a">
8
+ <path fill="#fff" d="M0 0h24v24H0z"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <g clip-path="url(#a)">
3
+ <path fill="#FCF3F0" d="M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V6Z"/>
4
+ <path stroke="#FF7E5B" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7.2 17.5v-2.357m3.2 2.357v-2.357m3.2 2.357v-2.357m3.2 2.357v-2.357m-8-3.929V9.643m6.4 1.571V9.643M12 11.214V9.643m-8 4.714h16M4 8.071c0-.416.169-.816.469-1.11.3-.295.707-.461 1.131-.461h12.8c.424 0 .831.166 1.131.46.3.295.469.695.469 1.111v.865a1.6 1.6 0 0 0-.83.566 1.553 1.553 0 0 0 0 1.882 1.6 1.6 0 0 0 .83.566v3.979c0 .416-.169.816-.469 1.11-.3.295-.707.461-1.131.461H5.6c-.424 0-.831-.166-1.131-.46A1.557 1.557 0 0 1 4 15.929V11.92a1.6 1.6 0 0 0 .83-.566 1.553 1.553 0 0 0 0-1.882A1.6 1.6 0 0 0 4 8.907V8.07Z" vector-effect="non-scaling-stroke"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="a">
8
+ <path fill="#fff" d="M0 0h24v24H0z"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -1,3 +1,3 @@
1
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="M7.5 12a7.5 7.5 0 1 1 7.5 7.5H6.75A5.249 5.249 0 1 1 8.055 9.163" vector-effect="non-scaling-stroke"/>
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21 19.5H3v-15M19.5 6 12 13.5l-3-3-6 6M19.5 6v3.75m0-3.75h-3.75" vector-effect="non-scaling-stroke"/>
3
3
  </svg>
@@ -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 stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m17 9-6.667 6.666L7 12.333M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Z" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -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 stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m21.75 15.14-4.527 4.89-2.053-2.053-3.743 3.773m10.323-6.61v2.565m0-2.566h-2.523m2.181-5.609v-.76 3.039m0-2.279V6.546c0-.472-.429-.855-.958-.855h-2.88m3.838 3.839h-.839a3 3 0 0 1-3-3v-.839m0 0H3.208c-.529 0-.958.383-.958.855V18.8c0 .472.429.855.958.855H8.78M2.25 9.53h.183a3.656 3.656 0 0 0 3.656-3.656V5.69M2.25 15.816h.183a3.656 3.656 0 0 1 3.656 3.657v.182M4.774 2.25H18.94M9.42 12.56a2.579 2.579 0 1 0 5.158 0 2.579 2.579 0 0 0-5.158 0Z" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,38 @@
1
+ <svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <!-- Bottom jump group -->
3
+ <g transform="translate(0 0)">
4
+ <animateTransform attributeName="transform" type="translate" values="0 0; 0 -5; 0 0; 0 0"
5
+ keyTimes="0;0.06;0.15;1" dur="5s" repeatCount="indefinite" calcMode="spline"
6
+ keySplines="0.25 0.1 0.25 1;0.42 0 0.58 1;0 0 1 1" />
7
+ <path d="M8 27.996h34v19a3 3 0 0 1-3 3H11a3 3 0 0 1-3-3z" fill="#D0DBF7" />
8
+ <path fill="#376CFB" d="M19 27.996h12v22H19z" />
9
+ </g>
10
+
11
+ <!-- Top group (translate + nested rotate) -->
12
+ <g transform="translate(0 0)">
13
+ <animateTransform attributeName="transform" type="translate" values="0 0; 0 -5; 0 0; 0 0" keyTimes="0;0.1;0.2;1"
14
+ dur="5s" repeatCount="indefinite" calcMode="spline" keySplines="0.25 0.1 0.25 1;0.42 0 0.58 1;0 0 1 1" />
15
+
16
+ <!-- Nested rotate: rotate(angle cx cy) values to keep center consistent -->
17
+ <g transform="rotate(0 25 18)">
18
+ <animateTransform attributeName="transform" type="rotate"
19
+ values="0 25 18; -8 25 18; 8 25 18; 0 25 18; 0 25 18" keyTimes="0;0.1;0.15;0.25;1" dur="5s"
20
+ repeatCount="indefinite" calcMode="spline" keySplines="
21
+ 0.25 0.1 0.25 1;
22
+ 0.42 0 0.58 1;
23
+ 0.42 0 1 1;
24
+ 0 0 1 1" />
25
+
26
+
27
+ <path
28
+ d="M12.49 12.819c1.226-2.666 4.074-3.172 6.21-2.619 1.97.512 3.69 1.925 4.93 3.37 1.227 1.428 2.146 3.078 2.354 4.252l.208 1.174H16.036c-1.625 0-2.904-.794-3.56-2.037-.642-1.213-.632-2.734.014-4.14m5.708-.683c-1.58-.41-3.214.048-3.89 1.519-.427.928-.373 1.787-.065 2.37.293.553.87.971 1.793.971h7.526a11.3 11.3 0 0 0-1.449-2.124c-1.106-1.289-2.498-2.369-3.915-2.736"
29
+ fill="#376CFB" />
30
+ <path
31
+ d="M37.51 12.819c-1.226-2.666-4.075-3.172-6.21-2.619-1.97.512-3.69 1.925-4.93 3.37-1.227 1.428-2.146 3.078-2.354 4.252l-.208 1.174h10.156c1.625 0 2.904-.794 3.56-2.037.642-1.213.632-2.734-.014-4.14m-5.708-.683c1.58-.41 3.214.048 3.89 1.519.427.928.373 1.787.065 2.37-.293.553-.87.971-1.793.971h-7.526a11.3 11.3 0 0 1 1.449-2.124c1.106-1.289 2.499-2.369 3.915-2.736"
32
+ fill="#376CFB" />
33
+ <path fill="#00173F" opacity=".15" d="M8 27.996h34v3H8z" />
34
+ <rect x="5" y="16.996" width="40" height="11" rx="3" fill="#E6ECFF" />
35
+ <path fill="#4294FF" d="M16 16.996h18v11H16z" />
36
+ </g>
37
+ </g>
38
+ </svg>
@@ -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 stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2.25 12.278C2.25 6.739 6.616 2.25 12 2.25M2.25 12.278c0 2.182.679 4.203 1.83 5.849a9.902 9.902 0 0 0 3.045 2.837l.117.063m-4.992-8.75h19.5C21.75 6.74 17.386 2.25 12 2.25m0 0c-2.07 0-3.75 4.49-3.75 10.028 0 1.97.323 3.706.815 5.198M12.001 2.25c2.07 0 3.75 4.49 3.75 10.028 0 .524.029 1.27 0 1.774-.012.2-.032.439-.066.706m6.065 1.37v2.284m0-2.284h-2.452m2.453 0-4.965 4.968-2.246-2.468-3.46 3.122" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="22" height="18" viewBox="0 0 22 18" fill="none">
2
+ <path data-style-override="false" d="M14.631 4.88275L16.5434 2.97042L16.6708 2.1652C13.1859 -1.00351 7.6463 -0.644216 4.50484 2.91491C3.63223 3.90343 2.98486 5.13584 2.63965 6.40846L3.32457 6.31196L7.14923 5.68127L7.44452 5.37929C9.14583 3.51087 12.0224 3.25951 13.9868 4.84924L14.631 4.88275Z" fill="#EA4335"/>
3
+ <path data-style-override="false" d="M19.2678 6.35299C18.8282 4.7343 17.9258 3.27914 16.671 2.16602L13.987 4.84997C15.1204 5.77601 15.766 7.1711 15.7384 8.63433V9.11076C17.0576 9.11076 18.1272 10.1802 18.1272 11.4994C18.1272 12.8187 17.0576 13.8614 15.7384 13.8614H10.9541L10.4844 14.3713V17.2364L10.9541 17.686H15.7384C19.1698 17.7127 21.9733 14.9795 22 11.5481C22.0162 9.46816 20.9907 7.51828 19.2678 6.35299Z" fill="#4285F4"/>
4
+ <path data-style-override="false" d="M6.17671 17.6848H10.9542V13.8602H6.17671C5.83631 13.8601 5.50665 13.787 5.1971 13.6455L4.51931 13.8535L2.59353 15.7658L2.42578 16.4167C3.50576 17.2321 4.82345 17.6907 6.17671 17.6848Z" fill="#34A853"/>
5
+ <path data-style-override="false" d="M6.17637 5.27934C2.74479 5.29979 -0.0203405 8.09821 0.000112738 11.5296C0.0115425 13.4458 0.906499 15.2496 2.42545 16.4178L5.19677 13.6466C3.99441 13.1034 3.46014 11.6884 4.00335 10.4862C4.54648 9.28395 5.96153 8.74969 7.16371 9.2928C7.69352 9.53213 8.11779 9.95649 8.35713 10.4862L11.1285 7.71502C9.9493 6.17359 8.11711 5.27238 6.17637 5.27934Z" fill="#FBBC05"/>
6
+ </svg>
@@ -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 stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7.988 12.375c0-1.483.42-2.933 1.21-4.167a7.256 7.256 0 0 1 3.22-2.762 6.892 6.892 0 0 1 4.148-.427c.91.19 1.771.56 2.539 1.086M8.519 9.538a4.815 4.815 0 0 0-2.113-.084 4.907 4.907 0 0 0-1.958.83 5.16 5.16 0 0 0-1.458 1.6 5.406 5.406 0 0 0-.7 2.083 5.475 5.475 0 0 0 .182 2.2c.21.712.561 1.37 1.032 1.928a5.045 5.045 0 0 0 1.7 1.313 4.843 4.843 0 0 0 2.066.467h1.648m4.7-5h7.34m-7.34 0c-.437 0-.792-.373-.792-.833v-3.334c0-.46.355-.833.792-.833h7.34c.437 0 .792.373.792.833v3.334c0 .46-.355.833-.792.833m-7.34 0c-.437 0-.792.373-.792.833v3.334c0 .46.355.833.792.833h7.34c.437 0 .792-.373.792-.833v-3.334c0-.46-.355-.833-.792-.833m-4.375-2.468h-.345m.345 5h-.345" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path fill="#1DAD70" d="m5.52 14.521 3.96 3.959-4.747 1.725a.73.73 0 0 1-.937-.937L5.52 14.52Zm13.015-.442L9.921 5.465a.73.73 0 0 0-1.202.267L7.322 9.576l7.108 7.108 3.844-1.397a.73.73 0 0 0 .261-1.208Z" opacity=".2"/>
3
+ <path fill="#1DAD70" d="M10.452 4.934a1.482 1.482 0 0 0-2.437.541L3.094 19.011A1.484 1.484 0 0 0 4.478 21c.174-.001.348-.033.511-.094l13.535-4.922a1.48 1.48 0 0 0 .542-2.437l-8.614-8.613Zm-.78 12.676L6.39 14.329l1.234-3.395 5.442 5.442-3.395 1.234Zm-5.157 1.875 1.313-3.6 2.292 2.291-3.605 1.309Zm10.11-3.675L8.19 9.375l1.22-3.363 8.571 8.572-3.355 1.226ZM15 6.75a3.543 3.543 0 0 1 .36-1.46c.497-.993 1.434-1.54 2.64-1.54.628 0 1.031-.215 1.28-.676.13-.258.206-.54.22-.83a.75.75 0 1 1 1.5.006c0 1.206-.799 3-3 3-.628 0-1.031.215-1.28.676-.13.258-.205.54-.22.83A.751.751 0 0 1 15 6.75Zm-2.25-3V1.5a.75.75 0 1 1 1.5 0v2.25a.75.75 0 1 1-1.5 0Zm9.53 7.72a.752.752 0 0 1-.53 1.28.75.75 0 0 1-.53-.22l-1.5-1.5a.75.75 0 0 1 1.06-1.062l1.5 1.501Zm.457-4.008-2.25.75a.75.75 0 0 1-.474-1.424l2.25-.75a.75.75 0 1 1 .474 1.424Z"/>
4
+ </svg>