From 956338958389079399a5941b614ea33d5d9905ad Mon Sep 17 00:00:00 2001 From: Tessa Kelly Date: Tue, 13 Feb 2024 16:22:51 -0700 Subject: [PATCH] Put Accordion state guidance in last bullet --- component-catalog/src/Examples/Accordion.elm | 26 ++++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/component-catalog/src/Examples/Accordion.elm b/component-catalog/src/Examples/Accordion.elm index 8a60f0b2..b4760c57 100644 --- a/component-catalog/src/Examples/Accordion.elm +++ b/component-catalog/src/Examples/Accordion.elm @@ -72,23 +72,23 @@ example = ] ] , about = - Guidance.communicateState moduleName - ++ [ Text.smallBody + [ ul [ css [ paddingLeft (px 16), margin zero ] ] + [ li [] [ Text.smallBody [ Text.plaintext "The Accordion component is designed to be used when you have either a list or a tree of expandables. It may also be used when there's only one expandable. " ] ] + , li [] + [ Text.smallBody [ Text.html - [ ul [ css [ paddingLeft (px 16), margin zero ] ] - [ li [] [ text "The Accordion component is designed to be used when you have either a list or a tree of expandables. It may also be used when there's only one expandable. " ] - , li [] - [ text "Devs should watch the entirety of " - , ClickableText.link "Tessa's Accordion demo" - [ ClickableText.linkExternal "https://noredink.zoom.us/rec/play/kLjOvS0PX5y-YYas6VmtUf5eEb1ViqNKKB-01gCELXG5tMjINEdop6dXrmfCyfC1A3Xj9kTUK8eIDe0.LO5NQR0X3udwz13x?canPlayFromShare=true&from=share_recording_detail&startTime=1681398154000&componentName=rec-play&originRequestUrl=https%3A%2F%2Fnoredink.zoom.us%2Frec%2Fshare%2F6R2Tk0FkzAYJ-44Q4Qs2Dx2RPR1GCXOCcaQsEai6vbtkO8oo9Ke8-_goIVwPDn9I.VVXdtb2PlpuTEqGs%3FstartTime%3D1681398154000" - , ClickableText.appearsInline - ] - , text " before using. Discussion of how to attach styles correctly begins at 5:10." - ] + [ text "Devs should watch the entirety of " + , ClickableText.link "Tessa's Accordion demo" + [ ClickableText.linkExternal "https://noredink.zoom.us/rec/play/kLjOvS0PX5y-YYas6VmtUf5eEb1ViqNKKB-01gCELXG5tMjINEdop6dXrmfCyfC1A3Xj9kTUK8eIDe0.LO5NQR0X3udwz13x?canPlayFromShare=true&from=share_recording_detail&startTime=1681398154000&componentName=rec-play&originRequestUrl=https%3A%2F%2Fnoredink.zoom.us%2Frec%2Fshare%2F6R2Tk0FkzAYJ-44Q4Qs2Dx2RPR1GCXOCcaQsEai6vbtkO8oo9Ke8-_goIVwPDn9I.VVXdtb2PlpuTEqGs%3FstartTime%3D1681398154000" + , ClickableText.appearsInline ] + , text " before using. Discussion of how to attach styles correctly begins at 5:10." ] ] - ] + ] + , li [] (Guidance.communicateState moduleName) + ] + ] , view = view , categories = [ Layout ] , keyboardSupport =