labsense-ui-kit 1.2.18 → 1.2.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 +54 -51
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +54 -51
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -3769,7 +3769,7 @@ var useCustomModal = function useCustomModal(_ref4) {
|
|
|
3769
3769
|
};
|
|
3770
3770
|
|
|
3771
3771
|
var _templateObject$1, _templateObject2$1;
|
|
3772
|
-
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 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) {
|
|
3772
|
+
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 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-wrap: ", ";\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) {
|
|
3773
3773
|
var $flex = _ref.$flex;
|
|
3774
3774
|
return $flex;
|
|
3775
3775
|
}, function (_ref2) {
|
|
@@ -3872,81 +3872,84 @@ var Container = styled.div(_templateObject$1 || (_templateObject$1 = _taggedTemp
|
|
|
3872
3872
|
var $overflow = _ref34.$overflow;
|
|
3873
3873
|
return $overflow || 'visible';
|
|
3874
3874
|
}, function (_ref35) {
|
|
3875
|
-
var $
|
|
3876
|
-
return $
|
|
3875
|
+
var $overflowWrap = _ref35.$overflowWrap;
|
|
3876
|
+
return $overflowWrap;
|
|
3877
3877
|
}, function (_ref36) {
|
|
3878
|
-
var $
|
|
3879
|
-
return $
|
|
3878
|
+
var $overflowY = _ref36.$overflowY;
|
|
3879
|
+
return $overflowY;
|
|
3880
3880
|
}, function (_ref37) {
|
|
3881
|
-
var $
|
|
3882
|
-
return $
|
|
3881
|
+
var $zIndex = _ref37.$zIndex;
|
|
3882
|
+
return $zIndex;
|
|
3883
3883
|
}, function (_ref38) {
|
|
3884
|
-
var $
|
|
3885
|
-
return $
|
|
3884
|
+
var $scrollbarWidth = _ref38.$scrollbarWidth;
|
|
3885
|
+
return $scrollbarWidth;
|
|
3886
3886
|
}, function (_ref39) {
|
|
3887
|
-
var $
|
|
3888
|
-
return $
|
|
3887
|
+
var $border = _ref39.$border;
|
|
3888
|
+
return $border;
|
|
3889
3889
|
}, function (_ref40) {
|
|
3890
|
-
var $
|
|
3891
|
-
return $
|
|
3890
|
+
var $borderTop = _ref40.$borderTop;
|
|
3891
|
+
return $borderTop;
|
|
3892
3892
|
}, function (_ref41) {
|
|
3893
|
-
var $
|
|
3894
|
-
return $
|
|
3893
|
+
var $borderBottom = _ref41.$borderBottom;
|
|
3894
|
+
return $borderBottom;
|
|
3895
3895
|
}, function (_ref42) {
|
|
3896
|
-
var $
|
|
3897
|
-
return $
|
|
3896
|
+
var $borderLeft = _ref42.$borderLeft;
|
|
3897
|
+
return $borderLeft;
|
|
3898
3898
|
}, function (_ref43) {
|
|
3899
|
-
var $
|
|
3900
|
-
return $
|
|
3899
|
+
var $transition = _ref43.$transition;
|
|
3900
|
+
return $transition;
|
|
3901
3901
|
}, function (_ref44) {
|
|
3902
|
-
var $
|
|
3903
|
-
return $
|
|
3902
|
+
var $transform = _ref44.$transform;
|
|
3903
|
+
return $transform;
|
|
3904
3904
|
}, function (_ref45) {
|
|
3905
|
-
var $
|
|
3906
|
-
return $
|
|
3905
|
+
var $boxShadow = _ref45.$boxShadow;
|
|
3906
|
+
return $boxShadow;
|
|
3907
3907
|
}, function (_ref46) {
|
|
3908
|
-
var $
|
|
3909
|
-
return $
|
|
3908
|
+
var $backDropFilter = _ref46.$backDropFilter;
|
|
3909
|
+
return $backDropFilter;
|
|
3910
3910
|
}, function (_ref47) {
|
|
3911
|
-
var $
|
|
3912
|
-
return $
|
|
3911
|
+
var $whiteSpace = _ref47.$whiteSpace;
|
|
3912
|
+
return $whiteSpace;
|
|
3913
3913
|
}, function (_ref48) {
|
|
3914
|
-
var $
|
|
3914
|
+
var $hoverBackground = _ref48.$hoverBackground;
|
|
3915
|
+
return $hoverBackground;
|
|
3916
|
+
}, function (_ref49) {
|
|
3917
|
+
var $hoverColor = _ref49.$hoverColor;
|
|
3915
3918
|
return $hoverColor;
|
|
3916
3919
|
});
|
|
3917
|
-
var Span = styled.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 (
|
|
3918
|
-
var $fontFamily =
|
|
3920
|
+
var Span = styled.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 (_ref50) {
|
|
3921
|
+
var $fontFamily = _ref50.$fontFamily;
|
|
3919
3922
|
return $fontFamily ? $fontFamily : 'NotoSans, sans-serif';
|
|
3920
|
-
}, function (_ref50) {
|
|
3921
|
-
var $fontWeight = _ref50.$fontWeight;
|
|
3922
|
-
return $fontWeight ? $fontWeight : '500';
|
|
3923
3923
|
}, function (_ref51) {
|
|
3924
|
-
var $
|
|
3925
|
-
return $
|
|
3924
|
+
var $fontWeight = _ref51.$fontWeight;
|
|
3925
|
+
return $fontWeight ? $fontWeight : '500';
|
|
3926
3926
|
}, function (_ref52) {
|
|
3927
|
-
var $
|
|
3928
|
-
return $
|
|
3927
|
+
var $fontSize = _ref52.$fontSize;
|
|
3928
|
+
return $fontSize ? $fontSize : '16px';
|
|
3929
3929
|
}, function (_ref53) {
|
|
3930
|
-
var $
|
|
3931
|
-
|
|
3932
|
-
return $color ? $color : theme.text.medium;
|
|
3930
|
+
var $fontStyle = _ref53.$fontStyle;
|
|
3931
|
+
return $fontStyle ? $fontStyle : 'normal';
|
|
3933
3932
|
}, function (_ref54) {
|
|
3934
|
-
var $
|
|
3935
|
-
|
|
3933
|
+
var $color = _ref54.$color,
|
|
3934
|
+
theme = _ref54.theme;
|
|
3935
|
+
return $color ? $color : theme.text.medium;
|
|
3936
3936
|
}, function (_ref55) {
|
|
3937
|
-
var $
|
|
3938
|
-
return $
|
|
3937
|
+
var $lineHeight = _ref55.$lineHeight;
|
|
3938
|
+
return $lineHeight ? $lineHeight : '100%';
|
|
3939
3939
|
}, function (_ref56) {
|
|
3940
|
-
var $
|
|
3941
|
-
return $
|
|
3940
|
+
var $textAlign = _ref56.$textAlign;
|
|
3941
|
+
return $textAlign ? $textAlign : 'center';
|
|
3942
3942
|
}, function (_ref57) {
|
|
3943
|
-
var $
|
|
3944
|
-
return $
|
|
3943
|
+
var $minWidth = _ref57.$minWidth;
|
|
3944
|
+
return $minWidth;
|
|
3945
3945
|
}, function (_ref58) {
|
|
3946
|
-
var $
|
|
3947
|
-
return $
|
|
3946
|
+
var $width = _ref58.$width;
|
|
3947
|
+
return $width;
|
|
3948
3948
|
}, function (_ref59) {
|
|
3949
|
-
var $
|
|
3949
|
+
var $overflowWrap = _ref59.$overflowWrap;
|
|
3950
|
+
return $overflowWrap;
|
|
3951
|
+
}, function (_ref60) {
|
|
3952
|
+
var $whiteSpace = _ref60.$whiteSpace;
|
|
3950
3953
|
return $whiteSpace;
|
|
3951
3954
|
});
|
|
3952
3955
|
|