@praxisui/dynamic-form 9.0.0-beta.34 → 9.0.0-beta.36

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.
@@ -111,6 +111,8 @@ export interface DynamicFormDetailSummaryPolicy {
111
111
  maxFields?: number;
112
112
  fieldPriority?: Record<string, number>;
113
113
  groupPriority?: Record<string, number>;
114
+ columns?: number;
115
+ responsiveColumns?: Partial<Record<'xs' | 'sm' | 'md' | 'lg' | 'xl', number>>;
114
116
  }
115
117
 
116
118
  export interface DynamicFormLayoutPolicy {