labsense-ui-kit 1.2.37 → 1.2.39
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/Copy_2.d.ts +4 -0
- package/dist/Icons/SVGs/Dashboard.d.ts +4 -0
- package/dist/Icons/SVGs/Document.d.ts +4 -0
- package/dist/Icons/SVGs/FaceRecognition_2.d.ts +4 -0
- package/dist/Icons/SVGs/Increase.d.ts +4 -0
- package/dist/Icons/SVGs/License.d.ts +4 -0
- package/dist/Icons/SVGs/Rupee.d.ts +4 -0
- package/dist/Icons/SVGs/ShoppingCart.d.ts +4 -0
- package/dist/Icons/SVGs/index.d.ts +9 -0
- package/dist/Icons/index.d.ts +1 -1
- package/dist/index.js +354 -113
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +354 -113
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
|
@@ -32,11 +32,13 @@ export { default as CloseCircle_2 } from './CloseCircle_2';
|
|
|
32
32
|
export { default as CloseCircle } from './CloseCircle';
|
|
33
33
|
export { default as CloseEye } from './CloseEye';
|
|
34
34
|
export { default as CloudCross } from './CloudCross';
|
|
35
|
+
export { default as Copy_2 } from './Copy_2';
|
|
35
36
|
export { default as Copy } from './Copy';
|
|
36
37
|
export { default as Copyright } from './Copyright';
|
|
37
38
|
export { default as CPU } from './CPU';
|
|
38
39
|
export { default as Cube3D } from './Cube3D';
|
|
39
40
|
export { default as Cyber } from './Cyber';
|
|
41
|
+
export { default as Dashboard } from './Dashboard';
|
|
40
42
|
export { default as Decrease } from './Decrease';
|
|
41
43
|
export { default as Descending } from './Descending';
|
|
42
44
|
export { default as DiagonalArrow } from './DiagonalArrow';
|
|
@@ -45,6 +47,7 @@ export { default as Disk } from './Disk';
|
|
|
45
47
|
export { default as DNS_1 } from './DNS_1';
|
|
46
48
|
export { default as DNS_2 } from './DNS_2';
|
|
47
49
|
export { default as DNS_3 } from './DNS_3';
|
|
50
|
+
export { default as Document } from './Document';
|
|
48
51
|
export { default as DocumentBadge } from './DocumentBadge';
|
|
49
52
|
export { default as DoubleQuotes } from './DoubleQuotes';
|
|
50
53
|
export { default as DownArrow } from './DownArrow';
|
|
@@ -52,6 +55,7 @@ export { default as Download_2 } from './Download_2';
|
|
|
52
55
|
export { default as Download } from './Download';
|
|
53
56
|
export { default as Email } from './Email';
|
|
54
57
|
export { default as ExitFullScreen } from './ExitFullScreen';
|
|
58
|
+
export { default as FaceRecognition_2 } from './FaceRecognition_2';
|
|
55
59
|
export { default as FaceRecognition } from './FaceRecognition';
|
|
56
60
|
export { default as FastDelivery } from './FastDelivery';
|
|
57
61
|
export { default as FilesBox } from './FilesBox';
|
|
@@ -81,6 +85,8 @@ export { default as Hazard } from './Hazard';
|
|
|
81
85
|
export { default as Help } from './Help';
|
|
82
86
|
export { default as History } from './History';
|
|
83
87
|
export { default as Home } from './Home';
|
|
88
|
+
export { default as Hospital } from './Hospital';
|
|
89
|
+
export { default as Increase } from './Increase';
|
|
84
90
|
export { default as Hexagon } from './Hexagon';
|
|
85
91
|
export { default as Highway } from './Highway';
|
|
86
92
|
export { default as Information } from './Information';
|
|
@@ -95,6 +101,7 @@ export { default as KnobController } from './KnobController';
|
|
|
95
101
|
export { default as LedBulb } from './LedBulb';
|
|
96
102
|
export { default as LeftArrow } from './LeftArrow';
|
|
97
103
|
export { default as Letter } from './Letter';
|
|
104
|
+
export { default as License } from './License';
|
|
98
105
|
export { default as Licenses } from './Licenses';
|
|
99
106
|
export { default as Linkedin } from './Linkedin';
|
|
100
107
|
export { default as Live } from './Live';
|
|
@@ -153,6 +160,7 @@ export { default as Ringing_Bell } from './Ringing_Bell';
|
|
|
153
160
|
export { default as Rocket } from './Rocket';
|
|
154
161
|
export { default as ROI } from './ROI';
|
|
155
162
|
export { default as RunAway } from './RunAway';
|
|
163
|
+
export { default as Rupee } from './Rupee';
|
|
156
164
|
export { default as SandTimer } from './SandTimer';
|
|
157
165
|
export { default as Scalable } from './Scalable';
|
|
158
166
|
export { default as School } from './School';
|
|
@@ -163,6 +171,7 @@ export { default as Send } from './Send';
|
|
|
163
171
|
export { default as Settings } from './Settings';
|
|
164
172
|
export { default as ShelfMonitoring } from './ShelfMonitoring';
|
|
165
173
|
export { default as Shield } from './Shield';
|
|
174
|
+
export { default as ShoppingCart } from './ShoppingCart';
|
|
166
175
|
export { default as Sink } from './Sink';
|
|
167
176
|
export { default as SlantLine } from './SlantLine';
|
|
168
177
|
export { default as Sort_2 } from './Sort_2';
|
package/dist/Icons/index.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ export interface SVGProps {
|
|
|
10
10
|
color: string;
|
|
11
11
|
weight: string;
|
|
12
12
|
}
|
|
13
|
-
export declare type IconNames = 'Add_1' | 'Add_2' | 'AddProfile' | 'AddUser' | 'AI_Brain' | 'AI_Web' | 'Analytics' | 'App' | 'Ascending' | 'Back' | 'Bank' | 'Bell' | 'Bin' | 'BrainNetworking' | 'Building' | 'Bulb' | 'Business' | 'Calendar' | 'Car' | 'CCTV_1' | 'CCTV_2' | 'Circle' | 'Check' | 'CircularEdit' | 'CircularFilledWarning' | 'CircularPause' | 'CircularPlay' | 'CircularWarning' | 'City' | 'Client' | 'Close' | 'CloseCircle_2' | 'CloseCircle' | 'CloseEye' | 'CloudCross' | 'Copy' | 'Copyright' | 'CPU' | 'Cube3D' | 'Cyber' | 'Decrease' | 'Descending' | 'DiagonalArrow' | 'Directory' | 'Disk' | 'DNS_1' | 'DNS_2' | 'DNS_3' | 'DocumentBadge' | 'DoubleQuotes' | 'DownArrow' | 'Download_2' | 'Download' | 'Email' | 'ExitFullScreen' | 'FaceRecognition' | 'FastDelivery' | 'OpenEye' | 'FilesBox' | 'FilledCircle' | 'FilledCircleTick' | 'FilledPin' | 'Filter_1' | 'Filter_2' | 'Flow' | 'Forward_10_Sec' | 'Forward' | 'FPS' | 'Free' | 'FullScreen' | 'Grid_2x2_Hollow' | 'Grid_2x2' | 'Grid_3x3' | 'Grid_4x4' | 'Grid_5x5' | 'Hamburger' | 'Handshake' | 'Hazard' | 'Help' | 'History' | 'Home' | 'Hospital' | 'Hexagon' | 'Highway' | 'Information' | 'InformationFilled' | 'Instagram' | 'Install' | 'IP' | 'Key_2' | 'Key' | 'KeyDown' | 'KnobController' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'Linkedin' | 'Licenses' | 'Live' | 'Location' | 'Lock' | 'Logout' | 'Manufacturing' | 'Maps' | 'Media' | 'Monitor' | 'MonitorEye' | 'More' | 'MultiMonitor' | 'MediumVolume' | 'Mute' | 'MuteVolume' | 'Menu' | 'MeterUp' | 'NetworkStorage' | 'NFS_Directory' | 'NoCam' | 'Node' | 'NoStorage' | 'Notifications' | 'OpenBin' | 'OpenBook' | 'OpenEye' | 'PasswordLock' | 'Pause' | 'PeopleAnalytics' | 'Phone' | 'Pin_2' | 'Pin' | 'Play_1' | 'Play_2' | 'Playback' | 'PoliceBadge' | 'Power' | 'PremiumBadge' | 'ProcessingBulb' | 'Profile_1' | 'Profile_2' | 'Profile_3' | 'Recording_1' | 'Recording_2' | 'Recording_3' | 'Rectangle' | 'Restaurant' | 'Retail' | 'Retry' | 'Return' | 'Rewind_10_Sec' | 'Rhombus' | 'RightArrow' | 'Ringing_Bell' | 'Rocket' | 'ROI' | 'RunAway' | 'SandTimer' | 'Scalable' | 'School' | 'Search' | 'SecureSystem' | 'Security' | 'Send' | 'Settings' | 'ShelfMonitoring' | 'Shield' | 'Sink' | 'SlantLine' | 'Sort_2' | 'Sort' | 'Source' | 'SquareEdit' | 'SquareTick' | 'Star' | 'StorageDisks' | 'Tag' | 'Team' | 'Team_2' | 'ThreeDots' | 'ThumbsUp_2' | 'ThumbsUp' | 'Tick' | 'Timer' | 'Tool' | 'Tools' | 'TriangularFilledWarning' | 'UnPinned' | 'UpArrow' | 'VehicleNumber' | 'Video' | 'FullVolume' | 'Globe' | 'GlobeIcon' | 'Government' | 'Wallet' | 'Web' | 'WiFiCam' | 'WiFiLaptop' | 'Workflow' | 'X' | 'Youtube' | 'Zapper';
|
|
13
|
+
export declare type IconNames = 'Add_1' | 'Add_2' | 'AddProfile' | 'AddUser' | 'AI_Brain' | 'AI_Web' | 'Analytics' | 'App' | 'Ascending' | 'Back' | 'Bank' | 'Bell' | 'Bin' | 'BrainNetworking' | 'Building' | 'Bulb' | 'Business' | 'Calendar' | 'Car' | 'CCTV_1' | 'CCTV_2' | 'Circle' | 'Check' | 'CircularEdit' | 'CircularFilledWarning' | 'CircularPause' | 'CircularPlay' | 'CircularWarning' | 'City' | 'Client' | 'Close' | 'CloseCircle_2' | 'CloseCircle' | 'CloseEye' | 'CloudCross' | 'Copy_2' | 'Copy' | 'Copyright' | 'CPU' | 'Cube3D' | 'Cyber' | 'Dashboard' | 'Decrease' | 'Descending' | 'DiagonalArrow' | 'Directory' | 'Disk' | 'DNS_1' | 'DNS_2' | 'DNS_3' | 'Document' | 'DocumentBadge' | 'DoubleQuotes' | 'DownArrow' | 'Download_2' | 'Download' | 'Email' | 'ExitFullScreen' | 'FaceRecognition_2' | 'FaceRecognition' | 'FastDelivery' | 'OpenEye' | 'FilesBox' | 'FilledCircle' | 'FilledCircleTick' | 'FilledPin' | 'Filter_1' | 'Filter_2' | 'Flow' | 'Forward_10_Sec' | 'Forward' | 'FPS' | 'Free' | 'FullScreen' | 'Grid_2x2_Hollow' | 'Grid_2x2' | 'Grid_3x3' | 'Grid_4x4' | 'Grid_5x5' | 'Hamburger' | 'Handshake' | 'Hazard' | 'Help' | 'History' | 'Home' | 'Hospital' | 'Hexagon' | 'Highway' | 'Information' | 'InformationFilled' | 'Instagram' | 'Install' | 'IP' | 'Key_2' | 'Key' | 'KeyDown' | 'KnobController' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'License' | 'Linkedin' | 'Licenses' | 'Live' | 'Location' | 'Lock' | 'Logout' | 'Manufacturing' | 'Maps' | 'Media' | 'Monitor' | 'MonitorEye' | 'More' | 'MultiMonitor' | 'MediumVolume' | 'Mute' | 'MuteVolume' | 'Menu' | 'MeterUp' | 'NetworkStorage' | 'NFS_Directory' | 'NoCam' | 'Node' | 'NoStorage' | 'Notifications' | 'OpenBin' | 'OpenBook' | 'OpenEye' | 'PasswordLock' | 'Pause' | 'PeopleAnalytics' | 'Phone' | 'Pin_2' | 'Pin' | 'Play_1' | 'Play_2' | 'Playback' | 'PoliceBadge' | 'Power' | 'PremiumBadge' | 'ProcessingBulb' | 'Profile_1' | 'Profile_2' | 'Profile_3' | 'Recording_1' | 'Recording_2' | 'Recording_3' | 'Rectangle' | 'Restaurant' | 'Retail' | 'Retry' | 'Return' | 'Rewind_10_Sec' | 'Rhombus' | 'RightArrow' | 'Ringing_Bell' | 'Rocket' | 'ROI' | 'RunAway' | 'Rupee' | 'SandTimer' | 'Scalable' | 'School' | 'Search' | 'SecureSystem' | 'Security' | 'Send' | 'Settings' | 'ShelfMonitoring' | 'Shield' | 'ShoppingCart' | 'Sink' | 'SlantLine' | 'Sort_2' | 'Sort' | 'Source' | 'SquareEdit' | 'SquareTick' | 'Star' | 'StorageDisks' | 'Tag' | 'Team' | 'Team_2' | 'ThreeDots' | 'ThumbsUp_2' | 'ThumbsUp' | 'Tick' | 'Timer' | 'Tool' | 'Tools' | 'TriangularFilledWarning' | 'UnPinned' | 'UpArrow' | 'VehicleNumber' | 'Video' | 'FullVolume' | 'Globe' | 'GlobeIcon' | 'Government' | 'Wallet' | 'Web' | 'WiFiCam' | 'WiFiLaptop' | 'Workflow' | 'X' | 'Youtube' | 'Zapper';
|
|
14
14
|
export interface IconProps {
|
|
15
15
|
icon: IconNames;
|
|
16
16
|
size?: number;
|