@uipath/apollo-react 4.51.0 → 4.52.1

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.
@@ -44,7 +44,6 @@ const markdown_namespaceObject = require("@lexical/markdown");
44
44
  const LexicalComposer_namespaceObject = require("@lexical/react/LexicalComposer");
45
45
  const LexicalContentEditable_namespaceObject = require("@lexical/react/LexicalContentEditable");
46
46
  const LexicalErrorBoundary_namespaceObject = require("@lexical/react/LexicalErrorBoundary");
47
- var LexicalErrorBoundary_default = /*#__PURE__*/ __webpack_require__.n(LexicalErrorBoundary_namespaceObject);
48
47
  const LexicalHistoryPlugin_namespaceObject = require("@lexical/react/LexicalHistoryPlugin");
49
48
  const LexicalLinkPlugin_namespaceObject = require("@lexical/react/LexicalLinkPlugin");
50
49
  const LexicalListPlugin_namespaceObject = require("@lexical/react/LexicalListPlugin");
@@ -261,7 +260,7 @@ const ApRichTextEditor = (props)=>{
261
260
  className: "editor-placeholder",
262
261
  children: placeholder
263
262
  }),
264
- ErrorBoundary: LexicalErrorBoundary_default()
263
+ ErrorBoundary: LexicalErrorBoundary_namespaceObject.LexicalErrorBoundary
265
264
  }),
266
265
  /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(LexicalListPlugin_namespaceObject.ListPlugin, {}),
267
266
  /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(LexicalLinkPlugin_namespaceObject.LinkPlugin, {}),
@@ -6,7 +6,7 @@ import { ListItemNode, ListNode } from "@lexical/list";
6
6
  import { $convertFromMarkdownString, $convertToMarkdownString } from "@lexical/markdown";
7
7
  import { LexicalComposer } from "@lexical/react/LexicalComposer";
8
8
  import { ContentEditable } from "@lexical/react/LexicalContentEditable";
9
- import LexicalErrorBoundary from "@lexical/react/LexicalErrorBoundary";
9
+ import { LexicalErrorBoundary } from "@lexical/react/LexicalErrorBoundary";
10
10
  import { HistoryPlugin } from "@lexical/react/LexicalHistoryPlugin";
11
11
  import { LinkPlugin } from "@lexical/react/LexicalLinkPlugin";
12
12
  import { ListPlugin } from "@lexical/react/LexicalListPlugin";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/apollo-react",
3
- "version": "4.51.0",
3
+ "version": "4.52.1",
4
4
  "description": "Apollo Design System - React component library with Material UI theming",
5
5
  "repository": {
6
6
  "type": "git",
@@ -156,16 +156,16 @@
156
156
  "@emotion/react": "^11.14.0",
157
157
  "@emotion/styled": "^11.14.1",
158
158
  "@floating-ui/react": "^0.27.15",
159
- "@lexical/code": "0.16.0",
160
- "@lexical/html": "0.16.0",
161
- "@lexical/link": "0.16.0",
162
- "@lexical/list": "0.16.0",
163
- "@lexical/markdown": "0.16.0",
164
- "@lexical/react": "0.16.0",
165
- "@lexical/rich-text": "0.16.0",
166
- "@lexical/selection": "0.16.0",
167
- "@lexical/table": "0.16.0",
168
- "@lexical/utils": "0.16.0",
159
+ "@lexical/code": "0.42.0",
160
+ "@lexical/html": "0.42.0",
161
+ "@lexical/link": "0.42.0",
162
+ "@lexical/list": "0.42.0",
163
+ "@lexical/markdown": "0.42.0",
164
+ "@lexical/react": "0.42.0",
165
+ "@lexical/rich-text": "0.42.0",
166
+ "@lexical/selection": "0.42.0",
167
+ "@lexical/table": "0.42.0",
168
+ "@lexical/utils": "0.42.0",
169
169
  "@lingui/core": "^5.6.1",
170
170
  "@lingui/react": "^5.6.1",
171
171
  "@mui/icons-material": "^5.18.0",
@@ -195,7 +195,7 @@
195
195
  "debounce": "^3.0.0",
196
196
  "html-to-image": "^1.11.11",
197
197
  "katex": "^0.16.27",
198
- "lexical": "0.16.0",
198
+ "lexical": "0.42.0",
199
199
  "lodash": "^4.18.1",
200
200
  "lucide-react": "^0.577.0",
201
201
  "luxon": "^3.7.1",
@@ -217,7 +217,7 @@
217
217
  "zod": "^4.3.5",
218
218
  "zustand": "^5.0.9",
219
219
  "@uipath/apollo-core": "5.10.0",
220
- "@uipath/apollo-wind": "2.22.0"
220
+ "@uipath/apollo-wind": "2.24.0"
221
221
  },
222
222
  "devDependencies": {
223
223
  "@lingui/cli": "^5.6.1",
@@ -225,6 +225,7 @@
225
225
  "@lingui/format-json": "^5.6.1",
226
226
  "@lingui/macro": "^5.6.1",
227
227
  "@lingui/swc-plugin": "^5.9.0",
228
+ "@monaco-editor/react": "^4.7.0",
228
229
  "@mui/private-theming": "^5.15.3",
229
230
  "@rsbuild/plugin-babel": "^1.0.6",
230
231
  "@rsbuild/plugin-react": "^1.4.1",