UNPKG

@progress/kendo-vue-layout

Version:
26 lines (25 loc) 823 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ const t = { base: "k-bottom-nav-base", primary: "k-bottom-nav-primary", secondary: "k-bottom-nav-secondary", tertiary: "k-bottom-nav-tertiary", inverse: "k-bottom-nav-inverse" }, o = { vertical: "k-bottom-nav-item-flow-vertical", horizontal: "k-bottom-nav-item-flow-horizontal" }, a = { fixed: "k-pos-fixed", sticky: "k-pos-sticky" }; export { o as ITEM_FLOW_CLASSES, a as POSITION_MODE_CLASSES, t as THEME_COLOR_CLASSES };