@flux-ui/application 3.1.4 → 3.1.6

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/dist/index.css CHANGED
@@ -302,6 +302,9 @@ html[data-application-resizing] .application-menu-backdrop {
302
302
  background: var(--gray-200);
303
303
  }
304
304
  }
305
+ .application-menu .menu-item.menu-flyout-trigger-open {
306
+ background: var(--gray-200);
307
+ }
305
308
  .application-menu .menu-item:active {
306
309
  background: var(--gray-300);
307
310
  }
package/dist/index.js CHANGED
@@ -4077,6 +4077,7 @@ var ApplicationMenu_module_default = {
4077
4077
  dividerLine: `divider-line`,
4078
4078
  menuSubHeader: `menu-sub-header`,
4079
4079
  menuItem: `menu-item`,
4080
+ menuFlyoutTriggerOpen: `menu-flyout-trigger-open`,
4080
4081
  menuItemIcon: `menu-item-icon`,
4081
4082
  menuItemLabel: `menu-item-label`,
4082
4083
  menuItemActive: `menu-item-active`,