@cbnventures/docusaurus-preset-nova 0.0.0 → 0.15.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.
Files changed (1103) hide show
  1. package/README.md +48 -0
  2. package/build/src/components/app-market-download/index.d.ts +4 -0
  3. package/build/src/components/app-market-download/index.d.ts.map +1 -0
  4. package/build/src/components/app-market-download/index.js +42 -0
  5. package/build/src/components/app-market-download/index.js.map +1 -0
  6. package/build/src/components/blog-preview/index.d.ts +4 -0
  7. package/build/src/components/blog-preview/index.d.ts.map +1 -0
  8. package/build/src/components/blog-preview/index.js +51 -0
  9. package/build/src/components/blog-preview/index.js.map +1 -0
  10. package/build/src/components/features/index.d.ts +4 -0
  11. package/build/src/components/features/index.d.ts.map +1 -0
  12. package/build/src/components/features/index.js +8 -0
  13. package/build/src/components/features/index.js.map +1 -0
  14. package/build/src/components/hero/index.d.ts +4 -0
  15. package/build/src/components/hero/index.d.ts.map +1 -0
  16. package/build/src/components/hero/index.js +10 -0
  17. package/build/src/components/hero/index.js.map +1 -0
  18. package/build/src/components/index.d.ts +10 -0
  19. package/build/src/components/index.d.ts.map +1 -0
  20. package/build/src/components/index.js +10 -0
  21. package/build/src/components/index.js.map +1 -0
  22. package/build/src/components/install-strip/index.d.ts +4 -0
  23. package/build/src/components/install-strip/index.d.ts.map +1 -0
  24. package/build/src/components/install-strip/index.js +39 -0
  25. package/build/src/components/install-strip/index.js.map +1 -0
  26. package/build/src/components/spotlight/index.d.ts +4 -0
  27. package/build/src/components/spotlight/index.d.ts.map +1 -0
  28. package/build/src/components/spotlight/index.js +7 -0
  29. package/build/src/components/spotlight/index.js.map +1 -0
  30. package/build/src/components/stats/index.d.ts +4 -0
  31. package/build/src/components/stats/index.d.ts.map +1 -0
  32. package/build/src/components/stats/index.js +15 -0
  33. package/build/src/components/stats/index.js.map +1 -0
  34. package/build/src/components/terminology/index.d.ts +4 -0
  35. package/build/src/components/terminology/index.d.ts.map +1 -0
  36. package/build/src/components/terminology/index.js +11 -0
  37. package/build/src/components/terminology/index.js.map +1 -0
  38. package/build/src/components/typewriter/index.d.ts +10 -0
  39. package/build/src/components/typewriter/index.d.ts.map +1 -0
  40. package/build/src/components/typewriter/index.js +105 -0
  41. package/build/src/components/typewriter/index.js.map +1 -0
  42. package/build/src/get-swizzle-config.d.ts +3 -0
  43. package/build/src/get-swizzle-config.d.ts.map +1 -0
  44. package/build/src/get-swizzle-config.js +532 -0
  45. package/build/src/get-swizzle-config.js.map +1 -0
  46. package/build/src/index.d.ts +10 -0
  47. package/build/src/index.d.ts.map +1 -0
  48. package/build/src/index.js +345 -0
  49. package/build/src/index.js.map +1 -0
  50. package/build/src/lib/color.d.ts +10 -0
  51. package/build/src/lib/color.d.ts.map +1 -0
  52. package/build/src/lib/color.js +190 -0
  53. package/build/src/lib/color.js.map +1 -0
  54. package/build/src/lib/css-generator.d.ts +11 -0
  55. package/build/src/lib/css-generator.d.ts.map +1 -0
  56. package/build/src/lib/css-generator.js +205 -0
  57. package/build/src/lib/css-generator.js.map +1 -0
  58. package/build/src/lib/mermaid.d.ts +6 -0
  59. package/build/src/lib/mermaid.d.ts.map +1 -0
  60. package/build/src/lib/mermaid.js +105 -0
  61. package/build/src/lib/mermaid.js.map +1 -0
  62. package/build/src/lib/regex.d.ts +8 -0
  63. package/build/src/lib/regex.d.ts.map +1 -0
  64. package/build/src/lib/regex.js +11 -0
  65. package/build/src/lib/regex.js.map +1 -0
  66. package/build/src/lib/rehype-shiki.d.ts +3 -0
  67. package/build/src/lib/rehype-shiki.d.ts.map +1 -0
  68. package/build/src/lib/rehype-shiki.js +258 -0
  69. package/build/src/lib/rehype-shiki.js.map +1 -0
  70. package/build/src/lib/search/indexer.d.ts +3 -0
  71. package/build/src/lib/search/indexer.d.ts.map +1 -0
  72. package/build/src/lib/search/indexer.js +238 -0
  73. package/build/src/lib/search/indexer.js.map +1 -0
  74. package/build/src/lib/search/perform-search.d.ts +3 -0
  75. package/build/src/lib/search/perform-search.d.ts.map +1 -0
  76. package/build/src/lib/search/perform-search.js +113 -0
  77. package/build/src/lib/search/perform-search.js.map +1 -0
  78. package/build/src/lib/search/use-search-highlight.d.ts +3 -0
  79. package/build/src/lib/search/use-search-highlight.d.ts.map +1 -0
  80. package/build/src/lib/search/use-search-highlight.js +52 -0
  81. package/build/src/lib/search/use-search-highlight.js.map +1 -0
  82. package/build/src/lib/search/use-search-worker.d.ts +3 -0
  83. package/build/src/lib/search/use-search-worker.d.ts.map +1 -0
  84. package/build/src/lib/search/use-search-worker.js +119 -0
  85. package/build/src/lib/search/use-search-worker.js.map +1 -0
  86. package/build/src/lib/search/worker.d.ts +7 -0
  87. package/build/src/lib/search/worker.d.ts.map +1 -0
  88. package/build/src/lib/search/worker.js +164 -0
  89. package/build/src/lib/search/worker.js.map +1 -0
  90. package/build/src/lib/shiki-themes.d.ts +3 -0
  91. package/build/src/lib/shiki-themes.d.ts.map +1 -0
  92. package/build/src/lib/shiki-themes.js +29 -0
  93. package/build/src/lib/shiki-themes.js.map +1 -0
  94. package/build/src/lib/sticky-layout.d.ts +3 -0
  95. package/build/src/lib/sticky-layout.d.ts.map +1 -0
  96. package/build/src/lib/sticky-layout.js +60 -0
  97. package/build/src/lib/sticky-layout.js.map +1 -0
  98. package/build/src/options.d.ts +5 -0
  99. package/build/src/options.d.ts.map +1 -0
  100. package/build/src/options.js +247 -0
  101. package/build/src/options.js.map +1 -0
  102. package/build/src/preset.d.ts +4 -0
  103. package/build/src/preset.d.ts.map +1 -0
  104. package/build/src/preset.js +95 -0
  105. package/build/src/preset.js.map +1 -0
  106. package/build/src/presets/envoy/preset.d.ts +3 -0
  107. package/build/src/presets/envoy/preset.d.ts.map +1 -0
  108. package/build/src/presets/envoy/preset.js +36 -0
  109. package/build/src/presets/envoy/preset.js.map +1 -0
  110. package/build/src/presets/foundry/preset.d.ts +3 -0
  111. package/build/src/presets/foundry/preset.d.ts.map +1 -0
  112. package/build/src/presets/foundry/preset.js +36 -0
  113. package/build/src/presets/foundry/preset.js.map +1 -0
  114. package/build/src/presets/index.d.ts +4 -0
  115. package/build/src/presets/index.d.ts.map +1 -0
  116. package/build/src/presets/index.js +20 -0
  117. package/build/src/presets/index.js.map +1 -0
  118. package/build/src/presets/sentinel/preset.d.ts +3 -0
  119. package/build/src/presets/sentinel/preset.d.ts.map +1 -0
  120. package/build/src/presets/sentinel/preset.js +36 -0
  121. package/build/src/presets/sentinel/preset.js.map +1 -0
  122. package/build/src/presets/signal/preset.d.ts +3 -0
  123. package/build/src/presets/signal/preset.d.ts.map +1 -0
  124. package/build/src/presets/signal/preset.js +36 -0
  125. package/build/src/presets/signal/preset.js.map +1 -0
  126. package/build/src/scripts/announcement-bar-init.d.ts +3 -0
  127. package/build/src/scripts/announcement-bar-init.d.ts.map +1 -0
  128. package/build/src/scripts/announcement-bar-init.js +20 -0
  129. package/build/src/scripts/announcement-bar-init.js.map +1 -0
  130. package/build/src/scripts/color-mode-init.d.ts +3 -0
  131. package/build/src/scripts/color-mode-init.d.ts.map +1 -0
  132. package/build/src/scripts/color-mode-init.js +58 -0
  133. package/build/src/scripts/color-mode-init.js.map +1 -0
  134. package/build/src/scripts/data-attribute-query.d.ts +2 -0
  135. package/build/src/scripts/data-attribute-query.d.ts.map +1 -0
  136. package/build/src/scripts/data-attribute-query.js +20 -0
  137. package/build/src/scripts/data-attribute-query.js.map +1 -0
  138. package/build/src/styles/accessibility.css +115 -0
  139. package/build/src/styles/components/app-market-download/style.css +53 -0
  140. package/build/src/styles/components/blog-preview/style.css +73 -0
  141. package/build/src/styles/components/features/style.css +31 -0
  142. package/build/src/styles/components/hero/style.css +21 -0
  143. package/build/src/styles/components/install-strip/style.css +107 -0
  144. package/build/src/styles/components/spotlight/style.css +67 -0
  145. package/build/src/styles/components/stats/style.css +64 -0
  146. package/build/src/styles/components/terminology/style.css +9 -0
  147. package/build/src/styles/components/typewriter/style.css +24 -0
  148. package/build/src/styles/grid.css +217 -0
  149. package/build/src/styles/presets/envoy/components/app-market-download/style.css +94 -0
  150. package/build/src/styles/presets/envoy/components/blog-preview/style.css +147 -0
  151. package/build/src/styles/presets/envoy/components/features/style.css +262 -0
  152. package/build/src/styles/presets/envoy/components/hero/style.css +187 -0
  153. package/build/src/styles/presets/envoy/components/install-strip/style.css +183 -0
  154. package/build/src/styles/presets/envoy/components/terminology/style.css +35 -0
  155. package/build/src/styles/presets/envoy/preset.css +570 -0
  156. package/build/src/styles/presets/envoy/theme/AnnouncementBar/style.css +68 -0
  157. package/build/src/styles/presets/envoy/theme/BackToTopButton/style.css +59 -0
  158. package/build/src/styles/presets/envoy/theme/BlogArchivePage/style.css +48 -0
  159. package/build/src/styles/presets/envoy/theme/BlogListPaginator/style.css +111 -0
  160. package/build/src/styles/presets/envoy/theme/BlogPostItem/style.css +197 -0
  161. package/build/src/styles/presets/envoy/theme/BlogPostPaginator/style.css +91 -0
  162. package/build/src/styles/presets/envoy/theme/BlogSidebar/style.css +67 -0
  163. package/build/src/styles/presets/envoy/theme/CodeBlock/style.css +256 -0
  164. package/build/src/styles/presets/envoy/theme/ContentFooter/style.css +106 -0
  165. package/build/src/styles/presets/envoy/theme/Details/style.css +57 -0
  166. package/build/src/styles/presets/envoy/theme/DocBreadcrumbs/style.css +47 -0
  167. package/build/src/styles/presets/envoy/theme/DocCard/style.css +55 -0
  168. package/build/src/styles/presets/envoy/theme/DocItem/Content/style.css +77 -0
  169. package/build/src/styles/presets/envoy/theme/DocItem/Footer/style.css +15 -0
  170. package/build/src/styles/presets/envoy/theme/DocPaginator/style.css +91 -0
  171. package/build/src/styles/presets/envoy/theme/DocSidebar/style.css +187 -0
  172. package/build/src/styles/presets/envoy/theme/DocSidebarMobile/style.css +113 -0
  173. package/build/src/styles/presets/envoy/theme/DocVersionBadge/style.css +51 -0
  174. package/build/src/styles/presets/envoy/theme/Footer/Commons/style.css +132 -0
  175. package/build/src/styles/presets/envoy/theme/Footer/Embassy/style.css +183 -0
  176. package/build/src/styles/presets/envoy/theme/Footer/Launchpad/style.css +257 -0
  177. package/build/src/styles/presets/envoy/theme/Footer/Ledger/style.css +117 -0
  178. package/build/src/styles/presets/envoy/theme/Heading/style.css +79 -0
  179. package/build/src/styles/presets/envoy/theme/MDXContent/style.css +342 -0
  180. package/build/src/styles/presets/envoy/theme/Navbar/Bridge/style.css +362 -0
  181. package/build/src/styles/presets/envoy/theme/Navbar/Canopy/style.css +378 -0
  182. package/build/src/styles/presets/envoy/theme/Navbar/Compass/style.css +400 -0
  183. package/build/src/styles/presets/envoy/theme/Navbar/Monolith/style.css +290 -0
  184. package/build/src/styles/presets/envoy/theme/SearchBar/style.css +121 -0
  185. package/build/src/styles/presets/envoy/theme/TOC/style.css +27 -0
  186. package/build/src/styles/presets/envoy/theme/TOCCollapsible/style.css +146 -0
  187. package/build/src/styles/presets/envoy/theme/Tabs/style.css +73 -0
  188. package/build/src/styles/presets/envoy/theme/Tag/style.css +81 -0
  189. package/build/src/styles/presets/foundry/components/app-market-download/style.css +85 -0
  190. package/build/src/styles/presets/foundry/components/blog-preview/style.css +138 -0
  191. package/build/src/styles/presets/foundry/components/features/style.css +176 -0
  192. package/build/src/styles/presets/foundry/components/hero/style.css +165 -0
  193. package/build/src/styles/presets/foundry/components/install-strip/style.css +188 -0
  194. package/build/src/styles/presets/foundry/components/terminology/style.css +35 -0
  195. package/build/src/styles/presets/foundry/preset.css +678 -0
  196. package/build/src/styles/presets/foundry/theme/AnnouncementBar/style.css +44 -0
  197. package/build/src/styles/presets/foundry/theme/BackToTopButton/style.css +57 -0
  198. package/build/src/styles/presets/foundry/theme/BlogArchivePage/style.css +48 -0
  199. package/build/src/styles/presets/foundry/theme/BlogListPaginator/style.css +113 -0
  200. package/build/src/styles/presets/foundry/theme/BlogPostItem/style.css +193 -0
  201. package/build/src/styles/presets/foundry/theme/BlogPostPaginator/style.css +101 -0
  202. package/build/src/styles/presets/foundry/theme/BlogSidebar/style.css +66 -0
  203. package/build/src/styles/presets/foundry/theme/CodeBlock/style.css +219 -0
  204. package/build/src/styles/presets/foundry/theme/ContentFooter/style.css +92 -0
  205. package/build/src/styles/presets/foundry/theme/Details/style.css +65 -0
  206. package/build/src/styles/presets/foundry/theme/DocBreadcrumbs/style.css +55 -0
  207. package/build/src/styles/presets/foundry/theme/DocCard/style.css +53 -0
  208. package/build/src/styles/presets/foundry/theme/DocItem/Content/style.css +18 -0
  209. package/build/src/styles/presets/foundry/theme/DocItem/Footer/style.css +22 -0
  210. package/build/src/styles/presets/foundry/theme/DocPaginator/style.css +97 -0
  211. package/build/src/styles/presets/foundry/theme/DocSidebar/style.css +126 -0
  212. package/build/src/styles/presets/foundry/theme/DocSidebarMobile/style.css +111 -0
  213. package/build/src/styles/presets/foundry/theme/DocVersionBadge/style.css +37 -0
  214. package/build/src/styles/presets/foundry/theme/Footer/Commons/style.css +177 -0
  215. package/build/src/styles/presets/foundry/theme/Footer/Embassy/style.css +183 -0
  216. package/build/src/styles/presets/foundry/theme/Footer/Launchpad/style.css +210 -0
  217. package/build/src/styles/presets/foundry/theme/Footer/Ledger/style.css +119 -0
  218. package/build/src/styles/presets/foundry/theme/Heading/style.css +118 -0
  219. package/build/src/styles/presets/foundry/theme/MDXContent/style.css +376 -0
  220. package/build/src/styles/presets/foundry/theme/Navbar/Bridge/style.css +391 -0
  221. package/build/src/styles/presets/foundry/theme/Navbar/Canopy/style.css +392 -0
  222. package/build/src/styles/presets/foundry/theme/Navbar/Compass/style.css +351 -0
  223. package/build/src/styles/presets/foundry/theme/Navbar/Monolith/style.css +287 -0
  224. package/build/src/styles/presets/foundry/theme/SearchBar/style.css +102 -0
  225. package/build/src/styles/presets/foundry/theme/TOC/style.css +27 -0
  226. package/build/src/styles/presets/foundry/theme/TOCCollapsible/style.css +134 -0
  227. package/build/src/styles/presets/foundry/theme/Tabs/style.css +77 -0
  228. package/build/src/styles/presets/foundry/theme/Tag/style.css +80 -0
  229. package/build/src/styles/presets/sentinel/components/app-market-download/style.css +90 -0
  230. package/build/src/styles/presets/sentinel/components/blog-preview/style.css +187 -0
  231. package/build/src/styles/presets/sentinel/components/features/style.css +177 -0
  232. package/build/src/styles/presets/sentinel/components/hero/style.css +189 -0
  233. package/build/src/styles/presets/sentinel/components/install-strip/style.css +163 -0
  234. package/build/src/styles/presets/sentinel/components/terminology/style.css +35 -0
  235. package/build/src/styles/presets/sentinel/preset.css +715 -0
  236. package/build/src/styles/presets/sentinel/theme/AnnouncementBar/style.css +62 -0
  237. package/build/src/styles/presets/sentinel/theme/BackToTopButton/style.css +58 -0
  238. package/build/src/styles/presets/sentinel/theme/BlogArchivePage/style.css +55 -0
  239. package/build/src/styles/presets/sentinel/theme/BlogListPaginator/style.css +96 -0
  240. package/build/src/styles/presets/sentinel/theme/BlogPostItem/style.css +222 -0
  241. package/build/src/styles/presets/sentinel/theme/BlogPostPaginator/style.css +117 -0
  242. package/build/src/styles/presets/sentinel/theme/BlogSidebar/style.css +76 -0
  243. package/build/src/styles/presets/sentinel/theme/CodeBlock/style.css +233 -0
  244. package/build/src/styles/presets/sentinel/theme/ContentFooter/style.css +98 -0
  245. package/build/src/styles/presets/sentinel/theme/Details/style.css +77 -0
  246. package/build/src/styles/presets/sentinel/theme/DocBreadcrumbs/style.css +49 -0
  247. package/build/src/styles/presets/sentinel/theme/DocCard/style.css +55 -0
  248. package/build/src/styles/presets/sentinel/theme/DocItem/Content/style.css +19 -0
  249. package/build/src/styles/presets/sentinel/theme/DocItem/Footer/style.css +22 -0
  250. package/build/src/styles/presets/sentinel/theme/DocPaginator/style.css +117 -0
  251. package/build/src/styles/presets/sentinel/theme/DocSidebar/style.css +151 -0
  252. package/build/src/styles/presets/sentinel/theme/DocSidebarMobile/style.css +130 -0
  253. package/build/src/styles/presets/sentinel/theme/DocVersionBadge/style.css +40 -0
  254. package/build/src/styles/presets/sentinel/theme/Footer/Commons/style.css +127 -0
  255. package/build/src/styles/presets/sentinel/theme/Footer/Embassy/style.css +198 -0
  256. package/build/src/styles/presets/sentinel/theme/Footer/Launchpad/style.css +199 -0
  257. package/build/src/styles/presets/sentinel/theme/Footer/Ledger/style.css +117 -0
  258. package/build/src/styles/presets/sentinel/theme/Heading/style.css +143 -0
  259. package/build/src/styles/presets/sentinel/theme/MDXContent/style.css +343 -0
  260. package/build/src/styles/presets/sentinel/theme/Navbar/Bridge/style.css +329 -0
  261. package/build/src/styles/presets/sentinel/theme/Navbar/Canopy/style.css +390 -0
  262. package/build/src/styles/presets/sentinel/theme/Navbar/Compass/style.css +308 -0
  263. package/build/src/styles/presets/sentinel/theme/Navbar/Monolith/style.css +267 -0
  264. package/build/src/styles/presets/sentinel/theme/SearchBar/style.css +118 -0
  265. package/build/src/styles/presets/sentinel/theme/TOC/style.css +27 -0
  266. package/build/src/styles/presets/sentinel/theme/TOCCollapsible/style.css +153 -0
  267. package/build/src/styles/presets/sentinel/theme/Tabs/style.css +70 -0
  268. package/build/src/styles/presets/sentinel/theme/Tag/style.css +76 -0
  269. package/build/src/styles/presets/signal/components/app-market-download/style.css +81 -0
  270. package/build/src/styles/presets/signal/components/blog-preview/style.css +140 -0
  271. package/build/src/styles/presets/signal/components/features/style.css +89 -0
  272. package/build/src/styles/presets/signal/components/hero/style.css +105 -0
  273. package/build/src/styles/presets/signal/components/install-strip/style.css +182 -0
  274. package/build/src/styles/presets/signal/components/terminology/style.css +35 -0
  275. package/build/src/styles/presets/signal/preset.css +574 -0
  276. package/build/src/styles/presets/signal/theme/AnnouncementBar/style.css +53 -0
  277. package/build/src/styles/presets/signal/theme/BackToTopButton/style.css +50 -0
  278. package/build/src/styles/presets/signal/theme/BlogArchivePage/style.css +52 -0
  279. package/build/src/styles/presets/signal/theme/BlogListPaginator/style.css +109 -0
  280. package/build/src/styles/presets/signal/theme/BlogPostItem/style.css +188 -0
  281. package/build/src/styles/presets/signal/theme/BlogPostPaginator/style.css +108 -0
  282. package/build/src/styles/presets/signal/theme/BlogSidebar/style.css +74 -0
  283. package/build/src/styles/presets/signal/theme/CodeBlock/style.css +200 -0
  284. package/build/src/styles/presets/signal/theme/ContentFooter/style.css +95 -0
  285. package/build/src/styles/presets/signal/theme/Details/style.css +62 -0
  286. package/build/src/styles/presets/signal/theme/DocBreadcrumbs/style.css +45 -0
  287. package/build/src/styles/presets/signal/theme/DocCard/style.css +48 -0
  288. package/build/src/styles/presets/signal/theme/DocItem/Content/style.css +15 -0
  289. package/build/src/styles/presets/signal/theme/DocItem/Footer/style.css +15 -0
  290. package/build/src/styles/presets/signal/theme/DocPaginator/style.css +108 -0
  291. package/build/src/styles/presets/signal/theme/DocSidebar/style.css +162 -0
  292. package/build/src/styles/presets/signal/theme/DocSidebarMobile/style.css +123 -0
  293. package/build/src/styles/presets/signal/theme/DocVersionBadge/style.css +47 -0
  294. package/build/src/styles/presets/signal/theme/Footer/Commons/style.css +126 -0
  295. package/build/src/styles/presets/signal/theme/Footer/Embassy/style.css +161 -0
  296. package/build/src/styles/presets/signal/theme/Footer/Launchpad/style.css +182 -0
  297. package/build/src/styles/presets/signal/theme/Footer/Ledger/style.css +127 -0
  298. package/build/src/styles/presets/signal/theme/Heading/style.css +93 -0
  299. package/build/src/styles/presets/signal/theme/MDXContent/style.css +403 -0
  300. package/build/src/styles/presets/signal/theme/Navbar/Bridge/style.css +326 -0
  301. package/build/src/styles/presets/signal/theme/Navbar/Canopy/style.css +330 -0
  302. package/build/src/styles/presets/signal/theme/Navbar/Compass/style.css +308 -0
  303. package/build/src/styles/presets/signal/theme/Navbar/Monolith/style.css +286 -0
  304. package/build/src/styles/presets/signal/theme/SearchBar/style.css +120 -0
  305. package/build/src/styles/presets/signal/theme/TOC/style.css +24 -0
  306. package/build/src/styles/presets/signal/theme/TOCCollapsible/style.css +156 -0
  307. package/build/src/styles/presets/signal/theme/Tabs/style.css +67 -0
  308. package/build/src/styles/presets/signal/theme/Tag/style.css +77 -0
  309. package/build/src/styles/reset.css +52 -0
  310. package/build/src/styles/theme/Admonition/style.css +36 -0
  311. package/build/src/styles/theme/AnnouncementBar/style.css +55 -0
  312. package/build/src/styles/theme/BackToTopButton/style.css +25 -0
  313. package/build/src/styles/theme/Blog/Pages/BlogAuthorsListPage/style.css +74 -0
  314. package/build/src/styles/theme/Blog/Pages/BlogAuthorsPostsPage/style.css +34 -0
  315. package/build/src/styles/theme/BlogArchivePage/style.css +65 -0
  316. package/build/src/styles/theme/BlogLayout/style.css +87 -0
  317. package/build/src/styles/theme/BlogListPage/style.css +5 -0
  318. package/build/src/styles/theme/BlogListPaginator/style.css +65 -0
  319. package/build/src/styles/theme/BlogPostItem/style.css +160 -0
  320. package/build/src/styles/theme/BlogPostItems/style.css +5 -0
  321. package/build/src/styles/theme/BlogPostPage/style.css +5 -0
  322. package/build/src/styles/theme/BlogPostPaginator/style.css +103 -0
  323. package/build/src/styles/theme/BlogSidebar/style.css +135 -0
  324. package/build/src/styles/theme/BlogSidebarMobile/style.css +14 -0
  325. package/build/src/styles/theme/BlogTagsListPage/style.css +10 -0
  326. package/build/src/styles/theme/BlogTagsPostsPage/style.css +39 -0
  327. package/build/src/styles/theme/CodeBlock/style.css +244 -0
  328. package/build/src/styles/theme/CodeInline/style.css +24 -0
  329. package/build/src/styles/theme/ColorModeToggle/style.css +39 -0
  330. package/build/src/styles/theme/ContentFooter/style.css +106 -0
  331. package/build/src/styles/theme/ContentVisibility/Draft/style.css +5 -0
  332. package/build/src/styles/theme/ContentVisibility/Unlisted/style.css +5 -0
  333. package/build/src/styles/theme/ContentVisibility/style.css +5 -0
  334. package/build/src/styles/theme/Details/style.css +101 -0
  335. package/build/src/styles/theme/DocBreadcrumbs/style.css +80 -0
  336. package/build/src/styles/theme/DocCard/style.css +35 -0
  337. package/build/src/styles/theme/DocCardList/style.css +16 -0
  338. package/build/src/styles/theme/DocCategoryGeneratedIndexPage/style.css +12 -0
  339. package/build/src/styles/theme/DocItem/Content/style.css +19 -0
  340. package/build/src/styles/theme/DocItem/Footer/style.css +13 -0
  341. package/build/src/styles/theme/DocItem/Layout/style.css +5 -0
  342. package/build/src/styles/theme/DocItem/Metadata/style.css +5 -0
  343. package/build/src/styles/theme/DocItem/Paginator/style.css +5 -0
  344. package/build/src/styles/theme/DocItem/TOC/Desktop/style.css +5 -0
  345. package/build/src/styles/theme/DocItem/TOC/Mobile/style.css +22 -0
  346. package/build/src/styles/theme/DocItem/style.css +5 -0
  347. package/build/src/styles/theme/DocPaginator/style.css +103 -0
  348. package/build/src/styles/theme/DocRoot/Layout/Main/style.css +10 -0
  349. package/build/src/styles/theme/DocRoot/Layout/Sidebar/style.css +16 -0
  350. package/build/src/styles/theme/DocRoot/Layout/style.css +19 -0
  351. package/build/src/styles/theme/DocRoot/style.css +5 -0
  352. package/build/src/styles/theme/DocSidebar/style.css +180 -0
  353. package/build/src/styles/theme/DocSidebarItem/Category/style.css +5 -0
  354. package/build/src/styles/theme/DocSidebarItem/Html/style.css +5 -0
  355. package/build/src/styles/theme/DocSidebarItem/Link/style.css +5 -0
  356. package/build/src/styles/theme/DocSidebarItem/style.css +5 -0
  357. package/build/src/styles/theme/DocSidebarItems/style.css +5 -0
  358. package/build/src/styles/theme/DocSidebarMobile/style.css +236 -0
  359. package/build/src/styles/theme/DocTagDocListPage/style.css +5 -0
  360. package/build/src/styles/theme/DocTagsListPage/style.css +5 -0
  361. package/build/src/styles/theme/DocVersionBadge/style.css +12 -0
  362. package/build/src/styles/theme/DocVersionBanner/style.css +11 -0
  363. package/build/src/styles/theme/DocVersionRoot/style.css +5 -0
  364. package/build/src/styles/theme/DocsRoot/style.css +5 -0
  365. package/build/src/styles/theme/EditMetaRow/style.css +13 -0
  366. package/build/src/styles/theme/EditThisPage/style.css +5 -0
  367. package/build/src/styles/theme/Error/style.css +17 -0
  368. package/build/src/styles/theme/ErrorPageContent/style.css +5 -0
  369. package/build/src/styles/theme/Footer/Commons/style.css +12 -0
  370. package/build/src/styles/theme/Footer/Embassy/style.css +30 -0
  371. package/build/src/styles/theme/Footer/Launchpad/style.css +42 -0
  372. package/build/src/styles/theme/Footer/Ledger/style.css +40 -0
  373. package/build/src/styles/theme/Footer/style.css +21 -0
  374. package/build/src/styles/theme/Heading/style.css +5 -0
  375. package/build/src/styles/theme/LastUpdated/style.css +5 -0
  376. package/build/src/styles/theme/Layout/Provider/style.css +5 -0
  377. package/build/src/styles/theme/Layout/style.css +5 -0
  378. package/build/src/styles/theme/Loading/style.css +74 -0
  379. package/build/src/styles/theme/MDXComponents/style.css +5 -0
  380. package/build/src/styles/theme/MDXContent/style.css +27 -0
  381. package/build/src/styles/theme/MDXPage/style.css +5 -0
  382. package/build/src/styles/theme/Mermaid/style.css +7 -0
  383. package/build/src/styles/theme/Navbar/Bridge/style.css +210 -0
  384. package/build/src/styles/theme/Navbar/Canopy/style.css +237 -0
  385. package/build/src/styles/theme/Navbar/Compass/style.css +205 -0
  386. package/build/src/styles/theme/Navbar/Monolith/style.css +192 -0
  387. package/build/src/styles/theme/Navbar/style.css +71 -0
  388. package/build/src/styles/theme/NavbarItem/style.css +5 -0
  389. package/build/src/styles/theme/NotFound/Content/style.css +5 -0
  390. package/build/src/styles/theme/NotFound/style.css +5 -0
  391. package/build/src/styles/theme/Root/style.css +5 -0
  392. package/build/src/styles/theme/SearchBar/style.css +334 -0
  393. package/build/src/styles/theme/SearchMetadata/style.css +5 -0
  394. package/build/src/styles/theme/SearchPage/style.css +5 -0
  395. package/build/src/styles/theme/SiteMetadata/style.css +5 -0
  396. package/build/src/styles/theme/SkipToContent/style.css +5 -0
  397. package/build/src/styles/theme/TOC/style.css +66 -0
  398. package/build/src/styles/theme/TOCCollapsible/style.css +222 -0
  399. package/build/src/styles/theme/TabItem/style.css +5 -0
  400. package/build/src/styles/theme/Tabs/style.css +49 -0
  401. package/build/src/styles/theme/Tag/style.css +23 -0
  402. package/build/src/styles/theme/TagsListByLetter/style.css +16 -0
  403. package/build/src/styles/theme/ThemeProvider/TitleFormatter/style.css +5 -0
  404. package/build/src/styles/theme/ThemeProvider/style.css +5 -0
  405. package/build/src/styles/theme/ThemedImage/style.css +5 -0
  406. package/build/src/styles/utilities.css +112 -0
  407. package/build/src/tests/config-drift.test.d.ts +2 -0
  408. package/build/src/tests/config-drift.test.d.ts.map +1 -0
  409. package/build/src/tests/config-drift.test.js +310 -0
  410. package/build/src/tests/config-drift.test.js.map +1 -0
  411. package/build/src/tests/lib/color.test.d.ts +2 -0
  412. package/build/src/tests/lib/color.test.d.ts.map +1 -0
  413. package/build/src/tests/lib/color.test.js +157 -0
  414. package/build/src/tests/lib/color.test.js.map +1 -0
  415. package/build/src/tests/lib/css-generator.test.d.ts +2 -0
  416. package/build/src/tests/lib/css-generator.test.d.ts.map +1 -0
  417. package/build/src/tests/lib/css-generator.test.js +745 -0
  418. package/build/src/tests/lib/css-generator.test.js.map +1 -0
  419. package/build/src/tests/lib/rehype-shiki.test.d.ts +2 -0
  420. package/build/src/tests/lib/rehype-shiki.test.d.ts.map +1 -0
  421. package/build/src/tests/lib/rehype-shiki.test.js +245 -0
  422. package/build/src/tests/lib/rehype-shiki.test.js.map +1 -0
  423. package/build/src/tests/lib/search/indexer.test.d.ts +2 -0
  424. package/build/src/tests/lib/search/indexer.test.d.ts.map +1 -0
  425. package/build/src/tests/lib/search/indexer.test.js +294 -0
  426. package/build/src/tests/lib/search/indexer.test.js.map +1 -0
  427. package/build/src/tests/lib/search/worker.test.d.ts +2 -0
  428. package/build/src/tests/lib/search/worker.test.d.ts.map +1 -0
  429. package/build/src/tests/lib/search/worker.test.js +148 -0
  430. package/build/src/tests/lib/search/worker.test.js.map +1 -0
  431. package/build/src/tests/lib/shiki-themes.test.d.ts +2 -0
  432. package/build/src/tests/lib/shiki-themes.test.d.ts.map +1 -0
  433. package/build/src/tests/lib/shiki-themes.test.js +30 -0
  434. package/build/src/tests/lib/shiki-themes.test.js.map +1 -0
  435. package/build/src/tests/options.test.d.ts +2 -0
  436. package/build/src/tests/options.test.d.ts.map +1 -0
  437. package/build/src/tests/options.test.js +488 -0
  438. package/build/src/tests/options.test.js.map +1 -0
  439. package/build/src/tests/preset.test.d.ts +2 -0
  440. package/build/src/tests/preset.test.d.ts.map +1 -0
  441. package/build/src/tests/preset.test.js +169 -0
  442. package/build/src/tests/preset.test.js.map +1 -0
  443. package/build/src/tests/presets/envoy/preset.test.d.ts +2 -0
  444. package/build/src/tests/presets/envoy/preset.test.d.ts.map +1 -0
  445. package/build/src/tests/presets/envoy/preset.test.js +53 -0
  446. package/build/src/tests/presets/envoy/preset.test.js.map +1 -0
  447. package/build/src/tests/presets/foundry/preset.test.d.ts +2 -0
  448. package/build/src/tests/presets/foundry/preset.test.d.ts.map +1 -0
  449. package/build/src/tests/presets/foundry/preset.test.js +53 -0
  450. package/build/src/tests/presets/foundry/preset.test.js.map +1 -0
  451. package/build/src/tests/presets/index.test.d.ts +2 -0
  452. package/build/src/tests/presets/index.test.d.ts.map +1 -0
  453. package/build/src/tests/presets/index.test.js +47 -0
  454. package/build/src/tests/presets/index.test.js.map +1 -0
  455. package/build/src/tests/presets/sentinel/preset.test.d.ts +2 -0
  456. package/build/src/tests/presets/sentinel/preset.test.d.ts.map +1 -0
  457. package/build/src/tests/presets/sentinel/preset.test.js +53 -0
  458. package/build/src/tests/presets/sentinel/preset.test.js.map +1 -0
  459. package/build/src/tests/presets/signal/preset.test.d.ts +2 -0
  460. package/build/src/tests/presets/signal/preset.test.d.ts.map +1 -0
  461. package/build/src/tests/presets/signal/preset.test.js +53 -0
  462. package/build/src/tests/presets/signal/preset.test.js.map +1 -0
  463. package/build/src/tests/theme/CodeBlock/live-editor.test.d.ts +2 -0
  464. package/build/src/tests/theme/CodeBlock/live-editor.test.d.ts.map +1 -0
  465. package/build/src/tests/theme/CodeBlock/live-editor.test.js +37 -0
  466. package/build/src/tests/theme/CodeBlock/live-editor.test.js.map +1 -0
  467. package/build/src/tests/theme-drift.test.d.ts +2 -0
  468. package/build/src/tests/theme-drift.test.d.ts.map +1 -0
  469. package/build/src/tests/theme-drift.test.js +91 -0
  470. package/build/src/tests/theme-drift.test.js.map +1 -0
  471. package/build/src/tests/type-declarations.test.d.ts +2 -0
  472. package/build/src/tests/type-declarations.test.d.ts.map +1 -0
  473. package/build/src/tests/type-declarations.test.js +564 -0
  474. package/build/src/tests/type-declarations.test.js.map +1 -0
  475. package/build/src/theme/Admonition/index.d.ts +4 -0
  476. package/build/src/theme/Admonition/index.d.ts.map +1 -0
  477. package/build/src/theme/Admonition/index.js +17 -0
  478. package/build/src/theme/Admonition/index.js.map +1 -0
  479. package/build/src/theme/AnnouncementBar/index.d.ts +4 -0
  480. package/build/src/theme/AnnouncementBar/index.d.ts.map +1 -0
  481. package/build/src/theme/AnnouncementBar/index.js +57 -0
  482. package/build/src/theme/AnnouncementBar/index.js.map +1 -0
  483. package/build/src/theme/BackToTopButton/index.d.ts +4 -0
  484. package/build/src/theme/BackToTopButton/index.d.ts.map +1 -0
  485. package/build/src/theme/BackToTopButton/index.js +42 -0
  486. package/build/src/theme/BackToTopButton/index.js.map +1 -0
  487. package/build/src/theme/Blog/Pages/BlogAuthorsListPage/index.d.ts +4 -0
  488. package/build/src/theme/Blog/Pages/BlogAuthorsListPage/index.d.ts.map +1 -0
  489. package/build/src/theme/Blog/Pages/BlogAuthorsListPage/index.js +25 -0
  490. package/build/src/theme/Blog/Pages/BlogAuthorsListPage/index.js.map +1 -0
  491. package/build/src/theme/Blog/Pages/BlogAuthorsPostsPage/index.d.ts +4 -0
  492. package/build/src/theme/Blog/Pages/BlogAuthorsPostsPage/index.d.ts.map +1 -0
  493. package/build/src/theme/Blog/Pages/BlogAuthorsPostsPage/index.js +24 -0
  494. package/build/src/theme/Blog/Pages/BlogAuthorsPostsPage/index.js.map +1 -0
  495. package/build/src/theme/BlogArchivePage/index.d.ts +4 -0
  496. package/build/src/theme/BlogArchivePage/index.d.ts.map +1 -0
  497. package/build/src/theme/BlogArchivePage/index.js +41 -0
  498. package/build/src/theme/BlogArchivePage/index.js.map +1 -0
  499. package/build/src/theme/BlogLayout/index.d.ts +4 -0
  500. package/build/src/theme/BlogLayout/index.d.ts.map +1 -0
  501. package/build/src/theme/BlogLayout/index.js +21 -0
  502. package/build/src/theme/BlogLayout/index.js.map +1 -0
  503. package/build/src/theme/BlogListPage/index.d.ts +4 -0
  504. package/build/src/theme/BlogListPage/index.d.ts.map +1 -0
  505. package/build/src/theme/BlogListPage/index.js +11 -0
  506. package/build/src/theme/BlogListPage/index.js.map +1 -0
  507. package/build/src/theme/BlogListPaginator/index.d.ts +4 -0
  508. package/build/src/theme/BlogListPaginator/index.d.ts.map +1 -0
  509. package/build/src/theme/BlogListPaginator/index.js +96 -0
  510. package/build/src/theme/BlogListPaginator/index.js.map +1 -0
  511. package/build/src/theme/BlogPostItem/index.d.ts +4 -0
  512. package/build/src/theme/BlogPostItem/index.d.ts.map +1 -0
  513. package/build/src/theme/BlogPostItem/index.js +66 -0
  514. package/build/src/theme/BlogPostItem/index.js.map +1 -0
  515. package/build/src/theme/BlogPostItems/index.d.ts +4 -0
  516. package/build/src/theme/BlogPostItems/index.d.ts.map +1 -0
  517. package/build/src/theme/BlogPostItems/index.js +12 -0
  518. package/build/src/theme/BlogPostItems/index.js.map +1 -0
  519. package/build/src/theme/BlogPostPage/index.d.ts +4 -0
  520. package/build/src/theme/BlogPostPage/index.d.ts.map +1 -0
  521. package/build/src/theme/BlogPostPage/index.js +58 -0
  522. package/build/src/theme/BlogPostPage/index.js.map +1 -0
  523. package/build/src/theme/BlogPostPaginator/index.d.ts +4 -0
  524. package/build/src/theme/BlogPostPaginator/index.d.ts.map +1 -0
  525. package/build/src/theme/BlogPostPaginator/index.js +55 -0
  526. package/build/src/theme/BlogPostPaginator/index.js.map +1 -0
  527. package/build/src/theme/BlogSidebar/index.d.ts +4 -0
  528. package/build/src/theme/BlogSidebar/index.d.ts.map +1 -0
  529. package/build/src/theme/BlogSidebar/index.js +52 -0
  530. package/build/src/theme/BlogSidebar/index.js.map +1 -0
  531. package/build/src/theme/BlogSidebarMobile/index.d.ts +4 -0
  532. package/build/src/theme/BlogSidebarMobile/index.d.ts.map +1 -0
  533. package/build/src/theme/BlogSidebarMobile/index.js +107 -0
  534. package/build/src/theme/BlogSidebarMobile/index.js.map +1 -0
  535. package/build/src/theme/BlogTagsListPage/index.d.ts +4 -0
  536. package/build/src/theme/BlogTagsListPage/index.d.ts.map +1 -0
  537. package/build/src/theme/BlogTagsListPage/index.js +16 -0
  538. package/build/src/theme/BlogTagsListPage/index.js.map +1 -0
  539. package/build/src/theme/BlogTagsPostsPage/index.d.ts +4 -0
  540. package/build/src/theme/BlogTagsPostsPage/index.d.ts.map +1 -0
  541. package/build/src/theme/BlogTagsPostsPage/index.js +20 -0
  542. package/build/src/theme/BlogTagsPostsPage/index.js.map +1 -0
  543. package/build/src/theme/CodeBlock/index.d.ts +4 -0
  544. package/build/src/theme/CodeBlock/index.d.ts.map +1 -0
  545. package/build/src/theme/CodeBlock/index.js +113 -0
  546. package/build/src/theme/CodeBlock/index.js.map +1 -0
  547. package/build/src/theme/CodeBlock/live-editor.d.ts +5 -0
  548. package/build/src/theme/CodeBlock/live-editor.d.ts.map +1 -0
  549. package/build/src/theme/CodeBlock/live-editor.js +29 -0
  550. package/build/src/theme/CodeBlock/live-editor.js.map +1 -0
  551. package/build/src/theme/CodeInline/index.d.ts +4 -0
  552. package/build/src/theme/CodeInline/index.d.ts.map +1 -0
  553. package/build/src/theme/CodeInline/index.js +6 -0
  554. package/build/src/theme/CodeInline/index.js.map +1 -0
  555. package/build/src/theme/ColorModeToggle/index.d.ts +3 -0
  556. package/build/src/theme/ColorModeToggle/index.d.ts.map +1 -0
  557. package/build/src/theme/ColorModeToggle/index.js +5 -0
  558. package/build/src/theme/ColorModeToggle/index.js.map +1 -0
  559. package/build/src/theme/ContentFooter/index.d.ts +4 -0
  560. package/build/src/theme/ContentFooter/index.d.ts.map +1 -0
  561. package/build/src/theme/ContentFooter/index.js +114 -0
  562. package/build/src/theme/ContentFooter/index.js.map +1 -0
  563. package/build/src/theme/ContentVisibility/Draft/index.d.ts +4 -0
  564. package/build/src/theme/ContentVisibility/Draft/index.d.ts.map +1 -0
  565. package/build/src/theme/ContentVisibility/Draft/index.js +7 -0
  566. package/build/src/theme/ContentVisibility/Draft/index.js.map +1 -0
  567. package/build/src/theme/ContentVisibility/Unlisted/index.d.ts +4 -0
  568. package/build/src/theme/ContentVisibility/Unlisted/index.d.ts.map +1 -0
  569. package/build/src/theme/ContentVisibility/Unlisted/index.js +7 -0
  570. package/build/src/theme/ContentVisibility/Unlisted/index.js.map +1 -0
  571. package/build/src/theme/ContentVisibility/index.d.ts +4 -0
  572. package/build/src/theme/ContentVisibility/index.d.ts.map +1 -0
  573. package/build/src/theme/ContentVisibility/index.js +11 -0
  574. package/build/src/theme/ContentVisibility/index.js.map +1 -0
  575. package/build/src/theme/Details/index.d.ts +4 -0
  576. package/build/src/theme/Details/index.d.ts.map +1 -0
  577. package/build/src/theme/Details/index.js +33 -0
  578. package/build/src/theme/Details/index.js.map +1 -0
  579. package/build/src/theme/DocBreadcrumbs/index.d.ts +3 -0
  580. package/build/src/theme/DocBreadcrumbs/index.d.ts.map +1 -0
  581. package/build/src/theme/DocBreadcrumbs/index.js +38 -0
  582. package/build/src/theme/DocBreadcrumbs/index.js.map +1 -0
  583. package/build/src/theme/DocCard/index.d.ts +4 -0
  584. package/build/src/theme/DocCard/index.d.ts.map +1 -0
  585. package/build/src/theme/DocCard/index.js +53 -0
  586. package/build/src/theme/DocCard/index.js.map +1 -0
  587. package/build/src/theme/DocCardList/index.d.ts +4 -0
  588. package/build/src/theme/DocCardList/index.d.ts.map +1 -0
  589. package/build/src/theme/DocCardList/index.js +16 -0
  590. package/build/src/theme/DocCardList/index.js.map +1 -0
  591. package/build/src/theme/DocCategoryGeneratedIndexPage/index.d.ts +4 -0
  592. package/build/src/theme/DocCategoryGeneratedIndexPage/index.d.ts.map +1 -0
  593. package/build/src/theme/DocCategoryGeneratedIndexPage/index.js +35 -0
  594. package/build/src/theme/DocCategoryGeneratedIndexPage/index.js.map +1 -0
  595. package/build/src/theme/DocItem/Content/index.d.ts +4 -0
  596. package/build/src/theme/DocItem/Content/index.d.ts.map +1 -0
  597. package/build/src/theme/DocItem/Content/index.js +18 -0
  598. package/build/src/theme/DocItem/Content/index.js.map +1 -0
  599. package/build/src/theme/DocItem/Footer/index.d.ts +3 -0
  600. package/build/src/theme/DocItem/Footer/index.d.ts.map +1 -0
  601. package/build/src/theme/DocItem/Footer/index.js +39 -0
  602. package/build/src/theme/DocItem/Footer/index.js.map +1 -0
  603. package/build/src/theme/DocItem/Layout/index.d.ts +4 -0
  604. package/build/src/theme/DocItem/Layout/index.d.ts.map +1 -0
  605. package/build/src/theme/DocItem/Layout/index.js +27 -0
  606. package/build/src/theme/DocItem/Layout/index.js.map +1 -0
  607. package/build/src/theme/DocItem/Metadata/index.d.ts +3 -0
  608. package/build/src/theme/DocItem/Metadata/index.d.ts.map +1 -0
  609. package/build/src/theme/DocItem/Metadata/index.js +20 -0
  610. package/build/src/theme/DocItem/Metadata/index.js.map +1 -0
  611. package/build/src/theme/DocItem/Paginator/index.d.ts +3 -0
  612. package/build/src/theme/DocItem/Paginator/index.d.ts.map +1 -0
  613. package/build/src/theme/DocItem/Paginator/index.js +29 -0
  614. package/build/src/theme/DocItem/Paginator/index.js.map +1 -0
  615. package/build/src/theme/DocItem/TOC/Desktop/index.d.ts +3 -0
  616. package/build/src/theme/DocItem/TOC/Desktop/index.d.ts.map +1 -0
  617. package/build/src/theme/DocItem/TOC/Desktop/index.js +16 -0
  618. package/build/src/theme/DocItem/TOC/Desktop/index.js.map +1 -0
  619. package/build/src/theme/DocItem/TOC/Mobile/index.d.ts +3 -0
  620. package/build/src/theme/DocItem/TOC/Mobile/index.d.ts.map +1 -0
  621. package/build/src/theme/DocItem/TOC/Mobile/index.js +16 -0
  622. package/build/src/theme/DocItem/TOC/Mobile/index.js.map +1 -0
  623. package/build/src/theme/DocItem/index.d.ts +4 -0
  624. package/build/src/theme/DocItem/index.d.ts.map +1 -0
  625. package/build/src/theme/DocItem/index.js +13 -0
  626. package/build/src/theme/DocItem/index.js.map +1 -0
  627. package/build/src/theme/DocPaginator/index.d.ts +4 -0
  628. package/build/src/theme/DocPaginator/index.d.ts.map +1 -0
  629. package/build/src/theme/DocPaginator/index.js +46 -0
  630. package/build/src/theme/DocPaginator/index.js.map +1 -0
  631. package/build/src/theme/DocRoot/Layout/Main/index.d.ts +4 -0
  632. package/build/src/theme/DocRoot/Layout/Main/index.d.ts.map +1 -0
  633. package/build/src/theme/DocRoot/Layout/Main/index.js +6 -0
  634. package/build/src/theme/DocRoot/Layout/Main/index.js.map +1 -0
  635. package/build/src/theme/DocRoot/Layout/Sidebar/index.d.ts +4 -0
  636. package/build/src/theme/DocRoot/Layout/Sidebar/index.d.ts.map +1 -0
  637. package/build/src/theme/DocRoot/Layout/Sidebar/index.js +45 -0
  638. package/build/src/theme/DocRoot/Layout/Sidebar/index.js.map +1 -0
  639. package/build/src/theme/DocRoot/Layout/index.d.ts +4 -0
  640. package/build/src/theme/DocRoot/Layout/index.d.ts.map +1 -0
  641. package/build/src/theme/DocRoot/Layout/index.js +13 -0
  642. package/build/src/theme/DocRoot/Layout/index.js.map +1 -0
  643. package/build/src/theme/DocRoot/index.d.ts +4 -0
  644. package/build/src/theme/DocRoot/index.d.ts.map +1 -0
  645. package/build/src/theme/DocRoot/index.js +14 -0
  646. package/build/src/theme/DocRoot/index.js.map +1 -0
  647. package/build/src/theme/DocSidebar/index.d.ts +4 -0
  648. package/build/src/theme/DocSidebar/index.d.ts.map +1 -0
  649. package/build/src/theme/DocSidebar/index.js +13 -0
  650. package/build/src/theme/DocSidebar/index.js.map +1 -0
  651. package/build/src/theme/DocSidebarItem/Category/index.d.ts +4 -0
  652. package/build/src/theme/DocSidebarItem/Category/index.d.ts.map +1 -0
  653. package/build/src/theme/DocSidebarItem/Category/index.js +102 -0
  654. package/build/src/theme/DocSidebarItem/Category/index.js.map +1 -0
  655. package/build/src/theme/DocSidebarItem/Html/index.d.ts +4 -0
  656. package/build/src/theme/DocSidebarItem/Html/index.d.ts.map +1 -0
  657. package/build/src/theme/DocSidebarItem/Html/index.js +7 -0
  658. package/build/src/theme/DocSidebarItem/Html/index.js.map +1 -0
  659. package/build/src/theme/DocSidebarItem/Link/index.d.ts +4 -0
  660. package/build/src/theme/DocSidebarItem/Link/index.d.ts.map +1 -0
  661. package/build/src/theme/DocSidebarItem/Link/index.js +10 -0
  662. package/build/src/theme/DocSidebarItem/Link/index.js.map +1 -0
  663. package/build/src/theme/DocSidebarItem/index.d.ts +4 -0
  664. package/build/src/theme/DocSidebarItem/index.d.ts.map +1 -0
  665. package/build/src/theme/DocSidebarItem/index.js +19 -0
  666. package/build/src/theme/DocSidebarItem/index.js.map +1 -0
  667. package/build/src/theme/DocSidebarItems/index.d.ts +4 -0
  668. package/build/src/theme/DocSidebarItems/index.d.ts.map +1 -0
  669. package/build/src/theme/DocSidebarItems/index.js +9 -0
  670. package/build/src/theme/DocSidebarItems/index.js.map +1 -0
  671. package/build/src/theme/DocSidebarMobile/index.d.ts +3 -0
  672. package/build/src/theme/DocSidebarMobile/index.d.ts.map +1 -0
  673. package/build/src/theme/DocSidebarMobile/index.js +108 -0
  674. package/build/src/theme/DocSidebarMobile/index.js.map +1 -0
  675. package/build/src/theme/DocTagDocListPage/index.d.ts +4 -0
  676. package/build/src/theme/DocTagDocListPage/index.d.ts.map +1 -0
  677. package/build/src/theme/DocTagDocListPage/index.js +20 -0
  678. package/build/src/theme/DocTagDocListPage/index.js.map +1 -0
  679. package/build/src/theme/DocTagsListPage/index.d.ts +4 -0
  680. package/build/src/theme/DocTagsListPage/index.d.ts.map +1 -0
  681. package/build/src/theme/DocTagsListPage/index.js +10 -0
  682. package/build/src/theme/DocTagsListPage/index.js.map +1 -0
  683. package/build/src/theme/DocVersionBadge/index.d.ts +3 -0
  684. package/build/src/theme/DocVersionBadge/index.d.ts.map +1 -0
  685. package/build/src/theme/DocVersionBadge/index.js +13 -0
  686. package/build/src/theme/DocVersionBadge/index.js.map +1 -0
  687. package/build/src/theme/DocVersionBanner/index.d.ts +3 -0
  688. package/build/src/theme/DocVersionBanner/index.d.ts.map +1 -0
  689. package/build/src/theme/DocVersionBanner/index.js +20 -0
  690. package/build/src/theme/DocVersionBanner/index.js.map +1 -0
  691. package/build/src/theme/DocVersionRoot/index.d.ts +4 -0
  692. package/build/src/theme/DocVersionRoot/index.d.ts.map +1 -0
  693. package/build/src/theme/DocVersionRoot/index.js +12 -0
  694. package/build/src/theme/DocVersionRoot/index.js.map +1 -0
  695. package/build/src/theme/DocsRoot/index.d.ts +4 -0
  696. package/build/src/theme/DocsRoot/index.d.ts.map +1 -0
  697. package/build/src/theme/DocsRoot/index.js +9 -0
  698. package/build/src/theme/DocsRoot/index.js.map +1 -0
  699. package/build/src/theme/EditMetaRow/index.d.ts +4 -0
  700. package/build/src/theme/EditMetaRow/index.d.ts.map +1 -0
  701. package/build/src/theme/EditMetaRow/index.js +16 -0
  702. package/build/src/theme/EditMetaRow/index.js.map +1 -0
  703. package/build/src/theme/EditThisPage/index.d.ts +4 -0
  704. package/build/src/theme/EditThisPage/index.d.ts.map +1 -0
  705. package/build/src/theme/EditThisPage/index.js +13 -0
  706. package/build/src/theme/EditThisPage/index.js.map +1 -0
  707. package/build/src/theme/Error/index.d.ts +4 -0
  708. package/build/src/theme/Error/index.d.ts.map +1 -0
  709. package/build/src/theme/Error/index.js +13 -0
  710. package/build/src/theme/Error/index.js.map +1 -0
  711. package/build/src/theme/ErrorPageContent/index.d.ts +4 -0
  712. package/build/src/theme/ErrorPageContent/index.d.ts.map +1 -0
  713. package/build/src/theme/ErrorPageContent/index.js +19 -0
  714. package/build/src/theme/ErrorPageContent/index.js.map +1 -0
  715. package/build/src/theme/Footer/Commons/index.d.ts +4 -0
  716. package/build/src/theme/Footer/Commons/index.d.ts.map +1 -0
  717. package/build/src/theme/Footer/Commons/index.js +25 -0
  718. package/build/src/theme/Footer/Commons/index.js.map +1 -0
  719. package/build/src/theme/Footer/Embassy/index.d.ts +4 -0
  720. package/build/src/theme/Footer/Embassy/index.d.ts.map +1 -0
  721. package/build/src/theme/Footer/Embassy/index.js +25 -0
  722. package/build/src/theme/Footer/Embassy/index.js.map +1 -0
  723. package/build/src/theme/Footer/Launchpad/index.d.ts +4 -0
  724. package/build/src/theme/Footer/Launchpad/index.d.ts.map +1 -0
  725. package/build/src/theme/Footer/Launchpad/index.js +26 -0
  726. package/build/src/theme/Footer/Launchpad/index.js.map +1 -0
  727. package/build/src/theme/Footer/Ledger/index.d.ts +4 -0
  728. package/build/src/theme/Footer/Ledger/index.d.ts.map +1 -0
  729. package/build/src/theme/Footer/Ledger/index.js +32 -0
  730. package/build/src/theme/Footer/Ledger/index.js.map +1 -0
  731. package/build/src/theme/Footer/credit.d.ts +4 -0
  732. package/build/src/theme/Footer/credit.d.ts.map +1 -0
  733. package/build/src/theme/Footer/credit.js +48 -0
  734. package/build/src/theme/Footer/credit.js.map +1 -0
  735. package/build/src/theme/Footer/index.d.ts +3 -0
  736. package/build/src/theme/Footer/index.d.ts.map +1 -0
  737. package/build/src/theme/Footer/index.js +43 -0
  738. package/build/src/theme/Footer/index.js.map +1 -0
  739. package/build/src/theme/Heading/index.d.ts +7 -0
  740. package/build/src/theme/Heading/index.d.ts.map +1 -0
  741. package/build/src/theme/Heading/index.js +15 -0
  742. package/build/src/theme/Heading/index.js.map +1 -0
  743. package/build/src/theme/LastUpdated/index.d.ts +4 -0
  744. package/build/src/theme/LastUpdated/index.d.ts.map +1 -0
  745. package/build/src/theme/LastUpdated/index.js +45 -0
  746. package/build/src/theme/LastUpdated/index.js.map +1 -0
  747. package/build/src/theme/Layout/Provider/index.d.ts +4 -0
  748. package/build/src/theme/Layout/Provider/index.d.ts.map +1 -0
  749. package/build/src/theme/Layout/Provider/index.js +17 -0
  750. package/build/src/theme/Layout/Provider/index.js.map +1 -0
  751. package/build/src/theme/Layout/index.d.ts +4 -0
  752. package/build/src/theme/Layout/index.d.ts.map +1 -0
  753. package/build/src/theme/Layout/index.js +24 -0
  754. package/build/src/theme/Layout/index.js.map +1 -0
  755. package/build/src/theme/Loading/index.d.ts +4 -0
  756. package/build/src/theme/Loading/index.d.ts.map +1 -0
  757. package/build/src/theme/Loading/index.js +37 -0
  758. package/build/src/theme/Loading/index.js.map +1 -0
  759. package/build/src/theme/MDXComponents/index.d.ts +30 -0
  760. package/build/src/theme/MDXComponents/index.d.ts.map +1 -0
  761. package/build/src/theme/MDXComponents/index.js +57 -0
  762. package/build/src/theme/MDXComponents/index.js.map +1 -0
  763. package/build/src/theme/MDXContent/index.d.ts +4 -0
  764. package/build/src/theme/MDXContent/index.d.ts.map +1 -0
  765. package/build/src/theme/MDXContent/index.js +8 -0
  766. package/build/src/theme/MDXContent/index.js.map +1 -0
  767. package/build/src/theme/MDXPage/index.d.ts +4 -0
  768. package/build/src/theme/MDXPage/index.d.ts.map +1 -0
  769. package/build/src/theme/MDXPage/index.js +52 -0
  770. package/build/src/theme/MDXPage/index.js.map +1 -0
  771. package/build/src/theme/Mermaid/index.d.ts +4 -0
  772. package/build/src/theme/Mermaid/index.d.ts.map +1 -0
  773. package/build/src/theme/Mermaid/index.js +50 -0
  774. package/build/src/theme/Mermaid/index.js.map +1 -0
  775. package/build/src/theme/Navbar/Bridge/index.d.ts +4 -0
  776. package/build/src/theme/Navbar/Bridge/index.d.ts.map +1 -0
  777. package/build/src/theme/Navbar/Bridge/index.js +32 -0
  778. package/build/src/theme/Navbar/Bridge/index.js.map +1 -0
  779. package/build/src/theme/Navbar/Bridge/mobile-menu.d.ts +4 -0
  780. package/build/src/theme/Navbar/Bridge/mobile-menu.d.ts.map +1 -0
  781. package/build/src/theme/Navbar/Bridge/mobile-menu.js +104 -0
  782. package/build/src/theme/Navbar/Bridge/mobile-menu.js.map +1 -0
  783. package/build/src/theme/Navbar/Canopy/index.d.ts +4 -0
  784. package/build/src/theme/Navbar/Canopy/index.d.ts.map +1 -0
  785. package/build/src/theme/Navbar/Canopy/index.js +32 -0
  786. package/build/src/theme/Navbar/Canopy/index.js.map +1 -0
  787. package/build/src/theme/Navbar/Canopy/mobile-menu.d.ts +4 -0
  788. package/build/src/theme/Navbar/Canopy/mobile-menu.d.ts.map +1 -0
  789. package/build/src/theme/Navbar/Canopy/mobile-menu.js +103 -0
  790. package/build/src/theme/Navbar/Canopy/mobile-menu.js.map +1 -0
  791. package/build/src/theme/Navbar/Compass/index.d.ts +4 -0
  792. package/build/src/theme/Navbar/Compass/index.d.ts.map +1 -0
  793. package/build/src/theme/Navbar/Compass/index.js +32 -0
  794. package/build/src/theme/Navbar/Compass/index.js.map +1 -0
  795. package/build/src/theme/Navbar/Compass/mobile-menu.d.ts +4 -0
  796. package/build/src/theme/Navbar/Compass/mobile-menu.d.ts.map +1 -0
  797. package/build/src/theme/Navbar/Compass/mobile-menu.js +104 -0
  798. package/build/src/theme/Navbar/Compass/mobile-menu.js.map +1 -0
  799. package/build/src/theme/Navbar/Monolith/index.d.ts +4 -0
  800. package/build/src/theme/Navbar/Monolith/index.d.ts.map +1 -0
  801. package/build/src/theme/Navbar/Monolith/index.js +29 -0
  802. package/build/src/theme/Navbar/Monolith/index.js.map +1 -0
  803. package/build/src/theme/Navbar/Monolith/mobile-menu.d.ts +4 -0
  804. package/build/src/theme/Navbar/Monolith/mobile-menu.d.ts.map +1 -0
  805. package/build/src/theme/Navbar/Monolith/mobile-menu.js +95 -0
  806. package/build/src/theme/Navbar/Monolith/mobile-menu.js.map +1 -0
  807. package/build/src/theme/Navbar/index.d.ts +3 -0
  808. package/build/src/theme/Navbar/index.d.ts.map +1 -0
  809. package/build/src/theme/Navbar/index.js +231 -0
  810. package/build/src/theme/Navbar/index.js.map +1 -0
  811. package/build/src/theme/NavbarItem/component-types.d.ts +4 -0
  812. package/build/src/theme/NavbarItem/component-types.d.ts.map +1 -0
  813. package/build/src/theme/NavbarItem/component-types.js +22 -0
  814. package/build/src/theme/NavbarItem/component-types.js.map +1 -0
  815. package/build/src/theme/NavbarItem/default-navbar-item.d.ts +4 -0
  816. package/build/src/theme/NavbarItem/default-navbar-item.d.ts.map +1 -0
  817. package/build/src/theme/NavbarItem/default-navbar-item.js +18 -0
  818. package/build/src/theme/NavbarItem/default-navbar-item.js.map +1 -0
  819. package/build/src/theme/NavbarItem/doc-navbar-item.d.ts +4 -0
  820. package/build/src/theme/NavbarItem/doc-navbar-item.d.ts.map +1 -0
  821. package/build/src/theme/NavbarItem/doc-navbar-item.js +21 -0
  822. package/build/src/theme/NavbarItem/doc-navbar-item.js.map +1 -0
  823. package/build/src/theme/NavbarItem/doc-sidebar-navbar-item.d.ts +4 -0
  824. package/build/src/theme/NavbarItem/doc-sidebar-navbar-item.d.ts.map +1 -0
  825. package/build/src/theme/NavbarItem/doc-sidebar-navbar-item.js +19 -0
  826. package/build/src/theme/NavbarItem/doc-sidebar-navbar-item.js.map +1 -0
  827. package/build/src/theme/NavbarItem/docs-version-dropdown-navbar-item.d.ts +4 -0
  828. package/build/src/theme/NavbarItem/docs-version-dropdown-navbar-item.d.ts.map +1 -0
  829. package/build/src/theme/NavbarItem/docs-version-dropdown-navbar-item.js +27 -0
  830. package/build/src/theme/NavbarItem/docs-version-dropdown-navbar-item.js.map +1 -0
  831. package/build/src/theme/NavbarItem/docs-version-navbar-item.d.ts +4 -0
  832. package/build/src/theme/NavbarItem/docs-version-navbar-item.d.ts.map +1 -0
  833. package/build/src/theme/NavbarItem/docs-version-navbar-item.js +13 -0
  834. package/build/src/theme/NavbarItem/docs-version-navbar-item.js.map +1 -0
  835. package/build/src/theme/NavbarItem/dropdown-navbar-item.d.ts +4 -0
  836. package/build/src/theme/NavbarItem/dropdown-navbar-item.d.ts.map +1 -0
  837. package/build/src/theme/NavbarItem/dropdown-navbar-item.js +9 -0
  838. package/build/src/theme/NavbarItem/dropdown-navbar-item.js.map +1 -0
  839. package/build/src/theme/NavbarItem/html-navbar-item.d.ts +4 -0
  840. package/build/src/theme/NavbarItem/html-navbar-item.d.ts.map +1 -0
  841. package/build/src/theme/NavbarItem/html-navbar-item.js +8 -0
  842. package/build/src/theme/NavbarItem/html-navbar-item.js.map +1 -0
  843. package/build/src/theme/NavbarItem/index.d.ts +4 -0
  844. package/build/src/theme/NavbarItem/index.d.ts.map +1 -0
  845. package/build/src/theme/NavbarItem/index.js +15 -0
  846. package/build/src/theme/NavbarItem/index.js.map +1 -0
  847. package/build/src/theme/NavbarItem/locale-dropdown-navbar-item.d.ts +4 -0
  848. package/build/src/theme/NavbarItem/locale-dropdown-navbar-item.d.ts.map +1 -0
  849. package/build/src/theme/NavbarItem/locale-dropdown-navbar-item.js +34 -0
  850. package/build/src/theme/NavbarItem/locale-dropdown-navbar-item.js.map +1 -0
  851. package/build/src/theme/NavbarItem/search-navbar-item.d.ts +4 -0
  852. package/build/src/theme/NavbarItem/search-navbar-item.d.ts.map +1 -0
  853. package/build/src/theme/NavbarItem/search-navbar-item.js +7 -0
  854. package/build/src/theme/NavbarItem/search-navbar-item.js.map +1 -0
  855. package/build/src/theme/NotFound/Content/index.d.ts +3 -0
  856. package/build/src/theme/NotFound/Content/index.d.ts.map +1 -0
  857. package/build/src/theme/NotFound/Content/index.js +23 -0
  858. package/build/src/theme/NotFound/Content/index.js.map +1 -0
  859. package/build/src/theme/NotFound/index.d.ts +3 -0
  860. package/build/src/theme/NotFound/index.d.ts.map +1 -0
  861. package/build/src/theme/NotFound/index.js +15 -0
  862. package/build/src/theme/NotFound/index.js.map +1 -0
  863. package/build/src/theme/Root/icons.d.ts +2 -0
  864. package/build/src/theme/Root/icons.d.ts.map +1 -0
  865. package/build/src/theme/Root/icons.js +10 -0
  866. package/build/src/theme/Root/icons.js.map +1 -0
  867. package/build/src/theme/Root/index.d.ts +5 -0
  868. package/build/src/theme/Root/index.d.ts.map +1 -0
  869. package/build/src/theme/Root/index.js +7 -0
  870. package/build/src/theme/Root/index.js.map +1 -0
  871. package/build/src/theme/SearchBar/index.d.ts +5 -0
  872. package/build/src/theme/SearchBar/index.d.ts.map +1 -0
  873. package/build/src/theme/SearchBar/index.js +5 -0
  874. package/build/src/theme/SearchBar/index.js.map +1 -0
  875. package/build/src/theme/SearchBar/search-context.d.ts +5 -0
  876. package/build/src/theme/SearchBar/search-context.d.ts.map +1 -0
  877. package/build/src/theme/SearchBar/search-context.js +11 -0
  878. package/build/src/theme/SearchBar/search-context.js.map +1 -0
  879. package/build/src/theme/SearchBar/search-input.d.ts +4 -0
  880. package/build/src/theme/SearchBar/search-input.d.ts.map +1 -0
  881. package/build/src/theme/SearchBar/search-input.js +99 -0
  882. package/build/src/theme/SearchBar/search-input.js.map +1 -0
  883. package/build/src/theme/SearchBar/search-provider.d.ts +4 -0
  884. package/build/src/theme/SearchBar/search-provider.d.ts.map +1 -0
  885. package/build/src/theme/SearchBar/search-provider.js +66 -0
  886. package/build/src/theme/SearchBar/search-provider.js.map +1 -0
  887. package/build/src/theme/SearchBar/search-results.d.ts +4 -0
  888. package/build/src/theme/SearchBar/search-results.d.ts.map +1 -0
  889. package/build/src/theme/SearchBar/search-results.js +74 -0
  890. package/build/src/theme/SearchBar/search-results.js.map +1 -0
  891. package/build/src/theme/SearchMetadata/index.d.ts +4 -0
  892. package/build/src/theme/SearchMetadata/index.d.ts.map +1 -0
  893. package/build/src/theme/SearchMetadata/index.js +7 -0
  894. package/build/src/theme/SearchMetadata/index.js.map +1 -0
  895. package/build/src/theme/SearchPage/index.d.ts +4 -0
  896. package/build/src/theme/SearchPage/index.d.ts.map +1 -0
  897. package/build/src/theme/SearchPage/index.js +73 -0
  898. package/build/src/theme/SearchPage/index.js.map +1 -0
  899. package/build/src/theme/SiteMetadata/index.d.ts +3 -0
  900. package/build/src/theme/SiteMetadata/index.d.ts.map +1 -0
  901. package/build/src/theme/SiteMetadata/index.js +35 -0
  902. package/build/src/theme/SiteMetadata/index.js.map +1 -0
  903. package/build/src/theme/SkipToContent/index.d.ts +3 -0
  904. package/build/src/theme/SkipToContent/index.d.ts.map +1 -0
  905. package/build/src/theme/SkipToContent/index.js +7 -0
  906. package/build/src/theme/SkipToContent/index.js.map +1 -0
  907. package/build/src/theme/TOC/index.d.ts +4 -0
  908. package/build/src/theme/TOC/index.d.ts.map +1 -0
  909. package/build/src/theme/TOC/index.js +22 -0
  910. package/build/src/theme/TOC/index.js.map +1 -0
  911. package/build/src/theme/TOCCollapsible/index.d.ts +4 -0
  912. package/build/src/theme/TOCCollapsible/index.d.ts.map +1 -0
  913. package/build/src/theme/TOCCollapsible/index.js +110 -0
  914. package/build/src/theme/TOCCollapsible/index.js.map +1 -0
  915. package/build/src/theme/TabItem/index.d.ts +4 -0
  916. package/build/src/theme/TabItem/index.d.ts.map +1 -0
  917. package/build/src/theme/TabItem/index.js +11 -0
  918. package/build/src/theme/TabItem/index.js.map +1 -0
  919. package/build/src/theme/Tabs/index.d.ts +4 -0
  920. package/build/src/theme/Tabs/index.d.ts.map +1 -0
  921. package/build/src/theme/Tabs/index.js +93 -0
  922. package/build/src/theme/Tabs/index.js.map +1 -0
  923. package/build/src/theme/Tag/index.d.ts +4 -0
  924. package/build/src/theme/Tag/index.d.ts.map +1 -0
  925. package/build/src/theme/Tag/index.js +7 -0
  926. package/build/src/theme/Tag/index.js.map +1 -0
  927. package/build/src/theme/TagsListByLetter/index.d.ts +4 -0
  928. package/build/src/theme/TagsListByLetter/index.d.ts.map +1 -0
  929. package/build/src/theme/TagsListByLetter/index.js +10 -0
  930. package/build/src/theme/TagsListByLetter/index.js.map +1 -0
  931. package/build/src/theme/ThemeProvider/TitleFormatter/index.d.ts +4 -0
  932. package/build/src/theme/ThemeProvider/TitleFormatter/index.d.ts.map +1 -0
  933. package/build/src/theme/ThemeProvider/TitleFormatter/index.js +7 -0
  934. package/build/src/theme/ThemeProvider/TitleFormatter/index.js.map +1 -0
  935. package/build/src/theme/ThemeProvider/index.d.ts +4 -0
  936. package/build/src/theme/ThemeProvider/index.d.ts.map +1 -0
  937. package/build/src/theme/ThemeProvider/index.js +7 -0
  938. package/build/src/theme/ThemeProvider/index.js.map +1 -0
  939. package/build/src/theme/ThemedImage/index.d.ts +4 -0
  940. package/build/src/theme/ThemedImage/index.d.ts.map +1 -0
  941. package/build/src/theme/ThemedImage/index.js +32 -0
  942. package/build/src/theme/ThemedImage/index.js.map +1 -0
  943. package/build/src/types/components/app-market-download/index.d.ts +33 -0
  944. package/build/src/types/components/blog-preview/index.d.ts +93 -0
  945. package/build/src/types/components/features/index.d.ts +35 -0
  946. package/build/src/types/components/hero/index.d.ts +35 -0
  947. package/build/src/types/components/install-strip/index.d.ts +45 -0
  948. package/build/src/types/components/spotlight/index.d.ts +20 -0
  949. package/build/src/types/components/stats/index.d.ts +33 -0
  950. package/build/src/types/components/terminology/index.d.ts +25 -0
  951. package/build/src/types/components/typewriter/index.d.ts +95 -0
  952. package/build/src/types/get-swizzle-config.d.ts +25 -0
  953. package/build/src/types/index.d.ts +547 -0
  954. package/build/src/types/lib/color.d.ts +178 -0
  955. package/build/src/types/lib/css-generator.d.ts +156 -0
  956. package/build/src/types/lib/mermaid.d.ts +99 -0
  957. package/build/src/types/lib/rehype-shiki.d.ts +244 -0
  958. package/build/src/types/lib/search/indexer.d.ts +262 -0
  959. package/build/src/types/lib/search/use-search-highlight.d.ts +51 -0
  960. package/build/src/types/lib/search/use-search-worker.d.ts +114 -0
  961. package/build/src/types/lib/search/worker.d.ts +179 -0
  962. package/build/src/types/lib/shiki-themes.d.ts +26 -0
  963. package/build/src/types/lib/sticky-layout.d.ts +50 -0
  964. package/build/src/types/options.d.ts +268 -0
  965. package/build/src/types/preset.d.ts +132 -0
  966. package/build/src/types/presets/envoy/preset.d.ts +8 -0
  967. package/build/src/types/presets/foundry/preset.d.ts +8 -0
  968. package/build/src/types/presets/index.d.ts +18 -0
  969. package/build/src/types/presets/sentinel/preset.d.ts +8 -0
  970. package/build/src/types/presets/signal/preset.d.ts +8 -0
  971. package/build/src/types/scripts/announcement-bar-init.d.ts +27 -0
  972. package/build/src/types/scripts/color-mode-init.d.ts +44 -0
  973. package/build/src/types/scripts/data-attribute-query.d.ts +6 -0
  974. package/build/src/types/shared.d.ts +385 -0
  975. package/build/src/types/tests/config-drift.test.d.ts +199 -0
  976. package/build/src/types/tests/lib/color.test.d.ts +113 -0
  977. package/build/src/types/tests/lib/css-generator.test.d.ts +164 -0
  978. package/build/src/types/tests/lib/rehype-shiki.test.d.ts +88 -0
  979. package/build/src/types/tests/lib/search/indexer.test.d.ts +295 -0
  980. package/build/src/types/tests/lib/search/worker.test.d.ts +119 -0
  981. package/build/src/types/tests/lib/shiki-themes.test.d.ts +12 -0
  982. package/build/src/types/tests/options.test.d.ts +87 -0
  983. package/build/src/types/tests/preset.test.d.ts +12 -0
  984. package/build/src/types/tests/presets/envoy/preset.test.d.ts +17 -0
  985. package/build/src/types/tests/presets/foundry/preset.test.d.ts +17 -0
  986. package/build/src/types/tests/presets/index.test.d.ts +29 -0
  987. package/build/src/types/tests/presets/sentinel/preset.test.d.ts +17 -0
  988. package/build/src/types/tests/presets/signal/preset.test.d.ts +17 -0
  989. package/build/src/types/tests/theme/CodeBlock/live-editor.test.d.ts +13 -0
  990. package/build/src/types/tests/theme-drift.test.d.ts +84 -0
  991. package/build/src/types/tests/type-declarations.test.d.ts +564 -0
  992. package/build/src/types/theme/Admonition/index.d.ts +30 -0
  993. package/build/src/types/theme/AnnouncementBar/index.d.ts +43 -0
  994. package/build/src/types/theme/BackToTopButton/index.d.ts +32 -0
  995. package/build/src/types/theme/Blog/Pages/BlogAuthorsListPage/index.d.ts +45 -0
  996. package/build/src/types/theme/Blog/Pages/BlogAuthorsPostsPage/index.d.ts +46 -0
  997. package/build/src/types/theme/BlogArchivePage/index.d.ts +70 -0
  998. package/build/src/types/theme/BlogLayout/index.d.ts +52 -0
  999. package/build/src/types/theme/BlogListPage/index.d.ts +28 -0
  1000. package/build/src/types/theme/BlogListPaginator/index.d.ts +86 -0
  1001. package/build/src/types/theme/BlogPostItem/index.d.ts +94 -0
  1002. package/build/src/types/theme/BlogPostItems/index.d.ts +31 -0
  1003. package/build/src/types/theme/BlogPostPage/index.d.ts +82 -0
  1004. package/build/src/types/theme/BlogPostPaginator/index.d.ts +70 -0
  1005. package/build/src/types/theme/BlogSidebar/index.d.ts +78 -0
  1006. package/build/src/types/theme/BlogSidebarMobile/index.d.ts +66 -0
  1007. package/build/src/types/theme/BlogTagsListPage/index.d.ts +21 -0
  1008. package/build/src/types/theme/BlogTagsPostsPage/index.d.ts +34 -0
  1009. package/build/src/types/theme/CodeBlock/index.d.ts +109 -0
  1010. package/build/src/types/theme/CodeBlock/live-editor.d.ts +38 -0
  1011. package/build/src/types/theme/CodeInline/index.d.ts +13 -0
  1012. package/build/src/types/theme/ContentFooter/index.d.ts +79 -0
  1013. package/build/src/types/theme/ContentVisibility/Draft/index.d.ts +10 -0
  1014. package/build/src/types/theme/ContentVisibility/Unlisted/index.d.ts +10 -0
  1015. package/build/src/types/theme/ContentVisibility/index.d.ts +28 -0
  1016. package/build/src/types/theme/Details/index.d.ts +45 -0
  1017. package/build/src/types/theme/DocBreadcrumbs/index.d.ts +36 -0
  1018. package/build/src/types/theme/DocCard/index.d.ts +96 -0
  1019. package/build/src/types/theme/DocCardList/index.d.ts +26 -0
  1020. package/build/src/types/theme/DocCategoryGeneratedIndexPage/index.d.ts +70 -0
  1021. package/build/src/types/theme/DocItem/Content/index.d.ts +41 -0
  1022. package/build/src/types/theme/DocItem/Footer/index.d.ts +43 -0
  1023. package/build/src/types/theme/DocItem/Layout/index.d.ts +20 -0
  1024. package/build/src/types/theme/DocItem/Metadata/index.d.ts +12 -0
  1025. package/build/src/types/theme/DocItem/Paginator/index.d.ts +16 -0
  1026. package/build/src/types/theme/DocItem/TOC/Desktop/index.d.ts +10 -0
  1027. package/build/src/types/theme/DocItem/TOC/Mobile/index.d.ts +10 -0
  1028. package/build/src/types/theme/DocItem/index.d.ts +19 -0
  1029. package/build/src/types/theme/DocPaginator/index.d.ts +43 -0
  1030. package/build/src/types/theme/DocRoot/Layout/Main/index.d.ts +13 -0
  1031. package/build/src/types/theme/DocRoot/Layout/Sidebar/index.d.ts +67 -0
  1032. package/build/src/types/theme/DocRoot/Layout/index.d.ts +21 -0
  1033. package/build/src/types/theme/DocRoot/index.d.ts +23 -0
  1034. package/build/src/types/theme/DocSidebar/index.d.ts +24 -0
  1035. package/build/src/types/theme/DocSidebarItem/Category/index.d.ts +149 -0
  1036. package/build/src/types/theme/DocSidebarItem/Html/index.d.ts +24 -0
  1037. package/build/src/types/theme/DocSidebarItem/Link/index.d.ts +29 -0
  1038. package/build/src/types/theme/DocSidebarItem/index.d.ts +22 -0
  1039. package/build/src/types/theme/DocSidebarItems/index.d.ts +27 -0
  1040. package/build/src/types/theme/DocSidebarMobile/index.d.ts +69 -0
  1041. package/build/src/types/theme/DocTagDocListPage/index.d.ts +58 -0
  1042. package/build/src/types/theme/DocTagsListPage/index.d.ts +15 -0
  1043. package/build/src/types/theme/DocVersionBadge/index.d.ts +14 -0
  1044. package/build/src/types/theme/DocVersionBanner/index.d.ts +18 -0
  1045. package/build/src/types/theme/DocVersionRoot/index.d.ts +27 -0
  1046. package/build/src/types/theme/DocsRoot/index.d.ts +21 -0
  1047. package/build/src/types/theme/EditMetaRow/index.d.ts +22 -0
  1048. package/build/src/types/theme/EditThisPage/index.d.ts +12 -0
  1049. package/build/src/types/theme/Error/index.d.ts +18 -0
  1050. package/build/src/types/theme/ErrorPageContent/index.d.ts +20 -0
  1051. package/build/src/types/theme/Footer/Commons/index.d.ts +88 -0
  1052. package/build/src/types/theme/Footer/Embassy/index.d.ts +88 -0
  1053. package/build/src/types/theme/Footer/Launchpad/index.d.ts +95 -0
  1054. package/build/src/types/theme/Footer/Ledger/index.d.ts +90 -0
  1055. package/build/src/types/theme/Footer/credit.d.ts +33 -0
  1056. package/build/src/types/theme/Footer/index.d.ts +102 -0
  1057. package/build/src/types/theme/Heading/index.d.ts +35 -0
  1058. package/build/src/types/theme/LastUpdated/index.d.ts +39 -0
  1059. package/build/src/types/theme/Layout/Provider/index.d.ts +25 -0
  1060. package/build/src/types/theme/Layout/index.d.ts +27 -0
  1061. package/build/src/types/theme/Loading/index.d.ts +33 -0
  1062. package/build/src/types/theme/MDXComponents/index.d.ts +59 -0
  1063. package/build/src/types/theme/MDXContent/index.d.ts +15 -0
  1064. package/build/src/types/theme/MDXPage/index.d.ts +67 -0
  1065. package/build/src/types/theme/Mermaid/index.d.ts +45 -0
  1066. package/build/src/types/theme/Navbar/Bridge/index.d.ts +95 -0
  1067. package/build/src/types/theme/Navbar/Bridge/mobile-menu.d.ts +129 -0
  1068. package/build/src/types/theme/Navbar/Canopy/index.d.ts +95 -0
  1069. package/build/src/types/theme/Navbar/Canopy/mobile-menu.d.ts +129 -0
  1070. package/build/src/types/theme/Navbar/Compass/index.d.ts +95 -0
  1071. package/build/src/types/theme/Navbar/Compass/mobile-menu.d.ts +129 -0
  1072. package/build/src/types/theme/Navbar/Monolith/index.d.ts +91 -0
  1073. package/build/src/types/theme/Navbar/Monolith/mobile-menu.d.ts +80 -0
  1074. package/build/src/types/theme/Navbar/index.d.ts +262 -0
  1075. package/build/src/types/theme/NavbarItem/index.d.ts +306 -0
  1076. package/build/src/types/theme/NotFound/Content/index.d.ts +10 -0
  1077. package/build/src/types/theme/NotFound/index.d.ts +6 -0
  1078. package/build/src/types/theme/Root/icons.d.ts +5 -0
  1079. package/build/src/types/theme/Root/index.d.ts +12 -0
  1080. package/build/src/types/theme/SearchBar/search-context.d.ts +54 -0
  1081. package/build/src/types/theme/SearchBar/search-input.d.ts +60 -0
  1082. package/build/src/types/theme/SearchBar/search-provider.d.ts +50 -0
  1083. package/build/src/types/theme/SearchBar/search-results.d.ts +64 -0
  1084. package/build/src/types/theme/SearchMetadata/index.d.ts +16 -0
  1085. package/build/src/types/theme/SearchPage/index.d.ts +52 -0
  1086. package/build/src/types/theme/SiteMetadata/index.d.ts +61 -0
  1087. package/build/src/types/theme/TOC/index.d.ts +46 -0
  1088. package/build/src/types/theme/TOCCollapsible/index.d.ts +98 -0
  1089. package/build/src/types/theme/TabItem/index.d.ts +26 -0
  1090. package/build/src/types/theme/Tabs/index.d.ts +76 -0
  1091. package/build/src/types/theme/Tag/index.d.ts +20 -0
  1092. package/build/src/types/theme/TagsListByLetter/index.d.ts +20 -0
  1093. package/build/src/types/theme/ThemeProvider/TitleFormatter/index.d.ts +12 -0
  1094. package/build/src/types/theme/ThemeProvider/index.d.ts +12 -0
  1095. package/build/src/types/theme/ThemedImage/index.d.ts +48 -0
  1096. package/build/src/types/worker-globals.d.ts +103 -0
  1097. package/build/vitest.setup.d.ts +2 -0
  1098. package/build/vitest.setup.d.ts.map +1 -0
  1099. package/build/vitest.setup.js +14 -0
  1100. package/build/vitest.setup.js.map +1 -0
  1101. package/nova-config.d.ts +1392 -0
  1102. package/nova-theme.d.ts +999 -0
  1103. package/package.json +144 -2
@@ -0,0 +1,564 @@
1
+ /**
2
+ * Tests - Type Declarations - Derive Class Prefix.
3
+ *
4
+ * @since 0.15.0
5
+ */
6
+ export type TestsTypeDeclarationsDeriveClassPrefixFilePath = string;
7
+
8
+ export type TestsTypeDeclarationsDeriveClassPrefixReturns = string;
9
+
10
+ export type TestsTypeDeclarationsDeriveClassPrefixCurrentDirectory = string;
11
+
12
+ export type TestsTypeDeclarationsDeriveClassPrefixRelativePath = string;
13
+
14
+ export type TestsTypeDeclarationsDeriveClassPrefixRelativeCleaned = string;
15
+
16
+ export type TestsTypeDeclarationsDeriveClassPrefixSegments = string[];
17
+
18
+ /**
19
+ * Tests - Type Declarations - Derive Source Path.
20
+ *
21
+ * @since 0.15.0
22
+ */
23
+ export type TestsTypeDeclarationsDeriveSourcePathDtsPath = string;
24
+
25
+ export type TestsTypeDeclarationsDeriveSourcePathReturns = string;
26
+
27
+ /**
28
+ * Tests - Type Declarations - Discover Type Files.
29
+ *
30
+ * @since 0.15.0
31
+ */
32
+ export type TestsTypeDeclarationsDiscoverTypeFilesReturns = Promise<string[]>;
33
+
34
+ export type TestsTypeDeclarationsDiscoverTypeFilesPatterns = string[];
35
+
36
+ export type TestsTypeDeclarationsDiscoverTypeFilesMatched = string[];
37
+
38
+ /**
39
+ * Tests - Type Declarations - Extract Imported Names.
40
+ *
41
+ * @since 0.15.0
42
+ */
43
+ export type TestsTypeDeclarationsExtractImportedNamesLines = string[];
44
+
45
+ export type TestsTypeDeclarationsExtractImportedNamesReturns = Set<string>;
46
+
47
+ export type TestsTypeDeclarationsExtractImportedNamesImportedNames = Set<string>;
48
+
49
+ export type TestsTypeDeclarationsExtractImportedNamesInImportBlock = boolean;
50
+
51
+ export type TestsTypeDeclarationsExtractImportedNamesMatch = RegExpMatchArray | null;
52
+
53
+ export type TestsTypeDeclarationsExtractImportedNamesInlineMatchCapture = string;
54
+
55
+ export type TestsTypeDeclarationsExtractImportedNamesSpecifiers = string[];
56
+
57
+ export type TestsTypeDeclarationsExtractImportedNamesTrimmed = string;
58
+
59
+ /**
60
+ * Tests - Type Declarations - Extract Object Types.
61
+ *
62
+ * @since 0.15.0
63
+ */
64
+ export type TestsTypeDeclarationsExtractObjectTypesLines = string[];
65
+
66
+ export type TestsTypeDeclarationsExtractObjectTypesClassPrefix = string;
67
+
68
+ export type TestsTypeDeclarationsExtractObjectTypesObjectPropertyKey = string;
69
+
70
+ export type TestsTypeDeclarationsExtractObjectTypesObjectPropertyValueType = string;
71
+
72
+ export type TestsTypeDeclarationsExtractObjectTypesObjectPropertyLineIndex = number;
73
+
74
+ export type TestsTypeDeclarationsExtractObjectTypesObjectProperty = {
75
+ key: TestsTypeDeclarationsExtractObjectTypesObjectPropertyKey;
76
+ valueType: TestsTypeDeclarationsExtractObjectTypesObjectPropertyValueType;
77
+ typeLineIndex: TestsTypeDeclarationsExtractObjectTypesObjectPropertyLineIndex;
78
+ };
79
+
80
+ export type TestsTypeDeclarationsExtractObjectTypesObjectTypeProperties = TestsTypeDeclarationsExtractObjectTypesObjectProperty[];
81
+
82
+ export type TestsTypeDeclarationsExtractObjectTypesObjectTypeName = string;
83
+
84
+ export type TestsTypeDeclarationsExtractObjectTypesObjectTypeLineIndex = number;
85
+
86
+ export type TestsTypeDeclarationsExtractObjectTypesObjectType = {
87
+ name: TestsTypeDeclarationsExtractObjectTypesObjectTypeName;
88
+ lineIndex: TestsTypeDeclarationsExtractObjectTypesObjectTypeLineIndex;
89
+ properties: TestsTypeDeclarationsExtractObjectTypesObjectTypeProperties;
90
+ };
91
+
92
+ export type TestsTypeDeclarationsExtractObjectTypesReturns = TestsTypeDeclarationsExtractObjectTypesObjectType[];
93
+
94
+ export type TestsTypeDeclarationsExtractObjectTypesObjectTypes = TestsTypeDeclarationsExtractObjectTypesObjectType[];
95
+
96
+ export type TestsTypeDeclarationsExtractObjectTypesTypeLineMap = Map<string, number>;
97
+
98
+ export type TestsTypeDeclarationsExtractObjectTypesLineIndex = number;
99
+
100
+ export type TestsTypeDeclarationsExtractObjectTypesLine = string;
101
+
102
+ export type TestsTypeDeclarationsExtractObjectTypesMatch = RegExpMatchArray | null;
103
+
104
+ export type TestsTypeDeclarationsExtractObjectTypesTrimmed = string;
105
+
106
+ export type TestsTypeDeclarationsExtractObjectTypesPropertyKey = string;
107
+
108
+ export type TestsTypeDeclarationsExtractObjectTypesPropertyValueType = string;
109
+
110
+ export type TestsTypeDeclarationsExtractObjectTypesTypeName = string;
111
+
112
+ /**
113
+ * Tests - Type Declarations - Extract Referenced Types.
114
+ *
115
+ * @since 0.15.0
116
+ */
117
+ export type TestsTypeDeclarationsExtractReferencedTypesLine = string;
118
+
119
+ export type TestsTypeDeclarationsExtractReferencedTypesClassPrefix = string;
120
+
121
+ export type TestsTypeDeclarationsExtractReferencedTypesReturns = string[];
122
+
123
+ export type TestsTypeDeclarationsExtractReferencedTypesMatch = RegExpMatchArray | null;
124
+
125
+ export type TestsTypeDeclarationsExtractReferencedTypesTypeName = string;
126
+
127
+ export type TestsTypeDeclarationsExtractReferencedTypesRightSide = string;
128
+
129
+ export type TestsTypeDeclarationsExtractReferencedTypesReferencedTypes = string[];
130
+
131
+ export type TestsTypeDeclarationsExtractReferencedTypesTypePattern = RegExp;
132
+
133
+ export type TestsTypeDeclarationsExtractReferencedTypesTypeMatch = RegExpExecArray | null;
134
+
135
+ export type TestsTypeDeclarationsExtractReferencedTypesReferencedType = string;
136
+
137
+ /**
138
+ * Tests - Type Declarations - Extract Sections.
139
+ *
140
+ * @since 0.15.0
141
+ */
142
+ export type TestsTypeDeclarationsExtractSectionsLines = string[];
143
+
144
+ export type TestsTypeDeclarationsExtractSectionsSectionPrefix = string;
145
+
146
+ export type TestsTypeDeclarationsExtractSectionsSectionTypeLines = string[];
147
+
148
+ export type TestsTypeDeclarationsExtractSectionsSection = {
149
+ prefix: TestsTypeDeclarationsExtractSectionsSectionPrefix;
150
+ typeLines: TestsTypeDeclarationsExtractSectionsSectionTypeLines;
151
+ };
152
+
153
+ export type TestsTypeDeclarationsExtractSectionsReturns = TestsTypeDeclarationsExtractSectionsSection[];
154
+
155
+ export type TestsTypeDeclarationsExtractSectionsSections = TestsTypeDeclarationsExtractSectionsSection[];
156
+
157
+ export type TestsTypeDeclarationsExtractSectionsCurrentSection = TestsTypeDeclarationsExtractSectionsSection | undefined;
158
+
159
+ export type TestsTypeDeclarationsExtractSectionsLineIndex = number;
160
+
161
+ export type TestsTypeDeclarationsExtractSectionsLine = string;
162
+
163
+ export type TestsTypeDeclarationsExtractSectionsSectionComment = RegExpMatchArray | null;
164
+
165
+ export type TestsTypeDeclarationsExtractSectionsRawPrefix = string;
166
+
167
+ export type TestsTypeDeclarationsExtractSectionsSegments = string[];
168
+
169
+ export type TestsTypeDeclarationsExtractSectionsMethodName = string;
170
+
171
+ /**
172
+ * Tests - Type Declarations - Extract Source Sections.
173
+ *
174
+ * @since 0.15.0
175
+ */
176
+ export type TestsTypeDeclarationsExtractSourceSectionsLines = string[];
177
+
178
+ export type TestsTypeDeclarationsExtractSourceSectionsSectionPrefix = string;
179
+
180
+ export type TestsTypeDeclarationsExtractSourceSectionsSectionTypeLines = string[];
181
+
182
+ export type TestsTypeDeclarationsExtractSourceSectionsSection = {
183
+ prefix: TestsTypeDeclarationsExtractSourceSectionsSectionPrefix;
184
+ typeLines: TestsTypeDeclarationsExtractSourceSectionsSectionTypeLines;
185
+ };
186
+
187
+ export type TestsTypeDeclarationsExtractSourceSectionsReturns = TestsTypeDeclarationsExtractSourceSectionsSection[];
188
+
189
+ export type TestsTypeDeclarationsExtractSourceSectionsSections = TestsTypeDeclarationsExtractSourceSectionsSection[];
190
+
191
+ export type TestsTypeDeclarationsExtractSourceSectionsNextIsSummary = boolean;
192
+
193
+ export type TestsTypeDeclarationsExtractSourceSectionsSectionComment = RegExpMatchArray | null;
194
+
195
+ export type TestsTypeDeclarationsExtractSourceSectionsRawPrefix = string;
196
+
197
+ export type TestsTypeDeclarationsExtractSourceSectionsSegments = string[];
198
+
199
+ export type TestsTypeDeclarationsExtractSourceSectionsMethodName = string;
200
+
201
+ /**
202
+ * Tests - Type Declarations - Extract Type Names.
203
+ *
204
+ * @since 0.15.0
205
+ */
206
+ export type TestsTypeDeclarationsExtractTypeNamesTypeLines = string[];
207
+
208
+ export type TestsTypeDeclarationsExtractTypeNamesReturns = string[];
209
+
210
+ export type TestsTypeDeclarationsExtractTypeNamesTypeNames = string[];
211
+
212
+ export type TestsTypeDeclarationsExtractTypeNamesMatch = RegExpMatchArray | null;
213
+
214
+ /**
215
+ * Tests - Type Declarations - File Exists.
216
+ *
217
+ * @since 0.15.0
218
+ */
219
+ export type TestsTypeDeclarationsFileExistsFilePath = string;
220
+
221
+ export type TestsTypeDeclarationsFileExistsReturns = Promise<boolean>;
222
+
223
+ /**
224
+ * Tests - Type Declarations - Find First Occurrence.
225
+ *
226
+ * @since 0.15.0
227
+ */
228
+ export type TestsTypeDeclarationsFindFirstOccurrenceSourceLines = string[];
229
+
230
+ export type TestsTypeDeclarationsFindFirstOccurrenceTypeName = string;
231
+
232
+ export type TestsTypeDeclarationsFindFirstOccurrenceReturns = number;
233
+
234
+ export type TestsTypeDeclarationsFindFirstOccurrenceInImportBlock = boolean;
235
+
236
+ export type TestsTypeDeclarationsFindFirstOccurrenceLineIndex = number;
237
+
238
+ export type TestsTypeDeclarationsFindFirstOccurrenceLine = string;
239
+
240
+ export type TestsTypeDeclarationsFindFirstOccurrenceTypeNamePattern = RegExp;
241
+
242
+ /**
243
+ * Tests - Type Declarations - Get Package Root.
244
+ *
245
+ * @since 0.15.0
246
+ */
247
+ export type TestsTypeDeclarationsGetPackageRootReturns = string;
248
+
249
+ export type TestsTypeDeclarationsGetPackageRootCurrentFilePath = string;
250
+
251
+ export type TestsTypeDeclarationsGetPackageRootCurrentFileDirectory = string;
252
+
253
+ /**
254
+ * Tests - Type Declarations - Test Config.
255
+ *
256
+ * @since 0.15.0
257
+ */
258
+ export type TestsTypeDeclarationsTestConfigStandaloneTypeFiles = string[];
259
+
260
+ export type TestsTypeDeclarationsTestConfigTypeRoots = string[];
261
+
262
+ export type TestsTypeDeclarationsTestConfig = {
263
+ standaloneTypeFiles: TestsTypeDeclarationsTestConfigStandaloneTypeFiles;
264
+ typeRoots: TestsTypeDeclarationsTestConfigTypeRoots;
265
+ };
266
+
267
+ /**
268
+ * Tests - Type Declarations - Type Declaration Cross-section References.
269
+ *
270
+ * @since 0.15.0
271
+ */
272
+ export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesFiles = string[];
273
+
274
+ export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesCurrentDirectory = string;
275
+
276
+ export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesRelativePath = string;
277
+
278
+ export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesContent = string;
279
+
280
+ export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesLines = string[];
281
+
282
+ export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesClassPrefix = string;
283
+
284
+ export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesImportedNames = Set<string>;
285
+
286
+ export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesSectionPrefix = string;
287
+
288
+ export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesSectionTypeLines = string[];
289
+
290
+ export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesSection = {
291
+ prefix: TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesSectionPrefix;
292
+ typeLines: TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesSectionTypeLines;
293
+ };
294
+
295
+ export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesSections = TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesSection[];
296
+
297
+ export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesSectionPrefixes = string[];
298
+
299
+ export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesViolations = string[];
300
+
301
+ export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesCurrentSectionPrefix = string;
302
+
303
+ export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesReferencedTypes = string[];
304
+
305
+ export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesIsSameSection = boolean;
306
+
307
+ export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesIsImported = boolean;
308
+
309
+ export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesIsOtherSection = boolean;
310
+
311
+ export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesViolation = string;
312
+
313
+ /**
314
+ * Tests - Type Declarations - Type Declaration First-come-first-serve Order.
315
+ *
316
+ * @since 0.15.0
317
+ */
318
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderFiles = string[];
319
+
320
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderCurrentDirectory = string;
321
+
322
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderRelativePath = string;
323
+
324
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderSourcePath = string;
325
+
326
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderSourceExists = boolean;
327
+
328
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderSourcePathAlternative = string;
329
+
330
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderContent = string;
331
+
332
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderLines = string[];
333
+
334
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderSectionPrefix = string;
335
+
336
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderSectionTypeLines = string[];
337
+
338
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderSection = {
339
+ prefix: TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderSectionPrefix;
340
+ typeLines: TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderSectionTypeLines;
341
+ };
342
+
343
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderSections = TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderSection[];
344
+
345
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderClassPrefix = string;
346
+
347
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectPropertyKey = string;
348
+
349
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectPropertyValueType = string;
350
+
351
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectPropertyLineIndex = number;
352
+
353
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectProperty = {
354
+ key: TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectPropertyKey;
355
+ valueType: TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectPropertyValueType;
356
+ typeLineIndex: TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectPropertyLineIndex;
357
+ };
358
+
359
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectTypeProperties = TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectProperty[];
360
+
361
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectTypeName = string;
362
+
363
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectTypeLineIndex = number;
364
+
365
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectType = {
366
+ name: TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectTypeName;
367
+ lineIndex: TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectTypeLineIndex;
368
+ properties: TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectTypeProperties;
369
+ };
370
+
371
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectTypes = TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectType[];
372
+
373
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectPropertyTypeNames = Set<string>;
374
+
375
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderViolations = string[];
376
+
377
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderTypeNames = string[];
378
+
379
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderTypePositions = TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderTypePosition[];
380
+
381
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderSourceLineIndex = number;
382
+
383
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderLineIndex = number;
384
+
385
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderTypePositionName = string;
386
+
387
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderTypePositionSourceLine = number;
388
+
389
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderTypePosition = {
390
+ name: TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderTypePositionName;
391
+ sourceLine: TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderTypePositionSourceLine;
392
+ };
393
+
394
+ export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderViolation = string;
395
+
396
+ /**
397
+ * Tests - Type Declarations - Type Declaration Import Specifier Order.
398
+ *
399
+ * @since 0.15.0
400
+ */
401
+ export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderFiles = string[];
402
+
403
+ export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderCurrentDirectory = string;
404
+
405
+ export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderRelativePath = string;
406
+
407
+ export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderContent = string;
408
+
409
+ export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderLines = string[];
410
+
411
+ export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderViolations = string[];
412
+
413
+ export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderSpecifierBuffer = string[];
414
+
415
+ export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderInImportBlock = boolean;
416
+
417
+ export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderMatch = RegExpMatchArray | null;
418
+
419
+ export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderInlineMatchCapture = string;
420
+
421
+ export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderSpecifiers = string[];
422
+
423
+ export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderPreviousSpecifier = string | undefined;
424
+
425
+ export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderCurrentSpecifier = string | undefined;
426
+
427
+ export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderViolation = string;
428
+
429
+ export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderTrimmed = string;
430
+
431
+ /**
432
+ * Tests - Type Declarations - Type Declaration Object Property Types.
433
+ *
434
+ * @since 0.15.0
435
+ */
436
+ export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesFiles = string[];
437
+
438
+ export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesCurrentDirectory = string;
439
+
440
+ export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesRelativePath = string;
441
+
442
+ export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesContent = string;
443
+
444
+ export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesLines = string[];
445
+
446
+ export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesClassPrefix = string;
447
+
448
+ export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesViolations = string[];
449
+
450
+ export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesDefinedTypes = Set<string>;
451
+
452
+ export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesLineIndex = number;
453
+
454
+ export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesLine = string;
455
+
456
+ export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesMatch = RegExpMatchArray | null;
457
+
458
+ export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectPropertyKey = string;
459
+
460
+ export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectPropertyValueType = string;
461
+
462
+ export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectPropertyLineIndex = number;
463
+
464
+ export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectProperty = {
465
+ key: TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectPropertyKey;
466
+ valueType: TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectPropertyValueType;
467
+ typeLineIndex: TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectPropertyLineIndex;
468
+ };
469
+
470
+ export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectTypeProperties = TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectProperty[];
471
+
472
+ export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectTypeName = string;
473
+
474
+ export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectTypeLineIndex = number;
475
+
476
+ export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectType = {
477
+ name: TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectTypeName;
478
+ lineIndex: TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectTypeLineIndex;
479
+ properties: TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectTypeProperties;
480
+ };
481
+
482
+ export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectTypes = TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectType[];
483
+
484
+ export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesPropertyExpectedPrefix = string;
485
+
486
+ export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesViolation = string;
487
+
488
+ /**
489
+ * Tests - Type Declarations - Type Declaration Section Alphabetical Order.
490
+ *
491
+ * @since 0.15.0
492
+ */
493
+ export type TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderFiles = string[];
494
+
495
+ export type TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderCurrentDirectory = string;
496
+
497
+ export type TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderRelativePath = string;
498
+
499
+ export type TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderContent = string;
500
+
501
+ export type TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderLines = string[];
502
+
503
+ export type TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderSections = TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderSection[];
504
+
505
+ export type TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderViolations = string[];
506
+
507
+ export type TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderSectionIndex = number;
508
+
509
+ export type TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderSectionPrefix = string;
510
+
511
+ export type TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderSectionTypeLines = string[];
512
+
513
+ export type TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderSection = {
514
+ prefix: TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderSectionPrefix;
515
+ typeLines: TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderSectionTypeLines;
516
+ };
517
+
518
+ export type TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderCompareResult = number;
519
+
520
+ export type TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderViolation = string;
521
+
522
+ /**
523
+ * Tests - Type Declarations - Type Declaration Section Coverage.
524
+ *
525
+ * @since 0.15.0
526
+ */
527
+ export type TestsTypeDeclarationsTypeDeclarationSectionCoverageFiles = string[];
528
+
529
+ export type TestsTypeDeclarationsTypeDeclarationSectionCoverageCurrentDirectory = string;
530
+
531
+ export type TestsTypeDeclarationsTypeDeclarationSectionCoverageRelativePath = string;
532
+
533
+ export type TestsTypeDeclarationsTypeDeclarationSectionCoverageSourcePath = string;
534
+
535
+ export type TestsTypeDeclarationsTypeDeclarationSectionCoverageSourceExists = boolean;
536
+
537
+ export type TestsTypeDeclarationsTypeDeclarationSectionCoverageSourcePathAlternative = string;
538
+
539
+ export type TestsTypeDeclarationsTypeDeclarationSectionCoverageContent = string;
540
+
541
+ export type TestsTypeDeclarationsTypeDeclarationSectionCoverageLines = string[];
542
+
543
+ export type TestsTypeDeclarationsTypeDeclarationSectionCoverageSectionPrefix = string;
544
+
545
+ export type TestsTypeDeclarationsTypeDeclarationSectionCoverageSectionTypeLines = string[];
546
+
547
+ export type TestsTypeDeclarationsTypeDeclarationSectionCoverageSection = {
548
+ prefix: TestsTypeDeclarationsTypeDeclarationSectionCoverageSectionPrefix;
549
+ typeLines: TestsTypeDeclarationsTypeDeclarationSectionCoverageSectionTypeLines;
550
+ };
551
+
552
+ export type TestsTypeDeclarationsTypeDeclarationSectionCoverageSourceSections = TestsTypeDeclarationsTypeDeclarationSectionCoverageSection[];
553
+
554
+ export type TestsTypeDeclarationsTypeDeclarationSectionCoverageSections = TestsTypeDeclarationsTypeDeclarationSectionCoverageSection[];
555
+
556
+ export type TestsTypeDeclarationsTypeDeclarationSectionCoverageDtsSectionPrefixes = string[];
557
+
558
+ export type TestsTypeDeclarationsTypeDeclarationSectionCoverageViolations = string[];
559
+
560
+ export type TestsTypeDeclarationsTypeDeclarationSectionCoverageSourceSectionPrefix = string;
561
+
562
+ export type TestsTypeDeclarationsTypeDeclarationSectionCoverageIsParent = boolean;
563
+
564
+ export type TestsTypeDeclarationsTypeDeclarationSectionCoverageViolation = string;
@@ -0,0 +1,30 @@
1
+ import type { ReactNode } from 'react';
2
+
3
+ /**
4
+ * Theme - Admonition.
5
+ *
6
+ * @since 0.15.0
7
+ */
8
+ export type ThemeAdmonitionPropsType = string;
9
+
10
+ export type ThemeAdmonitionPropsTitle = ReactNode;
11
+
12
+ export type ThemeAdmonitionPropsChildren = ReactNode;
13
+
14
+ export type ThemeAdmonitionProps = {
15
+ type: ThemeAdmonitionPropsType;
16
+ title?: ThemeAdmonitionPropsTitle;
17
+ children?: ThemeAdmonitionPropsChildren;
18
+ [key: string]: unknown;
19
+ };
20
+
21
+ export type ThemeAdmonitionTitle = ReactNode;
22
+
23
+ export type ThemeAdmonitionIconName = string;
24
+
25
+ /**
26
+ * Theme - Admonition - Icons.
27
+ *
28
+ * @since 0.15.0
29
+ */
30
+ export type ThemeAdmonitionIcons = Record<string, string>;
@@ -0,0 +1,43 @@
1
+ import type { Dispatch, SetStateAction } from 'react';
2
+
3
+ /**
4
+ * Theme - Announcement Bar - Announcement Bar.
5
+ *
6
+ * @since 0.15.0
7
+ */
8
+ export type ThemeAnnouncementBarReturns = React.JSX.Element | null;
9
+
10
+ export type ThemeAnnouncementBarThemeConfig = {
11
+ announcementBar?: ThemeAnnouncementBarConfig;
12
+ [key: string]: unknown;
13
+ };
14
+
15
+ export type ThemeAnnouncementBarConfig = {
16
+ id: ThemeAnnouncementBarId;
17
+ content: ThemeAnnouncementBarContent;
18
+ backgroundColor?: ThemeAnnouncementBarBackgroundColor;
19
+ textColor?: ThemeAnnouncementBarTextColor;
20
+ isCloseable?: ThemeAnnouncementBarIsCloseable;
21
+ } | undefined;
22
+
23
+ export type ThemeAnnouncementBarId = string;
24
+
25
+ export type ThemeAnnouncementBarContent = string;
26
+
27
+ export type ThemeAnnouncementBarBackgroundColor = string | undefined;
28
+
29
+ export type ThemeAnnouncementBarTextColor = string | undefined;
30
+
31
+ export type ThemeAnnouncementBarIsCloseable = boolean | undefined;
32
+
33
+ export type ThemeAnnouncementBarDismissStorageKey = string;
34
+
35
+ export type ThemeAnnouncementBarIsDismissedState = [ThemeAnnouncementBarIsDismissed, ThemeAnnouncementBarSetIsDismissed];
36
+
37
+ export type ThemeAnnouncementBarIsDismissed = boolean;
38
+
39
+ export type ThemeAnnouncementBarSetIsDismissed = Dispatch<SetStateAction<ThemeAnnouncementBarIsDismissed>>;
40
+
41
+ export type ThemeAnnouncementBarCloseAriaLabel = string;
42
+
43
+ export type ThemeAnnouncementBarInlineStyle = React.CSSProperties;
@@ -0,0 +1,32 @@
1
+ import type { Dispatch, SetStateAction } from 'react';
2
+
3
+ /**
4
+ * Theme - Back To Top Button - Back To Top Button.
5
+ *
6
+ * @since 0.15.0
7
+ */
8
+ export type ThemeBackToTopButtonReturns = React.JSX.Element | null;
9
+
10
+ export type ThemeBackToTopButtonThemeConfig = {
11
+ backToTopButton?: ThemeBackToTopButtonEnabled;
12
+ [key: string]: unknown;
13
+ };
14
+
15
+ export type ThemeBackToTopButtonEnabled = boolean;
16
+
17
+ export type ThemeBackToTopButtonScrollThreshold = number;
18
+
19
+ export type ThemeBackToTopButtonIsVisibleState = [ThemeBackToTopButtonIsVisible, ThemeBackToTopButtonSetIsVisible];
20
+
21
+ export type ThemeBackToTopButtonIsVisible = boolean;
22
+
23
+ export type ThemeBackToTopButtonSetIsVisible = Dispatch<SetStateAction<ThemeBackToTopButtonIsVisible>>;
24
+
25
+ /**
26
+ * Theme - Back To Top Button - Back To Top Button - Handle Scroll.
27
+ *
28
+ * @since 0.15.0
29
+ */
30
+ export type ThemeBackToTopButtonCurrentScrollPosition = number;
31
+
32
+ export type ThemeBackToTopButtonButtonAriaLabel = string;