Skip to content

Commit fadc027

Browse files
authored
Patch - List steps: revert to meli-melo CSS (#2664)
1 parent ab32202 commit fadc027

File tree

7 files changed

+247
-299
lines changed

7 files changed

+247
-299
lines changed

_data/components.json

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3331,7 +3331,7 @@
33313331
"modified": "2025-09-16",
33323332
"componentName": "list-steps",
33333333
"status": "stable",
3334-
"version": "1.0",
3334+
"version": "1.0.1",
33353335
"pages": {
33363336
"examples": [
33373337
{
@@ -3382,7 +3382,7 @@
33823382
"en": "Style ordered list and divs with steps number in circles.",
33833383
"fr": "Mise en style d'une liste ordonnée et de divs avec des numéros d'étape dans un cercle"
33843384
},
3385-
"iteration": "_:iteration_list_steps_1",
3385+
"iteration": "_:iteration_list_steps_2",
33863386
"example": [
33873387
{
33883388
"en": { "href": "list-steps-en.html", "text": "List steps" },
@@ -3408,14 +3408,18 @@
34083408
{
34093409
"en": "September 2025 - Stabilized the component.",
34103410
"fr": "Septembre 2025 - La composante a été stabilisée."
3411+
},
3412+
{
3413+
"en": "October 2025 - The numbering in mobile view is smaller than desktop view, not the other way around.",
3414+
"fr": "Octobre 2025 - La numérotation en mode mobile est plus petite qu'en mode bureau, et non l'inverse."
34113415
}
34123416
]
34133417
}
34143418
],
34153419
"implementation": [
34163420
{
34173421
"@id": "_:implement_list_steps",
3418-
"iteration": "_:iteration_list_steps_1",
3422+
"iteration": "_:iteration_list_steps_2",
34193423
"name": {
34203424
"en": "Standard",
34213425
"fr": "Standard"
@@ -3524,14 +3528,34 @@
35243528
"code": "<ol class=\"lst-stps\">"
35253529
}
35263530
]
3531+
},
3532+
{
3533+
"@id": "_:iteration_list_steps_2",
3534+
"name": "List steps - Iteration 2",
3535+
"date": "2025-08",
3536+
"detectableBy": ".lst-stps",
3537+
"fixes": [
3538+
{
3539+
"en": "The numbering in mobile view is smaller than desktop view, not the other way around.",
3540+
"fr": "La numérotation en mode mobile est plus petite qu'en mode bureau, et non l'inverse."
3541+
}
3542+
],
3543+
"assets": [
3544+
{
3545+
"@type": "source-code",
3546+
"@language": "en",
3547+
"description": "Code sample",
3548+
"code": "<ol class=\"lst-stps\">"
3549+
}
3550+
]
35273551
}
35283552
],
35293553
"changesets": [
35303554
{
35313555
"@id": "_:cs_list_steps_1",
35323556
"name": "List steps",
35333557
"status": "stable",
3534-
"baseOnIteration": "_:iteration_list_steps_1",
3558+
"baseOnIteration": "_:iteration_list_steps_2",
35353559
"detectableBy": ".lst-stps",
35363560
"layout": "Not applicable",
35373561
"style": "Style ordered list and divs with steps number in circles.",

0 commit comments

Comments
 (0)