|
648 | 648 | } |
649 | 649 | ] |
650 | 650 | } |
| 651 | +,{ |
| 652 | + "@context": { |
| 653 | + "@version": 1.1, |
| 654 | + "dct": "http://purl.org/dc/terms/", |
| 655 | + "title": { "@id": "dct:title", "@container": "@language" }, |
| 656 | + "description": { "@id": "dct:description", "@container": "@language" }, |
| 657 | + "modified": "dct:modified" |
| 658 | + }, |
| 659 | + "title": { |
| 660 | + "en": "Deprecated markup", |
| 661 | + "fr": "Balisage déconseillé" |
| 662 | + }, |
| 663 | + "description": { |
| 664 | + "en": "Reference documents and used to test old practice to ensure compatibility with the latest changes applied at this theme.", |
| 665 | + "fr": "Ce document est à titre de référence et afin de mettre à l'essaie d'ancienne pratique pour s'assurer qu'ils sont compatible avec les derniers changements apporté au thème." |
| 666 | + }, |
| 667 | + "modified": "2025-09-23", |
| 668 | + "componentName": "deprecated", |
| 669 | + "status": "stable", |
| 670 | + "pages": { |
| 671 | + "examples": [ |
| 672 | + { |
| 673 | + "title": "Deprecated markup - Report a problem (v4.0.28), gc-nttvs, gc-prtts", |
| 674 | + "language": "en", |
| 675 | + "path": "deprecated-en.html" |
| 676 | + }, |
| 677 | + { |
| 678 | + "title": "Balisage déconseillé - Signaler un problème (v4.0.28), gc-nttvs, gc-prtts", |
| 679 | + "language": "fr", |
| 680 | + "path": "deprecated-fr.html" |
| 681 | + } |
| 682 | + ] |
| 683 | + } |
| 684 | +} |
651 | 685 | ,{ |
652 | 686 | "@context": { |
653 | 687 | "@version": 1.1, |
|
2022 | 2056 | "en": "Features top tasks related to the page it is on.", |
2023 | 2057 | "fr": "Comprend des tâches principales liées à la page sur laquelle elles se trouvent." |
2024 | 2058 | }, |
2025 | | - "modified": "2025-09-29", |
| 2059 | + "modified": "2025-10-31", |
2026 | 2060 | "componentName": "gc-most-requested", |
2027 | 2061 | "status": "stable", |
2028 | | - "version": "1.2.0", |
| 2062 | + "version": "1.2.1", |
2029 | 2063 | "pages": { |
2030 | 2064 | "docs": [ |
2031 | 2065 | { |
|
2088 | 2122 | "en": "https://design.canada.ca/common-design-patterns/most-requested.html", |
2089 | 2123 | "fr": "https://conception.canada.ca/configurations-conception-communes/en-demande.html" |
2090 | 2124 | }, |
2091 | | - "iteration": "_:iteration_mostrequested_3", |
| 2125 | + "iteration": "_:iteration_mostrequested_4", |
2092 | 2126 | "example": [ |
2093 | 2127 | { |
2094 | 2128 | "en": { "href": "gc-most-requested-en.html", "text": "Most requested" }, |
|
2107 | 2141 | "_:implement_mostrequested" |
2108 | 2142 | ], |
2109 | 2143 | "history": [ |
| 2144 | + { |
| 2145 | + "en": "October 2025 - Fixed the misalignment issue between the list items when there are only two of them.", |
| 2146 | + "fr": "Octobre 2025 - Correction du problème d'alignement entre les éléments de la liste lorsqu'il n'y en a que deux." |
| 2147 | + }, |
2110 | 2148 | { |
2111 | 2149 | "en": "September 2025 - Items are displayed horizontally when there are only two list items on medium screen breakpoint and larger.", |
2112 | 2150 | "fr": "Septembre 2025 - Les éléments sont affichés horizontalement quand il y a seulement deux éléments de liste à partir d'un breakpoint écran moyen et plus." |
|
2129 | 2167 | "implementation": [ |
2130 | 2168 | { |
2131 | 2169 | "@id": "_:implement_mostrequested", |
2132 | | - "iteration": "_:iteration_mostrequested_2", |
| 2170 | + "iteration": "_:iteration_mostrequested_4", |
2133 | 2171 | "name": { |
2134 | 2172 | "en": "Standard", |
2135 | 2173 | "fr": "Standard" |
|
2175 | 2213 | } |
2176 | 2214 | ], |
2177 | 2215 | "iteration": [ |
| 2216 | + { |
| 2217 | + "@id": "_:iteration_mostrequested_4", |
| 2218 | + "name": "Most requested - Iteration 4", |
| 2219 | + "date": "2025-10", |
| 2220 | + "fixes": [ |
| 2221 | + "Fixed the misalignment issue between the list items when there are only two of them." |
| 2222 | + ], |
| 2223 | + "detectableBy": ".gc-most-requested:not(.provisional)", |
| 2224 | + "predecessor": "_:iteration_mostrequested_3", |
| 2225 | + "assets": [ |
| 2226 | + { |
| 2227 | + "@type": "source-code", |
| 2228 | + "@language": "en", |
| 2229 | + "description": "Code sample", |
| 2230 | + "code": "<section class=\"gc-most-requested\">\n\t<div class=\"container\">\n\t\t<h2>Most requested</h2>\n\t\t<ul>\n\t\t\t<li><a href=\"#\">[Top task hyperlink 1]</a></li>\n\t\t\t<li><a href=\"#\">[Top task hyperlink 2]</a></li>\n\t\t</ul>\n\t</div>\n</section>" |
| 2231 | + } |
| 2232 | + ] |
| 2233 | + }, |
2178 | 2234 | { |
2179 | 2235 | "@id": "_:iteration_mostrequested_3", |
2180 | 2236 | "name": "Most requested - Iteration 3", |
|
3199 | 3255 | ] |
3200 | 3256 | } |
3201 | 3257 | } |
3202 | | -,{ |
3203 | | - "@context": { |
3204 | | - "@version": 1.1, |
3205 | | - "dct": "http://purl.org/dc/terms/", |
3206 | | - "title": { "@id": "dct:title", "@container": "@language" }, |
3207 | | - "description": { "@id": "dct:description", "@container": "@language" }, |
3208 | | - "modified": "dct:modified" |
3209 | | - }, |
3210 | | - "title": { |
3211 | | - "en": "Other components", |
3212 | | - "fr": "Autre composant" |
3213 | | - }, |
3214 | | - "description": { |
3215 | | - "en": "Components included but need to move in its own folder.", |
3216 | | - "fr": "Composant inclus mais qu'il nécessite qu'ils soit déplacé dans son propre dossier." |
3217 | | - }, |
3218 | | - "modified": "2021-02-12", |
3219 | | - "status": "stable", |
3220 | | - "pages": { |
3221 | | - "examples": [ |
3222 | | - { |
3223 | | - "title": "Provisional functionality", |
3224 | | - "language": "en", |
3225 | | - "path": "provisional-en.html" |
3226 | | - }, |
3227 | | - { |
3228 | | - "title": "Fonctionnalités provisoires", |
3229 | | - "language": "fr", |
3230 | | - "path": "provisional-fr.html" |
3231 | | - }, |
3232 | | - |
3233 | | - { |
3234 | | - "title": "Redacted text", |
3235 | | - "language": "en", |
3236 | | - "path": "redacted-en.html" |
3237 | | - }, |
3238 | | - { |
3239 | | - "title": "Texte caviardé", |
3240 | | - "language": "fr", |
3241 | | - "path": "redacted-fr.html" |
3242 | | - }, |
3243 | | - |
3244 | | - { |
3245 | | - "title": "Deprecated markup - Report a problem (v4.0.28), gc-nttvs, gc-prtts", |
3246 | | - "language": "en", |
3247 | | - "path": "deprecated-en.html" |
3248 | | - }, |
3249 | | - { |
3250 | | - "title": "Balisage déconseillé - Signaler un problème (v4.0.28), gc-nttvs, gc-prtts", |
3251 | | - "language": "fr", |
3252 | | - "path": "deprecated-fr.html" |
3253 | | - }, |
3254 | | - |
3255 | | - { |
3256 | | - "title": "Float column in a data table", |
3257 | | - "language": "en", |
3258 | | - "path": "tbl-floatcolumn-en.html" |
3259 | | - }, |
3260 | | - { |
3261 | | - "title": "Float column in a data table", |
3262 | | - "language": "fr", |
3263 | | - "path": "tbl-floatcolumn-fr.html" |
3264 | | - }, |
3265 | | - |
3266 | | - { |
3267 | | - "title": "Video example", |
3268 | | - "language": "en", |
3269 | | - "path": "video-en.html" |
3270 | | - }, |
3271 | | - { |
3272 | | - "title": "Exemple de vidéo", |
3273 | | - "language": "fr", |
3274 | | - "path": "video-fr.html" |
3275 | | - } |
3276 | | - ] |
3277 | | - } |
3278 | | -} |
3279 | 3258 | ,{ |
3280 | 3259 | "@context": { |
3281 | 3260 | "@version": 1.1, |
|
3653 | 3632 | ] |
3654 | 3633 | } |
3655 | 3634 | } |
| 3635 | +,{ |
| 3636 | + "@context": { |
| 3637 | + "@version": 1.1, |
| 3638 | + "dct": "http://purl.org/dc/terms/", |
| 3639 | + "title": { "@id": "dct:title", "@container": "@language" }, |
| 3640 | + "description": { "@id": "dct:description", "@container": "@language" }, |
| 3641 | + "modified": "dct:modified" |
| 3642 | + }, |
| 3643 | + "title": { |
| 3644 | + "en": "Redacted text", |
| 3645 | + "fr": "Texte caviardé" |
| 3646 | + }, |
| 3647 | + "description": { |
| 3648 | + "en": "Guidance on how to code redacted text.", |
| 3649 | + "fr": "Ligne directrice sur le codage de texte caviardé (ou expurgé)." |
| 3650 | + }, |
| 3651 | + "modified": "2025-09-23", |
| 3652 | + "componentName": "redacted", |
| 3653 | + "status": "stable", |
| 3654 | + "pages": { |
| 3655 | + "examples": [ |
| 3656 | + { |
| 3657 | + "title": "Redacted text", |
| 3658 | + "language": "en", |
| 3659 | + "path": "redacted-en.html" |
| 3660 | + }, |
| 3661 | + { |
| 3662 | + "title": "Texte caviardé", |
| 3663 | + "language": "fr", |
| 3664 | + "path": "redacted-fr.html" |
| 3665 | + } |
| 3666 | + ] |
| 3667 | + } |
| 3668 | +} |
| 3669 | +,{ |
| 3670 | + "@context": { |
| 3671 | + "@version": 1.1, |
| 3672 | + "dct": "http://purl.org/dc/terms/", |
| 3673 | + "title": { "@id": "dct:title", "@container": "@language" }, |
| 3674 | + "description": { "@id": "dct:description", "@container": "@language" }, |
| 3675 | + "modified": "dct:modified" |
| 3676 | + }, |
| 3677 | + "title": { |
| 3678 | + "en": "Float column in a data table", |
| 3679 | + "fr": "Colonne flottante dans un tableau de données" |
| 3680 | + }, |
| 3681 | + "description": { |
| 3682 | + "en": "Use to display a table data in a user friendly manner.", |
| 3683 | + "fr": "Utiliser pour afficher les données d'un tableau de manière claire." |
| 3684 | + }, |
| 3685 | + "modified": "2025-09-23", |
| 3686 | + "componentName": "tbl-floatcolumn", |
| 3687 | + "status": "stable", |
| 3688 | + "pages": { |
| 3689 | + "examples": [ |
| 3690 | + { |
| 3691 | + "title": "Float column in a data table", |
| 3692 | + "language": "en", |
| 3693 | + "path": "tbl-floatcolumn-en.html" |
| 3694 | + }, |
| 3695 | + { |
| 3696 | + "title": "Colonne flottante dans un tableau de données", |
| 3697 | + "language": "fr", |
| 3698 | + "path": "tbl-floatcolumn-fr.html" |
| 3699 | + } |
| 3700 | + ] |
| 3701 | + } |
| 3702 | +} |
3656 | 3703 | ,{ |
3657 | 3704 | "@context": { |
3658 | 3705 | "@version": 1.1, |
|
0 commit comments