@progress/kendo-vue-layout
Version:
31 lines (30 loc) • 984 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
const o = {
primary: "k-bottom-nav-primary",
secondary: "k-bottom-nav-secondary",
tertiary: "k-bottom-nav-tertiary",
info: "k-bottom-nav-info",
success: "k-bottom-nav-success",
warning: "k-bottom-nav-warning",
error: "k-bottom-nav-error",
dark: "k-bottom-nav-dark",
light: "k-bottom-nav-light",
inverse: "k-bottom-nav-inverse"
}, t = {
vertical: "k-bottom-nav-item-flow-vertical",
horizontal: "k-bottom-nav-item-flow-horizontal"
}, n = {
fixed: "k-pos-fixed",
sticky: "k-pos-sticky"
};
export {
t as ITEM_FLOW_CLASSES,
n as POSITION_MODE_CLASSES,
o as THEME_COLOR_CLASSES
};