@sanity/dashboard 2.19.1-canary.1 → 2.20.1-canary.114

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.
@@ -15,6 +15,8 @@ var _icons = require("@sanity/icons");
15
15
 
16
16
  var _styledComponents = _interopRequireDefault(require("styled-components"));
17
17
 
18
+ var _components = require("@sanity/base/components");
19
+
18
20
  var _versionedClient = require("../../versionedClient");
19
21
 
20
22
  var _DashboardTool = require("../../DashboardTool");
@@ -168,7 +170,7 @@ class ProjectUsers extends _react.default.PureComponent {
168
170
  }));
169
171
  return /*#__PURE__*/_react.default.createElement(_ui.Box, {
170
172
  key: user.id
171
- }, /*#__PURE__*/_react.default.createElement(_legacyParts.DefaultPreview, {
173
+ }, /*#__PURE__*/_react.default.createElement(_components.DefaultPreview, {
172
174
  title: user.displayName,
173
175
  subtitle: membership.role,
174
176
  media: media
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/dashboard",
3
- "version": "2.19.1-canary.1+791f6ec7e",
3
+ "version": "2.20.1-canary.114+e550d69ce5",
4
4
  "description": "Tool for rendering dashboard widgets",
5
5
  "main": "./lib/DashboardTool.js",
6
6
  "types": "./dist/dts",
@@ -22,13 +22,13 @@
22
22
  "dependencies": {
23
23
  "@sanity/icons": "^1.1.7",
24
24
  "@sanity/image-url": "^1.0.1",
25
- "@sanity/types": "2.19.1-canary.1+791f6ec7e",
26
- "@sanity/ui": "^0.36.8",
25
+ "@sanity/types": "2.20.1-canary.114+e550d69ce5",
26
+ "@sanity/ui": "^0.36.10",
27
27
  "lodash": "^4.17.15",
28
28
  "rxjs": "^6.5.3"
29
29
  },
30
30
  "devDependencies": {
31
- "@sanity/base": "2.19.1-canary.1+791f6ec7e",
31
+ "@sanity/base": "2.20.1-canary.114+e550d69ce5",
32
32
  "prop-types": "^15.6.0",
33
33
  "rimraf": "^2.7.1"
34
34
  },
@@ -47,5 +47,5 @@
47
47
  "url": "https://github.com/sanity-io/sanity/issues"
48
48
  },
49
49
  "homepage": "https://www.sanity.io/",
50
- "gitHead": "791f6ec7e1b27826188216e56587ff9a9c7d0ea8"
50
+ "gitHead": "e550d69ce5e29a7a707b6fda79141ae2a059815e"
51
51
  }