labsense-ui-kit 1.1.18 → 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.
- package/dist/Container&Span/StyledComponents.d.ts +1 -0
- package/dist/index.js +25 -22
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +25 -22
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -2967,7 +2967,7 @@ var Icon = function Icon(_ref2) {
|
|
|
2967
2967
|
};
|
|
2968
2968
|
|
|
2969
2969
|
var _templateObject$1, _templateObject2$1;
|
|
2970
|
-
var Container = styled.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) {
|
|
2970
|
+
var Container = styled.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) {
|
|
2971
2971
|
var $flex = _ref.$flex;
|
|
2972
2972
|
return $flex;
|
|
2973
2973
|
}, function (_ref2) {
|
|
@@ -3082,38 +3082,41 @@ var Container = styled.div(_templateObject$1 || (_templateObject$1 = _taggedTemp
|
|
|
3082
3082
|
var $borderLeft = _ref38.$borderLeft;
|
|
3083
3083
|
return $borderLeft;
|
|
3084
3084
|
}, function (_ref39) {
|
|
3085
|
-
var $
|
|
3086
|
-
return $
|
|
3085
|
+
var $transition = _ref39.$transition;
|
|
3086
|
+
return $transition;
|
|
3087
3087
|
}, function (_ref40) {
|
|
3088
|
-
var $
|
|
3088
|
+
var $hoverBackground = _ref40.$hoverBackground;
|
|
3089
|
+
return $hoverBackground;
|
|
3090
|
+
}, function (_ref41) {
|
|
3091
|
+
var $hoverColor = _ref41.$hoverColor;
|
|
3089
3092
|
return $hoverColor;
|
|
3090
3093
|
});
|
|
3091
|
-
var Span = styled.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 (
|
|
3092
|
-
var $fontFamily =
|
|
3094
|
+
var Span = styled.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) {
|
|
3095
|
+
var $fontFamily = _ref42.$fontFamily;
|
|
3093
3096
|
return $fontFamily ? $fontFamily : 'NotoSans, sans-serif';
|
|
3094
|
-
}, function (_ref42) {
|
|
3095
|
-
var $fontWeight = _ref42.$fontWeight;
|
|
3096
|
-
return $fontWeight ? $fontWeight : '500';
|
|
3097
3097
|
}, function (_ref43) {
|
|
3098
|
-
var $
|
|
3099
|
-
return $
|
|
3098
|
+
var $fontWeight = _ref43.$fontWeight;
|
|
3099
|
+
return $fontWeight ? $fontWeight : '500';
|
|
3100
3100
|
}, function (_ref44) {
|
|
3101
|
-
var $
|
|
3102
|
-
return $
|
|
3101
|
+
var $fontSize = _ref44.$fontSize;
|
|
3102
|
+
return $fontSize ? $fontSize : '16px';
|
|
3103
3103
|
}, function (_ref45) {
|
|
3104
|
-
var $
|
|
3105
|
-
return $
|
|
3104
|
+
var $color = _ref45.$color;
|
|
3105
|
+
return $color ? $color : colorVariables.text.medium;
|
|
3106
3106
|
}, function (_ref46) {
|
|
3107
|
-
var $
|
|
3108
|
-
return $
|
|
3107
|
+
var $lineHeight = _ref46.$lineHeight;
|
|
3108
|
+
return $lineHeight ? $lineHeight : '100%';
|
|
3109
3109
|
}, function (_ref47) {
|
|
3110
|
-
var $
|
|
3111
|
-
return $
|
|
3110
|
+
var $textAlign = _ref47.$textAlign;
|
|
3111
|
+
return $textAlign ? $textAlign : 'center';
|
|
3112
3112
|
}, function (_ref48) {
|
|
3113
|
-
var $
|
|
3114
|
-
return $
|
|
3113
|
+
var $minWidth = _ref48.$minWidth;
|
|
3114
|
+
return $minWidth;
|
|
3115
3115
|
}, function (_ref49) {
|
|
3116
|
-
var $
|
|
3116
|
+
var $width = _ref49.$width;
|
|
3117
|
+
return $width;
|
|
3118
|
+
}, function (_ref50) {
|
|
3119
|
+
var $overflowWrap = _ref50.$overflowWrap;
|
|
3117
3120
|
return $overflowWrap;
|
|
3118
3121
|
});
|
|
3119
3122
|
|