@carbon/ibmdotcom-styles 2.16.1 → 2.16.2

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.
@@ -12291,6 +12291,9 @@ screen and (prefers-contrast) {
12291
12291
  :host(c4d-card-group-item) {
12292
12292
  display: contents
12293
12293
  }
12294
+ :host(c4d-card-group-item) * {
12295
+ row-gap: 0
12296
+ }
12294
12297
  :host(c4d-card-group-item) .cds--card {
12295
12298
  display: grid;
12296
12299
  border: 0;
@@ -12308,6 +12311,7 @@ screen and (prefers-contrast) {
12308
12311
  -ms-flex-pack: revert;
12309
12312
  justify-content: revert;
12310
12313
  grid-row: span 10;
12314
+ grid-template-columns: subgrid;
12311
12315
  grid-template-rows: subgrid
12312
12316
  }
12313
12317
  :host(c4d-card-group-item) .cds--card .cds--card__wrapper::after,
@@ -12323,14 +12327,14 @@ screen and (prefers-contrast) {
12323
12327
  :host(c4d-card-group-item) .cds--card .cds--card__content {
12324
12328
  display: grid;
12325
12329
  grid-area: 1/1/-1/-1;
12326
- grid-template-rows: subgrid;
12327
- row-gap: 0
12330
+ grid-template-columns: subgrid;
12331
+ grid-template-rows: subgrid
12328
12332
  }
12329
12333
  :host(c4d-card-group-item) .cds--card .cds--card__copy {
12330
12334
  display: grid;
12331
12335
  grid-row: span 2;
12332
- grid-template-rows: subgrid;
12333
- row-gap: 0
12336
+ grid-template-columns: subgrid;
12337
+ grid-template-rows: subgrid
12334
12338
  }
12335
12339
  :host(c4d-card-group-item) .cds--image__img {
12336
12340
  block-size: 15rem
@@ -48918,7 +48922,7 @@ strong {
48918
48922
  }
48919
48923
  .cds--toc__navbar-chevron-right-container {
48920
48924
  z-index: 2;
48921
- inset-inline-end: -.125rem
48925
+ inset-inline-end: 0
48922
48926
  }
48923
48927
  .cds--toc__navbar-chevron-right-container::before {
48924
48928
  background: -webkit-gradient(linear,right top,left top,from(var(--cds-background,#fff)),to(rgba(255,255,255,0)));
@@ -49985,10 +49989,10 @@ strong {
49985
49989
  border-block-start: 1px solid var(--cds-border-subtle-00,#e0e0e0);
49986
49990
  content: "";
49987
49991
  inset-block-start: -1px;
49988
- inset-inline: calc(-50vw + 50%) 100%
49992
+ inset-inline: calc(-50vw + 50% + .5rem) 100%
49989
49993
  }
49990
49994
  :host(c4d-table-of-contents) .cds--tableofcontents__navbar::after {
49991
- inset-inline: 100% calc(-50vw + 50%)
49995
+ inset-inline: 100% calc(-50vw + 50% + .5rem)
49992
49996
  }
49993
49997
  :host(c4d-table-of-contents[toc-layout=horizontal]) .cds--tableofcontents-container {
49994
49998
  position: relative;