@apexcura/ui-components 0.0.16-Beta1196 → 0.0.16-Beta1198

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.
@@ -310,5 +310,5 @@ export type ElementType = {
310
310
  clickedVal?: string;
311
311
  customColor?: boolean;
312
312
  };
313
- export type Colors = 'primary' | 'secondary' | 'danger' | 'warning';
313
+ export type Colors = 'blue-green' | 'danger' | 'facebook' | 'instagram' | 'primary' | 'secondary' | 'success' | 'turquoise' | 'warning' | 'yellow';
314
314
  export {};