/*
 * Copyright 2026, OpenRemote Inc.
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program. If not, see <https://www.gnu.org/licenses/>.
 *
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */
@import "@vaadin/vaadin-lumo-styles/components/menu-bar.css";

:root::before,
:host::before {
  --_lumo-vaadin-menu-bar-inject: 1;
  --_lumo-vaadin-menu-bar-inject-modules: lumo_components_menu-bar;

  --_lumo-vaadin-menu-bar-overlay-inject: 1;
  --_lumo-vaadin-menu-bar-overlay-inject-modules:
    lumo_mixins_overlay, lumo_mixins_menu-overlay-core, lumo_mixins_menu-overlay-ext,
    lumo_components_context-menu-overlay, lumo_components_menu-bar-overlay;

  --_lumo-vaadin-menu-bar-list-box-inject: 1;
  --_lumo-vaadin-menu-bar-list-box-inject-modules: lumo_components_list-box, lumo_components_context-menu-list-box;

  --_lumo-vaadin-menu-bar-item-inject: 1;
  --_lumo-vaadin-menu-bar-item-inject-modules:
    lumo_components_item, lumo_components_context-menu-item, lumo_components_menu-bar-item;

  --_lumo-vaadin-menu-bar-button-inject: 1;
  --_lumo-vaadin-menu-bar-button-inject-modules: lumo_components_button, lumo_components_menu-bar-button;
}
