@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
|
@@ -151,6 +151,7 @@ section: components
|
|
|
151
151
|
</button>
|
|
152
152
|
</div>
|
|
153
153
|
</div>
|
|
154
|
+
|
|
154
155
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
155
156
|
<button
|
|
156
157
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -497,6 +498,7 @@ section: components
|
|
|
497
498
|
</button>
|
|
498
499
|
</div>
|
|
499
500
|
</div>
|
|
501
|
+
|
|
500
502
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
501
503
|
<button
|
|
502
504
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -849,6 +851,7 @@ section: components
|
|
|
849
851
|
</button>
|
|
850
852
|
</div>
|
|
851
853
|
</div>
|
|
854
|
+
|
|
852
855
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
853
856
|
<button
|
|
854
857
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -1191,6 +1194,7 @@ section: components
|
|
|
1191
1194
|
</button>
|
|
1192
1195
|
</div>
|
|
1193
1196
|
</div>
|
|
1197
|
+
|
|
1194
1198
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
1195
1199
|
<button
|
|
1196
1200
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -1533,6 +1537,7 @@ section: components
|
|
|
1533
1537
|
</button>
|
|
1534
1538
|
</div>
|
|
1535
1539
|
</div>
|
|
1540
|
+
|
|
1536
1541
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
1537
1542
|
<button
|
|
1538
1543
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -1875,6 +1880,7 @@ section: components
|
|
|
1875
1880
|
</button>
|
|
1876
1881
|
</div>
|
|
1877
1882
|
</div>
|
|
1883
|
+
|
|
1878
1884
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
1879
1885
|
<button
|
|
1880
1886
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -151,6 +151,7 @@ section: components
|
|
|
151
151
|
</button>
|
|
152
152
|
</div>
|
|
153
153
|
</div>
|
|
154
|
+
|
|
154
155
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
155
156
|
<button
|
|
156
157
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -450,6 +451,7 @@ section: components
|
|
|
450
451
|
</button>
|
|
451
452
|
</div>
|
|
452
453
|
</div>
|
|
454
|
+
|
|
453
455
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
454
456
|
<button
|
|
455
457
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -781,6 +783,7 @@ section: components
|
|
|
781
783
|
</button>
|
|
782
784
|
</div>
|
|
783
785
|
</div>
|
|
786
|
+
|
|
784
787
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
785
788
|
<button
|
|
786
789
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -1180,6 +1183,7 @@ section: components
|
|
|
1180
1183
|
</div>
|
|
1181
1184
|
</nav>
|
|
1182
1185
|
</div>
|
|
1186
|
+
|
|
1183
1187
|
<div
|
|
1184
1188
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
1185
1189
|
>
|
|
@@ -1223,6 +1227,7 @@ section: components
|
|
|
1223
1227
|
</button>
|
|
1224
1228
|
</div>
|
|
1225
1229
|
</div>
|
|
1230
|
+
|
|
1226
1231
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
1227
1232
|
<button
|
|
1228
1233
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -1481,6 +1486,7 @@ section: components
|
|
|
1481
1486
|
</button>
|
|
1482
1487
|
</div>
|
|
1483
1488
|
</div>
|
|
1489
|
+
|
|
1484
1490
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
1485
1491
|
<button
|
|
1486
1492
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -1829,6 +1835,7 @@ section: components
|
|
|
1829
1835
|
</div>
|
|
1830
1836
|
</nav>
|
|
1831
1837
|
</div>
|
|
1838
|
+
|
|
1832
1839
|
<div
|
|
1833
1840
|
class="pf-v6-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
1834
1841
|
>
|
|
@@ -1872,6 +1879,7 @@ section: components
|
|
|
1872
1879
|
</button>
|
|
1873
1880
|
</div>
|
|
1874
1881
|
</div>
|
|
1882
|
+
|
|
1875
1883
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
1876
1884
|
<button
|
|
1877
1885
|
class="pf-v6-c-menu-toggle pf-m-plain"
|