@knotx/render 0.4.10 → 0.4.12

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.cjs CHANGED
@@ -190,7 +190,7 @@ function BaseEdge({
190
190
  markerStart: markerStartUrl
191
191
  }
192
192
  ),
193
- interactionWidth && /* @__PURE__ */ jsxRuntime.jsx(
193
+ interactionWidth > 0 && /* @__PURE__ */ jsxRuntime.jsx(
194
194
  "path",
195
195
  {
196
196
  style: childrenStyle,
package/dist/index.js CHANGED
@@ -174,7 +174,7 @@ function BaseEdge({
174
174
  markerStart: markerStartUrl
175
175
  }
176
176
  ),
177
- interactionWidth && /* @__PURE__ */ jsx(
177
+ interactionWidth > 0 && /* @__PURE__ */ jsx(
178
178
  "path",
179
179
  {
180
180
  style: childrenStyle,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knotx/render",
3
- "version": "0.4.10",
3
+ "version": "0.4.12",
4
4
  "description": "Render for Knotx",
5
5
  "author": "boenfu",
6
6
  "license": "MIT",
@@ -28,18 +28,18 @@
28
28
  "dist"
29
29
  ],
30
30
  "peerDependencies": {
31
- "@knotx/jsx": "0.4.10"
31
+ "@knotx/jsx": "0.4.12"
32
32
  },
33
33
  "dependencies": {
34
34
  "bezier-js": "^6.1.4",
35
- "@knotx/core": "0.4.10"
35
+ "@knotx/core": "0.4.12"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/bezier-js": "^4.1.3",
39
- "@knotx/build-config": "0.4.10",
40
- "@knotx/eslint-config": "0.4.10",
41
- "@knotx/jsx": "0.4.10",
42
- "@knotx/typescript-config": "0.4.10"
39
+ "@knotx/build-config": "0.4.12",
40
+ "@knotx/eslint-config": "0.4.12",
41
+ "@knotx/jsx": "0.4.12",
42
+ "@knotx/typescript-config": "0.4.12"
43
43
  },
44
44
  "scripts": {
45
45
  "build": "unbuild",