Skip to content

Commit 9bb801f

Browse files
author
Rishabh
committed
adding dev-v9.0.0 tag to this commit to ensure building
1 parent 5e1bd7e commit 9bb801f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+283
-251
lines changed

docs/assets/highlight.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
--dark-hl-11: #D16969;
2626
--light-hl-12: #EE0000;
2727
--dark-hl-12: #D7BA7D;
28-
--light-code-background: #FFFFFF;
28+
--light-code-background: #F5F5F5;
2929
--dark-code-background: #1E1E1E;
3030
}
3131

docs/assets/main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/style.css

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,15 @@ body.dark {
152152
--external-icon: var(--dark-external-icon);
153153
}
154154

155+
h1,
156+
h2,
157+
h3,
158+
h4,
159+
h5,
160+
h6 {
161+
line-height: 1.2;
162+
}
163+
155164
h1 {
156165
font-size: 2em;
157166
margin: 0.67em 0;
@@ -641,6 +650,10 @@ footer {
641650
border-top: 1px solid var(--color-panel-divider);
642651
background-color: var(--color-panel);
643652
}
653+
footer:after {
654+
content: "";
655+
display: table;
656+
}
644657
footer.with-border-bottom {
645658
border-bottom: 1px solid var(--color-panel-divider);
646659
}
@@ -1382,3 +1395,19 @@ input[type="checkbox"]:checked + .tsd-widget:before {
13821395
img {
13831396
max-width: 100%;
13841397
}
1398+
1399+
.tsd-anchor-icon {
1400+
margin-left: 10px;
1401+
vertical-align: middle;
1402+
color: var(--color-text);
1403+
}
1404+
1405+
.tsd-anchor-icon svg {
1406+
width: 1em;
1407+
height: 1em;
1408+
visibility: hidden;
1409+
}
1410+
1411+
.tsd-anchor-link:hover > .tsd-anchor-icon svg {
1412+
visibility: visible;
1413+
}

docs/classes/framework.BaseRequest.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/classes/framework.BaseResponse.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/classes/index.default.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/classes/recipe_emailpassword.default.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/classes/recipe_emailverification.default.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/classes/recipe_jwt.default.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)