== Background
The confirmation dialog is a missing piece on the donor delight badge experiment.
{F86264194}
This was falling between the gaps on the code optimization and focus on animation, TestKitchen setup and codebase.
== Goal
Add the confirmation dialog.
== Acceptance criteria for done
[] For treatment group 'treatment-c-delightful the "hide badge" chip shows. When clicked a confirmation dialog appears.
[] For treatment group treatment-b-simple the "hide badge" a hide link appears in the CdxPopOver. When clicked a confirmation dialog should appear.
[] Ensure the confirmation dialog is shown and behaving appropriately.
[] The confirmation dialog should only show when clicked.
[] When I click "Keep it" the confirmation dialog is dismissed
[] When I click "Yes, hide the badge" the badge is removed and does not reappear when I refresh the page.