@tap-payments/os-micro-frontend-shared 0.1.213 → 0.1.214

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.
@@ -77,7 +77,7 @@ export const createMouseMoveHandler = (setResizeState, setCursorPosition, initia
77
77
  let maxX = tableRect.right;
78
78
  // Adjust maxX for second pinned start column (index 1)
79
79
  if (resizingColumnPinned === 'start' && resizingColumnIndex === 1) {
80
- maxX = maxX - 44;
80
+ maxX = maxX - 38;
81
81
  }
82
82
  clampedX = Math.max(minX, Math.min(maxX, mouseEvent.clientX));
83
83
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tap-payments/os-micro-frontend-shared",
3
3
  "description": "Shared components and utilities for Tap Payments micro frontends",
4
- "version": "0.1.213",
4
+ "version": "0.1.214",
5
5
  "testVersion": 11,
6
6
  "type": "module",
7
7
  "main": "build/index.js",