@patternfly/patternfly 5.2.0-prerelease.3 → 6.0.0-alpha.10
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/CODE_OF_CONDUCT.md +2 -1
- package/assets/images/logo__pf--reverse-on-md.svg +1 -1
- package/assets/images/pf-c-brand__logo-on-sm.svg +1 -1
- package/base/_globals.scss +13 -13
- package/base/_variables.scss +5 -0
- package/base/patternfly-globals.css +12 -13
- package/base/patternfly-variables.css +860 -0
- package/base/tokens/_tokens-dark.scss +331 -0
- package/base/tokens/_tokens-default.scss +379 -0
- package/base/tokens/_tokens-font.scss +96 -0
- package/base/tokens/_tokens-palette.scss +75 -0
- package/components/Alert/alert-group.css +20 -16
- package/components/Alert/alert-group.scss +20 -16
- package/components/Alert/alert.css +57 -84
- package/components/Alert/alert.scss +60 -78
- package/components/Button/button.css +142 -179
- package/components/Button/button.scss +161 -141
- package/components/Check/check.css +8 -10
- package/components/Check/check.scss +10 -15
- package/components/Content/content.css +67 -67
- package/components/Content/content.scss +68 -68
- package/components/Dropdown/dropdown.css +3 -1
- package/components/Dropdown/dropdown.scss +6 -2
- package/components/Masthead/masthead.css +49 -103
- package/components/Masthead/masthead.scss +105 -132
- package/components/Menu/menu.css +0 -3
- package/components/Menu/menu.scss +3 -7
- package/components/MenuToggle/menu-toggle.css +59 -80
- package/components/MenuToggle/menu-toggle.scss +65 -89
- package/components/Nav/nav.css +42 -40
- package/components/Nav/nav.scss +42 -42
- package/components/NotificationBadge/notification-badge.css +56 -81
- package/components/NotificationBadge/notification-badge.scss +60 -97
- package/components/Page/page.css +80 -70
- package/components/Page/page.scss +80 -68
- package/components/Radio/radio.css +10 -13
- package/components/Radio/radio.scss +11 -17
- package/components/Switch/switch.css +1 -1
- package/components/Switch/switch.scss +1 -1
- package/components/Table/table-grid.css +8 -8
- package/components/Table/table-grid.scss +8 -8
- package/components/Table/table.css +92 -95
- package/components/Table/table.scss +94 -103
- package/components/Toolbar/toolbar.css +5 -11
- package/components/Toolbar/toolbar.scss +7 -19
- package/docs/components/Alert/examples/Alert.md +1 -1
- package/docs/components/Brand/examples/Brand.md +32 -75
- package/docs/components/Card/examples/Card.md +2 -110
- package/docs/components/Masthead/examples/masthead.md +7 -54
- package/docs/components/MenuToggle/examples/MenuToggle.md +42 -42
- package/docs/components/Nav/examples/Navigation.css +2 -1
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +5 -7
- package/docs/components/Toolbar/examples/Toolbar.md +9 -11
- package/docs/demos/AboutModal/examples/AboutModal.md +83 -8
- package/docs/demos/Alert/examples/Alert.md +249 -24
- package/docs/demos/BackToTop/examples/BackToTop.md +83 -8
- package/docs/demos/Banner/examples/Banner.md +168 -16
- package/docs/demos/CardView/examples/CardView.md +83 -8
- package/docs/demos/ContextSelector/examples/ContextSelector.md +332 -32
- package/docs/demos/Dashboard/examples/Dashboard.md +83 -8
- package/docs/demos/DataList/examples/DataList.md +332 -32
- package/docs/demos/DescriptionList/examples/DescriptionList.md +249 -24
- package/docs/demos/Drawer/examples/Drawer.md +415 -40
- package/docs/demos/JumpLinks/examples/JumpLinks.md +498 -48
- package/docs/demos/Masthead/examples/Masthead.md +742 -67
- package/docs/demos/Modal/examples/Modal.md +498 -48
- package/docs/demos/Nav/examples/Nav.md +664 -64
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +415 -40
- package/docs/demos/Page/examples/Page.md +747 -72
- package/docs/demos/Page/examples/Penta.md +746 -0
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +581 -56
- package/docs/demos/Skeleton/examples/Skeleton.md +83 -8
- package/docs/demos/Table/examples/Table.md +1245 -120
- package/docs/demos/Tabs/examples/Tabs.md +498 -48
- package/docs/demos/Toolbar/examples/Toolbar.md +166 -16
- package/docs/demos/Wizard/examples/Wizard.md +747 -72
- package/package.json +4 -3
- package/patternfly-base-no-globals-theme-dark-unversioned.css +860 -0
- package/patternfly-base-no-globals.css +860 -0
- package/patternfly-base-theme-dark-unversioned.css +872 -13
- package/patternfly-base.css +872 -13
- package/patternfly-no-globals.css +1609 -897
- package/patternfly-theme-dark-unversioned.css +1621 -910
- package/patternfly.css +1621 -910
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/assets/images/pf-c-brand__logo-on-lg-white.svg +0 -32
- package/assets/images/pf-c-brand__logo-on-md-white.svg +0 -42
- package/assets/images/pf-c-brand__logo-on-sm-white.svg +0 -17
- package/assets/images/pf-c-brand__logo-on-xl-white.svg +0 -39
- package/assets/images/pf_logo_white.hbs +0 -35
- package/assets/images/pf_logo_white.svg +0 -38
- package/components/Alert/themes/dark/alert.scss +0 -17
- package/components/Masthead/themes/dark/masthead.scss +0 -14
- package/components/NotificationBadge/themes/dark/notification-badge.scss +0 -10
- package/docs/components/Brand/examples/Brand.css +0 -12
- package/docs/components/NotificationBadge/examples/NotificationBadge.css +0 -3
|
@@ -25,61 +25,7 @@ cssPrefix: pf-v5-c-card
|
|
|
25
25
|
<div class="pf-v5-c-card" id="card-action-example-1">
|
|
26
26
|
<div class="pf-v5-c-card__header">
|
|
27
27
|
<div class="pf-v5-c-card__header-main">
|
|
28
|
-
<svg
|
|
29
|
-
version="1.1"
|
|
30
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
31
|
-
viewBox="0 0 706.3 132.5"
|
|
32
|
-
fill="currentColor"
|
|
33
|
-
width="300px"
|
|
34
|
-
>
|
|
35
|
-
<g>
|
|
36
|
-
<path
|
|
37
|
-
d="M197.2,83.9V48.6h15.2c2.2,0,4.1,0.3,5.6,1c1.5,0.7,2.8,1.5,3.7,2.6c1,1.1,1.6,2.3,2.1,3.6
|
|
38
|
-
c0.4,1.3,0.6,2.7,0.6,4c0,0.9-0.1,1.7-0.3,2.6c-0.2,0.9-0.5,1.7-0.9,2.6c-0.4,0.8-0.9,1.6-1.6,2.3c-0.6,0.7-1.4,1.4-2.3,1.9
|
|
39
|
-
c-0.9,0.5-1.9,1-3.1,1.3c-1.2,0.3-2.5,0.5-3.9,0.5h-8.3v13H197.2z M212.7,64.4c0.9,0,1.6-0.1,2.2-0.4c0.6-0.3,1.1-0.6,1.4-1.1
|
|
40
|
-
c0.4-0.4,0.6-0.9,0.8-1.5c0.2-0.6,0.3-1.1,0.3-1.7c0-0.5-0.1-1-0.2-1.6c-0.1-0.5-0.4-1-0.7-1.5c-0.4-0.5-0.8-0.8-1.4-1.1
|
|
41
|
-
c-0.6-0.3-1.4-0.4-2.3-0.4h-8.6v9.4H212.7z"
|
|
42
|
-
/>
|
|
43
|
-
<path
|
|
44
|
-
d="M271.6,83.9l-2.7-7.3h-13.6l-2.7,7.3h-7.3l13.5-35.4h6.7l13.5,35.4H271.6z M263.2,61.2
|
|
45
|
-
c-0.2-0.4-0.4-0.9-0.6-1.5c-0.2-0.6-0.4-1.1-0.5-1.7c-0.1,0.5-0.3,1.1-0.5,1.7c-0.2,0.6-0.4,1.1-0.6,1.5l-3.5,9.2h9.2L263.2,61.2z"
|
|
46
|
-
/>
|
|
47
|
-
<path d="M317.3,55.2v28.8h-6.8V55.2h-10.1v-6.6h27v6.6H317.3z" />
|
|
48
|
-
<path d="M370.2,55.2v28.8h-6.8V55.2h-10.1v-6.6h27v6.6H370.2z" />
|
|
49
|
-
<path
|
|
50
|
-
d="M408.5,83.9V48.6h24.1v6.5h-17.3v7.4h10.2v6.5h-10.2v8.5h18.4v6.5H408.5z"
|
|
51
|
-
/>
|
|
52
|
-
<path
|
|
53
|
-
d="M462.4,83.9V48.6h16.4c2.2,0,4.1,0.3,5.6,0.9c1.5,0.6,2.7,1.4,3.6,2.5c0.9,1,1.6,2.2,2,3.5
|
|
54
|
-
c0.4,1.3,0.6,2.7,0.6,4.2c0,1-0.1,2-0.4,3c-0.3,1-0.7,2-1.3,2.9c-0.6,0.9-1.3,1.8-2.1,2.5c-0.9,0.7-1.8,1.3-3,1.7l6.9,14.1H483
|
|
55
|
-
l-6.6-13.2h-7.1v13.2H462.4z M478.9,64.3c0.9,0,1.6-0.1,2.2-0.4c0.6-0.3,1.1-0.6,1.4-1c0.4-0.4,0.6-0.9,0.8-1.5
|
|
56
|
-
c0.2-0.6,0.2-1.1,0.2-1.7c0-0.6-0.1-1.1-0.2-1.7c-0.1-0.6-0.4-1-0.7-1.5c-0.3-0.4-0.8-0.8-1.4-1c-0.6-0.3-1.4-0.4-2.3-0.4h-9.7v9.2
|
|
57
|
-
H478.9z"
|
|
58
|
-
/>
|
|
59
|
-
<path
|
|
60
|
-
d="M541.9,83.9l-14-20.6c-0.2-0.3-0.5-0.8-0.8-1.3c-0.3-0.5-0.5-1-0.7-1.4c0.1,0.4,0.1,0.8,0.1,1.3
|
|
61
|
-
c0,0.5,0,1,0,1.3v20.6h-6.8V48.6h6.4l13.7,20.4c0.2,0.3,0.5,0.7,0.7,1.2c0.3,0.5,0.5,1,0.7,1.4c0-0.5-0.1-1-0.1-1.4
|
|
62
|
-
c0-0.5,0-0.9,0-1.2V48.6h6.8v35.4H541.9z"
|
|
63
|
-
/>
|
|
64
|
-
<path
|
|
65
|
-
d="M578.4,83.9V48.6h23.7v6.5h-16.9v7.4H596v6.5h-10.7v15H578.4z"
|
|
66
|
-
/>
|
|
67
|
-
<path d="M629.8,83.9V48.6h6.8v28.8h17.1v6.6H629.8z" />
|
|
68
|
-
<path
|
|
69
|
-
d="M686.4,83.9V70.2l-13.1-21.6h7.7l8.7,14.5l8.7-14.5h7.7l-13.1,21.6v13.8H686.4z"
|
|
70
|
-
/>
|
|
71
|
-
</g>
|
|
72
|
-
<g>
|
|
73
|
-
<path
|
|
74
|
-
d="M49,103l-21.2,4.9L0,68.4L70,0l70,68.4l-27.8,39.4L91,103l-21,29.5L49,103z M70,128.7l18.6-26.2l-7.2-1.7
|
|
75
|
-
l-11,16.2l-11.9-16.2l-7.2,1.7L70,128.7z M70.4,113.1l9.2-13.5L70,6.7l-9.5,92.9L70.4,113.1z M28.8,105.4l18.8-4.3L33.8,81.7
|
|
76
|
-
l4.1-9.3L25.2,55L58,14.9L2.9,68.7L28.8,105.4z M111.2,105.4l16.3-23.1l9.6-13.6L82,14.9L114.9,55l-12.8,17.4l4.1,9.3L92.4,101
|
|
77
|
-
L111.2,105.4z M90.1,100.5l13.6-19.1l-3-6.9L82.7,98.8L90.1,100.5z M50,100.5l7.3-1.7L39.4,74.5l-3,6.9L50,100.5z M81.9,96.2
|
|
78
|
-
l17.6-24.1L72.9,11.6L81.9,96.2z M58.1,96.2l9-84.6L40.5,72.1L58.1,96.2z M39,70L66.1,8.5L28,55.1L39,70z M101.1,70l11-15L74,8.5
|
|
79
|
-
L101.1,70z"
|
|
80
|
-
/>
|
|
81
|
-
</g>
|
|
82
|
-
</svg>
|
|
28
|
+
<img src="/assets/images/pf_logo.svg" width="300px" alt="Logo" />
|
|
83
29
|
</div>
|
|
84
30
|
<div class="pf-v5-c-card__actions">
|
|
85
31
|
<div class="pf-v5-c-dropdown">
|
|
@@ -347,61 +293,7 @@ cssPrefix: pf-v5-c-card
|
|
|
347
293
|
<div class="pf-v5-c-card" id="card-image-head-example">
|
|
348
294
|
<div class="pf-v5-c-card__header">
|
|
349
295
|
<div class="pf-v5-c-card__header-main">
|
|
350
|
-
<svg
|
|
351
|
-
version="1.1"
|
|
352
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
353
|
-
viewBox="0 0 706.3 132.5"
|
|
354
|
-
fill="currentColor"
|
|
355
|
-
width="300px"
|
|
356
|
-
>
|
|
357
|
-
<g>
|
|
358
|
-
<path
|
|
359
|
-
d="M197.2,83.9V48.6h15.2c2.2,0,4.1,0.3,5.6,1c1.5,0.7,2.8,1.5,3.7,2.6c1,1.1,1.6,2.3,2.1,3.6
|
|
360
|
-
c0.4,1.3,0.6,2.7,0.6,4c0,0.9-0.1,1.7-0.3,2.6c-0.2,0.9-0.5,1.7-0.9,2.6c-0.4,0.8-0.9,1.6-1.6,2.3c-0.6,0.7-1.4,1.4-2.3,1.9
|
|
361
|
-
c-0.9,0.5-1.9,1-3.1,1.3c-1.2,0.3-2.5,0.5-3.9,0.5h-8.3v13H197.2z M212.7,64.4c0.9,0,1.6-0.1,2.2-0.4c0.6-0.3,1.1-0.6,1.4-1.1
|
|
362
|
-
c0.4-0.4,0.6-0.9,0.8-1.5c0.2-0.6,0.3-1.1,0.3-1.7c0-0.5-0.1-1-0.2-1.6c-0.1-0.5-0.4-1-0.7-1.5c-0.4-0.5-0.8-0.8-1.4-1.1
|
|
363
|
-
c-0.6-0.3-1.4-0.4-2.3-0.4h-8.6v9.4H212.7z"
|
|
364
|
-
/>
|
|
365
|
-
<path
|
|
366
|
-
d="M271.6,83.9l-2.7-7.3h-13.6l-2.7,7.3h-7.3l13.5-35.4h6.7l13.5,35.4H271.6z M263.2,61.2
|
|
367
|
-
c-0.2-0.4-0.4-0.9-0.6-1.5c-0.2-0.6-0.4-1.1-0.5-1.7c-0.1,0.5-0.3,1.1-0.5,1.7c-0.2,0.6-0.4,1.1-0.6,1.5l-3.5,9.2h9.2L263.2,61.2z"
|
|
368
|
-
/>
|
|
369
|
-
<path d="M317.3,55.2v28.8h-6.8V55.2h-10.1v-6.6h27v6.6H317.3z" />
|
|
370
|
-
<path d="M370.2,55.2v28.8h-6.8V55.2h-10.1v-6.6h27v6.6H370.2z" />
|
|
371
|
-
<path
|
|
372
|
-
d="M408.5,83.9V48.6h24.1v6.5h-17.3v7.4h10.2v6.5h-10.2v8.5h18.4v6.5H408.5z"
|
|
373
|
-
/>
|
|
374
|
-
<path
|
|
375
|
-
d="M462.4,83.9V48.6h16.4c2.2,0,4.1,0.3,5.6,0.9c1.5,0.6,2.7,1.4,3.6,2.5c0.9,1,1.6,2.2,2,3.5
|
|
376
|
-
c0.4,1.3,0.6,2.7,0.6,4.2c0,1-0.1,2-0.4,3c-0.3,1-0.7,2-1.3,2.9c-0.6,0.9-1.3,1.8-2.1,2.5c-0.9,0.7-1.8,1.3-3,1.7l6.9,14.1H483
|
|
377
|
-
l-6.6-13.2h-7.1v13.2H462.4z M478.9,64.3c0.9,0,1.6-0.1,2.2-0.4c0.6-0.3,1.1-0.6,1.4-1c0.4-0.4,0.6-0.9,0.8-1.5
|
|
378
|
-
c0.2-0.6,0.2-1.1,0.2-1.7c0-0.6-0.1-1.1-0.2-1.7c-0.1-0.6-0.4-1-0.7-1.5c-0.3-0.4-0.8-0.8-1.4-1c-0.6-0.3-1.4-0.4-2.3-0.4h-9.7v9.2
|
|
379
|
-
H478.9z"
|
|
380
|
-
/>
|
|
381
|
-
<path
|
|
382
|
-
d="M541.9,83.9l-14-20.6c-0.2-0.3-0.5-0.8-0.8-1.3c-0.3-0.5-0.5-1-0.7-1.4c0.1,0.4,0.1,0.8,0.1,1.3
|
|
383
|
-
c0,0.5,0,1,0,1.3v20.6h-6.8V48.6h6.4l13.7,20.4c0.2,0.3,0.5,0.7,0.7,1.2c0.3,0.5,0.5,1,0.7,1.4c0-0.5-0.1-1-0.1-1.4
|
|
384
|
-
c0-0.5,0-0.9,0-1.2V48.6h6.8v35.4H541.9z"
|
|
385
|
-
/>
|
|
386
|
-
<path
|
|
387
|
-
d="M578.4,83.9V48.6h23.7v6.5h-16.9v7.4H596v6.5h-10.7v15H578.4z"
|
|
388
|
-
/>
|
|
389
|
-
<path d="M629.8,83.9V48.6h6.8v28.8h17.1v6.6H629.8z" />
|
|
390
|
-
<path
|
|
391
|
-
d="M686.4,83.9V70.2l-13.1-21.6h7.7l8.7,14.5l8.7-14.5h7.7l-13.1,21.6v13.8H686.4z"
|
|
392
|
-
/>
|
|
393
|
-
</g>
|
|
394
|
-
<g>
|
|
395
|
-
<path
|
|
396
|
-
d="M49,103l-21.2,4.9L0,68.4L70,0l70,68.4l-27.8,39.4L91,103l-21,29.5L49,103z M70,128.7l18.6-26.2l-7.2-1.7
|
|
397
|
-
l-11,16.2l-11.9-16.2l-7.2,1.7L70,128.7z M70.4,113.1l9.2-13.5L70,6.7l-9.5,92.9L70.4,113.1z M28.8,105.4l18.8-4.3L33.8,81.7
|
|
398
|
-
l4.1-9.3L25.2,55L58,14.9L2.9,68.7L28.8,105.4z M111.2,105.4l16.3-23.1l9.6-13.6L82,14.9L114.9,55l-12.8,17.4l4.1,9.3L92.4,101
|
|
399
|
-
L111.2,105.4z M90.1,100.5l13.6-19.1l-3-6.9L82.7,98.8L90.1,100.5z M50,100.5l7.3-1.7L39.4,74.5l-3,6.9L50,100.5z M81.9,96.2
|
|
400
|
-
l17.6-24.1L72.9,11.6L81.9,96.2z M58.1,96.2l9-84.6L40.5,72.1L58.1,96.2z M39,70L66.1,8.5L28,55.1L39,70z M101.1,70l11-15L74,8.5
|
|
401
|
-
L101.1,70z"
|
|
402
|
-
/>
|
|
403
|
-
</g>
|
|
404
|
-
</svg>
|
|
296
|
+
<img src="/assets/images/pf_logo.svg" width="300px" alt="Logo" />
|
|
405
297
|
</div>
|
|
406
298
|
</div>
|
|
407
299
|
<div class="pf-v5-c-card__title">
|
|
@@ -44,12 +44,13 @@ cssPrefix: pf-v5-c-masthead
|
|
|
44
44
|
<a class="pf-v5-c-masthead__brand" href="#">Logo</a>
|
|
45
45
|
</div>
|
|
46
46
|
<div class="pf-v5-c-masthead__content">
|
|
47
|
-
<
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
</
|
|
47
|
+
<span>Content</span>
|
|
48
|
+
<button
|
|
49
|
+
class="pf-v5-c-button pf-m-primary pf-v5-u-text-align-right"
|
|
50
|
+
type="button"
|
|
51
|
+
>Primary</button>
|
|
52
|
+
<button class="pf-v5-c-button pf-m-secondary" type="button">Secondary</button>
|
|
53
|
+
<button class="pf-v5-c-button pf-m-tertiary" type="button">Tertiary</button>
|
|
53
54
|
</div>
|
|
54
55
|
</header>
|
|
55
56
|
|
|
@@ -127,52 +128,6 @@ cssPrefix: pf-v5-c-masthead
|
|
|
127
128
|
|
|
128
129
|
```
|
|
129
130
|
|
|
130
|
-
### Light variant
|
|
131
|
-
|
|
132
|
-
```html
|
|
133
|
-
<header class="pf-v5-c-masthead pf-m-light" id="light-masthead">
|
|
134
|
-
<span class="pf-v5-c-masthead__toggle">
|
|
135
|
-
<button
|
|
136
|
-
class="pf-v5-c-button pf-m-plain"
|
|
137
|
-
type="button"
|
|
138
|
-
aria-label="Global navigation"
|
|
139
|
-
>
|
|
140
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
141
|
-
</button>
|
|
142
|
-
</span>
|
|
143
|
-
<div class="pf-v5-c-masthead__main">
|
|
144
|
-
<a class="pf-v5-c-masthead__brand" href="#">Logo</a>
|
|
145
|
-
</div>
|
|
146
|
-
<div class="pf-v5-c-masthead__content">
|
|
147
|
-
<span>Content</span>
|
|
148
|
-
</div>
|
|
149
|
-
</header>
|
|
150
|
-
|
|
151
|
-
```
|
|
152
|
-
|
|
153
|
-
### Light 200 variant
|
|
154
|
-
|
|
155
|
-
```html
|
|
156
|
-
<header class="pf-v5-c-masthead pf-m-light-200" id="light-200-masthead">
|
|
157
|
-
<span class="pf-v5-c-masthead__toggle">
|
|
158
|
-
<button
|
|
159
|
-
class="pf-v5-c-button pf-m-plain"
|
|
160
|
-
type="button"
|
|
161
|
-
aria-label="Global navigation"
|
|
162
|
-
>
|
|
163
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
164
|
-
</button>
|
|
165
|
-
</span>
|
|
166
|
-
<div class="pf-v5-c-masthead__main">
|
|
167
|
-
<a class="pf-v5-c-masthead__brand" href="#">Logo</a>
|
|
168
|
-
</div>
|
|
169
|
-
<div class="pf-v5-c-masthead__content">
|
|
170
|
-
<span>Content</span>
|
|
171
|
-
</div>
|
|
172
|
-
</header>
|
|
173
|
-
|
|
174
|
-
```
|
|
175
|
-
|
|
176
131
|
### Insets
|
|
177
132
|
|
|
178
133
|
```html
|
|
@@ -208,5 +163,3 @@ cssPrefix: pf-v5-c-masthead
|
|
|
208
163
|
| `.pf-v5-c-masthead__brand` | `<a>, <div>` | Initiates the masthead content component. |
|
|
209
164
|
| `.pf-v5-c-masthead__content` | `<div>` | Initiates the masthead content component. |
|
|
210
165
|
| `.pf-m-inset-{none, sm, md, lg, xl, 2xl}{-on-[breakpoint]}` | `.pf-v5-c-masthead` | Modifies masthead horizontal padding at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
|
|
211
|
-
| `.pf-m-light` | `.pf-v5-c-masthead` | Modifies a masthead component to have a light theme with a background color of `--pf-v5-global--BackgroundColor--100`. |
|
|
212
|
-
| `.pf-m-light-200` | `.pf-v5-c-masthead` | Modifies a masthead component to have a light theme with a background color of `--pf-v5-global--BackgroundColor--200`. |
|
|
@@ -14,7 +14,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
14
14
|
<span class="pf-v5-c-menu-toggle__text">Collapsed</span>
|
|
15
15
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
16
16
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
17
|
-
<i class="fas fa-
|
|
17
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
18
18
|
</span>
|
|
19
19
|
</span>
|
|
20
20
|
</button>
|
|
@@ -32,7 +32,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
32
32
|
<span class="pf-v5-c-menu-toggle__text">Expanded</span>
|
|
33
33
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
34
34
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
35
|
-
<i class="fas fa-
|
|
35
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
36
36
|
</span>
|
|
37
37
|
</span>
|
|
38
38
|
</button>
|
|
@@ -51,7 +51,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
51
51
|
<span class="pf-v5-c-menu-toggle__text">Disabled</span>
|
|
52
52
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
53
53
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
54
|
-
<i class="fas fa-
|
|
54
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
55
55
|
</span>
|
|
56
56
|
</span>
|
|
57
57
|
</button>
|
|
@@ -68,7 +68,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
68
68
|
</span>
|
|
69
69
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
70
70
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
71
|
-
<i class="fas fa-
|
|
71
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
72
72
|
</span>
|
|
73
73
|
</span>
|
|
74
74
|
</button>
|
|
@@ -86,7 +86,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
86
86
|
<span class="pf-v5-c-menu-toggle__text">Collapsed</span>
|
|
87
87
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
88
88
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
89
|
-
<i class="fas fa-
|
|
89
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
90
90
|
</span>
|
|
91
91
|
</span>
|
|
92
92
|
</button>
|
|
@@ -103,7 +103,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
103
103
|
<span class="pf-v5-c-menu-toggle__text">Icon</span>
|
|
104
104
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
105
105
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
106
|
-
<i class="fas fa-
|
|
106
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
107
107
|
</span>
|
|
108
108
|
</span>
|
|
109
109
|
</button>
|
|
@@ -117,7 +117,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
117
117
|
<span class="pf-v5-c-menu-toggle__text">Expanded</span>
|
|
118
118
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
119
119
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
120
|
-
<i class="fas fa-
|
|
120
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
121
121
|
</span>
|
|
122
122
|
</span>
|
|
123
123
|
</button>
|
|
@@ -132,7 +132,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
132
132
|
<span class="pf-v5-c-menu-toggle__text">Disabled</span>
|
|
133
133
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
134
134
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
135
|
-
<i class="fas fa-
|
|
135
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
136
136
|
</span>
|
|
137
137
|
</span>
|
|
138
138
|
</button>
|
|
@@ -150,7 +150,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
150
150
|
<span class="pf-v5-c-menu-toggle__text">Collapsed</span>
|
|
151
151
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
152
152
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
153
|
-
<i class="fas fa-
|
|
153
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
154
154
|
</span>
|
|
155
155
|
</span>
|
|
156
156
|
</button>
|
|
@@ -167,7 +167,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
167
167
|
<span class="pf-v5-c-menu-toggle__text">Icon</span>
|
|
168
168
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
169
169
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
170
|
-
<i class="fas fa-
|
|
170
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
171
171
|
</span>
|
|
172
172
|
</span>
|
|
173
173
|
</button>
|
|
@@ -181,7 +181,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
181
181
|
<span class="pf-v5-c-menu-toggle__text">Expanded</span>
|
|
182
182
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
183
183
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
184
|
-
<i class="fas fa-
|
|
184
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
185
185
|
</span>
|
|
186
186
|
</span>
|
|
187
187
|
</button>
|
|
@@ -196,7 +196,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
196
196
|
<span class="pf-v5-c-menu-toggle__text">Disabled</span>
|
|
197
197
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
198
198
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
199
|
-
<i class="fas fa-
|
|
199
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
200
200
|
</span>
|
|
201
201
|
</span>
|
|
202
202
|
</button>
|
|
@@ -250,7 +250,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
250
250
|
<span class="pf-v5-c-menu-toggle__text">Disabled</span>
|
|
251
251
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
252
252
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
253
|
-
<i class="fas fa-
|
|
253
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
254
254
|
</span>
|
|
255
255
|
</span>
|
|
256
256
|
</button>
|
|
@@ -264,7 +264,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
264
264
|
<span class="pf-v5-c-menu-toggle__text">Custom text</span>
|
|
265
265
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
266
266
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
267
|
-
<i class="fas fa-
|
|
267
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
268
268
|
</span>
|
|
269
269
|
</span>
|
|
270
270
|
</button>
|
|
@@ -299,7 +299,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
299
299
|
>
|
|
300
300
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
301
301
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
302
|
-
<i class="fas fa-
|
|
302
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
303
303
|
</span>
|
|
304
304
|
</span>
|
|
305
305
|
</button>
|
|
@@ -328,7 +328,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
328
328
|
>
|
|
329
329
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
330
330
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
331
|
-
<i class="fas fa-
|
|
331
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
332
332
|
</span>
|
|
333
333
|
</span>
|
|
334
334
|
</button>
|
|
@@ -357,7 +357,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
357
357
|
>
|
|
358
358
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
359
359
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
360
|
-
<i class="fas fa-
|
|
360
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
361
361
|
</span>
|
|
362
362
|
</span>
|
|
363
363
|
</button>
|
|
@@ -393,7 +393,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
393
393
|
>
|
|
394
394
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
395
395
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
396
|
-
<i class="fas fa-
|
|
396
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
397
397
|
</span>
|
|
398
398
|
</span>
|
|
399
399
|
</button>
|
|
@@ -422,7 +422,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
422
422
|
>
|
|
423
423
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
424
424
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
425
|
-
<i class="fas fa-
|
|
425
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
426
426
|
</span>
|
|
427
427
|
</span>
|
|
428
428
|
</button>
|
|
@@ -451,7 +451,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
451
451
|
>
|
|
452
452
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
453
453
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
454
|
-
<i class="fas fa-
|
|
454
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
455
455
|
</span>
|
|
456
456
|
</span>
|
|
457
457
|
</button>
|
|
@@ -487,7 +487,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
487
487
|
>
|
|
488
488
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
489
489
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
490
|
-
<i class="fas fa-
|
|
490
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
491
491
|
</span>
|
|
492
492
|
</span>
|
|
493
493
|
</button>
|
|
@@ -516,7 +516,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
516
516
|
>
|
|
517
517
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
518
518
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
519
|
-
<i class="fas fa-
|
|
519
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
520
520
|
</span>
|
|
521
521
|
</span>
|
|
522
522
|
</button>
|
|
@@ -545,7 +545,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
545
545
|
>
|
|
546
546
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
547
547
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
548
|
-
<i class="fas fa-
|
|
548
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
549
549
|
</span>
|
|
550
550
|
</span>
|
|
551
551
|
</button>
|
|
@@ -581,7 +581,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
581
581
|
>
|
|
582
582
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
583
583
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
584
|
-
<i class="fas fa-
|
|
584
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
585
585
|
</span>
|
|
586
586
|
</span>
|
|
587
587
|
</button>
|
|
@@ -610,7 +610,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
610
610
|
>
|
|
611
611
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
612
612
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
613
|
-
<i class="fas fa-
|
|
613
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
614
614
|
</span>
|
|
615
615
|
</span>
|
|
616
616
|
</button>
|
|
@@ -639,7 +639,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
639
639
|
>
|
|
640
640
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
641
641
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
642
|
-
<i class="fas fa-
|
|
642
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
643
643
|
</span>
|
|
644
644
|
</span>
|
|
645
645
|
</button>
|
|
@@ -662,7 +662,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
662
662
|
>
|
|
663
663
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
664
664
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
665
|
-
<i class="fas fa-
|
|
665
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
666
666
|
</span>
|
|
667
667
|
</span>
|
|
668
668
|
</button>
|
|
@@ -679,7 +679,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
679
679
|
>
|
|
680
680
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
681
681
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
682
|
-
<i class="fas fa-
|
|
682
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
683
683
|
</span>
|
|
684
684
|
</span>
|
|
685
685
|
</button>
|
|
@@ -696,7 +696,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
696
696
|
>
|
|
697
697
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
698
698
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
699
|
-
<i class="fas fa-
|
|
699
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
700
700
|
</span>
|
|
701
701
|
</span>
|
|
702
702
|
</button>
|
|
@@ -721,7 +721,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
721
721
|
>
|
|
722
722
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
723
723
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
724
|
-
<i class="fas fa-
|
|
724
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
725
725
|
</span>
|
|
726
726
|
</span>
|
|
727
727
|
</button>
|
|
@@ -738,7 +738,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
738
738
|
>
|
|
739
739
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
740
740
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
741
|
-
<i class="fas fa-
|
|
741
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
742
742
|
</span>
|
|
743
743
|
</span>
|
|
744
744
|
</button>
|
|
@@ -757,7 +757,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
757
757
|
>
|
|
758
758
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
759
759
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
760
|
-
<i class="fas fa-
|
|
760
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
761
761
|
</span>
|
|
762
762
|
</span>
|
|
763
763
|
</button>
|
|
@@ -782,7 +782,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
782
782
|
>
|
|
783
783
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
784
784
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
785
|
-
<i class="fas fa-
|
|
785
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
786
786
|
</span>
|
|
787
787
|
</span>
|
|
788
788
|
</button>
|
|
@@ -799,7 +799,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
799
799
|
>
|
|
800
800
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
801
801
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
802
|
-
<i class="fas fa-
|
|
802
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
803
803
|
</span>
|
|
804
804
|
</span>
|
|
805
805
|
</button>
|
|
@@ -818,7 +818,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
818
818
|
>
|
|
819
819
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
820
820
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
821
|
-
<i class="fas fa-
|
|
821
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
822
822
|
</span>
|
|
823
823
|
</span>
|
|
824
824
|
</button>
|
|
@@ -840,7 +840,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
840
840
|
<span class="pf-v5-c-menu-toggle__text">Icon</span>
|
|
841
841
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
842
842
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
843
|
-
<i class="fas fa-
|
|
843
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
844
844
|
</span>
|
|
845
845
|
</span>
|
|
846
846
|
</button>
|
|
@@ -858,7 +858,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
858
858
|
<span class="pf-v5-c-menu-toggle__text">Icon</span>
|
|
859
859
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
860
860
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
861
|
-
<i class="fas fa-
|
|
861
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
862
862
|
</span>
|
|
863
863
|
</span>
|
|
864
864
|
</button>
|
|
@@ -879,7 +879,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
879
879
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
880
880
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
881
881
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
882
|
-
<i class="fas fa-
|
|
882
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
883
883
|
</span>
|
|
884
884
|
</span>
|
|
885
885
|
</button>
|
|
@@ -900,7 +900,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
900
900
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
901
901
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
902
902
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
903
|
-
<i class="fas fa-
|
|
903
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
904
904
|
</span>
|
|
905
905
|
</span>
|
|
906
906
|
</button>
|
|
@@ -922,7 +922,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
922
922
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
923
923
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
924
924
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
925
|
-
<i class="fas fa-
|
|
925
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
926
926
|
</span>
|
|
927
927
|
</span>
|
|
928
928
|
</button>
|
|
@@ -940,7 +940,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
940
940
|
<span class="pf-v5-c-menu-toggle__text">Full height</span>
|
|
941
941
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
942
942
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
943
|
-
<i class="fas fa-
|
|
943
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
944
944
|
</span>
|
|
945
945
|
</span>
|
|
946
946
|
</button>
|
|
@@ -981,7 +981,7 @@ cssPrefix: pf-v5-c-menu-toggle
|
|
|
981
981
|
>
|
|
982
982
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
983
983
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
984
|
-
<i class="fas fa-
|
|
984
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
985
985
|
</span>
|
|
986
986
|
</span>
|
|
987
987
|
</button>
|
|
@@ -2,14 +2,12 @@
|
|
|
2
2
|
id: Notification badge
|
|
3
3
|
section: components
|
|
4
4
|
cssPrefix: pf-v5-c-notification-badge
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
## Examples
|
|
5
|
+
---## Examples
|
|
8
6
|
|
|
9
7
|
### Basic
|
|
10
8
|
|
|
11
9
|
```html
|
|
12
|
-
<div
|
|
10
|
+
<div>
|
|
13
11
|
<button
|
|
14
12
|
class="pf-v5-c-button pf-m-plain"
|
|
15
13
|
type="button"
|
|
@@ -69,7 +67,7 @@ cssPrefix: pf-v5-c-notification-badge
|
|
|
69
67
|
### With count
|
|
70
68
|
|
|
71
69
|
```html
|
|
72
|
-
<div
|
|
70
|
+
<div>
|
|
73
71
|
<button
|
|
74
72
|
class="pf-v5-c-button pf-m-plain"
|
|
75
73
|
type="button"
|
|
@@ -135,7 +133,7 @@ cssPrefix: pf-v5-c-notification-badge
|
|
|
135
133
|
### Expanded
|
|
136
134
|
|
|
137
135
|
```html
|
|
138
|
-
<div
|
|
136
|
+
<div>
|
|
139
137
|
<button
|
|
140
138
|
class="pf-v5-c-button pf-m-plain"
|
|
141
139
|
type="button"
|
|
@@ -206,7 +204,7 @@ cssPrefix: pf-v5-c-notification-badge
|
|
|
206
204
|
|
|
207
205
|
### Overview
|
|
208
206
|
|
|
209
|
-
Always add a modifier class to indicate read, unread, or attention state. Never use the class `.pf-v5-c-notification-badge` on its own.
|
|
207
|
+
Always add a modifier class to indicate read, unread, or attention state. Never use the class `.pf-v5-c-notification-badge` on its own.
|
|
210
208
|
|
|
211
209
|
### Accessibility
|
|
212
210
|
|
|
@@ -4593,18 +4593,16 @@ As the toolbar component is a hybrid layout and component, some of its elements
|
|
|
4593
4593
|
| `.pf-m-full-height` | `.pf-v5-c-toolbar`, `.pf-v5-c-toolbar__content-section`, `.pf-v5-c-toolbar__group` | Modifies toolbar component to full height of its container and removes vertical padding. |
|
|
4594
4594
|
| `.pf-m-static` | `.pf-v5-c-toolbar` | Modifies expandable content section to position itself to the nearest absolutely positioned parent outside of the toolbar component. This is used primarily for masthead toolbar. |
|
|
4595
4595
|
| `.pf-m-expanded` | `.pf-v5-c-toolbar__expandable-content` | Modifies expandable content section for the expanded state. |
|
|
4596
|
-
| `.pf-m-
|
|
4597
|
-
| `.pf-m-
|
|
4598
|
-
| `.pf-m-
|
|
4599
|
-
| `.pf-m-
|
|
4600
|
-
| `.pf-m-
|
|
4601
|
-
| `.pf-m-
|
|
4602
|
-
| `.pf-m-chip-group` | `.pf-v5-c-toolbar__item` | Modifies chip group spacing. |
|
|
4603
|
-
| `.pf-m-expand-all` | `.pf-v5-c-toolbar__item` | Modifies an item for an expand all button. |
|
|
4596
|
+
| `.pf-m-bulk-select` | `.pf-v5-c-toolbar__item` | Initiates bulk select spacing. |
|
|
4597
|
+
| `.pf-m-overflow-menu` | `.pf-v5-c-toolbar__item` | Initiates overflow menu spacing. |
|
|
4598
|
+
| `.pf-m-pagination` | `.pf-v5-c-toolbar__item` | Initiates pagination spacing and margin. |
|
|
4599
|
+
| `.pf-m-search-filter` | `.pf-v5-c-toolbar__item` | Initiates search filter spacing. |
|
|
4600
|
+
| `.pf-m-chip-group` | `.pf-v5-c-toolbar__item` | Initiates chip group spacing. |
|
|
4601
|
+
| `.pf-m-expand-all` | `.pf-v5-c-toolbar__item` | Initiates an item for an expand all button. |
|
|
4604
4602
|
| `.pf-m-expanded` | `.pf-v5-c-toolbar__item.pf-m-expand-all` | Modifies an expand all button for the expanded state. |
|
|
4605
|
-
| `.pf-m-button-group` | `.pf-v5-c-toolbar__group` |
|
|
4606
|
-
| `.pf-m-icon-button-group` | `.pf-v5-c-toolbar__group` |
|
|
4607
|
-
| `.pf-m-filter-group` | `.pf-v5-c-toolbar__group` |
|
|
4603
|
+
| `.pf-m-button-group` | `.pf-v5-c-toolbar__group` | Initiates button group spacing. |
|
|
4604
|
+
| `.pf-m-icon-button-group` | `.pf-v5-c-toolbar__group` | Initiates icon button group spacing. |
|
|
4605
|
+
| `.pf-m-filter-group` | `.pf-v5-c-toolbar__group` | Initiates filter group spacing. |
|
|
4608
4606
|
| `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v5-c-toolbar__content`, `.pf-v5-c-toolbar__content-section`, `.pf-v5-c-toolbar__item`, `.pf-v5-c-toolbar__group` | Modifies toolbar element to be hidden, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
|
|
4609
4607
|
| `.pf-m-visible{-on-[breakpoint]}` | `.pf-v5-c-toolbar__content`, `.pf-v5-c-toolbar__content-section`, `.pf-v5-c-toolbar__item`, `.pf-v5-c-toolbar__group` | Modifies toolbar element to be shown, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
|
|
4610
4608
|
| `.pf-m-align-right{-on-[breakpoint]}` | `.pf-v5-c-toolbar > *` | Modifies toolbar element to align right, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
|