@carbon/ibmdotcom-styles 2.15.1 → 2.16.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -38853,8 +38853,8 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
38853
38853
  font-size: 3.375rem;
38854
38854
  font-size: calc(3.375rem + .375 * (100vw - 66rem)/ 16)
38855
38855
  }
38856
- :host(c4d-leadspace)[size=super] .c4d--leadspace__overlay {
38857
- block-size: 40rem
38856
+ :host(c4d-leadspace)[size=super] .c4d--leadspace--content__container {
38857
+ min-block-size: 38rem
38858
38858
  }
38859
38859
  }
38860
38860
  @media (min-width:82rem) {
@@ -38878,8 +38878,8 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
38878
38878
  :host(c4d-leadspace)[size=super] .c4d--leadspace__section {
38879
38879
  min-block-size: 40rem
38880
38880
  }
38881
- :host(c4d-leadspace)[size=medium] .c4d--leadspace__overlay {
38882
- block-size: 30rem
38881
+ :host(c4d-leadspace)[size=medium] .c4d--leadspace--content__container {
38882
+ min-block-size: 28rem
38883
38883
  }
38884
38884
  :host(c4d-leadspace)[size=medium] ::slotted(c4d-leadspace-heading) {
38885
38885
  -webkit-margin-after: 4rem;
@@ -38889,7 +38889,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
38889
38889
  min-block-size: 30rem
38890
38890
  }
38891
38891
  :host(c4d-leadspace)[size=short] .c4d--leadspace__overlay {
38892
- block-size: 20rem
38892
+ min-block-size: 20rem
38893
38893
  }
38894
38894
  :host(c4d-leadspace)[size=short] ::slotted(c4d-leadspace-heading) {
38895
38895
  -webkit-margin-after: 4rem;
@@ -38903,8 +38903,8 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
38903
38903
  -webkit-margin-after: 6rem;
38904
38904
  margin-block-end: 6rem
38905
38905
  }
38906
- :host(c4d-leadspace)[size=tall] .c4d--leadspace__overlay {
38907
- block-size: 35rem
38906
+ :host(c4d-leadspace)[size=tall] .c4d--leadspace--content__container {
38907
+ min-block-size: 33rem
38908
38908
  }
38909
38909
  :host-context(c4d-leadspace[size=short]) .cds--image__img {
38910
38910
  -o-object-position: left top;
@@ -48634,11 +48634,16 @@ cds-hr {
48634
48634
  .cds--tableofcontents__sidebar {
48635
48635
  position: inherit;
48636
48636
  z-index: 10;
48637
- padding: 0;
48638
- inset-block-start: auto
48637
+ -webkit-box-sizing: border-box;
48638
+ box-sizing: border-box;
48639
+ inset-block-start: auto;
48640
+ -webkit-padding-start: 0;
48641
+ padding-inline-start: 0
48639
48642
  }
48640
48643
  .cds--tableofcontents__content {
48641
- padding: 1rem 0 3rem
48644
+ -webkit-box-sizing: border-box;
48645
+ box-sizing: border-box;
48646
+ padding-block: 1rem 3rem
48642
48647
  }
48643
48648
  .cds--tableofcontents {
48644
48649
  -webkit-margin-before: 2rem;