@patternfly/patternfly 6.0.0-alpha.132 → 6.0.0-alpha.133
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/Breadcrumb/breadcrumb.css +10 -10
- package/components/Breadcrumb/breadcrumb.scss +10 -10
- package/components/Hint/hint.css +2 -2
- package/components/Hint/hint.scss +2 -3
- package/components/Login/login.css +4 -2
- package/components/Login/login.scss +2 -1
- package/components/Menu/menu.css +4 -1
- package/components/Menu/menu.scss +5 -1
- package/components/_index.css +20 -15
- package/docs/components/ActionList/examples/ActionList.md +4 -4
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +2 -1
- package/docs/components/Card/examples/Card.md +80 -416
- package/docs/components/DataList/examples/DataList.md +170 -952
- package/docs/components/DualListSelector/examples/DualListSelector.md +160 -896
- package/docs/components/Hint/examples/Hint.md +30 -156
- package/docs/components/InlineEdit/examples/InlineEdit.md +2 -2
- package/docs/components/LogViewer/examples/LogViewer.css +9 -2
- package/docs/components/LogViewer/examples/LogViewer.md +315 -3313
- package/docs/components/Menu/examples/Menu.md +6 -76
- package/docs/components/MenuToggle/examples/MenuToggle.md +4 -0
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +370 -2064
- package/docs/components/OverflowMenu/examples/overflow-menu.css +3 -27
- package/docs/components/OverflowMenu/examples/overflow-menu.md +56 -143
- package/docs/components/Table/examples/Table.css +7 -0
- package/docs/components/Table/examples/Table.md +281 -405
- package/docs/components/Toolbar/examples/Toolbar.md +32 -239
- package/docs/demos/CardView/examples/CardView.md +110 -583
- package/docs/demos/Dashboard/examples/Dashboard.md +10 -56
- package/docs/demos/DataList/examples/DataList.md +44 -96
- package/docs/demos/DescriptionList/examples/DescriptionList.md +10 -56
- package/docs/demos/Drawer/examples/Drawer.md +10 -56
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +647 -3504
- package/docs/demos/Page/examples/Penta.md +5 -5
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +150 -675
- package/docs/demos/Table/examples/Table.md +142 -220
- package/docs/demos/Tabs/examples/Tabs.md +15 -28
- package/docs/demos/Toolbar/examples/Toolbar.css +0 -16
- package/docs/demos/Toolbar/examples/Toolbar.md +88 -609
- package/docs/utilities/Display/examples/Display.css +1 -8
- package/docs/utilities/Display/examples/Display.md +16 -7
- package/package.json +1 -1
- package/patternfly-addons.css +38 -0
- package/patternfly-no-globals.css +20 -15
- package/patternfly.css +20 -15
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/utilities/Display/display.css +38 -0
- package/utilities/Display/display.scss +3 -1
- package/utilities/_index.css +38 -0
|
@@ -12,59 +12,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
12
12
|
<h1 class="pf-v6-c-notification-drawer__header-title">Notifications</h1>
|
|
13
13
|
<span class="pf-v6-c-notification-drawer__header-status">3 unread</span>
|
|
14
14
|
<div class="pf-v6-c-notification-drawer__header-action">
|
|
15
|
-
<
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
>
|
|
15
|
+
<button
|
|
16
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
17
|
+
type="button"
|
|
18
|
+
aria-expanded="false"
|
|
19
|
+
aria-label="Menu toggle"
|
|
20
|
+
id="notification-drawer-basic-examplemenu-toggle"
|
|
21
|
+
>
|
|
22
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
23
23
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
24
|
-
</
|
|
25
|
-
|
|
26
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
27
|
-
aria-labelledby="notification-drawer-basic-header-action-button"
|
|
28
|
-
hidden
|
|
29
|
-
role="menu"
|
|
30
|
-
>
|
|
31
|
-
<li role="none">
|
|
32
|
-
<a class="pf-v6-c-dropdown__menu-item" role="menuitem" href="#">Link</a>
|
|
33
|
-
</li>
|
|
34
|
-
<li role="none">
|
|
35
|
-
<button
|
|
36
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
37
|
-
role="menuitem"
|
|
38
|
-
type="button"
|
|
39
|
-
>Action</button>
|
|
40
|
-
</li>
|
|
41
|
-
<li role="none">
|
|
42
|
-
<a
|
|
43
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
44
|
-
role="menuitem"
|
|
45
|
-
href="#"
|
|
46
|
-
aria-disabled="true"
|
|
47
|
-
tabindex="-1"
|
|
48
|
-
>Disabled link</a>
|
|
49
|
-
</li>
|
|
50
|
-
<li role="none">
|
|
51
|
-
<button
|
|
52
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
53
|
-
role="menuitem"
|
|
54
|
-
type="button"
|
|
55
|
-
disabled
|
|
56
|
-
>Disabled action</button>
|
|
57
|
-
</li>
|
|
58
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
59
|
-
<li role="none">
|
|
60
|
-
<a
|
|
61
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
62
|
-
role="menuitem"
|
|
63
|
-
href="#"
|
|
64
|
-
>Separated link</a>
|
|
65
|
-
</li>
|
|
66
|
-
</ul>
|
|
67
|
-
</div>
|
|
24
|
+
</span>
|
|
25
|
+
</button>
|
|
68
26
|
<div class="pf-v6-c-notification-drawer__header-action-close">
|
|
69
27
|
<button
|
|
70
28
|
class="pf-v6-c-button pf-m-plain"
|
|
@@ -93,63 +51,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
93
51
|
</h2>
|
|
94
52
|
</div>
|
|
95
53
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
96
|
-
<
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
>
|
|
54
|
+
<button
|
|
55
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
56
|
+
type="button"
|
|
57
|
+
aria-expanded="false"
|
|
58
|
+
aria-label="Menu toggle"
|
|
59
|
+
id="notification-drawer-basic-examplemenu-toggle-1"
|
|
60
|
+
>
|
|
61
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
104
62
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
105
|
-
</
|
|
106
|
-
|
|
107
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
108
|
-
aria-labelledby="notification-drawer-basicdropdown-kebab-1-button"
|
|
109
|
-
hidden
|
|
110
|
-
role="menu"
|
|
111
|
-
>
|
|
112
|
-
<li role="none">
|
|
113
|
-
<a
|
|
114
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
115
|
-
role="menuitem"
|
|
116
|
-
href="#"
|
|
117
|
-
>Link</a>
|
|
118
|
-
</li>
|
|
119
|
-
<li role="none">
|
|
120
|
-
<button
|
|
121
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
122
|
-
role="menuitem"
|
|
123
|
-
type="button"
|
|
124
|
-
>Action</button>
|
|
125
|
-
</li>
|
|
126
|
-
<li role="none">
|
|
127
|
-
<a
|
|
128
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
129
|
-
role="menuitem"
|
|
130
|
-
href="#"
|
|
131
|
-
aria-disabled="true"
|
|
132
|
-
tabindex="-1"
|
|
133
|
-
>Disabled link</a>
|
|
134
|
-
</li>
|
|
135
|
-
<li role="none">
|
|
136
|
-
<button
|
|
137
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
138
|
-
role="menuitem"
|
|
139
|
-
type="button"
|
|
140
|
-
disabled
|
|
141
|
-
>Disabled action</button>
|
|
142
|
-
</li>
|
|
143
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
144
|
-
<li role="none">
|
|
145
|
-
<a
|
|
146
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
147
|
-
role="menuitem"
|
|
148
|
-
href="#"
|
|
149
|
-
>Separated link</a>
|
|
150
|
-
</li>
|
|
151
|
-
</ul>
|
|
152
|
-
</div>
|
|
63
|
+
</span>
|
|
64
|
+
</button>
|
|
153
65
|
</div>
|
|
154
66
|
<div
|
|
155
67
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -174,63 +86,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
174
86
|
</h2>
|
|
175
87
|
</div>
|
|
176
88
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
177
|
-
<
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
>
|
|
89
|
+
<button
|
|
90
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
91
|
+
type="button"
|
|
92
|
+
aria-expanded="false"
|
|
93
|
+
aria-label="Menu toggle"
|
|
94
|
+
id="notification-drawer-basic-examplemenu-toggle-3"
|
|
95
|
+
>
|
|
96
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
185
97
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
186
|
-
</
|
|
187
|
-
|
|
188
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
189
|
-
aria-labelledby="notification-drawer-basicdropdown-kebab-2-button"
|
|
190
|
-
hidden
|
|
191
|
-
role="menu"
|
|
192
|
-
>
|
|
193
|
-
<li role="none">
|
|
194
|
-
<a
|
|
195
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
196
|
-
role="menuitem"
|
|
197
|
-
href="#"
|
|
198
|
-
>Link</a>
|
|
199
|
-
</li>
|
|
200
|
-
<li role="none">
|
|
201
|
-
<button
|
|
202
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
203
|
-
role="menuitem"
|
|
204
|
-
type="button"
|
|
205
|
-
>Action</button>
|
|
206
|
-
</li>
|
|
207
|
-
<li role="none">
|
|
208
|
-
<a
|
|
209
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
210
|
-
role="menuitem"
|
|
211
|
-
href="#"
|
|
212
|
-
aria-disabled="true"
|
|
213
|
-
tabindex="-1"
|
|
214
|
-
>Disabled link</a>
|
|
215
|
-
</li>
|
|
216
|
-
<li role="none">
|
|
217
|
-
<button
|
|
218
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
219
|
-
role="menuitem"
|
|
220
|
-
type="button"
|
|
221
|
-
disabled
|
|
222
|
-
>Disabled action</button>
|
|
223
|
-
</li>
|
|
224
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
225
|
-
<li role="none">
|
|
226
|
-
<a
|
|
227
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
228
|
-
role="menuitem"
|
|
229
|
-
href="#"
|
|
230
|
-
>Separated link</a>
|
|
231
|
-
</li>
|
|
232
|
-
</ul>
|
|
233
|
-
</div>
|
|
98
|
+
</span>
|
|
99
|
+
</button>
|
|
234
100
|
</div>
|
|
235
101
|
<div
|
|
236
102
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -255,63 +121,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
255
121
|
</h2>
|
|
256
122
|
</div>
|
|
257
123
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
258
|
-
<
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
>
|
|
124
|
+
<button
|
|
125
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
126
|
+
type="button"
|
|
127
|
+
aria-expanded="false"
|
|
128
|
+
aria-label="Menu toggle"
|
|
129
|
+
id="notification-drawer-basic-examplemenu-toggle-4"
|
|
130
|
+
>
|
|
131
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
266
132
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
267
|
-
</
|
|
268
|
-
|
|
269
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
270
|
-
aria-labelledby="notification-drawer-basicdropdown-kebab-3-button"
|
|
271
|
-
hidden
|
|
272
|
-
role="menu"
|
|
273
|
-
>
|
|
274
|
-
<li role="none">
|
|
275
|
-
<a
|
|
276
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
277
|
-
role="menuitem"
|
|
278
|
-
href="#"
|
|
279
|
-
>Link</a>
|
|
280
|
-
</li>
|
|
281
|
-
<li role="none">
|
|
282
|
-
<button
|
|
283
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
284
|
-
role="menuitem"
|
|
285
|
-
type="button"
|
|
286
|
-
>Action</button>
|
|
287
|
-
</li>
|
|
288
|
-
<li role="none">
|
|
289
|
-
<a
|
|
290
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
291
|
-
role="menuitem"
|
|
292
|
-
href="#"
|
|
293
|
-
aria-disabled="true"
|
|
294
|
-
tabindex="-1"
|
|
295
|
-
>Disabled link</a>
|
|
296
|
-
</li>
|
|
297
|
-
<li role="none">
|
|
298
|
-
<button
|
|
299
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
300
|
-
role="menuitem"
|
|
301
|
-
type="button"
|
|
302
|
-
disabled
|
|
303
|
-
>Disabled action</button>
|
|
304
|
-
</li>
|
|
305
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
306
|
-
<li role="none">
|
|
307
|
-
<a
|
|
308
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
309
|
-
role="menuitem"
|
|
310
|
-
href="#"
|
|
311
|
-
>Separated link</a>
|
|
312
|
-
</li>
|
|
313
|
-
</ul>
|
|
314
|
-
</div>
|
|
133
|
+
</span>
|
|
134
|
+
</button>
|
|
315
135
|
</div>
|
|
316
136
|
<div
|
|
317
137
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -333,63 +153,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
333
153
|
</h2>
|
|
334
154
|
</div>
|
|
335
155
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
336
|
-
<
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
>
|
|
156
|
+
<button
|
|
157
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
158
|
+
type="button"
|
|
159
|
+
aria-expanded="false"
|
|
160
|
+
aria-label="Menu toggle"
|
|
161
|
+
id="notification-drawer-basic-examplemenu-toggle-5"
|
|
162
|
+
>
|
|
163
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
344
164
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
345
|
-
</
|
|
346
|
-
|
|
347
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
348
|
-
aria-labelledby="notification-drawer-basicdropdown-kebab-4-button"
|
|
349
|
-
hidden
|
|
350
|
-
role="menu"
|
|
351
|
-
>
|
|
352
|
-
<li role="none">
|
|
353
|
-
<a
|
|
354
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
355
|
-
role="menuitem"
|
|
356
|
-
href="#"
|
|
357
|
-
>Link</a>
|
|
358
|
-
</li>
|
|
359
|
-
<li role="none">
|
|
360
|
-
<button
|
|
361
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
362
|
-
role="menuitem"
|
|
363
|
-
type="button"
|
|
364
|
-
>Action</button>
|
|
365
|
-
</li>
|
|
366
|
-
<li role="none">
|
|
367
|
-
<a
|
|
368
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
369
|
-
role="menuitem"
|
|
370
|
-
href="#"
|
|
371
|
-
aria-disabled="true"
|
|
372
|
-
tabindex="-1"
|
|
373
|
-
>Disabled link</a>
|
|
374
|
-
</li>
|
|
375
|
-
<li role="none">
|
|
376
|
-
<button
|
|
377
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
378
|
-
role="menuitem"
|
|
379
|
-
type="button"
|
|
380
|
-
disabled
|
|
381
|
-
>Disabled action</button>
|
|
382
|
-
</li>
|
|
383
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
384
|
-
<li role="none">
|
|
385
|
-
<a
|
|
386
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
387
|
-
role="menuitem"
|
|
388
|
-
href="#"
|
|
389
|
-
>Separated link</a>
|
|
390
|
-
</li>
|
|
391
|
-
</ul>
|
|
392
|
-
</div>
|
|
165
|
+
</span>
|
|
166
|
+
</button>
|
|
393
167
|
</div>
|
|
394
168
|
<div
|
|
395
169
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -411,63 +185,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
411
185
|
</h2>
|
|
412
186
|
</div>
|
|
413
187
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
414
|
-
<
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
>
|
|
188
|
+
<button
|
|
189
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
190
|
+
type="button"
|
|
191
|
+
aria-expanded="false"
|
|
192
|
+
aria-label="Menu toggle"
|
|
193
|
+
id="notification-drawer-basic-examplemenu-toggle-6"
|
|
194
|
+
>
|
|
195
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
422
196
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
423
|
-
</
|
|
424
|
-
|
|
425
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
426
|
-
aria-labelledby="notification-drawer-basicdropdown-kebab-5-button"
|
|
427
|
-
hidden
|
|
428
|
-
role="menu"
|
|
429
|
-
>
|
|
430
|
-
<li role="none">
|
|
431
|
-
<a
|
|
432
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
433
|
-
role="menuitem"
|
|
434
|
-
href="#"
|
|
435
|
-
>Link</a>
|
|
436
|
-
</li>
|
|
437
|
-
<li role="none">
|
|
438
|
-
<button
|
|
439
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
440
|
-
role="menuitem"
|
|
441
|
-
type="button"
|
|
442
|
-
>Action</button>
|
|
443
|
-
</li>
|
|
444
|
-
<li role="none">
|
|
445
|
-
<a
|
|
446
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
447
|
-
role="menuitem"
|
|
448
|
-
href="#"
|
|
449
|
-
aria-disabled="true"
|
|
450
|
-
tabindex="-1"
|
|
451
|
-
>Disabled link</a>
|
|
452
|
-
</li>
|
|
453
|
-
<li role="none">
|
|
454
|
-
<button
|
|
455
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
456
|
-
role="menuitem"
|
|
457
|
-
type="button"
|
|
458
|
-
disabled
|
|
459
|
-
>Disabled action</button>
|
|
460
|
-
</li>
|
|
461
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
462
|
-
<li role="none">
|
|
463
|
-
<a
|
|
464
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
465
|
-
role="menuitem"
|
|
466
|
-
href="#"
|
|
467
|
-
>Separated link</a>
|
|
468
|
-
</li>
|
|
469
|
-
</ul>
|
|
470
|
-
</div>
|
|
197
|
+
</span>
|
|
198
|
+
</button>
|
|
471
199
|
</div>
|
|
472
200
|
<div
|
|
473
201
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -491,63 +219,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
491
219
|
</h2>
|
|
492
220
|
</div>
|
|
493
221
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
494
|
-
<
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
>
|
|
222
|
+
<button
|
|
223
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
224
|
+
type="button"
|
|
225
|
+
aria-expanded="false"
|
|
226
|
+
aria-label="Menu toggle"
|
|
227
|
+
id="notification-drawer-basic-examplemenu-toggle-7"
|
|
228
|
+
>
|
|
229
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
502
230
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
503
|
-
</
|
|
504
|
-
|
|
505
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
506
|
-
aria-labelledby="notification-drawer-basicdropdown-kebab-6-button"
|
|
507
|
-
hidden
|
|
508
|
-
role="menu"
|
|
509
|
-
>
|
|
510
|
-
<li role="none">
|
|
511
|
-
<a
|
|
512
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
513
|
-
role="menuitem"
|
|
514
|
-
href="#"
|
|
515
|
-
>Link</a>
|
|
516
|
-
</li>
|
|
517
|
-
<li role="none">
|
|
518
|
-
<button
|
|
519
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
520
|
-
role="menuitem"
|
|
521
|
-
type="button"
|
|
522
|
-
>Action</button>
|
|
523
|
-
</li>
|
|
524
|
-
<li role="none">
|
|
525
|
-
<a
|
|
526
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
527
|
-
role="menuitem"
|
|
528
|
-
href="#"
|
|
529
|
-
aria-disabled="true"
|
|
530
|
-
tabindex="-1"
|
|
531
|
-
>Disabled link</a>
|
|
532
|
-
</li>
|
|
533
|
-
<li role="none">
|
|
534
|
-
<button
|
|
535
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
536
|
-
role="menuitem"
|
|
537
|
-
type="button"
|
|
538
|
-
disabled
|
|
539
|
-
>Disabled action</button>
|
|
540
|
-
</li>
|
|
541
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
542
|
-
<li role="none">
|
|
543
|
-
<a
|
|
544
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
545
|
-
role="menuitem"
|
|
546
|
-
href="#"
|
|
547
|
-
>Separated link</a>
|
|
548
|
-
</li>
|
|
549
|
-
</ul>
|
|
550
|
-
</div>
|
|
231
|
+
</span>
|
|
232
|
+
</button>
|
|
551
233
|
</div>
|
|
552
234
|
<div
|
|
553
235
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -572,63 +254,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
572
254
|
</h2>
|
|
573
255
|
</div>
|
|
574
256
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
575
|
-
<
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
>
|
|
257
|
+
<button
|
|
258
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
259
|
+
type="button"
|
|
260
|
+
aria-expanded="false"
|
|
261
|
+
aria-label="Menu toggle"
|
|
262
|
+
id="notification-drawer-basic-examplemenu-toggle-8"
|
|
263
|
+
>
|
|
264
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
583
265
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
584
|
-
</
|
|
585
|
-
|
|
586
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
587
|
-
aria-labelledby="notification-drawer-basicdropdown-kebab-7-button"
|
|
588
|
-
hidden
|
|
589
|
-
role="menu"
|
|
590
|
-
>
|
|
591
|
-
<li role="none">
|
|
592
|
-
<a
|
|
593
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
594
|
-
role="menuitem"
|
|
595
|
-
href="#"
|
|
596
|
-
>Link</a>
|
|
597
|
-
</li>
|
|
598
|
-
<li role="none">
|
|
599
|
-
<button
|
|
600
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
601
|
-
role="menuitem"
|
|
602
|
-
type="button"
|
|
603
|
-
>Action</button>
|
|
604
|
-
</li>
|
|
605
|
-
<li role="none">
|
|
606
|
-
<a
|
|
607
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
608
|
-
role="menuitem"
|
|
609
|
-
href="#"
|
|
610
|
-
aria-disabled="true"
|
|
611
|
-
tabindex="-1"
|
|
612
|
-
>Disabled link</a>
|
|
613
|
-
</li>
|
|
614
|
-
<li role="none">
|
|
615
|
-
<button
|
|
616
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
617
|
-
role="menuitem"
|
|
618
|
-
type="button"
|
|
619
|
-
disabled
|
|
620
|
-
>Disabled action</button>
|
|
621
|
-
</li>
|
|
622
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
623
|
-
<li role="none">
|
|
624
|
-
<a
|
|
625
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
626
|
-
role="menuitem"
|
|
627
|
-
href="#"
|
|
628
|
-
>Separated link</a>
|
|
629
|
-
</li>
|
|
630
|
-
</ul>
|
|
631
|
-
</div>
|
|
266
|
+
</span>
|
|
267
|
+
</button>
|
|
632
268
|
</div>
|
|
633
269
|
<div
|
|
634
270
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -651,59 +287,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
651
287
|
<h1 class="pf-v6-c-notification-drawer__header-title">Notifications</h1>
|
|
652
288
|
<span class="pf-v6-c-notification-drawer__header-status">9 unread</span>
|
|
653
289
|
<div class="pf-v6-c-notification-drawer__header-action">
|
|
654
|
-
<
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
>
|
|
290
|
+
<button
|
|
291
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
292
|
+
type="button"
|
|
293
|
+
aria-expanded="false"
|
|
294
|
+
aria-label="Menu toggle"
|
|
295
|
+
id="notification-drawer-groups-examplemenu-toggle"
|
|
296
|
+
>
|
|
297
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
662
298
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
663
|
-
</
|
|
664
|
-
|
|
665
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
666
|
-
aria-labelledby="notification-drawer-groups-header-action-button"
|
|
667
|
-
hidden
|
|
668
|
-
role="menu"
|
|
669
|
-
>
|
|
670
|
-
<li role="none">
|
|
671
|
-
<a class="pf-v6-c-dropdown__menu-item" role="menuitem" href="#">Link</a>
|
|
672
|
-
</li>
|
|
673
|
-
<li role="none">
|
|
674
|
-
<button
|
|
675
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
676
|
-
role="menuitem"
|
|
677
|
-
type="button"
|
|
678
|
-
>Action</button>
|
|
679
|
-
</li>
|
|
680
|
-
<li role="none">
|
|
681
|
-
<a
|
|
682
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
683
|
-
role="menuitem"
|
|
684
|
-
href="#"
|
|
685
|
-
aria-disabled="true"
|
|
686
|
-
tabindex="-1"
|
|
687
|
-
>Disabled link</a>
|
|
688
|
-
</li>
|
|
689
|
-
<li role="none">
|
|
690
|
-
<button
|
|
691
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
692
|
-
role="menuitem"
|
|
693
|
-
type="button"
|
|
694
|
-
disabled
|
|
695
|
-
>Disabled action</button>
|
|
696
|
-
</li>
|
|
697
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
698
|
-
<li role="none">
|
|
699
|
-
<a
|
|
700
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
701
|
-
role="menuitem"
|
|
702
|
-
href="#"
|
|
703
|
-
>Separated link</a>
|
|
704
|
-
</li>
|
|
705
|
-
</ul>
|
|
706
|
-
</div>
|
|
299
|
+
</span>
|
|
300
|
+
</button>
|
|
707
301
|
<div class="pf-v6-c-notification-drawer__header-action-close">
|
|
708
302
|
<button
|
|
709
303
|
class="pf-v6-c-button pf-m-plain"
|
|
@@ -750,63 +344,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
750
344
|
</h2>
|
|
751
345
|
</div>
|
|
752
346
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
753
|
-
<
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
>
|
|
347
|
+
<button
|
|
348
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
349
|
+
type="button"
|
|
350
|
+
aria-expanded="false"
|
|
351
|
+
aria-label="Menu toggle"
|
|
352
|
+
id="notification-drawer-groups-example-group1menu-toggle-1"
|
|
353
|
+
>
|
|
354
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
761
355
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
762
|
-
</
|
|
763
|
-
|
|
764
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
765
|
-
aria-labelledby="notification-drawer-groups-group1dropdown-kebab-1-button"
|
|
766
|
-
hidden
|
|
767
|
-
role="menu"
|
|
768
|
-
>
|
|
769
|
-
<li role="none">
|
|
770
|
-
<a
|
|
771
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
772
|
-
role="menuitem"
|
|
773
|
-
href="#"
|
|
774
|
-
>Link</a>
|
|
775
|
-
</li>
|
|
776
|
-
<li role="none">
|
|
777
|
-
<button
|
|
778
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
779
|
-
role="menuitem"
|
|
780
|
-
type="button"
|
|
781
|
-
>Action</button>
|
|
782
|
-
</li>
|
|
783
|
-
<li role="none">
|
|
784
|
-
<a
|
|
785
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
786
|
-
role="menuitem"
|
|
787
|
-
href="#"
|
|
788
|
-
aria-disabled="true"
|
|
789
|
-
tabindex="-1"
|
|
790
|
-
>Disabled link</a>
|
|
791
|
-
</li>
|
|
792
|
-
<li role="none">
|
|
793
|
-
<button
|
|
794
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
795
|
-
role="menuitem"
|
|
796
|
-
type="button"
|
|
797
|
-
disabled
|
|
798
|
-
>Disabled action</button>
|
|
799
|
-
</li>
|
|
800
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
801
|
-
<li role="none">
|
|
802
|
-
<a
|
|
803
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
804
|
-
role="menuitem"
|
|
805
|
-
href="#"
|
|
806
|
-
>Separated link</a>
|
|
807
|
-
</li>
|
|
808
|
-
</ul>
|
|
809
|
-
</div>
|
|
356
|
+
</span>
|
|
357
|
+
</button>
|
|
810
358
|
</div>
|
|
811
359
|
<div
|
|
812
360
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -831,63 +379,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
831
379
|
</h2>
|
|
832
380
|
</div>
|
|
833
381
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
834
|
-
<
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
>
|
|
382
|
+
<button
|
|
383
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
384
|
+
type="button"
|
|
385
|
+
aria-expanded="false"
|
|
386
|
+
aria-label="Menu toggle"
|
|
387
|
+
id="notification-drawer-groups-example-group1menu-toggle-3"
|
|
388
|
+
>
|
|
389
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
842
390
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
843
|
-
</
|
|
844
|
-
|
|
845
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
846
|
-
aria-labelledby="notification-drawer-groups-group1dropdown-kebab-2-button"
|
|
847
|
-
hidden
|
|
848
|
-
role="menu"
|
|
849
|
-
>
|
|
850
|
-
<li role="none">
|
|
851
|
-
<a
|
|
852
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
853
|
-
role="menuitem"
|
|
854
|
-
href="#"
|
|
855
|
-
>Link</a>
|
|
856
|
-
</li>
|
|
857
|
-
<li role="none">
|
|
858
|
-
<button
|
|
859
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
860
|
-
role="menuitem"
|
|
861
|
-
type="button"
|
|
862
|
-
>Action</button>
|
|
863
|
-
</li>
|
|
864
|
-
<li role="none">
|
|
865
|
-
<a
|
|
866
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
867
|
-
role="menuitem"
|
|
868
|
-
href="#"
|
|
869
|
-
aria-disabled="true"
|
|
870
|
-
tabindex="-1"
|
|
871
|
-
>Disabled link</a>
|
|
872
|
-
</li>
|
|
873
|
-
<li role="none">
|
|
874
|
-
<button
|
|
875
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
876
|
-
role="menuitem"
|
|
877
|
-
type="button"
|
|
878
|
-
disabled
|
|
879
|
-
>Disabled action</button>
|
|
880
|
-
</li>
|
|
881
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
882
|
-
<li role="none">
|
|
883
|
-
<a
|
|
884
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
885
|
-
role="menuitem"
|
|
886
|
-
href="#"
|
|
887
|
-
>Separated link</a>
|
|
888
|
-
</li>
|
|
889
|
-
</ul>
|
|
890
|
-
</div>
|
|
391
|
+
</span>
|
|
392
|
+
</button>
|
|
891
393
|
</div>
|
|
892
394
|
<div
|
|
893
395
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -912,63 +414,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
912
414
|
</h2>
|
|
913
415
|
</div>
|
|
914
416
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
915
|
-
<
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
>
|
|
417
|
+
<button
|
|
418
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
419
|
+
type="button"
|
|
420
|
+
aria-expanded="false"
|
|
421
|
+
aria-label="Menu toggle"
|
|
422
|
+
id="notification-drawer-groups-example-group1menu-toggle-4"
|
|
423
|
+
>
|
|
424
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
923
425
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
924
|
-
</
|
|
925
|
-
|
|
926
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
927
|
-
aria-labelledby="notification-drawer-groups-group1dropdown-kebab-3-button"
|
|
928
|
-
hidden
|
|
929
|
-
role="menu"
|
|
930
|
-
>
|
|
931
|
-
<li role="none">
|
|
932
|
-
<a
|
|
933
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
934
|
-
role="menuitem"
|
|
935
|
-
href="#"
|
|
936
|
-
>Link</a>
|
|
937
|
-
</li>
|
|
938
|
-
<li role="none">
|
|
939
|
-
<button
|
|
940
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
941
|
-
role="menuitem"
|
|
942
|
-
type="button"
|
|
943
|
-
>Action</button>
|
|
944
|
-
</li>
|
|
945
|
-
<li role="none">
|
|
946
|
-
<a
|
|
947
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
948
|
-
role="menuitem"
|
|
949
|
-
href="#"
|
|
950
|
-
aria-disabled="true"
|
|
951
|
-
tabindex="-1"
|
|
952
|
-
>Disabled link</a>
|
|
953
|
-
</li>
|
|
954
|
-
<li role="none">
|
|
955
|
-
<button
|
|
956
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
957
|
-
role="menuitem"
|
|
958
|
-
type="button"
|
|
959
|
-
disabled
|
|
960
|
-
>Disabled action</button>
|
|
961
|
-
</li>
|
|
962
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
963
|
-
<li role="none">
|
|
964
|
-
<a
|
|
965
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
966
|
-
role="menuitem"
|
|
967
|
-
href="#"
|
|
968
|
-
>Separated link</a>
|
|
969
|
-
</li>
|
|
970
|
-
</ul>
|
|
971
|
-
</div>
|
|
426
|
+
</span>
|
|
427
|
+
</button>
|
|
972
428
|
</div>
|
|
973
429
|
<div
|
|
974
430
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -990,63 +446,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
990
446
|
</h2>
|
|
991
447
|
</div>
|
|
992
448
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
993
|
-
<
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
>
|
|
449
|
+
<button
|
|
450
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
451
|
+
type="button"
|
|
452
|
+
aria-expanded="false"
|
|
453
|
+
aria-label="Menu toggle"
|
|
454
|
+
id="notification-drawer-groups-example-group1menu-toggle-5"
|
|
455
|
+
>
|
|
456
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1001
457
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1002
|
-
</
|
|
1003
|
-
|
|
1004
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1005
|
-
aria-labelledby="notification-drawer-groups-group1dropdown-kebab-4-button"
|
|
1006
|
-
hidden
|
|
1007
|
-
role="menu"
|
|
1008
|
-
>
|
|
1009
|
-
<li role="none">
|
|
1010
|
-
<a
|
|
1011
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1012
|
-
role="menuitem"
|
|
1013
|
-
href="#"
|
|
1014
|
-
>Link</a>
|
|
1015
|
-
</li>
|
|
1016
|
-
<li role="none">
|
|
1017
|
-
<button
|
|
1018
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1019
|
-
role="menuitem"
|
|
1020
|
-
type="button"
|
|
1021
|
-
>Action</button>
|
|
1022
|
-
</li>
|
|
1023
|
-
<li role="none">
|
|
1024
|
-
<a
|
|
1025
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1026
|
-
role="menuitem"
|
|
1027
|
-
href="#"
|
|
1028
|
-
aria-disabled="true"
|
|
1029
|
-
tabindex="-1"
|
|
1030
|
-
>Disabled link</a>
|
|
1031
|
-
</li>
|
|
1032
|
-
<li role="none">
|
|
1033
|
-
<button
|
|
1034
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1035
|
-
role="menuitem"
|
|
1036
|
-
type="button"
|
|
1037
|
-
disabled
|
|
1038
|
-
>Disabled action</button>
|
|
1039
|
-
</li>
|
|
1040
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1041
|
-
<li role="none">
|
|
1042
|
-
<a
|
|
1043
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1044
|
-
role="menuitem"
|
|
1045
|
-
href="#"
|
|
1046
|
-
>Separated link</a>
|
|
1047
|
-
</li>
|
|
1048
|
-
</ul>
|
|
1049
|
-
</div>
|
|
458
|
+
</span>
|
|
459
|
+
</button>
|
|
1050
460
|
</div>
|
|
1051
461
|
<div
|
|
1052
462
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -1068,63 +478,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
1068
478
|
</h2>
|
|
1069
479
|
</div>
|
|
1070
480
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
1071
|
-
<
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
>
|
|
481
|
+
<button
|
|
482
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
483
|
+
type="button"
|
|
484
|
+
aria-expanded="false"
|
|
485
|
+
aria-label="Menu toggle"
|
|
486
|
+
id="notification-drawer-groups-example-group1menu-toggle-6"
|
|
487
|
+
>
|
|
488
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1079
489
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1080
|
-
</
|
|
1081
|
-
|
|
1082
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1083
|
-
aria-labelledby="notification-drawer-groups-group1dropdown-kebab-5-button"
|
|
1084
|
-
hidden
|
|
1085
|
-
role="menu"
|
|
1086
|
-
>
|
|
1087
|
-
<li role="none">
|
|
1088
|
-
<a
|
|
1089
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1090
|
-
role="menuitem"
|
|
1091
|
-
href="#"
|
|
1092
|
-
>Link</a>
|
|
1093
|
-
</li>
|
|
1094
|
-
<li role="none">
|
|
1095
|
-
<button
|
|
1096
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1097
|
-
role="menuitem"
|
|
1098
|
-
type="button"
|
|
1099
|
-
>Action</button>
|
|
1100
|
-
</li>
|
|
1101
|
-
<li role="none">
|
|
1102
|
-
<a
|
|
1103
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1104
|
-
role="menuitem"
|
|
1105
|
-
href="#"
|
|
1106
|
-
aria-disabled="true"
|
|
1107
|
-
tabindex="-1"
|
|
1108
|
-
>Disabled link</a>
|
|
1109
|
-
</li>
|
|
1110
|
-
<li role="none">
|
|
1111
|
-
<button
|
|
1112
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1113
|
-
role="menuitem"
|
|
1114
|
-
type="button"
|
|
1115
|
-
disabled
|
|
1116
|
-
>Disabled action</button>
|
|
1117
|
-
</li>
|
|
1118
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1119
|
-
<li role="none">
|
|
1120
|
-
<a
|
|
1121
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1122
|
-
role="menuitem"
|
|
1123
|
-
href="#"
|
|
1124
|
-
>Separated link</a>
|
|
1125
|
-
</li>
|
|
1126
|
-
</ul>
|
|
1127
|
-
</div>
|
|
490
|
+
</span>
|
|
491
|
+
</button>
|
|
1128
492
|
</div>
|
|
1129
493
|
<div
|
|
1130
494
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -1148,63 +512,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
1148
512
|
</h2>
|
|
1149
513
|
</div>
|
|
1150
514
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
1151
|
-
<
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
>
|
|
515
|
+
<button
|
|
516
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
517
|
+
type="button"
|
|
518
|
+
aria-expanded="false"
|
|
519
|
+
aria-label="Menu toggle"
|
|
520
|
+
id="notification-drawer-groups-example-group1menu-toggle-7"
|
|
521
|
+
>
|
|
522
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1159
523
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1160
|
-
</
|
|
1161
|
-
|
|
1162
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1163
|
-
aria-labelledby="notification-drawer-groups-group1dropdown-kebab-6-button"
|
|
1164
|
-
hidden
|
|
1165
|
-
role="menu"
|
|
1166
|
-
>
|
|
1167
|
-
<li role="none">
|
|
1168
|
-
<a
|
|
1169
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1170
|
-
role="menuitem"
|
|
1171
|
-
href="#"
|
|
1172
|
-
>Link</a>
|
|
1173
|
-
</li>
|
|
1174
|
-
<li role="none">
|
|
1175
|
-
<button
|
|
1176
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1177
|
-
role="menuitem"
|
|
1178
|
-
type="button"
|
|
1179
|
-
>Action</button>
|
|
1180
|
-
</li>
|
|
1181
|
-
<li role="none">
|
|
1182
|
-
<a
|
|
1183
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1184
|
-
role="menuitem"
|
|
1185
|
-
href="#"
|
|
1186
|
-
aria-disabled="true"
|
|
1187
|
-
tabindex="-1"
|
|
1188
|
-
>Disabled link</a>
|
|
1189
|
-
</li>
|
|
1190
|
-
<li role="none">
|
|
1191
|
-
<button
|
|
1192
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1193
|
-
role="menuitem"
|
|
1194
|
-
type="button"
|
|
1195
|
-
disabled
|
|
1196
|
-
>Disabled action</button>
|
|
1197
|
-
</li>
|
|
1198
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1199
|
-
<li role="none">
|
|
1200
|
-
<a
|
|
1201
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1202
|
-
role="menuitem"
|
|
1203
|
-
href="#"
|
|
1204
|
-
>Separated link</a>
|
|
1205
|
-
</li>
|
|
1206
|
-
</ul>
|
|
1207
|
-
</div>
|
|
524
|
+
</span>
|
|
525
|
+
</button>
|
|
1208
526
|
</div>
|
|
1209
527
|
<div
|
|
1210
528
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -1229,63 +547,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
1229
547
|
</h2>
|
|
1230
548
|
</div>
|
|
1231
549
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
1232
|
-
<
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
>
|
|
550
|
+
<button
|
|
551
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
552
|
+
type="button"
|
|
553
|
+
aria-expanded="false"
|
|
554
|
+
aria-label="Menu toggle"
|
|
555
|
+
id="notification-drawer-groups-example-group1menu-toggle-8"
|
|
556
|
+
>
|
|
557
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1240
558
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1241
|
-
</
|
|
1242
|
-
|
|
1243
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1244
|
-
aria-labelledby="notification-drawer-groups-group1dropdown-kebab-7-button"
|
|
1245
|
-
hidden
|
|
1246
|
-
role="menu"
|
|
1247
|
-
>
|
|
1248
|
-
<li role="none">
|
|
1249
|
-
<a
|
|
1250
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1251
|
-
role="menuitem"
|
|
1252
|
-
href="#"
|
|
1253
|
-
>Link</a>
|
|
1254
|
-
</li>
|
|
1255
|
-
<li role="none">
|
|
1256
|
-
<button
|
|
1257
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1258
|
-
role="menuitem"
|
|
1259
|
-
type="button"
|
|
1260
|
-
>Action</button>
|
|
1261
|
-
</li>
|
|
1262
|
-
<li role="none">
|
|
1263
|
-
<a
|
|
1264
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1265
|
-
role="menuitem"
|
|
1266
|
-
href="#"
|
|
1267
|
-
aria-disabled="true"
|
|
1268
|
-
tabindex="-1"
|
|
1269
|
-
>Disabled link</a>
|
|
1270
|
-
</li>
|
|
1271
|
-
<li role="none">
|
|
1272
|
-
<button
|
|
1273
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1274
|
-
role="menuitem"
|
|
1275
|
-
type="button"
|
|
1276
|
-
disabled
|
|
1277
|
-
>Disabled action</button>
|
|
1278
|
-
</li>
|
|
1279
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1280
|
-
<li role="none">
|
|
1281
|
-
<a
|
|
1282
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1283
|
-
role="menuitem"
|
|
1284
|
-
href="#"
|
|
1285
|
-
>Separated link</a>
|
|
1286
|
-
</li>
|
|
1287
|
-
</ul>
|
|
1288
|
-
</div>
|
|
559
|
+
</span>
|
|
560
|
+
</button>
|
|
1289
561
|
</div>
|
|
1290
562
|
<div
|
|
1291
563
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -1329,63 +601,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
1329
601
|
</h2>
|
|
1330
602
|
</div>
|
|
1331
603
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
1332
|
-
<
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
>
|
|
604
|
+
<button
|
|
605
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
606
|
+
type="button"
|
|
607
|
+
aria-expanded="false"
|
|
608
|
+
aria-label="Menu toggle"
|
|
609
|
+
id="notification-drawer-groups-example-group2menu-toggle-1"
|
|
610
|
+
>
|
|
611
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1340
612
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1341
|
-
</
|
|
1342
|
-
|
|
1343
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1344
|
-
aria-labelledby="notification-drawer-groups-group2dropdown-kebab-1-button"
|
|
1345
|
-
hidden
|
|
1346
|
-
role="menu"
|
|
1347
|
-
>
|
|
1348
|
-
<li role="none">
|
|
1349
|
-
<a
|
|
1350
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1351
|
-
role="menuitem"
|
|
1352
|
-
href="#"
|
|
1353
|
-
>Link</a>
|
|
1354
|
-
</li>
|
|
1355
|
-
<li role="none">
|
|
1356
|
-
<button
|
|
1357
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1358
|
-
role="menuitem"
|
|
1359
|
-
type="button"
|
|
1360
|
-
>Action</button>
|
|
1361
|
-
</li>
|
|
1362
|
-
<li role="none">
|
|
1363
|
-
<a
|
|
1364
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1365
|
-
role="menuitem"
|
|
1366
|
-
href="#"
|
|
1367
|
-
aria-disabled="true"
|
|
1368
|
-
tabindex="-1"
|
|
1369
|
-
>Disabled link</a>
|
|
1370
|
-
</li>
|
|
1371
|
-
<li role="none">
|
|
1372
|
-
<button
|
|
1373
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1374
|
-
role="menuitem"
|
|
1375
|
-
type="button"
|
|
1376
|
-
disabled
|
|
1377
|
-
>Disabled action</button>
|
|
1378
|
-
</li>
|
|
1379
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1380
|
-
<li role="none">
|
|
1381
|
-
<a
|
|
1382
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1383
|
-
role="menuitem"
|
|
1384
|
-
href="#"
|
|
1385
|
-
>Separated link</a>
|
|
1386
|
-
</li>
|
|
1387
|
-
</ul>
|
|
1388
|
-
</div>
|
|
613
|
+
</span>
|
|
614
|
+
</button>
|
|
1389
615
|
</div>
|
|
1390
616
|
<div
|
|
1391
617
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -1410,63 +636,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
1410
636
|
</h2>
|
|
1411
637
|
</div>
|
|
1412
638
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
1413
|
-
<
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
>
|
|
639
|
+
<button
|
|
640
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
641
|
+
type="button"
|
|
642
|
+
aria-expanded="false"
|
|
643
|
+
aria-label="Menu toggle"
|
|
644
|
+
id="notification-drawer-groups-example-group2menu-toggle-3"
|
|
645
|
+
>
|
|
646
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1421
647
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1422
|
-
</
|
|
1423
|
-
|
|
1424
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1425
|
-
aria-labelledby="notification-drawer-groups-group2dropdown-kebab-2-button"
|
|
1426
|
-
hidden
|
|
1427
|
-
role="menu"
|
|
1428
|
-
>
|
|
1429
|
-
<li role="none">
|
|
1430
|
-
<a
|
|
1431
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1432
|
-
role="menuitem"
|
|
1433
|
-
href="#"
|
|
1434
|
-
>Link</a>
|
|
1435
|
-
</li>
|
|
1436
|
-
<li role="none">
|
|
1437
|
-
<button
|
|
1438
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1439
|
-
role="menuitem"
|
|
1440
|
-
type="button"
|
|
1441
|
-
>Action</button>
|
|
1442
|
-
</li>
|
|
1443
|
-
<li role="none">
|
|
1444
|
-
<a
|
|
1445
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1446
|
-
role="menuitem"
|
|
1447
|
-
href="#"
|
|
1448
|
-
aria-disabled="true"
|
|
1449
|
-
tabindex="-1"
|
|
1450
|
-
>Disabled link</a>
|
|
1451
|
-
</li>
|
|
1452
|
-
<li role="none">
|
|
1453
|
-
<button
|
|
1454
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1455
|
-
role="menuitem"
|
|
1456
|
-
type="button"
|
|
1457
|
-
disabled
|
|
1458
|
-
>Disabled action</button>
|
|
1459
|
-
</li>
|
|
1460
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1461
|
-
<li role="none">
|
|
1462
|
-
<a
|
|
1463
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1464
|
-
role="menuitem"
|
|
1465
|
-
href="#"
|
|
1466
|
-
>Separated link</a>
|
|
1467
|
-
</li>
|
|
1468
|
-
</ul>
|
|
1469
|
-
</div>
|
|
648
|
+
</span>
|
|
649
|
+
</button>
|
|
1470
650
|
</div>
|
|
1471
651
|
<div
|
|
1472
652
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -1491,63 +671,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
1491
671
|
</h2>
|
|
1492
672
|
</div>
|
|
1493
673
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
1494
|
-
<
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
>
|
|
674
|
+
<button
|
|
675
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
676
|
+
type="button"
|
|
677
|
+
aria-expanded="false"
|
|
678
|
+
aria-label="Menu toggle"
|
|
679
|
+
id="notification-drawer-groups-example-group2menu-toggle-4"
|
|
680
|
+
>
|
|
681
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1502
682
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1503
|
-
</
|
|
1504
|
-
|
|
1505
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1506
|
-
aria-labelledby="notification-drawer-groups-group2dropdown-kebab-3-button"
|
|
1507
|
-
hidden
|
|
1508
|
-
role="menu"
|
|
1509
|
-
>
|
|
1510
|
-
<li role="none">
|
|
1511
|
-
<a
|
|
1512
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1513
|
-
role="menuitem"
|
|
1514
|
-
href="#"
|
|
1515
|
-
>Link</a>
|
|
1516
|
-
</li>
|
|
1517
|
-
<li role="none">
|
|
1518
|
-
<button
|
|
1519
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1520
|
-
role="menuitem"
|
|
1521
|
-
type="button"
|
|
1522
|
-
>Action</button>
|
|
1523
|
-
</li>
|
|
1524
|
-
<li role="none">
|
|
1525
|
-
<a
|
|
1526
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1527
|
-
role="menuitem"
|
|
1528
|
-
href="#"
|
|
1529
|
-
aria-disabled="true"
|
|
1530
|
-
tabindex="-1"
|
|
1531
|
-
>Disabled link</a>
|
|
1532
|
-
</li>
|
|
1533
|
-
<li role="none">
|
|
1534
|
-
<button
|
|
1535
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1536
|
-
role="menuitem"
|
|
1537
|
-
type="button"
|
|
1538
|
-
disabled
|
|
1539
|
-
>Disabled action</button>
|
|
1540
|
-
</li>
|
|
1541
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1542
|
-
<li role="none">
|
|
1543
|
-
<a
|
|
1544
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1545
|
-
role="menuitem"
|
|
1546
|
-
href="#"
|
|
1547
|
-
>Separated link</a>
|
|
1548
|
-
</li>
|
|
1549
|
-
</ul>
|
|
1550
|
-
</div>
|
|
683
|
+
</span>
|
|
684
|
+
</button>
|
|
1551
685
|
</div>
|
|
1552
686
|
<div
|
|
1553
687
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -1569,63 +703,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
1569
703
|
</h2>
|
|
1570
704
|
</div>
|
|
1571
705
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
1572
|
-
<
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
>
|
|
706
|
+
<button
|
|
707
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
708
|
+
type="button"
|
|
709
|
+
aria-expanded="false"
|
|
710
|
+
aria-label="Menu toggle"
|
|
711
|
+
id="notification-drawer-groups-example-group2menu-toggle-5"
|
|
712
|
+
>
|
|
713
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1580
714
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1581
|
-
</
|
|
1582
|
-
|
|
1583
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1584
|
-
aria-labelledby="notification-drawer-groups-group2dropdown-kebab-4-button"
|
|
1585
|
-
hidden
|
|
1586
|
-
role="menu"
|
|
1587
|
-
>
|
|
1588
|
-
<li role="none">
|
|
1589
|
-
<a
|
|
1590
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1591
|
-
role="menuitem"
|
|
1592
|
-
href="#"
|
|
1593
|
-
>Link</a>
|
|
1594
|
-
</li>
|
|
1595
|
-
<li role="none">
|
|
1596
|
-
<button
|
|
1597
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1598
|
-
role="menuitem"
|
|
1599
|
-
type="button"
|
|
1600
|
-
>Action</button>
|
|
1601
|
-
</li>
|
|
1602
|
-
<li role="none">
|
|
1603
|
-
<a
|
|
1604
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1605
|
-
role="menuitem"
|
|
1606
|
-
href="#"
|
|
1607
|
-
aria-disabled="true"
|
|
1608
|
-
tabindex="-1"
|
|
1609
|
-
>Disabled link</a>
|
|
1610
|
-
</li>
|
|
1611
|
-
<li role="none">
|
|
1612
|
-
<button
|
|
1613
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1614
|
-
role="menuitem"
|
|
1615
|
-
type="button"
|
|
1616
|
-
disabled
|
|
1617
|
-
>Disabled action</button>
|
|
1618
|
-
</li>
|
|
1619
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1620
|
-
<li role="none">
|
|
1621
|
-
<a
|
|
1622
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1623
|
-
role="menuitem"
|
|
1624
|
-
href="#"
|
|
1625
|
-
>Separated link</a>
|
|
1626
|
-
</li>
|
|
1627
|
-
</ul>
|
|
1628
|
-
</div>
|
|
715
|
+
</span>
|
|
716
|
+
</button>
|
|
1629
717
|
</div>
|
|
1630
718
|
<div
|
|
1631
719
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -1647,63 +735,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
1647
735
|
</h2>
|
|
1648
736
|
</div>
|
|
1649
737
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
1650
|
-
<
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
>
|
|
738
|
+
<button
|
|
739
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
740
|
+
type="button"
|
|
741
|
+
aria-expanded="false"
|
|
742
|
+
aria-label="Menu toggle"
|
|
743
|
+
id="notification-drawer-groups-example-group2menu-toggle-6"
|
|
744
|
+
>
|
|
745
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1658
746
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1659
|
-
</
|
|
1660
|
-
|
|
1661
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1662
|
-
aria-labelledby="notification-drawer-groups-group2dropdown-kebab-5-button"
|
|
1663
|
-
hidden
|
|
1664
|
-
role="menu"
|
|
1665
|
-
>
|
|
1666
|
-
<li role="none">
|
|
1667
|
-
<a
|
|
1668
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1669
|
-
role="menuitem"
|
|
1670
|
-
href="#"
|
|
1671
|
-
>Link</a>
|
|
1672
|
-
</li>
|
|
1673
|
-
<li role="none">
|
|
1674
|
-
<button
|
|
1675
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1676
|
-
role="menuitem"
|
|
1677
|
-
type="button"
|
|
1678
|
-
>Action</button>
|
|
1679
|
-
</li>
|
|
1680
|
-
<li role="none">
|
|
1681
|
-
<a
|
|
1682
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1683
|
-
role="menuitem"
|
|
1684
|
-
href="#"
|
|
1685
|
-
aria-disabled="true"
|
|
1686
|
-
tabindex="-1"
|
|
1687
|
-
>Disabled link</a>
|
|
1688
|
-
</li>
|
|
1689
|
-
<li role="none">
|
|
1690
|
-
<button
|
|
1691
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1692
|
-
role="menuitem"
|
|
1693
|
-
type="button"
|
|
1694
|
-
disabled
|
|
1695
|
-
>Disabled action</button>
|
|
1696
|
-
</li>
|
|
1697
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1698
|
-
<li role="none">
|
|
1699
|
-
<a
|
|
1700
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1701
|
-
role="menuitem"
|
|
1702
|
-
href="#"
|
|
1703
|
-
>Separated link</a>
|
|
1704
|
-
</li>
|
|
1705
|
-
</ul>
|
|
1706
|
-
</div>
|
|
747
|
+
</span>
|
|
748
|
+
</button>
|
|
1707
749
|
</div>
|
|
1708
750
|
<div
|
|
1709
751
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -1727,63 +769,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
1727
769
|
</h2>
|
|
1728
770
|
</div>
|
|
1729
771
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
1730
|
-
<
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
>
|
|
772
|
+
<button
|
|
773
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
774
|
+
type="button"
|
|
775
|
+
aria-expanded="false"
|
|
776
|
+
aria-label="Menu toggle"
|
|
777
|
+
id="notification-drawer-groups-example-group2menu-toggle-7"
|
|
778
|
+
>
|
|
779
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1738
780
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1739
|
-
</
|
|
1740
|
-
|
|
1741
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1742
|
-
aria-labelledby="notification-drawer-groups-group2dropdown-kebab-6-button"
|
|
1743
|
-
hidden
|
|
1744
|
-
role="menu"
|
|
1745
|
-
>
|
|
1746
|
-
<li role="none">
|
|
1747
|
-
<a
|
|
1748
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1749
|
-
role="menuitem"
|
|
1750
|
-
href="#"
|
|
1751
|
-
>Link</a>
|
|
1752
|
-
</li>
|
|
1753
|
-
<li role="none">
|
|
1754
|
-
<button
|
|
1755
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1756
|
-
role="menuitem"
|
|
1757
|
-
type="button"
|
|
1758
|
-
>Action</button>
|
|
1759
|
-
</li>
|
|
1760
|
-
<li role="none">
|
|
1761
|
-
<a
|
|
1762
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1763
|
-
role="menuitem"
|
|
1764
|
-
href="#"
|
|
1765
|
-
aria-disabled="true"
|
|
1766
|
-
tabindex="-1"
|
|
1767
|
-
>Disabled link</a>
|
|
1768
|
-
</li>
|
|
1769
|
-
<li role="none">
|
|
1770
|
-
<button
|
|
1771
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1772
|
-
role="menuitem"
|
|
1773
|
-
type="button"
|
|
1774
|
-
disabled
|
|
1775
|
-
>Disabled action</button>
|
|
1776
|
-
</li>
|
|
1777
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1778
|
-
<li role="none">
|
|
1779
|
-
<a
|
|
1780
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1781
|
-
role="menuitem"
|
|
1782
|
-
href="#"
|
|
1783
|
-
>Separated link</a>
|
|
1784
|
-
</li>
|
|
1785
|
-
</ul>
|
|
1786
|
-
</div>
|
|
781
|
+
</span>
|
|
782
|
+
</button>
|
|
1787
783
|
</div>
|
|
1788
784
|
<div
|
|
1789
785
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -1808,63 +804,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
1808
804
|
</h2>
|
|
1809
805
|
</div>
|
|
1810
806
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
1811
|
-
<
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
>
|
|
807
|
+
<button
|
|
808
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
809
|
+
type="button"
|
|
810
|
+
aria-expanded="false"
|
|
811
|
+
aria-label="Menu toggle"
|
|
812
|
+
id="notification-drawer-groups-example-group2menu-toggle-8"
|
|
813
|
+
>
|
|
814
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1819
815
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1820
|
-
</
|
|
1821
|
-
|
|
1822
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1823
|
-
aria-labelledby="notification-drawer-groups-group2dropdown-kebab-7-button"
|
|
1824
|
-
hidden
|
|
1825
|
-
role="menu"
|
|
1826
|
-
>
|
|
1827
|
-
<li role="none">
|
|
1828
|
-
<a
|
|
1829
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1830
|
-
role="menuitem"
|
|
1831
|
-
href="#"
|
|
1832
|
-
>Link</a>
|
|
1833
|
-
</li>
|
|
1834
|
-
<li role="none">
|
|
1835
|
-
<button
|
|
1836
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1837
|
-
role="menuitem"
|
|
1838
|
-
type="button"
|
|
1839
|
-
>Action</button>
|
|
1840
|
-
</li>
|
|
1841
|
-
<li role="none">
|
|
1842
|
-
<a
|
|
1843
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1844
|
-
role="menuitem"
|
|
1845
|
-
href="#"
|
|
1846
|
-
aria-disabled="true"
|
|
1847
|
-
tabindex="-1"
|
|
1848
|
-
>Disabled link</a>
|
|
1849
|
-
</li>
|
|
1850
|
-
<li role="none">
|
|
1851
|
-
<button
|
|
1852
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1853
|
-
role="menuitem"
|
|
1854
|
-
type="button"
|
|
1855
|
-
disabled
|
|
1856
|
-
>Disabled action</button>
|
|
1857
|
-
</li>
|
|
1858
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1859
|
-
<li role="none">
|
|
1860
|
-
<a
|
|
1861
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1862
|
-
role="menuitem"
|
|
1863
|
-
href="#"
|
|
1864
|
-
>Separated link</a>
|
|
1865
|
-
</li>
|
|
1866
|
-
</ul>
|
|
1867
|
-
</div>
|
|
816
|
+
</span>
|
|
817
|
+
</button>
|
|
1868
818
|
</div>
|
|
1869
819
|
<div
|
|
1870
820
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -1908,63 +858,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
1908
858
|
</h2>
|
|
1909
859
|
</div>
|
|
1910
860
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
1911
|
-
<
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
>
|
|
861
|
+
<button
|
|
862
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
863
|
+
type="button"
|
|
864
|
+
aria-expanded="false"
|
|
865
|
+
aria-label="Menu toggle"
|
|
866
|
+
id="notification-drawer-groups-example-group3menu-toggle-1"
|
|
867
|
+
>
|
|
868
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1919
869
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1920
|
-
</
|
|
1921
|
-
|
|
1922
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1923
|
-
aria-labelledby="notification-drawer-groups-group3dropdown-kebab-1-button"
|
|
1924
|
-
hidden
|
|
1925
|
-
role="menu"
|
|
1926
|
-
>
|
|
1927
|
-
<li role="none">
|
|
1928
|
-
<a
|
|
1929
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1930
|
-
role="menuitem"
|
|
1931
|
-
href="#"
|
|
1932
|
-
>Link</a>
|
|
1933
|
-
</li>
|
|
1934
|
-
<li role="none">
|
|
1935
|
-
<button
|
|
1936
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1937
|
-
role="menuitem"
|
|
1938
|
-
type="button"
|
|
1939
|
-
>Action</button>
|
|
1940
|
-
</li>
|
|
1941
|
-
<li role="none">
|
|
1942
|
-
<a
|
|
1943
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1944
|
-
role="menuitem"
|
|
1945
|
-
href="#"
|
|
1946
|
-
aria-disabled="true"
|
|
1947
|
-
tabindex="-1"
|
|
1948
|
-
>Disabled link</a>
|
|
1949
|
-
</li>
|
|
1950
|
-
<li role="none">
|
|
1951
|
-
<button
|
|
1952
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1953
|
-
role="menuitem"
|
|
1954
|
-
type="button"
|
|
1955
|
-
disabled
|
|
1956
|
-
>Disabled action</button>
|
|
1957
|
-
</li>
|
|
1958
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1959
|
-
<li role="none">
|
|
1960
|
-
<a
|
|
1961
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1962
|
-
role="menuitem"
|
|
1963
|
-
href="#"
|
|
1964
|
-
>Separated link</a>
|
|
1965
|
-
</li>
|
|
1966
|
-
</ul>
|
|
1967
|
-
</div>
|
|
870
|
+
</span>
|
|
871
|
+
</button>
|
|
1968
872
|
</div>
|
|
1969
873
|
<div
|
|
1970
874
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -1989,63 +893,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
1989
893
|
</h2>
|
|
1990
894
|
</div>
|
|
1991
895
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
1992
|
-
<
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
>
|
|
896
|
+
<button
|
|
897
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
898
|
+
type="button"
|
|
899
|
+
aria-expanded="false"
|
|
900
|
+
aria-label="Menu toggle"
|
|
901
|
+
id="notification-drawer-groups-example-group3menu-toggle-3"
|
|
902
|
+
>
|
|
903
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
2000
904
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
2001
|
-
</
|
|
2002
|
-
|
|
2003
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
2004
|
-
aria-labelledby="notification-drawer-groups-group3dropdown-kebab-2-button"
|
|
2005
|
-
hidden
|
|
2006
|
-
role="menu"
|
|
2007
|
-
>
|
|
2008
|
-
<li role="none">
|
|
2009
|
-
<a
|
|
2010
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2011
|
-
role="menuitem"
|
|
2012
|
-
href="#"
|
|
2013
|
-
>Link</a>
|
|
2014
|
-
</li>
|
|
2015
|
-
<li role="none">
|
|
2016
|
-
<button
|
|
2017
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2018
|
-
role="menuitem"
|
|
2019
|
-
type="button"
|
|
2020
|
-
>Action</button>
|
|
2021
|
-
</li>
|
|
2022
|
-
<li role="none">
|
|
2023
|
-
<a
|
|
2024
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
2025
|
-
role="menuitem"
|
|
2026
|
-
href="#"
|
|
2027
|
-
aria-disabled="true"
|
|
2028
|
-
tabindex="-1"
|
|
2029
|
-
>Disabled link</a>
|
|
2030
|
-
</li>
|
|
2031
|
-
<li role="none">
|
|
2032
|
-
<button
|
|
2033
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2034
|
-
role="menuitem"
|
|
2035
|
-
type="button"
|
|
2036
|
-
disabled
|
|
2037
|
-
>Disabled action</button>
|
|
2038
|
-
</li>
|
|
2039
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
2040
|
-
<li role="none">
|
|
2041
|
-
<a
|
|
2042
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2043
|
-
role="menuitem"
|
|
2044
|
-
href="#"
|
|
2045
|
-
>Separated link</a>
|
|
2046
|
-
</li>
|
|
2047
|
-
</ul>
|
|
2048
|
-
</div>
|
|
905
|
+
</span>
|
|
906
|
+
</button>
|
|
2049
907
|
</div>
|
|
2050
908
|
<div
|
|
2051
909
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -2070,63 +928,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
2070
928
|
</h2>
|
|
2071
929
|
</div>
|
|
2072
930
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
2073
|
-
<
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
>
|
|
931
|
+
<button
|
|
932
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
933
|
+
type="button"
|
|
934
|
+
aria-expanded="false"
|
|
935
|
+
aria-label="Menu toggle"
|
|
936
|
+
id="notification-drawer-groups-example-group3menu-toggle-4"
|
|
937
|
+
>
|
|
938
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
2081
939
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
2082
|
-
</
|
|
2083
|
-
|
|
2084
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
2085
|
-
aria-labelledby="notification-drawer-groups-group3dropdown-kebab-3-button"
|
|
2086
|
-
hidden
|
|
2087
|
-
role="menu"
|
|
2088
|
-
>
|
|
2089
|
-
<li role="none">
|
|
2090
|
-
<a
|
|
2091
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2092
|
-
role="menuitem"
|
|
2093
|
-
href="#"
|
|
2094
|
-
>Link</a>
|
|
2095
|
-
</li>
|
|
2096
|
-
<li role="none">
|
|
2097
|
-
<button
|
|
2098
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2099
|
-
role="menuitem"
|
|
2100
|
-
type="button"
|
|
2101
|
-
>Action</button>
|
|
2102
|
-
</li>
|
|
2103
|
-
<li role="none">
|
|
2104
|
-
<a
|
|
2105
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
2106
|
-
role="menuitem"
|
|
2107
|
-
href="#"
|
|
2108
|
-
aria-disabled="true"
|
|
2109
|
-
tabindex="-1"
|
|
2110
|
-
>Disabled link</a>
|
|
2111
|
-
</li>
|
|
2112
|
-
<li role="none">
|
|
2113
|
-
<button
|
|
2114
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2115
|
-
role="menuitem"
|
|
2116
|
-
type="button"
|
|
2117
|
-
disabled
|
|
2118
|
-
>Disabled action</button>
|
|
2119
|
-
</li>
|
|
2120
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
2121
|
-
<li role="none">
|
|
2122
|
-
<a
|
|
2123
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2124
|
-
role="menuitem"
|
|
2125
|
-
href="#"
|
|
2126
|
-
>Separated link</a>
|
|
2127
|
-
</li>
|
|
2128
|
-
</ul>
|
|
2129
|
-
</div>
|
|
940
|
+
</span>
|
|
941
|
+
</button>
|
|
2130
942
|
</div>
|
|
2131
943
|
<div
|
|
2132
944
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -2148,63 +960,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
2148
960
|
</h2>
|
|
2149
961
|
</div>
|
|
2150
962
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
2151
|
-
<
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
>
|
|
963
|
+
<button
|
|
964
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
965
|
+
type="button"
|
|
966
|
+
aria-expanded="false"
|
|
967
|
+
aria-label="Menu toggle"
|
|
968
|
+
id="notification-drawer-groups-example-group3menu-toggle-5"
|
|
969
|
+
>
|
|
970
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
2159
971
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
2160
|
-
</
|
|
2161
|
-
|
|
2162
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
2163
|
-
aria-labelledby="notification-drawer-groups-group3dropdown-kebab-4-button"
|
|
2164
|
-
hidden
|
|
2165
|
-
role="menu"
|
|
2166
|
-
>
|
|
2167
|
-
<li role="none">
|
|
2168
|
-
<a
|
|
2169
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2170
|
-
role="menuitem"
|
|
2171
|
-
href="#"
|
|
2172
|
-
>Link</a>
|
|
2173
|
-
</li>
|
|
2174
|
-
<li role="none">
|
|
2175
|
-
<button
|
|
2176
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2177
|
-
role="menuitem"
|
|
2178
|
-
type="button"
|
|
2179
|
-
>Action</button>
|
|
2180
|
-
</li>
|
|
2181
|
-
<li role="none">
|
|
2182
|
-
<a
|
|
2183
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
2184
|
-
role="menuitem"
|
|
2185
|
-
href="#"
|
|
2186
|
-
aria-disabled="true"
|
|
2187
|
-
tabindex="-1"
|
|
2188
|
-
>Disabled link</a>
|
|
2189
|
-
</li>
|
|
2190
|
-
<li role="none">
|
|
2191
|
-
<button
|
|
2192
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2193
|
-
role="menuitem"
|
|
2194
|
-
type="button"
|
|
2195
|
-
disabled
|
|
2196
|
-
>Disabled action</button>
|
|
2197
|
-
</li>
|
|
2198
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
2199
|
-
<li role="none">
|
|
2200
|
-
<a
|
|
2201
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2202
|
-
role="menuitem"
|
|
2203
|
-
href="#"
|
|
2204
|
-
>Separated link</a>
|
|
2205
|
-
</li>
|
|
2206
|
-
</ul>
|
|
2207
|
-
</div>
|
|
972
|
+
</span>
|
|
973
|
+
</button>
|
|
2208
974
|
</div>
|
|
2209
975
|
<div
|
|
2210
976
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -2226,63 +992,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
2226
992
|
</h2>
|
|
2227
993
|
</div>
|
|
2228
994
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
2229
|
-
<
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
>
|
|
995
|
+
<button
|
|
996
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
997
|
+
type="button"
|
|
998
|
+
aria-expanded="false"
|
|
999
|
+
aria-label="Menu toggle"
|
|
1000
|
+
id="notification-drawer-groups-example-group3menu-toggle-6"
|
|
1001
|
+
>
|
|
1002
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
2237
1003
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
2238
|
-
</
|
|
2239
|
-
|
|
2240
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
2241
|
-
aria-labelledby="notification-drawer-groups-group3dropdown-kebab-5-button"
|
|
2242
|
-
hidden
|
|
2243
|
-
role="menu"
|
|
2244
|
-
>
|
|
2245
|
-
<li role="none">
|
|
2246
|
-
<a
|
|
2247
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2248
|
-
role="menuitem"
|
|
2249
|
-
href="#"
|
|
2250
|
-
>Link</a>
|
|
2251
|
-
</li>
|
|
2252
|
-
<li role="none">
|
|
2253
|
-
<button
|
|
2254
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2255
|
-
role="menuitem"
|
|
2256
|
-
type="button"
|
|
2257
|
-
>Action</button>
|
|
2258
|
-
</li>
|
|
2259
|
-
<li role="none">
|
|
2260
|
-
<a
|
|
2261
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
2262
|
-
role="menuitem"
|
|
2263
|
-
href="#"
|
|
2264
|
-
aria-disabled="true"
|
|
2265
|
-
tabindex="-1"
|
|
2266
|
-
>Disabled link</a>
|
|
2267
|
-
</li>
|
|
2268
|
-
<li role="none">
|
|
2269
|
-
<button
|
|
2270
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2271
|
-
role="menuitem"
|
|
2272
|
-
type="button"
|
|
2273
|
-
disabled
|
|
2274
|
-
>Disabled action</button>
|
|
2275
|
-
</li>
|
|
2276
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
2277
|
-
<li role="none">
|
|
2278
|
-
<a
|
|
2279
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2280
|
-
role="menuitem"
|
|
2281
|
-
href="#"
|
|
2282
|
-
>Separated link</a>
|
|
2283
|
-
</li>
|
|
2284
|
-
</ul>
|
|
2285
|
-
</div>
|
|
1004
|
+
</span>
|
|
1005
|
+
</button>
|
|
2286
1006
|
</div>
|
|
2287
1007
|
<div
|
|
2288
1008
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -2306,63 +1026,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
2306
1026
|
</h2>
|
|
2307
1027
|
</div>
|
|
2308
1028
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
2309
|
-
<
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
>
|
|
1029
|
+
<button
|
|
1030
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1031
|
+
type="button"
|
|
1032
|
+
aria-expanded="false"
|
|
1033
|
+
aria-label="Menu toggle"
|
|
1034
|
+
id="notification-drawer-groups-example-group3menu-toggle-7"
|
|
1035
|
+
>
|
|
1036
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
2317
1037
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
2318
|
-
</
|
|
2319
|
-
|
|
2320
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
2321
|
-
aria-labelledby="notification-drawer-groups-group3dropdown-kebab-6-button"
|
|
2322
|
-
hidden
|
|
2323
|
-
role="menu"
|
|
2324
|
-
>
|
|
2325
|
-
<li role="none">
|
|
2326
|
-
<a
|
|
2327
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2328
|
-
role="menuitem"
|
|
2329
|
-
href="#"
|
|
2330
|
-
>Link</a>
|
|
2331
|
-
</li>
|
|
2332
|
-
<li role="none">
|
|
2333
|
-
<button
|
|
2334
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2335
|
-
role="menuitem"
|
|
2336
|
-
type="button"
|
|
2337
|
-
>Action</button>
|
|
2338
|
-
</li>
|
|
2339
|
-
<li role="none">
|
|
2340
|
-
<a
|
|
2341
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
2342
|
-
role="menuitem"
|
|
2343
|
-
href="#"
|
|
2344
|
-
aria-disabled="true"
|
|
2345
|
-
tabindex="-1"
|
|
2346
|
-
>Disabled link</a>
|
|
2347
|
-
</li>
|
|
2348
|
-
<li role="none">
|
|
2349
|
-
<button
|
|
2350
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2351
|
-
role="menuitem"
|
|
2352
|
-
type="button"
|
|
2353
|
-
disabled
|
|
2354
|
-
>Disabled action</button>
|
|
2355
|
-
</li>
|
|
2356
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
2357
|
-
<li role="none">
|
|
2358
|
-
<a
|
|
2359
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2360
|
-
role="menuitem"
|
|
2361
|
-
href="#"
|
|
2362
|
-
>Separated link</a>
|
|
2363
|
-
</li>
|
|
2364
|
-
</ul>
|
|
2365
|
-
</div>
|
|
1038
|
+
</span>
|
|
1039
|
+
</button>
|
|
2366
1040
|
</div>
|
|
2367
1041
|
<div
|
|
2368
1042
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -2387,63 +1061,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
2387
1061
|
</h2>
|
|
2388
1062
|
</div>
|
|
2389
1063
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
2390
|
-
<
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
>
|
|
1064
|
+
<button
|
|
1065
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1066
|
+
type="button"
|
|
1067
|
+
aria-expanded="false"
|
|
1068
|
+
aria-label="Menu toggle"
|
|
1069
|
+
id="notification-drawer-groups-example-group3menu-toggle-8"
|
|
1070
|
+
>
|
|
1071
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
2398
1072
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
2399
|
-
</
|
|
2400
|
-
|
|
2401
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
2402
|
-
aria-labelledby="notification-drawer-groups-group3dropdown-kebab-7-button"
|
|
2403
|
-
hidden
|
|
2404
|
-
role="menu"
|
|
2405
|
-
>
|
|
2406
|
-
<li role="none">
|
|
2407
|
-
<a
|
|
2408
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2409
|
-
role="menuitem"
|
|
2410
|
-
href="#"
|
|
2411
|
-
>Link</a>
|
|
2412
|
-
</li>
|
|
2413
|
-
<li role="none">
|
|
2414
|
-
<button
|
|
2415
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2416
|
-
role="menuitem"
|
|
2417
|
-
type="button"
|
|
2418
|
-
>Action</button>
|
|
2419
|
-
</li>
|
|
2420
|
-
<li role="none">
|
|
2421
|
-
<a
|
|
2422
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
2423
|
-
role="menuitem"
|
|
2424
|
-
href="#"
|
|
2425
|
-
aria-disabled="true"
|
|
2426
|
-
tabindex="-1"
|
|
2427
|
-
>Disabled link</a>
|
|
2428
|
-
</li>
|
|
2429
|
-
<li role="none">
|
|
2430
|
-
<button
|
|
2431
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2432
|
-
role="menuitem"
|
|
2433
|
-
type="button"
|
|
2434
|
-
disabled
|
|
2435
|
-
>Disabled action</button>
|
|
2436
|
-
</li>
|
|
2437
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
2438
|
-
<li role="none">
|
|
2439
|
-
<a
|
|
2440
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2441
|
-
role="menuitem"
|
|
2442
|
-
href="#"
|
|
2443
|
-
>Separated link</a>
|
|
2444
|
-
</li>
|
|
2445
|
-
</ul>
|
|
2446
|
-
</div>
|
|
1073
|
+
</span>
|
|
1074
|
+
</button>
|
|
2447
1075
|
</div>
|
|
2448
1076
|
<div
|
|
2449
1077
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -2487,63 +1115,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
2487
1115
|
</h2>
|
|
2488
1116
|
</div>
|
|
2489
1117
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
2490
|
-
<
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
>
|
|
1118
|
+
<button
|
|
1119
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1120
|
+
type="button"
|
|
1121
|
+
aria-expanded="false"
|
|
1122
|
+
aria-label="Menu toggle"
|
|
1123
|
+
id="notification-drawer-groups-example-group4menu-toggle-1"
|
|
1124
|
+
>
|
|
1125
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
2498
1126
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
2499
|
-
</
|
|
2500
|
-
|
|
2501
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
2502
|
-
aria-labelledby="notification-drawer-groups-group4dropdown-kebab-1-button"
|
|
2503
|
-
hidden
|
|
2504
|
-
role="menu"
|
|
2505
|
-
>
|
|
2506
|
-
<li role="none">
|
|
2507
|
-
<a
|
|
2508
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2509
|
-
role="menuitem"
|
|
2510
|
-
href="#"
|
|
2511
|
-
>Link</a>
|
|
2512
|
-
</li>
|
|
2513
|
-
<li role="none">
|
|
2514
|
-
<button
|
|
2515
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2516
|
-
role="menuitem"
|
|
2517
|
-
type="button"
|
|
2518
|
-
>Action</button>
|
|
2519
|
-
</li>
|
|
2520
|
-
<li role="none">
|
|
2521
|
-
<a
|
|
2522
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
2523
|
-
role="menuitem"
|
|
2524
|
-
href="#"
|
|
2525
|
-
aria-disabled="true"
|
|
2526
|
-
tabindex="-1"
|
|
2527
|
-
>Disabled link</a>
|
|
2528
|
-
</li>
|
|
2529
|
-
<li role="none">
|
|
2530
|
-
<button
|
|
2531
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2532
|
-
role="menuitem"
|
|
2533
|
-
type="button"
|
|
2534
|
-
disabled
|
|
2535
|
-
>Disabled action</button>
|
|
2536
|
-
</li>
|
|
2537
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
2538
|
-
<li role="none">
|
|
2539
|
-
<a
|
|
2540
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2541
|
-
role="menuitem"
|
|
2542
|
-
href="#"
|
|
2543
|
-
>Separated link</a>
|
|
2544
|
-
</li>
|
|
2545
|
-
</ul>
|
|
2546
|
-
</div>
|
|
1127
|
+
</span>
|
|
1128
|
+
</button>
|
|
2547
1129
|
</div>
|
|
2548
1130
|
<div
|
|
2549
1131
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -2568,63 +1150,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
2568
1150
|
</h2>
|
|
2569
1151
|
</div>
|
|
2570
1152
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
2571
|
-
<
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
>
|
|
1153
|
+
<button
|
|
1154
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1155
|
+
type="button"
|
|
1156
|
+
aria-expanded="false"
|
|
1157
|
+
aria-label="Menu toggle"
|
|
1158
|
+
id="notification-drawer-groups-example-group4menu-toggle-3"
|
|
1159
|
+
>
|
|
1160
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
2579
1161
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
2580
|
-
</
|
|
2581
|
-
|
|
2582
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
2583
|
-
aria-labelledby="notification-drawer-groups-group4dropdown-kebab-2-button"
|
|
2584
|
-
hidden
|
|
2585
|
-
role="menu"
|
|
2586
|
-
>
|
|
2587
|
-
<li role="none">
|
|
2588
|
-
<a
|
|
2589
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2590
|
-
role="menuitem"
|
|
2591
|
-
href="#"
|
|
2592
|
-
>Link</a>
|
|
2593
|
-
</li>
|
|
2594
|
-
<li role="none">
|
|
2595
|
-
<button
|
|
2596
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2597
|
-
role="menuitem"
|
|
2598
|
-
type="button"
|
|
2599
|
-
>Action</button>
|
|
2600
|
-
</li>
|
|
2601
|
-
<li role="none">
|
|
2602
|
-
<a
|
|
2603
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
2604
|
-
role="menuitem"
|
|
2605
|
-
href="#"
|
|
2606
|
-
aria-disabled="true"
|
|
2607
|
-
tabindex="-1"
|
|
2608
|
-
>Disabled link</a>
|
|
2609
|
-
</li>
|
|
2610
|
-
<li role="none">
|
|
2611
|
-
<button
|
|
2612
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2613
|
-
role="menuitem"
|
|
2614
|
-
type="button"
|
|
2615
|
-
disabled
|
|
2616
|
-
>Disabled action</button>
|
|
2617
|
-
</li>
|
|
2618
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
2619
|
-
<li role="none">
|
|
2620
|
-
<a
|
|
2621
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2622
|
-
role="menuitem"
|
|
2623
|
-
href="#"
|
|
2624
|
-
>Separated link</a>
|
|
2625
|
-
</li>
|
|
2626
|
-
</ul>
|
|
2627
|
-
</div>
|
|
1162
|
+
</span>
|
|
1163
|
+
</button>
|
|
2628
1164
|
</div>
|
|
2629
1165
|
<div
|
|
2630
1166
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -2649,63 +1185,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
2649
1185
|
</h2>
|
|
2650
1186
|
</div>
|
|
2651
1187
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
2652
|
-
<
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
>
|
|
1188
|
+
<button
|
|
1189
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1190
|
+
type="button"
|
|
1191
|
+
aria-expanded="false"
|
|
1192
|
+
aria-label="Menu toggle"
|
|
1193
|
+
id="notification-drawer-groups-example-group4menu-toggle-4"
|
|
1194
|
+
>
|
|
1195
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
2660
1196
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
2661
|
-
</
|
|
2662
|
-
|
|
2663
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
2664
|
-
aria-labelledby="notification-drawer-groups-group4dropdown-kebab-3-button"
|
|
2665
|
-
hidden
|
|
2666
|
-
role="menu"
|
|
2667
|
-
>
|
|
2668
|
-
<li role="none">
|
|
2669
|
-
<a
|
|
2670
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2671
|
-
role="menuitem"
|
|
2672
|
-
href="#"
|
|
2673
|
-
>Link</a>
|
|
2674
|
-
</li>
|
|
2675
|
-
<li role="none">
|
|
2676
|
-
<button
|
|
2677
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2678
|
-
role="menuitem"
|
|
2679
|
-
type="button"
|
|
2680
|
-
>Action</button>
|
|
2681
|
-
</li>
|
|
2682
|
-
<li role="none">
|
|
2683
|
-
<a
|
|
2684
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
2685
|
-
role="menuitem"
|
|
2686
|
-
href="#"
|
|
2687
|
-
aria-disabled="true"
|
|
2688
|
-
tabindex="-1"
|
|
2689
|
-
>Disabled link</a>
|
|
2690
|
-
</li>
|
|
2691
|
-
<li role="none">
|
|
2692
|
-
<button
|
|
2693
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2694
|
-
role="menuitem"
|
|
2695
|
-
type="button"
|
|
2696
|
-
disabled
|
|
2697
|
-
>Disabled action</button>
|
|
2698
|
-
</li>
|
|
2699
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
2700
|
-
<li role="none">
|
|
2701
|
-
<a
|
|
2702
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2703
|
-
role="menuitem"
|
|
2704
|
-
href="#"
|
|
2705
|
-
>Separated link</a>
|
|
2706
|
-
</li>
|
|
2707
|
-
</ul>
|
|
2708
|
-
</div>
|
|
1197
|
+
</span>
|
|
1198
|
+
</button>
|
|
2709
1199
|
</div>
|
|
2710
1200
|
<div
|
|
2711
1201
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -2727,63 +1217,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
2727
1217
|
</h2>
|
|
2728
1218
|
</div>
|
|
2729
1219
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
2730
|
-
<
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
>
|
|
1220
|
+
<button
|
|
1221
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1222
|
+
type="button"
|
|
1223
|
+
aria-expanded="false"
|
|
1224
|
+
aria-label="Menu toggle"
|
|
1225
|
+
id="notification-drawer-groups-example-group4menu-toggle-5"
|
|
1226
|
+
>
|
|
1227
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
2738
1228
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
2739
|
-
</
|
|
2740
|
-
|
|
2741
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
2742
|
-
aria-labelledby="notification-drawer-groups-group4dropdown-kebab-4-button"
|
|
2743
|
-
hidden
|
|
2744
|
-
role="menu"
|
|
2745
|
-
>
|
|
2746
|
-
<li role="none">
|
|
2747
|
-
<a
|
|
2748
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2749
|
-
role="menuitem"
|
|
2750
|
-
href="#"
|
|
2751
|
-
>Link</a>
|
|
2752
|
-
</li>
|
|
2753
|
-
<li role="none">
|
|
2754
|
-
<button
|
|
2755
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2756
|
-
role="menuitem"
|
|
2757
|
-
type="button"
|
|
2758
|
-
>Action</button>
|
|
2759
|
-
</li>
|
|
2760
|
-
<li role="none">
|
|
2761
|
-
<a
|
|
2762
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
2763
|
-
role="menuitem"
|
|
2764
|
-
href="#"
|
|
2765
|
-
aria-disabled="true"
|
|
2766
|
-
tabindex="-1"
|
|
2767
|
-
>Disabled link</a>
|
|
2768
|
-
</li>
|
|
2769
|
-
<li role="none">
|
|
2770
|
-
<button
|
|
2771
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2772
|
-
role="menuitem"
|
|
2773
|
-
type="button"
|
|
2774
|
-
disabled
|
|
2775
|
-
>Disabled action</button>
|
|
2776
|
-
</li>
|
|
2777
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
2778
|
-
<li role="none">
|
|
2779
|
-
<a
|
|
2780
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2781
|
-
role="menuitem"
|
|
2782
|
-
href="#"
|
|
2783
|
-
>Separated link</a>
|
|
2784
|
-
</li>
|
|
2785
|
-
</ul>
|
|
2786
|
-
</div>
|
|
1229
|
+
</span>
|
|
1230
|
+
</button>
|
|
2787
1231
|
</div>
|
|
2788
1232
|
<div
|
|
2789
1233
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -2805,63 +1249,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
2805
1249
|
</h2>
|
|
2806
1250
|
</div>
|
|
2807
1251
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
2808
|
-
<
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
>
|
|
1252
|
+
<button
|
|
1253
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1254
|
+
type="button"
|
|
1255
|
+
aria-expanded="false"
|
|
1256
|
+
aria-label="Menu toggle"
|
|
1257
|
+
id="notification-drawer-groups-example-group4menu-toggle-6"
|
|
1258
|
+
>
|
|
1259
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
2816
1260
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
2817
|
-
</
|
|
2818
|
-
|
|
2819
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
2820
|
-
aria-labelledby="notification-drawer-groups-group4dropdown-kebab-5-button"
|
|
2821
|
-
hidden
|
|
2822
|
-
role="menu"
|
|
2823
|
-
>
|
|
2824
|
-
<li role="none">
|
|
2825
|
-
<a
|
|
2826
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2827
|
-
role="menuitem"
|
|
2828
|
-
href="#"
|
|
2829
|
-
>Link</a>
|
|
2830
|
-
</li>
|
|
2831
|
-
<li role="none">
|
|
2832
|
-
<button
|
|
2833
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2834
|
-
role="menuitem"
|
|
2835
|
-
type="button"
|
|
2836
|
-
>Action</button>
|
|
2837
|
-
</li>
|
|
2838
|
-
<li role="none">
|
|
2839
|
-
<a
|
|
2840
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
2841
|
-
role="menuitem"
|
|
2842
|
-
href="#"
|
|
2843
|
-
aria-disabled="true"
|
|
2844
|
-
tabindex="-1"
|
|
2845
|
-
>Disabled link</a>
|
|
2846
|
-
</li>
|
|
2847
|
-
<li role="none">
|
|
2848
|
-
<button
|
|
2849
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2850
|
-
role="menuitem"
|
|
2851
|
-
type="button"
|
|
2852
|
-
disabled
|
|
2853
|
-
>Disabled action</button>
|
|
2854
|
-
</li>
|
|
2855
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
2856
|
-
<li role="none">
|
|
2857
|
-
<a
|
|
2858
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2859
|
-
role="menuitem"
|
|
2860
|
-
href="#"
|
|
2861
|
-
>Separated link</a>
|
|
2862
|
-
</li>
|
|
2863
|
-
</ul>
|
|
2864
|
-
</div>
|
|
1261
|
+
</span>
|
|
1262
|
+
</button>
|
|
2865
1263
|
</div>
|
|
2866
1264
|
<div
|
|
2867
1265
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -2885,63 +1283,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
2885
1283
|
</h2>
|
|
2886
1284
|
</div>
|
|
2887
1285
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
2888
|
-
<
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
>
|
|
1286
|
+
<button
|
|
1287
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1288
|
+
type="button"
|
|
1289
|
+
aria-expanded="false"
|
|
1290
|
+
aria-label="Menu toggle"
|
|
1291
|
+
id="notification-drawer-groups-example-group4menu-toggle-7"
|
|
1292
|
+
>
|
|
1293
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
2896
1294
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
2897
|
-
</
|
|
2898
|
-
|
|
2899
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
2900
|
-
aria-labelledby="notification-drawer-groups-group4dropdown-kebab-6-button"
|
|
2901
|
-
hidden
|
|
2902
|
-
role="menu"
|
|
2903
|
-
>
|
|
2904
|
-
<li role="none">
|
|
2905
|
-
<a
|
|
2906
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2907
|
-
role="menuitem"
|
|
2908
|
-
href="#"
|
|
2909
|
-
>Link</a>
|
|
2910
|
-
</li>
|
|
2911
|
-
<li role="none">
|
|
2912
|
-
<button
|
|
2913
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2914
|
-
role="menuitem"
|
|
2915
|
-
type="button"
|
|
2916
|
-
>Action</button>
|
|
2917
|
-
</li>
|
|
2918
|
-
<li role="none">
|
|
2919
|
-
<a
|
|
2920
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
2921
|
-
role="menuitem"
|
|
2922
|
-
href="#"
|
|
2923
|
-
aria-disabled="true"
|
|
2924
|
-
tabindex="-1"
|
|
2925
|
-
>Disabled link</a>
|
|
2926
|
-
</li>
|
|
2927
|
-
<li role="none">
|
|
2928
|
-
<button
|
|
2929
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2930
|
-
role="menuitem"
|
|
2931
|
-
type="button"
|
|
2932
|
-
disabled
|
|
2933
|
-
>Disabled action</button>
|
|
2934
|
-
</li>
|
|
2935
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
2936
|
-
<li role="none">
|
|
2937
|
-
<a
|
|
2938
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2939
|
-
role="menuitem"
|
|
2940
|
-
href="#"
|
|
2941
|
-
>Separated link</a>
|
|
2942
|
-
</li>
|
|
2943
|
-
</ul>
|
|
2944
|
-
</div>
|
|
1295
|
+
</span>
|
|
1296
|
+
</button>
|
|
2945
1297
|
</div>
|
|
2946
1298
|
<div
|
|
2947
1299
|
class="pf-v6-c-notification-drawer__list-item-description"
|
|
@@ -2966,63 +1318,17 @@ cssPrefix: pf-v6-c-notification-drawer
|
|
|
2966
1318
|
</h2>
|
|
2967
1319
|
</div>
|
|
2968
1320
|
<div class="pf-v6-c-notification-drawer__list-item-action">
|
|
2969
|
-
<
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
>
|
|
1321
|
+
<button
|
|
1322
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1323
|
+
type="button"
|
|
1324
|
+
aria-expanded="false"
|
|
1325
|
+
aria-label="Menu toggle"
|
|
1326
|
+
id="notification-drawer-groups-example-group4menu-toggle-8"
|
|
1327
|
+
>
|
|
1328
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
2977
1329
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
2978
|
-
</
|
|
2979
|
-
|
|
2980
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
2981
|
-
aria-labelledby="notification-drawer-groups-group4dropdown-kebab-7-button"
|
|
2982
|
-
hidden
|
|
2983
|
-
role="menu"
|
|
2984
|
-
>
|
|
2985
|
-
<li role="none">
|
|
2986
|
-
<a
|
|
2987
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2988
|
-
role="menuitem"
|
|
2989
|
-
href="#"
|
|
2990
|
-
>Link</a>
|
|
2991
|
-
</li>
|
|
2992
|
-
<li role="none">
|
|
2993
|
-
<button
|
|
2994
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2995
|
-
role="menuitem"
|
|
2996
|
-
type="button"
|
|
2997
|
-
>Action</button>
|
|
2998
|
-
</li>
|
|
2999
|
-
<li role="none">
|
|
3000
|
-
<a
|
|
3001
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
3002
|
-
role="menuitem"
|
|
3003
|
-
href="#"
|
|
3004
|
-
aria-disabled="true"
|
|
3005
|
-
tabindex="-1"
|
|
3006
|
-
>Disabled link</a>
|
|
3007
|
-
</li>
|
|
3008
|
-
<li role="none">
|
|
3009
|
-
<button
|
|
3010
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
3011
|
-
role="menuitem"
|
|
3012
|
-
type="button"
|
|
3013
|
-
disabled
|
|
3014
|
-
>Disabled action</button>
|
|
3015
|
-
</li>
|
|
3016
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
3017
|
-
<li role="none">
|
|
3018
|
-
<a
|
|
3019
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
3020
|
-
role="menuitem"
|
|
3021
|
-
href="#"
|
|
3022
|
-
>Separated link</a>
|
|
3023
|
-
</li>
|
|
3024
|
-
</ul>
|
|
3025
|
-
</div>
|
|
1330
|
+
</span>
|
|
1331
|
+
</button>
|
|
3026
1332
|
</div>
|
|
3027
1333
|
<div
|
|
3028
1334
|
class="pf-v6-c-notification-drawer__list-item-description"
|