@instructure/platform-widget-dashboard 7.5.0 → 7.5.1
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TemplateWidget.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/TemplateWidget/TemplateWidget.tsx"],"names":[],"mappings":"AA2BA,OAAO,KAAoB,MAAM,OAAO,CAAA;AAaxC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;
|
|
1
|
+
{"version":3,"file":"TemplateWidget.d.ts","sourceRoot":"","sources":["../../../../src/components/widgets/TemplateWidget/TemplateWidget.tsx"],"names":[],"mappings":"AA2BA,OAAO,KAAoB,MAAM,OAAO,CAAA;AAaxC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAoBrD,MAAM,WAAW,eAAe;IAC9B,WAAW,EAAE,MAAM,CAAA;IACnB,UAAU,EAAE,MAAM,CAAA;IAClB,YAAY,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAA;IACpC,SAAS,EAAE,MAAM,CAAA;IACjB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAED,MAAM,WAAW,mBAAmB;IAClC,SAAS,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,MAAM,WAAW,mBAAoB,SAAQ,eAAe;IAC1D,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,UAAU,CAAC,EAAE,eAAe,CAAA;IAC5B,cAAc,CAAC,EAAE,mBAAmB,CAAA;IACpC,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC/B,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB,eAAe,CAAC,EAAE,GAAG,CAAA;CACtB;AAED,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAsPjD,CAAA;AAED,OAAO,EAAE,cAAc,EAAE,CAAA"}
|
package/dist/index.js
CHANGED
|
@@ -10815,7 +10815,8 @@ const FO = ({ courseName: e, maxLines: t = 2 }) => {
|
|
|
10815
10815
|
[k0.INBOX]: "inbox",
|
|
10816
10816
|
[k0.PROGRESS_OVERVIEW]: "progressOverview",
|
|
10817
10817
|
[k0.RECENT_GRADES]: "recentGrades",
|
|
10818
|
-
[k0.TODO_LIST]: "toDo"
|
|
10818
|
+
[k0.TODO_LIST]: "toDo",
|
|
10819
|
+
[k0.EDUCATOR_ANNOUNCEMENT_CREATION]: "createAnnouncement"
|
|
10819
10820
|
}, A1 = ({
|
|
10820
10821
|
widget: e,
|
|
10821
10822
|
title: t,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/platform-widget-dashboard",
|
|
3
|
-
"version": "7.5.
|
|
3
|
+
"version": "7.5.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -63,18 +63,18 @@
|
|
|
63
63
|
"react-dom": "^18.0.0",
|
|
64
64
|
"@instructure/platform-canvas-fetch": "0.1.3",
|
|
65
65
|
"@instructure/platform-color-picker": "0.2.2",
|
|
66
|
+
"@instructure/platform-grades": "0.2.3",
|
|
66
67
|
"@instructure/platform-get-cookie": "0.2.1",
|
|
67
|
-
"@instructure/platform-image-utils": "0.2.0",
|
|
68
68
|
"@instructure/platform-instui-bindings": "0.6.2",
|
|
69
|
-
"@instructure/platform-
|
|
70
|
-
"@instructure/platform-
|
|
69
|
+
"@instructure/platform-image-utils": "0.2.0",
|
|
70
|
+
"@instructure/platform-provider": "0.5.2"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
73
|
"@tanstack/query-persist-client-core": "^5.0.0",
|
|
74
74
|
"sanitize-html": "^2.0.0",
|
|
75
75
|
"zod": "^3.23.8",
|
|
76
|
-
"@instructure/platform-alerts": "1.0.1",
|
|
77
76
|
"@instructure/platform-canvas-fetch": "0.1.3",
|
|
77
|
+
"@instructure/platform-alerts": "1.0.1",
|
|
78
78
|
"@instructure/platform-datetime": "0.2.0",
|
|
79
79
|
"@instructure/platform-grades": "0.2.3",
|
|
80
80
|
"@instructure/platform-graphql-types": "0.1.3",
|