@@ -2966,7 +2966,7 @@ exports[`Storyshots Design System/Form Elements/Form Group With Leading And Trai
29662966>
29672967 <div
29682968 className = " FormGroup"
2969- id = " with-trailing-icon "
2969+ id = " with-leading-and- trailing-icons "
29702970 >
29712971 <label
29722972 className = " InputLabel"
@@ -3257,6 +3257,142 @@ exports[`Storyshots Design System/Form Elements/Form Group With Trailing Icon 1`
32573257</div >
32583258` ;
32593259
3260+ exports [` Storyshots Design System/Form Elements/Form Group With Trailing Icon And Button 1` ] = `
3261+ <div
3262+ style = {
3263+ Object {
3264+ " padding" : " 1rem" ,
3265+ }
3266+ }
3267+ >
3268+ <div
3269+ className = " FormGroup"
3270+ id = " with-trailing-icon-and-button"
3271+ >
3272+ <label
3273+ className = " InputLabel"
3274+ htmlFor = " input"
3275+ >
3276+ Form Group with input trailing icon and button
3277+ </label >
3278+ <div
3279+ className = " Input input-group"
3280+ >
3281+ <input
3282+ className = " Input form-control Input--with-trailing-icon"
3283+ disabled = { false }
3284+ id = " input"
3285+ name = " with-leading-icon-and-button"
3286+ onChange = { [Function ]}
3287+ placeholder = " Placeholder text"
3288+ type = " text"
3289+ value = " "
3290+ />
3291+ <button
3292+ className = " trailing-icon-button"
3293+ onClick = { [Function ]}
3294+ type = " button"
3295+ >
3296+ <div
3297+ className = " input-group-text"
3298+ >
3299+ <svg
3300+ aria-hidden = " true"
3301+ className = " svg-inline--fa fa-search fa-w-16 "
3302+ data-icon = " search"
3303+ data-prefix = " fas"
3304+ focusable = " false"
3305+ role = " img"
3306+ style = { Object {}}
3307+ viewBox = " 0 0 512 512"
3308+ xmlns = " http://www.w3.org/2000/svg"
3309+ >
3310+ <path
3311+ d = " M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"
3312+ fill = " currentColor"
3313+ style = { Object {}}
3314+ />
3315+ </svg >
3316+ </div >
3317+ </button >
3318+ </div >
3319+ <div
3320+ className = " FormGroup__helper-text"
3321+ >
3322+ with trailing icon and button
3323+ </div >
3324+ </div >
3325+ </div >
3326+ ` ;
3327+
3328+ exports [` Storyshots Design System/Form Elements/Form Group With Trailing Icon And Button With Submit 1` ] = `
3329+ <div
3330+ style = {
3331+ Object {
3332+ " padding" : " 1rem" ,
3333+ }
3334+ }
3335+ >
3336+ <div
3337+ className = " FormGroup"
3338+ id = " with-trailing-icon-and-button-with-submit"
3339+ >
3340+ <label
3341+ className = " InputLabel"
3342+ htmlFor = " input"
3343+ >
3344+ Form Group with input trailing icon and button with submit
3345+ </label >
3346+ <div
3347+ className = " Input input-group"
3348+ >
3349+ <input
3350+ className = " Input form-control Input--with-trailing-icon"
3351+ disabled = { false }
3352+ id = " input"
3353+ name = " with-leading-icon-and-button"
3354+ onChange = { [Function ]}
3355+ placeholder = " Placeholder text"
3356+ type = " text"
3357+ value = " "
3358+ />
3359+ <button
3360+ className = " trailing-icon-button"
3361+ onClick = { [Function ]}
3362+ type = " submit"
3363+ >
3364+ <div
3365+ className = " input-group-text"
3366+ >
3367+ <svg
3368+ aria-hidden = " true"
3369+ className = " svg-inline--fa fa-search fa-w-16 "
3370+ data-icon = " search"
3371+ data-prefix = " fas"
3372+ focusable = " false"
3373+ role = " img"
3374+ style = { Object {}}
3375+ viewBox = " 0 0 512 512"
3376+ xmlns = " http://www.w3.org/2000/svg"
3377+ >
3378+ <path
3379+ d = " M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"
3380+ fill = " currentColor"
3381+ style = { Object {}}
3382+ />
3383+ </svg >
3384+ </div >
3385+ </button >
3386+ </div >
3387+ <div
3388+ className = " FormGroup__helper-text"
3389+ >
3390+ with trailing icon and button with submit
3391+ </div >
3392+ </div >
3393+ </div >
3394+ ` ;
3395+
32603396exports [` Storyshots Design System/Form Elements/RadioButtonGroup Bordered Row 1` ] = `
32613397<div
32623398 style = {
0 commit comments