@uniformdev/canvas-react 19.51.1-alpha.10 → 19.54.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 CHANGED
@@ -42,7 +42,7 @@ type ComponentStore = {
42
42
  **/
43
43
  declare function DefaultNotImplementedComponent(props: ComponentProps): React$1.JSX.Element | null;
44
44
 
45
- type UniformTextProps = Omit<PureUniformTextProps, 'skipCustomRendering' | 'isContextualEditing'>;
45
+ type UniformTextProps = Omit<PureUniformTextProps, 'skipCustomRendering' | 'isContextualEditing' | 'component'>;
46
46
  /**
47
47
  * Renders text parameters. Offers inline editing capability out of the box.
48
48
  */
package/dist/index.d.ts CHANGED
@@ -42,7 +42,7 @@ type ComponentStore = {
42
42
  **/
43
43
  declare function DefaultNotImplementedComponent(props: ComponentProps): React$1.JSX.Element | null;
44
44
 
45
- type UniformTextProps = Omit<PureUniformTextProps, 'skipCustomRendering' | 'isContextualEditing'>;
45
+ type UniformTextProps = Omit<PureUniformTextProps, 'skipCustomRendering' | 'isContextualEditing' | 'component'>;
46
46
  /**
47
47
  * Renders text parameters. Offers inline editing capability out of the box.
48
48
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-react",
3
- "version": "19.51.1-alpha.10+ee32ab8b6",
3
+ "version": "19.54.0",
4
4
  "description": "React SDK for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -45,10 +45,10 @@
45
45
  "document": "api-extractor run --local"
46
46
  },
47
47
  "dependencies": {
48
- "@uniformdev/canvas": "19.51.1-alpha.10+ee32ab8b6",
49
- "@uniformdev/context": "19.51.1-alpha.10+ee32ab8b6",
50
- "@uniformdev/context-react": "19.51.1-alpha.10+ee32ab8b6",
51
- "@uniformdev/richtext": "19.51.1-alpha.10+ee32ab8b6"
48
+ "@uniformdev/canvas": "19.54.0",
49
+ "@uniformdev/context": "19.54.0",
50
+ "@uniformdev/context-react": "19.54.0",
51
+ "@uniformdev/richtext": "19.54.0"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "react": ">= 16 || 17 || 18",
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "ee32ab8b66da53e39f0714b708d5cd2ec49592bd"
68
+ "gitHead": "e38bb6dd64cb9bc3b281afd9c01a72c1b18dc2b4"
69
69
  }