diff --git "a/_data/m\303\251li-m\303\251lo.json" "b/_data/m\303\251li-m\303\251lo.json" index bd6639429..a1eb2ecb6 100644 --- "a/_data/m\303\251li-m\303\251lo.json" +++ "b/_data/m\303\251li-m\303\251lo.json" @@ -20,6 +20,8 @@ "libs": [ "2024-02-charts", "2024-04-stepsquiz", + "2021-05-conjunction", + "2021-05-steps", "deprecated" ] }, diff --git a/index-en.md b/index-en.md index 11101f7d5..58e28e567 100644 --- a/index-en.md +++ b/index-en.md @@ -1,7 +1,7 @@ --- title: GCWeb, the WET-BOEW Canada.ca theme altLangPage: index-fr.html -dateModified: 2024-05-29 +dateModified: 2024-06-20 description: "Home page describing all the components of the Canada.ca theme, named GCWeb." layout: no-container language: en @@ -20,7 +20,7 @@ css:

The page templates and design patterns below comprise a reference implementation of the Canada.ca design system, including the mandatory requirement of the Content and Information Architecture (C&IA) Specification. Government of Canada departments and agencies can contribute additional patterns and templates via GCWeb github repository.

-

Download GCWeb theme v15.2.0
+

Download GCWeb theme v15.2.1
( - Release notes)

diff --git a/index-fr.md b/index-fr.md index 9ae7f91b5..3f2399649 100644 --- a/index-fr.md +++ b/index-fr.md @@ -1,7 +1,7 @@ --- title: GCWeb, le thème WET-BOEW de Canada.ca altLangPage: index-en.html -dateModified: 2024-05-29 +dateModified: 2024-06-20 description: "Page d'accueil décrivant l'ensemble des composants du thème de Canada.ca, nommé GCWeb." layout: no-container language: fr @@ -20,7 +20,7 @@ css:

Les gabarits et les conceptions communes si dessous sont une référence d'implémentation du Système de conception de Canada.ca, incluant les exigences obligatoire de la spécifications du contenu et de l’architecture de l'information (C&AI) pour Canada.ca. Les ministères et organisme du gouvernement du Canada peuvent y contribuer en publiant leur modèle et leur conception commune via le dépôt github de GCWeb.

-

Télécharger le thème GCWeb v15.2.0
+

Télécharger le thème GCWeb v15.2.1
( - Note de version)

diff --git "a/m\303\251li-m\303\251lo/2021-05-conjunction/meta.md" "b/m\303\251li-m\303\251lo/2021-05-conjunction/meta.md" index 6f3fea298..9821225d8 100644 --- "a/m\303\251li-m\303\251lo/2021-05-conjunction/meta.md" +++ "b/m\303\251li-m\303\251lo/2021-05-conjunction/meta.md" @@ -41,5 +41,11 @@ implementationPlan: todos: - Review code and governance to balance optimal accessibility and ease of implimentation by users. +changes: + - date: 2024-06-20 + description: Changed border to appear in high contrast. Changed font size of CSS generated text to em value for better scalability between parent font sizes. Increased miminum height of side by side pattern to create consistant border above and below CSS text design. Updated governance towards stabilization. + departmentImpact: No change from a departmental perspective. + publicImpact: Allows border to be shown in high contrast (could require additional adjustment for FF and MacOS browsers). Fixed issue of using design in font sizes other than 20px (GCWeb standard) + output: false --- diff --git "a/m\303\251li-m\303\251lo/2021-05-steps/meta.md" "b/m\303\251li-m\303\251lo/2021-05-steps/meta.md" index d570274e9..b809061c2 100644 --- "a/m\303\251li-m\303\251lo/2021-05-steps/meta.md" +++ "b/m\303\251li-m\303\251lo/2021-05-steps/meta.md" @@ -29,6 +29,7 @@ pages: - title: Liste des étapes language: fr path: index-fr.html + implementationPlan: - due: 2021-06 what: Engage with TBS to show them this design pattern @@ -42,8 +43,15 @@ implementationPlan: what: review updated CSS and governance added to validate usability toward stable - due: 2024-05 what: change name of component to better reflect use case + todos: - Finalize design +changes: + - date: 2024-06-20 + description: Reduced excessive spacing for small amount of content. Removed background color for default list steps number (except in striped mode) as was not showing up properly in high contrast mode. Updated governance towards stabilization. + departmentImpact: No change from a departmental perspective. + publicImpact: Created a cleaner look for items using list steps with a smaller amount of content. Made the numbers more visible for edge case scenarios of print and high contrast. + output: false --- diff --git a/package-lock.json b/package-lock.json index 6f5d8a254..0cdef0e43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "GCWeb", - "version": "15.2.0", + "version": "15.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 824c640f7..9d2444924 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "GCWeb", - "version": "15.2.0", + "version": "15.2.1", "description": "Web Experience Toolkit (WET): Canada.ca Theme Reorg", "main": "index.html", "scripts": {