@openeuropa/bcl-theme-default 1.2.0 → 1.2.1
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-ckeditor5.min.css +1 -1
- package/css/oe-bcl-ckeditor5.min.css.map +1 -1
- package/css/oe-bcl-default.css +22 -14
- package/css/oe-bcl-default.css.map +1 -1
- package/css/oe-bcl-default.min.css +1 -1
- package/css/oe-bcl-default.min.css.map +1 -1
- package/icons/view/svg/sprite.view-990c49b0.svg +1 -0
- package/js/oe-bcl-default.bundle.js +0 -3
- package/js/oe-bcl-default.bundle.js.map +1 -1
- package/js/oe-bcl-default.esm.js +0 -3
- package/js/oe-bcl-default.esm.js.map +1 -1
- package/js/oe-bcl-default.umd.js +0 -3
- package/js/oe-bcl-default.umd.js.map +1 -1
- package/package.json +5 -5
- package/src/scss/_banners.scss +26 -14
- package/src/scss/_multiselect.scss +4 -4
- package/templates/bcl-banner/banner.html.twig +23 -7
- package/icons/world-flags/1x1/ea.svg +0 -547
- package/icons/world-flags/4x3/ea.svg +0 -544
package/js/oe-bcl-default.esm.js
CHANGED
|
@@ -172,7 +172,6 @@ const noop = () => {};
|
|
|
172
172
|
const reflow = element => {
|
|
173
173
|
element.offsetHeight; // eslint-disable-line no-unused-expressions
|
|
174
174
|
};
|
|
175
|
-
|
|
176
175
|
const getjQuery = () => {
|
|
177
176
|
if (window.jQuery && !document.body.hasAttribute('data-bs-no-jquery')) {
|
|
178
177
|
return window.jQuery;
|
|
@@ -2293,7 +2292,6 @@ const Default$9 = {
|
|
|
2293
2292
|
// if false, we use the backdrop helper without adding any element to the dom
|
|
2294
2293
|
rootElement: 'body' // give the choice to place backdrop under different elements
|
|
2295
2294
|
};
|
|
2296
|
-
|
|
2297
2295
|
const DefaultType$8 = {
|
|
2298
2296
|
className: 'string',
|
|
2299
2297
|
clickCallback: '(function|null)',
|
|
@@ -2418,7 +2416,6 @@ const Default$8 = {
|
|
|
2418
2416
|
autofocus: true,
|
|
2419
2417
|
trapElement: null // The element to trap focus inside of
|
|
2420
2418
|
};
|
|
2421
|
-
|
|
2422
2419
|
const DefaultType$7 = {
|
|
2423
2420
|
autofocus: 'boolean',
|
|
2424
2421
|
trapElement: 'element'
|