Skip to content

Feat/many menus2026 revisit disclosure#2751

Draft
tlouisse wants to merge 13 commits into
masterfrom
feat/manyMenus2026-revisit-disclosure
Draft

Feat/many menus2026 revisit disclosure#2751
tlouisse wants to merge 13 commits into
masterfrom
feat/manyMenus2026-revisit-disclosure

Conversation

@tlouisse

@tlouisse tlouisse commented May 7, 2026

Copy link
Copy Markdown
Member

What I did

@changeset-bot

changeset-bot Bot commented May 7, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 64f0bd8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@tlouisse tlouisse force-pushed the feat/manyMenus2026-revisit-disclosure branch from 928b201 to 64f0bd8 Compare May 12, 2026 06:55
</lion-menu-hybrid>`;
}
}
customElements.define('lion-navigation-bar', LionNavigationBar);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
customElements.define('lion-navigation-bar', LionNavigationBar);

Comment on lines +1 to +6
export { LionMenu } from '@lion/menu/src/LionMenu.js';
export { LionMenuOverlay } from '@lion/menu/src/LionMenuOverlay.js';
export { LionTree } from '@lion/menu/src/LionTree.js';
export { LionToolbar } from '@lion/menu/src/LionToolbar.js';
export { LionItem, LionMenuitem } from '@lion/menu/src/InteractiveListMixin.js';
export { LionMenuHybrid } from '@lion/menu/src/LionMenuHybrid.js';

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
export { LionMenu } from '@lion/menu/src/LionMenu.js';
export { LionMenuOverlay } from '@lion/menu/src/LionMenuOverlay.js';
export { LionTree } from '@lion/menu/src/LionTree.js';
export { LionToolbar } from '@lion/menu/src/LionToolbar.js';
export { LionItem, LionMenuitem } from '@lion/menu/src/InteractiveListMixin.js';
export { LionMenuHybrid } from '@lion/menu/src/LionMenuHybrid.js';
export { LionMenu } from '../components/menu/src/LionMenu.js';
export { LionMenuOverlay } from '../components/menu/src/LionMenuOverlay.js';
export { LionTree } from '../components/menu/src/LionTree.js';
export { LionToolbar } from '../components/menu/src/LionToolbar.js';
export { LionItem, LionMenuitem } from '../components/menu/src/InteractiveListMixin.js';
export { LionMenuHybrid } from '../components/menu/src/LionMenuHybrid.js';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants