@patternfly/patternfly 6.0.0-alpha.63 → 6.0.0-alpha.64
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/components/ActionList/action-list.css +18 -17
- package/components/ActionList/action-list.scss +26 -16
- package/components/Button/button.css +4 -9
- package/components/Button/button.scss +4 -9
- package/components/Masthead/masthead.css +15 -29
- package/components/Masthead/masthead.scss +20 -36
- package/components/OverflowMenu/overflow-menu.css +17 -47
- package/components/OverflowMenu/overflow-menu.scss +27 -65
- package/components/Pagination/pagination.css +6 -3
- package/components/Pagination/pagination.scss +4 -3
- package/components/Toolbar/toolbar.css +2525 -1040
- package/components/Toolbar/toolbar.scss +232 -534
- package/docs/components/ActionList/examples/ActionList.md +73 -22
- package/docs/components/LogViewer/examples/LogViewer.md +50 -50
- package/docs/components/Toolbar/examples/Toolbar.css +20 -15
- package/docs/components/Toolbar/examples/Toolbar.md +374 -419
- package/docs/demos/AboutModal/examples/AboutModal.md +2 -2
- package/docs/demos/Alert/examples/Alert.md +6 -6
- package/docs/demos/BackToTop/examples/BackToTop.md +2 -2
- package/docs/demos/Banner/examples/Banner.md +4 -4
- package/docs/demos/CardView/examples/CardView.md +3 -3
- package/docs/demos/ContextSelector/examples/ContextSelector.md +7 -7
- package/docs/demos/Dashboard/examples/Dashboard.md +2 -2
- package/docs/demos/DataList/examples/DataList.md +11 -11
- package/docs/demos/DescriptionList/examples/DescriptionList.md +6 -6
- package/docs/demos/Drawer/examples/Drawer.md +10 -10
- package/docs/demos/JumpLinks/examples/JumpLinks.md +12 -12
- package/docs/demos/Masthead/examples/Masthead.md +21 -21
- package/docs/demos/Modal/examples/Modal.md +12 -12
- package/docs/demos/Nav/examples/Nav.md +12 -12
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +10 -10
- package/docs/demos/Page/examples/Page.md +18 -18
- package/docs/demos/Page/examples/Penta.md +2 -2
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +19 -19
- package/docs/demos/Skeleton/examples/Skeleton.md +2 -2
- package/docs/demos/Table/examples/Table.md +42 -45
- package/docs/demos/Tabs/examples/Tabs.md +13 -13
- package/docs/demos/Toolbar/examples/Toolbar.md +13 -13
- package/docs/demos/Wizard/examples/Wizard.md +18 -18
- package/package.json +1 -1
- package/patternfly-no-globals.css +2579 -1114
- package/patternfly-theme-dark-unversioned.css +2579 -1114
- package/patternfly.css +2579 -1114
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -4,40 +4,32 @@ section: components
|
|
|
4
4
|
cssPrefix: pf-v5-c-toolbar
|
|
5
5
|
---import './Toolbar.css'
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
<!-- TODO: add documentation for resize observer/responsive variable usage -->
|
|
8
8
|
|
|
9
|
-
Toolbar relies on groups (`.pf-v5-c-toolbar__group`) and items (`.pf-v5-c-toolbar__item`), with default
|
|
9
|
+
Toolbar relies on groups (`.pf-v5-c-toolbar__group`) and items (`.pf-v5-c-toolbar__item`), with default col/row gap values. Groups and items can be siblings and/or items can be nested within groups. Modifier selectors adjust spacing based on the type of group. The default `column-gap` value for items and groups is set to `--pf-v5-c--ColumnGap`, whose value is `--pf-t--global--spacer--sm` or 8px.
|
|
10
10
|
|
|
11
11
|
### Default spacing for items and groups:
|
|
12
12
|
|
|
13
13
|
| Class | CSS Variable | Computed Value |
|
|
14
14
|
| -- | -- | -- |
|
|
15
|
-
| `.pf-v5-c-
|
|
16
|
-
| `.pf-v5-c-
|
|
15
|
+
| `.pf-v5-c-toolbar__group` | `--pf-v5-c-toolbar__group--ColumnGap` | `8px` |
|
|
16
|
+
| `.pf-v5-c-toolbar__item` | `--pf-v5-c-toolbar__item--ColumnGap` | `8px` |
|
|
17
17
|
|
|
18
18
|
### Toolbar item types
|
|
19
19
|
|
|
20
20
|
| Class | Applied to | Outcome |
|
|
21
21
|
| -- | -- | -- |
|
|
22
|
-
| `.pf-m-
|
|
23
|
-
| `.pf-m-overflow-menu` | `.pf-v5-c-toolbar__item` | Initiates overflow menu spacing. Spacer value is set to `var(--pf-v5-c-toolbar--m-overflow-menu--spacer)`. |
|
|
24
|
-
| `.pf-m-pagination` | `.pf-v5-c-toolbar__item` | Initiates pagination spacing and margin. Spacer value is set to `var(--pf-v5-c-toolbar--m-pagination--spacer)`. |
|
|
25
|
-
| `.pf-m-search-filter` | `.pf-v5-c-toolbar__item` | Initiates search filter spacing. Spacer value is set to `var(--pf-v5-c-toolbar--m-search-filter--spacer)`. |
|
|
22
|
+
| `.pf-m-pagination` | `.pf-v5-c-toolbar__item` | Initiates pagination and margin. |
|
|
26
23
|
|
|
27
24
|
### Modifiers
|
|
28
25
|
|
|
29
26
|
| Class | Applied to | Outcome |
|
|
30
27
|
| -- | -- | -- |
|
|
31
|
-
| `.pf-m-hidden
|
|
32
|
-
| `.pf-m-
|
|
33
|
-
| `.pf-m-align-
|
|
34
|
-
| `.pf-m-align-
|
|
35
|
-
| `.pf-m-align-
|
|
36
|
-
| `.pf-m-align-items-center` | `.pf-v5-c-toolbar__content-section`, `.pf-v5-c-toolbar__group`, `.pf-v5-c-toolbar__item` | Modifies toolbar element to vertically align children to center. |
|
|
37
|
-
| `.pf-m-align-items-baseline` | `.pf-v5-c-toolbar__content-section`, `.pf-v5-c-toolbar__group`, `.pf-v5-c-toolbar__item` | Modifies toolbar group to vertically align children to baseline. |
|
|
38
|
-
| `.pf-m-align-self-start` | `.pf-v5-c-toolbar__group`, `.pf-v5-c-toolbar__item` | Modifies toolbar element to vertically align self to flex-start. |
|
|
39
|
-
| `.pf-m-align-self-center` | `.pf-v5-c-toolbar__group`, `.pf-v5-c-toolbar__item` | Modifies toolbar element to vertically align self to center. |
|
|
40
|
-
| `.pf-m-align-self-baseline` | `.pf-v5-c-toolbar__group`, `.pf-v5-c-toolbar__item` | Modifies toolbar element to vertically align self to baseline. |
|
|
28
|
+
| `.pf-m-[hidden/visible]` | `.pf-v5-c-toolbar > *` | Modifies toolbar element to be hidden/visible. |
|
|
29
|
+
| `.pf-m-flex-grow` | `.pf-v5-c-toolbar__group`, `.pf-v5-c-toolbar__item` | Modifies toolbar element to `flex-grow: 1`, allowing it to consume available main-axis space. |
|
|
30
|
+
| `.pf-m-align-[start/end]` | `.pf-v5-c-toolbar__group`, `.pf-v5-c-toolbar__item` | Modifies toolbar [main axis](https://developer.mozilla.org/en-US/docs/Glossary/Main_Axis) element alignment. |
|
|
31
|
+
| `.pf-m-align-items-[stretch/baseline/start/center/end]` | `.pf-v5-c-toolbar__content`, `.pf-v5-c-toolbar__content-section`, `.pf-v5-c-toolbar__group`, `.pf-v5-c-toolbar__item` | Modifies toolbar element [cross axis](https://developer.mozilla.org/en-US/docs/Glossary/Cross_Axis) child alignment. |
|
|
32
|
+
| `.pf-m-align-self-[stretch/baseline/start/center/end]` | `.pf-v5-c-toolbar__group`, `.pf-v5-c-toolbar__item` | Modifies toolbar element [cross axis](https://developer.mozilla.org/en-US/docs/Glossary/Cross_Axis) self alignment. |
|
|
41
33
|
|
|
42
34
|
### Special notes
|
|
43
35
|
|
|
@@ -79,44 +71,19 @@ Several components in the following examples do not include functional and/or ac
|
|
|
79
71
|
| `.pf-v5-c-toolbar__item` | `<div>` | Initiates the toolbar component item. **Required** |
|
|
80
72
|
| `.pf-v5-c-toolbar__group` | `<div>` | Initiates the toolbar component group. |
|
|
81
73
|
|
|
82
|
-
###
|
|
83
|
-
|
|
84
|
-
In some instances, it may be necessary to adjust spacing explicitly where items are hidden/shown. For example, if a `.pf-m-toggle-group` is adjacent to an element being hidden/shown, the spacing may appear to be inconsistent. If possible, rely on modifier values. Available spacer modifiers are `.pf-m-spacer-{none, sm, md, lg}{-on-md, -on-lg, -on-xl}` and `.pf-m-space-items-{none, sm, md, lg}{-on-md, -on-lg, -on-xl}`. These modifiers will overwrite existing modifiers provided by `.pf-v5-c-toolbar`.
|
|
85
|
-
|
|
86
|
-
### Adjusted spacers
|
|
87
|
-
|
|
88
|
-
```html
|
|
89
|
-
<div class="pf-v5-c-toolbar" id="toolbar-spacer-example">
|
|
90
|
-
<div class="pf-v5-c-toolbar__content">
|
|
91
|
-
<div class="pf-v5-c-toolbar__content-section">
|
|
92
|
-
<div class="pf-v5-c-toolbar__item pf-m-spacer-none">Item</div>
|
|
93
|
-
<div class="pf-v5-c-toolbar__item pf-m-spacer-sm">Item</div>
|
|
94
|
-
<div class="pf-v5-c-toolbar__item pf-m-spacer-md">Item</div>
|
|
95
|
-
<div class="pf-v5-c-toolbar__item pf-m-spacer-lg">Item</div>
|
|
96
|
-
<hr class="pf-v5-c-divider pf-m-vertical" />
|
|
97
|
-
<div
|
|
98
|
-
class="pf-v5-c-toolbar__item pf-m-spacer-none pf-m-spacer-sm-on-md pf-m-spacer-md-on-lg pf-m-spacer-lg-on-xl"
|
|
99
|
-
>Item</div>
|
|
100
|
-
<div class="pf-v5-c-toolbar__item">Item</div>
|
|
101
|
-
</div>
|
|
102
|
-
</div>
|
|
103
|
-
</div>
|
|
104
|
-
|
|
105
|
-
```
|
|
106
|
-
|
|
107
|
-
### Adjusted group spacers
|
|
74
|
+
### Adjusted group column gap
|
|
108
75
|
|
|
109
76
|
```html
|
|
110
77
|
<div class="pf-v5-c-toolbar" id="toolbar-group-spacer-example">
|
|
111
78
|
<div class="pf-v5-c-toolbar__content">
|
|
112
79
|
<div class="pf-v5-c-toolbar__content-section">
|
|
113
|
-
<div class="pf-v5-c-toolbar__group pf-m-
|
|
80
|
+
<div class="pf-v5-c-toolbar__group pf-m-column-gap-lg">
|
|
114
81
|
<div class="pf-v5-c-toolbar__item">Item</div>
|
|
115
82
|
<div class="pf-v5-c-toolbar__item">Item</div>
|
|
116
83
|
</div>
|
|
117
84
|
<hr class="pf-v5-c-divider pf-m-vertical" />
|
|
118
85
|
<div
|
|
119
|
-
class="pf-v5-c-toolbar__group pf-m-
|
|
86
|
+
class="pf-v5-c-toolbar__group pf-m-column-gap-none pf-m-column-gap-sm"
|
|
120
87
|
>
|
|
121
88
|
<div class="pf-v5-c-toolbar__item">Item</div>
|
|
122
89
|
<div class="pf-v5-c-toolbar__item">Item</div>
|
|
@@ -130,10 +97,7 @@ In some instances, it may be necessary to adjust spacing explicitly where items
|
|
|
130
97
|
### Insets
|
|
131
98
|
|
|
132
99
|
```html
|
|
133
|
-
<div
|
|
134
|
-
class="pf-v5-c-toolbar pf-m-inset-none pf-m-inset-md-on-md pf-m-inset-2xl-on-lg"
|
|
135
|
-
id="toolbar-inset-example"
|
|
136
|
-
>
|
|
100
|
+
<div class="pf-v5-c-toolbar pf-m-inset-xl" id="toolbar-inset-example">
|
|
137
101
|
<div class="pf-v5-c-toolbar__content">
|
|
138
102
|
<div class="pf-v5-c-toolbar__content-section">
|
|
139
103
|
<div class="pf-v5-c-toolbar__group">
|
|
@@ -172,10 +136,8 @@ In some instances, it may be necessary to adjust spacing explicitly where items
|
|
|
172
136
|
|
|
173
137
|
| Class | Applied to | Outcome |
|
|
174
138
|
| -- | -- | -- |
|
|
175
|
-
| `.pf-m-
|
|
176
|
-
| `.pf-m-
|
|
177
|
-
| `.pf-m-space-items-{none, sm, md, lg}{-on-[breakpoint]}` | `.pf-v5-c-toolbar__group` | Modifies toolbar group child spacing at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
|
|
178
|
-
| `.pf-m-inset-{none, sm, md, lg, xl, 2xl}{-on-[breakpoint]}` | `.pf-v5-c-toolbar` | Modifies toolbar horizontal padding at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
|
|
139
|
+
| `.pf-m-column-gap-[none/sm/md/lg]` | `.pf-v5-c-toolbar__group` | Modifies toolbar group child spacing. |
|
|
140
|
+
| `.pf-m-inset-[none/sm/md/lg/xl/2xl]` | `.pf-v5-c-toolbar` | Modifies toolbar horizontal. |
|
|
179
141
|
|
|
180
142
|
### Width control
|
|
181
143
|
|
|
@@ -203,8 +165,8 @@ In some instances, it may be necessary to adjust spacing explicitly where items
|
|
|
203
165
|
|
|
204
166
|
| Class | Applied to | Outcome |
|
|
205
167
|
| -- | -- | -- |
|
|
206
|
-
| `--pf-v5-c-toolbar__item--Width
|
|
207
|
-
| `--pf-v5-c-toolbar__item--MinWidth
|
|
168
|
+
| `--pf-v5-c-toolbar__item--Width: {width}` | `.pf-v5-c-toolbar__item` | Modifies the width value of a toolbar item at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
|
|
169
|
+
| `--pf-v5-c-toolbar__item--MinWidth: {width}` | `.pf-v5-c-toolbar__item` | Modifies the min width value of a toolbar item at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
|
|
208
170
|
|
|
209
171
|
### Group types
|
|
210
172
|
|
|
@@ -309,9 +271,8 @@ In some instances, it may be necessary to adjust spacing explicitly where items
|
|
|
309
271
|
|
|
310
272
|
| Class | Applied to | Outcome |
|
|
311
273
|
| -- | -- | -- |
|
|
312
|
-
| `.pf-m-filter-group` | `.pf-v5-c-toolbar__group` | Modifies toolbar group
|
|
313
|
-
| `.pf-m-icon-button-group` | `.pf-v5-c-toolbar__group` | Modifies toolbar group
|
|
314
|
-
| `.pf-m-button-group` | `.pf-v5-c-toolbar__group` | Modifies toolbar group spacing. Spacer value is set to `var(--pf-v5-c-toolbar__group--m-toggle-group--spacer)`. Child spacer value is set to `var(--pf-v5-c-toolbar__group--m-button-group--space-items)`. |
|
|
274
|
+
| `.pf-m-filter-group` | `.pf-v5-c-toolbar__group` | Modifies toolbar group column gap. |
|
|
275
|
+
| `.pf-m-icon-button-group` | `.pf-v5-c-toolbar__group` | Modifies toolbar group column gap. |
|
|
315
276
|
|
|
316
277
|
### Toggle group
|
|
317
278
|
|
|
@@ -320,7 +281,7 @@ In some instances, it may be necessary to adjust spacing explicitly where items
|
|
|
320
281
|
<div class="pf-v5-c-toolbar__content">
|
|
321
282
|
<div class="pf-v5-c-toolbar__content-section">
|
|
322
283
|
<div class="pf-v5-c-toolbar__group pf-m-toggle-group pf-m-show-on-lg">
|
|
323
|
-
<div class="pf-v5-c-toolbar__toggle">
|
|
284
|
+
<div class="pf-v5-c-toolbar__toggle pf-m-show">
|
|
324
285
|
<button
|
|
325
286
|
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
326
287
|
type="button"
|
|
@@ -426,7 +387,7 @@ In some instances, it may be necessary to adjust spacing explicitly where items
|
|
|
426
387
|
<div class="pf-v5-c-toolbar__content">
|
|
427
388
|
<div class="pf-v5-c-toolbar__content-section">
|
|
428
389
|
<div class="pf-v5-c-toolbar__group pf-m-toggle-group">
|
|
429
|
-
<div class="pf-v5-c-toolbar__toggle">
|
|
390
|
+
<div class="pf-v5-c-toolbar__toggle pf-m-show">
|
|
430
391
|
<button
|
|
431
392
|
class="pf-v5-c-menu-toggle pf-m-plain pf-m-expanded"
|
|
432
393
|
type="button"
|
|
@@ -534,8 +495,7 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
|
|
|
534
495
|
| Attribute | Applied to | Outcome |
|
|
535
496
|
| -- | -- | -- |
|
|
536
497
|
| `hidden` | `.pf-v5-c-toolbar__item`, `.pf-v5-c-toolbar__group`, `.pf-v5-c-toolbar__toggle`, `.pf-v5-c-toolbar__expandable-content` | Indicates that the toggle group element is hidden. **Required** |
|
|
537
|
-
| `aria-expanded=true` | `.pf-v5-c-toolbar__toggle > .pf-v5-c-button` | Indicates that the expandable content is visible. **Required** |
|
|
538
|
-
| `aria-expanded="false"` | `.pf-v5-c-toolbar__toggle > .pf-v5-c-button` | Indicates the the expandable content is hidden. **Required** |
|
|
498
|
+
| `aria-expanded="[true/false]"` | `.pf-v5-c-toolbar__toggle > .pf-v5-c-button` | Indicates that the expandable content is visible/hidden. **Required** |
|
|
539
499
|
| `aria-controls="[id of expandable content]"` | `.pf-v5-c-toolbar__toggle > .pf-v5-c-button` | Identifies the expanded content controlled by the toggle button. **Required** |
|
|
540
500
|
| `id="[expandable-content_id]"` | `.pf-v5-c-toolbar__expandable-content` | Provides a reference for toggle button description. **Required** |
|
|
541
501
|
|
|
@@ -549,7 +509,7 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
|
|
|
549
509
|
|
|
550
510
|
| Class | Applied to | Outcome |
|
|
551
511
|
| -- | -- | -- |
|
|
552
|
-
| `.pf-m-show
|
|
512
|
+
| `.pf-m-[show/hide][-on-[sm/md/lg/xl/2xl]]` | `.pf-v5-c-toolbar__group.pf-m-toggle-group`, `.pf-v5-c-toolbar__expandable-content` | Modifies toolbar element visibility. |
|
|
553
513
|
| `.pf-m-chip-container` | `.pf-v5-c-toolbar__content-section`, `.pf-v5-c-toolbar__group` | Modifies the toolbar element for applied filters layout. |
|
|
554
514
|
| `.pf-m-expanded` | `.pf-v5-c-toolbar__expandable-content`, `.pf-v5-c-toolbar__toggle` | Modifies the component for the expanded state. |
|
|
555
515
|
|
|
@@ -598,7 +558,7 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
|
|
|
598
558
|
</div>
|
|
599
559
|
</div>
|
|
600
560
|
<div class="pf-v5-c-toolbar__group pf-m-toggle-group">
|
|
601
|
-
<div class="pf-v5-c-toolbar__toggle">
|
|
561
|
+
<div class="pf-v5-c-toolbar__toggle pf-m-show">
|
|
602
562
|
<button
|
|
603
563
|
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
604
564
|
type="button"
|
|
@@ -738,174 +698,184 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
|
|
|
738
698
|
hidden
|
|
739
699
|
>
|
|
740
700
|
<div class="pf-v5-c-toolbar__group pf-m-chip-container">
|
|
741
|
-
<div class="pf-v5-c-
|
|
742
|
-
<div class="pf-v5-c-
|
|
743
|
-
<div class="pf-v5-c-chip-
|
|
744
|
-
<
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
<
|
|
755
|
-
<
|
|
756
|
-
<span
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
<
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
<
|
|
776
|
-
<
|
|
777
|
-
<span
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
<
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
<
|
|
797
|
-
<
|
|
798
|
-
<span
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
<
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
701
|
+
<div class="pf-v5-c-toolbar__group pf-m-grow">
|
|
702
|
+
<div class="pf-v5-c-toolbar__item">
|
|
703
|
+
<div class="pf-v5-c-chip-group" role="group">
|
|
704
|
+
<div class="pf-v5-c-chip-group__main">
|
|
705
|
+
<span
|
|
706
|
+
class="pf-v5-c-chip-group__label"
|
|
707
|
+
id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-status-chip-group-label"
|
|
708
|
+
>Status</span>
|
|
709
|
+
<ul
|
|
710
|
+
class="pf-v5-c-chip-group__list"
|
|
711
|
+
role="list"
|
|
712
|
+
aria-labelledby="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-status-chip-group-label"
|
|
713
|
+
>
|
|
714
|
+
<li class="pf-v5-c-chip-group__list-item">
|
|
715
|
+
<div class="pf-v5-c-chip">
|
|
716
|
+
<span class="pf-v5-c-chip__content">
|
|
717
|
+
<span
|
|
718
|
+
class="pf-v5-c-chip__text"
|
|
719
|
+
id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statuschip-one"
|
|
720
|
+
>Chip one</span>
|
|
721
|
+
</span>
|
|
722
|
+
<span class="pf-v5-c-chip__actions">
|
|
723
|
+
<button
|
|
724
|
+
class="pf-v5-c-button pf-m-plain"
|
|
725
|
+
type="button"
|
|
726
|
+
aria-labelledby="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statusremove-chip-one toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statuschip-one"
|
|
727
|
+
aria-label="Remove"
|
|
728
|
+
id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statusremove-chip-one"
|
|
729
|
+
>
|
|
730
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
731
|
+
</button>
|
|
732
|
+
</span>
|
|
733
|
+
</div>
|
|
734
|
+
</li>
|
|
735
|
+
<li class="pf-v5-c-chip-group__list-item">
|
|
736
|
+
<div class="pf-v5-c-chip">
|
|
737
|
+
<span class="pf-v5-c-chip__content">
|
|
738
|
+
<span
|
|
739
|
+
class="pf-v5-c-chip__text"
|
|
740
|
+
id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statuschip-two"
|
|
741
|
+
>Chip two</span>
|
|
742
|
+
</span>
|
|
743
|
+
<span class="pf-v5-c-chip__actions">
|
|
744
|
+
<button
|
|
745
|
+
class="pf-v5-c-button pf-m-plain"
|
|
746
|
+
type="button"
|
|
747
|
+
aria-labelledby="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statusremove-chip-two toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statuschip-two"
|
|
748
|
+
aria-label="Remove"
|
|
749
|
+
id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statusremove-chip-two"
|
|
750
|
+
>
|
|
751
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
752
|
+
</button>
|
|
753
|
+
</span>
|
|
754
|
+
</div>
|
|
755
|
+
</li>
|
|
756
|
+
<li class="pf-v5-c-chip-group__list-item">
|
|
757
|
+
<div class="pf-v5-c-chip">
|
|
758
|
+
<span class="pf-v5-c-chip__content">
|
|
759
|
+
<span
|
|
760
|
+
class="pf-v5-c-chip__text"
|
|
761
|
+
id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statuschip-three"
|
|
762
|
+
>Chip three</span>
|
|
763
|
+
</span>
|
|
764
|
+
<span class="pf-v5-c-chip__actions">
|
|
765
|
+
<button
|
|
766
|
+
class="pf-v5-c-button pf-m-plain"
|
|
767
|
+
type="button"
|
|
768
|
+
aria-labelledby="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statusremove-chip-three toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statuschip-three"
|
|
769
|
+
aria-label="Remove"
|
|
770
|
+
id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-statusremove-chip-three"
|
|
771
|
+
>
|
|
772
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
773
|
+
</button>
|
|
774
|
+
</span>
|
|
775
|
+
</div>
|
|
776
|
+
</li>
|
|
777
|
+
</ul>
|
|
778
|
+
</div>
|
|
817
779
|
</div>
|
|
818
780
|
</div>
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
</
|
|
850
|
-
</
|
|
851
|
-
</
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
</
|
|
871
|
-
</
|
|
872
|
-
</
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
</
|
|
892
|
-
</
|
|
893
|
-
</
|
|
894
|
-
</
|
|
895
|
-
</
|
|
781
|
+
<div class="pf-v5-c-toolbar__item">
|
|
782
|
+
<div class="pf-v5-c-chip-group" role="group">
|
|
783
|
+
<div class="pf-v5-c-chip-group__main">
|
|
784
|
+
<span
|
|
785
|
+
class="pf-v5-c-chip-group__label"
|
|
786
|
+
id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-risk-chip-group-label"
|
|
787
|
+
>Risk</span>
|
|
788
|
+
<ul
|
|
789
|
+
class="pf-v5-c-chip-group__list"
|
|
790
|
+
role="list"
|
|
791
|
+
aria-labelledby="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-risk-chip-group-label"
|
|
792
|
+
>
|
|
793
|
+
<li class="pf-v5-c-chip-group__list-item">
|
|
794
|
+
<div class="pf-v5-c-chip">
|
|
795
|
+
<span class="pf-v5-c-chip__content">
|
|
796
|
+
<span
|
|
797
|
+
class="pf-v5-c-chip__text"
|
|
798
|
+
id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskchip-one"
|
|
799
|
+
>Chip one</span>
|
|
800
|
+
</span>
|
|
801
|
+
<span class="pf-v5-c-chip__actions">
|
|
802
|
+
<button
|
|
803
|
+
class="pf-v5-c-button pf-m-plain"
|
|
804
|
+
type="button"
|
|
805
|
+
aria-labelledby="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskremove-chip-one toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskchip-one"
|
|
806
|
+
aria-label="Remove"
|
|
807
|
+
id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskremove-chip-one"
|
|
808
|
+
>
|
|
809
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
810
|
+
</button>
|
|
811
|
+
</span>
|
|
812
|
+
</div>
|
|
813
|
+
</li>
|
|
814
|
+
<li class="pf-v5-c-chip-group__list-item">
|
|
815
|
+
<div class="pf-v5-c-chip">
|
|
816
|
+
<span class="pf-v5-c-chip__content">
|
|
817
|
+
<span
|
|
818
|
+
class="pf-v5-c-chip__text"
|
|
819
|
+
id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskchip-two"
|
|
820
|
+
>Chip two</span>
|
|
821
|
+
</span>
|
|
822
|
+
<span class="pf-v5-c-chip__actions">
|
|
823
|
+
<button
|
|
824
|
+
class="pf-v5-c-button pf-m-plain"
|
|
825
|
+
type="button"
|
|
826
|
+
aria-labelledby="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskremove-chip-two toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskchip-two"
|
|
827
|
+
aria-label="Remove"
|
|
828
|
+
id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskremove-chip-two"
|
|
829
|
+
>
|
|
830
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
831
|
+
</button>
|
|
832
|
+
</span>
|
|
833
|
+
</div>
|
|
834
|
+
</li>
|
|
835
|
+
<li class="pf-v5-c-chip-group__list-item">
|
|
836
|
+
<div class="pf-v5-c-chip">
|
|
837
|
+
<span class="pf-v5-c-chip__content">
|
|
838
|
+
<span
|
|
839
|
+
class="pf-v5-c-chip__text"
|
|
840
|
+
id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskchip-three"
|
|
841
|
+
>Chip three</span>
|
|
842
|
+
</span>
|
|
843
|
+
<span class="pf-v5-c-chip__actions">
|
|
844
|
+
<button
|
|
845
|
+
class="pf-v5-c-button pf-m-plain"
|
|
846
|
+
type="button"
|
|
847
|
+
aria-labelledby="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskremove-chip-three toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskchip-three"
|
|
848
|
+
aria-label="Remove"
|
|
849
|
+
id="toolbar-selected-filters-toggle-group-collapsed-example-chip-group-riskremove-chip-three"
|
|
850
|
+
>
|
|
851
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
852
|
+
</button>
|
|
853
|
+
</span>
|
|
854
|
+
</div>
|
|
855
|
+
</li>
|
|
856
|
+
</ul>
|
|
857
|
+
</div>
|
|
896
858
|
</div>
|
|
897
859
|
</div>
|
|
898
860
|
</div>
|
|
861
|
+
<div class="pf-v5-c-toolbar__item">
|
|
862
|
+
<button
|
|
863
|
+
class="pf-v5-c-button pf-m-link pf-m-inline"
|
|
864
|
+
type="button"
|
|
865
|
+
>Clear all filters</button>
|
|
866
|
+
</div>
|
|
899
867
|
</div>
|
|
900
868
|
</div>
|
|
901
869
|
</div>
|
|
902
870
|
<div class="pf-v5-c-toolbar__content">
|
|
903
|
-
<div class="pf-v5-c-
|
|
904
|
-
|
|
905
|
-
<
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
871
|
+
<div class="pf-v5-c-toolbar__group">
|
|
872
|
+
<div class="pf-v5-c-toolbar__item">6 filters applied</div>
|
|
873
|
+
<div class="pf-v5-c-toolbar__item">
|
|
874
|
+
<button
|
|
875
|
+
class="pf-v5-c-button pf-m-link pf-m-inline"
|
|
876
|
+
type="button"
|
|
877
|
+
>Clear all filters</button>
|
|
878
|
+
</div>
|
|
909
879
|
</div>
|
|
910
880
|
</div>
|
|
911
881
|
</div>
|
|
@@ -955,7 +925,7 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
|
|
|
955
925
|
</div>
|
|
956
926
|
</div>
|
|
957
927
|
<div class="pf-v5-c-toolbar__group pf-m-toggle-group">
|
|
958
|
-
<div class="pf-v5-c-toolbar__toggle">
|
|
928
|
+
<div class="pf-v5-c-toolbar__toggle pf-m-show">
|
|
959
929
|
<button
|
|
960
930
|
class="pf-v5-c-menu-toggle pf-m-plain pf-m-expanded"
|
|
961
931
|
type="button"
|
|
@@ -1094,9 +1064,9 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
|
|
|
1094
1064
|
</div>
|
|
1095
1065
|
</div>
|
|
1096
1066
|
<div class="pf-v5-c-toolbar__group pf-m-chip-container">
|
|
1097
|
-
<div class="pf-v5-c-toolbar__group">
|
|
1098
|
-
<div class="pf-v5-c-toolbar__item
|
|
1099
|
-
<div class="pf-v5-c-chip-group
|
|
1067
|
+
<div class="pf-v5-c-toolbar__group pf-m-grow">
|
|
1068
|
+
<div class="pf-v5-c-toolbar__item">
|
|
1069
|
+
<div class="pf-v5-c-chip-group" role="group">
|
|
1100
1070
|
<div class="pf-v5-c-chip-group__main">
|
|
1101
1071
|
<span
|
|
1102
1072
|
class="pf-v5-c-chip-group__label"
|
|
@@ -1174,8 +1144,8 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
|
|
|
1174
1144
|
</div>
|
|
1175
1145
|
</div>
|
|
1176
1146
|
</div>
|
|
1177
|
-
<div class="pf-v5-c-toolbar__item
|
|
1178
|
-
<div class="pf-v5-c-chip-group
|
|
1147
|
+
<div class="pf-v5-c-toolbar__item">
|
|
1148
|
+
<div class="pf-v5-c-chip-group" role="group">
|
|
1179
1149
|
<div class="pf-v5-c-chip-group__main">
|
|
1180
1150
|
<span
|
|
1181
1151
|
class="pf-v5-c-chip-group__label"
|
|
@@ -1307,7 +1277,7 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
|
|
|
1307
1277
|
</div>
|
|
1308
1278
|
</div>
|
|
1309
1279
|
<div class="pf-v5-c-toolbar__group pf-m-toggle-group pf-m-show">
|
|
1310
|
-
<div class="pf-v5-c-toolbar__toggle">
|
|
1280
|
+
<div class="pf-v5-c-toolbar__toggle pf-m-show">
|
|
1311
1281
|
<button
|
|
1312
1282
|
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
1313
1283
|
type="button"
|
|
@@ -1443,170 +1413,172 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
|
|
|
1443
1413
|
</div>
|
|
1444
1414
|
<div class="pf-v5-c-toolbar__content pf-m-chip-container">
|
|
1445
1415
|
<div class="pf-v5-c-toolbar__group">
|
|
1446
|
-
<div class="pf-v5-c-
|
|
1447
|
-
<div class="pf-v5-c-
|
|
1448
|
-
<div class="pf-v5-c-chip-
|
|
1449
|
-
<
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
<
|
|
1460
|
-
<
|
|
1461
|
-
<span
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
<
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
<
|
|
1481
|
-
<
|
|
1482
|
-
<span
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
<
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
<
|
|
1502
|
-
<
|
|
1503
|
-
<span
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
<
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1416
|
+
<div class="pf-v5-c-toolbar__group">
|
|
1417
|
+
<div class="pf-v5-c-toolbar__item">
|
|
1418
|
+
<div class="pf-v5-c-chip-group" role="group">
|
|
1419
|
+
<div class="pf-v5-c-chip-group__main">
|
|
1420
|
+
<span
|
|
1421
|
+
class="pf-v5-c-chip-group__label"
|
|
1422
|
+
id="toolbar-selected-filters-example-chip-group-status-chip-group-label"
|
|
1423
|
+
>Status</span>
|
|
1424
|
+
<ul
|
|
1425
|
+
class="pf-v5-c-chip-group__list"
|
|
1426
|
+
role="list"
|
|
1427
|
+
aria-labelledby="toolbar-selected-filters-example-chip-group-status-chip-group-label"
|
|
1428
|
+
>
|
|
1429
|
+
<li class="pf-v5-c-chip-group__list-item">
|
|
1430
|
+
<div class="pf-v5-c-chip">
|
|
1431
|
+
<span class="pf-v5-c-chip__content">
|
|
1432
|
+
<span
|
|
1433
|
+
class="pf-v5-c-chip__text"
|
|
1434
|
+
id="toolbar-selected-filters-example-chip-group-statuschip-one"
|
|
1435
|
+
>Chip one</span>
|
|
1436
|
+
</span>
|
|
1437
|
+
<span class="pf-v5-c-chip__actions">
|
|
1438
|
+
<button
|
|
1439
|
+
class="pf-v5-c-button pf-m-plain"
|
|
1440
|
+
type="button"
|
|
1441
|
+
aria-labelledby="toolbar-selected-filters-example-chip-group-statusremove-chip-one toolbar-selected-filters-example-chip-group-statuschip-one"
|
|
1442
|
+
aria-label="Remove"
|
|
1443
|
+
id="toolbar-selected-filters-example-chip-group-statusremove-chip-one"
|
|
1444
|
+
>
|
|
1445
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
1446
|
+
</button>
|
|
1447
|
+
</span>
|
|
1448
|
+
</div>
|
|
1449
|
+
</li>
|
|
1450
|
+
<li class="pf-v5-c-chip-group__list-item">
|
|
1451
|
+
<div class="pf-v5-c-chip">
|
|
1452
|
+
<span class="pf-v5-c-chip__content">
|
|
1453
|
+
<span
|
|
1454
|
+
class="pf-v5-c-chip__text"
|
|
1455
|
+
id="toolbar-selected-filters-example-chip-group-statuschip-two"
|
|
1456
|
+
>Chip two</span>
|
|
1457
|
+
</span>
|
|
1458
|
+
<span class="pf-v5-c-chip__actions">
|
|
1459
|
+
<button
|
|
1460
|
+
class="pf-v5-c-button pf-m-plain"
|
|
1461
|
+
type="button"
|
|
1462
|
+
aria-labelledby="toolbar-selected-filters-example-chip-group-statusremove-chip-two toolbar-selected-filters-example-chip-group-statuschip-two"
|
|
1463
|
+
aria-label="Remove"
|
|
1464
|
+
id="toolbar-selected-filters-example-chip-group-statusremove-chip-two"
|
|
1465
|
+
>
|
|
1466
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
1467
|
+
</button>
|
|
1468
|
+
</span>
|
|
1469
|
+
</div>
|
|
1470
|
+
</li>
|
|
1471
|
+
<li class="pf-v5-c-chip-group__list-item">
|
|
1472
|
+
<div class="pf-v5-c-chip">
|
|
1473
|
+
<span class="pf-v5-c-chip__content">
|
|
1474
|
+
<span
|
|
1475
|
+
class="pf-v5-c-chip__text"
|
|
1476
|
+
id="toolbar-selected-filters-example-chip-group-statuschip-three"
|
|
1477
|
+
>Chip three</span>
|
|
1478
|
+
</span>
|
|
1479
|
+
<span class="pf-v5-c-chip__actions">
|
|
1480
|
+
<button
|
|
1481
|
+
class="pf-v5-c-button pf-m-plain"
|
|
1482
|
+
type="button"
|
|
1483
|
+
aria-labelledby="toolbar-selected-filters-example-chip-group-statusremove-chip-three toolbar-selected-filters-example-chip-group-statuschip-three"
|
|
1484
|
+
aria-label="Remove"
|
|
1485
|
+
id="toolbar-selected-filters-example-chip-group-statusremove-chip-three"
|
|
1486
|
+
>
|
|
1487
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
1488
|
+
</button>
|
|
1489
|
+
</span>
|
|
1490
|
+
</div>
|
|
1491
|
+
</li>
|
|
1492
|
+
</ul>
|
|
1493
|
+
</div>
|
|
1522
1494
|
</div>
|
|
1523
1495
|
</div>
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
</
|
|
1555
|
-
</
|
|
1556
|
-
</
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
</
|
|
1576
|
-
</
|
|
1577
|
-
</
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
</
|
|
1597
|
-
</
|
|
1598
|
-
</
|
|
1599
|
-
</
|
|
1600
|
-
</
|
|
1496
|
+
<div class="pf-v5-c-toolbar__item">
|
|
1497
|
+
<div class="pf-v5-c-chip-group" role="group">
|
|
1498
|
+
<div class="pf-v5-c-chip-group__main">
|
|
1499
|
+
<span
|
|
1500
|
+
class="pf-v5-c-chip-group__label"
|
|
1501
|
+
id="toolbar-selected-filters-example-chip-group-risk-chip-group-label"
|
|
1502
|
+
>Risk</span>
|
|
1503
|
+
<ul
|
|
1504
|
+
class="pf-v5-c-chip-group__list"
|
|
1505
|
+
role="list"
|
|
1506
|
+
aria-labelledby="toolbar-selected-filters-example-chip-group-risk-chip-group-label"
|
|
1507
|
+
>
|
|
1508
|
+
<li class="pf-v5-c-chip-group__list-item">
|
|
1509
|
+
<div class="pf-v5-c-chip">
|
|
1510
|
+
<span class="pf-v5-c-chip__content">
|
|
1511
|
+
<span
|
|
1512
|
+
class="pf-v5-c-chip__text"
|
|
1513
|
+
id="toolbar-selected-filters-example-chip-group-riskchip-one"
|
|
1514
|
+
>Chip one</span>
|
|
1515
|
+
</span>
|
|
1516
|
+
<span class="pf-v5-c-chip__actions">
|
|
1517
|
+
<button
|
|
1518
|
+
class="pf-v5-c-button pf-m-plain"
|
|
1519
|
+
type="button"
|
|
1520
|
+
aria-labelledby="toolbar-selected-filters-example-chip-group-riskremove-chip-one toolbar-selected-filters-example-chip-group-riskchip-one"
|
|
1521
|
+
aria-label="Remove"
|
|
1522
|
+
id="toolbar-selected-filters-example-chip-group-riskremove-chip-one"
|
|
1523
|
+
>
|
|
1524
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
1525
|
+
</button>
|
|
1526
|
+
</span>
|
|
1527
|
+
</div>
|
|
1528
|
+
</li>
|
|
1529
|
+
<li class="pf-v5-c-chip-group__list-item">
|
|
1530
|
+
<div class="pf-v5-c-chip">
|
|
1531
|
+
<span class="pf-v5-c-chip__content">
|
|
1532
|
+
<span
|
|
1533
|
+
class="pf-v5-c-chip__text"
|
|
1534
|
+
id="toolbar-selected-filters-example-chip-group-riskchip-two"
|
|
1535
|
+
>Chip two</span>
|
|
1536
|
+
</span>
|
|
1537
|
+
<span class="pf-v5-c-chip__actions">
|
|
1538
|
+
<button
|
|
1539
|
+
class="pf-v5-c-button pf-m-plain"
|
|
1540
|
+
type="button"
|
|
1541
|
+
aria-labelledby="toolbar-selected-filters-example-chip-group-riskremove-chip-two toolbar-selected-filters-example-chip-group-riskchip-two"
|
|
1542
|
+
aria-label="Remove"
|
|
1543
|
+
id="toolbar-selected-filters-example-chip-group-riskremove-chip-two"
|
|
1544
|
+
>
|
|
1545
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
1546
|
+
</button>
|
|
1547
|
+
</span>
|
|
1548
|
+
</div>
|
|
1549
|
+
</li>
|
|
1550
|
+
<li class="pf-v5-c-chip-group__list-item">
|
|
1551
|
+
<div class="pf-v5-c-chip">
|
|
1552
|
+
<span class="pf-v5-c-chip__content">
|
|
1553
|
+
<span
|
|
1554
|
+
class="pf-v5-c-chip__text"
|
|
1555
|
+
id="toolbar-selected-filters-example-chip-group-riskchip-three"
|
|
1556
|
+
>Chip three</span>
|
|
1557
|
+
</span>
|
|
1558
|
+
<span class="pf-v5-c-chip__actions">
|
|
1559
|
+
<button
|
|
1560
|
+
class="pf-v5-c-button pf-m-plain"
|
|
1561
|
+
type="button"
|
|
1562
|
+
aria-labelledby="toolbar-selected-filters-example-chip-group-riskremove-chip-three toolbar-selected-filters-example-chip-group-riskchip-three"
|
|
1563
|
+
aria-label="Remove"
|
|
1564
|
+
id="toolbar-selected-filters-example-chip-group-riskremove-chip-three"
|
|
1565
|
+
>
|
|
1566
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
1567
|
+
</button>
|
|
1568
|
+
</span>
|
|
1569
|
+
</div>
|
|
1570
|
+
</li>
|
|
1571
|
+
</ul>
|
|
1572
|
+
</div>
|
|
1601
1573
|
</div>
|
|
1602
1574
|
</div>
|
|
1603
1575
|
</div>
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1576
|
+
<div class="pf-v5-c-toolbar__item">
|
|
1577
|
+
<button
|
|
1578
|
+
class="pf-v5-c-button pf-m-link pf-m-inline"
|
|
1579
|
+
type="button"
|
|
1580
|
+
>Clear all filters</button>
|
|
1581
|
+
</div>
|
|
1610
1582
|
</div>
|
|
1611
1583
|
</div>
|
|
1612
1584
|
</div>
|
|
@@ -1622,7 +1594,7 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
|
|
|
1622
1594
|
<div class="pf-v5-c-toolbar__content">
|
|
1623
1595
|
<div class="pf-v5-c-toolbar__content-section">
|
|
1624
1596
|
<div class="pf-v5-c-toolbar__group pf-m-toggle-group pf-m-show-on-2xl">
|
|
1625
|
-
<div class="pf-v5-c-toolbar__toggle">
|
|
1597
|
+
<div class="pf-v5-c-toolbar__toggle pf-m-show">
|
|
1626
1598
|
<button
|
|
1627
1599
|
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
1628
1600
|
type="button"
|
|
@@ -1959,7 +1931,7 @@ The `.pf-m-toggle-group` controls when, and at which breakpoint, filters will be
|
|
|
1959
1931
|
<div class="pf-v5-c-toolbar__content">
|
|
1960
1932
|
<div class="pf-v5-c-toolbar__content-section">
|
|
1961
1933
|
<div class="pf-v5-c-toolbar__group pf-m-toggle-group">
|
|
1962
|
-
<div class="pf-v5-c-toolbar__toggle">
|
|
1934
|
+
<div class="pf-v5-c-toolbar__toggle pf-m-show">
|
|
1963
1935
|
<button
|
|
1964
1936
|
class="pf-v5-c-menu-toggle pf-m-plain pf-m-expanded"
|
|
1965
1937
|
type="button"
|
|
@@ -2266,39 +2238,23 @@ As the toolbar component is a hybrid layout and component, some of its elements
|
|
|
2266
2238
|
| `.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. |
|
|
2267
2239
|
| `.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. |
|
|
2268
2240
|
| `.pf-m-expanded` | `.pf-v5-c-toolbar__expandable-content` | Modifies expandable content section for the expanded state. |
|
|
2269
|
-
| `.pf-m-label` | `.pf-v5-c-toolbar__item` | Modifies label vertical positioning. |
|
|
2270
|
-
| `.pf-m-form-element` | `.pf-v5-c-toolbar__item` | Modifies form element vertical positioning. |
|
|
2271
|
-
| `.pf-m-bulk-select` | `.pf-v5-c-toolbar__item` | Modifies bulk select spacing. |
|
|
2272
|
-
| `.pf-m-overflow-menu` | `.pf-v5-c-toolbar__item` | Modifies overflow menu spacing. |
|
|
2273
|
-
| `.pf-m-pagination` | `.pf-v5-c-toolbar__item` | Modifies pagination spacing and margin. |
|
|
2274
|
-
| `.pf-m-search-filter` | `.pf-v5-c-toolbar__item` | Modifies search filter spacing. |
|
|
2275
|
-
| `.pf-m-chip-group` | `.pf-v5-c-toolbar__item` | Modifies chip group spacing. |
|
|
2276
|
-
| `.pf-m-expand-all` | `.pf-v5-c-toolbar__item` | Modifies an item for an expand all button. |
|
|
2277
2241
|
| `.pf-m-expanded` | `.pf-v5-c-toolbar__item.pf-m-expand-all` | Modifies an expand all button for the expanded state. |
|
|
2278
|
-
| `.pf-m-button-group` | `.pf-v5-c-toolbar__group` |
|
|
2279
|
-
| `.pf-m-
|
|
2280
|
-
| `.pf-m-
|
|
2281
|
-
| `.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). |
|
|
2282
|
-
| `.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). |
|
|
2283
|
-
| `.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). |
|
|
2284
|
-
| `.pf-m-align-left{-on-[breakpoint]}` | `.pf-v5-c-toolbar > *` | Modifies toolbar element to align left, at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
|
|
2285
|
-
| `.pf-m-align-items-center` | `.pf-v5-c-toolbar__content-section`, `.pf-v5-c-toolbar__group` | Modifies toolbar element to vertically align children to center. |
|
|
2286
|
-
| `.pf-m-align-items-baseline` | `.pf-v5-c-toolbar__group` | Modifies toolbar group to vertically align children to baseline. |
|
|
2287
|
-
| `.pf-m-align-self-center` | `.pf-v5-c-toolbar__group`, `.pf-v5-c-toolbar__item` | Modifies toolbar element to vertically align self to center. |
|
|
2288
|
-
| `.pf-m-align-self-baseline` | `.pf-v5-c-toolbar__group`, `.pf-v5-c-toolbar__item` | Modifies toolbar element to vertically align self to baseline. |
|
|
2289
|
-
| `.pf-m-chip-container` | `.pf-v5-c-toolbar__content`, `.pf-v5-c-toolbar__group` | Modifies the toolbar element for applied filters layout. |
|
|
2242
|
+
| `.pf-m-icon-button-group` | `.pf-v5-c-toolbar__group` | Initiates icon button group spacing. |
|
|
2243
|
+
| `.pf-m-filter-group` | `.pf-v5-c-toolbar__group` | Initiates filter group spacing. |
|
|
2244
|
+
| `.pf-m-chip-container` | `.pf-v5-c-toolbar__content`, `.pf-v5-c-toolbar__content-section`, `.pf-v5-c-toolbar__group` | Modifies the toolbar element for applied filters layout. |
|
|
2290
2245
|
| `.pf-m-overflow-container` | `.pf-v5-c-toolbar__item`, `.pf-v5-c-toolbar__group` | Modifies the toolbar element to hide overflow and respond to available space. Used for horizontal navigation. |
|
|
2291
2246
|
| `.pf-m-expanded` | `.pf-v5-c-toolbar__expandable-content`, `.pf-v5-c-toolbar__toggle` | Modifies the component for the expanded state. |
|
|
2292
|
-
| `.pf-m-wrap` | `.pf-v5-c-
|
|
2293
|
-
| `.pf-m-
|
|
2247
|
+
| `.pf-m-[wrap/nowrap]` | `.pf-v5-c-toolbar__content`, `.pf-v5-c-toolbar__content-section`, `.pf-v5-c-toolbar__group`, `.pf-v5-c-toolbar__item` | Modifies the toolbar element to wrap/not wrap. |
|
|
2248
|
+
| `.pf-m-align-[start/end]` | `.pf-v5-c-toolbar__group`, `.pf-v5-c-toolbar__item` | Modifies toolbar [main axis](https://developer.mozilla.org/en-US/docs/Glossary/Main_Axis) element alignment. |
|
|
2249
|
+
| `.pf-m-align-items-[stretch/baseline/start/center/end]` | `.pf-v5-c-toolbar__content`, `.pf-v5-c-toolbar__content-section`, `.pf-v5-c-toolbar__group`, `.pf-v5-c-toolbar__item` | Modifies toolbar element [cross axis](https://developer.mozilla.org/en-US/docs/Glossary/Cross_Axis) child alignment. |
|
|
2250
|
+
| `.pf-m-align-self-[stretch/baseline/start/center/end]` | `.pf-v5-c-toolbar__group`, `.pf-v5-c-toolbar__item` | Modifies toolbar element [cross axis](https://developer.mozilla.org/en-US/docs/Glossary/Cross_Axis) self alignment. |
|
|
2294
2251
|
|
|
2295
2252
|
### Accessibility
|
|
2296
2253
|
|
|
2297
2254
|
| Attribute | Applied to | Outcome |
|
|
2298
2255
|
| -- | -- | -- |
|
|
2299
2256
|
| `hidden` | `.pf-v5-c-toolbar__item`, `.pf-v5-c-toolbar__group`, `.pf-v5-c-toolbar__toggle`, `.pf-v5-c-toolbar__expandable-content` | Indicates that the toolbar element is hidden. **Required** |
|
|
2300
|
-
| `aria-expanded=true` | `.pf-v5-c-toolbar__toggle > .pf-v5-c-button` | Indicates
|
|
2301
|
-
| `aria-expanded="false"` | `.pf-v5-c-toolbar__toggle > .pf-v5-c-button` | Indicates the the expandable content is hidden. **Required** |
|
|
2257
|
+
| `aria-expanded="[true/false]"` | `.pf-v5-c-toolbar__toggle > .pf-v5-c-button` | Indicates the the expandable content is hidden/visible. **Required** |
|
|
2302
2258
|
| `aria-controls="[id of expandable content]"` | `.pf-v5-c-toolbar__toggle > .pf-v5-c-button` | Identifies the expanded content controlled by the toggle button. **Required** |
|
|
2303
2259
|
| `id="[expandable-content_id]"` | `.pf-v5-c-toolbar__expandable-content` | Provides a reference for toggle button description. **Required** |
|
|
2304
2260
|
| `aria-label="Expand all"` | `.pf-v5-c-toolbar__item.pf-m-expand-all` | Provides an accessible label for the expand all item button. **Required** |
|
|
@@ -2309,11 +2265,10 @@ As the toolbar component is a hybrid layout and component, some of its elements
|
|
|
2309
2265
|
| Class | Applied to | Outcome |
|
|
2310
2266
|
| -- | -- | -- |
|
|
2311
2267
|
| `.pf-m-toggle-group` | `.pf-v5-c-toolbar__group` | Modifies toolbar group to control when, and at which breakpoint, filters will be hidden/shown. By default, all filters are hidden until the specified breakpoint is reached. |
|
|
2312
|
-
| `.pf-m-show
|
|
2268
|
+
| `.pf-m-[show/hide]` | `.pf-v5-c-toolbar__group.pf-m-toggle-group`, `.pf-v5-c-toolbar__expandable-content` | Modifies toolbar element to hidden. |
|
|
2313
2269
|
|
|
2314
2270
|
### Spacer system
|
|
2315
2271
|
|
|
2316
2272
|
| Class | Applied to | Outcome |
|
|
2317
2273
|
| -- | -- | -- |
|
|
2318
|
-
| `.pf-m-
|
|
2319
|
-
| `.pf-m-space-items-{none, sm, md, lg, xl}{-on-[breakpoint]}` | `.pf-v5-c-toolbar__group` | Modifies toolbar group child spacing at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
|
|
2274
|
+
| `.pf-m-[column/row]-gap-[none/sm/md/lg/xl/2xl]` | `.pf-v5-c-toolbar__group`, `.pf-v5-c-toolbar__item` | Modifies toolbar group or item spacing at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
|