@uniformdev/canvas-react 19.149.0 → 19.150.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
@@ -223,6 +223,10 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
223
223
  _id: string;
224
224
  _slug?: string | null | undefined;
225
225
  _name: string;
226
+ _author?: string | undefined;
227
+ _authorSubject?: string | undefined;
228
+ _creator?: string | undefined;
229
+ _creatorSubject?: string | undefined;
226
230
  _pattern?: string | undefined;
227
231
  _patternDataResources?: {
228
232
  [key: string]: {
package/dist/index.d.ts CHANGED
@@ -223,6 +223,10 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
223
223
  _id: string;
224
224
  _slug?: string | null | undefined;
225
225
  _name: string;
226
+ _author?: string | undefined;
227
+ _authorSubject?: string | undefined;
228
+ _creator?: string | undefined;
229
+ _creatorSubject?: string | undefined;
226
230
  _pattern?: string | undefined;
227
231
  _patternDataResources?: {
228
232
  [key: string]: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-react",
3
- "version": "19.149.0",
3
+ "version": "19.150.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.149.0",
49
- "@uniformdev/context": "19.149.0",
50
- "@uniformdev/context-react": "19.149.0",
51
- "@uniformdev/richtext": "19.149.0"
48
+ "@uniformdev/canvas": "19.150.0",
49
+ "@uniformdev/context": "19.150.0",
50
+ "@uniformdev/context-react": "19.150.0",
51
+ "@uniformdev/richtext": "19.150.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": "fb8b8ed8fe0f1872070ef3ece9961f2970f7f17a"
68
+ "gitHead": "4dc41368724c89d5d3c20ff5e4f84c4cfb1752b2"
69
69
  }