UNPKG

@sandlada/mdc

Version:

@sandlada/mdc is an open source component library that follows the Material Design 3 design specifications.

16 lines 791 B
import{composeMixin as e}from"../../../utils/compose-mixin/compose-mixin.js";import{BaseNavigationContainer as t}from"../../navigation/internal/base-navigation-container.js";import{mixinConnectedPromiseResolve as n}from"../../../utils/behaviors/connected-promise-resolve.js"; /** * @license * Copyright 2026 Kai-Orion & Sandlada * SPDX-License-Identifier: MIT * * @fileoverview * Internal base for `mdc-navigation-bar` that adds scope propagation via * {@link BaseNavigationContainer} and the connection-promise mixin. * * The show/close / scroll-driven auto-hide logic has been extracted into the * standalone {@link EdgeSlideController} at * `src/utils/controller/edge-slide-controller.ts`. */ const r=e(n)(t);export{r as BaseNavigationBar}; //# sourceMappingURL=base-navigation-bar.js.map