@zvndev/yable-themes 0.3.0 → 0.4.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.
Files changed (2) hide show
  1. package/dist/base.css +3 -6
  2. package/package.json +1 -1
package/dist/base.css CHANGED
@@ -237,18 +237,15 @@
237
237
 
238
238
  /* ── Column Reorder ──────────────────────────────────────────────────────── */
239
239
 
240
- .yable-th[data-reorderable='true'] {
240
+ .yable-th[data-reorderable='true'] > .yable-th-content {
241
241
  cursor: grab;
242
242
  }
243
243
 
244
- .yable-th[data-reorderable='true']:active {
244
+ .yable-th[data-reorderable='true'] > .yable-th-content:active {
245
245
  cursor: grabbing;
246
246
  }
247
247
 
248
- /* When sortable AND reorderable, sort cursor wins on the content area so the
249
- header still feels clickable. The drag is initiated from a mousedown that
250
- moves; a click without movement still triggers the sort. */
251
- .yable-th[data-sortable='true'][data-reorderable='true'] {
248
+ .yable-th[data-sortable='true'][data-reorderable='true'] > .yable-th-content {
252
249
  cursor: pointer;
253
250
  }
254
251
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zvndev/yable-themes",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "CSS design token system and themes for Yable data tables",
5
5
  "keywords": [
6
6
  "table",