@agentero/design-system 0.24.2 → 0.24.3

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.
@@ -576,13 +576,13 @@
576
576
  <header>
577
577
  <div class="wrap">
578
578
  <h1>Manifest Debugger</h1>
579
- <div class="summary"><a class="filter-pill all" data-k="all" href="#filter-all">All</a><a class="filter-pill err" data-k="errors" href="#filter-errors">1/25 prop type error</a><a class="filter-pill info" data-k="infos" href="#filter-infos">1/25 info</a><span class="filter-pill ok" aria-disabled="true">191 stories ok</span></div>
579
+ <div class="summary"><a class="filter-pill all" data-k="all" href="#filter-all">All</a><a class="filter-pill err" data-k="errors" href="#filter-errors">1/25 prop type error</a><a class="filter-pill info" data-k="infos" href="#filter-infos">1/25 info</a><span class="filter-pill ok" aria-disabled="true">192 stories ok</span></div>
580
580
  </div>
581
581
  </header>
582
582
  <main>
583
583
  <div class="wrap">
584
584
  <div class="note ok" style="margin-bottom: 16px;">
585
- Using <code>react-docgen-typescript</code>. Generation took <strong>3.4s</strong>.
585
+ Using <code>react-docgen-typescript</code>. Generation took <strong>3.7s</strong>.
586
586
  </div>
587
587
  <h2 class="section-title">Components</h2>
588
588
  <div class="grid" role="list">
@@ -3810,7 +3810,7 @@ size?: &quot;sm&quot; | &quot;md&quot; | &quot;lg&quot;</code></pre>
3810
3810
  <div class="badges">
3811
3811
 
3812
3812
 
3813
- <label for="c-13-components-modal-stories" class="badge ok as-toggle">5 stories</label>
3813
+ <label for="c-13-components-modal-stories" class="badge ok as-toggle">6 stories</label>
3814
3814
 
3815
3815
  </div>
3816
3816
  </div>
@@ -3869,6 +3869,31 @@ size?: &quot;sm&quot; | &quot;md&quot; | &quot;lg&quot;</code></pre>
3869
3869
  &lt;/Modal.Footer&gt;
3870
3870
  &lt;/Modal.Content&gt;
3871
3871
  &lt;/Modal.Root&gt;
3872
+ );</code></pre>
3873
+ </div>
3874
+ <div class="note ok">
3875
+ <div class="row">
3876
+ <span class="ex-name">With Description</span>
3877
+ <span class="badge ok">story ok</span>
3878
+ </div>
3879
+
3880
+ <div class="hint">`Modal.Description` sits 0.5rem below `Modal.Title` and doubles as the accessible description.</div>
3881
+ <pre><code>const WithDescription = () =&gt; (
3882
+ &lt;Modal.Root&gt;
3883
+ &lt;Modal.Trigger asChild&gt;
3884
+ &lt;Button variant=&quot;secondary&quot;&gt;Delete carrier&lt;/Button&gt;
3885
+ &lt;/Modal.Trigger&gt;
3886
+ &lt;Modal.Content&gt;
3887
+ &lt;Modal.Title&gt;Delete carrier&lt;/Modal.Title&gt;
3888
+ &lt;Modal.Description&gt;This action cannot be undone.&lt;/Modal.Description&gt;
3889
+ &lt;Modal.Footer&gt;
3890
+ &lt;Modal.Close asChild&gt;
3891
+ &lt;Button variant=&quot;ghost&quot;&gt;Cancel&lt;/Button&gt;
3892
+ &lt;/Modal.Close&gt;
3893
+ &lt;Button variant=&quot;primary&quot;&gt;Delete&lt;/Button&gt;
3894
+ &lt;/Modal.Footer&gt;
3895
+ &lt;/Modal.Content&gt;
3896
+ &lt;/Modal.Root&gt;
3872
3897
  );</code></pre>
3873
3898
  </div>
3874
3899
  <div class="note ok">