@patternfly/patternfly 6.5.0-prerelease.43 → 6.5.0-prerelease.44
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/Button/button.css +75 -2
- package/components/Button/button.scss +84 -3
- package/components/_index.css +75 -2
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +13 -1
- package/docs/components/ActionList/examples/ActionList.md +143 -11
- package/docs/components/Alert/examples/Alert.md +182 -14
- package/docs/components/BackToTop/examples/BackToTop.md +13 -1
- package/docs/components/Button/examples/Button.md +2017 -157
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +104 -8
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +208 -16
- package/docs/components/CodeBlock/examples/CodeBlock.md +78 -6
- package/docs/components/CodeEditor/examples/CodeEditor.md +195 -15
- package/docs/components/DatePicker/examples/DatePicker.md +78 -6
- package/docs/components/DescriptionList/examples/DescriptionList.md +325 -25
- package/docs/components/Drawer/examples/Drawer.md +273 -21
- package/docs/components/DualListSelector/examples/DualListSelector.md +106 -112
- package/docs/components/InlineEdit/examples/InlineEdit.md +312 -24
- package/docs/components/InputGroup/examples/InputGroup.md +26 -2
- package/docs/components/Label/examples/Label.md +242 -218
- package/docs/components/Login/examples/Login.md +26 -2
- package/docs/components/Masthead/examples/masthead.md +13 -1
- package/docs/components/MenuToggle/examples/MenuToggle.md +1 -1
- package/docs/components/ModalBox/examples/ModalBox.md +195 -15
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +117 -9
- package/docs/components/Nav/examples/Navigation.md +52 -4
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +26 -2
- package/docs/components/OverflowMenu/examples/overflow-menu.md +78 -6
- package/docs/components/Page/examples/Page.md +13 -1
- package/docs/components/Pagination/examples/Pagination.md +624 -48
- package/docs/components/Popover/examples/Popover.md +208 -16
- package/docs/components/Slider/examples/Slider.md +4 -4
- package/docs/components/Table/examples/Table.md +52 -4
- package/docs/components/Tabs/examples/Tabs.md +1378 -106
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +128 -44
- package/docs/components/Toolbar/examples/Toolbar.md +455 -35
- package/docs/components/TreeView/examples/TreeView.md +52 -4
- package/docs/components/Wizard/examples/Wizard.md +169 -13
- package/docs/demos/AboutModal/examples/AboutModal.md +13 -1
- package/docs/demos/Alert/examples/Alert.md +39 -3
- package/docs/demos/BackToTop/examples/BackToTop.md +13 -1
- package/docs/demos/Button/examples/Button.md +13 -1
- package/docs/demos/Card/examples/Card.md +65 -5
- package/docs/demos/CardView/examples/CardView.md +78 -6
- package/docs/demos/Compass/examples/Compass.md +323 -29
- package/docs/demos/Dashboard/examples/Dashboard.md +39 -3
- package/docs/demos/DataList/examples/DataList.md +312 -24
- package/docs/demos/DescriptionList/examples/DescriptionList.md +13 -1
- package/docs/demos/Drawer/examples/Drawer.md +39 -3
- package/docs/demos/Form/examples/BasicForms.md +106 -10
- package/docs/demos/JumpLinks/examples/JumpLinks.md +26 -2
- package/docs/demos/Masthead/examples/Masthead.md +40 -4
- package/docs/demos/Modal/examples/Modal.md +78 -6
- package/docs/demos/Nav/examples/Nav.md +52 -4
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +13 -1
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +52 -4
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +295 -55
- package/docs/demos/Table/examples/Table.md +1108 -145
- package/docs/demos/Tabs/examples/Tabs.md +53 -8
- package/docs/demos/Toolbar/examples/Toolbar.md +414 -36
- package/docs/demos/Wizard/examples/Wizard.md +130 -10
- package/package.json +2 -2
- package/patternfly-no-globals.css +75 -2
- package/patternfly.css +75 -2
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -2038,10 +2038,7 @@ section: components
|
|
|
2038
2038
|
aria-label="Sort"
|
|
2039
2039
|
>
|
|
2040
2040
|
<span class="pf-v6-c-button__icon">
|
|
2041
|
-
|
|
2042
|
-
class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
|
|
2043
|
-
aria-hidden="true"
|
|
2044
|
-
></i>
|
|
2041
|
+
<!-- Icon "sort-amount-down pf-v6-m-mirror-inline-rtl" not found -->
|
|
2045
2042
|
</span>
|
|
2046
2043
|
</button>
|
|
2047
2044
|
</div>
|
|
@@ -2648,7 +2645,19 @@ section: components
|
|
|
2648
2645
|
aria-label="Close drawer panel"
|
|
2649
2646
|
>
|
|
2650
2647
|
<span class="pf-v6-c-button__icon">
|
|
2651
|
-
<
|
|
2648
|
+
<svg
|
|
2649
|
+
class="pf-v6-svg"
|
|
2650
|
+
viewBox="0 0 352 512"
|
|
2651
|
+
fill="currentColor"
|
|
2652
|
+
aria-hidden="true"
|
|
2653
|
+
role="img"
|
|
2654
|
+
width="1em"
|
|
2655
|
+
height="1em"
|
|
2656
|
+
>
|
|
2657
|
+
<path
|
|
2658
|
+
d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
|
|
2659
|
+
/>
|
|
2660
|
+
</svg>
|
|
2652
2661
|
</span>
|
|
2653
2662
|
</button>
|
|
2654
2663
|
</div>
|
|
@@ -2680,7 +2689,19 @@ section: components
|
|
|
2680
2689
|
aria-label="Scroll left"
|
|
2681
2690
|
>
|
|
2682
2691
|
<span class="pf-v6-c-button__icon">
|
|
2683
|
-
<
|
|
2692
|
+
<svg
|
|
2693
|
+
class="pf-v6-svg"
|
|
2694
|
+
viewBox="0 0 256 512"
|
|
2695
|
+
fill="currentColor"
|
|
2696
|
+
aria-hidden="true"
|
|
2697
|
+
role="img"
|
|
2698
|
+
width="1em"
|
|
2699
|
+
height="1em"
|
|
2700
|
+
>
|
|
2701
|
+
<path
|
|
2702
|
+
d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
|
|
2703
|
+
/>
|
|
2704
|
+
</svg>
|
|
2684
2705
|
</span>
|
|
2685
2706
|
</button>
|
|
2686
2707
|
</div>
|
|
@@ -2724,7 +2745,19 @@ section: components
|
|
|
2724
2745
|
aria-label="Scroll right"
|
|
2725
2746
|
>
|
|
2726
2747
|
<span class="pf-v6-c-button__icon">
|
|
2727
|
-
<
|
|
2748
|
+
<svg
|
|
2749
|
+
class="pf-v6-svg"
|
|
2750
|
+
viewBox="0 0 256 512"
|
|
2751
|
+
fill="currentColor"
|
|
2752
|
+
aria-hidden="true"
|
|
2753
|
+
role="img"
|
|
2754
|
+
width="1em"
|
|
2755
|
+
height="1em"
|
|
2756
|
+
>
|
|
2757
|
+
<path
|
|
2758
|
+
d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
|
|
2759
|
+
/>
|
|
2760
|
+
</svg>
|
|
2728
2761
|
</span>
|
|
2729
2762
|
</button>
|
|
2730
2763
|
</div>
|
|
@@ -2897,7 +2930,19 @@ section: components
|
|
|
2897
2930
|
aria-label="Close"
|
|
2898
2931
|
>
|
|
2899
2932
|
<span class="pf-v6-c-button__icon">
|
|
2900
|
-
<
|
|
2933
|
+
<svg
|
|
2934
|
+
class="pf-v6-svg"
|
|
2935
|
+
viewBox="0 0 352 512"
|
|
2936
|
+
fill="currentColor"
|
|
2937
|
+
aria-hidden="true"
|
|
2938
|
+
role="img"
|
|
2939
|
+
width="1em"
|
|
2940
|
+
height="1em"
|
|
2941
|
+
>
|
|
2942
|
+
<path
|
|
2943
|
+
d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
|
|
2944
|
+
/>
|
|
2945
|
+
</svg>
|
|
2901
2946
|
</span>
|
|
2902
2947
|
</button>
|
|
2903
2948
|
</div>
|