1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

[CL-256] Update Figma links in Storybook docs (#12901)

* Update Figma links

updated existing Figma links to point to the new file and added Figma links to components missing them

* Added last missing Figma links
This commit is contained in:
Danielle Flinn
2025-01-17 07:50:20 -08:00
committed by GitHub
parent e5f83ff086
commit 23227f5064
42 changed files with 88 additions and 32 deletions

View File

@@ -13,6 +13,12 @@ export default {
imports: [DisclosureTriggerForDirective, DisclosureComponent, IconButtonModule],
}),
],
parameters: {
design: {
type: "figma",
url: "https://www.figma.com/design/Zt3YSeb6E6lebAffrNLa0h/Tailwind-Component-Library?node-id=21662-47329&t=k6OTDDPZOTtypRqo-11",
},
},
} as Meta<DisclosureComponent>;
type Story = StoryObj<DisclosureComponent>;