labsense-ui-kit 1.2.8 → 1.2.10

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.
@@ -47,6 +47,7 @@ export declare const Container: import("styled-components/dist/types").IStyledCo
47
47
  $transform?: string | undefined;
48
48
  $boxShadow?: string | undefined;
49
49
  $backDropFilter?: string | undefined;
50
+ $whiteSpace?: string | undefined;
50
51
  }>> & string;
51
52
  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>, {
52
53
  $fontFamily?: string | undefined;
@@ -59,4 +60,5 @@ export declare const Span: import("styled-components/dist/types").IStyledCompone
59
60
  $width?: string | undefined;
60
61
  $minWidth?: string | undefined;
61
62
  $overflowWrap?: string | undefined;
63
+ $whiteSpace?: string | undefined;
62
64
  }>> & string;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const DoubleQuotes: React.FC<SVGProps>;
4
+ export default DoubleQuotes;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Star: React.FC<SVGProps>;
4
+ export default Star;
@@ -31,6 +31,7 @@ export { default as DNS_1 } from './DNS_1';
31
31
  export { default as DNS_2 } from './DNS_2';
32
32
  export { default as DNS_3 } from './DNS_3';
33
33
  export { default as DocumentBadge } from './DocumentBadge';
34
+ export { default as DoubleQuotes } from './DoubleQuotes';
34
35
  export { default as DownArrow } from './DownArrow';
35
36
  export { default as Download } from './Download';
36
37
  export { default as Email } from './Email';
@@ -116,6 +117,7 @@ export { default as Shield } from './Shield';
116
117
  export { default as SlantLine } from './SlantLine';
117
118
  export { default as SquareEdit } from './SquareEdit';
118
119
  export { default as SquareTick } from './SquareTick';
120
+ export { default as Star } from './Star';
119
121
  export { default as StorageDisks } from './StorageDisks';
120
122
  export { default as Tag } from './Tag';
121
123
  export { default as Team } from './Team';
@@ -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' | 'CPU' | 'Cube3D' | 'Cyber' | 'DiagonalArrow' | 'Directory' | 'Disk' | 'DNS_1' | 'DNS_2' | 'DNS_3' | 'DocumentBadge' | 'DownArrow' | 'Download' | 'Email' | 'ExitFullScreen' | 'FaceRecognition' | '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' | 'Hazard' | 'History' | 'Hexagon' | 'Information' | 'InformationFilled' | 'IP' | 'Key' | 'KeyDown' | 'KnobController' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'Live' | 'Lock' | 'Logout' | 'Maps' | 'Media' | 'Monitor' | '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' | 'Settings' | 'Shield' | 'SlantLine' | 'SquareEdit' | 'SquareTick' | 'StorageDisks' | 'Tag' | 'Team' | 'ThreeDots' | 'ThumbsUp' | 'Tick' | 'Tools' | 'TriangularFilledWarning' | 'UnPinned' | 'UpArrow' | 'Video' | 'FullVolume' | 'Globe' | 'Wallet' | 'Web' | 'WiFiCam' | 'WiFiLaptop' | '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' | 'CPU' | 'Cube3D' | 'Cyber' | 'DiagonalArrow' | 'Directory' | 'Disk' | 'DNS_1' | 'DNS_2' | 'DNS_3' | 'DocumentBadge' | 'DoubleQuotes' | 'DownArrow' | 'Download' | 'Email' | 'ExitFullScreen' | 'FaceRecognition' | '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' | 'Hazard' | 'History' | 'Hexagon' | 'Information' | 'InformationFilled' | 'IP' | 'Key' | 'KeyDown' | 'KnobController' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'Live' | 'Lock' | 'Logout' | 'Maps' | 'Media' | 'Monitor' | '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' | 'Settings' | 'Shield' | 'SlantLine' | 'SquareEdit' | 'SquareTick' | 'Star' | 'StorageDisks' | 'Tag' | 'Team' | 'ThreeDots' | 'ThumbsUp' | 'Tick' | 'Tools' | 'TriangularFilledWarning' | 'UnPinned' | 'UpArrow' | 'Video' | 'FullVolume' | 'Globe' | 'Wallet' | 'Web' | 'WiFiCam' | 'WiFiLaptop' | 'Zapper';
13
13
  export interface IconProps {
14
14
  icon: IconNames;
15
15
  size?: number;
package/dist/index.js CHANGED
@@ -827,6 +827,23 @@ var DocumentBadge = function DocumentBadge(_ref) {
827
827
  }));
828
828
  };
829
829
 
830
+ var DoubleQuotes = function DoubleQuotes(_ref) {
831
+ var size = _ref.size,
832
+ color = _ref.color,
833
+ weight = _ref.weight;
834
+ return React__default.createElement("svg", {
835
+ width: size,
836
+ height: size,
837
+ strokeWidth: weight,
838
+ viewBox: '0 0 17 15',
839
+ fill: 'none',
840
+ xmlns: 'http://www.w3.org/2000/svg'
841
+ }, React__default.createElement("path", {
842
+ d: "M17 11.8819C17 10.1919 15.68 8.82189 14.054 8.82189C13.532 8.82189 13.05 8.97389 12.624 9.22189C12.77 7.58589 13.594 5.19989 16.614 2.76789C17.036 2.42589 17.114 1.79389 16.786 1.3559C16.594 1.0999 16.308 0.965894 16.02 0.965894C15.8035 0.965798 15.5936 1.04071 15.426 1.17789C11.72 4.16789 10.794 7.23989 10.67 9.29189C10.458 11.9159 11.254 13.2959 11.982 14.0159C12.048 14.0859 12.11 14.1619 12.184 14.2239C12.3287 14.3481 12.4848 14.4586 12.65 14.5539C12.656 14.5579 12.66 14.5639 12.666 14.5659C12.676 14.5719 12.686 14.5739 12.696 14.5779C12.894 14.6879 13.036 14.7399 13.036 14.7399L13.026 14.7159C13.3504 14.8583 13.6998 14.9351 14.054 14.9419C15.682 14.9419 17 13.5719 17 11.8819ZM7.304 11.8819C7.304 10.1919 5.986 8.82189 4.358 8.82189C3.836 8.82189 3.354 8.97389 2.928 9.22189C3.074 7.58589 3.898 5.19989 6.918 2.76789C7.342 2.42589 7.418 1.79389 7.09 1.3559C6.898 1.0999 6.612 0.965894 6.324 0.965894C6.10745 0.965798 5.89755 1.04071 5.73 1.17789C2.024 4.16789 1.098 7.23989 0.973999 9.29189C0.761999 11.9159 1.56 13.2959 2.286 14.0159C2.354 14.0859 2.416 14.1619 2.49 14.2239C2.63474 14.3481 2.79075 14.4586 2.956 14.5539L2.972 14.5659C2.982 14.5719 2.992 14.5739 3.002 14.5779C3.2 14.6859 3.342 14.7399 3.342 14.7399L3.332 14.7159C3.65648 14.8581 4.00581 14.9349 4.36 14.9419C5.986 14.9419 7.304 13.5719 7.304 11.8819Z",
843
+ fill: color
844
+ }));
845
+ };
846
+
830
847
  var DownArrow = function DownArrow(_ref) {
831
848
  var size = _ref.size,
832
849
  color = _ref.color,
@@ -3017,6 +3034,23 @@ var SquareTick = function SquareTick(_ref) {
3017
3034
  }));
3018
3035
  };
3019
3036
 
3037
+ var Star = function Star(_ref) {
3038
+ var size = _ref.size,
3039
+ color = _ref.color,
3040
+ weight = _ref.weight;
3041
+ return React__default.createElement("svg", {
3042
+ width: size,
3043
+ height: size,
3044
+ strokeWidth: weight,
3045
+ viewBox: '0 0 16 15',
3046
+ fill: 'none',
3047
+ xmlns: 'http://www.w3.org/2000/svg'
3048
+ }, React__default.createElement("path", {
3049
+ d: "M8.00125 12.3959L4.54292 14.4792C4.39014 14.5765 4.23042 14.6181 4.06375 14.6042C3.89708 14.5904 3.75125 14.5348 3.62625 14.4376C3.50125 14.3404 3.40403 14.219 3.33458 14.0734C3.26514 13.9279 3.25125 13.7645 3.29292 13.5834L4.20958 9.64592L1.14708 7.00008C1.0082 6.87508 0.921528 6.73258 0.887084 6.57258C0.85264 6.41258 0.862917 6.25647 0.917917 6.10425C0.972917 5.95203 1.05625 5.82703 1.16792 5.72925C1.27958 5.63147 1.43236 5.56897 1.62625 5.54175L5.66792 5.18758L7.23042 1.47925C7.29986 1.31258 7.40764 1.18758 7.55375 1.10425C7.69986 1.02091 7.84903 0.979248 8.00125 0.979248C8.15347 0.979248 8.30264 1.02091 8.44875 1.10425C8.59486 1.18758 8.70264 1.31258 8.77208 1.47925L10.3346 5.18758L14.3762 5.54175C14.5707 5.56953 14.7235 5.63203 14.8346 5.72925C14.9457 5.82647 15.029 5.95147 15.0846 6.10425C15.1401 6.25703 15.1507 6.41342 15.1163 6.57342C15.0818 6.73342 14.9949 6.87564 14.8554 7.00008L11.7929 9.64592L12.7096 13.5834C12.7513 13.764 12.7374 13.9273 12.6679 14.0734C12.5985 14.2195 12.5013 14.3409 12.3763 14.4376C12.2513 14.5342 12.1054 14.5898 11.9388 14.6042C11.7721 14.6187 11.6124 14.577 11.4596 14.4792L8.00125 12.3959Z",
3050
+ fill: color
3051
+ }));
3052
+ };
3053
+
3020
3054
  var StorageDisks = function StorageDisks(_ref) {
3021
3055
  var size = _ref.size,
3022
3056
  color = _ref.color,
@@ -3398,7 +3432,7 @@ var useCustomModal = function useCustomModal(_ref4) {
3398
3432
  };
3399
3433
 
3400
3434
  var _templateObject$1, _templateObject2$1;
3401
- 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 border-bottom-right-radius: ", ";\n border-bottom-left-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-top: ", ";\n border-bottom: ", ";\n border-left: ", ";\n transition: ", ";\n transform: ", ";\n box-shadow: ", ";\n backdrop-filter: ", ";\n\n &:hover {\n background: ", ";\n color: ", ";\n }\n"])), function (_ref) {
3435
+ 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 border-bottom-right-radius: ", ";\n border-bottom-left-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-top: ", ";\n border-bottom: ", ";\n border-left: ", ";\n transition: ", ";\n transform: ", ";\n box-shadow: ", ";\n backdrop-filter: ", ";\n white-space: ", ";\n\n &:hover {\n background: ", ";\n color: ", ";\n }\n"])), function (_ref) {
3402
3436
  var $flex = _ref.$flex;
3403
3437
  return $flex;
3404
3438
  }, function (_ref2) {
@@ -3534,43 +3568,49 @@ var Container = styled__default.div(_templateObject$1 || (_templateObject$1 = _t
3534
3568
  var $backDropFilter = _ref45.$backDropFilter;
3535
3569
  return $backDropFilter;
3536
3570
  }, function (_ref46) {
3537
- var $hoverBackground = _ref46.$hoverBackground;
3538
- return $hoverBackground;
3571
+ var $whiteSpace = _ref46.$whiteSpace;
3572
+ return $whiteSpace;
3539
3573
  }, function (_ref47) {
3540
- var $hoverColor = _ref47.$hoverColor;
3574
+ var $hoverBackground = _ref47.$hoverBackground;
3575
+ return $hoverBackground;
3576
+ }, function (_ref48) {
3577
+ var $hoverColor = _ref48.$hoverColor;
3541
3578
  return $hoverColor;
3542
3579
  });
3543
- var Span = styled__default.span(_templateObject2$1 || (_templateObject2$1 = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n font-weight: ", ";\n font-size: ", ";\n font-style: ", ";\n color: ", ";\n line-height: ", ";\n text-align: ", ";\n min-width: ", ";\n width: ", ";\n overflow-wrap: ", ";\n"])), function (_ref48) {
3544
- var $fontFamily = _ref48.$fontFamily;
3580
+ var Span = styled__default.span(_templateObject2$1 || (_templateObject2$1 = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n font-weight: ", ";\n font-size: ", ";\n font-style: ", ";\n color: ", ";\n line-height: ", ";\n text-align: ", ";\n min-width: ", ";\n width: ", ";\n overflow-wrap: ", ";\n white-space: ", ";\n"])), function (_ref49) {
3581
+ var $fontFamily = _ref49.$fontFamily;
3545
3582
  return $fontFamily ? $fontFamily : 'NotoSans, sans-serif';
3546
- }, function (_ref49) {
3547
- var $fontWeight = _ref49.$fontWeight;
3548
- return $fontWeight ? $fontWeight : '500';
3549
3583
  }, function (_ref50) {
3550
- var $fontSize = _ref50.$fontSize;
3551
- return $fontSize ? $fontSize : '16px';
3584
+ var $fontWeight = _ref50.$fontWeight;
3585
+ return $fontWeight ? $fontWeight : '500';
3552
3586
  }, function (_ref51) {
3553
- var $fontStyle = _ref51.$fontStyle;
3554
- return $fontStyle ? $fontStyle : 'normal';
3587
+ var $fontSize = _ref51.$fontSize;
3588
+ return $fontSize ? $fontSize : '16px';
3555
3589
  }, function (_ref52) {
3556
- var $color = _ref52.$color,
3557
- theme = _ref52.theme;
3558
- return $color ? $color : theme.text.medium;
3590
+ var $fontStyle = _ref52.$fontStyle;
3591
+ return $fontStyle ? $fontStyle : 'normal';
3559
3592
  }, function (_ref53) {
3560
- var $lineHeight = _ref53.$lineHeight;
3561
- return $lineHeight ? $lineHeight : '100%';
3593
+ var $color = _ref53.$color,
3594
+ theme = _ref53.theme;
3595
+ return $color ? $color : theme.text.medium;
3562
3596
  }, function (_ref54) {
3563
- var $textAlign = _ref54.$textAlign;
3564
- return $textAlign ? $textAlign : 'center';
3597
+ var $lineHeight = _ref54.$lineHeight;
3598
+ return $lineHeight ? $lineHeight : '100%';
3565
3599
  }, function (_ref55) {
3566
- var $minWidth = _ref55.$minWidth;
3567
- return $minWidth;
3600
+ var $textAlign = _ref55.$textAlign;
3601
+ return $textAlign ? $textAlign : 'center';
3568
3602
  }, function (_ref56) {
3569
- var $width = _ref56.$width;
3570
- return $width;
3603
+ var $minWidth = _ref56.$minWidth;
3604
+ return $minWidth;
3571
3605
  }, function (_ref57) {
3572
- var $overflowWrap = _ref57.$overflowWrap;
3606
+ var $width = _ref57.$width;
3607
+ return $width;
3608
+ }, function (_ref58) {
3609
+ var $overflowWrap = _ref58.$overflowWrap;
3573
3610
  return $overflowWrap;
3611
+ }, function (_ref59) {
3612
+ var $whiteSpace = _ref59.$whiteSpace;
3613
+ return $whiteSpace;
3574
3614
  });
3575
3615
 
3576
3616
  var light = {
@@ -3854,6 +3894,7 @@ var IconSVGs = {
3854
3894
  DNS_2: DNS_2,
3855
3895
  DNS_3: DNS_3,
3856
3896
  DocumentBadge: DocumentBadge,
3897
+ DoubleQuotes: DoubleQuotes,
3857
3898
  DownArrow: DownArrow,
3858
3899
  Download: Download,
3859
3900
  Email: Email,
@@ -3939,6 +3980,7 @@ var IconSVGs = {
3939
3980
  SlantLine: SlantLine,
3940
3981
  SquareEdit: SquareEdit,
3941
3982
  SquareTick: SquareTick,
3983
+ Star: Star,
3942
3984
  StorageDisks: StorageDisks,
3943
3985
  Tag: Tag,
3944
3986
  Team: Team,