Skip to content

Commit

Permalink
cleanup code connect and some updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-figma committed Jun 12, 2024
1 parent 833d1cf commit c985e49
Show file tree
Hide file tree
Showing 23 changed files with 888 additions and 878 deletions.
2 changes: 0 additions & 2 deletions figma.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
"<FIGMA_URL_HEADER>": "https://www.figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=2287-22651",
"<FIGMA_URL_HEADER_AUTH>": "https://www.figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=18-9389",
"<FIGMA_URL_ICON_BUTTON>": "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=11-11508",
"<FIGMA_URL_IMAGE>": "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=159-8617",
"<FIGMA_URL_IMAGE_BASIC>": "https://www.figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=159-8992",
"<FIGMA_URL_INPUT>": "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=9762:850",
"<FIGMA_URL_INPUT_FIELD>": "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=2136-2263",
"<FIGMA_URL_LOGO>": "https://figma.com/design/J0KLPKXiONDRssXD1AX9Oi?node-id=2159-5053",
Expand Down
14 changes: 7 additions & 7 deletions scripts/preview/Figma.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const AvatarStory: StoryObj<
render: ({ shape, type, ...args }) => (
<Avatar
initials={type === "initials" ? "JA" : undefined}
src={type === "image" ? "https://picsum.photos/200" : undefined}
src={type === "image" ? "https://placehold.co/200" : undefined}
square={shape === "square"}
{...args}
/>
Expand All @@ -113,12 +113,12 @@ export const AvatarGroupStory: StoryObj<
max={3}
{...args}
>
<Avatar src="https://picsum.photos/200" />
<Avatar src="https://picsum.photos/201" />
<Avatar src="https://picsum.photos/202" />
<Avatar src="https://picsum.photos/203" />
<Avatar src="https://picsum.photos/204" />
<Avatar src="https://picsum.photos/205" />
<Avatar src="https://placehold.co/200" />
<Avatar src="https://placehold.co/201" />
<Avatar src="https://placehold.co/202" />
<Avatar src="https://placehold.co/203" />
<Avatar src="https://placehold.co/204" />
<Avatar src="https://placehold.co/205" />
</AvatarGroup>
),
};
Expand Down
7 changes: 7 additions & 0 deletions scripts/tokens/styles.json
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,13 @@
}
]
},
{
"key": "b6cb6cc3526049c20430b096b6ed65c5eba1c246",
"name": "Image Placeholder",
"styleType": "FILL",
"remote": false,
"description": ""
},
{
"key": "6a0b0b053a6eb9f72ad90ddd19010c5060f6c3ae",
"name": ".Utilities/Component notes/Bold",
Expand Down
Loading

0 comments on commit c985e49

Please sign in to comment.