typedoc-theme-oxide 0.2.4 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/index.css +1 -86
- package/dist/assets/index.css.map +1 -1
- package/dist/assets/index.js +23 -4202
- package/dist/assets/index.js.map +1 -1
- package/dist/plugin/context/mixins/members.js +31 -7
- package/dist/plugin/context/mixins/members.js.map +1 -1
- package/dist/plugin/context/utils.js +13 -1
- package/dist/plugin/context/utils.js.map +1 -1
- package/dist/plugin/theme.js +3 -3
- package/dist/plugin/theme.js.map +1 -1
- package/package.json +3 -2
package/dist/assets/index.css
CHANGED
|
@@ -1,87 +1,2 @@
|
|
|
1
|
-
body.rustdoc {
|
|
2
|
-
--code-background: var(--code-block-background-color);
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.sidebar-elems .block li.parent-module a {
|
|
6
|
-
letter-spacing: 0.1em;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
:target {
|
|
10
|
-
display: block;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
a.token, span.token {
|
|
14
|
-
color: var(--main-color);
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.tsd-anchor-icon {
|
|
18
|
-
display: none;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.impl-items > .toggle > summary + .docblock:empty {
|
|
22
|
-
margin-bottom: -0.75em;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.structfield {
|
|
26
|
-
--code-background: none;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.docblock :last-child {
|
|
30
|
-
margin-bottom: 0;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.docblock pre > button {
|
|
34
|
-
display: none;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.item-table.comment-tags {
|
|
38
|
-
grid-template-columns: auto 1fr;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.item-table.comment-tags .stab {
|
|
42
|
-
padding: 1px 5px;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
rustdoc-toolbar #help-button .shortcuts {
|
|
46
|
-
width: 100%;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
rustdoc-toolbar #help-button .infos, rustdoc-toolbar #help-button .top, rustdoc-toolbar #help-button .bottom {
|
|
50
|
-
display: none;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
oxide-search-results .search-results.active {
|
|
54
|
-
display: grid;
|
|
55
|
-
grid-template-columns: min-content 1fr;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
oxide-search-results .search-results.active > .result-item {
|
|
59
|
-
display: grid;
|
|
60
|
-
grid-template-areas: none;
|
|
61
|
-
grid-template-columns: subgrid;
|
|
62
|
-
grid-column: 1 / 3;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
oxide-search-results .search-results.active > .result-item .result-name {
|
|
66
|
-
display: grid;
|
|
67
|
-
grid-template-columns: subgrid;
|
|
68
|
-
grid-column: 1 / 3;
|
|
69
|
-
/* align-items: initial; */
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
oxide-search-results .search-results.active > .result-item .result-name .typename {
|
|
73
|
-
grid-column: 1 / 2;
|
|
74
|
-
width: auto;
|
|
75
|
-
white-space: nowrap;
|
|
76
|
-
/* line-height: 1.5rem; */
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
oxide-search-results .search-results.active > .result-item .result-name .path {
|
|
80
|
-
grid-column: 2 / 3;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
oxide-search-results .search-results.active > .result-item .result-name .path span {
|
|
84
|
-
display: inline-block;
|
|
85
|
-
}
|
|
86
|
-
|
|
1
|
+
body.rustdoc{--code-background:var(--code-block-background-color)}.sidebar-elems .block li.parent-module a{letter-spacing:.1em}:target{display:block}a.token,span.token{color:var(--main-color)}.tsd-anchor-icon{display:none}.impl-items>.toggle>summary+.docblock:empty{margin-bottom:-.75em}.structfield{--code-background:none}.docblock :last-child{margin-bottom:0}.docblock pre>button{display:none}.item-table.comment-tags{grid-template-columns:auto 1fr}.item-table.comment-tags .stab{padding:1px 5px}rustdoc-toolbar #help-button .shortcuts{width:100%}rustdoc-toolbar #help-button .bottom,rustdoc-toolbar #help-button .infos,rustdoc-toolbar #help-button .top{display:none}oxide-search-results .search-results.active{display:grid;grid-template-columns:min-content 1fr}oxide-search-results .search-results.active>.result-item{grid-template-areas:none}oxide-search-results .search-results.active>.result-item,oxide-search-results .search-results.active>.result-item .result-name{display:grid;grid-column:1/3;grid-template-columns:subgrid}oxide-search-results .search-results.active>.result-item .result-name .typename{grid-column:1/2;white-space:nowrap;width:auto}oxide-search-results .search-results.active>.result-item .result-name .path{grid-column:2/3}oxide-search-results .search-results.active>.result-item .result-name .path span{display:inline-block}
|
|
87
2
|
/*# sourceMappingURL=index.css.map */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["style.css"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"sources":["style.css"],"names":[],"mappings":"AAAA,aACE,oDACF,CAEA,yCACE,mBACF,CAEA,QACE,aACF,CAEA,mBACE,uBACF,CAEA,iBACE,YACF,CAEA,4CACE,oBACF,CAEA,aACE,sBACF,CAGE,sBACE,eACF,CAEA,qBACE,YACF,CAGF,yBACE,8BAKF,CAHE,+BACE,eACF,CAIA,wCACE,UACF,CAEA,2GACE,YACF,CAGF,4CACE,YAAa,CACb,qCA8BF,CA5BE,yDAEE,wBAyBF,CArBE,+HALA,YAAa,CAGb,eAAkB,CADlB,6BAuBA,CAdE,gFACE,eAAkB,CAElB,kBAAmB,CADnB,UAGF,CAEA,4EACE,eAKF,CAHE,iFACE,oBACF","file":"index.css","sourcesContent":["body.rustdoc {\n --code-background: var(--code-block-background-color);\n}\n\n.sidebar-elems .block li.parent-module a {\n letter-spacing: 0.1em;\n}\n\n:target {\n display: block;\n}\n\na.token, span.token {\n color: var(--main-color);\n}\n\n.tsd-anchor-icon {\n display: none;\n}\n\n.impl-items > .toggle > summary + .docblock:empty {\n margin-bottom: -0.75em;\n}\n\n.structfield {\n --code-background: none;\n}\n\n.docblock {\n :last-child {\n margin-bottom: 0;\n }\n\n pre > button {\n display: none;\n }\n}\n\n.item-table.comment-tags {\n grid-template-columns: auto 1fr;\n\n .stab {\n padding: 1px 5px;\n }\n}\n\nrustdoc-toolbar #help-button {\n .shortcuts {\n width: 100%;\n }\n\n .infos, .top, .bottom {\n display: none;\n }\n}\n\noxide-search-results .search-results.active {\n display: grid;\n grid-template-columns: min-content 1fr;\n\n > .result-item {\n display: grid;\n grid-template-areas: none;\n grid-template-columns: subgrid;\n grid-column: 1 / 3;\n\n .result-name {\n display: grid;\n grid-template-columns: subgrid;\n grid-column: 1 / 3;\n /* align-items: initial; */\n\n .typename {\n grid-column: 1 / 2;\n width: auto;\n white-space: nowrap;\n /* line-height: 1.5rem; */\n }\n\n .path {\n grid-column: 2 / 3;\n\n span {\n display: inline-block;\n }\n }\n }\n }\n}\n"]}
|