@patternfly/patternfly 5.0.0-alpha.36 → 5.0.0-alpha.37

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "5.0.0-alpha.36",
4
+ "version": "5.0.0-alpha.37",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -9,7 +9,7 @@
9
9
  --pf-global--BackgroundColor--100: var(--pf-global--BackgroundColor--light-100);
10
10
  }
11
11
 
12
- .pf-c-wizard__header, .pf-c-page__main-section[class*=pf-m-dark-], .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector, .pf-c-page__header, .pf-c-masthead .pf-c-button.pf-m-plain, .pf-c-masthead, .pf-c-login__footer, .pf-c-login__header, .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, .pf-c-banner, .pf-c-about-modal-box, .pf-t-dark {
12
+ .pf-c-wizard__header, .pf-c-page__main-section[class*=pf-m-dark-], .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector, .pf-c-page__sidebar, .pf-c-page__header, .pf-c-masthead .pf-c-button.pf-m-plain, .pf-c-masthead, .pf-c-login__footer, .pf-c-login__header, .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, .pf-c-banner, .pf-c-about-modal-box, .pf-t-dark {
13
13
  --pf-global--Color--100: var(--pf-global--Color--light-100);
14
14
  --pf-global--Color--200: var(--pf-global--Color--light-200);
15
15
  --pf-global--BorderColor--100: var(--pf-global--BorderColor--light-100);
@@ -5320,11 +5320,17 @@
5320
5320
 
5321
5321
  .pf-c-about-modal-box {
5322
5322
  --pf-c-about-modal-box--BackgroundColor: var(--pf-global--palette--black-1000);
5323
+ --pf-c-about-modal-box--BackgroundImage: url("./assets/images/pfbg-icon.svg");
5324
+ --pf-c-about-modal-box--BackgroundPosition: bottom right;
5325
+ --pf-c-about-modal-box--BackgroundSize--min-width: 200px;
5326
+ --pf-c-about-modal-box--BackgroundSize--width: 60%;
5327
+ --pf-c-about-modal-box--BackgroundSize--max-width: 600px;
5328
+ --pf-c-about-modal-box--BackgroundSize: clamp(var(--pf-c-about-modal-box--BackgroundSize--min-width), var(--pf-c-about-modal-box--BackgroundSize--width), var(--pf-c-about-modal-box--BackgroundSize--max-width));
5323
5329
  --pf-c-about-modal-box--Height: 100%;
5324
5330
  --pf-c-about-modal-box--lg--Height: 47.625rem;
5325
5331
  --pf-c-about-modal-box--Width: 100%;
5326
- --pf-c-about-modal-box--sm--grid-template-columns: 5fr 1fr;
5327
- --pf-c-about-modal-box--lg--grid-template-columns: 1fr .6fr;
5332
+ --pf-c-about-modal-box--sm--GridTemplateColumns: 5fr 1fr;
5333
+ --pf-c-about-modal-box--lg--GridTemplateColumns: 1fr .6fr;
5328
5334
  --pf-c-about-modal-box__brand--PaddingTop: var(--pf-global--spacer--2xl);
5329
5335
  --pf-c-about-modal-box__brand--PaddingRight: var(--pf-global--spacer--xl);
5330
5336
  --pf-c-about-modal-box__brand--PaddingLeft: var(--pf-global--spacer--xl);
@@ -5337,7 +5343,6 @@
5337
5343
  --pf-c-about-modal-box__close--PaddingRight: var(--pf-global--spacer--xl);
5338
5344
  --pf-c-about-modal-box__close--PaddingBottom: var(--pf-global--spacer--xl);
5339
5345
  --pf-c-about-modal-box__close--sm--PaddingBottom: var(--pf-global--spacer--3xl);
5340
- --pf-c-about-modal-box__close--sm--PaddingRight: 0;
5341
5346
  --pf-c-about-modal-box__close--lg--PaddingRight: var(--pf-global--spacer--3xl);
5342
5347
  --pf-c-about-modal-box__close--c-button--Color: var(--pf-global--Color--100);
5343
5348
  --pf-c-about-modal-box__close--c-button--FontSize: var(--pf-global--FontSize--xl);
@@ -5376,6 +5381,10 @@
5376
5381
  overflow-x: hidden;
5377
5382
  overflow-y: auto;
5378
5383
  background-color: var(--pf-c-about-modal-box--BackgroundColor);
5384
+ background-image: var(--pf-c-about-modal-box--BackgroundImage);
5385
+ background-repeat: no-repeat;
5386
+ background-position: var(--pf-c-about-modal-box--BackgroundPosition);
5387
+ background-size: var(--pf-c-about-modal-box--BackgroundSize);
5379
5388
  }
5380
5389
  @media screen and (min-width: 576px) {
5381
5390
  .pf-c-about-modal-box {
@@ -5386,7 +5395,6 @@
5386
5395
  }
5387
5396
  @media only screen and (min-width: 576px) {
5388
5397
  .pf-c-about-modal-box {
5389
- --pf-c-about-modal-box__close--PaddingRight: var(--pf-c-about-modal-box__close--sm--PaddingRight);
5390
5398
  --pf-c-about-modal-box__close--PaddingBottom: var(--pf-c-about-modal-box__close--sm--PaddingBottom);
5391
5399
  }
5392
5400
  }
@@ -5416,8 +5424,8 @@
5416
5424
  }
5417
5425
  @media only screen and (min-width: 576px) {
5418
5426
  .pf-c-about-modal-box {
5419
- grid-template-areas: "brand hero" "header hero" "content hero";
5420
- grid-template-columns: var(--pf-c-about-modal-box--sm--grid-template-columns);
5427
+ grid-template-areas: "brand close" "header close" "content close";
5428
+ grid-template-columns: var(--pf-c-about-modal-box--sm--GridTemplateColumns);
5421
5429
  }
5422
5430
  }
5423
5431
  @media only screen and (min-width: 992px) {
@@ -5425,7 +5433,7 @@
5425
5433
  --pf-c-about-modal-box--Height: var(--pf-c-about-modal-box--lg--Height);
5426
5434
  --pf-c-about-modal-box--Width: var(--pf-c-about-modal-box--lg--Width);
5427
5435
  grid-template-rows: max-content max-content auto;
5428
- grid-template-columns: var(--pf-c-about-modal-box--lg--grid-template-columns);
5436
+ grid-template-columns: var(--pf-c-about-modal-box--lg--GridTemplateColumns);
5429
5437
  }
5430
5438
  }
5431
5439
 
@@ -6598,50 +6606,23 @@
6598
6606
 
6599
6607
  .pf-c-background-image {
6600
6608
  --pf-c-background-image--BackgroundColor: var(--pf-global--BackgroundColor--dark-100);
6601
- --pf-c-background-image--BackgroundImage: url("./assets/images/pfbg_576.jpg");
6602
- --pf-c-background-image--BackgroundImage-2x: url("./assets/images/pfbg_576@2x.jpg");
6603
- --pf-c-background-image--BackgroundImage--sm: url("./assets/images/pfbg_768.jpg");
6604
- --pf-c-background-image--BackgroundImage--sm-2x: url("./assets/images/pfbg_768@2x.jpg");
6605
- --pf-c-background-image--BackgroundImage--lg: url("./assets/images/pfbg_2000.jpg");
6606
- --pf-c-background-image--Filter: url("#image_overlay");
6607
- }
6608
- .pf-c-background-image::before {
6609
+ --pf-c-background-image--BackgroundImage: url("./assets/images/pfbg-icon.svg");
6610
+ --pf-c-background-image--BackgroundPosition: bottom right;
6611
+ --pf-c-background-image--BackgroundSize--min-width: 200px;
6612
+ --pf-c-background-image--BackgroundSize--width: 60%;
6613
+ --pf-c-background-image--BackgroundSize--max-width: 600px;
6614
+ --pf-c-background-image--BackgroundSize: clamp(var(--pf-c-background-image--BackgroundSize--min-width), var(--pf-c-background-image--BackgroundSize--width), var(--pf-c-background-image--BackgroundSize--max-width));
6609
6615
  position: fixed;
6610
6616
  top: 0;
6611
6617
  left: 0;
6612
6618
  z-index: -1;
6613
6619
  width: 100%;
6614
6620
  height: 100%;
6615
- content: "";
6616
6621
  background-color: var(--pf-c-background-image--BackgroundColor);
6617
6622
  background-image: var(--pf-c-background-image--BackgroundImage);
6618
- filter: var(--pf-c-background-image--Filter);
6619
6623
  background-repeat: no-repeat;
6620
- background-size: cover;
6621
- }
6622
- @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
6623
- .pf-c-background-image::before {
6624
- --pf-c-background-image--BackgroundImage: var(--pf-c-background-image--BackgroundImage-2x);
6625
- }
6626
- }
6627
- @media (min-width: 576px) {
6628
- .pf-c-background-image::before {
6629
- --pf-c-background-image--BackgroundImage: var(--pf-c-background-image--BackgroundImage--sm);
6630
- }
6631
- }
6632
- @media (min-width: 576px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 576px) and (min-resolution: 192dpi) {
6633
- .pf-c-background-image::before {
6634
- --pf-c-background-image--BackgroundImage: var(--pf-c-background-image--BackgroundImage--sm-2x);
6635
- }
6636
- }
6637
- @media (min-width: 992px) {
6638
- .pf-c-background-image::before {
6639
- --pf-c-background-image--BackgroundImage: var(--pf-c-background-image--BackgroundImage--lg);
6640
- }
6641
- }
6642
-
6643
- .pf-c-background-image__filter {
6644
- display: block;
6624
+ background-position: var(--pf-c-background-image--BackgroundPosition);
6625
+ background-size: var(--pf-c-background-image--BackgroundSize);
6645
6626
  }
6646
6627
 
6647
6628
  .pf-c-back-to-top {
@@ -16635,7 +16616,6 @@ ul.pf-c-list {
16635
16616
  .pf-c-login {
16636
16617
  --pf-c-login--PaddingTop: var(--pf-global--spacer--lg);
16637
16618
  --pf-c-login--PaddingBottom: var(--pf-global--spacer--lg);
16638
- --pf-c-login--xl--BackgroundImage: none;
16639
16619
  --pf-c-login__container--xl--GridColumnGap: var(--pf-global--spacer--3xl);
16640
16620
  --pf-c-login__container--MaxWidth: 31.25rem;
16641
16621
  --pf-c-login__container--xl--MaxWidth: none;
@@ -16649,8 +16629,9 @@ ul.pf-c-list {
16649
16629
  --pf-c-login__header--xl--MarginTop: var(--pf-global--spacer--3xl);
16650
16630
  --pf-c-login__header--c-brand--MarginBottom: var(--pf-global--spacer--lg);
16651
16631
  --pf-c-login__header--c-brand--xl--MarginBottom: var(--pf-global--spacer--2xl);
16652
- --pf-c-login__main--BackgroundColor: var(--pf-global--BackgroundColor--light-100);
16632
+ --pf-c-login__main--BackgroundColor: var(--pf-global--BackgroundColor--100);
16653
16633
  --pf-c-login__main--MarginBottom: var(--pf-global--spacer--lg);
16634
+ --pf-c-login__main--BoxShadow: var(--pf-global--BoxShadow--xl);
16654
16635
  --pf-c-login__main-header--PaddingTop: var(--pf-global--spacer--2xl);
16655
16636
  --pf-c-login__main-header--PaddingRight: var(--pf-global--spacer--xl);
16656
16637
  --pf-c-login__main-header--PaddingBottom: var(--pf-global--spacer--md);
@@ -16684,7 +16665,8 @@ ul.pf-c-list {
16684
16665
  --pf-c-login__main-footer-band--PaddingRight: var(--pf-global--spacer--md);
16685
16666
  --pf-c-login__main-footer-band--PaddingBottom: var(--pf-global--spacer--lg);
16686
16667
  --pf-c-login__main-footer-band--PaddingLeft: var(--pf-global--spacer--md);
16687
- --pf-c-login__main-footer-band--BackgroundColor: var(--pf-global--BackgroundColor--200);
16668
+ --pf-c-login__main-footer-band--BorderTopColor: var(--pf-global--BorderColor--100);
16669
+ --pf-c-login__main-footer-band--BorderTopWidth: var(--pf-global--BorderWidth--sm);
16688
16670
  --pf-c-login__main-footer-band-item--PaddingTop: var(--pf-global--spacer--md);
16689
16671
  --pf-c-login__footer--PaddingLeft: var(--pf-global--spacer--md);
16690
16672
  --pf-c-login__footer--PaddingRight: var(--pf-global--spacer--md);
@@ -16742,11 +16724,6 @@ ul.pf-c-list {
16742
16724
  --pf-c-login__footer--c-list--PaddingTop: var(--pf-c-login__footer--c-list--xl--PaddingTop);
16743
16725
  }
16744
16726
  }
16745
- @media (min-width: 1200px) {
16746
- .pf-c-login {
16747
- background-image: var(--pf-c-login--xl--BackgroundImage);
16748
- }
16749
- }
16750
16727
  @media (min-width: 576px) {
16751
16728
  .pf-c-login {
16752
16729
  align-items: center;
@@ -16789,6 +16766,7 @@ ul.pf-c-list {
16789
16766
  align-self: start;
16790
16767
  margin-bottom: var(--pf-c-login__main--MarginBottom);
16791
16768
  background-color: var(--pf-c-login__main--BackgroundColor);
16769
+ box-shadow: var(--pf-c-login__main--BoxShadow);
16792
16770
  }
16793
16771
  .pf-c-login__main > :first-child:not(.pf-c-login__main-header) {
16794
16772
  padding-top: var(--pf-c-login__main-header--PaddingTop);
@@ -16880,7 +16858,7 @@ ul.pf-c-list {
16880
16858
  .pf-c-login__main-footer-band {
16881
16859
  padding: var(--pf-c-login__main-footer-band--PaddingTop) var(--pf-c-login__main-footer-band--PaddingRight) var(--pf-c-login__main-footer-band--PaddingBottom) var(--pf-c-login__main-footer-band--PaddingLeft);
16882
16860
  text-align: center;
16883
- background-color: var(--pf-c-login__main-footer-band--BackgroundColor);
16861
+ border-top: var(--pf-c-login__main-footer-band--BorderTopWidth) solid var(--pf-c-login__main-footer-band--BorderTopColor);
16884
16862
  }
16885
16863
  .pf-c-login__main-footer-band > * + * {
16886
16864
  padding-top: var(--pf-c-login__main-footer-band-item--PaddingTop);
@@ -16912,6 +16890,9 @@ ul.pf-c-list {
16912
16890
  --pf-global--BackgroundColor--100: #1b1d21;
16913
16891
  }
16914
16892
 
16893
+ :where(.pf-theme-dark) .pf-c-login {
16894
+ --pf-c-login__main--BackgroundColor: var(--pf-global--BackgroundColor--300);
16895
+ }
16915
16896
  :where(.pf-theme-dark) .pf-c-login__header,
16916
16897
  :where(.pf-theme-dark) .pf-c-login__footer {
16917
16898
  color: var(--pf-global--Color--100);
@@ -20689,6 +20670,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20689
20670
 
20690
20671
  .pf-c-page {
20691
20672
  --pf-c-page--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
20673
+ --pf-c-page--inset: var(--pf-global--spacer--md);
20674
+ --pf-c-page--xl--inset: var(--pf-global--spacer--lg);
20692
20675
  --pf-c-page__header--BackgroundColor: var(--pf-global--BackgroundColor--dark-100);
20693
20676
  --pf-c-page__header--ZIndex: var(--pf-global--ZIndex--md);
20694
20677
  --pf-c-page__header--MinHeight: 4.75rem;
@@ -20735,10 +20718,10 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20735
20718
  --pf-c-page__sidebar--TranslateZ: 0;
20736
20719
  --pf-c-page__sidebar--m-expanded--TranslateX: 0;
20737
20720
  --pf-c-page__sidebar--xl--TranslateX: 0;
20738
- --pf-c-page__sidebar-body--PaddingTop: var(--pf-global--spacer--sm);
20739
- --pf-c-page__sidebar-body--PaddingBottom: var(--pf-global--spacer--md);
20740
- --pf-c-page__sidebar-body--m-menu--PaddingTop: 0;
20741
- --pf-c-page__sidebar-body--m-menu--PaddingBottom: 0;
20721
+ --pf-c-page__sidebar-body--PaddingRight: 0;
20722
+ --pf-c-page__sidebar-body--PaddingLeft: 0;
20723
+ --pf-c-page__sidebar-body--m-page-insets--PaddingRight: var(--pf-c-page--inset);
20724
+ --pf-c-page__sidebar-body--m-page-insets--PaddingLeft: var(--pf-c-page--inset);
20742
20725
  --pf-c-page__sidebar-body--m-menu--BorderTopColor: var(--pf-global--BackgroundColor--dark-200);
20743
20726
  --pf-c-page__sidebar-body--m-menu--BorderTopWidth: var(--pf-global--BorderWidth--sm);
20744
20727
  --pf-c-page__sidebar-body--m-menu--c-context-selector--BorderBottomColor: var(--pf-global--BackgroundColor--dark-200);
@@ -20809,6 +20792,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20809
20792
  @media (min-width: 1200px) {
20810
20793
  .pf-c-page {
20811
20794
  --pf-c-page__header-brand--PaddingLeft: var(--pf-c-page__header-brand--xl--PaddingLeft);
20795
+ --pf-c-page--inset: var(--pf-c-page--xl--inset);
20812
20796
  }
20813
20797
  }
20814
20798
  @media screen and (min-width: 1200px) {
@@ -20994,7 +20978,10 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20994
20978
  }
20995
20979
 
20996
20980
  .pf-c-page__sidebar {
20981
+ color: var(--pf-global--Color--100);
20997
20982
  z-index: var(--pf-c-page__sidebar--ZIndex);
20983
+ display: flex;
20984
+ flex-direction: column;
20998
20985
  grid-area: nav;
20999
20986
  grid-row-start: 2;
21000
20987
  grid-column-start: 1;
@@ -21026,12 +21013,13 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21026
21013
  }
21027
21014
 
21028
21015
  .pf-c-page__sidebar-body {
21029
- padding-top: var(--pf-c-page__sidebar-body--PaddingTop);
21030
- padding-bottom: var(--pf-c-page__sidebar-body--PaddingBottom);
21016
+ padding-right: var(--pf-c-page__sidebar-body--PaddingRight);
21017
+ padding-left: var(--pf-c-page__sidebar-body--PaddingLeft);
21018
+ }
21019
+ .pf-c-page__sidebar-body:last-child {
21020
+ flex-grow: 1;
21031
21021
  }
21032
21022
  .pf-c-page__sidebar-body.pf-m-menu {
21033
- --pf-c-page__sidebar-body--PaddingTop: var(--pf-c-page__sidebar-body--m-menu--PaddingTop);
21034
- --pf-c-page__sidebar-body--PaddingBottom: var(--pf-c-page__sidebar-body--m-menu--PaddingBottom);
21035
21023
  background-color: var(--pf-global--palette--black-900);
21036
21024
  border-top: var(--pf-c-page__sidebar-body--m-menu--BorderTopWidth) solid var(--pf-c-page__sidebar-body--m-menu--BorderTopColor);
21037
21025
  }
@@ -21047,6 +21035,20 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21047
21035
  color: var(--pf-global--Color--100);
21048
21036
  width: 100%;
21049
21037
  }
21038
+ .pf-c-page__sidebar-body.pf-m-page-insets {
21039
+ --pf-c-page__sidebar-body--PaddingRight: var(--pf-c-page__sidebar-body--m-page-insets--PaddingRight);
21040
+ --pf-c-page__sidebar-body--PaddingLeft: var(--pf-c-page__sidebar-body--m-page-insets--PaddingLeft);
21041
+ }
21042
+ .pf-c-page__sidebar-body.pf-m-inset-none {
21043
+ --pf-c-page__sidebar-body--PaddingRight: 0;
21044
+ --pf-c-page__sidebar-body--PaddingLeft: 0;
21045
+ }
21046
+ .pf-c-page__sidebar-body.pf-m-fill {
21047
+ flex-grow: 1;
21048
+ }
21049
+ .pf-c-page__sidebar-body.pf-m-no-fill {
21050
+ flex-grow: 0;
21051
+ }
21050
21052
 
21051
21053
  .pf-c-page__main-nav.pf-m-limit-width,
21052
21054
  .pf-c-page__main-breadcrumb.pf-m-limit-width,
package/patternfly.css CHANGED
@@ -9,7 +9,7 @@
9
9
  --pf-global--BackgroundColor--100: var(--pf-global--BackgroundColor--light-100);
10
10
  }
11
11
 
12
- .pf-c-wizard__header, .pf-c-page__main-section[class*=pf-m-dark-], .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector, .pf-c-page__header, .pf-c-masthead .pf-c-button.pf-m-plain, .pf-c-masthead, .pf-c-login__footer, .pf-c-login__header, .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, .pf-c-banner, .pf-c-about-modal-box, .pf-t-dark {
12
+ .pf-c-wizard__header, .pf-c-page__main-section[class*=pf-m-dark-], .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector, .pf-c-page__sidebar, .pf-c-page__header, .pf-c-masthead .pf-c-button.pf-m-plain, .pf-c-masthead, .pf-c-login__footer, .pf-c-login__header, .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, .pf-c-banner, .pf-c-about-modal-box, .pf-t-dark {
13
13
  --pf-global--Color--100: var(--pf-global--Color--light-100);
14
14
  --pf-global--Color--200: var(--pf-global--Color--light-200);
15
15
  --pf-global--BorderColor--100: var(--pf-global--BorderColor--light-100);
@@ -5437,11 +5437,17 @@ button) {
5437
5437
 
5438
5438
  .pf-c-about-modal-box {
5439
5439
  --pf-c-about-modal-box--BackgroundColor: var(--pf-global--palette--black-1000);
5440
+ --pf-c-about-modal-box--BackgroundImage: url("./assets/images/pfbg-icon.svg");
5441
+ --pf-c-about-modal-box--BackgroundPosition: bottom right;
5442
+ --pf-c-about-modal-box--BackgroundSize--min-width: 200px;
5443
+ --pf-c-about-modal-box--BackgroundSize--width: 60%;
5444
+ --pf-c-about-modal-box--BackgroundSize--max-width: 600px;
5445
+ --pf-c-about-modal-box--BackgroundSize: clamp(var(--pf-c-about-modal-box--BackgroundSize--min-width), var(--pf-c-about-modal-box--BackgroundSize--width), var(--pf-c-about-modal-box--BackgroundSize--max-width));
5440
5446
  --pf-c-about-modal-box--Height: 100%;
5441
5447
  --pf-c-about-modal-box--lg--Height: 47.625rem;
5442
5448
  --pf-c-about-modal-box--Width: 100%;
5443
- --pf-c-about-modal-box--sm--grid-template-columns: 5fr 1fr;
5444
- --pf-c-about-modal-box--lg--grid-template-columns: 1fr .6fr;
5449
+ --pf-c-about-modal-box--sm--GridTemplateColumns: 5fr 1fr;
5450
+ --pf-c-about-modal-box--lg--GridTemplateColumns: 1fr .6fr;
5445
5451
  --pf-c-about-modal-box__brand--PaddingTop: var(--pf-global--spacer--2xl);
5446
5452
  --pf-c-about-modal-box__brand--PaddingRight: var(--pf-global--spacer--xl);
5447
5453
  --pf-c-about-modal-box__brand--PaddingLeft: var(--pf-global--spacer--xl);
@@ -5454,7 +5460,6 @@ button) {
5454
5460
  --pf-c-about-modal-box__close--PaddingRight: var(--pf-global--spacer--xl);
5455
5461
  --pf-c-about-modal-box__close--PaddingBottom: var(--pf-global--spacer--xl);
5456
5462
  --pf-c-about-modal-box__close--sm--PaddingBottom: var(--pf-global--spacer--3xl);
5457
- --pf-c-about-modal-box__close--sm--PaddingRight: 0;
5458
5463
  --pf-c-about-modal-box__close--lg--PaddingRight: var(--pf-global--spacer--3xl);
5459
5464
  --pf-c-about-modal-box__close--c-button--Color: var(--pf-global--Color--100);
5460
5465
  --pf-c-about-modal-box__close--c-button--FontSize: var(--pf-global--FontSize--xl);
@@ -5493,6 +5498,10 @@ button) {
5493
5498
  overflow-x: hidden;
5494
5499
  overflow-y: auto;
5495
5500
  background-color: var(--pf-c-about-modal-box--BackgroundColor);
5501
+ background-image: var(--pf-c-about-modal-box--BackgroundImage);
5502
+ background-repeat: no-repeat;
5503
+ background-position: var(--pf-c-about-modal-box--BackgroundPosition);
5504
+ background-size: var(--pf-c-about-modal-box--BackgroundSize);
5496
5505
  }
5497
5506
  @media screen and (min-width: 576px) {
5498
5507
  .pf-c-about-modal-box {
@@ -5503,7 +5512,6 @@ button) {
5503
5512
  }
5504
5513
  @media only screen and (min-width: 576px) {
5505
5514
  .pf-c-about-modal-box {
5506
- --pf-c-about-modal-box__close--PaddingRight: var(--pf-c-about-modal-box__close--sm--PaddingRight);
5507
5515
  --pf-c-about-modal-box__close--PaddingBottom: var(--pf-c-about-modal-box__close--sm--PaddingBottom);
5508
5516
  }
5509
5517
  }
@@ -5533,8 +5541,8 @@ button) {
5533
5541
  }
5534
5542
  @media only screen and (min-width: 576px) {
5535
5543
  .pf-c-about-modal-box {
5536
- grid-template-areas: "brand hero" "header hero" "content hero";
5537
- grid-template-columns: var(--pf-c-about-modal-box--sm--grid-template-columns);
5544
+ grid-template-areas: "brand close" "header close" "content close";
5545
+ grid-template-columns: var(--pf-c-about-modal-box--sm--GridTemplateColumns);
5538
5546
  }
5539
5547
  }
5540
5548
  @media only screen and (min-width: 992px) {
@@ -5542,7 +5550,7 @@ button) {
5542
5550
  --pf-c-about-modal-box--Height: var(--pf-c-about-modal-box--lg--Height);
5543
5551
  --pf-c-about-modal-box--Width: var(--pf-c-about-modal-box--lg--Width);
5544
5552
  grid-template-rows: max-content max-content auto;
5545
- grid-template-columns: var(--pf-c-about-modal-box--lg--grid-template-columns);
5553
+ grid-template-columns: var(--pf-c-about-modal-box--lg--GridTemplateColumns);
5546
5554
  }
5547
5555
  }
5548
5556
 
@@ -6715,50 +6723,23 @@ button) {
6715
6723
 
6716
6724
  .pf-c-background-image {
6717
6725
  --pf-c-background-image--BackgroundColor: var(--pf-global--BackgroundColor--dark-100);
6718
- --pf-c-background-image--BackgroundImage: url("./assets/images/pfbg_576.jpg");
6719
- --pf-c-background-image--BackgroundImage-2x: url("./assets/images/pfbg_576@2x.jpg");
6720
- --pf-c-background-image--BackgroundImage--sm: url("./assets/images/pfbg_768.jpg");
6721
- --pf-c-background-image--BackgroundImage--sm-2x: url("./assets/images/pfbg_768@2x.jpg");
6722
- --pf-c-background-image--BackgroundImage--lg: url("./assets/images/pfbg_2000.jpg");
6723
- --pf-c-background-image--Filter: url("#image_overlay");
6724
- }
6725
- .pf-c-background-image::before {
6726
+ --pf-c-background-image--BackgroundImage: url("./assets/images/pfbg-icon.svg");
6727
+ --pf-c-background-image--BackgroundPosition: bottom right;
6728
+ --pf-c-background-image--BackgroundSize--min-width: 200px;
6729
+ --pf-c-background-image--BackgroundSize--width: 60%;
6730
+ --pf-c-background-image--BackgroundSize--max-width: 600px;
6731
+ --pf-c-background-image--BackgroundSize: clamp(var(--pf-c-background-image--BackgroundSize--min-width), var(--pf-c-background-image--BackgroundSize--width), var(--pf-c-background-image--BackgroundSize--max-width));
6726
6732
  position: fixed;
6727
6733
  top: 0;
6728
6734
  left: 0;
6729
6735
  z-index: -1;
6730
6736
  width: 100%;
6731
6737
  height: 100%;
6732
- content: "";
6733
6738
  background-color: var(--pf-c-background-image--BackgroundColor);
6734
6739
  background-image: var(--pf-c-background-image--BackgroundImage);
6735
- filter: var(--pf-c-background-image--Filter);
6736
6740
  background-repeat: no-repeat;
6737
- background-size: cover;
6738
- }
6739
- @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
6740
- .pf-c-background-image::before {
6741
- --pf-c-background-image--BackgroundImage: var(--pf-c-background-image--BackgroundImage-2x);
6742
- }
6743
- }
6744
- @media (min-width: 576px) {
6745
- .pf-c-background-image::before {
6746
- --pf-c-background-image--BackgroundImage: var(--pf-c-background-image--BackgroundImage--sm);
6747
- }
6748
- }
6749
- @media (min-width: 576px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 576px) and (min-resolution: 192dpi) {
6750
- .pf-c-background-image::before {
6751
- --pf-c-background-image--BackgroundImage: var(--pf-c-background-image--BackgroundImage--sm-2x);
6752
- }
6753
- }
6754
- @media (min-width: 992px) {
6755
- .pf-c-background-image::before {
6756
- --pf-c-background-image--BackgroundImage: var(--pf-c-background-image--BackgroundImage--lg);
6757
- }
6758
- }
6759
-
6760
- .pf-c-background-image__filter {
6761
- display: block;
6741
+ background-position: var(--pf-c-background-image--BackgroundPosition);
6742
+ background-size: var(--pf-c-background-image--BackgroundSize);
6762
6743
  }
6763
6744
 
6764
6745
  .pf-c-back-to-top {
@@ -16752,7 +16733,6 @@ ul.pf-c-list {
16752
16733
  .pf-c-login {
16753
16734
  --pf-c-login--PaddingTop: var(--pf-global--spacer--lg);
16754
16735
  --pf-c-login--PaddingBottom: var(--pf-global--spacer--lg);
16755
- --pf-c-login--xl--BackgroundImage: none;
16756
16736
  --pf-c-login__container--xl--GridColumnGap: var(--pf-global--spacer--3xl);
16757
16737
  --pf-c-login__container--MaxWidth: 31.25rem;
16758
16738
  --pf-c-login__container--xl--MaxWidth: none;
@@ -16766,8 +16746,9 @@ ul.pf-c-list {
16766
16746
  --pf-c-login__header--xl--MarginTop: var(--pf-global--spacer--3xl);
16767
16747
  --pf-c-login__header--c-brand--MarginBottom: var(--pf-global--spacer--lg);
16768
16748
  --pf-c-login__header--c-brand--xl--MarginBottom: var(--pf-global--spacer--2xl);
16769
- --pf-c-login__main--BackgroundColor: var(--pf-global--BackgroundColor--light-100);
16749
+ --pf-c-login__main--BackgroundColor: var(--pf-global--BackgroundColor--100);
16770
16750
  --pf-c-login__main--MarginBottom: var(--pf-global--spacer--lg);
16751
+ --pf-c-login__main--BoxShadow: var(--pf-global--BoxShadow--xl);
16771
16752
  --pf-c-login__main-header--PaddingTop: var(--pf-global--spacer--2xl);
16772
16753
  --pf-c-login__main-header--PaddingRight: var(--pf-global--spacer--xl);
16773
16754
  --pf-c-login__main-header--PaddingBottom: var(--pf-global--spacer--md);
@@ -16801,7 +16782,8 @@ ul.pf-c-list {
16801
16782
  --pf-c-login__main-footer-band--PaddingRight: var(--pf-global--spacer--md);
16802
16783
  --pf-c-login__main-footer-band--PaddingBottom: var(--pf-global--spacer--lg);
16803
16784
  --pf-c-login__main-footer-band--PaddingLeft: var(--pf-global--spacer--md);
16804
- --pf-c-login__main-footer-band--BackgroundColor: var(--pf-global--BackgroundColor--200);
16785
+ --pf-c-login__main-footer-band--BorderTopColor: var(--pf-global--BorderColor--100);
16786
+ --pf-c-login__main-footer-band--BorderTopWidth: var(--pf-global--BorderWidth--sm);
16805
16787
  --pf-c-login__main-footer-band-item--PaddingTop: var(--pf-global--spacer--md);
16806
16788
  --pf-c-login__footer--PaddingLeft: var(--pf-global--spacer--md);
16807
16789
  --pf-c-login__footer--PaddingRight: var(--pf-global--spacer--md);
@@ -16859,11 +16841,6 @@ ul.pf-c-list {
16859
16841
  --pf-c-login__footer--c-list--PaddingTop: var(--pf-c-login__footer--c-list--xl--PaddingTop);
16860
16842
  }
16861
16843
  }
16862
- @media (min-width: 1200px) {
16863
- .pf-c-login {
16864
- background-image: var(--pf-c-login--xl--BackgroundImage);
16865
- }
16866
- }
16867
16844
  @media (min-width: 576px) {
16868
16845
  .pf-c-login {
16869
16846
  align-items: center;
@@ -16906,6 +16883,7 @@ ul.pf-c-list {
16906
16883
  align-self: start;
16907
16884
  margin-bottom: var(--pf-c-login__main--MarginBottom);
16908
16885
  background-color: var(--pf-c-login__main--BackgroundColor);
16886
+ box-shadow: var(--pf-c-login__main--BoxShadow);
16909
16887
  }
16910
16888
  .pf-c-login__main > :first-child:not(.pf-c-login__main-header) {
16911
16889
  padding-top: var(--pf-c-login__main-header--PaddingTop);
@@ -16997,7 +16975,7 @@ ul.pf-c-list {
16997
16975
  .pf-c-login__main-footer-band {
16998
16976
  padding: var(--pf-c-login__main-footer-band--PaddingTop) var(--pf-c-login__main-footer-band--PaddingRight) var(--pf-c-login__main-footer-band--PaddingBottom) var(--pf-c-login__main-footer-band--PaddingLeft);
16999
16977
  text-align: center;
17000
- background-color: var(--pf-c-login__main-footer-band--BackgroundColor);
16978
+ border-top: var(--pf-c-login__main-footer-band--BorderTopWidth) solid var(--pf-c-login__main-footer-band--BorderTopColor);
17001
16979
  }
17002
16980
  .pf-c-login__main-footer-band > * + * {
17003
16981
  padding-top: var(--pf-c-login__main-footer-band-item--PaddingTop);
@@ -17029,6 +17007,9 @@ ul.pf-c-list {
17029
17007
  --pf-global--BackgroundColor--100: #1b1d21;
17030
17008
  }
17031
17009
 
17010
+ :where(.pf-theme-dark) .pf-c-login {
17011
+ --pf-c-login__main--BackgroundColor: var(--pf-global--BackgroundColor--300);
17012
+ }
17032
17013
  :where(.pf-theme-dark) .pf-c-login__header,
17033
17014
  :where(.pf-theme-dark) .pf-c-login__footer {
17034
17015
  color: var(--pf-global--Color--100);
@@ -20806,6 +20787,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20806
20787
 
20807
20788
  .pf-c-page {
20808
20789
  --pf-c-page--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
20790
+ --pf-c-page--inset: var(--pf-global--spacer--md);
20791
+ --pf-c-page--xl--inset: var(--pf-global--spacer--lg);
20809
20792
  --pf-c-page__header--BackgroundColor: var(--pf-global--BackgroundColor--dark-100);
20810
20793
  --pf-c-page__header--ZIndex: var(--pf-global--ZIndex--md);
20811
20794
  --pf-c-page__header--MinHeight: 4.75rem;
@@ -20852,10 +20835,10 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20852
20835
  --pf-c-page__sidebar--TranslateZ: 0;
20853
20836
  --pf-c-page__sidebar--m-expanded--TranslateX: 0;
20854
20837
  --pf-c-page__sidebar--xl--TranslateX: 0;
20855
- --pf-c-page__sidebar-body--PaddingTop: var(--pf-global--spacer--sm);
20856
- --pf-c-page__sidebar-body--PaddingBottom: var(--pf-global--spacer--md);
20857
- --pf-c-page__sidebar-body--m-menu--PaddingTop: 0;
20858
- --pf-c-page__sidebar-body--m-menu--PaddingBottom: 0;
20838
+ --pf-c-page__sidebar-body--PaddingRight: 0;
20839
+ --pf-c-page__sidebar-body--PaddingLeft: 0;
20840
+ --pf-c-page__sidebar-body--m-page-insets--PaddingRight: var(--pf-c-page--inset);
20841
+ --pf-c-page__sidebar-body--m-page-insets--PaddingLeft: var(--pf-c-page--inset);
20859
20842
  --pf-c-page__sidebar-body--m-menu--BorderTopColor: var(--pf-global--BackgroundColor--dark-200);
20860
20843
  --pf-c-page__sidebar-body--m-menu--BorderTopWidth: var(--pf-global--BorderWidth--sm);
20861
20844
  --pf-c-page__sidebar-body--m-menu--c-context-selector--BorderBottomColor: var(--pf-global--BackgroundColor--dark-200);
@@ -20926,6 +20909,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20926
20909
  @media (min-width: 1200px) {
20927
20910
  .pf-c-page {
20928
20911
  --pf-c-page__header-brand--PaddingLeft: var(--pf-c-page__header-brand--xl--PaddingLeft);
20912
+ --pf-c-page--inset: var(--pf-c-page--xl--inset);
20929
20913
  }
20930
20914
  }
20931
20915
  @media screen and (min-width: 1200px) {
@@ -21111,7 +21095,10 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21111
21095
  }
21112
21096
 
21113
21097
  .pf-c-page__sidebar {
21098
+ color: var(--pf-global--Color--100);
21114
21099
  z-index: var(--pf-c-page__sidebar--ZIndex);
21100
+ display: flex;
21101
+ flex-direction: column;
21115
21102
  grid-area: nav;
21116
21103
  grid-row-start: 2;
21117
21104
  grid-column-start: 1;
@@ -21143,12 +21130,13 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21143
21130
  }
21144
21131
 
21145
21132
  .pf-c-page__sidebar-body {
21146
- padding-top: var(--pf-c-page__sidebar-body--PaddingTop);
21147
- padding-bottom: var(--pf-c-page__sidebar-body--PaddingBottom);
21133
+ padding-right: var(--pf-c-page__sidebar-body--PaddingRight);
21134
+ padding-left: var(--pf-c-page__sidebar-body--PaddingLeft);
21135
+ }
21136
+ .pf-c-page__sidebar-body:last-child {
21137
+ flex-grow: 1;
21148
21138
  }
21149
21139
  .pf-c-page__sidebar-body.pf-m-menu {
21150
- --pf-c-page__sidebar-body--PaddingTop: var(--pf-c-page__sidebar-body--m-menu--PaddingTop);
21151
- --pf-c-page__sidebar-body--PaddingBottom: var(--pf-c-page__sidebar-body--m-menu--PaddingBottom);
21152
21140
  background-color: var(--pf-global--palette--black-900);
21153
21141
  border-top: var(--pf-c-page__sidebar-body--m-menu--BorderTopWidth) solid var(--pf-c-page__sidebar-body--m-menu--BorderTopColor);
21154
21142
  }
@@ -21164,6 +21152,20 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21164
21152
  color: var(--pf-global--Color--100);
21165
21153
  width: 100%;
21166
21154
  }
21155
+ .pf-c-page__sidebar-body.pf-m-page-insets {
21156
+ --pf-c-page__sidebar-body--PaddingRight: var(--pf-c-page__sidebar-body--m-page-insets--PaddingRight);
21157
+ --pf-c-page__sidebar-body--PaddingLeft: var(--pf-c-page__sidebar-body--m-page-insets--PaddingLeft);
21158
+ }
21159
+ .pf-c-page__sidebar-body.pf-m-inset-none {
21160
+ --pf-c-page__sidebar-body--PaddingRight: 0;
21161
+ --pf-c-page__sidebar-body--PaddingLeft: 0;
21162
+ }
21163
+ .pf-c-page__sidebar-body.pf-m-fill {
21164
+ flex-grow: 1;
21165
+ }
21166
+ .pf-c-page__sidebar-body.pf-m-no-fill {
21167
+ flex-grow: 0;
21168
+ }
21167
21169
 
21168
21170
  .pf-c-page__main-nav.pf-m-limit-width,
21169
21171
  .pf-c-page__main-breadcrumb.pf-m-limit-width,