labsense-ui-kit 1.2.7 → 1.2.8
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 +2 -0
- package/dist/index.js +33 -27
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +33 -27
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -3394,7 +3394,7 @@ var useCustomModal = function useCustomModal(_ref4) {
|
|
|
3394
3394
|
};
|
|
3395
3395
|
|
|
3396
3396
|
var _templateObject$1, _templateObject2$1;
|
|
3397
|
-
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 box-shadow: ", ";\n\n &:hover {\n background: ", ";\n color: ", ";\n }\n"])), function (_ref) {
|
|
3397
|
+
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\n &:hover {\n background: ", ";\n color: ", ";\n }\n"])), function (_ref) {
|
|
3398
3398
|
var $flex = _ref.$flex;
|
|
3399
3399
|
return $flex;
|
|
3400
3400
|
}, function (_ref2) {
|
|
@@ -3521,45 +3521,51 @@ var Container = styled.div(_templateObject$1 || (_templateObject$1 = _taggedTemp
|
|
|
3521
3521
|
var $transition = _ref42.$transition;
|
|
3522
3522
|
return $transition;
|
|
3523
3523
|
}, function (_ref43) {
|
|
3524
|
-
var $
|
|
3525
|
-
return $
|
|
3524
|
+
var $transform = _ref43.$transform;
|
|
3525
|
+
return $transform;
|
|
3526
3526
|
}, function (_ref44) {
|
|
3527
|
-
var $
|
|
3528
|
-
return $
|
|
3527
|
+
var $boxShadow = _ref44.$boxShadow;
|
|
3528
|
+
return $boxShadow;
|
|
3529
3529
|
}, function (_ref45) {
|
|
3530
|
-
var $
|
|
3530
|
+
var $backDropFilter = _ref45.$backDropFilter;
|
|
3531
|
+
return $backDropFilter;
|
|
3532
|
+
}, function (_ref46) {
|
|
3533
|
+
var $hoverBackground = _ref46.$hoverBackground;
|
|
3534
|
+
return $hoverBackground;
|
|
3535
|
+
}, function (_ref47) {
|
|
3536
|
+
var $hoverColor = _ref47.$hoverColor;
|
|
3531
3537
|
return $hoverColor;
|
|
3532
3538
|
});
|
|
3533
|
-
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"])), function (
|
|
3534
|
-
var $fontFamily =
|
|
3539
|
+
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"])), function (_ref48) {
|
|
3540
|
+
var $fontFamily = _ref48.$fontFamily;
|
|
3535
3541
|
return $fontFamily ? $fontFamily : 'NotoSans, sans-serif';
|
|
3536
|
-
}, function (
|
|
3537
|
-
var $fontWeight =
|
|
3542
|
+
}, function (_ref49) {
|
|
3543
|
+
var $fontWeight = _ref49.$fontWeight;
|
|
3538
3544
|
return $fontWeight ? $fontWeight : '500';
|
|
3539
|
-
}, function (
|
|
3540
|
-
var $fontSize =
|
|
3545
|
+
}, function (_ref50) {
|
|
3546
|
+
var $fontSize = _ref50.$fontSize;
|
|
3541
3547
|
return $fontSize ? $fontSize : '16px';
|
|
3542
|
-
}, function (
|
|
3543
|
-
var $fontStyle =
|
|
3548
|
+
}, function (_ref51) {
|
|
3549
|
+
var $fontStyle = _ref51.$fontStyle;
|
|
3544
3550
|
return $fontStyle ? $fontStyle : 'normal';
|
|
3545
|
-
}, function (
|
|
3546
|
-
var $color =
|
|
3547
|
-
theme =
|
|
3551
|
+
}, function (_ref52) {
|
|
3552
|
+
var $color = _ref52.$color,
|
|
3553
|
+
theme = _ref52.theme;
|
|
3548
3554
|
return $color ? $color : theme.text.medium;
|
|
3549
|
-
}, function (
|
|
3550
|
-
var $lineHeight =
|
|
3555
|
+
}, function (_ref53) {
|
|
3556
|
+
var $lineHeight = _ref53.$lineHeight;
|
|
3551
3557
|
return $lineHeight ? $lineHeight : '100%';
|
|
3552
|
-
}, function (
|
|
3553
|
-
var $textAlign =
|
|
3558
|
+
}, function (_ref54) {
|
|
3559
|
+
var $textAlign = _ref54.$textAlign;
|
|
3554
3560
|
return $textAlign ? $textAlign : 'center';
|
|
3555
|
-
}, function (
|
|
3556
|
-
var $minWidth =
|
|
3561
|
+
}, function (_ref55) {
|
|
3562
|
+
var $minWidth = _ref55.$minWidth;
|
|
3557
3563
|
return $minWidth;
|
|
3558
|
-
}, function (
|
|
3559
|
-
var $width =
|
|
3564
|
+
}, function (_ref56) {
|
|
3565
|
+
var $width = _ref56.$width;
|
|
3560
3566
|
return $width;
|
|
3561
|
-
}, function (
|
|
3562
|
-
var $overflowWrap =
|
|
3567
|
+
}, function (_ref57) {
|
|
3568
|
+
var $overflowWrap = _ref57.$overflowWrap;
|
|
3563
3569
|
return $overflowWrap;
|
|
3564
3570
|
});
|
|
3565
3571
|
|