@patternfly/patternfly 6.5.0-prerelease.45 → 6.5.0-prerelease.47

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 (94) hide show
  1. package/components/Accordion/accordion.css +1 -1
  2. package/components/Accordion/accordion.scss +1 -1
  3. package/components/Card/card.css +1 -1
  4. package/components/Card/card.scss +1 -1
  5. package/components/ClipboardCopy/clipboard-copy.css +1 -1
  6. package/components/ClipboardCopy/clipboard-copy.scss +1 -1
  7. package/components/DataList/data-list.css +1 -1
  8. package/components/DataList/data-list.scss +1 -1
  9. package/components/DualListSelector/dual-list-selector.css +1 -1
  10. package/components/DualListSelector/dual-list-selector.scss +1 -1
  11. package/components/ExpandableSection/expandable-section.css +2 -2
  12. package/components/ExpandableSection/expandable-section.scss +2 -2
  13. package/components/Form/form.css +1 -1
  14. package/components/Form/form.scss +1 -1
  15. package/components/JumpLinks/jump-links.css +1 -1
  16. package/components/JumpLinks/jump-links.scss +1 -1
  17. package/components/Nav/nav.css +1 -1
  18. package/components/Nav/nav.scss +1 -1
  19. package/components/NotificationDrawer/notification-drawer.css +11 -3
  20. package/components/NotificationDrawer/notification-drawer.scss +12 -5
  21. package/components/Table/table.css +2 -2
  22. package/components/Table/table.scss +2 -2
  23. package/components/Tabs/tabs.css +2 -2
  24. package/components/Tabs/tabs.scss +2 -2
  25. package/components/Toolbar/toolbar.css +1 -1
  26. package/components/Toolbar/toolbar.scss +1 -1
  27. package/components/TreeView/tree-view.css +1 -1
  28. package/components/TreeView/tree-view.scss +1 -1
  29. package/components/Wizard/wizard.css +1 -1
  30. package/components/Wizard/wizard.scss +1 -1
  31. package/components/_index.css +28 -20
  32. package/docs/components/AboutModalBox/examples/AboutModalBox.md +2 -2
  33. package/docs/components/Accordion/examples/Accordion.md +390 -30
  34. package/docs/components/ActionList/examples/ActionList.md +10 -10
  35. package/docs/components/Alert/examples/Alert.md +30 -30
  36. package/docs/components/Banner/examples/Banner.md +65 -5
  37. package/docs/components/Breadcrumb/examples/Breadcrumb.md +299 -23
  38. package/docs/components/CalendarMonth/examples/CalendarMonth.md +16 -16
  39. package/docs/components/Card/examples/Card.md +52 -4
  40. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +78 -6
  41. package/docs/components/CodeBlock/examples/CodeBlock.md +26 -2
  42. package/docs/components/DataList/examples/DataList.md +221 -17
  43. package/docs/components/Drawer/examples/Drawer.md +42 -42
  44. package/docs/components/DualListSelector/examples/DualListSelector.md +961 -85
  45. package/docs/components/ExpandableSection/examples/ExpandableSection.md +91 -7
  46. package/docs/components/Form/examples/Form.md +78 -6
  47. package/docs/components/Icon/examples/Icon.md +91 -7
  48. package/docs/components/InlineEdit/examples/InlineEdit.md +16 -16
  49. package/docs/components/JumpLinks/examples/JumpLinks.md +52 -4
  50. package/docs/components/Label/examples/Label.md +2812 -220
  51. package/docs/components/Menu/examples/Menu.md +1456 -112
  52. package/docs/components/MenuToggle/examples/MenuToggle.md +13 -1
  53. package/docs/components/ModalBox/examples/ModalBox.md +121 -37
  54. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +57 -21
  55. package/docs/components/Nav/examples/Navigation.md +710 -62
  56. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +576 -48
  57. package/docs/components/Popover/examples/Popover.md +110 -38
  58. package/docs/components/ProgressStepper/examples/ProgressStepper.md +273 -21
  59. package/docs/components/Slider/examples/Slider.md +52 -4
  60. package/docs/components/Table/examples/Table.md +819 -63
  61. package/docs/components/Tabs/examples/Tabs.md +1959 -339
  62. package/docs/components/TextInputGroup/examples/TextInputGroup.md +509 -41
  63. package/docs/components/Toolbar/examples/Toolbar.md +48 -48
  64. package/docs/components/TreeView/examples/TreeView.md +1300 -100
  65. package/docs/components/Wizard/examples/Wizard.md +349 -85
  66. package/docs/demos/AboutModal/examples/AboutModal.md +41 -5
  67. package/docs/demos/Alert/examples/Alert.md +123 -15
  68. package/docs/demos/BackToTop/examples/BackToTop.md +39 -3
  69. package/docs/demos/Banner/examples/Banner.md +78 -6
  70. package/docs/demos/Card/examples/Card.md +310 -34
  71. package/docs/demos/CardView/examples/CardView.md +78 -6
  72. package/docs/demos/Compass/examples/Compass.md +73 -37
  73. package/docs/demos/Dashboard/examples/Dashboard.md +128 -14
  74. package/docs/demos/DataList/examples/DataList.md +234 -18
  75. package/docs/demos/DescriptionList/examples/DescriptionList.md +119 -11
  76. package/docs/demos/Drawer/examples/Drawer.md +147 -21
  77. package/docs/demos/Form/examples/BasicForms.md +169 -13
  78. package/docs/demos/JumpLinks/examples/JumpLinks.md +220 -31
  79. package/docs/demos/Masthead/examples/Masthead.md +370 -34
  80. package/docs/demos/Modal/examples/Modal.md +246 -30
  81. package/docs/demos/Nav/examples/Nav.md +320 -32
  82. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +1063 -115
  83. package/docs/demos/Page/examples/Page.md +548 -44
  84. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +371 -47
  85. package/docs/demos/Skeleton/examples/Skeleton.md +39 -3
  86. package/docs/demos/Table/examples/Table.md +934 -73
  87. package/docs/demos/Tabs/examples/Tabs.md +261 -27
  88. package/docs/demos/Toolbar/examples/Toolbar.md +102 -30
  89. package/docs/demos/Wizard/examples/Wizard.md +641 -92
  90. package/package.json +1 -1
  91. package/patternfly-no-globals.css +28 -20
  92. package/patternfly.css +28 -20
  93. package/patternfly.min.css +1 -1
  94. package/patternfly.min.css.map +1 -1
@@ -21,7 +21,19 @@ wrapperTag: div
21
21
  >
22
22
  <span class="pf-v6-c-button__icon pf-m-start">
23
23
  <span class="pf-v6-c-card__header-toggle-icon">
24
- <i class="fas fa-angle-right" aria-hidden="true"></i>
24
+ <svg
25
+ class="pf-v6-svg"
26
+ viewBox="0 0 20 20"
27
+ fill="currentColor"
28
+ aria-hidden="true"
29
+ role="img"
30
+ width="1em"
31
+ height="1em"
32
+ >
33
+ <path
34
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
35
+ />
36
+ </svg>
25
37
  </span>
26
38
  </span>
27
39
  </button>
@@ -122,7 +134,19 @@ wrapperTag: div
122
134
  >
123
135
  <span class="pf-v6-c-button__icon pf-m-start">
124
136
  <span class="pf-v6-c-card__header-toggle-icon">
125
- <i class="fas fa-angle-right" aria-hidden="true"></i>
137
+ <svg
138
+ class="pf-v6-svg"
139
+ viewBox="0 0 20 20"
140
+ fill="currentColor"
141
+ aria-hidden="true"
142
+ role="img"
143
+ width="1em"
144
+ height="1em"
145
+ >
146
+ <path
147
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
148
+ />
149
+ </svg>
126
150
  </span>
127
151
  </span>
128
152
  </button>
@@ -1115,7 +1139,19 @@ wrapperTag: div
1115
1139
  </div>
1116
1140
  </div>
1117
1141
  <span class="pf-v6-c-notification-drawer__group-toggle-icon">
1118
- <i class="fas fa-angle-right" aria-hidden="true"></i>
1142
+ <svg
1143
+ class="pf-v6-svg"
1144
+ viewBox="0 0 20 20"
1145
+ fill="currentColor"
1146
+ aria-hidden="true"
1147
+ role="img"
1148
+ width="1em"
1149
+ height="1em"
1150
+ >
1151
+ <path
1152
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
1153
+ />
1154
+ </svg>
1119
1155
  </span>
1120
1156
  </button>
1121
1157
  <ul class="pf-v6-c-notification-drawer__list" role="list" hidden>
@@ -1125,7 +1161,19 @@ wrapperTag: div
1125
1161
  >
1126
1162
  <div class="pf-v6-c-notification-drawer__list-item-header">
1127
1163
  <span class="pf-v6-c-notification-drawer__list-item-header-icon">
1128
- <i class="fas fa-exclamation-circle" aria-hidden="true"></i>
1164
+ <svg
1165
+ class="pf-v6-svg"
1166
+ viewBox="0 0 32 32"
1167
+ fill="currentColor"
1168
+ aria-hidden="true"
1169
+ role="img"
1170
+ width="1em"
1171
+ height="1em"
1172
+ >
1173
+ <path
1174
+ d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm-1.5 8a1.5 1.5 0 1 1 3 0v7a1.5 1.5 0 1 1-3 0V9ZM16 25.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 25.001Z"
1175
+ />
1176
+ </svg>
1129
1177
  </span>
1130
1178
  <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
1131
1179
  <span class="pf-v6-screen-reader">Danger notification:</span>
@@ -1142,7 +1190,19 @@ wrapperTag: div
1142
1190
  >
1143
1191
  <div class="pf-v6-c-notification-drawer__list-item-header">
1144
1192
  <span class="pf-v6-c-notification-drawer__list-item-header-icon">
1145
- <i class="fas fa-exclamation-triangle" aria-hidden="true"></i>
1193
+ <svg
1194
+ class="pf-v6-svg"
1195
+ viewBox="0 0 32 32"
1196
+ fill="currentColor"
1197
+ aria-hidden="true"
1198
+ role="img"
1199
+ width="1em"
1200
+ height="1em"
1201
+ >
1202
+ <path
1203
+ d="m31.874 28.514-15.011-27a1.001 1.001 0 0 0-1.748 0l-15.011 27A1 1 0 0 0 .978 30H31a1 1 0 0 0 .874-1.486ZM14.5 12a1.5 1.5 0 0 1 3 0v5a1.5 1.5 0 0 1-3 0v-5ZM16 26.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 26.001Z"
1204
+ />
1205
+ </svg>
1146
1206
  </span>
1147
1207
  <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
1148
1208
  <span class="pf-v6-screen-reader">Warning notification:</span>
@@ -1304,7 +1364,19 @@ wrapperTag: div
1304
1364
  </div>
1305
1365
  </div>
1306
1366
  <span class="pf-v6-c-notification-drawer__group-toggle-icon">
1307
- <i class="fas fa-angle-right" aria-hidden="true"></i>
1367
+ <svg
1368
+ class="pf-v6-svg"
1369
+ viewBox="0 0 20 20"
1370
+ fill="currentColor"
1371
+ aria-hidden="true"
1372
+ role="img"
1373
+ width="1em"
1374
+ height="1em"
1375
+ >
1376
+ <path
1377
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
1378
+ />
1379
+ </svg>
1308
1380
  </span>
1309
1381
  </button>
1310
1382
  <ul class="pf-v6-c-notification-drawer__list" role="list">
@@ -1314,7 +1386,19 @@ wrapperTag: div
1314
1386
  >
1315
1387
  <div class="pf-v6-c-notification-drawer__list-item-header">
1316
1388
  <span class="pf-v6-c-notification-drawer__list-item-header-icon">
1317
- <i class="fas fa-exclamation-circle" aria-hidden="true"></i>
1389
+ <svg
1390
+ class="pf-v6-svg"
1391
+ viewBox="0 0 32 32"
1392
+ fill="currentColor"
1393
+ aria-hidden="true"
1394
+ role="img"
1395
+ width="1em"
1396
+ height="1em"
1397
+ >
1398
+ <path
1399
+ d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm-1.5 8a1.5 1.5 0 1 1 3 0v7a1.5 1.5 0 1 1-3 0V9ZM16 25.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 25.001Z"
1400
+ />
1401
+ </svg>
1318
1402
  </span>
1319
1403
  <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
1320
1404
  <span class="pf-v6-screen-reader">Danger notification:</span>
@@ -1331,7 +1415,19 @@ wrapperTag: div
1331
1415
  >
1332
1416
  <div class="pf-v6-c-notification-drawer__list-item-header">
1333
1417
  <span class="pf-v6-c-notification-drawer__list-item-header-icon">
1334
- <i class="fas fa-exclamation-triangle" aria-hidden="true"></i>
1418
+ <svg
1419
+ class="pf-v6-svg"
1420
+ viewBox="0 0 32 32"
1421
+ fill="currentColor"
1422
+ aria-hidden="true"
1423
+ role="img"
1424
+ width="1em"
1425
+ height="1em"
1426
+ >
1427
+ <path
1428
+ d="m31.874 28.514-15.011-27a1.001 1.001 0 0 0-1.748 0l-15.011 27A1 1 0 0 0 .978 30H31a1 1 0 0 0 .874-1.486ZM14.5 12a1.5 1.5 0 0 1 3 0v5a1.5 1.5 0 0 1-3 0v-5ZM16 26.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 26.001Z"
1429
+ />
1430
+ </svg>
1335
1431
  </span>
1336
1432
  <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
1337
1433
  <span class="pf-v6-screen-reader">Warning notification:</span>
@@ -1404,7 +1500,7 @@ wrapperTag: div
1404
1500
  <span class="pf-v6-c-button__icon">
1405
1501
  <svg
1406
1502
  class="pf-v6-svg"
1407
- viewBox="0 0 352 512"
1503
+ viewBox="0 0 20 20"
1408
1504
  fill="currentColor"
1409
1505
  aria-hidden="true"
1410
1506
  role="img"
@@ -1412,7 +1508,7 @@ wrapperTag: div
1412
1508
  height="1em"
1413
1509
  >
1414
1510
  <path
1415
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
1511
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
1416
1512
  />
1417
1513
  </svg>
1418
1514
  </span>
@@ -1475,10 +1571,19 @@ wrapperTag: div
1475
1571
  >
1476
1572
  <span class="pf-v6-c-button__icon">
1477
1573
  <div class="pf-v6-c-table__toggle-icon">
1478
- <i
1479
- class="fas fa-angle-down"
1574
+ <svg
1575
+ class="pf-v6-svg"
1576
+ viewBox="0 0 20 20"
1577
+ fill="currentColor"
1480
1578
  aria-hidden="true"
1481
- ></i>
1579
+ role="img"
1580
+ width="1em"
1581
+ height="1em"
1582
+ >
1583
+ <path
1584
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
1585
+ />
1586
+ </svg>
1482
1587
  </div>
1483
1588
  </span>
1484
1589
  </button>
@@ -1557,10 +1662,19 @@ wrapperTag: div
1557
1662
  >
1558
1663
  <span class="pf-v6-c-button__icon">
1559
1664
  <div class="pf-v6-c-table__toggle-icon">
1560
- <i
1561
- class="fas fa-angle-down"
1665
+ <svg
1666
+ class="pf-v6-svg"
1667
+ viewBox="0 0 20 20"
1668
+ fill="currentColor"
1562
1669
  aria-hidden="true"
1563
- ></i>
1670
+ role="img"
1671
+ width="1em"
1672
+ height="1em"
1673
+ >
1674
+ <path
1675
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
1676
+ />
1677
+ </svg>
1564
1678
  </div>
1565
1679
  </span>
1566
1680
  </button>
@@ -1625,10 +1739,19 @@ wrapperTag: div
1625
1739
  >
1626
1740
  <span class="pf-v6-c-button__icon">
1627
1741
  <div class="pf-v6-c-table__toggle-icon">
1628
- <i
1629
- class="fas fa-angle-down"
1742
+ <svg
1743
+ class="pf-v6-svg"
1744
+ viewBox="0 0 20 20"
1745
+ fill="currentColor"
1630
1746
  aria-hidden="true"
1631
- ></i>
1747
+ role="img"
1748
+ width="1em"
1749
+ height="1em"
1750
+ >
1751
+ <path
1752
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
1753
+ />
1754
+ </svg>
1632
1755
  </div>
1633
1756
  </span>
1634
1757
  </button>
@@ -1691,10 +1814,19 @@ wrapperTag: div
1691
1814
  >
1692
1815
  <span class="pf-v6-c-button__icon">
1693
1816
  <div class="pf-v6-c-table__toggle-icon">
1694
- <i
1695
- class="fas fa-angle-down"
1817
+ <svg
1818
+ class="pf-v6-svg"
1819
+ viewBox="0 0 20 20"
1820
+ fill="currentColor"
1696
1821
  aria-hidden="true"
1697
- ></i>
1822
+ role="img"
1823
+ width="1em"
1824
+ height="1em"
1825
+ >
1826
+ <path
1827
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
1828
+ />
1829
+ </svg>
1698
1830
  </div>
1699
1831
  </span>
1700
1832
  </button>
@@ -1851,7 +1983,19 @@ wrapperTag: div
1851
1983
  </div>
1852
1984
  </div>
1853
1985
  <span class="pf-v6-c-notification-drawer__group-toggle-icon">
1854
- <i class="fas fa-angle-right" aria-hidden="true"></i>
1986
+ <svg
1987
+ class="pf-v6-svg"
1988
+ viewBox="0 0 20 20"
1989
+ fill="currentColor"
1990
+ aria-hidden="true"
1991
+ role="img"
1992
+ width="1em"
1993
+ height="1em"
1994
+ >
1995
+ <path
1996
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
1997
+ />
1998
+ </svg>
1855
1999
  </span>
1856
2000
  </button>
1857
2001
  <ul class="pf-v6-c-notification-drawer__list" role="list">
@@ -1861,7 +2005,19 @@ wrapperTag: div
1861
2005
  >
1862
2006
  <div class="pf-v6-c-notification-drawer__list-item-header">
1863
2007
  <span class="pf-v6-c-notification-drawer__list-item-header-icon">
1864
- <i class="fas fa-exclamation-circle" aria-hidden="true"></i>
2008
+ <svg
2009
+ class="pf-v6-svg"
2010
+ viewBox="0 0 32 32"
2011
+ fill="currentColor"
2012
+ aria-hidden="true"
2013
+ role="img"
2014
+ width="1em"
2015
+ height="1em"
2016
+ >
2017
+ <path
2018
+ d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm-1.5 8a1.5 1.5 0 1 1 3 0v7a1.5 1.5 0 1 1-3 0V9ZM16 25.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 25.001Z"
2019
+ />
2020
+ </svg>
1865
2021
  </span>
1866
2022
  <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
1867
2023
  <span class="pf-v6-screen-reader">Danger notification:</span>
@@ -1878,7 +2034,19 @@ wrapperTag: div
1878
2034
  >
1879
2035
  <div class="pf-v6-c-notification-drawer__list-item-header">
1880
2036
  <span class="pf-v6-c-notification-drawer__list-item-header-icon">
1881
- <i class="fas fa-exclamation-triangle" aria-hidden="true"></i>
2037
+ <svg
2038
+ class="pf-v6-svg"
2039
+ viewBox="0 0 32 32"
2040
+ fill="currentColor"
2041
+ aria-hidden="true"
2042
+ role="img"
2043
+ width="1em"
2044
+ height="1em"
2045
+ >
2046
+ <path
2047
+ d="m31.874 28.514-15.011-27a1.001 1.001 0 0 0-1.748 0l-15.011 27A1 1 0 0 0 .978 30H31a1 1 0 0 0 .874-1.486ZM14.5 12a1.5 1.5 0 0 1 3 0v5a1.5 1.5 0 0 1-3 0v-5ZM16 26.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 26.001Z"
2048
+ />
2049
+ </svg>
1882
2050
  </span>
1883
2051
  <h2 class="pf-v6-c-notification-drawer__list-item-header-title">
1884
2052
  <span class="pf-v6-screen-reader">Warning notification:</span>
@@ -2094,7 +2262,19 @@ wrapperTag: div
2094
2262
  >
2095
2263
  <span class="pf-v6-c-button__icon pf-m-start">
2096
2264
  <span class="pf-v6-c-card__header-toggle-icon">
2097
- <i class="fas fa-angle-right" aria-hidden="true"></i>
2265
+ <svg
2266
+ class="pf-v6-svg"
2267
+ viewBox="0 0 20 20"
2268
+ fill="currentColor"
2269
+ aria-hidden="true"
2270
+ role="img"
2271
+ width="1em"
2272
+ height="1em"
2273
+ >
2274
+ <path
2275
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
2276
+ />
2277
+ </svg>
2098
2278
  </span>
2099
2279
  </span>
2100
2280
  </button>
@@ -2207,7 +2387,19 @@ wrapperTag: div
2207
2387
  >
2208
2388
  <span class="pf-v6-c-button__icon pf-m-start">
2209
2389
  <span class="pf-v6-c-card__header-toggle-icon">
2210
- <i class="fas fa-angle-right" aria-hidden="true"></i>
2390
+ <svg
2391
+ class="pf-v6-svg"
2392
+ viewBox="0 0 20 20"
2393
+ fill="currentColor"
2394
+ aria-hidden="true"
2395
+ role="img"
2396
+ width="1em"
2397
+ height="1em"
2398
+ >
2399
+ <path
2400
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
2401
+ />
2402
+ </svg>
2211
2403
  </span>
2212
2404
  </span>
2213
2405
  </button>
@@ -2237,7 +2429,19 @@ wrapperTag: div
2237
2429
  >
2238
2430
  <span class="pf-v6-c-button__icon pf-m-start">
2239
2431
  <span class="pf-v6-c-card__header-toggle-icon">
2240
- <i class="fas fa-angle-right" aria-hidden="true"></i>
2432
+ <svg
2433
+ class="pf-v6-svg"
2434
+ viewBox="0 0 20 20"
2435
+ fill="currentColor"
2436
+ aria-hidden="true"
2437
+ role="img"
2438
+ width="1em"
2439
+ height="1em"
2440
+ >
2441
+ <path
2442
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
2443
+ />
2444
+ </svg>
2241
2445
  </span>
2242
2446
  </span>
2243
2447
  </button>
@@ -2282,7 +2486,19 @@ wrapperTag: div
2282
2486
  >
2283
2487
  <span class="pf-v6-c-button__icon pf-m-start">
2284
2488
  <span class="pf-v6-c-card__header-toggle-icon">
2285
- <i class="fas fa-angle-right" aria-hidden="true"></i>
2489
+ <svg
2490
+ class="pf-v6-svg"
2491
+ viewBox="0 0 20 20"
2492
+ fill="currentColor"
2493
+ aria-hidden="true"
2494
+ role="img"
2495
+ width="1em"
2496
+ height="1em"
2497
+ >
2498
+ <path
2499
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
2500
+ />
2501
+ </svg>
2286
2502
  </span>
2287
2503
  </span>
2288
2504
  </button>
@@ -2392,7 +2608,19 @@ wrapperTag: div
2392
2608
  >
2393
2609
  <span class="pf-v6-c-button__icon pf-m-start">
2394
2610
  <span class="pf-v6-c-card__header-toggle-icon">
2395
- <i class="fas fa-angle-right" aria-hidden="true"></i>
2611
+ <svg
2612
+ class="pf-v6-svg"
2613
+ viewBox="0 0 20 20"
2614
+ fill="currentColor"
2615
+ aria-hidden="true"
2616
+ role="img"
2617
+ width="1em"
2618
+ height="1em"
2619
+ >
2620
+ <path
2621
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
2622
+ />
2623
+ </svg>
2396
2624
  </span>
2397
2625
  </span>
2398
2626
  </button>
@@ -2419,7 +2647,19 @@ wrapperTag: div
2419
2647
  >
2420
2648
  <span class="pf-v6-c-button__icon pf-m-start">
2421
2649
  <span class="pf-v6-c-card__header-toggle-icon">
2422
- <i class="fas fa-angle-right" aria-hidden="true"></i>
2650
+ <svg
2651
+ class="pf-v6-svg"
2652
+ viewBox="0 0 20 20"
2653
+ fill="currentColor"
2654
+ aria-hidden="true"
2655
+ role="img"
2656
+ width="1em"
2657
+ height="1em"
2658
+ >
2659
+ <path
2660
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
2661
+ />
2662
+ </svg>
2423
2663
  </span>
2424
2664
  </span>
2425
2665
  </button>
@@ -2459,7 +2699,19 @@ wrapperTag: div
2459
2699
  >
2460
2700
  <span class="pf-v6-c-accordion__toggle-text">CPU 1</span>
2461
2701
  <span class="pf-v6-c-accordion__toggle-icon">
2462
- <i class="fas fa-angle-right" aria-hidden="true"></i>
2702
+ <svg
2703
+ class="pf-v6-svg"
2704
+ viewBox="0 0 20 20"
2705
+ fill="currentColor"
2706
+ aria-hidden="true"
2707
+ role="img"
2708
+ width="1em"
2709
+ height="1em"
2710
+ >
2711
+ <path
2712
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
2713
+ />
2714
+ </svg>
2463
2715
  </span>
2464
2716
  </button>
2465
2717
  </h3>
@@ -2555,7 +2807,19 @@ wrapperTag: div
2555
2807
  >
2556
2808
  <span class="pf-v6-c-accordion__toggle-text">CPU 2</span>
2557
2809
  <span class="pf-v6-c-accordion__toggle-icon">
2558
- <i class="fas fa-angle-right" aria-hidden="true"></i>
2810
+ <svg
2811
+ class="pf-v6-svg"
2812
+ viewBox="0 0 20 20"
2813
+ fill="currentColor"
2814
+ aria-hidden="true"
2815
+ role="img"
2816
+ width="1em"
2817
+ height="1em"
2818
+ >
2819
+ <path
2820
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
2821
+ />
2822
+ </svg>
2559
2823
  </span>
2560
2824
  </button>
2561
2825
  </h3>
@@ -2649,7 +2913,19 @@ wrapperTag: div
2649
2913
  >
2650
2914
  <span class="pf-v6-c-accordion__toggle-text">CPU 3</span>
2651
2915
  <span class="pf-v6-c-accordion__toggle-icon">
2652
- <i class="fas fa-angle-right" aria-hidden="true"></i>
2916
+ <svg
2917
+ class="pf-v6-svg"
2918
+ viewBox="0 0 20 20"
2919
+ fill="currentColor"
2920
+ aria-hidden="true"
2921
+ role="img"
2922
+ width="1em"
2923
+ height="1em"
2924
+ >
2925
+ <path
2926
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
2927
+ />
2928
+ </svg>
2653
2929
  </span>
2654
2930
  </button>
2655
2931
  </h3>
@@ -210,7 +210,19 @@ section: patterns
210
210
  <span class="pf-v6-c-nav__link-text">System panel</span>
211
211
  <span class="pf-v6-c-nav__toggle">
212
212
  <span class="pf-v6-c-nav__toggle-icon">
213
- <i class="fas fa-angle-right" aria-hidden="true"></i>
213
+ <svg
214
+ class="pf-v6-svg"
215
+ viewBox="0 0 20 20"
216
+ fill="currentColor"
217
+ aria-hidden="true"
218
+ role="img"
219
+ width="1em"
220
+ height="1em"
221
+ >
222
+ <path
223
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
224
+ />
225
+ </svg>
214
226
  </span>
215
227
  </span>
216
228
  </button>
@@ -265,7 +277,19 @@ section: patterns
265
277
  <span class="pf-v6-c-nav__link-text">Policy</span>
266
278
  <span class="pf-v6-c-nav__toggle">
267
279
  <span class="pf-v6-c-nav__toggle-icon">
268
- <i class="fas fa-angle-right" aria-hidden="true"></i>
280
+ <svg
281
+ class="pf-v6-svg"
282
+ viewBox="0 0 20 20"
283
+ fill="currentColor"
284
+ aria-hidden="true"
285
+ role="img"
286
+ width="1em"
287
+ height="1em"
288
+ >
289
+ <path
290
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
291
+ />
292
+ </svg>
269
293
  </span>
270
294
  </span>
271
295
  </button>
@@ -298,7 +322,19 @@ section: patterns
298
322
  <span class="pf-v6-c-nav__link-text">Authentication</span>
299
323
  <span class="pf-v6-c-nav__toggle">
300
324
  <span class="pf-v6-c-nav__toggle-icon">
301
- <i class="fas fa-angle-right" aria-hidden="true"></i>
325
+ <svg
326
+ class="pf-v6-svg"
327
+ viewBox="0 0 20 20"
328
+ fill="currentColor"
329
+ aria-hidden="true"
330
+ role="img"
331
+ width="1em"
332
+ height="1em"
333
+ >
334
+ <path
335
+ d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
336
+ />
337
+ </svg>
302
338
  </span>
303
339
  </span>
304
340
  </button>
@@ -341,21 +377,57 @@ section: patterns
341
377
  </li>
342
378
  <li class="pf-v6-c-breadcrumb__item">
343
379
  <span class="pf-v6-c-breadcrumb__item-divider">
344
- <i class="fas fa-angle-right" aria-hidden="true"></i>
380
+ <svg
381
+ class="pf-v6-svg"
382
+ viewBox="0 0 20 20"
383
+ fill="currentColor"
384
+ aria-hidden="true"
385
+ role="img"
386
+ width="1em"
387
+ height="1em"
388
+ >
389
+ <path
390
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
391
+ />
392
+ </svg>
345
393
  </span>
346
394
 
347
395
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
348
396
  </li>
349
397
  <li class="pf-v6-c-breadcrumb__item">
350
398
  <span class="pf-v6-c-breadcrumb__item-divider">
351
- <i class="fas fa-angle-right" aria-hidden="true"></i>
399
+ <svg
400
+ class="pf-v6-svg"
401
+ viewBox="0 0 20 20"
402
+ fill="currentColor"
403
+ aria-hidden="true"
404
+ role="img"
405
+ width="1em"
406
+ height="1em"
407
+ >
408
+ <path
409
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
410
+ />
411
+ </svg>
352
412
  </span>
353
413
 
354
414
  <a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
355
415
  </li>
356
416
  <li class="pf-v6-c-breadcrumb__item">
357
417
  <span class="pf-v6-c-breadcrumb__item-divider">
358
- <i class="fas fa-angle-right" aria-hidden="true"></i>
418
+ <svg
419
+ class="pf-v6-svg"
420
+ viewBox="0 0 20 20"
421
+ fill="currentColor"
422
+ aria-hidden="true"
423
+ role="img"
424
+ width="1em"
425
+ height="1em"
426
+ >
427
+ <path
428
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
429
+ />
430
+ </svg>
359
431
  </span>
360
432
 
361
433
  <a