@instructure/platform-widget-dashboard 10.12.0 → 10.13.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
@@ -22,6 +22,10 @@
22
22
  "moveRightTop": "Move right top",
23
23
  "moveRightBottom": "Move right bottom",
24
24
  "failedToSaveWidgetLayout": "Failed to save widget layout",
25
+ "dashboardExperienceLabel": "Dashboard experience",
26
+ "studentExperience": "Student",
27
+ "educatorExperience": "Educator",
28
+ "switchDashboardExperienceError": "An error occurred while switching dashboard experiences",
25
29
 
26
30
  "inbox": "Inbox",
27
31
  "noMessages": "No messages",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/platform-widget-dashboard",
3
- "version": "10.12.0",
3
+ "version": "10.13.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -65,12 +65,12 @@
65
65
  "@instructure/platform-canvas-fetch": "0.1.3",
66
66
  "@instructure/platform-color-picker": "0.2.2",
67
67
  "@instructure/platform-get-cookie": "0.2.1",
68
+ "@instructure/platform-instui-bindings": "0.6.4",
68
69
  "@instructure/platform-grades": "0.2.6",
69
- "@instructure/platform-image-utils": "0.2.0",
70
- "@instructure/platform-instui-bindings": "0.6.3",
71
- "@instructure/platform-message-students-modal": "0.2.6",
72
70
  "@instructure/platform-provider": "0.5.2",
73
- "@instructure/platform-rce-adapter": "0.3.0"
71
+ "@instructure/platform-rce-adapter": "0.3.0",
72
+ "@instructure/platform-message-students-modal": "0.2.7",
73
+ "@instructure/platform-image-utils": "0.2.0"
74
74
  },
75
75
  "dependencies": {
76
76
  "@dnd-kit/core": "^6.3.1",