UNPKG

@trimble-oss/moduswebcomponents

Version:

Modus Web Components is a modern, accessible UI library built with Stencil JS that provides reusable web components following Trimble's Modus design system. This updated version focuses on improved flexibility, enhanced theming options, comprehensive cust

8 lines (7 loc) 951 B
import type { INavbarUserCard, INavbarVisibility } from '../modus-wc-navbar/modus-wc-navbar'; /** Shared WithTreeMenu / Show code navbar user card (matches Storybook canvas). */ export declare const WITH_TREE_MENU_NAVBAR_USER_CARD: INavbarUserCard; /** Shared WithTreeMenu / Show code navbar visibility (matches Storybook canvas). */ export declare const WITH_TREE_MENU_NAVBAR_VISIBILITY: INavbarVisibility; /** Layout shell for copy-paste Show code (not Connect-theme-scoped). */ export declare const withTreeMenuLayoutStyles = "\n .layout-with-navbar {\n display: flex;\n flex-direction: column;\n min-height: 100vh;\n }\n\n .main-content-row {\n display: flex;\n flex: 1;\n overflow: hidden;\n }\n\n .panel-content {\n flex: 1;\n margin-left: 15rem;\n padding: 10px;\n }\n\n .side-navigation {\n align-self: flex-start;\n height: 500px;\n position: relative;\n }\n\n .navbar {\n z-index: 2;\n }\n";