@patternfly/patternfly 6.6.0-prerelease.27 → 6.6.0-prerelease.28

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 (46) hide show
  1. package/components/Label/label.css +9 -3
  2. package/components/Label/label.scss +9 -3
  3. package/components/_index.css +9 -3
  4. package/docs/components/CodeEditor/examples/CodeEditor.md +131 -47
  5. package/docs/components/DataList/examples/DataList.md +143 -11
  6. package/docs/components/DatePicker/examples/DatePicker.md +26 -2
  7. package/docs/components/DescriptionList/examples/DescriptionList.md +115 -55
  8. package/docs/components/DualListSelector/examples/DualListSelector.md +270 -54
  9. package/docs/components/EmptyState/examples/EmptyState.md +12 -12
  10. package/docs/components/FileUpload/examples/FileUpload.md +26 -2
  11. package/docs/components/Form/examples/Form.md +104 -8
  12. package/docs/components/FormControl/examples/FormControl.md +260 -20
  13. package/docs/components/HelperText/examples/HelperText.md +139 -11
  14. package/docs/components/Icon/examples/Icon.md +403 -31
  15. package/docs/components/InlineEdit/examples/InlineEdit.md +13 -1
  16. package/docs/components/InputGroup/examples/InputGroup.md +19 -7
  17. package/docs/components/Label/examples/Label.md +4029 -765
  18. package/docs/components/List/examples/List.md +78 -6
  19. package/docs/components/Login/examples/Login.md +104 -8
  20. package/docs/components/Menu/examples/Menu.md +221 -17
  21. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +247 -19
  22. package/docs/components/NumberInput/examples/NumberInput.md +301 -25
  23. package/docs/components/ProgressStepper/examples/ProgressStepper.md +169 -13
  24. package/docs/components/Switch/examples/Switch.md +52 -4
  25. package/docs/components/Table/examples/Table.md +936 -72
  26. package/docs/components/TextInputGroup/examples/TextInputGroup.md +309 -81
  27. package/docs/components/Toolbar/examples/Toolbar.md +117 -9
  28. package/docs/components/TreeView/examples/TreeView.md +186 -18
  29. package/docs/components/Wizard/examples/Wizard.md +325 -25
  30. package/docs/demos/Alert/examples/Alert.md +149 -26
  31. package/docs/demos/Card/examples/Card.md +280 -34
  32. package/docs/demos/Dashboard/examples/Dashboard.md +72 -18
  33. package/docs/demos/DataList/examples/DataList.md +26 -2
  34. package/docs/demos/Form/examples/BasicForms.md +56 -8
  35. package/docs/demos/HelperText/examples/HelperText.md +104 -8
  36. package/docs/demos/Masthead/examples/Masthead.md +52 -4
  37. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +176 -14
  38. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +52 -4
  39. package/docs/demos/Table/examples/Table.md +247 -19
  40. package/docs/demos/Toolbar/examples/Toolbar.md +103 -10
  41. package/docs/demos/Wizard/examples/Wizard.md +117 -9
  42. package/package.json +1 -1
  43. package/patternfly-no-globals.css +9 -3
  44. package/patternfly.css +9 -3
  45. package/patternfly.min.css +1 -1
  46. package/patternfly.min.css.map +1 -1
@@ -390,7 +390,19 @@ When a list item includes more than one block of content, it can be difficult fo
390
390
  </div>
391
391
  <div class="pf-v6-c-data-list__item-content">
392
392
  <div class="pf-v6-c-data-list__cell pf-m-icon">
393
- <i class="fas fa-code-branch" aria-hidden="true"></i>
393
+ <svg
394
+ class="pf-v6-svg"
395
+ fill="currentColor"
396
+ viewBox="0 0 32 32"
397
+ aria-hidden="true"
398
+ role="img"
399
+ width="1em"
400
+ height="1em"
401
+ >
402
+ <path
403
+ d="M23 3c-2.206 0-4 1.794-4 4 0 1.858 1.279 3.411 3 3.858V13c0 1.103-.897 2-2 2h-6c-1.13 0-2.162.391-3 1.026V8.858c1.721-.447 3-2 3-3.858 0-2.206-1.794-4-4-4S6 2.794 6 5c0 1.858 1.279 3.411 3 3.858v14.284c-1.721.447-3 2-3 3.858 0 2.206 1.794 4 4 4s4-1.794 4-4c0-1.858-1.279-3.411-3-3.858V20c0-1.654 1.346-3 3-3h6c2.206 0 4-1.794 4-4v-2.142c1.721-.447 3-2 3-3.858 0-2.206-1.794-4-4-4ZM12 27c0 1.103-.897 2-2 2s-2-.897-2-2 .897-2 2-2 2 .897 2 2ZM10 7c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm13 2c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
404
+ />
405
+ </svg>
394
406
  </div>
395
407
  <div class="pf-v6-c-data-list__cell">
396
408
  <span id="data-list-expandable-item-1">Primary content</span>
@@ -559,7 +571,19 @@ When a list item includes more than one block of content, it can be difficult fo
559
571
  </div>
560
572
  <div class="pf-v6-c-data-list__item-content">
561
573
  <div class="pf-v6-c-data-list__cell pf-m-icon">
562
- <i class="fas fa-code-branch" aria-hidden="true"></i>
574
+ <svg
575
+ class="pf-v6-svg"
576
+ fill="currentColor"
577
+ viewBox="0 0 32 32"
578
+ aria-hidden="true"
579
+ role="img"
580
+ width="1em"
581
+ height="1em"
582
+ >
583
+ <path
584
+ d="M23 3c-2.206 0-4 1.794-4 4 0 1.858 1.279 3.411 3 3.858V13c0 1.103-.897 2-2 2h-6c-1.13 0-2.162.391-3 1.026V8.858c1.721-.447 3-2 3-3.858 0-2.206-1.794-4-4-4S6 2.794 6 5c0 1.858 1.279 3.411 3 3.858v14.284c-1.721.447-3 2-3 3.858 0 2.206 1.794 4 4 4s4-1.794 4-4c0-1.858-1.279-3.411-3-3.858V20c0-1.654 1.346-3 3-3h6c2.206 0 4-1.794 4-4v-2.142c1.721-.447 3-2 3-3.858 0-2.206-1.794-4-4-4ZM12 27c0 1.103-.897 2-2 2s-2-.897-2-2 .897-2 2-2 2 .897 2 2ZM10 7c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm13 2c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
585
+ />
586
+ </svg>
563
587
  </div>
564
588
  <div class="pf-v6-c-data-list__cell">
565
589
  <div id="data-list-expandable-item-3">Tertiary content</div>
@@ -656,7 +680,19 @@ When a list item includes more than one block of content, it can be difficult fo
656
680
  </div>
657
681
  <div class="pf-v6-c-data-list__item-content">
658
682
  <div class="pf-v6-c-data-list__cell pf-m-icon">
659
- <i class="fas fa-code-branch" aria-hidden="true"></i>
683
+ <svg
684
+ class="pf-v6-svg"
685
+ fill="currentColor"
686
+ viewBox="0 0 32 32"
687
+ aria-hidden="true"
688
+ role="img"
689
+ width="1em"
690
+ height="1em"
691
+ >
692
+ <path
693
+ d="M23 3c-2.206 0-4 1.794-4 4 0 1.858 1.279 3.411 3 3.858V13c0 1.103-.897 2-2 2h-6c-1.13 0-2.162.391-3 1.026V8.858c1.721-.447 3-2 3-3.858 0-2.206-1.794-4-4-4S6 2.794 6 5c0 1.858 1.279 3.411 3 3.858v14.284c-1.721.447-3 2-3 3.858 0 2.206 1.794 4 4 4s4-1.794 4-4c0-1.858-1.279-3.411-3-3.858V20c0-1.654 1.346-3 3-3h6c2.206 0 4-1.794 4-4v-2.142c1.721-.447 3-2 3-3.858 0-2.206-1.794-4-4-4ZM12 27c0 1.103-.897 2-2 2s-2-.897-2-2 .897-2 2-2 2 .897 2 2ZM10 7c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm13 2c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
694
+ />
695
+ </svg>
660
696
  </div>
661
697
  <div class="pf-v6-c-data-list__cell">
662
698
  <div id="data-list-expandable-compact-item-1">Primary content</div>
@@ -742,7 +778,19 @@ When a list item includes more than one block of content, it can be difficult fo
742
778
  </div>
743
779
  <div class="pf-v6-c-data-list__item-content">
744
780
  <div class="pf-v6-c-data-list__cell pf-m-icon">
745
- <i class="fas fa-code-branch" aria-hidden="true"></i>
781
+ <svg
782
+ class="pf-v6-svg"
783
+ fill="currentColor"
784
+ viewBox="0 0 32 32"
785
+ aria-hidden="true"
786
+ role="img"
787
+ width="1em"
788
+ height="1em"
789
+ >
790
+ <path
791
+ d="M23 3c-2.206 0-4 1.794-4 4 0 1.858 1.279 3.411 3 3.858V13c0 1.103-.897 2-2 2h-6c-1.13 0-2.162.391-3 1.026V8.858c1.721-.447 3-2 3-3.858 0-2.206-1.794-4-4-4S6 2.794 6 5c0 1.858 1.279 3.411 3 3.858v14.284c-1.721.447-3 2-3 3.858 0 2.206 1.794 4 4 4s4-1.794 4-4c0-1.858-1.279-3.411-3-3.858V20c0-1.654 1.346-3 3-3h6c2.206 0 4-1.794 4-4v-2.142c1.721-.447 3-2 3-3.858 0-2.206-1.794-4-4-4ZM12 27c0 1.103-.897 2-2 2s-2-.897-2-2 .897-2 2-2 2 .897 2 2ZM10 7c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm13 2c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
792
+ />
793
+ </svg>
746
794
  </div>
747
795
  <div class="pf-v6-c-data-list__cell">
748
796
  <span id="data-list-expandable-compact-item-2">Secondary content</span>
@@ -828,7 +876,19 @@ When a list item includes more than one block of content, it can be difficult fo
828
876
  </div>
829
877
  <div class="pf-v6-c-data-list__item-content">
830
878
  <div class="pf-v6-c-data-list__cell pf-m-icon">
831
- <i class="fas fa-code-branch" aria-hidden="true"></i>
879
+ <svg
880
+ class="pf-v6-svg"
881
+ fill="currentColor"
882
+ viewBox="0 0 32 32"
883
+ aria-hidden="true"
884
+ role="img"
885
+ width="1em"
886
+ height="1em"
887
+ >
888
+ <path
889
+ d="M23 3c-2.206 0-4 1.794-4 4 0 1.858 1.279 3.411 3 3.858V13c0 1.103-.897 2-2 2h-6c-1.13 0-2.162.391-3 1.026V8.858c1.721-.447 3-2 3-3.858 0-2.206-1.794-4-4-4S6 2.794 6 5c0 1.858 1.279 3.411 3 3.858v14.284c-1.721.447-3 2-3 3.858 0 2.206 1.794 4 4 4s4-1.794 4-4c0-1.858-1.279-3.411-3-3.858V20c0-1.654 1.346-3 3-3h6c2.206 0 4-1.794 4-4v-2.142c1.721-.447 3-2 3-3.858 0-2.206-1.794-4-4-4ZM12 27c0 1.103-.897 2-2 2s-2-.897-2-2 .897-2 2-2 2 .897 2 2ZM10 7c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm13 2c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
890
+ />
891
+ </svg>
832
892
  </div>
833
893
  <div class="pf-v6-c-data-list__cell">
834
894
  <span id="data-list-expandable-compact-item-3">Tertiary content</span>
@@ -925,7 +985,19 @@ When a list item includes more than one block of content, it can be difficult fo
925
985
  </div>
926
986
  <div class="pf-v6-c-data-list__item-content">
927
987
  <div class="pf-v6-c-data-list__cell pf-m-icon">
928
- <i class="fas fa-code-branch" aria-hidden="true"></i>
988
+ <svg
989
+ class="pf-v6-svg"
990
+ fill="currentColor"
991
+ viewBox="0 0 32 32"
992
+ aria-hidden="true"
993
+ role="img"
994
+ width="1em"
995
+ height="1em"
996
+ >
997
+ <path
998
+ d="M23 3c-2.206 0-4 1.794-4 4 0 1.858 1.279 3.411 3 3.858V13c0 1.103-.897 2-2 2h-6c-1.13 0-2.162.391-3 1.026V8.858c1.721-.447 3-2 3-3.858 0-2.206-1.794-4-4-4S6 2.794 6 5c0 1.858 1.279 3.411 3 3.858v14.284c-1.721.447-3 2-3 3.858 0 2.206 1.794 4 4 4s4-1.794 4-4c0-1.858-1.279-3.411-3-3.858V20c0-1.654 1.346-3 3-3h6c2.206 0 4-1.794 4-4v-2.142c1.721-.447 3-2 3-3.858 0-2.206-1.794-4-4-4ZM12 27c0 1.103-.897 2-2 2s-2-.897-2-2 .897-2 2-2 2 .897 2 2ZM10 7c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm13 2c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
999
+ />
1000
+ </svg>
929
1001
  </div>
930
1002
  <div class="pf-v6-c-data-list__cell">
931
1003
  <span id="data-list-expandable-nested-item-1">Primary content</span>
@@ -1256,7 +1328,19 @@ When a list item includes more than one block of content, it can be difficult fo
1256
1328
  </div>
1257
1329
  <div class="pf-v6-c-data-list__item-content">
1258
1330
  <div class="pf-v6-c-data-list__cell pf-m-icon">
1259
- <i class="fas fa-code-branch" aria-hidden="true"></i>
1331
+ <svg
1332
+ class="pf-v6-svg"
1333
+ fill="currentColor"
1334
+ viewBox="0 0 32 32"
1335
+ aria-hidden="true"
1336
+ role="img"
1337
+ width="1em"
1338
+ height="1em"
1339
+ >
1340
+ <path
1341
+ d="M23 3c-2.206 0-4 1.794-4 4 0 1.858 1.279 3.411 3 3.858V13c0 1.103-.897 2-2 2h-6c-1.13 0-2.162.391-3 1.026V8.858c1.721-.447 3-2 3-3.858 0-2.206-1.794-4-4-4S6 2.794 6 5c0 1.858 1.279 3.411 3 3.858v14.284c-1.721.447-3 2-3 3.858 0 2.206 1.794 4 4 4s4-1.794 4-4c0-1.858-1.279-3.411-3-3.858V20c0-1.654 1.346-3 3-3h6c2.206 0 4-1.794 4-4v-2.142c1.721-.447 3-2 3-3.858 0-2.206-1.794-4-4-4ZM12 27c0 1.103-.897 2-2 2s-2-.897-2-2 .897-2 2-2 2 .897 2 2ZM10 7c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Zm13 2c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"
1342
+ />
1343
+ </svg>
1260
1344
  </div>
1261
1345
  <div class="pf-v6-c-data-list__cell">
1262
1346
  <div id="data-list-expandable-nested-item-3">Tertiary content</div>
@@ -2167,7 +2251,19 @@ When a list item includes more than one block of content, it can be difficult fo
2167
2251
  disabled
2168
2252
  >
2169
2253
  <span class="pf-v6-c-data-list__item-draggable-icon">
2170
- <i class="fas fa-grip-vertical"></i>
2254
+ <svg
2255
+ class="pf-v6-svg"
2256
+ fill="currentColor"
2257
+ viewBox="0 0 32 32"
2258
+ aria-hidden="true"
2259
+ role="img"
2260
+ width="1em"
2261
+ height="1em"
2262
+ >
2263
+ <path
2264
+ d="M13.75 2.25v5.5c0 .551-.448 1-1 1h-5.5c-.552 0-1-.449-1-1v-5.5c0-.551.448-1 1-1h5.5c.552 0 1 .449 1 1Zm11-1h-5.5c-.552 0-1 .449-1 1v5.5c0 .551.448 1 1 1h5.5c.552 0 1-.449 1-1v-5.5c0-.551-.448-1-1-1Zm-12 11h-5.5c-.552 0-1 .449-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5c0-.551-.448-1-1-1Zm12 0h-5.5c-.552 0-1 .449-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5c0-.551-.448-1-1-1Zm-12 11h-5.5a1 1 0 0 0-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5a1 1 0 0 0-1-1Zm12 0h-5.5a1 1 0 0 0-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5a1 1 0 0 0-1-1Z"
2265
+ />
2266
+ </svg>
2171
2267
  </span>
2172
2268
  </button>
2173
2269
  <div class="pf-v6-c-data-list__check">
@@ -2209,7 +2305,19 @@ When a list item includes more than one block of content, it can be difficult fo
2209
2305
  aria-labelledby="data-list-draggable-draggable-button-2 data-list-draggable-item-2"
2210
2306
  >
2211
2307
  <span class="pf-v6-c-data-list__item-draggable-icon">
2212
- <i class="fas fa-grip-vertical"></i>
2308
+ <svg
2309
+ class="pf-v6-svg"
2310
+ fill="currentColor"
2311
+ viewBox="0 0 32 32"
2312
+ aria-hidden="true"
2313
+ role="img"
2314
+ width="1em"
2315
+ height="1em"
2316
+ >
2317
+ <path
2318
+ d="M13.75 2.25v5.5c0 .551-.448 1-1 1h-5.5c-.552 0-1-.449-1-1v-5.5c0-.551.448-1 1-1h5.5c.552 0 1 .449 1 1Zm11-1h-5.5c-.552 0-1 .449-1 1v5.5c0 .551.448 1 1 1h5.5c.552 0 1-.449 1-1v-5.5c0-.551-.448-1-1-1Zm-12 11h-5.5c-.552 0-1 .449-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5c0-.551-.448-1-1-1Zm12 0h-5.5c-.552 0-1 .449-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5c0-.551-.448-1-1-1Zm-12 11h-5.5a1 1 0 0 0-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5a1 1 0 0 0-1-1Zm12 0h-5.5a1 1 0 0 0-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5a1 1 0 0 0-1-1Z"
2319
+ />
2320
+ </svg>
2213
2321
  </span>
2214
2322
  </button>
2215
2323
  <div class="pf-v6-c-data-list__check">
@@ -2252,7 +2360,19 @@ When a list item includes more than one block of content, it can be difficult fo
2252
2360
  disabled
2253
2361
  >
2254
2362
  <span class="pf-v6-c-data-list__item-draggable-icon">
2255
- <i class="fas fa-grip-vertical"></i>
2363
+ <svg
2364
+ class="pf-v6-svg"
2365
+ fill="currentColor"
2366
+ viewBox="0 0 32 32"
2367
+ aria-hidden="true"
2368
+ role="img"
2369
+ width="1em"
2370
+ height="1em"
2371
+ >
2372
+ <path
2373
+ d="M13.75 2.25v5.5c0 .551-.448 1-1 1h-5.5c-.552 0-1-.449-1-1v-5.5c0-.551.448-1 1-1h5.5c.552 0 1 .449 1 1Zm11-1h-5.5c-.552 0-1 .449-1 1v5.5c0 .551.448 1 1 1h5.5c.552 0 1-.449 1-1v-5.5c0-.551-.448-1-1-1Zm-12 11h-5.5c-.552 0-1 .449-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5c0-.551-.448-1-1-1Zm12 0h-5.5c-.552 0-1 .449-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5c0-.551-.448-1-1-1Zm-12 11h-5.5a1 1 0 0 0-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5a1 1 0 0 0-1-1Zm12 0h-5.5a1 1 0 0 0-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5a1 1 0 0 0-1-1Z"
2374
+ />
2375
+ </svg>
2256
2376
  </span>
2257
2377
  </button>
2258
2378
  <div class="pf-v6-c-data-list__check">
@@ -2294,7 +2414,19 @@ When a list item includes more than one block of content, it can be difficult fo
2294
2414
  aria-labelledby="data-list-draggable-draggable-button-4 data-list-draggable-item-4"
2295
2415
  >
2296
2416
  <span class="pf-v6-c-data-list__item-draggable-icon">
2297
- <i class="fas fa-grip-vertical"></i>
2417
+ <svg
2418
+ class="pf-v6-svg"
2419
+ fill="currentColor"
2420
+ viewBox="0 0 32 32"
2421
+ aria-hidden="true"
2422
+ role="img"
2423
+ width="1em"
2424
+ height="1em"
2425
+ >
2426
+ <path
2427
+ d="M13.75 2.25v5.5c0 .551-.448 1-1 1h-5.5c-.552 0-1-.449-1-1v-5.5c0-.551.448-1 1-1h5.5c.552 0 1 .449 1 1Zm11-1h-5.5c-.552 0-1 .449-1 1v5.5c0 .551.448 1 1 1h5.5c.552 0 1-.449 1-1v-5.5c0-.551-.448-1-1-1Zm-12 11h-5.5c-.552 0-1 .449-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5c0-.551-.448-1-1-1Zm12 0h-5.5c-.552 0-1 .449-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5c0-.551-.448-1-1-1Zm-12 11h-5.5a1 1 0 0 0-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5a1 1 0 0 0-1-1Zm12 0h-5.5a1 1 0 0 0-1 1v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 1-1v-5.5a1 1 0 0 0-1-1Z"
2428
+ />
2429
+ </svg>
2298
2430
  </span>
2299
2431
  </button>
2300
2432
  <div class="pf-v6-c-data-list__check">
@@ -124,7 +124,19 @@ cssPrefix: pf-v6-c-date-picker
124
124
  />
125
125
  <span class="pf-v6-c-form-control__utilities">
126
126
  <span class="pf-v6-c-form-control__icon pf-m-status">
127
- <i class="fas fa-exclamation-circle" aria-hidden="true"></i>
127
+ <svg
128
+ class="pf-v6-svg"
129
+ fill="currentColor"
130
+ viewBox="0 0 32 32"
131
+ aria-hidden="true"
132
+ role="img"
133
+ width="1em"
134
+ height="1em"
135
+ >
136
+ <path
137
+ 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"
138
+ />
139
+ </svg>
128
140
  </span>
129
141
  </span>
130
142
  </span>
@@ -158,7 +170,19 @@ cssPrefix: pf-v6-c-date-picker
158
170
  <div class="pf-v6-c-helper-text">
159
171
  <div class="pf-v6-c-helper-text__item pf-m-error">
160
172
  <span class="pf-v6-c-helper-text__item-icon">
161
- <i class="fas fa-fw fa-exclamation-circle" aria-hidden="true"></i>
173
+ <svg
174
+ class="pf-v6-svg"
175
+ fill="currentColor"
176
+ viewBox="0 0 32 32"
177
+ aria-hidden="true"
178
+ role="img"
179
+ width="1em"
180
+ height="1em"
181
+ >
182
+ <path
183
+ 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"
184
+ />
185
+ </svg>
162
186
  </span>
163
187
  <span class="pf-v6-c-helper-text__item-text">
164
188
  <span class="pf-v6-screen-reader">Error:</span>