labsense-ui-kit 1.2.12 → 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/dist/Icons/SVGs/Download_2.d.ts +4 -0
- package/dist/Icons/SVGs/Timer.d.ts +4 -0
- package/dist/Icons/SVGs/index.d.ts +2 -0
- package/dist/Icons/index.d.ts +1 -1
- package/dist/index.js +40 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +40 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
|
@@ -34,6 +34,7 @@ export { default as DNS_3 } from './DNS_3';
|
|
|
34
34
|
export { default as DocumentBadge } from './DocumentBadge';
|
|
35
35
|
export { default as DoubleQuotes } from './DoubleQuotes';
|
|
36
36
|
export { default as DownArrow } from './DownArrow';
|
|
37
|
+
export { default as Download_2 } from './Download_2';
|
|
37
38
|
export { default as Download } from './Download';
|
|
38
39
|
export { default as Email } from './Email';
|
|
39
40
|
export { default as ExitFullScreen } from './ExitFullScreen';
|
|
@@ -135,6 +136,7 @@ export { default as Team } from './Team';
|
|
|
135
136
|
export { default as ThreeDots } from './ThreeDots';
|
|
136
137
|
export { default as ThumbsUp } from './ThumbsUp';
|
|
137
138
|
export { default as Tick } from './Tick';
|
|
139
|
+
export { default as Timer } from './Timer';
|
|
138
140
|
export { default as Tools } from './Tools';
|
|
139
141
|
export { default as TriangularFilledWarning } from './TriangularFilledWarning';
|
|
140
142
|
export { default as UnPinned } from './UnPinned';
|
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' | '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';
|
|
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_2' | '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' | 'Timer' | '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;
|
package/dist/index.js
CHANGED
|
@@ -884,6 +884,26 @@ var DownArrow = function DownArrow(_ref) {
|
|
|
884
884
|
}));
|
|
885
885
|
};
|
|
886
886
|
|
|
887
|
+
var Download_2 = function Download_2(_ref) {
|
|
888
|
+
var size = _ref.size,
|
|
889
|
+
color = _ref.color,
|
|
890
|
+
weight = _ref.weight;
|
|
891
|
+
return React__default.createElement("svg", {
|
|
892
|
+
width: size,
|
|
893
|
+
height: size,
|
|
894
|
+
stroke: color,
|
|
895
|
+
strokeWidth: weight,
|
|
896
|
+
viewBox: '0 0 8 12',
|
|
897
|
+
fill: 'none',
|
|
898
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
899
|
+
}, React__default.createElement("path", {
|
|
900
|
+
d: 'M4 8.625V1.1875M0.9375 6L4 9.0625L7.0625 6M0.9375 10.8125H7.0625',
|
|
901
|
+
stroke: '#525252',
|
|
902
|
+
strokeLinecap: 'round',
|
|
903
|
+
strokeLinejoin: 'round'
|
|
904
|
+
}));
|
|
905
|
+
};
|
|
906
|
+
|
|
887
907
|
var Download = function Download(_ref) {
|
|
888
908
|
var size = _ref.size,
|
|
889
909
|
color = _ref.color,
|
|
@@ -3415,6 +3435,24 @@ var Tick = function Tick(_ref) {
|
|
|
3415
3435
|
}));
|
|
3416
3436
|
};
|
|
3417
3437
|
|
|
3438
|
+
var Timer = function Timer(_ref) {
|
|
3439
|
+
var size = _ref.size,
|
|
3440
|
+
color = _ref.color,
|
|
3441
|
+
weight = _ref.weight;
|
|
3442
|
+
return React__default.createElement("svg", {
|
|
3443
|
+
width: size,
|
|
3444
|
+
height: size,
|
|
3445
|
+
stroke: color,
|
|
3446
|
+
strokeWidth: weight,
|
|
3447
|
+
viewBox: '0 0 28 28',
|
|
3448
|
+
fill: 'none',
|
|
3449
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
3450
|
+
}, React__default.createElement("path", {
|
|
3451
|
+
d: "M22.0402 0H26.3133L16.9799 11.8844L28 28H19.3414L12.5944 18.2311L4.83534 28H0.562249L10.5703 15.3067L0 0H8.88353L15.012 8.96L22.0402 0ZM20.5221 25.1378H22.8835L7.59036 2.67556H5.00402L20.5221 25.1378Z",
|
|
3452
|
+
fill: color
|
|
3453
|
+
}));
|
|
3454
|
+
};
|
|
3455
|
+
|
|
3418
3456
|
var Tools = function Tools(_ref) {
|
|
3419
3457
|
var size = _ref.size,
|
|
3420
3458
|
color = _ref.color,
|
|
@@ -4181,6 +4219,7 @@ var IconSVGs = {
|
|
|
4181
4219
|
DocumentBadge: DocumentBadge,
|
|
4182
4220
|
DoubleQuotes: DoubleQuotes,
|
|
4183
4221
|
DownArrow: DownArrow,
|
|
4222
|
+
Download_2: Download_2,
|
|
4184
4223
|
Download: Download,
|
|
4185
4224
|
Email: Email,
|
|
4186
4225
|
ExitFullScreen: ExitFullScreen,
|
|
@@ -4282,6 +4321,7 @@ var IconSVGs = {
|
|
|
4282
4321
|
ThreeDots: ThreeDots,
|
|
4283
4322
|
ThumbsUp: ThumbsUp,
|
|
4284
4323
|
Tick: Tick,
|
|
4324
|
+
Timer: Timer,
|
|
4285
4325
|
Tools: Tools,
|
|
4286
4326
|
TriangularFilledWarning: TriangularFilledWarning,
|
|
4287
4327
|
UnPinned: UnPinned,
|