@patternfly/patternfly 5.0.0-prerelease.12 → 5.0.0-prerelease.14
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/assets/images/pf-logo.svg +28 -0
- package/components/Badge/badge.css +1 -0
- package/components/Badge/badge.scss +1 -0
- package/components/Check/check.css +9 -11
- package/components/Check/check.scss +11 -11
- package/components/Dropdown/dropdown.css +14 -5
- package/components/Dropdown/dropdown.scss +17 -6
- package/components/MenuToggle/menu-toggle.css +10 -3
- package/components/MenuToggle/menu-toggle.scss +14 -3
- package/components/Radio/radio.css +8 -10
- package/components/Radio/radio.scss +10 -10
- package/components/Toolbar/toolbar.css +17 -10
- package/components/Toolbar/toolbar.scss +21 -10
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +8 -8
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +12 -12
- package/docs/components/DatePicker/examples/DatePicker.md +16 -16
- package/docs/components/FileUpload/examples/FileUpload.md +28 -28
- package/docs/components/Form/examples/Form.md +56 -56
- package/docs/components/FormControl/examples/FormControl.md +134 -134
- package/docs/components/InlineEdit/examples/InlineEdit.md +26 -26
- package/docs/components/InputGroup/examples/InputGroup.md +24 -24
- package/docs/components/Login/examples/Login.md +28 -28
- package/docs/components/NumberInput/examples/NumberInput.md +28 -28
- package/docs/components/Pagination/examples/Pagination.md +22 -22
- package/docs/components/Select/deprecated/Select.md +18 -18
- package/docs/components/Slider/examples/Slider.md +14 -14
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +16 -16
- package/docs/components/Toolbar/examples/Toolbar.md +5 -6
- package/docs/components/Wizard/examples/Wizard.md +70 -70
- package/docs/demos/AboutModal/examples/AboutModal.md +6 -14
- package/docs/demos/Alert/examples/Alert.md +48 -72
- package/docs/demos/BackToTop/examples/BackToTop.md +6 -14
- package/docs/demos/Banner/examples/Banner.md +12 -28
- package/docs/demos/Button/examples/Button.md +12 -12
- package/docs/demos/CardView/examples/CardView.md +8 -16
- package/docs/demos/ContextSelector/examples/ContextSelector.md +24 -56
- package/docs/demos/Dashboard/examples/Dashboard.md +6 -14
- package/docs/demos/DataList/examples/DataList.md +32 -64
- package/docs/demos/DescriptionList/examples/DescriptionList.md +18 -42
- package/docs/demos/Drawer/examples/Drawer.md +30 -70
- package/docs/demos/Form/examples/BasicForms.md +54 -54
- package/docs/demos/HelperText/examples/HelperText.md +20 -20
- package/docs/demos/JumpLinks/examples/JumpLinks.md +36 -84
- package/docs/demos/Masthead/examples/Masthead.md +54 -126
- package/docs/demos/Modal/examples/Modal.md +42 -90
- package/docs/demos/Nav/examples/Nav.md +48 -112
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +30 -70
- package/docs/demos/Page/examples/Page.md +54 -126
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +2 -2
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +8 -8
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +42 -98
- package/docs/demos/Skeleton/examples/Skeleton.md +6 -14
- package/docs/demos/Table/examples/Table.md +112 -232
- package/docs/demos/Tabs/examples/Tabs.md +36 -84
- package/docs/demos/Toolbar/examples/Toolbar.md +22 -38
- package/docs/demos/Wizard/examples/Wizard.md +166 -238
- package/package.json +1 -1
- package/patternfly-no-globals.css +59 -39
- package/patternfly-theme-dark-unversioned.css +59 -39
- package/patternfly.css +59 -39
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -25,20 +25,12 @@ section: components
|
|
|
25
25
|
</span>
|
|
26
26
|
<div class="pf-v5-c-masthead__main">
|
|
27
27
|
<a class="pf-v5-c-masthead__brand" href="#">
|
|
28
|
-
<
|
|
29
|
-
class="pf-v5-c-brand
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
srcset="/assets/images/logo__pf--reverse-on-md.svg"
|
|
35
|
-
/>
|
|
36
|
-
<source srcset="/assets/images/logo__pf--reverse--base.svg" />
|
|
37
|
-
<img
|
|
38
|
-
src="/assets/images/logo__pf--reverse--base.png"
|
|
39
|
-
alt="Fallback patternFly default logo"
|
|
40
|
-
/>
|
|
41
|
-
</picture>
|
|
28
|
+
<img
|
|
29
|
+
class="pf-v5-c-brand"
|
|
30
|
+
src="/assets/images/pf-logo.svg"
|
|
31
|
+
alt="PatternFly logo"
|
|
32
|
+
style="--pf-v5-c-brand--Height:36px"
|
|
33
|
+
/>
|
|
42
34
|
</a>
|
|
43
35
|
</div>
|
|
44
36
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -518,20 +510,12 @@ section: components
|
|
|
518
510
|
</span>
|
|
519
511
|
<div class="pf-v5-c-masthead__main">
|
|
520
512
|
<a class="pf-v5-c-masthead__brand" href="#">
|
|
521
|
-
<
|
|
522
|
-
class="pf-v5-c-brand
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
srcset="/assets/images/logo__pf--reverse-on-md.svg"
|
|
528
|
-
/>
|
|
529
|
-
<source srcset="/assets/images/logo__pf--reverse--base.svg" />
|
|
530
|
-
<img
|
|
531
|
-
src="/assets/images/logo__pf--reverse--base.png"
|
|
532
|
-
alt="Fallback patternFly default logo"
|
|
533
|
-
/>
|
|
534
|
-
</picture>
|
|
513
|
+
<img
|
|
514
|
+
class="pf-v5-c-brand"
|
|
515
|
+
src="/assets/images/pf-logo.svg"
|
|
516
|
+
alt="PatternFly logo"
|
|
517
|
+
style="--pf-v5-c-brand--Height:36px"
|
|
518
|
+
/>
|
|
535
519
|
</a>
|
|
536
520
|
</div>
|
|
537
521
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -1013,20 +997,12 @@ section: components
|
|
|
1013
997
|
</span>
|
|
1014
998
|
<div class="pf-v5-c-masthead__main">
|
|
1015
999
|
<a class="pf-v5-c-masthead__brand" href="#">
|
|
1016
|
-
<
|
|
1017
|
-
class="pf-v5-c-brand
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
srcset="/assets/images/logo__pf--reverse-on-md.svg"
|
|
1023
|
-
/>
|
|
1024
|
-
<source srcset="/assets/images/logo__pf--reverse--base.svg" />
|
|
1025
|
-
<img
|
|
1026
|
-
src="/assets/images/logo__pf--reverse--base.png"
|
|
1027
|
-
alt="Fallback patternFly default logo"
|
|
1028
|
-
/>
|
|
1029
|
-
</picture>
|
|
1000
|
+
<img
|
|
1001
|
+
class="pf-v5-c-brand"
|
|
1002
|
+
src="/assets/images/pf-logo.svg"
|
|
1003
|
+
alt="PatternFly logo"
|
|
1004
|
+
style="--pf-v5-c-brand--Height:36px"
|
|
1005
|
+
/>
|
|
1030
1006
|
</a>
|
|
1031
1007
|
</div>
|
|
1032
1008
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -1411,20 +1387,12 @@ section: components
|
|
|
1411
1387
|
</span>
|
|
1412
1388
|
<div class="pf-v5-c-masthead__main">
|
|
1413
1389
|
<a class="pf-v5-c-masthead__brand" href="#">
|
|
1414
|
-
<
|
|
1415
|
-
class="pf-v5-c-brand
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
srcset="/assets/images/logo__pf--reverse-on-md.svg"
|
|
1421
|
-
/>
|
|
1422
|
-
<source srcset="/assets/images/logo__pf--reverse--base.svg" />
|
|
1423
|
-
<img
|
|
1424
|
-
src="/assets/images/logo__pf--reverse--base.png"
|
|
1425
|
-
alt="Fallback patternFly default logo"
|
|
1426
|
-
/>
|
|
1427
|
-
</picture>
|
|
1390
|
+
<img
|
|
1391
|
+
class="pf-v5-c-brand"
|
|
1392
|
+
src="/assets/images/pf-logo.svg"
|
|
1393
|
+
alt="PatternFly logo"
|
|
1394
|
+
style="--pf-v5-c-brand--Height:36px"
|
|
1395
|
+
/>
|
|
1428
1396
|
</a>
|
|
1429
1397
|
</div>
|
|
1430
1398
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -2678,20 +2646,12 @@ section: components
|
|
|
2678
2646
|
</span>
|
|
2679
2647
|
<div class="pf-v5-c-masthead__main">
|
|
2680
2648
|
<a class="pf-v5-c-masthead__brand" href="#">
|
|
2681
|
-
<
|
|
2682
|
-
class="pf-v5-c-brand
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
srcset="/assets/images/logo__pf--reverse-on-md.svg"
|
|
2688
|
-
/>
|
|
2689
|
-
<source srcset="/assets/images/logo__pf--reverse--base.svg" />
|
|
2690
|
-
<img
|
|
2691
|
-
src="/assets/images/logo__pf--reverse--base.png"
|
|
2692
|
-
alt="Fallback patternFly default logo"
|
|
2693
|
-
/>
|
|
2694
|
-
</picture>
|
|
2649
|
+
<img
|
|
2650
|
+
class="pf-v5-c-brand"
|
|
2651
|
+
src="/assets/images/pf-logo.svg"
|
|
2652
|
+
alt="PatternFly logo"
|
|
2653
|
+
style="--pf-v5-c-brand--Height:36px"
|
|
2654
|
+
/>
|
|
2695
2655
|
</a>
|
|
2696
2656
|
</div>
|
|
2697
2657
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -2919,20 +2879,12 @@ section: components
|
|
|
2919
2879
|
</span>
|
|
2920
2880
|
<div class="pf-v5-c-masthead__main">
|
|
2921
2881
|
<a class="pf-v5-c-masthead__brand" href="#">
|
|
2922
|
-
<
|
|
2923
|
-
class="pf-v5-c-brand
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
srcset="/assets/images/logo__pf--reverse-on-md.svg"
|
|
2929
|
-
/>
|
|
2930
|
-
<source srcset="/assets/images/logo__pf--reverse--base.svg" />
|
|
2931
|
-
<img
|
|
2932
|
-
src="/assets/images/logo__pf--reverse--base.png"
|
|
2933
|
-
alt="Fallback patternFly default logo"
|
|
2934
|
-
/>
|
|
2935
|
-
</picture>
|
|
2882
|
+
<img
|
|
2883
|
+
class="pf-v5-c-brand"
|
|
2884
|
+
src="/assets/images/pf-logo.svg"
|
|
2885
|
+
alt="PatternFly logo"
|
|
2886
|
+
style="--pf-v5-c-brand--Height:36px"
|
|
2887
|
+
/>
|
|
2936
2888
|
</a>
|
|
2937
2889
|
</div>
|
|
2938
2890
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -277,20 +277,12 @@ section: components
|
|
|
277
277
|
</span>
|
|
278
278
|
<div class="pf-v5-c-masthead__main">
|
|
279
279
|
<a class="pf-v5-c-masthead__brand" href="#">
|
|
280
|
-
<
|
|
281
|
-
class="pf-v5-c-brand
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
srcset="/assets/images/logo__pf--reverse-on-md.svg"
|
|
287
|
-
/>
|
|
288
|
-
<source srcset="/assets/images/logo__pf--reverse--base.svg" />
|
|
289
|
-
<img
|
|
290
|
-
src="/assets/images/logo__pf--reverse--base.png"
|
|
291
|
-
alt="Fallback patternFly default logo"
|
|
292
|
-
/>
|
|
293
|
-
</picture>
|
|
280
|
+
<img
|
|
281
|
+
class="pf-v5-c-brand"
|
|
282
|
+
src="/assets/images/pf-logo.svg"
|
|
283
|
+
alt="PatternFly logo"
|
|
284
|
+
style="--pf-v5-c-brand--Height:36px"
|
|
285
|
+
/>
|
|
294
286
|
</a>
|
|
295
287
|
</div>
|
|
296
288
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -555,7 +547,7 @@ section: components
|
|
|
555
547
|
aria-label="search filter"
|
|
556
548
|
role="group"
|
|
557
549
|
>
|
|
558
|
-
<
|
|
550
|
+
<span class="pf-v5-c-form-control">
|
|
559
551
|
<input
|
|
560
552
|
type="text"
|
|
561
553
|
value="2020-03-05"
|
|
@@ -563,7 +555,7 @@ section: components
|
|
|
563
555
|
name="toolbar-with-validation-example-helper-text-input"
|
|
564
556
|
aria-label="Date picker"
|
|
565
557
|
/>
|
|
566
|
-
</
|
|
558
|
+
</span>
|
|
567
559
|
<button
|
|
568
560
|
class="pf-v5-c-button pf-m-control"
|
|
569
561
|
type="button"
|
|
@@ -590,7 +582,7 @@ section: components
|
|
|
590
582
|
aria-label="search filter"
|
|
591
583
|
role="group"
|
|
592
584
|
>
|
|
593
|
-
<
|
|
585
|
+
<span class="pf-v5-c-form-control pf-m-error">
|
|
594
586
|
<input
|
|
595
587
|
aria-invalid="true"
|
|
596
588
|
type="text"
|
|
@@ -599,17 +591,17 @@ section: components
|
|
|
599
591
|
name="toolbar-with-validation-example-invalid-input"
|
|
600
592
|
aria-label="Date picker"
|
|
601
593
|
/>
|
|
602
|
-
<
|
|
603
|
-
<
|
|
594
|
+
<span class="pf-v5-c-form-control__utilities">
|
|
595
|
+
<span
|
|
604
596
|
class="pf-v5-c-form-control__icon pf-m-status"
|
|
605
597
|
>
|
|
606
598
|
<i
|
|
607
599
|
class="fas fa-exclamation-circle"
|
|
608
600
|
aria-hidden="true"
|
|
609
601
|
></i>
|
|
610
|
-
</
|
|
611
|
-
</
|
|
612
|
-
</
|
|
602
|
+
</span>
|
|
603
|
+
</span>
|
|
604
|
+
</span>
|
|
613
605
|
<button
|
|
614
606
|
class="pf-v5-c-button pf-m-control"
|
|
615
607
|
type="button"
|
|
@@ -2907,20 +2899,12 @@ section: components
|
|
|
2907
2899
|
</span>
|
|
2908
2900
|
<div class="pf-v5-c-masthead__main">
|
|
2909
2901
|
<a class="pf-v5-c-masthead__brand" href="#">
|
|
2910
|
-
<
|
|
2911
|
-
class="pf-v5-c-brand
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
srcset="/assets/images/logo__pf--reverse-on-md.svg"
|
|
2917
|
-
/>
|
|
2918
|
-
<source srcset="/assets/images/logo__pf--reverse--base.svg" />
|
|
2919
|
-
<img
|
|
2920
|
-
src="/assets/images/logo__pf--reverse--base.png"
|
|
2921
|
-
alt="Fallback patternFly default logo"
|
|
2922
|
-
/>
|
|
2923
|
-
</picture>
|
|
2902
|
+
<img
|
|
2903
|
+
class="pf-v5-c-brand"
|
|
2904
|
+
src="/assets/images/pf-logo.svg"
|
|
2905
|
+
alt="PatternFly logo"
|
|
2906
|
+
style="--pf-v5-c-brand--Height:36px"
|
|
2907
|
+
/>
|
|
2924
2908
|
</a>
|
|
2925
2909
|
</div>
|
|
2926
2910
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -3939,7 +3923,7 @@ section: components
|
|
|
3939
3923
|
</button>
|
|
3940
3924
|
</div>
|
|
3941
3925
|
<div class="pf-v5-c-pagination__nav-page-select">
|
|
3942
|
-
<
|
|
3926
|
+
<span class="pf-v5-c-form-control">
|
|
3943
3927
|
<input
|
|
3944
3928
|
aria-label="Current page"
|
|
3945
3929
|
type="number"
|
|
@@ -3947,7 +3931,7 @@ section: components
|
|
|
3947
3931
|
max="4"
|
|
3948
3932
|
value="1"
|
|
3949
3933
|
/>
|
|
3950
|
-
</
|
|
3934
|
+
</span>
|
|
3951
3935
|
<span aria-hidden="true">of 4</span>
|
|
3952
3936
|
</div>
|
|
3953
3937
|
<div class="pf-v5-c-pagination__nav-control pf-m-next">
|