@@ -65,7 +65,7 @@ exports[`Storyshots Design System/Card all cards 1`] = `
6565</div >
6666` ;
6767
68- exports [` Storyshots Design System/Flash Flash Message 1` ] = `
68+ exports [` Storyshots Design System/Copy To Clipboard Default 1` ] = `
6969<div
7070 style = {
7171 Object {
@@ -74,24 +74,49 @@ exports[`Storyshots Design System/Flash Flash Message 1`] = `
7474 }
7575>
7676 <div
77- className = " container Flash"
78- />
79- <div >
80- <p >
81- Click the button to see a flash message. Use the knobs to try different types!
82- </p >
77+ className = " CopyToClipboard"
78+ >
79+ <span
80+ className = " CopyToClipboard__copy-text"
81+ >
82+ Copy me!
83+ </span >
8384 <button
84- className = " btn btn-primary "
85+ className = " btn btn-link btn-link--neutral "
8586 onClick = { [Function ]}
87+ tracking = {
88+ Object {
89+ " getTrackingData" : [Function ],
90+ " trackEvent" : [Function ],
91+ }
92+ }
8693 type = " button"
8794 >
88- Submit
95+ <div >
96+ <svg
97+ aria-hidden = " true"
98+ className = " svg-inline--fa fa-copy fa-w-14 "
99+ data-icon = " copy"
100+ data-prefix = " far"
101+ focusable = " false"
102+ role = " img"
103+ style = { Object {}}
104+ viewBox = " 0 0 448 512"
105+ xmlns = " http://www.w3.org/2000/svg"
106+ >
107+ <path
108+ d = " M433.941 65.941l-51.882-51.882A48 48 0 0 0 348.118 0H176c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h224c26.51 0 48-21.49 48-48v-48h80c26.51 0 48-21.49 48-48V99.882a48 48 0 0 0-14.059-33.941zM266 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h74v224c0 26.51 21.49 48 48 48h96v42a6 6 0 0 1-6 6zm128-96H182a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h106v88c0 13.255 10.745 24 24 24h88v202a6 6 0 0 1-6 6zm6-256h-64V48h9.632c1.591 0 3.117.632 4.243 1.757l48.368 48.368a6 6 0 0 1 1.757 4.243V112z"
109+ fill = " currentColor"
110+ style = { Object {}}
111+ />
112+ </svg >
113+ </div >
89114 </button >
90115 </div >
91116</div >
92117` ;
93118
94- exports [` Storyshots Design System/Flash flash message 1` ] = `
119+ exports [` Storyshots Design System/Flash Flash Message 1` ] = `
95120<div
96121 style = {
97122 Object {
@@ -100,7 +125,7 @@ exports[`Storyshots Design System/Flash flash message 1`] = `
100125 }
101126>
102127 <div
103- className = " container flash "
128+ className = " container Flash "
104129 />
105130 <div >
106131 <p >
@@ -615,3 +640,55 @@ exports[`Storyshots Design System/Pill Small 1`] = `
615640 </div >
616641</div >
617642` ;
643+
644+ exports [` Storyshots Design System/Popper Dark 1` ] = `
645+ <div
646+ style = {
647+ Object {
648+ " padding" : " 1rem" ,
649+ }
650+ }
651+ >
652+ <div />
653+ <div
654+ className = " Popper Popper--dark"
655+ style = {
656+ Object {
657+ " left" : 0 ,
658+ " opacity" : 0 ,
659+ " pointerEvents" : " none" ,
660+ " position" : " absolute" ,
661+ " top" : 0 ,
662+ }
663+ }
664+ >
665+ Dark Popper
666+ </div >
667+ </div >
668+ ` ;
669+
670+ exports [` Storyshots Design System/Popper Default 1` ] = `
671+ <div
672+ style = {
673+ Object {
674+ " padding" : " 1rem" ,
675+ }
676+ }
677+ >
678+ <div />
679+ <div
680+ className = " Popper"
681+ style = {
682+ Object {
683+ " left" : 0 ,
684+ " opacity" : 0 ,
685+ " pointerEvents" : " none" ,
686+ " position" : " absolute" ,
687+ " top" : 0 ,
688+ }
689+ }
690+ >
691+ Default Popper
692+ </div >
693+ </div >
694+ ` ;
0 commit comments