@instructure/platform-notebook 1.3.1 → 1.5.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/locales/en.json CHANGED
@@ -30,6 +30,7 @@
30
30
  "nothingHereYet": "Nothing here yet",
31
31
  "adjustFiltersOrCreate": "Adjust your filters or create a new note to get started.",
32
32
  "noNotesForFilter": "You have no notes for the selected filter",
33
+ "filter": "Filter",
33
34
 
34
35
  "previousPage": "Previous page",
35
36
  "nextPage": "Next page",
@@ -39,5 +40,7 @@
39
40
 
40
41
  "featureDescription": "To use the Notebook feature, highlight an excerpt from your learning material to flag it as 'confusing' or 'important' and leave an optional note.",
41
42
 
42
- "highlightUnavailable": "The content you highlighted is no longer available."
43
+ "highlightUnavailable": "The content you highlighted is no longer available.",
44
+
45
+ "notebookNote": "Notebook note"
43
46
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/platform-notebook",
3
- "version": "1.3.1",
3
+ "version": "1.5.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",