labsense-ui-kit 1.1.17 → 1.1.19

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.
@@ -40,6 +40,7 @@ export declare const Container: import("styled-components/dist/types").IStyledCo
40
40
  $fontWeight?: string | undefined;
41
41
  $hoverBackground?: string | undefined;
42
42
  $hoverColor?: string | undefined;
43
+ $transition?: string | undefined;
43
44
  }>> & string;
44
45
  export declare const Span: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {
45
46
  $fontFamily?: string | undefined;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Directory: React.FC<SVGProps>;
4
+ export default Directory;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const NFS_Directory: React.FC<SVGProps>;
4
+ export default NFS_Directory;
@@ -21,6 +21,7 @@ export { default as Copy } from './Copy';
21
21
  export { default as CPU } from './CPU';
22
22
  export { default as Cube3D } from './Cube3D';
23
23
  export { default as Cyber } from './Cyber';
24
+ export { default as Directory } from './Directory';
24
25
  export { default as DocumentBadge } from './DocumentBadge';
25
26
  export { default as DownArrow } from './DownArrow';
26
27
  export { default as Download } from './Download';
@@ -61,6 +62,7 @@ export { default as Menu } from './Menu';
61
62
  export { default as Mute } from './Mute';
62
63
  export { default as MuteVolume } from './MuteVolume';
63
64
  export { default as NetworkStorage } from './NetworkStorage';
65
+ export { default as NFS_Directory } from './NFS_Directory';
64
66
  export { default as NoCam } from './NoCam';
65
67
  export { default as NoStorage } from './NoStorage';
66
68
  export { default as Notifications } from './Notifications';
@@ -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' | 'CircularFilledWarning' | 'CircularPause' | 'CircularPlay' | 'CircularWarning' | 'Client' | 'Close' | 'CloseCircle' | 'CloseEye' | 'Copy' | 'CPU' | 'Cube3D' | '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' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'Live' | 'Lock' | 'Logout' | 'Maps' | 'MediumVolume' | 'Mute' | 'MuteVolume' | 'Menu' | 'NetworkStorage' | 'NoCam' | 'NoStorage' | 'Notifications' | 'OpenBin' | 'OpenEye' | 'PasswordLock' | 'Pause' | 'Phone' | 'Pin_2' | 'Pin' | 'Play_1' | 'Play_2' | 'Playback' | 'PremiumBadge' | 'ProcessingBulb' | 'Profile_1' | 'Profile_2' | 'Profile_3' | 'Recording' | 'Rectangle' | 'Retry' | 'Return' | 'Rewind_10_Sec' | 'RightArrow' | 'ROI' | 'RunAway' | 'SandTimer' | 'Search' | 'Settings' | 'Shield' | 'SlantLine' | 'SquareEdit' | 'SquareTick' | 'StorageDisks' | 'Tag' | 'Team' | 'ThreeDots' | 'ThumbsUp' | 'Tick' | 'TriangularFilledWarning' | 'UnPinned' | 'UpArrow' | 'Video' | 'FullVolume' | 'Wallet' | 'WiFiCam' | 'Zapper';
12
+ export declare type IconNames = 'Add' | 'AddProfile' | 'Back' | 'Bin' | 'Bulb' | 'Business' | 'Calendar' | 'CCTV_1' | 'CCTV_2' | 'Circle' | 'CircularEdit' | 'CircularFilledWarning' | 'CircularPause' | 'CircularPlay' | 'CircularWarning' | 'Client' | 'Close' | 'CloseCircle' | 'CloseEye' | 'Copy' | 'CPU' | 'Cube3D' | 'Cyber' | 'Directory' | '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' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'Live' | 'Lock' | 'Logout' | 'Maps' | 'MediumVolume' | 'Mute' | 'MuteVolume' | 'Menu' | 'NetworkStorage' | 'NFS_Directory' | 'NoCam' | 'NoStorage' | 'Notifications' | 'OpenBin' | 'OpenEye' | 'PasswordLock' | 'Pause' | 'Phone' | 'Pin_2' | 'Pin' | 'Play_1' | 'Play_2' | 'Playback' | 'PremiumBadge' | 'ProcessingBulb' | 'Profile_1' | 'Profile_2' | 'Profile_3' | 'Recording' | 'Rectangle' | 'Retry' | 'Return' | 'Rewind_10_Sec' | 'RightArrow' | 'ROI' | 'RunAway' | 'SandTimer' | 'Search' | 'Settings' | 'Shield' | 'SlantLine' | 'SquareEdit' | 'SquareTick' | 'StorageDisks' | 'Tag' | 'Team' | 'ThreeDots' | 'ThumbsUp' | 'Tick' | 'TriangularFilledWarning' | '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
@@ -705,6 +705,23 @@ var Cyber = function Cyber(_ref) {
705
705
  }));
706
706
  };
707
707
 
708
+ var Directory = function Directory(_ref) {
709
+ var size = _ref.size,
710
+ color = _ref.color,
711
+ weight = _ref.weight;
712
+ return React__default.createElement("svg", {
713
+ width: size,
714
+ height: size,
715
+ strokeWidth: weight,
716
+ viewBox: "0 0 34 26",
717
+ fill: "none",
718
+ xmlns: "http://www.w3.org/2000/svg"
719
+ }, React__default.createElement("path", {
720
+ d: "M28.6667 4.45898H18.67C18.0167 4.45898 17.3917 4.14565 17.0017 3.62232L15.7333 1.92398C14.8717 0.772318 13.5 0.0839844 12.0617 0.0839844H5.33333C2.805 0.0839844 0.75 2.13898 0.75 4.66732V21.334C0.75 23.8623 2.805 25.9173 5.33333 25.9173H28.6667C31.195 25.9173 33.25 23.8623 33.25 21.334V9.04232C33.25 6.51398 31.195 4.45898 28.6667 4.45898ZM30.75 21.334C30.75 22.4823 29.815 23.4173 28.6667 23.4173H5.33333C4.185 23.4173 3.25 22.4823 3.25 21.334V4.66732C3.25 3.51898 4.185 2.58398 5.33333 2.58398H12.0617C12.715 2.58398 13.34 2.89732 13.73 3.42065L14.9983 5.11898C15.86 6.27065 17.2317 6.95898 18.67 6.95898H28.6667C29.815 6.95898 30.75 7.89398 30.75 9.04232V21.334Z",
721
+ fill: color
722
+ }));
723
+ };
724
+
708
725
  var DocumentBadge = function DocumentBadge(_ref) {
709
726
  var size = _ref.size,
710
727
  color = _ref.color,
@@ -1796,6 +1813,32 @@ var NetworkStorage = function NetworkStorage(_ref) {
1796
1813
  }));
1797
1814
  };
1798
1815
 
1816
+ var NFS_Directory = function NFS_Directory(_ref) {
1817
+ var size = _ref.size,
1818
+ color = _ref.color,
1819
+ weight = _ref.weight;
1820
+ return React__default.createElement("svg", {
1821
+ width: size,
1822
+ height: size,
1823
+ strokeWidth: weight,
1824
+ viewBox: "0 0 32 28",
1825
+ fill: "none",
1826
+ xmlns: "http://www.w3.org/2000/svg"
1827
+ }, React__default.createElement("path", {
1828
+ d: "M19.4846 24.8098H2.92935C1.34308 24.8098 0.0527344 23.5193 0.0527344 21.9332V3.81021C0.0527344 2.22394 1.34328 0.933594 2.92935 0.933594H7.47741C8.64676 0.933594 9.69055 1.6321 10.1365 2.7131L10.717 4.11986H26.0599C27.6462 4.11986 28.9365 5.41041 28.9365 6.99648V11.8659C28.9365 12.4154 28.4909 12.861 27.9415 12.861C27.392 12.861 26.9465 12.4154 26.9465 11.8659V6.99648C26.9465 6.50752 26.5487 6.10991 26.0599 6.10991H10.6239C9.87144 6.10991 9.2 5.66056 8.91303 4.96504L8.29711 3.4721C8.1596 3.13897 7.83801 2.92364 7.47761 2.92364H2.92955C2.44059 2.92364 2.04298 3.32145 2.04298 3.81021V21.9332C2.04298 22.4222 2.44079 22.8198 2.92955 22.8198H19.4848C20.0342 22.8198 20.4798 23.2653 20.4798 23.8148C20.4798 24.3642 20.0342 24.8098 19.4848 24.8098H19.4846Z",
1829
+ fill: color
1830
+ }), React__default.createElement("path", {
1831
+ d: "M27.2037 20.2793C27.0394 20.2793 26.8752 20.2388 26.7267 20.1576L23.1755 18.2177C22.8571 18.0437 22.6587 17.7104 22.6575 17.3476C22.6563 16.9848 22.8527 16.6503 23.1699 16.4744L26.7868 14.4686C27.0826 14.3046 27.4412 14.302 27.7393 14.4616L31.4221 16.4346C31.7466 16.6085 31.9486 16.9472 31.9472 17.3154C31.9458 17.6835 31.7415 18.0208 31.4157 18.1922L27.6672 20.1651C27.5222 20.2415 27.3629 20.2795 27.2037 20.2795V20.2793ZM25.716 17.3379L27.2123 18.1554L28.8304 17.3038L27.2776 16.472L25.716 17.3381V17.3379Z",
1832
+ fill: color
1833
+ }), React__default.createElement("path", {
1834
+ d: "M27.2037 23.6508C27.0393 23.6508 26.8751 23.6102 26.7267 23.529L23.1754 21.5889C22.6932 21.3254 22.5157 20.7208 22.7792 20.2386C23.0427 19.7564 23.6473 19.5789 24.1295 19.8424L27.2124 21.5266L30.4887 19.8022C30.9748 19.5463 31.5766 19.733 31.8325 20.2193C32.0885 20.7057 31.9018 21.3073 31.4154 21.5632L27.667 23.5361C27.5219 23.6126 27.3627 23.6506 27.2035 23.6506L27.2037 23.6508Z",
1835
+ fill: color
1836
+ }), React__default.createElement("path", {
1837
+ d: "M27.2037 27.0666C27.0393 27.0666 26.8751 27.026 26.7267 26.9448L23.1754 25.0049C22.6932 24.7414 22.5157 24.1368 22.7792 23.6546C23.0427 23.1725 23.6473 22.9949 24.1295 23.2584L27.2124 24.9426L30.4887 23.2182C30.9748 22.9623 31.5766 23.149 31.8325 23.6353C32.0885 24.1217 31.9018 24.7233 31.4154 24.9792L27.667 26.9522C27.5219 27.0286 27.3627 27.0666 27.2035 27.0666H27.2037Z",
1838
+ fill: color
1839
+ }));
1840
+ };
1841
+
1799
1842
  var NoCam = function NoCam(_ref) {
1800
1843
  var size = _ref.size,
1801
1844
  color = _ref.color,
@@ -2814,6 +2857,7 @@ var IconSVGs = {
2814
2857
  CPU: CPU,
2815
2858
  Cube3D: Cube3D,
2816
2859
  Cyber: Cyber,
2860
+ Directory: Directory,
2817
2861
  DocumentBadge: DocumentBadge,
2818
2862
  DownArrow: DownArrow,
2819
2863
  Download: Download,
@@ -2854,6 +2898,7 @@ var IconSVGs = {
2854
2898
  MuteVolume: MuteVolume,
2855
2899
  Menu: Menu,
2856
2900
  NetworkStorage: NetworkStorage,
2901
+ NFS_Directory: NFS_Directory,
2857
2902
  NoCam: NoCam,
2858
2903
  NoStorage: NoStorage,
2859
2904
  Notifications: Notifications,
@@ -2926,7 +2971,7 @@ var Icon = function Icon(_ref2) {
2926
2971
  };
2927
2972
 
2928
2973
  var _templateObject$1, _templateObject2$1;
2929
- var Container = styled__default.div(_templateObject$1 || (_templateObject$1 = _taggedTemplateLiteralLoose(["\n display: flex;\n flex: ", ";\n flex-wrap: ", ";\n flex-direction: ", ";\n justify-content: ", ";\n align-items: ", "; \n gap: ", ";\n font-weight: ", ";\n height: ", ";\n min-height: ", ";\n max-height: ", ";\n width: ", ";\n min-width: ", ";\n max-width: ", ";\n padding: ", ";\n background: ", ";\n object-fit:", ";\n margin: ", ";\n border-radius: ", ";\n border-top-left-radius: ", ";\n border-top-right-radius: ", ";\n cursor: ", ";\n font-size: ", ";\n opacity: ", ";\n pointer-events: ", ";\n position: ", ";\n top: ", ";\n bottom: ", ";\n left: ", ";\n right: ", ";\n text-align: ", "; \n color: ", "; \n overflow: ", ";\n overflow-y: ", ";\n z-index: ", "; \n scrollbar-width: ", ";\n border: ", "; \n border-bottom: ", ";\n border-left: ", ";\n\n &:hover {\n background: ", ";\n color: ", ";\n }\n"])), function (_ref) {
2974
+ var Container = styled__default.div(_templateObject$1 || (_templateObject$1 = _taggedTemplateLiteralLoose(["\n display: flex;\n flex: ", ";\n flex-wrap: ", ";\n flex-direction: ", ";\n justify-content: ", ";\n align-items: ", "; \n gap: ", ";\n font-weight: ", ";\n height: ", ";\n min-height: ", ";\n max-height: ", ";\n width: ", ";\n min-width: ", ";\n max-width: ", ";\n padding: ", ";\n background: ", ";\n object-fit:", ";\n margin: ", ";\n border-radius: ", ";\n border-top-left-radius: ", ";\n border-top-right-radius: ", ";\n cursor: ", ";\n font-size: ", ";\n opacity: ", ";\n pointer-events: ", ";\n position: ", ";\n top: ", ";\n bottom: ", ";\n left: ", ";\n right: ", ";\n text-align: ", "; \n color: ", "; \n overflow: ", ";\n overflow-y: ", ";\n z-index: ", "; \n scrollbar-width: ", ";\n border: ", "; \n border-bottom: ", ";\n border-left: ", ";\n transition: ", ";\n\n &:hover {\n background: ", ";\n color: ", ";\n }\n"])), function (_ref) {
2930
2975
  var $flex = _ref.$flex;
2931
2976
  return $flex;
2932
2977
  }, function (_ref2) {
@@ -3041,38 +3086,41 @@ var Container = styled__default.div(_templateObject$1 || (_templateObject$1 = _t
3041
3086
  var $borderLeft = _ref38.$borderLeft;
3042
3087
  return $borderLeft;
3043
3088
  }, function (_ref39) {
3044
- var $hoverBackground = _ref39.$hoverBackground;
3045
- return $hoverBackground;
3089
+ var $transition = _ref39.$transition;
3090
+ return $transition;
3046
3091
  }, function (_ref40) {
3047
- var $hoverColor = _ref40.$hoverColor;
3092
+ var $hoverBackground = _ref40.$hoverBackground;
3093
+ return $hoverBackground;
3094
+ }, function (_ref41) {
3095
+ var $hoverColor = _ref41.$hoverColor;
3048
3096
  return $hoverColor;
3049
3097
  });
3050
- var Span = styled__default.span(_templateObject2$1 || (_templateObject2$1 = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n font-weight: ", ";\n font-size: ", ";\n color: ", ";\n line-height: ", ";\n text-align: ", ";\n min-width: ", ";\n width: ", ";\n overflow-wrap: ", ";\n"])), function (_ref41) {
3051
- var $fontFamily = _ref41.$fontFamily;
3098
+ var Span = styled__default.span(_templateObject2$1 || (_templateObject2$1 = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n font-weight: ", ";\n font-size: ", ";\n color: ", ";\n line-height: ", ";\n text-align: ", ";\n min-width: ", ";\n width: ", ";\n overflow-wrap: ", ";\n"])), function (_ref42) {
3099
+ var $fontFamily = _ref42.$fontFamily;
3052
3100
  return $fontFamily ? $fontFamily : 'NotoSans, sans-serif';
3053
- }, function (_ref42) {
3054
- var $fontWeight = _ref42.$fontWeight;
3055
- return $fontWeight ? $fontWeight : '500';
3056
3101
  }, function (_ref43) {
3057
- var $fontSize = _ref43.$fontSize;
3058
- return $fontSize ? $fontSize : '16px';
3102
+ var $fontWeight = _ref43.$fontWeight;
3103
+ return $fontWeight ? $fontWeight : '500';
3059
3104
  }, function (_ref44) {
3060
- var $color = _ref44.$color;
3061
- return $color ? $color : colorVariables.text.medium;
3105
+ var $fontSize = _ref44.$fontSize;
3106
+ return $fontSize ? $fontSize : '16px';
3062
3107
  }, function (_ref45) {
3063
- var $lineHeight = _ref45.$lineHeight;
3064
- return $lineHeight ? $lineHeight : '100%';
3108
+ var $color = _ref45.$color;
3109
+ return $color ? $color : colorVariables.text.medium;
3065
3110
  }, function (_ref46) {
3066
- var $textAlign = _ref46.$textAlign;
3067
- return $textAlign ? $textAlign : 'center';
3111
+ var $lineHeight = _ref46.$lineHeight;
3112
+ return $lineHeight ? $lineHeight : '100%';
3068
3113
  }, function (_ref47) {
3069
- var $minWidth = _ref47.$minWidth;
3070
- return $minWidth;
3114
+ var $textAlign = _ref47.$textAlign;
3115
+ return $textAlign ? $textAlign : 'center';
3071
3116
  }, function (_ref48) {
3072
- var $width = _ref48.$width;
3073
- return $width;
3117
+ var $minWidth = _ref48.$minWidth;
3118
+ return $minWidth;
3074
3119
  }, function (_ref49) {
3075
- var $overflowWrap = _ref49.$overflowWrap;
3120
+ var $width = _ref49.$width;
3121
+ return $width;
3122
+ }, function (_ref50) {
3123
+ var $overflowWrap = _ref50.$overflowWrap;
3076
3124
  return $overflowWrap;
3077
3125
  });
3078
3126
 
@@ -4680,7 +4728,7 @@ var DropdownMenu$1 = styled__default.div(_templateObject7$2 || (_templateObject7
4680
4728
  var $bottom = _ref26.$bottom;
4681
4729
  return $bottom && "bottom: " + $bottom + ";";
4682
4730
  });
4683
- var OptionsWrapper = styled__default.div(_templateObject8$2 || (_templateObject8$2 = _taggedTemplateLiteralLoose(["\n max-height: 150px; \n overflow-y: auto; \n width: 100%;\n"])));
4731
+ var OptionsWrapper = styled__default.div(_templateObject8$2 || (_templateObject8$2 = _taggedTemplateLiteralLoose(["\n max-height: 150px; \n overflow-y: auto;\n scrollbar-width: thin;\n width: 100%;\n"])));
4684
4732
  var SearchContainer$1 = styled__default.div(_templateObject9$2 || (_templateObject9$2 = _taggedTemplateLiteralLoose(["\n width: 100%;\n background: ", ";\n border: ", ";\n border-bottom: 1px solid ", ";\n border-radius: ", ";\n padding: 10px 12px;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n gap: 8px;\n position: sticky;\n top: 0;\n z-index: 10; \n"])), function (_ref27) {
4685
4733
  var $background = _ref27.$background;
4686
4734
  return $background || colorVariables.accent.extraLight;