@reshape-biotech/design-system 2.7.30 → 2.7.31

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.
@@ -18,7 +18,7 @@
18
18
  {:else}
19
19
  <div
20
20
  {...props}
21
- class="hover:bg-neutral-hover focus:bg-neutral-hover h-9 cursor-pointer rounded-lg px-2 py-1.5 text-sm transition-colors outline-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_a]:no-underline {className}"
21
+ class="h-9 cursor-pointer items-center rounded-lg px-2 py-1.5 text-sm outline-none transition-colors hover:bg-neutral-hover focus:bg-neutral-hover data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_a]:no-underline {className}"
22
22
  >
23
23
  {@render children?.()}
24
24
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reshape-biotech/design-system",
3
- "version": "2.7.30",
3
+ "version": "2.7.31",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",