From 349bb63e14f308a1506dbf1a187fe45aff3c0d83 Mon Sep 17 00:00:00 2001 From: Chelsea Giordan Date: Wed, 27 Sep 2023 15:58:06 -0400 Subject: [PATCH] Updates to CancelButton docs and story --- .DS_Store | Bin 0 -> 6148 bytes packages/.DS_Store | Bin 0 -> 8196 bytes .../src/components/CancelButton.js | 6 +++- .../src/semantic-ui/CancelButton.stories.js | 26 ++++++++++++++++++ 4 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 .DS_Store create mode 100644 packages/.DS_Store create mode 100644 packages/storybook/src/semantic-ui/CancelButton.stories.js diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..e5a73da3e7cccf43fe2c51bbc23bb289d79af93d GIT binary patch literal 6148 zcmeHKu};G<5IxgKtze)dW4-{1g*j9KiGis|FhW|?B3dP)?Vb-{U|>K(LV}S676wKJ zJ^;RmcRr^{nzkcC)tzL&#CK=EyePhyh)iqJ-63icQ3H+9TSqs?*w3wEYi@*-4bL&? z?X)}bFsVf9fGVI0{6_`shfmwoqe~hWzh84#`vGAu^9|!Lj0SOpvBtyh>EUtowO96c zm->@_zBicrH`bz_%}srpP*hxu1iNd-!(aYqc}N{o?o_yZT83Q9T|yE5i+D;sx0F?Mx~`!<|RAgH}6 zpbC@~sL5@U>;L}Z^M5%>?^FR*V5Jl=Uf2#>cqCU_D-XxD)<-)-W8=6~(59es<=9?u dDc(Y}2A|Itz`$WDh!L3n2v`}kQw9E1fnV`ii*f(} literal 0 HcmV?d00001 diff --git a/packages/.DS_Store b/packages/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..6ce06acdf093e9cee1db1cd197552afd4393f9a7 GIT binary patch literal 8196 zcmeHMJx?1!5S`^KMl>LVM3LhDfThqxk!TKN3W^96BSn!Y!ubrC*ggv|5ftb|hm`z= zG?DT*(xi>@6H=r|Nk_|@-L={E-4QGbP&{khzSHf@-g|EsTeA?6TJ6S5M2kdJ!o@f{ zgD$7>IA57IW}iFJ(?9<$*XL4u}KdfH)uyJOu~vo6W6M@VjqDr56Xp zfsu58zaIizjG@KUp#JJWr%M3f1Rm>#d(;6sC$Jb=ObzN(%xS6zWmAdwR`2 zp2lBn1B$!Y8%^AuQQgZp~ci7o}fL>K|rA2EuA void + onClick: () => void, }; +/** + * A simple Cancel button component that accepts an onClick method. + */ + const CancelButton = (props: Props) => (