@dxos/plugin-space 0.7.0 → 0.7.1-staging.8709ba7
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 +2 -2
- package/dist/lib/browser/index.mjs.map +1 -1
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/node/index.cjs +6 -6
- package/dist/lib/node/index.cjs.map +2 -2
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node-esm/index.mjs +2 -2
- package/dist/lib/node-esm/index.mjs.map +1 -1
- package/dist/lib/node-esm/meta.json +1 -1
- package/package.json +36 -36
- package/src/components/SpacePluginSettings.tsx +1 -1
- package/src/components/SpaceSettings/SpaceSettingsPanel.tsx +1 -1
|
@@ -1211,7 +1211,7 @@ var SmallPresence = ({ id, count }) => {
|
|
|
1211
1211
|
import React12 from "react";
|
|
1212
1212
|
import { useIntentDispatcher as useIntentDispatcher3, useResolvePlugins } from "@dxos/app-framework";
|
|
1213
1213
|
import { Input as Input4, Select, toLocalizedString as toLocalizedString2, useTranslation as useTranslation12 } from "@dxos/react-ui";
|
|
1214
|
-
import { DeprecatedFormInput } from "@dxos/react-ui-
|
|
1214
|
+
import { DeprecatedFormInput } from "@dxos/react-ui-form";
|
|
1215
1215
|
var SpacePluginSettings = ({ settings }) => {
|
|
1216
1216
|
const { t } = useTranslation12(SPACE_PLUGIN);
|
|
1217
1217
|
const dispatch = useIntentDispatcher3();
|
|
@@ -1254,7 +1254,7 @@ import { EdgeReplicationSetting } from "@dxos/protocols/proto/dxos/echo/metadata
|
|
|
1254
1254
|
import { useClient as useClient4 } from "@dxos/react-client";
|
|
1255
1255
|
import { DeviceType, useDevices } from "@dxos/react-client/halo";
|
|
1256
1256
|
import { Input as Input5, useTranslation as useTranslation13 } from "@dxos/react-ui";
|
|
1257
|
-
import { DeprecatedFormInput as DeprecatedFormInput2 } from "@dxos/react-ui-
|
|
1257
|
+
import { DeprecatedFormInput as DeprecatedFormInput2 } from "@dxos/react-ui-form";
|
|
1258
1258
|
var __dxlog_file3 = "/home/runner/work/dxos/dxos/packages/plugins/plugin-space/src/components/SpaceSettings/SpaceSettingsPanel.tsx";
|
|
1259
1259
|
var SpaceSettingsPanel = ({ space }) => {
|
|
1260
1260
|
const { t } = useTranslation13(SPACE_PLUGIN);
|