@canmingir/link 1.2.20 → 1.2.21

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canmingir/link",
3
- "version": "1.2.20",
3
+ "version": "1.2.21",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./index.js",
@@ -253,6 +253,7 @@ const FlowViewport = ({
253
253
  transition: isDragging ? "none" : "transform 0.1s ease-out",
254
254
  pointerEvents: "auto",
255
255
  position: "relative",
256
+ pl: variant === "horizontal" ? 4 : 0,
256
257
  }}
257
258
  >
258
259
  {children}