@uniformdev/canvas-vue 19.35.2 → 19.36.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.ts CHANGED
@@ -72,9 +72,8 @@ type UniformTextProps = {
72
72
  }) => string | undefined);
73
73
  };
74
74
  /**
75
- * Adds inline editing capability to text parameters
76
- * @deprecated This component is unstable, and not ready for production usage.
77
- **/
75
+ * Renders text parameters. Offers inline editing capability out of the box.
76
+ */
78
77
  declare const UniformText: vue_demi.DefineComponent<{
79
78
  as: {
80
79
  type: PropType<string | undefined>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-vue",
3
- "version": "19.35.2",
3
+ "version": "19.36.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.35.2",
27
- "@uniformdev/context-vue": "19.35.2",
28
- "@uniformdev/richtext": "19.35.2",
26
+ "@uniformdev/canvas": "19.36.0",
27
+ "@uniformdev/context-vue": "19.36.0",
28
+ "@uniformdev/richtext": "19.36.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": "64d3270175087c87cfaa29a283aa4a7b0a98fd2c"
62
+ "gitHead": "3ae246a7f0f39adeaf04ecba4c7e48c478c019ad"
63
63
  }