labsense-ui-kit 1.4.58 → 1.4.59
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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13425,7 +13425,7 @@ var FirstContainer = styled__default.div(_templateObject2$m || (_templateObject2
|
|
|
13425
13425
|
var $headerPadding = _ref6.$headerPadding;
|
|
13426
13426
|
return $headerPadding ? $headerPadding : '0px';
|
|
13427
13427
|
});
|
|
13428
|
-
var TabContainer = styled__default.div(_templateObject3$f || (_templateObject3$f = _taggedTemplateLiteralLoose(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n &:focus {\n outline: none;\n }\n\n &:focus-visible {\n
|
|
13428
|
+
var TabContainer = styled__default.div(_templateObject3$f || (_templateObject3$f = _taggedTemplateLiteralLoose(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n &:focus {\n outline: none;\n }\n\n &:focus-visible {\n border-radius: 4px;\n box-shadow: 0 0 0 2px ", ";\n }\n"])), function (_ref7) {
|
|
13429
13429
|
var $disabled = _ref7.$disabled;
|
|
13430
13430
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
13431
13431
|
}, function (_ref8) {
|
|
@@ -13442,7 +13442,7 @@ var TabContainer = styled__default.div(_templateObject3$f || (_templateObject3$f
|
|
|
13442
13442
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
13443
13443
|
}, function (_ref12) {
|
|
13444
13444
|
var theme = _ref12.theme;
|
|
13445
|
-
return theme.vms
|
|
13445
|
+
return theme.vms.text.dark;
|
|
13446
13446
|
});
|
|
13447
13447
|
var TabItemContainer = styled__default.div(_templateObject4$c || (_templateObject4$c = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: '';\n display: ", ";\n width: 100%;\n min-height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref13) {
|
|
13448
13448
|
var $headerHeight = _ref13.$headerHeight;
|