labsense-ui-kit 1.1.5 → 1.1.6
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/Container&Span/StyledComponents.d.ts +3 -2
- package/dist/index.js +27 -24
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +27 -24
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
|
@@ -14,7 +14,6 @@ export declare const Container: import("styled-components/dist/types").IStyledCo
|
|
|
14
14
|
$padding?: string | undefined;
|
|
15
15
|
$background?: string | undefined;
|
|
16
16
|
$fontSize?: string | undefined;
|
|
17
|
-
$borderRadius?: string | undefined;
|
|
18
17
|
$objectfit?: string | undefined;
|
|
19
18
|
$margin?: string | undefined;
|
|
20
19
|
$cursor?: string | undefined;
|
|
@@ -33,7 +32,9 @@ export declare const Container: import("styled-components/dist/types").IStyledCo
|
|
|
33
32
|
$zIndex?: number | undefined;
|
|
34
33
|
$scrollbarWidth?: string | undefined;
|
|
35
34
|
$border?: string | undefined;
|
|
36
|
-
$
|
|
35
|
+
$borderRadius?: string | undefined;
|
|
36
|
+
$borderBottom?: string | undefined;
|
|
37
|
+
$borderLeft?: string | undefined;
|
|
37
38
|
$fontWeight?: string | undefined;
|
|
38
39
|
$hoverBackground?: string | undefined;
|
|
39
40
|
$hoverColor?: string | undefined;
|
package/dist/index.js
CHANGED
|
@@ -2839,7 +2839,7 @@ var Icon = function Icon(_ref2) {
|
|
|
2839
2839
|
};
|
|
2840
2840
|
|
|
2841
2841
|
var _templateObject$1, _templateObject2$1;
|
|
2842
|
-
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 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: ", "
|
|
2842
|
+
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 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) {
|
|
2843
2843
|
var $flex = _ref.$flex;
|
|
2844
2844
|
return $flex;
|
|
2845
2845
|
}, function (_ref2) {
|
|
@@ -2942,41 +2942,44 @@ var Container = styled__default.div(_templateObject$1 || (_templateObject$1 = _t
|
|
|
2942
2942
|
var $border = _ref34.$border;
|
|
2943
2943
|
return $border;
|
|
2944
2944
|
}, function (_ref35) {
|
|
2945
|
-
var $
|
|
2946
|
-
return $
|
|
2945
|
+
var $borderBottom = _ref35.$borderBottom;
|
|
2946
|
+
return $borderBottom;
|
|
2947
2947
|
}, function (_ref36) {
|
|
2948
|
-
var $
|
|
2949
|
-
return $
|
|
2948
|
+
var $borderLeft = _ref36.$borderLeft;
|
|
2949
|
+
return $borderLeft;
|
|
2950
2950
|
}, function (_ref37) {
|
|
2951
|
-
var $
|
|
2951
|
+
var $hoverBackground = _ref37.$hoverBackground;
|
|
2952
|
+
return $hoverBackground;
|
|
2953
|
+
}, function (_ref38) {
|
|
2954
|
+
var $hoverColor = _ref38.$hoverColor;
|
|
2952
2955
|
return $hoverColor;
|
|
2953
2956
|
});
|
|
2954
|
-
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 (
|
|
2955
|
-
var $fontFamily =
|
|
2957
|
+
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 (_ref39) {
|
|
2958
|
+
var $fontFamily = _ref39.$fontFamily;
|
|
2956
2959
|
return $fontFamily ? $fontFamily : 'NotoSans, sans-serif';
|
|
2957
|
-
}, function (_ref39) {
|
|
2958
|
-
var $fontWeight = _ref39.$fontWeight;
|
|
2959
|
-
return $fontWeight ? $fontWeight : '500';
|
|
2960
2960
|
}, function (_ref40) {
|
|
2961
|
-
var $
|
|
2962
|
-
return $
|
|
2961
|
+
var $fontWeight = _ref40.$fontWeight;
|
|
2962
|
+
return $fontWeight ? $fontWeight : '500';
|
|
2963
2963
|
}, function (_ref41) {
|
|
2964
|
-
var $
|
|
2965
|
-
return $
|
|
2964
|
+
var $fontSize = _ref41.$fontSize;
|
|
2965
|
+
return $fontSize ? $fontSize : '16px';
|
|
2966
2966
|
}, function (_ref42) {
|
|
2967
|
-
var $
|
|
2968
|
-
return $
|
|
2967
|
+
var $color = _ref42.$color;
|
|
2968
|
+
return $color ? $color : colorVariables.text.medium;
|
|
2969
2969
|
}, function (_ref43) {
|
|
2970
|
-
var $
|
|
2971
|
-
return $
|
|
2970
|
+
var $lineHeight = _ref43.$lineHeight;
|
|
2971
|
+
return $lineHeight ? $lineHeight : '100%';
|
|
2972
2972
|
}, function (_ref44) {
|
|
2973
|
-
var $
|
|
2974
|
-
return $
|
|
2973
|
+
var $textAlign = _ref44.$textAlign;
|
|
2974
|
+
return $textAlign ? $textAlign : 'center';
|
|
2975
2975
|
}, function (_ref45) {
|
|
2976
|
-
var $
|
|
2977
|
-
return $
|
|
2976
|
+
var $minWidth = _ref45.$minWidth;
|
|
2977
|
+
return $minWidth;
|
|
2978
2978
|
}, function (_ref46) {
|
|
2979
|
-
var $
|
|
2979
|
+
var $width = _ref46.$width;
|
|
2980
|
+
return $width;
|
|
2981
|
+
}, function (_ref47) {
|
|
2982
|
+
var $overflowWrap = _ref47.$overflowWrap;
|
|
2980
2983
|
return $overflowWrap;
|
|
2981
2984
|
});
|
|
2982
2985
|
|