@uniformdev/canvas-react 19.186.2-alpha.14 → 19.186.4-alpha.29

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
@@ -227,7 +227,6 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
227
227
  isPatternParameter?: boolean;
228
228
  ignorePatternParameterDefault?: boolean;
229
229
  optionalPatternParameter?: boolean;
230
- dataSourceVariant?: "unpublished";
231
230
  variables?: {
232
231
  [key: string]: string;
233
232
  };
@@ -239,7 +238,6 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
239
238
  isPatternParameter?: boolean;
240
239
  ignorePatternParameterDefault?: boolean;
241
240
  optionalPatternParameter?: boolean;
242
- dataSourceVariant?: "unpublished";
243
241
  variables?: {
244
242
  [key: string]: string;
245
243
  };
@@ -322,7 +320,6 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
322
320
  isPatternParameter?: boolean;
323
321
  ignorePatternParameterDefault?: boolean;
324
322
  optionalPatternParameter?: boolean;
325
- dataSourceVariant?: "unpublished";
326
323
  variables?: {
327
324
  [key: string]: string;
328
325
  };
@@ -334,7 +331,6 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
334
331
  isPatternParameter?: boolean;
335
332
  ignorePatternParameterDefault?: boolean;
336
333
  optionalPatternParameter?: boolean;
337
- dataSourceVariant?: "unpublished";
338
334
  variables?: {
339
335
  [key: string]: string;
340
336
  };
package/dist/index.d.ts CHANGED
@@ -227,7 +227,6 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
227
227
  isPatternParameter?: boolean;
228
228
  ignorePatternParameterDefault?: boolean;
229
229
  optionalPatternParameter?: boolean;
230
- dataSourceVariant?: "unpublished";
231
230
  variables?: {
232
231
  [key: string]: string;
233
232
  };
@@ -239,7 +238,6 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
239
238
  isPatternParameter?: boolean;
240
239
  ignorePatternParameterDefault?: boolean;
241
240
  optionalPatternParameter?: boolean;
242
- dataSourceVariant?: "unpublished";
243
241
  variables?: {
244
242
  [key: string]: string;
245
243
  };
@@ -322,7 +320,6 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
322
320
  isPatternParameter?: boolean;
323
321
  ignorePatternParameterDefault?: boolean;
324
322
  optionalPatternParameter?: boolean;
325
- dataSourceVariant?: "unpublished";
326
323
  variables?: {
327
324
  [key: string]: string;
328
325
  };
@@ -334,7 +331,6 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
334
331
  isPatternParameter?: boolean;
335
332
  ignorePatternParameterDefault?: boolean;
336
333
  optionalPatternParameter?: boolean;
337
- dataSourceVariant?: "unpublished";
338
334
  variables?: {
339
335
  [key: string]: string;
340
336
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-react",
3
- "version": "19.186.2-alpha.14+2868049c36",
3
+ "version": "19.186.4-alpha.29+03de47b2a8",
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.186.2-alpha.14+2868049c36",
49
- "@uniformdev/context": "19.186.2-alpha.14+2868049c36",
50
- "@uniformdev/context-react": "19.186.2-alpha.14+2868049c36",
51
- "@uniformdev/richtext": "19.186.2-alpha.14+2868049c36"
48
+ "@uniformdev/canvas": "19.186.4-alpha.29+03de47b2a8",
49
+ "@uniformdev/context": "19.186.4-alpha.29+03de47b2a8",
50
+ "@uniformdev/context-react": "19.186.4-alpha.29+03de47b2a8",
51
+ "@uniformdev/richtext": "19.186.4-alpha.29+03de47b2a8"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "immer": ">= 10",
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "2868049c365d370abc91762e89dc845c61c02b78"
70
+ "gitHead": "03de47b2a82e853fe3a989a5a60f352c74ed2777"
71
71
  }