labsense-ui-kit 1.3.95 → 1.3.97
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 +10 -5
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +10 -5
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -2243,6 +2243,7 @@ var FullVolume_2 = function FullVolume_2(_ref) {
|
|
|
2243
2243
|
return React.createElement("svg", {
|
|
2244
2244
|
width: size,
|
|
2245
2245
|
height: size,
|
|
2246
|
+
stroke: color,
|
|
2246
2247
|
strokeWidth: weight,
|
|
2247
2248
|
viewBox: '0 0 20 18',
|
|
2248
2249
|
fill: 'none',
|
|
@@ -2260,6 +2261,7 @@ var FullVolume = function FullVolume(_ref) {
|
|
|
2260
2261
|
return React.createElement("svg", {
|
|
2261
2262
|
width: size,
|
|
2262
2263
|
height: size,
|
|
2264
|
+
stroke: color,
|
|
2263
2265
|
strokeWidth: weight,
|
|
2264
2266
|
viewBox: '0 0 16 16',
|
|
2265
2267
|
fill: 'none',
|
|
@@ -3808,6 +3810,7 @@ var MediumVolume = function MediumVolume(_ref) {
|
|
|
3808
3810
|
return React.createElement("svg", {
|
|
3809
3811
|
width: size,
|
|
3810
3812
|
height: size,
|
|
3813
|
+
stroke: color,
|
|
3811
3814
|
strokeWidth: weight,
|
|
3812
3815
|
viewBox: '0 0 20 24',
|
|
3813
3816
|
fill: 'none',
|
|
@@ -4010,8 +4013,7 @@ var Mute = function Mute(_ref) {
|
|
|
4010
4013
|
fill: 'none',
|
|
4011
4014
|
xmlns: 'http://www.w3.org/2000/svg'
|
|
4012
4015
|
}, React.createElement("path", {
|
|
4013
|
-
d: 'M8.52174 11.8696C8.52174 12.2732 8.36141 12.6602 8.07603 12.9456C7.79065 13.231 7.40359 13.3913 7 13.3913C6.59641 13.3913 6.20935 13.231 5.92397 12.9456C5.63859 12.6602 5.47826 12.2732 5.47826 11.8696M0 0L14 14M10.3478 10.3478H13.3913V10.1957L12.8751 9.64296C11.8257 8.51831 11.1581 7.09107 10.9675 5.5647L10.763 3.93096C10.655 3.06367 10.2509 2.26027 9.61882 1.65667C8.98677 1.05306 8.16562 0.686309 7.29428 0.61844C6.42294 0.550572 5.55491 0.785756 4.83701 1.28421C4.11911 1.78267 3.59542 2.51379 3.35452 3.35391M8.21739 10.3478H0.608696V10.1957L1.12487 9.64296C2.17431 8.51831 2.84192 7.09107 3.03252 5.5647L3.07757 5.208'
|
|
4014
|
-
stroke: weight
|
|
4016
|
+
d: 'M8.52174 11.8696C8.52174 12.2732 8.36141 12.6602 8.07603 12.9456C7.79065 13.231 7.40359 13.3913 7 13.3913C6.59641 13.3913 6.20935 13.231 5.92397 12.9456C5.63859 12.6602 5.47826 12.2732 5.47826 11.8696M0 0L14 14M10.3478 10.3478H13.3913V10.1957L12.8751 9.64296C11.8257 8.51831 11.1581 7.09107 10.9675 5.5647L10.763 3.93096C10.655 3.06367 10.2509 2.26027 9.61882 1.65667C8.98677 1.05306 8.16562 0.686309 7.29428 0.61844C6.42294 0.550572 5.55491 0.785756 4.83701 1.28421C4.11911 1.78267 3.59542 2.51379 3.35452 3.35391M8.21739 10.3478H0.608696V10.1957L1.12487 9.64296C2.17431 8.51831 2.84192 7.09107 3.03252 5.5647L3.07757 5.208'
|
|
4015
4017
|
}));
|
|
4016
4018
|
};
|
|
4017
4019
|
|
|
@@ -4023,6 +4025,7 @@ var MuteVolume = function MuteVolume(_ref) {
|
|
|
4023
4025
|
return React.createElement("svg", {
|
|
4024
4026
|
width: size,
|
|
4025
4027
|
height: size,
|
|
4028
|
+
stroke: color,
|
|
4026
4029
|
strokeWidth: weight,
|
|
4027
4030
|
viewBox: '0 0 22 24',
|
|
4028
4031
|
fill: 'none',
|
|
@@ -7076,7 +7079,8 @@ var Badge = function Badge(_ref8) {
|
|
|
7076
7079
|
"$fontSize": fontSize,
|
|
7077
7080
|
"$fontWeight": '500',
|
|
7078
7081
|
"$color": textColor,
|
|
7079
|
-
"$lineHeight": '12px'
|
|
7082
|
+
"$lineHeight": '12px',
|
|
7083
|
+
"$textAlign": 'start'
|
|
7080
7084
|
}, text));
|
|
7081
7085
|
};
|
|
7082
7086
|
|
|
@@ -7316,7 +7320,7 @@ var StyledButton = styled.button(_templateObject5$1 || (_templateObject5$1 = _ta
|
|
|
7316
7320
|
case 'outline-error':
|
|
7317
7321
|
return "\n background: " + theme.vms["default"].tertiary + ";\n color: " + ($disabled ? theme.vms.disabled.error : theme.vms["default"].error) + ";\n border: " + ($disabled ? "1px solid " + theme.vms.disabled.error : "1px solid " + theme.vms["default"].error) + ";\n &:hover{\n " + (!$disabled && "\n border: 1px solid " + theme.vms.hover.error + ";\n color: " + theme.vms.text.white + ";\n background: " + theme.vms.hover.error + ";\n ") + "\n }\n ";
|
|
7318
7322
|
case 'custom':
|
|
7319
|
-
return "\n background: " + $background + ";\n color: " + $color + ";\n border: " + ("1px solid " + $borderDefault) + ";\n &:hover{\n " + (!$disabled && "\n border: 1px solid " + $borderHover + ";\n color: " + $colorHover + ";\n background: " + $borderHover + ";\n ") + "\n }\n ";
|
|
7323
|
+
return "\n background: " + $background + ";\n color: " + $color + ";\n border: " + ("1px solid " + $borderDefault) + ";\n &:hover{\n " + (!$disabled && "\n border: 1px solid " + $borderHover + ";\n color: " + $colorHover + ";\n // background: " + $borderHover + ";\n ") + "\n }\n ";
|
|
7320
7324
|
default:
|
|
7321
7325
|
return '';
|
|
7322
7326
|
}
|
|
@@ -11430,7 +11434,8 @@ var TableRow = function TableRow(_ref2) {
|
|
|
11430
11434
|
CustomFunction: cellData.CustomFunction,
|
|
11431
11435
|
minHeight: '30px',
|
|
11432
11436
|
minWidth: cellData.minWidth,
|
|
11433
|
-
maxWidth: cellData.maxWidth
|
|
11437
|
+
maxWidth: cellData.maxWidth,
|
|
11438
|
+
padding: cellData.padding
|
|
11434
11439
|
});
|
|
11435
11440
|
}));
|
|
11436
11441
|
}));
|