From 335b02cd7d618cd06aeb54301509474df115958c Mon Sep 17 00:00:00 2001 From: jannuk59 Date: Fri, 19 May 2023 14:39:35 +0530 Subject: [PATCH] Docs(822) Card Composable doc site (#876) * docs(822): card composable doc site * docs(822): added illustrations * docs(822): doc corrections * docs(822): accessibility fixes * docs(822): components api fixes * docs(822): unordered list fixes * docs(822): added the title to leftside menubar * docs(822): storybook changes * docs(822): design feedback fix * docs(822): expand prop * docs(822): unordered list inline alignment fix * docs(822): added link for the grid layour * docs(822): added grid layout component in related component * docs(822): snapshot update * docs(822): removed padding and margin props row * docs(822): content change for props row * docs(822): remomed props row * docs(822): added props and overrides for cardLink * docs(822): added props and overrides for all the components * docs(822): grouping the props into const * docs(822): grouped the props into consts * docs(822): refinement * docs(822): props and overrides * docs(822): removed stylepreset and transitionPreset --------- Co-authored-by: Ravindren --- .../__snapshots__/sidebar.test.tsx.snap | 421 +++++---- site/pages/components/card-composable.tsx | 808 ++++++++++++++++++ .../components/card-composable/anatomy.svg | 48 ++ .../behaviours/grid-layout.svg | 21 + .../card-composable/behaviours/static.svg | 19 + .../components/card-composable/hero.svg | 11 + .../card-composable/options/expand.svg | 21 + .../card-composable/options/inset.svg | 22 + .../card-composable/options/order.svg | 28 + .../card-composable/options/span.svg | 21 + .../components/card-composable/usage/do-1.svg | 29 + .../components/card-composable/usage/do-2.svg | 82 ++ .../components/card-composable/usage/do-3.svg | 51 ++ .../card-composable/usage/dont-1.svg | 52 ++ .../card-composable/usage/dont-2.svg | 35 + site/routes.ts | 8 + 16 files changed, 1499 insertions(+), 178 deletions(-) create mode 100644 site/pages/components/card-composable.tsx create mode 100644 site/public/static/illustrations/components/card-composable/anatomy.svg create mode 100644 site/public/static/illustrations/components/card-composable/behaviours/grid-layout.svg create mode 100644 site/public/static/illustrations/components/card-composable/behaviours/static.svg create mode 100644 site/public/static/illustrations/components/card-composable/hero.svg create mode 100644 site/public/static/illustrations/components/card-composable/options/expand.svg create mode 100644 site/public/static/illustrations/components/card-composable/options/inset.svg create mode 100644 site/public/static/illustrations/components/card-composable/options/order.svg create mode 100644 site/public/static/illustrations/components/card-composable/options/span.svg create mode 100644 site/public/static/illustrations/components/card-composable/usage/do-1.svg create mode 100644 site/public/static/illustrations/components/card-composable/usage/do-2.svg create mode 100644 site/public/static/illustrations/components/card-composable/usage/do-3.svg create mode 100644 site/public/static/illustrations/components/card-composable/usage/dont-1.svg create mode 100644 site/public/static/illustrations/components/card-composable/usage/dont-2.svg diff --git a/site/components/sidebar/__tests__/__snapshots__/sidebar.test.tsx.snap b/site/components/sidebar/__tests__/__snapshots__/sidebar.test.tsx.snap index 4c4dbef362..315a2ef601 100644 --- a/site/components/sidebar/__tests__/__snapshots__/sidebar.test.tsx.snap +++ b/site/components/sidebar/__tests__/__snapshots__/sidebar.test.tsx.snap @@ -562,7 +562,7 @@ exports[`Sidebar renders correctly when closed 1`] = ` display: block; } -.emotion-468 { +.emotion-471 { width: 100%; position: relative; left: calc(-50vw + 50%); @@ -570,7 +570,7 @@ exports[`Sidebar renders correctly when closed 1`] = ` margin-bottom: 8px; } -.emotion-469 { +.emotion-472 { border-style: solid; border-color: #dee2e5; border-width: 1px; @@ -580,7 +580,7 @@ exports[`Sidebar renders correctly when closed 1`] = ` width: 100%; } -.emotion-472 { +.emotion-475 { margin-bottom: 32px; } @@ -1901,6 +1901,22 @@ exports[`Sidebar renders correctly when closed 1`] = ` +
  • + + + Card Composable + + +
  • @@ -3169,11 +3185,11 @@ exports[`Sidebar renders correctly when closed 1`] = `
    @@ -3194,7 +3210,7 @@ exports[`Sidebar renders correctly when closed 1`] = ` />
    @@ -3883,7 +3899,7 @@ exports[`Sidebar renders correctly when closed 1`] = ` display: block; } -.emotion-466 { +.emotion-469 { width: 100%; position: relative; left: calc(-50vw + 50%); @@ -3891,7 +3907,7 @@ exports[`Sidebar renders correctly when closed 1`] = ` margin-bottom: 8px; } -.emotion-467 { +.emotion-470 { border-style: solid; border-color: #dee2e5; border-width: 1px; @@ -3902,57 +3918,57 @@ exports[`Sidebar renders correctly when closed 1`] = ` } @media screen { - .emotion-468 { + .emotion-471 { display: none; } } @media screen and (min-width: 480px) { - .emotion-468 { + .emotion-471 { display: none; } } @media screen and (min-width: 768px) { - .emotion-468 { + .emotion-471 { display: none; } } @media screen and (min-width: 1024px) { - .emotion-468 { + .emotion-471 { display: block; } } @media screen and (min-width: 1440px) { - .emotion-468 { + .emotion-471 { display: block; } } -.emotion-470 { +.emotion-473 { margin-bottom: 32px; } -.emotion-471 { +.emotion-474 { margin-inline: 32px; margin-block: 24px; } -.emotion-472 { +.emotion-475 { -webkit-text-decoration: none; text-decoration: none; } -.emotion-473 { +.emotion-476 { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 24px; } -.emotion-474 { +.emotion-477 { margin: 0; color: #2e3f54; font-family: Poppins,sans-serif; @@ -3962,11 +3978,11 @@ exports[`Sidebar renders correctly when closed 1`] = ` letter-spacing: 0em; } -.emotion-474 svg { +.emotion-477 svg { fill: #2e3f54; } -.emotion-475 { +.emotion-478 { display: inline-block; vertical-align: middle; overflow: hidden; @@ -3976,7 +3992,7 @@ exports[`Sidebar renders correctly when closed 1`] = ` } @media screen and (prefers-reduced-motion: no-preference) { - .emotion-475 { + .emotion-478 { transition-property: fill; transition-duration: 200ms; transition-timing-function: cubic-bezier(0, 0, .5, 1); @@ -3984,26 +4000,26 @@ exports[`Sidebar renders correctly when closed 1`] = ` } @media screen and (prefers-reduced-motion: reduce) { - .emotion-475 { + .emotion-478 { transition-property: fill; transition-duration: 0ms; transition-timing-function: cubic-bezier(0, 0, .5, 1); } } -.emotion-475.emotion-475 { +.emotion-478.emotion-478 { width: 24px; height: 24px; } -.emotion-478 { +.emotion-481 { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 44px; } -.emotion-479 { +.emotion-482 { display: block; color: #2e3f54; font-family: Poppins,sans-serif; @@ -4017,23 +4033,23 @@ exports[`Sidebar renders correctly when closed 1`] = ` padding-block-start: 8px; } -.emotion-479 svg { +.emotion-482 svg { fill: #2e3f54; } -.emotion-479::before { +.emotion-482::before { content: ''; margin-bottom: -0.391em; display: block; } -.emotion-479::after { +.emotion-482::after { content: ''; margin-top: -0.409em; display: block; } -.emotion-480 { +.emotion-483 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -4045,7 +4061,7 @@ exports[`Sidebar renders correctly when closed 1`] = ` cursor: pointer; } -.emotion-481 { +.emotion-484 { position: relative; display: inline-block; -webkit-align-self: start; @@ -4059,11 +4075,11 @@ exports[`Sidebar renders correctly when closed 1`] = ` margin-right: 12px; } -.emotion-481 * { +.emotion-484 * { box-sizing: border-box; } -.emotion-482 { +.emotion-485 { position: absolute; top: 50%; left: calc((16px / 2) + 4px); @@ -4078,36 +4094,36 @@ exports[`Sidebar renders correctly when closed 1`] = ` transform: translate3d(calc(40px / -2), calc(40px / -2), 0); } -.emotion-482:disabled { +.emotion-485:disabled { opacity: 0; } -.emotion-482:hover:active:not(:disabled) { +.emotion-485:hover:active:not(:disabled) { opacity: 0.4; } -.emotion-482:valid:hover:not(:disabled) { +.emotion-485:valid:hover:not(:disabled) { background-color: #00601a; opacity: 0.2; } -.emotion-482:valid:hover:active:not(:disabled) { +.emotion-485:valid:hover:active:not(:disabled) { background-color: #00601a; opacity: 0.4; } -.emotion-482:invalid:hover:not(:disabled) { +.emotion-485:invalid:hover:not(:disabled) { background-color: #a90000; opacity: 0.2; } -.emotion-482:invalid:hover:active:not(:disabled) { +.emotion-485:invalid:hover:active:not(:disabled) { background-color: #a90000; opacity: 0.4; } @media screen and (prefers-reduced-motion: no-preference) { - .emotion-482 { + .emotion-485 { transition-property: inset,opacity; transition-duration: 200ms,200ms; transition-timing-function: cubic-bezier(.5, 0, 1, 1),cubic-bezier(0, 0, .5, 1); @@ -4115,14 +4131,14 @@ exports[`Sidebar renders correctly when closed 1`] = ` } @media screen and (prefers-reduced-motion: reduce) { - .emotion-482 { + .emotion-485 { transition-property: inset,opacity; transition-duration: 0ms; transition-timing-function: cubic-bezier(.5, 0, 1, 1),cubic-bezier(0, 0, .5, 1); } } -.emotion-483 { +.emotion-486 { position: absolute; top: 0; left: 0; @@ -4145,15 +4161,15 @@ exports[`Sidebar renders correctly when closed 1`] = ` padding-inline: 4px; } -.emotion-483:checked:not(:disabled) { +.emotion-486:checked:not(:disabled) { background-color: #3358cc; } -.emotion-483:disabled { +.emotion-486:disabled { background-color: #dee2e5; } -.emotion-483:focus-visible:not(:disabled) { +.emotion-486:focus-visible:not(:disabled) { outline-color: #3768fb; outline-style: solid; outline-width: 2px; @@ -4162,13 +4178,13 @@ exports[`Sidebar renders correctly when closed 1`] = ` @media not all and (min-resolution: 0.001dpcm) { @supports (-webkit-appearance: none) and (stroke-color: transparent) { - .emotion-483:focus-visible:not(:disabled) { + .emotion-486:focus-visible:not(:disabled) { outline-style: auto; } } } -.emotion-483:checked:focus-visible:not(:disabled) { +.emotion-486:checked:focus-visible:not(:disabled) { outline-color: #3768fb; outline-style: solid; outline-width: 2px; @@ -4178,13 +4194,13 @@ exports[`Sidebar renders correctly when closed 1`] = ` @media not all and (min-resolution: 0.001dpcm) { @supports (-webkit-appearance: none) and (stroke-color: transparent) { - .emotion-483:checked:focus-visible:not(:disabled) { + .emotion-486:checked:focus-visible:not(:disabled) { outline-style: auto; } } } -.emotion-483:checked:focus-visible:hover:not(:disabled) { +.emotion-486:checked:focus-visible:hover:not(:disabled) { outline-color: #3768fb; outline-style: solid; outline-width: 2px; @@ -4194,13 +4210,13 @@ exports[`Sidebar renders correctly when closed 1`] = ` @media not all and (min-resolution: 0.001dpcm) { @supports (-webkit-appearance: none) and (stroke-color: transparent) { - .emotion-483:checked:focus-visible:hover:not(:disabled) { + .emotion-486:checked:focus-visible:hover:not(:disabled) { outline-style: auto; } } } -.emotion-484 { +.emotion-487 { position: relative; width: 100%; height: 100%; @@ -4209,7 +4225,7 @@ exports[`Sidebar renders correctly when closed 1`] = ` place-items: center; } -.emotion-485 { +.emotion-488 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -4221,22 +4237,22 @@ exports[`Sidebar renders correctly when closed 1`] = ` justify-content: flex-start; } -.emotion-485 svg { +.emotion-488 svg { fill: #ffffff; } -.emotion-485:disabled svg { +.emotion-488:disabled svg { fill: #a1acb4; } -.emotion-485 svg { +.emotion-488 svg { height: 100%; width: 100%; max-width: 16px; max-height: 24px; } -.emotion-486 { +.emotion-489 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -4248,22 +4264,22 @@ exports[`Sidebar renders correctly when closed 1`] = ` justify-content: flex-end; } -.emotion-486 svg { +.emotion-489 svg { fill: #ffffff; } -.emotion-486:disabled svg { +.emotion-489:disabled svg { fill: #a1acb4; } -.emotion-486 svg { +.emotion-489 svg { height: 100%; width: 100%; max-width: 16px; max-height: 24px; } -.emotion-487 { +.emotion-490 { background-color: #ffffff; border-radius: 50%; width: 16px; @@ -4277,12 +4293,12 @@ exports[`Sidebar renders correctly when closed 1`] = ` place-items: center; } -.emotion-487 svg { +.emotion-490 svg { fill: #09111c; } @media screen and (prefers-reduced-motion: no-preference) { - .emotion-487 { + .emotion-490 { transition-property: inset; transition-duration: 200ms; transition-timing-function: cubic-bezier(.5, 0, 1, 1); @@ -4290,14 +4306,14 @@ exports[`Sidebar renders correctly when closed 1`] = ` } @media screen and (prefers-reduced-motion: reduce) { - .emotion-487 { + .emotion-490 { transition-property: inset; transition-duration: 0ms; transition-timing-function: cubic-bezier(.5, 0, 1, 1); } } -.emotion-488 { +.emotion-491 { position: absolute; top: 0; left: 0; @@ -4307,7 +4323,7 @@ exports[`Sidebar renders correctly when closed 1`] = ` cursor: inherit; } -.emotion-489 { +.emotion-492 { color: #2e3f54; font-family: DM Sans,sans-serif; font-size: 14px; @@ -4317,17 +4333,17 @@ exports[`Sidebar renders correctly when closed 1`] = ` padding: 0.5px 0px; } -.emotion-489:disabled { +.emotion-492:disabled { color: #a1acb4; } -.emotion-489::before { +.emotion-492::before { content: ''; margin-bottom: -0.391em; display: block; } -.emotion-489::after { +.emotion-492::after { content: ''; margin-top: -0.409em; display: block; @@ -5731,6 +5747,23 @@ exports[`Sidebar renders correctly when closed 1`] = `
  • +
  • + + + Card Composable + + +
  • @@ -7065,11 +7098,11 @@ exports[`Sidebar renders correctly when closed 1`] = `
    @@ -7077,7 +7110,7 @@ exports[`Sidebar renders correctly when closed 1`] = `
  • +
  • + + + Card Composable + + +
  • @@ -10372,11 +10421,11 @@ exports[`Sidebar renders correctly when open 1`] = `
    @@ -10397,7 +10446,7 @@ exports[`Sidebar renders correctly when open 1`] = ` />
    @@ -11085,7 +11134,7 @@ exports[`Sidebar renders correctly when open 1`] = ` display: block; } -.emotion-466 { +.emotion-469 { width: 100%; position: relative; left: calc(-50vw + 50%); @@ -11093,7 +11142,7 @@ exports[`Sidebar renders correctly when open 1`] = ` margin-bottom: 8px; } -.emotion-467 { +.emotion-470 { border-style: solid; border-color: #dee2e5; border-width: 1px; @@ -11104,57 +11153,57 @@ exports[`Sidebar renders correctly when open 1`] = ` } @media screen { - .emotion-468 { + .emotion-471 { display: none; } } @media screen and (min-width: 480px) { - .emotion-468 { + .emotion-471 { display: none; } } @media screen and (min-width: 768px) { - .emotion-468 { + .emotion-471 { display: none; } } @media screen and (min-width: 1024px) { - .emotion-468 { + .emotion-471 { display: block; } } @media screen and (min-width: 1440px) { - .emotion-468 { + .emotion-471 { display: block; } } -.emotion-470 { +.emotion-473 { margin-bottom: 32px; } -.emotion-471 { +.emotion-474 { margin-inline: 32px; margin-block: 24px; } -.emotion-472 { +.emotion-475 { -webkit-text-decoration: none; text-decoration: none; } -.emotion-473 { +.emotion-476 { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 24px; } -.emotion-474 { +.emotion-477 { margin: 0; color: #2e3f54; font-family: Poppins,sans-serif; @@ -11164,11 +11213,11 @@ exports[`Sidebar renders correctly when open 1`] = ` letter-spacing: 0em; } -.emotion-474 svg { +.emotion-477 svg { fill: #2e3f54; } -.emotion-475 { +.emotion-478 { display: inline-block; vertical-align: middle; overflow: hidden; @@ -11178,7 +11227,7 @@ exports[`Sidebar renders correctly when open 1`] = ` } @media screen and (prefers-reduced-motion: no-preference) { - .emotion-475 { + .emotion-478 { transition-property: fill; transition-duration: 200ms; transition-timing-function: cubic-bezier(0, 0, .5, 1); @@ -11186,26 +11235,26 @@ exports[`Sidebar renders correctly when open 1`] = ` } @media screen and (prefers-reduced-motion: reduce) { - .emotion-475 { + .emotion-478 { transition-property: fill; transition-duration: 0ms; transition-timing-function: cubic-bezier(0, 0, .5, 1); } } -.emotion-475.emotion-475 { +.emotion-478.emotion-478 { width: 24px; height: 24px; } -.emotion-478 { +.emotion-481 { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 44px; } -.emotion-479 { +.emotion-482 { display: block; color: #2e3f54; font-family: Poppins,sans-serif; @@ -11219,23 +11268,23 @@ exports[`Sidebar renders correctly when open 1`] = ` padding-block-start: 8px; } -.emotion-479 svg { +.emotion-482 svg { fill: #2e3f54; } -.emotion-479::before { +.emotion-482::before { content: ''; margin-bottom: -0.391em; display: block; } -.emotion-479::after { +.emotion-482::after { content: ''; margin-top: -0.409em; display: block; } -.emotion-480 { +.emotion-483 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -11247,7 +11296,7 @@ exports[`Sidebar renders correctly when open 1`] = ` cursor: pointer; } -.emotion-481 { +.emotion-484 { position: relative; display: inline-block; -webkit-align-self: start; @@ -11261,11 +11310,11 @@ exports[`Sidebar renders correctly when open 1`] = ` margin-right: 12px; } -.emotion-481 * { +.emotion-484 * { box-sizing: border-box; } -.emotion-482 { +.emotion-485 { position: absolute; top: 50%; left: calc((16px / 2) + 4px); @@ -11280,36 +11329,36 @@ exports[`Sidebar renders correctly when open 1`] = ` transform: translate3d(calc(40px / -2), calc(40px / -2), 0); } -.emotion-482:disabled { +.emotion-485:disabled { opacity: 0; } -.emotion-482:hover:active:not(:disabled) { +.emotion-485:hover:active:not(:disabled) { opacity: 0.4; } -.emotion-482:valid:hover:not(:disabled) { +.emotion-485:valid:hover:not(:disabled) { background-color: #00601a; opacity: 0.2; } -.emotion-482:valid:hover:active:not(:disabled) { +.emotion-485:valid:hover:active:not(:disabled) { background-color: #00601a; opacity: 0.4; } -.emotion-482:invalid:hover:not(:disabled) { +.emotion-485:invalid:hover:not(:disabled) { background-color: #a90000; opacity: 0.2; } -.emotion-482:invalid:hover:active:not(:disabled) { +.emotion-485:invalid:hover:active:not(:disabled) { background-color: #a90000; opacity: 0.4; } @media screen and (prefers-reduced-motion: no-preference) { - .emotion-482 { + .emotion-485 { transition-property: inset,opacity; transition-duration: 200ms,200ms; transition-timing-function: cubic-bezier(.5, 0, 1, 1),cubic-bezier(0, 0, .5, 1); @@ -11317,14 +11366,14 @@ exports[`Sidebar renders correctly when open 1`] = ` } @media screen and (prefers-reduced-motion: reduce) { - .emotion-482 { + .emotion-485 { transition-property: inset,opacity; transition-duration: 0ms; transition-timing-function: cubic-bezier(.5, 0, 1, 1),cubic-bezier(0, 0, .5, 1); } } -.emotion-483 { +.emotion-486 { position: absolute; top: 0; left: 0; @@ -11347,15 +11396,15 @@ exports[`Sidebar renders correctly when open 1`] = ` padding-inline: 4px; } -.emotion-483:checked:not(:disabled) { +.emotion-486:checked:not(:disabled) { background-color: #3358cc; } -.emotion-483:disabled { +.emotion-486:disabled { background-color: #dee2e5; } -.emotion-483:focus-visible:not(:disabled) { +.emotion-486:focus-visible:not(:disabled) { outline-color: #3768fb; outline-style: solid; outline-width: 2px; @@ -11364,13 +11413,13 @@ exports[`Sidebar renders correctly when open 1`] = ` @media not all and (min-resolution: 0.001dpcm) { @supports (-webkit-appearance: none) and (stroke-color: transparent) { - .emotion-483:focus-visible:not(:disabled) { + .emotion-486:focus-visible:not(:disabled) { outline-style: auto; } } } -.emotion-483:checked:focus-visible:not(:disabled) { +.emotion-486:checked:focus-visible:not(:disabled) { outline-color: #3768fb; outline-style: solid; outline-width: 2px; @@ -11380,13 +11429,13 @@ exports[`Sidebar renders correctly when open 1`] = ` @media not all and (min-resolution: 0.001dpcm) { @supports (-webkit-appearance: none) and (stroke-color: transparent) { - .emotion-483:checked:focus-visible:not(:disabled) { + .emotion-486:checked:focus-visible:not(:disabled) { outline-style: auto; } } } -.emotion-483:checked:focus-visible:hover:not(:disabled) { +.emotion-486:checked:focus-visible:hover:not(:disabled) { outline-color: #3768fb; outline-style: solid; outline-width: 2px; @@ -11396,13 +11445,13 @@ exports[`Sidebar renders correctly when open 1`] = ` @media not all and (min-resolution: 0.001dpcm) { @supports (-webkit-appearance: none) and (stroke-color: transparent) { - .emotion-483:checked:focus-visible:hover:not(:disabled) { + .emotion-486:checked:focus-visible:hover:not(:disabled) { outline-style: auto; } } } -.emotion-484 { +.emotion-487 { position: relative; width: 100%; height: 100%; @@ -11411,7 +11460,7 @@ exports[`Sidebar renders correctly when open 1`] = ` place-items: center; } -.emotion-485 { +.emotion-488 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -11423,22 +11472,22 @@ exports[`Sidebar renders correctly when open 1`] = ` justify-content: flex-start; } -.emotion-485 svg { +.emotion-488 svg { fill: #ffffff; } -.emotion-485:disabled svg { +.emotion-488:disabled svg { fill: #a1acb4; } -.emotion-485 svg { +.emotion-488 svg { height: 100%; width: 100%; max-width: 16px; max-height: 24px; } -.emotion-486 { +.emotion-489 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -11450,22 +11499,22 @@ exports[`Sidebar renders correctly when open 1`] = ` justify-content: flex-end; } -.emotion-486 svg { +.emotion-489 svg { fill: #ffffff; } -.emotion-486:disabled svg { +.emotion-489:disabled svg { fill: #a1acb4; } -.emotion-486 svg { +.emotion-489 svg { height: 100%; width: 100%; max-width: 16px; max-height: 24px; } -.emotion-487 { +.emotion-490 { background-color: #ffffff; border-radius: 50%; width: 16px; @@ -11479,12 +11528,12 @@ exports[`Sidebar renders correctly when open 1`] = ` place-items: center; } -.emotion-487 svg { +.emotion-490 svg { fill: #09111c; } @media screen and (prefers-reduced-motion: no-preference) { - .emotion-487 { + .emotion-490 { transition-property: inset; transition-duration: 200ms; transition-timing-function: cubic-bezier(.5, 0, 1, 1); @@ -11492,14 +11541,14 @@ exports[`Sidebar renders correctly when open 1`] = ` } @media screen and (prefers-reduced-motion: reduce) { - .emotion-487 { + .emotion-490 { transition-property: inset; transition-duration: 0ms; transition-timing-function: cubic-bezier(.5, 0, 1, 1); } } -.emotion-488 { +.emotion-491 { position: absolute; top: 0; left: 0; @@ -11509,7 +11558,7 @@ exports[`Sidebar renders correctly when open 1`] = ` cursor: inherit; } -.emotion-489 { +.emotion-492 { color: #2e3f54; font-family: DM Sans,sans-serif; font-size: 14px; @@ -11519,17 +11568,17 @@ exports[`Sidebar renders correctly when open 1`] = ` padding: 0.5px 0px; } -.emotion-489:disabled { +.emotion-492:disabled { color: #a1acb4; } -.emotion-489::before { +.emotion-492::before { content: ''; margin-bottom: -0.391em; display: block; } -.emotion-489::after { +.emotion-492::after { content: ''; margin-top: -0.409em; display: block; @@ -12871,6 +12920,22 @@ exports[`Sidebar renders correctly when open 1`] = `
  • +
  • + + + Card Composable + + +
  • @@ -14139,11 +14204,11 @@ exports[`Sidebar renders correctly when open 1`] = `
    @@ -14151,7 +14216,7 @@ exports[`Sidebar renders correctly when open 1`] = `

    Github