beca-ui 2.0.14-beta.1 → 2.0.14-beta.10
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/beca-ui.js +41718 -43341
- package/dist/components/TextEditor/BubbleMenu/TextEditorBubbleMenu.d.ts +25 -0
- package/dist/components/TextEditor/ColorPicker/ColorPicker.component.d.ts +6 -0
- package/dist/components/TextEditor/Menu/Menu.component.d.ts +6 -0
- package/dist/components/TextEditor/Menu/index.d.ts +1 -0
- package/dist/components/TextEditor/Table/Table.component.d.ts +1 -0
- package/dist/components/TextEditor/Table/TablePlugin.d.ts +1 -0
- package/dist/components/TextEditor/TableTools/TableTools.component.d.ts +11 -0
- package/dist/components/TextEditor/TextBubbleMenu/TextBubbleMenu.d.ts +6 -0
- package/dist/components/TextEditor/TextEditor.types.d.ts +3 -1
- package/dist/components/TextEditor/components/ActionButton.d.ts +0 -0
- package/dist/data/LocalesTexts/EnglishTexts.d.ts +13 -0
- package/dist/data/LocalesTexts/VietnameseTexts.d.ts +13 -0
- package/dist/hooks/LocaleHook.d.ts +13 -0
- package/dist/main.css +1 -1
- package/package.json +27 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "beca-ui",
|
|
3
|
-
"version": "2.0.14-beta.
|
|
3
|
+
"version": "2.0.14-beta.10",
|
|
4
4
|
"description": "Becawork UI",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -30,30 +30,30 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@microsoft/signalr": "7.0.3",
|
|
32
32
|
"@tiptap/core": "2.1.12",
|
|
33
|
-
"@tiptap/extension-blockquote": "2.
|
|
34
|
-
"@tiptap/extension-bubble-menu": "2.
|
|
35
|
-
"@tiptap/extension-color": "2.
|
|
36
|
-
"@tiptap/extension-document": "2.
|
|
37
|
-
"@tiptap/extension-focus": "2.
|
|
38
|
-
"@tiptap/extension-font-family": "2.
|
|
39
|
-
"@tiptap/extension-highlight": "2.
|
|
40
|
-
"@tiptap/extension-image": "2.
|
|
41
|
-
"@tiptap/extension-link": "2.
|
|
42
|
-
"@tiptap/extension-mention": "2.
|
|
43
|
-
"@tiptap/extension-paragraph": "2.
|
|
33
|
+
"@tiptap/extension-blockquote": "2.10.3",
|
|
34
|
+
"@tiptap/extension-bubble-menu": "2.10.3",
|
|
35
|
+
"@tiptap/extension-color": "2.10.3",
|
|
36
|
+
"@tiptap/extension-document": "2.10.3",
|
|
37
|
+
"@tiptap/extension-focus": "2.10.3",
|
|
38
|
+
"@tiptap/extension-font-family": "2.10.3",
|
|
39
|
+
"@tiptap/extension-highlight": "2.10.3",
|
|
40
|
+
"@tiptap/extension-image": "2.10.3",
|
|
41
|
+
"@tiptap/extension-link": "2.10.3",
|
|
42
|
+
"@tiptap/extension-mention": "2.10.3",
|
|
43
|
+
"@tiptap/extension-paragraph": "2.10.3",
|
|
44
44
|
"@tiptap/extension-placeholder": "2.0.4",
|
|
45
|
-
"@tiptap/extension-table": "2.
|
|
46
|
-
"@tiptap/extension-table-cell": "2.
|
|
47
|
-
"@tiptap/extension-table-header": "2.
|
|
48
|
-
"@tiptap/extension-table-row": "2.
|
|
49
|
-
"@tiptap/extension-text": "2.
|
|
50
|
-
"@tiptap/extension-text-align": "2.
|
|
51
|
-
"@tiptap/extension-text-style": "2.
|
|
52
|
-
"@tiptap/extension-underline": "2.
|
|
53
|
-
"@tiptap/pm": "2.
|
|
54
|
-
"@tiptap/react": "2.
|
|
55
|
-
"@tiptap/starter-kit": "2.
|
|
56
|
-
"@tiptap/suggestion": "2.
|
|
45
|
+
"@tiptap/extension-table": "2.10.3",
|
|
46
|
+
"@tiptap/extension-table-cell": "2.10.3",
|
|
47
|
+
"@tiptap/extension-table-header": "2.10.3",
|
|
48
|
+
"@tiptap/extension-table-row": "2.10.3",
|
|
49
|
+
"@tiptap/extension-text": "2.10.3",
|
|
50
|
+
"@tiptap/extension-text-align": "2.10.3",
|
|
51
|
+
"@tiptap/extension-text-style": "2.10.3",
|
|
52
|
+
"@tiptap/extension-underline": "2.10.3",
|
|
53
|
+
"@tiptap/pm": "2.10.3",
|
|
54
|
+
"@tiptap/react": "2.10.3",
|
|
55
|
+
"@tiptap/starter-kit": "2.10.3",
|
|
56
|
+
"@tiptap/suggestion": "2.10.3",
|
|
57
57
|
"antd": "5.22.2",
|
|
58
58
|
"antd-img-crop": "4.12.2",
|
|
59
59
|
"axios": "1.6.7",
|
|
@@ -94,6 +94,7 @@
|
|
|
94
94
|
"@storybook/react": "^8.4.5",
|
|
95
95
|
"@storybook/react-vite": "^8.4.5",
|
|
96
96
|
"@storybook/test": "^8.4.5",
|
|
97
|
+
"@tiptap/html": "^2.10.3",
|
|
97
98
|
"@types/dompurify": "3.0.2",
|
|
98
99
|
"@types/node": "20.10.5",
|
|
99
100
|
"@types/react": "18.2.45",
|
|
@@ -124,6 +125,7 @@
|
|
|
124
125
|
],
|
|
125
126
|
"packageManager": "yarn@3.6.4",
|
|
126
127
|
"resolutions": {
|
|
127
|
-
"prosemirror-view": "1.32.7"
|
|
128
|
+
"prosemirror-view": "1.32.7",
|
|
129
|
+
"prosemirror-model": "1.9.1"
|
|
128
130
|
}
|
|
129
131
|
}
|