@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.umd.js
CHANGED
|
@@ -176,7 +176,6 @@
|
|
|
176
176
|
const reflow = element => {
|
|
177
177
|
element.offsetHeight; // eslint-disable-line no-unused-expressions
|
|
178
178
|
};
|
|
179
|
-
|
|
180
179
|
const getjQuery = () => {
|
|
181
180
|
if (window.jQuery && !document.body.hasAttribute('data-bs-no-jquery')) {
|
|
182
181
|
return window.jQuery;
|
|
@@ -3962,7 +3961,6 @@
|
|
|
3962
3961
|
// if false, we use the backdrop helper without adding any element to the dom
|
|
3963
3962
|
rootElement: 'body' // give the choice to place backdrop under different elements
|
|
3964
3963
|
};
|
|
3965
|
-
|
|
3966
3964
|
const DefaultType$8 = {
|
|
3967
3965
|
className: 'string',
|
|
3968
3966
|
clickCallback: '(function|null)',
|
|
@@ -4087,7 +4085,6 @@
|
|
|
4087
4085
|
autofocus: true,
|
|
4088
4086
|
trapElement: null // The element to trap focus inside of
|
|
4089
4087
|
};
|
|
4090
|
-
|
|
4091
4088
|
const DefaultType$7 = {
|
|
4092
4089
|
autofocus: 'boolean',
|
|
4093
4090
|
trapElement: 'element'
|