@devtron-labs/devtron-fe-common-lib 1.19.2 → 1.19.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  import { j as n, au as T, aw as J, av as K } from "./@vendor-3ORIJA0h.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 w, b as N, S as X, i as Z, g as ee, a as te, d as R, e as ne } from "./@code-editor-Yvnd5mSs.js";
4
+ import { T as O, j as F, c as w, b as N, S as X, i as Z, g as ee, a as te, d as R, e as ne } from "./@code-editor-D2U9F6h2.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,7 +1,7 @@
1
1
  import { PropsWithChildren } from 'react';
2
2
  import { GenericModalFooterProps, GenericModalHeaderProps, GenericModalProps } from './types';
3
3
  declare const GenericModal: {
4
- ({ name, open, width, onClose, onEscape, closeOnBackdropClick, children, }: PropsWithChildren<GenericModalProps>): JSX.Element;
4
+ ({ name, open, width, borderRadius, onClose, onEscape, closeOnBackdropClick, children, }: PropsWithChildren<GenericModalProps>): JSX.Element;
5
5
  Header: ({ title }: GenericModalHeaderProps) => JSX.Element;
6
6
  Body: ({ children }: PropsWithChildren<{}>) => JSX.Element;
7
7
  Footer: ({ leftSideElement, buttonConfig, children, }: PropsWithChildren<GenericModalFooterProps>) => JSX.Element;
@@ -12,6 +12,7 @@ export interface GenericModalProps extends Partial<Pick<BackdropProps, 'onEscape
12
12
  * @default 600
13
13
  */
14
14
  width?: 450 | 500 | 600 | 800;
15
+ borderRadius?: 8 | 12 | 16;
15
16
  /**
16
17
  * Determines if the modal should close when the user clicks outside of it (on the backdrop).
17
18
  * @default false
@@ -5,7 +5,6 @@ export declare const iconMap: {
5
5
  'ic-activity': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
6
6
  'ic-add': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
7
7
  'ic-amazon-eks': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
8
- 'ic-apica': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
9
8
  'ic-app-group': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
10
9
  'ic-app-template': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
11
10
  'ic-arrow-clockwise': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
@@ -404,6 +404,7 @@ export declare const EULA_LINK = "https://devtron.ai/end-user-license-agreement-
404
404
  export declare const CONTACT_SUPPORT_LINK = "https://devtron.ai/enterprise-support";
405
405
  export declare const PRIVACY_POLICY_LINK = "https://devtron.ai/privacy-policy";
406
406
  export declare const TERMS_OF_USE_LINK = "https://devtron.ai/terms-of-use";
407
+ export declare const CONTACT_SALES_LINK = "https://devtron.ai/contact-sales";
407
408
  export declare const enum DeleteComponentsName {
408
409
  Cluster = "cluster",
409
410
  Job = "job pipeline",