@reeverdev/ui 0.2.220 → 0.2.222

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.cts CHANGED
@@ -4608,6 +4608,11 @@ interface AudioPlayerProps extends React$1.HTMLAttributes<HTMLDivElement> {
4608
4608
  * @default "default"
4609
4609
  */
4610
4610
  color?: "default" | "primary" | "success" | "warning" | "danger";
4611
+ /**
4612
+ * Custom color (CSS color value)
4613
+ * When provided, overrides the color prop
4614
+ */
4615
+ customColor?: string;
4611
4616
  /**
4612
4617
  * Callback when play
4613
4618
  */
package/dist/index.d.ts CHANGED
@@ -4608,6 +4608,11 @@ interface AudioPlayerProps extends React$1.HTMLAttributes<HTMLDivElement> {
4608
4608
  * @default "default"
4609
4609
  */
4610
4610
  color?: "default" | "primary" | "success" | "warning" | "danger";
4611
+ /**
4612
+ * Custom color (CSS color value)
4613
+ * When provided, overrides the color prop
4614
+ */
4615
+ customColor?: string;
4611
4616
  /**
4612
4617
  * Callback when play
4613
4618
  */