@patternfly/patternfly 6.0.0-alpha.131 → 6.0.0-alpha.133
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Breadcrumb/breadcrumb.css +10 -10
- package/components/Breadcrumb/breadcrumb.scss +10 -10
- package/components/Hint/hint.css +2 -2
- package/components/Hint/hint.scss +2 -3
- package/components/Login/login.css +4 -2
- package/components/Login/login.scss +2 -1
- package/components/Menu/menu.css +4 -1
- package/components/Menu/menu.scss +5 -1
- package/components/_index.css +20 -15
- package/docs/components/ActionList/examples/ActionList.md +4 -4
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +2 -1
- package/docs/components/Card/examples/Card.md +80 -416
- package/docs/components/DataList/examples/DataList.md +170 -952
- package/docs/components/DualListSelector/examples/DualListSelector.md +160 -896
- package/docs/components/Hint/examples/Hint.md +30 -156
- package/docs/components/InlineEdit/examples/InlineEdit.md +2 -2
- package/docs/components/LogViewer/examples/LogViewer.css +9 -2
- package/docs/components/LogViewer/examples/LogViewer.md +315 -3313
- package/docs/components/Menu/examples/Menu.md +6 -76
- package/docs/components/MenuToggle/examples/MenuToggle.md +4 -0
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +370 -2064
- package/docs/components/OverflowMenu/examples/overflow-menu.css +3 -27
- package/docs/components/OverflowMenu/examples/overflow-menu.md +56 -143
- package/docs/components/Table/examples/Table.css +7 -0
- package/docs/components/Table/examples/Table.md +281 -405
- package/docs/components/Toolbar/examples/Toolbar.md +32 -239
- package/docs/demos/CardView/examples/CardView.md +110 -583
- package/docs/demos/Dashboard/examples/Dashboard.md +10 -56
- package/docs/demos/DataList/examples/DataList.md +44 -96
- package/docs/demos/DescriptionList/examples/DescriptionList.md +10 -56
- package/docs/demos/Drawer/examples/Drawer.md +10 -56
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +647 -3504
- package/docs/demos/Page/examples/Penta.md +5 -5
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +150 -675
- package/docs/demos/Table/examples/Table.md +142 -220
- package/docs/demos/Tabs/examples/Tabs.md +15 -28
- package/docs/demos/Toolbar/examples/Toolbar.css +0 -16
- package/docs/demos/Toolbar/examples/Toolbar.md +88 -609
- package/docs/utilities/Display/examples/Display.css +1 -8
- package/docs/utilities/Display/examples/Display.md +16 -7
- package/package.json +1 -1
- package/patternfly-addons.css +38 -0
- package/patternfly-charts.css +339 -8
- package/patternfly-charts.scss +21 -8
- package/patternfly-no-globals.css +20 -15
- package/patternfly.css +20 -15
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/utilities/Display/display.css +38 -0
- package/utilities/Display/display.scss +3 -1
- package/utilities/_index.css +38 -0
|
@@ -455,7 +455,7 @@ wrapperTag: div
|
|
|
455
455
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
456
456
|
type="button"
|
|
457
457
|
aria-expanded="false"
|
|
458
|
-
aria-label="
|
|
458
|
+
aria-label="Menu toggle"
|
|
459
459
|
>
|
|
460
460
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
461
461
|
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
@@ -554,7 +554,7 @@ wrapperTag: div
|
|
|
554
554
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
555
555
|
type="button"
|
|
556
556
|
aria-expanded="false"
|
|
557
|
-
aria-label="
|
|
557
|
+
aria-label="Menu toggle"
|
|
558
558
|
>
|
|
559
559
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
560
560
|
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
@@ -653,7 +653,7 @@ wrapperTag: div
|
|
|
653
653
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
654
654
|
type="button"
|
|
655
655
|
aria-expanded="false"
|
|
656
|
-
aria-label="
|
|
656
|
+
aria-label="Menu toggle"
|
|
657
657
|
>
|
|
658
658
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
659
659
|
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
@@ -752,7 +752,7 @@ wrapperTag: div
|
|
|
752
752
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
753
753
|
type="button"
|
|
754
754
|
aria-expanded="false"
|
|
755
|
-
aria-label="
|
|
755
|
+
aria-label="Menu toggle"
|
|
756
756
|
>
|
|
757
757
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
758
758
|
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
@@ -849,7 +849,7 @@ wrapperTag: div
|
|
|
849
849
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
850
850
|
type="button"
|
|
851
851
|
aria-expanded="false"
|
|
852
|
-
aria-label="
|
|
852
|
+
aria-label="Menu toggle"
|
|
853
853
|
>
|
|
854
854
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
855
855
|
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|