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

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;
@@ -122,6 +122,7 @@ export type ElementType = {
122
122
  status?: string | undefined;
123
123
  styles?: React.CSSProperties;
124
124
  variant?: 'outlined' | 'borderless' | 'filled';
125
+ bordered?: boolean;
125
126
  enable_all?: boolean;
126
127
  label?: string;
127
128
  name?: string;