labsense-ui-kit 1.3.96 → 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.
@@ -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',
@@ -11431,7 +11434,8 @@ var TableRow = function TableRow(_ref2) {
11431
11434
  CustomFunction: cellData.CustomFunction,
11432
11435
  minHeight: '30px',
11433
11436
  minWidth: cellData.minWidth,
11434
- maxWidth: cellData.maxWidth
11437
+ maxWidth: cellData.maxWidth,
11438
+ padding: cellData.padding
11435
11439
  });
11436
11440
  }));
11437
11441
  }));