@uniformdev/mesh-sdk-react 19.95.0 → 19.96.1-alpha.0
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +6 -6
package/dist/index.d.mts
CHANGED
|
@@ -799,7 +799,7 @@ type InputVariablesProps<TEditorContext = unknown> = {
|
|
|
799
799
|
addOmitIfEmpty?: boolean;
|
|
800
800
|
/** (optional) sets and shows the the error message value */
|
|
801
801
|
errorMessage?: string;
|
|
802
|
-
/** (optional) sets and shows the
|
|
802
|
+
/** (optional) sets and shows the warning message value */
|
|
803
803
|
warningMessage?: string;
|
|
804
804
|
/** (optional) sets and shows the the info message value */
|
|
805
805
|
infoMessage?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -799,7 +799,7 @@ type InputVariablesProps<TEditorContext = unknown> = {
|
|
|
799
799
|
addOmitIfEmpty?: boolean;
|
|
800
800
|
/** (optional) sets and shows the the error message value */
|
|
801
801
|
errorMessage?: string;
|
|
802
|
-
/** (optional) sets and shows the
|
|
802
|
+
/** (optional) sets and shows the warning message value */
|
|
803
803
|
warningMessage?: string;
|
|
804
804
|
/** (optional) sets and shows the the info message value */
|
|
805
805
|
infoMessage?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/mesh-sdk-react",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.96.1-alpha.0+586d49116",
|
|
4
4
|
"description": "Uniform Mesh Framework SDK for React",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -50,9 +50,9 @@
|
|
|
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/v4.10.1/react-icons-all-files-4.10.1.tgz",
|
|
53
|
-
"@uniformdev/canvas": "19.
|
|
54
|
-
"@uniformdev/design-system": "19.
|
|
55
|
-
"@uniformdev/mesh-sdk": "19.
|
|
53
|
+
"@uniformdev/canvas": "19.96.1-alpha.0+586d49116",
|
|
54
|
+
"@uniformdev/design-system": "19.96.1-alpha.0+586d49116",
|
|
55
|
+
"@uniformdev/mesh-sdk": "19.96.1-alpha.0+586d49116",
|
|
56
56
|
"dequal": "^2.0.3",
|
|
57
57
|
"lexical": "^0.12.0",
|
|
58
58
|
"mitt": "^3.0.0",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@storybook/react": "6.5.16",
|
|
75
75
|
"@svgr/cli": "6.5.1",
|
|
76
76
|
"@types/react": "18.2.40",
|
|
77
|
-
"@types/react-beautiful-dnd": "13.1.
|
|
77
|
+
"@types/react-beautiful-dnd": "13.1.8",
|
|
78
78
|
"@types/react-dom": "18.2.17",
|
|
79
79
|
"@types/uuid": "9.0.4",
|
|
80
80
|
"react": "18.2.0",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"publishConfig": {
|
|
87
87
|
"access": "public"
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "586d491167a1a906a2a18a36c27802126979d852"
|
|
90
90
|
}
|