@godxjp/ui 16.2.0 → 16.2.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.
@@ -282,6 +282,14 @@
282
282
  padding-block: 0;
283
283
  }
284
284
 
285
+ /* A non-banded header before a FLUSH full-bleed table supplies its OWN bottom gap: the table's
286
+ * content padding is zeroed above, so without this the title/subtitle butt against the header
287
+ * row. Match the header's top inset so the header block reads balanced top↕bottom. */
288
+ [data-slot="card"]:has([data-slot="card-content"][data-flush] table)
289
+ [data-slot="card-header"]:not([data-banded]) {
290
+ padding-bottom: var(--card-space-body-y);
291
+ }
292
+
285
293
  [data-slot="card-content"][data-tight] {
286
294
  padding-top: 0;
287
295
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@godxjp/ui",
3
- "version": "16.2.0",
3
+ "version": "16.2.1",
4
4
  "type": "module",
5
5
  "packageManager": "pnpm@10.29.1",
6
6
  "sideEffects": false,