Skip to content

Commit 3f2390c

Browse files
style: New and updated illustrations (#478)
New "drag menu item" and updated background on "Menu item focus"
1 parent 7d4e935 commit 3f2390c

File tree

10 files changed

+334
-24
lines changed

10 files changed

+334
-24
lines changed

components/empty-view/src/constants.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import {
77
DataLight,
88
DevicesDark,
99
DevicesLight,
10+
DragMenuItemDark,
11+
DragMenuItemLight,
1012
EmptyFolderDark,
1113
EmptyFolderLight,
1214
EmptyGeneralDark,
@@ -55,6 +57,7 @@ export const Illustration: Record<
5557
AddUserProfileDark,
5658
AddUserProfileLight
5759
),
60+
"drag-menu": bundleIllustrationSmart(DragMenuItemDark, DragMenuItemLight),
5861
"code-error": bundleIllustrationSmart(CodeErrorDark, CodeErrorLight),
5962
"menu-item-focus": bundleIllustrationSmart(
6063
MenuItemFocusDark,

components/empty-view/src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export type IllustrationKind =
2222
| "success"
2323
| "team"
2424
| "menu-item-focus"
25+
| "drag-menu"
2526
| "under-construction";
2627

2728
export interface ContentProps {

illustrations/assets/Drag menu item/il_axis_drag_menu_item_dark.svg

Lines changed: 160 additions & 0 deletions
Loading
Lines changed: 136 additions & 0 deletions
Loading

illustrations/assets/Menu item focus/il_axis_menu_item_focus_dark.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)