@openeuropa/bcl-theme-joinup 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.
@@ -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'