@patternfly/patternfly 5.0.0-alpha.24 → 5.0.0-alpha.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. package/base/_base.scss +0 -18
  2. package/base/_fonts.scss +22 -22
  3. package/base/_globals.scss +1 -1
  4. package/base/_variables.scss +1 -1
  5. package/base/patternfly-fonts.css +17 -17
  6. package/base/themes/dark/_globals.scss +1 -1
  7. package/base/themes/dark/_variables.scss +1 -1
  8. package/components/AboutModalBox/about-modal-box.css +7 -7
  9. package/components/AboutModalBox/about-modal-box.scss +7 -7
  10. package/components/Alert/alert.css +3 -3
  11. package/components/Alert/alert.scss +3 -3
  12. package/components/Avatar/avatar.scss +2 -2
  13. package/components/Banner/banner.css +14 -14
  14. package/components/Banner/banner.scss +9 -13
  15. package/components/CalendarMonth/calendar-month.css +1 -1
  16. package/components/CalendarMonth/calendar-month.scss +2 -2
  17. package/components/Card/card.css +12 -10
  18. package/components/Card/card.scss +12 -10
  19. package/components/Chip/chip.css +1 -1
  20. package/components/Chip/chip.scss +1 -1
  21. package/components/ChipGroup/chip-group.css +4 -4
  22. package/components/ChipGroup/chip-group.scss +4 -4
  23. package/components/Content/content.css +5 -5
  24. package/components/Content/content.scss +9 -9
  25. package/components/DataList/data-list-grid.css +7 -7
  26. package/components/DataList/data-list-grid.scss +1 -1
  27. package/components/DataList/data-list.css +10 -10
  28. package/components/DataList/data-list.scss +3 -3
  29. package/components/DescriptionList/description-list.css +7 -7
  30. package/components/DescriptionList/description-list.scss +7 -7
  31. package/components/Divider/divider.css +2 -2
  32. package/components/Divider/divider.scss +3 -3
  33. package/components/Drawer/drawer.css +2 -2
  34. package/components/Drawer/drawer.scss +2 -2
  35. package/components/DualListSelector/dual-list-selector.css +1 -1
  36. package/components/DualListSelector/dual-list-selector.scss +1 -1
  37. package/components/EmptyState/empty-state.css +2 -2
  38. package/components/EmptyState/empty-state.scss +2 -2
  39. package/components/Form/form.css +12 -12
  40. package/components/Form/form.scss +7 -7
  41. package/components/Hint/hint.css +2 -2
  42. package/components/Hint/hint.scss +2 -2
  43. package/components/Label/label.css +6 -6
  44. package/components/Label/label.scss +7 -7
  45. package/components/LabelGroup/label-group.css +2 -2
  46. package/components/LabelGroup/label-group.scss +2 -2
  47. package/components/Login/login.css +10 -10
  48. package/components/Login/login.scss +10 -10
  49. package/components/Masthead/masthead.css +4 -4
  50. package/components/Masthead/masthead.scss +4 -4
  51. package/components/Menu/menu.css +6 -6
  52. package/components/Menu/menu.scss +31 -31
  53. package/components/MenuToggle/menu-toggle.css +1 -1
  54. package/components/MenuToggle/menu-toggle.scss +1 -1
  55. package/components/MultipleFileUpload/multiple-file-upload.css +6 -6
  56. package/components/MultipleFileUpload/multiple-file-upload.scss +6 -6
  57. package/components/Nav/nav.css +1 -1
  58. package/components/Nav/nav.scss +2 -2
  59. package/components/NotificationDrawer/notification-drawer.css +3 -3
  60. package/components/NotificationDrawer/notification-drawer.scss +3 -3
  61. package/components/Page/page.css +11 -11
  62. package/components/Page/page.scss +12 -12
  63. package/components/Progress/progress.css +10 -10
  64. package/components/Progress/progress.scss +10 -10
  65. package/components/ProgressStepper/progress-stepper.css +5 -5
  66. package/components/ProgressStepper/progress-stepper.scss +5 -5
  67. package/components/SearchInput/search-input.css +2 -2
  68. package/components/SearchInput/search-input.scss +2 -2
  69. package/components/Select/select.css +1 -1
  70. package/components/Select/select.scss +1 -1
  71. package/components/Sidebar/sidebar.css +1 -1
  72. package/components/Sidebar/sidebar.scss +1 -1
  73. package/components/SimpleList/simple-list.css +1 -1
  74. package/components/SimpleList/simple-list.scss +2 -2
  75. package/components/Spinner/spinner.css +4 -4
  76. package/components/Spinner/spinner.scss +4 -4
  77. package/components/Table/table.css +1 -1
  78. package/components/Table/table.scss +1 -1
  79. package/components/TextInputGroup/text-input-group.css +2 -2
  80. package/components/TextInputGroup/text-input-group.scss +2 -2
  81. package/components/Tile/tile.css +1 -1
  82. package/components/Tile/tile.scss +1 -1
  83. package/components/Timestamp/timestamp.css +3 -3
  84. package/components/Timestamp/timestamp.scss +3 -3
  85. package/components/Toolbar/toolbar.css +2 -2
  86. package/components/Toolbar/toolbar.scss +2 -2
  87. package/components/Wizard/wizard.css +14 -1
  88. package/components/Wizard/wizard.scss +18 -2
  89. package/docs/components/Card/examples/Card.md +90 -32
  90. package/docs/components/Popover/examples/Popover.md +1 -2
  91. package/docs/components/Wizard/examples/Wizard.md +58 -59
  92. package/docs/demos/Card/examples/Card.md +50 -30
  93. package/docs/demos/CardView/examples/CardView.md +41 -15
  94. package/docs/demos/Dashboard/examples/Dashboard.md +18 -12
  95. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +30 -20
  96. package/docs/demos/Tabs/examples/Tabs.md +24 -12
  97. package/docs/demos/Wizard/examples/Wizard.md +60 -45
  98. package/layouts/Gallery/gallery.css +1 -1
  99. package/layouts/Gallery/gallery.scss +1 -1
  100. package/layouts/Grid/grid.css +2 -2
  101. package/layouts/Grid/grid.scss +2 -2
  102. package/package.json +7 -8
  103. package/patternfly-base-no-reset.css +17 -17
  104. package/patternfly-base.css +17 -17
  105. package/patternfly-no-reset.css +202 -187
  106. package/patternfly.css +202 -187
  107. package/patternfly.min.css +1 -1
  108. package/patternfly.min.css.map +1 -1
  109. package/sass-utilities/functions.scss +8 -24
  110. package/sass-utilities/mixins.scss +15 -39
  111. package/sass-utilities/scss-variables.scss +1 -0
  112. package/utilities/Spacing/spacing.scss +2 -2
  113. package/base/_shield-inheritable.scss +0 -69
  114. package/base/_shield-noninheritable.scss +0 -13
  115. package/base/patternfly-shield-inheritable.css +0 -66
  116. package/base/patternfly-shield-inheritable.scss +0 -4
  117. package/base/patternfly-shield-noninheritable.css +0 -9
  118. package/base/patternfly-shield-noninheritable.scss +0 -4
@@ -602,7 +602,7 @@ A popover is used to provide contextual information for another component on cli
602
602
  | `aria-modal="true"` | `.pf-c-popover` | Tells assistive technologies that the windows underneath the current popover are not available for interaction. **Required**|
603
603
  | `aria-label="Close"` | `.pf-c-button` | Provides an accessible name for the close button as it uses an icon instead of text. **Required**|
604
604
  | `aria-hidden="true"` | Parent element containing the page contents when the popover is open. | Hides main contents of the page from screen readers. The element with `.pf-c-popover` must not be a descendent of the element with `aria-hidden="true"`. For more info, see [trapping focus](/accessibility/product-development-guide#trapping-focus). **Required** |
605
- | `.pf-screen-reader` | `.pf-c-popover__title-text` | Adds text to be read saying the alert status before the title. If `.pf-c-popover__title-text` is not used to create a title, this must be added within the title. **Required for popovers that are alerts** |
605
+ | `.pf-screen-reader` | `.pf-c-popover__title-text <span>` | Adds text to be read saying the alert status before the title. If `.pf-c-popover__title-text` is not used to create a title, this must be added within the title. **Required for popovers that are alerts** |
606
606
 
607
607
  ### Usage
608
608
 
@@ -612,7 +612,6 @@ A popover is used to provide contextual information for another component on cli
612
612
  | `.pf-c-popover__arrow` | `<div>` | Creates an arrow pointing towards the element the popover describes. **Required** |
613
613
  | `.pf-c-popover__content` | `<div>` | Creates the content area of the popover. **Required** |
614
614
  | `.pf-c-popover__close` | `<div>` | Positions the close icon in the top-right corner of the popover. **Required if there is a close button** |
615
- | `.pf-c-button` | `<button>` | Creates the close button for the popover. |
616
615
  | `.pf-c-popover__header` | `<header>` | Creates the popover header. **Required if there is a title**|
617
616
  | `.pf-c-popover__title` | `<div>` | Creates the popover title. |
618
617
  | `.pf-c-popover__title-icon` | `<span>` | Creates the popover title icon. |
@@ -12,15 +12,14 @@ wrapperTag: div
12
12
  ```html isFullscreen
13
13
  <div class="pf-c-wizard">
14
14
  <div class="pf-c-wizard__header">
15
- <button
16
- class="pf-c-button pf-m-plain pf-c-wizard__close"
17
- type="button"
18
- aria-label="Close"
19
- >
20
- <i class="fas fa-times" aria-hidden="true"></i>
21
- </button>
22
- <h1 class="pf-c-title pf-m-3xl pf-c-wizard__title">Wizard title</h1>
23
-
15
+ <div class="pf-c-wizard__close">
16
+ <button class="pf-c-button pf-m-plain" type="button" aria-label="Close">
17
+ <i class="fas fa-times" aria-hidden="true"></i>
18
+ </button>
19
+ </div>
20
+ <div class="pf-c-wizard__title">
21
+ <h1 class="pf-c-wizard__title-text">Wizard title</h1>
22
+ </div>
24
23
  <div class="pf-c-wizard__description">Here is where the description goes</div>
25
24
  </div>
26
25
  <button
@@ -218,15 +217,14 @@ wrapperTag: div
218
217
  ```html isFullscreen
219
218
  <div class="pf-c-wizard">
220
219
  <div class="pf-c-wizard__header">
221
- <button
222
- class="pf-c-button pf-m-plain pf-c-wizard__close"
223
- type="button"
224
- aria-label="Close"
225
- >
226
- <i class="fas fa-times" aria-hidden="true"></i>
227
- </button>
228
- <h1 class="pf-c-title pf-m-3xl pf-c-wizard__title">Wizard title</h1>
229
-
220
+ <div class="pf-c-wizard__close">
221
+ <button class="pf-c-button pf-m-plain" type="button" aria-label="Close">
222
+ <i class="fas fa-times" aria-hidden="true"></i>
223
+ </button>
224
+ </div>
225
+ <div class="pf-c-wizard__title">
226
+ <h1 class="pf-c-wizard__title-text">Wizard title</h1>
227
+ </div>
230
228
  <div class="pf-c-wizard__description">Here is where the description goes</div>
231
229
  </div>
232
230
  <button
@@ -424,15 +422,14 @@ wrapperTag: div
424
422
  ```html isFullscreen
425
423
  <div class="pf-c-wizard">
426
424
  <div class="pf-c-wizard__header">
427
- <button
428
- class="pf-c-button pf-m-plain pf-c-wizard__close"
429
- type="button"
430
- aria-label="Close"
431
- >
432
- <i class="fas fa-times" aria-hidden="true"></i>
433
- </button>
434
- <h1 class="pf-c-title pf-m-3xl pf-c-wizard__title">Wizard title</h1>
435
-
425
+ <div class="pf-c-wizard__close">
426
+ <button class="pf-c-button pf-m-plain" type="button" aria-label="Close">
427
+ <i class="fas fa-times" aria-hidden="true"></i>
428
+ </button>
429
+ </div>
430
+ <div class="pf-c-wizard__title">
431
+ <h1 class="pf-c-wizard__title-text">Wizard title</h1>
432
+ </div>
436
433
  <div class="pf-c-wizard__description">Here is where the description goes</div>
437
434
  </div>
438
435
  <button
@@ -678,15 +675,14 @@ wrapperTag: div
678
675
  ```html isFullscreen
679
676
  <div class="pf-c-wizard">
680
677
  <div class="pf-c-wizard__header">
681
- <button
682
- class="pf-c-button pf-m-plain pf-c-wizard__close"
683
- type="button"
684
- aria-label="Close"
685
- >
686
- <i class="fas fa-times" aria-hidden="true"></i>
687
- </button>
688
- <h1 class="pf-c-title pf-m-3xl pf-c-wizard__title">Wizard title</h1>
689
-
678
+ <div class="pf-c-wizard__close">
679
+ <button class="pf-c-button pf-m-plain" type="button" aria-label="Close">
680
+ <i class="fas fa-times" aria-hidden="true"></i>
681
+ </button>
682
+ </div>
683
+ <div class="pf-c-wizard__title">
684
+ <h1 class="pf-c-wizard__title-text">Wizard title</h1>
685
+ </div>
690
686
  <div class="pf-c-wizard__description">Here is where the description goes</div>
691
687
  </div>
692
688
  <button
@@ -912,15 +908,14 @@ wrapperTag: div
912
908
  ```html isFullscreen
913
909
  <div class="pf-c-wizard">
914
910
  <div class="pf-c-wizard__header">
915
- <button
916
- class="pf-c-button pf-m-plain pf-c-wizard__close"
917
- type="button"
918
- aria-label="Close"
919
- >
920
- <i class="fas fa-times" aria-hidden="true"></i>
921
- </button>
922
- <h1 class="pf-c-title pf-m-3xl pf-c-wizard__title">Wizard title</h1>
923
-
911
+ <div class="pf-c-wizard__close">
912
+ <button class="pf-c-button pf-m-plain" type="button" aria-label="Close">
913
+ <i class="fas fa-times" aria-hidden="true"></i>
914
+ </button>
915
+ </div>
916
+ <div class="pf-c-wizard__title">
917
+ <h1 class="pf-c-wizard__title-text">Wizard title</h1>
918
+ </div>
924
919
  <div class="pf-c-wizard__description">Here is where the description goes</div>
925
920
  </div>
926
921
  <button
@@ -1149,15 +1144,14 @@ wrapperTag: div
1149
1144
  ```html isFullscreen
1150
1145
  <div class="pf-c-wizard pf-m-finished">
1151
1146
  <div class="pf-c-wizard__header">
1152
- <button
1153
- class="pf-c-button pf-m-plain pf-c-wizard__close"
1154
- type="button"
1155
- aria-label="Close"
1156
- >
1157
- <i class="fas fa-times" aria-hidden="true"></i>
1158
- </button>
1159
- <h1 class="pf-c-title pf-m-3xl pf-c-wizard__title">Wizard title</h1>
1160
-
1147
+ <div class="pf-c-wizard__close">
1148
+ <button class="pf-c-button pf-m-plain" type="button" aria-label="Close">
1149
+ <i class="fas fa-times" aria-hidden="true"></i>
1150
+ </button>
1151
+ </div>
1152
+ <div class="pf-c-wizard__title">
1153
+ <h1 class="pf-c-wizard__title-text">Wizard title</h1>
1154
+ </div>
1161
1155
  <div class="pf-c-wizard__description">Here is where the description goes</div>
1162
1156
  </div>
1163
1157
  <button
@@ -1218,10 +1212,14 @@ wrapperTag: div
1218
1212
  <i class="fas fa- fa-cogs" aria-hidden="true"></i>
1219
1213
  </div>
1220
1214
 
1221
- <h1
1222
- class="pf-c-title pf-m-lg"
1215
+ <div
1216
+ class="pf-c-empty-state__title"
1223
1217
  id="wizard-finished-empty-state-title"
1224
- >Validating credentials</h1>
1218
+ >
1219
+ <h1
1220
+ class="pf-c-empty-state__title-text"
1221
+ >Validating credentials</h1>
1222
+ </div>
1225
1223
  <div class="pf-c-empty-state__body">
1226
1224
  <div
1227
1225
  class="pf-c-progress pf-m-singleline"
@@ -1290,8 +1288,9 @@ wrapperTag: div
1290
1288
  | -- | -- | -- |
1291
1289
  | `.pf-c-wizard` | `<div>` | Initiates the wizard component. **Required** |
1292
1290
  | `.pf-c-wizard__header` | `<header>` | Initiates the header. **Required** when the wizard is in a modal. Not recommended to use when the wizard is placed on a page. |
1293
- | `.pf-c-wizard__close` | `.pf-c-button.pf-m-plain` | Initiates the close button. **Required** |
1294
- | `.pf-c-wizard__title` | `.pf-c-title.pf-m-3xl` | Initiates the title. **Required** |
1291
+ | `.pf-c-wizard__close` | `<div>` | Initiates the close button. **Required** |
1292
+ | `.pf-c-wizard__title` | `<div>` | Initiates the title container. **Required** |
1293
+ | `.pf-c-wizard__title-text` | `<h1>`, `<h2>`, `<h3>`, `<h4>`, `<h5>`, `<h6>`, `<div>` | Initiates the wizard title text. |
1295
1294
  | `.pf-c-wizard__description` | `<div>`, `<p>` | Initiates the description. |
1296
1295
  | `.pf-c-wizard__toggle` | `<button>` | Initiates the mobile steps menu toggle button. **Required** |
1297
1296
  | `.pf-c-wizard__toggle-list` | `<span>` | Initiates the toggle list. **Required** |
@@ -70,10 +70,12 @@ wrapperTag: div
70
70
  </div>
71
71
  <div class="pf-c-card__header-main">
72
72
  <div class="pf-l-split pf-m-gutter pf-m-wrap">
73
- <div
74
- class="pf-c-card__title"
75
- id="card-demo-horizontal-grid-collapsed-example-title"
76
- >Getting started</div>
73
+ <div class="pf-c-card__title">
74
+ <h2
75
+ class="pf-c-card__title-text"
76
+ id="card-demo-horizontal-grid-collapsed-example-title"
77
+ >Getting started</h2>
78
+ </div>
77
79
  <div class="pf-c-label-group">
78
80
  <div class="pf-c-label-group__main">
79
81
  <ul
@@ -197,10 +199,12 @@ wrapperTag: div
197
199
  </div>
198
200
  </div>
199
201
  <div class="pf-c-card__header-main">
200
- <div
201
- class="pf-c-card__title"
202
- id="card-demo-horizontal-grid-expanded-example-title"
203
- >Getting started</div>
202
+ <div class="pf-c-card__title">
203
+ <h2
204
+ class="pf-c-card__title-text"
205
+ id="card-demo-horizontal-grid-expanded-example-title"
206
+ >Getting started</h2>
207
+ </div>
204
208
  </div>
205
209
  </div>
206
210
  <div class="pf-c-card__expandable-content">
@@ -363,7 +367,9 @@ wrapperTag: div
363
367
  style="min-height: 200px; background: center / cover url('/assets/images/pfbg_992@2x.jpg'); "
364
368
  ></div>
365
369
  <div class="pf-l-grid__item">
366
- <div class="pf-c-card__title">Headline</div>
370
+ <div class="pf-c-card__title">
371
+ <h2 class="pf-c-card__title-text">Headline</h2>
372
+ </div>
367
373
  <div
368
374
  class="pf-c-card__body"
369
375
  >Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse arcu purus, lobortis nec euismod eu, tristique ut sapien. Nullam turpis lectus, aliquet sit amet volutpat eu, semper eget quam. Maecenas in tempus diam. Aenean interdum velit sed massa aliquet, sit amet malesuada nulla hendrerit. Aenean non faucibus odio. Etiam non metus turpis. Praesent sollicitudin elit neque, id ullamcorper nibh faucibus eget.</div>
@@ -488,7 +494,9 @@ wrapperTag: div
488
494
  <div class="pf-l-grid__item">
489
495
  <div class="pf-l-gallery pf-m-gutter">
490
496
  <div class="pf-c-card pf-u-text-align-center">
491
- <div class="pf-c-card__title">5 Clusters</div>
497
+ <div class="pf-c-card__title">
498
+ <h2 class="pf-c-card__title-text">5 Clusters</h2>
499
+ </div>
492
500
  <div class="pf-c-card__body">
493
501
  <i
494
502
  class="fas fa-check-circle pf-u-success-color-100"
@@ -497,7 +505,9 @@ wrapperTag: div
497
505
  </div>
498
506
  </div>
499
507
  <div class="pf-c-card pf-u-text-align-center">
500
- <div class="pf-c-card__title">15 Clusters</div>
508
+ <div class="pf-c-card__title">
509
+ <h2 class="pf-c-card__title-text">15 Clusters</h2>
510
+ </div>
501
511
  <div class="pf-c-card__body">
502
512
  <i
503
513
  class="fas fa-exclamation-triangle pf-u-warning-color-100"
@@ -506,7 +516,9 @@ wrapperTag: div
506
516
  </div>
507
517
  </div>
508
518
  <div class="pf-c-card pf-u-text-align-center">
509
- <div class="pf-c-card__title">3 Clusters</div>
519
+ <div class="pf-c-card__title">
520
+ <h2 class="pf-c-card__title-text">3 Clusters</h2>
521
+ </div>
510
522
  <div class="pf-c-card__body">
511
523
  <i
512
524
  class="fas fa-times-circle pf-u-danger-color-100"
@@ -519,7 +531,9 @@ wrapperTag: div
519
531
  <div class="pf-l-grid__item">
520
532
  <div class="pf-l-gallery pf-m-gutter">
521
533
  <div class="pf-c-card pf-u-text-align-center">
522
- <div class="pf-c-card__title">10 Hosts</div>
534
+ <div class="pf-c-card__title">
535
+ <h2 class="pf-c-card__title-text">10 Hosts</h2>
536
+ </div>
523
537
  <div class="pf-c-card__body">
524
538
  <div class="pf-l-flex pf-m-inline-flex">
525
539
  <div class="pf-l-flex pf-m-space-items-sm">
@@ -549,7 +563,9 @@ wrapperTag: div
549
563
  </div>
550
564
  </div>
551
565
  <div class="pf-c-card pf-u-text-align-center">
552
- <div class="pf-c-card__title">50 Hosts</div>
566
+ <div class="pf-c-card__title">
567
+ <h2 class="pf-c-card__title-text">50 Hosts</h2>
568
+ </div>
553
569
  <div class="pf-c-card__body">
554
570
  <div class="pf-l-flex pf-m-inline-flex">
555
571
  <div class="pf-l-flex pf-m-space-items-sm">
@@ -579,7 +595,9 @@ wrapperTag: div
579
595
  </div>
580
596
  </div>
581
597
  <div class="pf-c-card pf-u-text-align-center">
582
- <div class="pf-c-card__title">12 Hosts</div>
598
+ <div class="pf-c-card__title">
599
+ <h2 class="pf-c-card__title-text">12 Hosts</h2>
600
+ </div>
583
601
  <div class="pf-c-card__body">
584
602
  <div class="pf-l-flex pf-m-inline-flex">
585
603
  <div class="pf-l-flex pf-m-space-items-sm">
@@ -616,7 +634,9 @@ wrapperTag: div
616
634
  style="--pf-l-gallery--GridTemplateColumns--min: 260px;"
617
635
  >
618
636
  <div class="pf-c-card">
619
- <div class="pf-c-card__title pf-u-text-align-center">13 Hosts</div>
637
+ <div class="pf-c-card__title">
638
+ <h2 class="pf-c-card__title-text pf-u-text-align-center">13 Hosts</h2>
639
+ </div>
620
640
  <div class="pf-c-card__body">
621
641
  <div class="pf-l-flex pf-m-justify-content-space-around">
622
642
  <div class="pf-l-flex">
@@ -647,7 +667,9 @@ wrapperTag: div
647
667
  </div>
648
668
  </div>
649
669
  <div class="pf-c-card">
650
- <div class="pf-c-card__title pf-u-text-align-center">3 Hosts</div>
670
+ <div class="pf-c-card__title pf-u-text-align-center">
671
+ <h2 class="pf-c-card__title-text">3 Hosts</h2>
672
+ </div>
651
673
  <div class="pf-c-card__body">
652
674
  <div class="pf-l-flex pf-m-justify-content-space-around">
653
675
  <div class="pf-l-flex">
@@ -678,7 +700,9 @@ wrapperTag: div
678
700
  </div>
679
701
  </div>
680
702
  <div class="pf-c-card">
681
- <div class="pf-c-card__title pf-u-text-align-center">50 Hosts</div>
703
+ <div class="pf-c-card__title pf-u-text-align-center">
704
+ <h2 class="pf-c-card__title-text">50 Hosts</h2>
705
+ </div>
682
706
  <div class="pf-c-card__body">
683
707
  <div class="pf-l-flex pf-m-justify-content-space-around">
684
708
  <div class="pf-l-flex">
@@ -1834,11 +1858,7 @@ wrapperTag: div
1834
1858
  <div class="pf-c-card" id="utilization-card-3-example">
1835
1859
  <div class="pf-c-card__header pf-u-align-items-flex-start">
1836
1860
  <div class="pf-c-card__header-main">
1837
- <div
1838
- class="pf-c-card__title"
1839
- id="utilization-card-3-example-title1"
1840
- style="padding-top: 3px;"
1841
- >
1861
+ <div class="pf-c-card__title" id="utilization-card-3-example-title1">
1842
1862
  <h2 class="pf-c-title pf-m-lg">Recommendations</h2>
1843
1863
  </div>
1844
1864
  </div>
@@ -1986,7 +2006,7 @@ wrapperTag: div
1986
2006
  class="pf-c-card__title"
1987
2007
  id="nested-cards-toggle-right-example-group-1-title"
1988
2008
  >
1989
- <span class="pf-u-font-weight-light">CPU 1</span>
2009
+ <h2 class="pf-c-card__title-text pf-u-font-weight-light">CPU 1</h2>
1990
2010
  </div>
1991
2011
  </div>
1992
2012
  </div>
@@ -2097,7 +2117,7 @@ wrapperTag: div
2097
2117
  class="pf-c-card__title"
2098
2118
  id="nested-cards-toggle-right-example-group-2-title"
2099
2119
  >
2100
- <span class="pf-u-font-weight-light">CPU 2</span>
2120
+ <h2 class="pf-c-card__title-text pf-u-font-weight-light">CPU 2</h2>
2101
2121
  </div>
2102
2122
  </div>
2103
2123
  </div>
@@ -2123,9 +2143,9 @@ wrapperTag: div
2123
2143
  <div class="pf-c-card__header-main">
2124
2144
  <div
2125
2145
  class="pf-c-card__title"
2126
- id="nested-cards-toggle-right-example-group-3-title"
2146
+ id="nested-cards-toggle-right-example-group-3-title&quot;"
2127
2147
  >
2128
- <span class="pf-u-font-weight-light">CPU 3</span>
2148
+ <h2 class="pf-c-card__title-text pf-u-font-weight-light">CPU 3</h2>
2129
2149
  </div>
2130
2150
  </div>
2131
2151
  </div>
@@ -2165,7 +2185,7 @@ wrapperTag: div
2165
2185
  </div>
2166
2186
  <div class="pf-c-card__header-main">
2167
2187
  <div class="pf-c-card__title" id="nested-cards-example-group-1-title">
2168
- <span class="pf-u-font-weight-light">CPU 1</span>
2188
+ <h2 class="pf-c-card__title-text pf-u-font-weight-light">CPU 1</h2>
2169
2189
  </div>
2170
2190
  </div>
2171
2191
  </div>
@@ -2270,7 +2290,7 @@ wrapperTag: div
2270
2290
  </div>
2271
2291
  <div class="pf-c-card__header-main">
2272
2292
  <div class="pf-c-card__title" id="nested-cards-example-group-2-title">
2273
- <span class="pf-u-font-weight-light">CPU 2</span>
2293
+ <h2 class="pf-c-card__title-text pf-u-font-weight-light">CPU 2</h2>
2274
2294
  </div>
2275
2295
  </div>
2276
2296
  </div>
@@ -2292,7 +2312,7 @@ wrapperTag: div
2292
2312
  </div>
2293
2313
  <div class="pf-c-card__header-main">
2294
2314
  <div class="pf-c-card__title" id="nested-cards-example-group-3-title">
2295
- <span class="pf-u-font-weight-light">CPU 3</span>
2315
+ <h2 class="pf-c-card__title-text pf-u-font-weight-light">CPU 3</h2>
2296
2316
  </div>
2297
2317
  </div>
2298
2318
  </div>
@@ -1265,7 +1265,11 @@ section: demos
1265
1265
  <div class="pf-c-empty-state pf-m-xs">
1266
1266
  <div class="pf-c-empty-state__content">
1267
1267
  <i class="fas fa-plus-circle pf-c-empty-state__icon"></i>
1268
- <h2 class="pf-c-title pf-m-md">Add a new card to your page</h2>
1268
+ <div class="pf-c-card__title">
1269
+ <h2
1270
+ class="pf-c-card__title-text pf-m-md"
1271
+ >Add a new card to your page</h2>
1272
+ </div>
1269
1273
  <button class="pf-c-button pf-m-link" type="button">Add card</button>
1270
1274
  </div>
1271
1275
  </div>
@@ -1335,9 +1339,10 @@ section: demos
1335
1339
  </div>
1336
1340
  </div>
1337
1341
  <div class="pf-c-card__title">
1338
- <p
1342
+ <h2
1343
+ class="pf-c-card__title-text"
1339
1344
  id="card-view-basic-example-gallery-card-1-check-label"
1340
- >Patternfly</p>
1345
+ >Patternfly</h2>
1341
1346
  <div class="pf-c-content">
1342
1347
  <small>Provided by Red Hat</small>
1343
1348
  </div>
@@ -1414,7 +1419,10 @@ section: demos
1414
1419
  </div>
1415
1420
  </div>
1416
1421
  <div class="pf-c-card__title">
1417
- <p id="card-view-basic-example-gallery-card-2-check-label">ActiveMQ</p>
1422
+ <h2
1423
+ class="pf-c-card__title-text"
1424
+ id="card-view-basic-example-gallery-card-2-check-label"
1425
+ >ActiveMq</h2>
1418
1426
  <div class="pf-c-content">
1419
1427
  <small>Provided by Red Hat</small>
1420
1428
  </div>
@@ -1491,9 +1499,10 @@ section: demos
1491
1499
  </div>
1492
1500
  </div>
1493
1501
  <div class="pf-c-card__title">
1494
- <p
1502
+ <h2
1503
+ class="pf-c-card__title-text"
1495
1504
  id="card-view-basic-example-gallery-card-3-check-label"
1496
- >Apache Spark</p>
1505
+ >Apache Spark</h2>
1497
1506
  <div class="pf-c-content">
1498
1507
  <small>Provided by Red Hat</small>
1499
1508
  </div>
@@ -1570,7 +1579,10 @@ section: demos
1570
1579
  </div>
1571
1580
  </div>
1572
1581
  <div class="pf-c-card__title">
1573
- <p id="card-view-basic-example-gallery-card-4-check-label">Avro</p>
1582
+ <h2
1583
+ class="pf-c-card__title-text"
1584
+ id="card-view-basic-example-gallery-card-4-check-label"
1585
+ >Avro</h2>
1574
1586
  <div class="pf-c-content">
1575
1587
  <small>Provided by Red Hat</small>
1576
1588
  </div>
@@ -1647,9 +1659,10 @@ section: demos
1647
1659
  </div>
1648
1660
  </div>
1649
1661
  <div class="pf-c-card__title">
1650
- <p
1662
+ <h2
1663
+ class="pf-c-card__title-text"
1651
1664
  id="card-view-basic-example-gallery-card-5-check-label"
1652
- >Azure Services</p>
1665
+ >Azure Services</h2>
1653
1666
  <div class="pf-c-content">
1654
1667
  <small>Provided by Red Hat</small>
1655
1668
  </div>
@@ -1727,7 +1740,10 @@ section: demos
1727
1740
  </div>
1728
1741
  </div>
1729
1742
  <div class="pf-c-card__title">
1730
- <p id="card-view-basic-example-gallery-card-6-check-label">Crypto</p>
1743
+ <h2
1744
+ class="pf-c-card__title-text"
1745
+ id="card-view-basic-example-gallery-card-6-check-label"
1746
+ >Crypto</h2>
1731
1747
  <div class="pf-c-content">
1732
1748
  <small>Provided by Red Hat</small>
1733
1749
  </div>
@@ -1804,7 +1820,10 @@ section: demos
1804
1820
  </div>
1805
1821
  </div>
1806
1822
  <div class="pf-c-card__title">
1807
- <p id="card-view-basic-example-gallery-card-7-check-label">DropBox</p>
1823
+ <h2
1824
+ class="pf-c-card__title-text"
1825
+ id="card-view-basic-example-gallery-card-7-check-label"
1826
+ >DropBox</h2>
1808
1827
  <div class="pf-c-content">
1809
1828
  <small>Provided by Red Hat</small>
1810
1829
  </div>
@@ -1881,9 +1900,10 @@ section: demos
1881
1900
  </div>
1882
1901
  </div>
1883
1902
  <div class="pf-c-card__title">
1884
- <p
1903
+ <h2
1904
+ class="pf-c-card__title-text"
1885
1905
  id="card-view-basic-example-gallery-card-8-check-label"
1886
- >JBoss Data Grid</p>
1906
+ >JBoss Data Grid</h2>
1887
1907
  <div class="pf-c-content">
1888
1908
  <small>Provided by Red Hat</small>
1889
1909
  </div>
@@ -1960,7 +1980,10 @@ section: demos
1960
1980
  </div>
1961
1981
  </div>
1962
1982
  <div class="pf-c-card__title">
1963
- <p id="card-view-basic-example-gallery-card-9-check-label">REST</p>
1983
+ <h2
1984
+ class="pf-c-card__title-text"
1985
+ id="card-view-basic-example-gallery-card-9-check-label"
1986
+ >Rest</h2>
1964
1987
  <div class="pf-c-content">
1965
1988
  <small>Provided by Red Hat</small>
1966
1989
  </div>
@@ -2038,7 +2061,10 @@ section: demos
2038
2061
  </div>
2039
2062
  </div>
2040
2063
  <div class="pf-c-card__title">
2041
- <p id="card-view-basic-example-gallery-card-10-check-label">SWAGGER</p>
2064
+ <h2
2065
+ class="pf-c-card__title-text"
2066
+ id="card-view-basic-example-gallery-card-10-check-label"
2067
+ >SWAGGER</h2>
2042
2068
  <div class="pf-c-content">
2043
2069
  <small>Provided by Red Hat</small>
2044
2070
  </div>
@@ -1576,10 +1576,12 @@ cssPrefix: pf-d-dashboard
1576
1576
  </span>
1577
1577
  </button>
1578
1578
  </div>
1579
- <div
1580
- class="pf-c-card__title"
1581
- id="dashboard-demo-line-chart-card-1-group-1-title"
1582
- >CPU 1</div>
1579
+ <div class="pf-c-card__title">
1580
+ <h2
1581
+ class="pf-c-card__title-text"
1582
+ id="dashboard-demo-line-chart-card-1-group-1-title"
1583
+ >CPU 1</h2>
1584
+ </div>
1583
1585
  </div>
1584
1586
  <div class="pf-c-card__expandable-content">
1585
1587
  <div class="pf-c-card__body">
@@ -1683,10 +1685,12 @@ cssPrefix: pf-d-dashboard
1683
1685
  </span>
1684
1686
  </button>
1685
1687
  </div>
1686
- <div
1687
- class="pf-c-card__title"
1688
- id="dashboard-demo-line-chart-card-1-group-2-title"
1689
- >Pod count</div>
1688
+ <div class="pf-c-card__title">
1689
+ <h2
1690
+ class="pf-c-card__title-text"
1691
+ id="dashboard-demo-line-chart-card-1-group-2-title"
1692
+ >Pod count</h2>
1693
+ </div>
1690
1694
  </div>
1691
1695
  </div>
1692
1696
  <div
@@ -1707,10 +1711,12 @@ cssPrefix: pf-d-dashboard
1707
1711
  </span>
1708
1712
  </button>
1709
1713
  </div>
1710
- <div
1711
- class="pf-c-card__title"
1712
- id="dashboard-demo-line-chart-card-1-group-3-title"
1713
- >Memory</div>
1714
+ <div class="pf-c-card__title">
1715
+ <h2
1716
+ class="pf-c-card__title-text"
1717
+ id="dashboard-demo-line-chart-card-1-group-3-title"
1718
+ >Memory</h2>
1719
+ </div>
1714
1720
  </div>
1715
1721
  </div>
1716
1722
  </div>