Skip to content

Commit

Permalink
menu changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-figma committed Jun 14, 2024
1 parent 5bc7b6b commit fb9ab6d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions figma.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
"<FIGMA_URL_LOGO>": "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=2159-5053",
"<FIGMA_URL_MENU_MENU>": "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=9762:720",
"<FIGMA_URL_MENU_HEADING>": "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=9762:760",
"<FIGMA_URL_MENU_DESCRIPTION>": "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=9762:737",
"<FIGMA_URL_MENU_LABEL>": "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=9762:741",
"<FIGMA_URL_MENU_SHORTCUT>": "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=9762:739",
"<FIGMA_URL_MENU_ITEM>": "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=9762:743",
"<FIGMA_URL_MENU_HEADER>": "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=9762:728",
Expand Down
12 changes: 0 additions & 12 deletions src/ui/Menu/Menu.figma.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,6 @@ figma.connect(MenuHeading, "<FIGMA_URL_MENU_HEADING>", {
example: ({ heading }) => <MenuHeading>{heading}</MenuHeading>,
});

figma.connect(MenuDescription, "<FIGMA_URL_MENU_DESCRIPTION>", {
props: { description: figma.string("Description") },
example: ({ description }) => (
<MenuDescription>{description}</MenuDescription>
),
});

figma.connect(MenuLabel, "<FIGMA_URL_MENU_LABEL>", {
props: { label: figma.string("Label") },
example: ({ label }) => <MenuLabel>{label}</MenuLabel>,
});

figma.connect(MenuShortcut, "<FIGMA_URL_MENU_SHORTCUT>", {
props: { shortcut: figma.string("Shortcut") },
example: ({ shortcut }) => <MenuShortcut>{shortcut}</MenuShortcut>,
Expand Down

0 comments on commit fb9ab6d

Please sign in to comment.