impact-ui 3.6.1-homePage.8 → 3.6.1-tableChat.2
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/3d58c6d4102f7e86.svg +4 -0
- package/dist/index.js +73 -20
- package/dist/index.js.map +1 -1
- package/package.json +21 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "impact-ui",
|
|
3
|
-
"version": "3.6.1-
|
|
3
|
+
"version": "3.6.1-tableChat.2",
|
|
4
4
|
"description": "Impact Analytics UI library",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
"@rollup/plugin-babel": "^5.0.2",
|
|
58
58
|
"@rollup/plugin-commonjs": "^12.0.0",
|
|
59
59
|
"@rollup/plugin-data-uri": "^1.0.2",
|
|
60
|
+
"@rollup/plugin-json": "^6.1.0",
|
|
60
61
|
"@rollup/plugin-node-resolve": "^8.0.0",
|
|
61
62
|
"@rollup/plugin-url": "^8.0.1",
|
|
62
63
|
"@storybook/addon-essentials": "^8.1.6",
|
|
@@ -85,7 +86,6 @@
|
|
|
85
86
|
"babel-preset-minify": "^0.6.0-alpha.9",
|
|
86
87
|
"css-loader": "^3.5.3",
|
|
87
88
|
"es-check": "^5.1.2",
|
|
88
|
-
"fuse.js": "^7.1.0",
|
|
89
89
|
"husky": "^4.3.8",
|
|
90
90
|
"jest": "^29.7.0",
|
|
91
91
|
"jest-environment-jsdom": "^29.7.0",
|
|
@@ -123,6 +123,9 @@
|
|
|
123
123
|
},
|
|
124
124
|
"ag-grid-react": {
|
|
125
125
|
"optional": true
|
|
126
|
+
},
|
|
127
|
+
"@tiptap/pm": {
|
|
128
|
+
"optional": true
|
|
126
129
|
}
|
|
127
130
|
},
|
|
128
131
|
"dependencies": {
|
|
@@ -130,10 +133,26 @@
|
|
|
130
133
|
"@dnd-kit/core": "^6.2.0",
|
|
131
134
|
"@dnd-kit/sortable": "^9.0.0",
|
|
132
135
|
"@dnd-kit/utilities": "^3.2.2",
|
|
136
|
+
"@emoji-mart/data": "^1.2.1",
|
|
137
|
+
"@emoji-mart/react": "^1.1.1",
|
|
138
|
+
"@tiptap/extension-highlight": "^2.26.1",
|
|
139
|
+
"@tiptap/extension-image": "^2.26.1",
|
|
140
|
+
"@tiptap/extension-link": "^2.26.1",
|
|
141
|
+
"@tiptap/extension-mention": "^2.26.1",
|
|
142
|
+
"@tiptap/extension-placeholder": "^2.26.1",
|
|
143
|
+
"@tiptap/extension-strike": "^2.26.1",
|
|
144
|
+
"@tiptap/react": "^2.26.1",
|
|
145
|
+
"@tiptap/starter-kit": "^2.26.1",
|
|
146
|
+
"@tiptap/suggestion": "^2.26.1",
|
|
133
147
|
"axios": "^1.3.4",
|
|
148
|
+
"dompurify": "^3.2.7",
|
|
149
|
+
"emoji-mart": "^5.6.0",
|
|
134
150
|
"lodash": "^4.17.21",
|
|
135
151
|
"moment": "^2.29.4",
|
|
136
152
|
"node": "^20.16.0",
|
|
153
|
+
"prosemirror-model": "^1.25.3",
|
|
154
|
+
"prosemirror-state": "^1.4.3",
|
|
155
|
+
"prosemirror-view": "^1.40.1",
|
|
137
156
|
"react-dates": "^21.8.0",
|
|
138
157
|
"react-hook-form": "^7.54.2",
|
|
139
158
|
"react-router-dom": "^6.2.2",
|