@patternfly/patternfly 6.0.0-alpha.62 → 6.0.0-alpha.64
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/ActionList/action-list.css +18 -17
- package/components/ActionList/action-list.scss +26 -16
- package/components/Button/button.css +4 -9
- package/components/Button/button.scss +4 -9
- package/components/Drawer/drawer.css +113 -113
- package/components/Drawer/drawer.scss +135 -136
- package/components/Masthead/masthead.css +15 -29
- package/components/Masthead/masthead.scss +20 -36
- package/components/OverflowMenu/overflow-menu.css +17 -47
- package/components/OverflowMenu/overflow-menu.scss +27 -65
- package/components/Pagination/pagination.css +6 -3
- package/components/Pagination/pagination.scss +4 -3
- package/components/Toolbar/toolbar.css +2525 -1040
- package/components/Toolbar/toolbar.scss +232 -534
- package/docs/components/ActionList/examples/ActionList.md +73 -22
- package/docs/components/Drawer/examples/Drawer.md +294 -256
- package/docs/components/LogViewer/examples/LogViewer.md +50 -50
- package/docs/components/Toolbar/examples/Toolbar.css +20 -15
- package/docs/components/Toolbar/examples/Toolbar.md +374 -419
- package/docs/demos/AboutModal/examples/AboutModal.md +2 -2
- package/docs/demos/Alert/examples/Alert.md +6 -6
- package/docs/demos/BackToTop/examples/BackToTop.md +2 -2
- package/docs/demos/Banner/examples/Banner.md +4 -4
- package/docs/demos/CardView/examples/CardView.md +3 -3
- package/docs/demos/ContextSelector/examples/ContextSelector.md +7 -7
- package/docs/demos/Dashboard/examples/Dashboard.md +2 -2
- package/docs/demos/DataList/examples/DataList.md +11 -11
- package/docs/demos/DescriptionList/examples/DescriptionList.md +6 -6
- package/docs/demos/Drawer/examples/Drawer.md +40 -36
- package/docs/demos/JumpLinks/examples/JumpLinks.md +42 -38
- package/docs/demos/Masthead/examples/Masthead.md +21 -21
- package/docs/demos/Modal/examples/Modal.md +12 -12
- package/docs/demos/Nav/examples/Nav.md +12 -12
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +10 -10
- package/docs/demos/Page/examples/Page.md +18 -18
- package/docs/demos/Page/examples/Penta.md +2 -2
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +19 -19
- package/docs/demos/Skeleton/examples/Skeleton.md +2 -2
- package/docs/demos/Table/examples/Table.md +42 -45
- package/docs/demos/Tabs/examples/Tabs.md +13 -13
- package/docs/demos/Toolbar/examples/Toolbar.md +13 -13
- package/docs/demos/Wizard/examples/Wizard.md +18 -18
- package/package.json +1 -1
- package/patternfly-no-globals.css +2695 -1235
- package/patternfly-theme-dark-unversioned.css +2695 -1235
- package/patternfly.css +2695 -1235
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/components/Drawer/themes/dark/drawer.scss +0 -13
|
@@ -100,7 +100,7 @@ wrapperTag: div
|
|
|
100
100
|
</div>
|
|
101
101
|
<div class="pf-v5-c-masthead__content">
|
|
102
102
|
<div
|
|
103
|
-
class="pf-v5-c-toolbar pf-m-
|
|
103
|
+
class="pf-v5-c-toolbar pf-m-static"
|
|
104
104
|
id="wizard-basic-example-masthead-toolbar"
|
|
105
105
|
>
|
|
106
106
|
<div class="pf-v5-c-toolbar__content">
|
|
@@ -136,7 +136,7 @@ wrapperTag: div
|
|
|
136
136
|
</div>
|
|
137
137
|
|
|
138
138
|
<div
|
|
139
|
-
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-
|
|
139
|
+
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
140
140
|
>
|
|
141
141
|
<div
|
|
142
142
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
@@ -663,7 +663,7 @@ wrapperTag: div
|
|
|
663
663
|
</div>
|
|
664
664
|
<div class="pf-v5-c-masthead__content">
|
|
665
665
|
<div
|
|
666
|
-
class="pf-v5-c-toolbar pf-m-
|
|
666
|
+
class="pf-v5-c-toolbar pf-m-static"
|
|
667
667
|
id="wizard-nav-expanded-example-masthead-toolbar"
|
|
668
668
|
>
|
|
669
669
|
<div class="pf-v5-c-toolbar__content">
|
|
@@ -699,7 +699,7 @@ wrapperTag: div
|
|
|
699
699
|
</div>
|
|
700
700
|
|
|
701
701
|
<div
|
|
702
|
-
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-
|
|
702
|
+
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
703
703
|
>
|
|
704
704
|
<div
|
|
705
705
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
@@ -1208,7 +1208,7 @@ wrapperTag: div
|
|
|
1208
1208
|
</div>
|
|
1209
1209
|
<div class="pf-v5-c-masthead__content">
|
|
1210
1210
|
<div
|
|
1211
|
-
class="pf-v5-c-toolbar pf-m-
|
|
1211
|
+
class="pf-v5-c-toolbar pf-m-static"
|
|
1212
1212
|
id="wizard-with-drawer-closed-example-masthead-toolbar"
|
|
1213
1213
|
>
|
|
1214
1214
|
<div class="pf-v5-c-toolbar__content">
|
|
@@ -1244,7 +1244,7 @@ wrapperTag: div
|
|
|
1244
1244
|
</div>
|
|
1245
1245
|
|
|
1246
1246
|
<div
|
|
1247
|
-
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-
|
|
1247
|
+
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
1248
1248
|
>
|
|
1249
1249
|
<div
|
|
1250
1250
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
@@ -1837,7 +1837,7 @@ wrapperTag: div
|
|
|
1837
1837
|
</div>
|
|
1838
1838
|
<div class="pf-v5-c-masthead__content">
|
|
1839
1839
|
<div
|
|
1840
|
-
class="pf-v5-c-toolbar pf-m-
|
|
1840
|
+
class="pf-v5-c-toolbar pf-m-static"
|
|
1841
1841
|
id="wizard-with-drawer-expanded-example-masthead-toolbar"
|
|
1842
1842
|
>
|
|
1843
1843
|
<div class="pf-v5-c-toolbar__content">
|
|
@@ -1873,7 +1873,7 @@ wrapperTag: div
|
|
|
1873
1873
|
</div>
|
|
1874
1874
|
|
|
1875
1875
|
<div
|
|
1876
|
-
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-
|
|
1876
|
+
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
1877
1877
|
>
|
|
1878
1878
|
<div
|
|
1879
1879
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
@@ -2465,7 +2465,7 @@ wrapperTag: div
|
|
|
2465
2465
|
</div>
|
|
2466
2466
|
<div class="pf-v5-c-masthead__content">
|
|
2467
2467
|
<div
|
|
2468
|
-
class="pf-v5-c-toolbar pf-m-
|
|
2468
|
+
class="pf-v5-c-toolbar pf-m-static"
|
|
2469
2469
|
id="wizard-with-drawer-info-example-masthead-toolbar"
|
|
2470
2470
|
>
|
|
2471
2471
|
<div class="pf-v5-c-toolbar__content">
|
|
@@ -2501,7 +2501,7 @@ wrapperTag: div
|
|
|
2501
2501
|
</div>
|
|
2502
2502
|
|
|
2503
2503
|
<div
|
|
2504
|
-
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-
|
|
2504
|
+
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
2505
2505
|
>
|
|
2506
2506
|
<div
|
|
2507
2507
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
@@ -2961,7 +2961,7 @@ wrapperTag: div
|
|
|
2961
2961
|
</div>
|
|
2962
2962
|
<div class="pf-v5-c-masthead__content">
|
|
2963
2963
|
<div
|
|
2964
|
-
class="pf-v5-c-toolbar pf-m-
|
|
2964
|
+
class="pf-v5-c-toolbar pf-m-static"
|
|
2965
2965
|
id="wizard-in-page-example-masthead-toolbar"
|
|
2966
2966
|
>
|
|
2967
2967
|
<div class="pf-v5-c-toolbar__content">
|
|
@@ -2997,7 +2997,7 @@ wrapperTag: div
|
|
|
2997
2997
|
</div>
|
|
2998
2998
|
|
|
2999
2999
|
<div
|
|
3000
|
-
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-
|
|
3000
|
+
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
3001
3001
|
>
|
|
3002
3002
|
<div
|
|
3003
3003
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
@@ -3462,7 +3462,7 @@ wrapperTag: div
|
|
|
3462
3462
|
</div>
|
|
3463
3463
|
<div class="pf-v5-c-masthead__content">
|
|
3464
3464
|
<div
|
|
3465
|
-
class="pf-v5-c-toolbar pf-m-
|
|
3465
|
+
class="pf-v5-c-toolbar pf-m-static"
|
|
3466
3466
|
id="in-page-nav-expanded-example-masthead-toolbar"
|
|
3467
3467
|
>
|
|
3468
3468
|
<div class="pf-v5-c-toolbar__content">
|
|
@@ -3498,7 +3498,7 @@ wrapperTag: div
|
|
|
3498
3498
|
</div>
|
|
3499
3499
|
|
|
3500
3500
|
<div
|
|
3501
|
-
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-
|
|
3501
|
+
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
3502
3502
|
>
|
|
3503
3503
|
<div
|
|
3504
3504
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
@@ -3945,7 +3945,7 @@ wrapperTag: div
|
|
|
3945
3945
|
</div>
|
|
3946
3946
|
<div class="pf-v5-c-masthead__content">
|
|
3947
3947
|
<div
|
|
3948
|
-
class="pf-v5-c-toolbar pf-m-
|
|
3948
|
+
class="pf-v5-c-toolbar pf-m-static"
|
|
3949
3949
|
id="wizard-with-drawer-in-page-example-masthead-toolbar"
|
|
3950
3950
|
>
|
|
3951
3951
|
<div class="pf-v5-c-toolbar__content">
|
|
@@ -3981,7 +3981,7 @@ wrapperTag: div
|
|
|
3981
3981
|
</div>
|
|
3982
3982
|
|
|
3983
3983
|
<div
|
|
3984
|
-
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-
|
|
3984
|
+
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
3985
3985
|
>
|
|
3986
3986
|
<div
|
|
3987
3987
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
@@ -4500,7 +4500,7 @@ wrapperTag: div
|
|
|
4500
4500
|
</div>
|
|
4501
4501
|
<div class="pf-v5-c-masthead__content">
|
|
4502
4502
|
<div
|
|
4503
|
-
class="pf-v5-c-toolbar pf-m-
|
|
4503
|
+
class="pf-v5-c-toolbar pf-m-static"
|
|
4504
4504
|
id="wizard-with-drawer-in-page-expanded-example-masthead-toolbar"
|
|
4505
4505
|
>
|
|
4506
4506
|
<div class="pf-v5-c-toolbar__content">
|
|
@@ -4536,7 +4536,7 @@ wrapperTag: div
|
|
|
4536
4536
|
</div>
|
|
4537
4537
|
|
|
4538
4538
|
<div
|
|
4539
|
-
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-
|
|
4539
|
+
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
4540
4540
|
>
|
|
4541
4541
|
<div
|
|
4542
4542
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|