kritzel-vue 0.0.57 → 0.0.58

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.
@@ -123,6 +123,7 @@ export const KritzelStrokeSize = /*@__PURE__*/ defineContainer('kritzel-stroke-s
123
123
  export const KritzelTooltip = /*@__PURE__*/ defineContainer('kritzel-tooltip', defineKritzelTooltip, [
124
124
  'isVisible',
125
125
  'anchorElement',
126
+ 'arrowSize',
126
127
  'offsetY'
127
128
  ]);
128
129
  export const KritzelUtilityPanel = /*@__PURE__*/ defineContainer('kritzel-utility-panel', defineKritzelUtilityPanel, [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kritzel-vue",
3
- "version": "0.0.57",
3
+ "version": "0.0.58",
4
4
  "homepage": "https://gitlab.com/kasual1/kritzel#readme",
5
5
  "license": "ISC",
6
6
  "main": "dist/index.js",
@@ -34,6 +34,6 @@
34
34
  "@stencil/vue-output-target": "0.10.7"
35
35
  },
36
36
  "peerDependencies": {
37
- "kritzel-stencil": "^0.0.57"
37
+ "kritzel-stencil": "^0.0.58"
38
38
  }
39
39
  }