@redseed/redseed-ui-tailwindcss 7.11.1 → 7.11.3

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.
@@ -72,6 +72,11 @@
72
72
  @apply absolute inset-0 size-full pointer-events-none rounded-xl border-border-secondary;
73
73
  }
74
74
 
75
+ /* Prevent table row hover background from bleeding past card rounded corners */
76
+ .rsui-card:has(.rsui-table) {
77
+ @apply overflow-x-hidden;
78
+ }
79
+
75
80
  .rsui-card--hoverable {
76
81
  @apply hover:shadow-md;
77
82
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "7.11.1",
3
+ "version": "7.11.3",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "style": "index.css",