Skip to content

Commit

Permalink
✨ feat: update dome
Browse files Browse the repository at this point in the history
  • Loading branch information
heiyu4585 committed May 18, 2023
1 parent 4d8eaba commit 36b5f1e
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ exports[`renders components/breadcrumb/demo/component-token.tsx extend context c
Home
</span>
</li>
<li
aria-hidden="true"
class="ant-breadcrumb-separator"
>
&gt;
</li>
<li>
<span
class="ant-breadcrumb-link"
Expand All @@ -86,6 +92,12 @@ exports[`renders components/breadcrumb/demo/component-token.tsx extend context c
</a>
</span>
</li>
<li
aria-hidden="true"
class="ant-breadcrumb-separator"
>
&gt;
</li>
<li>
<span
class="ant-dropdown-trigger ant-breadcrumb-overlay-link"
Expand Down Expand Up @@ -293,6 +305,12 @@ exports[`renders components/breadcrumb/demo/component-token.tsx extend context c
</div>
</div>
</li>
<li
aria-hidden="true"
class="ant-breadcrumb-separator"
>
&gt;
</li>
<li>
<a
class="ant-breadcrumb-link"
Expand All @@ -301,6 +319,12 @@ exports[`renders components/breadcrumb/demo/component-token.tsx extend context c
Application Center
</a>
</li>
<li
aria-hidden="true"
class="ant-breadcrumb-separator"
>
&gt;
</li>
<li>
<a
class="ant-breadcrumb-link"
Expand All @@ -327,6 +351,12 @@ exports[`renders components/breadcrumb/demo/component-token.tsx extend context c
</span>
</a>
</li>
<li
aria-hidden="true"
class="ant-breadcrumb-separator"
>
&gt;
</li>
<li>
<a
class="ant-breadcrumb-link"
Expand Down
30 changes: 30 additions & 0 deletions components/breadcrumb/__tests__/__snapshots__/demo.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ exports[`renders components/breadcrumb/demo/component-token.tsx correctly 1`] =
Home
</span>
</li>
<li
aria-hidden="true"
class="ant-breadcrumb-separator"
>
&gt;
</li>
<li>
<span
class="ant-breadcrumb-link"
Expand All @@ -86,6 +92,12 @@ exports[`renders components/breadcrumb/demo/component-token.tsx correctly 1`] =
</a>
</span>
</li>
<li
aria-hidden="true"
class="ant-breadcrumb-separator"
>
&gt;
</li>
<li>
<span
class="ant-dropdown-trigger ant-breadcrumb-overlay-link"
Expand Down Expand Up @@ -120,6 +132,12 @@ exports[`renders components/breadcrumb/demo/component-token.tsx correctly 1`] =
</span>
</span>
</li>
<li
aria-hidden="true"
class="ant-breadcrumb-separator"
>
&gt;
</li>
<li>
<a
class="ant-breadcrumb-link"
Expand All @@ -128,6 +146,12 @@ exports[`renders components/breadcrumb/demo/component-token.tsx correctly 1`] =
Application Center
</a>
</li>
<li
aria-hidden="true"
class="ant-breadcrumb-separator"
>
&gt;
</li>
<li>
<a
class="ant-breadcrumb-link"
Expand All @@ -154,6 +178,12 @@ exports[`renders components/breadcrumb/demo/component-token.tsx correctly 1`] =
</span>
</a>
</li>
<li
aria-hidden="true"
class="ant-breadcrumb-separator"
>
&gt;
</li>
<li>
<a
class="ant-breadcrumb-link"
Expand Down

0 comments on commit 36b5f1e

Please sign in to comment.