Skip to content

Commit 1d781c5

Browse files
committed
Updated snapshot.
1 parent ec384f0 commit 1d781c5

File tree

1 file changed

+23
-10
lines changed

1 file changed

+23
-10
lines changed

packages/doxdox-renderer-bootstrap/src/__snapshots__/index.test.ts.snap

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,33 @@ exports[`bootstrap render 1`] = `
2525
font-size: 3.5rem;
2626
}
2727
28+
.pkg-name a {
29+
text-decoration: none;
30+
}
31+
2832
.pkg-description {
2933
font-size: 1.5rem;
3034
font-weight: 200;
3135
}
3236
33-
.method-name {
37+
nav .file-name {
38+
color: #E54D89;
39+
}
40+
41+
nav .method-name {
42+
margin: 0.25rem 0;
43+
}
44+
45+
main .method-name {
3446
position: relative;
3547
}
3648
37-
.method-scope {
49+
main .method-scope {
3850
font-size: 1.5rem;
3951
color: #999;
4052
}
4153
42-
.method-permalink {
54+
main .method-permalink {
4355
position: absolute;
4456
margin-left: -1em;
4557
font-weight: normal;
@@ -59,15 +71,16 @@ exports[`bootstrap render 1`] = `
5971
6072
<div class=\\"container\\">
6173
<div class=\\"row\\">
62-
<div class=\\"p-5 col-md-3\\">
63-
<p><b>directory/index.js</b></p>
74+
<nav class=\\"p-5 col-md-3\\">
75+
<p><a href=\\"#directory/index.js\\" class=\\"file-name\\"><b>directory/index.js</b></a></p>
6476
<ul class=\\"list-unstyled ml-0\\">
65-
<li><a href=\\"#index-js-methodname\\" class=\\"\\">methodName</a></li>
77+
<li class=\\"method-name\\"><a href=\\"#index-js-methodname\\" class=\\"\\">methodName</a></li>
6678
</ul>
67-
</div>
79+
</nav>
6880
69-
<div class=\\"p-5 col-md-9\\">
70-
<div class=\\"mb-5\\"><a name=\\"index-js-methodname\\" />
81+
<main class=\\"p-5 col-md-9\\">
82+
<a name=\\"directory/index.js\\" />
83+
<div class=\\"mb-5\\"><a name=\\"index-js-methodname\\" />
7184
7285
<h2 class=\\"method-name\\">
7386
<a href=\\"#index-js-methodname\\" class=\\"method-permalink\\" aria-label=\\"Permalink\\">#</a>
@@ -108,7 +121,7 @@ exports[`bootstrap render 1`] = `
108121
109122
</div>
110123
111-
</div>
124+
</main>
112125
</div>
113126
</div>
114127

0 commit comments

Comments
 (0)