@uniformdev/canvas-vue 19.166.1 → 19.169.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
@@ -2745,7 +2745,7 @@ declare const UniformComposition: vue_demi.DefineComponent<{
2745
2745
 
2746
2746
  type UniformPlaygroundProps = Pick<UniformCompositionProps, 'resolveRenderer'>;
2747
2747
  /**
2748
- * Playground where you can freely live preview your components and pattern.
2748
+ * Playground where you can freely live preview your components and patterns.
2749
2749
  */
2750
2750
  declare const UniformPlayground: vue_demi.DefineComponent<{
2751
2751
  resolveRenderer: {
package/dist/index.d.ts CHANGED
@@ -2745,7 +2745,7 @@ declare const UniformComposition: vue_demi.DefineComponent<{
2745
2745
 
2746
2746
  type UniformPlaygroundProps = Pick<UniformCompositionProps, 'resolveRenderer'>;
2747
2747
  /**
2748
- * Playground where you can freely live preview your components and pattern.
2748
+ * Playground where you can freely live preview your components and patterns.
2749
2749
  */
2750
2750
  declare const UniformPlayground: vue_demi.DefineComponent<{
2751
2751
  resolveRenderer: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-vue",
3
- "version": "19.166.1",
3
+ "version": "19.169.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.166.1",
27
- "@uniformdev/context-vue": "19.166.1",
28
- "@uniformdev/richtext": "19.166.1",
26
+ "@uniformdev/canvas": "19.169.0",
27
+ "@uniformdev/context-vue": "19.169.0",
28
+ "@uniformdev/richtext": "19.169.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": "d6a92d76bb91fa41a51cf27a69d81e0cc985f80f"
62
+ "gitHead": "78f454f7178dfac0480403a9728c430b7697a724"
63
63
  }