@uniformdev/canvas-react 19.25.1-alpha.8 → 19.26.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.ts +0 -2
- package/package.json +6 -6
package/dist/index.d.ts
CHANGED
|
@@ -256,7 +256,6 @@ type UniformRichTextProps = {
|
|
|
256
256
|
} & Omit<React$1.HTMLAttributes<HTMLDivElement>, 'children'>;
|
|
257
257
|
/**
|
|
258
258
|
* Adds rendering support for Uniform Rich Text parameters
|
|
259
|
-
* @deprecated This component is unstable, and not ready for production usage.
|
|
260
259
|
*/
|
|
261
260
|
declare const UniformRichText: React$1.ForwardRefExoticComponent<{
|
|
262
261
|
/**
|
|
@@ -279,7 +278,6 @@ type UniformRichTextNodeProps = {
|
|
|
279
278
|
};
|
|
280
279
|
/**
|
|
281
280
|
* Render a single RichText node
|
|
282
|
-
* @deprecated This component is unstable, and not ready for production usage.
|
|
283
281
|
*/
|
|
284
282
|
declare function UniformRichTextNode({ node, ...props }: UniformRichTextNodeProps): React$1.JSX.Element | null;
|
|
285
283
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-react",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.26.0",
|
|
4
4
|
"description": "React SDK for Uniform Canvas",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"document": "api-extractor run --local"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@uniformdev/canvas": "19.
|
|
28
|
-
"@uniformdev/context": "19.
|
|
29
|
-
"@uniformdev/context-react": "19.
|
|
30
|
-
"@uniformdev/richtext": "19.
|
|
27
|
+
"@uniformdev/canvas": "19.26.0",
|
|
28
|
+
"@uniformdev/context": "19.26.0",
|
|
29
|
+
"@uniformdev/context-react": "19.26.0",
|
|
30
|
+
"@uniformdev/richtext": "19.26.0"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"react": ">= 16 || 17 || 18",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "860f4f8ae7161b5fb0b7a670bdfd1566fce45bee"
|
|
48
48
|
}
|