@instructure/platform-widget-dashboard 8.0.0 → 10.0.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.
@@ -54,10 +54,10 @@ export interface WidgetRenderer {
54
54
  description: string;
55
55
  roles?: string[];
56
56
  /**
57
- * Extra props the host wants forwarded to the widget component (e.g. the
58
- * People widget's `renderMessageModal`). WidgetRenderer spreads these onto
59
- * the rendered component so host-supplied customWidgets entries can inject
60
- * per-widget behavior that isn't available inside the host-agnostic package.
57
+ * Extra props the host wants forwarded to the widget component. WidgetRenderer
58
+ * spreads these onto the rendered component so host-supplied customWidgets
59
+ * entries can inject per-widget behavior that isn't available inside the
60
+ * host-agnostic package.
61
61
  */
62
62
  props?: Record<string, unknown>;
63
63
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/platform-widget-dashboard",
3
- "version": "8.0.0",
3
+ "version": "10.0.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -31,7 +31,6 @@
31
31
  "@instructure/ui-date-input": "^11.0.0",
32
32
  "@instructure/ui-date-time-input": "^11.0.0",
33
33
  "@instructure/ui-flex": "^11.0.0",
34
- "@instructure/ui-form-field": "^11.0.0",
35
34
  "@instructure/ui-grid": "^11.0.0",
36
35
  "@instructure/ui-heading": "^11.0.0",
37
36
  "@instructure/ui-icons": "^11.0.0",
@@ -68,7 +67,9 @@
68
67
  "@instructure/platform-grades": "0.2.5",
69
68
  "@instructure/platform-image-utils": "0.2.0",
70
69
  "@instructure/platform-instui-bindings": "0.6.3",
71
- "@instructure/platform-provider": "0.5.2"
70
+ "@instructure/platform-message-students-modal": "0.2.6",
71
+ "@instructure/platform-provider": "0.5.2",
72
+ "@instructure/platform-rce-adapter": "0.3.0"
72
73
  },
73
74
  "dependencies": {
74
75
  "@dnd-kit/core": "^6.3.1",