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 CHANGED
@@ -2247,6 +2247,7 @@ var FullVolume_2 = function FullVolume_2(_ref) {
2247
2247
  return React__default.createElement("svg", {
2248
2248
  width: size,
2249
2249
  height: size,
2250
+ stroke: color,
2250
2251
  strokeWidth: weight,
2251
2252
  viewBox: '0 0 20 18',
2252
2253
  fill: 'none',
@@ -2264,6 +2265,7 @@ var FullVolume = function FullVolume(_ref) {
2264
2265
  return React__default.createElement("svg", {
2265
2266
  width: size,
2266
2267
  height: size,
2268
+ stroke: color,
2267
2269
  strokeWidth: weight,
2268
2270
  viewBox: '0 0 16 16',
2269
2271
  fill: 'none',
@@ -3812,6 +3814,7 @@ var MediumVolume = function MediumVolume(_ref) {
3812
3814
  return React__default.createElement("svg", {
3813
3815
  width: size,
3814
3816
  height: size,
3817
+ stroke: color,
3815
3818
  strokeWidth: weight,
3816
3819
  viewBox: '0 0 20 24',
3817
3820
  fill: 'none',
@@ -4014,8 +4017,7 @@ var Mute = function Mute(_ref) {
4014
4017
  fill: 'none',
4015
4018
  xmlns: 'http://www.w3.org/2000/svg'
4016
4019
  }, React__default.createElement("path", {
4017
- 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',
4018
- stroke: weight
4020
+ 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'
4019
4021
  }));
4020
4022
  };
4021
4023
 
@@ -4027,6 +4029,7 @@ var MuteVolume = function MuteVolume(_ref) {
4027
4029
  return React__default.createElement("svg", {
4028
4030
  width: size,
4029
4031
  height: size,
4032
+ stroke: color,
4030
4033
  strokeWidth: weight,
4031
4034
  viewBox: '0 0 22 24',
4032
4035
  fill: 'none',
@@ -7080,7 +7083,8 @@ var Badge = function Badge(_ref8) {
7080
7083
  "$fontSize": fontSize,
7081
7084
  "$fontWeight": '500',
7082
7085
  "$color": textColor,
7083
- "$lineHeight": '12px'
7086
+ "$lineHeight": '12px',
7087
+ "$textAlign": 'start'
7084
7088
  }, text));
7085
7089
  };
7086
7090
 
@@ -7320,7 +7324,7 @@ var StyledButton = styled__default.button(_templateObject5$1 || (_templateObject
7320
7324
  case 'outline-error':
7321
7325
  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 ";
7322
7326
  case 'custom':
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 ";
7327
+ 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 ";
7324
7328
  default:
7325
7329
  return '';
7326
7330
  }
@@ -11434,7 +11438,8 @@ var TableRow = function TableRow(_ref2) {
11434
11438
  CustomFunction: cellData.CustomFunction,
11435
11439
  minHeight: '30px',
11436
11440
  minWidth: cellData.minWidth,
11437
- maxWidth: cellData.maxWidth
11441
+ maxWidth: cellData.maxWidth,
11442
+ padding: cellData.padding
11438
11443
  });
11439
11444
  }));
11440
11445
  }));