////
/// @package theming
/// @group schemas
/// @access public
////

/// @type Map
/// @prop {Number} elevation [8] - The elevation level, between 0-24, to be used for the bottom nav.
$default-elevation-bottom-nav: (
    elevation: 8,
);

/// @type Map
/// @prop {Number} elevation [1] - The elevation level, between 0-24, to be used for the bottom nav.
$fluent-elevation-bottom-nav: (
    elevation: 1,
);

/// @type Map
/// @prop {Number} elevation [0] - The elevation level, between 0-24, to be used for the bottom nav.
$indigo-elevation-bottom-nav: (
    elevation: 0,
);
