@carbon/ibmdotcom-styles 2.24.0 → 2.25.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.
@@ -13003,6 +13003,13 @@ screen and (prefers-contrast) {
13003
13003
  padding-block-start: 2rem
13004
13004
  }
13005
13005
  }
13006
+ :host(:dir(rtl)) ::slotted([slot=heading]) {
13007
+ margin-right: 1rem
13008
+ }
13009
+ :host(:dir(rtl)) ::slotted([slot=action]) {
13010
+ display: block!important;
13011
+ margin-right: 1rem!important
13012
+ }
13006
13013
  @media print {
13007
13014
  .cds--card-section-offset__content,
13008
13015
  :host(c4d-card-section-offset) {