@textbus/xnote 0.0.1-alpha.48 → 0.0.1-alpha.50

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.
@@ -4160,9 +4160,9 @@ const LeftToolbar = withAnnotation({
4160
4160
  [states.sourceCode, jsx("span", { class: "xnote-icon-source-code" })],
4161
4161
  [states.blockquote, jsx("span", { class: "xnote-icon-quotes-right" })],
4162
4162
  [states.todolist, jsx("span", { class: "xnote-icon-checkbox-checked" })],
4163
- [states.table, jsx("span", { class: "xnote-icon-table" })],
4164
4163
  [states.unorderedList, jsx("span", { class: "xnote-icon-list" })],
4165
4164
  [states.orderedList, jsx("span", { class: "xnote-icon-list-numbered" })],
4165
+ [states.table, jsx("span", { class: "xnote-icon-table" })],
4166
4166
  [states.h1, jsx("span", { class: "xnote-icon-heading-h1" })],
4167
4167
  [states.h2, jsx("span", { class: "xnote-icon-heading-h2" })],
4168
4168
  [states.h3, jsx("span", { class: "xnote-icon-heading-h3" })],
package/bundles/index.js CHANGED
@@ -4162,9 +4162,9 @@ const LeftToolbar = core.withAnnotation({
4162
4162
  [states.sourceCode, jsxRuntime.jsx("span", { class: "xnote-icon-source-code" })],
4163
4163
  [states.blockquote, jsxRuntime.jsx("span", { class: "xnote-icon-quotes-right" })],
4164
4164
  [states.todolist, jsxRuntime.jsx("span", { class: "xnote-icon-checkbox-checked" })],
4165
- [states.table, jsxRuntime.jsx("span", { class: "xnote-icon-table" })],
4166
4165
  [states.unorderedList, jsxRuntime.jsx("span", { class: "xnote-icon-list" })],
4167
4166
  [states.orderedList, jsxRuntime.jsx("span", { class: "xnote-icon-list-numbered" })],
4167
+ [states.table, jsxRuntime.jsx("span", { class: "xnote-icon-table" })],
4168
4168
  [states.h1, jsxRuntime.jsx("span", { class: "xnote-icon-heading-h1" })],
4169
4169
  [states.h2, jsxRuntime.jsx("span", { class: "xnote-icon-heading-h2" })],
4170
4170
  [states.h3, jsxRuntime.jsx("span", { class: "xnote-icon-heading-h3" })],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@textbus/xnote",
3
- "version": "0.0.1-alpha.48",
3
+ "version": "0.0.1-alpha.50",
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.0-alpha.72",
31
- "@textbus/collaborate": "^4.0.0-alpha.72",
32
- "@textbus/core": "^4.0.0-alpha.72",
33
- "@textbus/platform-browser": "^4.0.0-alpha.72",
34
- "@viewfly/core": "^1.0.0-alpha.18",
35
- "@viewfly/hooks": "^1.0.0-alpha.18",
36
- "@viewfly/platform-browser": "^1.0.0-alpha.18",
37
- "@viewfly/scoped-css": "^1.0.0-alpha.18",
30
+ "@textbus/adapter-viewfly": "^4.0.0-alpha.73",
31
+ "@textbus/collaborate": "^4.0.0-alpha.73",
32
+ "@textbus/core": "^4.0.0-alpha.73",
33
+ "@textbus/platform-browser": "^4.0.0-alpha.73",
34
+ "@viewfly/core": "^1.0.0-alpha.21",
35
+ "@viewfly/hooks": "^1.0.0-alpha.21",
36
+ "@viewfly/platform-browser": "^1.0.0-alpha.21",
37
+ "@viewfly/scoped-css": "^1.0.0-alpha.21",
38
38
  "highlight.js": "^11.9.0",
39
39
  "katex": "^0.16.10"
40
40
  },