From ffcf9c8c5f8ab0963dd700cca37f047ece9e6c70 Mon Sep 17 00:00:00 2001 From: Mroczko Date: Thu, 14 Jul 2022 15:59:16 +0200 Subject: [PATCH 1/3] DS-800: Replace ui-list with Bolt List component (footer.twig) --- .../40-components/footer/_05-footer.twig | 68 +++++++++---------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/docs-site/src/pages/pattern-lab/_patterns/40-components/footer/_05-footer.twig b/docs-site/src/pages/pattern-lab/_patterns/40-components/footer/_05-footer.twig index 0f28bb959d..8ccf0e74ed 100644 --- a/docs-site/src/pages/pattern-lab/_patterns/40-components/footer/_05-footer.twig +++ b/docs-site/src/pages/pattern-lab/_patterns/40-components/footer/_05-footer.twig @@ -124,128 +124,128 @@

Company

- +

Pega Sites

- +

Resources

- +
From 18143d8331d67b44d7d187b485b5919e2fb9acd8 Mon Sep 17 00:00:00 2001 From: Mroczko Date: Thu, 14 Jul 2022 15:59:37 +0200 Subject: [PATCH 2/3] DS-800: Replace ui-list with Bolt List component (sassdoc.twig) --- .../components/pattern-lab-utils/sassdocs.twig | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs-site/src/components/pattern-lab-utils/sassdocs.twig b/docs-site/src/components/pattern-lab-utils/sassdocs.twig index 989cf09ec5..29335fb97f 100644 --- a/docs-site/src/components/pattern-lab-utils/sassdocs.twig +++ b/docs-site/src/components/pattern-lab-utils/sassdocs.twig @@ -370,14 +370,14 @@
-
    -
  • -
      -
    • + + + + {{ macros.sassdocNavFlat(contentItems) }} -
    • -
    -
  • -
+ + + +
From 5a09c1f46f0abcad0dcdc3e98b520db1153c6003 Mon Sep 17 00:00:00 2001 From: Mroczko Date: Thu, 14 Jul 2022 16:00:49 +0200 Subject: [PATCH 3/3] DS-800: Remove o-bolt-ui-list class segment --- docs-site/src/components/pattern-lab-utils/_sassdoc.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-site/src/components/pattern-lab-utils/_sassdoc.scss b/docs-site/src/components/pattern-lab-utils/_sassdoc.scss index 5df6946e74..2eec23b07c 100644 --- a/docs-site/src/components/pattern-lab-utils/_sassdoc.scss +++ b/docs-site/src/components/pattern-lab-utils/_sassdoc.scss @@ -46,7 +46,7 @@ ** Our floating navigation needs to have an overflow when items expand beyond viewer-height * [1] Floating nav receives 4rem from .c-bds-docs__page-nav-list and we add .5 rem to reach the bottom */ -.o-bolt-ui-list--sassdoc { +.c-bds-docs__page-nav-list--sassdoc { max-height: calc(100vh - 4.5rem); // [1] overflow-y: auto; }