Skip to content

Commit 1a3817f

Browse files
committed
regen doc
1 parent 6fc804b commit 1a3817f

File tree

161 files changed

+6353
-3359
lines changed

Some content is hidden

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

161 files changed

+6353
-3359
lines changed

docs/assets/highlight.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
--dark-hl-7: #6A9955;
1818
--light-hl-8: #098658;
1919
--dark-hl-8: #B5CEA8;
20-
--light-hl-9: #267F99;
21-
--dark-hl-9: #4EC9B0;
22-
--light-hl-10: #EE0000;
23-
--dark-hl-10: #D7BA7D;
20+
--light-hl-9: #EE0000;
21+
--dark-hl-9: #D7BA7D;
22+
--light-hl-10: #267F99;
23+
--dark-hl-10: #4EC9B0;
2424
--light-hl-11: #000000FF;
2525
--dark-hl-11: #D4D4D4;
2626
--light-hl-12: #811F3F;

docs/assets/main.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/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: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -825,6 +825,15 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
825825
padding-left: 5.5rem;
826826
}
827827

828+
#tsd-sidebar-links a {
829+
margin-top: 0;
830+
margin-bottom: 0.5rem;
831+
line-height: 1.25rem;
832+
}
833+
#tsd-sidebar-links a:last-of-type {
834+
margin-bottom: 0;
835+
}
836+
828837
a.tsd-index-link {
829838
margin: 0.25rem 0;
830839
font-size: 1rem;
@@ -942,7 +951,7 @@ a.tsd-index-link {
942951
margin: 2rem 0;
943952
}
944953
.tsd-panel-group.tsd-index-group details {
945-
margin: 4rem 0;
954+
margin: 2rem 0;
946955
}
947956

948957
#tsd-search {
@@ -978,7 +987,8 @@ a.tsd-index-link {
978987
right: -40px;
979988
}
980989
#tsd-search .field input,
981-
#tsd-search .title {
990+
#tsd-search .title,
991+
#tsd-toolbar-links a {
982992
transition: opacity 0.2s;
983993
}
984994
#tsd-search .results {
@@ -1022,7 +1032,8 @@ a.tsd-index-link {
10221032
top: 0;
10231033
opacity: 1;
10241034
}
1025-
#tsd-search.has-focus .title {
1035+
#tsd-search.has-focus .title,
1036+
#tsd-search.has-focus #tsd-toolbar-links a {
10261037
z-index: 0;
10271038
opacity: 0;
10281039
}
@@ -1036,6 +1047,22 @@ a.tsd-index-link {
10361047
display: block;
10371048
}
10381049

1050+
#tsd-toolbar-links {
1051+
position: absolute;
1052+
top: 0;
1053+
right: 2rem;
1054+
height: 100%;
1055+
display: flex;
1056+
align-items: center;
1057+
justify-content: flex-end;
1058+
}
1059+
#tsd-toolbar-links a {
1060+
margin-left: 1.5rem;
1061+
}
1062+
#tsd-toolbar-links a:hover {
1063+
text-decoration: underline;
1064+
}
1065+
10391066
.tsd-signature {
10401067
margin: 0 0 1rem 0;
10411068
padding: 1rem 0.5rem;
@@ -1124,6 +1151,7 @@ ul.tsd-type-parameter-list h5 {
11241151
display: flex;
11251152
justify-content: space-between;
11261153
height: 2.5rem;
1154+
margin: 0 auto;
11271155
}
11281156
.tsd-page-toolbar .table-cell {
11291157
position: relative;
@@ -1133,6 +1161,11 @@ ul.tsd-type-parameter-list h5 {
11331161
.tsd-page-toolbar .table-cell:first-child {
11341162
width: 100%;
11351163
}
1164+
.tsd-page-toolbar .tsd-toolbar-icon {
1165+
box-sizing: border-box;
1166+
line-height: 0;
1167+
padding: 12px 0;
1168+
}
11361169

11371170
.tsd-page-toolbar--hide {
11381171
transform: translateY(-100%);

docs/assets/widgets.png

-480 Bytes
Binary file not shown.

docs/assets/widgets@2x.png

-855 Bytes
Binary file not shown.

docs/classes/AdbError.html

Lines changed: 23 additions & 15 deletions
Large diffs are not rendered by default.

docs/classes/AdbFailError.html

Lines changed: 23 additions & 15 deletions
Large diffs are not rendered by default.

docs/classes/AdbPrematureEOFError.html

Lines changed: 24 additions & 16 deletions
Large diffs are not rendered by default.

docs/classes/AdbUnexpectedDataError.html

Lines changed: 25 additions & 17 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)