@apexcura/ui-components 0.0.16-Beta1104 → 0.0.16-Beta1105

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.
@@ -127,6 +127,7 @@ export type ElementType = {
127
127
  expandable?: boolean;
128
128
  maxLength?: number;
129
129
  sortable?: boolean;
130
+ contactListIds?: string[];
130
131
  indexClickable?: boolean;
131
132
  splitButton?: {
132
133
  value: string;