@openeuropa/bcl-theme-ucpkn 1.6.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-ucpkn.css +9 -3
- 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 +45 -0
- 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 +45 -1
- 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 +45 -0
- 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/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-ucpkn.css
CHANGED
|
@@ -101,7 +101,7 @@ hr {
|
|
|
101
101
|
opacity: 0.25;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
|
|
104
|
+
.bcl-language-list-modal .modal-title, h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
|
|
105
105
|
margin-top: 0;
|
|
106
106
|
margin-bottom: 0.5rem;
|
|
107
107
|
font-weight: 500;
|
|
@@ -14995,6 +14995,9 @@ em.placeholder {
|
|
|
14995
14995
|
.bcl-language-list-modal .btn-close {
|
|
14996
14996
|
opacity: 1;
|
|
14997
14997
|
}
|
|
14998
|
+
.bcl-language-list-modal .modal-title {
|
|
14999
|
+
font-size: 1.25rem;
|
|
15000
|
+
}
|
|
14998
15001
|
.bcl-language-list-modal.bcl-language-list-modal--ec .modal-body, .bcl-language-list-modal.bcl-language-list-modal--eu .modal-body {
|
|
14999
15002
|
padding-top: 0.5rem;
|
|
15000
15003
|
overflow: visible;
|
|
@@ -15009,7 +15012,7 @@ em.placeholder {
|
|
|
15009
15012
|
.bcl-language-list-modal.bcl-language-list-modal--eu .modal-dialog {
|
|
15010
15013
|
background: #fff;
|
|
15011
15014
|
}
|
|
15012
|
-
.bcl-language-list-modal.bcl-language-list-modal--eu
|
|
15015
|
+
.bcl-language-list-modal.bcl-language-list-modal--eu .modal-title {
|
|
15013
15016
|
color: #0e47cb;
|
|
15014
15017
|
}
|
|
15015
15018
|
.bcl-language-list-modal.bcl-language-list-modal--eu svg {
|
|
@@ -15025,7 +15028,7 @@ em.placeholder {
|
|
|
15025
15028
|
.bcl-language-list-modal.bcl-language-list-modal--ec .modal-content {
|
|
15026
15029
|
background: #034da1;
|
|
15027
15030
|
}
|
|
15028
|
-
.bcl-language-list-modal.bcl-language-list-modal--ec
|
|
15031
|
+
.bcl-language-list-modal.bcl-language-list-modal--ec .modal-title {
|
|
15029
15032
|
color: #fff;
|
|
15030
15033
|
}
|
|
15031
15034
|
.bcl-language-list-modal.bcl-language-list-modal--ec svg {
|
|
@@ -16213,6 +16216,9 @@ select.multi-select {
|
|
|
16213
16216
|
-ms-grid-row-align: center;
|
|
16214
16217
|
align-self: center;
|
|
16215
16218
|
}
|
|
16219
|
+
.ss-main.multi-select .ss-multi-selected .ss-values .ss-disabled {
|
|
16220
|
+
color: #6c757d;
|
|
16221
|
+
}
|
|
16216
16222
|
|
|
16217
16223
|
.ss-main.multi-select.is-invalid .ss-multi-selected,
|
|
16218
16224
|
.ss-main.multi-select.is-valid .ss-multi-selected,
|