@selfcommunity/react-ui 0.7.0-alpha.165 → 0.7.0-alpha.167

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.
Files changed (35) hide show
  1. package/lib/cjs/components/Composer/Composer.d.ts.map +1 -1
  2. package/lib/cjs/components/Composer/Composer.js +1 -1
  3. package/lib/cjs/components/Composer/Composer.js.map +1 -1
  4. package/lib/cjs/components/Editor/Editor.d.ts.map +1 -1
  5. package/lib/cjs/components/Editor/Editor.js +3 -1
  6. package/lib/cjs/components/Editor/Editor.js.map +1 -1
  7. package/lib/cjs/components/Editor/nodes/index.d.ts +2 -1
  8. package/lib/cjs/components/Editor/nodes/index.d.ts.map +1 -1
  9. package/lib/cjs/components/Editor/nodes/index.js +14 -1
  10. package/lib/cjs/components/Editor/nodes/index.js.map +1 -1
  11. package/lib/cjs/components/Editor/plugins/DefaultHtmlValuePlugin.d.ts.map +1 -1
  12. package/lib/cjs/components/Editor/plugins/DefaultHtmlValuePlugin.js +0 -11
  13. package/lib/cjs/components/Editor/plugins/DefaultHtmlValuePlugin.js.map +1 -1
  14. package/lib/cjs/components/Editor/plugins/ToolbarPlugin.d.ts.map +1 -1
  15. package/lib/cjs/components/Editor/plugins/ToolbarPlugin.js +6 -0
  16. package/lib/cjs/components/Editor/plugins/ToolbarPlugin.js.map +1 -1
  17. package/lib/esm/components/Composer/Composer.d.ts.map +1 -1
  18. package/lib/esm/components/Composer/Composer.js +1 -1
  19. package/lib/esm/components/Composer/Composer.js.map +1 -1
  20. package/lib/esm/components/Editor/Editor.d.ts.map +1 -1
  21. package/lib/esm/components/Editor/Editor.js +3 -1
  22. package/lib/esm/components/Editor/Editor.js.map +1 -1
  23. package/lib/esm/components/Editor/nodes/index.d.ts +2 -1
  24. package/lib/esm/components/Editor/nodes/index.d.ts.map +1 -1
  25. package/lib/esm/components/Editor/nodes/index.js +14 -1
  26. package/lib/esm/components/Editor/nodes/index.js.map +1 -1
  27. package/lib/esm/components/Editor/plugins/DefaultHtmlValuePlugin.d.ts.map +1 -1
  28. package/lib/esm/components/Editor/plugins/DefaultHtmlValuePlugin.js +0 -11
  29. package/lib/esm/components/Editor/plugins/DefaultHtmlValuePlugin.js.map +1 -1
  30. package/lib/esm/components/Editor/plugins/ToolbarPlugin.d.ts.map +1 -1
  31. package/lib/esm/components/Editor/plugins/ToolbarPlugin.js +6 -0
  32. package/lib/esm/components/Editor/plugins/ToolbarPlugin.js.map +1 -1
  33. package/lib/umd/react-ui.js +3 -3
  34. package/lib/umd/react-ui.js.map +1 -1
  35. package/package.json +7 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfcommunity/react-ui",
3
- "version": "0.7.0-alpha.165",
3
+ "version": "0.7.0-alpha.167",
4
4
  "description": "React UI Components to integrate a Community created with SelfCommunity.",
5
5
  "author": "SelfCommunity <https://www.selfcommunity.com>",
6
6
  "homepage": "https://www.selfcommunity.com",
@@ -57,10 +57,8 @@
57
57
  "react-intl": "^5.25.0"
58
58
  },
59
59
  "dependencies": {
60
- "@lexical/html": "^0.9.1",
61
- "@lexical/link": "^0.9.1",
62
- "@lexical/react": "^0.9.1",
63
- "@lexical/rich-text": "^0.9.1",
60
+ "@lexical/html": "^0.10.0",
61
+ "@lexical/react": "^0.10.0",
64
62
  "@mui/lab": "~5.0.0-alpha.117",
65
63
  "@mui/x-date-pickers": "^5.0.15",
66
64
  "@rpldy/chunked-sender": "^1.3.1",
@@ -70,8 +68,8 @@
70
68
  "@rpldy/upload-preview": "^1.3.1",
71
69
  "@rpldy/uploady": "^1.3.1",
72
70
  "@selfcommunity/api-services": "^0.4.0-alpha.0",
73
- "@selfcommunity/react-core": "^0.4.0-alpha.20",
74
- "@selfcommunity/react-i18n": "^0.5.0-alpha.12",
71
+ "@selfcommunity/react-core": "^0.4.0-alpha.21",
72
+ "@selfcommunity/react-i18n": "^0.5.0-alpha.13",
75
73
  "@selfcommunity/types": "^0.5.0-alpha.0",
76
74
  "@selfcommunity/utils": "^0.1.44-alpha.1",
77
75
  "@types/classnames": "^2.3.1",
@@ -79,7 +77,7 @@
79
77
  "classnames": "^2.3.2",
80
78
  "date-fns": "^2.26.0",
81
79
  "emoji-picker-react": "^4.4.7",
82
- "lexical": "^0.7.6",
80
+ "lexical": "^0.10.0",
83
81
  "libphonenumber-js": "^1.10.18",
84
82
  "moment": "^2.29.4",
85
83
  "prop-types": "^15.8.1",
@@ -91,7 +89,6 @@
91
89
  "react-player": "^2.10.1",
92
90
  "react-share": "^4.4.0",
93
91
  "react-sortablejs": "^6.0.0",
94
- "react-virtuoso": "^2.11.1",
95
92
  "react-waypoint": "^10.1.0",
96
93
  "resize-observer-polyfill": "^1.5.1",
97
94
  "seamless-scroll-polyfill": "^2.1.8",
@@ -160,5 +157,5 @@
160
157
  "bugs": {
161
158
  "url": "https://github.com/selfcommunity/community-js/issues"
162
159
  },
163
- "gitHead": "2c47883ccb9b55f5c34c9fae45dadaed33f2ba17"
160
+ "gitHead": "becb33bd0283f3289df92c853d63f5f0b7666980"
164
161
  }