@godxjp/ui 18.12.3 → 18.12.4

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.
@@ -4,7 +4,11 @@
4
4
  /* Width of the label column in horizontal/inline layout. A service theme sets
5
5
  * this once (e.g. 110px) to align every form to its design grid; the Form/
6
6
  * FormField `labelWidth` prop overrides per form/field. */
7
- --form-label-width: max-content;
7
+ /* Fixed aligned label column by default (gh#284) — `max-content` sized each field's label
8
+ * column to its own label, so horizontal forms (especially columns={2} grids) had controls
9
+ * starting at ragged x positions. 8rem mirrors --descriptions-label-width so edit forms and
10
+ * show pages share the same optical grid; the Form/FormField `labelWidth` prop overrides. */
11
+ --form-label-width: 8rem;
8
12
 
9
13
  /* Column gap between the label and its control in horizontal/inline layout. */
10
14
  --form-label-gap: var(--space-4); /* 16px */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@godxjp/ui",
3
- "version": "18.12.3",
4
- "godxUiMcp": "18.12.3",
3
+ "version": "18.12.4",
4
+ "godxUiMcp": "18.12.4",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",