@uniformdev/canvas-vue 20.39.3-alpha.11 → 20.41.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
@@ -250,6 +250,13 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
250
250
  name: string;
251
251
  value?: string;
252
252
  helpText?: string;
253
+ optionsSource?: {
254
+ source: "static";
255
+ options: {
256
+ name: string;
257
+ value: string;
258
+ }[];
259
+ };
253
260
  }[];
254
261
  previewValue?: string;
255
262
  };
package/dist/index.d.ts CHANGED
@@ -250,6 +250,13 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
250
250
  name: string;
251
251
  value?: string;
252
252
  helpText?: string;
253
+ optionsSource?: {
254
+ source: "static";
255
+ options: {
256
+ name: string;
257
+ value: string;
258
+ }[];
259
+ };
253
260
  }[];
254
261
  previewValue?: string;
255
262
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-vue",
3
- "version": "20.39.3-alpha.11+b3ab5fb305",
3
+ "version": "20.41.0",
4
4
  "description": "Vue SDK for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -30,9 +30,9 @@
30
30
  "document:prebuild": "api-extractor run --local"
31
31
  },
32
32
  "dependencies": {
33
- "@uniformdev/canvas": "20.39.3-alpha.11+b3ab5fb305",
34
- "@uniformdev/context-vue": "20.39.3-alpha.11+b3ab5fb305",
35
- "@uniformdev/richtext": "20.39.3-alpha.11+b3ab5fb305"
33
+ "@uniformdev/canvas": "20.41.0",
34
+ "@uniformdev/context-vue": "20.41.0",
35
+ "@uniformdev/richtext": "20.41.0"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "vue": ">=3.0.0"
@@ -64,5 +64,5 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "gitHead": "b3ab5fb305533690de4bbd859a69196b6c26ee2f"
67
+ "gitHead": "0ec454ba75fa0b042566d38359e1db3bca61c30d"
68
68
  }