Skip to content

Commit

Permalink
deploy: f4fcb1f
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroedin committed Oct 16, 2023
1 parent 9af4910 commit 9017cf9
Show file tree
Hide file tree
Showing 4 changed files with 158 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { LitElement } from 'lit';
import { ComposedEvent } from '@patternfly/pfe-core';
import '../../lib/elements/rh-context-provider/rh-context-provider.js';
import './rh-navigation-secondary-menu-section.js';
import './rh-navigation-secondary-overlay.js';
import { ComposedEvent } from '@patternfly/pfe-core';
import { RhNavigationSecondaryDropdown } from './rh-navigation-secondary-dropdown.js';
import { type ColorPalette } from '../../lib/context/color/provider.js';
export declare class SecondaryNavOverlayChangeEvent extends ComposedEvent {
Expand Down Expand Up @@ -41,6 +41,7 @@ export declare class RhNavigationSecondary extends LitElement {
* Color palette darker | lighter (default: lighter)
*/
colorPalette: NavPalette;
private _nav?;
/**
* `mobileMenuExpanded` property is toggled when the mobile menu button is clicked,
* a focusout event occurs, or on an overlay click event. It also switches state
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9017cf9

Please sign in to comment.