@godxjp/ui 18.12.2 → 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.
@@ -22,9 +22,9 @@
22
22
  --dialog-space-gap: var(--space-stack-md);
23
23
  --dialog-close-space-offset: var(--space-4);
24
24
  /* Alert corner radius (gh#268 — rule #45): a full-width Alert often sits in the
25
- * same page column as a Card (--card-radius); a service aligns them by
25
+ * same page column as a Card — so the DEFAULT IS the Card radius (gh#282); a service re-tunes by
26
26
  * overriding this once. Default keeps the historical --radius-md. */
27
- --alert-radius: var(--radius-md);
27
+ --alert-radius: var(--card-radius);
28
28
  --alert-space-inset: var(--space-section-active);
29
29
  --alert-space-gap: var(--space-inline-md);
30
30
  --alert-inner-space-gap: var(--space-stack-sm);
@@ -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.2",
4
- "godxUiMcp": "18.12.2",
3
+ "version": "18.12.4",
4
+ "godxUiMcp": "18.12.4",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",