@local-civics/hub-ui 0.1.127 → 0.1.128

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.
package/dist/index.d.ts CHANGED
@@ -503,8 +503,8 @@ type LearningFormProps = {
503
503
  elapsedTime?: number;
504
504
  stopWatchStarted?: boolean;
505
505
  stopWatch?: React__default.ReactNode;
506
- onHome?: () => void;
507
- onGoBack?: () => void;
506
+ onBackToBadge?: () => void;
507
+ onEditLesson?: () => void;
508
508
  onSubmit?: (reflection: string, rating?: number) => Promise<any>;
509
509
  onSaveDraft?: (items: FormItemProps[], reflection: string, rating?: number) => Promise<any>;
510
510
  };