labsense-ui-kit 1.2.10 → 1.2.12
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/Icons/SVGs/Copyright.d.ts +4 -0
- package/dist/Icons/SVGs/FastDelivery.d.ts +4 -0
- package/dist/Icons/SVGs/Hamburger.d.ts +4 -0
- package/dist/Icons/SVGs/Instagram.d.ts +4 -0
- package/dist/Icons/SVGs/Install.d.ts +4 -0
- package/dist/Icons/SVGs/Key_2.d.ts +4 -0
- package/dist/Icons/SVGs/Licenses.d.ts +4 -0
- package/dist/Icons/SVGs/Linkedin.d.ts +4 -0
- package/dist/Icons/SVGs/MonitorEye.d.ts +4 -0
- package/dist/Icons/SVGs/SecureSystem.d.ts +4 -0
- package/dist/Icons/SVGs/Team_2.d.ts +4 -0
- package/dist/Icons/SVGs/X.d.ts +4 -0
- package/dist/Icons/SVGs/Youtube.d.ts +4 -0
- package/dist/Icons/SVGs/index.d.ts +13 -0
- package/dist/Icons/index.d.ts +1 -1
- package/dist/index.js +305 -8
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +305 -8
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
|
@@ -21,6 +21,7 @@ export { default as Close } from './Close';
|
|
|
21
21
|
export { default as CloseCircle } from './CloseCircle';
|
|
22
22
|
export { default as CloseEye } from './CloseEye';
|
|
23
23
|
export { default as Copy } from './Copy';
|
|
24
|
+
export { default as Copyright } from './Copyright';
|
|
24
25
|
export { default as CPU } from './CPU';
|
|
25
26
|
export { default as Cube3D } from './Cube3D';
|
|
26
27
|
export { default as Cyber } from './Cyber';
|
|
@@ -37,6 +38,7 @@ export { default as Download } from './Download';
|
|
|
37
38
|
export { default as Email } from './Email';
|
|
38
39
|
export { default as ExitFullScreen } from './ExitFullScreen';
|
|
39
40
|
export { default as FaceRecognition } from './FaceRecognition';
|
|
41
|
+
export { default as FastDelivery } from './FastDelivery';
|
|
40
42
|
export { default as FilesBox } from './FilesBox';
|
|
41
43
|
export { default as FilledCircle } from './FilledCircle';
|
|
42
44
|
export { default as FilledCircleTick } from './FilledCircleTick';
|
|
@@ -55,18 +57,24 @@ export { default as Grid_2x2 } from './Grid_2x2';
|
|
|
55
57
|
export { default as Grid_3x3 } from './Grid_3x3';
|
|
56
58
|
export { default as Grid_4x4 } from './Grid_4x4';
|
|
57
59
|
export { default as Grid_5x5 } from './Grid_5x5';
|
|
60
|
+
export { default as Hamburger } from './Hamburger';
|
|
58
61
|
export { default as Hazard } from './Hazard';
|
|
59
62
|
export { default as History } from './History';
|
|
60
63
|
export { default as Hexagon } from './Hexagon';
|
|
61
64
|
export { default as Information } from './Information';
|
|
62
65
|
export { default as InformationFilled } from './InformationFilled';
|
|
66
|
+
export { default as Instagram } from './Instagram';
|
|
67
|
+
export { default as Install } from './Install';
|
|
63
68
|
export { default as IP } from './IP';
|
|
69
|
+
export { default as Key_2 } from './Key_2';
|
|
64
70
|
export { default as Key } from './Key';
|
|
65
71
|
export { default as KeyDown } from './KeyDown';
|
|
66
72
|
export { default as KnobController } from './KnobController';
|
|
67
73
|
export { default as LedBulb } from './LedBulb';
|
|
68
74
|
export { default as LeftArrow } from './LeftArrow';
|
|
69
75
|
export { default as Letter } from './Letter';
|
|
76
|
+
export { default as Licenses } from './Licenses';
|
|
77
|
+
export { default as Linkedin } from './Linkedin';
|
|
70
78
|
export { default as Live } from './Live';
|
|
71
79
|
export { default as Lock } from './Lock';
|
|
72
80
|
export { default as Logout } from './Logout';
|
|
@@ -75,6 +83,7 @@ export { default as Media } from './Media';
|
|
|
75
83
|
export { default as MediumVolume } from './MediumVolume';
|
|
76
84
|
export { default as Menu } from './Menu';
|
|
77
85
|
export { default as Monitor } from './Monitor';
|
|
86
|
+
export { default as MonitorEye } from './MonitorEye';
|
|
78
87
|
export { default as MultiMonitor } from './MultiMonitor';
|
|
79
88
|
export { default as Mute } from './Mute';
|
|
80
89
|
export { default as MuteVolume } from './MuteVolume';
|
|
@@ -112,6 +121,7 @@ export { default as ROI } from './ROI';
|
|
|
112
121
|
export { default as RunAway } from './RunAway';
|
|
113
122
|
export { default as SandTimer } from './SandTimer';
|
|
114
123
|
export { default as Search } from './Search';
|
|
124
|
+
export { default as SecureSystem } from './SecureSystem';
|
|
115
125
|
export { default as Settings } from './Settings';
|
|
116
126
|
export { default as Shield } from './Shield';
|
|
117
127
|
export { default as SlantLine } from './SlantLine';
|
|
@@ -120,6 +130,7 @@ export { default as SquareTick } from './SquareTick';
|
|
|
120
130
|
export { default as Star } from './Star';
|
|
121
131
|
export { default as StorageDisks } from './StorageDisks';
|
|
122
132
|
export { default as Tag } from './Tag';
|
|
133
|
+
export { default as Team_2 } from './Team_2';
|
|
123
134
|
export { default as Team } from './Team';
|
|
124
135
|
export { default as ThreeDots } from './ThreeDots';
|
|
125
136
|
export { default as ThumbsUp } from './ThumbsUp';
|
|
@@ -133,4 +144,6 @@ export { default as Wallet } from './Wallet';
|
|
|
133
144
|
export { default as Web } from './Web';
|
|
134
145
|
export { default as WiFiCam } from './WiFiCam';
|
|
135
146
|
export { default as WiFiLaptop } from './WiFiLaptop';
|
|
147
|
+
export { default as X } from './X';
|
|
148
|
+
export { default as Youtube } from './Youtube';
|
|
136
149
|
export { default as Zapper } from './Zapper';
|
package/dist/Icons/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export interface SVGProps {
|
|
|
9
9
|
color: string;
|
|
10
10
|
weight: string;
|
|
11
11
|
}
|
|
12
|
-
export declare type IconNames = 'Add_1' | 'Add_2' | 'AddProfile' | 'AI_Web' | 'App' | 'Back' | 'Bin' | 'Bulb' | 'Business' | 'Calendar' | 'CCTV_1' | 'CCTV_2' | 'Circle' | 'CircularEdit' | 'CircularFilledWarning' | 'CircularPause' | 'CircularPlay' | 'CircularWarning' | 'Client' | 'Close' | 'CloseCircle' | 'CloseEye' | 'Copy' | 'CPU' | 'Cube3D' | 'Cyber' | 'DiagonalArrow' | 'Directory' | 'Disk' | 'DNS_1' | 'DNS_2' | 'DNS_3' | 'DocumentBadge' | 'DoubleQuotes' | 'DownArrow' | 'Download' | 'Email' | 'ExitFullScreen' | 'FaceRecognition' | 'OpenEye' | 'FilesBox' | 'FilledCircle' | 'FilledCircleTick' | 'FilledPin' | 'Filter_1' | 'Filter_2' | 'Forward_10_Sec' | 'Forward' | 'FPS' | 'Free' | 'FullScreen' | 'Grid_2x2_Hollow' | 'Grid_2x2' | 'Grid_3x3' | 'Grid_4x4' | 'Grid_5x5' | 'Hazard' | 'History' | 'Hexagon' | 'Information' | 'InformationFilled' | 'IP' | 'Key' | 'KeyDown' | 'KnobController' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'Live' | 'Lock' | 'Logout' | 'Maps' | 'Media' | 'Monitor' | 'MultiMonitor' | 'MediumVolume' | 'Mute' | 'MuteVolume' | 'Menu' | 'NetworkStorage' | 'NFS_Directory' | 'NoCam' | 'Node' | 'NoStorage' | 'Notifications' | 'OpenBin' | 'OpenEye' | 'PasswordLock' | 'Pause' | 'Phone' | 'Pin_2' | 'Pin' | 'Play_1' | 'Play_2' | 'Playback' | 'Power' | 'PremiumBadge' | 'ProcessingBulb' | 'Profile_1' | 'Profile_2' | 'Profile_3' | 'Recording_1' | 'Recording_2' | 'Rectangle' | 'Retry' | 'Return' | 'Rewind_10_Sec' | 'Rhombus' | 'RightArrow' | 'ROI' | 'RunAway' | 'SandTimer' | 'Search' | 'Settings' | 'Shield' | 'SlantLine' | 'SquareEdit' | 'SquareTick' | 'Star' | 'StorageDisks' | 'Tag' | 'Team' | 'ThreeDots' | 'ThumbsUp' | 'Tick' | 'Tools' | 'TriangularFilledWarning' | 'UnPinned' | 'UpArrow' | 'Video' | 'FullVolume' | 'Globe' | 'Wallet' | 'Web' | 'WiFiCam' | 'WiFiLaptop' | 'Zapper';
|
|
12
|
+
export declare type IconNames = 'Add_1' | 'Add_2' | 'AddProfile' | 'AI_Web' | 'App' | 'Back' | 'Bin' | 'Bulb' | 'Business' | 'Calendar' | 'CCTV_1' | 'CCTV_2' | 'Circle' | 'CircularEdit' | 'CircularFilledWarning' | 'CircularPause' | 'CircularPlay' | 'CircularWarning' | 'Client' | 'Close' | 'CloseCircle' | 'CloseEye' | 'Copy' | 'Copyright' | 'CPU' | 'Cube3D' | 'Cyber' | 'DiagonalArrow' | 'Directory' | 'Disk' | 'DNS_1' | 'DNS_2' | 'DNS_3' | 'DocumentBadge' | 'DoubleQuotes' | 'DownArrow' | 'Download' | 'Email' | 'ExitFullScreen' | 'FaceRecognition' | 'FastDelivery' | 'OpenEye' | 'FilesBox' | 'FilledCircle' | 'FilledCircleTick' | 'FilledPin' | 'Filter_1' | 'Filter_2' | 'Forward_10_Sec' | 'Forward' | 'FPS' | 'Free' | 'FullScreen' | 'Grid_2x2_Hollow' | 'Grid_2x2' | 'Grid_3x3' | 'Grid_4x4' | 'Grid_5x5' | 'Hamburger' | 'Hazard' | 'History' | 'Hexagon' | 'Information' | 'InformationFilled' | 'Instagram' | 'Install' | 'IP' | 'Key_2' | 'Key' | 'KeyDown' | 'KnobController' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'Linkedin' | 'Licenses' | 'Live' | 'Lock' | 'Logout' | 'Maps' | 'Media' | 'Monitor' | 'MonitorEye' | 'MultiMonitor' | 'MediumVolume' | 'Mute' | 'MuteVolume' | 'Menu' | 'NetworkStorage' | 'NFS_Directory' | 'NoCam' | 'Node' | 'NoStorage' | 'Notifications' | 'OpenBin' | 'OpenEye' | 'PasswordLock' | 'Pause' | 'Phone' | 'Pin_2' | 'Pin' | 'Play_1' | 'Play_2' | 'Playback' | 'Power' | 'PremiumBadge' | 'ProcessingBulb' | 'Profile_1' | 'Profile_2' | 'Profile_3' | 'Recording_1' | 'Recording_2' | 'Rectangle' | 'Retry' | 'Return' | 'Rewind_10_Sec' | 'Rhombus' | 'RightArrow' | 'ROI' | 'RunAway' | 'SandTimer' | 'Search' | 'SecureSystem' | 'Settings' | 'Shield' | 'SlantLine' | 'SquareEdit' | 'SquareTick' | 'Star' | 'StorageDisks' | 'Tag' | 'Team' | 'Team_2' | 'ThreeDots' | 'ThumbsUp' | 'Tick' | 'Tools' | 'TriangularFilledWarning' | 'UnPinned' | 'UpArrow' | 'Video' | 'FullVolume' | 'Globe' | 'Wallet' | 'Web' | 'WiFiCam' | 'WiFiLaptop' | 'X' | 'Youtube' | 'Zapper';
|
|
13
13
|
export interface IconProps {
|
|
14
14
|
icon: IconNames;
|
|
15
15
|
size?: number;
|