@devtron-labs/devtron-fe-common-lib 1.2.14-beta-1 → 1.2.14
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-C_dq_os7.js → @code-editor-DrM78ohh.js} +1529 -1583
- package/dist/{@common-rjsf-B-Cr1bBz.js → @common-rjsf-BhqpUHzJ.js} +1 -1
- package/dist/Common/Constants.d.ts +0 -4
- package/dist/Pages/ResourceBrowser/Helper.d.ts +0 -11
- package/dist/Pages/ResourceBrowser/ResourceBrowser.Types.d.ts +1 -44
- package/dist/Pages/ResourceBrowser/index.d.ts +0 -1
- package/dist/Pages/ResourceBrowser/service.d.ts +1 -2
- package/dist/Shared/Components/BulkSelection/BulkSelection.d.ts +1 -1
- package/dist/Shared/Components/BulkSelection/types.d.ts +0 -4
- package/dist/Shared/Components/index.d.ts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +621 -626
- package/package.json +1 -1
- package/dist/Pages/ResourceBrowser/constants.d.ts +0 -4
- package/dist/Shared/Components/NumbersCount/NumbersCount.component.d.ts +0 -3
- package/dist/Shared/Components/NumbersCount/index.d.ts +0 -1
- package/dist/Shared/Components/NumbersCount/types.d.ts +0 -13
- package/dist/assets/ic-tilde.0451dbd9.svg +0 -3
package/package.json
CHANGED
@@ -1 +0,0 @@
|
|
1
|
-
export { default as NumbersCount } from './NumbersCount.component';
|
@@ -1,13 +0,0 @@
|
|
1
|
-
export interface NumbersCountProps {
|
2
|
-
count: number;
|
3
|
-
/**
|
4
|
-
* @default false
|
5
|
-
* @description If true, it will change the bgColor to var(--B500)
|
6
|
-
*/
|
7
|
-
isSelected?: boolean;
|
8
|
-
/**
|
9
|
-
* @default false
|
10
|
-
* @description If true, it will show the count with tilde like ~number
|
11
|
-
*/
|
12
|
-
isApprox?: boolean;
|
13
|
-
}
|
@@ -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-width="1.5" d="M21 10c-.095.47-.236.896-.422 1.28-.41.864-.981 1.512-1.716 1.947-.736.428-1.565.642-2.49.642-.758 0-1.463-.15-2.115-.45-.651-.299-1.383-.78-2.194-1.443-.833-.692-1.715-1.252-2.36-1.538A4.948 4.948 0 0 0 7.636 10c-.948 0-1.789.217-2.524.652-.728.428-1.296 1.074-1.705 1.936a5.5 5.5 0 0 0-.406 1.28" vector-effect="non-scaling-stroke"/>
|
3
|
-
</svg>
|