@apexcura/ui-components 0.0.16-Beta1055 → 0.0.16-Beta1057

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,6 +110,7 @@ export type ElementType = {
110
110
  status?: string | undefined;
111
111
  styles?: React.CSSProperties;
112
112
  variant?: 'outlined' | 'borderless' | 'filled';
113
+ enable_all?: boolean;
113
114
  label?: string;
114
115
  name?: string;
115
116
  suffix?: React.ReactNode;