@r2digisolutions/ui 0.28.0 → 0.28.1

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.
@@ -347,19 +347,19 @@
347
347
  <div class="divide-y divide-neutral-200/80 dark:divide-neutral-800/80">
348
348
  {#each controller.currentRows as row, index (rowIdFor(row, index))}
349
349
  {@const id = rowIdFor(row, index)}
350
- <div
351
- role="row"
352
- tabindex="0"
353
- class={`relative bg-neutral-50/60 text-xs text-neutral-800 transition-colors odd:bg-neutral-50/70 even:bg-neutral-100/60 hover:bg-neutral-100/90 dark:bg-neutral-950/70 dark:text-neutral-100 dark:odd:bg-neutral-950/70 dark:even:bg-neutral-900/70 dark:hover:bg-neutral-900/80 ${
354
- controller.selectedIds.has(id)
355
- ? 'bg-purple-50/60 ring-1 ring-purple-400/60 dark:bg-purple-950/25'
356
- : ''
357
- }`}
358
- oncontextmenu={(e) => openContextAt(e, row)}
359
- >
350
+
351
+ <div class="group relative">
352
+ <!-- Fila principal como GRID (aquí va el background) -->
360
353
  <div
361
- class="grid items-stretch"
354
+ role="row"
355
+ tabindex="0"
356
+ class={`relative grid items-stretch bg-neutral-50/60 text-xs text-neutral-800 transition-colors odd:bg-neutral-50/70 even:bg-neutral-100/60 hover:bg-neutral-100/90 dark:bg-neutral-950/70 dark:text-neutral-100 dark:odd:bg-neutral-950/70 dark:even:bg-neutral-900/70 dark:hover:bg-neutral-900/80 ${
357
+ controller.selectedIds.has(id)
358
+ ? 'bg-purple-50/60 ring-1 ring-purple-400/60 dark:bg-purple-950/25'
359
+ : ''
360
+ }`}
362
361
  style={`grid-template-columns:${gridTemplate}`}
362
+ oncontextmenu={(e) => openContextAt(e, row)}
363
363
  onclick={(e) => handleRowClick(e, row, index)}
364
364
  >
365
365
  {#if controller.multiSelect}
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@r2digisolutions/ui",
3
- "version": "0.28.0",
3
+ "version": "0.28.1",
4
4
  "private": false,
5
- "packageManager": "bun@1.3.3",
5
+ "packageManager": "bun@1.3.4",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
@@ -71,13 +71,13 @@
71
71
  "eslint-plugin-svelte": "3.13.1",
72
72
  "globals": "16.5.0",
73
73
  "jsdom": "27.2.0",
74
- "lucide-svelte": "0.555.0",
74
+ "lucide-svelte": "0.556.0",
75
75
  "prettier": "3.7.4",
76
76
  "prettier-plugin-svelte": "3.4.0",
77
77
  "prettier-plugin-tailwindcss": "0.7.2",
78
78
  "publint": "0.3.15",
79
79
  "storybook": "10.1.4",
80
- "svelte": "5.45.5",
80
+ "svelte": "5.45.6",
81
81
  "svelte-check": "4.3.4",
82
82
  "tailwindcss": "4.1.17",
83
83
  "typescript": "5.9.3",