@crystaltech/hsms-shared-ui 0.7.17 → 0.7.18-alpha.1

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.
@@ -2,6 +2,8 @@ import { default as React } from 'react';
2
2
  import { CustomColorPickerProps } from './ui/CustomColorPicker';
3
3
  interface ColorPickerManageWithLabelProps extends CustomColorPickerProps {
4
4
  label: string;
5
+ /** Show the colour but do not let it be edited. */
6
+ disabled?: boolean;
5
7
  }
6
8
  declare const ColorPickerManageWithLabel: React.FC<ColorPickerManageWithLabelProps>;
7
9
  export default ColorPickerManageWithLabel;