@patternfly/patternfly 6.0.0-alpha.186 → 6.0.0-alpha.187
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/Toolbar/toolbar.css +232 -531
- package/components/Toolbar/toolbar.scss +101 -89
- package/components/_index.css +224 -523
- package/docs/components/Card/examples/Card.md +8 -8
- package/docs/components/DataList/examples/DataList.md +17 -17
- package/docs/components/DualListSelector/examples/DualListSelector.md +16 -16
- package/docs/components/Hint/examples/Hint.md +3 -3
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +37 -37
- package/docs/components/OverflowMenu/examples/overflow-menu.md +5 -5
- package/docs/components/Table/examples/Table.md +454 -454
- package/docs/components/Toolbar/examples/Toolbar.css +10 -4
- package/docs/components/Toolbar/examples/Toolbar.md +1050 -637
- package/docs/demos/AboutModal/examples/AboutModal.md +1 -0
- package/docs/demos/Alert/examples/Alert.md +3 -0
- package/docs/demos/BackToTop/examples/BackToTop.md +1 -0
- package/docs/demos/Banner/examples/Banner.md +2 -0
- package/docs/demos/CardView/examples/CardView.md +13 -12
- package/docs/demos/Dashboard/examples/Dashboard.md +2 -1
- package/docs/demos/DataList/examples/DataList.md +31 -27
- package/docs/demos/DescriptionList/examples/DescriptionList.md +4 -1
- package/docs/demos/Drawer/examples/Drawer.md +6 -1
- package/docs/demos/JumpLinks/examples/JumpLinks.md +6 -0
- package/docs/demos/Masthead/examples/Masthead.md +19 -9
- package/docs/demos/Modal/examples/Modal.md +6 -0
- package/docs/demos/Nav/examples/Nav.md +8 -0
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +71 -61
- package/docs/demos/Page/examples/Page.md +11 -0
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +27 -19
- package/docs/demos/Skeleton/examples/Skeleton.md +1 -0
- package/docs/demos/Table/examples/Table.md +161 -146
- package/docs/demos/Tabs/examples/Tabs.md +32 -26
- package/docs/demos/Toolbar/examples/Toolbar.css +9 -1
- package/docs/demos/Toolbar/examples/Toolbar.md +1592 -1295
- package/docs/demos/Wizard/examples/Wizard.md +9 -0
- package/package.json +1 -1
- package/patternfly-no-globals.css +224 -523
- package/patternfly.css +224 -523
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/docs/demos/Page/examples/Penta.md +0 -903
|
@@ -152,6 +152,7 @@ wrapperTag: div
|
|
|
152
152
|
</button>
|
|
153
153
|
</div>
|
|
154
154
|
</div>
|
|
155
|
+
|
|
155
156
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
156
157
|
<button
|
|
157
158
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -751,6 +752,7 @@ wrapperTag: div
|
|
|
751
752
|
</button>
|
|
752
753
|
</div>
|
|
753
754
|
</div>
|
|
755
|
+
|
|
754
756
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
755
757
|
<button
|
|
756
758
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -1332,6 +1334,7 @@ wrapperTag: div
|
|
|
1332
1334
|
</button>
|
|
1333
1335
|
</div>
|
|
1334
1336
|
</div>
|
|
1337
|
+
|
|
1335
1338
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
1336
1339
|
<button
|
|
1337
1340
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -2001,6 +2004,7 @@ wrapperTag: div
|
|
|
2001
2004
|
</button>
|
|
2002
2005
|
</div>
|
|
2003
2006
|
</div>
|
|
2007
|
+
|
|
2004
2008
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
2005
2009
|
<button
|
|
2006
2010
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -2669,6 +2673,7 @@ wrapperTag: div
|
|
|
2669
2673
|
</button>
|
|
2670
2674
|
</div>
|
|
2671
2675
|
</div>
|
|
2676
|
+
|
|
2672
2677
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
2673
2678
|
<button
|
|
2674
2679
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -3208,6 +3213,7 @@ wrapperTag: div
|
|
|
3208
3213
|
</button>
|
|
3209
3214
|
</div>
|
|
3210
3215
|
</div>
|
|
3216
|
+
|
|
3211
3217
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
3212
3218
|
<button
|
|
3213
3219
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -3751,6 +3757,7 @@ wrapperTag: div
|
|
|
3751
3757
|
</button>
|
|
3752
3758
|
</div>
|
|
3753
3759
|
</div>
|
|
3760
|
+
|
|
3754
3761
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
3755
3762
|
<button
|
|
3756
3763
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -4276,6 +4283,7 @@ wrapperTag: div
|
|
|
4276
4283
|
</button>
|
|
4277
4284
|
</div>
|
|
4278
4285
|
</div>
|
|
4286
|
+
|
|
4279
4287
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
4280
4288
|
<button
|
|
4281
4289
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -4875,6 +4883,7 @@ wrapperTag: div
|
|
|
4875
4883
|
</button>
|
|
4876
4884
|
</div>
|
|
4877
4885
|
</div>
|
|
4886
|
+
|
|
4878
4887
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
4879
4888
|
<button
|
|
4880
4889
|
class="pf-v6-c-menu-toggle pf-m-plain"
|