@apexcura/ui-components 0.0.16-Beta640 → 0.0.16-Beta642

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.
@@ -225,6 +225,6 @@ export type ElementType = {
225
225
  dropdownRender?: (menu: ReactElement<string | JSXElementConstructor<string>>) => ReactElement<string | JSXElementConstructor<string>>;
226
226
  isopen?: boolean;
227
227
  clickedVal?: string;
228
- tagColors?: string[];
228
+ customColor?: boolean;
229
229
  };
230
230
  export {};