@dxos/react-ui-editor 0.6.14-staging.77003c1 → 0.6.14-staging.7b35391
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 -1
- package/dist/lib/browser/index.mjs.map +1 -1
- package/dist/lib/node/index.cjs +1 -1
- package/dist/lib/node/index.cjs.map +1 -1
- package/dist/lib/node-esm/index.mjs +1 -1
- package/dist/lib/node-esm/index.mjs.map +1 -1
- package/package.json +24 -24
- package/src/components/Toolbar/Toolbar.tsx +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dxos/react-ui-editor",
|
3
|
-
"version": "0.6.14-staging.
|
3
|
+
"version": "0.6.14-staging.7b35391",
|
4
4
|
"description": "Document editing experience within a DXOS shell.",
|
5
5
|
"homepage": "https://dxos.org",
|
6
6
|
"bugs": "https://github.com/dxos/dxos/issues",
|
@@ -50,17 +50,17 @@
|
|
50
50
|
"lodash.sortby": "^4.7.0",
|
51
51
|
"react-dropzone": "^14.2.3",
|
52
52
|
"style-mod": "^4.1.0",
|
53
|
-
"@dxos/async": "0.6.14-staging.
|
54
|
-
"@dxos/
|
55
|
-
"@dxos/
|
56
|
-
"@dxos/
|
57
|
-
"@dxos/
|
58
|
-
"@dxos/
|
59
|
-
"@dxos/
|
60
|
-
"@dxos/log": "0.6.14-staging.
|
61
|
-
"@dxos/protocols": "0.6.14-staging.
|
62
|
-
"@dxos/react-hooks": "0.6.14-staging.
|
63
|
-
"@dxos/util": "0.6.14-staging.
|
53
|
+
"@dxos/async": "0.6.14-staging.7b35391",
|
54
|
+
"@dxos/automerge": "0.6.14-staging.7b35391",
|
55
|
+
"@dxos/context": "0.6.14-staging.7b35391",
|
56
|
+
"@dxos/debug": "0.6.14-staging.7b35391",
|
57
|
+
"@dxos/display-name": "0.6.14-staging.7b35391",
|
58
|
+
"@dxos/echo-schema": "0.6.14-staging.7b35391",
|
59
|
+
"@dxos/invariant": "0.6.14-staging.7b35391",
|
60
|
+
"@dxos/log": "0.6.14-staging.7b35391",
|
61
|
+
"@dxos/protocols": "0.6.14-staging.7b35391",
|
62
|
+
"@dxos/react-hooks": "0.6.14-staging.7b35391",
|
63
|
+
"@dxos/util": "0.6.14-staging.7b35391"
|
64
64
|
},
|
65
65
|
"devDependencies": {
|
66
66
|
"@phosphor-icons/react": "^2.1.5",
|
@@ -85,23 +85,23 @@
|
|
85
85
|
"vite": "5.4.7",
|
86
86
|
"vite-plugin-top-level-await": "^1.4.1",
|
87
87
|
"vite-plugin-wasm": "^3.3.0",
|
88
|
-
"@dxos/
|
89
|
-
"@dxos/config": "0.6.14-staging.
|
90
|
-
"@dxos/
|
91
|
-
"@dxos/keyboard": "0.6.14-staging.
|
92
|
-
"@dxos/random": "0.6.14-staging.
|
93
|
-
"@dxos/react-
|
94
|
-
"@dxos/react-ui": "0.6.14-staging.
|
95
|
-
"@dxos/react-
|
96
|
-
"@dxos/storybook-utils": "0.6.14-staging.
|
88
|
+
"@dxos/automerge": "0.6.14-staging.7b35391",
|
89
|
+
"@dxos/config": "0.6.14-staging.7b35391",
|
90
|
+
"@dxos/echo-signals": "0.6.14-staging.7b35391",
|
91
|
+
"@dxos/keyboard": "0.6.14-staging.7b35391",
|
92
|
+
"@dxos/random": "0.6.14-staging.7b35391",
|
93
|
+
"@dxos/react-ui-theme": "0.6.14-staging.7b35391",
|
94
|
+
"@dxos/react-ui": "0.6.14-staging.7b35391",
|
95
|
+
"@dxos/react-client": "0.6.14-staging.7b35391",
|
96
|
+
"@dxos/storybook-utils": "0.6.14-staging.7b35391"
|
97
97
|
},
|
98
98
|
"peerDependencies": {
|
99
99
|
"@phosphor-icons/react": "^2.1.5",
|
100
100
|
"react": "~18.2.0",
|
101
101
|
"react-dom": "~18.2.0",
|
102
|
-
"@dxos/react-ui
|
103
|
-
"@dxos/react-client": "0.6.14-staging.
|
104
|
-
"@dxos/react-ui": "0.6.14-staging.
|
102
|
+
"@dxos/react-ui": "0.6.14-staging.7b35391",
|
103
|
+
"@dxos/react-client": "0.6.14-staging.7b35391",
|
104
|
+
"@dxos/react-ui-theme": "0.6.14-staging.7b35391"
|
105
105
|
},
|
106
106
|
"publishConfig": {
|
107
107
|
"access": "public"
|
@@ -52,7 +52,7 @@ import { type EditorViewMode, type Action, type ActionType, type Formatting, Edi
|
|
52
52
|
import { translationKey } from '../../translations';
|
53
53
|
|
54
54
|
const iconStyles = getSize(5);
|
55
|
-
const buttonStyles = 'min-bs-0 p-
|
55
|
+
const buttonStyles = 'min-bs-0 p-1';
|
56
56
|
const tooltipProps = { side: 'top' as const, classNames: 'z-10' };
|
57
57
|
|
58
58
|
const ToolbarSeparator = () => <div role='separator' className='grow' />;
|