labsense-ui-kit 1.2.51 → 1.2.53
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/Icons/SVGs/FullVolume_2.d.ts +4 -0
- package/dist/Icons/SVGs/index.d.ts +1 -0
- package/dist/Icons/index.d.ts +1 -1
- package/dist/index.js +42 -21
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +42 -21
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -1676,7 +1676,7 @@ var FullScreen = function FullScreen(_ref) {
|
|
|
1676
1676
|
}));
|
|
1677
1677
|
};
|
|
1678
1678
|
|
|
1679
|
-
var
|
|
1679
|
+
var FullVolume_2 = function FullVolume_2(_ref) {
|
|
1680
1680
|
var size = _ref.size,
|
|
1681
1681
|
color = _ref.color,
|
|
1682
1682
|
weight = _ref.weight;
|
|
@@ -1693,6 +1693,26 @@ var FullVolume = function FullVolume(_ref) {
|
|
|
1693
1693
|
}));
|
|
1694
1694
|
};
|
|
1695
1695
|
|
|
1696
|
+
var FullVolume = function FullVolume(_ref) {
|
|
1697
|
+
var size = _ref.size,
|
|
1698
|
+
color = _ref.color,
|
|
1699
|
+
weight = _ref.weight;
|
|
1700
|
+
return React.createElement("svg", {
|
|
1701
|
+
width: size,
|
|
1702
|
+
height: size,
|
|
1703
|
+
strokeWidth: weight,
|
|
1704
|
+
viewBox: '0 0 16 16',
|
|
1705
|
+
fill: 'none',
|
|
1706
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
1707
|
+
}, React.createElement("path", {
|
|
1708
|
+
d: 'M8.5 16.1035V-0.103516L3.6465 4.74998H0.5V11.25H3.6465L8.5 16.1035ZM1 5.24998H3.8535L8 1.10348V14.8965L3.8535 10.75H1V5.24998ZM10.25 10.25V10.75C11.7662 10.75 13 9.51623 13 7.99998C13 6.48373 11.7662 5.24998 10.25 5.24998V5.74998C11.4905 5.74998 12.5 6.75948 12.5 7.99998C12.5 9.24048 11.4905 10.25 10.25 10.25Z',
|
|
1709
|
+
fill: color
|
|
1710
|
+
}), React.createElement("path", {
|
|
1711
|
+
d: 'M10.25 13.25C13.145 13.25 15.5 10.895 15.5 8C15.5 5.105 13.145 2.75 10.25 2.75V3.25C12.8693 3.25 15 5.38075 15 8C15 10.6193 12.8693 12.75 10.25 12.75V13.25Z',
|
|
1712
|
+
fill: color
|
|
1713
|
+
}));
|
|
1714
|
+
};
|
|
1715
|
+
|
|
1696
1716
|
var Globe = function Globe(_ref) {
|
|
1697
1717
|
var size = _ref.size;
|
|
1698
1718
|
return React.createElement("svg", {
|
|
@@ -4967,7 +4987,7 @@ var useCopyToClipboard = function useCopyToClipboard() {
|
|
|
4967
4987
|
};
|
|
4968
4988
|
|
|
4969
4989
|
var _templateObject, _templateObject2;
|
|
4970
|
-
var ModalOverlay = styled.div(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.5);\n display: flex;\n align-items: center;\n justify-content: center;\n
|
|
4990
|
+
var ModalOverlay = styled.div(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.5);\n display: flex;\n align-items: center;\n justify-content: center;\n z-index: 9999;\n backdrop-filter: blur(4px);\n"])));
|
|
4971
4991
|
var ModalContainer = styled.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteralLoose(["\n background: ", ";\n box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);\n border-radius: 8px;\n max-height: 100vh;\n max-width: ", ";\n overflow: visible;\n"])), function (_ref) {
|
|
4972
4992
|
var theme = _ref.theme;
|
|
4973
4993
|
return theme.vms.accent.light_1;
|
|
@@ -6025,6 +6045,7 @@ var IconSVGs = {
|
|
|
6025
6045
|
FPS: FPS,
|
|
6026
6046
|
Free: Free,
|
|
6027
6047
|
FullScreen: FullScreen,
|
|
6048
|
+
FullVolume_2: FullVolume_2,
|
|
6028
6049
|
FullVolume: FullVolume,
|
|
6029
6050
|
Globe: Globe,
|
|
6030
6051
|
GlobeIcon: GlobeIcon,
|
|
@@ -6917,8 +6938,8 @@ var SelectedStart = styled.div(_templateObject6$2 || (_templateObject6$2 = _tagg
|
|
|
6917
6938
|
var theme = _ref4.theme;
|
|
6918
6939
|
return theme.vms.text.medium;
|
|
6919
6940
|
});
|
|
6920
|
-
var CurrentDate = styled.p(_templateObject7$1 || (_templateObject7$1 = _taggedTemplateLiteralLoose(["\n font-
|
|
6921
|
-
var CurrentTime = styled.div(_templateObject8$1 || (_templateObject8$1 = _taggedTemplateLiteralLoose(["\n font-
|
|
6941
|
+
var CurrentDate = styled.p(_templateObject7$1 || (_templateObject7$1 = _taggedTemplateLiteralLoose(["\n font-weight: 400;\n font-size: 12px;\n"])));
|
|
6942
|
+
var CurrentTime = styled.div(_templateObject8$1 || (_templateObject8$1 = _taggedTemplateLiteralLoose(["\n font-weight: 500;\n font-size: 14px;\n color: ", ";\n"])), function (_ref5) {
|
|
6922
6943
|
var theme = _ref5.theme;
|
|
6923
6944
|
return theme.vms.text.medium;
|
|
6924
6945
|
});
|
|
@@ -6979,8 +7000,8 @@ var CalendarDates = styled.div(_templateObject16 || (_templateObject16 = _tagged
|
|
|
6979
7000
|
theme = _ref18.theme;
|
|
6980
7001
|
return !$futureDateTime && $isFuture ? 'transparent' : $selected ? theme.vms.disabled.primary : $inRange ? theme.vms.disabled.primary : theme.vms.disabled.primary;
|
|
6981
7002
|
});
|
|
6982
|
-
var Year = styled.div(_templateObject17 || (_templateObject17 = _taggedTemplateLiteralLoose(["\n font-
|
|
6983
|
-
var Month = styled.div(_templateObject18 || (_templateObject18 = _taggedTemplateLiteralLoose(["\n font-
|
|
7003
|
+
var Year = styled.div(_templateObject17 || (_templateObject17 = _taggedTemplateLiteralLoose(["\n font-weight: 500;\n font-size: 12px;\n"])));
|
|
7004
|
+
var Month = styled.div(_templateObject18 || (_templateObject18 = _taggedTemplateLiteralLoose(["\n font-weight: 600;\n font-size: 14px;\n"])));
|
|
6984
7005
|
var InputWrapper = styled.div(_templateObject19 || (_templateObject19 = _taggedTemplateLiteralLoose(["\n display: flex;\n gap: 24px;\n"])));
|
|
6985
7006
|
var TimeInputWrapper = styled.div(_templateObject20 || (_templateObject20 = _taggedTemplateLiteralLoose(["\n position: relative;\n display: flex;\n align-items: center;\n"])));
|
|
6986
7007
|
var StyledInput = styled.input(_templateObject21 || (_templateObject21 = _taggedTemplateLiteralLoose(["\n outline: none;\n width: 60px;\n height: 30px;\n text-align: center;\n font-size: 16px;\n border-radius: 5px;\n background: ", ";\n border: ", ";\n color: ", ";\n"])), function (_ref19) {
|
|
@@ -7234,7 +7255,7 @@ var OptionItem = styled.div(_templateObject2$7 || (_templateObject2$7 = _taggedT
|
|
|
7234
7255
|
theme = _ref.theme;
|
|
7235
7256
|
return $isborder ? $optionBorder || "1px solid " + theme.vms.border.extraLight : '';
|
|
7236
7257
|
});
|
|
7237
|
-
var OptionLabel = styled.label(_templateObject3$4 || (_templateObject3$4 = _taggedTemplateLiteralLoose(["\n cursor: pointer;\n display: flex;\n gap: 8px;\n padding: 8px 12px;\n word-break: break-word;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n font-
|
|
7258
|
+
var OptionLabel = styled.label(_templateObject3$4 || (_templateObject3$4 = _taggedTemplateLiteralLoose(["\n cursor: pointer;\n display: flex;\n gap: 8px;\n padding: 8px 12px;\n word-break: break-word;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n font-weight: 500;\n font-size: 14px;\n line-height: 14px;\n color: ", ";\n"])), function (_ref2) {
|
|
7238
7259
|
var $optionColor = _ref2.$optionColor,
|
|
7239
7260
|
theme = _ref2.theme;
|
|
7240
7261
|
switch ($optionColor) {
|
|
@@ -7288,7 +7309,7 @@ var SearchContainer = styled.div(_templateObject4$3 || (_templateObject4$3 = _ta
|
|
|
7288
7309
|
var $borderRadius = _ref5.$borderRadius;
|
|
7289
7310
|
return $borderRadius || '8px';
|
|
7290
7311
|
});
|
|
7291
|
-
var SearchBar = styled.input(_templateObject5$3 || (_templateObject5$3 = _taggedTemplateLiteralLoose(["\n border: none;\n outline: none;\n width: 100%;\n font-
|
|
7312
|
+
var SearchBar = styled.input(_templateObject5$3 || (_templateObject5$3 = _taggedTemplateLiteralLoose(["\n border: none;\n outline: none;\n width: 100%;\n font-weight: 400;\n font-size: 14px;\n line-height: 14px;\n background: ", ";\n color: ", ";\n &::placeholder {\n color: ", ";\n font-style: italic;\n }\n"])), function (_ref6) {
|
|
7292
7313
|
var theme = _ref6.theme;
|
|
7293
7314
|
return theme.vms["default"].tertiary;
|
|
7294
7315
|
}, function (_ref7) {
|
|
@@ -7427,7 +7448,7 @@ var DropdownContainer = styled.div(_templateObject$b || (_templateObject$b = _ta
|
|
|
7427
7448
|
var $replaceLabel = _ref3.$replaceLabel;
|
|
7428
7449
|
return $replaceLabel ? 'calc(100% - 22px)' : '';
|
|
7429
7450
|
});
|
|
7430
|
-
var DropdownButton = styled.div(_templateObject2$8 || (_templateObject2$8 = _taggedTemplateLiteralLoose(["\n overflow: ", ";\n padding: ", ";\n gap: 8px;\n box-sizing: border-box;\n transition: all 0.3s ease;\n width: ", ";\n height: ", ";\n border: ", ";\n border-radius: ", ";\n display: flex;\n justify-content: space-between;\n align-items: center;\n cursor: ", ";\n background: ", ";\n color: ", ";\n font-
|
|
7451
|
+
var DropdownButton = styled.div(_templateObject2$8 || (_templateObject2$8 = _taggedTemplateLiteralLoose(["\n overflow: ", ";\n padding: ", ";\n gap: 8px;\n box-sizing: border-box;\n transition: all 0.3s ease;\n width: ", ";\n height: ", ";\n border: ", ";\n border-radius: ", ";\n display: flex;\n justify-content: space-between;\n align-items: center;\n cursor: ", ";\n background: ", ";\n color: ", ";\n font-weight: 400;\n font-size: ", ";\n line-height: ", ";\n"])), function (_ref4) {
|
|
7431
7452
|
var $replaceLabel = _ref4.$replaceLabel;
|
|
7432
7453
|
return $replaceLabel ? 'auto' : '';
|
|
7433
7454
|
}, function (_ref5) {
|
|
@@ -7565,7 +7586,7 @@ var DropdownMenu = styled.div(_templateObject6$4 || (_templateObject6$4 = _tagge
|
|
|
7565
7586
|
return $menuBackground || theme.vms.accent.light_2;
|
|
7566
7587
|
});
|
|
7567
7588
|
var SelectedOptionsWrapper = styled.div(_templateObject7$2 || (_templateObject7$2 = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-wrap: wrap;\n gap: 6px;\n height: 100%;\n"])));
|
|
7568
|
-
var SelectedOptionDiv = styled.div(_templateObject8$2 || (_templateObject8$2 = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n background: ", ";\n border-radius: 4px;\n padding: 6px 8px;\n box-sizing: border-box;\n gap: 6px;\n font-
|
|
7589
|
+
var SelectedOptionDiv = styled.div(_templateObject8$2 || (_templateObject8$2 = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n background: ", ";\n border-radius: 4px;\n padding: 6px 8px;\n box-sizing: border-box;\n gap: 6px;\n font-style: normal;\n font-weight: 400;\n font-size: 12px;\n line-height: 12px;\n color: ", ";\n"])), function (_ref25) {
|
|
7569
7590
|
var $selectedOptionBackground = _ref25.$selectedOptionBackground,
|
|
7570
7591
|
$disabled = _ref25.$disabled,
|
|
7571
7592
|
theme = _ref25.theme;
|
|
@@ -7830,7 +7851,7 @@ var DropdownContainer$1 = styled.div(_templateObject2$9 || (_templateObject2$9 =
|
|
|
7830
7851
|
var $width = _ref4.$width;
|
|
7831
7852
|
return $width || '100%';
|
|
7832
7853
|
});
|
|
7833
|
-
var DropdownButton$1 = styled.div(_templateObject3$6 || (_templateObject3$6 = _taggedTemplateLiteralLoose(["\n display: flex;\n justify-content: space-between;\n align-items: center;\n cursor: ", ";\n font-
|
|
7854
|
+
var DropdownButton$1 = styled.div(_templateObject3$6 || (_templateObject3$6 = _taggedTemplateLiteralLoose(["\n display: flex;\n justify-content: space-between;\n align-items: center;\n cursor: ", ";\n font-weight: 400;\n width: ", ";\n height: ", ";\n border-radius: ", ";\n transition: all 0.3s ease;\n border: ", ";\n gap: 6px;\n padding: ", ";\n background: ", ";\n font-size: ", ";\n line-height: ", ";\n"])), function (_ref5) {
|
|
7834
7855
|
var $disabled = _ref5.$disabled;
|
|
7835
7856
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
7836
7857
|
}, function (_ref6) {
|
|
@@ -7971,7 +7992,7 @@ var SearchContainer$1 = styled.div(_templateObject9$3 || (_templateObject9$3 = _
|
|
|
7971
7992
|
var $borderRadius = _ref33.$borderRadius;
|
|
7972
7993
|
return $borderRadius || '8px 8px 0 0';
|
|
7973
7994
|
});
|
|
7974
|
-
var SearchBar$1 = styled.input(_templateObject10$3 || (_templateObject10$3 = _taggedTemplateLiteralLoose(["\n border: none;\n width: 100%;\n font-
|
|
7995
|
+
var SearchBar$1 = styled.input(_templateObject10$3 || (_templateObject10$3 = _taggedTemplateLiteralLoose(["\n border: none;\n width: 100%;\n font-weight: 400;\n font-style: normal;\n font-size: 14px;\n line-height: normal;\n background: transparent;\n color: ", ";\n outline: none;\n \n &::placeholder {\n color: ", ";\n font-style: italic;\n }\n"])), function (_ref34) {
|
|
7975
7996
|
var $inputColor = _ref34.$inputColor,
|
|
7976
7997
|
theme = _ref34.theme;
|
|
7977
7998
|
return $inputColor || theme.vms.text.medium;
|
|
@@ -8247,7 +8268,7 @@ var ButtonDropdown = function ButtonDropdown(_ref) {
|
|
|
8247
8268
|
|
|
8248
8269
|
var _templateObject$d, _templateObject2$a, _templateObject3$7;
|
|
8249
8270
|
var SelectedOptionsWrapper$1 = styled.div(_templateObject$d || (_templateObject$d = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-wrap: wrap;\n gap: 6px;\n"])));
|
|
8250
|
-
var SelectedOptionDiv$1 = styled.div(_templateObject2$a || (_templateObject2$a = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n background: ", ";\n border-radius: 4px;\n padding: 6px 8px;\n box-sizing: border-box;\n gap: 6px;\n font-
|
|
8271
|
+
var SelectedOptionDiv$1 = styled.div(_templateObject2$a || (_templateObject2$a = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n background: ", ";\n border-radius: 4px;\n padding: 6px 8px;\n box-sizing: border-box;\n gap: 6px;\n font-style: normal;\n font-weight: 400;\n font-size: 12px;\n line-height: 12px;\n color: ", ";\n"])), function (_ref) {
|
|
8251
8272
|
var $selectedOptionBackground = _ref.$selectedOptionBackground,
|
|
8252
8273
|
$type = _ref.$type,
|
|
8253
8274
|
theme = _ref.theme;
|
|
@@ -8330,7 +8351,7 @@ var SearchContainer$2 = styled.div(_templateObject$e || (_templateObject$e = _ta
|
|
|
8330
8351
|
var theme = _ref5.theme;
|
|
8331
8352
|
return "1px solid " + theme.vms.text.dark;
|
|
8332
8353
|
});
|
|
8333
|
-
var SearchBar$2 = styled.input(_templateObject2$b || (_templateObject2$b = _taggedTemplateLiteralLoose(["\n border: none;\n width: 100%;\n font-
|
|
8354
|
+
var SearchBar$2 = styled.input(_templateObject2$b || (_templateObject2$b = _taggedTemplateLiteralLoose(["\n border: none;\n width: 100%;\n font-weight: 400;\n font-style: normal;\n font-size: 14px;\n line-height: normal;\n background: ", ";\n color: ", ";\n &::placeholder {\n color: ", ";\n font-style: italic;\n line-height: 100%;\n }\n"])), function (_ref6) {
|
|
8334
8355
|
var theme = _ref6.theme;
|
|
8335
8356
|
return theme.vms["default"].tertiary;
|
|
8336
8357
|
}, function (_ref7) {
|
|
@@ -8425,7 +8446,7 @@ var Label = styled.label(_templateObject$f || (_templateObject$f = _taggedTempla
|
|
|
8425
8446
|
return $titlecolor;
|
|
8426
8447
|
}
|
|
8427
8448
|
});
|
|
8428
|
-
var Input = styled.input(_templateObject2$c || (_templateObject2$c = _taggedTemplateLiteralLoose(["\n width: 100%;\n border: ", ";\n border-radius: 8px;\n cursor: ", ";\n background: ", ";\n transition: all 0.3s ease;\n color: ", ";\n pointer-events: ", ";\n\n ", "\n\n &:focus {\n border: 1px solid\n ", ";\n }\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n
|
|
8449
|
+
var Input = styled.input(_templateObject2$c || (_templateObject2$c = _taggedTemplateLiteralLoose(["\n width: 100%;\n border: ", ";\n border-radius: 8px;\n cursor: ", ";\n background: ", ";\n transition: all 0.3s ease;\n color: ", ";\n pointer-events: ", ";\n\n ", "\n\n &:focus {\n border: 1px solid\n ", ";\n }\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n }\n"])), function (_ref4) {
|
|
8429
8450
|
var theme = _ref4.theme;
|
|
8430
8451
|
return "1px solid " + theme.vms.border.light;
|
|
8431
8452
|
}, function (_ref5) {
|
|
@@ -8612,7 +8633,7 @@ var Label$1 = styled.label(_templateObject2$d || (_templateObject2$d = _taggedTe
|
|
|
8612
8633
|
theme = _ref4.theme;
|
|
8613
8634
|
return $titlecolor || theme.vms.text.dark;
|
|
8614
8635
|
});
|
|
8615
|
-
var TextAreaComponent = styled.textarea(_templateObject3$9 || (_templateObject3$9 = _taggedTemplateLiteralLoose(["\n width: 100%;\n border: ", ";\n border-radius: 8px;\n cursor: ", ";\n background: ", ";\n transition: all 0.3s ease;\n color: ", ";\n resize: none;\n height: 100%;\n \n ", "\n\n &:focus {\n border-color: ", ";\n }\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n
|
|
8636
|
+
var TextAreaComponent = styled.textarea(_templateObject3$9 || (_templateObject3$9 = _taggedTemplateLiteralLoose(["\n width: 100%;\n border: ", ";\n border-radius: 8px;\n cursor: ", ";\n background: ", ";\n transition: all 0.3s ease;\n color: ", ";\n resize: none;\n height: 100%;\n \n ", "\n\n &:focus {\n border-color: ", ";\n }\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n }\n"])), function (_ref5) {
|
|
8616
8637
|
var theme = _ref5.theme;
|
|
8617
8638
|
return "1px solid " + theme.vms.border.light;
|
|
8618
8639
|
}, function (_ref6) {
|
|
@@ -8720,7 +8741,7 @@ var TotalOptionsHeader = styled.div(_templateObject3$a || (_templateObject3$a =
|
|
|
8720
8741
|
var theme = _ref8.theme;
|
|
8721
8742
|
return "1px solid " + theme.vms.text.light;
|
|
8722
8743
|
});
|
|
8723
|
-
var OptionLabel$1 = styled.label(_templateObject4$7 || (_templateObject4$7 = _taggedTemplateLiteralLoose(["\n cursor: pointer;\n height: max-content;\n gap: 8px;\n padding: 8px 12px;\n word-break: break-word;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n font-
|
|
8744
|
+
var OptionLabel$1 = styled.label(_templateObject4$7 || (_templateObject4$7 = _taggedTemplateLiteralLoose(["\n cursor: pointer;\n height: max-content;\n gap: 8px;\n padding: 8px 12px;\n word-break: break-word;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n font-weight: 500;\n font-size: 14px;\n line-height: 14px;\n"])));
|
|
8724
8745
|
var SearchContainer$3 = styled.div(_templateObject5$7 || (_templateObject5$7 = _taggedTemplateLiteralLoose(["\n width: 100%;\n height: auto;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 6.5px 8px;\n display: flex;\n align-items: center;\n gap: 6px;\n"])), function (_ref9) {
|
|
8725
8746
|
var $background = _ref9.$background,
|
|
8726
8747
|
theme = _ref9.theme;
|
|
@@ -8751,7 +8772,7 @@ var SearchContainer$3 = styled.div(_templateObject5$7 || (_templateObject5$7 = _
|
|
|
8751
8772
|
var $borderRadius = _ref11.$borderRadius;
|
|
8752
8773
|
return $borderRadius || '8px';
|
|
8753
8774
|
});
|
|
8754
|
-
var SearchBar$3 = styled.input(_templateObject6$6 || (_templateObject6$6 = _taggedTemplateLiteralLoose(["\n border: none;\n outline: none;\n width: 100%;\n font-
|
|
8775
|
+
var SearchBar$3 = styled.input(_templateObject6$6 || (_templateObject6$6 = _taggedTemplateLiteralLoose(["\n border: none;\n outline: none;\n width: 100%;\n font-weight: 400;\n font-size: 14px;\n line-height: 100%;\n background: ", ";\n\n color: ", ";\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-size: 14px;\n }\n"])), function (_ref12) {
|
|
8755
8776
|
var theme = _ref12.theme;
|
|
8756
8777
|
return theme.vms["default"].tertiary;
|
|
8757
8778
|
}, function (_ref13) {
|
|
@@ -10008,7 +10029,7 @@ var Container$4 = styled.div(_templateObject$r || (_templateObject$r = _taggedTe
|
|
|
10008
10029
|
var $border = _ref3.$border;
|
|
10009
10030
|
return $border;
|
|
10010
10031
|
});
|
|
10011
|
-
var FirstContainer = styled.div(_templateObject2$m || (_templateObject2$m = _taggedTemplateLiteralLoose(["\n width: 100%;\n display: flex;\n font-
|
|
10032
|
+
var FirstContainer = styled.div(_templateObject2$m || (_templateObject2$m = _taggedTemplateLiteralLoose(["\n width: 100%;\n display: flex;\n font-size: 16px;\n gap: 24px;\n border-bottom: ", ";\n padding: ", ";\n justify-content: space-between;\n align-items: center;\n height: max-content;\n"])), function (_ref4) {
|
|
10012
10033
|
var $bordeBottom = _ref4.$bordeBottom,
|
|
10013
10034
|
theme = _ref4.theme;
|
|
10014
10035
|
return $bordeBottom != null ? $bordeBottom : "1px solid " + theme.vms.border.light;
|
|
@@ -10016,7 +10037,7 @@ var FirstContainer = styled.div(_templateObject2$m || (_templateObject2$m = _tag
|
|
|
10016
10037
|
var $headerPadding = _ref5.$headerPadding;
|
|
10017
10038
|
return $headerPadding ? $headerPadding : '0px';
|
|
10018
10039
|
});
|
|
10019
|
-
var TabContainer = styled.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-
|
|
10040
|
+
var TabContainer = styled.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"])), function (_ref6) {
|
|
10020
10041
|
var $disabled = _ref6.$disabled;
|
|
10021
10042
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
10022
10043
|
}, function (_ref7) {
|
|
@@ -10041,7 +10062,7 @@ var TabItemContainer = styled.div(_templateObject4$c || (_templateObject4$c = _t
|
|
|
10041
10062
|
var theme = _ref12.theme;
|
|
10042
10063
|
return theme.vms["default"].primary;
|
|
10043
10064
|
});
|
|
10044
|
-
var DetailsFirstContainer = styled.div(_templateObject5$a || (_templateObject5$a = _taggedTemplateLiteralLoose(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n
|
|
10065
|
+
var DetailsFirstContainer = styled.div(_templateObject5$a || (_templateObject5$a = _taggedTemplateLiteralLoose(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n white-space: nowrap;\n"])), function (_ref13) {
|
|
10045
10066
|
var $active = _ref13.$active,
|
|
10046
10067
|
theme = _ref13.theme;
|
|
10047
10068
|
return $active ? theme.vms["default"].primary : theme.vms.text.medium;
|