@conduction/docusaurus-preset 3.11.0 → 3.11.1
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/MISSING_COMPONENTS.md +39 -14
- package/package.json +1 -1
package/MISSING_COMPONENTS.md
CHANGED
|
@@ -5,7 +5,7 @@ Tracks which `preview/components/*.html` patterns ship as React components in
|
|
|
5
5
|
port; now reads as a coverage map. Anything still missing lives in **Open gaps**
|
|
6
6
|
at the bottom.
|
|
7
7
|
|
|
8
|
-
> Last refreshed 2026-05-
|
|
8
|
+
> Last refreshed 2026-05-19 against `src/components/index.js` and the static kit.
|
|
9
9
|
|
|
10
10
|
## Atomic primitives
|
|
11
11
|
|
|
@@ -35,10 +35,10 @@ Most consume one or more primitives.
|
|
|
35
35
|
- **AppsPreview / AppCard** — `AppsPreview/AppsPreview.jsx`. Static 3-up apps grid. Composes SectionHead + HexBullet.
|
|
36
36
|
- **AppsGrid** — `AppsGrid/AppsGrid.jsx`. Filterable apps catalogue with category chips. Reuses AppCard.
|
|
37
37
|
- **SolutionCard / SolutionGrid** — `SolutionCard/SolutionCard.jsx`. Sector-tinted solution cards. Composes Pill.
|
|
38
|
-
- **PartnerCard / PartnerGrid / BecomePartner** — `PartnerCard/PartnerCard.jsx`. Three tiers (partner, certified, strategic). Plus `variant="other"` for the compact mini-avatar card used on partner-detail pages.
|
|
39
|
-
- **PartnerDirectory** — `PartnerDirectory/PartnerDirectory.jsx`. Self-contained faceted directory used on `/partners` and embedded on the homepage. Internally derives facets from the partner data; pair with a `becomePartner` object for the trailing CTA card.
|
|
38
|
+
- **PartnerCard / PartnerGrid / BecomePartner** — `PartnerCard/PartnerCard.jsx`. Three tiers (partner, certified, strategic). Plus `variant="other"` for the compact mini-avatar card used on partner-detail pages. Optional `logoAlt` prop for explicit a11y; defaults to `name + ' logo'` when omitted.
|
|
39
|
+
- **PartnerDirectory** — `PartnerDirectory/PartnerDirectory.jsx`. Self-contained faceted directory used on `/partners` and embedded on the homepage. Internally derives facets from the partner data (including `solutions` merged into the offering facet); pair with a `becomePartner` object for the trailing CTA card. Specimen: `preview/components/partner-directory.html`.
|
|
40
40
|
- **PartnerSidecard** — `PartnerSidecard/PartnerSidecard.jsx`. Sticky right rail used inside partner-detail pages. Holds the tier credential, "apps they ship", and "solutions they deliver". Bleeds into the Specialties section without wrapping the page.
|
|
41
|
-
- **ManagedCommonGround** — `ManagedCommonGround/ManagedCommonGround.jsx`. Yellow-themed managed-stack panel used on `/commonground` and `/support`. Component-list + price line + dual CTA.
|
|
41
|
+
- **ManagedCommonGround** — `ManagedCommonGround/ManagedCommonGround.jsx`. Yellow-themed managed-stack panel used on `/commonground` and `/support`. Component-list + price line + dual CTA. Specimen: `preview/components/managed-common-ground.html`.
|
|
42
42
|
- **Clients** (+ `DEFAULT_CLIENTS`, `DEFAULT_PARTNERS`) — `Clients/Clients.jsx`. Three-row right-to-left honeycomb marquee with grayscale-to-colour hover, lane-pause-on-hover, and `prefers-reduced-motion` respect. Specimen: `preview/components/clients-marquee.html`.
|
|
43
43
|
- **ReferenceCard / ReferenceGrid** — `ReferenceCard/ReferenceCard.jsx`. Customer-reference cards on partner-detail pages.
|
|
44
44
|
- **PairCard / PairRow** — `PairCard/PairCard.jsx`. Compact "related item" cards on app- and solution-detail pages.
|
|
@@ -58,11 +58,11 @@ Most consume one or more primitives.
|
|
|
58
58
|
- **ComposeBlock** — `ComposeBlock/ComposeBlock.jsx`. Branded code block (cobalt-900 + Plex Mono + filename pill + copy button). For docker-compose, bash recipes, and any verbatim copy-paste content. Used on `/demo`.
|
|
59
59
|
- **AgentTrace** — `AgentTrace/AgentTrace.jsx`. Terminal-styled agent execution trace with cursor + mode chrome. Specimen: `preview/components/agent-trace.html`.
|
|
60
60
|
- **AppMock** — `AppMock/AppMock.jsx`. Selector that renders one of 16 app-specific UI mockups (DeciDesk, DocuDesk, LarpingApp, MyDash + variants, NLDesign, OpenCatalogi, OpenConnector, OpenRegister, OpenWoo, PipelinQ, Procest, SoftwareCatalog, ZaakAfhandelApp). Each variant lives under `AppMock/variants/`. Specimen: `preview/components/app-mock.html`.
|
|
61
|
-
- **ExternalAppShelf** — `ExternalAppShelf/ExternalAppShelf.jsx`. Third-party-app shelf (Outlook-style, Mattermost, Keycloak, etc.) used on `/connext`.
|
|
62
|
-
- **WidgetShelf** — `WidgetShelf/WidgetShelf.jsx`. Widget showcase grid with eyebrow + title + lede + N-column widget cards.
|
|
61
|
+
- **ExternalAppShelf** — `ExternalAppShelf/ExternalAppShelf.jsx`. Third-party-app shelf (Outlook-style, Mattermost, Keycloak, etc.) used on `/connext`. Specimen: `preview/components/external-app-shelf.html`.
|
|
62
|
+
- **WidgetShelf** — `WidgetShelf/WidgetShelf.jsx`. Widget showcase grid with eyebrow + title + lede + N-column widget cards. Specimen: `preview/components/widget-shelf.html`.
|
|
63
63
|
- **Showcase** — `Showcase/Showcase.jsx`. Multi-item collapsible showcase with screenshot + body. Used on `/commonground` for the "5-lagen model". Specimen: `preview/components/showcase.html`.
|
|
64
64
|
- **RotatingCards** — `RotatingCards/RotatingCards.jsx`. Rotating card carousel. Specimen: `preview/components/rotating-cards.html`.
|
|
65
|
-
- **FAQ / FAQItem** — `FAQ/FAQ.jsx`. Disclosure-pattern FAQ block. Used on `/support`.
|
|
65
|
+
- **FAQ / FAQItem** — `FAQ/FAQ.jsx`. Disclosure-pattern FAQ block. Used on `/support`. Specimen: `preview/components/faq.html`.
|
|
66
66
|
|
|
67
67
|
## Academy components
|
|
68
68
|
|
|
@@ -98,13 +98,38 @@ slot-based children pass through. All exported from `Diagrams/Diagrams.jsx`.
|
|
|
98
98
|
- **Footer canal scene** — `theme/Footer/index.jsx`. Full canal scene (Amsterdam trapgevel skyline, kade with bikes/cars, cobalt canal with orange boats, brand block + link grid riding on the water). Templates injected via `dangerouslySetInnerHTML` so the runtime can `.content`-clone them. Re-hydrates on SPA route changes.
|
|
99
99
|
- **MDXPage** — `theme/MDXPage/index.jsx`. Drops the Docusaurus default `col col--8 col--offset-2` wrapper for pages with `hide_table_of_contents: true`, so marketing surfaces render full-width. Adds the `marketing-page` class on `<main>` so `brand.css` can zero-out stray top margins (no gap between navbar and hero).
|
|
100
100
|
|
|
101
|
+
## Tutorial-body components
|
|
102
|
+
|
|
103
|
+
Drop-in replacements for the ad-hoc h2 + bullet patterns that academy
|
|
104
|
+
tutorials and per-app docs kept duplicating. Designed for use inside an MDX
|
|
105
|
+
body. All five have specimen pages.
|
|
106
|
+
|
|
107
|
+
- **HexCard** — `HexCard/HexCard.jsx`. Tinted academy panel with a top-left hex badge holding an icon. The shared shell behind ContactCta, Outcomes, and Prerequisites. Specimen: `preview/components/hex-card.html`.
|
|
108
|
+
- **Outcomes / Outcome** — `Outcomes/Outcomes.jsx`. "What you'll learn" card with lightbulb hex badge + orange checkmarks. Specimen: `preview/components/outcomes.html`.
|
|
109
|
+
- **Prerequisites / PrerequisiteItem** — `Prerequisites/Prerequisites.jsx`. "What you need" checklist with clipboard hex badge + orange hex bullets. Specimen: `preview/components/prerequisites.html`.
|
|
110
|
+
- **Troubleshooting / TroubleshootingItem** — `Troubleshooting/Troubleshooting.jsx`. Structured error-recovery list. Each item pairs a verbatim `symptom` (monospace) with a one-paragraph fix in a cobalt-50 panel with KNVB-orange left border. Specimen: `preview/components/troubleshooting.html`.
|
|
111
|
+
- **NextSteps / NextStep** — `NextSteps/NextSteps.jsx`. End-of-tutorial action-card row (2/3/4-column). Each card is a fully clickable link with title + body + CTA. Specimen: `preview/components/next-steps.html`.
|
|
112
|
+
- **ContactCta** — `ContactCta/ContactCta.jsx`. "Mail ons" prompt with mail hex badge + primary button. Specimen: `preview/components/contact-cta.html`.
|
|
113
|
+
|
|
114
|
+
## OpenRegister leaf docs
|
|
115
|
+
|
|
116
|
+
- **LeafCard / LeafGrid** — `LeafCard/LeafCard.jsx`. Per-leaf metadata header for the openregister docs. Pointy-top hex + label + status pill + six-field meta grid (group, requiredApp, storage, icon). Four status tints: backend-ready, stub, external (OpenConnector-routed), built-in. `<LeafGrid>` lays cards out for the overview page; each card links to its docs route when `href` is set. Specimen: `preview/components/leaf-card.html`.
|
|
117
|
+
|
|
118
|
+
## Marketing / explainer
|
|
119
|
+
|
|
120
|
+
- **IntegrationsBlock / IntegrationsItem** — Two-column explainer that pairs a left-rail FAQ accordion with a right-rail product-mock. Eyebrow + h2 + lede header above the split. Used on app detail pages (notably OpenRegister) to show how the apps fit into a single Nextcloud workspace. Specimen: `preview/components/integrations-block.html` (kit-only; React wrapper still pending).
|
|
121
|
+
- **AtomZones** — `AtomZones/AtomZones.jsx`. Five-zone reference for the canonical Conduction app chassis: Topbar, Left navigation, Main column, Page header, Sidebar. Each card focuses one atom in KNVB orange and fades the rest. Used on architecture pages in per-app docs sites. Specimen: `preview/components/atom-zones.html`.
|
|
122
|
+
- **PartnerSidecard** — `PartnerSidecard/PartnerSidecard.jsx`. Sticky right rail for partner-detail pages. Three tier treatments (Host plain, Service gold stripe, Certified cobalt fill + gold avatar) + Apps they ship + Solutions they deliver + optional bottom CTA. Specimen: `preview/components/partner-sidecard.html`.
|
|
123
|
+
|
|
101
124
|
## Open gaps
|
|
102
125
|
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
126
|
+
Six earlier gaps closed in April–May 2026 and are folded into the lists above:
|
|
127
|
+
PartnerCard.OtherCard variant; diagram-set web-component wrappers;
|
|
128
|
+
brand-citation utilities; the five composed components that lacked specimens
|
|
129
|
+
(`Troubleshooting`, `NextSteps`, `PartnerSidecard`, `LeafCard`, `AtomZones`,
|
|
130
|
+
plus the new `IntegrationsBlock`); the locale-switcher integration on
|
|
131
|
+
`landing.html` (now complete, NL dictionary covers every `data-i18n` key);
|
|
132
|
+
the `PartnerDirectory solutions` field (consumed in the offering facet);
|
|
133
|
+
the `PartnerCard logoAlt` prop (accepted, with `name + ' logo'` fallback).
|
|
106
134
|
|
|
107
|
-
|
|
108
|
-
- **Static specimen pages for composed components** — `ManagedCommonGround`, `PartnerDirectory`, `WidgetShelf`, `ExternalAppShelf`, `FAQ` ship as React but have no `preview/components/*.html` reference. They're composed from primitives that already have specimens, so the absence is reasonable, but a designer reviewing the kit can't see them outside the live site.
|
|
109
|
-
- **PartnerCard `logoAlt` prop** — accepted but never passed by any current MDX usage. Either drop or document an a11y fallback expectation.
|
|
110
|
-
- **PartnerDirectory `solutions` field** — included in `partners-catalog.js` per partner, never consumed by `<PartnerCard>` (harmless spread). Decide whether to surface (e.g. inside the card) or remove from the data.
|
|
135
|
+
No open gaps as of 2026-05-19.
|