@agile-team/mach-table 0.14.0 → 0.15.0

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": "@agile-team/mach-table",
3
- "version": "0.14.0",
3
+ "version": "0.15.0",
4
4
  "description": "Enterprise-grade, framework-agnostic TypeScript data grid with virtualization, editing, grouping and extensibility",
5
5
  "keywords": [
6
6
  "data-grid",
@@ -429,8 +429,8 @@
429
429
  .mach-header-resize {
430
430
  position: absolute;
431
431
  top: 0;
432
- right: -3px;
433
- width: 6px;
432
+ right: 0;
433
+ width: 8px;
434
434
  height: 100%;
435
435
  cursor: col-resize;
436
436
  z-index: 2;
@@ -441,7 +441,7 @@
441
441
  .mach-root--resizing .mach-header-resize::after {
442
442
  content: "";
443
443
  position: absolute;
444
- inset: 0;
444
+ inset: 0 3px;
445
445
  background: var(--mach-primary);
446
446
  opacity: 0.45;
447
447
  border-radius: 1px;