@uniformdev/mesh-sdk-react 19.165.1-alpha.0 → 19.166.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.
- package/dist/index.esm.js +2 -4
- package/dist/index.js +2 -4
- package/dist/index.mjs +2 -4
- package/package.json +6 -6
package/dist/index.esm.js
CHANGED
|
@@ -1651,8 +1651,7 @@ var EntrySearch = ({
|
|
|
1651
1651
|
const handleCancelClick = (e) => {
|
|
1652
1652
|
e.preventDefault();
|
|
1653
1653
|
setListOpen(false);
|
|
1654
|
-
if (onCancel)
|
|
1655
|
-
onCancel();
|
|
1654
|
+
if (onCancel) onCancel();
|
|
1656
1655
|
};
|
|
1657
1656
|
const handleLoadMoreClick = () => {
|
|
1658
1657
|
search(textInput, {
|
|
@@ -4672,8 +4671,7 @@ function VariablesComposer(props) {
|
|
|
4672
4671
|
);
|
|
4673
4672
|
const editorState = useRef12();
|
|
4674
4673
|
const updateTimeout = useRef12();
|
|
4675
|
-
if (typeof document === "undefined")
|
|
4676
|
-
return null;
|
|
4674
|
+
if (typeof document === "undefined") return null;
|
|
4677
4675
|
return /* @__PURE__ */ jsxs21(LexicalComposer, { initialConfig: editorConfig, children: [
|
|
4678
4676
|
/* @__PURE__ */ jsx38(
|
|
4679
4677
|
OnChangePlugin,
|
package/dist/index.js
CHANGED
|
@@ -1894,8 +1894,7 @@ var EntrySearch = ({
|
|
|
1894
1894
|
const handleCancelClick = (e) => {
|
|
1895
1895
|
e.preventDefault();
|
|
1896
1896
|
setListOpen(false);
|
|
1897
|
-
if (onCancel)
|
|
1898
|
-
onCancel();
|
|
1897
|
+
if (onCancel) onCancel();
|
|
1899
1898
|
};
|
|
1900
1899
|
const handleLoadMoreClick = () => {
|
|
1901
1900
|
search(textInput, {
|
|
@@ -4882,8 +4881,7 @@ function VariablesComposer(props) {
|
|
|
4882
4881
|
);
|
|
4883
4882
|
const editorState = (0, import_react49.useRef)();
|
|
4884
4883
|
const updateTimeout = (0, import_react49.useRef)();
|
|
4885
|
-
if (typeof document === "undefined")
|
|
4886
|
-
return null;
|
|
4884
|
+
if (typeof document === "undefined") return null;
|
|
4887
4885
|
return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_LexicalComposer.LexicalComposer, { initialConfig: editorConfig, children: [
|
|
4888
4886
|
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
4889
4887
|
import_LexicalOnChangePlugin.OnChangePlugin,
|
package/dist/index.mjs
CHANGED
|
@@ -1651,8 +1651,7 @@ var EntrySearch = ({
|
|
|
1651
1651
|
const handleCancelClick = (e) => {
|
|
1652
1652
|
e.preventDefault();
|
|
1653
1653
|
setListOpen(false);
|
|
1654
|
-
if (onCancel)
|
|
1655
|
-
onCancel();
|
|
1654
|
+
if (onCancel) onCancel();
|
|
1656
1655
|
};
|
|
1657
1656
|
const handleLoadMoreClick = () => {
|
|
1658
1657
|
search(textInput, {
|
|
@@ -4672,8 +4671,7 @@ function VariablesComposer(props) {
|
|
|
4672
4671
|
);
|
|
4673
4672
|
const editorState = useRef12();
|
|
4674
4673
|
const updateTimeout = useRef12();
|
|
4675
|
-
if (typeof document === "undefined")
|
|
4676
|
-
return null;
|
|
4674
|
+
if (typeof document === "undefined") return null;
|
|
4677
4675
|
return /* @__PURE__ */ jsxs21(LexicalComposer, { initialConfig: editorConfig, children: [
|
|
4678
4676
|
/* @__PURE__ */ jsx38(
|
|
4679
4677
|
OnChangePlugin,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/mesh-sdk-react",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.166.1",
|
|
4
4
|
"description": "Uniform Mesh Framework SDK for React",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -50,15 +50,15 @@
|
|
|
50
50
|
"@lexical/selection": "^0.12.0",
|
|
51
51
|
"@lexical/utils": "^0.12.0",
|
|
52
52
|
"@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v5.2.1/react-icons-all-files-5.2.1.tgz",
|
|
53
|
-
"@uniformdev/canvas": "19.
|
|
54
|
-
"@uniformdev/design-system": "19.
|
|
55
|
-
"@uniformdev/mesh-sdk": "19.
|
|
53
|
+
"@uniformdev/canvas": "19.166.1",
|
|
54
|
+
"@uniformdev/design-system": "19.166.1",
|
|
55
|
+
"@uniformdev/mesh-sdk": "19.166.1",
|
|
56
56
|
"dequal": "^2.0.3",
|
|
57
57
|
"lexical": "^0.12.0",
|
|
58
58
|
"mitt": "^3.0.0",
|
|
59
59
|
"react-beautiful-dnd": "13.1.1",
|
|
60
60
|
"react-hook-form": "^7.47.0",
|
|
61
|
-
"react-use": "17.
|
|
61
|
+
"react-use": "17.5.0",
|
|
62
62
|
"timeago.js": "4.0.2",
|
|
63
63
|
"uuid": "9.0.1",
|
|
64
64
|
"zod": "3.22.4"
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"publishConfig": {
|
|
87
87
|
"access": "public"
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "d6a92d76bb91fa41a51cf27a69d81e0cc985f80f"
|
|
90
90
|
}
|