FIX: remove header-icons from styleguide (#29670)

Recent changes in header makes it complicated to show multiple standalone headers with different state.
This commit is contained in:
Joffrey JAFFEUX 2024-11-09 21:58:48 +09:00 committed by GitHub
parent 0669830a5b
commit b24c8a41ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 16 deletions

View File

@ -1,14 +0,0 @@
<StyleguideExample @title="header-icons">
<MountWidget @widget="header-icons" />
</StyleguideExample>
<StyleguideExample @title="header-icons - user">
<MountWidget @widget="header-icons" @args={{hash user=@dummy.user}} />
</StyleguideExample>
<StyleguideExample @title="header-icons - notifications">
<MountWidget
@widget="header-icons"
@args={{hash user=@dummy.userWithUnread flagCount=5}}
/>
</StyleguideExample>

View File

@ -14,7 +14,6 @@ import categories from "../components/sections/molecules/categories";
import charCounter from "../components/sections/molecules/char-counter";
import emptyState from "../components/sections/molecules/empty-state";
import footerMessage from "../components/sections/molecules/footer-message";
import headerIcons from "../components/sections/molecules/header-icons";
import menus from "../components/sections/molecules/menus";
import navigationBar from "../components/sections/molecules/navigation-bar";
import navigationStacked from "../components/sections/molecules/navigation-stacked";
@ -66,7 +65,6 @@ const SECTIONS = [
{ component: charCounter, category: "molecules", id: "char-counter" },
{ component: emptyState, category: "molecules", id: "empty-state" },
{ component: footerMessage, category: "molecules", id: "footer-message" },
{ component: headerIcons, category: "molecules", id: "header-icons" },
{ component: navigationBar, category: "molecules", id: "navigation-bar" },
{
component: navigationStacked,