mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
PM-17351-implement-initial-design-links (#12986)
This commit is contained in:
@@ -25,6 +25,12 @@ export default {
|
||||
theme: ThemeTypes.Light,
|
||||
buttonAction: () => alert("Clicked"),
|
||||
},
|
||||
parameters: {
|
||||
design: {
|
||||
type: "figma",
|
||||
url: "https://www.figma.com/design/LEhqLAcBPY8uDKRfU99n9W/Autofill-notification-redesign?node-id=487-14755&t=2O7uCAkwRZCcjumm-4",
|
||||
},
|
||||
},
|
||||
} as Meta<Args>;
|
||||
|
||||
const Template = (args: Args) => ActionButton({ ...args });
|
||||
|
||||
@@ -25,6 +25,12 @@ export default {
|
||||
theme: ThemeTypes.Light,
|
||||
buttonAction: () => alert("Clicked"),
|
||||
},
|
||||
parameters: {
|
||||
design: {
|
||||
type: "figma",
|
||||
url: "https://www.figma.com/design/LEhqLAcBPY8uDKRfU99n9W/Autofill-notification-redesign?node-id=502-24973&t=2O7uCAkwRZCcjumm-4",
|
||||
},
|
||||
},
|
||||
} as Meta<Args>;
|
||||
|
||||
const Template = (args: Args) => BadgeButton({ ...args });
|
||||
|
||||
@@ -20,6 +20,12 @@ export default {
|
||||
alert("Close button clicked!");
|
||||
},
|
||||
},
|
||||
parameters: {
|
||||
design: {
|
||||
type: "figma",
|
||||
url: "https://www.figma.com/design/LEhqLAcBPY8uDKRfU99n9W/Autofill-notification-redesign?node-id=502-24633&t=2O7uCAkwRZCcjumm-4",
|
||||
},
|
||||
},
|
||||
} as Meta<Args>;
|
||||
|
||||
const Template = (args: Args) => CloseButton({ ...args });
|
||||
|
||||
@@ -24,6 +24,12 @@ export default {
|
||||
theme: ThemeTypes.Light,
|
||||
buttonAction: () => alert("Clicked"),
|
||||
},
|
||||
parameters: {
|
||||
design: {
|
||||
type: "figma",
|
||||
url: "https://www.figma.com/design/LEhqLAcBPY8uDKRfU99n9W/Autofill-notification-redesign?node-id=502-24633&t=2O7uCAkwRZCcjumm-4",
|
||||
},
|
||||
},
|
||||
} as Meta<Args>;
|
||||
|
||||
const Template = (args: Args) => EditButton({ ...args });
|
||||
|
||||
@@ -44,6 +44,12 @@ export default {
|
||||
theme: ThemeTypes.Light,
|
||||
notificationType: "change",
|
||||
},
|
||||
parameters: {
|
||||
design: {
|
||||
type: "figma",
|
||||
url: "https://www.figma.com/design/LEhqLAcBPY8uDKRfU99n9W/Autofill-notification-redesign?node-id=217-6841&m=dev",
|
||||
},
|
||||
},
|
||||
} as Meta<Args>;
|
||||
|
||||
const Template = (args: Args) => NotificationBody({ ...args });
|
||||
|
||||
@@ -23,6 +23,12 @@ export default {
|
||||
theme: ThemeTypes.Light,
|
||||
notificationType: "add",
|
||||
},
|
||||
parameters: {
|
||||
design: {
|
||||
type: "figma",
|
||||
url: "https://www.figma.com/design/LEhqLAcBPY8uDKRfU99n9W/Autofill-notification-redesign?node-id=32-4949&m=dev",
|
||||
},
|
||||
},
|
||||
} as Meta<Args>;
|
||||
|
||||
const Template = (args: Args) => NotificationFooter({ ...args });
|
||||
|
||||
@@ -24,6 +24,12 @@ export default {
|
||||
theme: ThemeTypes.Light,
|
||||
handleCloseNotification: () => alert("Close Clicked"),
|
||||
},
|
||||
parameters: {
|
||||
design: {
|
||||
type: "figma",
|
||||
url: "https://www.figma.com/design/LEhqLAcBPY8uDKRfU99n9W/Autofill-notification-redesign?node-id=32-3461&m=dev",
|
||||
},
|
||||
},
|
||||
} as Meta<Args>;
|
||||
|
||||
const Template = (args: Args) => NotificationHeader({ ...args });
|
||||
|
||||
Reference in New Issue
Block a user