beca-ui 2.0.20-beta.33 → 2.0.20-beta.34
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 +58596 -60620
- package/dist/components/LazyLoadImage/LazyLoadImage.d.ts +3 -0
- package/dist/components/LazyLoadImage/LazyLoadImage.types.d.ts +3 -0
- package/dist/components/LazyLoadImage/index.d.ts +1 -0
- package/dist/components/MainLayout/Header/Header.types.d.ts +3 -2
- package/dist/components/TextEditor/FontSize/index.d.ts +0 -8
- package/dist/components/TextEditor/Suggestions/EditorSuggestionsInlineRender.d.ts +10 -0
- package/dist/components/TextEditor/Suggestions/Mention.d.ts +6 -0
- package/dist/components/TextEditor/Suggestions/MentionExtension.d.ts +2 -0
- package/dist/components/TextEditor/Suggestions/MentionList.d.ts +8 -0
- package/dist/components/TextEditor/Suggestions/Suggestions.d.ts +2 -0
- package/dist/components/TextEditor/TextEditor.types.d.ts +19 -3
- package/dist/main.css +1 -1
- package/package.json +37 -37
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "beca-ui",
|
|
3
|
-
"version": "2.0.20-beta.
|
|
3
|
+
"version": "2.0.20-beta.34",
|
|
4
4
|
"description": "Becawork UI",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"release": "yarn chromatic",
|
|
26
26
|
"publish-main": "sh ./publish.sh",
|
|
27
27
|
"publish-beta": "sh ./publish-beta.sh",
|
|
28
|
-
"upgrade-tiptap": "yarn add @tiptap/
|
|
28
|
+
"upgrade-tiptap": "yarn add @tiptap/extension-blockquote @tiptap/extension-bubble-menu @tiptap/extension-color @tiptap/extension-document @tiptap/extension-focus @tiptap/extension-font-family @tiptap/extension-highlight @tiptap/extension-image @tiptap/extension-link @tiptap/extension-mention @tiptap/extension-paragraph @tiptap/extension-placeholder @tiptap/extension-table @tiptap/extension-table-cell @tiptap/extension-table-header @tiptap/extension-table-row @tiptap/extension-text @tiptap/extension-text-align @tiptap/extension-text-style @tiptap/extension-underline @tiptap/pm @tiptap/react @tiptap/starter-kit @tiptap/suggestion"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@microsoft/signalr": "7.0.3",
|
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
"react-helmet-async": "2.0.5",
|
|
54
54
|
"react-i18next": "13.0.1",
|
|
55
55
|
"react-infinite-scroll-component": "6.1.0",
|
|
56
|
+
"react-intersection-observer": "^9.16.0",
|
|
56
57
|
"react-paginate": "8.2.0",
|
|
57
58
|
"react-resizable": "3.0.5",
|
|
58
59
|
"react-virtuoso": "4.6.2"
|
|
@@ -74,41 +75,40 @@
|
|
|
74
75
|
"@storybook/react": "8.6.7",
|
|
75
76
|
"@storybook/react-vite": "8.6.7",
|
|
76
77
|
"@storybook/test": "8.6.7",
|
|
77
|
-
"@tiptap/
|
|
78
|
-
"@tiptap/extension-
|
|
79
|
-
"@tiptap/extension-
|
|
80
|
-
"@tiptap/extension-
|
|
81
|
-
"@tiptap/extension-
|
|
82
|
-
"@tiptap/extension-
|
|
83
|
-
"@tiptap/extension-
|
|
84
|
-
"@tiptap/extension-
|
|
85
|
-
"@tiptap/extension-
|
|
86
|
-
"@tiptap/extension-
|
|
87
|
-
"@tiptap/extension-
|
|
88
|
-
"@tiptap/extension-
|
|
89
|
-
"@tiptap/extension-
|
|
90
|
-
"@tiptap/extension-
|
|
91
|
-
"@tiptap/extension-
|
|
92
|
-
"@tiptap/extension-
|
|
93
|
-
"@tiptap/extension-
|
|
94
|
-
"@tiptap/extension-
|
|
95
|
-
"@tiptap/extension-
|
|
96
|
-
"@tiptap/extension-
|
|
97
|
-
"@tiptap/extension-
|
|
98
|
-
"@tiptap/extension-
|
|
99
|
-
"@tiptap/extension-table": "
|
|
100
|
-
"@tiptap/extension-table-
|
|
101
|
-
"@tiptap/extension-table-
|
|
102
|
-
"@tiptap/extension-
|
|
103
|
-
"@tiptap/extension-text": "
|
|
104
|
-
"@tiptap/extension-text-
|
|
105
|
-
"@tiptap/extension-
|
|
106
|
-
"@tiptap/
|
|
107
|
-
"@tiptap/
|
|
108
|
-
"@tiptap/
|
|
109
|
-
"@tiptap/
|
|
110
|
-
"@tiptap/
|
|
111
|
-
"@tiptap/suggestion": "2.10.3",
|
|
78
|
+
"@tiptap/extension-blockquote": "3.4.4",
|
|
79
|
+
"@tiptap/extension-bold": "3.4.4",
|
|
80
|
+
"@tiptap/extension-bubble-menu": "3.4.4",
|
|
81
|
+
"@tiptap/extension-bullet-list": "3.4.4",
|
|
82
|
+
"@tiptap/extension-color": "3.4.4",
|
|
83
|
+
"@tiptap/extension-document": "3.4.4",
|
|
84
|
+
"@tiptap/extension-focus": "3.4.4",
|
|
85
|
+
"@tiptap/extension-font-family": "3.4.4",
|
|
86
|
+
"@tiptap/extension-hard-break": "3.4.4",
|
|
87
|
+
"@tiptap/extension-heading": "3.4.4",
|
|
88
|
+
"@tiptap/extension-highlight": "3.4.4",
|
|
89
|
+
"@tiptap/extension-history": "3.4.4",
|
|
90
|
+
"@tiptap/extension-image": "3.4.4",
|
|
91
|
+
"@tiptap/extension-italic": "3.4.4",
|
|
92
|
+
"@tiptap/extension-link": "3.4.4",
|
|
93
|
+
"@tiptap/extension-list-item": "3.4.4",
|
|
94
|
+
"@tiptap/extension-mention": "3.4.4",
|
|
95
|
+
"@tiptap/extension-ordered-list": "3.4.4",
|
|
96
|
+
"@tiptap/extension-paragraph": "3.4.4",
|
|
97
|
+
"@tiptap/extension-placeholder": "3.4.4",
|
|
98
|
+
"@tiptap/extension-strike": "3.4.4",
|
|
99
|
+
"@tiptap/extension-table": "3.4.4",
|
|
100
|
+
"@tiptap/extension-table-cell": "3.4.4",
|
|
101
|
+
"@tiptap/extension-table-header": "3.4.4",
|
|
102
|
+
"@tiptap/extension-table-row": "3.4.4",
|
|
103
|
+
"@tiptap/extension-text": "3.4.4",
|
|
104
|
+
"@tiptap/extension-text-align": "3.4.4",
|
|
105
|
+
"@tiptap/extension-text-style": "3.4.4",
|
|
106
|
+
"@tiptap/extension-underline": "3.4.4",
|
|
107
|
+
"@tiptap/html": "3.4.4",
|
|
108
|
+
"@tiptap/pm": "3.4.4",
|
|
109
|
+
"@tiptap/react": "3.4.4",
|
|
110
|
+
"@tiptap/starter-kit": "3.4.4",
|
|
111
|
+
"@tiptap/suggestion": "3.4.4",
|
|
112
112
|
"@types/crypto-js": "4.2.2",
|
|
113
113
|
"@types/dompurify": "3.0.2",
|
|
114
114
|
"@types/lodash": "4.17.16",
|