beca-ui 2.1.8 → 2.1.9

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.
@@ -17,5 +17,6 @@ export interface DynamicFormSidebarProps {
17
17
  hasParentKeys: boolean;
18
18
  isCollapsed: boolean;
19
19
  onToggleCollapse: (collapsed: boolean) => void;
20
+ showSidebarStepCount?: boolean;
20
21
  }
21
22
  export declare const DynamicFormSidebar: React.FC<DynamicFormSidebarProps>;
@@ -243,6 +243,7 @@ export interface DynamicFormProps {
243
243
  onRequiredConditionsChange?: (conditions: DynamicFormRequiredCondition[]) => void;
244
244
  selectedGroup?: string;
245
245
  onSelectedGroupChange?: (groupNumber: string) => void;
246
+ showSidebarStepCount?: boolean;
246
247
  locale?: DynamicFormLocale;
247
248
  translations?: DynamicFormTranslations;
248
249
  userType?: string;