diff --git a/_data/components.json b/_data/components.json index 5b22c42b0..d67e40466 100644 --- a/_data/components.json +++ b/_data/components.json @@ -56,6 +56,40 @@ ] } } +,{ + "@context": { + "@version": 1.1, + "dct": "http://purl.org/dc/terms/", + "title": { "@id": "dct:title", "@container": "@language" }, + "description": { "@id": "dct:description", "@container": "@language" }, + "modified": "dct:modified" + }, + "title": { + "en": "Download link", + "fr": "Lien de téléchargement" + }, + "description": { + "en": "Download link with custom styles.", + "fr": "Lien de téléchargement avec des styles personalisés." + }, + "modified": "2023-04-20", + "componentName": "gc-dwnld", + "status": "stable", + "pages": { + "examples": [ + { + "title": "Download link", + "language": "en", + "path": "download_link-en.html" + }, + { + "title": "Lien de téléchargement", + "language": "fr", + "path": "download_link-fr.html" + } + ] + } +} ,{ "@context": { "@version": 1.1, @@ -396,6 +430,40 @@ ] } } +,{ + "@context": { + "@version": 1.1, + "dct": "http://purl.org/dc/terms/", + "title": { "@id": "dct:title", "@container": "@language" }, + "description": { "@id": "dct:description", "@container": "@language" }, + "modified": "dct:modified" + }, + "title": { + "en": "Table of Contents", + "fr": "Table des matières" + }, + "description": { + "en": "Table of Contents to navigate on same page subsections", + "fr": "Table des matières pour naviguer vers les sous-sections de la page" + }, + "modified": "2023-06-16", + "componentName": "gc-toc", + "status": "stable", + "pages": { + "examples": [ + { + "title": "In-page table of contents", + "language": "en", + "path": "toc-en.html" + }, + { + "title": "Table des matières", + "language": "fr", + "path": "toc-fr.html" + } + ] + } +} ,{ "@context": { "@version": 1.1, @@ -518,6 +586,41 @@ ] } } +,{ + "@context": { + "@version": 1.1, + "dct": "http://purl.org/dc/terms/", + "title": { "@id": "dct:title", "@container": "@language" }, + "description": { "@id": "dct:description", "@container": "@language" }, + "modified": "dct:modified" + }, + "title": { + "en": "Labels", + "fr": "Étiquettes" + }, + "description": { + "en": "Labels including all various states.", + "fr": "Étiquettes comprenant tous les différents états." + }, + "modified": "2023-07-11", + "componentName": "labels", + "processing": "baseline", + "status": "stable", + "pages": { + "examples": [ + { + "title": "Labels", + "language": "en", + "path": "labels-en.html" + }, + { + "title": "Étiquettes", + "language": "fr", + "path": "labels-fr.html" + } + ] + } +} ,{ "@context": { "@version": 1.1, @@ -1064,38 +1167,4 @@ ] } } -,{ - "@context": { - "@version": 1.1, - "dct": "http://purl.org/dc/terms/", - "title": { "@id": "dct:title", "@container": "@language" }, - "description": { "@id": "dct:description", "@container": "@language" }, - "modified": "dct:modified" - }, - "title": { - "en": "Labels", - "fr": "Étiquettes" - }, - "description": { - "en": "This add appropriate label to describe and highlight text-based (non-numerical) information.", - "fr": "Ceci ajoute l'étiquette appropriée pour décrire et mettre en surbrillance des renseignements textuels (non numériques)." - }, - "modified": "2023-07-11", - "componentName": "labels", - "status": "stable", - "pages": { - "examples": [ - { - "title": "Labels - working examples", - "language": "en", - "path": "labels-en.html" - }, - { - "title": "Étiquettes - examples pratiques", - "language": "fr", - "path": "labels-fr.html" - } - ] - } -} ] diff --git a/index-en.md b/index-en.md index 3c9ed2612..60ca889a6 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: 2023-08-16 +dateModified: 2023-08-22 description: "Home page describing all the components of the Canada.ca theme, named GCWeb." layout: no-container language: en @@ -18,7 +18,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.
diff --git a/index-fr.md b/index-fr.md index c466f840b..5f3d60f81 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: 2023-08-16 +dateModified: 2023-08-22 description: "Page d'accueil décrivant l'ensemble des composants du thème de Canada.ca, nommé GCWeb." layout: no-container language: fr @@ -18,7 +18,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.
diff --git a/package-lock.json b/package-lock.json index 282349424..56a330937 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "GCWeb", - "version": "13.6.0", + "version": "13.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -11594,8 +11594,8 @@ } }, "wet-boew": { - "version": "github:wet-boew/wet-boew#1bf11d10d7ec28fc2f9ca22450720399509808a6", - "from": "github:wet-boew/wet-boew#v4.0.66.1", + "version": "github:wet-boew/wet-boew#c03cd86a5e4ffdea823bcb1e8fbf33bb3ffc0e4a", + "from": "github:wet-boew/wet-boew#v4.0.67", "requires": { "bootstrap-sass": "3.4.1", "code-prettify": "^0.1.0", diff --git a/package.json b/package.json index d8bf54a36..5dbf3b9f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "GCWeb", - "version": "13.6.0", + "version": "13.7.0", "description": "Web Experience Toolkit (WET): Canada.ca Theme Reorg", "main": "index.html", "scripts": { @@ -13,7 +13,7 @@ "license": "MIT", "dependencies": { "bootstrap-sass": "3.4.1", - "wet-boew": "github:wet-boew/wet-boew#v4.0.66.1" + "wet-boew": "github:wet-boew/wet-boew#v4.0.67" }, "browserslist": [ "last 2 versions",