@patternfly/patternfly 6.3.0-prerelease.2 → 6.3.0-prerelease.20

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 (76) hide show
  1. package/README.md +1 -1
  2. package/assets/images/icon-help.hbs +3 -0
  3. package/assets/images/icon-outlined-star.hbs +3 -0
  4. package/assets/images/icon-star.hbs +3 -0
  5. package/base/patternfly-common.css +11 -11
  6. package/base/patternfly-common.scss +12 -12
  7. package/components/Accordion/accordion.css +71 -1
  8. package/components/Accordion/accordion.scss +75 -4
  9. package/components/Alert/alert-group.css +52 -31
  10. package/components/Alert/alert-group.scss +77 -46
  11. package/components/Button/button.css +27 -0
  12. package/components/Button/button.scss +30 -1
  13. package/components/CodeEditor/code-editor.css +3 -0
  14. package/components/CodeEditor/code-editor.scss +3 -1
  15. package/components/Drawer/drawer.css +28 -14
  16. package/components/Drawer/drawer.scss +28 -9
  17. package/components/DualListSelector/dual-list-selector.css +36 -0
  18. package/components/DualListSelector/dual-list-selector.scss +43 -0
  19. package/components/ExpandableSection/expandable-section.css +47 -1
  20. package/components/ExpandableSection/expandable-section.scss +50 -1
  21. package/components/MenuToggle/menu-toggle.css +8 -4
  22. package/components/MenuToggle/menu-toggle.scss +15 -3
  23. package/components/Page/page.css +4 -3
  24. package/components/Page/page.scss +4 -2
  25. package/components/ProgressStepper/progress-stepper.scss +1 -0
  26. package/components/Skeleton/skeleton.css +22 -2
  27. package/components/Skeleton/skeleton.scss +25 -3
  28. package/components/Spinner/spinner.css +5 -0
  29. package/components/Spinner/spinner.scss +6 -0
  30. package/components/Table/table-grid.css +6 -5
  31. package/components/Table/table-grid.scss +2 -1
  32. package/components/Table/table.css +33 -0
  33. package/components/Table/table.scss +33 -0
  34. package/components/Tabs/tabs.css +25 -15
  35. package/components/Tabs/tabs.scss +26 -13
  36. package/components/Timestamp/timestamp.css +4 -0
  37. package/components/Timestamp/timestamp.scss +7 -0
  38. package/components/TreeView/tree-view.css +33 -0
  39. package/components/TreeView/tree-view.scss +36 -2
  40. package/components/Truncate/truncate.css +6 -0
  41. package/components/Truncate/truncate.scss +9 -0
  42. package/components/_index.css +410 -76
  43. package/docs/components/Button/examples/Button.md +73 -3
  44. package/docs/components/CodeEditor/examples/CodeEditor.md +26 -2
  45. package/docs/components/Divider/examples/Divider.md +1 -1
  46. package/docs/components/Drawer/examples/Drawer.md +4 -0
  47. package/docs/components/DualListSelector/examples/DualListSelector.md +518 -0
  48. package/docs/components/Form/examples/Form.md +156 -12
  49. package/docs/components/Menu/examples/Menu.md +120 -4
  50. package/docs/components/MenuToggle/examples/MenuToggle.md +3 -4
  51. package/docs/components/ModalBox/examples/ModalBox.md +13 -1
  52. package/docs/components/Page/examples/Page.md +1 -0
  53. package/docs/components/ProgressStepper/examples/ProgressStepper.md +32 -6
  54. package/docs/components/Spinner/examples/Spinner.md +10 -0
  55. package/docs/components/Table/examples/Table.md +330 -16
  56. package/docs/components/Tabs/examples/Tabs.md +1214 -6729
  57. package/docs/components/Truncate/examples/Truncate.md +53 -10
  58. package/docs/demos/Card/examples/Card.md +0 -57
  59. package/docs/demos/DescriptionList/examples/DescriptionList.md +0 -38
  60. package/docs/demos/Drawer/examples/Drawer.md +0 -38
  61. package/docs/demos/Form/examples/BasicForms.md +130 -10
  62. package/docs/demos/Masthead/examples/Masthead.md +1 -1
  63. package/docs/demos/Modal/examples/Modal.md +39 -3
  64. package/docs/demos/Nav/examples/Nav.md +2 -2
  65. package/docs/demos/Page/examples/Page.md +355 -0
  66. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +13 -1
  67. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +0 -76
  68. package/docs/demos/Table/examples/Table.md +67 -23
  69. package/docs/demos/Tabs/examples/Tabs.md +0 -570
  70. package/package.json +6 -6
  71. package/patternfly-base-no-globals.css +11 -11
  72. package/patternfly-base.css +11 -11
  73. package/patternfly-no-globals.css +421 -87
  74. package/patternfly.css +421 -87
  75. package/patternfly.min.css +1 -1
  76. package/patternfly.min.css.map +1 -1
@@ -6,18 +6,18 @@ cssPrefix: pf-v6-c-truncate
6
6
 
7
7
  ## Examples
8
8
 
9
- ### Notes
10
-
11
- The truncate component contains two child elements, `.pf-v6-c-truncate__start` and `.pf-v6-c-truncate__end`. If both `start` and `end` are present within `.pf-v6-c-truncate`, trucation will occur in the middle of the string. If only `.pf-v6-c-truncate__start` is present, truncation will occur at the end of the string. If only `.pf-v6-c-truncate__end` is present, truncation will occur at the beginning of the string. A `.pf-v6-c-popover` will be automatically applied to the PatternFly React implementation. `‎` must be included at the end of string to denote the ending punctuation mark. Otherwise it will occur and the beggining of truncation for a `pf-v6-c-truncate__end` element.
9
+ The default behavior of the truncate component is to truncate based on whether the content can fit within the width of its parent container, and to prevent text from wrapping. The following examples that use this default behavior render the truncate component inside a resizable container, allowing you to see how the parent container width affects the truncation.
12
10
 
13
11
  ### Default
14
12
 
13
+ When only the `.pf-v6-c-truncate__start` element is used, truncation will occur at the end of the string.
14
+
15
15
  ```html
16
16
  <div class="pf-v6-c-truncate--example">
17
17
  <span class="pf-v6-c-truncate">
18
18
  <span
19
19
  class="pf-v6-c-truncate__start"
20
- >Vestibulum interdum risus et enim faucibus, sit amet molestie est accumsan.</span>
20
+ >redhat_logo_black_and_white_reversed_simple_with_fedora_container.zip</span>
21
21
  </span>
22
22
  </div>
23
23
 
@@ -25,13 +25,15 @@ The truncate component contains two child elements, `.pf-v6-c-truncate__start` a
25
25
 
26
26
  ### Middle
27
27
 
28
+ When both `.pf-v6-c-truncate__start` and `.pf-v6-c-truncate__end` elements are used, truncation will occur between the strings that are in each respective element. As the parent container width changes, the point at which content within the `.pf-v6-c-truncate__start` element is truncated will also change.
29
+
28
30
  ```html
29
31
  <div class="pf-v6-c-truncate--example">
30
32
  <span class="pf-v6-c-truncate">
31
33
  <span
32
34
  class="pf-v6-c-truncate__start"
33
- >Vestibulum interdum risus et enim faucibus,&nbsp;</span>
34
- <span class="pf-v6-c-truncate__end">sit amet molestie est accumsan.</span>
35
+ >redhat_logo_black_and_white_reversed_simple_</span>
36
+ <span class="pf-v6-c-truncate__end">with_fedora_container.zip</span>
35
37
  </span>
36
38
  </div>
37
39
 
@@ -39,23 +41,64 @@ The truncate component contains two child elements, `.pf-v6-c-truncate__start` a
39
41
 
40
42
  ### Start
41
43
 
44
+ When only the `.pf-v6-c-truncate__end` element is used, truncation will occur at the start of the string. `&lrm;` **must** be included at the end of a string to denote the ending punctuation mark, otherwise it will render at the start of the truncated content.
45
+
42
46
  ```html
43
47
  <div class="pf-v6-c-truncate--example">
44
48
  <span class="pf-v6-c-truncate">
45
49
  <span
46
50
  class="pf-v6-c-truncate__end"
47
- >Vestibulum interdum risus et enim faucibus, sit amet molestie est accumsan.&lrm;</span>
51
+ >redhat_logo_black_and_white_reversed_simple_with_fedora_container.zip</span>
48
52
  </span>
49
53
  </div>
50
54
 
51
55
  ```
52
56
 
57
+ ### Based on max characters
58
+
59
+ Apply the `.pf-m-fixed` class to the `.pf-v6-c-truncate` element to implement truncation based on a fixed amount of characters rather than a parent container width.
60
+
61
+ ```html
62
+ <div>Truncated at end position:</div>
63
+ <span class="pf-v6-c-truncate pf-m-fixed">
64
+ <span
65
+ class="pf-v6-c-truncate__text"
66
+ >redhat_logo_black_and_white_reversed_simple_with_</span>
67
+ <span class="pf-v6-c-truncate__omission" aria-hidden="true">&hellip;</span>
68
+ <span class="pf-v6-screen-reader">fedora_container.zip</span>
69
+ </span>
70
+ <br />
71
+ <br />
72
+ <div>Truncated at middle position:</div>
73
+ <span class="pf-v6-c-truncate pf-m-fixed">
74
+ <span class="pf-v6-c-truncate__text">redhat_logo_black_and_</span>
75
+ <span class="pf-v6-screen-reader">white_reversed_simple_with_</span>
76
+
77
+ <span class="pf-v6-c-truncate__omission" aria-hidden="true">&hellip;</span>
78
+ <span class="pf-v6-c-truncate__text">fedora_container.zip</span>
79
+ </span>
80
+ <br />
81
+ <br />
82
+ <div>Truncated at start position:</div>
83
+ <span class="pf-v6-c-truncate pf-m-fixed">
84
+ <span class="pf-v6-screen-reader">redhat_logo_black_</span>
85
+
86
+ <span class="pf-v6-c-truncate__omission" aria-hidden="true">&hellip;</span>
87
+ <span
88
+ class="pf-v6-c-truncate__text"
89
+ >and_white_reversed_simple_with_fedora_container.zip</span>
90
+ </span>
91
+
92
+ ```
93
+
53
94
  ## Documentation
54
95
 
55
96
  ### Usage
56
97
 
57
98
  | Class | Applied | Outcome |
58
99
  | -- | -- | -- |
59
- | `.pf-v6-c-truncate` | `<span>` | Initiates the truncate component. |
60
- | `.pf-v6-c-truncate__start` | `<span>` | Defines the truncate component starting text. |
61
- | `.pf-v6-c-truncate__end` | `<span>` | Defines the truncate component ending text. |
100
+ | `.pf-v6-c-truncate` | `<span>` | Initiates the truncate component. **Required** |
101
+ | `.pf-v6-c-truncate__start` | `<span>` | Defines the truncate component starting text. **Required** when using default/end or middle truncation, **except** for when the `.pf-m-fixed` class is applied to the `.pf-v6-c-truncate` element. |
102
+ | `.pf-v6-c-truncate__end` | `<span>` | Defines the truncate component ending text. **Required** when using start or middle truncation, **except** for when the `.pf-m-fixed` class is applied to the `.pf-v6-c-truncate` element. |
103
+ | `.pf-v6-c-truncate__text` | `<span>` | Defines the visible truncate component text. **Required** and should only be used when the `.pf-m-fixed` class is applied to the `.pf-v6-c-truncate` element. |
104
+ | `.pf-m-fixed` | `.pf-v6-c-truncate` | Modifies the truncate component to base truncation on a fixed amount of characters rather than container width. |
@@ -723,25 +723,6 @@ wrapperTag: div
723
723
  <button
724
724
  type="button"
725
725
  class="pf-v6-c-tabs__link"
726
- onclick="
727
- event.preventDefault();
728
- ((e) => {
729
- const el = this,
730
- li = this.closest('li'),
731
- ul = this.closest('ul'),
732
- tabs = this.closest('.pf-v6-c-tabs'),
733
- left = Math.round(li.offsetLeft),
734
- top = Math.round(li.offsetTop),
735
- width = Math.round(li.offsetWidth),
736
- height = Math.round(li.offsetHeight);
737
-
738
- ul.querySelectorAll('li').forEach(function(el) {
739
- el.classList.remove('pf-m-current')});
740
- li.classList.add('pf-m-current');
741
- tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
742
- tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
743
- }
744
- )()"
745
726
  role="tab"
746
727
  id="status-tabs-object-1-link"
747
728
  >
@@ -752,25 +733,6 @@ wrapperTag: div
752
733
  <button
753
734
  type="button"
754
735
  class="pf-v6-c-tabs__link"
755
- onclick="
756
- event.preventDefault();
757
- ((e) => {
758
- const el = this,
759
- li = this.closest('li'),
760
- ul = this.closest('ul'),
761
- tabs = this.closest('.pf-v6-c-tabs'),
762
- left = Math.round(li.offsetLeft),
763
- top = Math.round(li.offsetTop),
764
- width = Math.round(li.offsetWidth),
765
- height = Math.round(li.offsetHeight);
766
-
767
- ul.querySelectorAll('li').forEach(function(el) {
768
- el.classList.remove('pf-m-current')});
769
- li.classList.add('pf-m-current');
770
- tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
771
- tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
772
- }
773
- )()"
774
736
  role="tab"
775
737
  id="status-tabs-object-2-link"
776
738
  >
@@ -781,25 +743,6 @@ wrapperTag: div
781
743
  <button
782
744
  type="button"
783
745
  class="pf-v6-c-tabs__link"
784
- onclick="
785
- event.preventDefault();
786
- ((e) => {
787
- const el = this,
788
- li = this.closest('li'),
789
- ul = this.closest('ul'),
790
- tabs = this.closest('.pf-v6-c-tabs'),
791
- left = Math.round(li.offsetLeft),
792
- top = Math.round(li.offsetTop),
793
- width = Math.round(li.offsetWidth),
794
- height = Math.round(li.offsetHeight);
795
-
796
- ul.querySelectorAll('li').forEach(function(el) {
797
- el.classList.remove('pf-m-current')});
798
- li.classList.add('pf-m-current');
799
- tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
800
- tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
801
- }
802
- )()"
803
746
  role="tab"
804
747
  id="status-tabs-object-3-link"
805
748
  >
@@ -736,25 +736,6 @@ cssPrefix: pf-d-description-list
736
736
  <button
737
737
  type="button"
738
738
  class="pf-v6-c-tabs__link"
739
- onclick="
740
- event.preventDefault();
741
- ((e) => {
742
- const el = this,
743
- li = this.closest('li'),
744
- ul = this.closest('ul'),
745
- tabs = this.closest('.pf-v6-c-tabs'),
746
- left = Math.round(li.offsetLeft),
747
- top = Math.round(li.offsetTop),
748
- width = Math.round(li.offsetWidth),
749
- height = Math.round(li.offsetHeight);
750
-
751
- ul.querySelectorAll('li').forEach(function(el) {
752
- el.classList.remove('pf-m-current')});
753
- li.classList.add('pf-m-current');
754
- tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
755
- tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
756
- }
757
- )()"
758
739
  role="tab"
759
740
  id="description-list-in-drawer-example-panel-tabs-tab1-link"
760
741
  >
@@ -765,25 +746,6 @@ cssPrefix: pf-d-description-list
765
746
  <button
766
747
  type="button"
767
748
  class="pf-v6-c-tabs__link"
768
- onclick="
769
- event.preventDefault();
770
- ((e) => {
771
- const el = this,
772
- li = this.closest('li'),
773
- ul = this.closest('ul'),
774
- tabs = this.closest('.pf-v6-c-tabs'),
775
- left = Math.round(li.offsetLeft),
776
- top = Math.round(li.offsetTop),
777
- width = Math.round(li.offsetWidth),
778
- height = Math.round(li.offsetHeight);
779
-
780
- ul.querySelectorAll('li').forEach(function(el) {
781
- el.classList.remove('pf-m-current')});
782
- li.classList.add('pf-m-current');
783
- tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
784
- tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
785
- }
786
- )()"
787
749
  role="tab"
788
750
  id="description-list-in-drawer-example-panel-tabs-tab2-link"
789
751
  >
@@ -369,25 +369,6 @@ wrapperTag: div
369
369
  <button
370
370
  type="button"
371
371
  class="pf-v6-c-tabs__link"
372
- onclick="
373
- event.preventDefault();
374
- ((e) => {
375
- const el = this,
376
- li = this.closest('li'),
377
- ul = this.closest('ul'),
378
- tabs = this.closest('.pf-v6-c-tabs'),
379
- left = Math.round(li.offsetLeft),
380
- top = Math.round(li.offsetTop),
381
- width = Math.round(li.offsetWidth),
382
- height = Math.round(li.offsetHeight);
383
-
384
- ul.querySelectorAll('li').forEach(function(el) {
385
- el.classList.remove('pf-m-current')});
386
- li.classList.add('pf-m-current');
387
- tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
388
- tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
389
- }
390
- )()"
391
372
  role="tab"
392
373
  id="drawer-collapsed-example-panel-tabs-tab1-link"
393
374
  >
@@ -398,25 +379,6 @@ wrapperTag: div
398
379
  <button
399
380
  type="button"
400
381
  class="pf-v6-c-tabs__link"
401
- onclick="
402
- event.preventDefault();
403
- ((e) => {
404
- const el = this,
405
- li = this.closest('li'),
406
- ul = this.closest('ul'),
407
- tabs = this.closest('.pf-v6-c-tabs'),
408
- left = Math.round(li.offsetLeft),
409
- top = Math.round(li.offsetTop),
410
- width = Math.round(li.offsetWidth),
411
- height = Math.round(li.offsetHeight);
412
-
413
- ul.querySelectorAll('li').forEach(function(el) {
414
- el.classList.remove('pf-m-current')});
415
- li.classList.add('pf-m-current');
416
- tabs.style.setProperty('--pf-v6-c-tabs--link-accent--start', left + 'px');
417
- tabs.style.setProperty('--pf-v6-c-tabs--link-accent--length', width + 'px');
418
- }
419
- )()"
420
382
  role="tab"
421
383
  id="drawer-collapsed-example-panel-tabs-tab2-link"
422
384
  >
@@ -59,7 +59,19 @@ subsection: forms
59
59
  aria-describedby="-phone"
60
60
  >
61
61
  <span class="pf-v6-c-button__icon">
62
- <i class="fas fa-question-circle" aria-hidden="true"></i>
62
+ <svg
63
+ class="pf-v6-svg"
64
+ viewBox="0 0 1024 1024"
65
+ fill="currentColor"
66
+ aria-hidden="true"
67
+ role="img"
68
+ width="1em"
69
+ height="1em"
70
+ >
71
+ <path
72
+ d="M521.3,576 C627.5,576 713.7,502 713.7,413.7 C713.7,325.4 627.6,253.6 521.3,253.6 C366,253.6 334.5,337.7 329.2,407.2 C329.2,414.3 335.2,416 343.5,416 L445,416 C450.5,416 458,415.5 460.8,406.5 C460.8,362.6 582.9,357.1 582.9,413.6 C582.9,441.9 556.2,470.9 521.3,473 C486.4,475.1 447.3,479.8 447.3,521.7 L447.3,553.8 C447.3,570.8 456.1,576 472,576 C487.9,576 521.3,576 521.3,576 M575.3,751.3 L575.3,655.3 C575.313862,651.055109 573.620137,646.982962 570.6,644 C567.638831,640.947672 563.552355,639.247987 559.3,639.29884 L463.3,639.29884 C459.055109,639.286138 454.982962,640.979863 452,644 C448.947672,646.961169 447.247987,651.047645 447.29884,655.3 L447.29884,751.3 C447.286138,755.544891 448.979863,759.617038 452,762.6 C454.961169,765.652328 459.047645,767.352013 463.3,767.30116 L559.3,767.30116 C563.544891,767.313862 567.617038,765.620137 570.6,762.6 C573.659349,759.643612 575.360354,755.553963 575.3,751.3 M512,896 C300.2,896 128,723.9 128,512 C128,300.3 300.2,128 512,128 C723.8,128 896,300.2 896,512 C896,723.8 723.7,896 512,896 M512.1,0 C229.7,0 0,229.8 0,512 C0,794.2 229.8,1024 512.1,1024 C794.4,1024 1024,794.3 1024,512 C1024,229.7 794.4,0 512.1,0"
73
+ />
74
+ </svg>
63
75
  </span>
64
76
  </span></span>
65
77
  </div>
@@ -259,7 +271,19 @@ subsection: forms
259
271
  aria-describedby="form-demo-horizontal-contact-legend"
260
272
  >
261
273
  <span class="pf-v6-c-button__icon">
262
- <i class="fas fa-question-circle" aria-hidden="true"></i>
274
+ <svg
275
+ class="pf-v6-svg"
276
+ viewBox="0 0 1024 1024"
277
+ fill="currentColor"
278
+ aria-hidden="true"
279
+ role="img"
280
+ width="1em"
281
+ height="1em"
282
+ >
283
+ <path
284
+ d="M521.3,576 C627.5,576 713.7,502 713.7,413.7 C713.7,325.4 627.6,253.6 521.3,253.6 C366,253.6 334.5,337.7 329.2,407.2 C329.2,414.3 335.2,416 343.5,416 L445,416 C450.5,416 458,415.5 460.8,406.5 C460.8,362.6 582.9,357.1 582.9,413.6 C582.9,441.9 556.2,470.9 521.3,473 C486.4,475.1 447.3,479.8 447.3,521.7 L447.3,553.8 C447.3,570.8 456.1,576 472,576 C487.9,576 521.3,576 521.3,576 M575.3,751.3 L575.3,655.3 C575.313862,651.055109 573.620137,646.982962 570.6,644 C567.638831,640.947672 563.552355,639.247987 559.3,639.29884 L463.3,639.29884 C459.055109,639.286138 454.982962,640.979863 452,644 C448.947672,646.961169 447.247987,651.047645 447.29884,655.3 L447.29884,751.3 C447.286138,755.544891 448.979863,759.617038 452,762.6 C454.961169,765.652328 459.047645,767.352013 463.3,767.30116 L559.3,767.30116 C563.544891,767.313862 567.617038,765.620137 570.6,762.6 C573.659349,759.643612 575.360354,755.553963 575.3,751.3 M512,896 C300.2,896 128,723.9 128,512 C128,300.3 300.2,128 512,128 C723.8,128 896,300.2 896,512 C896,723.8 723.7,896 512,896 M512.1,0 C229.7,0 0,229.8 0,512 C0,794.2 229.8,1024 512.1,1024 C794.4,1024 1024,794.3 1024,512 C1024,229.7 794.4,0 512.1,0"
285
+ />
286
+ </svg>
263
287
  </span>
264
288
  </span></span>
265
289
  </div>
@@ -538,7 +562,19 @@ subsection: forms
538
562
  aria-describedby="form-demo-sections-repeatable-fields-clientid"
539
563
  >
540
564
  <span class="pf-v6-c-button__icon">
541
- <i class="fas fa-question-circle" aria-hidden="true"></i>
565
+ <svg
566
+ class="pf-v6-svg"
567
+ viewBox="0 0 1024 1024"
568
+ fill="currentColor"
569
+ aria-hidden="true"
570
+ role="img"
571
+ width="1em"
572
+ height="1em"
573
+ >
574
+ <path
575
+ d="M521.3,576 C627.5,576 713.7,502 713.7,413.7 C713.7,325.4 627.6,253.6 521.3,253.6 C366,253.6 334.5,337.7 329.2,407.2 C329.2,414.3 335.2,416 343.5,416 L445,416 C450.5,416 458,415.5 460.8,406.5 C460.8,362.6 582.9,357.1 582.9,413.6 C582.9,441.9 556.2,470.9 521.3,473 C486.4,475.1 447.3,479.8 447.3,521.7 L447.3,553.8 C447.3,570.8 456.1,576 472,576 C487.9,576 521.3,576 521.3,576 M575.3,751.3 L575.3,655.3 C575.313862,651.055109 573.620137,646.982962 570.6,644 C567.638831,640.947672 563.552355,639.247987 559.3,639.29884 L463.3,639.29884 C459.055109,639.286138 454.982962,640.979863 452,644 C448.947672,646.961169 447.247987,651.047645 447.29884,655.3 L447.29884,751.3 C447.286138,755.544891 448.979863,759.617038 452,762.6 C454.961169,765.652328 459.047645,767.352013 463.3,767.30116 L559.3,767.30116 C563.544891,767.313862 567.617038,765.620137 570.6,762.6 C573.659349,759.643612 575.360354,755.553963 575.3,751.3 M512,896 C300.2,896 128,723.9 128,512 C128,300.3 300.2,128 512,128 C723.8,128 896,300.2 896,512 C896,723.8 723.7,896 512,896 M512.1,0 C229.7,0 0,229.8 0,512 C0,794.2 229.8,1024 512.1,1024 C794.4,1024 1024,794.3 1024,512 C1024,229.7 794.4,0 512.1,0"
576
+ />
577
+ </svg>
542
578
  </span>
543
579
  </span></span>
544
580
  </div>
@@ -568,7 +604,19 @@ subsection: forms
568
604
  aria-describedby="form-demo-sections-repeatable-fields-name"
569
605
  >
570
606
  <span class="pf-v6-c-button__icon">
571
- <i class="fas fa-question-circle" aria-hidden="true"></i>
607
+ <svg
608
+ class="pf-v6-svg"
609
+ viewBox="0 0 1024 1024"
610
+ fill="currentColor"
611
+ aria-hidden="true"
612
+ role="img"
613
+ width="1em"
614
+ height="1em"
615
+ >
616
+ <path
617
+ d="M521.3,576 C627.5,576 713.7,502 713.7,413.7 C713.7,325.4 627.6,253.6 521.3,253.6 C366,253.6 334.5,337.7 329.2,407.2 C329.2,414.3 335.2,416 343.5,416 L445,416 C450.5,416 458,415.5 460.8,406.5 C460.8,362.6 582.9,357.1 582.9,413.6 C582.9,441.9 556.2,470.9 521.3,473 C486.4,475.1 447.3,479.8 447.3,521.7 L447.3,553.8 C447.3,570.8 456.1,576 472,576 C487.9,576 521.3,576 521.3,576 M575.3,751.3 L575.3,655.3 C575.313862,651.055109 573.620137,646.982962 570.6,644 C567.638831,640.947672 563.552355,639.247987 559.3,639.29884 L463.3,639.29884 C459.055109,639.286138 454.982962,640.979863 452,644 C448.947672,646.961169 447.247987,651.047645 447.29884,655.3 L447.29884,751.3 C447.286138,755.544891 448.979863,759.617038 452,762.6 C454.961169,765.652328 459.047645,767.352013 463.3,767.30116 L559.3,767.30116 C563.544891,767.313862 567.617038,765.620137 570.6,762.6 C573.659349,759.643612 575.360354,755.553963 575.3,751.3 M512,896 C300.2,896 128,723.9 128,512 C128,300.3 300.2,128 512,128 C723.8,128 896,300.2 896,512 C896,723.8 723.7,896 512,896 M512.1,0 C229.7,0 0,229.8 0,512 C0,794.2 229.8,1024 512.1,1024 C794.4,1024 1024,794.3 1024,512 C1024,229.7 794.4,0 512.1,0"
618
+ />
619
+ </svg>
572
620
  </span>
573
621
  </span></span>
574
622
  </div>
@@ -598,7 +646,19 @@ subsection: forms
598
646
  aria-describedby="form-demo-sections-repeatable-fields-description"
599
647
  >
600
648
  <span class="pf-v6-c-button__icon">
601
- <i class="fas fa-question-circle" aria-hidden="true"></i>
649
+ <svg
650
+ class="pf-v6-svg"
651
+ viewBox="0 0 1024 1024"
652
+ fill="currentColor"
653
+ aria-hidden="true"
654
+ role="img"
655
+ width="1em"
656
+ height="1em"
657
+ >
658
+ <path
659
+ d="M521.3,576 C627.5,576 713.7,502 713.7,413.7 C713.7,325.4 627.6,253.6 521.3,253.6 C366,253.6 334.5,337.7 329.2,407.2 C329.2,414.3 335.2,416 343.5,416 L445,416 C450.5,416 458,415.5 460.8,406.5 C460.8,362.6 582.9,357.1 582.9,413.6 C582.9,441.9 556.2,470.9 521.3,473 C486.4,475.1 447.3,479.8 447.3,521.7 L447.3,553.8 C447.3,570.8 456.1,576 472,576 C487.9,576 521.3,576 521.3,576 M575.3,751.3 L575.3,655.3 C575.313862,651.055109 573.620137,646.982962 570.6,644 C567.638831,640.947672 563.552355,639.247987 559.3,639.29884 L463.3,639.29884 C459.055109,639.286138 454.982962,640.979863 452,644 C448.947672,646.961169 447.247987,651.047645 447.29884,655.3 L447.29884,751.3 C447.286138,755.544891 448.979863,759.617038 452,762.6 C454.961169,765.652328 459.047645,767.352013 463.3,767.30116 L559.3,767.30116 C563.544891,767.313862 567.617038,765.620137 570.6,762.6 C573.659349,759.643612 575.360354,755.553963 575.3,751.3 M512,896 C300.2,896 128,723.9 128,512 C128,300.3 300.2,128 512,128 C723.8,128 896,300.2 896,512 C896,723.8 723.7,896 512,896 M512.1,0 C229.7,0 0,229.8 0,512 C0,794.2 229.8,1024 512.1,1024 C794.4,1024 1024,794.3 1024,512 C1024,229.7 794.4,0 512.1,0"
660
+ />
661
+ </svg>
602
662
  </span>
603
663
  </span></span>
604
664
  </div>
@@ -639,7 +699,19 @@ subsection: forms
639
699
  aria-describedby="form-demo-sections-repeatable-fields-section2-rooturl"
640
700
  >
641
701
  <span class="pf-v6-c-button__icon">
642
- <i class="fas fa-question-circle" aria-hidden="true"></i>
702
+ <svg
703
+ class="pf-v6-svg"
704
+ viewBox="0 0 1024 1024"
705
+ fill="currentColor"
706
+ aria-hidden="true"
707
+ role="img"
708
+ width="1em"
709
+ height="1em"
710
+ >
711
+ <path
712
+ d="M521.3,576 C627.5,576 713.7,502 713.7,413.7 C713.7,325.4 627.6,253.6 521.3,253.6 C366,253.6 334.5,337.7 329.2,407.2 C329.2,414.3 335.2,416 343.5,416 L445,416 C450.5,416 458,415.5 460.8,406.5 C460.8,362.6 582.9,357.1 582.9,413.6 C582.9,441.9 556.2,470.9 521.3,473 C486.4,475.1 447.3,479.8 447.3,521.7 L447.3,553.8 C447.3,570.8 456.1,576 472,576 C487.9,576 521.3,576 521.3,576 M575.3,751.3 L575.3,655.3 C575.313862,651.055109 573.620137,646.982962 570.6,644 C567.638831,640.947672 563.552355,639.247987 559.3,639.29884 L463.3,639.29884 C459.055109,639.286138 454.982962,640.979863 452,644 C448.947672,646.961169 447.247987,651.047645 447.29884,655.3 L447.29884,751.3 C447.286138,755.544891 448.979863,759.617038 452,762.6 C454.961169,765.652328 459.047645,767.352013 463.3,767.30116 L559.3,767.30116 C563.544891,767.313862 567.617038,765.620137 570.6,762.6 C573.659349,759.643612 575.360354,755.553963 575.3,751.3 M512,896 C300.2,896 128,723.9 128,512 C128,300.3 300.2,128 512,128 C723.8,128 896,300.2 896,512 C896,723.8 723.7,896 512,896 M512.1,0 C229.7,0 0,229.8 0,512 C0,794.2 229.8,1024 512.1,1024 C794.4,1024 1024,794.3 1024,512 C1024,229.7 794.4,0 512.1,0"
713
+ />
714
+ </svg>
643
715
  </span>
644
716
  </span></span>
645
717
  </div>
@@ -669,7 +741,19 @@ subsection: forms
669
741
  aria-describedby="form-demo-sections-repeatable-fields-section2-uris"
670
742
  >
671
743
  <span class="pf-v6-c-button__icon">
672
- <i class="fas fa-question-circle" aria-hidden="true"></i>
744
+ <svg
745
+ class="pf-v6-svg"
746
+ viewBox="0 0 1024 1024"
747
+ fill="currentColor"
748
+ aria-hidden="true"
749
+ role="img"
750
+ width="1em"
751
+ height="1em"
752
+ >
753
+ <path
754
+ d="M521.3,576 C627.5,576 713.7,502 713.7,413.7 C713.7,325.4 627.6,253.6 521.3,253.6 C366,253.6 334.5,337.7 329.2,407.2 C329.2,414.3 335.2,416 343.5,416 L445,416 C450.5,416 458,415.5 460.8,406.5 C460.8,362.6 582.9,357.1 582.9,413.6 C582.9,441.9 556.2,470.9 521.3,473 C486.4,475.1 447.3,479.8 447.3,521.7 L447.3,553.8 C447.3,570.8 456.1,576 472,576 C487.9,576 521.3,576 521.3,576 M575.3,751.3 L575.3,655.3 C575.313862,651.055109 573.620137,646.982962 570.6,644 C567.638831,640.947672 563.552355,639.247987 559.3,639.29884 L463.3,639.29884 C459.055109,639.286138 454.982962,640.979863 452,644 C448.947672,646.961169 447.247987,651.047645 447.29884,655.3 L447.29884,751.3 C447.286138,755.544891 448.979863,759.617038 452,762.6 C454.961169,765.652328 459.047645,767.352013 463.3,767.30116 L559.3,767.30116 C563.544891,767.313862 567.617038,765.620137 570.6,762.6 C573.659349,759.643612 575.360354,755.553963 575.3,751.3 M512,896 C300.2,896 128,723.9 128,512 C128,300.3 300.2,128 512,128 C723.8,128 896,300.2 896,512 C896,723.8 723.7,896 512,896 M512.1,0 C229.7,0 0,229.8 0,512 C0,794.2 229.8,1024 512.1,1024 C794.4,1024 1024,794.3 1024,512 C1024,229.7 794.4,0 512.1,0"
755
+ />
756
+ </svg>
673
757
  </span>
674
758
  </span></span>
675
759
  </div>
@@ -769,7 +853,19 @@ subsection: forms
769
853
  aria-describedby="form-demo-sections-repeatable-fields-section2-home-url"
770
854
  >
771
855
  <span class="pf-v6-c-button__icon">
772
- <i class="fas fa-question-circle" aria-hidden="true"></i>
856
+ <svg
857
+ class="pf-v6-svg"
858
+ viewBox="0 0 1024 1024"
859
+ fill="currentColor"
860
+ aria-hidden="true"
861
+ role="img"
862
+ width="1em"
863
+ height="1em"
864
+ >
865
+ <path
866
+ d="M521.3,576 C627.5,576 713.7,502 713.7,413.7 C713.7,325.4 627.6,253.6 521.3,253.6 C366,253.6 334.5,337.7 329.2,407.2 C329.2,414.3 335.2,416 343.5,416 L445,416 C450.5,416 458,415.5 460.8,406.5 C460.8,362.6 582.9,357.1 582.9,413.6 C582.9,441.9 556.2,470.9 521.3,473 C486.4,475.1 447.3,479.8 447.3,521.7 L447.3,553.8 C447.3,570.8 456.1,576 472,576 C487.9,576 521.3,576 521.3,576 M575.3,751.3 L575.3,655.3 C575.313862,651.055109 573.620137,646.982962 570.6,644 C567.638831,640.947672 563.552355,639.247987 559.3,639.29884 L463.3,639.29884 C459.055109,639.286138 454.982962,640.979863 452,644 C448.947672,646.961169 447.247987,651.047645 447.29884,655.3 L447.29884,751.3 C447.286138,755.544891 448.979863,759.617038 452,762.6 C454.961169,765.652328 459.047645,767.352013 463.3,767.30116 L559.3,767.30116 C563.544891,767.313862 567.617038,765.620137 570.6,762.6 C573.659349,759.643612 575.360354,755.553963 575.3,751.3 M512,896 C300.2,896 128,723.9 128,512 C128,300.3 300.2,128 512,128 C723.8,128 896,300.2 896,512 C896,723.8 723.7,896 512,896 M512.1,0 C229.7,0 0,229.8 0,512 C0,794.2 229.8,1024 512.1,1024 C794.4,1024 1024,794.3 1024,512 C1024,229.7 794.4,0 512.1,0"
867
+ />
868
+ </svg>
773
869
  </span>
774
870
  </span></span>
775
871
  </div>
@@ -808,7 +904,19 @@ subsection: forms
808
904
  aria-describedby="form-demo-sections-complex-form-name"
809
905
  >
810
906
  <span class="pf-v6-c-button__icon">
811
- <i class="fas fa-question-circle" aria-hidden="true"></i>
907
+ <svg
908
+ class="pf-v6-svg"
909
+ viewBox="0 0 1024 1024"
910
+ fill="currentColor"
911
+ aria-hidden="true"
912
+ role="img"
913
+ width="1em"
914
+ height="1em"
915
+ >
916
+ <path
917
+ d="M521.3,576 C627.5,576 713.7,502 713.7,413.7 C713.7,325.4 627.6,253.6 521.3,253.6 C366,253.6 334.5,337.7 329.2,407.2 C329.2,414.3 335.2,416 343.5,416 L445,416 C450.5,416 458,415.5 460.8,406.5 C460.8,362.6 582.9,357.1 582.9,413.6 C582.9,441.9 556.2,470.9 521.3,473 C486.4,475.1 447.3,479.8 447.3,521.7 L447.3,553.8 C447.3,570.8 456.1,576 472,576 C487.9,576 521.3,576 521.3,576 M575.3,751.3 L575.3,655.3 C575.313862,651.055109 573.620137,646.982962 570.6,644 C567.638831,640.947672 563.552355,639.247987 559.3,639.29884 L463.3,639.29884 C459.055109,639.286138 454.982962,640.979863 452,644 C448.947672,646.961169 447.247987,651.047645 447.29884,655.3 L447.29884,751.3 C447.286138,755.544891 448.979863,759.617038 452,762.6 C454.961169,765.652328 459.047645,767.352013 463.3,767.30116 L559.3,767.30116 C563.544891,767.313862 567.617038,765.620137 570.6,762.6 C573.659349,759.643612 575.360354,755.553963 575.3,751.3 M512,896 C300.2,896 128,723.9 128,512 C128,300.3 300.2,128 512,128 C723.8,128 896,300.2 896,512 C896,723.8 723.7,896 512,896 M512.1,0 C229.7,0 0,229.8 0,512 C0,794.2 229.8,1024 512.1,1024 C794.4,1024 1024,794.3 1024,512 C1024,229.7 794.4,0 512.1,0"
918
+ />
919
+ </svg>
812
920
  </span>
813
921
  </span></span>
814
922
  </div>
@@ -839,7 +947,19 @@ subsection: forms
839
947
  aria-describedby="form-demo-sections-complex-form-labels"
840
948
  >
841
949
  <span class="pf-v6-c-button__icon">
842
- <i class="fas fa-question-circle" aria-hidden="true"></i>
950
+ <svg
951
+ class="pf-v6-svg"
952
+ viewBox="0 0 1024 1024"
953
+ fill="currentColor"
954
+ aria-hidden="true"
955
+ role="img"
956
+ width="1em"
957
+ height="1em"
958
+ >
959
+ <path
960
+ d="M521.3,576 C627.5,576 713.7,502 713.7,413.7 C713.7,325.4 627.6,253.6 521.3,253.6 C366,253.6 334.5,337.7 329.2,407.2 C329.2,414.3 335.2,416 343.5,416 L445,416 C450.5,416 458,415.5 460.8,406.5 C460.8,362.6 582.9,357.1 582.9,413.6 C582.9,441.9 556.2,470.9 521.3,473 C486.4,475.1 447.3,479.8 447.3,521.7 L447.3,553.8 C447.3,570.8 456.1,576 472,576 C487.9,576 521.3,576 521.3,576 M575.3,751.3 L575.3,655.3 C575.313862,651.055109 573.620137,646.982962 570.6,644 C567.638831,640.947672 563.552355,639.247987 559.3,639.29884 L463.3,639.29884 C459.055109,639.286138 454.982962,640.979863 452,644 C448.947672,646.961169 447.247987,651.047645 447.29884,655.3 L447.29884,751.3 C447.286138,755.544891 448.979863,759.617038 452,762.6 C454.961169,765.652328 459.047645,767.352013 463.3,767.30116 L559.3,767.30116 C563.544891,767.313862 567.617038,765.620137 570.6,762.6 C573.659349,759.643612 575.360354,755.553963 575.3,751.3 M512,896 C300.2,896 128,723.9 128,512 C128,300.3 300.2,128 512,128 C723.8,128 896,300.2 896,512 C896,723.8 723.7,896 512,896 M512.1,0 C229.7,0 0,229.8 0,512 C0,794.2 229.8,1024 512.1,1024 C794.4,1024 1024,794.3 1024,512 C1024,229.7 794.4,0 512.1,0"
961
+ />
962
+ </svg>
843
963
  </span>
844
964
  </span></span>
845
965
  </div>
@@ -2066,7 +2066,7 @@ wrapperTag: div
2066
2066
  ### Horizontal nav
2067
2067
 
2068
2068
  ```html isFullscreen
2069
- <div class="pf-v6-c-page" id="masthead-horizontal-nav">
2069
+ <div class="pf-v6-c-page pf-m-no-sidebar" id="masthead-horizontal-nav">
2070
2070
  <div class="pf-v6-c-skip-to-content">
2071
2071
  <a
2072
2072
  class="pf-v6-c-button pf-m-primary"
@@ -2096,7 +2096,19 @@ section: components
2096
2096
  aria-describedby="-form-name"
2097
2097
  >
2098
2098
  <span class="pf-v6-c-button__icon">
2099
- <i class="fas fa-question-circle" aria-hidden="true"></i>
2099
+ <svg
2100
+ class="pf-v6-svg"
2101
+ viewBox="0 0 1024 1024"
2102
+ fill="currentColor"
2103
+ aria-hidden="true"
2104
+ role="img"
2105
+ width="1em"
2106
+ height="1em"
2107
+ >
2108
+ <path
2109
+ d="M521.3,576 C627.5,576 713.7,502 713.7,413.7 C713.7,325.4 627.6,253.6 521.3,253.6 C366,253.6 334.5,337.7 329.2,407.2 C329.2,414.3 335.2,416 343.5,416 L445,416 C450.5,416 458,415.5 460.8,406.5 C460.8,362.6 582.9,357.1 582.9,413.6 C582.9,441.9 556.2,470.9 521.3,473 C486.4,475.1 447.3,479.8 447.3,521.7 L447.3,553.8 C447.3,570.8 456.1,576 472,576 C487.9,576 521.3,576 521.3,576 M575.3,751.3 L575.3,655.3 C575.313862,651.055109 573.620137,646.982962 570.6,644 C567.638831,640.947672 563.552355,639.247987 559.3,639.29884 L463.3,639.29884 C459.055109,639.286138 454.982962,640.979863 452,644 C448.947672,646.961169 447.247987,651.047645 447.29884,655.3 L447.29884,751.3 C447.286138,755.544891 448.979863,759.617038 452,762.6 C454.961169,765.652328 459.047645,767.352013 463.3,767.30116 L559.3,767.30116 C563.544891,767.313862 567.617038,765.620137 570.6,762.6 C573.659349,759.643612 575.360354,755.553963 575.3,751.3 M512,896 C300.2,896 128,723.9 128,512 C128,300.3 300.2,128 512,128 C723.8,128 896,300.2 896,512 C896,723.8 723.7,896 512,896 M512.1,0 C229.7,0 0,229.8 0,512 C0,794.2 229.8,1024 512.1,1024 C794.4,1024 1024,794.3 1024,512 C1024,229.7 794.4,0 512.1,0"
2110
+ />
2111
+ </svg>
2100
2112
  </span>
2101
2113
  </span></span>
2102
2114
  </div>
@@ -2121,7 +2133,19 @@ section: components
2121
2133
  aria-describedby="-form-email"
2122
2134
  >
2123
2135
  <span class="pf-v6-c-button__icon">
2124
- <i class="fas fa-question-circle" aria-hidden="true"></i>
2136
+ <svg
2137
+ class="pf-v6-svg"
2138
+ viewBox="0 0 1024 1024"
2139
+ fill="currentColor"
2140
+ aria-hidden="true"
2141
+ role="img"
2142
+ width="1em"
2143
+ height="1em"
2144
+ >
2145
+ <path
2146
+ d="M521.3,576 C627.5,576 713.7,502 713.7,413.7 C713.7,325.4 627.6,253.6 521.3,253.6 C366,253.6 334.5,337.7 329.2,407.2 C329.2,414.3 335.2,416 343.5,416 L445,416 C450.5,416 458,415.5 460.8,406.5 C460.8,362.6 582.9,357.1 582.9,413.6 C582.9,441.9 556.2,470.9 521.3,473 C486.4,475.1 447.3,479.8 447.3,521.7 L447.3,553.8 C447.3,570.8 456.1,576 472,576 C487.9,576 521.3,576 521.3,576 M575.3,751.3 L575.3,655.3 C575.313862,651.055109 573.620137,646.982962 570.6,644 C567.638831,640.947672 563.552355,639.247987 559.3,639.29884 L463.3,639.29884 C459.055109,639.286138 454.982962,640.979863 452,644 C448.947672,646.961169 447.247987,651.047645 447.29884,655.3 L447.29884,751.3 C447.286138,755.544891 448.979863,759.617038 452,762.6 C454.961169,765.652328 459.047645,767.352013 463.3,767.30116 L559.3,767.30116 C563.544891,767.313862 567.617038,765.620137 570.6,762.6 C573.659349,759.643612 575.360354,755.553963 575.3,751.3 M512,896 C300.2,896 128,723.9 128,512 C128,300.3 300.2,128 512,128 C723.8,128 896,300.2 896,512 C896,723.8 723.7,896 512,896 M512.1,0 C229.7,0 0,229.8 0,512 C0,794.2 229.8,1024 512.1,1024 C794.4,1024 1024,794.3 1024,512 C1024,229.7 794.4,0 512.1,0"
2147
+ />
2148
+ </svg>
2125
2149
  </span>
2126
2150
  </span></span>
2127
2151
  </div>
@@ -2146,7 +2170,19 @@ section: components
2146
2170
  aria-describedby="-form-address"
2147
2171
  >
2148
2172
  <span class="pf-v6-c-button__icon">
2149
- <i class="fas fa-question-circle" aria-hidden="true"></i>
2173
+ <svg
2174
+ class="pf-v6-svg"
2175
+ viewBox="0 0 1024 1024"
2176
+ fill="currentColor"
2177
+ aria-hidden="true"
2178
+ role="img"
2179
+ width="1em"
2180
+ height="1em"
2181
+ >
2182
+ <path
2183
+ d="M521.3,576 C627.5,576 713.7,502 713.7,413.7 C713.7,325.4 627.6,253.6 521.3,253.6 C366,253.6 334.5,337.7 329.2,407.2 C329.2,414.3 335.2,416 343.5,416 L445,416 C450.5,416 458,415.5 460.8,406.5 C460.8,362.6 582.9,357.1 582.9,413.6 C582.9,441.9 556.2,470.9 521.3,473 C486.4,475.1 447.3,479.8 447.3,521.7 L447.3,553.8 C447.3,570.8 456.1,576 472,576 C487.9,576 521.3,576 521.3,576 M575.3,751.3 L575.3,655.3 C575.313862,651.055109 573.620137,646.982962 570.6,644 C567.638831,640.947672 563.552355,639.247987 559.3,639.29884 L463.3,639.29884 C459.055109,639.286138 454.982962,640.979863 452,644 C448.947672,646.961169 447.247987,651.047645 447.29884,655.3 L447.29884,751.3 C447.286138,755.544891 448.979863,759.617038 452,762.6 C454.961169,765.652328 459.047645,767.352013 463.3,767.30116 L559.3,767.30116 C563.544891,767.313862 567.617038,765.620137 570.6,762.6 C573.659349,759.643612 575.360354,755.553963 575.3,751.3 M512,896 C300.2,896 128,723.9 128,512 C128,300.3 300.2,128 512,128 C723.8,128 896,300.2 896,512 C896,723.8 723.7,896 512,896 M512.1,0 C229.7,0 0,229.8 0,512 C0,794.2 229.8,1024 512.1,1024 C794.4,1024 1024,794.3 1024,512 C1024,229.7 794.4,0 512.1,0"
2184
+ />
2185
+ </svg>
2150
2186
  </span>
2151
2187
  </span></span>
2152
2188
  </div>
@@ -1036,7 +1036,7 @@ section: components
1036
1036
  ### Horizontal nav
1037
1037
 
1038
1038
  ```html isFullscreen
1039
- <div class="pf-v6-c-page" id="nav-horizontal-example">
1039
+ <div class="pf-v6-c-page pf-m-no-sidebar" id="nav-horizontal-example">
1040
1040
  <div class="pf-v6-c-skip-to-content">
1041
1041
  <a
1042
1042
  class="pf-v6-c-button pf-m-primary"
@@ -1678,7 +1678,7 @@ section: components
1678
1678
  ### Horizontal nav with horizontal subnav
1679
1679
 
1680
1680
  ```html isFullscreen
1681
- <div class="pf-v6-c-page" id="nav-horizontal-example">
1681
+ <div class="pf-v6-c-page pf-m-no-sidebar" id="nav-horizontal-example">
1682
1682
  <div class="pf-v6-c-skip-to-content">
1683
1683
  <a
1684
1684
  class="pf-v6-c-button pf-m-primary"