@patternfly/patternfly 4.204.4 → 4.206.0
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/_common.scss +9 -0
- package/base/patternfly-common.css +7 -0
- package/components/Tabs/tabs.css +4 -0
- package/components/Tabs/tabs.scss +8 -1
- package/components/Timestamp/timestamp.css +31 -0
- package/components/Timestamp/timestamp.scss +37 -0
- package/components/_all.scss +1 -0
- package/docs/components/AppLauncher/examples/application-launcher.md +69 -22
- package/docs/components/DataList/examples/DataList.md +30 -30
- package/docs/components/DatePicker/examples/DatePicker.md +4 -4
- package/docs/components/LabelGroup/examples/LabelGroup.md +19 -19
- package/docs/components/LogViewer/examples/LogViewer.md +46 -37
- package/docs/components/Masthead/examples/masthead.md +1 -1
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +54 -27
- package/docs/components/Nav/examples/Navigation.md +12 -6
- package/docs/components/Pagination/examples/Pagination.md +47 -14
- package/docs/components/Popover/examples/Popover.md +36 -24
- package/docs/components/SearchInput/examples/SearchInput.md +12 -12
- package/docs/components/Select/examples/Select.md +8 -8
- package/docs/components/Table/examples/Table.md +1 -1
- package/docs/components/Tabs/examples/Tabs.md +67 -73
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +60 -60
- package/docs/components/Tile/examples/Tile.md +0 -2
- package/docs/components/Timestamp/examples/Timestamp.md +62 -0
- package/docs/demos/AboutModal/examples/AboutModal.md +1 -1
- package/docs/demos/Alert/examples/Alert.md +3 -3
- package/docs/demos/BackToTop/examples/BackToTop.md +1 -1
- package/docs/demos/Banner/examples/Banner.md +2 -2
- package/docs/demos/CardView/examples/CardView.md +1 -1
- package/docs/demos/ContextSelector/examples/ContextSelector.md +3 -3
- package/docs/demos/Dashboard/examples/Dashboard.md +1 -1
- package/docs/demos/DataList/examples/DataList.md +4 -4
- package/docs/demos/DescriptionList/examples/DescriptionList.md +3 -3
- package/docs/demos/Drawer/examples/Drawer.md +5 -5
- package/docs/demos/JumpLinks/examples/JumpLinks.md +6 -6
- package/docs/demos/Masthead/examples/Masthead.md +2 -2
- package/docs/demos/Modal/examples/Modal.md +6 -6
- package/docs/demos/Nav/examples/Nav.md +8 -8
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +5 -5
- package/docs/demos/Page/examples/Page.md +8 -8
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +7 -7
- package/docs/demos/Skeleton/examples/Skeleton.md +1 -1
- package/docs/demos/Table/examples/Table.md +14 -14
- package/docs/demos/Tabs/examples/Tabs.md +8 -8
- package/docs/demos/Toolbar/examples/Toolbar.md +55 -37
- package/docs/demos/Wizard/examples/Wizard.md +8 -8
- package/docs/layouts/Flex/examples/Flex.md +1 -1
- package/docs/layouts/Grid/examples/Grid.md +1 -1
- package/package.json +1 -1
- package/patternfly-base-no-reset.css +7 -0
- package/patternfly-base.css +7 -0
- package/patternfly-no-reset.css +43 -0
- package/patternfly.css +43 -0
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -698,7 +698,7 @@ cssPrefix: pf-c-nav
|
|
|
698
698
|
<li class="pf-c-nav__item pf-m-expandable pf-m-expanded pf-m-current">
|
|
699
699
|
<button
|
|
700
700
|
class="pf-c-nav__link"
|
|
701
|
-
id="expandable-example1"
|
|
701
|
+
id="expandable-light-example1"
|
|
702
702
|
aria-expanded="true"
|
|
703
703
|
>
|
|
704
704
|
Link 1 (current and expanded example)
|
|
@@ -708,7 +708,10 @@ cssPrefix: pf-c-nav
|
|
|
708
708
|
</span>
|
|
709
709
|
</span>
|
|
710
710
|
</button>
|
|
711
|
-
<section
|
|
711
|
+
<section
|
|
712
|
+
class="pf-c-nav__subnav"
|
|
713
|
+
aria-labelledby="expandable-light-example1"
|
|
714
|
+
>
|
|
712
715
|
<ul class="pf-c-nav__list">
|
|
713
716
|
<li class="pf-c-nav__item">
|
|
714
717
|
<a href="#" class="pf-c-nav__link">Current link</a>
|
|
@@ -730,7 +733,7 @@ cssPrefix: pf-c-nav
|
|
|
730
733
|
<li class="pf-c-nav__item pf-m-expandable pf-m-expanded">
|
|
731
734
|
<button
|
|
732
735
|
class="pf-c-nav__link"
|
|
733
|
-
id="expandable-example2"
|
|
736
|
+
id="expandable-light-example2"
|
|
734
737
|
aria-expanded="true"
|
|
735
738
|
>
|
|
736
739
|
Link 2 (expanded, but not current example)
|
|
@@ -742,7 +745,10 @@ cssPrefix: pf-c-nav
|
|
|
742
745
|
</span>
|
|
743
746
|
</span>
|
|
744
747
|
</button>
|
|
745
|
-
<section
|
|
748
|
+
<section
|
|
749
|
+
class="pf-c-nav__subnav"
|
|
750
|
+
aria-labelledby="expandable-light-example2"
|
|
751
|
+
>
|
|
746
752
|
<ul class="pf-c-nav__list">
|
|
747
753
|
<li class="pf-c-nav__item">
|
|
748
754
|
<a href="#" class="pf-c-nav__link">Subnav link 1</a>
|
|
@@ -756,7 +762,7 @@ cssPrefix: pf-c-nav
|
|
|
756
762
|
<li class="pf-c-nav__item pf-m-expandable">
|
|
757
763
|
<button
|
|
758
764
|
class="pf-c-nav__link"
|
|
759
|
-
id="expandable-example3"
|
|
765
|
+
id="expandable-light-example3"
|
|
760
766
|
aria-expanded="false"
|
|
761
767
|
>
|
|
762
768
|
Link 3
|
|
@@ -768,7 +774,7 @@ cssPrefix: pf-c-nav
|
|
|
768
774
|
</button>
|
|
769
775
|
<section
|
|
770
776
|
class="pf-c-nav__subnav"
|
|
771
|
-
aria-labelledby="expandable-example3"
|
|
777
|
+
aria-labelledby="expandable-light-example3"
|
|
772
778
|
hidden
|
|
773
779
|
>
|
|
774
780
|
<ul class="pf-c-nav__list">
|
|
@@ -51,7 +51,7 @@ cssPrefix: pf-c-pagination
|
|
|
51
51
|
</li>
|
|
52
52
|
</ul>
|
|
53
53
|
</div>
|
|
54
|
-
<nav class="pf-c-pagination__nav" aria-label="Pagination">
|
|
54
|
+
<nav class="pf-c-pagination__nav" aria-label="Pagination nav - top example">
|
|
55
55
|
<div class="pf-c-pagination__nav-control pf-m-first">
|
|
56
56
|
<button
|
|
57
57
|
class="pf-c-button pf-m-plain"
|
|
@@ -150,7 +150,10 @@ cssPrefix: pf-c-pagination
|
|
|
150
150
|
</li>
|
|
151
151
|
</ul>
|
|
152
152
|
</div>
|
|
153
|
-
<nav
|
|
153
|
+
<nav
|
|
154
|
+
class="pf-c-pagination__nav"
|
|
155
|
+
aria-label="Pagination nav - top expanded example"
|
|
156
|
+
>
|
|
154
157
|
<div class="pf-c-pagination__nav-control pf-m-first">
|
|
155
158
|
<button
|
|
156
159
|
class="pf-c-button pf-m-plain"
|
|
@@ -217,7 +220,7 @@ cssPrefix: pf-c-pagination
|
|
|
217
220
|
<button
|
|
218
221
|
class="pf-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
219
222
|
type="button"
|
|
220
|
-
id="pagination-options-menu-top-example-toggle"
|
|
223
|
+
id="pagination-options-menu-top-sticky-example-toggle"
|
|
221
224
|
aria-haspopup="listbox"
|
|
222
225
|
aria-expanded="false"
|
|
223
226
|
>
|
|
@@ -231,7 +234,7 @@ cssPrefix: pf-c-pagination
|
|
|
231
234
|
</button>
|
|
232
235
|
<ul
|
|
233
236
|
class="pf-c-options-menu__menu"
|
|
234
|
-
aria-labelledby="pagination-options-menu-top-example-toggle"
|
|
237
|
+
aria-labelledby="pagination-options-menu-top-sticky-example-toggle"
|
|
235
238
|
hidden
|
|
236
239
|
>
|
|
237
240
|
<li>
|
|
@@ -250,7 +253,10 @@ cssPrefix: pf-c-pagination
|
|
|
250
253
|
</li>
|
|
251
254
|
</ul>
|
|
252
255
|
</div>
|
|
253
|
-
<nav
|
|
256
|
+
<nav
|
|
257
|
+
class="pf-c-pagination__nav"
|
|
258
|
+
aria-label="Pagination nav - top sticky example"
|
|
259
|
+
>
|
|
254
260
|
<div class="pf-c-pagination__nav-control pf-m-first">
|
|
255
261
|
<button
|
|
256
262
|
class="pf-c-button pf-m-plain"
|
|
@@ -360,7 +366,10 @@ cssPrefix: pf-c-pagination
|
|
|
360
366
|
</li>
|
|
361
367
|
</ul>
|
|
362
368
|
</div>
|
|
363
|
-
<nav
|
|
369
|
+
<nav
|
|
370
|
+
class="pf-c-pagination__nav"
|
|
371
|
+
aria-label="Pagination nav - indeterminate item count example"
|
|
372
|
+
>
|
|
364
373
|
<div class="pf-c-pagination__nav-control pf-m-first">
|
|
365
374
|
<button
|
|
366
375
|
class="pf-c-button pf-m-plain"
|
|
@@ -455,7 +464,10 @@ cssPrefix: pf-c-pagination
|
|
|
455
464
|
</li>
|
|
456
465
|
</ul>
|
|
457
466
|
</div>
|
|
458
|
-
<nav
|
|
467
|
+
<nav
|
|
468
|
+
class="pf-c-pagination__nav"
|
|
469
|
+
aria-label="Pagination nav - bottom example"
|
|
470
|
+
>
|
|
459
471
|
<div class="pf-c-pagination__nav-control pf-m-first">
|
|
460
472
|
<button
|
|
461
473
|
class="pf-c-button pf-m-plain"
|
|
@@ -561,7 +573,10 @@ cssPrefix: pf-c-pagination
|
|
|
561
573
|
</li>
|
|
562
574
|
</ul>
|
|
563
575
|
</div>
|
|
564
|
-
<nav
|
|
576
|
+
<nav
|
|
577
|
+
class="pf-c-pagination__nav"
|
|
578
|
+
aria-label="Pagination nav - bottom sticky example"
|
|
579
|
+
>
|
|
565
580
|
<div class="pf-c-pagination__nav-control pf-m-first">
|
|
566
581
|
<button
|
|
567
582
|
class="pf-c-button pf-m-plain"
|
|
@@ -662,7 +677,10 @@ cssPrefix: pf-c-pagination
|
|
|
662
677
|
</li>
|
|
663
678
|
</ul>
|
|
664
679
|
</div>
|
|
665
|
-
<nav
|
|
680
|
+
<nav
|
|
681
|
+
class="pf-c-pagination__nav"
|
|
682
|
+
aria-label="Pagination nav - top disabled example"
|
|
683
|
+
>
|
|
666
684
|
<div class="pf-c-pagination__nav-control pf-m-first">
|
|
667
685
|
<button
|
|
668
686
|
class="pf-c-button pf-m-plain"
|
|
@@ -765,7 +783,10 @@ cssPrefix: pf-c-pagination
|
|
|
765
783
|
</li>
|
|
766
784
|
</ul>
|
|
767
785
|
</div>
|
|
768
|
-
<nav
|
|
786
|
+
<nav
|
|
787
|
+
class="pf-c-pagination__nav"
|
|
788
|
+
aria-label="Pagination nav - compact example"
|
|
789
|
+
>
|
|
769
790
|
<div class="pf-c-pagination__nav-control pf-m-prev">
|
|
770
791
|
<button
|
|
771
792
|
class="pf-c-button pf-m-plain"
|
|
@@ -835,7 +856,10 @@ cssPrefix: pf-c-pagination
|
|
|
835
856
|
</li>
|
|
836
857
|
</ul>
|
|
837
858
|
</div>
|
|
838
|
-
<nav
|
|
859
|
+
<nav
|
|
860
|
+
class="pf-c-pagination__nav"
|
|
861
|
+
aria-label="Pagination nav - top with display summary modifier example"
|
|
862
|
+
>
|
|
839
863
|
<div class="pf-c-pagination__nav-control pf-m-first">
|
|
840
864
|
<button
|
|
841
865
|
class="pf-c-button pf-m-plain"
|
|
@@ -935,7 +959,10 @@ cssPrefix: pf-c-pagination
|
|
|
935
959
|
</li>
|
|
936
960
|
</ul>
|
|
937
961
|
</div>
|
|
938
|
-
<nav
|
|
962
|
+
<nav
|
|
963
|
+
class="pf-c-pagination__nav"
|
|
964
|
+
aria-label="Pagination nav - top with display full modifier example"
|
|
965
|
+
>
|
|
939
966
|
<div class="pf-c-pagination__nav-control pf-m-first">
|
|
940
967
|
<button
|
|
941
968
|
class="pf-c-button pf-m-plain"
|
|
@@ -1037,7 +1064,10 @@ cssPrefix: pf-c-pagination
|
|
|
1037
1064
|
</li>
|
|
1038
1065
|
</ul>
|
|
1039
1066
|
</div>
|
|
1040
|
-
<nav
|
|
1067
|
+
<nav
|
|
1068
|
+
class="pf-c-pagination__nav"
|
|
1069
|
+
aria-label="Pagination nav - top with responsive display summary and display full modifiers example"
|
|
1070
|
+
>
|
|
1041
1071
|
<div class="pf-c-pagination__nav-control pf-m-first">
|
|
1042
1072
|
<button
|
|
1043
1073
|
class="pf-c-button pf-m-plain"
|
|
@@ -1137,7 +1167,10 @@ cssPrefix: pf-c-pagination
|
|
|
1137
1167
|
</li>
|
|
1138
1168
|
</ul>
|
|
1139
1169
|
</div>
|
|
1140
|
-
<nav
|
|
1170
|
+
<nav
|
|
1171
|
+
class="pf-c-pagination__nav"
|
|
1172
|
+
aria-label="Pagination nav - compact display full modifier example"
|
|
1173
|
+
>
|
|
1141
1174
|
<div class="pf-c-pagination__nav-control pf-m-prev">
|
|
1142
1175
|
<button
|
|
1143
1176
|
class="pf-c-button pf-m-plain"
|
|
@@ -292,8 +292,8 @@ cssPrefix: pf-c-popover
|
|
|
292
292
|
class="pf-c-popover pf-m-left"
|
|
293
293
|
role="dialog"
|
|
294
294
|
aria-modal="true"
|
|
295
|
-
aria-labelledby="popover-
|
|
296
|
-
aria-describedby="popover-
|
|
295
|
+
aria-labelledby="popover-icon-title-header"
|
|
296
|
+
aria-describedby="popover-icon-title-body"
|
|
297
297
|
>
|
|
298
298
|
<div class="pf-c-popover__arrow"></div>
|
|
299
299
|
<div class="pf-c-popover__content">
|
|
@@ -301,7 +301,7 @@ cssPrefix: pf-c-popover
|
|
|
301
301
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
302
302
|
</button>
|
|
303
303
|
<header class="pf-c-popover__header">
|
|
304
|
-
<h1 class="pf-c-popover__title pf-m-icon" id="popover-
|
|
304
|
+
<h1 class="pf-c-popover__title pf-m-icon" id="popover-icon-title-header">
|
|
305
305
|
<span class="pf-c-popover__title-icon">
|
|
306
306
|
<i class="fas fa-fw fa-bullhorn" aria-hidden="true"></i>
|
|
307
307
|
</span>
|
|
@@ -310,7 +310,7 @@ cssPrefix: pf-c-popover
|
|
|
310
310
|
</header>
|
|
311
311
|
<div
|
|
312
312
|
class="pf-c-popover__body"
|
|
313
|
-
id="popover-
|
|
313
|
+
id="popover-icon-title-body"
|
|
314
314
|
>Popovers are triggered by click rather than hover. Click again to close.</div>
|
|
315
315
|
<footer class="pf-c-popover__footer">Popover footer</footer>
|
|
316
316
|
</div>
|
|
@@ -325,8 +325,8 @@ cssPrefix: pf-c-popover
|
|
|
325
325
|
class="pf-c-popover pf-m-default pf-m-left"
|
|
326
326
|
role="dialog"
|
|
327
327
|
aria-modal="true"
|
|
328
|
-
aria-labelledby="popover-
|
|
329
|
-
aria-describedby="popover-
|
|
328
|
+
aria-labelledby="popover-default-alert-header"
|
|
329
|
+
aria-describedby="popover-default-alert-body"
|
|
330
330
|
>
|
|
331
331
|
<div class="pf-c-popover__arrow"></div>
|
|
332
332
|
<div class="pf-c-popover__content">
|
|
@@ -334,7 +334,10 @@ cssPrefix: pf-c-popover
|
|
|
334
334
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
335
335
|
</button>
|
|
336
336
|
<header class="pf-c-popover__header">
|
|
337
|
-
<h1
|
|
337
|
+
<h1
|
|
338
|
+
class="pf-c-popover__title pf-m-icon"
|
|
339
|
+
id="popover-default-alert-header"
|
|
340
|
+
>
|
|
338
341
|
<span class="pf-c-popover__title-icon">
|
|
339
342
|
<i class="fas fa-fw fa-bell" aria-hidden="true"></i>
|
|
340
343
|
</span>
|
|
@@ -347,7 +350,7 @@ cssPrefix: pf-c-popover
|
|
|
347
350
|
</header>
|
|
348
351
|
<div
|
|
349
352
|
class="pf-c-popover__body"
|
|
350
|
-
id="popover-
|
|
353
|
+
id="popover-default-alert-body"
|
|
351
354
|
>Popovers are triggered by click rather than hover. Click again to close.</div>
|
|
352
355
|
<footer class="pf-c-popover__footer">Popover footer</footer>
|
|
353
356
|
</div>
|
|
@@ -362,8 +365,8 @@ cssPrefix: pf-c-popover
|
|
|
362
365
|
class="pf-c-popover pf-m-info pf-m-top"
|
|
363
366
|
role="dialog"
|
|
364
367
|
aria-modal="true"
|
|
365
|
-
aria-labelledby="popover-
|
|
366
|
-
aria-describedby="popover-
|
|
368
|
+
aria-labelledby="popover-info-alert-header"
|
|
369
|
+
aria-describedby="popover-info-alert-body"
|
|
367
370
|
>
|
|
368
371
|
<div class="pf-c-popover__arrow"></div>
|
|
369
372
|
<div class="pf-c-popover__content">
|
|
@@ -371,7 +374,7 @@ cssPrefix: pf-c-popover
|
|
|
371
374
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
372
375
|
</button>
|
|
373
376
|
<header class="pf-c-popover__header">
|
|
374
|
-
<h1 class="pf-c-popover__title pf-m-icon" id="popover-
|
|
377
|
+
<h1 class="pf-c-popover__title pf-m-icon" id="popover-info-alert-header">
|
|
375
378
|
<span class="pf-c-popover__title-icon">
|
|
376
379
|
<i class="fas fa-fw fa-info-circle" aria-hidden="true"></i>
|
|
377
380
|
</span>
|
|
@@ -384,7 +387,7 @@ cssPrefix: pf-c-popover
|
|
|
384
387
|
</header>
|
|
385
388
|
<div
|
|
386
389
|
class="pf-c-popover__body"
|
|
387
|
-
id="popover-
|
|
390
|
+
id="popover-info-alert-body"
|
|
388
391
|
>Popovers are triggered by click rather than hover. Click again to close.</div>
|
|
389
392
|
<footer class="pf-c-popover__footer">Popover footer</footer>
|
|
390
393
|
</div>
|
|
@@ -399,8 +402,8 @@ cssPrefix: pf-c-popover
|
|
|
399
402
|
class="pf-c-popover pf-m-success pf-m-top"
|
|
400
403
|
role="dialog"
|
|
401
404
|
aria-modal="true"
|
|
402
|
-
aria-labelledby="popover-
|
|
403
|
-
aria-describedby="popover-
|
|
405
|
+
aria-labelledby="popover-success-alert-header"
|
|
406
|
+
aria-describedby="popover-success-alert-body"
|
|
404
407
|
>
|
|
405
408
|
<div class="pf-c-popover__arrow"></div>
|
|
406
409
|
<div class="pf-c-popover__content">
|
|
@@ -408,7 +411,10 @@ cssPrefix: pf-c-popover
|
|
|
408
411
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
409
412
|
</button>
|
|
410
413
|
<header class="pf-c-popover__header">
|
|
411
|
-
<h1
|
|
414
|
+
<h1
|
|
415
|
+
class="pf-c-popover__title pf-m-icon"
|
|
416
|
+
id="popover-success-alert-header"
|
|
417
|
+
>
|
|
412
418
|
<span class="pf-c-popover__title-icon">
|
|
413
419
|
<i class="fas fa-fw fa-check-circle" aria-hidden="true"></i>
|
|
414
420
|
</span>
|
|
@@ -421,7 +427,7 @@ cssPrefix: pf-c-popover
|
|
|
421
427
|
</header>
|
|
422
428
|
<div
|
|
423
429
|
class="pf-c-popover__body"
|
|
424
|
-
id="popover-
|
|
430
|
+
id="popover-success-alert-body"
|
|
425
431
|
>Popovers are triggered by click rather than hover. Click again to close.</div>
|
|
426
432
|
<footer class="pf-c-popover__footer">Popover footer</footer>
|
|
427
433
|
</div>
|
|
@@ -436,8 +442,8 @@ cssPrefix: pf-c-popover
|
|
|
436
442
|
class="pf-c-popover pf-m-warning pf-m-top"
|
|
437
443
|
role="dialog"
|
|
438
444
|
aria-modal="true"
|
|
439
|
-
aria-labelledby="popover-
|
|
440
|
-
aria-describedby="popover-
|
|
445
|
+
aria-labelledby="popover-warning-alert-header"
|
|
446
|
+
aria-describedby="popover-warning-alert-body"
|
|
441
447
|
>
|
|
442
448
|
<div class="pf-c-popover__arrow"></div>
|
|
443
449
|
<div class="pf-c-popover__content">
|
|
@@ -445,7 +451,10 @@ cssPrefix: pf-c-popover
|
|
|
445
451
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
446
452
|
</button>
|
|
447
453
|
<header class="pf-c-popover__header">
|
|
448
|
-
<h1
|
|
454
|
+
<h1
|
|
455
|
+
class="pf-c-popover__title pf-m-icon"
|
|
456
|
+
id="popover-warning-alert-header"
|
|
457
|
+
>
|
|
449
458
|
<span class="pf-c-popover__title-icon">
|
|
450
459
|
<i class="fas fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
|
|
451
460
|
</span>
|
|
@@ -458,7 +467,7 @@ cssPrefix: pf-c-popover
|
|
|
458
467
|
</header>
|
|
459
468
|
<div
|
|
460
469
|
class="pf-c-popover__body"
|
|
461
|
-
id="popover-
|
|
470
|
+
id="popover-warning-alert-body"
|
|
462
471
|
>Popovers are triggered by click rather than hover. Click again to close.</div>
|
|
463
472
|
<footer class="pf-c-popover__footer">Popover footer</footer>
|
|
464
473
|
</div>
|
|
@@ -473,8 +482,8 @@ cssPrefix: pf-c-popover
|
|
|
473
482
|
class="pf-c-popover pf-m-danger pf-m-top"
|
|
474
483
|
role="dialog"
|
|
475
484
|
aria-modal="true"
|
|
476
|
-
aria-labelledby="popover-
|
|
477
|
-
aria-describedby="popover-
|
|
485
|
+
aria-labelledby="popover-danger-alert-header"
|
|
486
|
+
aria-describedby="popover-danger-alert-body"
|
|
478
487
|
>
|
|
479
488
|
<div class="pf-c-popover__arrow"></div>
|
|
480
489
|
<div class="pf-c-popover__content">
|
|
@@ -482,7 +491,10 @@ cssPrefix: pf-c-popover
|
|
|
482
491
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
483
492
|
</button>
|
|
484
493
|
<header class="pf-c-popover__header">
|
|
485
|
-
<h1
|
|
494
|
+
<h1
|
|
495
|
+
class="pf-c-popover__title pf-m-icon"
|
|
496
|
+
id="popover-danger-alert-header"
|
|
497
|
+
>
|
|
486
498
|
<span class="pf-c-popover__title-icon">
|
|
487
499
|
<i class="fas fa-fw fa-exclamation-circle" aria-hidden="true"></i>
|
|
488
500
|
</span>
|
|
@@ -495,7 +507,7 @@ cssPrefix: pf-c-popover
|
|
|
495
507
|
</header>
|
|
496
508
|
<div
|
|
497
509
|
class="pf-c-popover__body"
|
|
498
|
-
id="popover-
|
|
510
|
+
id="popover-danger-alert-body"
|
|
499
511
|
>Popovers are triggered by click rather than hover. Click again to close.</div>
|
|
500
512
|
<footer class="pf-c-popover__footer">Popover footer</footer>
|
|
501
513
|
</div>
|
|
@@ -488,7 +488,7 @@ cssPrefix: pf-c-search-input
|
|
|
488
488
|
<div class="pf-c-form__group-label">
|
|
489
489
|
<label
|
|
490
490
|
class="pf-c-form__label"
|
|
491
|
-
for="advanced-search-input-form-username"
|
|
491
|
+
for="advanced-search-autocomplete-input-form-username"
|
|
492
492
|
>
|
|
493
493
|
<span class="pf-c-form__label-text">Username</span>
|
|
494
494
|
</label>
|
|
@@ -498,8 +498,8 @@ cssPrefix: pf-c-search-input
|
|
|
498
498
|
class="pf-c-form-control"
|
|
499
499
|
type="text"
|
|
500
500
|
value="root"
|
|
501
|
-
id="advanced-search-input-form-username"
|
|
502
|
-
name="advanced-search-input-form-username"
|
|
501
|
+
id="advanced-search-autocomplete-input-form-username"
|
|
502
|
+
name="advanced-search-autocomplete-input-form-username"
|
|
503
503
|
/>
|
|
504
504
|
</div>
|
|
505
505
|
</div>
|
|
@@ -507,7 +507,7 @@ cssPrefix: pf-c-search-input
|
|
|
507
507
|
<div class="pf-c-form__group-label">
|
|
508
508
|
<label
|
|
509
509
|
class="pf-c-form__label"
|
|
510
|
-
for="advanced-search-input-form-firstname"
|
|
510
|
+
for="advanced-search-autocomplete-input-form-firstname"
|
|
511
511
|
>
|
|
512
512
|
<span class="pf-c-form__label-text">First name</span>
|
|
513
513
|
</label>
|
|
@@ -517,8 +517,8 @@ cssPrefix: pf-c-search-input
|
|
|
517
517
|
class="pf-c-form-control"
|
|
518
518
|
type="text"
|
|
519
519
|
value="n"
|
|
520
|
-
id="advanced-search-input-form-firstname"
|
|
521
|
-
name="advanced-search-input-form-firstname"
|
|
520
|
+
id="advanced-search-autocomplete-input-form-firstname"
|
|
521
|
+
name="advanced-search-autocomplete-input-form-firstname"
|
|
522
522
|
/>
|
|
523
523
|
</div>
|
|
524
524
|
</div>
|
|
@@ -526,7 +526,7 @@ cssPrefix: pf-c-search-input
|
|
|
526
526
|
<div class="pf-c-form__group-label">
|
|
527
527
|
<label
|
|
528
528
|
class="pf-c-form__label"
|
|
529
|
-
for="advanced-search-input-form-group"
|
|
529
|
+
for="advanced-search-autocomplete-input-form-group"
|
|
530
530
|
>
|
|
531
531
|
<span class="pf-c-form__label-text">Group</span>
|
|
532
532
|
</label>
|
|
@@ -535,8 +535,8 @@ cssPrefix: pf-c-search-input
|
|
|
535
535
|
<input
|
|
536
536
|
class="pf-c-form-control"
|
|
537
537
|
type="text"
|
|
538
|
-
id="advanced-search-input-form-group"
|
|
539
|
-
name="advanced-search-input-form-group"
|
|
538
|
+
id="advanced-search-autocomplete-input-form-group"
|
|
539
|
+
name="advanced-search-autocomplete-input-form-group"
|
|
540
540
|
/>
|
|
541
541
|
</div>
|
|
542
542
|
</div>
|
|
@@ -544,7 +544,7 @@ cssPrefix: pf-c-search-input
|
|
|
544
544
|
<div class="pf-c-form__group-label">
|
|
545
545
|
<label
|
|
546
546
|
class="pf-c-form__label"
|
|
547
|
-
for="advanced-search-input-form-email"
|
|
547
|
+
for="advanced-search-autocomplete-input-form-email"
|
|
548
548
|
>
|
|
549
549
|
<span class="pf-c-form__label-text">Email</span>
|
|
550
550
|
</label>
|
|
@@ -553,8 +553,8 @@ cssPrefix: pf-c-search-input
|
|
|
553
553
|
<input
|
|
554
554
|
class="pf-c-form-control"
|
|
555
555
|
type="text"
|
|
556
|
-
id="advanced-search-input-form-email"
|
|
557
|
-
name="advanced-search-input-form-email"
|
|
556
|
+
id="advanced-search-autocomplete-input-form-email"
|
|
557
|
+
name="advanced-search-autocomplete-input-form-email"
|
|
558
558
|
/>
|
|
559
559
|
</div>
|
|
560
560
|
</div>
|
|
@@ -3260,15 +3260,15 @@ The plain select variation should be used when you do not want a border applied
|
|
|
3260
3260
|
|
|
3261
3261
|
```html
|
|
3262
3262
|
<div class="pf-c-select pf-m-expanded">
|
|
3263
|
-
<span id="select-placeholder-
|
|
3263
|
+
<span id="select-placeholder-item-disabled-label" hidden>Choose one</span>
|
|
3264
3264
|
|
|
3265
3265
|
<button
|
|
3266
3266
|
class="pf-c-select__toggle pf-m-placeholder"
|
|
3267
3267
|
type="button"
|
|
3268
|
-
id="select-placeholder-
|
|
3268
|
+
id="select-placeholder-item-disabled-toggle"
|
|
3269
3269
|
aria-haspopup="true"
|
|
3270
3270
|
aria-expanded="true"
|
|
3271
|
-
aria-labelledby="select-placeholder-
|
|
3271
|
+
aria-labelledby="select-placeholder-item-disabled-label select-placeholder-item-disabled-toggle"
|
|
3272
3272
|
>
|
|
3273
3273
|
<div class="pf-c-select__toggle-wrapper">
|
|
3274
3274
|
<span class="pf-c-select__toggle-text">Filter by status</span>
|
|
@@ -3281,7 +3281,7 @@ The plain select variation should be used when you do not want a border applied
|
|
|
3281
3281
|
<ul
|
|
3282
3282
|
class="pf-c-select__menu"
|
|
3283
3283
|
role="listbox"
|
|
3284
|
-
aria-labelledby="select-placeholder-
|
|
3284
|
+
aria-labelledby="select-placeholder-item-disabled-label"
|
|
3285
3285
|
>
|
|
3286
3286
|
<li role="presentation">
|
|
3287
3287
|
<button
|
|
@@ -3323,15 +3323,15 @@ The plain select variation should be used when you do not want a border applied
|
|
|
3323
3323
|
|
|
3324
3324
|
```html
|
|
3325
3325
|
<div class="pf-c-select pf-m-expanded">
|
|
3326
|
-
<span id="select-placeholder-
|
|
3326
|
+
<span id="select-placeholder-item-enabled-label" hidden>Choose one</span>
|
|
3327
3327
|
|
|
3328
3328
|
<button
|
|
3329
3329
|
class="pf-c-select__toggle pf-m-placeholder"
|
|
3330
3330
|
type="button"
|
|
3331
|
-
id="select-placeholder-
|
|
3331
|
+
id="select-placeholder-item-enabled-toggle"
|
|
3332
3332
|
aria-haspopup="true"
|
|
3333
3333
|
aria-expanded="true"
|
|
3334
|
-
aria-labelledby="select-placeholder-
|
|
3334
|
+
aria-labelledby="select-placeholder-item-enabled-label select-placeholder-item-enabled-toggle"
|
|
3335
3335
|
>
|
|
3336
3336
|
<div class="pf-c-select__toggle-wrapper">
|
|
3337
3337
|
<span class="pf-c-select__toggle-text">Filter by status</span>
|
|
@@ -3344,7 +3344,7 @@ The plain select variation should be used when you do not want a border applied
|
|
|
3344
3344
|
<ul
|
|
3345
3345
|
class="pf-c-select__menu"
|
|
3346
3346
|
role="listbox"
|
|
3347
|
-
aria-labelledby="select-placeholder-
|
|
3347
|
+
aria-labelledby="select-placeholder-item-enabled-label"
|
|
3348
3348
|
>
|
|
3349
3349
|
<li role="presentation">
|
|
3350
3350
|
<button class="pf-c-select__menu-item" role="option">Filter by status</button>
|
|
@@ -22604,7 +22604,7 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
22604
22604
|
|
|
22605
22605
|
```
|
|
22606
22606
|
|
|
22607
|
-
### Nested column headers
|
|
22607
|
+
### Nested column headers example
|
|
22608
22608
|
|
|
22609
22609
|
```html
|
|
22610
22610
|
<div class="pf-c-scroll-inner-wrapper">
|