@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.
- package/LICENSE +674 -0
- package/README.md +130 -0
- package/assets/css/accessibility.css +57 -0
- package/assets/css/chrome/bar.css +37 -0
- package/assets/css/chrome/breadcrumb.css +34 -0
- package/assets/css/chrome/breakpoints.css +291 -0
- package/assets/css/chrome/contract-viewer.css +84 -0
- package/assets/css/chrome/document.css +125 -0
- package/assets/css/chrome/drawer.css +210 -0
- package/assets/css/chrome/footer.css +102 -0
- package/assets/css/chrome/grouped-files.css +58 -0
- package/assets/css/chrome/labels.css +54 -0
- package/assets/css/chrome/links.css +23 -0
- package/assets/css/chrome/measure.css +13 -0
- package/assets/css/chrome/mode-switch.css +26 -0
- package/assets/css/chrome/panel-handle.css +232 -0
- package/assets/css/chrome/panel.css +92 -0
- package/assets/css/chrome/pins.css +321 -0
- package/assets/css/chrome/search-clear.css +28 -0
- package/assets/css/chrome/search-field.css +67 -0
- package/assets/css/chrome/space-tree.css +106 -0
- package/assets/css/chrome/suggestions.css +100 -0
- package/assets/css/chrome/tabs.css +85 -0
- package/assets/css/controls.css +30 -0
- package/assets/css/pages/about.css +219 -0
- package/assets/css/pages/api-page.css +200 -0
- package/assets/css/pages/category-list.css +349 -0
- package/assets/css/pages/decision-page.css +43 -0
- package/assets/css/pages/document-page.css +212 -0
- package/assets/css/pages/edge-cases.css +450 -0
- package/assets/css/pages/entity-article.css +140 -0
- package/assets/css/pages/entity-page.css +109 -0
- package/assets/css/pages/gallery.css +74 -0
- package/assets/css/pages/home-columns.css +148 -0
- package/assets/css/pages/home-shortcuts.css +40 -0
- package/assets/css/pages/home.css +81 -0
- package/assets/css/pages/index.css +302 -0
- package/assets/css/pages/keyword-page.css +262 -0
- package/assets/css/pages/meeting-page.css +109 -0
- package/assets/css/pages/mentions.css +267 -0
- package/assets/css/pages/neighbourhood-map.css +100 -0
- package/assets/css/pages/neighbourhood-open.css +262 -0
- package/assets/css/pages/neighbourhood.css +60 -0
- package/assets/css/pages/screen-page.css +108 -0
- package/assets/css/pages/search-results.css +405 -0
- package/assets/css/pages/space.css +251 -0
- package/assets/css/pages/spaces.css +176 -0
- package/assets/css/pages/todo.css +44 -0
- package/assets/css/reset.css +21 -0
- package/assets/css/typography.css +104 -0
- package/assets/fonts/OFL.txt +95 -0
- package/assets/fonts/ibm-plex-mono-normal-400-latin-ext.woff2 +0 -0
- package/assets/fonts/ibm-plex-mono-normal-400-latin.woff2 +0 -0
- package/assets/fonts/ibm-plex-mono-normal-500-latin-ext.woff2 +0 -0
- package/assets/fonts/ibm-plex-mono-normal-500-latin.woff2 +0 -0
- package/assets/fonts/instrument-sans-italic-400-700-latin-ext.woff2 +0 -0
- package/assets/fonts/instrument-sans-italic-400-700-latin.woff2 +0 -0
- package/assets/fonts/instrument-sans-normal-400-700-latin-ext.woff2 +0 -0
- package/assets/fonts/instrument-sans-normal-400-700-latin.woff2 +0 -0
- package/dist/a11y/check.d.ts +14 -0
- package/dist/a11y/check.d.ts.map +1 -0
- package/dist/a11y/check.js +442 -0
- package/dist/a11y/check.js.map +1 -0
- package/dist/a11y/contrast.d.ts +32 -0
- package/dist/a11y/contrast.d.ts.map +1 -0
- package/dist/a11y/contrast.js +82 -0
- package/dist/a11y/contrast.js.map +1 -0
- package/dist/budget.d.ts +25 -0
- package/dist/budget.d.ts.map +1 -0
- package/dist/budget.js +26 -0
- package/dist/budget.js.map +1 -0
- package/dist/build/about.d.ts +21 -0
- package/dist/build/about.d.ts.map +1 -0
- package/dist/build/about.js +125 -0
- package/dist/build/about.js.map +1 -0
- package/dist/build/assemble.d.ts +54 -0
- package/dist/build/assemble.d.ts.map +1 -0
- package/dist/build/assemble.js +67 -0
- package/dist/build/assemble.js.map +1 -0
- package/dist/build/category.d.ts +118 -0
- package/dist/build/category.d.ts.map +1 -0
- package/dist/build/category.js +400 -0
- package/dist/build/category.js.map +1 -0
- package/dist/build/context.d.ts +111 -0
- package/dist/build/context.d.ts.map +1 -0
- package/dist/build/context.js +181 -0
- package/dist/build/context.js.map +1 -0
- package/dist/build/decision.d.ts +30 -0
- package/dist/build/decision.d.ts.map +1 -0
- package/dist/build/decision.js +187 -0
- package/dist/build/decision.js.map +1 -0
- package/dist/build/default-theme.d.ts +10 -0
- package/dist/build/default-theme.d.ts.map +1 -0
- package/dist/build/default-theme.js +36 -0
- package/dist/build/default-theme.js.map +1 -0
- package/dist/build/entity-page.d.ts +140 -0
- package/dist/build/entity-page.d.ts.map +1 -0
- package/dist/build/entity-page.js +782 -0
- package/dist/build/entity-page.js.map +1 -0
- package/dist/build/footer.d.ts +39 -0
- package/dist/build/footer.d.ts.map +1 -0
- package/dist/build/footer.js +123 -0
- package/dist/build/footer.js.map +1 -0
- package/dist/build/fragments.d.ts +92 -0
- package/dist/build/fragments.d.ts.map +1 -0
- package/dist/build/fragments.js +115 -0
- package/dist/build/fragments.js.map +1 -0
- package/dist/build/grouping.d.ts +21 -0
- package/dist/build/grouping.d.ts.map +1 -0
- package/dist/build/grouping.js +71 -0
- package/dist/build/grouping.js.map +1 -0
- package/dist/build/home.d.ts +56 -0
- package/dist/build/home.d.ts.map +1 -0
- package/dist/build/home.js +214 -0
- package/dist/build/home.js.map +1 -0
- package/dist/build/index-page.d.ts +71 -0
- package/dist/build/index-page.d.ts.map +1 -0
- package/dist/build/index-page.js +267 -0
- package/dist/build/index-page.js.map +1 -0
- package/dist/build/keyword-page.d.ts +80 -0
- package/dist/build/keyword-page.d.ts.map +1 -0
- package/dist/build/keyword-page.js +297 -0
- package/dist/build/keyword-page.js.map +1 -0
- package/dist/build/kinds.d.ts +4 -0
- package/dist/build/kinds.d.ts.map +1 -0
- package/dist/build/kinds.js +22 -0
- package/dist/build/kinds.js.map +1 -0
- package/dist/build/meeting.d.ts +56 -0
- package/dist/build/meeting.d.ts.map +1 -0
- package/dist/build/meeting.js +285 -0
- package/dist/build/meeting.js.map +1 -0
- package/dist/build/mentions.d.ts +68 -0
- package/dist/build/mentions.d.ts.map +1 -0
- package/dist/build/mentions.js +412 -0
- package/dist/build/mentions.js.map +1 -0
- package/dist/build/not-found.d.ts +23 -0
- package/dist/build/not-found.d.ts.map +1 -0
- package/dist/build/not-found.js +70 -0
- package/dist/build/not-found.js.map +1 -0
- package/dist/build/operations.d.ts +27 -0
- package/dist/build/operations.d.ts.map +1 -0
- package/dist/build/operations.js +99 -0
- package/dist/build/operations.js.map +1 -0
- package/dist/build/paths.d.ts +45 -0
- package/dist/build/paths.d.ts.map +1 -0
- package/dist/build/paths.js +74 -0
- package/dist/build/paths.js.map +1 -0
- package/dist/build/redirect.d.ts +20 -0
- package/dist/build/redirect.d.ts.map +1 -0
- package/dist/build/redirect.js +31 -0
- package/dist/build/redirect.js.map +1 -0
- package/dist/build/site.d.ts +99 -0
- package/dist/build/site.d.ts.map +1 -0
- package/dist/build/site.js +338 -0
- package/dist/build/site.js.map +1 -0
- package/dist/build/space.d.ts +82 -0
- package/dist/build/space.d.ts.map +1 -0
- package/dist/build/space.js +248 -0
- package/dist/build/space.js.map +1 -0
- package/dist/build/spaces.d.ts +48 -0
- package/dist/build/spaces.d.ts.map +1 -0
- package/dist/build/spaces.js +210 -0
- package/dist/build/spaces.js.map +1 -0
- package/dist/build/todo.d.ts +24 -0
- package/dist/build/todo.d.ts.map +1 -0
- package/dist/build/todo.js +107 -0
- package/dist/build/todo.js.map +1 -0
- package/dist/css/fonts.d.ts +30 -0
- package/dist/css/fonts.d.ts.map +1 -0
- package/dist/css/fonts.js +51 -0
- package/dist/css/fonts.js.map +1 -0
- package/dist/css/stylesheet.d.ts +28 -0
- package/dist/css/stylesheet.d.ts.map +1 -0
- package/dist/css/stylesheet.js +94 -0
- package/dist/css/stylesheet.js.map +1 -0
- package/dist/css/theme-config.d.ts +2 -0
- package/dist/css/theme-config.d.ts.map +1 -0
- package/dist/css/theme-config.js +2 -0
- package/dist/css/theme-config.js.map +1 -0
- package/dist/css/tokens.d.ts +17 -0
- package/dist/css/tokens.d.ts.map +1 -0
- package/dist/css/tokens.js +90 -0
- package/dist/css/tokens.js.map +1 -0
- package/dist/gallery/boards.d.ts +146 -0
- package/dist/gallery/boards.d.ts.map +1 -0
- package/dist/gallery/boards.js +158 -0
- package/dist/gallery/boards.js.map +1 -0
- package/dist/gallery/build.d.ts +43 -0
- package/dist/gallery/build.d.ts.map +1 -0
- package/dist/gallery/build.js +129 -0
- package/dist/gallery/build.js.map +1 -0
- package/dist/gallery/fixtures/about.d.ts +10 -0
- package/dist/gallery/fixtures/about.d.ts.map +1 -0
- package/dist/gallery/fixtures/about.js +57 -0
- package/dist/gallery/fixtures/about.js.map +1 -0
- package/dist/gallery/fixtures/api-page.d.ts +8 -0
- package/dist/gallery/fixtures/api-page.d.ts.map +1 -0
- package/dist/gallery/fixtures/api-page.js +423 -0
- package/dist/gallery/fixtures/api-page.js.map +1 -0
- package/dist/gallery/fixtures/category-list.d.ts +10 -0
- package/dist/gallery/fixtures/category-list.d.ts.map +1 -0
- package/dist/gallery/fixtures/category-list.js +106 -0
- package/dist/gallery/fixtures/category-list.js.map +1 -0
- package/dist/gallery/fixtures/chrome.d.ts +22 -0
- package/dist/gallery/fixtures/chrome.d.ts.map +1 -0
- package/dist/gallery/fixtures/chrome.js +100 -0
- package/dist/gallery/fixtures/chrome.js.map +1 -0
- package/dist/gallery/fixtures/corpus.d.ts +62 -0
- package/dist/gallery/fixtures/corpus.d.ts.map +1 -0
- package/dist/gallery/fixtures/corpus.js +90 -0
- package/dist/gallery/fixtures/corpus.js.map +1 -0
- package/dist/gallery/fixtures/decision-page.d.ts +12 -0
- package/dist/gallery/fixtures/decision-page.d.ts.map +1 -0
- package/dist/gallery/fixtures/decision-page.js +287 -0
- package/dist/gallery/fixtures/decision-page.js.map +1 -0
- package/dist/gallery/fixtures/degraded.d.ts +18 -0
- package/dist/gallery/fixtures/degraded.d.ts.map +1 -0
- package/dist/gallery/fixtures/degraded.js +95 -0
- package/dist/gallery/fixtures/degraded.js.map +1 -0
- package/dist/gallery/fixtures/document-blocks.d.ts +4 -0
- package/dist/gallery/fixtures/document-blocks.d.ts.map +1 -0
- package/dist/gallery/fixtures/document-blocks.js +68 -0
- package/dist/gallery/fixtures/document-blocks.js.map +1 -0
- package/dist/gallery/fixtures/document-page.d.ts +6 -0
- package/dist/gallery/fixtures/document-page.d.ts.map +1 -0
- package/dist/gallery/fixtures/document-page.js +314 -0
- package/dist/gallery/fixtures/document-page.js.map +1 -0
- package/dist/gallery/fixtures/edge-cases.d.ts +25 -0
- package/dist/gallery/fixtures/edge-cases.d.ts.map +1 -0
- package/dist/gallery/fixtures/edge-cases.js +165 -0
- package/dist/gallery/fixtures/edge-cases.js.map +1 -0
- package/dist/gallery/fixtures/entity-page-twin.d.ts +8 -0
- package/dist/gallery/fixtures/entity-page-twin.d.ts.map +1 -0
- package/dist/gallery/fixtures/entity-page-twin.js +68 -0
- package/dist/gallery/fixtures/entity-page-twin.js.map +1 -0
- package/dist/gallery/fixtures/entity-page.d.ts +12 -0
- package/dist/gallery/fixtures/entity-page.d.ts.map +1 -0
- package/dist/gallery/fixtures/entity-page.js +244 -0
- package/dist/gallery/fixtures/entity-page.js.map +1 -0
- package/dist/gallery/fixtures/home.d.ts +9 -0
- package/dist/gallery/fixtures/home.d.ts.map +1 -0
- package/dist/gallery/fixtures/home.js +145 -0
- package/dist/gallery/fixtures/home.js.map +1 -0
- package/dist/gallery/fixtures/index-page.d.ts +4 -0
- package/dist/gallery/fixtures/index-page.d.ts.map +1 -0
- package/dist/gallery/fixtures/index-page.js +145 -0
- package/dist/gallery/fixtures/index-page.js.map +1 -0
- package/dist/gallery/fixtures/keyword-page.d.ts +7 -0
- package/dist/gallery/fixtures/keyword-page.d.ts.map +1 -0
- package/dist/gallery/fixtures/keyword-page.js +344 -0
- package/dist/gallery/fixtures/keyword-page.js.map +1 -0
- package/dist/gallery/fixtures/meeting-page.d.ts +11 -0
- package/dist/gallery/fixtures/meeting-page.d.ts.map +1 -0
- package/dist/gallery/fixtures/meeting-page.js +303 -0
- package/dist/gallery/fixtures/meeting-page.js.map +1 -0
- package/dist/gallery/fixtures/mentions.d.ts +6 -0
- package/dist/gallery/fixtures/mentions.d.ts.map +1 -0
- package/dist/gallery/fixtures/mentions.js +28 -0
- package/dist/gallery/fixtures/mentions.js.map +1 -0
- package/dist/gallery/fixtures/neighbourhood.d.ts +7 -0
- package/dist/gallery/fixtures/neighbourhood.d.ts.map +1 -0
- package/dist/gallery/fixtures/neighbourhood.js +96 -0
- package/dist/gallery/fixtures/neighbourhood.js.map +1 -0
- package/dist/gallery/fixtures/pins.d.ts +6 -0
- package/dist/gallery/fixtures/pins.d.ts.map +1 -0
- package/dist/gallery/fixtures/pins.js +24 -0
- package/dist/gallery/fixtures/pins.js.map +1 -0
- package/dist/gallery/fixtures/screen-page.d.ts +4 -0
- package/dist/gallery/fixtures/screen-page.d.ts.map +1 -0
- package/dist/gallery/fixtures/screen-page.js +266 -0
- package/dist/gallery/fixtures/screen-page.js.map +1 -0
- package/dist/gallery/fixtures/search-results.d.ts +12 -0
- package/dist/gallery/fixtures/search-results.d.ts.map +1 -0
- package/dist/gallery/fixtures/search-results.js +242 -0
- package/dist/gallery/fixtures/search-results.js.map +1 -0
- package/dist/gallery/fixtures/spaces.d.ts +15 -0
- package/dist/gallery/fixtures/spaces.d.ts.map +1 -0
- package/dist/gallery/fixtures/spaces.js +125 -0
- package/dist/gallery/fixtures/spaces.js.map +1 -0
- package/dist/gallery/fixtures/theme.d.ts +4 -0
- package/dist/gallery/fixtures/theme.d.ts.map +1 -0
- package/dist/gallery/fixtures/theme.js +4 -0
- package/dist/gallery/fixtures/theme.js.map +1 -0
- package/dist/gallery/fixtures/todo.d.ts +3 -0
- package/dist/gallery/fixtures/todo.d.ts.map +1 -0
- package/dist/gallery/fixtures/todo.js +13 -0
- package/dist/gallery/fixtures/todo.js.map +1 -0
- package/dist/gallery/fixtures.d.ts +24 -0
- package/dist/gallery/fixtures.d.ts.map +1 -0
- package/dist/gallery/fixtures.js +28 -0
- package/dist/gallery/fixtures.js.map +1 -0
- package/dist/gallery/index-page.d.ts +17 -0
- package/dist/gallery/index-page.d.ts.map +1 -0
- package/dist/gallery/index-page.js +41 -0
- package/dist/gallery/index-page.js.map +1 -0
- package/dist/gallery/no-script.d.ts +3 -0
- package/dist/gallery/no-script.d.ts.map +1 -0
- package/dist/gallery/no-script.js +11 -0
- package/dist/gallery/no-script.js.map +1 -0
- package/dist/gallery/page.d.ts +43 -0
- package/dist/gallery/page.d.ts.map +1 -0
- package/dist/gallery/page.js +8 -0
- package/dist/gallery/page.js.map +1 -0
- package/dist/gallery/pages.d.ts +6 -0
- package/dist/gallery/pages.d.ts.map +1 -0
- package/dist/gallery/pages.js +135 -0
- package/dist/gallery/pages.js.map +1 -0
- package/dist/gallery/skeleton.d.ts +6 -0
- package/dist/gallery/skeleton.d.ts.map +1 -0
- package/dist/gallery/skeleton.js +81 -0
- package/dist/gallery/skeleton.js.map +1 -0
- package/dist/gallery/spaces.d.ts +15 -0
- package/dist/gallery/spaces.d.ts.map +1 -0
- package/dist/gallery/spaces.js +125 -0
- package/dist/gallery/spaces.js.map +1 -0
- package/dist/gallery/states/about-corporate.d.ts +3 -0
- package/dist/gallery/states/about-corporate.d.ts.map +1 -0
- package/dist/gallery/states/about-corporate.js +16 -0
- package/dist/gallery/states/about-corporate.js.map +1 -0
- package/dist/gallery/states/about-sections.d.ts +3 -0
- package/dist/gallery/states/about-sections.d.ts.map +1 -0
- package/dist/gallery/states/about-sections.js +16 -0
- package/dist/gallery/states/about-sections.js.map +1 -0
- package/dist/gallery/states/age-notice.d.ts +3 -0
- package/dist/gallery/states/age-notice.d.ts.map +1 -0
- package/dist/gallery/states/age-notice.js +18 -0
- package/dist/gallery/states/age-notice.js.map +1 -0
- package/dist/gallery/states/api-page-corporate.d.ts +3 -0
- package/dist/gallery/states/api-page-corporate.d.ts.map +1 -0
- package/dist/gallery/states/api-page-corporate.js +16 -0
- package/dist/gallery/states/api-page-corporate.js.map +1 -0
- package/dist/gallery/states/api-page-no-contract.d.ts +3 -0
- package/dist/gallery/states/api-page-no-contract.d.ts.map +1 -0
- package/dist/gallery/states/api-page-no-contract.js +16 -0
- package/dist/gallery/states/api-page-no-contract.js.map +1 -0
- package/dist/gallery/states/api-page-no-script.d.ts +3 -0
- package/dist/gallery/states/api-page-no-script.d.ts.map +1 -0
- package/dist/gallery/states/api-page-no-script.js +10 -0
- package/dist/gallery/states/api-page-no-script.js.map +1 -0
- package/dist/gallery/states/category-corporate.d.ts +3 -0
- package/dist/gallery/states/category-corporate.d.ts.map +1 -0
- package/dist/gallery/states/category-corporate.js +16 -0
- package/dist/gallery/states/category-corporate.js.map +1 -0
- package/dist/gallery/states/decision-page-corporate.d.ts +3 -0
- package/dist/gallery/states/decision-page-corporate.d.ts.map +1 -0
- package/dist/gallery/states/decision-page-corporate.js +16 -0
- package/dist/gallery/states/decision-page-corporate.js.map +1 -0
- package/dist/gallery/states/document-page-corporate.d.ts +3 -0
- package/dist/gallery/states/document-page-corporate.d.ts.map +1 -0
- package/dist/gallery/states/document-page-corporate.js +16 -0
- package/dist/gallery/states/document-page-corporate.js.map +1 -0
- package/dist/gallery/states/document-page-no-preview.d.ts +3 -0
- package/dist/gallery/states/document-page-no-preview.d.ts.map +1 -0
- package/dist/gallery/states/document-page-no-preview.js +17 -0
- package/dist/gallery/states/document-page-no-preview.js.map +1 -0
- package/dist/gallery/states/document-page-no-script.d.ts +3 -0
- package/dist/gallery/states/document-page-no-script.d.ts.map +1 -0
- package/dist/gallery/states/document-page-no-script.js +10 -0
- package/dist/gallery/states/document-page-no-script.js.map +1 -0
- package/dist/gallery/states/entity-page-contract.d.ts +3 -0
- package/dist/gallery/states/entity-page-contract.d.ts.map +1 -0
- package/dist/gallery/states/entity-page-contract.js +13 -0
- package/dist/gallery/states/entity-page-contract.js.map +1 -0
- package/dist/gallery/states/entity-page-corporate.d.ts +3 -0
- package/dist/gallery/states/entity-page-corporate.d.ts.map +1 -0
- package/dist/gallery/states/entity-page-corporate.js +16 -0
- package/dist/gallery/states/entity-page-corporate.js.map +1 -0
- package/dist/gallery/states/entity-page-dark.d.ts +3 -0
- package/dist/gallery/states/entity-page-dark.d.ts.map +1 -0
- package/dist/gallery/states/entity-page-dark.js +17 -0
- package/dist/gallery/states/entity-page-dark.js.map +1 -0
- package/dist/gallery/states/entity-page-document.d.ts +3 -0
- package/dist/gallery/states/entity-page-document.d.ts.map +1 -0
- package/dist/gallery/states/entity-page-document.js +13 -0
- package/dist/gallery/states/entity-page-document.js.map +1 -0
- package/dist/gallery/states/entity-page-drawer.d.ts +3 -0
- package/dist/gallery/states/entity-page-drawer.d.ts.map +1 -0
- package/dist/gallery/states/entity-page-drawer.js +17 -0
- package/dist/gallery/states/entity-page-drawer.js.map +1 -0
- package/dist/gallery/states/entity-page-empty.d.ts +3 -0
- package/dist/gallery/states/entity-page-empty.d.ts.map +1 -0
- package/dist/gallery/states/entity-page-empty.js +19 -0
- package/dist/gallery/states/entity-page-empty.js.map +1 -0
- package/dist/gallery/states/entity-page-map.d.ts +3 -0
- package/dist/gallery/states/entity-page-map.d.ts.map +1 -0
- package/dist/gallery/states/entity-page-map.js +16 -0
- package/dist/gallery/states/entity-page-map.js.map +1 -0
- package/dist/gallery/states/entity-page-no-property.d.ts +3 -0
- package/dist/gallery/states/entity-page-no-property.d.ts.map +1 -0
- package/dist/gallery/states/entity-page-no-property.js +16 -0
- package/dist/gallery/states/entity-page-no-property.js.map +1 -0
- package/dist/gallery/states/entity-page-no-script.d.ts +3 -0
- package/dist/gallery/states/entity-page-no-script.d.ts.map +1 -0
- package/dist/gallery/states/entity-page-no-script.js +10 -0
- package/dist/gallery/states/entity-page-no-script.js.map +1 -0
- package/dist/gallery/states/entity-page-panel-folded.d.ts +3 -0
- package/dist/gallery/states/entity-page-panel-folded.d.ts.map +1 -0
- package/dist/gallery/states/entity-page-panel-folded.js +17 -0
- package/dist/gallery/states/entity-page-panel-folded.js.map +1 -0
- package/dist/gallery/states/entity-page-phone.d.ts +3 -0
- package/dist/gallery/states/entity-page-phone.d.ts.map +1 -0
- package/dist/gallery/states/entity-page-phone.js +17 -0
- package/dist/gallery/states/entity-page-phone.js.map +1 -0
- package/dist/gallery/states/entity-page-pins.d.ts +3 -0
- package/dist/gallery/states/entity-page-pins.d.ts.map +1 -0
- package/dist/gallery/states/entity-page-pins.js +17 -0
- package/dist/gallery/states/entity-page-pins.js.map +1 -0
- package/dist/gallery/states/entity-page-tablet.d.ts +3 -0
- package/dist/gallery/states/entity-page-tablet.d.ts.map +1 -0
- package/dist/gallery/states/entity-page-tablet.js +17 -0
- package/dist/gallery/states/entity-page-tablet.js.map +1 -0
- package/dist/gallery/states/entity-page-with-twin.d.ts +3 -0
- package/dist/gallery/states/entity-page-with-twin.d.ts.map +1 -0
- package/dist/gallery/states/entity-page-with-twin.js +16 -0
- package/dist/gallery/states/entity-page-with-twin.js.map +1 -0
- package/dist/gallery/states/entity-page.d.ts +3 -0
- package/dist/gallery/states/entity-page.d.ts.map +1 -0
- package/dist/gallery/states/entity-page.js +13 -0
- package/dist/gallery/states/entity-page.js.map +1 -0
- package/dist/gallery/states/footer-alone.d.ts +3 -0
- package/dist/gallery/states/footer-alone.d.ts.map +1 -0
- package/dist/gallery/states/footer-alone.js +16 -0
- package/dist/gallery/states/footer-alone.js.map +1 -0
- package/dist/gallery/states/footer-corporate.d.ts +3 -0
- package/dist/gallery/states/footer-corporate.d.ts.map +1 -0
- package/dist/gallery/states/footer-corporate.js +16 -0
- package/dist/gallery/states/footer-corporate.js.map +1 -0
- package/dist/gallery/states/footer-text.d.ts +3 -0
- package/dist/gallery/states/footer-text.d.ts.map +1 -0
- package/dist/gallery/states/footer-text.js +15 -0
- package/dist/gallery/states/footer-text.js.map +1 -0
- package/dist/gallery/states/header-logo.d.ts +3 -0
- package/dist/gallery/states/header-logo.d.ts.map +1 -0
- package/dist/gallery/states/header-logo.js +15 -0
- package/dist/gallery/states/header-logo.js.map +1 -0
- package/dist/gallery/states/home-corporate.d.ts +3 -0
- package/dist/gallery/states/home-corporate.d.ts.map +1 -0
- package/dist/gallery/states/home-corporate.js +16 -0
- package/dist/gallery/states/home-corporate.js.map +1 -0
- package/dist/gallery/states/home-dark.d.ts +3 -0
- package/dist/gallery/states/home-dark.d.ts.map +1 -0
- package/dist/gallery/states/home-dark.js +17 -0
- package/dist/gallery/states/home-dark.js.map +1 -0
- package/dist/gallery/states/home-no-script.d.ts +3 -0
- package/dist/gallery/states/home-no-script.d.ts.map +1 -0
- package/dist/gallery/states/home-no-script.js +10 -0
- package/dist/gallery/states/home-no-script.js.map +1 -0
- package/dist/gallery/states/home-single-source.d.ts +3 -0
- package/dist/gallery/states/home-single-source.d.ts.map +1 -0
- package/dist/gallery/states/home-single-source.js +16 -0
- package/dist/gallery/states/home-single-source.js.map +1 -0
- package/dist/gallery/states/home.d.ts +3 -0
- package/dist/gallery/states/home.d.ts.map +1 -0
- package/dist/gallery/states/home.js +13 -0
- package/dist/gallery/states/home.js.map +1 -0
- package/dist/gallery/states/index-corporate.d.ts +3 -0
- package/dist/gallery/states/index-corporate.d.ts.map +1 -0
- package/dist/gallery/states/index-corporate.js +16 -0
- package/dist/gallery/states/index-corporate.js.map +1 -0
- package/dist/gallery/states/index-page.d.ts +3 -0
- package/dist/gallery/states/index-page.d.ts.map +1 -0
- package/dist/gallery/states/index-page.js +13 -0
- package/dist/gallery/states/index-page.js.map +1 -0
- package/dist/gallery/states/keyword-page-corporate.d.ts +3 -0
- package/dist/gallery/states/keyword-page-corporate.d.ts.map +1 -0
- package/dist/gallery/states/keyword-page-corporate.js +16 -0
- package/dist/gallery/states/keyword-page-corporate.js.map +1 -0
- package/dist/gallery/states/keyword-page-empty.d.ts +3 -0
- package/dist/gallery/states/keyword-page-empty.d.ts.map +1 -0
- package/dist/gallery/states/keyword-page-empty.js +21 -0
- package/dist/gallery/states/keyword-page-empty.js.map +1 -0
- package/dist/gallery/states/keyword-page-no-script.d.ts +3 -0
- package/dist/gallery/states/keyword-page-no-script.d.ts.map +1 -0
- package/dist/gallery/states/keyword-page-no-script.js +10 -0
- package/dist/gallery/states/keyword-page-no-script.js.map +1 -0
- package/dist/gallery/states/keyword-page-no-timecode.d.ts +3 -0
- package/dist/gallery/states/keyword-page-no-timecode.d.ts.map +1 -0
- package/dist/gallery/states/keyword-page-no-timecode.js +16 -0
- package/dist/gallery/states/keyword-page-no-timecode.js.map +1 -0
- package/dist/gallery/states/keyword-page.d.ts +3 -0
- package/dist/gallery/states/keyword-page.d.ts.map +1 -0
- package/dist/gallery/states/keyword-page.js +13 -0
- package/dist/gallery/states/keyword-page.js.map +1 -0
- package/dist/gallery/states/meeting-page-corporate.d.ts +3 -0
- package/dist/gallery/states/meeting-page-corporate.d.ts.map +1 -0
- package/dist/gallery/states/meeting-page-corporate.js +16 -0
- package/dist/gallery/states/meeting-page-corporate.js.map +1 -0
- package/dist/gallery/states/meeting-page-no-script.d.ts +3 -0
- package/dist/gallery/states/meeting-page-no-script.d.ts.map +1 -0
- package/dist/gallery/states/meeting-page-no-script.js +10 -0
- package/dist/gallery/states/meeting-page-no-script.js.map +1 -0
- package/dist/gallery/states/mentions-panel-empty.d.ts +3 -0
- package/dist/gallery/states/mentions-panel-empty.d.ts.map +1 -0
- package/dist/gallery/states/mentions-panel-empty.js +15 -0
- package/dist/gallery/states/mentions-panel-empty.js.map +1 -0
- package/dist/gallery/states/mentions-panel-island.d.ts +3 -0
- package/dist/gallery/states/mentions-panel-island.d.ts.map +1 -0
- package/dist/gallery/states/mentions-panel-island.js +20 -0
- package/dist/gallery/states/mentions-panel-island.js.map +1 -0
- package/dist/gallery/states/mentions-panel.d.ts +3 -0
- package/dist/gallery/states/mentions-panel.d.ts.map +1 -0
- package/dist/gallery/states/mentions-panel.js +16 -0
- package/dist/gallery/states/mentions-panel.js.map +1 -0
- package/dist/gallery/states/neighbourhood-empty.d.ts +3 -0
- package/dist/gallery/states/neighbourhood-empty.d.ts.map +1 -0
- package/dist/gallery/states/neighbourhood-empty.js +16 -0
- package/dist/gallery/states/neighbourhood-empty.js.map +1 -0
- package/dist/gallery/states/neighbourhood-full.d.ts +3 -0
- package/dist/gallery/states/neighbourhood-full.d.ts.map +1 -0
- package/dist/gallery/states/neighbourhood-full.js +16 -0
- package/dist/gallery/states/neighbourhood-full.js.map +1 -0
- package/dist/gallery/states/neighbourhood-overflow.d.ts +3 -0
- package/dist/gallery/states/neighbourhood-overflow.d.ts.map +1 -0
- package/dist/gallery/states/neighbourhood-overflow.js +16 -0
- package/dist/gallery/states/neighbourhood-overflow.js.map +1 -0
- package/dist/gallery/states/neighbourhood.d.ts +3 -0
- package/dist/gallery/states/neighbourhood.d.ts.map +1 -0
- package/dist/gallery/states/neighbourhood.js +16 -0
- package/dist/gallery/states/neighbourhood.js.map +1 -0
- package/dist/gallery/states/not-found-corporate.d.ts +3 -0
- package/dist/gallery/states/not-found-corporate.d.ts.map +1 -0
- package/dist/gallery/states/not-found-corporate.js +16 -0
- package/dist/gallery/states/not-found-corporate.js.map +1 -0
- package/dist/gallery/states/not-found-nearby.d.ts +3 -0
- package/dist/gallery/states/not-found-nearby.d.ts.map +1 -0
- package/dist/gallery/states/not-found-nearby.js +16 -0
- package/dist/gallery/states/not-found-nearby.js.map +1 -0
- package/dist/gallery/states/screen-page-corporate.d.ts +3 -0
- package/dist/gallery/states/screen-page-corporate.d.ts.map +1 -0
- package/dist/gallery/states/screen-page-corporate.js +16 -0
- package/dist/gallery/states/screen-page-corporate.js.map +1 -0
- package/dist/gallery/states/search-results-corporate.d.ts +3 -0
- package/dist/gallery/states/search-results-corporate.d.ts.map +1 -0
- package/dist/gallery/states/search-results-corporate.js +16 -0
- package/dist/gallery/states/search-results-corporate.js.map +1 -0
- package/dist/gallery/states/search-results-empty.d.ts +3 -0
- package/dist/gallery/states/search-results-empty.d.ts.map +1 -0
- package/dist/gallery/states/search-results-empty.js +13 -0
- package/dist/gallery/states/search-results-empty.js.map +1 -0
- package/dist/gallery/states/search-results-filtered.d.ts +3 -0
- package/dist/gallery/states/search-results-filtered.d.ts.map +1 -0
- package/dist/gallery/states/search-results-filtered.js +16 -0
- package/dist/gallery/states/search-results-filtered.js.map +1 -0
- package/dist/gallery/states/search-results-no-script.d.ts +3 -0
- package/dist/gallery/states/search-results-no-script.d.ts.map +1 -0
- package/dist/gallery/states/search-results-no-script.js +10 -0
- package/dist/gallery/states/search-results-no-script.js.map +1 -0
- package/dist/gallery/states/search-results.d.ts +3 -0
- package/dist/gallery/states/search-results.d.ts.map +1 -0
- package/dist/gallery/states/search-results.js +13 -0
- package/dist/gallery/states/search-results.js.map +1 -0
- package/dist/gallery/states/shell-rtl.d.ts +3 -0
- package/dist/gallery/states/shell-rtl.d.ts.map +1 -0
- package/dist/gallery/states/shell-rtl.js +14 -0
- package/dist/gallery/states/shell-rtl.js.map +1 -0
- package/dist/gallery/states/space-corporate.d.ts +3 -0
- package/dist/gallery/states/space-corporate.d.ts.map +1 -0
- package/dist/gallery/states/space-corporate.js +16 -0
- package/dist/gallery/states/space-corporate.js.map +1 -0
- package/dist/gallery/states/spaces-corporate.d.ts +3 -0
- package/dist/gallery/states/spaces-corporate.d.ts.map +1 -0
- package/dist/gallery/states/spaces-corporate.js +16 -0
- package/dist/gallery/states/spaces-corporate.js.map +1 -0
- package/dist/gallery/states/todo-corporate.d.ts +3 -0
- package/dist/gallery/states/todo-corporate.d.ts.map +1 -0
- package/dist/gallery/states/todo-corporate.js +16 -0
- package/dist/gallery/states/todo-corporate.js.map +1 -0
- package/dist/gallery/states/todo-empty.d.ts +3 -0
- package/dist/gallery/states/todo-empty.d.ts.map +1 -0
- package/dist/gallery/states/todo-empty.js +12 -0
- package/dist/gallery/states/todo-empty.js.map +1 -0
- package/dist/gallery/states/todo.d.ts +3 -0
- package/dist/gallery/states/todo.d.ts.map +1 -0
- package/dist/gallery/states/todo.js +13 -0
- package/dist/gallery/states/todo.js.map +1 -0
- package/dist/gallery/types.d.ts +27 -0
- package/dist/gallery/types.d.ts.map +1 -0
- package/dist/gallery/types.js +107 -0
- package/dist/gallery/types.js.map +1 -0
- package/dist/gallery/width-switch.d.ts +11 -0
- package/dist/gallery/width-switch.d.ts.map +1 -0
- package/dist/gallery/width-switch.js +18 -0
- package/dist/gallery/width-switch.js.map +1 -0
- package/dist/gallery/width.client.d.ts +2 -0
- package/dist/gallery/width.client.d.ts.map +1 -0
- package/dist/gallery/width.client.js +6 -0
- package/dist/gallery/width.client.js.map +1 -0
- package/dist/gallery/width.d.ts +35 -0
- package/dist/gallery/width.d.ts.map +1 -0
- package/dist/gallery/width.js +40 -0
- package/dist/gallery/width.js.map +1 -0
- package/dist/index.d.ts +95 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +82 -0
- package/dist/index.js.map +1 -0
- package/dist/islands/age.client.d.ts +2 -0
- package/dist/islands/age.client.d.ts.map +1 -0
- package/dist/islands/age.client.js +6 -0
- package/dist/islands/age.client.js.map +1 -0
- package/dist/islands/age.d.ts +43 -0
- package/dist/islands/age.d.ts.map +1 -0
- package/dist/islands/age.js +67 -0
- package/dist/islands/age.js.map +1 -0
- package/dist/islands/bundle.d.ts +50 -0
- package/dist/islands/bundle.d.ts.map +1 -0
- package/dist/islands/bundle.js +152 -0
- package/dist/islands/bundle.js.map +1 -0
- package/dist/islands/category-list.client.d.ts +2 -0
- package/dist/islands/category-list.client.d.ts.map +1 -0
- package/dist/islands/category-list.client.js +5 -0
- package/dist/islands/category-list.client.js.map +1 -0
- package/dist/islands/contract-viewer.client.d.ts +2 -0
- package/dist/islands/contract-viewer.client.d.ts.map +1 -0
- package/dist/islands/contract-viewer.client.js +5 -0
- package/dist/islands/contract-viewer.client.js.map +1 -0
- package/dist/islands/document-viewer.client.d.ts +2 -0
- package/dist/islands/document-viewer.client.d.ts.map +1 -0
- package/dist/islands/document-viewer.client.js +10 -0
- package/dist/islands/document-viewer.client.js.map +1 -0
- package/dist/islands/document-viewer.d.ts +41 -0
- package/dist/islands/document-viewer.d.ts.map +1 -0
- package/dist/islands/document-viewer.js +130 -0
- package/dist/islands/document-viewer.js.map +1 -0
- package/dist/islands/editable.d.ts +12 -0
- package/dist/islands/editable.d.ts.map +1 -0
- package/dist/islands/editable.js +12 -0
- package/dist/islands/editable.js.map +1 -0
- package/dist/islands/element.d.ts +3 -0
- package/dist/islands/element.d.ts.map +1 -0
- package/dist/islands/element.js +3 -0
- package/dist/islands/element.js.map +1 -0
- package/dist/islands/island.d.ts +10 -0
- package/dist/islands/island.d.ts.map +1 -0
- package/dist/islands/island.js +24 -0
- package/dist/islands/island.js.map +1 -0
- package/dist/islands/mentions-panel.client.d.ts +2 -0
- package/dist/islands/mentions-panel.client.d.ts.map +1 -0
- package/dist/islands/mentions-panel.client.js +10 -0
- package/dist/islands/mentions-panel.client.js.map +1 -0
- package/dist/islands/mentions-rest.d.ts +22 -0
- package/dist/islands/mentions-rest.d.ts.map +1 -0
- package/dist/islands/mentions-rest.js +44 -0
- package/dist/islands/mentions-rest.js.map +1 -0
- package/dist/islands/mode-switch.client.d.ts +2 -0
- package/dist/islands/mode-switch.client.d.ts.map +1 -0
- package/dist/islands/mode-switch.client.js +14 -0
- package/dist/islands/mode-switch.client.js.map +1 -0
- package/dist/islands/mode-switch.d.ts +54 -0
- package/dist/islands/mode-switch.d.ts.map +1 -0
- package/dist/islands/mode-switch.js +64 -0
- package/dist/islands/mode-switch.js.map +1 -0
- package/dist/islands/mount.d.ts +11 -0
- package/dist/islands/mount.d.ts.map +1 -0
- package/dist/islands/mount.js +14 -0
- package/dist/islands/mount.js.map +1 -0
- package/dist/islands/not-found.client.d.ts +2 -0
- package/dist/islands/not-found.client.d.ts.map +1 -0
- package/dist/islands/not-found.client.js +18 -0
- package/dist/islands/not-found.client.js.map +1 -0
- package/dist/islands/not-found.d.ts +56 -0
- package/dist/islands/not-found.d.ts.map +1 -0
- package/dist/islands/not-found.js +138 -0
- package/dist/islands/not-found.js.map +1 -0
- package/dist/islands/panels.client.d.ts +2 -0
- package/dist/islands/panels.client.d.ts.map +1 -0
- package/dist/islands/panels.client.js +6 -0
- package/dist/islands/panels.client.js.map +1 -0
- package/dist/islands/panels.d.ts +48 -0
- package/dist/islands/panels.d.ts.map +1 -0
- package/dist/islands/panels.js +95 -0
- package/dist/islands/panels.js.map +1 -0
- package/dist/islands/pins.client.d.ts +2 -0
- package/dist/islands/pins.client.d.ts.map +1 -0
- package/dist/islands/pins.client.js +6 -0
- package/dist/islands/pins.client.js.map +1 -0
- package/dist/islands/pins.d.ts +30 -0
- package/dist/islands/pins.d.ts.map +1 -0
- package/dist/islands/pins.js +134 -0
- package/dist/islands/pins.js.map +1 -0
- package/dist/islands/search.client.d.ts +2 -0
- package/dist/islands/search.client.d.ts.map +1 -0
- package/dist/islands/search.client.js +58 -0
- package/dist/islands/search.client.js.map +1 -0
- package/dist/islands/search.d.ts +221 -0
- package/dist/islands/search.d.ts.map +1 -0
- package/dist/islands/search.js +606 -0
- package/dist/islands/search.js.map +1 -0
- package/dist/islands/shards.d.ts +27 -0
- package/dist/islands/shards.d.ts.map +1 -0
- package/dist/islands/shards.js +39 -0
- package/dist/islands/shards.js.map +1 -0
- package/dist/islands/tabs.client.d.ts +2 -0
- package/dist/islands/tabs.client.d.ts.map +1 -0
- package/dist/islands/tabs.client.js +6 -0
- package/dist/islands/tabs.client.js.map +1 -0
- package/dist/islands/tabs.d.ts +24 -0
- package/dist/islands/tabs.d.ts.map +1 -0
- package/dist/islands/tabs.js +79 -0
- package/dist/islands/tabs.js.map +1 -0
- package/dist/islands/toc.client.d.ts +2 -0
- package/dist/islands/toc.client.d.ts.map +1 -0
- package/dist/islands/toc.client.js +11 -0
- package/dist/islands/toc.client.js.map +1 -0
- package/dist/islands/toc.d.ts +37 -0
- package/dist/islands/toc.d.ts.map +1 -0
- package/dist/islands/toc.js +50 -0
- package/dist/islands/toc.js.map +1 -0
- package/dist/islands/trail.client.d.ts +2 -0
- package/dist/islands/trail.client.d.ts.map +1 -0
- package/dist/islands/trail.client.js +12 -0
- package/dist/islands/trail.client.js.map +1 -0
- package/dist/islands/trail.d.ts +95 -0
- package/dist/islands/trail.d.ts.map +1 -0
- package/dist/islands/trail.js +223 -0
- package/dist/islands/trail.js.map +1 -0
- package/dist/islands/viewer-pdf.client.d.ts +7 -0
- package/dist/islands/viewer-pdf.client.d.ts.map +1 -0
- package/dist/islands/viewer-pdf.client.js +13 -0
- package/dist/islands/viewer-pdf.client.js.map +1 -0
- package/dist/islands/viewer-pdf.d.ts +50 -0
- package/dist/islands/viewer-pdf.d.ts.map +1 -0
- package/dist/islands/viewer-pdf.js +157 -0
- package/dist/islands/viewer-pdf.js.map +1 -0
- package/dist/markdown/figures.d.ts +16 -0
- package/dist/markdown/figures.d.ts.map +1 -0
- package/dist/markdown/figures.js +26 -0
- package/dist/markdown/figures.js.map +1 -0
- package/dist/markdown/marks.d.ts +14 -0
- package/dist/markdown/marks.d.ts.map +1 -0
- package/dist/markdown/marks.js +10 -0
- package/dist/markdown/marks.js.map +1 -0
- package/dist/markdown/render.d.ts +67 -0
- package/dist/markdown/render.d.ts.map +1 -0
- package/dist/markdown/render.js +402 -0
- package/dist/markdown/render.js.map +1 -0
- package/dist/mode.d.ts +21 -0
- package/dist/mode.d.ts.map +1 -0
- package/dist/mode.js +25 -0
- package/dist/mode.js.map +1 -0
- package/dist/neighbourhood/layout.d.ts +58 -0
- package/dist/neighbourhood/layout.d.ts.map +1 -0
- package/dist/neighbourhood/layout.js +171 -0
- package/dist/neighbourhood/layout.js.map +1 -0
- package/dist/order.d.ts +2 -0
- package/dist/order.d.ts.map +1 -0
- package/dist/order.js +5 -0
- package/dist/order.js.map +1 -0
- package/dist/panels.d.ts +21 -0
- package/dist/panels.d.ts.map +1 -0
- package/dist/panels.js +31 -0
- package/dist/panels.js.map +1 -0
- package/dist/pins.d.ts +46 -0
- package/dist/pins.d.ts.map +1 -0
- package/dist/pins.js +132 -0
- package/dist/pins.js.map +1 -0
- package/dist/render.d.ts +38 -0
- package/dist/render.d.ts.map +1 -0
- package/dist/render.js +64 -0
- package/dist/render.js.map +1 -0
- package/dist/search/build.d.ts +91 -0
- package/dist/search/build.d.ts.map +1 -0
- package/dist/search/build.js +256 -0
- package/dist/search/build.js.map +1 -0
- package/dist/search/facets.d.ts +40 -0
- package/dist/search/facets.d.ts.map +1 -0
- package/dist/search/facets.js +159 -0
- package/dist/search/facets.js.map +1 -0
- package/dist/search/highlight.d.ts +13 -0
- package/dist/search/highlight.d.ts.map +1 -0
- package/dist/search/highlight.js +72 -0
- package/dist/search/highlight.js.map +1 -0
- package/dist/search/shared.d.ts +194 -0
- package/dist/search/shared.d.ts.map +1 -0
- package/dist/search/shared.js +166 -0
- package/dist/search/shared.js.map +1 -0
- package/dist/search/state.d.ts +30 -0
- package/dist/search/state.d.ts.map +1 -0
- package/dist/search/state.js +82 -0
- package/dist/search/state.js.map +1 -0
- package/dist/slots.d.ts +1768 -0
- package/dist/slots.d.ts.map +1 -0
- package/dist/slots.js +57 -0
- package/dist/slots.js.map +1 -0
- package/dist/theme/chrome.d.ts +30 -0
- package/dist/theme/chrome.d.ts.map +1 -0
- package/dist/theme/chrome.js +59 -0
- package/dist/theme/chrome.js.map +1 -0
- package/dist/theme/context.d.ts +18 -0
- package/dist/theme/context.d.ts.map +1 -0
- package/dist/theme/context.js +38 -0
- package/dist/theme/context.js.map +1 -0
- package/dist/theme/default/about.d.ts +12 -0
- package/dist/theme/default/about.d.ts.map +1 -0
- package/dist/theme/default/about.js +88 -0
- package/dist/theme/default/about.js.map +1 -0
- package/dist/theme/default/age-notice.d.ts +36 -0
- package/dist/theme/default/age-notice.d.ts.map +1 -0
- package/dist/theme/default/age-notice.js +18 -0
- package/dist/theme/default/age-notice.js.map +1 -0
- package/dist/theme/default/api-page.d.ts +28 -0
- package/dist/theme/default/api-page.d.ts.map +1 -0
- package/dist/theme/default/api-page.js +47 -0
- package/dist/theme/default/api-page.js.map +1 -0
- package/dist/theme/default/attributes.d.ts +20 -0
- package/dist/theme/default/attributes.d.ts.map +1 -0
- package/dist/theme/default/attributes.js +20 -0
- package/dist/theme/default/attributes.js.map +1 -0
- package/dist/theme/default/category-island.d.ts +80 -0
- package/dist/theme/default/category-island.d.ts.map +1 -0
- package/dist/theme/default/category-island.js +161 -0
- package/dist/theme/default/category-island.js.map +1 -0
- package/dist/theme/default/category-list.d.ts +14 -0
- package/dist/theme/default/category-list.d.ts.map +1 -0
- package/dist/theme/default/category-list.js +47 -0
- package/dist/theme/default/category-list.js.map +1 -0
- package/dist/theme/default/contract-section.d.ts +13 -0
- package/dist/theme/default/contract-section.d.ts.map +1 -0
- package/dist/theme/default/contract-section.js +66 -0
- package/dist/theme/default/contract-section.js.map +1 -0
- package/dist/theme/default/contract-viewer.d.ts +46 -0
- package/dist/theme/default/contract-viewer.d.ts.map +1 -0
- package/dist/theme/default/contract-viewer.js +105 -0
- package/dist/theme/default/contract-viewer.js.map +1 -0
- package/dist/theme/default/decision-page.d.ts +24 -0
- package/dist/theme/default/decision-page.d.ts.map +1 -0
- package/dist/theme/default/decision-page.js +91 -0
- package/dist/theme/default/decision-page.js.map +1 -0
- package/dist/theme/default/document-page.d.ts +23 -0
- package/dist/theme/default/document-page.d.ts.map +1 -0
- package/dist/theme/default/document-page.js +143 -0
- package/dist/theme/default/document-page.js.map +1 -0
- package/dist/theme/default/document-viewer.d.ts +70 -0
- package/dist/theme/default/document-viewer.d.ts.map +1 -0
- package/dist/theme/default/document-viewer.js +93 -0
- package/dist/theme/default/document-viewer.js.map +1 -0
- package/dist/theme/default/drawer.d.ts +20 -0
- package/dist/theme/default/drawer.d.ts.map +1 -0
- package/dist/theme/default/drawer.js +25 -0
- package/dist/theme/default/drawer.js.map +1 -0
- package/dist/theme/default/entity-page.d.ts +75 -0
- package/dist/theme/default/entity-page.d.ts.map +1 -0
- package/dist/theme/default/entity-page.js +140 -0
- package/dist/theme/default/entity-page.js.map +1 -0
- package/dist/theme/default/footer.d.ts +15 -0
- package/dist/theme/default/footer.d.ts.map +1 -0
- package/dist/theme/default/footer.js +57 -0
- package/dist/theme/default/footer.js.map +1 -0
- package/dist/theme/default/glyphs.d.ts +19 -0
- package/dist/theme/default/glyphs.d.ts.map +1 -0
- package/dist/theme/default/glyphs.js +56 -0
- package/dist/theme/default/glyphs.js.map +1 -0
- package/dist/theme/default/grouped-files.d.ts +12 -0
- package/dist/theme/default/grouped-files.d.ts.map +1 -0
- package/dist/theme/default/grouped-files.js +11 -0
- package/dist/theme/default/grouped-files.js.map +1 -0
- package/dist/theme/default/header.d.ts +11 -0
- package/dist/theme/default/header.d.ts.map +1 -0
- package/dist/theme/default/header.js +23 -0
- package/dist/theme/default/header.js.map +1 -0
- package/dist/theme/default/home.d.ts +13 -0
- package/dist/theme/default/home.d.ts.map +1 -0
- package/dist/theme/default/home.js +45 -0
- package/dist/theme/default/home.js.map +1 -0
- package/dist/theme/default/index-page.d.ts +29 -0
- package/dist/theme/default/index-page.d.ts.map +1 -0
- package/dist/theme/default/index-page.js +97 -0
- package/dist/theme/default/index-page.js.map +1 -0
- package/dist/theme/default/index.d.ts +13 -0
- package/dist/theme/default/index.d.ts.map +1 -0
- package/dist/theme/default/index.js +55 -0
- package/dist/theme/default/index.js.map +1 -0
- package/dist/theme/default/keyword-page.d.ts +20 -0
- package/dist/theme/default/keyword-page.d.ts.map +1 -0
- package/dist/theme/default/keyword-page.js +68 -0
- package/dist/theme/default/keyword-page.js.map +1 -0
- package/dist/theme/default/labels.d.ts +223 -0
- package/dist/theme/default/labels.d.ts.map +1 -0
- package/dist/theme/default/labels.js +223 -0
- package/dist/theme/default/labels.js.map +1 -0
- package/dist/theme/default/meeting-page.d.ts +20 -0
- package/dist/theme/default/meeting-page.d.ts.map +1 -0
- package/dist/theme/default/meeting-page.js +122 -0
- package/dist/theme/default/meeting-page.js.map +1 -0
- package/dist/theme/default/mention-list.d.ts +70 -0
- package/dist/theme/default/mention-list.d.ts.map +1 -0
- package/dist/theme/default/mention-list.js +99 -0
- package/dist/theme/default/mention-list.js.map +1 -0
- package/dist/theme/default/mentions-island.d.ts +100 -0
- package/dist/theme/default/mentions-island.d.ts.map +1 -0
- package/dist/theme/default/mentions-island.js +169 -0
- package/dist/theme/default/mentions-island.js.map +1 -0
- package/dist/theme/default/mentions-more.d.ts +22 -0
- package/dist/theme/default/mentions-more.d.ts.map +1 -0
- package/dist/theme/default/mentions-more.js +25 -0
- package/dist/theme/default/mentions-more.js.map +1 -0
- package/dist/theme/default/mentions-panel.d.ts +16 -0
- package/dist/theme/default/mentions-panel.d.ts.map +1 -0
- package/dist/theme/default/mentions-panel.js +50 -0
- package/dist/theme/default/mentions-panel.js.map +1 -0
- package/dist/theme/default/mode-switch.d.ts +9 -0
- package/dist/theme/default/mode-switch.d.ts.map +1 -0
- package/dist/theme/default/mode-switch.js +19 -0
- package/dist/theme/default/mode-switch.js.map +1 -0
- package/dist/theme/default/neighbourhood.d.ts +29 -0
- package/dist/theme/default/neighbourhood.d.ts.map +1 -0
- package/dist/theme/default/neighbourhood.js +146 -0
- package/dist/theme/default/neighbourhood.js.map +1 -0
- package/dist/theme/default/not-found.d.ts +14 -0
- package/dist/theme/default/not-found.d.ts.map +1 -0
- package/dist/theme/default/not-found.js +27 -0
- package/dist/theme/default/not-found.js.map +1 -0
- package/dist/theme/default/page-notice.d.ts +10 -0
- package/dist/theme/default/page-notice.d.ts.map +1 -0
- package/dist/theme/default/page-notice.js +11 -0
- package/dist/theme/default/page-notice.js.map +1 -0
- package/dist/theme/default/panel-block.d.ts +14 -0
- package/dist/theme/default/panel-block.d.ts.map +1 -0
- package/dist/theme/default/panel-block.js +9 -0
- package/dist/theme/default/panel-block.js.map +1 -0
- package/dist/theme/default/panel-handle.d.ts +29 -0
- package/dist/theme/default/panel-handle.d.ts.map +1 -0
- package/dist/theme/default/panel-handle.js +35 -0
- package/dist/theme/default/panel-handle.js.map +1 -0
- package/dist/theme/default/pins.d.ts +22 -0
- package/dist/theme/default/pins.d.ts.map +1 -0
- package/dist/theme/default/pins.js +53 -0
- package/dist/theme/default/pins.js.map +1 -0
- package/dist/theme/default/plugin.d.ts +11 -0
- package/dist/theme/default/plugin.d.ts.map +1 -0
- package/dist/theme/default/plugin.js +28 -0
- package/dist/theme/default/plugin.js.map +1 -0
- package/dist/theme/default/result-list.d.ts +13 -0
- package/dist/theme/default/result-list.d.ts.map +1 -0
- package/dist/theme/default/result-list.js +27 -0
- package/dist/theme/default/result-list.js.map +1 -0
- package/dist/theme/default/search-island.d.ts +29 -0
- package/dist/theme/default/search-island.d.ts.map +1 -0
- package/dist/theme/default/search-island.js +45 -0
- package/dist/theme/default/search-island.js.map +1 -0
- package/dist/theme/default/search-results.d.ts +12 -0
- package/dist/theme/default/search-results.d.ts.map +1 -0
- package/dist/theme/default/search-results.js +85 -0
- package/dist/theme/default/search-results.js.map +1 -0
- package/dist/theme/default/search-suggestions.d.ts +51 -0
- package/dist/theme/default/search-suggestions.d.ts.map +1 -0
- package/dist/theme/default/search-suggestions.js +55 -0
- package/dist/theme/default/search-suggestions.js.map +1 -0
- package/dist/theme/default/shell.d.ts +4 -0
- package/dist/theme/default/shell.d.ts.map +1 -0
- package/dist/theme/default/shell.js +16 -0
- package/dist/theme/default/shell.js.map +1 -0
- package/dist/theme/default/space-tree.d.ts +24 -0
- package/dist/theme/default/space-tree.d.ts.map +1 -0
- package/dist/theme/default/space-tree.js +50 -0
- package/dist/theme/default/space-tree.js.map +1 -0
- package/dist/theme/default/space.d.ts +14 -0
- package/dist/theme/default/space.d.ts.map +1 -0
- package/dist/theme/default/space.js +47 -0
- package/dist/theme/default/space.js.map +1 -0
- package/dist/theme/default/spaces.d.ts +12 -0
- package/dist/theme/default/spaces.d.ts.map +1 -0
- package/dist/theme/default/spaces.js +35 -0
- package/dist/theme/default/spaces.js.map +1 -0
- package/dist/theme/default/tabs.d.ts +38 -0
- package/dist/theme/default/tabs.d.ts.map +1 -0
- package/dist/theme/default/tabs.js +29 -0
- package/dist/theme/default/tabs.js.map +1 -0
- package/dist/theme/default/toc.d.ts +19 -0
- package/dist/theme/default/toc.d.ts.map +1 -0
- package/dist/theme/default/toc.js +26 -0
- package/dist/theme/default/toc.js.map +1 -0
- package/dist/theme/default/todo.d.ts +8 -0
- package/dist/theme/default/todo.d.ts.map +1 -0
- package/dist/theme/default/todo.js +33 -0
- package/dist/theme/default/todo.js.map +1 -0
- package/dist/theme/default/trail.d.ts +9 -0
- package/dist/theme/default/trail.d.ts.map +1 -0
- package/dist/theme/default/trail.js +24 -0
- package/dist/theme/default/trail.js.map +1 -0
- package/dist/theme/load.d.ts +45 -0
- package/dist/theme/load.d.ts.map +1 -0
- package/dist/theme/load.js +123 -0
- package/dist/theme/load.js.map +1 -0
- package/dist/theme/node-loader.d.ts +10 -0
- package/dist/theme/node-loader.d.ts.map +1 -0
- package/dist/theme/node-loader.js +36 -0
- package/dist/theme/node-loader.js.map +1 -0
- package/dist/theme/resolve.d.ts +27 -0
- package/dist/theme/resolve.d.ts.map +1 -0
- package/dist/theme/resolve.js +184 -0
- package/dist/theme/resolve.js.map +1 -0
- package/dist/theme/types.d.ts +44 -0
- package/dist/theme/types.d.ts.map +1 -0
- package/dist/theme/types.js +2 -0
- package/dist/theme/types.js.map +1 -0
- package/package.json +60 -0
package/README.md
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
# @concordance-wiki/site
|
|
2
|
+
|
|
3
|
+
Site generation: the slots of the site and their view models, the default theme, the islands and their bundles, the document viewer, the stylesheet, the page budget, the markdown renderer, the search index and the site build that `concordance build` and `concordance render` run.
|
|
4
|
+
|
|
5
|
+
## Today
|
|
6
|
+
|
|
7
|
+
### Slots and themes
|
|
8
|
+
|
|
9
|
+
`SLOT_NAMES` and `SlotProps` name the sixteen slots and type what each receives. `defaultComponents` implements every slot in Preact, rendered to static HTML by `renderPage` (a complete document) and `renderSlot` (one slot). `useSlot` lets a page compose the panels of the current theme. `resolveTheme` starts from the default theme and applies the `components` of every `theme` contribution of the plugin registry, the last one winning, and loads the `tokens` of the last theme when it can locate the package, with `importThemeModule` loading a component by its path relative to the plugin package and `packageDirectoryOf` finding that package. The same resolution files the components named for one type, one attribute or one mapped section (`EntityPage@<type>`, `Attribute@<name>`, `Section@<key>`, read by `parseComponentName`) from the themes and from the `components/` of the type modules it is given (`importFile` loading a module file by its absolute path), the themes winning, under `ResolvedTheme.typed`, which `pageComponentFor`, `attributeComponentFor` and `sectionComponentFor` answer and the default entity page reads through `useAttributePart` and `useSectionPart`.
|
|
10
|
+
|
|
11
|
+
### Theme files and the stylesheet
|
|
12
|
+
|
|
13
|
+
`loadTheme` reads and validates a `theme.yaml`, resolving its logo, favicon, stylesheet and assets against the file, `chromeOf` turns it into the title, logo, favicon, stylesheets and footer of every page and `writeThemeAssets` writes its files under `assets/`. `tokensStylesheet` turns the theme into custom properties, the nine colours of a palette derived by `paletteColours` from the six a theme must give, every palette block naming its `ColourScheme` in `--scheme` and setting `--shadow-float`, the shadow of what floats over the page, none in the dark scheme, `fontFacesStylesheet` binds the families the default theme ships (`TEXT_FAMILY`, Instrument Sans, and `MONO_FAMILY`, IBM Plex Mono, `FONT_FACES` naming their eight woff2 files under `FONTS_DIRECTORY` with `FONTS_LICENCE`, copied by `writeThemeAssets` and read by `fontFiles`), `siteStylesheet` assembles the faces and the `tokens, base, components` layers (the last two read from the files `CSS_FILES` lists under `assets/css/`, one per concept, in the order of the list) and `projectStylesheet` wraps the project's file in the `project` layer, declared last.
|
|
14
|
+
|
|
15
|
+
### Islands
|
|
16
|
+
|
|
17
|
+
`island` wraps an interactive component so that its props travel in the page, `mountIslands` hydrates them in the browser and `bundleIslands` builds one hashed, minified classic script per island with esbuild, byte-identical from one build to the next, so that a page opened from the disk runs every island in every browser (only a bundle imported on demand, `IslandEntry.module`, is a module), `defaultIslands` naming the eleven islands of the default theme and `mergeIslands` adding the UI components the theme resolution collected from the registry (`ResolvedTheme.islands`). `MODE_SCRIPT` and `PANELS_SCRIPT` are the two inline scripts of a page, applying before the first paint the colour scheme a reader chose with the `mode-switch` island and the side panels they folded with the `panels` island (`PANELS_ISLAND`, `Panels`, `PanelHandle`, `SidePanel`, wired by `wirePanels`: a handle on the edge of the tree of the space and of the right panel folds it to a 44 px strip, `[` and `]` do the same from the keyboard, the folded panels living in `localStorage` under `PANELS_STORAGE_KEY` and as `data-panels` on the root). The `pins` island (`PINS_ISLAND`, `Pins`, `PinButton`, wired by `wirePins`) draws under the header the pages the reader pinned from the button after the title of a page, as a row of chips the reader unpins by hand, the ones beyond the room of the bar behind a summary opening the full list (`fitCount`, `filterPins`), kept in `localStorage` under `PINS_STORAGE_KEY` (`parsePins`, `pinsValue`, `pinPage`, `unpinPage`) and written from one markup function (`pinsMarkup`) the gallery previews with.
|
|
18
|
+
|
|
19
|
+
### The chrome
|
|
20
|
+
|
|
21
|
+
The top bar of every page carries the mark and the name of the site, the search field with its `/` shortcut, the links to the spaces page (`SPACES_PAGE`), the alphabetical index and the recent changes (`HOME_RECENT_ANCHOR`) and the mode switch (a toggle named "Dark mode", pressed while the dark scheme is displayed, drawing the glyph of the scheme it switches to, `switchGlyph`; its island reads the scheme in force from `--scheme` on the root, `displayedScheme`, and stores the other one, or nothing when the system already gives it, `toggleChoice`). The footer (`footerOf`) is a card in two columns then a line: what the tool knows, the build instant, the repositories counted and linked to the spaces page, the link to the about page (`ABOUT_PAGE`), the generator and its licence, the tool named only when the theme credits it (`TOOL_NAME`, `REPOSITORY_URL`); what the organisation declared, the legal pages of `project.legal` or of a note at `legal/<page>.md` (`legalLinksOf`, `LEGAL_PAGES`, the accessibility link worded with its declared state by `accessibilityStatusLabel`) then the text and links of the theme, the column shown only when something was declared; and the build line with the profile (`profileLabelOf`), the notes counted (`pageCountOf`) and the to-do link with its count, every string worded by `footerLabels` from the catalogue. The header folds the search field, the spaces with their note counts (`spaceCountsOf`, `spaceLinksOf`), the tree of the space of the page and the links into a `<details>` drawer behind a menu button, kept in view in the bar where it has room, the related pages beyond `RELATED_CONDENSED` in a disclosure of their own, closed where the panel is condensed beside the text, and the change date worded in short too for the narrow line. The search island draws under every field, the one of the header, the one of the drawer and the one of the home page alike, the live results as `SearchSuggestions` rows (`suggestionOf`, the query marked in the title by `markTitle`, the detail line worded by `suggestionDetail` from the type and the summary of a note, the citations of a note of a glossary source named in `meta.glossary`, or the documents of a keyword page, the namesakes told apart by `disambiguated`, the link to the whole list by `seeResultsHref`), counts the matches next to the field of the home page and walks the rows with the arrow keys (`wireArrows`). The header form carries the `CLEAR_CLASS` button the island shows while the field holds a query.
|
|
22
|
+
|
|
23
|
+
### The entity page
|
|
24
|
+
|
|
25
|
+
The entity page view model (`entityPageOf`) carries the declaration of the type (`declarationOf`), the tree of the space of the page (`spaceOf`: its source with its initials, `initialsOf`, and the link to its page, the folders on the way open, every folder linked to its list, the current page marked, at most `SPACE_PAGES_MAX` pages of a folder listed around it) and its breadcrumb (`breadcrumbOf`, the space linked to its page, every folder to its list), when the note last changed relative to the build (`changedOf`), the declared attributes labelled by the profile (`panelOf`), the attributes the profile does not declare kept as written (`othersOf`), the sections of the note marked with the mapped section they match (`sectionsOf`) and the labels of the page in the site language (`entityPageLabels`). The default entity page lays them out as the tree on the left, the breadcrumb, the title, the line naming the type, the change and the space, the note with the legend of its three marks (a written link, a recognised word with a note, a recognised expression without one) and the path of the file with its edit link in the centre, and on the right the blocks of the panel, the properties, the table of contents, the related pages and the neighbourhood folded behind its line, every block a closed `<details>` the stylesheet unfolds where the layout has room.
|
|
26
|
+
|
|
27
|
+
### The documents of a page
|
|
28
|
+
|
|
29
|
+
The page of an entity with documents (`EntityPageProps.documents`, read by `documentsOf` from the `documents` of its fragment) offers each file for download, its PDF, a rail of positions and the extracted text of every position in disclosure blocks anchored `L<n>`. The `document-viewer` island (`DOCUMENT_VIEWER_ISLAND`, plain JavaScript) imports the `viewer-pdf` bundle on demand and opens the PDF with pdf.js (`createViewer`: the pages reached through the rail, zoom steps shown as a percentage, a find box over the extracted text), the worker travelling as the `viewer-pdf-worker` bundle. `viewerIslands()` names both and `buildSite` bundles them only when a fragment carries a preview (`needsViewer`), so that no page ever loads them on its own.
|
|
30
|
+
|
|
31
|
+
### The neighbourhood
|
|
32
|
+
|
|
33
|
+
`layoutNeighbourhood` places the centre and the nodes of the neighbourhood map on a ring with labels that never overlap on its width estimate, in integer coordinates, and the default theme draws them with a glyph shape per type and a dashed square per noteless word, the total the model holds worded under the map when it exceeds the nodes drawn, the map hidden from assistive technologies and described by the list of neighbours that follows it, each entry naming the entity, its type and the nature of the link as the build labels them from the profile, the relation read from the page. The neighbourhood fold of the entity page, once open, becomes the map as the panel shows it (`NeighbourhoodFold` and `mapOpen`): the summary turns into a back control with the title of the map and the name of the page, the other blocks of the panel go from the desktop width, and the `Neighbourhood` slot draws the distance the model records, a type filter of checkboxes that works from the stylesheet alone, the framed map with its legend, the total when the model holds more, the list of neighbours with their types and counts and the note on why the map stops at six, its strings in the site language through `neighbourhoodLabels` and `NeighbourhoodLabels`.
|
|
34
|
+
|
|
35
|
+
### The related pages
|
|
36
|
+
|
|
37
|
+
`relatedMentionsOf` and `mentionsPanelOf` build the mentions of a page: for a note of the model, the located provenances of its links, read in the citing note (`mentionsOf`); for a keyword page, a meeting or a document page, which nothing links to, the pages its own passages evoke (`evokedMentionsOf`, `relatedViewOf`), from the passages of the keyword fragment or the provenances read in its files; each with the title and type of the related page, the passage the scan kept or the sentence around a written link and the words naming the entity (`surface`), served page by page, most passages first, the first passage of each of the six pages listed first, the number of related pages and the labels of the block (`relatedLabels`). `buildSite` writes `fragments/<id>.mentions.json` for every entity with a related page, one file per entity and never a global index, the page carrying the first `DEFAULT_MENTIONS_INLINE` (20, `build.mentions_inline`) and, under `MENTIONS_EMBEDDED_MAX` (200) mentions in all, the rest in a JSON script block that the `mentions-panel` island (`MENTIONS_ISLAND`) reads before it fetches the fragment. The default panel shows them as the related pages, one entry per page ordered by number of passages (`groupByPage`), with its type, its count and an excerpt marked "cited" when the page writes a link, six entries (`RELATED_INLINE`) before the button naming the others, three (`RELATED_CONDENSED`) where the panel is condensed and two (`RELATED_PHONE`) on a phone, a text filter and a type filter (`typeCounts`) once the island runs.
|
|
38
|
+
|
|
39
|
+
### The keyword page
|
|
40
|
+
|
|
41
|
+
with the word at its place, `spaceWithPageOf`, the passages by page in corpus order, the files of one page in one group (`locatedGroupsOf`), with the type, the title and the count of each page and where each passage stands, `PASSAGES_IN_VIEW` (2) passages of a page in view and the others folded under their count (`foldedGroupOf`), `PASSAGE_GROUPS_IN_VIEW` (6) pages in view and the other files behind a disclosure (`passageBlocksOf`), the similar expressions of the fragment with the occurrences of a keyword page among them, a `<meta http-equiv="refresh">` page counted in the summary). The keyword page is the entity page without the note (`keywordPageOf`: the tree of the space the word is filed in, the glossary when there is one, else the space of its first passage, with the word in the folder of its first passage of that space at its alphabetical place with its passage count, `keywordSpaceOf` and `spaceWithPageOf`, and the breadcrumb "space › Terms › word", since when the word is used from the oldest git date among the citing files, `usedSinceOf`, the notice from the catalogue with the lead to propose a definition on the forge of the glossary, the three counts and the names of the spaces, the passages by file in corpus order with the type and the title of each file and where each passage stands, `passageLocationOf` reading the timecode, the page or the slide from the fragment of the citing page, the expression marked, the neighbourhood drawn from the `neighbours` block since a word nobody defined carries no link, `keywordNeighbourhoodOf`, six nodes at most, the similar expressions of the fragment, one per page with the other forms it was met under and how many passages use it, `similarOf`, the neighbourhood and the mentions with the note that none is cited, and the labels of the page in the site language, `keywordPageLabels`) and a former keyword address forwards to the note that defines the expression since (`redirectsOf`, a `<meta http-equiv="refresh">` page counted in the summary).
|
|
42
|
+
|
|
43
|
+
### The home page
|
|
44
|
+
|
|
45
|
+
The home page the build writes (`homeOf`) opens on the question and the search field drawn large, offers the `HOME_SHORTCUTS` most cited pages as shortcuts, one per title (`shortcutsOf`), lists the spaces most cited first (`spacesOf`: a source with its initials, its count in pages or in documents, the date of its newest change worded relative to the build, and the href of its page), `HOME_SPACES_SHOWN` of them in view and the rest folded, the `HOME_RECENT` latest changes with their space (`recentOf`) and one alert per source dormant past `staleness.warn_after_days`, 180 days without the key (`alertsOf`, `warnAfterDays`), the strings of the page coming from the catalogue (`homeLabels`) and those of the live results travelling with the field (`suggestionLabels`).
|
|
46
|
+
|
|
47
|
+
### The A–Z index
|
|
48
|
+
|
|
49
|
+
The A–Z index (`planIndex`, `indexOf`) lists every entity and keyword page in the collation of the project locale with, per entry, its letter, the label of its type, its first line (`summaryOf`: the summary of the note cut at a word by `excerptOf`, or for a word without a definition the passage of the file that uses it most, `mostCitedPassageOf`) and the pages citing it (`citingPages`), the counts of the words and the notes, the filters leading to the results page by type, by space or to the words without a definition (`filtersOf`) and the labels of the page in the site language (`indexLabels`), the default theme laying every letter out as a table under its heading. The alphabetical index sorts the titles with the `collate` function the caller passes (`languagePack(locale).compare` in the command line, an `Intl.Collator` of the locale otherwise) and, past `INDEX_SEGMENT_BYTES` for the whole index as one page, writes one page per letter with entries.
|
|
50
|
+
|
|
51
|
+
### The search index and the results page
|
|
52
|
+
|
|
53
|
+
`buildSearchIndex` turns a model and its fragments into the search index with the tokeniser it is given (`FIELD_WEIGHTS`: title 5, aliases 4, summary 2, body 1, type, application, domain, status and source 1; the body cut at `bodyMaxChars`, `DEFAULT_BODY_MAX_CHARS` being 20 000), `searchIndexFiles` writes it as `search/meta.js` and one `search/<prefix>.js` per shard, classic scripts calling `window.__concordanceSearch.shard(name, data)` so that they load from a `file://` page, and `normalizeQuery`, `queryWords`, `shardOf`, `shardFile`, `rank` and `plural` are the pieces the `search` island shares with the build, which also writes in the table the counts of every facet value (`countFacets`), the names of the sources and the strings of the results page in the site language (`searchLabels`, plurals frozen by category with `pluralForms`). The island (`mountSearch`, `searchRunner`, `shardLoader`, `wireShortcuts`) loads the table on focus and one shard per word typed, draws the best results under the header field and the whole list on the results page, and gives the field the `/` and `Escape` shortcuts. On the results page it reads the state of the address (`parseSearchState`, `searchQueryString`: the query and the selected values of the `FACET_NAMES` type, source, domain and application), filters the hits in the browser (`filterEntries`), counts every facet under the filters of the others (`countFacets`), and builds the view (`resultsPropsOf`, `facetsOf`, `activeFiltersOf`) with a value at 0 disabled rather than hidden and the selected values recalled above the results, each link followed in place and pushed to the history (`SearchLocation`), the address rewritten once the reader pauses typing (`REPLACE_DELAY`), replayed on `popstate` with the scroll position remembered per address (`ScrollMemory`, `scrollMemory` over a web storage `storageOf` reaches, `SCROLL_KEY`); the rows are drawn `RESULTS_BATCH` at a time, the button under them, worded from `showNext`, adding the next batch in place (`more` of the props), and any change of state starts again from the first batch. A keyword page travels in the table with `keyword: true` and its `occurrences` and `documents`, is drawn as a `result-keyword` row with the notice that no note defines it and its counts (`keywordDetail`), is kept, isolated or excluded by the `NOTELESS_FACET` (`nonote=only|exclude`, `NOTELESS_FILTERS`, `toggleNoteless`, `notelessFacetOf`, `notelessCount`), and never comes before an entity of the same score (`rank` takes a `keyword` predicate for its tie-break). The results page lays the facets out in a full-height left column as checkbox groups (`facetsOf` flags the secondary ones `folded` and the keyword type `keyword`, labelled "Without a definition" in the table, `PRIMARY_FACETS` names the open ones), the active filters as chips, the first result as an expanded card with its type, its title, its citations (`citedDetail`, and the bare `citedCount` for the rows after it; neither for a page nothing cites), its whole summary and its facts (`factsOf`: the space, the aliases and the broader term the entity table carries, `SUMMARY_MAX_CHARS` bounding the summary through `excerptOf`), the following results condensed on one line each, a word without a note dashed with `keywordDetail`; the heading of the page is kept for assistive technology alone. `rank` puts the most cited first among equals and `hitsOf` lists the whole table that way. `closestForm` and `closestOf` propose the closest form of the dictionary when nothing matched. The empty state (`emptyOf`, `emptySummary`, `EmptyResults`) tells two causes apart: the filters left every match out, and the page offers to lift each of them with the count of what comes back (`liftFilter`), or no file uses the word, said so with the line on the prefix search; either way the page of the word itself is an exit when the corpus has one.
|
|
54
|
+
|
|
55
|
+
### The spaces pages
|
|
56
|
+
|
|
57
|
+
The spaces page (`spacesPageOf`, written at `SPACES_PAGE`) lists every space in one table, the most cited first (`spaceRowsOf`: the badge, the name, what the space holds from `sources[].description` or the labels of its dominant types, `contentOf`, its page count and its newest change, worded in days once past the staleness threshold), and the page of a space (`spacePageOf`, at `spacePagePath`, `spaceHref` from another page) carries the breadcrumb from the spaces page, the badge, the title, the declared description, the count, the repository (`repositoryOf`) and the newest change, the categories of the repository (`categoriesOf`, from `topFoldersOf`, each linking to its list, or to the page the tree lists first under the folder when a note takes the address of the list), the `SPACE_RECENT` latest changes with their category (`spaceRecentOf`, `categoryOf`) and the `SPACE_WORDS` pages the notes of the space cite most (`spaceWordsOf`, `citedInSpace`), under a bar whose search field says it keeps to the space and carries it as the source facet (`SearchField.source`, honoured by the island's `fieldState`), the rows of the home page, the drawer and the breadcrumbs leading to these pages.
|
|
58
|
+
|
|
59
|
+
### The about page
|
|
60
|
+
|
|
61
|
+
The about page (`aboutOf`, written at `ABOUT_PAGE`) says where the site comes from and when it was built: the breadcrumb from the home page, the sentence saying the site is rebuilt at every change of the repositories, the figures of the build (`aboutFiguresOf`: the build instant, the notes as pages, every entity as an indexed word; no duration, which the model does not record), the sources table (`aboutSourcesOf`: every repository in the order of the home page, its nature from `sources[].title` or its dominant types, `natureOf`, the commit read shortened to `SHORT_COMMIT` characters, what was kept counted as the home page counts it, its newest change, a dormant source dated in days and named under the table with its own threshold), what the site does not contain below `inference.keyword_pages.min_occurrences` (`DEFAULT_KEYWORD_THRESHOLD` without the key) with the link to the to-do page, how a page is corrected with the link to `project.contribute_url`, a word on pseudonymisation when the configuration enables it, and the sections of the markdown file `project.about` names, rendered after (`renderMarkdown`). The `About` slot renders it; `defaultAboutLabels` words it in English when the site gives no labels.
|
|
62
|
+
|
|
63
|
+
### The category list
|
|
64
|
+
|
|
65
|
+
Every folder of a space, at every depth, gets the list of its notes at the folder's address, and a space whose every note is dated gets one per year and per month as well (`listedCategoriesOf`, `categoryDocumentsOf`: the type the folder maps to, the tree of the space with the folders on the way open and this one marked, `categoryTreeOf` over `folderTreeOf` or `datedFolderTreeOf`, the lead counting the notes as the type words it and describing the type from the profile, or counting the pages filed under the path for a folder below the top, `categoryLead`, the rows with the first highlighted attribute of the type, the summary and the number of related pages, `rowsOf`, the search field asking to search in the category with its space and type as hidden facets, `SearchField.filters`, honoured by the live results too, `categorySearchField`), the sort and the attribute filter as links to pre-rendered variants named by `variantFile` while they stay within `CATEGORY_VARIANTS_MAX`, else applied in place by the `category-list` island (`CATEGORY_ISLAND`, `CategoryIsland`, `orderRows`, `filterRows`, `pageCount` paging by `CATEGORY_PAGE_SIZE`), the `CategoryList` slot drawing the page either way, its breadcrumb leading from the spaces page to the page of the space.
|
|
66
|
+
|
|
67
|
+
### The meeting page
|
|
68
|
+
|
|
69
|
+
The page of a meeting (`meetingOf`, carried as `EntityPageProps.meeting` and laid out by `MeetingPage` when the view model has it) reads the date of the note (`dateOf`), draws the tree of a space whose every note is dated by year and month (`isDatedSpace`, `datedSpaceOf`) with the breadcrumb naming the month (`datedBreadcrumbOf`), words the duration from the `duration` attribute or the last cue of the transcript (`durationOf`, `durationLabel`), says that the participants are pseudonyms when `privacy.pseudonymize.enabled` reaches the site as `pseudonymized` (`participantsOf`), links the decisions the model ties to the meeting (`decisionsOf`), names why the build grouped its files from the duplicates block of the model (`groupingOf`, `groupingReasonsOf`), places the callout of every decision under the last cue of the transcript it was recognised in (`decisionsOf` reads the cue from the provenances located in the transcript) and offers its representations behind the tabs of the theme (`Tabs`, `TabListIsland`, the `tabs` island wired by `wireTabs`, which follow the tablist pattern, work as anchors without any script and drive the panels once the script runs), the transcript as timestamped lines with the speaker of every cue, the deck as one tab whose viewer opens as soon as the tab is shown.
|
|
70
|
+
|
|
71
|
+
### The API page
|
|
72
|
+
|
|
73
|
+
`ContractViewer` is the island of the `api` page (`CONTRACT_VIEWER_ISLAND`), served as a link to `fragments/<api id>.contract.json` (`contractFragmentPath`), fetching that view as soon as it mounts and rendering its operations and schemas open in the page without any form or other request, `ContractSection` framing it after the note with the operations table, the meta line dated by the last change of the contract file (`last_modified` of the record, the import instant for a URL contract) and the download link at the foot of the block (`contractFileTarget` for the copy of a path contract, `isContractUrl` telling a URL apart), and `defaultThemeManifest` declaring it as the UI component contribution of the default theme (`DEFAULT_THEME_PLUGIN`, `defaultUiComponents`). The API page (`ApiPage`, served by `TypedEntityPage` in the `EntityPage` slot when the contract of an `api` was imported) lists the operations under the current interface in the tree (`spaceOf` hangs them under its node), tables them after the note through `ContractSection` (`exposedOperations` reading the `exposes` links in the order of the names the contract record keeps, `unmatchedOperations` the notes `OPERATION_UNMATCHED` reports that name the API, `citingPages` counting the callers, `contractLabels` wording the block from the `api.*` messages), shows the contract block with its format and its import date, cuts the properties to `API_KEYS_MAX` keys (`apiKeys`) and lifts the operations to the top of the related pages (`leadType` of the mentions panel, `OPERATION_TYPE`), the notes of the operations citing the API through `mentionsOf`.
|
|
74
|
+
|
|
75
|
+
### The document page
|
|
76
|
+
|
|
77
|
+
The template follows the lead of a group of twins: a note keeps the template of its type and gets its documents folded under the article, each behind the line `documentSummary` words (`foldedDocuments`, `DocumentView.summary`); a document whose own file is not a note (`leadsWithNote`), or a note of the `document` type (`DOCUMENT_TYPE`), gets the document page. The page of an office document, a deck or a report, is laid out by `DocumentPage` when the build hands `EntityPageProps.document` (`documentPageOf`: the kind of the original from its extension, the page count, the size worded by `formatSize`, the date read from the file else from the repository, the author, a count or a size the original does not state read from its PDF preview and said so, the files that make the document and the labels of the page, `documentPageLabels`; `centralDocument` picking the document the page centres on, none for a page with a transcript). `documentsOf` reads a converted file and the PDF kept next to it in the sources as one document (`previewTwinOf`), the office file as the original and the PDF as its preview with what its reader read. The page draws the tree of its space folded by year and month when every page of the space is dated (`isDatedSpace`, `datedSpaceOf`, as for a meeting), three views behind the tabs of the theme, the strip of numbered pages driving the viewer served to open as soon as its panel is shown, and the PDF as the browser shows it without JavaScript. A document whose conversion failed, the `W-CONV-FAILED` finding recorded for its path (`conversionFailureOf`, `DocumentView.previewFailure`), shows in place of the rendering the notice naming the fact, what remains, the original to download and the finding behind a disclosure, the cause first and the check identifier after it, then the extracted text when it was read; the panel writes the state of every representation (`representationsOf`, `DocumentPageView.representations`).
|
|
78
|
+
|
|
79
|
+
### The grouped files
|
|
80
|
+
|
|
81
|
+
Every template says the same way which files the build merged into the page (`groupingOf` in `build/grouping.ts`, carried as `EntityPageProps.grouping`, drawn by `GroupedFilesBlock` at the foot of the properties block): the line counting the files and naming the criterion, the criteria recorded in `grouped_by` worded through the `entity.groupedBy.*` messages (`criterionOf`, the rungs of a contract import left out, an unknown criterion kept as recorded), each file with its kind (`kindOf` in `build/kinds.ts`, "Markdown note", "Presentation", "Text document", "PDF", else the extension in capitals), then "Separate these files" leading to `project.contribute_url`, else to the lock section of the configuration guide (`LOCK_GUIDE_URL`). The meeting page keeps the clues of the reconciliation under it (`groupingNoteOf`, `MeetingProps.groupingNote`).
|
|
82
|
+
|
|
83
|
+
### The notice of a page whose datum is missing
|
|
84
|
+
|
|
85
|
+
`PageNotice` is the one banner the site allows (`EntityPageProps.notice`, the `PageNotice` and `NoticeExit` types): the fact in plain words, what remains, the exits and the finding the build recorded behind a disclosure, the cause first and the check identifier after it. The generic entity page draws it under its header for an `api` whose declared contract could not be read (`contractNoticeOf`, from the `W-CONTRACT-UNREACHABLE` finding, the declared address as an exit when it is one); the document page draws it in place of the rendering of a document whose conversion failed.
|
|
86
|
+
|
|
87
|
+
### The page served for a missing address and the notice on the age of the site
|
|
88
|
+
|
|
89
|
+
`buildSite` writes `NOT_FOUND_PAGE`, `404.html`, the page GitHub Pages and GitLab Pages serve for any missing address under the site: the chrome of every page, the cause in plain words, what stays reachable and two exits, the search of the documentation and the list of the spaces (`notFoundOf`, `NotFound`). Its head names its own address as a `<base>` (`notFoundBase` from the path of `site.url`, `sitePathOf`; the root of the host without it) so that its relative hrefs resolve from wherever the host serves it. The `not-found` island (`wireNotFound`, `notFoundPropsOf`) reads the address asked for (`missingAddress`), words the search on its last segment (`queryOf`) and lists the nearby pages (`nearbyOf`: by `editDistance` on the path, `NEARBY_LIMIT` at most within `nearbyThreshold`) from the table of the pages the search index writes, loaded through `shardLoader`. With `site.publish_every_days` every page carries between the bar and its content the notice on the age of the site (`AgeNotice`, `ageNoticeOf`, `repositoryHrefOf`), served hidden; the `age` island (`wireAgeNotice`, `noticeDays`, `ageInDays`, `isOld`) counts the days in the browser, shows it past `AGE_THRESHOLD` cadences, and closing it remembers the publication under `AGE_STORAGE_KEY` (`rememberClosed`, `wasClosed`).
|
|
90
|
+
|
|
91
|
+
### The decision page
|
|
92
|
+
|
|
93
|
+
The page of a decision (`decisionOf`, carried as `EntityPageProps.decision` and laid out by `DecisionPage` when the view model has it) words the status of the note from the profile or keeps it as written (`statusOf`), draws the tree of a space whose every note is dated by year alone (`yearSpaceOf`) with the breadcrumb naming the year (`yearBreadcrumbOf`), names the decision the page supersedes and the one that supersedes it from the `supersedes` links at either end, the `superseded_by` key of the note standing in (`supersessionOf`), and the meetings the model ties to the decision with the day of each and the last cue of its transcript that names the decision, anchored as the page of the meeting numbers its documents (`sessionsOf`, the documents of a meeting handed in by the caller); the labels come from the `decision.*` messages (`decisionLabels`), the count of keys from the rows the panel shows (`decisionKeyCount`). The related pages of a decision take the evoked view, the pages it cites with the pages citing it (`relatedViewOf`).
|
|
94
|
+
|
|
95
|
+
### The to-do page
|
|
96
|
+
|
|
97
|
+
The to-do page lists the entities the `W-DOC-NOMD` findings name and the keyword pages, with their counts, and reads no other finding. The words are listed a hundred at a time: the first hundred in view, the others behind a disclosure worded "Show the N others" (`todo.showOthers`), served in the HTML without a script (`TODO_VISIBLE_TERMS`). A third section, folded, lists the suspected noise (`todo.noise`, `todo.noiseNote`): the term candidates of the model marked `withheld`, the expressions at the publication threshold whose confidence stayed under `inference.keyword_pages.min_confidence`, best score first, each with its occurrences, its files and its reason worded from its `penalties` and `signals` in the language of the site (`todo.reasonSpread`, `todo.reasonBurst`, `todo.reasonMorphology`: "in 68% of the files, 1.2 per file, verb or adverb form"), none linked since none has a page, and a call to add them to the project's stopwords (`todo.contribute`) leading to `project.contribute_url` when the project declares one (`TodoProps.noise`, `contributeHref`, `labels`; `noiseOf`, `reasonOf`, `todoLabelsOf`).
|
|
98
|
+
|
|
99
|
+
### Markdown and fragments
|
|
100
|
+
|
|
101
|
+
`renderMarkdown` turns a note into sanitised HTML sections and its plain text (`plainText`), the frontmatter and the first heading removed, every link, image and definition target passed through a resolver that rewrites or drops it, a rewritten link marked `written` (`WRITTEN_CLASS`) and every recognised word given as `{ line, text, href?, title?, keyword? }` wrapped where its text is found in its unit in a `recognised` link (`RECOGNISED_CLASS`), or a `recognised-keyword` one (`RECOGNISED_KEYWORD_CLASS`) for an expression that has a keyword page and no note, the title on the anchor and again as hidden text; a page is marked once, on its first occurrence, a written link on the same line or above counting as the first. `markLabels` words those titles in the site language, "note: <title>" and "N passages, no note", for the build that writes the fragments. `serializeFragment` and `parseFragment` write and read the `fragments/<id>.json` the build leaves next to the model (`EntityFragment`: the sections and the text of a note, the images it embeds from the sources, the keyword addresses it took over, the documents it offers with the text of their pages, the passages and the leads of a keyword page).
|
|
102
|
+
|
|
103
|
+
### The site build
|
|
104
|
+
|
|
105
|
+
`buildSite` writes the whole site from a model, its fragments, a profile, a theme, a locale and a tokeniser (`siteDocuments` renders the same documents without writing and reports the size of the index), through `assemblePages`, which the gallery shares: island bundles and theme files under `assets/`, every page measured against `SITE_PAGE_BUDGET` and checked for accessibility. `relativeHref`, `entityHref`, `assetsBaseOf`, `siteRootOf`, `fragmentPath`, `fragmentImagePath`, `mentionsFragmentPath` and `contractFragmentPath` name where everything lands, every href relative to its page so that the site works over `file://`.
|
|
106
|
+
|
|
107
|
+
### The gallery and the checks
|
|
108
|
+
|
|
109
|
+
one state per board of the reference design (`GALLERY_BOARDS`, the index grouping the states by board, each framed at the width of its board through a width switch island the gallery alone bundles) with the degraded cases beside them, and `typePages` renders every registered type it is given from its note template, through its dedicated component when the theme resolved one. `skeletonOf` reduces a page to its structure, the elements with their classes, role, ARIA attributes and island name, which one file snapshot per state pins under `test/gallery/__snapshots__`. `measureBudget` reports the pages over 150 kB and the size of each island. `checkAccessibility` runs thirteen structural and ARIA accessibility rules on any page without a browser, from `contrastRatio` and `relativeLuminance`. `galleryFixtures`, `galleryPages`, `galleryDocuments` and `buildGallery` render every slot with representative data into the static page set of `concordance gallery`, and `typePages` renders every registered type it is given from its note template, through its dedicated component when the theme resolved one. `measureBudget` reports the pages over 150 kB and the size of each island. `checkAccessibility` runs thirteen structural and ARIA accessibility rules on any page without a browser, and `checkContrast` reports the text and background pairs of a `theme.yaml` (`contrastPairs`: ink, muted, label and accent text over the page, a surface and the soft surface, ink over the highlight of a mark, in both schemes) under 4.5:1 for body text or 3:1 for headings, from `contrastRatio` and `relativeLuminance`. The tests under `test/accessibility/` verify six criteria on every page of the gallery, the type pages included: contrasts, colour never alone, targets of 40 px, text first, headings and keyboard, the audit on every state; the [accessibility guide](../../docs/guides/accessibility.md) says what each one checks and what a theme author must keep.
|
|
110
|
+
|
|
111
|
+
## Dependencies
|
|
112
|
+
|
|
113
|
+
| Package | Why |
|
|
114
|
+
|---|---|
|
|
115
|
+
| `preact` | the component model of the site: small enough to hydrate an island without a framework runtime worth mentioning, with a JSX runtime the TypeScript compiler targets directly |
|
|
116
|
+
| `preact-render-to-string` | renders the components to static HTML at build; the published pages need no JavaScript to be read |
|
|
117
|
+
| `esbuild` | bundles and minifies one module per island with content-hashed names; deterministic output, no configuration file |
|
|
118
|
+
| `pdfjs-dist` | the legacy build of pdf.js, bundled as the on-demand viewer and its worker; the same exact version as the converter plugin, which extracts text with it, so that one pdf.js reads and shows every document |
|
|
119
|
+
| `unified`, `remark-parse`, `remark-gfm`, `remark-frontmatter` | the markdown parser of the ingest package, so that a note is read the same way by the inference and by the rendering: tables, task lists, strikethrough and footnotes, the frontmatter recognised and removed |
|
|
120
|
+
| `remark-rehype`, `rehype-sanitize`, `rehype-stringify` | the markdown syntax tree turned into HTML and sanitised with the default schema before it is written: raw HTML, scripts, event handlers and unsafe URL schemes never reach a page |
|
|
121
|
+
|
|
122
|
+
Development only:
|
|
123
|
+
|
|
124
|
+
| Package | Why |
|
|
125
|
+
|---|---|
|
|
126
|
+
| `axe-core` | the accessibility audit the tests run over every gallery page; the reference engine, whose rule identifiers the documentation cites |
|
|
127
|
+
| `happy-dom` | the DOM axe-core needs, as a Vitest environment; no layout engine, so the contrast rules are disabled there and the palette is checked by numbers instead |
|
|
128
|
+
| `@types/mdast` | the types of the markdown syntax tree the renderer splits into sections |
|
|
129
|
+
|
|
130
|
+
See the [theming guide](../../docs/guides/theming.md). Part of [Concordance](../../README.md).
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/* Focus: every interactive element shows the same ring, never removed without a replacement. */
|
|
2
|
+
|
|
3
|
+
a:focus-visible,
|
|
4
|
+
button:focus-visible,
|
|
5
|
+
input:focus-visible,
|
|
6
|
+
select:focus-visible,
|
|
7
|
+
textarea:focus-visible,
|
|
8
|
+
summary:focus-visible,
|
|
9
|
+
[tabindex]:focus-visible {
|
|
10
|
+
outline: 3px solid var(--color-accent);
|
|
11
|
+
outline-offset: 2px;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
/* The main landmark spans the page: each page component sets its own measure. */
|
|
15
|
+
main {
|
|
16
|
+
min-inline-size: 0;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.skip-link {
|
|
20
|
+
position: absolute;
|
|
21
|
+
inset-block-start: 0;
|
|
22
|
+
inset-inline-start: 0;
|
|
23
|
+
display: inline-flex;
|
|
24
|
+
align-items: center;
|
|
25
|
+
min-block-size: 2.5rem;
|
|
26
|
+
padding: var(--space-2) var(--space-3);
|
|
27
|
+
background: var(--color-surface);
|
|
28
|
+
color: var(--color-ink);
|
|
29
|
+
transform: translateY(-100%);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.skip-link:focus {
|
|
33
|
+
transform: none;
|
|
34
|
+
z-index: 1;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.visually-hidden {
|
|
38
|
+
position: absolute;
|
|
39
|
+
inline-size: 1px;
|
|
40
|
+
block-size: 1px;
|
|
41
|
+
padding: 0;
|
|
42
|
+
margin: -1px;
|
|
43
|
+
overflow: hidden;
|
|
44
|
+
clip-path: inset(50%);
|
|
45
|
+
white-space: nowrap;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
@media (prefers-reduced-motion: reduce) {
|
|
49
|
+
*,
|
|
50
|
+
*::before,
|
|
51
|
+
*::after {
|
|
52
|
+
animation-duration: 0.01ms !important;
|
|
53
|
+
animation-iteration-count: 1 !important;
|
|
54
|
+
transition-duration: 0.01ms !important;
|
|
55
|
+
scroll-behavior: auto !important;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/* Top bar: the drawer button, mark and site name, the search field, three links, the mode switch; no statistic. Served for the phone: the wider layouts are added at the end of the sheet. */
|
|
2
|
+
|
|
3
|
+
.site-header {
|
|
4
|
+
background: var(--color-surface);
|
|
5
|
+
border-block-end: 1px solid var(--color-border);
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.site-nav {
|
|
9
|
+
display: flex;
|
|
10
|
+
flex-wrap: wrap;
|
|
11
|
+
align-items: center;
|
|
12
|
+
gap: var(--space-2) var(--space-3);
|
|
13
|
+
min-block-size: 3.5rem;
|
|
14
|
+
padding: var(--space-2) var(--space-4);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.site-title {
|
|
18
|
+
display: inline-flex;
|
|
19
|
+
align-items: center;
|
|
20
|
+
gap: var(--space-2);
|
|
21
|
+
min-block-size: 2.5rem;
|
|
22
|
+
color: var(--color-ink);
|
|
23
|
+
font-size: 0.9375rem;
|
|
24
|
+
font-weight: 600;
|
|
25
|
+
letter-spacing: -0.01em;
|
|
26
|
+
text-decoration: none;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.site-logo {
|
|
30
|
+
block-size: 1.375rem;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.site-logo svg {
|
|
34
|
+
display: block;
|
|
35
|
+
block-size: 1.375rem;
|
|
36
|
+
inline-size: auto;
|
|
37
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* Breadcrumb: space › folder › page. */
|
|
2
|
+
|
|
3
|
+
.breadcrumbs-list {
|
|
4
|
+
display: flex;
|
|
5
|
+
flex-wrap: wrap;
|
|
6
|
+
align-items: center;
|
|
7
|
+
gap: var(--space-1) var(--space-2);
|
|
8
|
+
margin: 0 auto var(--space-3);
|
|
9
|
+
padding: 0;
|
|
10
|
+
list-style: none;
|
|
11
|
+
color: var(--color-label);
|
|
12
|
+
font-size: 0.8125rem;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.breadcrumbs-list > li + li::before {
|
|
16
|
+
content: "›" / "";
|
|
17
|
+
margin-inline-end: var(--space-2);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.breadcrumbs-list a {
|
|
21
|
+
display: inline-flex;
|
|
22
|
+
align-items: center;
|
|
23
|
+
min-block-size: 2.5rem;
|
|
24
|
+
text-decoration: none;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.breadcrumbs-list a:hover {
|
|
28
|
+
text-decoration: underline;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.breadcrumbs-list [aria-current="page"] {
|
|
32
|
+
color: var(--color-ink);
|
|
33
|
+
font-weight: 500;
|
|
34
|
+
}
|
|
@@ -0,0 +1,291 @@
|
|
|
1
|
+
/* The page on the phone: the tree lives in the drawer, the breadcrumb keeps the last folder and the page, the line under the title reads the type and the short date, the blocks of the panel show their counts. */
|
|
2
|
+
|
|
3
|
+
.entity > .space {
|
|
4
|
+
display: none;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.breadcrumbs-list > li:not(:nth-last-child(-n + 2)) {
|
|
8
|
+
display: none;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.breadcrumbs-list > li:nth-last-child(2)::before {
|
|
12
|
+
content: none;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.entity-badge > .entity-space,
|
|
16
|
+
.entity-changed-long {
|
|
17
|
+
display: none;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
/* The related pages beyond the first three: a disclosure of their own behind their count, unfolded where the panel has its full column. */
|
|
21
|
+
|
|
22
|
+
.related-others > summary {
|
|
23
|
+
display: flex;
|
|
24
|
+
min-block-size: 2.5rem;
|
|
25
|
+
color: var(--color-muted);
|
|
26
|
+
font-size: 0.8125rem;
|
|
27
|
+
font-weight: 500;
|
|
28
|
+
list-style: none;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
/* Phone: the folded sections in the order of importance, the table of contents first, their headings in the sentence case of the text; the related pages as their titles, counts and excerpts alone; the neighbourhood line reads as the others, its short label and the number of pages the map draws; the legend of the marks left out of the foot. */
|
|
32
|
+
|
|
33
|
+
@media (width < 43.75rem) {
|
|
34
|
+
.entity-side {
|
|
35
|
+
display: flex;
|
|
36
|
+
flex-direction: column;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.entity-toc {
|
|
40
|
+
order: -1;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.panel-fold > summary h2 {
|
|
44
|
+
color: var(--color-ink);
|
|
45
|
+
letter-spacing: 0;
|
|
46
|
+
text-transform: none;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.mentions-controls,
|
|
50
|
+
.related-type,
|
|
51
|
+
.related-note {
|
|
52
|
+
display: none;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.neighbourhood-fold > summary {
|
|
56
|
+
font-weight: 600;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.neighbourhood-fold:not([open]) > summary > .neighbourhood-icon,
|
|
60
|
+
.neighbourhood-fold:not([open]) > summary > .neighbourhood-lead,
|
|
61
|
+
.neighbourhood-fold:not([open]) > summary > .neighbourhood-count {
|
|
62
|
+
display: none;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.neighbourhood-fold:not([open]) > summary > .neighbourhood-head {
|
|
66
|
+
display: inline;
|
|
67
|
+
flex: 1;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.neighbourhood-fold:not([open]) > summary > .neighbourhood-number {
|
|
71
|
+
order: 1;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.neighbourhood-fold[open] > summary > .neighbourhood-number {
|
|
75
|
+
display: none;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.entity-footer > .legend {
|
|
79
|
+
display: none;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
/* Tablet: the search button reads as a small field after the name, the mode switch joins the bar, the panel stands beside the text, condensed; the tree stays in the drawer. */
|
|
84
|
+
|
|
85
|
+
@media (min-width: 43.75rem) {
|
|
86
|
+
.site-title {
|
|
87
|
+
flex: none;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.site-search-fold {
|
|
91
|
+
flex: 1;
|
|
92
|
+
max-inline-size: 9.375rem;
|
|
93
|
+
margin-inline-end: auto;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.site-search-button {
|
|
97
|
+
inline-size: 100%;
|
|
98
|
+
justify-content: flex-start;
|
|
99
|
+
gap: var(--space-2);
|
|
100
|
+
padding-inline: var(--space-2);
|
|
101
|
+
border: 0;
|
|
102
|
+
background: var(--color-soft);
|
|
103
|
+
color: var(--color-label);
|
|
104
|
+
font-size: 0.8125rem;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.site-search-label {
|
|
108
|
+
position: static;
|
|
109
|
+
inline-size: auto;
|
|
110
|
+
block-size: auto;
|
|
111
|
+
margin: 0;
|
|
112
|
+
overflow: visible;
|
|
113
|
+
clip-path: none;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.site-nav > concordance-island[data-island="mode-switch"] {
|
|
117
|
+
display: block;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.breadcrumbs-list > li:not(:nth-last-child(-n + 2)) {
|
|
121
|
+
display: block;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.breadcrumbs-list > li:nth-last-child(2)::before {
|
|
125
|
+
content: "›" / "";
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.entity-badge > .entity-space {
|
|
129
|
+
display: inline;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.entity-changed-long {
|
|
133
|
+
display: inline;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.entity-changed-short,
|
|
137
|
+
.panel-count {
|
|
138
|
+
display: none;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
@media (43.75rem <= width < 68.75rem) {
|
|
143
|
+
/* The blocks of the panel are placed one under the other in a narrow right column, the table of contents left out, and the neighbourhood spans the foot of the page under the text and the blocks. */
|
|
144
|
+
.entity {
|
|
145
|
+
grid-template-columns: minmax(0, 1fr) 11.625rem;
|
|
146
|
+
grid-template-areas: none;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.entity-side > .entity-toc {
|
|
150
|
+
display: none;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.entity-main {
|
|
154
|
+
grid-area: 1 / 1 / 7 / 2;
|
|
155
|
+
border-inline-end: 1px solid var(--color-border);
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.entity-side {
|
|
159
|
+
display: contents;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.entity-side > .panel-block {
|
|
163
|
+
grid-column: 2;
|
|
164
|
+
background: var(--color-surface);
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.entity-side > .neighbourhood-fold {
|
|
168
|
+
grid-area: 7 / 1 / 8 / 3;
|
|
169
|
+
border-block-start: 1px solid var(--color-border);
|
|
170
|
+
background: var(--color-surface);
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.entity-side > .neighbourhood-fold > summary {
|
|
174
|
+
padding-inline: var(--space-4);
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.entity-side > .neighbourhood-fold .neighbourhood {
|
|
178
|
+
padding-inline: var(--space-4);
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
/* Properties: the values alone, their terms kept for assistive technology, the note left out. */
|
|
182
|
+
.entity-panel .panel-note {
|
|
183
|
+
display: none;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.entity-panel .attributes dt {
|
|
187
|
+
position: absolute;
|
|
188
|
+
inline-size: 1px;
|
|
189
|
+
block-size: 1px;
|
|
190
|
+
padding: 0;
|
|
191
|
+
margin: -1px;
|
|
192
|
+
overflow: hidden;
|
|
193
|
+
clip-path: inset(50%);
|
|
194
|
+
white-space: nowrap;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
/* Related pages: three titles, the others folded behind their count. */
|
|
198
|
+
.mentions-controls,
|
|
199
|
+
.related-type,
|
|
200
|
+
.related-count,
|
|
201
|
+
.related-excerpt,
|
|
202
|
+
.related-note {
|
|
203
|
+
display: none;
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
/* Desktop: the bar has room for everything. The drawer button goes, its content stays in view in the bar: the link to the spaces and the two others; the search field is unfolded; the tree of the space returns to its column. */
|
|
208
|
+
|
|
209
|
+
@media (min-width: 68.75rem) {
|
|
210
|
+
.site-menu {
|
|
211
|
+
display: none;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.site-drawer {
|
|
215
|
+
order: 1;
|
|
216
|
+
margin-inline-start: auto;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.site-drawer::details-content {
|
|
220
|
+
display: block;
|
|
221
|
+
content-visibility: visible;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.drawer {
|
|
225
|
+
display: flex;
|
|
226
|
+
align-items: center;
|
|
227
|
+
gap: var(--space-3);
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.drawer-space-list,
|
|
231
|
+
.drawer-space {
|
|
232
|
+
display: none;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.drawer-spaces-title,
|
|
236
|
+
.drawer .site-links a {
|
|
237
|
+
min-block-size: 2.5rem;
|
|
238
|
+
padding-inline: 0;
|
|
239
|
+
color: var(--color-muted);
|
|
240
|
+
font-size: 0.875rem;
|
|
241
|
+
font-weight: 500;
|
|
242
|
+
letter-spacing: 0;
|
|
243
|
+
text-transform: none;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.drawer-spaces-title:hover,
|
|
247
|
+
.drawer .site-links a:hover {
|
|
248
|
+
color: var(--color-ink);
|
|
249
|
+
text-decoration: underline;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.drawer .site-links {
|
|
253
|
+
flex-direction: row;
|
|
254
|
+
align-items: center;
|
|
255
|
+
gap: var(--space-3);
|
|
256
|
+
padding-block-start: 0;
|
|
257
|
+
border-block-start: 0;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.site-search-fold {
|
|
261
|
+
flex: 1 1 16rem;
|
|
262
|
+
max-inline-size: 26rem;
|
|
263
|
+
margin-inline-end: 0;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.site-search-button {
|
|
267
|
+
display: none;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
.site-search-fold::details-content {
|
|
271
|
+
display: block;
|
|
272
|
+
content-visibility: visible;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.related-others::details-content {
|
|
276
|
+
display: block;
|
|
277
|
+
content-visibility: visible;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.related-others > summary {
|
|
281
|
+
display: none;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.site-nav > concordance-island[data-island="mode-switch"] {
|
|
285
|
+
order: 2;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.entity > .space {
|
|
289
|
+
display: block;
|
|
290
|
+
}
|
|
291
|
+
}
|