@carbon/ibmdotcom-styles 2.50.0 → 2.51.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.
@@ -5251,6 +5251,7 @@ screen and (prefers-contrast) {
5251
5251
  :host(c4d-video-player-v7[background-mode]) .c4d--video-player__video,
5252
5252
  :host(c4d-video-player-v7[background-mode]) ::slotted(.c4d--video-player__video) {
5253
5253
  aspect-ratio: var(--native-file-aspect-ratio,16/9);
5254
+ block-size: 100%;
5254
5255
  inset: 50% 0 0 50%;
5255
5256
  min-block-size: 100%;
5256
5257
  min-inline-size: 100%;
@@ -5386,6 +5387,7 @@ screen and (prefers-contrast) {
5386
5387
  }
5387
5388
  .c4d--video-player__video-caption[dir=rtl] {
5388
5389
  direction: rtl;
5390
+ max-inline-size: none;
5389
5391
  text-align: end;
5390
5392
  unicode-bidi: -moz-plaintext;
5391
5393
  unicode-bidi: plaintext
@@ -50550,6 +50552,15 @@ strong {
50550
50552
  inset-block-end: 0;
50551
50553
  inset-inline-end: 0
50552
50554
  }
50555
+ :host(c4d-pricing-table-group) tr {
50556
+ border: none;
50557
+ border-radius: 4px;
50558
+ background-color: #e8daff
50559
+ }
50560
+ :host(c4d-pricing-table-group) tr::after {
50561
+ background-color: #e8daff;
50562
+ block-size: 0
50563
+ }
50553
50564
  .cds--pricing-table-header-row ::slotted(:last-child),
50554
50565
  .cds--pricing-table-row ::slotted(:last-child),
50555
50566
  :host(c4d-pricing-table-header-row) ::slotted(:last-child),
@@ -50579,7 +50590,7 @@ strong {
50579
50590
  .cds--pricing-table-header-cell.highlighted,
50580
50591
  :host(c4d-pricing-table-cell).highlighted,
50581
50592
  :host(c4d-pricing-table-header-cell).highlighted {
50582
- background-color: var(--cds-layer-01,#f4f4f4)
50593
+ background-color: #f6f2ff
50583
50594
  }
50584
50595
  .cds--pricing-table-cell .cds--pricing-table-cell-inner,
50585
50596
  .cds--pricing-table-header-cell .cds--pricing-table-cell-inner,
@@ -50782,7 +50793,7 @@ strong {
50782
50793
  margin-block-start: 0
50783
50794
  }
50784
50795
  :host(c4d-pricing-table-cell[icon])[icon=checkmark] svg {
50785
- color: var(--cds-support-success,#24a148)
50796
+ color: #8a3ffc
50786
50797
  }
50787
50798
  :host(c4d-pricing-table-cell[icon]) svg {
50788
50799
  -ms-flex-negative: 0;
@@ -50799,7 +50810,8 @@ strong {
50799
50810
  position: absolute;
50800
50811
  display: none;
50801
50812
  padding: .5rem 1rem;
50802
- background-color: var(--cds-border-inverse,#161616);
50813
+ border-radius: 4px 4px 0 0;
50814
+ background-color: #8a3ffc;
50803
50815
  color: var(--cds-icon-inverse,#fff);
50804
50816
  inset-block-end: 100%;
50805
50817
  inset-inline: 0
@@ -50807,6 +50819,10 @@ strong {
50807
50819
  .cds--pricing-table-header-cell-headline,
50808
50820
  :host(c4d-pricing-table-header-cell-headline) {
50809
50821
  display: block;
50822
+ font-size: var(--cds-heading-03-font-size,1.25rem);
50823
+ font-weight: var(--cds-heading-03-font-weight,400);
50824
+ line-height: var(--cds-heading-03-line-height,1.4);
50825
+ letter-spacing: var(--cds-heading-03-letter-spacing,0);
50810
50826
  color: var(--cds-text-primary,#161616)
50811
50827
  }
50812
50828
  .cds--pricing-table-header-cell-caption,
@@ -50883,6 +50899,9 @@ strong {
50883
50899
  :host(.overflowing-right) .overflow-indicator.right {
50884
50900
  opacity: 1
50885
50901
  }
50902
+ :host([last-row]) ::slotted(.highlighted) {
50903
+ border-radius: 0 0 10px 10px
50904
+ }
50886
50905
  :host(c4d-quote) {
50887
50906
  display: block;
50888
50907
  background: var(--cds-background,#fff);
@@ -54510,6 +54529,10 @@ strong {
54510
54529
  block-size: 3rem
54511
54530
  }
54512
54531
  @media (max-width:65.98rem) {
54532
+ :host(c4d-pricing-table-group) tr {
54533
+ -webkit-box-shadow: 50vw 0 #e8daff;
54534
+ box-shadow: 50vw 0 #e8daff
54535
+ }
54513
54536
  :host(c4d-table-of-contents) .cds--tableofcontents-container {
54514
54537
  position: relative;
54515
54538
  overflow: scroll;