impact-ui 3.6.1-alpha.react19-test1 → 3.6.1-comment-feature-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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impact-ui",
3
- "version": "3.6.1-alpha.react19-test1",
3
+ "version": "3.6.1-comment-feature-2",
4
4
  "description": "Impact Analytics UI library",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -39,8 +39,8 @@
39
39
  "@babel/preset-env": "^7.12.1",
40
40
  "@babel/preset-react": "^7.12.5",
41
41
  "@chromatic-com/storybook": "^1.5.0",
42
- "@emotion/react": "^11.14.0",
43
- "@emotion/styled": "^11.14.1",
42
+ "@emotion/react": "^11.8.1",
43
+ "@emotion/styled": "^11.3.0",
44
44
  "@mui/base": "^5.0.0-alpha.82",
45
45
  "@mui/docs": "^5.8.0",
46
46
  "@mui/envinfo": "^2.0.6",
@@ -85,6 +85,7 @@
85
85
  "babel-preset-minify": "^0.6.0-alpha.9",
86
86
  "css-loader": "^3.5.3",
87
87
  "es-check": "^5.1.2",
88
+ "fuse.js": "^7.1.0",
88
89
  "husky": "^4.3.8",
89
90
  "jest": "^29.7.0",
90
91
  "jest-environment-jsdom": "^29.7.0",
@@ -104,16 +105,23 @@
104
105
  "rollup-plugin-terser": "^7.0.2",
105
106
  "sass": "^1.72.0",
106
107
  "source-map-loader": "^1.0.0",
107
- "storybook": "^8.1.6"
108
+ "storybook": "^8.1.6",
109
+ "@tiptap/extension-highlight": "^2.26.1",
110
+ "@tiptap/extension-image": "^2.26.1",
111
+ "@tiptap/extension-link": "^2.26.1",
112
+ "@tiptap/extension-mention": "^2.26.1",
113
+ "@tiptap/extension-placeholder": "^2.26.1",
114
+ "@tiptap/extension-strike": "^2.26.1",
115
+ "@tiptap/react": "^2.26.1",
116
+ "@tiptap/starter-kit": "^2.26.1",
117
+ "@tiptap/suggestion": "^2.26.1"
108
118
  },
109
119
  "peerDependencies": {
110
120
  "ag-grid-community": ">=27.0.1",
111
121
  "ag-grid-enterprise": ">=27.2.1",
112
122
  "ag-grid-react": ">=27.0.1",
113
123
  "react": ">=17.0.0 <20.0.0",
114
- "react-dom": ">=17.0.0 <20.0.0",
115
- "@emotion/react": ">=11.14.0",
116
- "@emotion/styled": ">=11.14.0"
124
+ "react-dom": ">=17.0.0 <20.0.0"
117
125
  },
118
126
  "peerDependenciesMeta": {
119
127
  "ag-grid-community": {