@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
|
@@ -2106,30 +2106,17 @@ section: components
|
|
|
2106
2106
|
</div>
|
|
2107
2107
|
</div>
|
|
2108
2108
|
<div class="pf-v6-c-overflow-menu__control">
|
|
2109
|
-
<
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
>
|
|
2109
|
+
<button
|
|
2110
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2111
|
+
type="button"
|
|
2112
|
+
aria-expanded="false"
|
|
2113
|
+
aria-label="Menu toggle"
|
|
2114
|
+
id="table-tabs-example-tabs-toolbar-overflow-menutoggle"
|
|
2115
|
+
>
|
|
2116
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
2117
2117
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
2118
|
-
</
|
|
2119
|
-
|
|
2120
|
-
class="pf-v6-c-dropdown__menu"
|
|
2121
|
-
role="menu"
|
|
2122
|
-
aria-labelledby="table-tabs-example-tabs-toolbar-overflow-menu-dropdown-toggle"
|
|
2123
|
-
hidden
|
|
2124
|
-
>
|
|
2125
|
-
<li role="none">
|
|
2126
|
-
<button
|
|
2127
|
-
role="menuitem"
|
|
2128
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
2129
|
-
>Action 7</button>
|
|
2130
|
-
</li>
|
|
2131
|
-
</ul>
|
|
2132
|
-
</div>
|
|
2118
|
+
</span>
|
|
2119
|
+
</button>
|
|
2133
2120
|
</div>
|
|
2134
2121
|
</div>
|
|
2135
2122
|
</div>
|
|
@@ -2296,7 +2283,7 @@ section: components
|
|
|
2296
2283
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2297
2284
|
type="button"
|
|
2298
2285
|
aria-expanded="false"
|
|
2299
|
-
aria-label="
|
|
2286
|
+
aria-label="Menu toggle"
|
|
2300
2287
|
>
|
|
2301
2288
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2302
2289
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -2392,7 +2379,7 @@ section: components
|
|
|
2392
2379
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2393
2380
|
type="button"
|
|
2394
2381
|
aria-expanded="false"
|
|
2395
|
-
aria-label="
|
|
2382
|
+
aria-label="Menu toggle"
|
|
2396
2383
|
>
|
|
2397
2384
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2398
2385
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -2488,7 +2475,7 @@ section: components
|
|
|
2488
2475
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2489
2476
|
type="button"
|
|
2490
2477
|
aria-expanded="false"
|
|
2491
|
-
aria-label="
|
|
2478
|
+
aria-label="Menu toggle"
|
|
2492
2479
|
>
|
|
2493
2480
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2494
2481
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -2584,7 +2571,7 @@ section: components
|
|
|
2584
2571
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2585
2572
|
type="button"
|
|
2586
2573
|
aria-expanded="false"
|
|
2587
|
-
aria-label="
|
|
2574
|
+
aria-label="Menu toggle"
|
|
2588
2575
|
>
|
|
2589
2576
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2590
2577
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -2678,7 +2665,7 @@ section: components
|
|
|
2678
2665
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2679
2666
|
type="button"
|
|
2680
2667
|
aria-expanded="false"
|
|
2681
|
-
aria-label="
|
|
2668
|
+
aria-label="Menu toggle"
|
|
2682
2669
|
>
|
|
2683
2670
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2684
2671
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
@@ -1,19 +1,3 @@
|
|
|
1
|
-
#ws-html-demos-c-toolbar-toolbar-attribute-value-single-select-filter-desktop,
|
|
2
|
-
#ws-html-demos-c-toolbar-toolbar-attribute-value-single-select-filter-on-mobile,
|
|
3
|
-
#ws-html-demos-c-toolbar-toolbar-attribute-value-checkbox-select-filter-desktop,
|
|
4
|
-
#ws-html-demos-c-toolbar-toolbar-attribute-value-checkbox-select-filter-on-mobile {
|
|
5
|
-
min-height: 420px;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
#ws-html-demos-c-toolbar-toolbar-attribute-value-single-select-filter-on-desktop,
|
|
9
|
-
#ws-html-demos-c-toolbar-toolbar-attribute-value-checkbox-select-filter-on-desktop {
|
|
10
|
-
min-height: 320px;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
#ws-html-demos-c-toolbar-toolbar-attribute-value-search-filter-on-mobile {
|
|
14
|
-
min-height: 175px;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
1
|
.pf-v6-c-menu-toggle + .pf-v6-c-panel {
|
|
18
2
|
position: absolute;
|
|
19
3
|
top: calc(100% + 2px);
|