From 5a9dc8e7a2ee7f3c8991cccc8631e30148eeeee2 Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Tue, 19 May 2026 07:03:20 +0200 Subject: [PATCH 1/2] chore(brand): align app-store hex to canonical cobalt #21468B (#56) The icon hex was filled with the legacy '#4376FC' (the conduction-design-tokens 'Conduction Cobalt'). The design-system has retired this in preview/colors.html with the caption > Our legacy blue (#4376FC) read as 'cloud / SaaS', light, frisky, > lacking weight. Cobalt is the official blue of the Dutch flag, > Dutch by birthright, dark enough to feel serious, light enough > to stay blue, and AAA-contrast on white so it can carry body > text. Swap to #21468B (--c-blue-cobalt in tokens.css) so the app-store hex matches the navbar wordmark and the rest of the brand chrome. Fleet sweep 2026-05-13. --- img/app-store.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/img/app-store.svg b/img/app-store.svg index c07db605..7d770d17 100644 --- a/img/app-store.svg +++ b/img/app-store.svg @@ -1,5 +1,5 @@ - + From 56a879304e28b3f2f96abd8b63c6b3460aad8d16 Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Tue, 19 May 2026 07:14:41 +0200 Subject: [PATCH 2/2] chore(deps): preset lockfile 3.7.1 -> 3.8.0 (BreadcrumbList + TechArticle + IndexNow) (#99) 3.8.0 adds: - BreadcrumbList JSON-LD on marketing pages via - TechArticle JSON-LD on docs pages via DocItem/Content swizzle - IndexNow plugin (sites need to set indexnow.key to enable Bing pings) Pure lockfile bump; package.json range ^3.7.0 already satisfies. --- docs/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index be1e81ab..4c4cc621 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -2040,9 +2040,9 @@ } }, "node_modules/@conduction/docusaurus-preset": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/@conduction/docusaurus-preset/-/docusaurus-preset-3.7.1.tgz", - "integrity": "sha512-GdaXFMfD2geJATKpPy/HwAQZXbZiGxUns5B04QnHB+/00xBhVLGXNFVVRsLwlJ5HYUH/HBC3CQakE0CxpXDWOA==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/@conduction/docusaurus-preset/-/docusaurus-preset-3.8.0.tgz", + "integrity": "sha512-aakDh5eyzA4qMhExiU+gOCVLviB/ol8UMulFHiFKz5lKGEf5AKPR7NDuE6rnBpS5qakGyiCwgLSojP3HnBROCA==", "license": "EUPL-1.2", "bin": { "validate-ai-baseline": "bin/validate-ai-baseline.mjs"