@patternfly/patternfly 5.1.0-prerelease.24 → 5.1.0-prerelease.26

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.
package/patternfly.css CHANGED
@@ -5466,6 +5466,7 @@ button) {
5466
5466
  --pf-v5-c-about-modal-box--Width: 100%;
5467
5467
  --pf-v5-c-about-modal-box--sm--GridTemplateColumns: 5fr 1fr;
5468
5468
  --pf-v5-c-about-modal-box--lg--GridTemplateColumns: 1fr .6fr;
5469
+ --pf-v5-c-about-modal-box--BackgroundPosition: bottom right;
5469
5470
  --pf-v5-c-about-modal-box__brand--PaddingTop: var(--pf-v5-global--spacer--2xl);
5470
5471
  --pf-v5-c-about-modal-box__brand--PaddingRight: var(--pf-v5-global--spacer--xl);
5471
5472
  --pf-v5-c-about-modal-box__brand--PaddingLeft: var(--pf-v5-global--spacer--xl);
@@ -5518,6 +5519,10 @@ button) {
5518
5519
  background-position: var(--pf-v5-c-about-modal-box--BackgroundPosition);
5519
5520
  background-size: var(--pf-v5-c-about-modal-box--BackgroundSize);
5520
5521
  }
5522
+ :where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-about-modal-box {
5523
+ --pf-v5-c-about-modal-box--BackgroundPosition: bottom left;
5524
+ }
5525
+
5521
5526
  @media screen and (min-width: 576px) {
5522
5527
  .pf-v5-c-about-modal-box {
5523
5528
  --pf-v5-c-about-modal-box__brand--PaddingRight: var(--pf-v5-c-about-modal-box__brand--sm--PaddingRight);
@@ -22921,6 +22926,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
22921
22926
  color: var(--pf-v5-c-progress__status-icon--Color);
22922
22927
  }
22923
22928
 
22929
+ .pf-v5-c-progress__bar::before,
22930
+ .pf-v5-c-progress__indicator {
22931
+ top: 0;
22932
+ left: 0;
22933
+ }
22934
+
22924
22935
  .pf-v5-c-progress__bar {
22925
22936
  position: relative;
22926
22937
  grid-row: 2/3;
@@ -22931,8 +22942,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
22931
22942
  }
22932
22943
  .pf-v5-c-progress__bar::before {
22933
22944
  position: absolute;
22934
- inset-block-start: 0;
22935
- inset-inline-start: 0;
22936
22945
  width: 100%;
22937
22946
  height: 100%;
22938
22947
  content: "";
@@ -22942,8 +22951,6 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
22942
22951
 
22943
22952
  .pf-v5-c-progress__indicator {
22944
22953
  position: absolute;
22945
- inset-block-start: 0;
22946
- inset-inline-start: 0;
22947
22954
  height: var(--pf-v5-c-progress__indicator--Height);
22948
22955
  background-color: var(--pf-v5-c-progress__indicator--BackgroundColor);
22949
22956
  }