@openeuropa/bcl-theme-joinup 1.5.0 → 1.7.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-joinup.css +30 -8
- package/css/oe-bcl-joinup.css.map +1 -1
- package/css/oe-bcl-joinup.min.css +1 -1
- package/css/oe-bcl-joinup.min.css.map +1 -1
- package/js/oe-bcl-joinup.bundle.js +45 -0
- package/js/oe-bcl-joinup.bundle.js.map +1 -1
- package/js/oe-bcl-joinup.bundle.min.js +1 -1
- package/js/oe-bcl-joinup.bundle.min.js.map +1 -1
- package/js/oe-bcl-joinup.esm.js +45 -1
- package/js/oe-bcl-joinup.esm.js.map +1 -1
- package/js/oe-bcl-joinup.esm.min.js +1 -1
- package/js/oe-bcl-joinup.esm.min.js.map +1 -1
- package/js/oe-bcl-joinup.umd.js +45 -0
- package/js/oe-bcl-joinup.umd.js.map +1 -1
- package/js/oe-bcl-joinup.umd.min.js +1 -1
- package/js/oe-bcl-joinup.umd.min.js.map +1 -1
- package/package.json +6 -6
- package/src/js/index.esm.js +2 -0
- package/src/js/index.umd.js +2 -0
- package/templates/bcl-language-list/language-list-modal.html.twig +2 -2
package/css/oe-bcl-joinup.css
CHANGED
|
@@ -36,7 +36,11 @@ h1, .h1 {
|
|
|
36
36
|
color: #113264;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
h2.fw-medium, .fw-medium.h2,
|
|
39
|
+
h2.fw-medium, .fw-medium.h2,
|
|
40
|
+
h3.fw-medium,
|
|
41
|
+
.fw-medium.h3,
|
|
42
|
+
h4.fw-medium,
|
|
43
|
+
.fw-medium.h4 {
|
|
40
44
|
color: #113264;
|
|
41
45
|
}
|
|
42
46
|
|
|
@@ -144,7 +148,7 @@ hr {
|
|
|
144
148
|
opacity: 0.25;
|
|
145
149
|
}
|
|
146
150
|
|
|
147
|
-
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
|
|
151
|
+
.bcl-language-list-modal .modal-title, h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
|
|
148
152
|
margin-top: 0;
|
|
149
153
|
margin-bottom: 0.5rem;
|
|
150
154
|
font-weight: 700;
|
|
@@ -3000,7 +3004,9 @@ textarea.form-control-lg {
|
|
|
3000
3004
|
padding-top: 1.625rem;
|
|
3001
3005
|
padding-bottom: 0.625rem;
|
|
3002
3006
|
}
|
|
3003
|
-
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
|
|
3007
|
+
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
|
|
3008
|
+
.form-floating > .form-control-plaintext:focus,
|
|
3009
|
+
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
|
|
3004
3010
|
padding-top: 1.625rem;
|
|
3005
3011
|
padding-bottom: 0.625rem;
|
|
3006
3012
|
}
|
|
@@ -3217,7 +3223,11 @@ textarea.form-control-lg {
|
|
|
3217
3223
|
margin-left: 0.5em;
|
|
3218
3224
|
}
|
|
3219
3225
|
|
|
3220
|
-
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
|
|
3226
|
+
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
|
|
3227
|
+
.was-validated .input-group > .form-select:not(:focus):valid,
|
|
3228
|
+
.input-group > .form-select:not(:focus).is-valid,
|
|
3229
|
+
.was-validated .input-group > .form-floating:not(:focus-within):valid,
|
|
3230
|
+
.input-group > .form-floating:not(:focus-within).is-valid {
|
|
3221
3231
|
z-index: 3;
|
|
3222
3232
|
}
|
|
3223
3233
|
|
|
@@ -3303,7 +3313,11 @@ textarea.form-control-lg {
|
|
|
3303
3313
|
margin-left: 0.5em;
|
|
3304
3314
|
}
|
|
3305
3315
|
|
|
3306
|
-
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
|
|
3316
|
+
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
|
|
3317
|
+
.was-validated .input-group > .form-select:not(:focus):invalid,
|
|
3318
|
+
.input-group > .form-select:not(:focus).is-invalid,
|
|
3319
|
+
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
|
|
3320
|
+
.input-group > .form-floating:not(:focus-within).is-invalid {
|
|
3307
3321
|
z-index: 4;
|
|
3308
3322
|
}
|
|
3309
3323
|
|
|
@@ -6712,7 +6726,9 @@ textarea.form-control-lg {
|
|
|
6712
6726
|
transition: none;
|
|
6713
6727
|
}
|
|
6714
6728
|
}
|
|
6715
|
-
.carousel-control-prev:hover, .carousel-control-prev:focus,
|
|
6729
|
+
.carousel-control-prev:hover, .carousel-control-prev:focus,
|
|
6730
|
+
.carousel-control-next:hover,
|
|
6731
|
+
.carousel-control-next:focus {
|
|
6716
6732
|
color: #fff;
|
|
6717
6733
|
text-decoration: none;
|
|
6718
6734
|
outline: 0;
|
|
@@ -15144,6 +15160,9 @@ em.placeholder {
|
|
|
15144
15160
|
.bcl-language-list-modal .btn-close {
|
|
15145
15161
|
opacity: 1;
|
|
15146
15162
|
}
|
|
15163
|
+
.bcl-language-list-modal .modal-title {
|
|
15164
|
+
font-size: 1rem;
|
|
15165
|
+
}
|
|
15147
15166
|
.bcl-language-list-modal.bcl-language-list-modal--ec .modal-body, .bcl-language-list-modal.bcl-language-list-modal--eu .modal-body {
|
|
15148
15167
|
padding-top: 0.5rem;
|
|
15149
15168
|
overflow: visible;
|
|
@@ -15158,7 +15177,7 @@ em.placeholder {
|
|
|
15158
15177
|
.bcl-language-list-modal.bcl-language-list-modal--eu .modal-dialog {
|
|
15159
15178
|
background: #fff;
|
|
15160
15179
|
}
|
|
15161
|
-
.bcl-language-list-modal.bcl-language-list-modal--eu
|
|
15180
|
+
.bcl-language-list-modal.bcl-language-list-modal--eu .modal-title {
|
|
15162
15181
|
color: #0e47cb;
|
|
15163
15182
|
}
|
|
15164
15183
|
.bcl-language-list-modal.bcl-language-list-modal--eu svg {
|
|
@@ -15174,7 +15193,7 @@ em.placeholder {
|
|
|
15174
15193
|
.bcl-language-list-modal.bcl-language-list-modal--ec .modal-content {
|
|
15175
15194
|
background: #034da1;
|
|
15176
15195
|
}
|
|
15177
|
-
.bcl-language-list-modal.bcl-language-list-modal--ec
|
|
15196
|
+
.bcl-language-list-modal.bcl-language-list-modal--ec .modal-title {
|
|
15178
15197
|
color: #fff;
|
|
15179
15198
|
}
|
|
15180
15199
|
.bcl-language-list-modal.bcl-language-list-modal--ec svg {
|
|
@@ -16386,6 +16405,9 @@ select.multi-select {
|
|
|
16386
16405
|
-ms-grid-row-align: center;
|
|
16387
16406
|
align-self: center;
|
|
16388
16407
|
}
|
|
16408
|
+
.ss-main.multi-select .ss-multi-selected .ss-values .ss-disabled {
|
|
16409
|
+
color: #6c757d;
|
|
16410
|
+
}
|
|
16389
16411
|
|
|
16390
16412
|
.ss-main.multi-select.is-invalid .ss-multi-selected,
|
|
16391
16413
|
.ss-main.multi-select.is-valid .ss-multi-selected,
|