@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.2.14-beta-1",
3
+ "version": "1.2.14",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,4 +0,0 @@
1
- export declare const ALL_NAMESPACE_OPTION: {
2
- value: string;
3
- label: string;
4
- };
@@ -1,3 +0,0 @@
1
- import { NumbersCountProps } from './types';
2
- declare const NumbersCount: ({ count, isApprox, isSelected }: NumbersCountProps) => JSX.Element;
3
- export default NumbersCount;
@@ -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>