@uniformdev/mesh-sdk-react 20.60.2 → 20.61.1-alpha.11
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 -2
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +11 -10
package/dist/index.esm.js
CHANGED
|
@@ -2300,7 +2300,7 @@ function VariablesComposer(props) {
|
|
|
2300
2300
|
nodes: [VariableNode],
|
|
2301
2301
|
editorState: deserializeVariablesEditorState(props.value)
|
|
2302
2302
|
}),
|
|
2303
|
-
//
|
|
2303
|
+
// oxlint-disable-next-line react/exhaustive-deps
|
|
2304
2304
|
[]
|
|
2305
2305
|
);
|
|
2306
2306
|
const editorState = useRef5(void 0);
|
|
@@ -3915,7 +3915,7 @@ var useInitializeUniformMeshSdk = ({ autoResizingDisabled } = {}) => {
|
|
|
3915
3915
|
setSdk(window.UniformMeshSDK);
|
|
3916
3916
|
}
|
|
3917
3917
|
},
|
|
3918
|
-
//
|
|
3918
|
+
// oxlint-disable-next-line react/exhaustive-deps
|
|
3919
3919
|
[autoResizingDisabled]
|
|
3920
3920
|
);
|
|
3921
3921
|
return {
|
package/dist/index.js
CHANGED
|
@@ -2440,7 +2440,7 @@ function VariablesComposer(props) {
|
|
|
2440
2440
|
nodes: [VariableNode],
|
|
2441
2441
|
editorState: deserializeVariablesEditorState(props.value)
|
|
2442
2442
|
}),
|
|
2443
|
-
//
|
|
2443
|
+
// oxlint-disable-next-line react/exhaustive-deps
|
|
2444
2444
|
[]
|
|
2445
2445
|
);
|
|
2446
2446
|
const editorState = (0, import_react25.useRef)(void 0);
|
|
@@ -4013,7 +4013,7 @@ var useInitializeUniformMeshSdk = ({ autoResizingDisabled } = {}) => {
|
|
|
4013
4013
|
setSdk(window.UniformMeshSDK);
|
|
4014
4014
|
}
|
|
4015
4015
|
},
|
|
4016
|
-
//
|
|
4016
|
+
// oxlint-disable-next-line react/exhaustive-deps
|
|
4017
4017
|
[autoResizingDisabled]
|
|
4018
4018
|
);
|
|
4019
4019
|
return {
|
package/dist/index.mjs
CHANGED
|
@@ -2300,7 +2300,7 @@ function VariablesComposer(props) {
|
|
|
2300
2300
|
nodes: [VariableNode],
|
|
2301
2301
|
editorState: deserializeVariablesEditorState(props.value)
|
|
2302
2302
|
}),
|
|
2303
|
-
//
|
|
2303
|
+
// oxlint-disable-next-line react/exhaustive-deps
|
|
2304
2304
|
[]
|
|
2305
2305
|
);
|
|
2306
2306
|
const editorState = useRef5(void 0);
|
|
@@ -3915,7 +3915,7 @@ var useInitializeUniformMeshSdk = ({ autoResizingDisabled } = {}) => {
|
|
|
3915
3915
|
setSdk(window.UniformMeshSDK);
|
|
3916
3916
|
}
|
|
3917
3917
|
},
|
|
3918
|
-
//
|
|
3918
|
+
// oxlint-disable-next-line react/exhaustive-deps
|
|
3919
3919
|
[autoResizingDisabled]
|
|
3920
3920
|
);
|
|
3921
3921
|
return {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/mesh-sdk-react",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.61.1-alpha.11+0fd9603995",
|
|
4
4
|
"description": "Uniform Mesh Framework SDK for React",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -38,10 +38,9 @@
|
|
|
38
38
|
"build:icons": "svgr -d ./src/assets ./src/assets --typescript --icon",
|
|
39
39
|
"dev": "tsup --watch",
|
|
40
40
|
"clean": "rimraf dist",
|
|
41
|
-
"test": "
|
|
42
|
-
"lint": "eslint \"src/**/*.{js,ts,tsx}\"",
|
|
41
|
+
"test": "vitest run",
|
|
43
42
|
"format": "prettier --write \"src/**/*.{js,ts,tsx}\"",
|
|
44
|
-
"
|
|
43
|
+
"apidocs-extract": "api-extractor run --local"
|
|
45
44
|
},
|
|
46
45
|
"dependencies": {
|
|
47
46
|
"@hello-pangea/dnd": "18.0.1",
|
|
@@ -51,10 +50,10 @@
|
|
|
51
50
|
"@lexical/selection": "0.39.0",
|
|
52
51
|
"@lexical/utils": "0.39.0",
|
|
53
52
|
"@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v5.5.0/react-icons-all-files-5.5.0.tgz",
|
|
54
|
-
"@uniformdev/canvas": "20.
|
|
55
|
-
"@uniformdev/design-system": "20.
|
|
56
|
-
"@uniformdev/mesh-sdk": "20.
|
|
57
|
-
"@uniformdev/richtext": "20.
|
|
53
|
+
"@uniformdev/canvas": "20.61.1-alpha.11+0fd9603995",
|
|
54
|
+
"@uniformdev/design-system": "20.61.1-alpha.11+0fd9603995",
|
|
55
|
+
"@uniformdev/mesh-sdk": "20.61.1-alpha.11+0fd9603995",
|
|
56
|
+
"@uniformdev/richtext": "20.61.1-alpha.11+0fd9603995",
|
|
58
57
|
"dequal": "^2.0.3",
|
|
59
58
|
"lexical": "0.39.0",
|
|
60
59
|
"mitt": "3.0.1",
|
|
@@ -76,8 +75,10 @@
|
|
|
76
75
|
"@types/react": "19.2.2",
|
|
77
76
|
"@types/react-dom": "19.2.2",
|
|
78
77
|
"@types/uuid": "9.0.4",
|
|
78
|
+
"jsdom": "20.0.3",
|
|
79
79
|
"react": "19.2.1",
|
|
80
|
-
"react-dom": "19.2.1"
|
|
80
|
+
"react-dom": "19.2.1",
|
|
81
|
+
"react-select-event": "5.5.1"
|
|
81
82
|
},
|
|
82
83
|
"files": [
|
|
83
84
|
"/dist"
|
|
@@ -85,5 +86,5 @@
|
|
|
85
86
|
"publishConfig": {
|
|
86
87
|
"access": "public"
|
|
87
88
|
},
|
|
88
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "0fd9603995e96e62f1e8923877ea5c73143353f5"
|
|
89
90
|
}
|