diff --git a/_data/common.json b/_data/common.json index 06c6e46610..24d3668c43 100644 --- a/_data/common.json +++ b/_data/common.json @@ -113,4 +113,39 @@ ] } } +,{ + "@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": "Tables", + "fr": "Les Tables" + }, + "description": { + "en": "Tables with custom styles", + "fr": "Tableaux avec des styles personalisés." + }, + "modified": "2023-02-28", + "componentName": "tables", + "processing": "baseline", + "status": "stable", + "pages": { + "examples": [ + { + "title": "Tables", + "language": "en", + "path": "table-en.html" + }, + { + "title": "Tables", + "language": "fr", + "path": "table-fr.html" + } + ] + } +} ] diff --git a/common/borders/borders-en.html b/common/borders/borders-en.html new file mode 100644 index 0000000000..c040320fe5 --- /dev/null +++ b/common/borders/borders-en.html @@ -0,0 +1,77 @@ +--- +{ + "title": "Borders", + "language": "en", + "altLangPage": "borders-fr.html", + "breadcrumbs": + [ + { + "title": "GCWeb home", + "link": "https://wet-boew.github.io/themes-dist/GCWeb/index-en.html" + } + ], + "secondlevel": false, + "dateModified": "2023-06-20", + "share": "true" +} +--- + +

CSS Class

+
+
.brdr-left
+
Set a border to the left of the element
+
.brdr-tp
+
Set a border on top of the element
+
.brdr-rght
+
Set a border to the right of the element
+
.brdr-bttm
+
Set a border below the element
+
.brdr-0
+
Remove borders
+
.brdr-rds
+
Remove border radius
+
+
+
+
+
+

Appearance

+

+ Example 1 +

+

+ Example 2 +

+

+ Example 3 +

+

+ Example 4 +

+

+ Example 5 +

+

+ Example 6 +

+
+
+
+
+

Code

+
// Example 1:
+<p class="brdr-lft">...</p>
+
// Example 2:
+<p class="brdr-tp">...</p>
+
// Example 3:
+<p class="brdr-rght">...</p>
+
// Example 4:
+<p class="brdr-bttm">...</p>
+
// Example 5:
+<p class="brdr-0">...</p>
+
// Example 6:
+<p class="brdr-rds-0">...</p>
+
+
+
+
diff --git a/common/borders/borders-fr.html b/common/borders/borders-fr.html new file mode 100644 index 0000000000..344001dc7b --- /dev/null +++ b/common/borders/borders-fr.html @@ -0,0 +1,77 @@ +--- +{ + "title": "Bordures", + "language": "fr", + "altLangPage": "borders-en.html", + "breadcrumbs": + [ + { + "title": "Accueil GCWeb", + "link": "https://wet-boew.github.io/themes-dist/GCWeb/index-fr.html" + } + ], + "secondlevel": false, + "dateModified": "2023-06-20", + "share": "true" +} +--- + +

Classe CSS

+
+
.brdr-left
+
Établir une bordure à gauche de l'élément
+
.brdr-tp
+
Établir une bordure en haut de l'élément
+
.brdr-rght
+
Établir une bordure à droite de l'élément
+
.brdr-bttm
+
Établir une bordure en bas de l'élément
+
.brdr-0
+
Supprimer les bordures
+
.brdr-rds
+
Supprimer le rayon de la bordure
+
+
+
+
+
+

Apparence

+

+ Exemple 1 +

+

+ Exemple 2 +

+

+ Exemple 3 +

+

+ Exemple 4 +

+

+ Exemple 5 +

+

+ Exemple 6 +

+
+
+
+
+

Code

+
// Exemple 1 :
+<p class="brdr-lft">...</p>
+
// Exemple 2 :
+<p class="brdr-tp">...</p>
+
// Exemple 3 :
+<p class="brdr-rght">...</p>
+
// Exemple 4 :
+<p class="brdr-bttm">...</p>
+
// Exemple 5 :
+<p class="brdr-0">...</p>
+
// Exemple 6 :
+<p class="brdr-rds-0">...</p>
+
+
+
+
diff --git a/common/borders/index.json-ld b/common/borders/index.json-ld new file mode 100644 index 0000000000..5a5618c47a --- /dev/null +++ b/common/borders/index.json-ld @@ -0,0 +1,34 @@ +{ + "@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": "Borders", + "fr": "Bordures" + }, + "description": { + "en": "Borders to seperate components", + "fr": "Ajout de bordure sur des éléments" + }, + "modified": "2023-07-06", + "componentName": "borders", + "status": "stable", + "pages": { + "docs": [ + { + "title": "Borders", + "language": "en", + "path": "borders-en.html" + }, + { + "title": "Bordures", + "language": "fr", + "path": "borders-fr.html" + } + ] + } +} diff --git a/index-en.md b/index-en.md index 0f6f71836b..16798daa53 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-05-30 +dateModified: 2023-06-29 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.

-

Download GCWeb theme v13.3.0
+

Download GCWeb theme v13.3.1
( - Release notes)

@@ -454,7 +454,7 @@ css: {% assign examples = pgGroup[1] %} {% for example in examples %} {% if example.path %} -
  • 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 v13.3.0
    +

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

    diff --git a/package-lock.json b/package-lock.json index 39ec8602c9..aaec11e5b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "GCWeb", - "version": "13.3.0", + "version": "13.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -11594,8 +11594,8 @@ } }, "wet-boew": { - "version": "github:wet-boew/wet-boew#e8505e62703bf503350d7ba0f1162cfd94c7bfa6", - "from": "github:wet-boew/wet-boew#v4.0.63", + "version": "github:wet-boew/wet-boew#28eb4423b1d13403fb6842a4bdc19623e1ab538a", + "from": "github:wet-boew/wet-boew#v4.0.63.1", "requires": { "bootstrap-sass": "3.4.1", "code-prettify": "^0.1.0", diff --git a/package.json b/package.json index 4394c1956d..486cff07f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "GCWeb", - "version": "13.3.0", + "version": "13.3.1", "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.63" + "wet-boew": "github:wet-boew/wet-boew#v4.0.63.1" }, "browserslist": [ "last 2 versions",