labsense-ui-kit 1.0.37 → 1.0.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.
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { SVGProps } from "../";
3
+ declare const Pin_2: React.FC<SVGProps>;
4
+ export default Pin_2;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { SVGProps } from "../";
3
+ declare const UnPinned: React.FC<SVGProps>;
4
+ export default UnPinned;
@@ -65,6 +65,7 @@ export { default as OpenBin } from './OpenBin';
65
65
  export { default as OpenEye } from './OpenEye';
66
66
  export { default as PasswordLock } from './PasswordLock';
67
67
  export { default as Phone } from './Phone';
68
+ export { default as Pin_2 } from './Pin_2';
68
69
  export { default as Pin } from './Pin';
69
70
  export { default as Play } from './Play';
70
71
  export { default as Playback } from './Playback';
@@ -93,6 +94,7 @@ export { default as Team } from './Team';
93
94
  export { default as ThreeDots } from './ThreeDots';
94
95
  export { default as ThumbsUp } from './ThumbsUp';
95
96
  export { default as Tick } from './Tick';
97
+ export { default as UnPinned } from './UnPinned';
96
98
  export { default as UpArrow } from './UpArrow';
97
99
  export { default as Video } from './Video';
98
100
  export { default as Wallet } from './Wallet';
@@ -9,7 +9,7 @@ export interface SVGProps {
9
9
  color: string;
10
10
  weight: string;
11
11
  }
12
- export declare type IconNames = 'Add' | 'AddProfile' | 'Back' | 'Bin' | 'Bulb' | 'Business' | 'Calendar' | 'CCTV_1' | 'CCTV_2' | 'Circle' | 'CircularEdit' | 'CircularPause' | 'CircularPlay' | 'CircularWarning' | 'Client' | 'Close' | 'CloseCircle' | 'CloseEye' | 'Copy' | 'CPU' | 'Cyber' | 'DocumentBadge' | 'DownArrow' | 'Download' | 'Email' | 'ExitFullScreen' | 'FaceRecognition' | 'OpenEye' | 'FilesBox' | 'FilledCircle' | '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' | 'Key' | 'KeyDown' | 'LeftArrow' | 'Letter' | 'Live' | 'Lock' | 'Logout' | 'Maps' | 'MediumVolume' | 'Mute' | 'MuteVolume' | 'Menu' | 'NetworkStorage' | 'NoCam' | 'NoStorage' | 'Notifications' | 'OpenBin' | 'OpenEye' | 'PasswordLock' | 'Phone' | 'Pin' | 'Play' | 'Playback' | 'PremiumBadge' | 'ProcessingBulb' | 'Profile_1' | 'Profile_2' | 'Profile_3' | 'Recording' | 'Rectangle' | 'Return' | 'Rewind_10_Sec' | 'RightArrow' | 'ROI' | 'RunAway' | 'SandTimer' | 'Search' | 'Settings' | 'Shield' | 'SlantLine' | 'SquareEdit' | 'SquareTick' | 'StorageDisks' | 'Tag' | 'Team' | 'ThreeDots' | 'ThumbsUp' | 'Tick' | 'UpArrow' | 'Video' | 'FullVolume' | 'Wallet' | 'WiFiCam' | 'Zapper';
12
+ export declare type IconNames = 'Add' | 'AddProfile' | 'Back' | 'Bin' | 'Bulb' | 'Business' | 'Calendar' | 'CCTV_1' | 'CCTV_2' | 'Circle' | 'CircularEdit' | 'CircularPause' | 'CircularPlay' | 'CircularWarning' | 'Client' | 'Close' | 'CloseCircle' | 'CloseEye' | 'Copy' | 'CPU' | 'Cyber' | 'DocumentBadge' | 'DownArrow' | 'Download' | 'Email' | 'ExitFullScreen' | 'FaceRecognition' | 'OpenEye' | 'FilesBox' | 'FilledCircle' | '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' | 'Key' | 'KeyDown' | 'LeftArrow' | 'Letter' | 'Live' | 'Lock' | 'Logout' | 'Maps' | 'MediumVolume' | 'Mute' | 'MuteVolume' | 'Menu' | 'NetworkStorage' | 'NoCam' | 'NoStorage' | 'Notifications' | 'OpenBin' | 'OpenEye' | 'PasswordLock' | 'Phone' | 'Pin_2' | 'Pin' | 'Play' | 'Playback' | 'PremiumBadge' | 'ProcessingBulb' | 'Profile_1' | 'Profile_2' | 'Profile_3' | 'Recording' | 'Rectangle' | 'Return' | 'Rewind_10_Sec' | 'RightArrow' | 'ROI' | 'RunAway' | 'SandTimer' | 'Search' | 'Settings' | 'Shield' | 'SlantLine' | 'SquareEdit' | 'SquareTick' | 'StorageDisks' | 'Tag' | 'Team' | 'ThreeDots' | 'ThumbsUp' | 'Tick' | 'UnPinned' | 'UpArrow' | 'Video' | 'FullVolume' | 'Wallet' | 'WiFiCam' | 'Zapper';
13
13
  export interface IconProps {
14
14
  icon: IconNames;
15
15
  size?: number;
package/dist/index.js CHANGED
@@ -1735,6 +1735,23 @@ var Phone = function Phone(_ref) {
1735
1735
  }));
1736
1736
  };
1737
1737
 
1738
+ var Pin_2 = function Pin_2(_ref) {
1739
+ var size = _ref.size,
1740
+ color = _ref.color,
1741
+ weight = _ref.weight;
1742
+ return React__default.createElement("svg", {
1743
+ width: size,
1744
+ height: size,
1745
+ strokeWidth: weight,
1746
+ viewBox: "0 0 8 13",
1747
+ fill: "none",
1748
+ xmlns: "http://www.w3.org/2000/svg"
1749
+ }, React__default.createElement("path", {
1750
+ d: "M2.25 4.25008L7.5 8.33341H4.58333V10.6667L4 12.4167L3.41667 10.6667V8.33341H0.5V6.58341L2.25 4.83341V4.25008ZM6.91667 0.166748V1.33341L5.75 1.91675V4.83341L7.5 6.58341V8.33341L3.68314 5.36474L2.25 4.25008V1.91675L1.08333 1.33341V0.166748H6.91667Z",
1751
+ fill: color
1752
+ }));
1753
+ };
1754
+
1738
1755
  var Pin = function Pin(_ref) {
1739
1756
  var size = _ref.size,
1740
1757
  color = _ref.color,
@@ -2361,6 +2378,26 @@ var Tick = function Tick(_ref) {
2361
2378
  }));
2362
2379
  };
2363
2380
 
2381
+ var UnPinned = function UnPinned(_ref) {
2382
+ var size = _ref.size,
2383
+ color = _ref.color,
2384
+ weight = _ref.weight;
2385
+ return React__default.createElement("svg", {
2386
+ width: size,
2387
+ height: size,
2388
+ strokeWidth: weight,
2389
+ viewBox: "0 0 13 13",
2390
+ fill: "none",
2391
+ xmlns: "http://www.w3.org/2000/svg"
2392
+ }, React__default.createElement("path", {
2393
+ d: "M5.25 4.25008L6.3665 5.36658L4.66667 7.06641V7.16675H8.16667L9.33333 8.33341H7.58333V10.6667L7 12.4167L6.41667 10.6667V8.33341H3.5V6.58341L5.25 4.83341V4.25008ZM9.91667 0.166748V1.33341L8.75 1.91675V4.83341L10.5 6.58341V8.019L7.58333 5.10175V1.33341H6.41667V3.93508L5.25 2.76841V1.91675L4.08333 1.33341V0.166748H9.91667Z",
2394
+ fill: color
2395
+ }), React__default.createElement("path", {
2396
+ d: "M1.32384 0.324219L0.583008 1.06505L11.9347 12.4167L12.6755 11.6759L6.41634 5.41672L1.32384 0.324219Z",
2397
+ fill: color
2398
+ }));
2399
+ };
2400
+
2364
2401
  var UpArrow = function UpArrow(_ref) {
2365
2402
  var size = _ref.size,
2366
2403
  color = _ref.color,
@@ -2536,6 +2573,7 @@ var IconSVGs = {
2536
2573
  OpenEye: OpenEye,
2537
2574
  PasswordLock: PasswordLock,
2538
2575
  Phone: Phone,
2576
+ Pin_2: Pin_2,
2539
2577
  Pin: Pin,
2540
2578
  Play: Play,
2541
2579
  Playback: Playback,
@@ -2564,6 +2602,7 @@ var IconSVGs = {
2564
2602
  ThreeDots: ThreeDots,
2565
2603
  ThumbsUp: ThumbsUp,
2566
2604
  Tick: Tick,
2605
+ UnPinned: UnPinned,
2567
2606
  UpArrow: UpArrow,
2568
2607
  Video: Video,
2569
2608
  Wallet: Wallet,
@@ -2839,7 +2878,8 @@ var ButtonComponent = function ButtonComponent(_ref20) {
2839
2878
  text = _ref20.text,
2840
2879
  size = _ref20.size,
2841
2880
  background = _ref20.background,
2842
- hoverColor = _ref20.hoverColor,
2881
+ _ref20$hoverColor = _ref20.hoverColor,
2882
+ hoverColor = _ref20$hoverColor === void 0 ? colorVariables.text.white : _ref20$hoverColor,
2843
2883
  color = _ref20.color,
2844
2884
  borderDefault = _ref20.borderDefault,
2845
2885
  borderHover = _ref20.borderHover,