@dxos/plugin-space 0.6.10 → 0.6.11-staging.9c4dc38
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.
- package/dist/lib/browser/index.mjs +1 -0
- package/dist/lib/browser/index.mjs.map +1 -1
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/node/index.cjs +1 -0
- package/dist/lib/node/index.cjs.map +1 -1
- package/dist/lib/node/meta.json +1 -1
- package/dist/types/src/components/SpacePresence.stories.d.ts.map +1 -1
- package/package.json +28 -28
- package/src/components/SpacePresence.stories.tsx +49 -54
|
@@ -1729,6 +1729,7 @@ var SpacePlugin = ({ firstRun, onFirstRun } = {}) => {
|
|
|
1729
1729
|
} : typeof primary === "string" && primary.length === OBJECT_ID_LENGTH ? /* @__PURE__ */ React17.createElement(MissingObject, {
|
|
1730
1730
|
id: primary
|
|
1731
1731
|
}) : null;
|
|
1732
|
+
// TODO(burdon): Add role name syntax to minimal plugin docs.
|
|
1732
1733
|
case "tree--empty":
|
|
1733
1734
|
switch (true) {
|
|
1734
1735
|
case data.plugin === SPACE_PLUGIN:
|