maverick-wave 3.3.1 → 3.4.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.
@@ -222,7 +222,7 @@ via the header state. Content taller than 500px scrolls. Toggling is JS - see
222
222
  - Body scroll lock is automatic: the stylesheet uses
223
223
  `body:has(.mw-modal-open)`. Nothing to implement.
224
224
  - Sizes: `mw-modal-sm` 370px, default 550px, `mw-modal-lg` 680px,
225
- `mw-modal-xl` 900px. Height is capped at 70-85vh, the body scrolls.
225
+ `mw-modal-xl` 900px. Height is capped at 80-92dvh, the body scrolls.
226
226
  - `mw-modal-backdrop` is the click-to-close surface; put the close handler on it.
227
227
  - `mw-modal-body` takes a `mw-form` directly - the form brings the field gaps,
228
228
  the body brings the padding.
@@ -54,7 +54,7 @@ reactive form control.
54
54
  ```html
55
55
  <form class="mw-form">
56
56
  <div class="mw-form-group">
57
- <p class="mw-text-muted mw-mb-3">Personal information</p>
57
+ <h4 class="mw-form-group-title">Personal information</h4>
58
58
  <div class="mw-grid-2">
59
59
  <div class="mw-field">...</div>
60
60
  <div class="mw-field">...</div>
@@ -74,6 +74,8 @@ reactive form control.
74
74
  when there is no real form element.
75
75
  - `mw-form-inline` lays the children out in a row.
76
76
  - `mw-form-group` is the bordered block for a titled group of fields.
77
+ `mw-form-group-title` is the heading hook inside it - put it on the `<h3>` /
78
+ `<h4>`, otherwise the heading keeps its full document-level size.
77
79
  - `mw-form-actions` is a right-aligned wrapping button row.
78
80
  `mw-form-actions-hint` is a full-width note above the buttons.
79
81
  Alignment variants: `mw-form-actions-left`, `mw-form-actions-center`,