@instructure/platform-widget-dashboard 7.1.0 → 7.2.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.
@@ -1,3 +1,3 @@
1
- export declare const widgetDashboardPersister: undefined;
1
+ export declare const widgetDashboardPersister: (<T, TQueryKey extends import('@tanstack/react-query').QueryKey>(queryFn: (context: import('@tanstack/react-query').QueryFunctionContext<TQueryKey>) => T | Promise<T>, ctx: import('@tanstack/react-query').QueryFunctionContext<TQueryKey>, query: import('@tanstack/react-query').Query) => Promise<T>) | undefined;
2
2
  export declare const clearWidgetDashboardCache: () => void;
3
3
  //# sourceMappingURL=persister.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"persister.d.ts","sourceRoot":"","sources":["../../src/utils/persister.ts"],"names":[],"mappings":"AAoBA,eAAO,MAAM,wBAAwB,WAAY,CAAA;AAGjD,eAAO,MAAM,yBAAyB,QAAO,IAU5C,CAAA"}
1
+ {"version":3,"file":"persister.d.ts","sourceRoot":"","sources":["../../src/utils/persister.ts"],"names":[],"mappings":"AAsDA,eAAO,MAAM,wBAAwB,wTAMxB,CAAA;AAGb,eAAO,MAAM,yBAAyB,QAAO,IAY5C,CAAA"}
package/locales/en.json CHANGED
@@ -86,7 +86,7 @@
86
86
  "updatedToday": "Updated today",
87
87
  "gradeUpdated1DayAgo": "Grade updated 1 day ago",
88
88
 
89
- "recentGrades": "Recent grades",
89
+ "recentGrades": "Recent Grades & Feedback",
90
90
  "noRecentGrades": "No recent grades",
91
91
  "recentGradesPagination": "Recent grades pagination",
92
92
  "loadingRecentGrades": "Loading recent grades...",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/platform-widget-dashboard",
3
- "version": "7.1.0",
3
+ "version": "7.2.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -66,7 +66,7 @@
66
66
  "@instructure/platform-get-cookie": "0.2.1",
67
67
  "@instructure/platform-grades": "0.2.2",
68
68
  "@instructure/platform-image-utils": "0.2.0",
69
- "@instructure/platform-instui-bindings": "0.6.1",
69
+ "@instructure/platform-instui-bindings": "0.6.2",
70
70
  "@instructure/platform-provider": "0.5.2"
71
71
  },
72
72
  "dependencies": {
@@ -78,7 +78,8 @@
78
78
  "@instructure/platform-datetime": "0.2.0",
79
79
  "@instructure/platform-grades": "0.2.2",
80
80
  "@instructure/platform-graphql-types": "0.1.3",
81
- "@instructure/platform-query": "0.2.2"
81
+ "@instructure/platform-query": "0.2.2",
82
+ "@instructure/platform-sanitize": "0.5.3"
82
83
  },
83
84
  "devDependencies": {
84
85
  "@storybook/react": "^10.0.8",