@protonradio/proton-ui 0.8.3 → 0.8.4

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.d.ts CHANGED
@@ -836,7 +836,7 @@ declare interface WaveformProps {
836
836
  */
837
837
  data?: number[];
838
838
  /**
839
- * Whether the waveform is disabled.
839
+ * Whether the entire waveform is disabled.
840
840
  */
841
841
  disabled?: boolean;
842
842
  /**