@uniformdev/mesh-sdk-react 19.196.0 → 19.196.1-alpha.15
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
|
@@ -816,7 +816,7 @@ type InputVariablesProps<TEditorContext = unknown> = {
|
|
|
816
816
|
/** Sets a HTML ID for the variables input and label */
|
|
817
817
|
id?: string;
|
|
818
818
|
/** Enables a label for the input */
|
|
819
|
-
label?: string;
|
|
819
|
+
label?: string | ReactNode;
|
|
820
820
|
/** sets the input aria-label value. */
|
|
821
821
|
'aria-label'?: string;
|
|
822
822
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -816,7 +816,7 @@ type InputVariablesProps<TEditorContext = unknown> = {
|
|
|
816
816
|
/** Sets a HTML ID for the variables input and label */
|
|
817
817
|
id?: string;
|
|
818
818
|
/** Enables a label for the input */
|
|
819
|
-
label?: string;
|
|
819
|
+
label?: string | ReactNode;
|
|
820
820
|
/** sets the input aria-label value. */
|
|
821
821
|
'aria-label'?: string;
|
|
822
822
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/mesh-sdk-react",
|
|
3
|
-
"version": "19.196.
|
|
3
|
+
"version": "19.196.1-alpha.15+4874ed22be",
|
|
4
4
|
"description": "Uniform Mesh Framework SDK for React",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
"@lexical/selection": "0.17.1",
|
|
51
51
|
"@lexical/utils": "0.17.1",
|
|
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.196.
|
|
54
|
-
"@uniformdev/design-system": "19.196.
|
|
55
|
-
"@uniformdev/mesh-sdk": "19.196.
|
|
56
|
-
"@uniformdev/richtext": "19.196.
|
|
53
|
+
"@uniformdev/canvas": "19.196.1-alpha.15+4874ed22be",
|
|
54
|
+
"@uniformdev/design-system": "19.196.1-alpha.15+4874ed22be",
|
|
55
|
+
"@uniformdev/mesh-sdk": "19.196.1-alpha.15+4874ed22be",
|
|
56
|
+
"@uniformdev/richtext": "19.196.1-alpha.15+4874ed22be",
|
|
57
57
|
"dequal": "^2.0.3",
|
|
58
58
|
"lexical": "0.17.1",
|
|
59
59
|
"mitt": "3.0.1",
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"publishConfig": {
|
|
88
88
|
"access": "public"
|
|
89
89
|
},
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "4874ed22be393553b6f6a204967e69bb3afb09c2"
|
|
91
91
|
}
|