Skip to content

Commit f03a5a9

Browse files
committed
GC Subway stabilization
1 parent de71709 commit f03a5a9

30 files changed

+1148
-619
lines changed

_data/components.json

Lines changed: 198 additions & 12 deletions
Large diffs are not rendered by default.

components/gc-subway/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
width: 1.2em;
2020
}
2121

22-
.gc-subway.provisional {
22+
.gc-subway {
2323
&:not(.gc-subway-index) {
2424
border: 4px solid $accent-blue;
2525
border-radius: 6px;

components/gc-subway/_screen-md-min.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
* Medium view and over (screen only) - Variable $screen-md-min >= 992px
66
*/
77

8-
/*** GC subway desktop styles ***/
8+
/*** Subway navigation desktop styles ***/
99

10-
.gc-subway.provisional {
10+
.gc-subway {
1111
&:not(.gc-subway-index) {
1212
&.no-blink {
1313
display: block;

components/gc-subway/_screen-sm-max.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Small view and under (screen only) - Variable $screen-sm-max <= 991px
66
*/
77

8-
.gc-subway.provisional {
8+
.gc-subway {
99
&:not(.gc-subway-index) {
1010
h1 {
1111
background-color: #fff;

components/gc-subway/aem-bad-implementation-en.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
{
3-
"title": "GC Subway section page with bad AEM implementation",
3+
"title": "Subway navigation section page with bad AEM implementation",
44
"language": "en",
55
"altLangPage": "aem-bad-implementation-fr.html",
66
"layout": "without-h1",
7-
"dateModified": "2023-01-04",
7+
"dateModified": "2025-12-08",
88
"share": "true"
99
}
1010
---
@@ -14,12 +14,10 @@ <h2>Deprecated implementation</h2>
1414
<p>This implementation of the GC-Subway plugin is deprecated and will be removed shortly.</p>
1515
</div>
1616

17-
{% include alert-provisional.html %}
18-
1917
{%- include_relative fragments/docs-questions.html -%}
2018

2119
<div class="mwsgeneric-base-html parbase section">
22-
<nav class="provisional gc-subway">
20+
<nav class="gc-subway">
2321
<h1>Service name</h1>
2422
<ul>
2523
<li><a href="section1-en.html">Page 1</a></li>
@@ -30,7 +28,7 @@ <h1>Service name</h1>
3028
<li><a href="section1-en.html">Page 6</a></li>
3129
</ul>
3230
</nav>
33-
<h1 property="name" id="wb-cont" class="gc-thickline">Page 3</h1>
31+
<h1 property="name" id="wb-cont">Page 3</h1>
3432
</div>
3533

3634
<div class="mwsbodytext text parbase section">

components/gc-subway/aem-bad-implementation-fr.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
{
3-
"title": "GC Métro - Exemple de page de section avec mauvaise implémentation dans AEM",
3+
"title": "Navigation de style métro - Exemple de page de section avec mauvaise implémentation dans AEM",
44
"language": "fr",
55
"altLangPage": "aem-bad-implementation-en.html",
66
"layout": "without-h1",
7-
"dateModified": "2023-01-04",
7+
"dateModified": "2025-12-08",
88
"share": "true"
99
}
1010
---
@@ -14,12 +14,10 @@ <h2>Implémentation dépréciée</h2>
1414
<p>Cette implémentation du plugiciel GC-Subway est obsolète et sera bientôt supprimée.</p>
1515
</div>
1616

17-
{% include alert-provisional.html %}
18-
1917
{%- include_relative fragments/docs-questions.html -%}
2018

2119
<div class="mwsgeneric-base-html parbase section">
22-
<nav class="provisional gc-subway">
20+
<nav class="gc-subway">
2321
<h1>Nom du service</h1>
2422
<ul>
2523
<li><a href="section1-fr.html">Page 1</a></li>
@@ -30,7 +28,7 @@ <h1>Nom du service</h1>
3028
<li><a href="section1-fr.html">Page 6</a></li>
3129
</ul>
3230
</nav>
33-
<h1 property="name" id="wb-cont" class="gc-thickline">Page 3</h1>
31+
<h1 property="name" id="wb-cont">Page 3</h1>
3432
</div>
3533

3634
<div class="mwsbodytext text parbase section">

components/gc-subway/docs-en.html

Lines changed: 0 additions & 238 deletions
This file was deleted.

0 commit comments

Comments
 (0)