Skip to content

Commit 25e4df6

Browse files
authored
chore: generate menu-focus illustration (#476)
1 parent 8320306 commit 25e4df6

File tree

5 files changed

+27
-10
lines changed

5 files changed

+27
-10
lines changed

components/empty-view/src/constants.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ import {
1717
FileMissingLight,
1818
MediaDark,
1919
MediaLight,
20+
MenuItemFocusDark,
21+
MenuItemFocusLight,
2022
NoAccessDark,
2123
NoAccessLight,
2224
NoConnectionDark,
@@ -54,6 +56,10 @@ export const Illustration: Record<
5456
AddUserProfileLight
5557
),
5658
"code-error": bundleIllustrationSmart(CodeErrorDark, CodeErrorLight),
59+
"menu-item-focus": bundleIllustrationSmart(
60+
MenuItemFocusDark,
61+
MenuItemFocusLight
62+
),
5763
data: bundleIllustrationSmart(DataDark, DataLight),
5864
devices: bundleIllustrationSmart(DevicesDark, DevicesLight),
5965
"empty-folder": bundleIllustrationSmart(EmptyFolderDark, EmptyFolderLight),

components/empty-view/src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export type IllustrationKind =
2121
| "settings"
2222
| "success"
2323
| "team"
24+
| "menu-item-focus"
2425
| "under-construction";
2526

2627
export interface ContentProps {

0 commit comments

Comments
 (0)