@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
|
@@ -457,7 +457,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
457
457
|
<span class="pf-v6-c-button__icon">
|
|
458
458
|
<svg
|
|
459
459
|
class="pf-v6-svg"
|
|
460
|
-
viewBox="0 0
|
|
460
|
+
viewBox="0 0 20 20"
|
|
461
461
|
fill="currentColor"
|
|
462
462
|
aria-hidden="true"
|
|
463
463
|
role="img"
|
|
@@ -465,7 +465,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
465
465
|
height="1em"
|
|
466
466
|
>
|
|
467
467
|
<path
|
|
468
|
-
d="
|
|
468
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
469
469
|
/>
|
|
470
470
|
</svg>
|
|
471
471
|
</span>
|
|
@@ -494,7 +494,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
494
494
|
<span class="pf-v6-c-button__icon">
|
|
495
495
|
<svg
|
|
496
496
|
class="pf-v6-svg"
|
|
497
|
-
viewBox="0 0
|
|
497
|
+
viewBox="0 0 20 20"
|
|
498
498
|
fill="currentColor"
|
|
499
499
|
aria-hidden="true"
|
|
500
500
|
role="img"
|
|
@@ -502,7 +502,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
502
502
|
height="1em"
|
|
503
503
|
>
|
|
504
504
|
<path
|
|
505
|
-
d="
|
|
505
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
506
506
|
/>
|
|
507
507
|
</svg>
|
|
508
508
|
</span>
|
|
@@ -531,7 +531,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
531
531
|
<span class="pf-v6-c-button__icon">
|
|
532
532
|
<svg
|
|
533
533
|
class="pf-v6-svg"
|
|
534
|
-
viewBox="0 0
|
|
534
|
+
viewBox="0 0 20 20"
|
|
535
535
|
fill="currentColor"
|
|
536
536
|
aria-hidden="true"
|
|
537
537
|
role="img"
|
|
@@ -539,7 +539,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
539
539
|
height="1em"
|
|
540
540
|
>
|
|
541
541
|
<path
|
|
542
|
-
d="
|
|
542
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
543
543
|
/>
|
|
544
544
|
</svg>
|
|
545
545
|
</span>
|
|
@@ -585,7 +585,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
585
585
|
<span class="pf-v6-c-button__icon">
|
|
586
586
|
<svg
|
|
587
587
|
class="pf-v6-svg"
|
|
588
|
-
viewBox="0 0
|
|
588
|
+
viewBox="0 0 20 20"
|
|
589
589
|
fill="currentColor"
|
|
590
590
|
aria-hidden="true"
|
|
591
591
|
role="img"
|
|
@@ -593,7 +593,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
593
593
|
height="1em"
|
|
594
594
|
>
|
|
595
595
|
<path
|
|
596
|
-
d="
|
|
596
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
597
597
|
/>
|
|
598
598
|
</svg>
|
|
599
599
|
</span>
|
|
@@ -622,7 +622,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
622
622
|
<span class="pf-v6-c-button__icon">
|
|
623
623
|
<svg
|
|
624
624
|
class="pf-v6-svg"
|
|
625
|
-
viewBox="0 0
|
|
625
|
+
viewBox="0 0 20 20"
|
|
626
626
|
fill="currentColor"
|
|
627
627
|
aria-hidden="true"
|
|
628
628
|
role="img"
|
|
@@ -630,7 +630,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
630
630
|
height="1em"
|
|
631
631
|
>
|
|
632
632
|
<path
|
|
633
|
-
d="
|
|
633
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
634
634
|
/>
|
|
635
635
|
</svg>
|
|
636
636
|
</span>
|
|
@@ -659,7 +659,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
659
659
|
<span class="pf-v6-c-button__icon">
|
|
660
660
|
<svg
|
|
661
661
|
class="pf-v6-svg"
|
|
662
|
-
viewBox="0 0
|
|
662
|
+
viewBox="0 0 20 20"
|
|
663
663
|
fill="currentColor"
|
|
664
664
|
aria-hidden="true"
|
|
665
665
|
role="img"
|
|
@@ -667,7 +667,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
667
667
|
height="1em"
|
|
668
668
|
>
|
|
669
669
|
<path
|
|
670
|
-
d="
|
|
670
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
671
671
|
/>
|
|
672
672
|
</svg>
|
|
673
673
|
</span>
|
|
@@ -1506,7 +1506,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1506
1506
|
<span class="pf-v6-c-button__icon">
|
|
1507
1507
|
<svg
|
|
1508
1508
|
class="pf-v6-svg"
|
|
1509
|
-
viewBox="0 0
|
|
1509
|
+
viewBox="0 0 20 20"
|
|
1510
1510
|
fill="currentColor"
|
|
1511
1511
|
aria-hidden="true"
|
|
1512
1512
|
role="img"
|
|
@@ -1514,7 +1514,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1514
1514
|
height="1em"
|
|
1515
1515
|
>
|
|
1516
1516
|
<path
|
|
1517
|
-
d="
|
|
1517
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1518
1518
|
/>
|
|
1519
1519
|
</svg>
|
|
1520
1520
|
</span>
|
|
@@ -1543,7 +1543,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1543
1543
|
<span class="pf-v6-c-button__icon">
|
|
1544
1544
|
<svg
|
|
1545
1545
|
class="pf-v6-svg"
|
|
1546
|
-
viewBox="0 0
|
|
1546
|
+
viewBox="0 0 20 20"
|
|
1547
1547
|
fill="currentColor"
|
|
1548
1548
|
aria-hidden="true"
|
|
1549
1549
|
role="img"
|
|
@@ -1551,7 +1551,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1551
1551
|
height="1em"
|
|
1552
1552
|
>
|
|
1553
1553
|
<path
|
|
1554
|
-
d="
|
|
1554
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1555
1555
|
/>
|
|
1556
1556
|
</svg>
|
|
1557
1557
|
</span>
|
|
@@ -1580,7 +1580,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1580
1580
|
<span class="pf-v6-c-button__icon">
|
|
1581
1581
|
<svg
|
|
1582
1582
|
class="pf-v6-svg"
|
|
1583
|
-
viewBox="0 0
|
|
1583
|
+
viewBox="0 0 20 20"
|
|
1584
1584
|
fill="currentColor"
|
|
1585
1585
|
aria-hidden="true"
|
|
1586
1586
|
role="img"
|
|
@@ -1588,7 +1588,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1588
1588
|
height="1em"
|
|
1589
1589
|
>
|
|
1590
1590
|
<path
|
|
1591
|
-
d="
|
|
1591
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1592
1592
|
/>
|
|
1593
1593
|
</svg>
|
|
1594
1594
|
</span>
|
|
@@ -1634,7 +1634,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1634
1634
|
<span class="pf-v6-c-button__icon">
|
|
1635
1635
|
<svg
|
|
1636
1636
|
class="pf-v6-svg"
|
|
1637
|
-
viewBox="0 0
|
|
1637
|
+
viewBox="0 0 20 20"
|
|
1638
1638
|
fill="currentColor"
|
|
1639
1639
|
aria-hidden="true"
|
|
1640
1640
|
role="img"
|
|
@@ -1642,7 +1642,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1642
1642
|
height="1em"
|
|
1643
1643
|
>
|
|
1644
1644
|
<path
|
|
1645
|
-
d="
|
|
1645
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1646
1646
|
/>
|
|
1647
1647
|
</svg>
|
|
1648
1648
|
</span>
|
|
@@ -1671,7 +1671,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1671
1671
|
<span class="pf-v6-c-button__icon">
|
|
1672
1672
|
<svg
|
|
1673
1673
|
class="pf-v6-svg"
|
|
1674
|
-
viewBox="0 0
|
|
1674
|
+
viewBox="0 0 20 20"
|
|
1675
1675
|
fill="currentColor"
|
|
1676
1676
|
aria-hidden="true"
|
|
1677
1677
|
role="img"
|
|
@@ -1679,7 +1679,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1679
1679
|
height="1em"
|
|
1680
1680
|
>
|
|
1681
1681
|
<path
|
|
1682
|
-
d="
|
|
1682
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1683
1683
|
/>
|
|
1684
1684
|
</svg>
|
|
1685
1685
|
</span>
|
|
@@ -1708,7 +1708,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1708
1708
|
<span class="pf-v6-c-button__icon">
|
|
1709
1709
|
<svg
|
|
1710
1710
|
class="pf-v6-svg"
|
|
1711
|
-
viewBox="0 0
|
|
1711
|
+
viewBox="0 0 20 20"
|
|
1712
1712
|
fill="currentColor"
|
|
1713
1713
|
aria-hidden="true"
|
|
1714
1714
|
role="img"
|
|
@@ -1716,7 +1716,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1716
1716
|
height="1em"
|
|
1717
1717
|
>
|
|
1718
1718
|
<path
|
|
1719
|
-
d="
|
|
1719
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1720
1720
|
/>
|
|
1721
1721
|
</svg>
|
|
1722
1722
|
</span>
|
|
@@ -1895,7 +1895,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1895
1895
|
<span class="pf-v6-c-button__icon">
|
|
1896
1896
|
<svg
|
|
1897
1897
|
class="pf-v6-svg"
|
|
1898
|
-
viewBox="0 0
|
|
1898
|
+
viewBox="0 0 20 20"
|
|
1899
1899
|
fill="currentColor"
|
|
1900
1900
|
aria-hidden="true"
|
|
1901
1901
|
role="img"
|
|
@@ -1903,7 +1903,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1903
1903
|
height="1em"
|
|
1904
1904
|
>
|
|
1905
1905
|
<path
|
|
1906
|
-
d="
|
|
1906
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1907
1907
|
/>
|
|
1908
1908
|
</svg>
|
|
1909
1909
|
</span>
|
|
@@ -1932,7 +1932,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1932
1932
|
<span class="pf-v6-c-button__icon">
|
|
1933
1933
|
<svg
|
|
1934
1934
|
class="pf-v6-svg"
|
|
1935
|
-
viewBox="0 0
|
|
1935
|
+
viewBox="0 0 20 20"
|
|
1936
1936
|
fill="currentColor"
|
|
1937
1937
|
aria-hidden="true"
|
|
1938
1938
|
role="img"
|
|
@@ -1940,7 +1940,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1940
1940
|
height="1em"
|
|
1941
1941
|
>
|
|
1942
1942
|
<path
|
|
1943
|
-
d="
|
|
1943
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1944
1944
|
/>
|
|
1945
1945
|
</svg>
|
|
1946
1946
|
</span>
|
|
@@ -1969,7 +1969,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1969
1969
|
<span class="pf-v6-c-button__icon">
|
|
1970
1970
|
<svg
|
|
1971
1971
|
class="pf-v6-svg"
|
|
1972
|
-
viewBox="0 0
|
|
1972
|
+
viewBox="0 0 20 20"
|
|
1973
1973
|
fill="currentColor"
|
|
1974
1974
|
aria-hidden="true"
|
|
1975
1975
|
role="img"
|
|
@@ -1977,7 +1977,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
1977
1977
|
height="1em"
|
|
1978
1978
|
>
|
|
1979
1979
|
<path
|
|
1980
|
-
d="
|
|
1980
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
1981
1981
|
/>
|
|
1982
1982
|
</svg>
|
|
1983
1983
|
</span>
|
|
@@ -2023,7 +2023,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2023
2023
|
<span class="pf-v6-c-button__icon">
|
|
2024
2024
|
<svg
|
|
2025
2025
|
class="pf-v6-svg"
|
|
2026
|
-
viewBox="0 0
|
|
2026
|
+
viewBox="0 0 20 20"
|
|
2027
2027
|
fill="currentColor"
|
|
2028
2028
|
aria-hidden="true"
|
|
2029
2029
|
role="img"
|
|
@@ -2031,7 +2031,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2031
2031
|
height="1em"
|
|
2032
2032
|
>
|
|
2033
2033
|
<path
|
|
2034
|
-
d="
|
|
2034
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2035
2035
|
/>
|
|
2036
2036
|
</svg>
|
|
2037
2037
|
</span>
|
|
@@ -2060,7 +2060,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2060
2060
|
<span class="pf-v6-c-button__icon">
|
|
2061
2061
|
<svg
|
|
2062
2062
|
class="pf-v6-svg"
|
|
2063
|
-
viewBox="0 0
|
|
2063
|
+
viewBox="0 0 20 20"
|
|
2064
2064
|
fill="currentColor"
|
|
2065
2065
|
aria-hidden="true"
|
|
2066
2066
|
role="img"
|
|
@@ -2068,7 +2068,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2068
2068
|
height="1em"
|
|
2069
2069
|
>
|
|
2070
2070
|
<path
|
|
2071
|
-
d="
|
|
2071
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2072
2072
|
/>
|
|
2073
2073
|
</svg>
|
|
2074
2074
|
</span>
|
|
@@ -2097,7 +2097,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2097
2097
|
<span class="pf-v6-c-button__icon">
|
|
2098
2098
|
<svg
|
|
2099
2099
|
class="pf-v6-svg"
|
|
2100
|
-
viewBox="0 0
|
|
2100
|
+
viewBox="0 0 20 20"
|
|
2101
2101
|
fill="currentColor"
|
|
2102
2102
|
aria-hidden="true"
|
|
2103
2103
|
role="img"
|
|
@@ -2105,7 +2105,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2105
2105
|
height="1em"
|
|
2106
2106
|
>
|
|
2107
2107
|
<path
|
|
2108
|
-
d="
|
|
2108
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2109
2109
|
/>
|
|
2110
2110
|
</svg>
|
|
2111
2111
|
</span>
|
|
@@ -2498,7 +2498,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2498
2498
|
<span class="pf-v6-c-button__icon">
|
|
2499
2499
|
<svg
|
|
2500
2500
|
class="pf-v6-svg"
|
|
2501
|
-
viewBox="0 0
|
|
2501
|
+
viewBox="0 0 20 20"
|
|
2502
2502
|
fill="currentColor"
|
|
2503
2503
|
aria-hidden="true"
|
|
2504
2504
|
role="img"
|
|
@@ -2506,7 +2506,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2506
2506
|
height="1em"
|
|
2507
2507
|
>
|
|
2508
2508
|
<path
|
|
2509
|
-
d="
|
|
2509
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2510
2510
|
/>
|
|
2511
2511
|
</svg>
|
|
2512
2512
|
</span>
|
|
@@ -2535,7 +2535,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2535
2535
|
<span class="pf-v6-c-button__icon">
|
|
2536
2536
|
<svg
|
|
2537
2537
|
class="pf-v6-svg"
|
|
2538
|
-
viewBox="0 0
|
|
2538
|
+
viewBox="0 0 20 20"
|
|
2539
2539
|
fill="currentColor"
|
|
2540
2540
|
aria-hidden="true"
|
|
2541
2541
|
role="img"
|
|
@@ -2543,7 +2543,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2543
2543
|
height="1em"
|
|
2544
2544
|
>
|
|
2545
2545
|
<path
|
|
2546
|
-
d="
|
|
2546
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2547
2547
|
/>
|
|
2548
2548
|
</svg>
|
|
2549
2549
|
</span>
|
|
@@ -2572,7 +2572,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2572
2572
|
<span class="pf-v6-c-button__icon">
|
|
2573
2573
|
<svg
|
|
2574
2574
|
class="pf-v6-svg"
|
|
2575
|
-
viewBox="0 0
|
|
2575
|
+
viewBox="0 0 20 20"
|
|
2576
2576
|
fill="currentColor"
|
|
2577
2577
|
aria-hidden="true"
|
|
2578
2578
|
role="img"
|
|
@@ -2580,7 +2580,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2580
2580
|
height="1em"
|
|
2581
2581
|
>
|
|
2582
2582
|
<path
|
|
2583
|
-
d="
|
|
2583
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2584
2584
|
/>
|
|
2585
2585
|
</svg>
|
|
2586
2586
|
</span>
|
|
@@ -2626,7 +2626,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2626
2626
|
<span class="pf-v6-c-button__icon">
|
|
2627
2627
|
<svg
|
|
2628
2628
|
class="pf-v6-svg"
|
|
2629
|
-
viewBox="0 0
|
|
2629
|
+
viewBox="0 0 20 20"
|
|
2630
2630
|
fill="currentColor"
|
|
2631
2631
|
aria-hidden="true"
|
|
2632
2632
|
role="img"
|
|
@@ -2634,7 +2634,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2634
2634
|
height="1em"
|
|
2635
2635
|
>
|
|
2636
2636
|
<path
|
|
2637
|
-
d="
|
|
2637
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2638
2638
|
/>
|
|
2639
2639
|
</svg>
|
|
2640
2640
|
</span>
|
|
@@ -2663,7 +2663,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2663
2663
|
<span class="pf-v6-c-button__icon">
|
|
2664
2664
|
<svg
|
|
2665
2665
|
class="pf-v6-svg"
|
|
2666
|
-
viewBox="0 0
|
|
2666
|
+
viewBox="0 0 20 20"
|
|
2667
2667
|
fill="currentColor"
|
|
2668
2668
|
aria-hidden="true"
|
|
2669
2669
|
role="img"
|
|
@@ -2671,7 +2671,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2671
2671
|
height="1em"
|
|
2672
2672
|
>
|
|
2673
2673
|
<path
|
|
2674
|
-
d="
|
|
2674
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2675
2675
|
/>
|
|
2676
2676
|
</svg>
|
|
2677
2677
|
</span>
|
|
@@ -2700,7 +2700,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2700
2700
|
<span class="pf-v6-c-button__icon">
|
|
2701
2701
|
<svg
|
|
2702
2702
|
class="pf-v6-svg"
|
|
2703
|
-
viewBox="0 0
|
|
2703
|
+
viewBox="0 0 20 20"
|
|
2704
2704
|
fill="currentColor"
|
|
2705
2705
|
aria-hidden="true"
|
|
2706
2706
|
role="img"
|
|
@@ -2708,7 +2708,7 @@ Several components in the following examples do not include functional and/or ac
|
|
|
2708
2708
|
height="1em"
|
|
2709
2709
|
>
|
|
2710
2710
|
<path
|
|
2711
|
-
d="
|
|
2711
|
+
d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
|
|
2712
2712
|
/>
|
|
2713
2713
|
</svg>
|
|
2714
2714
|
</span>
|