labsense-ui-kit 1.2.7 → 1.2.9
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 +4 -0
- package/dist/index.js +39 -27
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +39 -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 white-space: ", ";\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,46 +3521,58 @@ 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 $whiteSpace = _ref46.$whiteSpace;
|
|
3534
|
+
return $whiteSpace;
|
|
3535
|
+
}, function (_ref47) {
|
|
3536
|
+
var $hoverBackground = _ref47.$hoverBackground;
|
|
3537
|
+
return $hoverBackground;
|
|
3538
|
+
}, function (_ref48) {
|
|
3539
|
+
var $hoverColor = _ref48.$hoverColor;
|
|
3531
3540
|
return $hoverColor;
|
|
3532
3541
|
});
|
|
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 =
|
|
3542
|
+
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 (_ref49) {
|
|
3543
|
+
var $fontFamily = _ref49.$fontFamily;
|
|
3535
3544
|
return $fontFamily ? $fontFamily : 'NotoSans, sans-serif';
|
|
3536
|
-
}, function (
|
|
3537
|
-
var $fontWeight =
|
|
3545
|
+
}, function (_ref50) {
|
|
3546
|
+
var $fontWeight = _ref50.$fontWeight;
|
|
3538
3547
|
return $fontWeight ? $fontWeight : '500';
|
|
3539
|
-
}, function (
|
|
3540
|
-
var $fontSize =
|
|
3548
|
+
}, function (_ref51) {
|
|
3549
|
+
var $fontSize = _ref51.$fontSize;
|
|
3541
3550
|
return $fontSize ? $fontSize : '16px';
|
|
3542
|
-
}, function (
|
|
3543
|
-
var $fontStyle =
|
|
3551
|
+
}, function (_ref52) {
|
|
3552
|
+
var $fontStyle = _ref52.$fontStyle;
|
|
3544
3553
|
return $fontStyle ? $fontStyle : 'normal';
|
|
3545
|
-
}, function (
|
|
3546
|
-
var $color =
|
|
3547
|
-
theme =
|
|
3554
|
+
}, function (_ref53) {
|
|
3555
|
+
var $color = _ref53.$color,
|
|
3556
|
+
theme = _ref53.theme;
|
|
3548
3557
|
return $color ? $color : theme.text.medium;
|
|
3549
|
-
}, function (
|
|
3550
|
-
var $lineHeight =
|
|
3558
|
+
}, function (_ref54) {
|
|
3559
|
+
var $lineHeight = _ref54.$lineHeight;
|
|
3551
3560
|
return $lineHeight ? $lineHeight : '100%';
|
|
3552
|
-
}, function (
|
|
3553
|
-
var $textAlign =
|
|
3561
|
+
}, function (_ref55) {
|
|
3562
|
+
var $textAlign = _ref55.$textAlign;
|
|
3554
3563
|
return $textAlign ? $textAlign : 'center';
|
|
3555
|
-
}, function (
|
|
3556
|
-
var $minWidth =
|
|
3564
|
+
}, function (_ref56) {
|
|
3565
|
+
var $minWidth = _ref56.$minWidth;
|
|
3557
3566
|
return $minWidth;
|
|
3558
|
-
}, function (
|
|
3559
|
-
var $width =
|
|
3567
|
+
}, function (_ref57) {
|
|
3568
|
+
var $width = _ref57.$width;
|
|
3560
3569
|
return $width;
|
|
3561
|
-
}, function (
|
|
3562
|
-
var $overflowWrap =
|
|
3570
|
+
}, function (_ref58) {
|
|
3571
|
+
var $overflowWrap = _ref58.$overflowWrap;
|
|
3563
3572
|
return $overflowWrap;
|
|
3573
|
+
}, function (_ref59) {
|
|
3574
|
+
var $whiteSpace = _ref59.$whiteSpace;
|
|
3575
|
+
return $whiteSpace;
|
|
3564
3576
|
});
|
|
3565
3577
|
|
|
3566
3578
|
var light = {
|