@oaknational/google-classroom-addon 1.28.0 → 1.29.0

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/views.d.ts CHANGED
@@ -157,7 +157,7 @@ type OnLessonAttachedData = {
157
157
  type Props$6 = {
158
158
  children: React.ReactNode;
159
159
  createAttachmentAction: (attachment: NewAttachment) => Promise<void>;
160
- onLessonAttached?: (data: OnLessonAttachedData) => void;
160
+ onLessonAttached?: (data: OnLessonAttachedData) => Promise<void> | void;
161
161
  };
162
162
  declare const BrowseLayout: ({ children, createAttachmentAction, onLessonAttached, }: Props$6) => React.JSX.Element;
163
163
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oaknational/google-classroom-addon",
3
- "version": "1.28.0",
3
+ "version": "1.29.0",
4
4
  "description": "Components and helpers for the Oak Google Classroom Add-on",
5
5
  "exports": {
6
6
  "./ui": {