@openeuropa/bcl-theme-ucpkn 0.21.0 → 0.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/oe-bcl-ucpkn.css +39 -25
- package/css/oe-bcl-ucpkn.css.map +1 -1
- package/css/oe-bcl-ucpkn.min.css +1 -1
- package/css/oe-bcl-ucpkn.min.css.map +1 -1
- package/js/oe-bcl-ucpkn.bundle.js +3 -3
- package/js/oe-bcl-ucpkn.bundle.js.map +1 -1
- package/js/oe-bcl-ucpkn.bundle.min.js +1 -1
- package/js/oe-bcl-ucpkn.bundle.min.js.map +1 -1
- package/js/oe-bcl-ucpkn.esm.js +3 -3
- package/js/oe-bcl-ucpkn.esm.js.map +1 -1
- package/js/oe-bcl-ucpkn.esm.min.js +1 -1
- package/js/oe-bcl-ucpkn.esm.min.js.map +1 -1
- package/js/oe-bcl-ucpkn.umd.js +3 -3
- package/js/oe-bcl-ucpkn.umd.js.map +1 -1
- package/js/oe-bcl-ucpkn.umd.min.js +1 -1
- package/js/oe-bcl-ucpkn.umd.min.js.map +1 -1
- package/package.json +6 -6
- package/templates/bcl-alert/alert.html.twig +9 -1
- package/templates/bcl-banner/banner.html.twig +16 -9
- package/templates/bcl-description-list/description-list.html.twig +7 -4
- package/templates/bcl-fact-figures/fact-figures.html.twig +6 -2
- package/templates/bcl-file/file.html.twig +8 -5
- package/templates/bcl-form/form.html.twig +7 -4
- package/templates/bcl-gallery/gallery.html.twig +9 -6
- package/templates/bcl-heading/heading.html.twig +42 -0
- package/templates/bcl-links-block/links-block.html.twig +8 -2
- package/templates/bcl-listing/listing.html.twig +7 -4
- package/templates/bcl-project/project-lists.html.twig +67 -0
- package/templates/bcl-project/project.html.twig +53 -70
- package/templates/bcl-project-status/project-contributions.html.twig +56 -0
- package/templates/bcl-project-status/project-status.html.twig +14 -44
- package/templates/bcl-timeline/timeline.html.twig +7 -4
package/css/oe-bcl-ucpkn.css
CHANGED
|
@@ -2442,7 +2442,7 @@ progress {
|
|
|
2442
2442
|
--bs-table-active-color: #212529;
|
|
2443
2443
|
--bs-table-active-bg: rgba(0, 0, 0, 0.1);
|
|
2444
2444
|
--bs-table-hover-color: #212529;
|
|
2445
|
-
--bs-table-hover-bg: rgba(0, 0, 0, 0.
|
|
2445
|
+
--bs-table-hover-bg: rgba(0, 0, 0, 0.1);
|
|
2446
2446
|
width: 100%;
|
|
2447
2447
|
margin-bottom: 1rem;
|
|
2448
2448
|
color: #212529;
|
|
@@ -2508,7 +2508,7 @@ progress {
|
|
|
2508
2508
|
--bs-table-striped-color: #000;
|
|
2509
2509
|
--bs-table-active-bg: #bebbcf;
|
|
2510
2510
|
--bs-table-active-color: #000;
|
|
2511
|
-
--bs-table-hover-bg: #
|
|
2511
|
+
--bs-table-hover-bg: #bebbcf;
|
|
2512
2512
|
--bs-table-hover-color: #000;
|
|
2513
2513
|
color: #000;
|
|
2514
2514
|
border-color: #bebbcf;
|
|
@@ -2520,7 +2520,7 @@ progress {
|
|
|
2520
2520
|
--bs-table-striped-color: #000;
|
|
2521
2521
|
--bs-table-active-bg: #e3c8be;
|
|
2522
2522
|
--bs-table-active-color: #000;
|
|
2523
|
-
--bs-table-hover-bg: #
|
|
2523
|
+
--bs-table-hover-bg: #e3c8be;
|
|
2524
2524
|
--bs-table-hover-color: #000;
|
|
2525
2525
|
color: #000;
|
|
2526
2526
|
border-color: #e3c8be;
|
|
@@ -2532,7 +2532,7 @@ progress {
|
|
|
2532
2532
|
--bs-table-striped-color: #000;
|
|
2533
2533
|
--bs-table-active-bg: #c2d2c2;
|
|
2534
2534
|
--bs-table-active-color: #000;
|
|
2535
|
-
--bs-table-hover-bg: #
|
|
2535
|
+
--bs-table-hover-bg: #c2d2c2;
|
|
2536
2536
|
--bs-table-hover-color: #000;
|
|
2537
2537
|
color: #000;
|
|
2538
2538
|
border-color: #c2d2c2;
|
|
@@ -2544,7 +2544,7 @@ progress {
|
|
|
2544
2544
|
--bs-table-striped-color: #000;
|
|
2545
2545
|
--bs-table-active-bg: #c0cdd1;
|
|
2546
2546
|
--bs-table-active-color: #000;
|
|
2547
|
-
--bs-table-hover-bg: #
|
|
2547
|
+
--bs-table-hover-bg: #c0cdd1;
|
|
2548
2548
|
--bs-table-hover-color: #000;
|
|
2549
2549
|
color: #000;
|
|
2550
2550
|
border-color: #c0cdd1;
|
|
@@ -2556,7 +2556,7 @@ progress {
|
|
|
2556
2556
|
--bs-table-striped-color: #000;
|
|
2557
2557
|
--bs-table-active-bg: #e0d6b8;
|
|
2558
2558
|
--bs-table-active-color: #000;
|
|
2559
|
-
--bs-table-hover-bg: #
|
|
2559
|
+
--bs-table-hover-bg: #e0d6b8;
|
|
2560
2560
|
--bs-table-hover-color: #000;
|
|
2561
2561
|
color: #000;
|
|
2562
2562
|
border-color: #e0d6b8;
|
|
@@ -2568,7 +2568,7 @@ progress {
|
|
|
2568
2568
|
--bs-table-striped-color: #000;
|
|
2569
2569
|
--bs-table-active-bg: #d9bfbf;
|
|
2570
2570
|
--bs-table-active-color: #000;
|
|
2571
|
-
--bs-table-hover-bg: #
|
|
2571
|
+
--bs-table-hover-bg: #d9bfbf;
|
|
2572
2572
|
--bs-table-hover-color: #000;
|
|
2573
2573
|
color: #000;
|
|
2574
2574
|
border-color: #d9bfbf;
|
|
@@ -2580,7 +2580,7 @@ progress {
|
|
|
2580
2580
|
--bs-table-striped-color: #000;
|
|
2581
2581
|
--bs-table-active-bg: #d8d8d8;
|
|
2582
2582
|
--bs-table-active-color: #000;
|
|
2583
|
-
--bs-table-hover-bg: #
|
|
2583
|
+
--bs-table-hover-bg: #d8d8d8;
|
|
2584
2584
|
--bs-table-hover-color: #000;
|
|
2585
2585
|
color: #000;
|
|
2586
2586
|
border-color: #d8d8d8;
|
|
@@ -2592,7 +2592,7 @@ progress {
|
|
|
2592
2592
|
--bs-table-striped-color: #fff;
|
|
2593
2593
|
--bs-table-active-bg: #43474c;
|
|
2594
2594
|
--bs-table-active-color: #fff;
|
|
2595
|
-
--bs-table-hover-bg: #
|
|
2595
|
+
--bs-table-hover-bg: #43474c;
|
|
2596
2596
|
--bs-table-hover-color: #fff;
|
|
2597
2597
|
color: #fff;
|
|
2598
2598
|
border-color: #43474c;
|
|
@@ -5600,8 +5600,8 @@ textarea.form-control-lg {
|
|
|
5600
5600
|
|
|
5601
5601
|
.alert-primary {
|
|
5602
5602
|
color: #140d4f;
|
|
5603
|
-
background-color: #
|
|
5604
|
-
border-color: #
|
|
5603
|
+
background-color: #e9e8f3;
|
|
5604
|
+
border-color: #d3d0e6;
|
|
5605
5605
|
}
|
|
5606
5606
|
.alert-primary .alert-link {
|
|
5607
5607
|
color: #100a3f;
|
|
@@ -5609,8 +5609,8 @@ textarea.form-control-lg {
|
|
|
5609
5609
|
|
|
5610
5610
|
.alert-secondary {
|
|
5611
5611
|
color: #913516;
|
|
5612
|
-
background-color: #
|
|
5613
|
-
border-color: #
|
|
5612
|
+
background-color: #feeee9;
|
|
5613
|
+
border-color: #fcded3;
|
|
5614
5614
|
}
|
|
5615
5615
|
.alert-secondary .alert-link {
|
|
5616
5616
|
color: #742a12;
|
|
@@ -5618,8 +5618,8 @@ textarea.form-control-lg {
|
|
|
5618
5618
|
|
|
5619
5619
|
.alert-success {
|
|
5620
5620
|
color: #245622;
|
|
5621
|
-
background-color: #
|
|
5622
|
-
border-color: #
|
|
5621
|
+
background-color: #ecf4eb;
|
|
5622
|
+
border-color: #d8e9d7;
|
|
5623
5623
|
}
|
|
5624
5624
|
.alert-success .alert-link {
|
|
5625
5625
|
color: #1d451b;
|
|
@@ -5627,8 +5627,8 @@ textarea.form-control-lg {
|
|
|
5627
5627
|
|
|
5628
5628
|
.alert-info {
|
|
5629
5629
|
color: #1a4753;
|
|
5630
|
-
background-color: #
|
|
5631
|
-
border-color: #
|
|
5630
|
+
background-color: #eaf1f3;
|
|
5631
|
+
border-color: #d5e4e8;
|
|
5632
5632
|
}
|
|
5633
5633
|
.alert-info .alert-link {
|
|
5634
5634
|
color: #153942;
|
|
@@ -5636,8 +5636,8 @@ textarea.form-control-lg {
|
|
|
5636
5636
|
|
|
5637
5637
|
.alert-warning {
|
|
5638
5638
|
color: #876700;
|
|
5639
|
-
background-color: #
|
|
5640
|
-
border-color: #
|
|
5639
|
+
background-color: #fcf7e6;
|
|
5640
|
+
border-color: #f9eecc;
|
|
5641
5641
|
}
|
|
5642
5642
|
.alert-warning .alert-link {
|
|
5643
5643
|
color: #6c5200;
|
|
@@ -5645,8 +5645,8 @@ textarea.form-control-lg {
|
|
|
5645
5645
|
|
|
5646
5646
|
.alert-danger {
|
|
5647
5647
|
color: #6e1819;
|
|
5648
|
-
background-color: #
|
|
5649
|
-
border-color: #
|
|
5648
|
+
background-color: #f8eaea;
|
|
5649
|
+
border-color: #f1d4d4;
|
|
5650
5650
|
}
|
|
5651
5651
|
.alert-danger .alert-link {
|
|
5652
5652
|
color: #581314;
|
|
@@ -5654,8 +5654,8 @@ textarea.form-control-lg {
|
|
|
5654
5654
|
|
|
5655
5655
|
.alert-light {
|
|
5656
5656
|
color: #606060;
|
|
5657
|
-
background-color: #
|
|
5658
|
-
border-color: #
|
|
5657
|
+
background-color: #fefefe;
|
|
5658
|
+
border-color: #fcfcfc;
|
|
5659
5659
|
}
|
|
5660
5660
|
.alert-light .alert-link {
|
|
5661
5661
|
color: #4d4d4d;
|
|
@@ -5663,8 +5663,8 @@ textarea.form-control-lg {
|
|
|
5663
5663
|
|
|
5664
5664
|
.alert-dark {
|
|
5665
5665
|
color: #1c1f22;
|
|
5666
|
-
background-color: #
|
|
5667
|
-
border-color: #
|
|
5666
|
+
background-color: #eaebeb;
|
|
5667
|
+
border-color: #d5d6d7;
|
|
5668
5668
|
}
|
|
5669
5669
|
.alert-dark .alert-link {
|
|
5670
5670
|
color: #16191b;
|
|
@@ -7318,6 +7318,7 @@ textarea.form-control-lg {
|
|
|
7318
7318
|
opacity: 0.25;
|
|
7319
7319
|
}
|
|
7320
7320
|
|
|
7321
|
+
/* stylelint-disable no-descending-specificity */
|
|
7321
7322
|
a {
|
|
7322
7323
|
text-underline-offset: 2px;
|
|
7323
7324
|
}
|
|
@@ -7335,7 +7336,14 @@ a.standalone, a.text-underline-hover {
|
|
|
7335
7336
|
a.standalone:hover, a.text-underline-hover:hover {
|
|
7336
7337
|
text-decoration: underline;
|
|
7337
7338
|
}
|
|
7339
|
+
a:visited {
|
|
7340
|
+
color: #6b22b5;
|
|
7341
|
+
}
|
|
7342
|
+
a:visited:hover {
|
|
7343
|
+
color: #561b91;
|
|
7344
|
+
}
|
|
7338
7345
|
|
|
7346
|
+
/* stylelint-enable no-descending-specificity */
|
|
7339
7347
|
svg {
|
|
7340
7348
|
fill: currentColor;
|
|
7341
7349
|
}
|
|
@@ -17828,6 +17836,12 @@ Due to the split circle of progress-left and progress right, we must use the ani
|
|
|
17828
17836
|
-webkit-transform: rotate(180deg);
|
|
17829
17837
|
transform: rotate(180deg);
|
|
17830
17838
|
}
|
|
17839
|
+
.bcl-gallery .bcl-gallery__mobile-view-more > span {
|
|
17840
|
+
display: block;
|
|
17841
|
+
}
|
|
17842
|
+
.bcl-gallery .bcl-gallery__mobile-view-more > span * {
|
|
17843
|
+
pointer-events: none;
|
|
17844
|
+
}
|
|
17831
17845
|
.bcl-gallery .carousel {
|
|
17832
17846
|
height: 100%;
|
|
17833
17847
|
width: 100%;
|