@patternfly/patternfly 6.5.0-prerelease.45 → 6.5.0-prerelease.47
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/Accordion/accordion.css +1 -1
- package/components/Accordion/accordion.scss +1 -1
- package/components/Card/card.css +1 -1
- package/components/Card/card.scss +1 -1
- package/components/ClipboardCopy/clipboard-copy.css +1 -1
- package/components/ClipboardCopy/clipboard-copy.scss +1 -1
- package/components/DataList/data-list.css +1 -1
- package/components/DataList/data-list.scss +1 -1
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +1 -1
- package/components/ExpandableSection/expandable-section.css +2 -2
- package/components/ExpandableSection/expandable-section.scss +2 -2
- package/components/Form/form.css +1 -1
- package/components/Form/form.scss +1 -1
- package/components/JumpLinks/jump-links.css +1 -1
- package/components/JumpLinks/jump-links.scss +1 -1
- package/components/Nav/nav.css +1 -1
- package/components/Nav/nav.scss +1 -1
- package/components/NotificationDrawer/notification-drawer.css +11 -3
- package/components/NotificationDrawer/notification-drawer.scss +12 -5
- package/components/Table/table.css +2 -2
- package/components/Table/table.scss +2 -2
- package/components/Tabs/tabs.css +2 -2
- package/components/Tabs/tabs.scss +2 -2
- package/components/Toolbar/toolbar.css +1 -1
- package/components/Toolbar/toolbar.scss +1 -1
- package/components/TreeView/tree-view.css +1 -1
- package/components/TreeView/tree-view.scss +1 -1
- package/components/Wizard/wizard.css +1 -1
- package/components/Wizard/wizard.scss +1 -1
- package/components/_index.css +28 -20
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +2 -2
- package/docs/components/Accordion/examples/Accordion.md +390 -30
- package/docs/components/ActionList/examples/ActionList.md +10 -10
- package/docs/components/Alert/examples/Alert.md +30 -30
- package/docs/components/Banner/examples/Banner.md +65 -5
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +299 -23
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +16 -16
- package/docs/components/Card/examples/Card.md +52 -4
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +78 -6
- package/docs/components/CodeBlock/examples/CodeBlock.md +26 -2
- package/docs/components/DataList/examples/DataList.md +221 -17
- package/docs/components/Drawer/examples/Drawer.md +42 -42
- package/docs/components/DualListSelector/examples/DualListSelector.md +961 -85
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +91 -7
- package/docs/components/Form/examples/Form.md +78 -6
- package/docs/components/Icon/examples/Icon.md +91 -7
- package/docs/components/InlineEdit/examples/InlineEdit.md +16 -16
- package/docs/components/JumpLinks/examples/JumpLinks.md +52 -4
- package/docs/components/Label/examples/Label.md +2812 -220
- package/docs/components/Menu/examples/Menu.md +1456 -112
- package/docs/components/MenuToggle/examples/MenuToggle.md +13 -1
- package/docs/components/ModalBox/examples/ModalBox.md +121 -37
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +57 -21
- package/docs/components/Nav/examples/Navigation.md +710 -62
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +576 -48
- package/docs/components/Popover/examples/Popover.md +110 -38
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +273 -21
- package/docs/components/Slider/examples/Slider.md +52 -4
- package/docs/components/Table/examples/Table.md +819 -63
- package/docs/components/Tabs/examples/Tabs.md +1959 -339
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +509 -41
- package/docs/components/Toolbar/examples/Toolbar.md +48 -48
- package/docs/components/TreeView/examples/TreeView.md +1300 -100
- package/docs/components/Wizard/examples/Wizard.md +349 -85
- package/docs/demos/AboutModal/examples/AboutModal.md +41 -5
- package/docs/demos/Alert/examples/Alert.md +123 -15
- package/docs/demos/BackToTop/examples/BackToTop.md +39 -3
- package/docs/demos/Banner/examples/Banner.md +78 -6
- package/docs/demos/Card/examples/Card.md +310 -34
- package/docs/demos/CardView/examples/CardView.md +78 -6
- package/docs/demos/Compass/examples/Compass.md +73 -37
- package/docs/demos/Dashboard/examples/Dashboard.md +128 -14
- package/docs/demos/DataList/examples/DataList.md +234 -18
- package/docs/demos/DescriptionList/examples/DescriptionList.md +119 -11
- package/docs/demos/Drawer/examples/Drawer.md +147 -21
- package/docs/demos/Form/examples/BasicForms.md +169 -13
- package/docs/demos/JumpLinks/examples/JumpLinks.md +220 -31
- package/docs/demos/Masthead/examples/Masthead.md +370 -34
- package/docs/demos/Modal/examples/Modal.md +246 -30
- package/docs/demos/Nav/examples/Nav.md +320 -32
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +1063 -115
- package/docs/demos/Page/examples/Page.md +548 -44
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +371 -47
- package/docs/demos/Skeleton/examples/Skeleton.md +39 -3
- package/docs/demos/Table/examples/Table.md +934 -73
- package/docs/demos/Tabs/examples/Tabs.md +261 -27
- package/docs/demos/Toolbar/examples/Toolbar.md +102 -30
- package/docs/demos/Wizard/examples/Wizard.md +641 -92
- package/package.json +1 -1
- package/patternfly-no-globals.css +28 -20
- package/patternfly.css +28 -20
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -255,7 +255,19 @@ section: components
|
|
|
255
255
|
</li>
|
|
256
256
|
<li class="pf-v6-c-breadcrumb__item">
|
|
257
257
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
258
|
-
<
|
|
258
|
+
<svg
|
|
259
|
+
class="pf-v6-svg"
|
|
260
|
+
viewBox="0 0 20 20"
|
|
261
|
+
fill="currentColor"
|
|
262
|
+
aria-hidden="true"
|
|
263
|
+
role="img"
|
|
264
|
+
width="1em"
|
|
265
|
+
height="1em"
|
|
266
|
+
>
|
|
267
|
+
<path
|
|
268
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
269
|
+
/>
|
|
270
|
+
</svg>
|
|
259
271
|
</span>
|
|
260
272
|
|
|
261
273
|
<a
|
|
@@ -265,7 +277,19 @@ section: components
|
|
|
265
277
|
</li>
|
|
266
278
|
<li class="pf-v6-c-breadcrumb__item">
|
|
267
279
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
268
|
-
<
|
|
280
|
+
<svg
|
|
281
|
+
class="pf-v6-svg"
|
|
282
|
+
viewBox="0 0 20 20"
|
|
283
|
+
fill="currentColor"
|
|
284
|
+
aria-hidden="true"
|
|
285
|
+
role="img"
|
|
286
|
+
width="1em"
|
|
287
|
+
height="1em"
|
|
288
|
+
>
|
|
289
|
+
<path
|
|
290
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
291
|
+
/>
|
|
292
|
+
</svg>
|
|
269
293
|
</span>
|
|
270
294
|
|
|
271
295
|
<a
|
|
@@ -275,7 +299,19 @@ section: components
|
|
|
275
299
|
</li>
|
|
276
300
|
<li class="pf-v6-c-breadcrumb__item">
|
|
277
301
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
278
|
-
<
|
|
302
|
+
<svg
|
|
303
|
+
class="pf-v6-svg"
|
|
304
|
+
viewBox="0 0 20 20"
|
|
305
|
+
fill="currentColor"
|
|
306
|
+
aria-hidden="true"
|
|
307
|
+
role="img"
|
|
308
|
+
width="1em"
|
|
309
|
+
height="1em"
|
|
310
|
+
>
|
|
311
|
+
<path
|
|
312
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
313
|
+
/>
|
|
314
|
+
</svg>
|
|
279
315
|
</span>
|
|
280
316
|
|
|
281
317
|
<a
|
|
@@ -366,7 +402,19 @@ section: components
|
|
|
366
402
|
<span
|
|
367
403
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
368
404
|
>
|
|
369
|
-
<
|
|
405
|
+
<svg
|
|
406
|
+
class="pf-v6-svg"
|
|
407
|
+
viewBox="0 0 32 32"
|
|
408
|
+
fill="currentColor"
|
|
409
|
+
aria-hidden="true"
|
|
410
|
+
role="img"
|
|
411
|
+
width="1em"
|
|
412
|
+
height="1em"
|
|
413
|
+
>
|
|
414
|
+
<path
|
|
415
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm1.5 22a1.5 1.5 0 1 1-3 0v-5.157l-.188.04a1.5 1.5 0 0 1-.625-2.934l1.956-.416c.112-.024.223-.032.333-.03l.024-.002a1.5 1.5 0 0 1 1.5 1.5v7Zm-.08-12.58c-.38.37-.89.58-1.42.58a1.998 1.998 0 0 1-1.851-2.76c.051-.13.11-.24.19-.35.07-.11.15-.21.25-.3.74-.75 2.08-.75 2.83 0 .09.09.17.19.24.3.08.11.14.22.189.35.05.12.09.24.11.37.03.13.04.26.04.39 0 .53-.21 1.04-.58 1.42Z"
|
|
416
|
+
/>
|
|
417
|
+
</svg>
|
|
370
418
|
</span>
|
|
371
419
|
<h2
|
|
372
420
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -404,7 +452,19 @@ section: components
|
|
|
404
452
|
<span
|
|
405
453
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
406
454
|
>
|
|
407
|
-
<
|
|
455
|
+
<svg
|
|
456
|
+
class="pf-v6-svg"
|
|
457
|
+
viewBox="0 0 32 32"
|
|
458
|
+
fill="currentColor"
|
|
459
|
+
aria-hidden="true"
|
|
460
|
+
role="img"
|
|
461
|
+
width="1em"
|
|
462
|
+
height="1em"
|
|
463
|
+
>
|
|
464
|
+
<path
|
|
465
|
+
d="M28.75 22v3.5c0 .689-.561 1.25-1.25 1.25h-7.521c.005.084.021.166.021.25 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.084.016-.166.021-.25H4.5c-.689 0-1.25-.561-1.25-1.25V22a.75.75 0 0 1 .75-.75c1.24 0 2.25-1.009 2.25-2.25v-4c0-4.826 3.528-8.833 8.138-9.605A2.482 2.482 0 0 1 13.5 3.5C13.5 2.122 14.621 1 16 1s2.5 1.122 2.5 2.5c0 .761-.349 1.436-.888 1.895 4.61.772 8.138 4.779 8.138 9.605v4c0 1.241 1.01 2.25 2.25 2.25a.75.75 0 0 1 .75.75Z"
|
|
466
|
+
/>
|
|
467
|
+
</svg>
|
|
408
468
|
</span>
|
|
409
469
|
<h2
|
|
410
470
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -442,7 +502,19 @@ section: components
|
|
|
442
502
|
<span
|
|
443
503
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
444
504
|
>
|
|
445
|
-
<
|
|
505
|
+
<svg
|
|
506
|
+
class="pf-v6-svg"
|
|
507
|
+
viewBox="0 0 32 32"
|
|
508
|
+
fill="currentColor"
|
|
509
|
+
aria-hidden="true"
|
|
510
|
+
role="img"
|
|
511
|
+
width="1em"
|
|
512
|
+
height="1em"
|
|
513
|
+
>
|
|
514
|
+
<path
|
|
515
|
+
d="M28.75 22v3.5c0 .689-.561 1.25-1.25 1.25h-7.521c.005.084.021.166.021.25 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.084.016-.166.021-.25H4.5c-.689 0-1.25-.561-1.25-1.25V22a.75.75 0 0 1 .75-.75c1.24 0 2.25-1.009 2.25-2.25v-4c0-4.826 3.528-8.833 8.138-9.605A2.482 2.482 0 0 1 13.5 3.5C13.5 2.122 14.621 1 16 1s2.5 1.122 2.5 2.5c0 .761-.349 1.436-.888 1.895 4.61.772 8.138 4.779 8.138 9.605v4c0 1.241 1.01 2.25 2.25 2.25a.75.75 0 0 1 .75.75Z"
|
|
516
|
+
/>
|
|
517
|
+
</svg>
|
|
446
518
|
</span>
|
|
447
519
|
<h2
|
|
448
520
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -479,10 +551,19 @@ section: components
|
|
|
479
551
|
<span
|
|
480
552
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
481
553
|
>
|
|
482
|
-
<
|
|
483
|
-
class="
|
|
554
|
+
<svg
|
|
555
|
+
class="pf-v6-svg"
|
|
556
|
+
viewBox="0 0 32 32"
|
|
557
|
+
fill="currentColor"
|
|
484
558
|
aria-hidden="true"
|
|
485
|
-
|
|
559
|
+
role="img"
|
|
560
|
+
width="1em"
|
|
561
|
+
height="1em"
|
|
562
|
+
>
|
|
563
|
+
<path
|
|
564
|
+
d="m31.874 28.514-15.011-27a1.001 1.001 0 0 0-1.748 0l-15.011 27A1 1 0 0 0 .978 30H31a1 1 0 0 0 .874-1.486ZM14.5 12a1.5 1.5 0 0 1 3 0v5a1.5 1.5 0 0 1-3 0v-5ZM16 26.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 26.001Z"
|
|
565
|
+
/>
|
|
566
|
+
</svg>
|
|
486
567
|
</span>
|
|
487
568
|
<h2
|
|
488
569
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -518,7 +599,19 @@ section: components
|
|
|
518
599
|
<span
|
|
519
600
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
520
601
|
>
|
|
521
|
-
<
|
|
602
|
+
<svg
|
|
603
|
+
class="pf-v6-svg"
|
|
604
|
+
viewBox="0 0 32 32"
|
|
605
|
+
fill="currentColor"
|
|
606
|
+
aria-hidden="true"
|
|
607
|
+
role="img"
|
|
608
|
+
width="1em"
|
|
609
|
+
height="1em"
|
|
610
|
+
>
|
|
611
|
+
<path
|
|
612
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
613
|
+
/>
|
|
614
|
+
</svg>
|
|
522
615
|
</span>
|
|
523
616
|
<h2
|
|
524
617
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -554,7 +647,19 @@ section: components
|
|
|
554
647
|
<span
|
|
555
648
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
556
649
|
>
|
|
557
|
-
<
|
|
650
|
+
<svg
|
|
651
|
+
class="pf-v6-svg"
|
|
652
|
+
viewBox="0 0 32 32"
|
|
653
|
+
fill="currentColor"
|
|
654
|
+
aria-hidden="true"
|
|
655
|
+
role="img"
|
|
656
|
+
width="1em"
|
|
657
|
+
height="1em"
|
|
658
|
+
>
|
|
659
|
+
<path
|
|
660
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
661
|
+
/>
|
|
662
|
+
</svg>
|
|
558
663
|
</span>
|
|
559
664
|
<h2
|
|
560
665
|
class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
|
|
@@ -590,7 +695,19 @@ section: components
|
|
|
590
695
|
<span
|
|
591
696
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
592
697
|
>
|
|
593
|
-
<
|
|
698
|
+
<svg
|
|
699
|
+
class="pf-v6-svg"
|
|
700
|
+
viewBox="0 0 32 32"
|
|
701
|
+
fill="currentColor"
|
|
702
|
+
aria-hidden="true"
|
|
703
|
+
role="img"
|
|
704
|
+
width="1em"
|
|
705
|
+
height="1em"
|
|
706
|
+
>
|
|
707
|
+
<path
|
|
708
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
709
|
+
/>
|
|
710
|
+
</svg>
|
|
594
711
|
</span>
|
|
595
712
|
<h2
|
|
596
713
|
class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
|
|
@@ -627,7 +744,19 @@ section: components
|
|
|
627
744
|
<span
|
|
628
745
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
629
746
|
>
|
|
630
|
-
<
|
|
747
|
+
<svg
|
|
748
|
+
class="pf-v6-svg"
|
|
749
|
+
viewBox="0 0 32 32"
|
|
750
|
+
fill="currentColor"
|
|
751
|
+
aria-hidden="true"
|
|
752
|
+
role="img"
|
|
753
|
+
width="1em"
|
|
754
|
+
height="1em"
|
|
755
|
+
>
|
|
756
|
+
<path
|
|
757
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
758
|
+
/>
|
|
759
|
+
</svg>
|
|
631
760
|
</span>
|
|
632
761
|
<h2
|
|
633
762
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -914,7 +1043,19 @@ section: components
|
|
|
914
1043
|
</li>
|
|
915
1044
|
<li class="pf-v6-c-breadcrumb__item">
|
|
916
1045
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
917
|
-
<
|
|
1046
|
+
<svg
|
|
1047
|
+
class="pf-v6-svg"
|
|
1048
|
+
viewBox="0 0 20 20"
|
|
1049
|
+
fill="currentColor"
|
|
1050
|
+
aria-hidden="true"
|
|
1051
|
+
role="img"
|
|
1052
|
+
width="1em"
|
|
1053
|
+
height="1em"
|
|
1054
|
+
>
|
|
1055
|
+
<path
|
|
1056
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1057
|
+
/>
|
|
1058
|
+
</svg>
|
|
918
1059
|
</span>
|
|
919
1060
|
|
|
920
1061
|
<a
|
|
@@ -924,7 +1065,19 @@ section: components
|
|
|
924
1065
|
</li>
|
|
925
1066
|
<li class="pf-v6-c-breadcrumb__item">
|
|
926
1067
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
927
|
-
<
|
|
1068
|
+
<svg
|
|
1069
|
+
class="pf-v6-svg"
|
|
1070
|
+
viewBox="0 0 20 20"
|
|
1071
|
+
fill="currentColor"
|
|
1072
|
+
aria-hidden="true"
|
|
1073
|
+
role="img"
|
|
1074
|
+
width="1em"
|
|
1075
|
+
height="1em"
|
|
1076
|
+
>
|
|
1077
|
+
<path
|
|
1078
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1079
|
+
/>
|
|
1080
|
+
</svg>
|
|
928
1081
|
</span>
|
|
929
1082
|
|
|
930
1083
|
<a
|
|
@@ -934,7 +1087,19 @@ section: components
|
|
|
934
1087
|
</li>
|
|
935
1088
|
<li class="pf-v6-c-breadcrumb__item">
|
|
936
1089
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
937
|
-
<
|
|
1090
|
+
<svg
|
|
1091
|
+
class="pf-v6-svg"
|
|
1092
|
+
viewBox="0 0 20 20"
|
|
1093
|
+
fill="currentColor"
|
|
1094
|
+
aria-hidden="true"
|
|
1095
|
+
role="img"
|
|
1096
|
+
width="1em"
|
|
1097
|
+
height="1em"
|
|
1098
|
+
>
|
|
1099
|
+
<path
|
|
1100
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1101
|
+
/>
|
|
1102
|
+
</svg>
|
|
938
1103
|
</span>
|
|
939
1104
|
|
|
940
1105
|
<a
|
|
@@ -1025,7 +1190,19 @@ section: components
|
|
|
1025
1190
|
<span
|
|
1026
1191
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
1027
1192
|
>
|
|
1028
|
-
<
|
|
1193
|
+
<svg
|
|
1194
|
+
class="pf-v6-svg"
|
|
1195
|
+
viewBox="0 0 32 32"
|
|
1196
|
+
fill="currentColor"
|
|
1197
|
+
aria-hidden="true"
|
|
1198
|
+
role="img"
|
|
1199
|
+
width="1em"
|
|
1200
|
+
height="1em"
|
|
1201
|
+
>
|
|
1202
|
+
<path
|
|
1203
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm1.5 22a1.5 1.5 0 1 1-3 0v-5.157l-.188.04a1.5 1.5 0 0 1-.625-2.934l1.956-.416c.112-.024.223-.032.333-.03l.024-.002a1.5 1.5 0 0 1 1.5 1.5v7Zm-.08-12.58c-.38.37-.89.58-1.42.58a1.998 1.998 0 0 1-1.851-2.76c.051-.13.11-.24.19-.35.07-.11.15-.21.25-.3.74-.75 2.08-.75 2.83 0 .09.09.17.19.24.3.08.11.14.22.189.35.05.12.09.24.11.37.03.13.04.26.04.39 0 .53-.21 1.04-.58 1.42Z"
|
|
1204
|
+
/>
|
|
1205
|
+
</svg>
|
|
1029
1206
|
</span>
|
|
1030
1207
|
<h2
|
|
1031
1208
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -1063,7 +1240,19 @@ section: components
|
|
|
1063
1240
|
<span
|
|
1064
1241
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
1065
1242
|
>
|
|
1066
|
-
<
|
|
1243
|
+
<svg
|
|
1244
|
+
class="pf-v6-svg"
|
|
1245
|
+
viewBox="0 0 32 32"
|
|
1246
|
+
fill="currentColor"
|
|
1247
|
+
aria-hidden="true"
|
|
1248
|
+
role="img"
|
|
1249
|
+
width="1em"
|
|
1250
|
+
height="1em"
|
|
1251
|
+
>
|
|
1252
|
+
<path
|
|
1253
|
+
d="M28.75 22v3.5c0 .689-.561 1.25-1.25 1.25h-7.521c.005.084.021.166.021.25 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.084.016-.166.021-.25H4.5c-.689 0-1.25-.561-1.25-1.25V22a.75.75 0 0 1 .75-.75c1.24 0 2.25-1.009 2.25-2.25v-4c0-4.826 3.528-8.833 8.138-9.605A2.482 2.482 0 0 1 13.5 3.5C13.5 2.122 14.621 1 16 1s2.5 1.122 2.5 2.5c0 .761-.349 1.436-.888 1.895 4.61.772 8.138 4.779 8.138 9.605v4c0 1.241 1.01 2.25 2.25 2.25a.75.75 0 0 1 .75.75Z"
|
|
1254
|
+
/>
|
|
1255
|
+
</svg>
|
|
1067
1256
|
</span>
|
|
1068
1257
|
<h2
|
|
1069
1258
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -1101,7 +1290,19 @@ section: components
|
|
|
1101
1290
|
<span
|
|
1102
1291
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
1103
1292
|
>
|
|
1104
|
-
<
|
|
1293
|
+
<svg
|
|
1294
|
+
class="pf-v6-svg"
|
|
1295
|
+
viewBox="0 0 32 32"
|
|
1296
|
+
fill="currentColor"
|
|
1297
|
+
aria-hidden="true"
|
|
1298
|
+
role="img"
|
|
1299
|
+
width="1em"
|
|
1300
|
+
height="1em"
|
|
1301
|
+
>
|
|
1302
|
+
<path
|
|
1303
|
+
d="M28.75 22v3.5c0 .689-.561 1.25-1.25 1.25h-7.521c.005.084.021.166.021.25 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.084.016-.166.021-.25H4.5c-.689 0-1.25-.561-1.25-1.25V22a.75.75 0 0 1 .75-.75c1.24 0 2.25-1.009 2.25-2.25v-4c0-4.826 3.528-8.833 8.138-9.605A2.482 2.482 0 0 1 13.5 3.5C13.5 2.122 14.621 1 16 1s2.5 1.122 2.5 2.5c0 .761-.349 1.436-.888 1.895 4.61.772 8.138 4.779 8.138 9.605v4c0 1.241 1.01 2.25 2.25 2.25a.75.75 0 0 1 .75.75Z"
|
|
1304
|
+
/>
|
|
1305
|
+
</svg>
|
|
1105
1306
|
</span>
|
|
1106
1307
|
<h2
|
|
1107
1308
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -1138,10 +1339,19 @@ section: components
|
|
|
1138
1339
|
<span
|
|
1139
1340
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
1140
1341
|
>
|
|
1141
|
-
<
|
|
1142
|
-
class="
|
|
1342
|
+
<svg
|
|
1343
|
+
class="pf-v6-svg"
|
|
1344
|
+
viewBox="0 0 32 32"
|
|
1345
|
+
fill="currentColor"
|
|
1143
1346
|
aria-hidden="true"
|
|
1144
|
-
|
|
1347
|
+
role="img"
|
|
1348
|
+
width="1em"
|
|
1349
|
+
height="1em"
|
|
1350
|
+
>
|
|
1351
|
+
<path
|
|
1352
|
+
d="m31.874 28.514-15.011-27a1.001 1.001 0 0 0-1.748 0l-15.011 27A1 1 0 0 0 .978 30H31a1 1 0 0 0 .874-1.486ZM14.5 12a1.5 1.5 0 0 1 3 0v5a1.5 1.5 0 0 1-3 0v-5ZM16 26.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 26.001Z"
|
|
1353
|
+
/>
|
|
1354
|
+
</svg>
|
|
1145
1355
|
</span>
|
|
1146
1356
|
<h2
|
|
1147
1357
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -1177,7 +1387,19 @@ section: components
|
|
|
1177
1387
|
<span
|
|
1178
1388
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
1179
1389
|
>
|
|
1180
|
-
<
|
|
1390
|
+
<svg
|
|
1391
|
+
class="pf-v6-svg"
|
|
1392
|
+
viewBox="0 0 32 32"
|
|
1393
|
+
fill="currentColor"
|
|
1394
|
+
aria-hidden="true"
|
|
1395
|
+
role="img"
|
|
1396
|
+
width="1em"
|
|
1397
|
+
height="1em"
|
|
1398
|
+
>
|
|
1399
|
+
<path
|
|
1400
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
1401
|
+
/>
|
|
1402
|
+
</svg>
|
|
1181
1403
|
</span>
|
|
1182
1404
|
<h2
|
|
1183
1405
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -1213,7 +1435,19 @@ section: components
|
|
|
1213
1435
|
<span
|
|
1214
1436
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
1215
1437
|
>
|
|
1216
|
-
<
|
|
1438
|
+
<svg
|
|
1439
|
+
class="pf-v6-svg"
|
|
1440
|
+
viewBox="0 0 32 32"
|
|
1441
|
+
fill="currentColor"
|
|
1442
|
+
aria-hidden="true"
|
|
1443
|
+
role="img"
|
|
1444
|
+
width="1em"
|
|
1445
|
+
height="1em"
|
|
1446
|
+
>
|
|
1447
|
+
<path
|
|
1448
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
1449
|
+
/>
|
|
1450
|
+
</svg>
|
|
1217
1451
|
</span>
|
|
1218
1452
|
<h2
|
|
1219
1453
|
class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
|
|
@@ -1249,7 +1483,19 @@ section: components
|
|
|
1249
1483
|
<span
|
|
1250
1484
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
1251
1485
|
>
|
|
1252
|
-
<
|
|
1486
|
+
<svg
|
|
1487
|
+
class="pf-v6-svg"
|
|
1488
|
+
viewBox="0 0 32 32"
|
|
1489
|
+
fill="currentColor"
|
|
1490
|
+
aria-hidden="true"
|
|
1491
|
+
role="img"
|
|
1492
|
+
width="1em"
|
|
1493
|
+
height="1em"
|
|
1494
|
+
>
|
|
1495
|
+
<path
|
|
1496
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
1497
|
+
/>
|
|
1498
|
+
</svg>
|
|
1253
1499
|
</span>
|
|
1254
1500
|
<h2
|
|
1255
1501
|
class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
|
|
@@ -1286,7 +1532,19 @@ section: components
|
|
|
1286
1532
|
<span
|
|
1287
1533
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
1288
1534
|
>
|
|
1289
|
-
<
|
|
1535
|
+
<svg
|
|
1536
|
+
class="pf-v6-svg"
|
|
1537
|
+
viewBox="0 0 32 32"
|
|
1538
|
+
fill="currentColor"
|
|
1539
|
+
aria-hidden="true"
|
|
1540
|
+
role="img"
|
|
1541
|
+
width="1em"
|
|
1542
|
+
height="1em"
|
|
1543
|
+
>
|
|
1544
|
+
<path
|
|
1545
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
1546
|
+
/>
|
|
1547
|
+
</svg>
|
|
1290
1548
|
</span>
|
|
1291
1549
|
<h2
|
|
1292
1550
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -1573,7 +1831,19 @@ section: components
|
|
|
1573
1831
|
</li>
|
|
1574
1832
|
<li class="pf-v6-c-breadcrumb__item">
|
|
1575
1833
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1576
|
-
<
|
|
1834
|
+
<svg
|
|
1835
|
+
class="pf-v6-svg"
|
|
1836
|
+
viewBox="0 0 20 20"
|
|
1837
|
+
fill="currentColor"
|
|
1838
|
+
aria-hidden="true"
|
|
1839
|
+
role="img"
|
|
1840
|
+
width="1em"
|
|
1841
|
+
height="1em"
|
|
1842
|
+
>
|
|
1843
|
+
<path
|
|
1844
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1845
|
+
/>
|
|
1846
|
+
</svg>
|
|
1577
1847
|
</span>
|
|
1578
1848
|
|
|
1579
1849
|
<a
|
|
@@ -1583,7 +1853,19 @@ section: components
|
|
|
1583
1853
|
</li>
|
|
1584
1854
|
<li class="pf-v6-c-breadcrumb__item">
|
|
1585
1855
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1586
|
-
<
|
|
1856
|
+
<svg
|
|
1857
|
+
class="pf-v6-svg"
|
|
1858
|
+
viewBox="0 0 20 20"
|
|
1859
|
+
fill="currentColor"
|
|
1860
|
+
aria-hidden="true"
|
|
1861
|
+
role="img"
|
|
1862
|
+
width="1em"
|
|
1863
|
+
height="1em"
|
|
1864
|
+
>
|
|
1865
|
+
<path
|
|
1866
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1867
|
+
/>
|
|
1868
|
+
</svg>
|
|
1587
1869
|
</span>
|
|
1588
1870
|
|
|
1589
1871
|
<a
|
|
@@ -1593,7 +1875,19 @@ section: components
|
|
|
1593
1875
|
</li>
|
|
1594
1876
|
<li class="pf-v6-c-breadcrumb__item">
|
|
1595
1877
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1596
|
-
<
|
|
1878
|
+
<svg
|
|
1879
|
+
class="pf-v6-svg"
|
|
1880
|
+
viewBox="0 0 20 20"
|
|
1881
|
+
fill="currentColor"
|
|
1882
|
+
aria-hidden="true"
|
|
1883
|
+
role="img"
|
|
1884
|
+
width="1em"
|
|
1885
|
+
height="1em"
|
|
1886
|
+
>
|
|
1887
|
+
<path
|
|
1888
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
1889
|
+
/>
|
|
1890
|
+
</svg>
|
|
1597
1891
|
</span>
|
|
1598
1892
|
|
|
1599
1893
|
<a
|
|
@@ -1685,7 +1979,19 @@ section: components
|
|
|
1685
1979
|
<span
|
|
1686
1980
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
1687
1981
|
>
|
|
1688
|
-
<
|
|
1982
|
+
<svg
|
|
1983
|
+
class="pf-v6-svg"
|
|
1984
|
+
viewBox="0 0 32 32"
|
|
1985
|
+
fill="currentColor"
|
|
1986
|
+
aria-hidden="true"
|
|
1987
|
+
role="img"
|
|
1988
|
+
width="1em"
|
|
1989
|
+
height="1em"
|
|
1990
|
+
>
|
|
1991
|
+
<path
|
|
1992
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm1.5 22a1.5 1.5 0 1 1-3 0v-5.157l-.188.04a1.5 1.5 0 0 1-.625-2.934l1.956-.416c.112-.024.223-.032.333-.03l.024-.002a1.5 1.5 0 0 1 1.5 1.5v7Zm-.08-12.58c-.38.37-.89.58-1.42.58a1.998 1.998 0 0 1-1.851-2.76c.051-.13.11-.24.19-.35.07-.11.15-.21.25-.3.74-.75 2.08-.75 2.83 0 .09.09.17.19.24.3.08.11.14.22.189.35.05.12.09.24.11.37.03.13.04.26.04.39 0 .53-.21 1.04-.58 1.42Z"
|
|
1993
|
+
/>
|
|
1994
|
+
</svg>
|
|
1689
1995
|
</span>
|
|
1690
1996
|
<h2
|
|
1691
1997
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -1724,7 +2030,19 @@ section: components
|
|
|
1724
2030
|
<span
|
|
1725
2031
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
1726
2032
|
>
|
|
1727
|
-
<
|
|
2033
|
+
<svg
|
|
2034
|
+
class="pf-v6-svg"
|
|
2035
|
+
viewBox="0 0 32 32"
|
|
2036
|
+
fill="currentColor"
|
|
2037
|
+
aria-hidden="true"
|
|
2038
|
+
role="img"
|
|
2039
|
+
width="1em"
|
|
2040
|
+
height="1em"
|
|
2041
|
+
>
|
|
2042
|
+
<path
|
|
2043
|
+
d="M28.75 22v3.5c0 .689-.561 1.25-1.25 1.25h-7.521c.005.084.021.166.021.25 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.084.016-.166.021-.25H4.5c-.689 0-1.25-.561-1.25-1.25V22a.75.75 0 0 1 .75-.75c1.24 0 2.25-1.009 2.25-2.25v-4c0-4.826 3.528-8.833 8.138-9.605A2.482 2.482 0 0 1 13.5 3.5C13.5 2.122 14.621 1 16 1s2.5 1.122 2.5 2.5c0 .761-.349 1.436-.888 1.895 4.61.772 8.138 4.779 8.138 9.605v4c0 1.241 1.01 2.25 2.25 2.25a.75.75 0 0 1 .75.75Z"
|
|
2044
|
+
/>
|
|
2045
|
+
</svg>
|
|
1728
2046
|
</span>
|
|
1729
2047
|
<h2
|
|
1730
2048
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -1763,7 +2081,19 @@ section: components
|
|
|
1763
2081
|
<span
|
|
1764
2082
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
1765
2083
|
>
|
|
1766
|
-
<
|
|
2084
|
+
<svg
|
|
2085
|
+
class="pf-v6-svg"
|
|
2086
|
+
viewBox="0 0 32 32"
|
|
2087
|
+
fill="currentColor"
|
|
2088
|
+
aria-hidden="true"
|
|
2089
|
+
role="img"
|
|
2090
|
+
width="1em"
|
|
2091
|
+
height="1em"
|
|
2092
|
+
>
|
|
2093
|
+
<path
|
|
2094
|
+
d="M28.75 22v3.5c0 .689-.561 1.25-1.25 1.25h-7.521c.005.084.021.166.021.25 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.084.016-.166.021-.25H4.5c-.689 0-1.25-.561-1.25-1.25V22a.75.75 0 0 1 .75-.75c1.24 0 2.25-1.009 2.25-2.25v-4c0-4.826 3.528-8.833 8.138-9.605A2.482 2.482 0 0 1 13.5 3.5C13.5 2.122 14.621 1 16 1s2.5 1.122 2.5 2.5c0 .761-.349 1.436-.888 1.895 4.61.772 8.138 4.779 8.138 9.605v4c0 1.241 1.01 2.25 2.25 2.25a.75.75 0 0 1 .75.75Z"
|
|
2095
|
+
/>
|
|
2096
|
+
</svg>
|
|
1767
2097
|
</span>
|
|
1768
2098
|
<h2
|
|
1769
2099
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -1800,10 +2130,19 @@ section: components
|
|
|
1800
2130
|
<span
|
|
1801
2131
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
1802
2132
|
>
|
|
1803
|
-
<
|
|
1804
|
-
class="
|
|
2133
|
+
<svg
|
|
2134
|
+
class="pf-v6-svg"
|
|
2135
|
+
viewBox="0 0 32 32"
|
|
2136
|
+
fill="currentColor"
|
|
1805
2137
|
aria-hidden="true"
|
|
1806
|
-
|
|
2138
|
+
role="img"
|
|
2139
|
+
width="1em"
|
|
2140
|
+
height="1em"
|
|
2141
|
+
>
|
|
2142
|
+
<path
|
|
2143
|
+
d="m31.874 28.514-15.011-27a1.001 1.001 0 0 0-1.748 0l-15.011 27A1 1 0 0 0 .978 30H31a1 1 0 0 0 .874-1.486ZM14.5 12a1.5 1.5 0 0 1 3 0v5a1.5 1.5 0 0 1-3 0v-5ZM16 26.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 26.001Z"
|
|
2144
|
+
/>
|
|
2145
|
+
</svg>
|
|
1807
2146
|
</span>
|
|
1808
2147
|
<h2
|
|
1809
2148
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -1839,7 +2178,19 @@ section: components
|
|
|
1839
2178
|
<span
|
|
1840
2179
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
1841
2180
|
>
|
|
1842
|
-
<
|
|
2181
|
+
<svg
|
|
2182
|
+
class="pf-v6-svg"
|
|
2183
|
+
viewBox="0 0 32 32"
|
|
2184
|
+
fill="currentColor"
|
|
2185
|
+
aria-hidden="true"
|
|
2186
|
+
role="img"
|
|
2187
|
+
width="1em"
|
|
2188
|
+
height="1em"
|
|
2189
|
+
>
|
|
2190
|
+
<path
|
|
2191
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
2192
|
+
/>
|
|
2193
|
+
</svg>
|
|
1843
2194
|
</span>
|
|
1844
2195
|
<h2
|
|
1845
2196
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -1875,7 +2226,19 @@ section: components
|
|
|
1875
2226
|
<span
|
|
1876
2227
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
1877
2228
|
>
|
|
1878
|
-
<
|
|
2229
|
+
<svg
|
|
2230
|
+
class="pf-v6-svg"
|
|
2231
|
+
viewBox="0 0 32 32"
|
|
2232
|
+
fill="currentColor"
|
|
2233
|
+
aria-hidden="true"
|
|
2234
|
+
role="img"
|
|
2235
|
+
width="1em"
|
|
2236
|
+
height="1em"
|
|
2237
|
+
>
|
|
2238
|
+
<path
|
|
2239
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
2240
|
+
/>
|
|
2241
|
+
</svg>
|
|
1879
2242
|
</span>
|
|
1880
2243
|
<h2
|
|
1881
2244
|
class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
|
|
@@ -1911,7 +2274,19 @@ section: components
|
|
|
1911
2274
|
<span
|
|
1912
2275
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
1913
2276
|
>
|
|
1914
|
-
<
|
|
2277
|
+
<svg
|
|
2278
|
+
class="pf-v6-svg"
|
|
2279
|
+
viewBox="0 0 32 32"
|
|
2280
|
+
fill="currentColor"
|
|
2281
|
+
aria-hidden="true"
|
|
2282
|
+
role="img"
|
|
2283
|
+
width="1em"
|
|
2284
|
+
height="1em"
|
|
2285
|
+
>
|
|
2286
|
+
<path
|
|
2287
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
2288
|
+
/>
|
|
2289
|
+
</svg>
|
|
1915
2290
|
</span>
|
|
1916
2291
|
<h2
|
|
1917
2292
|
class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
|
|
@@ -1948,7 +2323,19 @@ section: components
|
|
|
1948
2323
|
<span
|
|
1949
2324
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
1950
2325
|
>
|
|
1951
|
-
<
|
|
2326
|
+
<svg
|
|
2327
|
+
class="pf-v6-svg"
|
|
2328
|
+
viewBox="0 0 32 32"
|
|
2329
|
+
fill="currentColor"
|
|
2330
|
+
aria-hidden="true"
|
|
2331
|
+
role="img"
|
|
2332
|
+
width="1em"
|
|
2333
|
+
height="1em"
|
|
2334
|
+
>
|
|
2335
|
+
<path
|
|
2336
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
2337
|
+
/>
|
|
2338
|
+
</svg>
|
|
1952
2339
|
</span>
|
|
1953
2340
|
<h2
|
|
1954
2341
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -2235,7 +2622,19 @@ section: components
|
|
|
2235
2622
|
</li>
|
|
2236
2623
|
<li class="pf-v6-c-breadcrumb__item">
|
|
2237
2624
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
2238
|
-
<
|
|
2625
|
+
<svg
|
|
2626
|
+
class="pf-v6-svg"
|
|
2627
|
+
viewBox="0 0 20 20"
|
|
2628
|
+
fill="currentColor"
|
|
2629
|
+
aria-hidden="true"
|
|
2630
|
+
role="img"
|
|
2631
|
+
width="1em"
|
|
2632
|
+
height="1em"
|
|
2633
|
+
>
|
|
2634
|
+
<path
|
|
2635
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2636
|
+
/>
|
|
2637
|
+
</svg>
|
|
2239
2638
|
</span>
|
|
2240
2639
|
|
|
2241
2640
|
<a
|
|
@@ -2245,7 +2644,19 @@ section: components
|
|
|
2245
2644
|
</li>
|
|
2246
2645
|
<li class="pf-v6-c-breadcrumb__item">
|
|
2247
2646
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
2248
|
-
<
|
|
2647
|
+
<svg
|
|
2648
|
+
class="pf-v6-svg"
|
|
2649
|
+
viewBox="0 0 20 20"
|
|
2650
|
+
fill="currentColor"
|
|
2651
|
+
aria-hidden="true"
|
|
2652
|
+
role="img"
|
|
2653
|
+
width="1em"
|
|
2654
|
+
height="1em"
|
|
2655
|
+
>
|
|
2656
|
+
<path
|
|
2657
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2658
|
+
/>
|
|
2659
|
+
</svg>
|
|
2249
2660
|
</span>
|
|
2250
2661
|
|
|
2251
2662
|
<a
|
|
@@ -2255,7 +2666,19 @@ section: components
|
|
|
2255
2666
|
</li>
|
|
2256
2667
|
<li class="pf-v6-c-breadcrumb__item">
|
|
2257
2668
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
2258
|
-
<
|
|
2669
|
+
<svg
|
|
2670
|
+
class="pf-v6-svg"
|
|
2671
|
+
viewBox="0 0 20 20"
|
|
2672
|
+
fill="currentColor"
|
|
2673
|
+
aria-hidden="true"
|
|
2674
|
+
role="img"
|
|
2675
|
+
width="1em"
|
|
2676
|
+
height="1em"
|
|
2677
|
+
>
|
|
2678
|
+
<path
|
|
2679
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
2680
|
+
/>
|
|
2681
|
+
</svg>
|
|
2259
2682
|
</span>
|
|
2260
2683
|
|
|
2261
2684
|
<a
|
|
@@ -2347,7 +2770,19 @@ section: components
|
|
|
2347
2770
|
<span
|
|
2348
2771
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
2349
2772
|
>
|
|
2350
|
-
<
|
|
2773
|
+
<svg
|
|
2774
|
+
class="pf-v6-svg"
|
|
2775
|
+
viewBox="0 0 32 32"
|
|
2776
|
+
fill="currentColor"
|
|
2777
|
+
aria-hidden="true"
|
|
2778
|
+
role="img"
|
|
2779
|
+
width="1em"
|
|
2780
|
+
height="1em"
|
|
2781
|
+
>
|
|
2782
|
+
<path
|
|
2783
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm1.5 22a1.5 1.5 0 1 1-3 0v-5.157l-.188.04a1.5 1.5 0 0 1-.625-2.934l1.956-.416c.112-.024.223-.032.333-.03l.024-.002a1.5 1.5 0 0 1 1.5 1.5v7Zm-.08-12.58c-.38.37-.89.58-1.42.58a1.998 1.998 0 0 1-1.851-2.76c.051-.13.11-.24.19-.35.07-.11.15-.21.25-.3.74-.75 2.08-.75 2.83 0 .09.09.17.19.24.3.08.11.14.22.189.35.05.12.09.24.11.37.03.13.04.26.04.39 0 .53-.21 1.04-.58 1.42Z"
|
|
2784
|
+
/>
|
|
2785
|
+
</svg>
|
|
2351
2786
|
</span>
|
|
2352
2787
|
<h2
|
|
2353
2788
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -2386,7 +2821,19 @@ section: components
|
|
|
2386
2821
|
<span
|
|
2387
2822
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
2388
2823
|
>
|
|
2389
|
-
<
|
|
2824
|
+
<svg
|
|
2825
|
+
class="pf-v6-svg"
|
|
2826
|
+
viewBox="0 0 32 32"
|
|
2827
|
+
fill="currentColor"
|
|
2828
|
+
aria-hidden="true"
|
|
2829
|
+
role="img"
|
|
2830
|
+
width="1em"
|
|
2831
|
+
height="1em"
|
|
2832
|
+
>
|
|
2833
|
+
<path
|
|
2834
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm-1.5 8a1.5 1.5 0 1 1 3 0v7a1.5 1.5 0 1 1-3 0V9ZM16 25.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 25.001Z"
|
|
2835
|
+
/>
|
|
2836
|
+
</svg>
|
|
2390
2837
|
</span>
|
|
2391
2838
|
<h2
|
|
2392
2839
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -2420,7 +2867,19 @@ section: components
|
|
|
2420
2867
|
<span
|
|
2421
2868
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
2422
2869
|
>
|
|
2423
|
-
<
|
|
2870
|
+
<svg
|
|
2871
|
+
class="pf-v6-svg"
|
|
2872
|
+
viewBox="0 0 32 32"
|
|
2873
|
+
fill="currentColor"
|
|
2874
|
+
aria-hidden="true"
|
|
2875
|
+
role="img"
|
|
2876
|
+
width="1em"
|
|
2877
|
+
height="1em"
|
|
2878
|
+
>
|
|
2879
|
+
<path
|
|
2880
|
+
d="M28.75 22v3.5c0 .689-.561 1.25-1.25 1.25h-7.521c.005.084.021.166.021.25 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.084.016-.166.021-.25H4.5c-.689 0-1.25-.561-1.25-1.25V22a.75.75 0 0 1 .75-.75c1.24 0 2.25-1.009 2.25-2.25v-4c0-4.826 3.528-8.833 8.138-9.605A2.482 2.482 0 0 1 13.5 3.5C13.5 2.122 14.621 1 16 1s2.5 1.122 2.5 2.5c0 .761-.349 1.436-.888 1.895 4.61.772 8.138 4.779 8.138 9.605v4c0 1.241 1.01 2.25 2.25 2.25a.75.75 0 0 1 .75.75Z"
|
|
2881
|
+
/>
|
|
2882
|
+
</svg>
|
|
2424
2883
|
</span>
|
|
2425
2884
|
<h2
|
|
2426
2885
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -2457,10 +2916,19 @@ section: components
|
|
|
2457
2916
|
<span
|
|
2458
2917
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
2459
2918
|
>
|
|
2460
|
-
<
|
|
2461
|
-
class="
|
|
2919
|
+
<svg
|
|
2920
|
+
class="pf-v6-svg"
|
|
2921
|
+
viewBox="0 0 32 32"
|
|
2922
|
+
fill="currentColor"
|
|
2462
2923
|
aria-hidden="true"
|
|
2463
|
-
|
|
2924
|
+
role="img"
|
|
2925
|
+
width="1em"
|
|
2926
|
+
height="1em"
|
|
2927
|
+
>
|
|
2928
|
+
<path
|
|
2929
|
+
d="m31.874 28.514-15.011-27a1.001 1.001 0 0 0-1.748 0l-15.011 27A1 1 0 0 0 .978 30H31a1 1 0 0 0 .874-1.486ZM14.5 12a1.5 1.5 0 0 1 3 0v5a1.5 1.5 0 0 1-3 0v-5ZM16 26.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 26.001Z"
|
|
2930
|
+
/>
|
|
2931
|
+
</svg>
|
|
2464
2932
|
</span>
|
|
2465
2933
|
<h2
|
|
2466
2934
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -2496,7 +2964,19 @@ section: components
|
|
|
2496
2964
|
<span
|
|
2497
2965
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
2498
2966
|
>
|
|
2499
|
-
<
|
|
2967
|
+
<svg
|
|
2968
|
+
class="pf-v6-svg"
|
|
2969
|
+
viewBox="0 0 32 32"
|
|
2970
|
+
fill="currentColor"
|
|
2971
|
+
aria-hidden="true"
|
|
2972
|
+
role="img"
|
|
2973
|
+
width="1em"
|
|
2974
|
+
height="1em"
|
|
2975
|
+
>
|
|
2976
|
+
<path
|
|
2977
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
2978
|
+
/>
|
|
2979
|
+
</svg>
|
|
2500
2980
|
</span>
|
|
2501
2981
|
<h2
|
|
2502
2982
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -2532,7 +3012,19 @@ section: components
|
|
|
2532
3012
|
<span
|
|
2533
3013
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
2534
3014
|
>
|
|
2535
|
-
<
|
|
3015
|
+
<svg
|
|
3016
|
+
class="pf-v6-svg"
|
|
3017
|
+
viewBox="0 0 32 32"
|
|
3018
|
+
fill="currentColor"
|
|
3019
|
+
aria-hidden="true"
|
|
3020
|
+
role="img"
|
|
3021
|
+
width="1em"
|
|
3022
|
+
height="1em"
|
|
3023
|
+
>
|
|
3024
|
+
<path
|
|
3025
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
3026
|
+
/>
|
|
3027
|
+
</svg>
|
|
2536
3028
|
</span>
|
|
2537
3029
|
<h2
|
|
2538
3030
|
class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
|
|
@@ -2568,7 +3060,19 @@ section: components
|
|
|
2568
3060
|
<span
|
|
2569
3061
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
2570
3062
|
>
|
|
2571
|
-
<
|
|
3063
|
+
<svg
|
|
3064
|
+
class="pf-v6-svg"
|
|
3065
|
+
viewBox="0 0 32 32"
|
|
3066
|
+
fill="currentColor"
|
|
3067
|
+
aria-hidden="true"
|
|
3068
|
+
role="img"
|
|
3069
|
+
width="1em"
|
|
3070
|
+
height="1em"
|
|
3071
|
+
>
|
|
3072
|
+
<path
|
|
3073
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
3074
|
+
/>
|
|
3075
|
+
</svg>
|
|
2572
3076
|
</span>
|
|
2573
3077
|
<h2
|
|
2574
3078
|
class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
|
|
@@ -2605,7 +3109,19 @@ section: components
|
|
|
2605
3109
|
<span
|
|
2606
3110
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
2607
3111
|
>
|
|
2608
|
-
<
|
|
3112
|
+
<svg
|
|
3113
|
+
class="pf-v6-svg"
|
|
3114
|
+
viewBox="0 0 32 32"
|
|
3115
|
+
fill="currentColor"
|
|
3116
|
+
aria-hidden="true"
|
|
3117
|
+
role="img"
|
|
3118
|
+
width="1em"
|
|
3119
|
+
height="1em"
|
|
3120
|
+
>
|
|
3121
|
+
<path
|
|
3122
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
3123
|
+
/>
|
|
3124
|
+
</svg>
|
|
2609
3125
|
</span>
|
|
2610
3126
|
<h2
|
|
2611
3127
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -2892,7 +3408,19 @@ section: components
|
|
|
2892
3408
|
</li>
|
|
2893
3409
|
<li class="pf-v6-c-breadcrumb__item">
|
|
2894
3410
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
2895
|
-
<
|
|
3411
|
+
<svg
|
|
3412
|
+
class="pf-v6-svg"
|
|
3413
|
+
viewBox="0 0 20 20"
|
|
3414
|
+
fill="currentColor"
|
|
3415
|
+
aria-hidden="true"
|
|
3416
|
+
role="img"
|
|
3417
|
+
width="1em"
|
|
3418
|
+
height="1em"
|
|
3419
|
+
>
|
|
3420
|
+
<path
|
|
3421
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3422
|
+
/>
|
|
3423
|
+
</svg>
|
|
2896
3424
|
</span>
|
|
2897
3425
|
|
|
2898
3426
|
<a
|
|
@@ -2902,7 +3430,19 @@ section: components
|
|
|
2902
3430
|
</li>
|
|
2903
3431
|
<li class="pf-v6-c-breadcrumb__item">
|
|
2904
3432
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
2905
|
-
<
|
|
3433
|
+
<svg
|
|
3434
|
+
class="pf-v6-svg"
|
|
3435
|
+
viewBox="0 0 20 20"
|
|
3436
|
+
fill="currentColor"
|
|
3437
|
+
aria-hidden="true"
|
|
3438
|
+
role="img"
|
|
3439
|
+
width="1em"
|
|
3440
|
+
height="1em"
|
|
3441
|
+
>
|
|
3442
|
+
<path
|
|
3443
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3444
|
+
/>
|
|
3445
|
+
</svg>
|
|
2906
3446
|
</span>
|
|
2907
3447
|
|
|
2908
3448
|
<a
|
|
@@ -2912,7 +3452,19 @@ section: components
|
|
|
2912
3452
|
</li>
|
|
2913
3453
|
<li class="pf-v6-c-breadcrumb__item">
|
|
2914
3454
|
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
2915
|
-
<
|
|
3455
|
+
<svg
|
|
3456
|
+
class="pf-v6-svg"
|
|
3457
|
+
viewBox="0 0 20 20"
|
|
3458
|
+
fill="currentColor"
|
|
3459
|
+
aria-hidden="true"
|
|
3460
|
+
role="img"
|
|
3461
|
+
width="1em"
|
|
3462
|
+
height="1em"
|
|
3463
|
+
>
|
|
3464
|
+
<path
|
|
3465
|
+
d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
|
|
3466
|
+
/>
|
|
3467
|
+
</svg>
|
|
2916
3468
|
</span>
|
|
2917
3469
|
|
|
2918
3470
|
<a
|
|
@@ -3013,7 +3565,19 @@ section: components
|
|
|
3013
3565
|
<span
|
|
3014
3566
|
class="pf-v6-c-notification-drawer__group-toggle-icon"
|
|
3015
3567
|
>
|
|
3016
|
-
<
|
|
3568
|
+
<svg
|
|
3569
|
+
class="pf-v6-svg"
|
|
3570
|
+
viewBox="0 0 20 20"
|
|
3571
|
+
fill="currentColor"
|
|
3572
|
+
aria-hidden="true"
|
|
3573
|
+
role="img"
|
|
3574
|
+
width="1em"
|
|
3575
|
+
height="1em"
|
|
3576
|
+
>
|
|
3577
|
+
<path
|
|
3578
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
3579
|
+
/>
|
|
3580
|
+
</svg>
|
|
3017
3581
|
</span>
|
|
3018
3582
|
</button>
|
|
3019
3583
|
</h1>
|
|
@@ -3032,7 +3596,19 @@ section: components
|
|
|
3032
3596
|
<span
|
|
3033
3597
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
3034
3598
|
>
|
|
3035
|
-
<
|
|
3599
|
+
<svg
|
|
3600
|
+
class="pf-v6-svg"
|
|
3601
|
+
viewBox="0 0 32 32"
|
|
3602
|
+
fill="currentColor"
|
|
3603
|
+
aria-hidden="true"
|
|
3604
|
+
role="img"
|
|
3605
|
+
width="1em"
|
|
3606
|
+
height="1em"
|
|
3607
|
+
>
|
|
3608
|
+
<path
|
|
3609
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm1.5 22a1.5 1.5 0 1 1-3 0v-5.157l-.188.04a1.5 1.5 0 0 1-.625-2.934l1.956-.416c.112-.024.223-.032.333-.03l.024-.002a1.5 1.5 0 0 1 1.5 1.5v7Zm-.08-12.58c-.38.37-.89.58-1.42.58a1.998 1.998 0 0 1-1.851-2.76c.051-.13.11-.24.19-.35.07-.11.15-.21.25-.3.74-.75 2.08-.75 2.83 0 .09.09.17.19.24.3.08.11.14.22.189.35.05.12.09.24.11.37.03.13.04.26.04.39 0 .53-.21 1.04-.58 1.42Z"
|
|
3610
|
+
/>
|
|
3611
|
+
</svg>
|
|
3036
3612
|
</span>
|
|
3037
3613
|
<h2
|
|
3038
3614
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -3075,10 +3651,19 @@ section: components
|
|
|
3075
3651
|
<span
|
|
3076
3652
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
3077
3653
|
>
|
|
3078
|
-
<
|
|
3079
|
-
class="
|
|
3654
|
+
<svg
|
|
3655
|
+
class="pf-v6-svg"
|
|
3656
|
+
viewBox="0 0 32 32"
|
|
3657
|
+
fill="currentColor"
|
|
3080
3658
|
aria-hidden="true"
|
|
3081
|
-
|
|
3659
|
+
role="img"
|
|
3660
|
+
width="1em"
|
|
3661
|
+
height="1em"
|
|
3662
|
+
>
|
|
3663
|
+
<path
|
|
3664
|
+
d="M28.75 22v3.5c0 .689-.561 1.25-1.25 1.25h-7.521c.005.084.021.166.021.25 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.084.016-.166.021-.25H4.5c-.689 0-1.25-.561-1.25-1.25V22a.75.75 0 0 1 .75-.75c1.24 0 2.25-1.009 2.25-2.25v-4c0-4.826 3.528-8.833 8.138-9.605A2.482 2.482 0 0 1 13.5 3.5C13.5 2.122 14.621 1 16 1s2.5 1.122 2.5 2.5c0 .761-.349 1.436-.888 1.895 4.61.772 8.138 4.779 8.138 9.605v4c0 1.241 1.01 2.25 2.25 2.25a.75.75 0 0 1 .75.75Z"
|
|
3665
|
+
/>
|
|
3666
|
+
</svg>
|
|
3082
3667
|
</span>
|
|
3083
3668
|
<h2
|
|
3084
3669
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -3123,10 +3708,19 @@ section: components
|
|
|
3123
3708
|
<span
|
|
3124
3709
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
3125
3710
|
>
|
|
3126
|
-
<
|
|
3127
|
-
class="
|
|
3711
|
+
<svg
|
|
3712
|
+
class="pf-v6-svg"
|
|
3713
|
+
viewBox="0 0 32 32"
|
|
3714
|
+
fill="currentColor"
|
|
3128
3715
|
aria-hidden="true"
|
|
3129
|
-
|
|
3716
|
+
role="img"
|
|
3717
|
+
width="1em"
|
|
3718
|
+
height="1em"
|
|
3719
|
+
>
|
|
3720
|
+
<path
|
|
3721
|
+
d="M28.75 22v3.5c0 .689-.561 1.25-1.25 1.25h-7.521c.005.084.021.166.021.25 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.084.016-.166.021-.25H4.5c-.689 0-1.25-.561-1.25-1.25V22a.75.75 0 0 1 .75-.75c1.24 0 2.25-1.009 2.25-2.25v-4c0-4.826 3.528-8.833 8.138-9.605A2.482 2.482 0 0 1 13.5 3.5C13.5 2.122 14.621 1 16 1s2.5 1.122 2.5 2.5c0 .761-.349 1.436-.888 1.895 4.61.772 8.138 4.779 8.138 9.605v4c0 1.241 1.01 2.25 2.25 2.25a.75.75 0 0 1 .75.75Z"
|
|
3722
|
+
/>
|
|
3723
|
+
</svg>
|
|
3130
3724
|
</span>
|
|
3131
3725
|
<h2
|
|
3132
3726
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -3169,10 +3763,19 @@ section: components
|
|
|
3169
3763
|
<span
|
|
3170
3764
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
3171
3765
|
>
|
|
3172
|
-
<
|
|
3173
|
-
class="
|
|
3766
|
+
<svg
|
|
3767
|
+
class="pf-v6-svg"
|
|
3768
|
+
viewBox="0 0 32 32"
|
|
3769
|
+
fill="currentColor"
|
|
3174
3770
|
aria-hidden="true"
|
|
3175
|
-
|
|
3771
|
+
role="img"
|
|
3772
|
+
width="1em"
|
|
3773
|
+
height="1em"
|
|
3774
|
+
>
|
|
3775
|
+
<path
|
|
3776
|
+
d="m31.874 28.514-15.011-27a1.001 1.001 0 0 0-1.748 0l-15.011 27A1 1 0 0 0 .978 30H31a1 1 0 0 0 .874-1.486ZM14.5 12a1.5 1.5 0 0 1 3 0v5a1.5 1.5 0 0 1-3 0v-5ZM16 26.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 26.001Z"
|
|
3777
|
+
/>
|
|
3778
|
+
</svg>
|
|
3176
3779
|
</span>
|
|
3177
3780
|
<h2
|
|
3178
3781
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -3214,7 +3817,19 @@ section: components
|
|
|
3214
3817
|
<span
|
|
3215
3818
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
3216
3819
|
>
|
|
3217
|
-
<
|
|
3820
|
+
<svg
|
|
3821
|
+
class="pf-v6-svg"
|
|
3822
|
+
viewBox="0 0 32 32"
|
|
3823
|
+
fill="currentColor"
|
|
3824
|
+
aria-hidden="true"
|
|
3825
|
+
role="img"
|
|
3826
|
+
width="1em"
|
|
3827
|
+
height="1em"
|
|
3828
|
+
>
|
|
3829
|
+
<path
|
|
3830
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
3831
|
+
/>
|
|
3832
|
+
</svg>
|
|
3218
3833
|
</span>
|
|
3219
3834
|
<h2
|
|
3220
3835
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -3256,7 +3871,19 @@ section: components
|
|
|
3256
3871
|
<span
|
|
3257
3872
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
3258
3873
|
>
|
|
3259
|
-
<
|
|
3874
|
+
<svg
|
|
3875
|
+
class="pf-v6-svg"
|
|
3876
|
+
viewBox="0 0 32 32"
|
|
3877
|
+
fill="currentColor"
|
|
3878
|
+
aria-hidden="true"
|
|
3879
|
+
role="img"
|
|
3880
|
+
width="1em"
|
|
3881
|
+
height="1em"
|
|
3882
|
+
>
|
|
3883
|
+
<path
|
|
3884
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
3885
|
+
/>
|
|
3886
|
+
</svg>
|
|
3260
3887
|
</span>
|
|
3261
3888
|
<h2
|
|
3262
3889
|
class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
|
|
@@ -3298,7 +3925,19 @@ section: components
|
|
|
3298
3925
|
<span
|
|
3299
3926
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
3300
3927
|
>
|
|
3301
|
-
<
|
|
3928
|
+
<svg
|
|
3929
|
+
class="pf-v6-svg"
|
|
3930
|
+
viewBox="0 0 32 32"
|
|
3931
|
+
fill="currentColor"
|
|
3932
|
+
aria-hidden="true"
|
|
3933
|
+
role="img"
|
|
3934
|
+
width="1em"
|
|
3935
|
+
height="1em"
|
|
3936
|
+
>
|
|
3937
|
+
<path
|
|
3938
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
3939
|
+
/>
|
|
3940
|
+
</svg>
|
|
3302
3941
|
</span>
|
|
3303
3942
|
<h2
|
|
3304
3943
|
class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
|
|
@@ -3341,7 +3980,19 @@ section: components
|
|
|
3341
3980
|
<span
|
|
3342
3981
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
3343
3982
|
>
|
|
3344
|
-
<
|
|
3983
|
+
<svg
|
|
3984
|
+
class="pf-v6-svg"
|
|
3985
|
+
viewBox="0 0 32 32"
|
|
3986
|
+
fill="currentColor"
|
|
3987
|
+
aria-hidden="true"
|
|
3988
|
+
role="img"
|
|
3989
|
+
width="1em"
|
|
3990
|
+
height="1em"
|
|
3991
|
+
>
|
|
3992
|
+
<path
|
|
3993
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
3994
|
+
/>
|
|
3995
|
+
</svg>
|
|
3345
3996
|
</span>
|
|
3346
3997
|
<h2
|
|
3347
3998
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -3390,7 +4041,19 @@ section: components
|
|
|
3390
4041
|
<span
|
|
3391
4042
|
class="pf-v6-c-notification-drawer__group-toggle-icon"
|
|
3392
4043
|
>
|
|
3393
|
-
<
|
|
4044
|
+
<svg
|
|
4045
|
+
class="pf-v6-svg"
|
|
4046
|
+
viewBox="0 0 20 20"
|
|
4047
|
+
fill="currentColor"
|
|
4048
|
+
aria-hidden="true"
|
|
4049
|
+
role="img"
|
|
4050
|
+
width="1em"
|
|
4051
|
+
height="1em"
|
|
4052
|
+
>
|
|
4053
|
+
<path
|
|
4054
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
4055
|
+
/>
|
|
4056
|
+
</svg>
|
|
3394
4057
|
</span>
|
|
3395
4058
|
</button>
|
|
3396
4059
|
</h1>
|
|
@@ -3405,7 +4068,19 @@ section: components
|
|
|
3405
4068
|
<span
|
|
3406
4069
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
3407
4070
|
>
|
|
3408
|
-
<
|
|
4071
|
+
<svg
|
|
4072
|
+
class="pf-v6-svg"
|
|
4073
|
+
viewBox="0 0 32 32"
|
|
4074
|
+
fill="currentColor"
|
|
4075
|
+
aria-hidden="true"
|
|
4076
|
+
role="img"
|
|
4077
|
+
width="1em"
|
|
4078
|
+
height="1em"
|
|
4079
|
+
>
|
|
4080
|
+
<path
|
|
4081
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm1.5 22a1.5 1.5 0 1 1-3 0v-5.157l-.188.04a1.5 1.5 0 0 1-.625-2.934l1.956-.416c.112-.024.223-.032.333-.03l.024-.002a1.5 1.5 0 0 1 1.5 1.5v7Zm-.08-12.58c-.38.37-.89.58-1.42.58a1.998 1.998 0 0 1-1.851-2.76c.051-.13.11-.24.19-.35.07-.11.15-.21.25-.3.74-.75 2.08-.75 2.83 0 .09.09.17.19.24.3.08.11.14.22.189.35.05.12.09.24.11.37.03.13.04.26.04.39 0 .53-.21 1.04-.58 1.42Z"
|
|
4082
|
+
/>
|
|
4083
|
+
</svg>
|
|
3409
4084
|
</span>
|
|
3410
4085
|
<h2
|
|
3411
4086
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -3448,10 +4123,19 @@ section: components
|
|
|
3448
4123
|
<span
|
|
3449
4124
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
3450
4125
|
>
|
|
3451
|
-
<
|
|
3452
|
-
class="
|
|
4126
|
+
<svg
|
|
4127
|
+
class="pf-v6-svg"
|
|
4128
|
+
viewBox="0 0 32 32"
|
|
4129
|
+
fill="currentColor"
|
|
3453
4130
|
aria-hidden="true"
|
|
3454
|
-
|
|
4131
|
+
role="img"
|
|
4132
|
+
width="1em"
|
|
4133
|
+
height="1em"
|
|
4134
|
+
>
|
|
4135
|
+
<path
|
|
4136
|
+
d="M28.75 22v3.5c0 .689-.561 1.25-1.25 1.25h-7.521c.005.084.021.166.021.25 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.084.016-.166.021-.25H4.5c-.689 0-1.25-.561-1.25-1.25V22a.75.75 0 0 1 .75-.75c1.24 0 2.25-1.009 2.25-2.25v-4c0-4.826 3.528-8.833 8.138-9.605A2.482 2.482 0 0 1 13.5 3.5C13.5 2.122 14.621 1 16 1s2.5 1.122 2.5 2.5c0 .761-.349 1.436-.888 1.895 4.61.772 8.138 4.779 8.138 9.605v4c0 1.241 1.01 2.25 2.25 2.25a.75.75 0 0 1 .75.75Z"
|
|
4137
|
+
/>
|
|
4138
|
+
</svg>
|
|
3455
4139
|
</span>
|
|
3456
4140
|
<h2
|
|
3457
4141
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -3496,10 +4180,19 @@ section: components
|
|
|
3496
4180
|
<span
|
|
3497
4181
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
3498
4182
|
>
|
|
3499
|
-
<
|
|
3500
|
-
class="
|
|
4183
|
+
<svg
|
|
4184
|
+
class="pf-v6-svg"
|
|
4185
|
+
viewBox="0 0 32 32"
|
|
4186
|
+
fill="currentColor"
|
|
3501
4187
|
aria-hidden="true"
|
|
3502
|
-
|
|
4188
|
+
role="img"
|
|
4189
|
+
width="1em"
|
|
4190
|
+
height="1em"
|
|
4191
|
+
>
|
|
4192
|
+
<path
|
|
4193
|
+
d="M28.75 22v3.5c0 .689-.561 1.25-1.25 1.25h-7.521c.005.084.021.166.021.25 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.084.016-.166.021-.25H4.5c-.689 0-1.25-.561-1.25-1.25V22a.75.75 0 0 1 .75-.75c1.24 0 2.25-1.009 2.25-2.25v-4c0-4.826 3.528-8.833 8.138-9.605A2.482 2.482 0 0 1 13.5 3.5C13.5 2.122 14.621 1 16 1s2.5 1.122 2.5 2.5c0 .761-.349 1.436-.888 1.895 4.61.772 8.138 4.779 8.138 9.605v4c0 1.241 1.01 2.25 2.25 2.25a.75.75 0 0 1 .75.75Z"
|
|
4194
|
+
/>
|
|
4195
|
+
</svg>
|
|
3503
4196
|
</span>
|
|
3504
4197
|
<h2
|
|
3505
4198
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -3542,10 +4235,19 @@ section: components
|
|
|
3542
4235
|
<span
|
|
3543
4236
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
3544
4237
|
>
|
|
3545
|
-
<
|
|
3546
|
-
class="
|
|
4238
|
+
<svg
|
|
4239
|
+
class="pf-v6-svg"
|
|
4240
|
+
viewBox="0 0 32 32"
|
|
4241
|
+
fill="currentColor"
|
|
3547
4242
|
aria-hidden="true"
|
|
3548
|
-
|
|
4243
|
+
role="img"
|
|
4244
|
+
width="1em"
|
|
4245
|
+
height="1em"
|
|
4246
|
+
>
|
|
4247
|
+
<path
|
|
4248
|
+
d="m31.874 28.514-15.011-27a1.001 1.001 0 0 0-1.748 0l-15.011 27A1 1 0 0 0 .978 30H31a1 1 0 0 0 .874-1.486ZM14.5 12a1.5 1.5 0 0 1 3 0v5a1.5 1.5 0 0 1-3 0v-5ZM16 26.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 26.001Z"
|
|
4249
|
+
/>
|
|
4250
|
+
</svg>
|
|
3549
4251
|
</span>
|
|
3550
4252
|
<h2
|
|
3551
4253
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -3587,7 +4289,19 @@ section: components
|
|
|
3587
4289
|
<span
|
|
3588
4290
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
3589
4291
|
>
|
|
3590
|
-
<
|
|
4292
|
+
<svg
|
|
4293
|
+
class="pf-v6-svg"
|
|
4294
|
+
viewBox="0 0 32 32"
|
|
4295
|
+
fill="currentColor"
|
|
4296
|
+
aria-hidden="true"
|
|
4297
|
+
role="img"
|
|
4298
|
+
width="1em"
|
|
4299
|
+
height="1em"
|
|
4300
|
+
>
|
|
4301
|
+
<path
|
|
4302
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
4303
|
+
/>
|
|
4304
|
+
</svg>
|
|
3591
4305
|
</span>
|
|
3592
4306
|
<h2
|
|
3593
4307
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -3629,7 +4343,19 @@ section: components
|
|
|
3629
4343
|
<span
|
|
3630
4344
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
3631
4345
|
>
|
|
3632
|
-
<
|
|
4346
|
+
<svg
|
|
4347
|
+
class="pf-v6-svg"
|
|
4348
|
+
viewBox="0 0 32 32"
|
|
4349
|
+
fill="currentColor"
|
|
4350
|
+
aria-hidden="true"
|
|
4351
|
+
role="img"
|
|
4352
|
+
width="1em"
|
|
4353
|
+
height="1em"
|
|
4354
|
+
>
|
|
4355
|
+
<path
|
|
4356
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
4357
|
+
/>
|
|
4358
|
+
</svg>
|
|
3633
4359
|
</span>
|
|
3634
4360
|
<h2
|
|
3635
4361
|
class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
|
|
@@ -3671,7 +4397,19 @@ section: components
|
|
|
3671
4397
|
<span
|
|
3672
4398
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
3673
4399
|
>
|
|
3674
|
-
<
|
|
4400
|
+
<svg
|
|
4401
|
+
class="pf-v6-svg"
|
|
4402
|
+
viewBox="0 0 32 32"
|
|
4403
|
+
fill="currentColor"
|
|
4404
|
+
aria-hidden="true"
|
|
4405
|
+
role="img"
|
|
4406
|
+
width="1em"
|
|
4407
|
+
height="1em"
|
|
4408
|
+
>
|
|
4409
|
+
<path
|
|
4410
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
4411
|
+
/>
|
|
4412
|
+
</svg>
|
|
3675
4413
|
</span>
|
|
3676
4414
|
<h2
|
|
3677
4415
|
class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
|
|
@@ -3714,7 +4452,19 @@ section: components
|
|
|
3714
4452
|
<span
|
|
3715
4453
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
3716
4454
|
>
|
|
3717
|
-
<
|
|
4455
|
+
<svg
|
|
4456
|
+
class="pf-v6-svg"
|
|
4457
|
+
viewBox="0 0 32 32"
|
|
4458
|
+
fill="currentColor"
|
|
4459
|
+
aria-hidden="true"
|
|
4460
|
+
role="img"
|
|
4461
|
+
width="1em"
|
|
4462
|
+
height="1em"
|
|
4463
|
+
>
|
|
4464
|
+
<path
|
|
4465
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
4466
|
+
/>
|
|
4467
|
+
</svg>
|
|
3718
4468
|
</span>
|
|
3719
4469
|
<h2
|
|
3720
4470
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -3761,7 +4511,19 @@ section: components
|
|
|
3761
4511
|
<span
|
|
3762
4512
|
class="pf-v6-c-notification-drawer__group-toggle-icon"
|
|
3763
4513
|
>
|
|
3764
|
-
<
|
|
4514
|
+
<svg
|
|
4515
|
+
class="pf-v6-svg"
|
|
4516
|
+
viewBox="0 0 20 20"
|
|
4517
|
+
fill="currentColor"
|
|
4518
|
+
aria-hidden="true"
|
|
4519
|
+
role="img"
|
|
4520
|
+
width="1em"
|
|
4521
|
+
height="1em"
|
|
4522
|
+
>
|
|
4523
|
+
<path
|
|
4524
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
4525
|
+
/>
|
|
4526
|
+
</svg>
|
|
3765
4527
|
</span>
|
|
3766
4528
|
</button>
|
|
3767
4529
|
</h1>
|
|
@@ -3780,7 +4542,19 @@ section: components
|
|
|
3780
4542
|
<span
|
|
3781
4543
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
3782
4544
|
>
|
|
3783
|
-
<
|
|
4545
|
+
<svg
|
|
4546
|
+
class="pf-v6-svg"
|
|
4547
|
+
viewBox="0 0 32 32"
|
|
4548
|
+
fill="currentColor"
|
|
4549
|
+
aria-hidden="true"
|
|
4550
|
+
role="img"
|
|
4551
|
+
width="1em"
|
|
4552
|
+
height="1em"
|
|
4553
|
+
>
|
|
4554
|
+
<path
|
|
4555
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm1.5 22a1.5 1.5 0 1 1-3 0v-5.157l-.188.04a1.5 1.5 0 0 1-.625-2.934l1.956-.416c.112-.024.223-.032.333-.03l.024-.002a1.5 1.5 0 0 1 1.5 1.5v7Zm-.08-12.58c-.38.37-.89.58-1.42.58a1.998 1.998 0 0 1-1.851-2.76c.051-.13.11-.24.19-.35.07-.11.15-.21.25-.3.74-.75 2.08-.75 2.83 0 .09.09.17.19.24.3.08.11.14.22.189.35.05.12.09.24.11.37.03.13.04.26.04.39 0 .53-.21 1.04-.58 1.42Z"
|
|
4556
|
+
/>
|
|
4557
|
+
</svg>
|
|
3784
4558
|
</span>
|
|
3785
4559
|
<h2
|
|
3786
4560
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -3823,10 +4597,19 @@ section: components
|
|
|
3823
4597
|
<span
|
|
3824
4598
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
3825
4599
|
>
|
|
3826
|
-
<
|
|
3827
|
-
class="
|
|
4600
|
+
<svg
|
|
4601
|
+
class="pf-v6-svg"
|
|
4602
|
+
viewBox="0 0 32 32"
|
|
4603
|
+
fill="currentColor"
|
|
3828
4604
|
aria-hidden="true"
|
|
3829
|
-
|
|
4605
|
+
role="img"
|
|
4606
|
+
width="1em"
|
|
4607
|
+
height="1em"
|
|
4608
|
+
>
|
|
4609
|
+
<path
|
|
4610
|
+
d="M28.75 22v3.5c0 .689-.561 1.25-1.25 1.25h-7.521c.005.084.021.166.021.25 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.084.016-.166.021-.25H4.5c-.689 0-1.25-.561-1.25-1.25V22a.75.75 0 0 1 .75-.75c1.24 0 2.25-1.009 2.25-2.25v-4c0-4.826 3.528-8.833 8.138-9.605A2.482 2.482 0 0 1 13.5 3.5C13.5 2.122 14.621 1 16 1s2.5 1.122 2.5 2.5c0 .761-.349 1.436-.888 1.895 4.61.772 8.138 4.779 8.138 9.605v4c0 1.241 1.01 2.25 2.25 2.25a.75.75 0 0 1 .75.75Z"
|
|
4611
|
+
/>
|
|
4612
|
+
</svg>
|
|
3830
4613
|
</span>
|
|
3831
4614
|
<h2
|
|
3832
4615
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -3871,10 +4654,19 @@ section: components
|
|
|
3871
4654
|
<span
|
|
3872
4655
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
3873
4656
|
>
|
|
3874
|
-
<
|
|
3875
|
-
class="
|
|
4657
|
+
<svg
|
|
4658
|
+
class="pf-v6-svg"
|
|
4659
|
+
viewBox="0 0 32 32"
|
|
4660
|
+
fill="currentColor"
|
|
3876
4661
|
aria-hidden="true"
|
|
3877
|
-
|
|
4662
|
+
role="img"
|
|
4663
|
+
width="1em"
|
|
4664
|
+
height="1em"
|
|
4665
|
+
>
|
|
4666
|
+
<path
|
|
4667
|
+
d="M28.75 22v3.5c0 .689-.561 1.25-1.25 1.25h-7.521c.005.084.021.166.021.25 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.084.016-.166.021-.25H4.5c-.689 0-1.25-.561-1.25-1.25V22a.75.75 0 0 1 .75-.75c1.24 0 2.25-1.009 2.25-2.25v-4c0-4.826 3.528-8.833 8.138-9.605A2.482 2.482 0 0 1 13.5 3.5C13.5 2.122 14.621 1 16 1s2.5 1.122 2.5 2.5c0 .761-.349 1.436-.888 1.895 4.61.772 8.138 4.779 8.138 9.605v4c0 1.241 1.01 2.25 2.25 2.25a.75.75 0 0 1 .75.75Z"
|
|
4668
|
+
/>
|
|
4669
|
+
</svg>
|
|
3878
4670
|
</span>
|
|
3879
4671
|
<h2
|
|
3880
4672
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -3917,10 +4709,19 @@ section: components
|
|
|
3917
4709
|
<span
|
|
3918
4710
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
3919
4711
|
>
|
|
3920
|
-
<
|
|
3921
|
-
class="
|
|
4712
|
+
<svg
|
|
4713
|
+
class="pf-v6-svg"
|
|
4714
|
+
viewBox="0 0 32 32"
|
|
4715
|
+
fill="currentColor"
|
|
3922
4716
|
aria-hidden="true"
|
|
3923
|
-
|
|
4717
|
+
role="img"
|
|
4718
|
+
width="1em"
|
|
4719
|
+
height="1em"
|
|
4720
|
+
>
|
|
4721
|
+
<path
|
|
4722
|
+
d="m31.874 28.514-15.011-27a1.001 1.001 0 0 0-1.748 0l-15.011 27A1 1 0 0 0 .978 30H31a1 1 0 0 0 .874-1.486ZM14.5 12a1.5 1.5 0 0 1 3 0v5a1.5 1.5 0 0 1-3 0v-5ZM16 26.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 26.001Z"
|
|
4723
|
+
/>
|
|
4724
|
+
</svg>
|
|
3924
4725
|
</span>
|
|
3925
4726
|
<h2
|
|
3926
4727
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -3962,7 +4763,19 @@ section: components
|
|
|
3962
4763
|
<span
|
|
3963
4764
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
3964
4765
|
>
|
|
3965
|
-
<
|
|
4766
|
+
<svg
|
|
4767
|
+
class="pf-v6-svg"
|
|
4768
|
+
viewBox="0 0 32 32"
|
|
4769
|
+
fill="currentColor"
|
|
4770
|
+
aria-hidden="true"
|
|
4771
|
+
role="img"
|
|
4772
|
+
width="1em"
|
|
4773
|
+
height="1em"
|
|
4774
|
+
>
|
|
4775
|
+
<path
|
|
4776
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
4777
|
+
/>
|
|
4778
|
+
</svg>
|
|
3966
4779
|
</span>
|
|
3967
4780
|
<h2
|
|
3968
4781
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -4004,7 +4817,19 @@ section: components
|
|
|
4004
4817
|
<span
|
|
4005
4818
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
4006
4819
|
>
|
|
4007
|
-
<
|
|
4820
|
+
<svg
|
|
4821
|
+
class="pf-v6-svg"
|
|
4822
|
+
viewBox="0 0 32 32"
|
|
4823
|
+
fill="currentColor"
|
|
4824
|
+
aria-hidden="true"
|
|
4825
|
+
role="img"
|
|
4826
|
+
width="1em"
|
|
4827
|
+
height="1em"
|
|
4828
|
+
>
|
|
4829
|
+
<path
|
|
4830
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
4831
|
+
/>
|
|
4832
|
+
</svg>
|
|
4008
4833
|
</span>
|
|
4009
4834
|
<h2
|
|
4010
4835
|
class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
|
|
@@ -4046,7 +4871,19 @@ section: components
|
|
|
4046
4871
|
<span
|
|
4047
4872
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
4048
4873
|
>
|
|
4049
|
-
<
|
|
4874
|
+
<svg
|
|
4875
|
+
class="pf-v6-svg"
|
|
4876
|
+
viewBox="0 0 32 32"
|
|
4877
|
+
fill="currentColor"
|
|
4878
|
+
aria-hidden="true"
|
|
4879
|
+
role="img"
|
|
4880
|
+
width="1em"
|
|
4881
|
+
height="1em"
|
|
4882
|
+
>
|
|
4883
|
+
<path
|
|
4884
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
4885
|
+
/>
|
|
4886
|
+
</svg>
|
|
4050
4887
|
</span>
|
|
4051
4888
|
<h2
|
|
4052
4889
|
class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
|
|
@@ -4089,7 +4926,19 @@ section: components
|
|
|
4089
4926
|
<span
|
|
4090
4927
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
4091
4928
|
>
|
|
4092
|
-
<
|
|
4929
|
+
<svg
|
|
4930
|
+
class="pf-v6-svg"
|
|
4931
|
+
viewBox="0 0 32 32"
|
|
4932
|
+
fill="currentColor"
|
|
4933
|
+
aria-hidden="true"
|
|
4934
|
+
role="img"
|
|
4935
|
+
width="1em"
|
|
4936
|
+
height="1em"
|
|
4937
|
+
>
|
|
4938
|
+
<path
|
|
4939
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
4940
|
+
/>
|
|
4941
|
+
</svg>
|
|
4093
4942
|
</span>
|
|
4094
4943
|
<h2
|
|
4095
4944
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -4136,7 +4985,19 @@ section: components
|
|
|
4136
4985
|
<span
|
|
4137
4986
|
class="pf-v6-c-notification-drawer__group-toggle-icon"
|
|
4138
4987
|
>
|
|
4139
|
-
<
|
|
4988
|
+
<svg
|
|
4989
|
+
class="pf-v6-svg"
|
|
4990
|
+
viewBox="0 0 20 20"
|
|
4991
|
+
fill="currentColor"
|
|
4992
|
+
aria-hidden="true"
|
|
4993
|
+
role="img"
|
|
4994
|
+
width="1em"
|
|
4995
|
+
height="1em"
|
|
4996
|
+
>
|
|
4997
|
+
<path
|
|
4998
|
+
d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
|
|
4999
|
+
/>
|
|
5000
|
+
</svg>
|
|
4140
5001
|
</span>
|
|
4141
5002
|
</button>
|
|
4142
5003
|
</h1>
|
|
@@ -4155,7 +5016,19 @@ section: components
|
|
|
4155
5016
|
<span
|
|
4156
5017
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
4157
5018
|
>
|
|
4158
|
-
<
|
|
5019
|
+
<svg
|
|
5020
|
+
class="pf-v6-svg"
|
|
5021
|
+
viewBox="0 0 32 32"
|
|
5022
|
+
fill="currentColor"
|
|
5023
|
+
aria-hidden="true"
|
|
5024
|
+
role="img"
|
|
5025
|
+
width="1em"
|
|
5026
|
+
height="1em"
|
|
5027
|
+
>
|
|
5028
|
+
<path
|
|
5029
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm1.5 22a1.5 1.5 0 1 1-3 0v-5.157l-.188.04a1.5 1.5 0 0 1-.625-2.934l1.956-.416c.112-.024.223-.032.333-.03l.024-.002a1.5 1.5 0 0 1 1.5 1.5v7Zm-.08-12.58c-.38.37-.89.58-1.42.58a1.998 1.998 0 0 1-1.851-2.76c.051-.13.11-.24.19-.35.07-.11.15-.21.25-.3.74-.75 2.08-.75 2.83 0 .09.09.17.19.24.3.08.11.14.22.189.35.05.12.09.24.11.37.03.13.04.26.04.39 0 .53-.21 1.04-.58 1.42Z"
|
|
5030
|
+
/>
|
|
5031
|
+
</svg>
|
|
4159
5032
|
</span>
|
|
4160
5033
|
<h2
|
|
4161
5034
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -4198,10 +5071,19 @@ section: components
|
|
|
4198
5071
|
<span
|
|
4199
5072
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
4200
5073
|
>
|
|
4201
|
-
<
|
|
4202
|
-
class="
|
|
5074
|
+
<svg
|
|
5075
|
+
class="pf-v6-svg"
|
|
5076
|
+
viewBox="0 0 32 32"
|
|
5077
|
+
fill="currentColor"
|
|
4203
5078
|
aria-hidden="true"
|
|
4204
|
-
|
|
5079
|
+
role="img"
|
|
5080
|
+
width="1em"
|
|
5081
|
+
height="1em"
|
|
5082
|
+
>
|
|
5083
|
+
<path
|
|
5084
|
+
d="M28.75 22v3.5c0 .689-.561 1.25-1.25 1.25h-7.521c.005.084.021.166.021.25 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.084.016-.166.021-.25H4.5c-.689 0-1.25-.561-1.25-1.25V22a.75.75 0 0 1 .75-.75c1.24 0 2.25-1.009 2.25-2.25v-4c0-4.826 3.528-8.833 8.138-9.605A2.482 2.482 0 0 1 13.5 3.5C13.5 2.122 14.621 1 16 1s2.5 1.122 2.5 2.5c0 .761-.349 1.436-.888 1.895 4.61.772 8.138 4.779 8.138 9.605v4c0 1.241 1.01 2.25 2.25 2.25a.75.75 0 0 1 .75.75Z"
|
|
5085
|
+
/>
|
|
5086
|
+
</svg>
|
|
4205
5087
|
</span>
|
|
4206
5088
|
<h2
|
|
4207
5089
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -4246,10 +5128,19 @@ section: components
|
|
|
4246
5128
|
<span
|
|
4247
5129
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
4248
5130
|
>
|
|
4249
|
-
<
|
|
4250
|
-
class="
|
|
5131
|
+
<svg
|
|
5132
|
+
class="pf-v6-svg"
|
|
5133
|
+
viewBox="0 0 32 32"
|
|
5134
|
+
fill="currentColor"
|
|
4251
5135
|
aria-hidden="true"
|
|
4252
|
-
|
|
5136
|
+
role="img"
|
|
5137
|
+
width="1em"
|
|
5138
|
+
height="1em"
|
|
5139
|
+
>
|
|
5140
|
+
<path
|
|
5141
|
+
d="M28.75 22v3.5c0 .689-.561 1.25-1.25 1.25h-7.521c.005.084.021.166.021.25 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.084.016-.166.021-.25H4.5c-.689 0-1.25-.561-1.25-1.25V22a.75.75 0 0 1 .75-.75c1.24 0 2.25-1.009 2.25-2.25v-4c0-4.826 3.528-8.833 8.138-9.605A2.482 2.482 0 0 1 13.5 3.5C13.5 2.122 14.621 1 16 1s2.5 1.122 2.5 2.5c0 .761-.349 1.436-.888 1.895 4.61.772 8.138 4.779 8.138 9.605v4c0 1.241 1.01 2.25 2.25 2.25a.75.75 0 0 1 .75.75Z"
|
|
5142
|
+
/>
|
|
5143
|
+
</svg>
|
|
4253
5144
|
</span>
|
|
4254
5145
|
<h2
|
|
4255
5146
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -4292,10 +5183,19 @@ section: components
|
|
|
4292
5183
|
<span
|
|
4293
5184
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
4294
5185
|
>
|
|
4295
|
-
<
|
|
4296
|
-
class="
|
|
5186
|
+
<svg
|
|
5187
|
+
class="pf-v6-svg"
|
|
5188
|
+
viewBox="0 0 32 32"
|
|
5189
|
+
fill="currentColor"
|
|
4297
5190
|
aria-hidden="true"
|
|
4298
|
-
|
|
5191
|
+
role="img"
|
|
5192
|
+
width="1em"
|
|
5193
|
+
height="1em"
|
|
5194
|
+
>
|
|
5195
|
+
<path
|
|
5196
|
+
d="m31.874 28.514-15.011-27a1.001 1.001 0 0 0-1.748 0l-15.011 27A1 1 0 0 0 .978 30H31a1 1 0 0 0 .874-1.486ZM14.5 12a1.5 1.5 0 0 1 3 0v5a1.5 1.5 0 0 1-3 0v-5ZM16 26.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 26.001Z"
|
|
5197
|
+
/>
|
|
5198
|
+
</svg>
|
|
4299
5199
|
</span>
|
|
4300
5200
|
<h2
|
|
4301
5201
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -4337,7 +5237,19 @@ section: components
|
|
|
4337
5237
|
<span
|
|
4338
5238
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
4339
5239
|
>
|
|
4340
|
-
<
|
|
5240
|
+
<svg
|
|
5241
|
+
class="pf-v6-svg"
|
|
5242
|
+
viewBox="0 0 32 32"
|
|
5243
|
+
fill="currentColor"
|
|
5244
|
+
aria-hidden="true"
|
|
5245
|
+
role="img"
|
|
5246
|
+
width="1em"
|
|
5247
|
+
height="1em"
|
|
5248
|
+
>
|
|
5249
|
+
<path
|
|
5250
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
5251
|
+
/>
|
|
5252
|
+
</svg>
|
|
4341
5253
|
</span>
|
|
4342
5254
|
<h2
|
|
4343
5255
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|
|
@@ -4379,7 +5291,19 @@ section: components
|
|
|
4379
5291
|
<span
|
|
4380
5292
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
4381
5293
|
>
|
|
4382
|
-
<
|
|
5294
|
+
<svg
|
|
5295
|
+
class="pf-v6-svg"
|
|
5296
|
+
viewBox="0 0 32 32"
|
|
5297
|
+
fill="currentColor"
|
|
5298
|
+
aria-hidden="true"
|
|
5299
|
+
role="img"
|
|
5300
|
+
width="1em"
|
|
5301
|
+
height="1em"
|
|
5302
|
+
>
|
|
5303
|
+
<path
|
|
5304
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
5305
|
+
/>
|
|
5306
|
+
</svg>
|
|
4383
5307
|
</span>
|
|
4384
5308
|
<h2
|
|
4385
5309
|
class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
|
|
@@ -4421,7 +5345,19 @@ section: components
|
|
|
4421
5345
|
<span
|
|
4422
5346
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
4423
5347
|
>
|
|
4424
|
-
<
|
|
5348
|
+
<svg
|
|
5349
|
+
class="pf-v6-svg"
|
|
5350
|
+
viewBox="0 0 32 32"
|
|
5351
|
+
fill="currentColor"
|
|
5352
|
+
aria-hidden="true"
|
|
5353
|
+
role="img"
|
|
5354
|
+
width="1em"
|
|
5355
|
+
height="1em"
|
|
5356
|
+
>
|
|
5357
|
+
<path
|
|
5358
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
5359
|
+
/>
|
|
5360
|
+
</svg>
|
|
4425
5361
|
</span>
|
|
4426
5362
|
<h2
|
|
4427
5363
|
class="pf-v6-c-notification-drawer__list-item-header-title pf-m-truncate"
|
|
@@ -4464,7 +5400,19 @@ section: components
|
|
|
4464
5400
|
<span
|
|
4465
5401
|
class="pf-v6-c-notification-drawer__list-item-header-icon"
|
|
4466
5402
|
>
|
|
4467
|
-
<
|
|
5403
|
+
<svg
|
|
5404
|
+
class="pf-v6-svg"
|
|
5405
|
+
viewBox="0 0 32 32"
|
|
5406
|
+
fill="currentColor"
|
|
5407
|
+
aria-hidden="true"
|
|
5408
|
+
role="img"
|
|
5409
|
+
width="1em"
|
|
5410
|
+
height="1em"
|
|
5411
|
+
>
|
|
5412
|
+
<path
|
|
5413
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
5414
|
+
/>
|
|
5415
|
+
</svg>
|
|
4468
5416
|
</span>
|
|
4469
5417
|
<h2
|
|
4470
5418
|
class="pf-v6-c-notification-drawer__list-item-header-title"
|