labsense-ui-kit 1.1.52 → 1.1.54

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": "labsense-ui-kit",
3
- "version": "1.1.52",
3
+ "version": "1.1.54",
4
4
  "type": "module",
5
5
  "description": "labSense UI Components",
6
6
  "author": "SNet Labs Pvt. Ltd.",
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
- import { IconProps } from '../Icons';
3
- interface ITooltipProps {
4
- icon: IconProps;
5
- infoIcon?: IconProps;
6
- infoText: string;
7
- infoText2?: string;
8
- infoText3?: string;
9
- infoText4?: string;
10
- tooltipCSS?: {
11
- background?: string;
12
- color?: string;
13
- gap?: string;
14
- minWidth?: string;
15
- position?: 'topLeft' | 'topCenter' | 'topRight' | 'bottomLeft' | 'bottomCenter' | 'bottomRight';
16
- tooltipTop?: string;
17
- fontSize?: string;
18
- fontWeight?: string;
19
- };
20
- }
21
- declare const InfoTooltip: React.FC<ITooltipProps>;
22
- export default InfoTooltip;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { SVGProps } from '..';
3
- declare const Add: React.FC<SVGProps>;
4
- export default Add;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { SVGProps } from '..';
3
- declare const Play: React.FC<SVGProps>;
4
- export default Play;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { SVGProps } from '..';
3
- declare const Recording: React.FC<SVGProps>;
4
- export default Recording;