odaptos_design_system 1.4.316 → 1.4.317

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.
@@ -3,5 +3,5 @@ interface ColorPickerProps {
3
3
  color: string;
4
4
  onChange: (color: string) => void;
5
5
  }
6
- export declare const ColorPicker: ({ color, onChange }: ColorPickerProps) => React.JSX.Element;
6
+ export declare const ColorPicker: ({ color, onChange, }: ColorPickerProps) => React.JSX.Element;
7
7
  export {};
@@ -10073,7 +10073,7 @@ var styles$a = {"colorPicker":"ColorPicker-modules_colorPicker__qmv7O","colorPic
10073
10073
  styleInject(css_248z$a);
10074
10074
 
10075
10075
  const ColorPicker = ({
10076
- color,
10076
+ color = '#268aa9',
10077
10077
  onChange
10078
10078
  }) => {
10079
10079
  const handleChange = color => {