labsense-ui-kit 1.3.16 → 1.3.18
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/BookmarkAdd.d.ts +4 -0
- package/dist/Icons/SVGs/BookmarkSaved.d.ts +4 -0
- package/dist/Icons/SVGs/Bookmarks.d.ts +4 -0
- package/dist/Icons/SVGs/Bus.d.ts +4 -0
- package/dist/Icons/SVGs/FootStep.d.ts +4 -0
- package/dist/Icons/SVGs/Loader.d.ts +4 -0
- package/dist/Icons/SVGs/Out.d.ts +4 -0
- package/dist/Icons/SVGs/SelectedCircle.d.ts +4 -0
- package/dist/Icons/SVGs/Thunder.d.ts +4 -0
- package/dist/Icons/SVGs/TruckSpeed.d.ts +4 -0
- package/dist/Icons/SVGs/index.d.ts +11 -1
- package/dist/Icons/index.d.ts +1 -1
- package/dist/index.js +154 -8
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +154 -8
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
|
@@ -16,10 +16,14 @@ export { default as Back } from './Back';
|
|
|
16
16
|
export { default as Bag } from './Bag';
|
|
17
17
|
export { default as Bank } from './Bank';
|
|
18
18
|
export { default as Bell } from './Bell';
|
|
19
|
+
export { default as BookmarkAdd } from './BookmarkAdd';
|
|
20
|
+
export { default as Bookmarks } from './Bookmarks';
|
|
21
|
+
export { default as BookmarkSaved } from './BookmarkSaved';
|
|
19
22
|
export { default as Bin } from './Bin';
|
|
20
23
|
export { default as BrainNetworking } from './BrainNetworking';
|
|
21
24
|
export { default as Building } from './Building';
|
|
22
25
|
export { default as Bulb } from './Bulb';
|
|
26
|
+
export { default as Bus } from './Bus';
|
|
23
27
|
export { default as Business } from './Business';
|
|
24
28
|
export { default as Calendar } from './Calendar';
|
|
25
29
|
export { default as Car } from './Car';
|
|
@@ -75,6 +79,7 @@ export { default as FilledPin } from './FilledPin';
|
|
|
75
79
|
export { default as Filter_1 } from './Filter_1';
|
|
76
80
|
export { default as Filter_2 } from './Filter_2';
|
|
77
81
|
export { default as Flow } from './Flow';
|
|
82
|
+
export { default as FootStep } from './FootStep';
|
|
78
83
|
export { default as Forward_10_Sec } from './Forward_10_Sec';
|
|
79
84
|
export { default as Forward } from './Forward';
|
|
80
85
|
export { default as FPS } from './FPS';
|
|
@@ -120,6 +125,7 @@ export { default as Licenses } from './Licenses';
|
|
|
120
125
|
export { default as Line } from './Line';
|
|
121
126
|
export { default as Linkedin } from './Linkedin';
|
|
122
127
|
export { default as Live } from './Live';
|
|
128
|
+
export { default as Loader } from './Loader';
|
|
123
129
|
export { default as Location } from './Location';
|
|
124
130
|
export { default as Lock } from './Lock';
|
|
125
131
|
export { default as Logout } from './Logout';
|
|
@@ -146,7 +152,8 @@ export { default as NoStorage } from './NoStorage';
|
|
|
146
152
|
export { default as Notifications } from './Notifications';
|
|
147
153
|
export { default as OpenBin } from './OpenBin';
|
|
148
154
|
export { default as OpenBook } from './OpenBook';
|
|
149
|
-
export { default as
|
|
155
|
+
export { default as Out } from './Out';
|
|
156
|
+
export { default as OpenEye } from './Bus';
|
|
150
157
|
export { default as PasswordLock } from './PasswordLock';
|
|
151
158
|
export { default as Pause } from './Pause';
|
|
152
159
|
export { default as PeopleAnalytics } from './PeopleAnalytics';
|
|
@@ -187,6 +194,7 @@ export { default as School } from './School';
|
|
|
187
194
|
export { default as Search } from './Search';
|
|
188
195
|
export { default as SecureSystem } from './SecureSystem';
|
|
189
196
|
export { default as Security } from './Security';
|
|
197
|
+
export { default as SelectedCircle } from './SelectedCircle';
|
|
190
198
|
export { default as Send } from './Send';
|
|
191
199
|
export { default as Settings } from './Settings';
|
|
192
200
|
export { default as ShelfMonitoring } from './ShelfMonitoring';
|
|
@@ -210,6 +218,7 @@ export { default as Technology } from './Technology';
|
|
|
210
218
|
export { default as ThreeDots } from './ThreeDots';
|
|
211
219
|
export { default as ThumbsUp_2 } from './ThumbsUp_2';
|
|
212
220
|
export { default as ThumbsUp } from './ThumbsUp';
|
|
221
|
+
export { default as Thunder } from './Thunder';
|
|
213
222
|
export { default as Tick } from './Tick';
|
|
214
223
|
export { default as Timer } from './Timer';
|
|
215
224
|
export { default as Tool } from './Tool';
|
|
@@ -218,6 +227,7 @@ export { default as Tools_2 } from './Tools_2';
|
|
|
218
227
|
export { default as Traffic } from './Traffic';
|
|
219
228
|
export { default as Translate } from './Translate';
|
|
220
229
|
export { default as TriangularFilledWarning } from './TriangularFilledWarning';
|
|
230
|
+
export { default as TruckSpeed } from './TruckSpeed';
|
|
221
231
|
export { default as UnPinned } from './UnPinned';
|
|
222
232
|
export { default as UpArrow } from './UpArrow';
|
|
223
233
|
export { default as UploadFile } from './UploadFile';
|
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 = 'Action' | 'Add_1' | 'Add_2' | 'AddProfile' | 'AddUser' | 'AI_Brain' | 'AI_License' | 'AI_Web' | 'Analytics' | 'App' | 'Arrow_Up_Down_Left_Right' | 'ArrowDown' | 'ArrowUp' | 'Ascending' | 'Back' | 'Bag' | 'Bank' | 'Bell' | 'Bin' | 'BrainNetworking' | 'Building' | 'Bulb' | 'Business' | 'Calendar' | 'Car' | 'Cart_check' | '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' | 'Data_search' | 'Decrease' | 'Descending' | 'DiagonalArrow' | 'Directory' | 'Disk' | 'DNS_1' | 'DNS_2' | 'DNS_3' | 'Document' | 'DocumentBadge' | 'DoubleQuotes' | 'DownArrow' | 'Download_2' | 'Download' | 'Drag_Indicator' | 'Email' | 'ExitFullScreen' | 'FaceRecognition_2' | 'FaceRecognition' | 'FastDelivery' | 'File' | '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' | 'Hammer' | 'Handshake' | 'Hazard' | 'Help' | 'History' | 'Home_2' | 'Home' | 'Hospital' | 'Increase' | 'Hexagon' | 'Highway' | 'Information' | 'InformationFilled' | 'Instagram' | 'Install' | 'IP' | 'Key_2' | 'Key' | 'KeyDown' | 'KnobController' | 'Large_building' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'License' | 'Linkedin' | 'Licenses' | 'Line' | 'Live' | 'Location' | 'Lock' | 'Logout' | 'Mail' | 'Management' | 'Manufacturing' | 'Maps' | 'Media' | 'Monitor' | 'MonitorEye' | 'More' | 'MultiMonitor' | 'MediumVolume' | 'Mute' | 'MuteVolume' | 'Network' | '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' | 'Polygon' | 'Power' | 'PremiumBadge' | 'ProcessingBulb' | 'Profile_1' | 'Profile_2' | 'Profile_3' | 'QR' | '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' | 'Small_building' | 'Sort_2' | 'Sort' | 'Source' | 'SquareEdit' | 'SquareTick' | 'Star_2' | 'Star' | 'StorageDisks' | 'Tag' | 'Team' | 'Team_2' | 'Technology' | 'ThreeDots' | 'ThumbsUp_2' | 'ThumbsUp' | 'Tick' | 'Timer' | 'Tool' | 'Tools' | 'Tools_2' | 'Traffic' | 'Translate' | 'TriangularFilledWarning' | 'UnPinned' | 'UpArrow' | 'UploadFile' | 'VehicleNumber' | 'Video' | 'FullVolume_2' | 'FullVolume' | 'Globe' | 'GlobeIcon' | 'Government' | 'Wallet' | 'Web' | 'WiFiCam' | 'WiFiLaptop' | 'Workflow' | 'X' | 'Youtube' | 'Zapper' | 'Zoom';
|
|
13
|
+
export declare type IconNames = 'Action' | 'Add_1' | 'Add_2' | 'AddProfile' | 'AddUser' | 'AI_Brain' | 'AI_License' | 'AI_Web' | 'Analytics' | 'App' | 'Arrow_Up_Down_Left_Right' | 'ArrowDown' | 'ArrowUp' | 'Ascending' | 'Back' | 'Bag' | 'Bank' | 'Bell' | 'BookmarkAdd' | 'Bookmarks' | 'BookmarkSaved' | 'Bin' | 'BrainNetworking' | 'Building' | 'Bulb' | 'Bus' | 'Business' | 'Calendar' | 'Car' | 'Cart_check' | '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' | 'Data_search' | 'Decrease' | 'Descending' | 'DiagonalArrow' | 'Directory' | 'Disk' | 'DNS_1' | 'DNS_2' | 'DNS_3' | 'Document' | 'DocumentBadge' | 'DoubleQuotes' | 'DownArrow' | 'Download_2' | 'Download' | 'Drag_Indicator' | 'Email' | 'ExitFullScreen' | 'FaceRecognition_2' | 'FaceRecognition' | 'FastDelivery' | 'File' | 'OpenEye' | 'FilesBox' | 'FilledCircle' | 'FilledCircleTick' | 'FilledPin' | 'Filter_1' | 'Filter_2' | 'Flow' | 'FootStep' | 'Forward_10_Sec' | 'Forward' | 'FPS' | 'Free' | 'FullScreen' | 'Grid_2x2_Hollow' | 'Grid_2x2' | 'Grid_3x3' | 'Grid_4x4' | 'Grid_5x5' | 'Hamburger' | 'Hammer' | 'Handshake' | 'Hazard' | 'Help' | 'History' | 'Home_2' | 'Home' | 'Hospital' | 'Increase' | 'Hexagon' | 'Highway' | 'Information' | 'InformationFilled' | 'Instagram' | 'Install' | 'IP' | 'Key_2' | 'Key' | 'KeyDown' | 'KnobController' | 'Large_building' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'License' | 'Linkedin' | 'Licenses' | 'Line' | 'Live' | 'Loader' | 'Location' | 'Lock' | 'Logout' | 'Mail' | 'Management' | 'Manufacturing' | 'Maps' | 'Media' | 'Monitor' | 'MonitorEye' | 'More' | 'MultiMonitor' | 'MediumVolume' | 'Mute' | 'MuteVolume' | 'Network' | 'Menu' | 'MeterUp' | 'NetworkStorage' | 'NFS_Directory' | 'NoCam' | 'Node' | 'NoStorage' | 'Notifications' | 'OpenBin' | 'OpenBook' | 'Out' | 'OpenEye' | 'PasswordLock' | 'Pause' | 'PeopleAnalytics' | 'Phone' | 'Pin_2' | 'Pin' | 'Play_1' | 'Play_2' | 'Playback' | 'PoliceBadge' | 'Polygon' | 'Power' | 'PremiumBadge' | 'ProcessingBulb' | 'Profile_1' | 'Profile_2' | 'Profile_3' | 'QR' | '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' | 'SelectedCircle' | 'Send' | 'Settings' | 'ShelfMonitoring' | 'Shield' | 'ShoppingCart' | 'Sink' | 'SlantLine' | 'Small_building' | 'Sort_2' | 'Sort' | 'Source' | 'SquareEdit' | 'SquareTick' | 'Star_2' | 'Star' | 'StorageDisks' | 'Tag' | 'Team' | 'Team_2' | 'Technology' | 'ThreeDots' | 'ThumbsUp_2' | 'ThumbsUp' | 'Thunder' | 'Tick' | 'Timer' | 'Tool' | 'Tools' | 'Tools_2' | 'Traffic' | 'Translate' | 'TriangularFilledWarning' | 'TruckSpeed' | 'UnPinned' | 'UpArrow' | 'UploadFile' | 'VehicleNumber' | 'Video' | 'FullVolume_2' | 'FullVolume' | 'Globe' | 'GlobeIcon' | 'Government' | 'Wallet' | 'Web' | 'WiFiCam' | 'WiFiLaptop' | 'Workflow' | 'X' | 'Youtube' | 'Zapper' | 'Zoom';
|
|
14
14
|
export interface IconProps {
|
|
15
15
|
icon: IconNames;
|
|
16
16
|
size?: number;
|
package/dist/index.js
CHANGED
|
@@ -425,6 +425,57 @@ var Bell = function Bell(_ref) {
|
|
|
425
425
|
}));
|
|
426
426
|
};
|
|
427
427
|
|
|
428
|
+
var BookmarkAdd = function BookmarkAdd(_ref) {
|
|
429
|
+
var size = _ref.size,
|
|
430
|
+
color = _ref.color,
|
|
431
|
+
weight = _ref.weight;
|
|
432
|
+
return React__default.createElement("svg", {
|
|
433
|
+
width: size,
|
|
434
|
+
height: size,
|
|
435
|
+
strokeWidth: weight,
|
|
436
|
+
viewBox: '0 0 12 14',
|
|
437
|
+
fill: 'none',
|
|
438
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
439
|
+
}, React__default.createElement("path", {
|
|
440
|
+
d: 'M0 13.2083V1.58979C0 1.20896 0.128472 0.887014 0.385417 0.623959C0.642361 0.360764 0.960486 0.236111 1.33979 0.25H5.58333V1.33333H1.33979C1.27562 1.33333 1.21688 1.36007 1.16354 1.41354C1.11007 1.46687 1.08333 1.52562 1.08333 1.58979V11.6042L4.58333 10.2083L8.08333 11.6042V5.83333H9.16667V13.2083L4.58333 11.3846L0 13.2083ZM8.83333 4.08333V2.58333H7.33333V1.5H8.83333V0H9.91667V1.5H11.4167V2.58333H9.91667V4.08333H8.83333Z',
|
|
441
|
+
fill: color
|
|
442
|
+
}));
|
|
443
|
+
};
|
|
444
|
+
|
|
445
|
+
var Bookmarks = function Bookmarks(_ref) {
|
|
446
|
+
var size = _ref.size,
|
|
447
|
+
color = _ref.color,
|
|
448
|
+
weight = _ref.weight;
|
|
449
|
+
return React__default.createElement("svg", {
|
|
450
|
+
width: size,
|
|
451
|
+
height: size,
|
|
452
|
+
strokeWidth: weight,
|
|
453
|
+
viewBox: '0 0 18 21',
|
|
454
|
+
fill: 'none',
|
|
455
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
456
|
+
}, React__default.createElement("path", {
|
|
457
|
+
d: 'M17.25 21C17.0925 21 16.9425 20.955 16.8075 20.8575L9 15.18L1.1925 20.8575C0.9675 21.0225 0.66 21.045 0.4125 20.9175C0.1575 20.79 0 20.535 0 20.25V2.25C0 1.0125 1.0125 0 2.25 0H15.75C16.9875 0 18 1.0125 18 2.25V20.25C18 20.535 17.8425 20.79 17.5875 20.9175C17.4825 20.97 17.3625 21 17.25 21ZM9 13.5C9.1575 13.5 9.3075 13.545 9.4425 13.6425L16.5 18.7725V2.25C16.5 1.8375 16.1625 1.5 15.75 1.5H2.25C1.8375 1.5 1.5 1.8375 1.5 2.25V18.78L8.5575 13.65C8.6925 13.5525 8.8425 13.5075 9 13.5075V13.5Z',
|
|
458
|
+
fill: color
|
|
459
|
+
}));
|
|
460
|
+
};
|
|
461
|
+
|
|
462
|
+
var BookmarkSaved = function BookmarkSaved(_ref) {
|
|
463
|
+
var size = _ref.size,
|
|
464
|
+
color = _ref.color,
|
|
465
|
+
weight = _ref.weight;
|
|
466
|
+
return React__default.createElement("svg", {
|
|
467
|
+
width: size,
|
|
468
|
+
height: size,
|
|
469
|
+
strokeWidth: weight,
|
|
470
|
+
viewBox: '0 0 13 13',
|
|
471
|
+
fill: 'none',
|
|
472
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
473
|
+
}, React__default.createElement("path", {
|
|
474
|
+
d: 'M8.91188 4.08438L7.08333 2.25584L7.84938 1.48979L8.91188 2.55229L11.391 0.0731281L12.1571 0.839169L8.91188 4.08438ZM0 12.9594V1.34084C0 0.960003 0.128472 0.638058 0.385417 0.375003C0.642361 0.111808 0.960486 -0.0128446 1.33979 0.00104428H5.58333V1.08438H1.33979C1.27562 1.08438 1.21688 1.11111 1.16354 1.16459C1.11007 1.21792 1.08333 1.27667 1.08333 1.34084V11.3552L4.58333 9.95938L8.08333 11.3552V5.58438H9.16667V12.9594L4.58333 11.1356L0 12.9594Z',
|
|
475
|
+
fill: color
|
|
476
|
+
}));
|
|
477
|
+
};
|
|
478
|
+
|
|
428
479
|
var Bin = function Bin(_ref) {
|
|
429
480
|
var size = _ref.size,
|
|
430
481
|
color = _ref.color,
|
|
@@ -563,6 +614,23 @@ var Bulb = function Bulb(_ref) {
|
|
|
563
614
|
}));
|
|
564
615
|
};
|
|
565
616
|
|
|
617
|
+
var Bus = function Bus(_ref) {
|
|
618
|
+
var size = _ref.size,
|
|
619
|
+
color = _ref.color,
|
|
620
|
+
weight = _ref.weight;
|
|
621
|
+
return React__default.createElement("svg", {
|
|
622
|
+
width: size,
|
|
623
|
+
height: size,
|
|
624
|
+
strokeWidth: weight,
|
|
625
|
+
viewBox: '0 0 50 50',
|
|
626
|
+
fill: 'none',
|
|
627
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
628
|
+
}, React__default.createElement("path", {
|
|
629
|
+
d: 'M12 0C5.4375 0 3 2.167969 3 8L3 41C3 42.359375 3.398438 43.339844 4 44.0625L4 47C4 48.652344 5.347656 50 7 50L11 50C12.652344 50 14 48.652344 14 47L14 46L36 46L36 47C36 48.652344 37.347656 50 39 50L43 50C44.652344 50 46 48.652344 46 47L46 44.0625C46.601563 43.339844 47 42.359375 47 41L47 9C47 4.644531 46.460938 0 40 0 Z M 15 4L36 4C36.554688 4 37 4.449219 37 5L37 7C37 7.550781 36.554688 8 36 8L15 8C14.449219 8 14 7.550781 14 7L14 5C14 4.449219 14.449219 4 15 4 Z M 11 11L39 11C41 11 42 12 42 14L42 26C42 28 40.046875 28.9375 39 28.9375L11 29C9 29 8 28 8 26L8 14C8 12 9 11 11 11 Z M 2 12C0.898438 12 0 12.898438 0 14L0 22C0 23.101563 0.898438 24 2 24 Z M 48 12L48 24C49.105469 24 50 23.101563 50 22L50 14C50 12.898438 49.105469 12 48 12 Z M 11.5 34C13.433594 34 15 35.566406 15 37.5C15 39.433594 13.433594 41 11.5 41C9.566406 41 8 39.433594 8 37.5C8 35.566406 9.566406 34 11.5 34 Z M 38.5 34C40.433594 34 42 35.566406 42 37.5C42 39.433594 40.433594 41 38.5 41C36.566406 41 35 39.433594 35 37.5C35 35.566406 36.566406 34 38.5 34Z',
|
|
630
|
+
fill: color
|
|
631
|
+
}));
|
|
632
|
+
};
|
|
633
|
+
|
|
566
634
|
var Business = function Business(_ref) {
|
|
567
635
|
var size = _ref.size,
|
|
568
636
|
color = _ref.color,
|
|
@@ -1794,6 +1862,23 @@ var Flow = function Flow(_ref) {
|
|
|
1794
1862
|
}));
|
|
1795
1863
|
};
|
|
1796
1864
|
|
|
1865
|
+
var FootStep = function FootStep(_ref) {
|
|
1866
|
+
var size = _ref.size,
|
|
1867
|
+
color = _ref.color,
|
|
1868
|
+
weight = _ref.weight;
|
|
1869
|
+
return React__default.createElement("svg", {
|
|
1870
|
+
width: size,
|
|
1871
|
+
height: size,
|
|
1872
|
+
strokeWidth: weight,
|
|
1873
|
+
viewBox: '0 0 17 19',
|
|
1874
|
+
fill: 'none',
|
|
1875
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
1876
|
+
}, React__default.createElement("path", {
|
|
1877
|
+
d: 'M3.75 1.66667C3.125 1.66667 2.62153 2.01389 2.23958 2.70833C1.85764 3.40278 1.66667 4.16667 1.66667 5C1.66667 5.875 1.78819 6.64931 2.03125 7.32292C2.27431 7.99653 2.5 8.5 2.70833 8.83333L5 8.375C5.18056 7.93055 5.36458 7.42361 5.55208 6.85417C5.73958 6.28472 5.83333 5.66667 5.83333 5C5.83333 4.16667 5.64236 3.40278 5.26042 2.70833C4.87847 2.01389 4.375 1.66667 3.75 1.66667ZM4.89583 12.5C5.15972 12.5 5.38195 12.4028 5.5625 12.2083C5.74306 12.0139 5.83333 11.7431 5.83333 11.3958C5.83333 11.1597 5.77778 10.9167 5.66667 10.6667C5.55556 10.4167 5.44445 10.1944 5.33333 10L3.33333 10.4167C3.33333 10.9722 3.45486 11.4583 3.69792 11.875C3.94097 12.2917 4.34028 12.5 4.89583 12.5ZM12.9167 5.83333C12.2917 5.83333 11.7882 6.18056 11.4063 6.875C11.0243 7.56944 10.8333 8.33333 10.8333 9.16667C10.8333 9.83333 10.9271 10.4479 11.1146 11.0104C11.3021 11.5729 11.4861 12.0833 11.6667 12.5417L13.9583 13C14.1667 12.6667 14.3924 12.1667 14.6354 11.5C14.8785 10.8333 15 10.0556 15 9.16667C15 8.33333 14.809 7.56944 14.4271 6.875C14.0451 6.18056 13.5417 5.83333 12.9167 5.83333ZM11.7708 16.6667C12.3264 16.6667 12.7257 16.4583 12.9688 16.0417C13.2118 15.625 13.3333 15.1389 13.3333 14.5833L11.3333 14.1667C11.2222 14.3611 11.1111 14.5833 11 14.8333C10.8889 15.0833 10.8333 15.3264 10.8333 15.5625C10.8333 15.8403 10.9201 16.0937 11.0938 16.3229C11.2674 16.5521 11.4931 16.6667 11.7708 16.6667ZM4.89583 14.1667C3.82639 14.1667 3.01389 13.7708 2.45833 12.9792C1.90278 12.1875 1.63889 11.2986 1.66667 10.3125L1.29167 9.75C1.13889 9.51389 0.885417 8.97917 0.53125 8.14583C0.177083 7.3125 0 6.26389 0 5C0 3.56944 0.354167 2.37847 1.0625 1.42708C1.77083 0.475694 2.66667 0 3.75 0C4.93056 0 5.8507 0.524306 6.51042 1.57292C7.17014 2.62153 7.5 3.76389 7.5 5C7.5 5.80556 7.38889 6.54861 7.16667 7.22917C6.94445 7.90972 6.75 8.45833 6.58333 8.875L6.75 9.14583C6.86111 9.34028 7.01389 9.64931 7.20833 10.0729C7.40278 10.4965 7.5 10.9375 7.5 11.3958C7.5 12.1875 7.25347 12.8472 6.76042 13.375C6.26736 13.9028 5.64583 14.1667 4.89583 14.1667ZM11.7708 18.3333C11.0208 18.3333 10.3993 18.0694 9.90625 17.5417C9.4132 17.0139 9.16667 16.3542 9.16667 15.5625C9.16667 15.1042 9.26389 14.6632 9.45833 14.2396C9.65278 13.816 9.80556 13.5069 9.91667 13.3125L10.0833 13.0417C9.91667 12.625 9.72222 12.0764 9.5 11.3958C9.27778 10.7153 9.16667 9.97222 9.16667 9.16667C9.16667 7.93056 9.49653 6.78819 10.1563 5.73958C10.816 4.69097 11.7361 4.16667 12.9167 4.16667C14 4.16667 14.8958 4.64236 15.6042 5.59375C16.3125 6.54514 16.6667 7.73611 16.6667 9.16667C16.6667 10.4306 16.4896 11.4757 16.1354 12.3021C15.7813 13.1285 15.5278 13.6597 15.375 13.8958L15 14.4792C15.0139 15.4653 14.7465 16.3542 14.1979 17.1458C13.6493 17.9375 12.8403 18.3333 11.7708 18.3333Z',
|
|
1878
|
+
fill: color
|
|
1879
|
+
}));
|
|
1880
|
+
};
|
|
1881
|
+
|
|
1797
1882
|
var Forward_10_Sec = function Forward_10_Sec(_ref) {
|
|
1798
1883
|
var size = _ref.size,
|
|
1799
1884
|
color = _ref.color,
|
|
@@ -3147,6 +3232,26 @@ var Live = function Live(_ref) {
|
|
|
3147
3232
|
}));
|
|
3148
3233
|
};
|
|
3149
3234
|
|
|
3235
|
+
var Loader = function Loader(_ref) {
|
|
3236
|
+
var size = _ref.size,
|
|
3237
|
+
color = _ref.color,
|
|
3238
|
+
weight = _ref.weight;
|
|
3239
|
+
return React__default.createElement("svg", {
|
|
3240
|
+
width: size,
|
|
3241
|
+
height: size,
|
|
3242
|
+
strokeWidth: weight,
|
|
3243
|
+
viewBox: '0 0 16 16',
|
|
3244
|
+
fill: 'none',
|
|
3245
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
3246
|
+
}, React__default.createElement("path", {
|
|
3247
|
+
d: 'M8 0.497986V2.99799M8 15.498V12.998M2.69667 2.69465L4.46467 4.46265M13.3033 13.3013L11.5353 11.534M0.5 7.99799H3M15.5 7.99799H13M2.69667 13.3013L4.46467 11.534M13.3033 2.69465L11.5353 4.46265',
|
|
3248
|
+
stroke: color,
|
|
3249
|
+
strokeWidth: '1.5',
|
|
3250
|
+
strokeLinecap: 'round',
|
|
3251
|
+
strokeLinejoin: 'round'
|
|
3252
|
+
}));
|
|
3253
|
+
};
|
|
3254
|
+
|
|
3150
3255
|
var Location = function Location(_ref) {
|
|
3151
3256
|
var size = _ref.size,
|
|
3152
3257
|
color = _ref.color,
|
|
@@ -3695,7 +3800,7 @@ var OpenBook = function OpenBook(_ref) {
|
|
|
3695
3800
|
}));
|
|
3696
3801
|
};
|
|
3697
3802
|
|
|
3698
|
-
var
|
|
3803
|
+
var Out = function Out(_ref) {
|
|
3699
3804
|
var size = _ref.size,
|
|
3700
3805
|
color = _ref.color,
|
|
3701
3806
|
weight = _ref.weight;
|
|
@@ -3703,14 +3808,14 @@ var OpenEye = function OpenEye(_ref) {
|
|
|
3703
3808
|
width: size,
|
|
3704
3809
|
height: size,
|
|
3705
3810
|
strokeWidth: weight,
|
|
3706
|
-
viewBox: '0 0 14
|
|
3811
|
+
viewBox: '0 0 14 14',
|
|
3707
3812
|
fill: 'none',
|
|
3708
3813
|
xmlns: 'http://www.w3.org/2000/svg'
|
|
3709
3814
|
}, React__default.createElement("path", {
|
|
3710
|
-
d: '
|
|
3815
|
+
d: 'M12.1231 6.68934L10.4475 5.01371C10.2769 4.84309 10.0012 4.84309 9.83062 5.01371C9.65999 5.18434 9.65999 5.45996 9.83062 5.63059L10.7581 6.55809H6.8075C6.56687 6.55809 6.37 6.75496 6.37 6.99559C6.37 7.23621 6.56687 7.43309 6.8075 7.43309H10.7494L9.83499 8.33434C9.66437 8.50496 9.65999 8.78059 9.83499 8.95121C9.92249 9.03871 10.0319 9.08246 10.1456 9.08246C10.2594 9.08246 10.3687 9.03871 10.4519 8.95559L12.1275 7.30621C12.2106 7.22309 12.2587 7.11371 12.2587 6.99559C12.2587 6.87746 12.215 6.76809 12.1319 6.68496L12.1231 6.68934Z',
|
|
3711
3816
|
fill: color
|
|
3712
3817
|
}), React__default.createElement("path", {
|
|
3713
|
-
d: '
|
|
3818
|
+
d: 'M8.60126 9.47627C7.94063 10.1369 7.06126 10.5 6.12501 10.5C5.18876 10.5 4.30939 10.1369 3.64876 9.47627C2.28376 8.11127 2.28376 5.89314 3.64876 4.52814C4.30939 3.86752 5.18876 3.50439 6.12501 3.50439C7.06126 3.50439 7.94063 3.86752 8.60126 4.52814C8.77188 4.69877 9.04751 4.69877 9.21813 4.52814C9.38876 4.35752 9.38876 4.08189 9.21813 3.91127C8.39126 3.08439 7.29313 2.62939 6.12501 2.62939C4.95688 2.62939 3.85876 3.08439 3.03188 3.91127C1.32563 5.61752 1.32563 8.39127 3.03188 10.0975C3.85876 10.9244 4.95688 11.3794 6.12501 11.3794C7.29313 11.3794 8.39126 10.9244 9.21813 10.0975C9.38876 9.92689 9.38876 9.65127 9.21813 9.48064C9.04751 9.31002 8.77188 9.31002 8.60126 9.48064V9.47627Z',
|
|
3714
3819
|
fill: color
|
|
3715
3820
|
}));
|
|
3716
3821
|
};
|
|
@@ -5251,6 +5356,39 @@ var TriangularFilledWarning = function TriangularFilledWarning(_ref) {
|
|
|
5251
5356
|
}));
|
|
5252
5357
|
};
|
|
5253
5358
|
|
|
5359
|
+
var TruckSpeed = function TruckSpeed(_ref) {
|
|
5360
|
+
var size = _ref.size,
|
|
5361
|
+
color = _ref.color,
|
|
5362
|
+
weight = _ref.weight;
|
|
5363
|
+
return React__default.createElement("svg", {
|
|
5364
|
+
width: size,
|
|
5365
|
+
height: size,
|
|
5366
|
+
strokeWidth: weight,
|
|
5367
|
+
viewBox: '0 -1 26 26',
|
|
5368
|
+
fill: 'none',
|
|
5369
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
5370
|
+
}, React__default.createElement("path", {
|
|
5371
|
+
fillRule: 'evenodd',
|
|
5372
|
+
clipRule: 'evenodd',
|
|
5373
|
+
d: 'M12.31 16.826C12.2864 17.9963 11.3464 18.9278 10.2052 18.9118C9.06401 18.8957 8.14927 17.9382 8.15697 16.7676C8.16467 15.5971 9.09191 14.6522 10.2332 14.652C10.7897 14.6578 11.3212 14.8901 11.7106 15.2978C12.1001 15.7055 12.3157 16.2552 12.31 16.826V16.826Z',
|
|
5374
|
+
stroke: color,
|
|
5375
|
+
strokeWidth: '1.5',
|
|
5376
|
+
strokeLinecap: 'round',
|
|
5377
|
+
strokeLinejoin: 'round'
|
|
5378
|
+
}), React__default.createElement("path", {
|
|
5379
|
+
fillRule: 'evenodd',
|
|
5380
|
+
clipRule: 'evenodd',
|
|
5381
|
+
d: 'M22.2014 16.826C22.1778 17.9963 21.2378 18.9278 20.0966 18.9118C18.9554 18.8957 18.0407 17.9382 18.0484 16.7676C18.0561 15.5971 18.9833 14.6522 20.1246 14.652C20.6811 14.6578 21.2126 14.8901 21.602 15.2978C21.9915 15.7055 22.2071 16.2552 22.2014 16.826V16.826Z',
|
|
5382
|
+
stroke: color,
|
|
5383
|
+
strokeWidth: '1.5',
|
|
5384
|
+
strokeLinecap: 'round',
|
|
5385
|
+
strokeLinejoin: 'round'
|
|
5386
|
+
}), React__default.createElement("path", {
|
|
5387
|
+
d: 'M17.8032 17.576C18.2174 17.576 18.5532 17.2402 18.5532 16.826C18.5532 16.4118 18.2174 16.076 17.8032 16.076V17.576ZM12.31 16.076C11.8958 16.076 11.56 16.4118 11.56 16.826C11.56 17.2402 11.8958 17.576 12.31 17.576V16.076ZM17.0571 16.826C17.0571 17.2402 17.3928 17.576 17.8071 17.576C18.2213 17.576 18.5571 17.2402 18.5571 16.826H17.0571ZM18.5571 11.559C18.5571 11.1448 18.2213 10.809 17.8071 10.809C17.3928 10.809 17.0571 11.1448 17.0571 11.559H18.5571ZM17.8071 16.076C17.3928 16.076 17.0571 16.4118 17.0571 16.826C17.0571 17.2402 17.3928 17.576 17.8071 17.576V16.076ZM18.0518 17.576C18.466 17.576 18.8018 17.2402 18.8018 16.826C18.8018 16.4118 18.466 16.076 18.0518 16.076V17.576ZM22.189 16.0762C21.7749 16.0852 21.4465 16.4281 21.4555 16.8423C21.4644 17.2564 21.8074 17.5848 22.2215 17.5758L22.189 16.0762ZM24.4 14.485L25.1499 14.4718C25.1492 14.4331 25.1455 14.3946 25.1389 14.3565L24.4 14.485ZM24.63 11.4305C24.559 11.0224 24.1706 10.7491 23.7625 10.8201C23.3544 10.8911 23.0812 11.2794 23.1521 11.6875L24.63 11.4305ZM17.8031 6.127C17.3889 6.127 17.0531 6.46279 17.0531 6.877C17.0531 7.29121 17.3889 7.627 17.8031 7.627V6.127ZM21.2849 6.877L21.2849 7.62702L21.2897 7.62698L21.2849 6.877ZM22.8737 7.56387L22.327 8.07731L22.327 8.07731L22.8737 7.56387ZM23.4835 9.218L22.7342 9.18603C22.7319 9.23979 22.7354 9.29363 22.7446 9.34663L23.4835 9.218ZM23.1522 11.6876C23.2232 12.0957 23.6116 12.3689 24.0197 12.2979C24.4278 12.2268 24.701 11.8384 24.6299 11.4304L23.1522 11.6876ZM18.5531 6.877C18.5531 6.46279 18.2174 6.127 17.8031 6.127C17.3889 6.127 17.0531 6.46279 17.0531 6.877H18.5531ZM17.0531 11.559C17.0531 11.9732 17.3889 12.309 17.8031 12.309C18.2174 12.309 18.5531 11.9732 18.5531 11.559H17.0531ZM17.0531 6.877C17.0531 7.29121 17.3889 7.627 17.8031 7.627C18.2174 7.627 18.5531 7.29121 18.5531 6.877H17.0531ZM17.8031 6.077L17.0531 6.0722V6.077H17.8031ZM16.7657 5L16.77 4.25H16.7657V5ZM7.42037 5L7.42037 4.24999L7.41679 4.25001L7.42037 5ZM6.68411 5.31693L6.14467 4.79587L6.14467 4.79587L6.68411 5.31693ZM6.382 6.075L7.13201 6.075L7.13199 6.07158L6.382 6.075ZM6.382 15.75L7.132 15.7534V15.75H6.382ZM6.68411 16.5081L6.14467 17.0291L6.14467 17.0291L6.68411 16.5081ZM7.42037 16.825L7.41679 17.575H7.42037V16.825ZM8.1526 17.575C8.56681 17.575 8.9026 17.2392 8.9026 16.825C8.9026 16.4108 8.56681 16.075 8.1526 16.075V17.575ZM17.8051 10.808C17.3909 10.808 17.0551 11.1438 17.0551 11.558C17.0551 11.9722 17.3909 12.308 17.8051 12.308V10.808ZM23.893 12.308C24.3072 12.308 24.643 11.9722 24.643 11.558C24.643 11.1438 24.3072 10.808 23.893 10.808V12.308ZM1 6.25C0.585786 6.25 0.25 6.58579 0.25 7C0.25 7.41421 0.585786 7.75 1 7.75V6.25ZM4.05175 7.75C4.46596 7.75 4.80175 7.41421 4.80175 7C4.80175 6.58579 4.46596 6.25 4.05175 6.25V7.75ZM1.975 9.25C1.56079 9.25 1.225 9.58579 1.225 10C1.225 10.4142 1.56079 10.75 1.975 10.75V9.25ZM3.925 10.75C4.33921 10.75 4.675 10.4142 4.675 10C4.675 9.58579 4.33921 9.25 3.925 9.25V10.75ZM2.56975 12.25C2.15554 12.25 1.81975 12.5858 1.81975 13C1.81975 13.4142 2.15554 13.75 2.56975 13.75V12.25ZM3.925 13.75C4.33921 13.75 4.675 13.4142 4.675 13C4.675 12.5858 4.33921 12.25 3.925 12.25V13.75ZM17.8032 16.076H12.31V17.576H17.8032V16.076ZM18.5571 16.826V11.559H17.0571V16.826H18.5571ZM17.8071 17.576H18.0518V16.076H17.8071V17.576ZM22.2215 17.5758C23.8876 17.5397 25.1791 16.1341 25.1499 14.4718L23.6501 14.4982C23.6655 15.3704 22.9939 16.0587 22.189 16.0762L22.2215 17.5758ZM25.1389 14.3565L24.63 11.4305L23.1521 11.6875L23.6611 14.6135L25.1389 14.3565ZM17.8031 7.627H21.2849V6.127H17.8031V7.627ZM21.2897 7.62698C21.6768 7.62448 22.0522 7.7847 22.327 8.07731L23.4204 7.05042C22.8641 6.4581 22.0909 6.12177 21.28 6.12702L21.2897 7.62698ZM22.327 8.07731C22.6025 8.37065 22.7519 8.7712 22.7342 9.18603L24.2328 9.24997C24.2675 8.43728 23.976 7.642 23.4204 7.05042L22.327 8.07731ZM22.7446 9.34663L23.1522 11.6876L24.6299 11.4304L24.2224 9.08937L22.7446 9.34663ZM17.0531 6.877V11.559H18.5531V6.877H17.0531ZM18.5531 6.877V6.077H17.0531V6.877H17.0531ZM18.5531 6.0818C18.5562 5.60485 18.3745 5.14259 18.0422 4.79768L16.9619 5.83829C17.0188 5.8974 17.0537 5.98123 17.0532 6.0722L18.5531 6.0818ZM18.0422 4.79768C17.7094 4.45212 17.2522 4.25277 16.77 4.25001L16.7615 5.74999C16.8331 5.7504 16.9056 5.77984 16.9619 5.83829L18.0422 4.79768ZM16.7657 4.25H7.42037V5.75H16.7657V4.25ZM7.41679 4.25001C6.93498 4.25231 6.4778 4.45098 6.14467 4.79587L7.22355 5.83799C7.27989 5.77967 7.3524 5.75033 7.42396 5.74999L7.41679 4.25001ZM6.14467 4.79587C5.81216 5.1401 5.62983 5.60177 5.63201 6.07843L7.13199 6.07158C7.13158 5.98066 7.16659 5.89696 7.22355 5.83799L6.14467 4.79587ZM5.632 6.075V15.75H7.132V6.075H5.632ZM5.63201 15.7466C5.62983 16.2232 5.81216 16.6849 6.14467 17.0291L7.22355 15.987C7.16659 15.928 7.13158 15.8443 7.13199 15.7534L5.63201 15.7466ZM6.14467 17.0291C6.4778 17.374 6.93498 17.5727 7.41679 17.575L7.42396 16.075C7.3524 16.0747 7.27988 16.0453 7.22355 15.987L6.14467 17.0291ZM7.42037 17.575H8.1526V16.075H7.42037V17.575ZM17.8051 12.308H23.893V10.808H17.8051V12.308ZM1 7.75H4.05175V6.25H1V7.75ZM1.975 10.75H3.925V9.25H1.975V10.75ZM2.56975 13.75H3.925V12.25H2.56975V13.75Z',
|
|
5388
|
+
fill: color
|
|
5389
|
+
}));
|
|
5390
|
+
};
|
|
5391
|
+
|
|
5254
5392
|
var UnPinned = function UnPinned(_ref) {
|
|
5255
5393
|
var size = _ref.size,
|
|
5256
5394
|
color = _ref.color,
|
|
@@ -5935,10 +6073,14 @@ var IconSVGs = {
|
|
|
5935
6073
|
Bag: Bag,
|
|
5936
6074
|
Bank: Bank,
|
|
5937
6075
|
Bell: Bell,
|
|
6076
|
+
BookmarkAdd: BookmarkAdd,
|
|
6077
|
+
Bookmarks: Bookmarks,
|
|
6078
|
+
BookmarkSaved: BookmarkSaved,
|
|
5938
6079
|
Bin: Bin,
|
|
5939
6080
|
BrainNetworking: BrainNetworking,
|
|
5940
6081
|
Building: Building,
|
|
5941
6082
|
Bulb: Bulb,
|
|
6083
|
+
Bus: Bus,
|
|
5942
6084
|
Business: Business,
|
|
5943
6085
|
Calendar: Calendar,
|
|
5944
6086
|
Car: Car,
|
|
@@ -5994,6 +6136,7 @@ var IconSVGs = {
|
|
|
5994
6136
|
Filter_1: Filter_1,
|
|
5995
6137
|
Filter_2: Filter_2,
|
|
5996
6138
|
Flow: Flow,
|
|
6139
|
+
FootStep: FootStep,
|
|
5997
6140
|
Forward_10_Sec: Forward_10_Sec,
|
|
5998
6141
|
Forward: Forward,
|
|
5999
6142
|
FPS: FPS,
|
|
@@ -6039,6 +6182,7 @@ var IconSVGs = {
|
|
|
6039
6182
|
Line: Line,
|
|
6040
6183
|
Linkedin: Linkedin,
|
|
6041
6184
|
Live: Live,
|
|
6185
|
+
Loader: Loader,
|
|
6042
6186
|
Location: Location,
|
|
6043
6187
|
Lock: Lock,
|
|
6044
6188
|
Logout: Logout,
|
|
@@ -6065,7 +6209,8 @@ var IconSVGs = {
|
|
|
6065
6209
|
Notifications: Notifications,
|
|
6066
6210
|
OpenBin: OpenBin,
|
|
6067
6211
|
OpenBook: OpenBook,
|
|
6068
|
-
|
|
6212
|
+
Out: Out,
|
|
6213
|
+
OpenEye: Bus,
|
|
6069
6214
|
PasswordLock: PasswordLock,
|
|
6070
6215
|
Pause: Pause,
|
|
6071
6216
|
PeopleAnalytics: PeopleAnalytics,
|
|
@@ -6137,6 +6282,7 @@ var IconSVGs = {
|
|
|
6137
6282
|
Traffic: Traffic,
|
|
6138
6283
|
Translate: Translate,
|
|
6139
6284
|
TriangularFilledWarning: TriangularFilledWarning,
|
|
6285
|
+
TruckSpeed: TruckSpeed,
|
|
6140
6286
|
UnPinned: UnPinned,
|
|
6141
6287
|
UpArrow: UpArrow,
|
|
6142
6288
|
UploadFile: UploadFile,
|
|
@@ -9137,7 +9283,7 @@ var Spinner$1 = styled__default.div(_templateObject2$h || (_templateObject2$h =
|
|
|
9137
9283
|
var $color = _ref3.$color;
|
|
9138
9284
|
return $color;
|
|
9139
9285
|
}, spin$2);
|
|
9140
|
-
var Loader = function Loader(_ref4) {
|
|
9286
|
+
var Loader$1 = function Loader(_ref4) {
|
|
9141
9287
|
var title = _ref4.title,
|
|
9142
9288
|
_ref4$size = _ref4.size,
|
|
9143
9289
|
size = _ref4$size === void 0 ? 32 : _ref4$size,
|
|
@@ -10090,7 +10236,7 @@ var Table = function Table(_ref9) {
|
|
|
10090
10236
|
"$alignItems": 'center',
|
|
10091
10237
|
"$justifyContent": 'center',
|
|
10092
10238
|
"$padding": '24px 24px'
|
|
10093
|
-
}, React__default.createElement(Loader, {
|
|
10239
|
+
}, React__default.createElement(Loader$1, {
|
|
10094
10240
|
title: 'Loading users'
|
|
10095
10241
|
})) : rowconfig.length === 0 ? React__default.createElement(Container, {
|
|
10096
10242
|
"$flexDirection": 'column',
|
|
@@ -10959,7 +11105,7 @@ exports.DropdownMenu = DropdownMenu$1;
|
|
|
10959
11105
|
exports.Icon = Icon;
|
|
10960
11106
|
exports.IconTooltip = IconTooltip;
|
|
10961
11107
|
exports.InternalTabs = InternalTabs;
|
|
10962
|
-
exports.Loader = Loader;
|
|
11108
|
+
exports.Loader = Loader$1;
|
|
10963
11109
|
exports.MultiSelectDropdown = MultiSelectDropdown;
|
|
10964
11110
|
exports.OptionComponent = OptionComponent;
|
|
10965
11111
|
exports.Options = Options;
|