@zjlab-fe/data-hub-ui 0.6.9 → 0.7.0
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/types/components/tip-tap/bubble-menu.d.ts +6 -0
- package/dist/types/components/tip-tap/demo/index.d.ts +1 -1
- package/dist/types/components/tip-tap/editor.d.ts +20 -0
- package/dist/types/components/tip-tap/extensions/index.d.ts +2 -2
- package/dist/types/components/tip-tap/extensions/markdown-paste.d.ts +7 -0
- package/dist/types/components/tip-tap/floating-menu.d.ts +6 -0
- package/dist/types/components/tip-tap/icons/index.d.ts +32 -0
- package/dist/types/components/tip-tap/index.d.ts +4 -19
- package/dist/types/components/tip-tap/reader.d.ts +4 -0
- package/dist/types/components/tip-tap/toolbar/components/color-picker.d.ts +8 -0
- package/dist/types/components/tip-tap/toolbar/components/heading-dropdown.d.ts +6 -0
- package/dist/types/components/tip-tap/toolbar/components/image-button.d.ts +6 -0
- package/dist/types/components/tip-tap/toolbar/components/index.d.ts +6 -0
- package/dist/types/components/tip-tap/toolbar/components/link-button.d.ts +6 -0
- package/dist/types/components/tip-tap/toolbar/components/table-button.d.ts +6 -0
- package/dist/types/components/tip-tap/toolbar/components/toolbar-button.d.ts +9 -0
- package/dist/types/components/tip-tap/toolbar/index.d.ts +7 -0
- package/dist/types/components/tip-tap/toolbar.d.ts +1 -0
- package/es/index.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +23 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zjlab-fe/data-hub-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"types": "dist/types/index.d.ts",
|
|
@@ -71,24 +71,28 @@
|
|
|
71
71
|
"dependencies": {
|
|
72
72
|
"@ant-design/icons": "^5.3.7",
|
|
73
73
|
"@codesandbox/sandpack-react": "^2.19.9",
|
|
74
|
-
"@
|
|
75
|
-
"@tiptap/
|
|
76
|
-
"@tiptap/extension-
|
|
77
|
-
"@tiptap/extension-
|
|
78
|
-
"@tiptap/extension-
|
|
79
|
-
"@tiptap/extension-
|
|
80
|
-
"@tiptap/extension-
|
|
81
|
-
"@tiptap/extension-
|
|
82
|
-
"@tiptap/extension-
|
|
83
|
-
"@tiptap/extension-
|
|
84
|
-
"@tiptap/extension-table
|
|
85
|
-
"@tiptap/extension-table-
|
|
86
|
-
"@tiptap/extension-
|
|
87
|
-
"@tiptap/extension-
|
|
88
|
-
"@tiptap/extension-
|
|
89
|
-
"@tiptap/
|
|
90
|
-
"@tiptap/
|
|
91
|
-
"@tiptap/
|
|
74
|
+
"@floating-ui/dom": "^1.7.4",
|
|
75
|
+
"@tiptap/core": "^3.11.1",
|
|
76
|
+
"@tiptap/extension-code-block-lowlight": "^3.11.1",
|
|
77
|
+
"@tiptap/extension-color": "^3.11.1",
|
|
78
|
+
"@tiptap/extension-floating-menu": "^3.11.1",
|
|
79
|
+
"@tiptap/extension-highlight": "^3.11.1",
|
|
80
|
+
"@tiptap/extension-image": "^3.11.1",
|
|
81
|
+
"@tiptap/extension-link": "^3.11.1",
|
|
82
|
+
"@tiptap/extension-list-item": "^3.11.1",
|
|
83
|
+
"@tiptap/extension-placeholder": "^3.11.1",
|
|
84
|
+
"@tiptap/extension-table": "^3.11.1",
|
|
85
|
+
"@tiptap/extension-table-cell": "^3.11.1",
|
|
86
|
+
"@tiptap/extension-table-header": "^3.11.1",
|
|
87
|
+
"@tiptap/extension-table-row": "^3.11.1",
|
|
88
|
+
"@tiptap/extension-text-align": "^3.11.1",
|
|
89
|
+
"@tiptap/extension-text-style": "^3.11.1",
|
|
90
|
+
"@tiptap/extension-underline": "^3.11.1",
|
|
91
|
+
"@tiptap/markdown": "^3.11.1",
|
|
92
|
+
"@tiptap/pm": "^3.11.1",
|
|
93
|
+
"@tiptap/react": "^3.11.1",
|
|
94
|
+
"@tiptap/starter-kit": "^3.11.1",
|
|
95
|
+
"lowlight": "^3.3.0",
|
|
92
96
|
"@zjlab-fe/util": "^0.0.8",
|
|
93
97
|
"antd": "^5.19.2",
|
|
94
98
|
"arrow-js-ffi": "^0.4.2",
|
|
@@ -101,7 +105,6 @@
|
|
|
101
105
|
"i18next": "^25.0.0",
|
|
102
106
|
"jotai": "^2.11.0",
|
|
103
107
|
"jotai-scope": "^0.7.2",
|
|
104
|
-
"lowlight": "^3.3.0",
|
|
105
108
|
"marked": "^16.1.2",
|
|
106
109
|
"parquet-wasm": "^0.6.1",
|
|
107
110
|
"prosemirror-state": "^1.4.3",
|