obi-sdk 0.6.4 → 0.6.5

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/react.es.js CHANGED
@@ -28045,13 +28045,7 @@ let er = class extends Ft {
28045
28045
  }
28046
28046
  for (let d = 0; d < this.barCount; d++) {
28047
28047
  const h = l.length > 0 && l[d] !== void 0 ? l[d] : c;
28048
- if (this.volume.speaker === "USER") {
28049
- const B = Math.floor((h * 0.5 + 0.5) * 255).toString(16).padStart(2, "0");
28050
- t.fillStyle = `${this.primaryColor}${B}`;
28051
- } else {
28052
- const B = Math.floor((h * 0.5 + 0.5) * 255).toString(16).padStart(2, "0");
28053
- t.fillStyle = `#FFFFFF${B}`;
28054
- }
28048
+ this.volume.speaker === "USER" ? t.fillStyle = `${this.primaryColor}` : t.fillStyle = "#FFFFFF";
28055
28049
  const f = Math.max(2, h * 0.8 * a), p = i - (this.barCount - d) * (o + s), g = o / 2;
28056
28050
  t.beginPath(), t.moveTo(p + g, r / 2 - f), t.lineTo(p + o - g, r / 2 - f), t.quadraticCurveTo(
28057
28051
  p + o,