mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
PM-21282 (#14664)
This commit is contained in:
@@ -19,6 +19,7 @@ export type NotificationConfirmationBodyProps = {
|
|||||||
buttonText: string;
|
buttonText: string;
|
||||||
confirmationMessage: string;
|
confirmationMessage: string;
|
||||||
error?: string;
|
error?: string;
|
||||||
|
itemName?: string;
|
||||||
messageDetails?: string;
|
messageDetails?: string;
|
||||||
tasksAreComplete?: boolean;
|
tasksAreComplete?: boolean;
|
||||||
theme: Theme;
|
theme: Theme;
|
||||||
@@ -30,6 +31,7 @@ export function NotificationConfirmationBody({
|
|||||||
buttonText,
|
buttonText,
|
||||||
confirmationMessage,
|
confirmationMessage,
|
||||||
error,
|
error,
|
||||||
|
itemName,
|
||||||
messageDetails,
|
messageDetails,
|
||||||
tasksAreComplete,
|
tasksAreComplete,
|
||||||
theme,
|
theme,
|
||||||
@@ -46,6 +48,7 @@ export function NotificationConfirmationBody({
|
|||||||
? NotificationConfirmationMessage({
|
? NotificationConfirmationMessage({
|
||||||
buttonAria,
|
buttonAria,
|
||||||
buttonText,
|
buttonText,
|
||||||
|
itemName,
|
||||||
message: confirmationMessage,
|
message: confirmationMessage,
|
||||||
messageDetails,
|
messageDetails,
|
||||||
theme,
|
theme,
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ import { themes, typography } from "../../constants/styles";
|
|||||||
export type NotificationConfirmationMessageProps = {
|
export type NotificationConfirmationMessageProps = {
|
||||||
buttonAria?: string;
|
buttonAria?: string;
|
||||||
buttonText?: string;
|
buttonText?: string;
|
||||||
|
itemName?: string;
|
||||||
message?: string;
|
message?: string;
|
||||||
messageDetails?: string;
|
messageDetails?: string;
|
||||||
handleClick: (e: Event) => void;
|
handleClick: (e: Event) => void;
|
||||||
|
|||||||
Reference in New Issue
Block a user