Skip to content

Commit

Permalink
chore(demo): replaced global b-demo-steps class with `tui-list_orde…
Browse files Browse the repository at this point in the history
…red` (#7366)
  • Loading branch information
KrollikRoddzer authored May 16, 2024
1 parent 54036bd commit e3d6f46
Show file tree
Hide file tree
Showing 53 changed files with 177 additions and 187 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
</ng-template>

<ng-template pageTab>
<ol class="b-demo-steps">
<li>
<ol class="tui-list tui-list_ordered">
<li class="tui-list__item">
<p>
Import
<code>TuiInputCopyModule</code>
Expand All @@ -116,7 +116,7 @@
/>
</li>

<li>
<li class="tui-list__item">
<p>
Declare a form (
<code>FormGroup</code>
Expand All @@ -131,7 +131,7 @@
/>
</li>

<li>
<li class="tui-list__item">
<p>Add to the template:</p>

<tui-doc-code
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@
to the providers
</p>

<ol class="b-demo-steps">
<li>
<ol class="tui-list tui-list_ordered">
<li class="tui-list__item">
<p>
Import an Angular module for forms and
<code>TuiInputDateMultiModule</code>
Expand All @@ -132,7 +132,7 @@
/>
</li>

<li>
<li class="tui-list__item">
<p>
Declare a form (
<code>FormGroup</code>
Expand All @@ -147,7 +147,7 @@
/>
</li>

<li>
<li class="tui-list__item">
Use
<code>tui-input-date[multiple]</code>
in template:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ <h3>DI-tokens for input-configurations:</h3>
to the providers
</p>

<ol class="b-demo-steps">
<li>
<ol class="tui-list tui-list_ordered">
<li class="tui-list__item">
<p>
Import an Angular module for forms and
<code>TuiInputDateRangeModule</code>
Expand All @@ -280,7 +280,7 @@ <h3>DI-tokens for input-configurations:</h3>
/>
</li>

<li>
<li class="tui-list__item">
<p>
Declare a form (
<code>FormGroup</code>
Expand All @@ -295,7 +295,7 @@ <h3>DI-tokens for input-configurations:</h3>
/>
</li>

<li>
<li class="tui-list__item">
Use
<code>TuiInputDateRange</code>
in template:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ <h3>DI-tokens for input-configurations:</h3>
</ng-template>

<ng-template pageTab>
<ol class="b-demo-steps">
<li>
<ol class="tui-list tui-list_ordered">
<li class="tui-list__item">
<p>
Import an Angular module for forms and
<code>TuiInputDateTimeModule</code>
Expand All @@ -221,7 +221,7 @@ <h3>DI-tokens for input-configurations:</h3>
/>
</li>

<li>
<li class="tui-list__item">
<p>
Declare a form (
<code>FormGroup</code>
Expand All @@ -236,7 +236,7 @@ <h3>DI-tokens for input-configurations:</h3>
/>
</li>

<li>
<li class="tui-list__item">
Use in template:

<tui-doc-code
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@
</ng-template>

<ng-template pageTab>
<ol class="b-demo-steps">
<li>
<ol class="tui-list tui-list_ordered">
<li class="tui-list__item">
<p>
Import an Angular module for forms and
<code>TuiInputMonthRangeModule</code>
Expand All @@ -134,7 +134,7 @@
/>
</li>

<li>
<li class="tui-list__item">
<p>
Declare a form (
<code>FormGroup</code>
Expand All @@ -149,7 +149,7 @@
/>
</li>

<li>
<li class="tui-list__item">
Use
<code>TuiInputMonthComponent</code>
in template:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
</ng-template>

<ng-template pageTab>
<ol class="b-demo-steps">
<li>
<ol class="tui-list tui-list_ordered">
<li class="tui-list__item">
<p>
Import
<code>InputMonthModule</code>
Expand All @@ -131,7 +131,7 @@
/>
</li>

<li>
<li class="tui-list__item">
<p>
Declare a form (
<code>FormGroup</code>
Expand All @@ -146,7 +146,7 @@
/>
</li>

<li>
<li class="tui-list__item">
<p>
Insert a
<code>TuiInoutMonthComponent</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ <h3>There are also other components to input numbers:</h3>
</ng-template>

<ng-template pageTab>
<ol class="b-demo-steps">
<li>
<ol class="tui-list tui-list_ordered">
<li class="tui-list__item">
<p>
Import an Angular module for forms and
<code>TuiInputNumberModule</code>
Expand All @@ -258,7 +258,7 @@ <h3>There are also other components to input numbers:</h3>
/>
</li>

<li>
<li class="tui-list__item">
<p>
Declare a form (
<code>FormGroup</code>
Expand All @@ -273,7 +273,7 @@ <h3>There are also other components to input numbers:</h3>
/>
</li>

<li>
<li class="tui-list__item">
<p>Add to the template:</p>

<tui-doc-code
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
</ng-template>

<ng-template pageTab>
<ol class="b-demo-steps">
<li>
<ol class="tui-list tui-list_ordered">
<li class="tui-list__item">
<p>
Import an Angular module for forms and
<code>TuiInputPasswordModule</code>
Expand All @@ -90,7 +90,7 @@
/>
</li>

<li>
<li class="tui-list__item">
<p>
Declare a form (
<code>FormGroup</code>
Expand All @@ -105,7 +105,7 @@
/>
</li>

<li>
<li class="tui-list__item">
<p>Add to the template:</p>

<tui-doc-code
Expand All @@ -114,7 +114,7 @@
/>
</li>

<li>
<li class="tui-list__item">
<p>
Optionally use the
<code>TUI_INPUT_PASSWORD_OPTIONS</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
</ng-template>

<ng-template pageTab>
<ol class="b-demo-steps">
<li>
<ol class="tui-list tui-list_ordered">
<li class="tui-list__item">
<p>
Import an Angular module for forms and
<code>TuiInputPhoneInternationalModule</code>
Expand All @@ -107,7 +107,7 @@
/>
</li>

<li>
<li class="tui-list__item">
<p>
Declare a form (
<code>FormGroup</code>
Expand All @@ -122,7 +122,7 @@
/>
</li>

<li>
<li class="tui-list__item">
<p>Add to the template:</p>

<tui-doc-code
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
</ng-template>

<ng-template pageTab>
<ol class="b-demo-steps">
<li>
<ol class="tui-list tui-list_ordered">
<li class="tui-list__item">
<p>
Import an Angular module for forms and
<code>TuiInputPhoneModule</code>
Expand All @@ -148,7 +148,7 @@
/>
</li>

<li>
<li class="tui-list__item">
<p>
Declare a form (
<code>FormGroup</code>
Expand All @@ -163,7 +163,7 @@
/>
</li>

<li>
<li class="tui-list__item">
<p>Add to the template:</p>

<tui-doc-code
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@
</ng-template>

<ng-template pageTab>
<ol class="b-demo-steps">
<li>
<ol class="tui-list tui-list_ordered">
<li class="tui-list__item">
<p>
Import an Angular module for forms and
<code>TuiInputTimeModule</code>
Expand All @@ -183,7 +183,7 @@
/>
</li>

<li>
<li class="tui-list__item">
<p>
Declare a form (
<code>FormGroup</code>
Expand All @@ -198,7 +198,7 @@
/>
</li>

<li>
<li class="tui-list__item">
<p>Add to the template:</p>

<tui-doc-code
Expand All @@ -207,7 +207,7 @@
/>
</li>

<li>
<li class="tui-list__item">
<p>
Optionally use the
<code>TUI_INPUT_TIME_OPTIONS</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
</ng-template>

<ng-template pageTab>
<ol class="b-demo-steps">
<li>
<ol class="tui-list tui-list_ordered">
<li class="tui-list__item">
<p>
Import
<code>TuiInputYearModule</code>
Expand All @@ -126,7 +126,7 @@
/>
</li>

<li>
<li class="tui-list__item">
<p>
Declare a form (
<code>FormGroup</code>
Expand All @@ -141,7 +141,7 @@
/>
</li>

<li>
<li class="tui-list__item">
<p>Add to the template:</p>

<tui-doc-code
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@
</ng-template>

<ng-template pageTab>
<ol class="b-demo-steps">
<li>
<ol class="tui-list tui-list_ordered">
<li class="tui-list__item">
<p>
Import an Angular module for forms and
<code>TuiInputModule</code>
Expand All @@ -324,7 +324,7 @@
/>
</li>

<li>
<li class="tui-list__item">
<p>
Declare a form (
<code>FormGroup</code>
Expand All @@ -339,7 +339,7 @@
/>
</li>

<li>
<li class="tui-list__item">
<p>Add to the template:</p>

<tui-doc-code
Expand Down
Loading

0 comments on commit e3d6f46

Please sign in to comment.