@openeuropa/bcl-theme-default 1.2.0 → 1.2.2

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.
@@ -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'