From 7775508345f6258830a62c7129cbc477c5e0dc6c Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Tue, 19 May 2026 07:16:45 +0200 Subject: [PATCH 1/4] chore(brand): align app-store hex to canonical cobalt #21468B (#236) 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/img/app-store.svg b/img/app-store.svg index da058ab7..35d75ded 100644 --- a/img/app-store.svg +++ b/img/app-store.svg @@ -1,6 +1,6 @@ - - + + From cea48ba756bfcc0314a88e9fba0e0150fc6e10fb Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Tue, 19 May 2026 07:28:41 +0200 Subject: [PATCH 2/4] fix(brand): revert app-store.svg cobalt to canonical #4376FC (#256) --- 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 35d75ded..331eecee 100644 --- a/img/app-store.svg +++ b/img/app-store.svg @@ -1,5 +1,5 @@ - + From b3c9406bec12e72780c4290852e0826867804fba Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Tue, 19 May 2026 07:30:20 +0200 Subject: [PATCH 3/4] =?UTF-8?q?fix(brand):=20re-apply=20#21468B=20cobalt?= =?UTF-8?q?=20(reverting=20my=20earlier=20revert=20=E2=80=94=20#21468B=20I?= =?UTF-8?q?S=20canonical=20per=20design=20tokens)=20(#257)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 331eecee..35d75ded 100644 --- a/img/app-store.svg +++ b/img/app-store.svg @@ -1,5 +1,5 @@ - + From 5b3529b70f6ac9e837dd46e15c6acbfc39e3cb9e Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Tue, 19 May 2026 09:33:03 +0200 Subject: [PATCH 4/4] chore(deps): preset lockfile 3.8.0 -> 3.9.0 (TechArticle gate) (#260) 3.9.0 adds a hard-fail validator check for TechArticle JSON-LD on docs pages, on top of the swizzle that ships the schema (3.8.0). 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 4b858272..cecb76be 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -2043,9 +2043,9 @@ } }, "node_modules/@conduction/docusaurus-preset": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/@conduction/docusaurus-preset/-/docusaurus-preset-3.8.0.tgz", - "integrity": "sha512-aakDh5eyzA4qMhExiU+gOCVLviB/ol8UMulFHiFKz5lKGEf5AKPR7NDuE6rnBpS5qakGyiCwgLSojP3HnBROCA==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/@conduction/docusaurus-preset/-/docusaurus-preset-3.9.0.tgz", + "integrity": "sha512-WYzKUiF0VyRzhy0ChReAx/w/Dn0HfIKemtr0R+Skt+Q+2+ekA4yffZLJr4zCXexi6wW17XDqh+m9sqsXQqh3RQ==", "license": "EUPL-1.2", "bin": { "validate-ai-baseline": "bin/validate-ai-baseline.mjs"