@godxjp/ui 13.17.0 → 13.17.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.
@@ -20,6 +20,12 @@
20
20
  .ui-form-field {
21
21
  display: grid;
22
22
  gap: var(--field-label-gap);
23
+ /* Never stretch to a taller grid-row sibling (e.g. a field carrying a
24
+ * helper/error). Stretching would let .ui-form-field-control's
25
+ * align-content:center vertically centre the control, so a field WITHOUT a
26
+ * helper sits lower than one WITH a helper in the same ResponsiveGrid row.
27
+ * Hugging content keeps every control top-aligned across the row. */
28
+ align-self: start;
23
29
  }
24
30
 
25
31
  .ui-form-field-label {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@godxjp/ui",
3
- "version": "13.17.0",
3
+ "version": "13.17.1",
4
4
  "type": "module",
5
5
  "packageManager": "pnpm@10.29.1",
6
6
  "sideEffects": false,