@patternfly/patternfly 4.210.2 → 4.212.1

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.
Files changed (44) hide show
  1. package/components/Card/card.css +1 -0
  2. package/components/Card/card.scss +1 -0
  3. package/components/LogViewer/log-viewer.css +15 -8
  4. package/components/LogViewer/log-viewer.scss +16 -8
  5. package/components/Masthead/masthead.css +1 -1
  6. package/components/Masthead/masthead.scss +1 -1
  7. package/components/NotificationBadge/notification-badge.css +13 -1
  8. package/components/NotificationBadge/notification-badge.scss +13 -1
  9. package/components/NotificationBadge/themes/dark/notification-badge.scss +2 -0
  10. package/components/Page/page.css +1 -0
  11. package/components/Page/page.scss +1 -0
  12. package/docs/components/Dropdown/examples/Dropdown.md +2 -2
  13. package/docs/components/LogViewer/examples/LogViewer.md +553 -1
  14. package/docs/components/NotificationBadge/examples/NotificationBadge.md +81 -24
  15. package/docs/components/Tabs/examples/Tabs.md +866 -139
  16. package/docs/components/TreeView/examples/TreeView.md +181 -130
  17. package/docs/demos/AboutModal/examples/AboutModal.md +1 -12
  18. package/docs/demos/Alert/examples/Alert.md +3 -36
  19. package/docs/demos/BackToTop/examples/BackToTop.md +1 -12
  20. package/docs/demos/Banner/examples/Banner.md +2 -24
  21. package/docs/demos/Card/examples/Card.md +15 -3
  22. package/docs/demos/CardView/examples/CardView.md +1 -12
  23. package/docs/demos/ContextSelector/examples/ContextSelector.md +3 -36
  24. package/docs/demos/Dashboard/examples/Dashboard.md +1 -12
  25. package/docs/demos/DataList/examples/DataList.md +4 -48
  26. package/docs/demos/DescriptionList/examples/DescriptionList.md +5 -36
  27. package/docs/demos/Drawer/examples/Drawer.md +7 -60
  28. package/docs/demos/JumpLinks/examples/JumpLinks.md +6 -72
  29. package/docs/demos/Masthead/examples/Masthead.md +2 -24
  30. package/docs/demos/Modal/examples/Modal.md +6 -72
  31. package/docs/demos/Nav/examples/Nav.md +8 -96
  32. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +30 -23
  33. package/docs/demos/Page/examples/Page.md +9 -108
  34. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +19 -85
  35. package/docs/demos/Skeleton/examples/Skeleton.md +1 -12
  36. package/docs/demos/Table/examples/Table.md +14 -168
  37. package/docs/demos/Tabs/examples/Tabs.md +56 -96
  38. package/docs/demos/Toolbar/examples/Toolbar.md +1 -12
  39. package/docs/demos/Wizard/examples/Wizard.md +8 -96
  40. package/package.json +4 -4
  41. package/patternfly-no-reset.css +31 -10
  42. package/patternfly.css +31 -10
  43. package/patternfly.min.css +1 -1
  44. package/patternfly.min.css.map +1 -1
@@ -50,17 +50,6 @@ wrapperTag: div
50
50
  <div
51
51
  class="pf-c-toolbar__group pf-m-icon-button-group pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
52
52
  >
53
- <div class="pf-c-toolbar__item">
54
- <button
55
- class="pf-c-button pf-m-plain"
56
- type="button"
57
- aria-label="Notifications"
58
- >
59
- <span class="pf-c-notification-badge">
60
- <i class="pf-icon-bell" aria-hidden="true"></i>
61
- </span>
62
- </button>
63
- </div>
64
53
  <div
65
54
  class="pf-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
66
55
  >
@@ -68,7 +57,7 @@ wrapperTag: div
68
57
  <nav
69
58
  class="pf-c-app-launcher"
70
59
  aria-label="Application launcher"
71
- id="wizard-basic-example-masthead-icon-group--app-launcher"
60
+ id="wizard-basic-example-masthead-application-launcher"
72
61
  >
73
62
  <button
74
63
  class="pf-c-app-launcher__toggle"
@@ -1212,17 +1201,6 @@ wrapperTag: div
1212
1201
  <div
1213
1202
  class="pf-c-toolbar__group pf-m-icon-button-group pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
1214
1203
  >
1215
- <div class="pf-c-toolbar__item">
1216
- <button
1217
- class="pf-c-button pf-m-plain"
1218
- type="button"
1219
- aria-label="Notifications"
1220
- >
1221
- <span class="pf-c-notification-badge">
1222
- <i class="pf-icon-bell" aria-hidden="true"></i>
1223
- </span>
1224
- </button>
1225
- </div>
1226
1204
  <div
1227
1205
  class="pf-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
1228
1206
  >
@@ -1230,7 +1208,7 @@ wrapperTag: div
1230
1208
  <nav
1231
1209
  class="pf-c-app-launcher"
1232
1210
  aria-label="Application launcher"
1233
- id="wizard-nav-expanded-example-masthead-icon-group--app-launcher"
1211
+ id="wizard-nav-expanded-example-masthead-application-launcher"
1234
1212
  >
1235
1213
  <button
1236
1214
  class="pf-c-app-launcher__toggle"
@@ -2374,17 +2352,6 @@ wrapperTag: div
2374
2352
  <div
2375
2353
  class="pf-c-toolbar__group pf-m-icon-button-group pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
2376
2354
  >
2377
- <div class="pf-c-toolbar__item">
2378
- <button
2379
- class="pf-c-button pf-m-plain"
2380
- type="button"
2381
- aria-label="Notifications"
2382
- >
2383
- <span class="pf-c-notification-badge">
2384
- <i class="pf-icon-bell" aria-hidden="true"></i>
2385
- </span>
2386
- </button>
2387
- </div>
2388
2355
  <div
2389
2356
  class="pf-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
2390
2357
  >
@@ -2392,7 +2359,7 @@ wrapperTag: div
2392
2359
  <nav
2393
2360
  class="pf-c-app-launcher"
2394
2361
  aria-label="Application launcher"
2395
- id="wizard-with-drawer-closed-example-masthead-icon-group--app-launcher"
2362
+ id="wizard-with-drawer-closed-example-masthead-application-launcher"
2396
2363
  >
2397
2364
  <button
2398
2365
  class="pf-c-app-launcher__toggle"
@@ -3593,17 +3560,6 @@ wrapperTag: div
3593
3560
  <div
3594
3561
  class="pf-c-toolbar__group pf-m-icon-button-group pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
3595
3562
  >
3596
- <div class="pf-c-toolbar__item">
3597
- <button
3598
- class="pf-c-button pf-m-plain"
3599
- type="button"
3600
- aria-label="Notifications"
3601
- >
3602
- <span class="pf-c-notification-badge">
3603
- <i class="pf-icon-bell" aria-hidden="true"></i>
3604
- </span>
3605
- </button>
3606
- </div>
3607
3563
  <div
3608
3564
  class="pf-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
3609
3565
  >
@@ -3611,7 +3567,7 @@ wrapperTag: div
3611
3567
  <nav
3612
3568
  class="pf-c-app-launcher"
3613
3569
  aria-label="Application launcher"
3614
- id="wizard-with-drawer-expanded-example-masthead-icon-group--app-launcher"
3570
+ id="wizard-with-drawer-expanded-example-masthead-application-launcher"
3615
3571
  >
3616
3572
  <button
3617
3573
  class="pf-c-app-launcher__toggle"
@@ -4806,17 +4762,6 @@ wrapperTag: div
4806
4762
  <div
4807
4763
  class="pf-c-toolbar__group pf-m-icon-button-group pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
4808
4764
  >
4809
- <div class="pf-c-toolbar__item">
4810
- <button
4811
- class="pf-c-button pf-m-plain"
4812
- type="button"
4813
- aria-label="Notifications"
4814
- >
4815
- <span class="pf-c-notification-badge">
4816
- <i class="pf-icon-bell" aria-hidden="true"></i>
4817
- </span>
4818
- </button>
4819
- </div>
4820
4765
  <div
4821
4766
  class="pf-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
4822
4767
  >
@@ -4824,7 +4769,7 @@ wrapperTag: div
4824
4769
  <nav
4825
4770
  class="pf-c-app-launcher"
4826
4771
  aria-label="Application launcher"
4827
- id="wizard-with-drawer-info-example-masthead-icon-group--app-launcher"
4772
+ id="wizard-with-drawer-info-example-masthead-application-launcher"
4828
4773
  >
4829
4774
  <button
4830
4775
  class="pf-c-app-launcher__toggle"
@@ -5892,17 +5837,6 @@ wrapperTag: div
5892
5837
  <div
5893
5838
  class="pf-c-toolbar__group pf-m-icon-button-group pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
5894
5839
  >
5895
- <div class="pf-c-toolbar__item">
5896
- <button
5897
- class="pf-c-button pf-m-plain"
5898
- type="button"
5899
- aria-label="Notifications"
5900
- >
5901
- <span class="pf-c-notification-badge">
5902
- <i class="pf-icon-bell" aria-hidden="true"></i>
5903
- </span>
5904
- </button>
5905
- </div>
5906
5840
  <div
5907
5841
  class="pf-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
5908
5842
  >
@@ -5910,7 +5844,7 @@ wrapperTag: div
5910
5844
  <nav
5911
5845
  class="pf-c-app-launcher"
5912
5846
  aria-label="Application launcher"
5913
- id="wizard-in-page-example-masthead-icon-group--app-launcher"
5847
+ id="wizard-in-page-example-masthead-application-launcher"
5914
5848
  >
5915
5849
  <button
5916
5850
  class="pf-c-app-launcher__toggle"
@@ -6998,17 +6932,6 @@ wrapperTag: div
6998
6932
  <div
6999
6933
  class="pf-c-toolbar__group pf-m-icon-button-group pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
7000
6934
  >
7001
- <div class="pf-c-toolbar__item">
7002
- <button
7003
- class="pf-c-button pf-m-plain"
7004
- type="button"
7005
- aria-label="Notifications"
7006
- >
7007
- <span class="pf-c-notification-badge">
7008
- <i class="pf-icon-bell" aria-hidden="true"></i>
7009
- </span>
7010
- </button>
7011
- </div>
7012
6935
  <div
7013
6936
  class="pf-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
7014
6937
  >
@@ -7016,7 +6939,7 @@ wrapperTag: div
7016
6939
  <nav
7017
6940
  class="pf-c-app-launcher"
7018
6941
  aria-label="Application launcher"
7019
- id="in-page-nav-expanded-example-masthead-icon-group--app-launcher"
6942
+ id="in-page-nav-expanded-example-masthead-application-launcher"
7020
6943
  >
7021
6944
  <button
7022
6945
  class="pf-c-app-launcher__toggle"
@@ -8107,17 +8030,6 @@ wrapperTag: div
8107
8030
  <div
8108
8031
  class="pf-c-toolbar__group pf-m-icon-button-group pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
8109
8032
  >
8110
- <div class="pf-c-toolbar__item">
8111
- <button
8112
- class="pf-c-button pf-m-plain"
8113
- type="button"
8114
- aria-label="Notifications"
8115
- >
8116
- <span class="pf-c-notification-badge">
8117
- <i class="pf-icon-bell" aria-hidden="true"></i>
8118
- </span>
8119
- </button>
8120
- </div>
8121
8033
  <div
8122
8034
  class="pf-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
8123
8035
  >
@@ -8125,7 +8037,7 @@ wrapperTag: div
8125
8037
  <nav
8126
8038
  class="pf-c-app-launcher"
8127
8039
  aria-label="Application launcher"
8128
- id="wizard-with-drawer-in-page-example-masthead-icon-group--app-launcher"
8040
+ id="wizard-with-drawer-in-page-example-masthead-application-launcher"
8129
8041
  >
8130
8042
  <button
8131
8043
  class="pf-c-app-launcher__toggle"
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": "4.210.2",
4
+ "version": "4.212.1",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -34,9 +34,9 @@
34
34
  "@fortawesome/fontawesome": "^1.1.8",
35
35
  "@octokit/rest": "^16.40.1",
36
36
  "@patternfly/patternfly-a11y": "4.3.1",
37
- "@patternfly/react-charts": "6.84.8",
38
- "@patternfly/react-code-editor": "4.72.8",
39
- "@patternfly/react-table": "4.100.8",
37
+ "@patternfly/react-charts": "6.88.7",
38
+ "@patternfly/react-code-editor": "4.76.7",
39
+ "@patternfly/react-table": "4.104.7",
40
40
  "@starptech/prettyhtml": "^0.10.0",
41
41
  "babel-eslint": "^8.2.3",
42
42
  "cheerio": "^1.0.0-rc.3",
@@ -8190,6 +8190,7 @@ button.pf-c-breadcrumb__link {
8190
8190
  --pf-c-card--child--PaddingBottom: var(--pf-global--spacer--lg);
8191
8191
  --pf-c-card--child--PaddingLeft: var(--pf-global--spacer--lg);
8192
8192
  --pf-c-card--c-divider--child--PaddingTop: var(--pf-global--spacer--lg);
8193
+ --pf-c-card__title--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
8193
8194
  --pf-c-card__title--FontSize: var(--pf-global--FontSize--md);
8194
8195
  --pf-c-card__title--FontWeight: var(--pf-global--FontWeight--bold);
8195
8196
  --pf-c-card__title--not--last-child--PaddingBottom: var(--pf-global--spacer--md);
@@ -17065,18 +17066,19 @@ ul.pf-c-list {
17065
17066
  --pf-c-log-viewer--m-line-numbers__main--before--BackgroundColor: var(--pf-global--BorderColor--100);
17066
17067
  --pf-c-log-viewer__list--Height: auto;
17067
17068
  --pf-c-log-viewer--m-line-numbers__list--Left: var(--pf-c-log-viewer__index--Width);
17069
+ --pf-c-log-viewer__list--FontFamily: var(--pf-global--FontFamily--monospace);
17070
+ --pf-c-log-viewer__list--FontSize: var(--pf-global--FontSize--sm);
17068
17071
  --pf-c-log-viewer__index--Display: none;
17069
17072
  --pf-c-log-viewer__index--Width: 4.0625rem;
17070
17073
  --pf-c-log-viewer__index--PaddingRight: var(--pf-global--spacer--xl);
17071
17074
  --pf-c-log-viewer__index--PaddingLeft: var(--pf-global--spacer--lg);
17072
- --pf-c-log-viewer__index--FontFamily: var(--pf-global--FontFamily--monospace);
17073
- --pf-c-log-viewer__index--FontSize: var(--pf-global--FontSize--sm);
17074
17075
  --pf-c-log-viewer__index--Color: var(--pf-global--Color--200);
17075
17076
  --pf-c-log-viewer__index--BackgroundColor: transparent;
17077
+ --pf-c-log-viewer--line-number-chars: 4.4;
17078
+ --pf-c-log-viewer--m-line-number-chars__index--PaddingRight: var(--pf-global--spacer--xs);
17079
+ --pf-c-log-viewer--m-line-number-chars__index--Width: calc(1ch * var(--pf-c-log-viewer--line-number-chars) + var(--pf-c-log-viewer__index--PaddingRight) + var(--pf-c-log-viewer__index--PaddingLeft));
17076
17080
  --pf-c-log-viewer__text--PaddingRight: var(--pf-global--spacer--md);
17077
17081
  --pf-c-log-viewer__text--PaddingLeft: var(--pf-global--spacer--md);
17078
- --pf-c-log-viewer__text--FontFamily: var(--pf-global--FontFamily--monospace);
17079
- --pf-c-log-viewer__text--FontSize: var(--pf-global--FontSize--sm);
17080
17082
  --pf-c-log-viewer__text--Color: var(--pf-global--Color--100);
17081
17083
  --pf-c-log-viewer__text--WordBreak: break-all;
17082
17084
  --pf-c-log-viewer__text--WhiteSpace: break-spaces;
@@ -17133,6 +17135,10 @@ ul.pf-c-list {
17133
17135
  content: "";
17134
17136
  background: var(--pf-c-log-viewer--m-line-numbers__main--before--BackgroundColor);
17135
17137
  }
17138
+ .pf-c-log-viewer.pf-m-line-number-chars {
17139
+ --pf-c-log-viewer__index--PaddingRight: var(--pf-c-log-viewer--m-line-number-chars__index--PaddingRight);
17140
+ --pf-c-log-viewer__index--Width: var(--pf-c-log-viewer--m-line-number-chars__index--Width);
17141
+ }
17136
17142
  .pf-c-log-viewer .pf-c-toolbar {
17137
17143
  --pf-c-toolbar--PaddingTop: var(--pf-c-log-viewer--c-toolbar--PaddingTop);
17138
17144
  --pf-c-toolbar--PaddingBottom: var(--pf-c-log-viewer--c-toolbar--PaddingBottom);
@@ -17173,6 +17179,8 @@ ul.pf-c-list {
17173
17179
  .pf-c-log-viewer__list {
17174
17180
  position: relative;
17175
17181
  height: var(--pf-c-log-viewer__list--Height);
17182
+ font-family: var(--pf-c-log-viewer__list--FontFamily);
17183
+ font-size: var(--pf-c-log-viewer__list--FontSize);
17176
17184
  }
17177
17185
 
17178
17186
  .pf-c-log-viewer__list-item {
@@ -17196,8 +17204,8 @@ ul.pf-c-list {
17196
17204
  width: var(--pf-c-log-viewer__index--Width);
17197
17205
  padding-right: var(--pf-c-log-viewer__index--PaddingRight);
17198
17206
  padding-left: var(--pf-c-log-viewer__index--PaddingLeft);
17199
- font-family: var(--pf-c-log-viewer__index--FontFamily);
17200
- font-size: var(--pf-c-log-viewer__index--FontSize);
17207
+ font-family: var(--pf-c-log-viewer__index--FontFamily, inherit);
17208
+ font-size: var(--pf-c-log-viewer__index--FontSize, inherit);
17201
17209
  color: var(--pf-c-log-viewer__index--Color);
17202
17210
  user-select: none;
17203
17211
  background-color: var(--pf-c-log-viewer__index--BackgroundColor);
@@ -17207,8 +17215,8 @@ ul.pf-c-list {
17207
17215
  display: block;
17208
17216
  padding-right: var(--pf-c-log-viewer__text--PaddingRight);
17209
17217
  padding-left: var(--pf-c-log-viewer__text--PaddingLeft);
17210
- font-family: var(--pf-c-log-viewer__text--FontFamily);
17211
- font-size: var(--pf-c-log-viewer__text--FontSize);
17218
+ font-family: var(--pf-c-log-viewer__text--FontFamily, inherit);
17219
+ font-size: var(--pf-c-log-viewer__text--FontSize, inherit);
17212
17220
  color: var(--pf-c-log-viewer__text--Color);
17213
17221
  word-break: var(--pf-c-log-viewer__text--WordBreak);
17214
17222
  white-space: var(--pf-c-log-viewer__text--WhiteSpace);
@@ -17756,7 +17764,7 @@ ul.pf-c-list {
17756
17764
  align-self: stretch;
17757
17765
  }
17758
17766
  .pf-c-masthead .pf-c-button.pf-m-plain {
17759
- color: var(--pf-global--Color--200);
17767
+ color: var(--pf-c-button--m-plain--Color);
17760
17768
  }
17761
17769
 
17762
17770
  .pf-c-masthead__main {
@@ -20707,12 +20715,15 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20707
20715
  --pf-c-notification-badge__i--Height: auto;
20708
20716
  --pf-c-notification-badge--m-read--after--BorderColor: transparent;
20709
20717
  --pf-c-notification-badge--m-read--after--BackgroundColor: transparent;
20718
+ --pf-c-notification-badge--m-read--m-expanded--after--BackgroundColor: var(--pf-global--BackgroundColor--dark-200);
20710
20719
  --pf-c-notification-badge--m-unread--Color: var(--pf-global--Color--light-100);
20711
20720
  --pf-c-notification-badge--m-unread--after--BackgroundColor: var(--pf-global--active-color--100);
20712
20721
  --pf-c-notification-badge--m-unread--hover--after--BackgroundColor: var(--pf-global--primary-color--200);
20722
+ --pf-c-notification-badge--m-unread--m-expanded--after--BackgroundColor: var(--pf-global--primary-color--200);
20713
20723
  --pf-c-notification-badge--m-attention--Color: var(--pf-global--Color--light-100);
20714
20724
  --pf-c-notification-badge--m-attention--after--BackgroundColor: var(--pf-global--danger-color--100);
20715
20725
  --pf-c-notification-badge--m-attention--hover--after--BackgroundColor: var(--pf-global--danger-color--200);
20726
+ --pf-c-notification-badge--m-attention--m-expanded--after--BackgroundColor: var(--pf-global--danger-color--200);
20716
20727
  --pf-c-notification-badge__count--MarginLeft: var(--pf-global--spacer--xs);
20717
20728
  --pf-c-notification-badge--pf-icon-attention-bell--LineHeight: var(--pf-global--LineHeight--sm);
20718
20729
  position: relative;
@@ -20754,6 +20765,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20754
20765
  .pf-c-notification-badge.pf-m-read {
20755
20766
  --pf-c-notification-badge--after--BackgroundColor: var(--pf-c-notification-badge--m-read--after--BackgroundColor);
20756
20767
  --pf-c-notification-badge--after--BorderColor: var(--pf-c-notification-badge--m-read--after--BorderColor);
20768
+ color: var(--pf-c-notification-badge--m-read--Color, inherit);
20757
20769
  }
20758
20770
  .pf-c-notification-badge.pf-m-unread {
20759
20771
  --pf-c-notification-badge--after--BackgroundColor: var(--pf-c-notification-badge--m-unread--after--BackgroundColor);
@@ -20767,7 +20779,13 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20767
20779
  color: var(--pf-c-notification-badge--m-attention--Color);
20768
20780
  }
20769
20781
  .pf-c-notification-badge.pf-m-attention:hover {
20770
- --pf-c-notification-badge--after--BackgroundColor: var(--pf-c-notification-badge--m-attention--hover--after--BackgroundColor);
20782
+ --pf-c-notification-badge--m-attention--after--BackgroundColor: var(--pf-c-notification-badge--m-attention--hover--after--BackgroundColor);
20783
+ }
20784
+ .pf-c-notification-badge.pf-m-expanded {
20785
+ --pf-c-notification-badge--m-read--Color: var(--pf-global--Color--light-100);
20786
+ --pf-c-notification-badge--m-read--after--BackgroundColor: var(--pf-c-notification-badge--m-read--m-expanded--after--BackgroundColor);
20787
+ --pf-c-notification-badge--m-unread--after--BackgroundColor: var(--pf-c-notification-badge--m-unread--m-expanded--after--BackgroundColor);
20788
+ --pf-c-notification-badge--m-attention--after--BackgroundColor: var(--pf-c-notification-badge--m-attention--m-expanded--after--BackgroundColor);
20771
20789
  }
20772
20790
 
20773
20791
  .pf-c-notification-badge__count {
@@ -20811,7 +20829,9 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20811
20829
  }
20812
20830
 
20813
20831
  :where(.pf-theme-dark) .pf-c-notification-badge {
20832
+ --pf-c-notification-badge--m-read--m-expanded--after--BackgroundColor: var(--pf-global--BackgroundColor--400);
20814
20833
  --pf-c-notification-badge--m-unread--after--BackgroundColor: var(--pf-global--primary-color--300);
20834
+ --pf-c-notification-badge--m-attention--Color: var(--pf-global--palette--black-900);
20815
20835
  }
20816
20836
 
20817
20837
  .pf-c-notification-drawer {
@@ -21657,6 +21677,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21657
21677
  .pf-c-page.pf-m-full-height {
21658
21678
  height: 100vh;
21659
21679
  height: 100dvh;
21680
+ max-height: 100%;
21660
21681
  }
21661
21682
 
21662
21683
  .pf-c-page__header,
package/patternfly.css CHANGED
@@ -8317,6 +8317,7 @@ button.pf-c-breadcrumb__link {
8317
8317
  --pf-c-card--child--PaddingBottom: var(--pf-global--spacer--lg);
8318
8318
  --pf-c-card--child--PaddingLeft: var(--pf-global--spacer--lg);
8319
8319
  --pf-c-card--c-divider--child--PaddingTop: var(--pf-global--spacer--lg);
8320
+ --pf-c-card__title--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
8320
8321
  --pf-c-card__title--FontSize: var(--pf-global--FontSize--md);
8321
8322
  --pf-c-card__title--FontWeight: var(--pf-global--FontWeight--bold);
8322
8323
  --pf-c-card__title--not--last-child--PaddingBottom: var(--pf-global--spacer--md);
@@ -17192,18 +17193,19 @@ ul.pf-c-list {
17192
17193
  --pf-c-log-viewer--m-line-numbers__main--before--BackgroundColor: var(--pf-global--BorderColor--100);
17193
17194
  --pf-c-log-viewer__list--Height: auto;
17194
17195
  --pf-c-log-viewer--m-line-numbers__list--Left: var(--pf-c-log-viewer__index--Width);
17196
+ --pf-c-log-viewer__list--FontFamily: var(--pf-global--FontFamily--monospace);
17197
+ --pf-c-log-viewer__list--FontSize: var(--pf-global--FontSize--sm);
17195
17198
  --pf-c-log-viewer__index--Display: none;
17196
17199
  --pf-c-log-viewer__index--Width: 4.0625rem;
17197
17200
  --pf-c-log-viewer__index--PaddingRight: var(--pf-global--spacer--xl);
17198
17201
  --pf-c-log-viewer__index--PaddingLeft: var(--pf-global--spacer--lg);
17199
- --pf-c-log-viewer__index--FontFamily: var(--pf-global--FontFamily--monospace);
17200
- --pf-c-log-viewer__index--FontSize: var(--pf-global--FontSize--sm);
17201
17202
  --pf-c-log-viewer__index--Color: var(--pf-global--Color--200);
17202
17203
  --pf-c-log-viewer__index--BackgroundColor: transparent;
17204
+ --pf-c-log-viewer--line-number-chars: 4.4;
17205
+ --pf-c-log-viewer--m-line-number-chars__index--PaddingRight: var(--pf-global--spacer--xs);
17206
+ --pf-c-log-viewer--m-line-number-chars__index--Width: calc(1ch * var(--pf-c-log-viewer--line-number-chars) + var(--pf-c-log-viewer__index--PaddingRight) + var(--pf-c-log-viewer__index--PaddingLeft));
17203
17207
  --pf-c-log-viewer__text--PaddingRight: var(--pf-global--spacer--md);
17204
17208
  --pf-c-log-viewer__text--PaddingLeft: var(--pf-global--spacer--md);
17205
- --pf-c-log-viewer__text--FontFamily: var(--pf-global--FontFamily--monospace);
17206
- --pf-c-log-viewer__text--FontSize: var(--pf-global--FontSize--sm);
17207
17209
  --pf-c-log-viewer__text--Color: var(--pf-global--Color--100);
17208
17210
  --pf-c-log-viewer__text--WordBreak: break-all;
17209
17211
  --pf-c-log-viewer__text--WhiteSpace: break-spaces;
@@ -17260,6 +17262,10 @@ ul.pf-c-list {
17260
17262
  content: "";
17261
17263
  background: var(--pf-c-log-viewer--m-line-numbers__main--before--BackgroundColor);
17262
17264
  }
17265
+ .pf-c-log-viewer.pf-m-line-number-chars {
17266
+ --pf-c-log-viewer__index--PaddingRight: var(--pf-c-log-viewer--m-line-number-chars__index--PaddingRight);
17267
+ --pf-c-log-viewer__index--Width: var(--pf-c-log-viewer--m-line-number-chars__index--Width);
17268
+ }
17263
17269
  .pf-c-log-viewer .pf-c-toolbar {
17264
17270
  --pf-c-toolbar--PaddingTop: var(--pf-c-log-viewer--c-toolbar--PaddingTop);
17265
17271
  --pf-c-toolbar--PaddingBottom: var(--pf-c-log-viewer--c-toolbar--PaddingBottom);
@@ -17300,6 +17306,8 @@ ul.pf-c-list {
17300
17306
  .pf-c-log-viewer__list {
17301
17307
  position: relative;
17302
17308
  height: var(--pf-c-log-viewer__list--Height);
17309
+ font-family: var(--pf-c-log-viewer__list--FontFamily);
17310
+ font-size: var(--pf-c-log-viewer__list--FontSize);
17303
17311
  }
17304
17312
 
17305
17313
  .pf-c-log-viewer__list-item {
@@ -17323,8 +17331,8 @@ ul.pf-c-list {
17323
17331
  width: var(--pf-c-log-viewer__index--Width);
17324
17332
  padding-right: var(--pf-c-log-viewer__index--PaddingRight);
17325
17333
  padding-left: var(--pf-c-log-viewer__index--PaddingLeft);
17326
- font-family: var(--pf-c-log-viewer__index--FontFamily);
17327
- font-size: var(--pf-c-log-viewer__index--FontSize);
17334
+ font-family: var(--pf-c-log-viewer__index--FontFamily, inherit);
17335
+ font-size: var(--pf-c-log-viewer__index--FontSize, inherit);
17328
17336
  color: var(--pf-c-log-viewer__index--Color);
17329
17337
  user-select: none;
17330
17338
  background-color: var(--pf-c-log-viewer__index--BackgroundColor);
@@ -17334,8 +17342,8 @@ ul.pf-c-list {
17334
17342
  display: block;
17335
17343
  padding-right: var(--pf-c-log-viewer__text--PaddingRight);
17336
17344
  padding-left: var(--pf-c-log-viewer__text--PaddingLeft);
17337
- font-family: var(--pf-c-log-viewer__text--FontFamily);
17338
- font-size: var(--pf-c-log-viewer__text--FontSize);
17345
+ font-family: var(--pf-c-log-viewer__text--FontFamily, inherit);
17346
+ font-size: var(--pf-c-log-viewer__text--FontSize, inherit);
17339
17347
  color: var(--pf-c-log-viewer__text--Color);
17340
17348
  word-break: var(--pf-c-log-viewer__text--WordBreak);
17341
17349
  white-space: var(--pf-c-log-viewer__text--WhiteSpace);
@@ -17883,7 +17891,7 @@ ul.pf-c-list {
17883
17891
  align-self: stretch;
17884
17892
  }
17885
17893
  .pf-c-masthead .pf-c-button.pf-m-plain {
17886
- color: var(--pf-global--Color--200);
17894
+ color: var(--pf-c-button--m-plain--Color);
17887
17895
  }
17888
17896
 
17889
17897
  .pf-c-masthead__main {
@@ -20834,12 +20842,15 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20834
20842
  --pf-c-notification-badge__i--Height: auto;
20835
20843
  --pf-c-notification-badge--m-read--after--BorderColor: transparent;
20836
20844
  --pf-c-notification-badge--m-read--after--BackgroundColor: transparent;
20845
+ --pf-c-notification-badge--m-read--m-expanded--after--BackgroundColor: var(--pf-global--BackgroundColor--dark-200);
20837
20846
  --pf-c-notification-badge--m-unread--Color: var(--pf-global--Color--light-100);
20838
20847
  --pf-c-notification-badge--m-unread--after--BackgroundColor: var(--pf-global--active-color--100);
20839
20848
  --pf-c-notification-badge--m-unread--hover--after--BackgroundColor: var(--pf-global--primary-color--200);
20849
+ --pf-c-notification-badge--m-unread--m-expanded--after--BackgroundColor: var(--pf-global--primary-color--200);
20840
20850
  --pf-c-notification-badge--m-attention--Color: var(--pf-global--Color--light-100);
20841
20851
  --pf-c-notification-badge--m-attention--after--BackgroundColor: var(--pf-global--danger-color--100);
20842
20852
  --pf-c-notification-badge--m-attention--hover--after--BackgroundColor: var(--pf-global--danger-color--200);
20853
+ --pf-c-notification-badge--m-attention--m-expanded--after--BackgroundColor: var(--pf-global--danger-color--200);
20843
20854
  --pf-c-notification-badge__count--MarginLeft: var(--pf-global--spacer--xs);
20844
20855
  --pf-c-notification-badge--pf-icon-attention-bell--LineHeight: var(--pf-global--LineHeight--sm);
20845
20856
  position: relative;
@@ -20881,6 +20892,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20881
20892
  .pf-c-notification-badge.pf-m-read {
20882
20893
  --pf-c-notification-badge--after--BackgroundColor: var(--pf-c-notification-badge--m-read--after--BackgroundColor);
20883
20894
  --pf-c-notification-badge--after--BorderColor: var(--pf-c-notification-badge--m-read--after--BorderColor);
20895
+ color: var(--pf-c-notification-badge--m-read--Color, inherit);
20884
20896
  }
20885
20897
  .pf-c-notification-badge.pf-m-unread {
20886
20898
  --pf-c-notification-badge--after--BackgroundColor: var(--pf-c-notification-badge--m-unread--after--BackgroundColor);
@@ -20894,7 +20906,13 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20894
20906
  color: var(--pf-c-notification-badge--m-attention--Color);
20895
20907
  }
20896
20908
  .pf-c-notification-badge.pf-m-attention:hover {
20897
- --pf-c-notification-badge--after--BackgroundColor: var(--pf-c-notification-badge--m-attention--hover--after--BackgroundColor);
20909
+ --pf-c-notification-badge--m-attention--after--BackgroundColor: var(--pf-c-notification-badge--m-attention--hover--after--BackgroundColor);
20910
+ }
20911
+ .pf-c-notification-badge.pf-m-expanded {
20912
+ --pf-c-notification-badge--m-read--Color: var(--pf-global--Color--light-100);
20913
+ --pf-c-notification-badge--m-read--after--BackgroundColor: var(--pf-c-notification-badge--m-read--m-expanded--after--BackgroundColor);
20914
+ --pf-c-notification-badge--m-unread--after--BackgroundColor: var(--pf-c-notification-badge--m-unread--m-expanded--after--BackgroundColor);
20915
+ --pf-c-notification-badge--m-attention--after--BackgroundColor: var(--pf-c-notification-badge--m-attention--m-expanded--after--BackgroundColor);
20898
20916
  }
20899
20917
 
20900
20918
  .pf-c-notification-badge__count {
@@ -20938,7 +20956,9 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
20938
20956
  }
20939
20957
 
20940
20958
  :where(.pf-theme-dark) .pf-c-notification-badge {
20959
+ --pf-c-notification-badge--m-read--m-expanded--after--BackgroundColor: var(--pf-global--BackgroundColor--400);
20941
20960
  --pf-c-notification-badge--m-unread--after--BackgroundColor: var(--pf-global--primary-color--300);
20961
+ --pf-c-notification-badge--m-attention--Color: var(--pf-global--palette--black-900);
20942
20962
  }
20943
20963
 
20944
20964
  .pf-c-notification-drawer {
@@ -21784,6 +21804,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
21784
21804
  .pf-c-page.pf-m-full-height {
21785
21805
  height: 100vh;
21786
21806
  height: 100dvh;
21807
+ max-height: 100%;
21787
21808
  }
21788
21809
 
21789
21810
  .pf-c-page__header,