@uniformdev/canvas-vue 19.186.4-alpha.3 → 19.187.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
@@ -318,7 +318,6 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
318
318
  isPatternParameter?: boolean;
319
319
  ignorePatternParameterDefault?: boolean;
320
320
  optionalPatternParameter?: boolean;
321
- dataSourceVariant?: "unpublished";
322
321
  variables?: {
323
322
  [key: string]: string;
324
323
  };
@@ -330,7 +329,6 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
330
329
  isPatternParameter?: boolean;
331
330
  ignorePatternParameterDefault?: boolean;
332
331
  optionalPatternParameter?: boolean;
333
- dataSourceVariant?: "unpublished";
334
332
  variables?: {
335
333
  [key: string]: string;
336
334
  };
@@ -413,7 +411,6 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
413
411
  isPatternParameter?: boolean;
414
412
  ignorePatternParameterDefault?: boolean;
415
413
  optionalPatternParameter?: boolean;
416
- dataSourceVariant?: "unpublished";
417
414
  variables?: {
418
415
  [key: string]: string;
419
416
  };
@@ -425,7 +422,6 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
425
422
  isPatternParameter?: boolean;
426
423
  ignorePatternParameterDefault?: boolean;
427
424
  optionalPatternParameter?: boolean;
428
- dataSourceVariant?: "unpublished";
429
425
  variables?: {
430
426
  [key: string]: string;
431
427
  };
package/dist/index.d.ts CHANGED
@@ -318,7 +318,6 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
318
318
  isPatternParameter?: boolean;
319
319
  ignorePatternParameterDefault?: boolean;
320
320
  optionalPatternParameter?: boolean;
321
- dataSourceVariant?: "unpublished";
322
321
  variables?: {
323
322
  [key: string]: string;
324
323
  };
@@ -330,7 +329,6 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
330
329
  isPatternParameter?: boolean;
331
330
  ignorePatternParameterDefault?: boolean;
332
331
  optionalPatternParameter?: boolean;
333
- dataSourceVariant?: "unpublished";
334
332
  variables?: {
335
333
  [key: string]: string;
336
334
  };
@@ -413,7 +411,6 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
413
411
  isPatternParameter?: boolean;
414
412
  ignorePatternParameterDefault?: boolean;
415
413
  optionalPatternParameter?: boolean;
416
- dataSourceVariant?: "unpublished";
417
414
  variables?: {
418
415
  [key: string]: string;
419
416
  };
@@ -425,7 +422,6 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
425
422
  isPatternParameter?: boolean;
426
423
  ignorePatternParameterDefault?: boolean;
427
424
  optionalPatternParameter?: boolean;
428
- dataSourceVariant?: "unpublished";
429
425
  variables?: {
430
426
  [key: string]: string;
431
427
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-vue",
3
- "version": "19.186.4-alpha.3+59de2f77b6",
3
+ "version": "19.187.0",
4
4
  "description": "Vue SDK for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -23,9 +23,9 @@
23
23
  "document": "api-extractor run --local"
24
24
  },
25
25
  "dependencies": {
26
- "@uniformdev/canvas": "19.186.4-alpha.3+59de2f77b6",
27
- "@uniformdev/context-vue": "19.186.4-alpha.3+59de2f77b6",
28
- "@uniformdev/richtext": "19.186.4-alpha.3+59de2f77b6",
26
+ "@uniformdev/canvas": "19.187.0",
27
+ "@uniformdev/context-vue": "19.187.0",
28
+ "@uniformdev/richtext": "19.187.0",
29
29
  "vue-demi": "^0.14.0"
30
30
  },
31
31
  "peerDependencies": {
@@ -59,5 +59,5 @@
59
59
  "publishConfig": {
60
60
  "access": "public"
61
61
  },
62
- "gitHead": "59de2f77b6270e36c6a5e95b0bd6b1756c4dcdf0"
62
+ "gitHead": "9ccfdb652e2d67d66fe90e2df1845c3c2e3bee8b"
63
63
  }