@patternfly/patternfly 6.0.0-alpha.103 → 6.0.0-alpha.105
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.
- package/base/patternfly-variables.css +22 -19
- package/base/tokens/_tokens-charts.scss +6 -6
- package/base/tokens/_tokens-dark.scss +4 -3
- package/base/tokens/_tokens-default.scss +20 -18
- package/base/tokens/_tokens-palette.scss +1 -1
- package/components/Drawer/drawer.css +5 -4
- package/components/Drawer/drawer.scss +7 -6
- package/components/FormControl/form-control.scss +1 -1
- package/components/MenuToggle/menu-toggle.css +24 -0
- package/components/MenuToggle/menu-toggle.scss +36 -0
- package/components/Page/page.css +24 -23
- package/components/Page/page.scss +24 -23
- package/docs/components/Drawer/examples/Drawer.md +2 -1
- package/docs/components/MenuToggle/examples/MenuToggle.md +64 -0
- package/docs/components/Page/deprecated/PageHeader.md +113 -99
- package/docs/components/Page/examples/Page.md +114 -100
- package/docs/demos/AboutModal/examples/AboutModal.md +81 -79
- package/docs/demos/Alert/examples/Alert.md +551 -524
- package/docs/demos/BackToTop/examples/BackToTop.md +211 -209
- package/docs/demos/Banner/examples/Banner.md +420 -412
- package/docs/demos/CardView/examples/CardView.md +1302 -1297
- package/docs/demos/ContextSelector/examples/ContextSelector.md +536 -523
- package/docs/demos/Dashboard/examples/Dashboard.md +1344 -1314
- package/docs/demos/DataList/examples/DataList.md +3006 -2958
- package/docs/demos/DescriptionList/examples/DescriptionList.md +532 -518
- package/docs/demos/Drawer/examples/Drawer.md +544 -528
- package/docs/demos/JumpLinks/examples/JumpLinks.md +915 -897
- package/docs/demos/Masthead/examples/Masthead.md +729 -711
- package/docs/demos/Modal/examples/Modal.md +486 -474
- package/docs/demos/Nav/examples/Nav.md +528 -510
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +440 -435
- package/docs/demos/Page/examples/Page.md +1656 -1633
- package/docs/demos/Page/examples/Penta.md +632 -577
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +5222 -5080
- package/docs/demos/Skeleton/examples/Skeleton.md +177 -175
- package/docs/demos/Table/examples/Table.md +14137 -13972
- package/docs/demos/Tabs/examples/Tabs.md +2206 -2138
- package/docs/demos/Toolbar/examples/Toolbar.md +1322 -1269
- package/docs/demos/Wizard/examples/Wizard.md +1571 -1553
- package/package.json +1 -1
- package/patternfly-base-no-globals-theme-dark-unversioned.css +22 -19
- package/patternfly-base-no-globals.css +22 -19
- package/patternfly-base-theme-dark-unversioned.css +22 -19
- package/patternfly-base.css +22 -19
- package/patternfly-no-globals.css +75 -46
- package/patternfly-theme-dark-unversioned.css +75 -46
- package/patternfly.css +75 -46
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -156,92 +156,94 @@ deprecated: true
|
|
|
156
156
|
</nav>
|
|
157
157
|
</div>
|
|
158
158
|
</div>
|
|
159
|
-
<
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
<
|
|
166
|
-
<
|
|
167
|
-
<
|
|
168
|
-
<
|
|
169
|
-
<
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
<
|
|
173
|
-
<
|
|
174
|
-
|
|
159
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
160
|
+
<main
|
|
161
|
+
class="pf-v6-c-page__main"
|
|
162
|
+
tabindex="-1"
|
|
163
|
+
id="main-content-context-selector-in-masthead"
|
|
164
|
+
>
|
|
165
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
166
|
+
<div class="pf-v6-c-page__main-body">
|
|
167
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
168
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
169
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
170
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
171
|
+
</li>
|
|
172
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
173
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
174
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
175
|
+
</span>
|
|
175
176
|
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
177
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
178
|
+
</li>
|
|
179
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
180
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
181
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
182
|
+
</span>
|
|
182
183
|
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
184
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
185
|
+
</li>
|
|
186
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
187
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
188
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
189
|
+
</span>
|
|
189
190
|
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
</div>
|
|
199
|
-
</section>
|
|
200
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
201
|
-
<div class="pf-v6-c-page__main-body">
|
|
202
|
-
<div class="pf-v6-c-content">
|
|
203
|
-
<h1>Main title</h1>
|
|
204
|
-
<p>This is a full page demo.</p>
|
|
191
|
+
<a
|
|
192
|
+
href="#"
|
|
193
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
194
|
+
aria-current="page"
|
|
195
|
+
>Section landing</a>
|
|
196
|
+
</li>
|
|
197
|
+
</ol>
|
|
198
|
+
</nav>
|
|
205
199
|
</div>
|
|
206
|
-
</
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
213
|
-
</div>
|
|
214
|
-
<div class="pf-v6-c-card">
|
|
215
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
216
|
-
</div>
|
|
217
|
-
<div class="pf-v6-c-card">
|
|
218
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
219
|
-
</div>
|
|
220
|
-
<div class="pf-v6-c-card">
|
|
221
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
222
|
-
</div>
|
|
223
|
-
<div class="pf-v6-c-card">
|
|
224
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
225
|
-
</div>
|
|
226
|
-
<div class="pf-v6-c-card">
|
|
227
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
200
|
+
</section>
|
|
201
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
202
|
+
<div class="pf-v6-c-page__main-body">
|
|
203
|
+
<div class="pf-v6-c-content">
|
|
204
|
+
<h1>Main title</h1>
|
|
205
|
+
<p>This is a full page demo.</p>
|
|
228
206
|
</div>
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
207
|
+
</div>
|
|
208
|
+
</section>
|
|
209
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
210
|
+
<div class="pf-v6-c-page__main-body">
|
|
211
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
212
|
+
<div class="pf-v6-c-card">
|
|
213
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
214
|
+
</div>
|
|
215
|
+
<div class="pf-v6-c-card">
|
|
216
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
217
|
+
</div>
|
|
218
|
+
<div class="pf-v6-c-card">
|
|
219
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
220
|
+
</div>
|
|
221
|
+
<div class="pf-v6-c-card">
|
|
222
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
223
|
+
</div>
|
|
224
|
+
<div class="pf-v6-c-card">
|
|
225
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
226
|
+
</div>
|
|
227
|
+
<div class="pf-v6-c-card">
|
|
228
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
229
|
+
</div>
|
|
230
|
+
<div class="pf-v6-c-card">
|
|
231
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
232
|
+
</div>
|
|
233
|
+
<div class="pf-v6-c-card">
|
|
234
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
235
|
+
</div>
|
|
236
|
+
<div class="pf-v6-c-card">
|
|
237
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
238
|
+
</div>
|
|
239
|
+
<div class="pf-v6-c-card">
|
|
240
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
241
|
+
</div>
|
|
240
242
|
</div>
|
|
241
243
|
</div>
|
|
242
|
-
</
|
|
243
|
-
</
|
|
244
|
-
</
|
|
244
|
+
</section>
|
|
245
|
+
</main>
|
|
246
|
+
</div>
|
|
245
247
|
</div>
|
|
246
248
|
|
|
247
249
|
```
|
|
@@ -614,92 +616,94 @@ deprecated: true
|
|
|
614
616
|
</nav>
|
|
615
617
|
</div>
|
|
616
618
|
</div>
|
|
617
|
-
<
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
<
|
|
624
|
-
<
|
|
625
|
-
<
|
|
626
|
-
<
|
|
627
|
-
<
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
<
|
|
631
|
-
<
|
|
632
|
-
|
|
619
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
620
|
+
<main
|
|
621
|
+
class="pf-v6-c-page__main"
|
|
622
|
+
tabindex="-1"
|
|
623
|
+
id="main-content-context-selector-in-sidebar-example"
|
|
624
|
+
>
|
|
625
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
626
|
+
<div class="pf-v6-c-page__main-body">
|
|
627
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
628
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
629
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
630
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
631
|
+
</li>
|
|
632
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
633
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
634
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
635
|
+
</span>
|
|
633
636
|
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
637
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
638
|
+
</li>
|
|
639
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
640
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
641
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
642
|
+
</span>
|
|
640
643
|
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
644
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
645
|
+
</li>
|
|
646
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
647
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
648
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
649
|
+
</span>
|
|
647
650
|
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
</div>
|
|
657
|
-
</section>
|
|
658
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
659
|
-
<div class="pf-v6-c-page__main-body">
|
|
660
|
-
<div class="pf-v6-c-content">
|
|
661
|
-
<h1>Main title</h1>
|
|
662
|
-
<p>This is a full page demo.</p>
|
|
651
|
+
<a
|
|
652
|
+
href="#"
|
|
653
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
654
|
+
aria-current="page"
|
|
655
|
+
>Section landing</a>
|
|
656
|
+
</li>
|
|
657
|
+
</ol>
|
|
658
|
+
</nav>
|
|
663
659
|
</div>
|
|
664
|
-
</
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
671
|
-
</div>
|
|
672
|
-
<div class="pf-v6-c-card">
|
|
673
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
674
|
-
</div>
|
|
675
|
-
<div class="pf-v6-c-card">
|
|
676
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
677
|
-
</div>
|
|
678
|
-
<div class="pf-v6-c-card">
|
|
679
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
680
|
-
</div>
|
|
681
|
-
<div class="pf-v6-c-card">
|
|
682
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
683
|
-
</div>
|
|
684
|
-
<div class="pf-v6-c-card">
|
|
685
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
660
|
+
</section>
|
|
661
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
662
|
+
<div class="pf-v6-c-page__main-body">
|
|
663
|
+
<div class="pf-v6-c-content">
|
|
664
|
+
<h1>Main title</h1>
|
|
665
|
+
<p>This is a full page demo.</p>
|
|
686
666
|
</div>
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
667
|
+
</div>
|
|
668
|
+
</section>
|
|
669
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
670
|
+
<div class="pf-v6-c-page__main-body">
|
|
671
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
672
|
+
<div class="pf-v6-c-card">
|
|
673
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
674
|
+
</div>
|
|
675
|
+
<div class="pf-v6-c-card">
|
|
676
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
677
|
+
</div>
|
|
678
|
+
<div class="pf-v6-c-card">
|
|
679
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
680
|
+
</div>
|
|
681
|
+
<div class="pf-v6-c-card">
|
|
682
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
683
|
+
</div>
|
|
684
|
+
<div class="pf-v6-c-card">
|
|
685
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
686
|
+
</div>
|
|
687
|
+
<div class="pf-v6-c-card">
|
|
688
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
689
|
+
</div>
|
|
690
|
+
<div class="pf-v6-c-card">
|
|
691
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
692
|
+
</div>
|
|
693
|
+
<div class="pf-v6-c-card">
|
|
694
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
695
|
+
</div>
|
|
696
|
+
<div class="pf-v6-c-card">
|
|
697
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
698
|
+
</div>
|
|
699
|
+
<div class="pf-v6-c-card">
|
|
700
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
701
|
+
</div>
|
|
698
702
|
</div>
|
|
699
703
|
</div>
|
|
700
|
-
</
|
|
701
|
-
</
|
|
702
|
-
</
|
|
704
|
+
</section>
|
|
705
|
+
</main>
|
|
706
|
+
</div>
|
|
703
707
|
</div>
|
|
704
708
|
|
|
705
709
|
```
|
|
@@ -1074,92 +1078,94 @@ deprecated: true
|
|
|
1074
1078
|
</nav>
|
|
1075
1079
|
</div>
|
|
1076
1080
|
</div>
|
|
1077
|
-
<
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
<
|
|
1084
|
-
<
|
|
1085
|
-
<
|
|
1086
|
-
<
|
|
1087
|
-
<
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
<
|
|
1091
|
-
<
|
|
1092
|
-
|
|
1081
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
1082
|
+
<main
|
|
1083
|
+
class="pf-v6-c-page__main"
|
|
1084
|
+
tabindex="-1"
|
|
1085
|
+
id="main-content-context-selector-in-sidebar-expanded-example"
|
|
1086
|
+
>
|
|
1087
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
1088
|
+
<div class="pf-v6-c-page__main-body">
|
|
1089
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
1090
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
1091
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1092
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
1093
|
+
</li>
|
|
1094
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1095
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1096
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1097
|
+
</span>
|
|
1093
1098
|
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1099
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1100
|
+
</li>
|
|
1101
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1102
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1103
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1104
|
+
</span>
|
|
1100
1105
|
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1106
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1107
|
+
</li>
|
|
1108
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1109
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1110
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1111
|
+
</span>
|
|
1107
1112
|
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
</div>
|
|
1117
|
-
</section>
|
|
1118
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
1119
|
-
<div class="pf-v6-c-page__main-body">
|
|
1120
|
-
<div class="pf-v6-c-content">
|
|
1121
|
-
<h1>Main title</h1>
|
|
1122
|
-
<p>This is a full page demo.</p>
|
|
1113
|
+
<a
|
|
1114
|
+
href="#"
|
|
1115
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
1116
|
+
aria-current="page"
|
|
1117
|
+
>Section landing</a>
|
|
1118
|
+
</li>
|
|
1119
|
+
</ol>
|
|
1120
|
+
</nav>
|
|
1123
1121
|
</div>
|
|
1124
|
-
</
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1122
|
+
</section>
|
|
1123
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
1124
|
+
<div class="pf-v6-c-page__main-body">
|
|
1125
|
+
<div class="pf-v6-c-content">
|
|
1126
|
+
<h1>Main title</h1>
|
|
1127
|
+
<p>This is a full page demo.</p>
|
|
1131
1128
|
</div>
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1129
|
+
</div>
|
|
1130
|
+
</section>
|
|
1131
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
1132
|
+
<div class="pf-v6-c-page__main-body">
|
|
1133
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
1134
|
+
<div class="pf-v6-c-card">
|
|
1135
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1136
|
+
</div>
|
|
1137
|
+
<div class="pf-v6-c-card">
|
|
1138
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1139
|
+
</div>
|
|
1140
|
+
<div class="pf-v6-c-card">
|
|
1141
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1142
|
+
</div>
|
|
1143
|
+
<div class="pf-v6-c-card">
|
|
1144
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1145
|
+
</div>
|
|
1146
|
+
<div class="pf-v6-c-card">
|
|
1147
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1148
|
+
</div>
|
|
1149
|
+
<div class="pf-v6-c-card">
|
|
1150
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1151
|
+
</div>
|
|
1152
|
+
<div class="pf-v6-c-card">
|
|
1153
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1154
|
+
</div>
|
|
1155
|
+
<div class="pf-v6-c-card">
|
|
1156
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1157
|
+
</div>
|
|
1158
|
+
<div class="pf-v6-c-card">
|
|
1159
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1160
|
+
</div>
|
|
1161
|
+
<div class="pf-v6-c-card">
|
|
1162
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1163
|
+
</div>
|
|
1158
1164
|
</div>
|
|
1159
1165
|
</div>
|
|
1160
|
-
</
|
|
1161
|
-
</
|
|
1162
|
-
</
|
|
1166
|
+
</section>
|
|
1167
|
+
</main>
|
|
1168
|
+
</div>
|
|
1163
1169
|
</div>
|
|
1164
1170
|
|
|
1165
1171
|
```
|
|
@@ -1390,323 +1396,330 @@ deprecated: true
|
|
|
1390
1396
|
</nav>
|
|
1391
1397
|
</div>
|
|
1392
1398
|
</div>
|
|
1393
|
-
<
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
<section
|
|
1399
|
-
class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light pf-m-no-padding"
|
|
1399
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
1400
|
+
<main
|
|
1401
|
+
class="pf-v6-c-page__main"
|
|
1402
|
+
tabindex="-1"
|
|
1403
|
+
id="main-content-context-selector-in-page-content-example"
|
|
1400
1404
|
>
|
|
1401
|
-
<
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
hidden
|
|
1416
|
-
>Selected project:</span>
|
|
1417
|
-
<button
|
|
1418
|
-
class="pf-v6-c-context-selector__toggle pf-m-text pf-m-plain"
|
|
1419
|
-
aria-expanded="false"
|
|
1420
|
-
id="context-selector-in-page-content-example-context-selector-toggle"
|
|
1421
|
-
aria-labelledby="context-selector-in-page-content-example-context-selector-label context-selector-in-page-content-example-context-selector-toggle"
|
|
1405
|
+
<section
|
|
1406
|
+
class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light pf-m-no-padding"
|
|
1407
|
+
>
|
|
1408
|
+
<div class="pf-v6-c-page__main-body">
|
|
1409
|
+
<div
|
|
1410
|
+
class="pf-v6-c-toolbar pf-m-inset-none"
|
|
1411
|
+
id="toolbar-simple-example"
|
|
1412
|
+
>
|
|
1413
|
+
<div class="pf-v6-c-toolbar__content">
|
|
1414
|
+
<div class="pf-v6-c-toolbar__content-section">
|
|
1415
|
+
<div class="pf-v6-c-toolbar__item">
|
|
1416
|
+
<div
|
|
1417
|
+
class="pf-v6-c-context-selector pf-m-page-insets pf-m-width-auto"
|
|
1418
|
+
style="--pf-v5-c-context-selector--Width: 270px;"
|
|
1422
1419
|
>
|
|
1423
1420
|
<span
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1421
|
+
id="context-selector-in-page-content-example-context-selector-label"
|
|
1422
|
+
hidden
|
|
1423
|
+
>Selected project:</span>
|
|
1424
|
+
<button
|
|
1425
|
+
class="pf-v6-c-context-selector__toggle pf-m-text pf-m-plain"
|
|
1426
|
+
aria-expanded="false"
|
|
1427
|
+
id="context-selector-in-page-content-example-context-selector-toggle"
|
|
1428
|
+
aria-labelledby="context-selector-in-page-content-example-context-selector-label context-selector-in-page-content-example-context-selector-toggle"
|
|
1429
|
+
>
|
|
1430
|
+
<span
|
|
1431
|
+
class="pf-v6-c-context-selector__toggle-text"
|
|
1432
|
+
>Project: openshift-apple1</span>
|
|
1433
|
+
<span class="pf-v6-c-context-selector__toggle-icon">
|
|
1434
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1435
|
+
</span>
|
|
1436
|
+
</button>
|
|
1437
|
+
<div class="pf-v6-c-context-selector__menu" hidden>
|
|
1438
|
+
<div class="pf-v6-c-context-selector__menu-search">
|
|
1439
|
+
<div class="pf-v6-c-text-input-group">
|
|
1440
|
+
<div class="pf-v6-c-text-input-group__main pf-m-icon">
|
|
1441
|
+
<span class="pf-v6-c-text-input-group__text">
|
|
1442
|
+
<span class="pf-v6-c-text-input-group__icon">
|
|
1443
|
+
<i class="fas fa-fw fa-search"></i>
|
|
1444
|
+
</span>
|
|
1445
|
+
<input
|
|
1446
|
+
class="pf-v6-c-text-input-group__text-input"
|
|
1447
|
+
type="text"
|
|
1448
|
+
placeholder="Search"
|
|
1449
|
+
value
|
|
1450
|
+
aria-label="Search input"
|
|
1451
|
+
/>
|
|
1437
1452
|
</span>
|
|
1438
|
-
|
|
1439
|
-
class="pf-v6-c-text-input-group__text-input"
|
|
1440
|
-
type="text"
|
|
1441
|
-
placeholder="Search"
|
|
1442
|
-
value
|
|
1443
|
-
aria-label="Search input"
|
|
1444
|
-
/>
|
|
1445
|
-
</span>
|
|
1453
|
+
</div>
|
|
1446
1454
|
</div>
|
|
1447
1455
|
</div>
|
|
1456
|
+
<ul
|
|
1457
|
+
class="pf-v6-c-context-selector__menu-list"
|
|
1458
|
+
role="menu"
|
|
1459
|
+
>
|
|
1460
|
+
<li role="none">
|
|
1461
|
+
<a
|
|
1462
|
+
class="pf-v6-c-context-selector__menu-list-item"
|
|
1463
|
+
href="#"
|
|
1464
|
+
role="menuitem"
|
|
1465
|
+
>Link</a>
|
|
1466
|
+
</li>
|
|
1467
|
+
<li role="none">
|
|
1468
|
+
<button
|
|
1469
|
+
class="pf-v6-c-context-selector__menu-list-item"
|
|
1470
|
+
type="button"
|
|
1471
|
+
role="menuitem"
|
|
1472
|
+
>Action</button>
|
|
1473
|
+
</li>
|
|
1474
|
+
<li role="none">
|
|
1475
|
+
<a
|
|
1476
|
+
class="pf-v6-c-context-selector__menu-list-item pf-m-disabled"
|
|
1477
|
+
href="#"
|
|
1478
|
+
aria-disabled="true"
|
|
1479
|
+
tabindex="-1"
|
|
1480
|
+
role="menuitem"
|
|
1481
|
+
>Disabled link</a>
|
|
1482
|
+
</li>
|
|
1483
|
+
<li role="none">
|
|
1484
|
+
<button
|
|
1485
|
+
class="pf-v6-c-context-selector__menu-list-item"
|
|
1486
|
+
type="button"
|
|
1487
|
+
disabled
|
|
1488
|
+
role="menuitem"
|
|
1489
|
+
>Disabled action</button>
|
|
1490
|
+
</li>
|
|
1491
|
+
<li role="none">
|
|
1492
|
+
<button
|
|
1493
|
+
class="pf-v6-c-context-selector__menu-list-item"
|
|
1494
|
+
type="button"
|
|
1495
|
+
role="menuitem"
|
|
1496
|
+
>My project</button>
|
|
1497
|
+
</li>
|
|
1498
|
+
<li role="none">
|
|
1499
|
+
<button
|
|
1500
|
+
class="pf-v6-c-context-selector__menu-list-item"
|
|
1501
|
+
type="button"
|
|
1502
|
+
role="menuitem"
|
|
1503
|
+
>OpenShift cluster</button>
|
|
1504
|
+
</li>
|
|
1505
|
+
<li role="none">
|
|
1506
|
+
<button
|
|
1507
|
+
class="pf-v6-c-context-selector__menu-list-item"
|
|
1508
|
+
type="button"
|
|
1509
|
+
role="menuitem"
|
|
1510
|
+
>Production Ansible</button>
|
|
1511
|
+
</li>
|
|
1512
|
+
<li role="none">
|
|
1513
|
+
<button
|
|
1514
|
+
class="pf-v6-c-context-selector__menu-list-item"
|
|
1515
|
+
type="button"
|
|
1516
|
+
role="menuitem"
|
|
1517
|
+
>AWS</button>
|
|
1518
|
+
</li>
|
|
1519
|
+
<li role="none">
|
|
1520
|
+
<button
|
|
1521
|
+
class="pf-v6-c-context-selector__menu-list-item"
|
|
1522
|
+
type="button"
|
|
1523
|
+
role="menuitem"
|
|
1524
|
+
>Azure</button>
|
|
1525
|
+
</li>
|
|
1526
|
+
<li role="none">
|
|
1527
|
+
<button
|
|
1528
|
+
class="pf-v6-c-context-selector__menu-list-item"
|
|
1529
|
+
type="button"
|
|
1530
|
+
role="menuitem"
|
|
1531
|
+
>My project</button>
|
|
1532
|
+
</li>
|
|
1533
|
+
<li role="none">
|
|
1534
|
+
<button
|
|
1535
|
+
class="pf-v6-c-context-selector__menu-list-item"
|
|
1536
|
+
type="button"
|
|
1537
|
+
role="menuitem"
|
|
1538
|
+
>OpenShift cluster</button>
|
|
1539
|
+
</li>
|
|
1540
|
+
<li role="none">
|
|
1541
|
+
<button
|
|
1542
|
+
class="pf-v6-c-context-selector__menu-list-item"
|
|
1543
|
+
type="button"
|
|
1544
|
+
role="menuitem"
|
|
1545
|
+
>Production Ansible</button>
|
|
1546
|
+
</li>
|
|
1547
|
+
<li role="none">
|
|
1548
|
+
<button
|
|
1549
|
+
class="pf-v6-c-context-selector__menu-list-item"
|
|
1550
|
+
type="button"
|
|
1551
|
+
role="menuitem"
|
|
1552
|
+
>AWS</button>
|
|
1553
|
+
</li>
|
|
1554
|
+
<li role="none">
|
|
1555
|
+
<button
|
|
1556
|
+
class="pf-v6-c-context-selector__menu-list-item"
|
|
1557
|
+
type="button"
|
|
1558
|
+
role="menuitem"
|
|
1559
|
+
>Azure</button>
|
|
1560
|
+
</li>
|
|
1561
|
+
</ul>
|
|
1448
1562
|
</div>
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
class="pf-v6-c-context-selector__menu-list-item"
|
|
1484
|
-
type="button"
|
|
1485
|
-
role="menuitem"
|
|
1486
|
-
>My project</button>
|
|
1487
|
-
</li>
|
|
1488
|
-
<li role="none">
|
|
1489
|
-
<button
|
|
1490
|
-
class="pf-v6-c-context-selector__menu-list-item"
|
|
1491
|
-
type="button"
|
|
1492
|
-
role="menuitem"
|
|
1493
|
-
>OpenShift cluster</button>
|
|
1494
|
-
</li>
|
|
1495
|
-
<li role="none">
|
|
1496
|
-
<button
|
|
1497
|
-
class="pf-v6-c-context-selector__menu-list-item"
|
|
1498
|
-
type="button"
|
|
1499
|
-
role="menuitem"
|
|
1500
|
-
>Production Ansible</button>
|
|
1501
|
-
</li>
|
|
1502
|
-
<li role="none">
|
|
1503
|
-
<button
|
|
1504
|
-
class="pf-v6-c-context-selector__menu-list-item"
|
|
1505
|
-
type="button"
|
|
1506
|
-
role="menuitem"
|
|
1507
|
-
>AWS</button>
|
|
1508
|
-
</li>
|
|
1509
|
-
<li role="none">
|
|
1510
|
-
<button
|
|
1511
|
-
class="pf-v6-c-context-selector__menu-list-item"
|
|
1512
|
-
type="button"
|
|
1513
|
-
role="menuitem"
|
|
1514
|
-
>Azure</button>
|
|
1515
|
-
</li>
|
|
1516
|
-
<li role="none">
|
|
1563
|
+
</div>
|
|
1564
|
+
</div>
|
|
1565
|
+
<div class="pf-v6-c-toolbar__item">
|
|
1566
|
+
<div class="pf-v6-c-select">
|
|
1567
|
+
<span
|
|
1568
|
+
id="context-selector-in-page-content-example-select-label"
|
|
1569
|
+
hidden
|
|
1570
|
+
>Choose one</span>
|
|
1571
|
+
|
|
1572
|
+
<button
|
|
1573
|
+
class="pf-v6-c-select__toggle pf-m-plain"
|
|
1574
|
+
type="button"
|
|
1575
|
+
id="context-selector-in-page-content-example-select-toggle"
|
|
1576
|
+
aria-haspopup="true"
|
|
1577
|
+
aria-expanded="false"
|
|
1578
|
+
aria-labelledby="context-selector-in-page-content-example-select-label context-selector-in-page-content-example-select-toggle"
|
|
1579
|
+
>
|
|
1580
|
+
<div class="pf-v6-c-select__toggle-wrapper">
|
|
1581
|
+
<span
|
|
1582
|
+
class="pf-v6-c-select__toggle-text"
|
|
1583
|
+
>All applications</span>
|
|
1584
|
+
</div>
|
|
1585
|
+
<span class="pf-v6-c-select__toggle-arrow">
|
|
1586
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1587
|
+
</span>
|
|
1588
|
+
</button>
|
|
1589
|
+
|
|
1590
|
+
<ul
|
|
1591
|
+
class="pf-v6-c-select__menu"
|
|
1592
|
+
role="listbox"
|
|
1593
|
+
aria-labelledby="context-selector-in-page-content-example-select-label"
|
|
1594
|
+
hidden
|
|
1595
|
+
>
|
|
1596
|
+
<li role="presentation">
|
|
1517
1597
|
<button
|
|
1518
|
-
class="pf-v6-c-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
>My project</button>
|
|
1598
|
+
class="pf-v6-c-select__menu-item"
|
|
1599
|
+
role="option"
|
|
1600
|
+
>Running</button>
|
|
1522
1601
|
</li>
|
|
1523
|
-
<li role="
|
|
1602
|
+
<li role="presentation">
|
|
1524
1603
|
<button
|
|
1525
|
-
class="pf-v6-c-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
>
|
|
1604
|
+
class="pf-v6-c-select__menu-item pf-m-selected"
|
|
1605
|
+
role="option"
|
|
1606
|
+
aria-selected="true"
|
|
1607
|
+
>
|
|
1608
|
+
Stopped
|
|
1609
|
+
<span class="pf-v6-c-select__menu-item-icon">
|
|
1610
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
1611
|
+
</span>
|
|
1612
|
+
</button>
|
|
1529
1613
|
</li>
|
|
1530
|
-
<li role="
|
|
1614
|
+
<li role="presentation">
|
|
1531
1615
|
<button
|
|
1532
|
-
class="pf-v6-c-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
>Production Ansible</button>
|
|
1616
|
+
class="pf-v6-c-select__menu-item"
|
|
1617
|
+
role="option"
|
|
1618
|
+
>Down</button>
|
|
1536
1619
|
</li>
|
|
1537
|
-
<li role="
|
|
1620
|
+
<li role="presentation">
|
|
1538
1621
|
<button
|
|
1539
|
-
class="pf-v6-c-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
>AWS</button>
|
|
1622
|
+
class="pf-v6-c-select__menu-item"
|
|
1623
|
+
role="option"
|
|
1624
|
+
>Degraded</button>
|
|
1543
1625
|
</li>
|
|
1544
|
-
<li role="
|
|
1626
|
+
<li role="presentation">
|
|
1545
1627
|
<button
|
|
1546
|
-
class="pf-v6-c-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
>Azure</button>
|
|
1628
|
+
class="pf-v6-c-select__menu-item"
|
|
1629
|
+
role="option"
|
|
1630
|
+
>Needs maintenance</button>
|
|
1550
1631
|
</li>
|
|
1551
1632
|
</ul>
|
|
1552
1633
|
</div>
|
|
1553
1634
|
</div>
|
|
1554
1635
|
</div>
|
|
1555
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1556
|
-
<div class="pf-v6-c-select">
|
|
1557
|
-
<span
|
|
1558
|
-
id="context-selector-in-page-content-example-select-label"
|
|
1559
|
-
hidden
|
|
1560
|
-
>Choose one</span>
|
|
1561
|
-
|
|
1562
|
-
<button
|
|
1563
|
-
class="pf-v6-c-select__toggle pf-m-plain"
|
|
1564
|
-
type="button"
|
|
1565
|
-
id="context-selector-in-page-content-example-select-toggle"
|
|
1566
|
-
aria-haspopup="true"
|
|
1567
|
-
aria-expanded="false"
|
|
1568
|
-
aria-labelledby="context-selector-in-page-content-example-select-label context-selector-in-page-content-example-select-toggle"
|
|
1569
|
-
>
|
|
1570
|
-
<div class="pf-v6-c-select__toggle-wrapper">
|
|
1571
|
-
<span class="pf-v6-c-select__toggle-text">All applications</span>
|
|
1572
|
-
</div>
|
|
1573
|
-
<span class="pf-v6-c-select__toggle-arrow">
|
|
1574
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1575
|
-
</span>
|
|
1576
|
-
</button>
|
|
1577
|
-
|
|
1578
|
-
<ul
|
|
1579
|
-
class="pf-v6-c-select__menu"
|
|
1580
|
-
role="listbox"
|
|
1581
|
-
aria-labelledby="context-selector-in-page-content-example-select-label"
|
|
1582
|
-
hidden
|
|
1583
|
-
>
|
|
1584
|
-
<li role="presentation">
|
|
1585
|
-
<button
|
|
1586
|
-
class="pf-v6-c-select__menu-item"
|
|
1587
|
-
role="option"
|
|
1588
|
-
>Running</button>
|
|
1589
|
-
</li>
|
|
1590
|
-
<li role="presentation">
|
|
1591
|
-
<button
|
|
1592
|
-
class="pf-v6-c-select__menu-item pf-m-selected"
|
|
1593
|
-
role="option"
|
|
1594
|
-
aria-selected="true"
|
|
1595
|
-
>
|
|
1596
|
-
Stopped
|
|
1597
|
-
<span class="pf-v6-c-select__menu-item-icon">
|
|
1598
|
-
<i class="fas fa-check" aria-hidden="true"></i>
|
|
1599
|
-
</span>
|
|
1600
|
-
</button>
|
|
1601
|
-
</li>
|
|
1602
|
-
<li role="presentation">
|
|
1603
|
-
<button
|
|
1604
|
-
class="pf-v6-c-select__menu-item"
|
|
1605
|
-
role="option"
|
|
1606
|
-
>Down</button>
|
|
1607
|
-
</li>
|
|
1608
|
-
<li role="presentation">
|
|
1609
|
-
<button
|
|
1610
|
-
class="pf-v6-c-select__menu-item"
|
|
1611
|
-
role="option"
|
|
1612
|
-
>Degraded</button>
|
|
1613
|
-
</li>
|
|
1614
|
-
<li role="presentation">
|
|
1615
|
-
<button
|
|
1616
|
-
class="pf-v6-c-select__menu-item"
|
|
1617
|
-
role="option"
|
|
1618
|
-
>Needs maintenance</button>
|
|
1619
|
-
</li>
|
|
1620
|
-
</ul>
|
|
1621
|
-
</div>
|
|
1622
|
-
</div>
|
|
1623
1636
|
</div>
|
|
1624
1637
|
</div>
|
|
1625
1638
|
</div>
|
|
1626
|
-
</
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
</span>
|
|
1639
|
+
</section>
|
|
1640
|
+
<hr class="pf-v6-c-divider" />
|
|
1641
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
1642
|
+
<div class="pf-v6-c-page__main-body">
|
|
1643
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
1644
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
1645
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1646
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
1647
|
+
</li>
|
|
1648
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1649
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1650
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1651
|
+
</span>
|
|
1640
1652
|
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1653
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1654
|
+
</li>
|
|
1655
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1656
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1657
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1658
|
+
</span>
|
|
1647
1659
|
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1660
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1661
|
+
</li>
|
|
1662
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1663
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1664
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1665
|
+
</span>
|
|
1654
1666
|
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
</div>
|
|
1664
|
-
</section>
|
|
1665
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
1666
|
-
<div class="pf-v6-c-page__main-body">
|
|
1667
|
-
<div class="pf-v6-c-content">
|
|
1668
|
-
<h1>Main title</h1>
|
|
1669
|
-
<p>This is a full page demo.</p>
|
|
1667
|
+
<a
|
|
1668
|
+
href="#"
|
|
1669
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
1670
|
+
aria-current="page"
|
|
1671
|
+
>Section landing</a>
|
|
1672
|
+
</li>
|
|
1673
|
+
</ol>
|
|
1674
|
+
</nav>
|
|
1670
1675
|
</div>
|
|
1671
|
-
</
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1678
|
-
</div>
|
|
1679
|
-
<div class="pf-v6-c-card">
|
|
1680
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1681
|
-
</div>
|
|
1682
|
-
<div class="pf-v6-c-card">
|
|
1683
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1684
|
-
</div>
|
|
1685
|
-
<div class="pf-v6-c-card">
|
|
1686
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1687
|
-
</div>
|
|
1688
|
-
<div class="pf-v6-c-card">
|
|
1689
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1690
|
-
</div>
|
|
1691
|
-
<div class="pf-v6-c-card">
|
|
1692
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1676
|
+
</section>
|
|
1677
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
1678
|
+
<div class="pf-v6-c-page__main-body">
|
|
1679
|
+
<div class="pf-v6-c-content">
|
|
1680
|
+
<h1>Main title</h1>
|
|
1681
|
+
<p>This is a full page demo.</p>
|
|
1693
1682
|
</div>
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1683
|
+
</div>
|
|
1684
|
+
</section>
|
|
1685
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
1686
|
+
<div class="pf-v6-c-page__main-body">
|
|
1687
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
1688
|
+
<div class="pf-v6-c-card">
|
|
1689
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1690
|
+
</div>
|
|
1691
|
+
<div class="pf-v6-c-card">
|
|
1692
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1693
|
+
</div>
|
|
1694
|
+
<div class="pf-v6-c-card">
|
|
1695
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1696
|
+
</div>
|
|
1697
|
+
<div class="pf-v6-c-card">
|
|
1698
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1699
|
+
</div>
|
|
1700
|
+
<div class="pf-v6-c-card">
|
|
1701
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1702
|
+
</div>
|
|
1703
|
+
<div class="pf-v6-c-card">
|
|
1704
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1705
|
+
</div>
|
|
1706
|
+
<div class="pf-v6-c-card">
|
|
1707
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1708
|
+
</div>
|
|
1709
|
+
<div class="pf-v6-c-card">
|
|
1710
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1711
|
+
</div>
|
|
1712
|
+
<div class="pf-v6-c-card">
|
|
1713
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1714
|
+
</div>
|
|
1715
|
+
<div class="pf-v6-c-card">
|
|
1716
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1717
|
+
</div>
|
|
1705
1718
|
</div>
|
|
1706
1719
|
</div>
|
|
1707
|
-
</
|
|
1708
|
-
</
|
|
1709
|
-
</
|
|
1720
|
+
</section>
|
|
1721
|
+
</main>
|
|
1722
|
+
</div>
|
|
1710
1723
|
</div>
|
|
1711
1724
|
|
|
1712
1725
|
```
|