@patternfly/patternfly 6.0.0-alpha.15 → 6.0.0-alpha.17

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.
@@ -826,14 +826,14 @@
826
826
  --pf-t--global--font--size--heading--100: 16px;
827
827
  --pf-t--global--font--size--heading--200: 18px;
828
828
  --pf-t--global--font--size--heading--300: 20px;
829
- --pf-t--global--font--size--heading--400: 24px;
829
+ --pf-t--global--font--size--heading--400: 22px;
830
830
  --pf-t--global--font--size--heading--500: 28px;
831
831
  --pf-t--global--font--size--heading--600: 36px;
832
832
  --pf-t--global--font--family--body: var(--pf-t--global--font--family--100);
833
833
  --pf-t--global--font--family--heading: var(--pf-t--global--font--family--200);
834
834
  --pf-t--global--font--family--mono: var(--pf-t--global--font--family--300);
835
- --pf-t--global--font--line-height--body: var(--pf-t--global--font--line-height--100);
836
- --pf-t--global--font--line-height--heading: var(--pf-t--global--font--line-height--200);
835
+ --pf-t--global--font--line-height--body: var(--pf-t--global--font--line-height--200);
836
+ --pf-t--global--font--line-height--heading: var(--pf-t--global--font--line-height--100);
837
837
  --pf-t--global--font--weight--body: var(--pf-t--global--font--weight--body--100);
838
838
  --pf-t--global--font--weight--body--bold: var(--pf-t--global--font--weight--body--200);
839
839
  --pf-t--global--font--weight--heading: var(--pf-t--global--font--weight--heading--100);
@@ -1397,8 +1397,8 @@ h6) {
1397
1397
  }
1398
1398
 
1399
1399
  *,
1400
- :where(*::before,
1401
- *::after) {
1400
+ *::before,
1401
+ *::after {
1402
1402
  box-sizing: border-box;
1403
1403
  }
1404
1404
 
@@ -1485,10 +1485,6 @@ button) {
1485
1485
  cursor: pointer;
1486
1486
  }
1487
1487
 
1488
- :where(.pf-v5-theme-dark) {
1489
- color-scheme: dark;
1490
- }
1491
-
1492
1488
  .pf-v5-t-dark.pf-m-transparent {
1493
1489
  background-color: transparent;
1494
1490
  }
@@ -889,14 +889,14 @@
889
889
  --pf-t--global--font--size--heading--100: 16px;
890
890
  --pf-t--global--font--size--heading--200: 18px;
891
891
  --pf-t--global--font--size--heading--300: 20px;
892
- --pf-t--global--font--size--heading--400: 24px;
892
+ --pf-t--global--font--size--heading--400: 22px;
893
893
  --pf-t--global--font--size--heading--500: 28px;
894
894
  --pf-t--global--font--size--heading--600: 36px;
895
895
  --pf-t--global--font--family--body: var(--pf-t--global--font--family--100);
896
896
  --pf-t--global--font--family--heading: var(--pf-t--global--font--family--200);
897
897
  --pf-t--global--font--family--mono: var(--pf-t--global--font--family--300);
898
- --pf-t--global--font--line-height--body: var(--pf-t--global--font--line-height--100);
899
- --pf-t--global--font--line-height--heading: var(--pf-t--global--font--line-height--200);
898
+ --pf-t--global--font--line-height--body: var(--pf-t--global--font--line-height--200);
899
+ --pf-t--global--font--line-height--heading: var(--pf-t--global--font--line-height--100);
900
900
  --pf-t--global--font--weight--body: var(--pf-t--global--font--weight--body--100);
901
901
  --pf-t--global--font--weight--body--bold: var(--pf-t--global--font--weight--body--200);
902
902
  --pf-t--global--font--weight--heading: var(--pf-t--global--font--weight--heading--100);
@@ -1432,10 +1432,6 @@
1432
1432
  scale: -1 1;
1433
1433
  }
1434
1434
 
1435
- :where(.pf-v5-theme-dark) {
1436
- color-scheme: dark;
1437
- }
1438
-
1439
1435
  .pf-v5-t-dark.pf-m-transparent {
1440
1436
  background-color: transparent;
1441
1437
  }
@@ -17295,23 +17291,23 @@ button.pf-v5-c-label__content:focus {
17295
17291
  }
17296
17292
 
17297
17293
  .pf-v5-c-list {
17298
- --pf-v5-c-list--PaddingLeft: var(--pf-v5-global--spacer--lg);
17299
- --pf-v5-c-list--nested--MarginTop: var(--pf-v5-global--spacer--sm);
17300
- --pf-v5-c-list--nested--MarginLeft: var(--pf-v5-global--spacer--sm);
17294
+ --pf-v5-c-list--PaddingLeft: var(--pf-t--global--spacer--lg);
17295
+ --pf-v5-c-list--nested--MarginTop: var(--pf-t--global--spacer--sm);
17296
+ --pf-v5-c-list--nested--MarginLeft: var(--pf-t--global--spacer--sm);
17301
17297
  --pf-v5-c-list--ul--ListStyle: var(--pf-v5-global--ListStyle);
17302
- --pf-v5-c-list--li--MarginTop: var(--pf-v5-global--spacer--sm);
17303
- --pf-v5-c-list--m-inline--li--MarginRight: var(--pf-v5-global--spacer--lg);
17304
- --pf-v5-c-list--m-bordered--li--PaddingBottom: var(--pf-v5-global--spacer--sm);
17305
- --pf-v5-c-list--m-bordered--li--BorderBottomColor: var(--pf-v5-global--BorderColor--100);
17306
- --pf-v5-c-list--m-bordered--li--BorderBottomWidth: var(--pf-v5-global--BorderWidth--sm);
17307
- --pf-v5-c-list__item-icon--MinWidth: var(--pf-v5-global--icon--FontSize--sm);
17308
- --pf-v5-c-list__item-icon--MarginTop: 0.375rem;
17309
- --pf-v5-c-list__item-icon--MarginRight: var(--pf-v5-global--spacer--sm);
17310
- --pf-v5-c-list__item-icon--Color: var(--pf-v5-global--icon--Color--dark);
17311
- --pf-v5-c-list__item-icon--FontSize: var(--pf-v5-global--icon--FontSize--sm);
17312
- --pf-v5-c-list--m-icon-lg__item-icon--MinWidth: var(--pf-v5-global--icon--FontSize--lg);
17313
- --pf-v5-c-list--m-icon-lg__item-icon--MarginRight: var(--pf-v5-global--spacer--md);
17314
- --pf-v5-c-list--m-icon-lg__item-icon--FontSize: var(--pf-v5-global--icon--FontSize--lg);
17298
+ --pf-v5-c-list--li--MarginTop: var(--pf-t--global--spacer--sm);
17299
+ --pf-v5-c-list--m-inline--li--MarginRight: var(--pf-t--global--spacer--lg);
17300
+ --pf-v5-c-list--m-bordered--li--PaddingBottom: var(--pf-t--global--spacer--sm);
17301
+ --pf-v5-c-list--m-bordered--li--BorderBottomColor: var(--pf-t--global--border--color--default);
17302
+ --pf-v5-c-list--m-bordered--li--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
17303
+ --pf-v5-c-list__item-icon--MinWidth: var(--pf-t--global--icon--size--sm);
17304
+ --pf-v5-c-list__item-icon--MarginTop: var(--pf-t--global--spacer--xs);
17305
+ --pf-v5-c-list__item-icon--MarginRight: var(--pf-t--global--spacer--sm);
17306
+ --pf-v5-c-list__item-icon--Color: var(--pf-t--global--icon--color--regular);
17307
+ --pf-v5-c-list__item-icon--FontSize: var(--pf-t--global--icon--size--sm);
17308
+ --pf-v5-c-list--m-icon-lg__item-icon--MinWidth: var(--pf-t--global--icon--size--lg);
17309
+ --pf-v5-c-list--m-icon-lg__item-icon--MarginRight: var(--pf-t--global--spacer--md);
17310
+ --pf-v5-c-list--m-icon-lg__item-icon--FontSize: var(--pf-t--global--icon--size--lg);
17315
17311
  padding-inline-start: var(--pf-v5-c-list--PaddingLeft);
17316
17312
  }
17317
17313
  .pf-v5-c-list ol,
@@ -21639,11 +21635,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
21639
21635
  --pf-v5-c-page__sidebar--xl--TranslateX: 0;
21640
21636
  --pf-v5-c-page__sidebar--MarginRight: 0;
21641
21637
  --pf-v5-c-page__sidebar--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
21642
- --pf-v5-c-page__sidebar--PaddingInlineStart: var(--pf-t--global--spacer--lg);
21638
+ --pf-v5-c-page__sidebar--PaddingInlineStart: 0;
21643
21639
  --pf-v5-c-page__sidebar-header--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
21644
21640
  --pf-v5-c-page__sidebar-header--BorderBottomColor: var(--pf-t--global--border--color--default);
21645
21641
  --pf-v5-c-page__sidebar-header--PaddingTop: var(--pf-t--global--spacer--sm);
21646
21642
  --pf-v5-c-page__sidebar-header--PaddingBottom: var(--pf-t--global--spacer--md);
21643
+ --pf-v5-c-page__sidebar-title--PaddingLeft: var(--pf-t--global--spacer--lg);
21647
21644
  --pf-v5-c-page__sidebar-title--FontSize: var(--pf-t--global--font--size--heading--xs);
21648
21645
  --pf-v5-c-page__sidebar-title--LineHeight: var(--pf-t--global--font--line-height--heading);
21649
21646
  --pf-v5-c-page__sidebar-title--FontFamily: var(--pf-t--global--font--family--heading);
@@ -21863,8 +21860,8 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
21863
21860
  grid-column-start: 1;
21864
21861
  width: var(--pf-v5-c-page__sidebar--Width);
21865
21862
  padding-block-start: 0;
21866
- padding-block-end: var(--pf-t--global--spacer--lg);
21867
- padding-inline-start: var(--pf-t--global--spacer--lg);
21863
+ padding-block-end: var(--pf-v5-c-page__sidebar--PaddingBlockEnd);
21864
+ padding-inline-start: var(--pf-v5-c-page__sidebar--PaddingInlineStart);
21868
21865
  margin-inline-end: var(--pf-v5-c-page__sidebar--MarginRight);
21869
21866
  overflow-x: hidden;
21870
21867
  overflow-y: auto;
@@ -21898,6 +21895,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
21898
21895
  }
21899
21896
 
21900
21897
  .pf-v5-c-page__sidebar-title {
21898
+ padding-inline-start: var(--pf-v5-c-page__sidebar-title--PaddingLeft);
21901
21899
  font-family: var(--pf-v5-c-page__sidebar-title--FontFamily);
21902
21900
  font-size: var(--pf-v5-c-page__sidebar-title--FontSize);
21903
21901
  font-weight: var(--pf-v5-c-page__sidebar-title--FontWeight);
@@ -30573,26 +30571,47 @@ svg.pf-v5-c-spinner.pf-m-xl {
30573
30571
  --pf-v5-c-timestamp--m-help-text--TextDecorationColor: var(--pf-v5-c-timestamp--m-help-text--focus--TextDecorationColor);
30574
30572
  }
30575
30573
 
30574
+ :root {
30575
+ --pf-v5-c-title--FontFamily: var(--pf-t--global--font--family--heading);
30576
+ --pf-v5-c-title--m-4xl--LineHeight: var(--pf-t--global--font--line-height--heading);
30577
+ --pf-v5-c-title--m-4xl--FontSize: var(--pf-t--global--font--size--heading--2xl);
30578
+ --pf-v5-c-title--m-4xl--FontWeight: var(--pf-t--global--font--weight--heading);
30579
+ --pf-v5-c-title--m-3xl--LineHeight: var(--pf-t--global--font--line-height--heading);
30580
+ --pf-v5-c-title--m-3xl--FontSize: var(--pf-t--global--font--size--heading--xl);
30581
+ --pf-v5-c-title--m-3xl--FontWeight: var(--pf-t--global--font--weight--heading);
30582
+ --pf-v5-c-title--m-2xl--LineHeight: var(--pf-t--global--font--line-height--heading);
30583
+ --pf-v5-c-title--m-2xl--FontSize: var(--pf-t--global--font--size--heading--lg);
30584
+ --pf-v5-c-title--m-2xl--FontWeight: var(--pf-t--global--font--weight--heading);
30585
+ --pf-v5-c-title--m-xl--LineHeight: var(--pf-t--global--font--line-height--heading);
30586
+ --pf-v5-c-title--m-xl--FontSize: var(--pf-t--global--font--size--heading--md);
30587
+ --pf-v5-c-title--m-xl--FontWeight: var(--pf-t--global--font--weight--heading);
30588
+ --pf-v5-c-title--m-lg--LineHeight: var(--pf-t--global--font--line-height--heading);
30589
+ --pf-v5-c-title--m-lg--FontSize: var(--pf-t--global--font--size--heading--sm);
30590
+ --pf-v5-c-title--m-lg--FontWeight: var(--pf-t--global--font--weight--heading);
30591
+ --pf-v5-c-title--m-md--LineHeight: var(--pf-t--global--font--line-height--heading);
30592
+ --pf-v5-c-title--m-md--FontSize: var(--pf-t--global--font--size--heading--xs);
30593
+ --pf-v5-c-title--m-md--FontWeight: var(--pf-t--global--font--weight--heading);
30594
+ --pf-v5-c-title--m-h1--LineHeight: var(--pf-t--global--font--line-height--heading);
30595
+ --pf-v5-c-title--m-h1--FontSize: var(--pf-t--global--font--size--heading--lg);
30596
+ --pf-v5-c-title--m-h1--FontWeight: var(--pf-t--global--font--weight--heading);
30597
+ --pf-v5-c-title--m-h2--LineHeight: var(--pf-t--global--font--line-height--heading);
30598
+ --pf-v5-c-title--m-h2--FontSize: var(--pf-t--global--font--size--heading--md);
30599
+ --pf-v5-c-title--m-h2--FontWeight: var(--pf-t--global--font--weight--heading);
30600
+ --pf-v5-c-title--m-h3--LineHeight: var(--pf-t--global--font--line-height--heading);
30601
+ --pf-v5-c-title--m-h3--FontSize: var(--pf-t--global--font--size--heading--sm);
30602
+ --pf-v5-c-title--m-h3--FontWeight: var(--pf-t--global--font--weight--heading);
30603
+ --pf-v5-c-title--m-h4--LineHeight: var(--pf-t--global--font--line-height--heading);
30604
+ --pf-v5-c-title--m-h4--FontSize: var(--pf-t--global--font--size--heading--xs);
30605
+ --pf-v5-c-title--m-h4--FontWeight: var(--pf-t--global--font--weight--heading);
30606
+ --pf-v5-c-title--m-h5--LineHeight: var(--pf-t--global--font--line-height--heading);
30607
+ --pf-v5-c-title--m-h5--FontSize: var(--pf-t--global--font--size--heading--xs);
30608
+ --pf-v5-c-title--m-h5--FontWeight: var(--pf-t--global--font--weight--heading);
30609
+ --pf-v5-c-title--m-h6--LineHeight: var(--pf-t--global--font--line-height--heading);
30610
+ --pf-v5-c-title--m-h6--FontSize: var(--pf-t--global--font--size--heading--xs);
30611
+ --pf-v5-c-title--m-h6--FontWeight: var(--pf-t--global--font--weight--heading);
30612
+ }
30613
+
30576
30614
  .pf-v5-c-title {
30577
- --pf-v5-c-title--FontFamily: var(--pf-v5-global--FontFamily--heading);
30578
- --pf-v5-c-title--m-4xl--LineHeight: var(--pf-v5-global--LineHeight--sm);
30579
- --pf-v5-c-title--m-4xl--FontSize: var(--pf-v5-global--FontSize--4xl);
30580
- --pf-v5-c-title--m-4xl--FontWeight: var(--pf-v5-global--FontWeight--normal);
30581
- --pf-v5-c-title--m-3xl--LineHeight: var(--pf-v5-global--LineHeight--sm);
30582
- --pf-v5-c-title--m-3xl--FontSize: var(--pf-v5-global--FontSize--3xl);
30583
- --pf-v5-c-title--m-3xl--FontWeight: var(--pf-v5-global--FontWeight--normal);
30584
- --pf-v5-c-title--m-2xl--LineHeight: var(--pf-v5-global--LineHeight--sm);
30585
- --pf-v5-c-title--m-2xl--FontSize: var(--pf-v5-global--FontSize--2xl);
30586
- --pf-v5-c-title--m-2xl--FontWeight: var(--pf-v5-global--FontWeight--normal);
30587
- --pf-v5-c-title--m-xl--LineHeight: var(--pf-v5-global--LineHeight--md);
30588
- --pf-v5-c-title--m-xl--FontSize: var(--pf-v5-global--FontSize--xl);
30589
- --pf-v5-c-title--m-xl--FontWeight: var(--pf-v5-global--FontWeight--normal);
30590
- --pf-v5-c-title--m-lg--LineHeight: var(--pf-v5-global--LineHeight--md);
30591
- --pf-v5-c-title--m-lg--FontSize: var(--pf-v5-global--FontSize--lg);
30592
- --pf-v5-c-title--m-lg--FontWeight: var(--pf-v5-global--FontWeight--normal);
30593
- --pf-v5-c-title--m-md--LineHeight: var(--pf-v5-global--LineHeight--md);
30594
- --pf-v5-c-title--m-md--FontSize: var(--pf-v5-global--FontSize--md);
30595
- --pf-v5-c-title--m-md--FontWeight: var(--pf-v5-global--FontWeight--normal);
30596
30615
  font-family: var(--pf-v5-c-title--FontFamily);
30597
30616
  word-break: break-word;
30598
30617
  }
@@ -30626,6 +30645,36 @@ svg.pf-v5-c-spinner.pf-m-xl {
30626
30645
  font-weight: var(--pf-v5-c-title--m-md--FontWeight);
30627
30646
  line-height: var(--pf-v5-c-title--m-md--LineHeight);
30628
30647
  }
30648
+ .pf-v5-c-title.pf-m-h1 {
30649
+ font-size: var(--pf-v5-c-title--m-h1--FontSize);
30650
+ font-weight: var(--pf-v5-c-title--m-h1--FontWeight);
30651
+ line-height: var(--pf-v5-c-title--m-h1--LineHeight);
30652
+ }
30653
+ .pf-v5-c-title.pf-m-h2 {
30654
+ font-size: var(--pf-v5-c-title--m-h2--FontSize);
30655
+ font-weight: var(--pf-v5-c-title--m-h2--FontWeight);
30656
+ line-height: var(--pf-v5-c-title--m-h2--LineHeight);
30657
+ }
30658
+ .pf-v5-c-title.pf-m-h3 {
30659
+ font-size: var(--pf-v5-c-title--m-h3--FontSize);
30660
+ font-weight: var(--pf-v5-c-title--m-h3--FontWeight);
30661
+ line-height: var(--pf-v5-c-title--m-h3--LineHeight);
30662
+ }
30663
+ .pf-v5-c-title.pf-m-h4 {
30664
+ font-size: var(--pf-v5-c-title--m-h4--FontSize);
30665
+ font-weight: var(--pf-v5-c-title--m-h4--FontWeight);
30666
+ line-height: var(--pf-v5-c-title--m-h4--LineHeight);
30667
+ }
30668
+ .pf-v5-c-title.pf-m-h5 {
30669
+ font-size: var(--pf-v5-c-title--m-h5--FontSize);
30670
+ font-weight: var(--pf-v5-c-title--m-h5--FontWeight);
30671
+ line-height: var(--pf-v5-c-title--m-h5--LineHeight);
30672
+ }
30673
+ .pf-v5-c-title.pf-m-h6 {
30674
+ font-size: var(--pf-v5-c-title--m-h6--FontSize);
30675
+ font-weight: var(--pf-v5-c-title--m-h6--FontWeight);
30676
+ line-height: var(--pf-v5-c-title--m-h6--LineHeight);
30677
+ }
30629
30678
 
30630
30679
  .pf-v5-c-toggle-group {
30631
30680
  --pf-v5-c-toggle-group__button--PaddingTop: var(--pf-v5-global--spacer--form-element);
@@ -889,14 +889,14 @@
889
889
  --pf-t--global--font--size--heading--100: 16px;
890
890
  --pf-t--global--font--size--heading--200: 18px;
891
891
  --pf-t--global--font--size--heading--300: 20px;
892
- --pf-t--global--font--size--heading--400: 24px;
892
+ --pf-t--global--font--size--heading--400: 22px;
893
893
  --pf-t--global--font--size--heading--500: 28px;
894
894
  --pf-t--global--font--size--heading--600: 36px;
895
895
  --pf-t--global--font--family--body: var(--pf-t--global--font--family--100);
896
896
  --pf-t--global--font--family--heading: var(--pf-t--global--font--family--200);
897
897
  --pf-t--global--font--family--mono: var(--pf-t--global--font--family--300);
898
- --pf-t--global--font--line-height--body: var(--pf-t--global--font--line-height--100);
899
- --pf-t--global--font--line-height--heading: var(--pf-t--global--font--line-height--200);
898
+ --pf-t--global--font--line-height--body: var(--pf-t--global--font--line-height--200);
899
+ --pf-t--global--font--line-height--heading: var(--pf-t--global--font--line-height--100);
900
900
  --pf-t--global--font--weight--body: var(--pf-t--global--font--weight--body--100);
901
901
  --pf-t--global--font--weight--body--bold: var(--pf-t--global--font--weight--body--200);
902
902
  --pf-t--global--font--weight--heading: var(--pf-t--global--font--weight--heading--100);
@@ -1460,8 +1460,8 @@ h6) {
1460
1460
  }
1461
1461
 
1462
1462
  *,
1463
- :where(*::before,
1464
- *::after) {
1463
+ *::before,
1464
+ *::after {
1465
1465
  box-sizing: border-box;
1466
1466
  }
1467
1467
 
@@ -1548,10 +1548,6 @@ button) {
1548
1548
  cursor: pointer;
1549
1549
  }
1550
1550
 
1551
- :where(.pf-theme-dark) {
1552
- color-scheme: dark;
1553
- }
1554
-
1555
1551
  .pf-t-dark.pf-m-transparent {
1556
1552
  background-color: transparent;
1557
1553
  }
@@ -17411,23 +17407,23 @@ button.pf-v5-c-label__content:focus {
17411
17407
  }
17412
17408
 
17413
17409
  .pf-v5-c-list {
17414
- --pf-v5-c-list--PaddingLeft: var(--pf-v5-global--spacer--lg);
17415
- --pf-v5-c-list--nested--MarginTop: var(--pf-v5-global--spacer--sm);
17416
- --pf-v5-c-list--nested--MarginLeft: var(--pf-v5-global--spacer--sm);
17410
+ --pf-v5-c-list--PaddingLeft: var(--pf-t--global--spacer--lg);
17411
+ --pf-v5-c-list--nested--MarginTop: var(--pf-t--global--spacer--sm);
17412
+ --pf-v5-c-list--nested--MarginLeft: var(--pf-t--global--spacer--sm);
17417
17413
  --pf-v5-c-list--ul--ListStyle: var(--pf-v5-global--ListStyle);
17418
- --pf-v5-c-list--li--MarginTop: var(--pf-v5-global--spacer--sm);
17419
- --pf-v5-c-list--m-inline--li--MarginRight: var(--pf-v5-global--spacer--lg);
17420
- --pf-v5-c-list--m-bordered--li--PaddingBottom: var(--pf-v5-global--spacer--sm);
17421
- --pf-v5-c-list--m-bordered--li--BorderBottomColor: var(--pf-v5-global--BorderColor--100);
17422
- --pf-v5-c-list--m-bordered--li--BorderBottomWidth: var(--pf-v5-global--BorderWidth--sm);
17423
- --pf-v5-c-list__item-icon--MinWidth: var(--pf-v5-global--icon--FontSize--sm);
17424
- --pf-v5-c-list__item-icon--MarginTop: 0.375rem;
17425
- --pf-v5-c-list__item-icon--MarginRight: var(--pf-v5-global--spacer--sm);
17426
- --pf-v5-c-list__item-icon--Color: var(--pf-v5-global--icon--Color--dark);
17427
- --pf-v5-c-list__item-icon--FontSize: var(--pf-v5-global--icon--FontSize--sm);
17428
- --pf-v5-c-list--m-icon-lg__item-icon--MinWidth: var(--pf-v5-global--icon--FontSize--lg);
17429
- --pf-v5-c-list--m-icon-lg__item-icon--MarginRight: var(--pf-v5-global--spacer--md);
17430
- --pf-v5-c-list--m-icon-lg__item-icon--FontSize: var(--pf-v5-global--icon--FontSize--lg);
17414
+ --pf-v5-c-list--li--MarginTop: var(--pf-t--global--spacer--sm);
17415
+ --pf-v5-c-list--m-inline--li--MarginRight: var(--pf-t--global--spacer--lg);
17416
+ --pf-v5-c-list--m-bordered--li--PaddingBottom: var(--pf-t--global--spacer--sm);
17417
+ --pf-v5-c-list--m-bordered--li--BorderBottomColor: var(--pf-t--global--border--color--default);
17418
+ --pf-v5-c-list--m-bordered--li--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
17419
+ --pf-v5-c-list__item-icon--MinWidth: var(--pf-t--global--icon--size--sm);
17420
+ --pf-v5-c-list__item-icon--MarginTop: var(--pf-t--global--spacer--xs);
17421
+ --pf-v5-c-list__item-icon--MarginRight: var(--pf-t--global--spacer--sm);
17422
+ --pf-v5-c-list__item-icon--Color: var(--pf-t--global--icon--color--regular);
17423
+ --pf-v5-c-list__item-icon--FontSize: var(--pf-t--global--icon--size--sm);
17424
+ --pf-v5-c-list--m-icon-lg__item-icon--MinWidth: var(--pf-t--global--icon--size--lg);
17425
+ --pf-v5-c-list--m-icon-lg__item-icon--MarginRight: var(--pf-t--global--spacer--md);
17426
+ --pf-v5-c-list--m-icon-lg__item-icon--FontSize: var(--pf-t--global--icon--size--lg);
17431
17427
  padding-inline-start: var(--pf-v5-c-list--PaddingLeft);
17432
17428
  }
17433
17429
  .pf-v5-c-list ol,
@@ -21755,11 +21751,12 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
21755
21751
  --pf-v5-c-page__sidebar--xl--TranslateX: 0;
21756
21752
  --pf-v5-c-page__sidebar--MarginRight: 0;
21757
21753
  --pf-v5-c-page__sidebar--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
21758
- --pf-v5-c-page__sidebar--PaddingInlineStart: var(--pf-t--global--spacer--lg);
21754
+ --pf-v5-c-page__sidebar--PaddingInlineStart: 0;
21759
21755
  --pf-v5-c-page__sidebar-header--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
21760
21756
  --pf-v5-c-page__sidebar-header--BorderBottomColor: var(--pf-t--global--border--color--default);
21761
21757
  --pf-v5-c-page__sidebar-header--PaddingTop: var(--pf-t--global--spacer--sm);
21762
21758
  --pf-v5-c-page__sidebar-header--PaddingBottom: var(--pf-t--global--spacer--md);
21759
+ --pf-v5-c-page__sidebar-title--PaddingLeft: var(--pf-t--global--spacer--lg);
21763
21760
  --pf-v5-c-page__sidebar-title--FontSize: var(--pf-t--global--font--size--heading--xs);
21764
21761
  --pf-v5-c-page__sidebar-title--LineHeight: var(--pf-t--global--font--line-height--heading);
21765
21762
  --pf-v5-c-page__sidebar-title--FontFamily: var(--pf-t--global--font--family--heading);
@@ -21979,8 +21976,8 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
21979
21976
  grid-column-start: 1;
21980
21977
  width: var(--pf-v5-c-page__sidebar--Width);
21981
21978
  padding-block-start: 0;
21982
- padding-block-end: var(--pf-t--global--spacer--lg);
21983
- padding-inline-start: var(--pf-t--global--spacer--lg);
21979
+ padding-block-end: var(--pf-v5-c-page__sidebar--PaddingBlockEnd);
21980
+ padding-inline-start: var(--pf-v5-c-page__sidebar--PaddingInlineStart);
21984
21981
  margin-inline-end: var(--pf-v5-c-page__sidebar--MarginRight);
21985
21982
  overflow-x: hidden;
21986
21983
  overflow-y: auto;
@@ -22014,6 +22011,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
22014
22011
  }
22015
22012
 
22016
22013
  .pf-v5-c-page__sidebar-title {
22014
+ padding-inline-start: var(--pf-v5-c-page__sidebar-title--PaddingLeft);
22017
22015
  font-family: var(--pf-v5-c-page__sidebar-title--FontFamily);
22018
22016
  font-size: var(--pf-v5-c-page__sidebar-title--FontSize);
22019
22017
  font-weight: var(--pf-v5-c-page__sidebar-title--FontWeight);
@@ -30689,26 +30687,47 @@ svg.pf-v5-c-spinner.pf-m-xl {
30689
30687
  --pf-v5-c-timestamp--m-help-text--TextDecorationColor: var(--pf-v5-c-timestamp--m-help-text--focus--TextDecorationColor);
30690
30688
  }
30691
30689
 
30690
+ :root {
30691
+ --pf-v5-c-title--FontFamily: var(--pf-t--global--font--family--heading);
30692
+ --pf-v5-c-title--m-4xl--LineHeight: var(--pf-t--global--font--line-height--heading);
30693
+ --pf-v5-c-title--m-4xl--FontSize: var(--pf-t--global--font--size--heading--2xl);
30694
+ --pf-v5-c-title--m-4xl--FontWeight: var(--pf-t--global--font--weight--heading);
30695
+ --pf-v5-c-title--m-3xl--LineHeight: var(--pf-t--global--font--line-height--heading);
30696
+ --pf-v5-c-title--m-3xl--FontSize: var(--pf-t--global--font--size--heading--xl);
30697
+ --pf-v5-c-title--m-3xl--FontWeight: var(--pf-t--global--font--weight--heading);
30698
+ --pf-v5-c-title--m-2xl--LineHeight: var(--pf-t--global--font--line-height--heading);
30699
+ --pf-v5-c-title--m-2xl--FontSize: var(--pf-t--global--font--size--heading--lg);
30700
+ --pf-v5-c-title--m-2xl--FontWeight: var(--pf-t--global--font--weight--heading);
30701
+ --pf-v5-c-title--m-xl--LineHeight: var(--pf-t--global--font--line-height--heading);
30702
+ --pf-v5-c-title--m-xl--FontSize: var(--pf-t--global--font--size--heading--md);
30703
+ --pf-v5-c-title--m-xl--FontWeight: var(--pf-t--global--font--weight--heading);
30704
+ --pf-v5-c-title--m-lg--LineHeight: var(--pf-t--global--font--line-height--heading);
30705
+ --pf-v5-c-title--m-lg--FontSize: var(--pf-t--global--font--size--heading--sm);
30706
+ --pf-v5-c-title--m-lg--FontWeight: var(--pf-t--global--font--weight--heading);
30707
+ --pf-v5-c-title--m-md--LineHeight: var(--pf-t--global--font--line-height--heading);
30708
+ --pf-v5-c-title--m-md--FontSize: var(--pf-t--global--font--size--heading--xs);
30709
+ --pf-v5-c-title--m-md--FontWeight: var(--pf-t--global--font--weight--heading);
30710
+ --pf-v5-c-title--m-h1--LineHeight: var(--pf-t--global--font--line-height--heading);
30711
+ --pf-v5-c-title--m-h1--FontSize: var(--pf-t--global--font--size--heading--lg);
30712
+ --pf-v5-c-title--m-h1--FontWeight: var(--pf-t--global--font--weight--heading);
30713
+ --pf-v5-c-title--m-h2--LineHeight: var(--pf-t--global--font--line-height--heading);
30714
+ --pf-v5-c-title--m-h2--FontSize: var(--pf-t--global--font--size--heading--md);
30715
+ --pf-v5-c-title--m-h2--FontWeight: var(--pf-t--global--font--weight--heading);
30716
+ --pf-v5-c-title--m-h3--LineHeight: var(--pf-t--global--font--line-height--heading);
30717
+ --pf-v5-c-title--m-h3--FontSize: var(--pf-t--global--font--size--heading--sm);
30718
+ --pf-v5-c-title--m-h3--FontWeight: var(--pf-t--global--font--weight--heading);
30719
+ --pf-v5-c-title--m-h4--LineHeight: var(--pf-t--global--font--line-height--heading);
30720
+ --pf-v5-c-title--m-h4--FontSize: var(--pf-t--global--font--size--heading--xs);
30721
+ --pf-v5-c-title--m-h4--FontWeight: var(--pf-t--global--font--weight--heading);
30722
+ --pf-v5-c-title--m-h5--LineHeight: var(--pf-t--global--font--line-height--heading);
30723
+ --pf-v5-c-title--m-h5--FontSize: var(--pf-t--global--font--size--heading--xs);
30724
+ --pf-v5-c-title--m-h5--FontWeight: var(--pf-t--global--font--weight--heading);
30725
+ --pf-v5-c-title--m-h6--LineHeight: var(--pf-t--global--font--line-height--heading);
30726
+ --pf-v5-c-title--m-h6--FontSize: var(--pf-t--global--font--size--heading--xs);
30727
+ --pf-v5-c-title--m-h6--FontWeight: var(--pf-t--global--font--weight--heading);
30728
+ }
30729
+
30692
30730
  .pf-v5-c-title {
30693
- --pf-v5-c-title--FontFamily: var(--pf-v5-global--FontFamily--heading);
30694
- --pf-v5-c-title--m-4xl--LineHeight: var(--pf-v5-global--LineHeight--sm);
30695
- --pf-v5-c-title--m-4xl--FontSize: var(--pf-v5-global--FontSize--4xl);
30696
- --pf-v5-c-title--m-4xl--FontWeight: var(--pf-v5-global--FontWeight--normal);
30697
- --pf-v5-c-title--m-3xl--LineHeight: var(--pf-v5-global--LineHeight--sm);
30698
- --pf-v5-c-title--m-3xl--FontSize: var(--pf-v5-global--FontSize--3xl);
30699
- --pf-v5-c-title--m-3xl--FontWeight: var(--pf-v5-global--FontWeight--normal);
30700
- --pf-v5-c-title--m-2xl--LineHeight: var(--pf-v5-global--LineHeight--sm);
30701
- --pf-v5-c-title--m-2xl--FontSize: var(--pf-v5-global--FontSize--2xl);
30702
- --pf-v5-c-title--m-2xl--FontWeight: var(--pf-v5-global--FontWeight--normal);
30703
- --pf-v5-c-title--m-xl--LineHeight: var(--pf-v5-global--LineHeight--md);
30704
- --pf-v5-c-title--m-xl--FontSize: var(--pf-v5-global--FontSize--xl);
30705
- --pf-v5-c-title--m-xl--FontWeight: var(--pf-v5-global--FontWeight--normal);
30706
- --pf-v5-c-title--m-lg--LineHeight: var(--pf-v5-global--LineHeight--md);
30707
- --pf-v5-c-title--m-lg--FontSize: var(--pf-v5-global--FontSize--lg);
30708
- --pf-v5-c-title--m-lg--FontWeight: var(--pf-v5-global--FontWeight--normal);
30709
- --pf-v5-c-title--m-md--LineHeight: var(--pf-v5-global--LineHeight--md);
30710
- --pf-v5-c-title--m-md--FontSize: var(--pf-v5-global--FontSize--md);
30711
- --pf-v5-c-title--m-md--FontWeight: var(--pf-v5-global--FontWeight--normal);
30712
30731
  font-family: var(--pf-v5-c-title--FontFamily);
30713
30732
  word-break: break-word;
30714
30733
  }
@@ -30742,6 +30761,36 @@ svg.pf-v5-c-spinner.pf-m-xl {
30742
30761
  font-weight: var(--pf-v5-c-title--m-md--FontWeight);
30743
30762
  line-height: var(--pf-v5-c-title--m-md--LineHeight);
30744
30763
  }
30764
+ .pf-v5-c-title.pf-m-h1 {
30765
+ font-size: var(--pf-v5-c-title--m-h1--FontSize);
30766
+ font-weight: var(--pf-v5-c-title--m-h1--FontWeight);
30767
+ line-height: var(--pf-v5-c-title--m-h1--LineHeight);
30768
+ }
30769
+ .pf-v5-c-title.pf-m-h2 {
30770
+ font-size: var(--pf-v5-c-title--m-h2--FontSize);
30771
+ font-weight: var(--pf-v5-c-title--m-h2--FontWeight);
30772
+ line-height: var(--pf-v5-c-title--m-h2--LineHeight);
30773
+ }
30774
+ .pf-v5-c-title.pf-m-h3 {
30775
+ font-size: var(--pf-v5-c-title--m-h3--FontSize);
30776
+ font-weight: var(--pf-v5-c-title--m-h3--FontWeight);
30777
+ line-height: var(--pf-v5-c-title--m-h3--LineHeight);
30778
+ }
30779
+ .pf-v5-c-title.pf-m-h4 {
30780
+ font-size: var(--pf-v5-c-title--m-h4--FontSize);
30781
+ font-weight: var(--pf-v5-c-title--m-h4--FontWeight);
30782
+ line-height: var(--pf-v5-c-title--m-h4--LineHeight);
30783
+ }
30784
+ .pf-v5-c-title.pf-m-h5 {
30785
+ font-size: var(--pf-v5-c-title--m-h5--FontSize);
30786
+ font-weight: var(--pf-v5-c-title--m-h5--FontWeight);
30787
+ line-height: var(--pf-v5-c-title--m-h5--LineHeight);
30788
+ }
30789
+ .pf-v5-c-title.pf-m-h6 {
30790
+ font-size: var(--pf-v5-c-title--m-h6--FontSize);
30791
+ font-weight: var(--pf-v5-c-title--m-h6--FontWeight);
30792
+ line-height: var(--pf-v5-c-title--m-h6--LineHeight);
30793
+ }
30745
30794
 
30746
30795
  .pf-v5-c-toggle-group {
30747
30796
  --pf-v5-c-toggle-group__button--PaddingTop: var(--pf-v5-global--spacer--form-element);