@agile-team/mach-table 0.14.0 → 0.18.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/README.md +17 -0
- package/dist/index.cjs +6 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +245 -19
- package/dist/index.d.ts +245 -19
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/styles/mach-table.css +3 -3
package/package.json
CHANGED
package/styles/mach-table.css
CHANGED
|
@@ -429,8 +429,8 @@
|
|
|
429
429
|
.mach-header-resize {
|
|
430
430
|
position: absolute;
|
|
431
431
|
top: 0;
|
|
432
|
-
right:
|
|
433
|
-
width:
|
|
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;
|