@instructure/platform-widget-dashboard 7.8.0 → 7.8.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -10924,7 +10924,7 @@ const YO = ({ courseName: e, maxLines: t = 2 }) => {
10924
10924
  {
10925
10925
  as: "section",
10926
10926
  height: "100%",
10927
- margin: "x-small",
10927
+ margin: f ? "0" : "x-small",
10928
10928
  padding: "medium",
10929
10929
  shadow: "above",
10930
10930
  borderRadius: "large",
@@ -22380,7 +22380,7 @@ const TW = () => /* @__PURE__ */ z(
22380
22380
  q(h, m.position.row + 1)
22381
22381
  ] }, m.id))
22382
22382
  ] });
22383
- return /* @__PURE__ */ w(I, { as: "div", padding: "medium", children: [
22383
+ return /* @__PURE__ */ w(I, { as: "div", padding: M ? "0" : "medium", children: [
22384
22384
  r ? /* @__PURE__ */ w(
22385
22385
  L,
22386
22386
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/platform-widget-dashboard",
3
- "version": "7.8.0",
3
+ "version": "7.8.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -62,10 +62,10 @@
62
62
  "moment-timezone": "^0.5.0",
63
63
  "react": "^18.0.0",
64
64
  "react-dom": "^18.0.0",
65
- "@instructure/platform-canvas-fetch": "0.1.3",
66
65
  "@instructure/platform-color-picker": "0.2.2",
67
66
  "@instructure/platform-get-cookie": "0.2.1",
68
67
  "@instructure/platform-grades": "0.2.4",
68
+ "@instructure/platform-canvas-fetch": "0.1.3",
69
69
  "@instructure/platform-image-utils": "0.2.0",
70
70
  "@instructure/platform-instui-bindings": "0.6.3",
71
71
  "@instructure/platform-provider": "0.5.2"
@@ -79,8 +79,8 @@
79
79
  "@instructure/platform-datetime": "0.2.0",
80
80
  "@instructure/platform-grades": "0.2.4",
81
81
  "@instructure/platform-graphql-types": "0.1.4",
82
- "@instructure/platform-query": "0.2.2",
83
- "@instructure/platform-sanitize": "0.5.3"
82
+ "@instructure/platform-sanitize": "0.5.3",
83
+ "@instructure/platform-query": "0.2.2"
84
84
  },
85
85
  "devDependencies": {
86
86
  "@storybook/react": "^10.0.8",