mblabs-roccato-frontend-commons 0.2.9 → 0.2.11

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
@@ -480,6 +480,7 @@ export declare interface ColorPickerProps extends Omit<ComponentProps<'input'>,
480
480
  value?: string;
481
481
  onChange?: (value: string) => void;
482
482
  error?: string;
483
+ buttonText?: string;
483
484
  }
484
485
 
485
486
  export declare function ColorScale({ colors, principalLabel, copiedLabel }: ColorScaleProps): JSX.Element;