@textbus/xnote 0.0.4 → 0.0.5
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.
|
@@ -78,4 +78,4 @@
|
|
|
78
78
|
<glyph unicode="" glyph-name="indent-increase" d="M0 896.004h1024v-128h-1024zM384 704.004h640v-128h-640zM384 512.004h640v-128h-640zM384 320.004h640v-128h-640zM0 128.004h1024v-128h-1024zM0 256.004v384l256-192z" />
|
|
79
79
|
<glyph unicode="" glyph-name="indent-decrease" d="M0 896.004h1024v-128h-1024zM384 704.004h640v-128h-640zM384 512.004h640v-128h-640zM384 320.004h640v-128h-640zM0 128.004h1024v-128h-1024zM256 640.004v-384l-256 192z" />
|
|
80
80
|
<glyph unicode="" glyph-name="code" horiz-adv-x="1280" d="M832 224l96-96 320 320-320 320-96-96 224-224zM448 672l-96 96-320-320 320-320 96 96-224 224zM701.298 809.481l69.468-18.944-191.987-704.026-69.468 18.944 191.987 704.026z" />
|
|
81
|
-
</font></defs></svg>
|
|
81
|
+
</font></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const LeftToolbar: () => () =>
|
|
1
|
+
export declare const LeftToolbar: () => () => import("@viewfly/core").JSXNode;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@textbus/xnote",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"description": "A high-performance rich text editor that supports multiplayer online collaboration.",
|
|
5
5
|
"main": "./bundles/index.js",
|
|
6
6
|
"module": "./bundles/index.esm.js",
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@tanbo/color": "^0.1.1",
|
|
30
|
-
"@textbus/adapter-viewfly": "^4.0.
|
|
31
|
-
"@textbus/collaborate": "^4.0.
|
|
32
|
-
"@textbus/core": "^4.0.
|
|
33
|
-
"@textbus/platform-browser": "^4.0.
|
|
34
|
-
"@viewfly/core": "^1.0.
|
|
35
|
-
"@viewfly/hooks": "^1.0.
|
|
36
|
-
"@viewfly/platform-browser": "^1.0.
|
|
37
|
-
"@viewfly/scoped-css": "^1.0.
|
|
30
|
+
"@textbus/adapter-viewfly": "^4.0.3",
|
|
31
|
+
"@textbus/collaborate": "^4.0.3",
|
|
32
|
+
"@textbus/core": "^4.0.3",
|
|
33
|
+
"@textbus/platform-browser": "^4.0.3",
|
|
34
|
+
"@viewfly/core": "^1.0.2",
|
|
35
|
+
"@viewfly/hooks": "^1.0.2",
|
|
36
|
+
"@viewfly/platform-browser": "^1.0.3",
|
|
37
|
+
"@viewfly/scoped-css": "^1.0.2",
|
|
38
38
|
"highlight.js": "^11.9.0",
|
|
39
39
|
"katex": "^0.16.10"
|
|
40
40
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@types/jest": "^29.5.2",
|
|
46
46
|
"@typescript-eslint/eslint-plugin": "^5.8.0",
|
|
47
47
|
"@typescript-eslint/parser": "^5.8.0",
|
|
48
|
-
"@viewfly/devtools": "^0.
|
|
48
|
+
"@viewfly/devtools": "^1.0.2",
|
|
49
49
|
"autoprefixer": "^10.4.0",
|
|
50
50
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
|
|
51
51
|
"core-js": "^3.20.1",
|