@uniformdev/canvas-vue 19.166.1 → 19.167.2-alpha.3
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +5 -5
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
|
|
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
|
|
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.
|
|
3
|
+
"version": "19.167.2-alpha.3+d42f32a982",
|
|
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.
|
|
27
|
-
"@uniformdev/context-vue": "19.
|
|
28
|
-
"@uniformdev/richtext": "19.
|
|
26
|
+
"@uniformdev/canvas": "19.167.2-alpha.3+d42f32a982",
|
|
27
|
+
"@uniformdev/context-vue": "19.167.2-alpha.3+d42f32a982",
|
|
28
|
+
"@uniformdev/richtext": "19.167.2-alpha.3+d42f32a982",
|
|
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": "
|
|
62
|
+
"gitHead": "d42f32a98294c96f55a29c10c7c461c5327f56f3"
|
|
63
63
|
}
|