mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
PM-17351-implement-initial-design-links (#12986)
This commit is contained in:
@@ -25,6 +25,12 @@ export default {
|
|||||||
theme: ThemeTypes.Light,
|
theme: ThemeTypes.Light,
|
||||||
buttonAction: () => alert("Clicked"),
|
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>;
|
} as Meta<Args>;
|
||||||
|
|
||||||
const Template = (args: Args) => ActionButton({ ...args });
|
const Template = (args: Args) => ActionButton({ ...args });
|
||||||
|
|||||||
@@ -25,6 +25,12 @@ export default {
|
|||||||
theme: ThemeTypes.Light,
|
theme: ThemeTypes.Light,
|
||||||
buttonAction: () => alert("Clicked"),
|
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>;
|
} as Meta<Args>;
|
||||||
|
|
||||||
const Template = (args: Args) => BadgeButton({ ...args });
|
const Template = (args: Args) => BadgeButton({ ...args });
|
||||||
|
|||||||
@@ -20,6 +20,12 @@ export default {
|
|||||||
alert("Close button clicked!");
|
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>;
|
} as Meta<Args>;
|
||||||
|
|
||||||
const Template = (args: Args) => CloseButton({ ...args });
|
const Template = (args: Args) => CloseButton({ ...args });
|
||||||
|
|||||||
@@ -24,6 +24,12 @@ export default {
|
|||||||
theme: ThemeTypes.Light,
|
theme: ThemeTypes.Light,
|
||||||
buttonAction: () => alert("Clicked"),
|
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>;
|
} as Meta<Args>;
|
||||||
|
|
||||||
const Template = (args: Args) => EditButton({ ...args });
|
const Template = (args: Args) => EditButton({ ...args });
|
||||||
|
|||||||
@@ -44,6 +44,12 @@ export default {
|
|||||||
theme: ThemeTypes.Light,
|
theme: ThemeTypes.Light,
|
||||||
notificationType: "change",
|
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>;
|
} as Meta<Args>;
|
||||||
|
|
||||||
const Template = (args: Args) => NotificationBody({ ...args });
|
const Template = (args: Args) => NotificationBody({ ...args });
|
||||||
|
|||||||
@@ -23,6 +23,12 @@ export default {
|
|||||||
theme: ThemeTypes.Light,
|
theme: ThemeTypes.Light,
|
||||||
notificationType: "add",
|
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>;
|
} as Meta<Args>;
|
||||||
|
|
||||||
const Template = (args: Args) => NotificationFooter({ ...args });
|
const Template = (args: Args) => NotificationFooter({ ...args });
|
||||||
|
|||||||
@@ -24,6 +24,12 @@ export default {
|
|||||||
theme: ThemeTypes.Light,
|
theme: ThemeTypes.Light,
|
||||||
handleCloseNotification: () => alert("Close Clicked"),
|
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>;
|
} as Meta<Args>;
|
||||||
|
|
||||||
const Template = (args: Args) => NotificationHeader({ ...args });
|
const Template = (args: Args) => NotificationHeader({ ...args });
|
||||||
|
|||||||
Reference in New Issue
Block a user