Skip to content

Commit 569536f

Browse files
chore(gh-bot): 🚀 build types, api & library files
1 parent 9f6ecaf commit 569536f

Some content is hidden

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

59 files changed

+6302
-4077
lines changed

docs/assets/custom.css

+51
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,61 @@ header.tsd-page-toolbar {
164164
border-radius: 0.5rem;
165165
}
166166

167+
.tsd-breadcrumb {
168+
padding-block-start: 0.5rem;
169+
}
170+
167171
.tsd-typography p, .tsd-typography ul, .tsd-typography ol {
168172
line-height: 1.85em;
169173
font-weight: 300;
170174
}
175+
.tsd-navigation {
176+
padding-inline-end: 0.25rem;
177+
}
178+
179+
.tsd-accordion-details {
180+
padding-inline-start: 1.35rem;
181+
}
182+
183+
@media (min-width: 769px) {
184+
.col-sidebar {
185+
--mask-image: linear-gradient(0deg, transparent 0%, white 5%, white 50%, white 95%, transparent 100%);
186+
mask-image: var(--mask-image);
187+
-webkit-mask-image: var(--mask-image);
188+
padding-block: 1.5rem;
189+
}
190+
}
191+
192+
@media (min-width: 1200px) {
193+
.container-main {
194+
grid-template-columns: minmax(0, 1.25fr) minmax(0, 2.5fr) minmax(0, 15rem);
195+
}
196+
197+
.site-menu {
198+
--mask-image: linear-gradient(0deg, transparent 0%, white 5%, white 50%, white 95%, transparent 100%);
199+
mask-image: var(--mask-image);
200+
-webkit-mask-image: var(--mask-image);
201+
padding-block: 1.5rem;
202+
}
203+
}
204+
205+
.tsd-accordion-details ul {
206+
padding-left: 1rem;
207+
}
208+
209+
.tsd-accordion-details > ul {
210+
padding-left: 0;
211+
}
212+
213+
:is(.tsd-page-navigation, .tsd-navigation) svg {
214+
vertical-align: middle;
215+
}
216+
217+
.tsd-navigation a.current, .tsd-page-navigation a.current {
218+
border-radius: 0.45rem;
219+
padding-block: 0.3rem;
220+
padding-inline: 0.3rem;
221+
}
171222

172223
.col-menu {
173224
border-left: 1px solid var(--color-panel-divider);

docs/assets/main.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)