@devtron-labs/devtron-fe-common-lib 1.8.9-beta-3 → 1.8.10-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-HSnWIsdy.js → @code-editor-DzhuxG2q.js} +7258 -6809
- package/dist/{@common-rjsf-DL7VX2pP.js → @common-rjsf-DeAABiF4.js} +2 -2
- package/dist/{@framer-motion-DHFT2Onf.js → @framer-motion-DZUlzA7e.js} +114 -114
- package/dist/{@react-dates-H99Kf-Gu.js → @react-dates-RijHSFem.js} +1 -1
- package/dist/{@react-select-DaoN_kK0.js → @react-select-Ca8t5EwF.js} +1 -1
- package/dist/{@react-virtualized-sticky-tree-BSYoHRT0.js → @react-virtualized-sticky-tree-BtIGiPdm.js} +1 -1
- package/dist/{@vendor-CmKnC58P.js → @vendor-4tuBSE-O.js} +14740 -15059
- package/dist/Common/API/CoreAPI.d.ts +16 -0
- package/dist/Common/API/constants.d.ts +70 -0
- package/dist/Common/API/index.d.ts +3 -0
- package/dist/Common/API/types.d.ts +26 -0
- package/dist/Common/API/utils.d.ts +11 -0
- package/dist/Common/Constants.d.ts +2 -0
- package/dist/Common/RJSF/Form.d.ts +1 -1
- package/dist/Common/SegmentedBarChart/types.d.ts +1 -0
- package/dist/Common/index.d.ts +1 -1
- package/dist/Shared/Components/ConfirmationModal/types.d.ts +0 -4
- package/dist/Shared/Components/CountrySelect/CountrySelect.component.d.ts +3 -0
- package/dist/Shared/Components/CountrySelect/index.d.ts +1 -0
- package/dist/Shared/Components/CountrySelect/types.d.ts +7 -0
- package/dist/Shared/Components/CountrySelect/utils.d.ts +4 -0
- package/dist/Shared/Components/CustomInput/CustomInput.d.ts +1 -1
- package/dist/Shared/Components/CustomInput/types.d.ts +5 -1
- package/dist/Shared/Components/FlagImage/FlagImage.component.d.ts +3 -0
- package/dist/Shared/Components/FlagImage/index.d.ts +1 -0
- package/dist/Shared/Components/FlagImage/types.d.ts +5 -0
- package/dist/Shared/Components/Icon/Icon.d.ts +7 -0
- package/dist/Shared/Components/LicenseInfoDialog/LicenseInfoDialog.components.d.ts +31 -0
- package/dist/Shared/Components/LicenseInfoDialog/LicenseInfoDialog.d.ts +2 -0
- package/dist/Shared/Components/LicenseInfoDialog/UpdateLicenseDialog.d.ts +2 -0
- package/dist/Shared/Components/LicenseInfoDialog/constants.d.ts +2 -0
- package/dist/Shared/Components/LicenseInfoDialog/index.d.ts +2 -0
- package/dist/Shared/Components/LicenseInfoDialog/types.d.ts +5 -0
- package/dist/Shared/Components/LogoutCard.d.ts +1 -1
- package/dist/Shared/Components/PhoneInput/PhoneInput.component.d.ts +3 -0
- package/dist/Shared/Components/PhoneInput/index.d.ts +1 -0
- package/dist/Shared/Components/PhoneInput/types.d.ts +11 -0
- package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +1 -1
- package/dist/Shared/Components/index.d.ts +5 -1
- package/dist/Shared/Helpers.d.ts +5 -1
- package/dist/Shared/Hooks/index.d.ts +1 -0
- package/dist/Shared/Hooks/useStickyEvent/constants.d.ts +3 -0
- package/dist/Shared/Hooks/useStickyEvent/index.d.ts +1 -0
- package/dist/Shared/Hooks/useStickyEvent/types.d.ts +32 -0
- package/dist/Shared/Hooks/useStickyEvent/useStickyEvent.d.ts +8 -0
- package/dist/Shared/Hooks/useStickyEvent/utils.d.ts +2 -0
- package/dist/Shared/Providers/ThemeProvider/index.d.ts +0 -1
- package/dist/Shared/Providers/ThemeProvider/types.d.ts +1 -5
- package/dist/Shared/constants.d.ts +2 -0
- package/dist/Shared/types.d.ts +33 -0
- package/dist/assets/@code-editor.css +1 -1
- package/dist/assets/ic-book-open.e839bbda.svg +3 -0
- package/dist/assets/ic-caret-left.3df25a7c.svg +3 -0
- package/dist/assets/ic-chat-circle-dots.b5afd171.svg +3 -0
- package/dist/assets/ic-devtron-header-logo.7dc157aa.svg +4 -0
- package/dist/assets/ic-devtron.b509a49f.svg +4 -0
- package/dist/assets/ic-key.56432553.svg +19 -0
- package/dist/assets/ic-timer.56e79173.svg +19 -0
- package/dist/index.js +767 -756
- package/package.json +2 -2
- package/dist/Common/Api.d.ts +0 -15
- package/dist/Shared/Components/Confetti/Confetti.component.d.ts +0 -2
- package/dist/Shared/Components/Confetti/index.d.ts +0 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@devtron-labs/devtron-fe-common-lib",
|
3
|
-
"version": "1.8.
|
3
|
+
"version": "1.8.10-beta-1",
|
4
4
|
"description": "Supporting common component library",
|
5
5
|
"type": "module",
|
6
6
|
"main": "dist/index.js",
|
@@ -118,11 +118,11 @@
|
|
118
118
|
"jsonpath-plus": "^10.3.0",
|
119
119
|
"marked": "^13.0.3",
|
120
120
|
"nanoid": "^3.3.8",
|
121
|
-
"react-canvas-confetti": "^2.0.7",
|
122
121
|
"react-codemirror-merge": "4.23.6",
|
123
122
|
"react-dates": "^21.8.0",
|
124
123
|
"react-diff-viewer-continued": "^3.4.0",
|
125
124
|
"react-draggable": "^4.4.5",
|
125
|
+
"react-international-phone": "^4.5.0",
|
126
126
|
"react-monaco-editor": "^0.54.0",
|
127
127
|
"react-virtualized-sticky-tree": "^3.0.0-beta18",
|
128
128
|
"sass": "^1.69.7",
|
package/dist/Common/Api.d.ts
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
import { MutableRefObject } from 'react';
|
2
|
-
import { ResponseType, APIOptions } from './Types';
|
3
|
-
export declare const post: <T = any, K = object>(url: string, data: K, options?: APIOptions, isMultipartRequest?: boolean) => Promise<ResponseType<T>>;
|
4
|
-
export declare const put: <T = any, K = object>(url: string, data: K, options?: APIOptions) => Promise<ResponseType<T>>;
|
5
|
-
export declare const patch: <T = any, K = object>(url: string, data: K, options?: APIOptions) => Promise<ResponseType<T>>;
|
6
|
-
export declare const get: <T = any>(url: string, options?: APIOptions) => Promise<ResponseType<T>>;
|
7
|
-
export declare const trash: <T = any, K = object>(url: string, data?: K, options?: APIOptions) => Promise<ResponseType<T>>;
|
8
|
-
/**
|
9
|
-
* Aborts the previous request before triggering next request
|
10
|
-
*/
|
11
|
-
export declare const abortPreviousRequests: <T>(callback: () => Promise<T>, abortControllerRef: MutableRefObject<AbortController>) => Promise<T>;
|
12
|
-
/**
|
13
|
-
* Returns true if the error is due to a aborted request
|
14
|
-
*/
|
15
|
-
export declare const getIsRequestAborted: (error: any) => boolean;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as Confetti } from './Confetti.component';
|