labsense-ui-kit 1.1.2 → 1.1.3

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.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
2
3
  $width?: string | undefined;
3
4
  $minWidth?: string | undefined;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { Icon, IconNames } from '../Icons';
3
- export declare const Asterisk: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
3
+ export declare const Asterisk: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
4
4
  interface IconProps {
5
5
  size?: number;
6
6
  weight?: string;
@@ -1,13 +1,13 @@
1
1
  import React from 'react';
2
2
  import { Icon, IconNames } from '../Icons';
3
- export declare const Options: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
3
+ export declare const Options: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
4
4
  $optionColor?: string | undefined;
5
5
  $optionFontSize?: string | undefined;
6
6
  $optionFontWeight?: string | undefined;
7
7
  $optionBackgroundColor?: string | undefined;
8
8
  $optionSelected?: boolean | undefined;
9
9
  }>> & string;
10
- export declare const DropdownMenu: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
10
+ export declare const DropdownMenu: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
11
11
  $menuBackground?: string | undefined;
12
12
  $optionsBorderRadius?: string | undefined;
13
13
  $width?: string | undefined;
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
- declare const IconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
2
+ declare const IconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
3
3
  $clickable?: boolean | undefined;
4
4
  }>> & string;
5
- declare const IconWrapperForSVG: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").SVGProps<SVGGElement>, never>> & string;
5
+ declare const IconWrapperForSVG: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.SVGProps<SVGGElement>, never>> & string;
6
6
  export { IconWrapper, IconWrapperForSVG };
7
7
  export interface SVGProps {
8
8
  size: number;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { IconNames } from '../Icons';
3
- export declare const Asterisk: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
3
+ export declare const Asterisk: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
4
4
  declare type InputType = 'text' | 'password' | 'email' | 'number' | 'tel' | 'url' | 'search' | 'date' | 'datetime-local' | 'month' | 'week' | 'time' | 'color' | 'checkbox' | 'radio' | 'range' | 'file' | 'hidden';
5
5
  interface InputProps {
6
6
  type?: InputType;
package/dist/index.js CHANGED
@@ -2907,8 +2907,8 @@ var Span = styled__default.span(_templateObject2$1 || (_templateObject2$1 = _tag
2907
2907
  var $fontSize = _ref40.$fontSize;
2908
2908
  return $fontSize ? $fontSize : '16px';
2909
2909
  }, function (_ref41) {
2910
- var color = _ref41.color;
2911
- return color ? color : colorVariables.text.medium;
2910
+ var $color = _ref41.$color;
2911
+ return $color ? $color : colorVariables.text.medium;
2912
2912
  }, function (_ref42) {
2913
2913
  var $lineHeight = _ref42.$lineHeight;
2914
2914
  return $lineHeight ? $lineHeight : '100%';