@redseed/redseed-ui-tailwindcss 7.11.2 → 7.12.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.
@@ -1,7 +1,7 @@
1
1
  .rsui-card {
2
2
  @apply relative flex flex-col;
3
3
  @apply transition duration-200;
4
- @apply rounded-xl overflow-x-hidden bg-background-primary border-border-primary;
4
+ @apply rounded-xl bg-background-primary border-border-primary;
5
5
  }
6
6
 
7
7
  .rsui-card--ai {
@@ -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
  }
@@ -10,6 +10,14 @@
10
10
  @apply p-space-lg;
11
11
  }
12
12
 
13
+ .rsui-section--header-padded > .rsui-section__header {
14
+ @apply px-space-lg pt-space-lg;
15
+ }
16
+
17
+ .rsui-section--content-padded > .rsui-section__content {
18
+ @apply px-space-lg pb-space-lg;
19
+ }
20
+
13
21
  .rsui-section--show-gap {
14
22
  @apply gap-y-space-lg;
15
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "7.11.2",
3
+ "version": "7.12.0",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "style": "index.css",