@concordance-wiki/site 0.1.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 (996) hide show
  1. package/LICENSE +674 -0
  2. package/README.md +130 -0
  3. package/assets/css/accessibility.css +57 -0
  4. package/assets/css/chrome/bar.css +37 -0
  5. package/assets/css/chrome/breadcrumb.css +34 -0
  6. package/assets/css/chrome/breakpoints.css +291 -0
  7. package/assets/css/chrome/contract-viewer.css +84 -0
  8. package/assets/css/chrome/document.css +125 -0
  9. package/assets/css/chrome/drawer.css +210 -0
  10. package/assets/css/chrome/footer.css +102 -0
  11. package/assets/css/chrome/grouped-files.css +58 -0
  12. package/assets/css/chrome/labels.css +54 -0
  13. package/assets/css/chrome/links.css +23 -0
  14. package/assets/css/chrome/measure.css +13 -0
  15. package/assets/css/chrome/mode-switch.css +26 -0
  16. package/assets/css/chrome/panel-handle.css +232 -0
  17. package/assets/css/chrome/panel.css +92 -0
  18. package/assets/css/chrome/pins.css +321 -0
  19. package/assets/css/chrome/search-clear.css +28 -0
  20. package/assets/css/chrome/search-field.css +67 -0
  21. package/assets/css/chrome/space-tree.css +106 -0
  22. package/assets/css/chrome/suggestions.css +100 -0
  23. package/assets/css/chrome/tabs.css +85 -0
  24. package/assets/css/controls.css +30 -0
  25. package/assets/css/pages/about.css +219 -0
  26. package/assets/css/pages/api-page.css +200 -0
  27. package/assets/css/pages/category-list.css +349 -0
  28. package/assets/css/pages/decision-page.css +43 -0
  29. package/assets/css/pages/document-page.css +212 -0
  30. package/assets/css/pages/edge-cases.css +450 -0
  31. package/assets/css/pages/entity-article.css +140 -0
  32. package/assets/css/pages/entity-page.css +109 -0
  33. package/assets/css/pages/gallery.css +74 -0
  34. package/assets/css/pages/home-columns.css +148 -0
  35. package/assets/css/pages/home-shortcuts.css +40 -0
  36. package/assets/css/pages/home.css +81 -0
  37. package/assets/css/pages/index.css +302 -0
  38. package/assets/css/pages/keyword-page.css +262 -0
  39. package/assets/css/pages/meeting-page.css +109 -0
  40. package/assets/css/pages/mentions.css +267 -0
  41. package/assets/css/pages/neighbourhood-map.css +100 -0
  42. package/assets/css/pages/neighbourhood-open.css +262 -0
  43. package/assets/css/pages/neighbourhood.css +60 -0
  44. package/assets/css/pages/screen-page.css +108 -0
  45. package/assets/css/pages/search-results.css +405 -0
  46. package/assets/css/pages/space.css +251 -0
  47. package/assets/css/pages/spaces.css +176 -0
  48. package/assets/css/pages/todo.css +44 -0
  49. package/assets/css/reset.css +21 -0
  50. package/assets/css/typography.css +104 -0
  51. package/assets/fonts/OFL.txt +95 -0
  52. package/assets/fonts/ibm-plex-mono-normal-400-latin-ext.woff2 +0 -0
  53. package/assets/fonts/ibm-plex-mono-normal-400-latin.woff2 +0 -0
  54. package/assets/fonts/ibm-plex-mono-normal-500-latin-ext.woff2 +0 -0
  55. package/assets/fonts/ibm-plex-mono-normal-500-latin.woff2 +0 -0
  56. package/assets/fonts/instrument-sans-italic-400-700-latin-ext.woff2 +0 -0
  57. package/assets/fonts/instrument-sans-italic-400-700-latin.woff2 +0 -0
  58. package/assets/fonts/instrument-sans-normal-400-700-latin-ext.woff2 +0 -0
  59. package/assets/fonts/instrument-sans-normal-400-700-latin.woff2 +0 -0
  60. package/dist/a11y/check.d.ts +14 -0
  61. package/dist/a11y/check.d.ts.map +1 -0
  62. package/dist/a11y/check.js +442 -0
  63. package/dist/a11y/check.js.map +1 -0
  64. package/dist/a11y/contrast.d.ts +32 -0
  65. package/dist/a11y/contrast.d.ts.map +1 -0
  66. package/dist/a11y/contrast.js +82 -0
  67. package/dist/a11y/contrast.js.map +1 -0
  68. package/dist/budget.d.ts +25 -0
  69. package/dist/budget.d.ts.map +1 -0
  70. package/dist/budget.js +26 -0
  71. package/dist/budget.js.map +1 -0
  72. package/dist/build/about.d.ts +21 -0
  73. package/dist/build/about.d.ts.map +1 -0
  74. package/dist/build/about.js +125 -0
  75. package/dist/build/about.js.map +1 -0
  76. package/dist/build/assemble.d.ts +54 -0
  77. package/dist/build/assemble.d.ts.map +1 -0
  78. package/dist/build/assemble.js +67 -0
  79. package/dist/build/assemble.js.map +1 -0
  80. package/dist/build/category.d.ts +118 -0
  81. package/dist/build/category.d.ts.map +1 -0
  82. package/dist/build/category.js +400 -0
  83. package/dist/build/category.js.map +1 -0
  84. package/dist/build/context.d.ts +111 -0
  85. package/dist/build/context.d.ts.map +1 -0
  86. package/dist/build/context.js +181 -0
  87. package/dist/build/context.js.map +1 -0
  88. package/dist/build/decision.d.ts +30 -0
  89. package/dist/build/decision.d.ts.map +1 -0
  90. package/dist/build/decision.js +187 -0
  91. package/dist/build/decision.js.map +1 -0
  92. package/dist/build/default-theme.d.ts +10 -0
  93. package/dist/build/default-theme.d.ts.map +1 -0
  94. package/dist/build/default-theme.js +36 -0
  95. package/dist/build/default-theme.js.map +1 -0
  96. package/dist/build/entity-page.d.ts +140 -0
  97. package/dist/build/entity-page.d.ts.map +1 -0
  98. package/dist/build/entity-page.js +782 -0
  99. package/dist/build/entity-page.js.map +1 -0
  100. package/dist/build/footer.d.ts +39 -0
  101. package/dist/build/footer.d.ts.map +1 -0
  102. package/dist/build/footer.js +123 -0
  103. package/dist/build/footer.js.map +1 -0
  104. package/dist/build/fragments.d.ts +92 -0
  105. package/dist/build/fragments.d.ts.map +1 -0
  106. package/dist/build/fragments.js +115 -0
  107. package/dist/build/fragments.js.map +1 -0
  108. package/dist/build/grouping.d.ts +21 -0
  109. package/dist/build/grouping.d.ts.map +1 -0
  110. package/dist/build/grouping.js +71 -0
  111. package/dist/build/grouping.js.map +1 -0
  112. package/dist/build/home.d.ts +56 -0
  113. package/dist/build/home.d.ts.map +1 -0
  114. package/dist/build/home.js +214 -0
  115. package/dist/build/home.js.map +1 -0
  116. package/dist/build/index-page.d.ts +71 -0
  117. package/dist/build/index-page.d.ts.map +1 -0
  118. package/dist/build/index-page.js +267 -0
  119. package/dist/build/index-page.js.map +1 -0
  120. package/dist/build/keyword-page.d.ts +80 -0
  121. package/dist/build/keyword-page.d.ts.map +1 -0
  122. package/dist/build/keyword-page.js +297 -0
  123. package/dist/build/keyword-page.js.map +1 -0
  124. package/dist/build/kinds.d.ts +4 -0
  125. package/dist/build/kinds.d.ts.map +1 -0
  126. package/dist/build/kinds.js +22 -0
  127. package/dist/build/kinds.js.map +1 -0
  128. package/dist/build/meeting.d.ts +56 -0
  129. package/dist/build/meeting.d.ts.map +1 -0
  130. package/dist/build/meeting.js +285 -0
  131. package/dist/build/meeting.js.map +1 -0
  132. package/dist/build/mentions.d.ts +68 -0
  133. package/dist/build/mentions.d.ts.map +1 -0
  134. package/dist/build/mentions.js +412 -0
  135. package/dist/build/mentions.js.map +1 -0
  136. package/dist/build/not-found.d.ts +23 -0
  137. package/dist/build/not-found.d.ts.map +1 -0
  138. package/dist/build/not-found.js +70 -0
  139. package/dist/build/not-found.js.map +1 -0
  140. package/dist/build/operations.d.ts +27 -0
  141. package/dist/build/operations.d.ts.map +1 -0
  142. package/dist/build/operations.js +99 -0
  143. package/dist/build/operations.js.map +1 -0
  144. package/dist/build/paths.d.ts +45 -0
  145. package/dist/build/paths.d.ts.map +1 -0
  146. package/dist/build/paths.js +74 -0
  147. package/dist/build/paths.js.map +1 -0
  148. package/dist/build/redirect.d.ts +20 -0
  149. package/dist/build/redirect.d.ts.map +1 -0
  150. package/dist/build/redirect.js +31 -0
  151. package/dist/build/redirect.js.map +1 -0
  152. package/dist/build/site.d.ts +99 -0
  153. package/dist/build/site.d.ts.map +1 -0
  154. package/dist/build/site.js +338 -0
  155. package/dist/build/site.js.map +1 -0
  156. package/dist/build/space.d.ts +82 -0
  157. package/dist/build/space.d.ts.map +1 -0
  158. package/dist/build/space.js +248 -0
  159. package/dist/build/space.js.map +1 -0
  160. package/dist/build/spaces.d.ts +48 -0
  161. package/dist/build/spaces.d.ts.map +1 -0
  162. package/dist/build/spaces.js +210 -0
  163. package/dist/build/spaces.js.map +1 -0
  164. package/dist/build/todo.d.ts +24 -0
  165. package/dist/build/todo.d.ts.map +1 -0
  166. package/dist/build/todo.js +107 -0
  167. package/dist/build/todo.js.map +1 -0
  168. package/dist/css/fonts.d.ts +30 -0
  169. package/dist/css/fonts.d.ts.map +1 -0
  170. package/dist/css/fonts.js +51 -0
  171. package/dist/css/fonts.js.map +1 -0
  172. package/dist/css/stylesheet.d.ts +28 -0
  173. package/dist/css/stylesheet.d.ts.map +1 -0
  174. package/dist/css/stylesheet.js +94 -0
  175. package/dist/css/stylesheet.js.map +1 -0
  176. package/dist/css/theme-config.d.ts +2 -0
  177. package/dist/css/theme-config.d.ts.map +1 -0
  178. package/dist/css/theme-config.js +2 -0
  179. package/dist/css/theme-config.js.map +1 -0
  180. package/dist/css/tokens.d.ts +17 -0
  181. package/dist/css/tokens.d.ts.map +1 -0
  182. package/dist/css/tokens.js +90 -0
  183. package/dist/css/tokens.js.map +1 -0
  184. package/dist/gallery/boards.d.ts +146 -0
  185. package/dist/gallery/boards.d.ts.map +1 -0
  186. package/dist/gallery/boards.js +158 -0
  187. package/dist/gallery/boards.js.map +1 -0
  188. package/dist/gallery/build.d.ts +43 -0
  189. package/dist/gallery/build.d.ts.map +1 -0
  190. package/dist/gallery/build.js +129 -0
  191. package/dist/gallery/build.js.map +1 -0
  192. package/dist/gallery/fixtures/about.d.ts +10 -0
  193. package/dist/gallery/fixtures/about.d.ts.map +1 -0
  194. package/dist/gallery/fixtures/about.js +57 -0
  195. package/dist/gallery/fixtures/about.js.map +1 -0
  196. package/dist/gallery/fixtures/api-page.d.ts +8 -0
  197. package/dist/gallery/fixtures/api-page.d.ts.map +1 -0
  198. package/dist/gallery/fixtures/api-page.js +423 -0
  199. package/dist/gallery/fixtures/api-page.js.map +1 -0
  200. package/dist/gallery/fixtures/category-list.d.ts +10 -0
  201. package/dist/gallery/fixtures/category-list.d.ts.map +1 -0
  202. package/dist/gallery/fixtures/category-list.js +106 -0
  203. package/dist/gallery/fixtures/category-list.js.map +1 -0
  204. package/dist/gallery/fixtures/chrome.d.ts +22 -0
  205. package/dist/gallery/fixtures/chrome.d.ts.map +1 -0
  206. package/dist/gallery/fixtures/chrome.js +100 -0
  207. package/dist/gallery/fixtures/chrome.js.map +1 -0
  208. package/dist/gallery/fixtures/corpus.d.ts +62 -0
  209. package/dist/gallery/fixtures/corpus.d.ts.map +1 -0
  210. package/dist/gallery/fixtures/corpus.js +90 -0
  211. package/dist/gallery/fixtures/corpus.js.map +1 -0
  212. package/dist/gallery/fixtures/decision-page.d.ts +12 -0
  213. package/dist/gallery/fixtures/decision-page.d.ts.map +1 -0
  214. package/dist/gallery/fixtures/decision-page.js +287 -0
  215. package/dist/gallery/fixtures/decision-page.js.map +1 -0
  216. package/dist/gallery/fixtures/degraded.d.ts +18 -0
  217. package/dist/gallery/fixtures/degraded.d.ts.map +1 -0
  218. package/dist/gallery/fixtures/degraded.js +95 -0
  219. package/dist/gallery/fixtures/degraded.js.map +1 -0
  220. package/dist/gallery/fixtures/document-blocks.d.ts +4 -0
  221. package/dist/gallery/fixtures/document-blocks.d.ts.map +1 -0
  222. package/dist/gallery/fixtures/document-blocks.js +68 -0
  223. package/dist/gallery/fixtures/document-blocks.js.map +1 -0
  224. package/dist/gallery/fixtures/document-page.d.ts +6 -0
  225. package/dist/gallery/fixtures/document-page.d.ts.map +1 -0
  226. package/dist/gallery/fixtures/document-page.js +314 -0
  227. package/dist/gallery/fixtures/document-page.js.map +1 -0
  228. package/dist/gallery/fixtures/edge-cases.d.ts +25 -0
  229. package/dist/gallery/fixtures/edge-cases.d.ts.map +1 -0
  230. package/dist/gallery/fixtures/edge-cases.js +165 -0
  231. package/dist/gallery/fixtures/edge-cases.js.map +1 -0
  232. package/dist/gallery/fixtures/entity-page-twin.d.ts +8 -0
  233. package/dist/gallery/fixtures/entity-page-twin.d.ts.map +1 -0
  234. package/dist/gallery/fixtures/entity-page-twin.js +68 -0
  235. package/dist/gallery/fixtures/entity-page-twin.js.map +1 -0
  236. package/dist/gallery/fixtures/entity-page.d.ts +12 -0
  237. package/dist/gallery/fixtures/entity-page.d.ts.map +1 -0
  238. package/dist/gallery/fixtures/entity-page.js +244 -0
  239. package/dist/gallery/fixtures/entity-page.js.map +1 -0
  240. package/dist/gallery/fixtures/home.d.ts +9 -0
  241. package/dist/gallery/fixtures/home.d.ts.map +1 -0
  242. package/dist/gallery/fixtures/home.js +145 -0
  243. package/dist/gallery/fixtures/home.js.map +1 -0
  244. package/dist/gallery/fixtures/index-page.d.ts +4 -0
  245. package/dist/gallery/fixtures/index-page.d.ts.map +1 -0
  246. package/dist/gallery/fixtures/index-page.js +145 -0
  247. package/dist/gallery/fixtures/index-page.js.map +1 -0
  248. package/dist/gallery/fixtures/keyword-page.d.ts +7 -0
  249. package/dist/gallery/fixtures/keyword-page.d.ts.map +1 -0
  250. package/dist/gallery/fixtures/keyword-page.js +344 -0
  251. package/dist/gallery/fixtures/keyword-page.js.map +1 -0
  252. package/dist/gallery/fixtures/meeting-page.d.ts +11 -0
  253. package/dist/gallery/fixtures/meeting-page.d.ts.map +1 -0
  254. package/dist/gallery/fixtures/meeting-page.js +303 -0
  255. package/dist/gallery/fixtures/meeting-page.js.map +1 -0
  256. package/dist/gallery/fixtures/mentions.d.ts +6 -0
  257. package/dist/gallery/fixtures/mentions.d.ts.map +1 -0
  258. package/dist/gallery/fixtures/mentions.js +28 -0
  259. package/dist/gallery/fixtures/mentions.js.map +1 -0
  260. package/dist/gallery/fixtures/neighbourhood.d.ts +7 -0
  261. package/dist/gallery/fixtures/neighbourhood.d.ts.map +1 -0
  262. package/dist/gallery/fixtures/neighbourhood.js +96 -0
  263. package/dist/gallery/fixtures/neighbourhood.js.map +1 -0
  264. package/dist/gallery/fixtures/pins.d.ts +6 -0
  265. package/dist/gallery/fixtures/pins.d.ts.map +1 -0
  266. package/dist/gallery/fixtures/pins.js +24 -0
  267. package/dist/gallery/fixtures/pins.js.map +1 -0
  268. package/dist/gallery/fixtures/screen-page.d.ts +4 -0
  269. package/dist/gallery/fixtures/screen-page.d.ts.map +1 -0
  270. package/dist/gallery/fixtures/screen-page.js +266 -0
  271. package/dist/gallery/fixtures/screen-page.js.map +1 -0
  272. package/dist/gallery/fixtures/search-results.d.ts +12 -0
  273. package/dist/gallery/fixtures/search-results.d.ts.map +1 -0
  274. package/dist/gallery/fixtures/search-results.js +242 -0
  275. package/dist/gallery/fixtures/search-results.js.map +1 -0
  276. package/dist/gallery/fixtures/spaces.d.ts +15 -0
  277. package/dist/gallery/fixtures/spaces.d.ts.map +1 -0
  278. package/dist/gallery/fixtures/spaces.js +125 -0
  279. package/dist/gallery/fixtures/spaces.js.map +1 -0
  280. package/dist/gallery/fixtures/theme.d.ts +4 -0
  281. package/dist/gallery/fixtures/theme.d.ts.map +1 -0
  282. package/dist/gallery/fixtures/theme.js +4 -0
  283. package/dist/gallery/fixtures/theme.js.map +1 -0
  284. package/dist/gallery/fixtures/todo.d.ts +3 -0
  285. package/dist/gallery/fixtures/todo.d.ts.map +1 -0
  286. package/dist/gallery/fixtures/todo.js +13 -0
  287. package/dist/gallery/fixtures/todo.js.map +1 -0
  288. package/dist/gallery/fixtures.d.ts +24 -0
  289. package/dist/gallery/fixtures.d.ts.map +1 -0
  290. package/dist/gallery/fixtures.js +28 -0
  291. package/dist/gallery/fixtures.js.map +1 -0
  292. package/dist/gallery/index-page.d.ts +17 -0
  293. package/dist/gallery/index-page.d.ts.map +1 -0
  294. package/dist/gallery/index-page.js +41 -0
  295. package/dist/gallery/index-page.js.map +1 -0
  296. package/dist/gallery/no-script.d.ts +3 -0
  297. package/dist/gallery/no-script.d.ts.map +1 -0
  298. package/dist/gallery/no-script.js +11 -0
  299. package/dist/gallery/no-script.js.map +1 -0
  300. package/dist/gallery/page.d.ts +43 -0
  301. package/dist/gallery/page.d.ts.map +1 -0
  302. package/dist/gallery/page.js +8 -0
  303. package/dist/gallery/page.js.map +1 -0
  304. package/dist/gallery/pages.d.ts +6 -0
  305. package/dist/gallery/pages.d.ts.map +1 -0
  306. package/dist/gallery/pages.js +135 -0
  307. package/dist/gallery/pages.js.map +1 -0
  308. package/dist/gallery/skeleton.d.ts +6 -0
  309. package/dist/gallery/skeleton.d.ts.map +1 -0
  310. package/dist/gallery/skeleton.js +81 -0
  311. package/dist/gallery/skeleton.js.map +1 -0
  312. package/dist/gallery/spaces.d.ts +15 -0
  313. package/dist/gallery/spaces.d.ts.map +1 -0
  314. package/dist/gallery/spaces.js +125 -0
  315. package/dist/gallery/spaces.js.map +1 -0
  316. package/dist/gallery/states/about-corporate.d.ts +3 -0
  317. package/dist/gallery/states/about-corporate.d.ts.map +1 -0
  318. package/dist/gallery/states/about-corporate.js +16 -0
  319. package/dist/gallery/states/about-corporate.js.map +1 -0
  320. package/dist/gallery/states/about-sections.d.ts +3 -0
  321. package/dist/gallery/states/about-sections.d.ts.map +1 -0
  322. package/dist/gallery/states/about-sections.js +16 -0
  323. package/dist/gallery/states/about-sections.js.map +1 -0
  324. package/dist/gallery/states/age-notice.d.ts +3 -0
  325. package/dist/gallery/states/age-notice.d.ts.map +1 -0
  326. package/dist/gallery/states/age-notice.js +18 -0
  327. package/dist/gallery/states/age-notice.js.map +1 -0
  328. package/dist/gallery/states/api-page-corporate.d.ts +3 -0
  329. package/dist/gallery/states/api-page-corporate.d.ts.map +1 -0
  330. package/dist/gallery/states/api-page-corporate.js +16 -0
  331. package/dist/gallery/states/api-page-corporate.js.map +1 -0
  332. package/dist/gallery/states/api-page-no-contract.d.ts +3 -0
  333. package/dist/gallery/states/api-page-no-contract.d.ts.map +1 -0
  334. package/dist/gallery/states/api-page-no-contract.js +16 -0
  335. package/dist/gallery/states/api-page-no-contract.js.map +1 -0
  336. package/dist/gallery/states/api-page-no-script.d.ts +3 -0
  337. package/dist/gallery/states/api-page-no-script.d.ts.map +1 -0
  338. package/dist/gallery/states/api-page-no-script.js +10 -0
  339. package/dist/gallery/states/api-page-no-script.js.map +1 -0
  340. package/dist/gallery/states/category-corporate.d.ts +3 -0
  341. package/dist/gallery/states/category-corporate.d.ts.map +1 -0
  342. package/dist/gallery/states/category-corporate.js +16 -0
  343. package/dist/gallery/states/category-corporate.js.map +1 -0
  344. package/dist/gallery/states/decision-page-corporate.d.ts +3 -0
  345. package/dist/gallery/states/decision-page-corporate.d.ts.map +1 -0
  346. package/dist/gallery/states/decision-page-corporate.js +16 -0
  347. package/dist/gallery/states/decision-page-corporate.js.map +1 -0
  348. package/dist/gallery/states/document-page-corporate.d.ts +3 -0
  349. package/dist/gallery/states/document-page-corporate.d.ts.map +1 -0
  350. package/dist/gallery/states/document-page-corporate.js +16 -0
  351. package/dist/gallery/states/document-page-corporate.js.map +1 -0
  352. package/dist/gallery/states/document-page-no-preview.d.ts +3 -0
  353. package/dist/gallery/states/document-page-no-preview.d.ts.map +1 -0
  354. package/dist/gallery/states/document-page-no-preview.js +17 -0
  355. package/dist/gallery/states/document-page-no-preview.js.map +1 -0
  356. package/dist/gallery/states/document-page-no-script.d.ts +3 -0
  357. package/dist/gallery/states/document-page-no-script.d.ts.map +1 -0
  358. package/dist/gallery/states/document-page-no-script.js +10 -0
  359. package/dist/gallery/states/document-page-no-script.js.map +1 -0
  360. package/dist/gallery/states/entity-page-contract.d.ts +3 -0
  361. package/dist/gallery/states/entity-page-contract.d.ts.map +1 -0
  362. package/dist/gallery/states/entity-page-contract.js +13 -0
  363. package/dist/gallery/states/entity-page-contract.js.map +1 -0
  364. package/dist/gallery/states/entity-page-corporate.d.ts +3 -0
  365. package/dist/gallery/states/entity-page-corporate.d.ts.map +1 -0
  366. package/dist/gallery/states/entity-page-corporate.js +16 -0
  367. package/dist/gallery/states/entity-page-corporate.js.map +1 -0
  368. package/dist/gallery/states/entity-page-dark.d.ts +3 -0
  369. package/dist/gallery/states/entity-page-dark.d.ts.map +1 -0
  370. package/dist/gallery/states/entity-page-dark.js +17 -0
  371. package/dist/gallery/states/entity-page-dark.js.map +1 -0
  372. package/dist/gallery/states/entity-page-document.d.ts +3 -0
  373. package/dist/gallery/states/entity-page-document.d.ts.map +1 -0
  374. package/dist/gallery/states/entity-page-document.js +13 -0
  375. package/dist/gallery/states/entity-page-document.js.map +1 -0
  376. package/dist/gallery/states/entity-page-drawer.d.ts +3 -0
  377. package/dist/gallery/states/entity-page-drawer.d.ts.map +1 -0
  378. package/dist/gallery/states/entity-page-drawer.js +17 -0
  379. package/dist/gallery/states/entity-page-drawer.js.map +1 -0
  380. package/dist/gallery/states/entity-page-empty.d.ts +3 -0
  381. package/dist/gallery/states/entity-page-empty.d.ts.map +1 -0
  382. package/dist/gallery/states/entity-page-empty.js +19 -0
  383. package/dist/gallery/states/entity-page-empty.js.map +1 -0
  384. package/dist/gallery/states/entity-page-map.d.ts +3 -0
  385. package/dist/gallery/states/entity-page-map.d.ts.map +1 -0
  386. package/dist/gallery/states/entity-page-map.js +16 -0
  387. package/dist/gallery/states/entity-page-map.js.map +1 -0
  388. package/dist/gallery/states/entity-page-no-property.d.ts +3 -0
  389. package/dist/gallery/states/entity-page-no-property.d.ts.map +1 -0
  390. package/dist/gallery/states/entity-page-no-property.js +16 -0
  391. package/dist/gallery/states/entity-page-no-property.js.map +1 -0
  392. package/dist/gallery/states/entity-page-no-script.d.ts +3 -0
  393. package/dist/gallery/states/entity-page-no-script.d.ts.map +1 -0
  394. package/dist/gallery/states/entity-page-no-script.js +10 -0
  395. package/dist/gallery/states/entity-page-no-script.js.map +1 -0
  396. package/dist/gallery/states/entity-page-panel-folded.d.ts +3 -0
  397. package/dist/gallery/states/entity-page-panel-folded.d.ts.map +1 -0
  398. package/dist/gallery/states/entity-page-panel-folded.js +17 -0
  399. package/dist/gallery/states/entity-page-panel-folded.js.map +1 -0
  400. package/dist/gallery/states/entity-page-phone.d.ts +3 -0
  401. package/dist/gallery/states/entity-page-phone.d.ts.map +1 -0
  402. package/dist/gallery/states/entity-page-phone.js +17 -0
  403. package/dist/gallery/states/entity-page-phone.js.map +1 -0
  404. package/dist/gallery/states/entity-page-pins.d.ts +3 -0
  405. package/dist/gallery/states/entity-page-pins.d.ts.map +1 -0
  406. package/dist/gallery/states/entity-page-pins.js +17 -0
  407. package/dist/gallery/states/entity-page-pins.js.map +1 -0
  408. package/dist/gallery/states/entity-page-tablet.d.ts +3 -0
  409. package/dist/gallery/states/entity-page-tablet.d.ts.map +1 -0
  410. package/dist/gallery/states/entity-page-tablet.js +17 -0
  411. package/dist/gallery/states/entity-page-tablet.js.map +1 -0
  412. package/dist/gallery/states/entity-page-with-twin.d.ts +3 -0
  413. package/dist/gallery/states/entity-page-with-twin.d.ts.map +1 -0
  414. package/dist/gallery/states/entity-page-with-twin.js +16 -0
  415. package/dist/gallery/states/entity-page-with-twin.js.map +1 -0
  416. package/dist/gallery/states/entity-page.d.ts +3 -0
  417. package/dist/gallery/states/entity-page.d.ts.map +1 -0
  418. package/dist/gallery/states/entity-page.js +13 -0
  419. package/dist/gallery/states/entity-page.js.map +1 -0
  420. package/dist/gallery/states/footer-alone.d.ts +3 -0
  421. package/dist/gallery/states/footer-alone.d.ts.map +1 -0
  422. package/dist/gallery/states/footer-alone.js +16 -0
  423. package/dist/gallery/states/footer-alone.js.map +1 -0
  424. package/dist/gallery/states/footer-corporate.d.ts +3 -0
  425. package/dist/gallery/states/footer-corporate.d.ts.map +1 -0
  426. package/dist/gallery/states/footer-corporate.js +16 -0
  427. package/dist/gallery/states/footer-corporate.js.map +1 -0
  428. package/dist/gallery/states/footer-text.d.ts +3 -0
  429. package/dist/gallery/states/footer-text.d.ts.map +1 -0
  430. package/dist/gallery/states/footer-text.js +15 -0
  431. package/dist/gallery/states/footer-text.js.map +1 -0
  432. package/dist/gallery/states/header-logo.d.ts +3 -0
  433. package/dist/gallery/states/header-logo.d.ts.map +1 -0
  434. package/dist/gallery/states/header-logo.js +15 -0
  435. package/dist/gallery/states/header-logo.js.map +1 -0
  436. package/dist/gallery/states/home-corporate.d.ts +3 -0
  437. package/dist/gallery/states/home-corporate.d.ts.map +1 -0
  438. package/dist/gallery/states/home-corporate.js +16 -0
  439. package/dist/gallery/states/home-corporate.js.map +1 -0
  440. package/dist/gallery/states/home-dark.d.ts +3 -0
  441. package/dist/gallery/states/home-dark.d.ts.map +1 -0
  442. package/dist/gallery/states/home-dark.js +17 -0
  443. package/dist/gallery/states/home-dark.js.map +1 -0
  444. package/dist/gallery/states/home-no-script.d.ts +3 -0
  445. package/dist/gallery/states/home-no-script.d.ts.map +1 -0
  446. package/dist/gallery/states/home-no-script.js +10 -0
  447. package/dist/gallery/states/home-no-script.js.map +1 -0
  448. package/dist/gallery/states/home-single-source.d.ts +3 -0
  449. package/dist/gallery/states/home-single-source.d.ts.map +1 -0
  450. package/dist/gallery/states/home-single-source.js +16 -0
  451. package/dist/gallery/states/home-single-source.js.map +1 -0
  452. package/dist/gallery/states/home.d.ts +3 -0
  453. package/dist/gallery/states/home.d.ts.map +1 -0
  454. package/dist/gallery/states/home.js +13 -0
  455. package/dist/gallery/states/home.js.map +1 -0
  456. package/dist/gallery/states/index-corporate.d.ts +3 -0
  457. package/dist/gallery/states/index-corporate.d.ts.map +1 -0
  458. package/dist/gallery/states/index-corporate.js +16 -0
  459. package/dist/gallery/states/index-corporate.js.map +1 -0
  460. package/dist/gallery/states/index-page.d.ts +3 -0
  461. package/dist/gallery/states/index-page.d.ts.map +1 -0
  462. package/dist/gallery/states/index-page.js +13 -0
  463. package/dist/gallery/states/index-page.js.map +1 -0
  464. package/dist/gallery/states/keyword-page-corporate.d.ts +3 -0
  465. package/dist/gallery/states/keyword-page-corporate.d.ts.map +1 -0
  466. package/dist/gallery/states/keyword-page-corporate.js +16 -0
  467. package/dist/gallery/states/keyword-page-corporate.js.map +1 -0
  468. package/dist/gallery/states/keyword-page-empty.d.ts +3 -0
  469. package/dist/gallery/states/keyword-page-empty.d.ts.map +1 -0
  470. package/dist/gallery/states/keyword-page-empty.js +21 -0
  471. package/dist/gallery/states/keyword-page-empty.js.map +1 -0
  472. package/dist/gallery/states/keyword-page-no-script.d.ts +3 -0
  473. package/dist/gallery/states/keyword-page-no-script.d.ts.map +1 -0
  474. package/dist/gallery/states/keyword-page-no-script.js +10 -0
  475. package/dist/gallery/states/keyword-page-no-script.js.map +1 -0
  476. package/dist/gallery/states/keyword-page-no-timecode.d.ts +3 -0
  477. package/dist/gallery/states/keyword-page-no-timecode.d.ts.map +1 -0
  478. package/dist/gallery/states/keyword-page-no-timecode.js +16 -0
  479. package/dist/gallery/states/keyword-page-no-timecode.js.map +1 -0
  480. package/dist/gallery/states/keyword-page.d.ts +3 -0
  481. package/dist/gallery/states/keyword-page.d.ts.map +1 -0
  482. package/dist/gallery/states/keyword-page.js +13 -0
  483. package/dist/gallery/states/keyword-page.js.map +1 -0
  484. package/dist/gallery/states/meeting-page-corporate.d.ts +3 -0
  485. package/dist/gallery/states/meeting-page-corporate.d.ts.map +1 -0
  486. package/dist/gallery/states/meeting-page-corporate.js +16 -0
  487. package/dist/gallery/states/meeting-page-corporate.js.map +1 -0
  488. package/dist/gallery/states/meeting-page-no-script.d.ts +3 -0
  489. package/dist/gallery/states/meeting-page-no-script.d.ts.map +1 -0
  490. package/dist/gallery/states/meeting-page-no-script.js +10 -0
  491. package/dist/gallery/states/meeting-page-no-script.js.map +1 -0
  492. package/dist/gallery/states/mentions-panel-empty.d.ts +3 -0
  493. package/dist/gallery/states/mentions-panel-empty.d.ts.map +1 -0
  494. package/dist/gallery/states/mentions-panel-empty.js +15 -0
  495. package/dist/gallery/states/mentions-panel-empty.js.map +1 -0
  496. package/dist/gallery/states/mentions-panel-island.d.ts +3 -0
  497. package/dist/gallery/states/mentions-panel-island.d.ts.map +1 -0
  498. package/dist/gallery/states/mentions-panel-island.js +20 -0
  499. package/dist/gallery/states/mentions-panel-island.js.map +1 -0
  500. package/dist/gallery/states/mentions-panel.d.ts +3 -0
  501. package/dist/gallery/states/mentions-panel.d.ts.map +1 -0
  502. package/dist/gallery/states/mentions-panel.js +16 -0
  503. package/dist/gallery/states/mentions-panel.js.map +1 -0
  504. package/dist/gallery/states/neighbourhood-empty.d.ts +3 -0
  505. package/dist/gallery/states/neighbourhood-empty.d.ts.map +1 -0
  506. package/dist/gallery/states/neighbourhood-empty.js +16 -0
  507. package/dist/gallery/states/neighbourhood-empty.js.map +1 -0
  508. package/dist/gallery/states/neighbourhood-full.d.ts +3 -0
  509. package/dist/gallery/states/neighbourhood-full.d.ts.map +1 -0
  510. package/dist/gallery/states/neighbourhood-full.js +16 -0
  511. package/dist/gallery/states/neighbourhood-full.js.map +1 -0
  512. package/dist/gallery/states/neighbourhood-overflow.d.ts +3 -0
  513. package/dist/gallery/states/neighbourhood-overflow.d.ts.map +1 -0
  514. package/dist/gallery/states/neighbourhood-overflow.js +16 -0
  515. package/dist/gallery/states/neighbourhood-overflow.js.map +1 -0
  516. package/dist/gallery/states/neighbourhood.d.ts +3 -0
  517. package/dist/gallery/states/neighbourhood.d.ts.map +1 -0
  518. package/dist/gallery/states/neighbourhood.js +16 -0
  519. package/dist/gallery/states/neighbourhood.js.map +1 -0
  520. package/dist/gallery/states/not-found-corporate.d.ts +3 -0
  521. package/dist/gallery/states/not-found-corporate.d.ts.map +1 -0
  522. package/dist/gallery/states/not-found-corporate.js +16 -0
  523. package/dist/gallery/states/not-found-corporate.js.map +1 -0
  524. package/dist/gallery/states/not-found-nearby.d.ts +3 -0
  525. package/dist/gallery/states/not-found-nearby.d.ts.map +1 -0
  526. package/dist/gallery/states/not-found-nearby.js +16 -0
  527. package/dist/gallery/states/not-found-nearby.js.map +1 -0
  528. package/dist/gallery/states/screen-page-corporate.d.ts +3 -0
  529. package/dist/gallery/states/screen-page-corporate.d.ts.map +1 -0
  530. package/dist/gallery/states/screen-page-corporate.js +16 -0
  531. package/dist/gallery/states/screen-page-corporate.js.map +1 -0
  532. package/dist/gallery/states/search-results-corporate.d.ts +3 -0
  533. package/dist/gallery/states/search-results-corporate.d.ts.map +1 -0
  534. package/dist/gallery/states/search-results-corporate.js +16 -0
  535. package/dist/gallery/states/search-results-corporate.js.map +1 -0
  536. package/dist/gallery/states/search-results-empty.d.ts +3 -0
  537. package/dist/gallery/states/search-results-empty.d.ts.map +1 -0
  538. package/dist/gallery/states/search-results-empty.js +13 -0
  539. package/dist/gallery/states/search-results-empty.js.map +1 -0
  540. package/dist/gallery/states/search-results-filtered.d.ts +3 -0
  541. package/dist/gallery/states/search-results-filtered.d.ts.map +1 -0
  542. package/dist/gallery/states/search-results-filtered.js +16 -0
  543. package/dist/gallery/states/search-results-filtered.js.map +1 -0
  544. package/dist/gallery/states/search-results-no-script.d.ts +3 -0
  545. package/dist/gallery/states/search-results-no-script.d.ts.map +1 -0
  546. package/dist/gallery/states/search-results-no-script.js +10 -0
  547. package/dist/gallery/states/search-results-no-script.js.map +1 -0
  548. package/dist/gallery/states/search-results.d.ts +3 -0
  549. package/dist/gallery/states/search-results.d.ts.map +1 -0
  550. package/dist/gallery/states/search-results.js +13 -0
  551. package/dist/gallery/states/search-results.js.map +1 -0
  552. package/dist/gallery/states/shell-rtl.d.ts +3 -0
  553. package/dist/gallery/states/shell-rtl.d.ts.map +1 -0
  554. package/dist/gallery/states/shell-rtl.js +14 -0
  555. package/dist/gallery/states/shell-rtl.js.map +1 -0
  556. package/dist/gallery/states/space-corporate.d.ts +3 -0
  557. package/dist/gallery/states/space-corporate.d.ts.map +1 -0
  558. package/dist/gallery/states/space-corporate.js +16 -0
  559. package/dist/gallery/states/space-corporate.js.map +1 -0
  560. package/dist/gallery/states/spaces-corporate.d.ts +3 -0
  561. package/dist/gallery/states/spaces-corporate.d.ts.map +1 -0
  562. package/dist/gallery/states/spaces-corporate.js +16 -0
  563. package/dist/gallery/states/spaces-corporate.js.map +1 -0
  564. package/dist/gallery/states/todo-corporate.d.ts +3 -0
  565. package/dist/gallery/states/todo-corporate.d.ts.map +1 -0
  566. package/dist/gallery/states/todo-corporate.js +16 -0
  567. package/dist/gallery/states/todo-corporate.js.map +1 -0
  568. package/dist/gallery/states/todo-empty.d.ts +3 -0
  569. package/dist/gallery/states/todo-empty.d.ts.map +1 -0
  570. package/dist/gallery/states/todo-empty.js +12 -0
  571. package/dist/gallery/states/todo-empty.js.map +1 -0
  572. package/dist/gallery/states/todo.d.ts +3 -0
  573. package/dist/gallery/states/todo.d.ts.map +1 -0
  574. package/dist/gallery/states/todo.js +13 -0
  575. package/dist/gallery/states/todo.js.map +1 -0
  576. package/dist/gallery/types.d.ts +27 -0
  577. package/dist/gallery/types.d.ts.map +1 -0
  578. package/dist/gallery/types.js +107 -0
  579. package/dist/gallery/types.js.map +1 -0
  580. package/dist/gallery/width-switch.d.ts +11 -0
  581. package/dist/gallery/width-switch.d.ts.map +1 -0
  582. package/dist/gallery/width-switch.js +18 -0
  583. package/dist/gallery/width-switch.js.map +1 -0
  584. package/dist/gallery/width.client.d.ts +2 -0
  585. package/dist/gallery/width.client.d.ts.map +1 -0
  586. package/dist/gallery/width.client.js +6 -0
  587. package/dist/gallery/width.client.js.map +1 -0
  588. package/dist/gallery/width.d.ts +35 -0
  589. package/dist/gallery/width.d.ts.map +1 -0
  590. package/dist/gallery/width.js +40 -0
  591. package/dist/gallery/width.js.map +1 -0
  592. package/dist/index.d.ts +95 -0
  593. package/dist/index.d.ts.map +1 -0
  594. package/dist/index.js +82 -0
  595. package/dist/index.js.map +1 -0
  596. package/dist/islands/age.client.d.ts +2 -0
  597. package/dist/islands/age.client.d.ts.map +1 -0
  598. package/dist/islands/age.client.js +6 -0
  599. package/dist/islands/age.client.js.map +1 -0
  600. package/dist/islands/age.d.ts +43 -0
  601. package/dist/islands/age.d.ts.map +1 -0
  602. package/dist/islands/age.js +67 -0
  603. package/dist/islands/age.js.map +1 -0
  604. package/dist/islands/bundle.d.ts +50 -0
  605. package/dist/islands/bundle.d.ts.map +1 -0
  606. package/dist/islands/bundle.js +152 -0
  607. package/dist/islands/bundle.js.map +1 -0
  608. package/dist/islands/category-list.client.d.ts +2 -0
  609. package/dist/islands/category-list.client.d.ts.map +1 -0
  610. package/dist/islands/category-list.client.js +5 -0
  611. package/dist/islands/category-list.client.js.map +1 -0
  612. package/dist/islands/contract-viewer.client.d.ts +2 -0
  613. package/dist/islands/contract-viewer.client.d.ts.map +1 -0
  614. package/dist/islands/contract-viewer.client.js +5 -0
  615. package/dist/islands/contract-viewer.client.js.map +1 -0
  616. package/dist/islands/document-viewer.client.d.ts +2 -0
  617. package/dist/islands/document-viewer.client.d.ts.map +1 -0
  618. package/dist/islands/document-viewer.client.js +10 -0
  619. package/dist/islands/document-viewer.client.js.map +1 -0
  620. package/dist/islands/document-viewer.d.ts +41 -0
  621. package/dist/islands/document-viewer.d.ts.map +1 -0
  622. package/dist/islands/document-viewer.js +130 -0
  623. package/dist/islands/document-viewer.js.map +1 -0
  624. package/dist/islands/editable.d.ts +12 -0
  625. package/dist/islands/editable.d.ts.map +1 -0
  626. package/dist/islands/editable.js +12 -0
  627. package/dist/islands/editable.js.map +1 -0
  628. package/dist/islands/element.d.ts +3 -0
  629. package/dist/islands/element.d.ts.map +1 -0
  630. package/dist/islands/element.js +3 -0
  631. package/dist/islands/element.js.map +1 -0
  632. package/dist/islands/island.d.ts +10 -0
  633. package/dist/islands/island.d.ts.map +1 -0
  634. package/dist/islands/island.js +24 -0
  635. package/dist/islands/island.js.map +1 -0
  636. package/dist/islands/mentions-panel.client.d.ts +2 -0
  637. package/dist/islands/mentions-panel.client.d.ts.map +1 -0
  638. package/dist/islands/mentions-panel.client.js +10 -0
  639. package/dist/islands/mentions-panel.client.js.map +1 -0
  640. package/dist/islands/mentions-rest.d.ts +22 -0
  641. package/dist/islands/mentions-rest.d.ts.map +1 -0
  642. package/dist/islands/mentions-rest.js +44 -0
  643. package/dist/islands/mentions-rest.js.map +1 -0
  644. package/dist/islands/mode-switch.client.d.ts +2 -0
  645. package/dist/islands/mode-switch.client.d.ts.map +1 -0
  646. package/dist/islands/mode-switch.client.js +14 -0
  647. package/dist/islands/mode-switch.client.js.map +1 -0
  648. package/dist/islands/mode-switch.d.ts +54 -0
  649. package/dist/islands/mode-switch.d.ts.map +1 -0
  650. package/dist/islands/mode-switch.js +64 -0
  651. package/dist/islands/mode-switch.js.map +1 -0
  652. package/dist/islands/mount.d.ts +11 -0
  653. package/dist/islands/mount.d.ts.map +1 -0
  654. package/dist/islands/mount.js +14 -0
  655. package/dist/islands/mount.js.map +1 -0
  656. package/dist/islands/not-found.client.d.ts +2 -0
  657. package/dist/islands/not-found.client.d.ts.map +1 -0
  658. package/dist/islands/not-found.client.js +18 -0
  659. package/dist/islands/not-found.client.js.map +1 -0
  660. package/dist/islands/not-found.d.ts +56 -0
  661. package/dist/islands/not-found.d.ts.map +1 -0
  662. package/dist/islands/not-found.js +138 -0
  663. package/dist/islands/not-found.js.map +1 -0
  664. package/dist/islands/panels.client.d.ts +2 -0
  665. package/dist/islands/panels.client.d.ts.map +1 -0
  666. package/dist/islands/panels.client.js +6 -0
  667. package/dist/islands/panels.client.js.map +1 -0
  668. package/dist/islands/panels.d.ts +48 -0
  669. package/dist/islands/panels.d.ts.map +1 -0
  670. package/dist/islands/panels.js +95 -0
  671. package/dist/islands/panels.js.map +1 -0
  672. package/dist/islands/pins.client.d.ts +2 -0
  673. package/dist/islands/pins.client.d.ts.map +1 -0
  674. package/dist/islands/pins.client.js +6 -0
  675. package/dist/islands/pins.client.js.map +1 -0
  676. package/dist/islands/pins.d.ts +30 -0
  677. package/dist/islands/pins.d.ts.map +1 -0
  678. package/dist/islands/pins.js +134 -0
  679. package/dist/islands/pins.js.map +1 -0
  680. package/dist/islands/search.client.d.ts +2 -0
  681. package/dist/islands/search.client.d.ts.map +1 -0
  682. package/dist/islands/search.client.js +58 -0
  683. package/dist/islands/search.client.js.map +1 -0
  684. package/dist/islands/search.d.ts +221 -0
  685. package/dist/islands/search.d.ts.map +1 -0
  686. package/dist/islands/search.js +606 -0
  687. package/dist/islands/search.js.map +1 -0
  688. package/dist/islands/shards.d.ts +27 -0
  689. package/dist/islands/shards.d.ts.map +1 -0
  690. package/dist/islands/shards.js +39 -0
  691. package/dist/islands/shards.js.map +1 -0
  692. package/dist/islands/tabs.client.d.ts +2 -0
  693. package/dist/islands/tabs.client.d.ts.map +1 -0
  694. package/dist/islands/tabs.client.js +6 -0
  695. package/dist/islands/tabs.client.js.map +1 -0
  696. package/dist/islands/tabs.d.ts +24 -0
  697. package/dist/islands/tabs.d.ts.map +1 -0
  698. package/dist/islands/tabs.js +79 -0
  699. package/dist/islands/tabs.js.map +1 -0
  700. package/dist/islands/toc.client.d.ts +2 -0
  701. package/dist/islands/toc.client.d.ts.map +1 -0
  702. package/dist/islands/toc.client.js +11 -0
  703. package/dist/islands/toc.client.js.map +1 -0
  704. package/dist/islands/toc.d.ts +37 -0
  705. package/dist/islands/toc.d.ts.map +1 -0
  706. package/dist/islands/toc.js +50 -0
  707. package/dist/islands/toc.js.map +1 -0
  708. package/dist/islands/trail.client.d.ts +2 -0
  709. package/dist/islands/trail.client.d.ts.map +1 -0
  710. package/dist/islands/trail.client.js +12 -0
  711. package/dist/islands/trail.client.js.map +1 -0
  712. package/dist/islands/trail.d.ts +95 -0
  713. package/dist/islands/trail.d.ts.map +1 -0
  714. package/dist/islands/trail.js +223 -0
  715. package/dist/islands/trail.js.map +1 -0
  716. package/dist/islands/viewer-pdf.client.d.ts +7 -0
  717. package/dist/islands/viewer-pdf.client.d.ts.map +1 -0
  718. package/dist/islands/viewer-pdf.client.js +13 -0
  719. package/dist/islands/viewer-pdf.client.js.map +1 -0
  720. package/dist/islands/viewer-pdf.d.ts +50 -0
  721. package/dist/islands/viewer-pdf.d.ts.map +1 -0
  722. package/dist/islands/viewer-pdf.js +157 -0
  723. package/dist/islands/viewer-pdf.js.map +1 -0
  724. package/dist/markdown/figures.d.ts +16 -0
  725. package/dist/markdown/figures.d.ts.map +1 -0
  726. package/dist/markdown/figures.js +26 -0
  727. package/dist/markdown/figures.js.map +1 -0
  728. package/dist/markdown/marks.d.ts +14 -0
  729. package/dist/markdown/marks.d.ts.map +1 -0
  730. package/dist/markdown/marks.js +10 -0
  731. package/dist/markdown/marks.js.map +1 -0
  732. package/dist/markdown/render.d.ts +67 -0
  733. package/dist/markdown/render.d.ts.map +1 -0
  734. package/dist/markdown/render.js +402 -0
  735. package/dist/markdown/render.js.map +1 -0
  736. package/dist/mode.d.ts +21 -0
  737. package/dist/mode.d.ts.map +1 -0
  738. package/dist/mode.js +25 -0
  739. package/dist/mode.js.map +1 -0
  740. package/dist/neighbourhood/layout.d.ts +58 -0
  741. package/dist/neighbourhood/layout.d.ts.map +1 -0
  742. package/dist/neighbourhood/layout.js +171 -0
  743. package/dist/neighbourhood/layout.js.map +1 -0
  744. package/dist/order.d.ts +2 -0
  745. package/dist/order.d.ts.map +1 -0
  746. package/dist/order.js +5 -0
  747. package/dist/order.js.map +1 -0
  748. package/dist/panels.d.ts +21 -0
  749. package/dist/panels.d.ts.map +1 -0
  750. package/dist/panels.js +31 -0
  751. package/dist/panels.js.map +1 -0
  752. package/dist/pins.d.ts +46 -0
  753. package/dist/pins.d.ts.map +1 -0
  754. package/dist/pins.js +132 -0
  755. package/dist/pins.js.map +1 -0
  756. package/dist/render.d.ts +38 -0
  757. package/dist/render.d.ts.map +1 -0
  758. package/dist/render.js +64 -0
  759. package/dist/render.js.map +1 -0
  760. package/dist/search/build.d.ts +91 -0
  761. package/dist/search/build.d.ts.map +1 -0
  762. package/dist/search/build.js +256 -0
  763. package/dist/search/build.js.map +1 -0
  764. package/dist/search/facets.d.ts +40 -0
  765. package/dist/search/facets.d.ts.map +1 -0
  766. package/dist/search/facets.js +159 -0
  767. package/dist/search/facets.js.map +1 -0
  768. package/dist/search/highlight.d.ts +13 -0
  769. package/dist/search/highlight.d.ts.map +1 -0
  770. package/dist/search/highlight.js +72 -0
  771. package/dist/search/highlight.js.map +1 -0
  772. package/dist/search/shared.d.ts +194 -0
  773. package/dist/search/shared.d.ts.map +1 -0
  774. package/dist/search/shared.js +166 -0
  775. package/dist/search/shared.js.map +1 -0
  776. package/dist/search/state.d.ts +30 -0
  777. package/dist/search/state.d.ts.map +1 -0
  778. package/dist/search/state.js +82 -0
  779. package/dist/search/state.js.map +1 -0
  780. package/dist/slots.d.ts +1768 -0
  781. package/dist/slots.d.ts.map +1 -0
  782. package/dist/slots.js +57 -0
  783. package/dist/slots.js.map +1 -0
  784. package/dist/theme/chrome.d.ts +30 -0
  785. package/dist/theme/chrome.d.ts.map +1 -0
  786. package/dist/theme/chrome.js +59 -0
  787. package/dist/theme/chrome.js.map +1 -0
  788. package/dist/theme/context.d.ts +18 -0
  789. package/dist/theme/context.d.ts.map +1 -0
  790. package/dist/theme/context.js +38 -0
  791. package/dist/theme/context.js.map +1 -0
  792. package/dist/theme/default/about.d.ts +12 -0
  793. package/dist/theme/default/about.d.ts.map +1 -0
  794. package/dist/theme/default/about.js +88 -0
  795. package/dist/theme/default/about.js.map +1 -0
  796. package/dist/theme/default/age-notice.d.ts +36 -0
  797. package/dist/theme/default/age-notice.d.ts.map +1 -0
  798. package/dist/theme/default/age-notice.js +18 -0
  799. package/dist/theme/default/age-notice.js.map +1 -0
  800. package/dist/theme/default/api-page.d.ts +28 -0
  801. package/dist/theme/default/api-page.d.ts.map +1 -0
  802. package/dist/theme/default/api-page.js +47 -0
  803. package/dist/theme/default/api-page.js.map +1 -0
  804. package/dist/theme/default/attributes.d.ts +20 -0
  805. package/dist/theme/default/attributes.d.ts.map +1 -0
  806. package/dist/theme/default/attributes.js +20 -0
  807. package/dist/theme/default/attributes.js.map +1 -0
  808. package/dist/theme/default/category-island.d.ts +80 -0
  809. package/dist/theme/default/category-island.d.ts.map +1 -0
  810. package/dist/theme/default/category-island.js +161 -0
  811. package/dist/theme/default/category-island.js.map +1 -0
  812. package/dist/theme/default/category-list.d.ts +14 -0
  813. package/dist/theme/default/category-list.d.ts.map +1 -0
  814. package/dist/theme/default/category-list.js +47 -0
  815. package/dist/theme/default/category-list.js.map +1 -0
  816. package/dist/theme/default/contract-section.d.ts +13 -0
  817. package/dist/theme/default/contract-section.d.ts.map +1 -0
  818. package/dist/theme/default/contract-section.js +66 -0
  819. package/dist/theme/default/contract-section.js.map +1 -0
  820. package/dist/theme/default/contract-viewer.d.ts +46 -0
  821. package/dist/theme/default/contract-viewer.d.ts.map +1 -0
  822. package/dist/theme/default/contract-viewer.js +105 -0
  823. package/dist/theme/default/contract-viewer.js.map +1 -0
  824. package/dist/theme/default/decision-page.d.ts +24 -0
  825. package/dist/theme/default/decision-page.d.ts.map +1 -0
  826. package/dist/theme/default/decision-page.js +91 -0
  827. package/dist/theme/default/decision-page.js.map +1 -0
  828. package/dist/theme/default/document-page.d.ts +23 -0
  829. package/dist/theme/default/document-page.d.ts.map +1 -0
  830. package/dist/theme/default/document-page.js +143 -0
  831. package/dist/theme/default/document-page.js.map +1 -0
  832. package/dist/theme/default/document-viewer.d.ts +70 -0
  833. package/dist/theme/default/document-viewer.d.ts.map +1 -0
  834. package/dist/theme/default/document-viewer.js +93 -0
  835. package/dist/theme/default/document-viewer.js.map +1 -0
  836. package/dist/theme/default/drawer.d.ts +20 -0
  837. package/dist/theme/default/drawer.d.ts.map +1 -0
  838. package/dist/theme/default/drawer.js +25 -0
  839. package/dist/theme/default/drawer.js.map +1 -0
  840. package/dist/theme/default/entity-page.d.ts +75 -0
  841. package/dist/theme/default/entity-page.d.ts.map +1 -0
  842. package/dist/theme/default/entity-page.js +140 -0
  843. package/dist/theme/default/entity-page.js.map +1 -0
  844. package/dist/theme/default/footer.d.ts +15 -0
  845. package/dist/theme/default/footer.d.ts.map +1 -0
  846. package/dist/theme/default/footer.js +57 -0
  847. package/dist/theme/default/footer.js.map +1 -0
  848. package/dist/theme/default/glyphs.d.ts +19 -0
  849. package/dist/theme/default/glyphs.d.ts.map +1 -0
  850. package/dist/theme/default/glyphs.js +56 -0
  851. package/dist/theme/default/glyphs.js.map +1 -0
  852. package/dist/theme/default/grouped-files.d.ts +12 -0
  853. package/dist/theme/default/grouped-files.d.ts.map +1 -0
  854. package/dist/theme/default/grouped-files.js +11 -0
  855. package/dist/theme/default/grouped-files.js.map +1 -0
  856. package/dist/theme/default/header.d.ts +11 -0
  857. package/dist/theme/default/header.d.ts.map +1 -0
  858. package/dist/theme/default/header.js +23 -0
  859. package/dist/theme/default/header.js.map +1 -0
  860. package/dist/theme/default/home.d.ts +13 -0
  861. package/dist/theme/default/home.d.ts.map +1 -0
  862. package/dist/theme/default/home.js +45 -0
  863. package/dist/theme/default/home.js.map +1 -0
  864. package/dist/theme/default/index-page.d.ts +29 -0
  865. package/dist/theme/default/index-page.d.ts.map +1 -0
  866. package/dist/theme/default/index-page.js +97 -0
  867. package/dist/theme/default/index-page.js.map +1 -0
  868. package/dist/theme/default/index.d.ts +13 -0
  869. package/dist/theme/default/index.d.ts.map +1 -0
  870. package/dist/theme/default/index.js +55 -0
  871. package/dist/theme/default/index.js.map +1 -0
  872. package/dist/theme/default/keyword-page.d.ts +20 -0
  873. package/dist/theme/default/keyword-page.d.ts.map +1 -0
  874. package/dist/theme/default/keyword-page.js +68 -0
  875. package/dist/theme/default/keyword-page.js.map +1 -0
  876. package/dist/theme/default/labels.d.ts +223 -0
  877. package/dist/theme/default/labels.d.ts.map +1 -0
  878. package/dist/theme/default/labels.js +223 -0
  879. package/dist/theme/default/labels.js.map +1 -0
  880. package/dist/theme/default/meeting-page.d.ts +20 -0
  881. package/dist/theme/default/meeting-page.d.ts.map +1 -0
  882. package/dist/theme/default/meeting-page.js +122 -0
  883. package/dist/theme/default/meeting-page.js.map +1 -0
  884. package/dist/theme/default/mention-list.d.ts +70 -0
  885. package/dist/theme/default/mention-list.d.ts.map +1 -0
  886. package/dist/theme/default/mention-list.js +99 -0
  887. package/dist/theme/default/mention-list.js.map +1 -0
  888. package/dist/theme/default/mentions-island.d.ts +100 -0
  889. package/dist/theme/default/mentions-island.d.ts.map +1 -0
  890. package/dist/theme/default/mentions-island.js +169 -0
  891. package/dist/theme/default/mentions-island.js.map +1 -0
  892. package/dist/theme/default/mentions-more.d.ts +22 -0
  893. package/dist/theme/default/mentions-more.d.ts.map +1 -0
  894. package/dist/theme/default/mentions-more.js +25 -0
  895. package/dist/theme/default/mentions-more.js.map +1 -0
  896. package/dist/theme/default/mentions-panel.d.ts +16 -0
  897. package/dist/theme/default/mentions-panel.d.ts.map +1 -0
  898. package/dist/theme/default/mentions-panel.js +50 -0
  899. package/dist/theme/default/mentions-panel.js.map +1 -0
  900. package/dist/theme/default/mode-switch.d.ts +9 -0
  901. package/dist/theme/default/mode-switch.d.ts.map +1 -0
  902. package/dist/theme/default/mode-switch.js +19 -0
  903. package/dist/theme/default/mode-switch.js.map +1 -0
  904. package/dist/theme/default/neighbourhood.d.ts +29 -0
  905. package/dist/theme/default/neighbourhood.d.ts.map +1 -0
  906. package/dist/theme/default/neighbourhood.js +146 -0
  907. package/dist/theme/default/neighbourhood.js.map +1 -0
  908. package/dist/theme/default/not-found.d.ts +14 -0
  909. package/dist/theme/default/not-found.d.ts.map +1 -0
  910. package/dist/theme/default/not-found.js +27 -0
  911. package/dist/theme/default/not-found.js.map +1 -0
  912. package/dist/theme/default/page-notice.d.ts +10 -0
  913. package/dist/theme/default/page-notice.d.ts.map +1 -0
  914. package/dist/theme/default/page-notice.js +11 -0
  915. package/dist/theme/default/page-notice.js.map +1 -0
  916. package/dist/theme/default/panel-block.d.ts +14 -0
  917. package/dist/theme/default/panel-block.d.ts.map +1 -0
  918. package/dist/theme/default/panel-block.js +9 -0
  919. package/dist/theme/default/panel-block.js.map +1 -0
  920. package/dist/theme/default/panel-handle.d.ts +29 -0
  921. package/dist/theme/default/panel-handle.d.ts.map +1 -0
  922. package/dist/theme/default/panel-handle.js +35 -0
  923. package/dist/theme/default/panel-handle.js.map +1 -0
  924. package/dist/theme/default/pins.d.ts +22 -0
  925. package/dist/theme/default/pins.d.ts.map +1 -0
  926. package/dist/theme/default/pins.js +53 -0
  927. package/dist/theme/default/pins.js.map +1 -0
  928. package/dist/theme/default/plugin.d.ts +11 -0
  929. package/dist/theme/default/plugin.d.ts.map +1 -0
  930. package/dist/theme/default/plugin.js +28 -0
  931. package/dist/theme/default/plugin.js.map +1 -0
  932. package/dist/theme/default/result-list.d.ts +13 -0
  933. package/dist/theme/default/result-list.d.ts.map +1 -0
  934. package/dist/theme/default/result-list.js +27 -0
  935. package/dist/theme/default/result-list.js.map +1 -0
  936. package/dist/theme/default/search-island.d.ts +29 -0
  937. package/dist/theme/default/search-island.d.ts.map +1 -0
  938. package/dist/theme/default/search-island.js +45 -0
  939. package/dist/theme/default/search-island.js.map +1 -0
  940. package/dist/theme/default/search-results.d.ts +12 -0
  941. package/dist/theme/default/search-results.d.ts.map +1 -0
  942. package/dist/theme/default/search-results.js +85 -0
  943. package/dist/theme/default/search-results.js.map +1 -0
  944. package/dist/theme/default/search-suggestions.d.ts +51 -0
  945. package/dist/theme/default/search-suggestions.d.ts.map +1 -0
  946. package/dist/theme/default/search-suggestions.js +55 -0
  947. package/dist/theme/default/search-suggestions.js.map +1 -0
  948. package/dist/theme/default/shell.d.ts +4 -0
  949. package/dist/theme/default/shell.d.ts.map +1 -0
  950. package/dist/theme/default/shell.js +16 -0
  951. package/dist/theme/default/shell.js.map +1 -0
  952. package/dist/theme/default/space-tree.d.ts +24 -0
  953. package/dist/theme/default/space-tree.d.ts.map +1 -0
  954. package/dist/theme/default/space-tree.js +50 -0
  955. package/dist/theme/default/space-tree.js.map +1 -0
  956. package/dist/theme/default/space.d.ts +14 -0
  957. package/dist/theme/default/space.d.ts.map +1 -0
  958. package/dist/theme/default/space.js +47 -0
  959. package/dist/theme/default/space.js.map +1 -0
  960. package/dist/theme/default/spaces.d.ts +12 -0
  961. package/dist/theme/default/spaces.d.ts.map +1 -0
  962. package/dist/theme/default/spaces.js +35 -0
  963. package/dist/theme/default/spaces.js.map +1 -0
  964. package/dist/theme/default/tabs.d.ts +38 -0
  965. package/dist/theme/default/tabs.d.ts.map +1 -0
  966. package/dist/theme/default/tabs.js +29 -0
  967. package/dist/theme/default/tabs.js.map +1 -0
  968. package/dist/theme/default/toc.d.ts +19 -0
  969. package/dist/theme/default/toc.d.ts.map +1 -0
  970. package/dist/theme/default/toc.js +26 -0
  971. package/dist/theme/default/toc.js.map +1 -0
  972. package/dist/theme/default/todo.d.ts +8 -0
  973. package/dist/theme/default/todo.d.ts.map +1 -0
  974. package/dist/theme/default/todo.js +33 -0
  975. package/dist/theme/default/todo.js.map +1 -0
  976. package/dist/theme/default/trail.d.ts +9 -0
  977. package/dist/theme/default/trail.d.ts.map +1 -0
  978. package/dist/theme/default/trail.js +24 -0
  979. package/dist/theme/default/trail.js.map +1 -0
  980. package/dist/theme/load.d.ts +45 -0
  981. package/dist/theme/load.d.ts.map +1 -0
  982. package/dist/theme/load.js +123 -0
  983. package/dist/theme/load.js.map +1 -0
  984. package/dist/theme/node-loader.d.ts +10 -0
  985. package/dist/theme/node-loader.d.ts.map +1 -0
  986. package/dist/theme/node-loader.js +36 -0
  987. package/dist/theme/node-loader.js.map +1 -0
  988. package/dist/theme/resolve.d.ts +27 -0
  989. package/dist/theme/resolve.d.ts.map +1 -0
  990. package/dist/theme/resolve.js +184 -0
  991. package/dist/theme/resolve.js.map +1 -0
  992. package/dist/theme/types.d.ts +44 -0
  993. package/dist/theme/types.d.ts.map +1 -0
  994. package/dist/theme/types.js +2 -0
  995. package/dist/theme/types.js.map +1 -0
  996. package/package.json +60 -0
@@ -0,0 +1,1768 @@
1
+ import type { ComponentChildren } from "preact";
2
+ /** The named parts of the site, in the order a theme author meets them: chrome first, then pages, then panels. */
3
+ export declare const SLOT_NAMES: readonly ["Shell", "Header", "Footer", "Home", "EntityPage", "KeywordPage", "MentionsPanel", "Neighbourhood", "SearchResults", "Index", "Todo", "Spaces", "Space", "CategoryList", "About", "NotFound"];
4
+ export type SlotName = (typeof SLOT_NAMES)[number];
5
+ export declare function isSlotName(value: string): value is SlotName;
6
+ /**
7
+ * The parts of an entity page a theme or a type module may render for one attribute or one
8
+ * mapped section: `Attribute@<name>` receives the value of that attribute, `Section@<key>` the
9
+ * section of the note the profile maps under that key.
10
+ */
11
+ export declare const PART_NAMES: readonly ["Attribute", "Section"];
12
+ export type PartName = (typeof PART_NAMES)[number];
13
+ /** What a `components` key of a theme or a `components/` file of a type module names. */
14
+ export type ComponentName = {
15
+ kind: "slot";
16
+ slot: SlotName;
17
+ } | {
18
+ kind: "page";
19
+ type: string;
20
+ } | {
21
+ kind: "attribute";
22
+ name: string;
23
+ } | {
24
+ kind: "section";
25
+ key: string;
26
+ };
27
+ /**
28
+ * Reads a component name: a slot (`Footer`), the page of one type (`EntityPage@runbook`), the
29
+ * value of one attribute (`Attribute@steps`) or one mapped section (`Section@steps`); undefined
30
+ * for any other name.
31
+ */
32
+ export declare function parseComponentName(name: string): ComponentName | undefined;
33
+ export interface Link {
34
+ label: string;
35
+ href: string;
36
+ }
37
+ export type TextDirection = "ltr" | "rtl";
38
+ /** What the document head loads: hrefs relative to the page. */
39
+ export interface HeadAssets {
40
+ /** Inline scripts written before the stylesheets; the renderer emits one, which applies the remembered colour scheme. */
41
+ inlineScripts?: string[];
42
+ stylesheets: string[];
43
+ modulePreloads: string[];
44
+ /** Module scripts, deferred by nature. */
45
+ scripts: string[];
46
+ /** Classic scripts, written with `defer`: the islands that must run from a `file://` page in every browser. */
47
+ classicScripts?: string[];
48
+ /** Href of the favicon; `type` is inferred from the extension. */
49
+ favicon?: string;
50
+ /** Href the page forwards to at once, as a `<meta http-equiv="refresh">`; the body repeats it as a link. */
51
+ redirect?: string;
52
+ /**
53
+ * The address of the page itself, as a `<base>`, for a page the host serves at other addresses
54
+ * than its own: the one served for a missing address, whose relative hrefs would otherwise
55
+ * resolve against the address asked for.
56
+ */
57
+ base?: string;
58
+ }
59
+ export interface ShellProps {
60
+ /** BCP 47 tag of the page, written on the `lang` attribute. */
61
+ locale: string;
62
+ direction: TextDirection;
63
+ title: string;
64
+ head: HeadAssets;
65
+ /** A scheme forced on the root as `data-mode`, to preview a palette; absent on a page of the site, where the reader's choice and the system preference decide. */
66
+ scheme?: "light" | "dark";
67
+ children: ComponentChildren;
68
+ }
69
+ export interface SearchField {
70
+ /** Page the query is submitted to, as a `GET` form with a `q` field. */
71
+ action: string;
72
+ placeholder: string;
73
+ /** Accessible name of the field; the theme's own label when absent. */
74
+ label?: string;
75
+ /** Accessible name of the button clearing the field, shown by the search island once the field holds a query; the theme's own label when absent. */
76
+ clearLabel?: string;
77
+ /**
78
+ * Href of the root of the site from the page, `../` for instance, where `search/` holds the
79
+ * index; absent when the site has no index, and the field then only submits.
80
+ */
81
+ root?: string;
82
+ /** The strings of the live results under the field, worded at build; the island's own English when absent. */
83
+ suggestions?: SuggestionLabels;
84
+ /** The space the field is confined to: the form submits it as the source facet, and the live results keep to it. */
85
+ source?: string;
86
+ /**
87
+ * Facet values the form submits with the query, as hidden fields, by parameter name, which the
88
+ * live results keep to as well: the space and the type of a category list, so that the results
89
+ * open on that category.
90
+ */
91
+ filters?: Readonly<Record<string, string>>;
92
+ }
93
+ /** A message by plural category of the locale, `#` standing for the number, as the island words a count. */
94
+ export type CountForms = Record<string, string>;
95
+ /** The strings of the live results a search field shows as the reader types. */
96
+ export interface SuggestionLabels {
97
+ /** "N matches", next to the field of the home page. */
98
+ matches: CountForms;
99
+ /** Under the title of a keyword page: "Used in N documents, never defined". */
100
+ usedIn: CountForms;
101
+ /** The detail line of a note, "{type} — {summary}", the placeholders filled in the browser. */
102
+ typeSummary: string;
103
+ /** The detail line of a glossary term: "Glossary term — cited in N pages". */
104
+ glossaryTerm: CountForms;
105
+ /** The keyboard help: the arrow keys "browse", the Enter key "open". */
106
+ browse: string;
107
+ enter: string;
108
+ open: string;
109
+ /** The link to the results page: "See the N results". */
110
+ seeResults: CountForms;
111
+ }
112
+ export interface NavigationItem extends Link {
113
+ /** A badge next to the label, the number of pending items of the to-do page for instance. */
114
+ count?: number;
115
+ }
116
+ /** The logo of the header: an image by href, or the markup of an SVG inlined so that it can follow the current colour. */
117
+ export type HeaderLogo = {
118
+ src: string;
119
+ alt: string;
120
+ } | {
121
+ svg: string;
122
+ };
123
+ /** The labels the pins island writes, in the language of the site, once its script runs. */
124
+ export interface PinsLabels {
125
+ /** The button of the page header while the page is not pinned: "Pin". */
126
+ pin: string;
127
+ /** The same button, pressed, while the page is pinned: "Pinned". */
128
+ pinned: string;
129
+ /** The small capital label opening the row: "Pinned". */
130
+ label: string;
131
+ /** Accessible name of the row: "Pinned pages". */
132
+ pages: string;
133
+ /** The count at the end of the row, `'{count}' pinned`, for one page and for several. */
134
+ countOne: string;
135
+ countMany: string;
136
+ /** Accessible name of the cross removing a pin, `Unpin '{title}'`. */
137
+ unpin: string;
138
+ /** Heading of the menu listing every pin, and name of the summary opening it: "All pinned". */
139
+ all: string;
140
+ /** Placeholder and name of the filter of the menu: "Filter". */
141
+ filter: string;
142
+ /** The button at the foot of the menu: "Remove all". */
143
+ removeAll: string;
144
+ /** The question asked before removing every pin. */
145
+ confirmRemoveAll: string;
146
+ }
147
+ /** A page a reader pinned: its identifier and its title at the time it was pinned, so that it reads even once the page is gone. */
148
+ export interface PinnedPage {
149
+ id: string;
150
+ title: string;
151
+ }
152
+ /** The pinned pages as a row of tabs under the bar, chosen by the reader and kept in the browser. */
153
+ export interface PinsProps {
154
+ /** Prefix of the hrefs from the page to the site root, `../../` for instance; empty at the root. */
155
+ base: string;
156
+ /** The entity of the page, which the button of its header pins; absent on the home, index and to-do pages, which show the row without a button. */
157
+ current?: PinnedPage;
158
+ labels: PinsLabels;
159
+ /** The pins served in the row, to preview it; the script then leaves the island alone. A page of the site serves none: the row is drawn from the browser's storage. */
160
+ pinned?: PinnedPage[];
161
+ }
162
+ /** The labels the panels island writes on the handles of the side panels once its script runs. */
163
+ export interface PanelsLabels {
164
+ /** Title of every handle: "Fold or unfold". */
165
+ fold: string;
166
+ /** Accessible name of the handle of the tree of the space. */
167
+ tree: string;
168
+ /** Accessible name of the handle of the right panel. */
169
+ panel: string;
170
+ }
171
+ /** The island folding the side panels of a page behind their handles; served empty, it only carries the labels. */
172
+ export interface PanelsProps {
173
+ labels: PanelsLabels;
174
+ }
175
+ /** A side panel of the entity page a reader can fold: the tree of the space, the right panel. */
176
+ export type FoldablePanel = "tree" | "panel";
177
+ /** A space listed in the drawer of the narrow layouts: a source, its initials and how many notes it holds. */
178
+ export interface SpaceLink extends Link {
179
+ /** Two letters standing for the space in its badge. */
180
+ initials: string;
181
+ count: number;
182
+ }
183
+ /** The spaces entry of the header: its link to the file tree of the home page, and one item per source. */
184
+ export interface HeaderSpaces extends Link {
185
+ items: SpaceLink[];
186
+ }
187
+ /** The labels the default theme writes itself in the header; its own English when absent. */
188
+ export interface HeaderLabels {
189
+ /** Accessible name of the button opening the drawer, and of the drawer. */
190
+ menu: string;
191
+ /** The search button of the tablet bar, which unfolds the field. */
192
+ search: string;
193
+ /** The mode switch, a toggle pressed while the dark scheme is displayed. */
194
+ darkMode: string;
195
+ }
196
+ export interface HeaderProps {
197
+ siteTitle: string;
198
+ homeHref: string;
199
+ logo?: HeaderLogo;
200
+ /** The links of the bar, the index and the recent changes for instance; the spaces have their own entry. */
201
+ navigation: NavigationItem[];
202
+ /**
203
+ * The spaces of the site: a link in the bar where it has room, the list of sources with their
204
+ * initials and counts in the drawer of the narrow layouts; absent, the drawer lists none.
205
+ */
206
+ spaces?: HeaderSpaces;
207
+ /** The tree of the space of the page, unfolded in the drawer of the narrow layouts; absent on a page without a space. */
208
+ space?: SpaceTree;
209
+ search?: SearchField;
210
+ /** Absent, the default theme renders the pins island with its own English labels and gives the page no pin button. */
211
+ pins?: PinsProps;
212
+ /** Absent, the default theme renders the panels island with its own English labels. */
213
+ panels?: PanelsProps;
214
+ /** Whether the drawer of the narrow layouts is served open, to preview it; a page of the site never is. */
215
+ drawerOpen?: boolean;
216
+ labels?: Partial<HeaderLabels>;
217
+ }
218
+ /** The strings of the footer, worded by the site in its language; the default theme has English ones. */
219
+ export interface FooterLabels {
220
+ /** Heading of the first column: what the tool knows of the site. */
221
+ thisSite: string;
222
+ /** The first sentence up to the link counting the repositories, the build instant already worded: "Published on 13 September 2026 at 10:04, from". */
223
+ published: string;
224
+ /** The link to the about page. */
225
+ sources: string;
226
+ /** The sentence naming the generator, in three parts: "Built with", "a static site generator", "under the GNU GPL v3 or later licence." */
227
+ builtWith: string;
228
+ generator: string;
229
+ licence: string;
230
+ /** After the licence: the content belongs to the organisation. */
231
+ content: string;
232
+ /** Heading of the second column: what the organisation declared. */
233
+ declared: string;
234
+ /** The line under the columns, in the monospace family: "publication", the build instant worded, then the profile and the page count, each already worded. */
235
+ publication: string;
236
+ buildAt: string;
237
+ profile: string;
238
+ pages: string;
239
+ }
240
+ /** The repositories the site is built from, counted, linking to the spaces page. */
241
+ export interface FooterRepositories extends Link {
242
+ count: number;
243
+ }
244
+ /**
245
+ * The footer of every page, in two columns: what the tool knows, then what the organisation
246
+ * declared, the second shown only when something was declared; under them the build line.
247
+ */
248
+ export interface FooterProps {
249
+ /** Version of the tool that generated the site. */
250
+ version: string;
251
+ /** ISO 8601 instant of the build. */
252
+ generatedAt: string;
253
+ /** The repositories the site is built from, their count worded in the label; absent, the sentence ends at the build instant. */
254
+ repositories?: FooterRepositories;
255
+ /** Where the about page stands; absent, no link to it. */
256
+ aboutHref?: string;
257
+ /** The profile with its version, "default@1", for the build line. */
258
+ profile?: string;
259
+ /** How many pages the site holds, for the build line. */
260
+ pages?: number;
261
+ /** A paragraph the organisation declares, at the head of the second column. */
262
+ text?: string;
263
+ /** The pages the organisation declares, its legal notice, accessibility statement and personal data page among them, then the links of the theme. */
264
+ links: Link[];
265
+ /** The link to the to-do page with the number of its entries: a build statistic, kept out of the top bar and set on the build line. */
266
+ todo?: NavigationItem;
267
+ /** Whether the tool is named and linked to its repository in the sentence naming the generator; nothing else names it. */
268
+ credit: boolean;
269
+ labels?: Partial<FooterLabels>;
270
+ }
271
+ /** A space of the home page: a source, how much it holds and when it last moved; its row leads to its page. */
272
+ export interface HomeSpace {
273
+ /** The title of the space, as shown. */
274
+ name: string;
275
+ /** The name of the source behind the space, its identifier in the addresses; the title when absent. */
276
+ source?: string;
277
+ /** Where the page of the space stands. */
278
+ href: string;
279
+ /** Two letters standing for the space in its badge. */
280
+ initials: string;
281
+ /** How many pages the space holds. */
282
+ count: number;
283
+ /** What the count counts: `documents` when the notes of the space mostly stand for converted documents, `pages` otherwise. */
284
+ unit: "pages" | "documents";
285
+ /** The count worded in the language of the site, "312 pages"; the theme words it itself when absent. */
286
+ countLabel?: string;
287
+ /** ISO 8601 date of the newest change among its notes; absent when none carries a git date. */
288
+ date?: string;
289
+ /** The change worded relative to the build, "2 days ago"; the theme shows `date` when absent. */
290
+ dateLabel?: string;
291
+ /** Whether the staleness threshold makes the space dormant. */
292
+ stale: boolean;
293
+ }
294
+ /** A page of the list of recent changes: where it leads, its space and when it changed. */
295
+ export interface HomeChange extends Link {
296
+ space: string;
297
+ /** ISO 8601 date of the change. */
298
+ date: string;
299
+ /** The change worded relative to the build, "4 days ago"; the theme shows `date` when absent. */
300
+ dateLabel?: string;
301
+ }
302
+ /** The alert on a dormant space, worded by the build: its title, the space it names, the note on the threshold. */
303
+ export interface HomeAlert {
304
+ /** "A space has not moved for 193 days". */
305
+ title: string;
306
+ space: string;
307
+ /** "framing. The alert threshold is set to 180 days in the configuration." */
308
+ text: string;
309
+ }
310
+ /** The strings of the home page in the language of the site; the theme's own English when absent. */
311
+ export interface HomeLabels {
312
+ /** The question that heads the page. */
313
+ question: string;
314
+ /** Under the question: that every word used anywhere has a page. */
315
+ explanation: string;
316
+ /** Lead of the shortcuts. */
317
+ mostCited: string;
318
+ /** Heading of the spaces. */
319
+ spaces: string;
320
+ /** After that heading: that the spaces come from the repositories. */
321
+ spacesLead: string;
322
+ /** The line folding the spaces beyond the first ones, already counted: "3 more spaces, less cited". */
323
+ moreSpaces: string;
324
+ /** Under the spaces: where their dates come from. */
325
+ datesNote: string;
326
+ /** Heading of the recent changes. */
327
+ recent: string;
328
+ }
329
+ export interface HomeProps {
330
+ search?: SearchField;
331
+ /** The most cited pages, offered as shortcuts under the search field. */
332
+ shortcuts: Link[];
333
+ /** The spaces in view, most cited first. */
334
+ spaces: HomeSpace[];
335
+ /** The spaces beyond the first ones, folded behind a line counting them; absent or empty when every space is in view. */
336
+ moreSpaces?: HomeSpace[];
337
+ /** The pages changed last, newest first. */
338
+ recent: HomeChange[];
339
+ /** One alert per dormant space, in the order of the spaces. */
340
+ alerts: HomeAlert[];
341
+ labels?: Partial<HomeLabels>;
342
+ }
343
+ export interface EntityRef {
344
+ id: string;
345
+ type: string;
346
+ /** Label of the type in the locale of the page, shown as the badge. */
347
+ typeLabel: string;
348
+ title: string;
349
+ locale: string;
350
+ }
351
+ export interface AttributeValue {
352
+ text: string;
353
+ href?: string;
354
+ }
355
+ export interface Attribute {
356
+ name: string;
357
+ /** The label the profile gives the attribute in the language of the page, else its name. */
358
+ label: string;
359
+ values: AttributeValue[];
360
+ }
361
+ /** A section of the rendered note; `html` is the markdown already rendered and trusted. */
362
+ export interface Section {
363
+ id: string;
364
+ heading?: string;
365
+ html: string;
366
+ /** The mapped section of the type whose heading the section carries, `steps` for instance; absent for an ordinary section. */
367
+ key?: string;
368
+ }
369
+ /** An attribute of the type as the profile declares it, labelled in the language of the page. */
370
+ export interface DeclaredAttribute {
371
+ name: string;
372
+ label: string;
373
+ /** The kind of value: `string`, `ref[]`, `list`... as the profile writes it. */
374
+ type: string;
375
+ /** The type slugs a reference may point at, as declared (`any` and `same` included). */
376
+ target?: string[];
377
+ /** The relation a reference produces. */
378
+ relation?: string;
379
+ /** The allowed values of an enum. */
380
+ values?: string[];
381
+ }
382
+ /** A mapped section of the type: its key, its heading in the language of the page and the relation it produces. */
383
+ export interface DeclaredSection {
384
+ key: string;
385
+ heading: string;
386
+ parse: string;
387
+ produces: string;
388
+ }
389
+ /** The declaration of the type of the page, as the profile has it, so that a dedicated component can lay the page out from it. */
390
+ export interface TypeDeclaration {
391
+ type: string;
392
+ label: string;
393
+ group: string;
394
+ glyph?: string;
395
+ /** The attributes of the type in declaration order, the common attributes left out. */
396
+ attributes: DeclaredAttribute[];
397
+ /** The mapped sections in declaration order. */
398
+ sections: DeclaredSection[];
399
+ display: {
400
+ highlight: string[];
401
+ neighboursOrder: string[];
402
+ };
403
+ }
404
+ /** The headings and notes the generic page adds itself, in the language of the site; the theme's own English when absent. */
405
+ export interface EntityPageLabels {
406
+ /** Heading of the panel of declared attributes. */
407
+ properties: string;
408
+ /** Note under the declared attributes, already worded with their count: "4 declared keys. The rest of the file is free text." */
409
+ declaredAtTop: string;
410
+ /** Heading of the section listing the attributes the type does not declare. */
411
+ otherAttributes: string;
412
+ /** Heading of the table of contents of the note. */
413
+ onThisPage: string;
414
+ /** Accessible name of the tree of the space. */
415
+ spaceTree: string;
416
+ /** Accessible name of the breadcrumb. */
417
+ breadcrumb: string;
418
+ /** The question before the edit link of the footer. */
419
+ correction: string;
420
+ /** The edit link of the footer. */
421
+ edit: string;
422
+ /** The line that unfolds the neighbourhood. */
423
+ seeNeighbourhood: string;
424
+ /** How many pages the neighbourhood holds, already worded: "5 pages". */
425
+ neighbourPages: string;
426
+ /** The legend of the three marks of the text: a written link, a recognised word with a note, one without. */
427
+ legendWritten: string;
428
+ legendRecognised: string;
429
+ legendKeyword: string;
430
+ /** Under an image of the sources, before the path of its file. */
431
+ imageNote: string;
432
+ /** The space of the page on the line under the title, already worded with its title: "Space Specifications"; the theme words it from the name of the tree when absent. */
433
+ inSpace: string;
434
+ /** The edit link of the footer under the phone width, next to the name of the file: "Edit". */
435
+ editShort: string;
436
+ }
437
+ /** A step of the breadcrumb: the space, a folder, the page; the space leads to its page, a folder to its list, the last step is where the reader stands. */
438
+ export interface BreadcrumbItem {
439
+ label: string;
440
+ /** Absent on the last step, and on a folder whose address a note takes. */
441
+ href?: string;
442
+ }
443
+ /** A node of the tree of the current space: a folder with its page count, a page, or the pages a long folder leaves out. */
444
+ export interface SpaceNode {
445
+ label: string;
446
+ /** Where a page leads; where the list of a folder opens; absent on the current page, and on a folder whose address a note takes. */
447
+ href?: string;
448
+ /** How many pages a folder holds: what tells a folder from a page. */
449
+ count?: number;
450
+ /** The folders on the way to the current page open, their contents listed; a closed folder shows its count alone. The current page of an API lists its operations. */
451
+ children?: SpaceNode[];
452
+ /** The page of the tree that is the current one, or the folder whose list is the current page. */
453
+ current?: boolean;
454
+ /** A node standing for the pages of a long folder the tree leaves out, its label saying how many. */
455
+ omitted?: boolean;
456
+ /** On the keyword page filed among the notes of its space: how many passages use the word, shown at the end of its line as a folder shows its count. */
457
+ passages?: number;
458
+ }
459
+ /** The space of a page: the source it comes from, as the reader browses it in the left column. */
460
+ export interface SpaceTree {
461
+ /** The title of the space, heading the tree. */
462
+ name: string;
463
+ /** Two letters standing for the space in the badge above the tree. */
464
+ initials: string;
465
+ /** Where the page of the space stands; absent, the head of the tree is plain text. */
466
+ href?: string;
467
+ nodes: SpaceNode[];
468
+ }
469
+ /** A date on the line under the title: when the note last changed, or since when a word is used. */
470
+ export interface ChangeDate {
471
+ /** ISO 8601 date. */
472
+ date: string;
473
+ /** Worded in the language of the site: "changed 9 days ago", "used since March 2026". */
474
+ label: string;
475
+ /** The same in the fewest words, for the line of a narrow page: "9 days ago"; the label stands in when absent. */
476
+ short?: string;
477
+ }
478
+ /** The value of one attribute of an entity page, what an `Attribute@<name>` component receives. */
479
+ export interface AttributeProps {
480
+ entity: EntityRef;
481
+ attribute: Attribute;
482
+ }
483
+ /** One mapped section of an entity page, what a `Section@<key>` component receives. */
484
+ export interface SectionProps {
485
+ entity: EntityRef;
486
+ section: Section;
487
+ }
488
+ export interface SourceRef {
489
+ /** Name of the declared source the file belongs to. */
490
+ source: string;
491
+ /** Forward-slash path relative to the source root. */
492
+ path: string;
493
+ /** Where the file stands on its forge, which its path links to; absent for a local source without a known forge. */
494
+ href?: string;
495
+ /** Where the call to action leads: the edit page of the file on its forge, else the contribution address of the project; absent without either, and the theme shows no call to action. */
496
+ editHref?: string;
497
+ }
498
+ /** One file of a document, offered for download. */
499
+ export interface DocumentFile {
500
+ /** The file name, what the link says. */
501
+ label: string;
502
+ /** Href relative to the page. */
503
+ href: string;
504
+ /** Lowercase extension without its dot. */
505
+ format: string;
506
+ }
507
+ /**
508
+ * The PDF of a document and the scripts that leaf through it, all hrefs relative to the page;
509
+ * when the PDF is a twin file of the original, what its own reader read from it, for a page
510
+ * whose original states nothing.
511
+ */
512
+ export interface DocumentPreview {
513
+ /** The PDF itself, a link without JavaScript and what the viewer opens. */
514
+ href: string;
515
+ /** The viewer bundle, imported on demand when the reader asks for it; never loaded with the page. */
516
+ viewerHref?: string;
517
+ /** The worker of the viewer, loaded by the viewer bundle. */
518
+ workerHref?: string;
519
+ /** The size of the PDF in bytes, when it is a file of the sources the build recorded. */
520
+ size?: number;
521
+ /** The page count the PDF states, when its reader read one. */
522
+ pageCount?: number;
523
+ /** The author the PDF states. */
524
+ author?: string;
525
+ /** ISO 8601 date the PDF states. */
526
+ date?: string;
527
+ }
528
+ /** One position of a document with its extracted text: a page, a slide or a cue. */
529
+ export interface DocumentPosition {
530
+ number: number;
531
+ /** `page 3`, `slide 3`, or a timecode. */
532
+ label: string;
533
+ text: string;
534
+ /** Who speaks a transcript cue; absent for a page, a slide or a cue without a speaker. */
535
+ speaker?: string;
536
+ }
537
+ /**
538
+ * A document of the entity that is not its note: what the page offers, with or without
539
+ * JavaScript. An office file and the PDF the build keeps next to it are one document: the
540
+ * office file is the original, the PDF its preview.
541
+ */
542
+ export interface DocumentView {
543
+ file: DocumentFile;
544
+ preview?: DocumentPreview;
545
+ /** How the positions are named: the pages of a PDF, the slides of a deck, the cues of a transcript. */
546
+ unit: "page" | "slide" | "cue";
547
+ positions: DocumentPosition[];
548
+ /** The size of the original file in bytes, when the build recorded it. */
549
+ size?: number;
550
+ /** The author the file states, as its reader read it. */
551
+ author?: string;
552
+ /** ISO 8601 date the file states, its last modification else its creation; distinct from the commit date. */
553
+ date?: string;
554
+ /** The page or slide count the file states, when its reader read one. */
555
+ pageCount?: number;
556
+ /** Whether the positions, and their unit, are those of the PDF preview, the reader of the original having given no text. */
557
+ positionsFromPreview?: boolean;
558
+ /** Why the document has no preview: the conversion failed, and the finding the build recorded says how; absent when the preview exists or nothing failed. */
559
+ previewFailure?: PreviewFailure;
560
+ /**
561
+ * The line the block is folded behind when the document accompanies the note that leads the
562
+ * page, "Also available: deck.pptx · Presentation · 24 pages"; absent for a document the page
563
+ * shows in full, the one it leads with or the files of a meeting.
564
+ */
565
+ summary?: string;
566
+ }
567
+ /** The headings, notes and names the document page adds, in the language of the site; the theme's own English when absent. */
568
+ export interface DocumentPageLabels {
569
+ /** The tab of the rendered document. */
570
+ document: string;
571
+ /** The tab of the extracted text. */
572
+ extractedText: string;
573
+ /** The tab of the note merged with the document. */
574
+ relatedNotes: string;
575
+ /** Accessible name of the tab bar. */
576
+ views: string;
577
+ /** The button that downloads the original file. */
578
+ downloadOriginal: string;
579
+ /** The heading of the strip of pages. */
580
+ pages: string;
581
+ /** Accessible name of the embedded PDF, shown without JavaScript. */
582
+ preview: string;
583
+ /** The link to the PDF inside the embedded PDF, for a browser that shows none. */
584
+ openPdf: string;
585
+ /** Note under the rendered page: converted at publication, cached by fingerprint. */
586
+ convertedNote: string;
587
+ /** Note under the rendered page: the original stays downloadable. */
588
+ originalNote: string;
589
+ /** Heading of the properties block. */
590
+ properties: string;
591
+ /** Row of the properties block: the kind of the document. */
592
+ type: string;
593
+ author: string;
594
+ /** Row of the properties block: the page count. */
595
+ pageCount: string;
596
+ date: string;
597
+ /** Note under the properties: read from the file, distinct from the repository date. */
598
+ dateNote: string;
599
+ /** Note under the properties: the size or the page count is that of the PDF preview, the original stating none. */
600
+ previewNote: string;
601
+ /** What the notes tab says when no note is merged with the document. */
602
+ noNote: string;
603
+ /** Title of the notice of a document whose conversion failed. */
604
+ previewFailed: string;
605
+ /** Sentence of that notice when the text of the document was read all the same. */
606
+ textExtracted: string;
607
+ /** Sentence of that notice when no text was read either. */
608
+ textMissing: string;
609
+ /** Control of that notice unfolding the finding the build recorded. */
610
+ whyFailed: string;
611
+ /** Heading of the extracted text of a document whose conversion failed, the page count worded: "Extracted text — 24 pages". */
612
+ extractedTextOf: string;
613
+ /** Note beside that heading: indexed and searchable. */
614
+ indexedNote: string;
615
+ /** Heading of the panel listing the representations of the document and the state of each. */
616
+ representations: string;
617
+ /** Note under that panel: the same finding stands in the publication report and the linter output. */
618
+ reportedNote: string;
619
+ }
620
+ /** One exit of a notice: a link, drawn filled for the first and bordered for the others; `download` makes it save the file. */
621
+ export interface NoticeExit extends Link {
622
+ download?: string;
623
+ }
624
+ /**
625
+ * A notice on a page whose datum is missing, the only banner the site allows: the fact in
626
+ * plain words, what stays reachable, the exits, and the finding the build recorded behind a
627
+ * disclosure, the cause first and the check identifier after it.
628
+ */
629
+ export interface PageNotice {
630
+ lead: string;
631
+ detail: string;
632
+ exits: NoticeExit[];
633
+ finding?: {
634
+ /** The control unfolding the finding: "Why this failure?". */
635
+ label: string;
636
+ /** The cause as the build worded it. */
637
+ cause: string;
638
+ /** The identifier of the check, written after the cause, never alone. */
639
+ check: string;
640
+ };
641
+ }
642
+ /** One representation of a document as the panel of the representations lists it: its name, its state. */
643
+ export interface DocumentRepresentation {
644
+ /** `.pptx`, `.pdf preview`, `text`. */
645
+ label: string;
646
+ /** Its state worded in the site language: "available", "failed", "extracted", "missing". */
647
+ state: string;
648
+ /** `true` for the representation the build could not produce: its row is marked and its state written in the accent. */
649
+ failed?: true;
650
+ }
651
+ /** Why a document page has no rendering: the conversion failed, and the finding the build recorded says how. */
652
+ export interface PreviewFailure {
653
+ /** The cause as the build worded it: "conversion of decks/scan.pptx failed: timed out after 120 s". */
654
+ cause: string;
655
+ /** The identifier of the check, written after the cause, never alone. */
656
+ check: string;
657
+ }
658
+ /**
659
+ * What the page of an office document, a deck or a report, shows beyond the generic entity page:
660
+ * the kind, count, size and date of the line under the title and of the properties, the files
661
+ * that make the document. Its presence makes the default theme lay the page out as a document
662
+ * page; the generic entity page is rendered without it.
663
+ */
664
+ export interface DocumentPageView {
665
+ /** The kind of the document from its extension, worded: "Presentation". */
666
+ kind: string;
667
+ /** How many pages the document has; absent when nothing counted them. */
668
+ pages?: number;
669
+ /** The count worded in the site language: "24 pages"; the theme words it itself when absent. */
670
+ pagesLabel?: string;
671
+ /** The size of the original worded in the site language: "4.2 MB"; absent when the build did not record it. */
672
+ size?: string;
673
+ /** The date of the document: the one the file states when its reader read one, else the last change in the repository. */
674
+ date?: {
675
+ /** ISO 8601 date. */
676
+ date: string;
677
+ /** Worded in the site language: "12 March 2026". */
678
+ label: string;
679
+ /** Whether the date was read from the file rather than from the repository. */
680
+ fromFile: boolean;
681
+ };
682
+ /** The author the file states; absent when it states none. */
683
+ author?: string;
684
+ /** Whether the size or the page count was read from the PDF preview, the original stating none: the panel says so. */
685
+ fromPreview?: boolean;
686
+ /** Present when the conversion of the document failed: the page then names the cause in place of the rendering. */
687
+ previewFailure?: PreviewFailure;
688
+ /** The representations of the document and the state of each; the panel is drawn when the list is given. */
689
+ representations?: DocumentRepresentation[];
690
+ labels?: Partial<DocumentPageLabels>;
691
+ }
692
+ /** One operation of an imported contract, as the operations table of the API page lists it. */
693
+ export interface ContractOperationItem {
694
+ /** The operation name as the contract writes it. */
695
+ name: string;
696
+ /** The title of its page: the note's when a note describes it, the contract's otherwise. */
697
+ title: string;
698
+ summary?: string;
699
+ href: string;
700
+ /** Whether a hand-written note describes the operation; the table lists the operations that have none as gaps. */
701
+ documented: boolean;
702
+ /** The HTTP method of the operation, as the contract or the note declares it; a SOAP operation has none. */
703
+ method?: string;
704
+ /** The path of the operation, as the contract or the note declares it; absent, the table says the path is unknown. */
705
+ path?: string;
706
+ /** How many pages cite the operation, already worded: "2 callers". */
707
+ callers?: string;
708
+ }
709
+ /** The type of the operations of an API, as the contract import produces them and the notes describe them: what the API page lifts to the top of its related pages. */
710
+ export declare const OPERATION_TYPE = "endpoint";
711
+ /** The headings and notes of the contract side of the API page, in the language of the site; the theme's own English when absent. */
712
+ export interface ContractLabels {
713
+ /** Heading of the operations table. */
714
+ operations: string;
715
+ /** Sentence under that heading: how the operations were matched. */
716
+ operationsLead: string;
717
+ /** Sentence added when the table holds gap rows. */
718
+ gapsLead: string;
719
+ /** Column headers of the table, for assistive technology. */
720
+ method: string;
721
+ path: string;
722
+ operation: string;
723
+ callersColumn: string;
724
+ /** When the contract declares no operation. */
725
+ noOperation: string;
726
+ /** Gap row of an operation the contract declares that no note describes. */
727
+ withoutPage: string;
728
+ /** Gap row of a note the contract does not declare. */
729
+ notInContract: string;
730
+ /** Path cell of a gap row whose note declares no path. */
731
+ unknownPath: string;
732
+ /** Heading of the contract block. */
733
+ contract: string;
734
+ download: string;
735
+ /** Note next to the viewer: the contract is shown, never copied into the note. */
736
+ viewerNote: string;
737
+ /** Note under the properties, cut to five keys. */
738
+ fiveKeys: string;
739
+ /** Note under the related pages, where the operations come first. */
740
+ operationsFirst: string;
741
+ }
742
+ /** The contract side of an `api` page: what the model knows of the imported contract, the viewer loading the rest. */
743
+ export interface ContractSectionProps {
744
+ title: string;
745
+ /** Empty when the contract declares none. */
746
+ version: string;
747
+ /** The format of the contract with its version, as the record names it: `openapi 3.1`, `wsdl 1.1`. */
748
+ format: string;
749
+ /** ISO 8601 instant the block dates the contract by: the last change of its file, the import of a contract fetched from a URL. */
750
+ importedAt: string;
751
+ /** That instant worded relative to the build, "imported 3 days ago"; the instant stands in when absent. */
752
+ imported?: ChangeDate;
753
+ /** The contract location as written in the note: a URL, or a path relative to it. */
754
+ location: string;
755
+ /** The original contract: its URL, or the copy placed next to the page for a path. */
756
+ downloadHref: string;
757
+ /** The JSON view of the contract the viewer fetches as soon as it runs, relative to the page. */
758
+ fragmentHref: string;
759
+ /** In the order of the contract. */
760
+ operations: ContractOperationItem[];
761
+ /** The `endpoint` notes that name the API and match none of its operations, in identifier order: described, absent from the contract. */
762
+ unmatched?: ContractOperationItem[];
763
+ labels?: Partial<ContractLabels>;
764
+ }
765
+ /** The headings and notes the page of a meeting adds itself, in the language of the site; the theme's own English when absent. */
766
+ export interface MeetingLabels {
767
+ /** Accessible name of the row of tabs, one per representation of the meeting. */
768
+ representations: string;
769
+ /** The tabs: the transcript, the written notes, the deck, any other converted document. */
770
+ transcript: string;
771
+ notes: string;
772
+ deck: string;
773
+ document: string;
774
+ /** Next to the tabs: that the build grouped the files. */
775
+ grouped: string;
776
+ /** Lead of the callout linking the decisions the meeting produced. */
777
+ decision: string;
778
+ /** Under the transcript: that the names are replaced by stable pseudonyms and the mapping never published. */
779
+ pseudonymNote: string;
780
+ /** The rows of the properties block. */
781
+ date: string;
782
+ duration: string;
783
+ space: string;
784
+ /** Under the related pages: that a meeting does not enter the model. */
785
+ relatedNote: string;
786
+ }
787
+ /** A property of the meeting as the panel shows it: an ISO 8601 date and how the site words it. */
788
+ export interface MeetingDate {
789
+ date: string;
790
+ label: string;
791
+ }
792
+ /** A decision the meeting produced, and the cue of its transcript the decision was recognised in. */
793
+ export interface MeetingDecision extends Link {
794
+ /** The number of the last cue of the transcript that names the decision; absent when no cue does. */
795
+ cue?: number;
796
+ }
797
+ /**
798
+ * What the page of a meeting lays out beyond the generic view model: its date and duration,
799
+ * whether its transcript was pseudonymised, the decisions it produced and why its files were
800
+ * grouped. The tabs come from the sections and the documents of the page.
801
+ */
802
+ export interface MeetingProps {
803
+ /** The `date` attribute of the note, worded; absent without one. */
804
+ date?: MeetingDate;
805
+ /** "1 h 12": the `duration` attribute when the note sets one, else the timecode of the last cue of the transcript; absent without either. */
806
+ duration?: string;
807
+ /** Under the title: "Pseudonymised participants" when pseudonymisation applied, else the number of participants the note declares; absent without either. */
808
+ participants?: string;
809
+ /** Whether the transcripts were pseudonymised at build: the note under the transcript says so. */
810
+ pseudonymized: boolean;
811
+ /** The decisions the meeting produced, as the model links them, by identifier, each with the cue it was recognised in; empty when none is linked. */
812
+ decisions: MeetingDecision[];
813
+ /**
814
+ * Why the build grouped the files of the page, worded from the signals of the duplicates
815
+ * block, "3 files: same folder, same commit, high textual overlap.", under the line of the
816
+ * properties panel that counts them; absent for a note alone or when the model recorded no reason.
817
+ */
818
+ groupingNote?: string;
819
+ labels?: Partial<MeetingLabels>;
820
+ }
821
+ /** The headings and notes the page of a decision adds itself, in the language of the site; the theme's own English when absent. */
822
+ export interface DecisionLabels {
823
+ /** The rows of the properties block. */
824
+ status: string;
825
+ decidedOn: string;
826
+ supersedes: string;
827
+ supersededBy: string;
828
+ session: string;
829
+ /** Under the properties: "4 keys: the status and the date are authoritative.", the count worded. */
830
+ keysNote: string;
831
+ /** First sentence of the callout, the day of the session filled in: "Decided in session on 12 March." */
832
+ sessionDated: string;
833
+ /** First sentence of the callout for a session without a date. */
834
+ sessionUndated: string;
835
+ /** Second sentence of the callout, the `{minutes}` placeholder standing for the link to the meeting, the time filled in: "The exact passage is in {minutes}, at 13:02." */
836
+ sessionPassage: string;
837
+ /** Second sentence of the callout when no cue names the decision, the `{minutes}` placeholder standing for the link to the meeting. */
838
+ sessionSee: string;
839
+ /** The words of the link to the meeting: "the minutes". */
840
+ sessionMinutes: string;
841
+ /** Under the related pages: that a decision cites what it changes. */
842
+ relatedNote: string;
843
+ }
844
+ /** The status of a decision: its value as the note writes it, and how the site words it. */
845
+ export interface DecisionStatus {
846
+ value: string;
847
+ label: string;
848
+ }
849
+ /** A meeting the decision was taken in, and the cue of its transcript the decision was recognised in. */
850
+ export interface DecisionSession extends Link {
851
+ /** The day of the meeting, worded without its year: "12 March"; absent when its note carries none. */
852
+ date?: string;
853
+ /** The cue of the transcript that names the decision: its timecode worded and the anchor of the cue on the page of the meeting; absent when no cue does. */
854
+ cue?: {
855
+ time: string;
856
+ href: string;
857
+ };
858
+ }
859
+ /**
860
+ * What the page of a decision lays out beyond the generic view model: its status, the day it
861
+ * was decided, the decision it supersedes and the one that supersedes it, the sessions it was
862
+ * taken in. Its presence makes the default theme lay the page out as a decision page.
863
+ */
864
+ export interface DecisionProps {
865
+ status: DecisionStatus;
866
+ /** The `date` attribute of the note, worded; absent without one. */
867
+ date?: MeetingDate;
868
+ /** The decision this one replaces, as the model links them. */
869
+ supersedes?: Link;
870
+ /** The decision that replaces this one, as the model links them. */
871
+ supersededBy?: Link;
872
+ /** The meetings the model ties to the decision, by identifier; empty when none is linked. */
873
+ sessions: DecisionSession[];
874
+ labels?: Partial<DecisionLabels>;
875
+ }
876
+ /** One file the build grouped into a page: its name and its kind, worded. */
877
+ export interface GroupedFile {
878
+ /** The file name without its folders: `threshold-review.pptx`. */
879
+ name: string;
880
+ /** The kind of the file in the site language: "Markdown note", "Presentation", "PDF". */
881
+ format: string;
882
+ }
883
+ /**
884
+ * The files the build merged into one page and what grouped them, as the properties panel of
885
+ * every template says it: the line counting them and naming the criterion, the files with
886
+ * their kinds, then the way to contest the grouping.
887
+ */
888
+ export interface GroupedFiles {
889
+ count: number;
890
+ /** "3 files grouped — same base name", worded in the site language. */
891
+ label: string;
892
+ /** In the order of the representations of the entity: the note first. */
893
+ files: GroupedFile[];
894
+ /** "Separate these files", leading to the contribution address of the project, else to the guide of the lock file. */
895
+ separate: Link;
896
+ }
897
+ export interface EntityPageProps {
898
+ entity: EntityRef;
899
+ /** The results page filtered on the type of the page, where the type chip leads; absent, the chip is plain text. */
900
+ typeHref?: string;
901
+ /** The type as the profile declares it; absent for a type the profile does not declare. */
902
+ declaration?: TypeDeclaration;
903
+ /** The space of the page and its tree, for the left column; absent, the page has no left column. */
904
+ space?: SpaceTree;
905
+ /** Space, folders, page; absent, the page has no breadcrumb. */
906
+ breadcrumb?: BreadcrumbItem[];
907
+ /** The last change of the note, on the line under the title; absent when the source recorded none. */
908
+ changed?: ChangeDate;
909
+ /**
910
+ * The properties `display.highlight` of the type puts forward, in its order, as the panel
911
+ * resolves them: the API page leads its five keys with them; the generic page shows them in
912
+ * the panel alone, the line under the title naming nothing the panel says.
913
+ */
914
+ highlights: Attribute[];
915
+ /** The note rendered by the build; the text marks written links and recognised words. */
916
+ sections: Section[];
917
+ /**
918
+ * The side panel: the common properties, then the attributes the type declares in declaration
919
+ * order, then the other declared common attributes the note sets.
920
+ */
921
+ attributes: Attribute[];
922
+ /** The frontmatter keys the profile declares for no type, kept as written, in key order; absent or empty when the note sets none. */
923
+ otherAttributes?: Attribute[];
924
+ labels?: Partial<EntityPageLabels>;
925
+ neighbours: NeighbourhoodProps;
926
+ mentions: MentionsPanelProps;
927
+ sources: SourceRef[];
928
+ /** The documents of the entity beyond its note, in path order; absent or empty for a note alone. */
929
+ documents?: DocumentView[];
930
+ /** The files the build grouped into the page and what grouped them, when its representations hold more than one file; absent for a page of one file. */
931
+ grouping?: GroupedFiles;
932
+ /** The imported contract of an `api` entity, which gives the page its own layout; absent for every other page. */
933
+ contract?: ContractSectionProps;
934
+ /** The neighbourhood map served unfolded, the panel replaced by it; folded behind its line when absent. */
935
+ mapOpen?: boolean;
936
+ /** The side panels served folded behind their handles, as a reader who folded them sees the page; every panel open when absent. */
937
+ folded?: FoldablePanel[];
938
+ /** The pin button of the header served shown and pressed, to preview a pinned page; served hidden and unpressed when absent. */
939
+ pinned?: boolean;
940
+ /** What the page of a `meeting` entity lays out beyond the generic template; absent for every other page. */
941
+ meeting?: MeetingProps;
942
+ /** What lays the page out as the page of an office document; absent for every other page. */
943
+ document?: DocumentPageView;
944
+ /** What the page of a `decision` entity lays out beyond the generic template; absent for every other page. */
945
+ decision?: DecisionProps;
946
+ /** The notice under the title when a datum of the page is missing: an `api` whose declared contract could not be read. */
947
+ notice?: PageNotice;
948
+ }
949
+ export interface Passage {
950
+ context: string;
951
+ /** The expression as written in the passage; the template marks it in the context when it finds it there. */
952
+ text?: string;
953
+ line: number;
954
+ href: string;
955
+ /**
956
+ * Where the passage stands, worded: the timecode of a transcript cue, the page or the slide of
957
+ * a converted document, else the line; the theme shows the line when absent.
958
+ */
959
+ location?: string;
960
+ }
961
+ /** The passages of a page beyond the ones in view, behind a fold worded by its label. */
962
+ export interface PassageFold {
963
+ /** The line that unfolds them, already localised: "3 other passages". */
964
+ label: string;
965
+ passages: Passage[];
966
+ }
967
+ export interface PassageGroup {
968
+ file: Link;
969
+ /** The title of the page the file belongs to; the file label stands in when absent. */
970
+ title?: string;
971
+ /** The label of the type of that page in the language of the site. */
972
+ typeLabel?: string;
973
+ /** The passages in view: the first ones of the page, two when the page builder groups them. */
974
+ passages: Passage[];
975
+ /** The passages beyond those in view; the count of the group adds them to the ones in view. */
976
+ folded?: PassageFold;
977
+ }
978
+ /** The pages beyond the ones in view, behind a disclosure worded as the button that shows them. */
979
+ export interface PassageGroupFold {
980
+ /** The line that unfolds them, already localised: "Show the 4 other files". */
981
+ label: string;
982
+ groups: PassageGroup[];
983
+ }
984
+ /** The lead to write the missing note: its label, and the new-file page of the glossary on its forge, else the contribution address of the project; without an address the theme shows no lead. */
985
+ export interface CreateNoteLead {
986
+ label: string;
987
+ href?: string;
988
+ }
989
+ export interface KeywordBanner {
990
+ /** The notice that no note exists, with the number of passages that use the word, already localised. */
991
+ text: string;
992
+ /** What the page is built from and what happens when a note is written, already localised; absent, the notice is its text alone. */
993
+ detail?: string;
994
+ createNote: CreateNoteLead;
995
+ }
996
+ /** An expression of a similar form, offered as a lead from a keyword page. */
997
+ export interface SimilarExpression extends Link {
998
+ /** How many passages use the expression: the occurrences the model counts for a keyword page, the passages that mention a note. */
999
+ count: number;
1000
+ /** The other forms a note was met under, its aliases, when the lead reached it through them; absent when the title alone did. */
1001
+ aliases?: string[];
1002
+ }
1003
+ /** The headings and notes the keyword page adds itself, in the language of the site; the theme's own English when absent. */
1004
+ export interface KeywordPageLabels {
1005
+ /** Accessible name of the tree of the space. */
1006
+ spaceTree: string;
1007
+ /** Accessible name of the breadcrumb. */
1008
+ breadcrumb: string;
1009
+ /** The mark on the line under the title: that no note defines the word. */
1010
+ noDefinition: string;
1011
+ /** Heading of the passages. */
1012
+ passages: string;
1013
+ /** Heading of the block of counts. */
1014
+ whatWeKnow: string;
1015
+ occurrences: string;
1016
+ files: string;
1017
+ spaces: string;
1018
+ /** Note under the counts: that the word has no file, hence no property. */
1019
+ noProperty: string;
1020
+ /** Heading of the block of expressions with a similar form. */
1021
+ maybeSame: string;
1022
+ /** The line that unfolds the neighbourhood. */
1023
+ seeNeighbourhood: string;
1024
+ /** How many pages the neighbourhood holds, already worded: "5 pages". */
1025
+ neighbourPages: string;
1026
+ }
1027
+ export interface KeywordPageProps {
1028
+ /** `typeLabel` names the kind of page, "keyword" in the locale of the site. */
1029
+ entity: {
1030
+ id: string;
1031
+ title: string;
1032
+ locale: string;
1033
+ typeLabel: string;
1034
+ };
1035
+ /** The space the word is filed in, the glossary when there is one, its tree with the word as the current page; absent, the page has no left column. */
1036
+ space?: SpaceTree;
1037
+ /** Space › terms › word; absent, the page has no breadcrumb. */
1038
+ breadcrumb?: BreadcrumbItem[];
1039
+ /** Since when the word is used: the oldest change among the files that use it; absent when none carries a date. */
1040
+ usedSince?: ChangeDate;
1041
+ banner: KeywordBanner;
1042
+ counts: {
1043
+ occurrences: number;
1044
+ files: number;
1045
+ sources: number;
1046
+ };
1047
+ /** The names of the spaces the passages come from, in corpus order. */
1048
+ spaces: string[];
1049
+ /** The sentence under the passages heading, "6 files.", already localised. */
1050
+ summary: string;
1051
+ /** Grouped by file, in corpus order. */
1052
+ /** The passages grouped by page in corpus order, the first pages in view. */
1053
+ passages: PassageGroup[];
1054
+ /** The pages beyond the ones in view, when the page builder folds them. */
1055
+ morePassages?: PassageGroupFold;
1056
+ /** Expressions with a similar form, offered as a lead. */
1057
+ similar: SimilarExpression[];
1058
+ /** The note under that lead, already localised, which asserts no relation. */
1059
+ similarLead: string;
1060
+ /** Drawn from the co-occurrences of the word: the pages and the words that accompany it most often. */
1061
+ neighbours: NeighbourhoodProps;
1062
+ mentions: MentionsPanelProps;
1063
+ labels?: Partial<KeywordPageLabels>;
1064
+ }
1065
+ export interface Mention {
1066
+ /** A link written in a note, or a file that merely cites the entity. */
1067
+ kind: "written" | "recognised";
1068
+ file: Link;
1069
+ /** The title of the page that cites the entity; the file label stands in when absent. */
1070
+ title?: string;
1071
+ /** The type of the citing page, as a slug, which the related pages filter by. */
1072
+ type?: string;
1073
+ /** The label of that type in the language of the site. */
1074
+ typeLabel?: string;
1075
+ context: string;
1076
+ line: number;
1077
+ href: string;
1078
+ /** The words of the context that name the entity, as written there; the panel marks them. */
1079
+ surface?: string;
1080
+ /** How the position is named when the file is not a note: `page 3`, `slide 3`, a timecode; the panel shows it instead of the line. */
1081
+ location?: string;
1082
+ /** How many passages the citing page holds in all, when a served slice may not carry them all; the passages held count otherwise. */
1083
+ passages?: number;
1084
+ }
1085
+ /** The strings of the related pages block in the language of the site; the theme's own English when absent. */
1086
+ export interface RelatedLabels {
1087
+ /** Heading of the block. */
1088
+ related: string;
1089
+ /** Placeholder of the text filter. */
1090
+ filterPages: string;
1091
+ /** The button opening the type filter. */
1092
+ types: string;
1093
+ /** "{shown} of {total} pages", the two placeholders replaced by the island. */
1094
+ pagesOf: string;
1095
+ /** Lifts every type filter. */
1096
+ clearAll: string;
1097
+ /** Prefix of an entry whose page writes a link to the current one. */
1098
+ cited: string;
1099
+ /** "passage" and "passages", after the count of an entry. */
1100
+ passage: string;
1101
+ passages: string;
1102
+ /** "Show the {count} others", the placeholder replaced by the island. */
1103
+ showOthers: string;
1104
+ /** Shown while the others load. */
1105
+ loadingOthers: string;
1106
+ /** Shown when the others could not be loaded. */
1107
+ othersUnavailable: string;
1108
+ /** The link to the JSON fragment, before the island runs. */
1109
+ fullList: string;
1110
+ /** "{count} other" and "{count} others": the line unfolding the entries beyond the first three where the panel is condensed, the placeholder replaced by the island. */
1111
+ other: string;
1112
+ others: string;
1113
+ /** Under the list: how it is ordered and what "cited" marks, or how the page relates to the model. */
1114
+ orderNote: string;
1115
+ /** When no page evokes the entity. */
1116
+ noRelated: string;
1117
+ /** When no page matches the filters. */
1118
+ noMatch: string;
1119
+ }
1120
+ export interface MentionsPanelProps {
1121
+ /** In the order of the panel: page by page, most passages first, the passages of a page in corpus order. */
1122
+ mentions: Mention[];
1123
+ /** How many mentions are in the served HTML; the rest is revealed on demand. */
1124
+ initial: number;
1125
+ /** How many pages cite the entity in all, the served ones included; counted from `mentions` when absent. */
1126
+ pages?: number;
1127
+ /** Absent, the theme uses its own English labels. */
1128
+ labels?: Partial<RelatedLabels>;
1129
+ /** Href, relative to the page, of the JSON fragment holding every mention of the entity; absent when none was written. */
1130
+ fragmentHref?: string;
1131
+ /** A type slug whose pages come first, whatever their passage count: the operations on an API page. */
1132
+ leadType?: string;
1133
+ }
1134
+ export interface Neighbour {
1135
+ id: string;
1136
+ label: string;
1137
+ href: string;
1138
+ typeLabel?: string;
1139
+ relation?: string;
1140
+ /** Co-occurrence count with the centre. */
1141
+ weight: number;
1142
+ /**
1143
+ * The priority group of the neighbour, as the model computed it from the profile; the panel
1144
+ * draws a separator where it changes and never decides the order itself.
1145
+ */
1146
+ rank?: number;
1147
+ /** A typed entity, drawn as a circle, or a noteless word, drawn as a dashed square with a dashed edge; an entity when absent. */
1148
+ kind?: "entity" | "keyword";
1149
+ /** The glyph name the profile gives the type (`screen`, `api`…); the theme turns it into a shape inside the node. */
1150
+ typeGlyph?: string;
1151
+ }
1152
+ /** The strings of the neighbourhood map in the language of the site; the theme's own English when absent. */
1153
+ export interface NeighbourhoodLabels {
1154
+ /** Heading of the map, before the title of the page at its centre. */
1155
+ map: string;
1156
+ /** Under the map: that the list carries the same information. */
1157
+ mapCaption: string;
1158
+ /** Before the distance control. */
1159
+ distance: string;
1160
+ /** The one distance the model records, worded: "1 hop". */
1161
+ hop: string;
1162
+ /** The button opening the type filter. */
1163
+ types: string;
1164
+ /** Legend of a plain edge: a neighbour that has a note. */
1165
+ existingPage: string;
1166
+ /** Legend of a dotted edge: a neighbour that is a word without a note. */
1167
+ noteless: string;
1168
+ /** Heading of the list, the count worded: "The 6 neighbours". */
1169
+ neighbours: string;
1170
+ /** After the heading of the list: that it is the textual equivalent of the map. */
1171
+ textualEquivalent: string;
1172
+ /** Under the list: why the map stops at six. */
1173
+ capNote: string;
1174
+ /** When the page has no neighbour. */
1175
+ noNeighbour: string;
1176
+ /** "{count} neighbours in total, more than the map shows", worded, under the map when the model holds more than it draws. */
1177
+ total: string;
1178
+ /** The pointer to the mentions panel, after the notice that the page has no neighbour. */
1179
+ seeMentions: string;
1180
+ }
1181
+ export interface NeighbourhoodProps {
1182
+ /** Title of the entity at the centre. */
1183
+ centre: string;
1184
+ /** In the order the model gives, which the panel keeps. */
1185
+ neighbours: Neighbour[];
1186
+ /**
1187
+ * How many one-hop neighbours the entity has in the model. When more than `neighbours` lists,
1188
+ * a sentence under the map says so; the map and the list draw the neighbours listed.
1189
+ */
1190
+ total?: number;
1191
+ /** Absent, the theme uses its own English labels. */
1192
+ labels?: Partial<NeighbourhoodLabels>;
1193
+ }
1194
+ export interface SearchResult {
1195
+ title: string;
1196
+ href: string;
1197
+ typeLabel?: string;
1198
+ /** Where the entity is filed: the titles of its application and domain, when it has them. */
1199
+ breadcrumb?: string[];
1200
+ /** The summary of the note, shown under the title. */
1201
+ snippet?: string;
1202
+ /** "cited in 64 pages", worded in the site language, on the line of the first result; absent when nothing cites the page. */
1203
+ cited?: string;
1204
+ /** How many pages cite the page, the bare count the condensed rows show; absent or 0 when nothing cites it. */
1205
+ citedCount?: number;
1206
+ /** The line under the summary: the space, then what the note declares, "Also called: VL", "Broader term: payment", each already worded. */
1207
+ facts?: string[];
1208
+ /** `true` for a keyword page, the page of a recurring expression nobody defined: the row is outlined in dashes, its title dotted. */
1209
+ keyword?: boolean;
1210
+ /** What stands under the title of a keyword page: that no note defines the expression. */
1211
+ subtitle?: string;
1212
+ /** The line of a keyword page, "Used in 6 documents, never defined in the glossary", worded in the site language. */
1213
+ detail?: string;
1214
+ }
1215
+ export interface FacetValue {
1216
+ value: string;
1217
+ /** What the value is called; the value itself when absent. */
1218
+ label?: string;
1219
+ count: number;
1220
+ /** The address of the search with this value selected, or lifted when it is active. */
1221
+ href: string;
1222
+ /** Whether the value is selected. */
1223
+ active?: boolean;
1224
+ /** Whether selecting the value would keep no result: it is shown, but not followed. */
1225
+ disabled?: boolean;
1226
+ /** Whether the value stands for the words without a note: the default component draws its box dashed, like their rows. */
1227
+ keyword?: boolean;
1228
+ }
1229
+ export interface Facet {
1230
+ name: string;
1231
+ label: string;
1232
+ values: FacetValue[];
1233
+ /** Whether the facet is served folded behind its heading, a secondary one; the primary facets stand open. */
1234
+ folded?: boolean;
1235
+ }
1236
+ /** A selected facet value recalled above the results, with the address of the search without it. */
1237
+ export interface ActiveFilter {
1238
+ name: string;
1239
+ value: string;
1240
+ /** The facet's own heading, "Type" for instance. */
1241
+ facetLabel: string;
1242
+ label: string;
1243
+ href: string;
1244
+ }
1245
+ /** The strings of the results page in the site language; the theme's own when absent. */
1246
+ export interface SearchResultsLabels {
1247
+ facets: string;
1248
+ activeFilters: string;
1249
+ removeFilter: string;
1250
+ clear: string;
1251
+ /** The note under the facets: that the counters are set at publication and the filtering runs in the browser. */
1252
+ countersNote: string;
1253
+ /** The note under the results: that the words without a note appear dotted among the others. */
1254
+ notelessNote: string;
1255
+ /** The lead of the closest form proposed when nothing matches. */
1256
+ closestForm: string;
1257
+ }
1258
+ /** What the empty state proposes: the closest form of the dictionary, with its counts, and the address of the search on it. */
1259
+ export interface ClosestFormProposal {
1260
+ form: string;
1261
+ href: string;
1262
+ /** "12 occurrences" or "cited in 3 pages", worded in the site language. */
1263
+ detail: string;
1264
+ }
1265
+ /** One exit of the empty results page: a link, with the count of what it leads to when known. */
1266
+ export interface EmptyResultsExit extends Link {
1267
+ /** The count of results or occurrences behind the link, drawn after its label. */
1268
+ count?: number;
1269
+ /** `true` for the exit drawn with a dashed border: the page of the word itself. */
1270
+ secondary?: true;
1271
+ }
1272
+ /**
1273
+ * The empty state of the results page. Two causes, worded apart: the filters left every match
1274
+ * out, and the page offers to lift each of them; or no file uses the word, and the page says
1275
+ * so and explains that a typo finds nothing, the closest form of the dictionary standing beside.
1276
+ */
1277
+ export interface EmptyResults {
1278
+ /** The sentence under the notice: where the word exists, or that no file uses it. */
1279
+ explanation: string;
1280
+ /** The exits, in order: one per filter to lift, then the page of the word when it has one. */
1281
+ exits: EmptyResultsExit[];
1282
+ /** The line explaining that the search matches the start of words; absent when the filters are the cause. */
1283
+ note?: string;
1284
+ }
1285
+ export interface SearchResultsProps {
1286
+ query: string;
1287
+ total: number;
1288
+ results: SearchResult[];
1289
+ facets: Facet[];
1290
+ /** "218 results", or the no-result notice, already worded in the site language; the theme counts itself when absent. */
1291
+ summary?: string;
1292
+ active?: ActiveFilter[];
1293
+ /** The address of the search with every facet open again; shown with the active filters. */
1294
+ clearHref?: string;
1295
+ labels?: Partial<SearchResultsLabels>;
1296
+ /** The closest form of the dictionary, proposed when the query matched nothing. */
1297
+ closest?: ClosestFormProposal;
1298
+ /** What the page says and offers when the query matched nothing, or nothing under the filters. */
1299
+ empty?: EmptyResults;
1300
+ /**
1301
+ * What a facet, an active filter or the clear link does once the search island runs: it
1302
+ * follows the address without leaving the page. Never serialised; the served page has links.
1303
+ */
1304
+ onNavigate?: (href: string) => void;
1305
+ /**
1306
+ * The button under the rows when `results` holds the first of more: its label, "Show the
1307
+ * next 20", and what it does, drawing the next rows in place. Set by the island; never serialised.
1308
+ */
1309
+ more?: {
1310
+ label: string;
1311
+ onMore: () => void;
1312
+ };
1313
+ }
1314
+ export interface IndexLetter {
1315
+ letter: string;
1316
+ /** Absent when the letter has no entry: it is shown inactive. */
1317
+ href?: string;
1318
+ count: number;
1319
+ /** The count worded for the heading of the letter, "94 words"; the theme counts alone when absent. */
1320
+ countLabel?: string;
1321
+ }
1322
+ export interface IndexEntry extends Link {
1323
+ /** The letter of the bar the entry files under, `#` for a title opening otherwise. */
1324
+ letter: string;
1325
+ /** Glyph of the type; absent for a word without a definition. */
1326
+ glyph?: string;
1327
+ /** The label of the type in the site language; absent for a word without a definition. */
1328
+ typeLabel?: string;
1329
+ /**
1330
+ * The first line of the page, its summary; for a word without a definition, the passage that
1331
+ * uses it most, quoted and followed by the title of its file, "“…” — title"; absent when the
1332
+ * page has neither.
1333
+ */
1334
+ summary?: string;
1335
+ /** The `id` of the entry, on the first entry of every letter when the whole index is one page. */
1336
+ anchor?: string;
1337
+ /** How many pages cite the word: the pages linking to a note, the files using an expression. */
1338
+ count: number;
1339
+ }
1340
+ /** One value of a filter of the index: where it leads, the results page filtered by it, and how many entries it keeps. */
1341
+ export interface IndexFilterValue extends Link {
1342
+ count: number;
1343
+ }
1344
+ /** The filters of the index, folded behind their button: every value leads to the results page filtered by it. */
1345
+ export interface IndexFilters {
1346
+ /** The types of the pages with a note, in the order of their labels. */
1347
+ types: IndexFilterValue[];
1348
+ /** The spaces, the sources of the model, in name order. */
1349
+ spaces: IndexFilterValue[];
1350
+ /** The words without a definition, as one value. */
1351
+ withoutDefinition: IndexFilterValue;
1352
+ }
1353
+ /** The strings of the index in the language of the site; the theme's own English when absent. */
1354
+ export interface IndexLabels {
1355
+ title: string;
1356
+ /** Under the title, worded with its counts: "2312 words used in the documentation. 569 have a written page, the others exist through their uses alone." */
1357
+ lead: string;
1358
+ /** The button folding the filters. */
1359
+ filters: string;
1360
+ byType: string;
1361
+ bySpace: string;
1362
+ /** Accessible name of the letter bar. */
1363
+ letters: string;
1364
+ /** After the letter bar, worded with its count: "10 letters without an entry". */
1365
+ lettersWithout: string;
1366
+ /** The four column headings. */
1367
+ word: string;
1368
+ type: string;
1369
+ description: string;
1370
+ pages: string;
1371
+ /** In the type column of a word without a definition. */
1372
+ noDefinition: string;
1373
+ /** The note at the foot of the table. */
1374
+ note: string;
1375
+ }
1376
+ export interface IndexProps {
1377
+ letters: IndexLetter[];
1378
+ /** Letter of the segment shown. */
1379
+ current?: string;
1380
+ entries: IndexEntry[];
1381
+ /** How many words the index holds and how many have a note, for the sentence under the title; absent, the theme counts the letters. */
1382
+ counts?: {
1383
+ words: number;
1384
+ notes: number;
1385
+ };
1386
+ /** Absent, the page shows no filter button. */
1387
+ filters?: IndexFilters;
1388
+ labels?: Partial<IndexLabels>;
1389
+ }
1390
+ export interface TodoEntry extends Link {
1391
+ /** Files without markdown for a document, occurrences for a word. */
1392
+ count: number;
1393
+ /** How many files a word occurs in. */
1394
+ files?: number;
1395
+ }
1396
+ /** An expression at the publication threshold whose confidence set it aside: suspected noise, without a page. */
1397
+ export interface TodoNoiseEntry {
1398
+ label: string;
1399
+ /** Occurrences. */
1400
+ count: number;
1401
+ files: number;
1402
+ /** Why the confidence set it aside, already worded: "in 68% of the files, 1.2 per file, verb or adverb form". */
1403
+ reason: string;
1404
+ }
1405
+ /** The strings of the to-do page in the language of the site; the theme's own English when absent. */
1406
+ export interface TodoLabels {
1407
+ /** The line that unfolds the words after the first hundred, already counted: "Show the 535 others". */
1408
+ showOthers: string;
1409
+ /** Heading of the suspected noise section. */
1410
+ noise: string;
1411
+ /** Sentence under that heading: what the list holds and what those expressions lack. */
1412
+ noiseNote: string;
1413
+ /** The call to contribute: add those words to the project's stopwords. */
1414
+ contribute: string;
1415
+ }
1416
+ export interface TodoProps {
1417
+ /** Documents without a markdown representation, with their file count. */
1418
+ documents: TodoEntry[];
1419
+ /** Words above the threshold without a note, with their occurrence and file counts. */
1420
+ terms: TodoEntry[];
1421
+ /** The expressions the confidence set aside, best score first; none when absent. */
1422
+ noise?: TodoNoiseEntry[];
1423
+ /** Where the call to contribute leads, `project.contribute_url`; without it the call is not shown. */
1424
+ contributeHref?: string;
1425
+ labels?: Partial<TodoLabels>;
1426
+ }
1427
+ /** A row of the spaces page: a source, what it holds, how many pages and when it last moved. */
1428
+ export interface SpaceRow {
1429
+ name: string;
1430
+ /** Where the page of the space stands. */
1431
+ href: string;
1432
+ /** Two letters standing for the space in its badge. */
1433
+ initials: string;
1434
+ /** What the space holds: the sentence the configuration declares, else the labels of its dominant types; empty for a space without a note. */
1435
+ content: string;
1436
+ /** How many pages the space holds. */
1437
+ count: number;
1438
+ /** ISO 8601 date of the newest change among its notes; absent when none carries a git date. */
1439
+ date?: string;
1440
+ /** The change worded relative to the build, "2 days ago", in days past the threshold, "193 days ago"; the theme shows `date` when absent. */
1441
+ dateLabel?: string;
1442
+ /** Whether the staleness threshold makes the space dormant: its date is then marked in the accent. */
1443
+ stale: boolean;
1444
+ }
1445
+ /** The strings of the spaces page in the language of the site; the theme's own English when absent. */
1446
+ export interface SpacesLabels {
1447
+ /** The title of the page. */
1448
+ title: string;
1449
+ /** Under the title, already counted: how many spaces, and that a repository and a space do not map one to one. */
1450
+ lead: string;
1451
+ /** The four column headings. */
1452
+ space: string;
1453
+ content: string;
1454
+ pages: string;
1455
+ lastUpdate: string;
1456
+ /** Under the table, the threshold already worded: where the dates come from and what the accent means. */
1457
+ datesNote: string;
1458
+ /** After the date of a dormant space, for assistive technology: the alert in words, since the accent is a colour. */
1459
+ stale: string;
1460
+ }
1461
+ export interface SpacesProps {
1462
+ /** Every space of the site, the most cited first. */
1463
+ spaces: SpaceRow[];
1464
+ labels?: Partial<SpacesLabels>;
1465
+ }
1466
+ /** The strings of the about page, worded by the site in its language; the default theme has English ones. */
1467
+ export interface AboutLabels {
1468
+ /** The step of the breadcrumb leading home, and the accessible name of the breadcrumb. */
1469
+ home: string;
1470
+ breadcrumb: string;
1471
+ title: string;
1472
+ lead: string;
1473
+ /** The figures at the head of the page: the build instant, the pages, the indexed words. */
1474
+ publishedOn: string;
1475
+ pages: string;
1476
+ words: string;
1477
+ /** The heading of the sources table and the sentence next to it. */
1478
+ sources: string;
1479
+ sourcesLead: string;
1480
+ /** The five column headings. */
1481
+ repository: string;
1482
+ nature: string;
1483
+ version: string;
1484
+ content: string;
1485
+ lastChange: string;
1486
+ /** Under the table: the versions are those read at publication. */
1487
+ versionsNote: string;
1488
+ /** Before the name of a dormant source in the sentence under the table: "The source". */
1489
+ staleSource: string;
1490
+ /** After the date of a dormant source, for assistive technology: the alert in words, since the accent is a colour. */
1491
+ stale: string;
1492
+ /** What the site does not contain: the lead, the sentence up to the link, the link to the report, the end of the sentence. */
1493
+ notContained: string;
1494
+ notContainedText: string;
1495
+ report: string;
1496
+ reportLists: string;
1497
+ /** How a page is corrected: the lead, the sentence, the link to the contribution address. */
1498
+ correct: string;
1499
+ correctText: string;
1500
+ contribute: string;
1501
+ /** What is pseudonymised: the lead and the sentence, shown when the configuration enables it. */
1502
+ pseudonymised: string;
1503
+ pseudonymisedText: string;
1504
+ }
1505
+ /** One figure at the head of the about page: its label and its value, already worded. */
1506
+ export interface AboutFigure {
1507
+ label: string;
1508
+ value: string;
1509
+ }
1510
+ /** One source of the site as the about page lists it: the repository, what it holds, the version the build read, how much it kept and when it last changed. */
1511
+ export interface AboutSource {
1512
+ /** The name of the source, the repository as declared. */
1513
+ name: string;
1514
+ /** What the repository holds: its title when the configuration gives one, else the labels of its dominant types. */
1515
+ nature: string;
1516
+ /** The commit the build read, shortened; absent for a source without a git history. */
1517
+ version?: string;
1518
+ /** How much the site kept, worded: "312 pages", "205 documents". */
1519
+ content: string;
1520
+ /** ISO 8601 date of the newest change among its notes; absent when none carries a git date. */
1521
+ date?: string;
1522
+ /** The change worded relative to the build, "2 days ago", or in days for a dormant source; the theme shows `date` when absent. */
1523
+ dateLabel?: string;
1524
+ /** Whether the staleness threshold makes the source dormant: its date reads in the accent, doubled by its value in days. */
1525
+ stale: boolean;
1526
+ /** The threshold that makes the source dormant, in days; present for a dormant source alone. */
1527
+ threshold?: number;
1528
+ /** The sentence under the table after the name of a dormant source, the threshold already worded: "exceeds the freshness threshold of 180 days, which is reported here…"; the theme words it from `threshold` when absent. */
1529
+ staleNote?: string;
1530
+ }
1531
+ export interface AboutProps {
1532
+ /** Where the home page stands, for the breadcrumb. */
1533
+ homeHref: string;
1534
+ /** ISO 8601 instant of the build. */
1535
+ generatedAt: string;
1536
+ /** The build instant, the page count, the indexed words and, when known, the duration, each already worded. */
1537
+ figures: AboutFigure[];
1538
+ /** Every source of the site, the most cited first. */
1539
+ sources: AboutSource[];
1540
+ /** How many occurrences a word needs before it gets a page: what the site leaves out below it. */
1541
+ threshold: number;
1542
+ /** Where the publication report stands: the to-do page. */
1543
+ reportHref: string;
1544
+ /** Where the contribution address of the configuration leads; absent, no link. */
1545
+ contributeHref?: string;
1546
+ /** Whether the transcripts are pseudonymised: the page says so. */
1547
+ pseudonymised: boolean;
1548
+ /** The sections of the markdown file the configuration names, rendered after the generated content. */
1549
+ sections?: Section[];
1550
+ labels?: Partial<AboutLabels>;
1551
+ }
1552
+ /** A category of a space: a top-level folder of its repository, with the list it opens. */
1553
+ export interface SpaceCategory extends Link {
1554
+ /** One sentence on what the folder holds; absent when nothing declares one. */
1555
+ description?: string;
1556
+ /** How many pages the folder holds. */
1557
+ count: number;
1558
+ }
1559
+ /** A page of a space changed last: where it leads, its category and when it changed. */
1560
+ export interface SpaceChange extends Link {
1561
+ /** The top-level folder the page is filed under; absent for a page at the root of the repository. */
1562
+ category?: string;
1563
+ /** ISO 8601 date of the change. */
1564
+ date: string;
1565
+ /** The change worded relative to the build, "4 days ago"; the theme shows `date` when absent. */
1566
+ dateLabel?: string;
1567
+ }
1568
+ /** A word cited in a space: a page with how many times the notes of the space cite it. */
1569
+ export interface SpaceWord extends Link {
1570
+ count: number;
1571
+ /** `true` for a keyword page, the page of a recurring expression nobody defined: the chip is dashed. */
1572
+ keyword?: boolean;
1573
+ /** What the dashed chip tells on hover and to assistive technology, "6 passages, no note"; the theme words "no note" when absent. */
1574
+ title?: string;
1575
+ }
1576
+ /** The strings of a space page in the language of the site; the theme's own English when absent. */
1577
+ export interface SpaceLabels {
1578
+ /** Accessible name of the breadcrumb. */
1579
+ breadcrumb: string;
1580
+ /** The first step of the breadcrumb, the spaces page. */
1581
+ spaces: string;
1582
+ /** The count worded, "486 pages". */
1583
+ pages: string;
1584
+ /** Before the repository name: "repository". */
1585
+ repository: string;
1586
+ /** The newest change worded, "updated 4 days ago"; absent when no note carries a git date. */
1587
+ updated?: string;
1588
+ /** Heading of the categories. */
1589
+ browse: string;
1590
+ /** After that heading, already counted: "5 categories, as filed in the repository". */
1591
+ categoriesLead: string;
1592
+ /** Under the categories: that each one opens a list and that the page carries no tree. */
1593
+ categoriesNote: string;
1594
+ /** Heading of the recent changes. */
1595
+ recent: string;
1596
+ /** Heading of the most cited words. */
1597
+ mostCited: string;
1598
+ /** Under the words: that they are counted in the space only. */
1599
+ wordsNote: string;
1600
+ /** The closing sentence of the page. */
1601
+ footer: string;
1602
+ }
1603
+ export interface SpaceProps {
1604
+ name: string;
1605
+ /** Two letters standing for the space in its badge. */
1606
+ initials: string;
1607
+ /** The sentence the configuration declares for the source; absent when it declares none. */
1608
+ description?: string;
1609
+ /** Where the spaces page stands, the first step of the breadcrumb. */
1610
+ spacesHref: string;
1611
+ /** The name of the repository the space is fed by, on the line under the title. */
1612
+ repository: string;
1613
+ /** How many pages the space holds. */
1614
+ count: number;
1615
+ /** ISO 8601 date of the newest change among its notes; absent when none carries a git date. */
1616
+ date?: string;
1617
+ /** The top-level folders of the repository, in name order. */
1618
+ categories: SpaceCategory[];
1619
+ /** The pages of the space changed last, newest first, four at most. */
1620
+ recent: SpaceChange[];
1621
+ /** The pages the notes of the space cite most, five at most. */
1622
+ words: SpaceWord[];
1623
+ labels?: Partial<SpaceLabels>;
1624
+ }
1625
+ /** A row of a category list: a page of the folder, the value of the highlighted attribute, its first line and how many pages relate to it. */
1626
+ export interface CategoryRow {
1627
+ title: string;
1628
+ href: string;
1629
+ /** The values of the highlighted attribute, linked when they name a page; empty when the page sets none. */
1630
+ values: AttributeValue[];
1631
+ /** The keys of those values, what the attribute filter matches; empty with the values. */
1632
+ keys: string[];
1633
+ /** The first line of the page, its summary; absent when the note has none. */
1634
+ summary?: string;
1635
+ /** How many pages relate to the page: its one-hop neighbours in the model. */
1636
+ links: number;
1637
+ }
1638
+ /** What a category list is ordered by: the title, or the number of related pages, most first. */
1639
+ export type CategorySort = "title" | "links";
1640
+ /** An entry of a selector of the list: a link to the pre-rendered variant, or a choice the island applies in place when it has no address. */
1641
+ export interface CategoryChoice {
1642
+ label: string;
1643
+ /** The key of the choice: the sort, or the key of an attribute value; absent for the entry lifting the filter. */
1644
+ key?: string;
1645
+ href?: string;
1646
+ active: boolean;
1647
+ }
1648
+ /** The attribute filter of the list: the first highlighted attribute of the type, its values as choices. */
1649
+ export interface CategoryFilter {
1650
+ /** The label of the attribute, heading the selector and the column. */
1651
+ label: string;
1652
+ /** The entry lifting the filter first, then every distinct value in collation order. */
1653
+ choices: CategoryChoice[];
1654
+ }
1655
+ /** A page of the list among its pages of twenty, the current one without an address. */
1656
+ export interface CategoryPage {
1657
+ number: number;
1658
+ href?: string;
1659
+ }
1660
+ /** The strings the list adds itself, in the site language; the theme's own English when absent. */
1661
+ export interface CategoryListLabels {
1662
+ /** Accessible name of the tree of the space. */
1663
+ spaceTree: string;
1664
+ /** Accessible name of the breadcrumb. */
1665
+ breadcrumb: string;
1666
+ /** Accessible name of the sort selector. */
1667
+ sort: string;
1668
+ /** The two entries of the sort selector. */
1669
+ sortTitle: string;
1670
+ sortLinks: string;
1671
+ /** The entry of the attribute selector lifting the filter. */
1672
+ all: string;
1673
+ /** Heading of the summary column. */
1674
+ firstLine: string;
1675
+ /** Heading of the column counting the related pages. */
1676
+ links: string;
1677
+ /** Accessible name of the page links. */
1678
+ pagination: string;
1679
+ /** "{shown} screens of {total} — pagination by twenty.", the two placeholders replaced by the list. */
1680
+ shownOf: string;
1681
+ /** The note under the list on what the links column counts. */
1682
+ note: string;
1683
+ }
1684
+ export interface CategoryListProps {
1685
+ /** The folder name, capitalised. */
1686
+ title: string;
1687
+ /** The space of the folder and its tree: the folders of the space with their counts, this one marked. */
1688
+ space: SpaceTree;
1689
+ /** Spaces › space › folder. */
1690
+ breadcrumb: BreadcrumbItem[];
1691
+ /** "64 screens described. A screen is a page of the application, with what it shows and what it allows.", or "64 pages." for a folder mapping to no type. */
1692
+ lead: string;
1693
+ /** Heading of the first column: the label of the type, or "Page". */
1694
+ unit: string;
1695
+ /** The attribute filter; absent when the folder maps to no type or the type highlights no attribute. */
1696
+ filter?: CategoryFilter;
1697
+ /** The sort of the list, and the two choices of its selector. */
1698
+ sort: CategorySort;
1699
+ sorts: CategoryChoice[];
1700
+ /** The rows of the page of the list shown; every row of the list when the island sorts and filters. */
1701
+ rows: CategoryRow[];
1702
+ /** The current page among the pages of the list. */
1703
+ page: number;
1704
+ pages: CategoryPage[];
1705
+ /** How many rows the whole list holds under the filter; the rows given when absent. */
1706
+ total?: number;
1707
+ /**
1708
+ * Whether the sort and the filter are applied in place by the island, which then receives every
1709
+ * row; the served page shows the rows of `page` in the order of `sort`, and the selectors only
1710
+ * once the island runs. Otherwise every choice links to a pre-rendered variant.
1711
+ */
1712
+ island?: boolean;
1713
+ labels?: Partial<CategoryListLabels>;
1714
+ }
1715
+ /** The view model of every slot, the contract between the site generator and a theme. */
1716
+ /** A page whose address is close to the missing one, as the page served for a missing address lists it. */
1717
+ export interface NearbyPage {
1718
+ title: string;
1719
+ /** The address under the site, `/glossary/publication-threshold/`, shown after the title. */
1720
+ path: string;
1721
+ href: string;
1722
+ }
1723
+ /**
1724
+ * The page served for a missing address: the cause, what stays reachable, the nearby addresses
1725
+ * the island computes from the table of the pages, and two exits, the search and the spaces.
1726
+ */
1727
+ export interface NotFoundProps {
1728
+ /** The eyebrow over the title and the browser title: "Page not found". */
1729
+ label: string;
1730
+ title: string;
1731
+ /** The likely causes and what stays reachable. */
1732
+ cause: string;
1733
+ /** Heading of the nearby addresses. */
1734
+ nearbyLabel: string;
1735
+ /** The nearby addresses, once the island computed them; the served page lists none and hides the block. */
1736
+ nearby?: NearbyPage[];
1737
+ /** Href of the search page from the page; the island appends the query. */
1738
+ searchHref: string;
1739
+ /** The button leading to the search as served, before any script names the query: "Search the documentation". */
1740
+ searchLabel: string;
1741
+ /** The same button once the island read the address: "Search “{query}”", the placeholder filled with the last segment of the address. */
1742
+ searchQueryLabel: string;
1743
+ /** The query the island read from the address; absent as served. */
1744
+ query?: string;
1745
+ /** The button leading to the list of the spaces. */
1746
+ browse: Link;
1747
+ /** Href of the root of the site from the page; the island loads the table of the pages under it. */
1748
+ root: string;
1749
+ }
1750
+ export interface SlotProps {
1751
+ Shell: ShellProps;
1752
+ Header: HeaderProps;
1753
+ Footer: FooterProps;
1754
+ Home: HomeProps;
1755
+ EntityPage: EntityPageProps;
1756
+ KeywordPage: KeywordPageProps;
1757
+ MentionsPanel: MentionsPanelProps;
1758
+ Neighbourhood: NeighbourhoodProps;
1759
+ SearchResults: SearchResultsProps;
1760
+ Index: IndexProps;
1761
+ Todo: TodoProps;
1762
+ Spaces: SpacesProps;
1763
+ Space: SpaceProps;
1764
+ CategoryList: CategoryListProps;
1765
+ About: AboutProps;
1766
+ NotFound: NotFoundProps;
1767
+ }
1768
+ //# sourceMappingURL=slots.d.ts.map