@instructure/platform-widget-dashboard 11.3.1 → 11.3.2

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,14 @@
1
+ export declare const PAGE_BG = "#F2F4F5";
2
+ export declare const EDUCATOR_PAGE_BACKGROUND_THEME: {
3
+ componentOverrides: {
4
+ Tabs: {
5
+ defaultBackground: string;
6
+ };
7
+ 'Tabs.Panel': {
8
+ background: string;
9
+ };
10
+ };
11
+ };
1
12
  export declare const EDUCATOR_DASHBOARD_THEME: {
2
13
  componentOverrides: {
3
14
  Button: {
@@ -30,16 +41,16 @@ export declare const EDUCATOR_DASHBOARD_THEME: {
30
41
  'Modal.Footer': {
31
42
  borderRadius: string;
32
43
  };
44
+ View: {
45
+ borderRadiusLarge: string;
46
+ borderRadiusMedium: string;
47
+ };
33
48
  Tabs: {
34
49
  defaultBackground: string;
35
50
  };
36
51
  'Tabs.Panel': {
37
52
  background: string;
38
53
  };
39
- View: {
40
- borderRadiusLarge: string;
41
- borderRadiusMedium: string;
42
- };
43
54
  };
44
55
  };
45
56
  //# sourceMappingURL=educatorDashboardTheme.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"educatorDashboardTheme.d.ts","sourceRoot":"","sources":["../../src/theme/educatorDashboardTheme.ts"],"names":[],"mappings":"AA2BA,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2CpC,CAAA"}
1
+ {"version":3,"file":"educatorDashboardTheme.d.ts","sourceRoot":"","sources":["../../src/theme/educatorDashboardTheme.ts"],"names":[],"mappings":"AAmBA,eAAO,MAAM,OAAO,YAAY,CAAA;AAQhC,eAAO,MAAM,8BAA8B;;;;;;;;;CAS1C,CAAA;AAED,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsCpC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/platform-widget-dashboard",
3
- "version": "11.3.1",
3
+ "version": "11.3.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",