@patternfly/patternfly 6.0.0-alpha.176 → 6.0.0-alpha.178
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/assets/icons/iconUnicodes.json +6 -0
- package/assets/pficon/pf-v6-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +36 -0
- package/base/patternfly-pf-icons.css +25 -1
- package/components/Alert/alert-group.css +1 -1
- package/components/Alert/alert-group.scss +1 -1
- package/components/Alert/alert.css +2 -5
- package/components/Alert/alert.scss +2 -4
- package/components/Drawer/drawer.css +6 -6
- package/components/Drawer/drawer.scss +6 -6
- package/components/EmptyState/empty-state.css +3 -3
- package/components/EmptyState/empty-state.scss +3 -3
- package/components/InlineEdit/inline-edit.css +2 -2
- package/components/InlineEdit/inline-edit.scss +2 -2
- package/components/MenuToggle/menu-toggle.css +0 -28
- package/components/MenuToggle/menu-toggle.scss +0 -32
- package/components/ModalBox/modal-box.css +2 -0
- package/components/ModalBox/modal-box.scss +2 -0
- package/components/Page/page.css +6 -0
- package/components/Page/page.scss +7 -0
- package/components/_index.css +22 -45
- package/docs/components/Page/examples/Page.md +1 -0
- package/docs/demos/AboutModal/examples/AboutModal.md +0 -30
- package/docs/demos/Alert/examples/Alert.md +0 -90
- package/docs/demos/BackToTop/examples/BackToTop.md +0 -30
- package/docs/demos/Banner/examples/Banner.md +0 -60
- package/docs/demos/CardView/examples/CardView.md +0 -30
- package/docs/demos/Dashboard/examples/Dashboard.md +0 -30
- package/docs/demos/DataList/examples/DataList.md +0 -120
- package/docs/demos/DescriptionList/examples/DescriptionList.md +0 -90
- package/docs/demos/Drawer/examples/Drawer.md +1 -151
- package/docs/demos/JumpLinks/examples/JumpLinks.md +0 -180
- package/docs/demos/Masthead/examples/Masthead.md +0 -60
- package/docs/demos/Modal/examples/Modal.md +0 -180
- package/docs/demos/Nav/examples/Nav.md +0 -180
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +0 -150
- package/docs/demos/Page/examples/Page.css +11 -0
- package/docs/demos/Page/examples/Page.md +671 -271
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +0 -210
- package/docs/demos/Skeleton/examples/Skeleton.md +0 -30
- package/docs/demos/Table/examples/Table.md +0 -450
- package/docs/demos/Tabs/examples/Tabs.md +0 -180
- package/docs/demos/Toolbar/examples/Toolbar.md +0 -60
- package/docs/demos/Wizard/examples/Wizard.md +0 -270
- package/icons/pficons.mjs +6 -0
- package/package.json +3 -2
- package/patternfly-base-no-globals.css +25 -1
- package/patternfly-base.css +25 -1
- package/patternfly-no-globals.css +47 -46
- package/patternfly.css +47 -46
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -102,36 +102,6 @@ section: components
|
|
|
102
102
|
<div class="pf-v6-c-toolbar pf-m-static" id="-page-masthead-toolbar">
|
|
103
103
|
<div class="pf-v6-c-toolbar__content">
|
|
104
104
|
<div class="pf-v6-c-toolbar__content-section">
|
|
105
|
-
<div class="pf-v6-c-toolbar__item">
|
|
106
|
-
<button
|
|
107
|
-
class="pf-v6-c-menu-toggle"
|
|
108
|
-
type="button"
|
|
109
|
-
aria-expanded="false"
|
|
110
|
-
>
|
|
111
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
112
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
113
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
114
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
115
|
-
</span>
|
|
116
|
-
</span>
|
|
117
|
-
</button>
|
|
118
|
-
</div>
|
|
119
|
-
|
|
120
|
-
<div class="pf-v6-c-toolbar__item">
|
|
121
|
-
<button
|
|
122
|
-
class="pf-v6-c-menu-toggle"
|
|
123
|
-
type="button"
|
|
124
|
-
aria-expanded="false"
|
|
125
|
-
>
|
|
126
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
127
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
128
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
129
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
130
|
-
</span>
|
|
131
|
-
</span>
|
|
132
|
-
</button>
|
|
133
|
-
</div>
|
|
134
|
-
|
|
135
105
|
<div
|
|
136
106
|
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"
|
|
137
107
|
>
|
|
@@ -743,36 +713,6 @@ section: components
|
|
|
743
713
|
<div class="pf-v6-c-toolbar pf-m-static" id="-page-masthead-toolbar">
|
|
744
714
|
<div class="pf-v6-c-toolbar__content">
|
|
745
715
|
<div class="pf-v6-c-toolbar__content-section">
|
|
746
|
-
<div class="pf-v6-c-toolbar__item">
|
|
747
|
-
<button
|
|
748
|
-
class="pf-v6-c-menu-toggle"
|
|
749
|
-
type="button"
|
|
750
|
-
aria-expanded="false"
|
|
751
|
-
>
|
|
752
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
753
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
754
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
755
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
756
|
-
</span>
|
|
757
|
-
</span>
|
|
758
|
-
</button>
|
|
759
|
-
</div>
|
|
760
|
-
|
|
761
|
-
<div class="pf-v6-c-toolbar__item">
|
|
762
|
-
<button
|
|
763
|
-
class="pf-v6-c-menu-toggle"
|
|
764
|
-
type="button"
|
|
765
|
-
aria-expanded="false"
|
|
766
|
-
>
|
|
767
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
768
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
769
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
770
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
771
|
-
</span>
|
|
772
|
-
</span>
|
|
773
|
-
</button>
|
|
774
|
-
</div>
|
|
775
|
-
|
|
776
716
|
<div
|
|
777
717
|
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"
|
|
778
718
|
>
|
|
@@ -1387,36 +1327,6 @@ section: components
|
|
|
1387
1327
|
<div class="pf-v6-c-toolbar pf-m-static" id="-page-masthead-toolbar">
|
|
1388
1328
|
<div class="pf-v6-c-toolbar__content">
|
|
1389
1329
|
<div class="pf-v6-c-toolbar__content-section">
|
|
1390
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1391
|
-
<button
|
|
1392
|
-
class="pf-v6-c-menu-toggle"
|
|
1393
|
-
type="button"
|
|
1394
|
-
aria-expanded="false"
|
|
1395
|
-
>
|
|
1396
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
1397
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
1398
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1399
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1400
|
-
</span>
|
|
1401
|
-
</span>
|
|
1402
|
-
</button>
|
|
1403
|
-
</div>
|
|
1404
|
-
|
|
1405
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1406
|
-
<button
|
|
1407
|
-
class="pf-v6-c-menu-toggle"
|
|
1408
|
-
type="button"
|
|
1409
|
-
aria-expanded="false"
|
|
1410
|
-
>
|
|
1411
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
1412
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
1413
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1414
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1415
|
-
</span>
|
|
1416
|
-
</span>
|
|
1417
|
-
</button>
|
|
1418
|
-
</div>
|
|
1419
|
-
|
|
1420
1330
|
<div
|
|
1421
1331
|
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"
|
|
1422
1332
|
>
|
|
@@ -2034,36 +1944,6 @@ section: components
|
|
|
2034
1944
|
<div class="pf-v6-c-toolbar pf-m-static" id="-page-masthead-toolbar">
|
|
2035
1945
|
<div class="pf-v6-c-toolbar__content">
|
|
2036
1946
|
<div class="pf-v6-c-toolbar__content-section">
|
|
2037
|
-
<div class="pf-v6-c-toolbar__item">
|
|
2038
|
-
<button
|
|
2039
|
-
class="pf-v6-c-menu-toggle"
|
|
2040
|
-
type="button"
|
|
2041
|
-
aria-expanded="false"
|
|
2042
|
-
>
|
|
2043
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
2044
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
2045
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2046
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
2047
|
-
</span>
|
|
2048
|
-
</span>
|
|
2049
|
-
</button>
|
|
2050
|
-
</div>
|
|
2051
|
-
|
|
2052
|
-
<div class="pf-v6-c-toolbar__item">
|
|
2053
|
-
<button
|
|
2054
|
-
class="pf-v6-c-menu-toggle"
|
|
2055
|
-
type="button"
|
|
2056
|
-
aria-expanded="false"
|
|
2057
|
-
>
|
|
2058
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
2059
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
2060
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2061
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
2062
|
-
</span>
|
|
2063
|
-
</span>
|
|
2064
|
-
</button>
|
|
2065
|
-
</div>
|
|
2066
|
-
|
|
2067
1947
|
<div
|
|
2068
1948
|
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"
|
|
2069
1949
|
>
|
|
@@ -2676,36 +2556,6 @@ section: components
|
|
|
2676
2556
|
<div class="pf-v6-c-toolbar pf-m-static" id="-page-masthead-toolbar">
|
|
2677
2557
|
<div class="pf-v6-c-toolbar__content">
|
|
2678
2558
|
<div class="pf-v6-c-toolbar__content-section">
|
|
2679
|
-
<div class="pf-v6-c-toolbar__item">
|
|
2680
|
-
<button
|
|
2681
|
-
class="pf-v6-c-menu-toggle"
|
|
2682
|
-
type="button"
|
|
2683
|
-
aria-expanded="false"
|
|
2684
|
-
>
|
|
2685
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
2686
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
2687
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2688
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
2689
|
-
</span>
|
|
2690
|
-
</span>
|
|
2691
|
-
</button>
|
|
2692
|
-
</div>
|
|
2693
|
-
|
|
2694
|
-
<div class="pf-v6-c-toolbar__item">
|
|
2695
|
-
<button
|
|
2696
|
-
class="pf-v6-c-menu-toggle"
|
|
2697
|
-
type="button"
|
|
2698
|
-
aria-expanded="false"
|
|
2699
|
-
>
|
|
2700
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
2701
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
2702
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2703
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
2704
|
-
</span>
|
|
2705
|
-
</span>
|
|
2706
|
-
</button>
|
|
2707
|
-
</div>
|
|
2708
|
-
|
|
2709
2559
|
<div
|
|
2710
2560
|
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"
|
|
2711
2561
|
>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
#ws-html-demos-c-page-context-selector-expanded-in-sidebar .pf-v6-c-page__sidebar-body.pf-m-context-selector {
|
|
2
|
+
position: relative;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
#ws-html-demos-c-page-context-selector-expanded-in-sidebar .pf-v6-c-page__sidebar-body.pf-m-context-selector .pf-v6-c-menu {
|
|
6
|
+
position: absolute;
|
|
7
|
+
top: 100%;
|
|
8
|
+
left: var(--pf-v6-c-page__sidebar-body--m-context-selector--PaddingInlineStart);
|
|
9
|
+
right: var(--pf-v6-c-page__sidebar-body--m-context-selector--PaddingInlineEnd);
|
|
10
|
+
z-index: var(--pf-t--global--z-index--sm);
|
|
11
|
+
}
|