labsense-ui-kit 1.3.96 → 1.3.98

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',
@@ -6898,7 +6901,8 @@ var useNotification = function useNotification() {
6898
6901
  icon: React__default.createElement(Icon, {
6899
6902
  icon: (customStyle === null || customStyle === void 0 ? void 0 : customStyle.icon) || 'Add_1',
6900
6903
  size: customStyle === null || customStyle === void 0 ? void 0 : customStyle.iconSize,
6901
- weight: customStyle === null || customStyle === void 0 ? void 0 : customStyle.iconWeight
6904
+ weight: customStyle === null || customStyle === void 0 ? void 0 : customStyle.iconWeight,
6905
+ color: customStyle === null || customStyle === void 0 ? void 0 : customStyle.color
6902
6906
  }),
6903
6907
  style: {
6904
6908
  background: customStyle === null || customStyle === void 0 ? void 0 : customStyle.background,
@@ -11435,7 +11439,8 @@ var TableRow = function TableRow(_ref2) {
11435
11439
  CustomFunction: cellData.CustomFunction,
11436
11440
  minHeight: '30px',
11437
11441
  minWidth: cellData.minWidth,
11438
- maxWidth: cellData.maxWidth
11442
+ maxWidth: cellData.maxWidth,
11443
+ padding: cellData.padding
11439
11444
  });
11440
11445
  }));
11441
11446
  }));