@madj2k/fe-frontend-kit 2.0.23 → 2.0.24

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.
@@ -234,6 +234,7 @@ class Madj2kFlyoutMenu {
234
234
  if (!$menu.classList.contains(openStatusClass) && !$menu.classList.contains(animationOpenStatusClass)) {
235
235
  document.dispatchEvent(new CustomEvent('madj2k-slidemenu-close'));
236
236
  document.dispatchEvent(new CustomEvent('madj2k-pulldownmenu-close'));
237
+ document.dispatchEvent(new CustomEvent('madj2k-flyoutmenu-close'));
237
238
  document.dispatchEvent(new CustomEvent('madj2k-flyoutmenu-opening'));
238
239
 
239
240
  this.toggleNoScroll();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@madj2k/fe-frontend-kit",
3
- "version": "2.0.23",
3
+ "version": "2.0.24",
4
4
  "description": "Shared frontend utilities, menus and mixins for projects",
5
5
  "main": "index.js",
6
6
  "style": "index.scss",