Skip to content

Commit b37e66e

Browse files
committed
doc: deploy PR #850 preview
1 parent 9fadac3 commit b37e66e

25 files changed

Lines changed: 16096 additions & 6 deletions

docs/prPreview/850/components_button_ouds_button/OudsButton-class.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h1><span class="kind-class">OudsButton</span> class
6262
Other layouts are available for this component: <em>text + icon</em> and <em>icon only</em>.</p>
6363
<p>Note that in the case it is placed in an <code>OudsColoredBox</code>, its monochrome variant is automatically displayed.
6464
Some tokens associated with these specific colors can be customized and are identified with the <code>Mono</code> suffix (for instance <code>OudsButtonTokens.colorBgDefaultEnabledMono</code>).</p>
65-
<p>Parameters:</p>
65+
<h2 id="parameters">Parameters</h2>
6666
<ul>
6767
<li><a href="../components_button_ouds_button/OudsButton/label.html">label</a>: Label displayed in the button which describes the button action. Use action verbs or phrases to tell the user what will happen next.</li>
6868
<li><a href="../components_button_ouds_button/OudsButton/icon.html">icon</a>: Icon displayed in the button. Use an icon to add additional affordance where the icon has a clear and well-established meaning.</li>

docs/prPreview/850/components_button_ouds_button/OudsButton/OudsButton.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ <h2><span>Implementation</span></h2>
7979
required this.appearance,
8080
this.package,
8181
this.isFullWidth = false,
82-
});</code></pre>
82+
}) : _navigationLayout = null,
83+
_semanticsLabel = null;</code></pre>
8384
</section>
8485

8586

docs/prPreview/850/components_button_ouds_button/OudsButton/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h1><span class="kind-property">layout</span> property
7373

7474
<section class="summary source-code" id="source">
7575
<h2><span>Implementation</span></h2>
76-
<pre class="language-dart"><code class="language-dart">OudsButtonLayout get layout =&gt; _detectLayout(label, icon);</code></pre>
76+
<pre class="language-dart"><code class="language-dart">OudsButtonLayout get layout =&gt; _detectLayout(label, icon, _navigationLayout);</code></pre>
7777
</section>
7878

7979
</section>

docs/prPreview/850/components_button_ouds_button/OudsButtonAppearance.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,15 @@ <h1>
5959

6060

6161
<section class="desc markdown">
62-
<p>The <a href="../components_button_ouds_button/OudsButtonAppearance.html">OudsButtonAppearance</a> enum defines the visual importance of the button within the UI.</p>
62+
<p>Defines the visual importance (appearance) of an <a href="../components_button_ouds_button/OudsButton-class.html">OudsButton</a> within the UI.</p>
63+
<p>Use this enum to control the emphasis level of a button:</p>
64+
<ul>
65+
<li><a href="../components_button_ouds_button/OudsButtonAppearance.html">defaultAppearance</a>: standard button, suitable for most use cases.</li>
66+
<li><a href="../components_button_ouds_button/OudsButtonAppearance.html">strong</a>: high-emphasis button, used for the primary action on a screen.</li>
67+
<li><a href="../components_button_ouds_button/OudsButtonAppearance.html">brand</a>: button styled with the brand color.</li>
68+
<li><a href="../components_button_ouds_button/OudsButtonAppearance.html">minimal</a>: low-emphasis button, used for secondary or tertiary actions.</li>
69+
<li><a href="../components_button_ouds_button/OudsButtonAppearance.html">negative</a>: destructive or warning action. Not allowed inside an <code>OudsColoredBox</code>.</li>
70+
</ul>
6371
</section>
6472

6573

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
<ol>
2+
3+
<li class="section-title"><a href="components_button_ouds_button/OudsNavigationButton-class.html#constructors">Constructors</a></li>
4+
<li><a href="components_button_ouds_button/OudsNavigationButton/OudsNavigationButton.html">new</a></li>
5+
6+
7+
8+
<li class="section-title">
9+
<a href="components_button_ouds_button/OudsNavigationButton-class.html#instance-properties">Properties</a>
10+
</li>
11+
12+
<li>
13+
<a href="components_button_ouds_button/OudsNavigationButton/appearance.html">appearance</a>
14+
</li>
15+
16+
<li class="inherited">
17+
<a href="https://api.flutter.dev/flutter/widgets/Widget/hashCode.html">hashCode</a>
18+
</li>
19+
20+
<li>
21+
<a href="components_button_ouds_button/OudsNavigationButton/isFullWidth.html">isFullWidth</a>
22+
</li>
23+
24+
<li class="inherited">
25+
<a href="https://api.flutter.dev/flutter/widgets/Widget/key.html">key</a>
26+
</li>
27+
28+
<li>
29+
<a href="components_button_ouds_button/OudsNavigationButton/label.html">label</a>
30+
</li>
31+
32+
<li>
33+
<a href="components_button_ouds_button/OudsNavigationButton/layout.html">layout</a>
34+
</li>
35+
36+
<li>
37+
<a href="components_button_ouds_button/OudsNavigationButton/loader.html">loader</a>
38+
</li>
39+
40+
<li>
41+
<a href="components_button_ouds_button/OudsNavigationButton/onPressed.html">onPressed</a>
42+
</li>
43+
44+
<li>
45+
<a href="components_button_ouds_button/OudsNavigationButton/package.html">package</a>
46+
</li>
47+
48+
<li class="inherited">
49+
<a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a>
50+
</li>
51+
52+
<li>
53+
<a href="components_button_ouds_button/OudsNavigationButton/semanticsLabel.html">semanticsLabel</a>
54+
</li>
55+
56+
<li class="section-title"><a href="components_button_ouds_button/OudsNavigationButton-class.html#instance-methods">Methods</a></li>
57+
58+
<li>
59+
<a href="components_button_ouds_button/OudsNavigationButton/build.html">build</a>
60+
</li>
61+
62+
<li class="inherited">
63+
<a href="https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html">createElement</a>
64+
</li>
65+
66+
<li class="inherited">
67+
<a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html">debugDescribeChildren</a>
68+
</li>
69+
70+
<li class="inherited">
71+
<a href="https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html">debugFillProperties</a>
72+
</li>
73+
74+
<li class="inherited">
75+
<a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a>
76+
</li>
77+
78+
<li class="inherited">
79+
<a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html">toDiagnosticsNode</a>
80+
</li>
81+
82+
<li class="inherited">
83+
<a href="https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html">toString</a>
84+
</li>
85+
86+
<li class="inherited">
87+
<a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html">toStringDeep</a>
88+
</li>
89+
90+
<li class="inherited">
91+
<a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html">toStringShallow</a>
92+
</li>
93+
94+
<li class="inherited">
95+
<a href="https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html">toStringShort</a>
96+
</li>
97+
98+
<li class="section-title inherited"><a href="components_button_ouds_button/OudsNavigationButton-class.html#operators">Operators</a></li>
99+
100+
<li class="inherited">
101+
<a href="https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html">operator ==</a>
102+
</li>
103+
104+
105+
106+
107+
108+
109+
</ol>

0 commit comments

Comments
 (0)