@woven-canvas/vue 0.1.13 → 0.1.15
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/README.md +1 -1
- package/build/components/CanvasBackground.vue.d.ts.map +1 -1
- package/build/components/blocks/TextBlock.vue.d.ts.map +1 -1
- package/build/composables/useTextStretchBehavior.d.ts.map +1 -1
- package/build/index.js +1232 -1231
- package/build/index.umd.cjs +21 -21
- package/build/style.css +1 -1
- package/build/utils/blockDimensions.d.ts +0 -4
- package/build/utils/blockDimensions.d.ts.map +1 -1
- package/build/utils/index.d.ts +1 -1
- package/build/utils/index.d.ts.map +1 -1
- package/package.json +9 -12
package/README.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CanvasBackground.vue.d.ts","sourceRoot":"","sources":["../../src/components/CanvasBackground.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CanvasBackground.vue.d.ts","sourceRoot":"","sources":["../../src/components/CanvasBackground.vue"],"names":[],"mappings":"AAoXA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAElD,UAAU,KAAK;IACb,UAAU,EAAE,iBAAiB,CAAC;CAC/B;;AAmYD,wBAMG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextBlock.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/TextBlock.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TextBlock.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/TextBlock.vue"],"names":[],"mappings":"AA8DA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;;AAsF7C,wBAMG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useTextStretchBehavior.d.ts","sourceRoot":"","sources":["../../src/composables/useTextStretchBehavior.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,GAAG,EAAkB,MAAM,KAAK,CAAA;AACrE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAA;AAKzC,MAAM,WAAW,0BAA0B;IACzC,SAAS,EAAE,gBAAgB,CAAC,SAAS,CAAC,CAAA;IAItC,YAAY,EAAE,GAAG,CAAC,WAAW,GAAG,IAAI,CAAC,CAAA;IAIrC,QAAQ,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAA;IAInC,SAAS,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAA;CACrC;AAED,MAAM,WAAW,yBAAyB;IAMxC,aAAa,EAAE,CAAC,IAAI,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAA;CAC7G;AAQD,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,0BAA0B,GAAG,yBAAyB,
|
|
1
|
+
{"version":3,"file":"useTextStretchBehavior.d.ts","sourceRoot":"","sources":["../../src/composables/useTextStretchBehavior.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,GAAG,EAAkB,MAAM,KAAK,CAAA;AACrE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAA;AAKzC,MAAM,WAAW,0BAA0B;IACzC,SAAS,EAAE,gBAAgB,CAAC,SAAS,CAAC,CAAA;IAItC,YAAY,EAAE,GAAG,CAAC,WAAW,GAAG,IAAI,CAAC,CAAA;IAIrC,QAAQ,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAA;IAInC,SAAS,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAA;CACrC;AAED,MAAM,WAAW,yBAAyB;IAMxC,aAAa,EAAE,CAAC,IAAI,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAA;CAC7G;AAQD,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,0BAA0B,GAAG,yBAAyB,CAuFrG"}
|