@apexcura/ui-components 0.0.16-Beta1240 → 0.0.16-Beta1241

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.
@@ -110,7 +110,7 @@ export type ElementType = {
110
110
  type?: string;
111
111
  searchable?: boolean;
112
112
  expandIcon?: boolean;
113
- size?: SizeType;
113
+ size?: SizeType | number;
114
114
  colWidth?: string;
115
115
  errorText?: string;
116
116
  errorClassName?: string;