@@ -20,7 +20,7 @@ exports[`FeedbackExternalRecipientSelector > renders the component 1`] = `
2020 for = " :r0:"
2121 id = " :r0:-label"
2222 >
23- Search employees ...
23+ Search external recipients ...
2424 </label >
2525 <div
2626 class = " MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-formControl MuiInputBase-adornedStart css-1q6at85-MuiInputBase-root-MuiOutlinedInput-root"
@@ -49,7 +49,7 @@ exports[`FeedbackExternalRecipientSelector > renders the component 1`] = `
4949 aria-invalid = " false"
5050 class = " MuiInputBase-input MuiOutlinedInput-input MuiInputBase-inputAdornedStart css-1o9s3wi-MuiInputBase-input-MuiOutlinedInput-input"
5151 id = " :r0:"
52- placeholder = " Member Name"
52+ placeholder = " Recipient Name"
5353 type = " text"
5454 value = " "
5555 />
@@ -61,12 +61,40 @@ exports[`FeedbackExternalRecipientSelector > renders the component 1`] = `
6161 class = " css-14lo706"
6262 >
6363 <span >
64- Search employees ...
64+ Search external recipients ...
6565 </span >
6666 </legend >
6767 </fieldset >
6868 </div >
6969 </div >
70+ <div
71+ class = " new-recipient-button"
72+ >
73+ <button
74+ class = " MuiButtonBase-root MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium MuiButton-colorPrimary MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium MuiButton-colorPrimary css-sghohy-MuiButtonBase-root-MuiButton-root"
75+ tabindex = " 0"
76+ type = " button"
77+ >
78+ New External Recipient
79+ <span
80+ class = " MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
81+ />
82+ </button >
83+ <svg
84+ aria-hidden = " true"
85+ aria-label = " Create a new external recipient"
86+ class = " MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
87+ data-mui-internal-clone-element = " true"
88+ data-testid = " HelpOutlineIcon"
89+ focusable = " false"
90+ style = " color: gray; margin-left: 10px;"
91+ viewBox = " 0 0 24 24"
92+ >
93+ <path
94+ d = " M11 18h2v-2h-2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4"
95+ />
96+ </svg >
97+ </div >
7098 </div >
7199 </div >
72100 <div
@@ -77,7 +105,7 @@ exports[`FeedbackExternalRecipientSelector > renders the component 1`] = `
77105 style = " font-weight: bold; color: rgb(69, 69, 69); margin-bottom: 1em;"
78106 >
79107 0
80- external recipient
108+ recipient
81109 s
82110 selected
83111 </h5 >
0 commit comments