@uniformdev/canvas-react 19.126.0 → 19.128.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
@@ -180,6 +180,9 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
180
180
  } | undefined;
181
181
  };
182
182
  } | undefined;
183
+ slots?: {
184
+ [key: string]: any[];
185
+ } | undefined;
183
186
  variant?: string | undefined;
184
187
  };
185
188
  } | undefined;
@@ -232,6 +235,9 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
232
235
  } | undefined;
233
236
  };
234
237
  } | undefined;
238
+ slots?: {
239
+ [key: string]: any[];
240
+ } | undefined;
235
241
  variant?: string | undefined;
236
242
  };
237
243
  } | undefined;
package/dist/index.d.ts CHANGED
@@ -180,6 +180,9 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
180
180
  } | undefined;
181
181
  };
182
182
  } | undefined;
183
+ slots?: {
184
+ [key: string]: any[];
185
+ } | undefined;
183
186
  variant?: string | undefined;
184
187
  };
185
188
  } | undefined;
@@ -232,6 +235,9 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
232
235
  } | undefined;
233
236
  };
234
237
  } | undefined;
238
+ slots?: {
239
+ [key: string]: any[];
240
+ } | undefined;
235
241
  variant?: string | undefined;
236
242
  };
237
243
  } | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-react",
3
- "version": "19.126.0",
3
+ "version": "19.128.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.126.0",
49
- "@uniformdev/context": "19.126.0",
50
- "@uniformdev/context-react": "19.126.0",
51
- "@uniformdev/richtext": "19.126.0"
48
+ "@uniformdev/canvas": "19.128.0",
49
+ "@uniformdev/context": "19.128.0",
50
+ "@uniformdev/context-react": "19.128.0",
51
+ "@uniformdev/richtext": "19.128.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": "cbb4eaba6a67417f24a50e823d2558bbebf5e3d2"
68
+ "gitHead": "2bd4fae189da0b4436c1f07abf9fd3ea947303f7"
69
69
  }