@patternfly/patternfly 6.5.0-prerelease.51 → 6.5.0-prerelease.53
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/Button/button.css +22 -2
- package/components/Button/button.scss +26 -2
- package/components/Card/card.css +20 -8
- package/components/Card/card.scss +26 -7
- package/components/Masthead/masthead.css +38 -4
- package/components/Masthead/masthead.scss +52 -4
- package/components/MenuToggle/menu-toggle.css +26 -2
- package/components/MenuToggle/menu-toggle.scss +30 -2
- package/components/Nav/nav.css +16 -8
- package/components/Nav/nav.scss +16 -8
- package/components/Page/page.css +59 -7
- package/components/Page/page.scss +79 -15
- package/components/_index.css +181 -31
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +0 -1
- package/docs/components/Button/examples/Button.md +339 -0
- package/docs/components/Masthead/examples/masthead.md +1 -1
- package/docs/components/Menu/examples/Menu.md +0 -2
- package/docs/components/MenuToggle/examples/MenuToggle.md +1 -4
- package/docs/components/Pagination/examples/Pagination.md +0 -13
- package/docs/components/Toolbar/examples/Toolbar.md +0 -2
- 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/Card/examples/Card.md +564 -86
- package/docs/demos/CardView/examples/CardView.md +16 -3
- package/docs/demos/Compass/examples/Compass.md +551 -134
- package/docs/demos/Dashboard/examples/Dashboard.md +435 -100
- package/docs/demos/DataList/examples/DataList.md +4 -8
- package/docs/demos/DescriptionList/examples/DescriptionList.md +3 -0
- package/docs/demos/Drawer/examples/Drawer.md +5 -0
- package/docs/demos/JumpLinks/examples/JumpLinks.md +6 -0
- package/docs/demos/Masthead/examples/Masthead.md +9 -58
- package/docs/demos/Modal/examples/Modal.md +6 -0
- package/docs/demos/Nav/examples/Nav.md +305 -160
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +5 -0
- package/docs/demos/Page/examples/Page.md +14 -0
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +7 -6
- package/docs/demos/Skeleton/examples/Skeleton.md +1 -0
- package/docs/demos/Table/examples/Table.md +16 -27
- package/docs/demos/Tabs/examples/Tabs.md +6 -0
- package/docs/demos/Toolbar/examples/Toolbar.md +2 -8
- package/docs/demos/Wizard/examples/Wizard.md +9 -0
- package/package.json +1 -1
- package/patternfly-no-globals.css +181 -31
- package/patternfly.css +181 -31
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/scss-variables.scss +3 -0
|
@@ -16,6 +16,7 @@ wrapperTag: div
|
|
|
16
16
|
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
17
17
|
</a>
|
|
18
18
|
</div>
|
|
19
|
+
|
|
19
20
|
<header class="pf-v6-c-masthead" id="wizard-basic-example-docked">
|
|
20
21
|
<div class="pf-v6-c-masthead__main">
|
|
21
22
|
<span class="pf-v6-c-masthead__toggle">
|
|
@@ -710,6 +711,7 @@ wrapperTag: div
|
|
|
710
711
|
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
711
712
|
</a>
|
|
712
713
|
</div>
|
|
714
|
+
|
|
713
715
|
<header class="pf-v6-c-masthead" id="wizard-nav-expanded-example-docked">
|
|
714
716
|
<div class="pf-v6-c-masthead__main">
|
|
715
717
|
<span class="pf-v6-c-masthead__toggle">
|
|
@@ -1383,6 +1385,7 @@ wrapperTag: div
|
|
|
1383
1385
|
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
1384
1386
|
</a>
|
|
1385
1387
|
</div>
|
|
1388
|
+
|
|
1386
1389
|
<header
|
|
1387
1390
|
class="pf-v6-c-masthead"
|
|
1388
1391
|
id="wizard-with-drawer-closed-example-docked"
|
|
@@ -2155,6 +2158,7 @@ wrapperTag: div
|
|
|
2155
2158
|
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
2156
2159
|
</a>
|
|
2157
2160
|
</div>
|
|
2161
|
+
|
|
2158
2162
|
<header
|
|
2159
2163
|
class="pf-v6-c-masthead"
|
|
2160
2164
|
id="wizard-with-drawer-expanded-example-docked"
|
|
@@ -2926,6 +2930,7 @@ wrapperTag: div
|
|
|
2926
2930
|
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
2927
2931
|
</a>
|
|
2928
2932
|
</div>
|
|
2933
|
+
|
|
2929
2934
|
<header class="pf-v6-c-masthead" id="wizard-with-drawer-info-example-docked">
|
|
2930
2935
|
<div class="pf-v6-c-masthead__main">
|
|
2931
2936
|
<span class="pf-v6-c-masthead__toggle">
|
|
@@ -3569,6 +3574,7 @@ wrapperTag: div
|
|
|
3569
3574
|
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
3570
3575
|
</a>
|
|
3571
3576
|
</div>
|
|
3577
|
+
|
|
3572
3578
|
<header class="pf-v6-c-masthead" id="wizard-in-page-example-docked">
|
|
3573
3579
|
<div class="pf-v6-c-masthead__main">
|
|
3574
3580
|
<span class="pf-v6-c-masthead__toggle">
|
|
@@ -4195,6 +4201,7 @@ wrapperTag: div
|
|
|
4195
4201
|
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
4196
4202
|
</a>
|
|
4197
4203
|
</div>
|
|
4204
|
+
|
|
4198
4205
|
<header class="pf-v6-c-masthead" id="in-page-nav-expanded-example-docked">
|
|
4199
4206
|
<div class="pf-v6-c-masthead__main">
|
|
4200
4207
|
<span class="pf-v6-c-masthead__toggle">
|
|
@@ -4800,6 +4807,7 @@ wrapperTag: div
|
|
|
4800
4807
|
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
4801
4808
|
</a>
|
|
4802
4809
|
</div>
|
|
4810
|
+
|
|
4803
4811
|
<header
|
|
4804
4812
|
class="pf-v6-c-masthead"
|
|
4805
4813
|
id="wizard-with-drawer-in-page-example-docked"
|
|
@@ -5491,6 +5499,7 @@ wrapperTag: div
|
|
|
5491
5499
|
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
5492
5500
|
</a>
|
|
5493
5501
|
</div>
|
|
5502
|
+
|
|
5494
5503
|
<header
|
|
5495
5504
|
class="pf-v6-c-masthead"
|
|
5496
5505
|
id="wizard-with-drawer-in-page-expanded-example-docked"
|
package/package.json
CHANGED
|
@@ -10664,7 +10664,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
10664
10664
|
--pf-v6-c-button--AlignItems: baseline;
|
|
10665
10665
|
--pf-v6-c-button--JustifyContent: center;
|
|
10666
10666
|
--pf-v6-c-button--Gap: var(--pf-t--global--spacer--gap--text-to-element--default);
|
|
10667
|
-
--pf-v6-c-button--MinWidth:
|
|
10667
|
+
--pf-v6-c-button--MinWidth: initial;
|
|
10668
10668
|
--pf-v6-c-button--PaddingBlockStart: var(--pf-t--global--spacer--control--vertical--default);
|
|
10669
10669
|
--pf-v6-c-button--PaddingInlineEnd: var(--pf-t--global--spacer--action--horizontal--default);
|
|
10670
10670
|
--pf-v6-c-button--PaddingBlockEnd: var(--pf-t--global--spacer--control--vertical--default);
|
|
@@ -11032,7 +11032,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
11032
11032
|
gap: var(--pf-v6-c-button--Gap);
|
|
11033
11033
|
align-items: var(--pf-v6-c-button--AlignItems);
|
|
11034
11034
|
justify-content: var(--pf-v6-c-button--JustifyContent);
|
|
11035
|
-
min-width: var(--pf-v6-c-button--MinWidth);
|
|
11035
|
+
min-width: var(--pf-v6-c-button--MinWidth, revert);
|
|
11036
11036
|
padding-block-start: var(--pf-v6-c-button--PaddingBlockStart);
|
|
11037
11037
|
padding-block-end: var(--pf-v6-c-button--PaddingBlockEnd);
|
|
11038
11038
|
padding-inline-start: var(--pf-v6-c-button--PaddingInlineStart);
|
|
@@ -11519,8 +11519,28 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
11519
11519
|
animation-duration: var(--pf-v6-c-button--m-notify__icon--AnimationDuration--notify);
|
|
11520
11520
|
animation-timing-function: var(--pf-v6-c-button--m-notify__icon--AnimationTimingFunction--notify);
|
|
11521
11521
|
}
|
|
11522
|
+
.pf-v6-c-button.pf-m-dock {
|
|
11523
|
+
justify-content: flex-start;
|
|
11524
|
+
width: 100%;
|
|
11525
|
+
}
|
|
11526
|
+
@media (min-width: 62rem) {
|
|
11527
|
+
.pf-v6-c-button.pf-m-dock {
|
|
11528
|
+
justify-content: center;
|
|
11529
|
+
}
|
|
11530
|
+
.pf-v6-c-button.pf-m-dock .pf-v6-c-button__text {
|
|
11531
|
+
display: none;
|
|
11532
|
+
}
|
|
11533
|
+
}
|
|
11534
|
+
.pf-v6-c-page__dock.pf-m-text-expanded .pf-v6-c-button, .pf-v6-c-button.pf-m-text-expanded {
|
|
11535
|
+
justify-content: flex-start;
|
|
11536
|
+
width: 100%;
|
|
11537
|
+
}
|
|
11538
|
+
.pf-v6-c-page__dock.pf-m-text-expanded .pf-v6-c-button .pf-v6-c-button__text, .pf-v6-c-button.pf-m-text-expanded .pf-v6-c-button__text {
|
|
11539
|
+
display: revert;
|
|
11540
|
+
}
|
|
11522
11541
|
|
|
11523
11542
|
.pf-v6-c-button__icon {
|
|
11543
|
+
min-width: 1lh;
|
|
11524
11544
|
margin-inline-start: var(--pf-v6-c-button__icon--MarginInlineStart);
|
|
11525
11545
|
margin-inline-end: var(--pf-v6-c-button__icon--MarginInlineEnd);
|
|
11526
11546
|
color: var(--pf-v6-c-button__icon--Color);
|
|
@@ -11850,10 +11870,11 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
11850
11870
|
|
|
11851
11871
|
.pf-v6-c-card {
|
|
11852
11872
|
--pf-v6-c-card--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
11853
|
-
--pf-v6-c-card--BorderColor: var(--pf-t--global--border--color--
|
|
11873
|
+
--pf-v6-c-card--BorderColor: var(--pf-t--global--border--color--subtle);
|
|
11854
11874
|
--pf-v6-c-card--BorderStyle: solid;
|
|
11855
11875
|
--pf-v6-c-card--BorderWidth: var(--pf-t--global--border--width--box--default);
|
|
11856
11876
|
--pf-v6-c-card--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
11877
|
+
--pf-v6-c-card--BoxShadow: var(--pf-t--global--box-shadow--sm);
|
|
11857
11878
|
--pf-v6-c-card--first-child--PaddingBlockStart: var(--pf-t--global--spacer--lg);
|
|
11858
11879
|
--pf-v6-c-card--child--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
|
|
11859
11880
|
--pf-v6-c-card--child--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
|
|
@@ -11883,7 +11904,8 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
11883
11904
|
--pf-v6-c-card__header-toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
|
11884
11905
|
--pf-v6-c-card__header-toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
|
|
11885
11906
|
--pf-v6-c-card--m-expanded__header-toggle-icon--Rotate: -180deg;
|
|
11886
|
-
--pf-v6-c-card--m-selectable--BorderWidth: var(--pf-
|
|
11907
|
+
--pf-v6-c-card--m-selectable--BorderWidth: var(--pf-t--global--border--width--box--default);
|
|
11908
|
+
--pf-v6-c-card--m-selectable--BorderColor: var(--pf-t--global--border--color--control--default);
|
|
11887
11909
|
--pf-v6-c-card--m-clickable--m-current--BorderColor: var(--pf-t--global--border--color--clicked);
|
|
11888
11910
|
--pf-v6-c-card--m-clickable--m-current--BorderWidth: var(--pf-t--global--border--width--box--clicked);
|
|
11889
11911
|
--pf-v6-c-card--m-selectable--m-selected--BorderColor: var(--pf-t--global--border--color--clicked);
|
|
@@ -11920,13 +11942,14 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
11920
11942
|
--pf-v6-c-card--m-display-lg--c-divider--child--PaddingBlockStart: var(--pf-t--global--spacer--xl);
|
|
11921
11943
|
--pf-v6-c-card--m-display-lg__title--not--last-child--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
|
|
11922
11944
|
--pf-v6-c-card--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
11923
|
-
--pf-v6-c-card--m-secondary--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
|
11924
|
-
--pf-v6-c-card--m-secondary--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
11925
11945
|
--pf-v6-c-card--m-full-height--Height: 100%;
|
|
11926
11946
|
--pf-v6-c-card--m-plain--BorderColor: transparent;
|
|
11927
11947
|
--pf-v6-c-card--m-plain--BackgroundColor: transparent;
|
|
11948
|
+
--pf-v6-c-card--m-plain--BoxShadow: none;
|
|
11928
11949
|
--pf-v6-c-card__header--m-toggle-right--toggle--MarginInlineEnd: calc(var(--pf-t--global--spacer--action--horizontal--plain--default) * -1);
|
|
11929
11950
|
--pf-v6-c-card__header--m-toggle-right--toggle--MarginInlineStart: var(--pf-t--global--spacer--gap--text-to-element--default);
|
|
11951
|
+
--pf-v6-c-card--m-as-tile--BackgroundColor: var(--pf-t--global--background--color--control--default);
|
|
11952
|
+
--pf-v6-c-card--m-as-tile--BorderColor: var(--pf-t--global--border--color--control--default);
|
|
11930
11953
|
}
|
|
11931
11954
|
|
|
11932
11955
|
.pf-v6-c-card {
|
|
@@ -11937,6 +11960,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
11937
11960
|
background-color: var(--pf-v6-c-card--BackgroundColor);
|
|
11938
11961
|
border: 0;
|
|
11939
11962
|
border-radius: var(--pf-v6-c-card--BorderRadius);
|
|
11963
|
+
box-shadow: var(--pf-v6-c-card--BoxShadow);
|
|
11940
11964
|
}
|
|
11941
11965
|
.pf-v6-c-card::before {
|
|
11942
11966
|
position: absolute;
|
|
@@ -11950,6 +11974,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
11950
11974
|
gap: 0;
|
|
11951
11975
|
}
|
|
11952
11976
|
.pf-v6-c-card.pf-m-selectable, .pf-v6-c-card.pf-m-clickable {
|
|
11977
|
+
--pf-v6-c-card--BorderColor: var(--pf-v6-c-card--m-selectable--BorderColor);
|
|
11953
11978
|
isolation: isolate;
|
|
11954
11979
|
}
|
|
11955
11980
|
.pf-v6-c-card.pf-m-selectable::before, .pf-v6-c-card.pf-m-clickable::before {
|
|
@@ -11984,12 +12009,16 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
11984
12009
|
.pf-v6-c-card.pf-m-selectable.pf-m-clickable .pf-v6-c-card__selectable-actions :is(.pf-v6-c-check__input, .pf-v6-c-radio__input):where(:disabled) ~ :is(.pf-v6-c-check__label, .pf-v6-c-radio__label), .pf-v6-c-card.pf-m-selectable.pf-m-clickable.pf-m-disabled {
|
|
11985
12010
|
--pf-v6-c-card--BackgroundColor: var(--pf-v6-c-card--m-selectable--m-disabled--BackgroundColor);
|
|
11986
12011
|
}
|
|
11987
|
-
.pf-v6-c-card__actions:has(> .pf-v6-c-card__selectable-actions input.pf-v6-screen-reader), .pf-v6-c-card.pf-
|
|
12012
|
+
.pf-v6-c-card__actions:has(> .pf-v6-c-card__selectable-actions input.pf-v6-screen-reader), .pf-v6-c-card:has(.pf-v6-c-card__selectable-actions input.pf-v6-screen-reader) {
|
|
12013
|
+
--pf-v6-c-card--BackgroundColor: var(--pf-v6-c-card--m-as-tile--BackgroundColor);
|
|
12014
|
+
--pf-v6-c-card--BorderColor: var(--pf-v6-c-card--m-as-tile--BorderColor);
|
|
12015
|
+
}
|
|
12016
|
+
|
|
12017
|
+
.pf-v6-c-card.pf-m-clickable:not(.pf-m-selectable) {
|
|
11988
12018
|
--pf-v6-c-card__actions--PaddingInlineStart: 0;
|
|
11989
12019
|
--pf-v6-c-card__actions--MarginBlockStart: 0;
|
|
11990
12020
|
--pf-v6-c-card__actions--MarginBlockEnd: 0;
|
|
11991
12021
|
}
|
|
11992
|
-
|
|
11993
12022
|
.pf-v6-c-card.pf-m-compact {
|
|
11994
12023
|
--pf-v6-c-card__title-text--FontSize: var(--pf-v6-c-card--m-compact__title-text--FontSize);
|
|
11995
12024
|
--pf-v6-c-card__body--FontSize: var(--pf-v6-c-card--m-compact__body--FontSize);
|
|
@@ -12013,13 +12042,16 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
12013
12042
|
--pf-v6-c-card__title--not--last-child--PaddingBlockEnd: var(--pf-v6-c-card--m-display-lg__title--not--last-child--PaddingBlockEnd);
|
|
12014
12043
|
}
|
|
12015
12044
|
.pf-v6-c-card.pf-m-secondary {
|
|
12016
|
-
--pf-v6-c-card--BorderColor: var(--pf-v6-c-card--m-secondary--BorderColor);
|
|
12017
|
-
--pf-v6-c-card--BorderWidth: var(--pf-v6-c-card--m-secondary--BorderWidth);
|
|
12018
12045
|
--pf-v6-c-card--BackgroundColor: var(--pf-v6-c-card--m-secondary--BackgroundColor);
|
|
12019
12046
|
}
|
|
12047
|
+
.pf-v6-c-card.pf-m-secondary.pf-m-selectable:not(.pf-m-current, .pf-m-selected), .pf-v6-c-card.pf-m-secondary.pf-m-clickable:not(.pf-m-current, .pf-m-selected) {
|
|
12048
|
+
--pf-v6-c-card--BorderColor: var(--pf-v6-c-card--m-selectable--BorderColor);
|
|
12049
|
+
--pf-v6-c-card--BorderWidth: var(--pf-v6-c-card--m-selectable--BorderWidth);
|
|
12050
|
+
}
|
|
12020
12051
|
.pf-v6-c-card.pf-m-plain {
|
|
12021
12052
|
--pf-v6-c-card--BorderColor: var(--pf-v6-c-card--m-plain--BorderColor);
|
|
12022
12053
|
--pf-v6-c-card--BackgroundColor: var(--pf-v6-c-card--m-plain--BackgroundColor);
|
|
12054
|
+
--pf-v6-c-card--BoxShadow: var(--pf-v6-c-card--m-plain--BoxShadow);
|
|
12023
12055
|
}
|
|
12024
12056
|
.pf-v6-c-card.pf-m-expanded .pf-v6-c-card__header-toggle-icon {
|
|
12025
12057
|
transform: rotate(var(--pf-v6-c-card--m-expanded__header-toggle-icon--Rotate));
|
|
@@ -19438,6 +19470,7 @@ ul.pf-v6-c-list {
|
|
|
19438
19470
|
--pf-v6-c-masthead--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
19439
19471
|
--pf-v6-c-masthead__main--ColumnGap: var(--pf-t--global--spacer--md);
|
|
19440
19472
|
--pf-v6-c-masthead__main--MarginInlineEnd: var(--pf-t--global--spacer--inset--page-chrome);
|
|
19473
|
+
--pf-v6-c-masthead--m-docked__main--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
|
|
19441
19474
|
--pf-v6-c-masthead__logo--MaxHeight: 2.375rem;
|
|
19442
19475
|
--pf-v6-c-masthead__logo--Width: 11.8125rem;
|
|
19443
19476
|
--pf-v6-c-masthead__toggle--Size: var(--pf-t--global--icon--size--xl);
|
|
@@ -19554,24 +19587,57 @@ ul.pf-v6-c-list {
|
|
|
19554
19587
|
--pf-v6-c-masthead--m-display-inline--breakpoint--xl--GridTemplateColumns: auto;
|
|
19555
19588
|
--pf-v6-c-masthead__main--GridColumn: auto;
|
|
19556
19589
|
--pf-v6-c-masthead__content--GridColumn: auto;
|
|
19557
|
-
--pf-v6-c-masthead__logo--Width: auto;
|
|
19558
19590
|
--pf-v6-c-masthead__main--MarginInlineEnd: 0;
|
|
19559
19591
|
display: flex;
|
|
19560
19592
|
flex-direction: column;
|
|
19561
|
-
align-items:
|
|
19562
|
-
width: fit-content;
|
|
19593
|
+
align-items: stretch;
|
|
19563
19594
|
height: 100%;
|
|
19564
19595
|
backdrop-filter: var(--pf-v6-c-masthead--m-docked--BackdropFilter);
|
|
19565
19596
|
}
|
|
19597
|
+
.pf-v6-c-masthead.pf-m-docked .pf-v6-c-masthead__logo {
|
|
19598
|
+
width: revert;
|
|
19599
|
+
}
|
|
19600
|
+
.pf-v6-c-masthead.pf-m-docked .pf-v6-c-masthead__logo.pf-m-compact {
|
|
19601
|
+
display: none;
|
|
19602
|
+
max-width: 2.3125rem;
|
|
19603
|
+
max-height: revert;
|
|
19604
|
+
}
|
|
19605
|
+
.pf-v6-c-masthead.pf-m-docked .pf-v6-c-masthead__main {
|
|
19606
|
+
flex-direction: column;
|
|
19607
|
+
row-gap: var(--pf-v6-c-masthead--m-docked__main--RowGap);
|
|
19608
|
+
align-items: flex-start;
|
|
19609
|
+
}
|
|
19566
19610
|
.pf-v6-c-masthead.pf-m-docked .pf-v6-c-masthead__content {
|
|
19567
19611
|
flex-grow: 1;
|
|
19568
19612
|
flex-direction: column;
|
|
19613
|
+
align-items: stretch;
|
|
19569
19614
|
align-self: revert;
|
|
19570
19615
|
}
|
|
19571
19616
|
.pf-v6-c-masthead.pf-m-docked .pf-v6-c-toolbar {
|
|
19572
|
-
--pf-v6-c-
|
|
19617
|
+
--pf-v6-c-toolbar--m-vertical--Width: auto;
|
|
19573
19618
|
height: var(--pf-v6-c-masthead--m-docked--c-toolbar--Height);
|
|
19574
19619
|
}
|
|
19620
|
+
@media (min-width: 62rem) {
|
|
19621
|
+
.pf-v6-c-masthead.pf-m-docked .pf-v6-c-masthead__main {
|
|
19622
|
+
align-items: center;
|
|
19623
|
+
}
|
|
19624
|
+
.pf-v6-c-masthead.pf-m-docked .pf-v6-c-masthead__logo {
|
|
19625
|
+
display: none;
|
|
19626
|
+
}
|
|
19627
|
+
.pf-v6-c-masthead.pf-m-docked .pf-v6-c-masthead__logo.pf-m-compact {
|
|
19628
|
+
display: revert;
|
|
19629
|
+
}
|
|
19630
|
+
}
|
|
19631
|
+
.pf-v6-c-page__dock.pf-m-text-expanded .pf-v6-c-masthead.pf-m-docked .pf-v6-c-masthead__logo {
|
|
19632
|
+
display: revert;
|
|
19633
|
+
}
|
|
19634
|
+
.pf-v6-c-page__dock.pf-m-text-expanded .pf-v6-c-masthead.pf-m-docked .pf-v6-c-masthead__logo.pf-m-compact {
|
|
19635
|
+
display: none;
|
|
19636
|
+
}
|
|
19637
|
+
.pf-v6-c-page__dock.pf-m-text-expanded .pf-v6-c-masthead.pf-m-docked .pf-v6-c-masthead__main {
|
|
19638
|
+
align-items: flex-start;
|
|
19639
|
+
}
|
|
19640
|
+
|
|
19575
19641
|
.pf-v6-c-masthead .pf-v6-c-toolbar__content-section {
|
|
19576
19642
|
flex-wrap: nowrap;
|
|
19577
19643
|
min-width: 0;
|
|
@@ -20663,7 +20729,7 @@ ul.pf-v6-c-list {
|
|
|
20663
20729
|
--pf-v6-c-menu-toggle--PaddingInlineEnd: var(--pf-t--global--spacer--control--horizontal--default);
|
|
20664
20730
|
--pf-v6-c-menu-toggle--PaddingBlockEnd: var(--pf-t--global--spacer--control--vertical--default);
|
|
20665
20731
|
--pf-v6-c-menu-toggle--PaddingInlineStart: var(--pf-t--global--spacer--control--horizontal--default);
|
|
20666
|
-
--pf-v6-c-menu-toggle--MinWidth:
|
|
20732
|
+
--pf-v6-c-menu-toggle--MinWidth: initial;
|
|
20667
20733
|
--pf-v6-c-menu-toggle--FontSize: var(--pf-t--global--font--size--body--default);
|
|
20668
20734
|
--pf-v6-c-menu-toggle--Color: var(--pf-t--global--text--color--regular);
|
|
20669
20735
|
--pf-v6-c-menu-toggle--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
@@ -20814,7 +20880,7 @@ ul.pf-v6-c-list {
|
|
|
20814
20880
|
gap: var(--pf-v6-c-menu-toggle--Gap);
|
|
20815
20881
|
align-items: center;
|
|
20816
20882
|
justify-content: center;
|
|
20817
|
-
min-width: var(--pf-v6-c-menu-toggle--MinWidth);
|
|
20883
|
+
min-width: var(--pf-v6-c-menu-toggle--MinWidth, revert);
|
|
20818
20884
|
max-width: 100%;
|
|
20819
20885
|
padding-block-start: var(--pf-v6-c-menu-toggle--PaddingBlockStart);
|
|
20820
20886
|
padding-block-end: var(--pf-v6-c-menu-toggle--PaddingBlockEnd);
|
|
@@ -21008,6 +21074,29 @@ ul.pf-v6-c-list {
|
|
|
21008
21074
|
.pf-v6-c-menu-toggle:is(:disabled, .pf-m-disabled) .pf-v6-c-button {
|
|
21009
21075
|
pointer-events: none;
|
|
21010
21076
|
}
|
|
21077
|
+
.pf-v6-c-menu-toggle.pf-m-dock {
|
|
21078
|
+
justify-content: flex-start;
|
|
21079
|
+
width: 100%;
|
|
21080
|
+
}
|
|
21081
|
+
@media (min-width: 62rem) {
|
|
21082
|
+
.pf-v6-c-menu-toggle.pf-m-dock {
|
|
21083
|
+
justify-content: center;
|
|
21084
|
+
width: auto;
|
|
21085
|
+
}
|
|
21086
|
+
.pf-v6-c-menu-toggle.pf-m-dock .pf-v6-c-menu-toggle__text,
|
|
21087
|
+
.pf-v6-c-menu-toggle.pf-m-dock .pf-v6-c-menu-toggle__controls {
|
|
21088
|
+
display: none;
|
|
21089
|
+
}
|
|
21090
|
+
}
|
|
21091
|
+
.pf-v6-c-page__dock.pf-m-text-expanded .pf-v6-c-menu-toggle, .pf-v6-c-menu-toggle.pf-m-text-expanded {
|
|
21092
|
+
justify-content: flex-start;
|
|
21093
|
+
width: 100%;
|
|
21094
|
+
}
|
|
21095
|
+
.pf-v6-c-page__dock.pf-m-text-expanded .pf-v6-c-menu-toggle .pf-v6-c-menu-toggle__text,
|
|
21096
|
+
.pf-v6-c-page__dock.pf-m-text-expanded .pf-v6-c-menu-toggle .pf-v6-c-menu-toggle__controls, .pf-v6-c-menu-toggle.pf-m-text-expanded .pf-v6-c-menu-toggle__text,
|
|
21097
|
+
.pf-v6-c-menu-toggle.pf-m-text-expanded .pf-v6-c-menu-toggle__controls {
|
|
21098
|
+
display: revert;
|
|
21099
|
+
}
|
|
21011
21100
|
|
|
21012
21101
|
@property --pf-v6-c-menu-toggle--m-danger--TranslateX {
|
|
21013
21102
|
syntax: "<length>";
|
|
@@ -21155,6 +21244,7 @@ ul.pf-v6-c-list {
|
|
|
21155
21244
|
|
|
21156
21245
|
.pf-v6-c-menu-toggle__icon {
|
|
21157
21246
|
flex-shrink: 0;
|
|
21247
|
+
min-width: 1lh;
|
|
21158
21248
|
transition-delay: var(--pf-v6-c-menu-toggle__icon--TransitionDelay);
|
|
21159
21249
|
transition-duration: var(--pf-v6-c-menu-toggle__icon--TransitionDuration);
|
|
21160
21250
|
transition-property: var(--pf-v6-c-menu-toggle__icon--TransitionProperty);
|
|
@@ -21761,17 +21851,23 @@ ul.pf-v6-c-list {
|
|
|
21761
21851
|
--pf-v6-c-nav__link--PaddingInlineEnd: var(--pf-v6-c-nav--m-docked__link--PaddingInlineEnd);
|
|
21762
21852
|
--pf-v6-c-nav__link--hover--BackgroundColor: var(--pf-v6-c-nav--m-docked__link--hover--BackgroundColor);
|
|
21763
21853
|
--pf-v6-c-nav__link--m-current--BackgroundColor: var(--pf-v6-c-nav--m-docked__link--m-current--BackgroundColor);
|
|
21764
|
-
width:
|
|
21854
|
+
width: 100%;
|
|
21765
21855
|
}
|
|
21766
|
-
|
|
21767
|
-
|
|
21768
|
-
|
|
21769
|
-
|
|
21770
|
-
|
|
21856
|
+
@media (min-width: 62rem) {
|
|
21857
|
+
.pf-v6-c-nav.pf-m-docked {
|
|
21858
|
+
width: fit-content;
|
|
21859
|
+
}
|
|
21860
|
+
.pf-v6-c-nav.pf-m-docked .pf-v6-c-nav__link-text {
|
|
21861
|
+
display: none;
|
|
21862
|
+
}
|
|
21771
21863
|
}
|
|
21772
|
-
.pf-v6-c-nav.pf-m-docked .pf-v6-c-
|
|
21773
|
-
|
|
21864
|
+
.pf-v6-c-page__dock.pf-m-text-expanded .pf-v6-c-nav.pf-m-docked, .pf-v6-c-nav.pf-m-docked.pf-m-text-expanded {
|
|
21865
|
+
width: 100%;
|
|
21774
21866
|
}
|
|
21867
|
+
.pf-v6-c-page__dock.pf-m-text-expanded .pf-v6-c-nav.pf-m-docked .pf-v6-c-nav__link-text, .pf-v6-c-nav.pf-m-docked.pf-m-text-expanded .pf-v6-c-nav__link-text {
|
|
21868
|
+
display: revert;
|
|
21869
|
+
}
|
|
21870
|
+
|
|
21775
21871
|
.pf-v6-c-nav .pf-v6-c-menu {
|
|
21776
21872
|
--pf-v6-c-menu--MinWidth: 100%;
|
|
21777
21873
|
}
|
|
@@ -21921,7 +22017,9 @@ ul.pf-v6-c-list {
|
|
|
21921
22017
|
}
|
|
21922
22018
|
|
|
21923
22019
|
.pf-v6-c-nav__link-icon {
|
|
22020
|
+
min-width: 1lh;
|
|
21924
22021
|
color: var(--pf-v6-c-nav__link-icon--Color);
|
|
22022
|
+
text-align: center;
|
|
21925
22023
|
}
|
|
21926
22024
|
|
|
21927
22025
|
.pf-v6-c-nav__link-text {
|
|
@@ -22360,8 +22458,20 @@ ul.pf-v6-c-list {
|
|
|
22360
22458
|
.pf-v6-c-page {
|
|
22361
22459
|
--pf-v6-c-page--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
22362
22460
|
--pf-v6-c-page--inset: var(--pf-t--global--spacer--inset--page-chrome);
|
|
22461
|
+
--pf-v6-c-page--m-dock__main-container--MaxHeight: calc(100% - var(--pf-t--global--spacer--lg) * 2);
|
|
22462
|
+
--pf-v6-c-page--m-dock__main-container--MarginBlockStart: 0;
|
|
22463
|
+
--pf-v6-c-page--m-dock__main-container--xl--MarginBlockStart: var(--pf-t--global--spacer--lg);
|
|
22464
|
+
--pf-v6-c-page--m-dock--ColumnGap: var(--pf-t--global--spacer--inset--page-chrome);
|
|
22465
|
+
--pf-v6-c-page--m-dock--c-masthead--m-display-inline--GridTemplateColumns: min-content 1fr;
|
|
22363
22466
|
--pf-v6-c-page--c-masthead--ZIndex: var(--pf-t--global--z-index--md);
|
|
22467
|
+
--pf-v6-c-page__dock--Width: 15.625rem;
|
|
22468
|
+
--pf-v6-c-page__dock--desktop--Width: auto;
|
|
22364
22469
|
--pf-v6-c-page__dock--ZIndex: var(--pf-t--global--z-index--md);
|
|
22470
|
+
--pf-v6-c-page__dock--BorderInlineEndWidth: var(--pf-t--global--border--width--regular);
|
|
22471
|
+
--pf-v6-c-page__dock--BorderInlineEndColor: var(--pf-t--global--border--color--default);
|
|
22472
|
+
--pf-v6-c-page__dock--TransitionDuration--slide: 0s;
|
|
22473
|
+
--pf-v6-c-page__dock--m-expanded--TransitionDuration--slide: 0s;
|
|
22474
|
+
--pf-v6-c-page__dock--TransitionTimingFunction--slide: var(--pf-t--global--motion--timing-function--decelerate);
|
|
22365
22475
|
--pf-v6-c-page__sidebar--ZIndex: var(--pf-t--global--z-index--sm);
|
|
22366
22476
|
--pf-v6-c-page__sidebar--Width--base: 18.125rem;
|
|
22367
22477
|
--pf-v6-c-page__sidebar--Width: var(--pf-v6-c-page__sidebar--Width--base);
|
|
@@ -22390,6 +22500,8 @@ ul.pf-v6-c-list {
|
|
|
22390
22500
|
--pf-v6-c-page__sidebar--Opacity: 1;
|
|
22391
22501
|
--pf-v6-c-page__sidebar--TransitionProperty: transform;
|
|
22392
22502
|
--pf-v6-c-page__sidebar--TransitionDuration: var(--pf-t--global--motion--duration--slide-in--default);
|
|
22503
|
+
--pf-v6-c-page__dock--TransitionDuration--slide: var(--pf-t--global--motion--duration--slide-out--short);
|
|
22504
|
+
--pf-v6-c-page__dock--m-expanded--TransitionDuration--slide: var(--pf-t--global--motion--duration--slide-in--default);
|
|
22393
22505
|
}
|
|
22394
22506
|
}
|
|
22395
22507
|
.pf-v6-c-page {
|
|
@@ -22498,9 +22610,6 @@ ul.pf-v6-c-list {
|
|
|
22498
22610
|
--pf-v6-c-page__main-wizard--BorderBlockStartWidth: var(--pf-t--global--border--width--action--default);
|
|
22499
22611
|
--pf-v6-c-page__drawer--c-drawer--BorderBlockStartWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
22500
22612
|
--pf-v6-c-page__drawer--c-drawer--BorderBlockStartColor: var(--pf-t--global--border--color--high-contrast);
|
|
22501
|
-
--pf-v6-c-page--m-dock__main-container--MaxHeight: calc(100% - var(--pf-t--global--spacer--lg) * 2);
|
|
22502
|
-
--pf-v6-c-page--m-dock__main-container--MarginBlockStart: var(--pf-t--global--spacer--lg);
|
|
22503
|
-
--pf-v6-c-page--m-dock--ColumnGap: var(--pf-t--global--spacer--inset--page-chrome);
|
|
22504
22613
|
}
|
|
22505
22614
|
|
|
22506
22615
|
.pf-v6-c-page {
|
|
@@ -22524,11 +22633,22 @@ ul.pf-v6-c-list {
|
|
|
22524
22633
|
--pf-v6-c-page--masthead--main-container--GridArea: main;
|
|
22525
22634
|
--pf-v6-c-page__main-container--MaxHeight: var(--pf-v6-c-page--m-dock__main-container--MaxHeight);
|
|
22526
22635
|
--pf-v6-c-page__main-container--MarginBlockStart: var(--pf-v6-c-page--m-dock__main-container--MarginBlockStart);
|
|
22527
|
-
|
|
22528
|
-
grid-template-
|
|
22529
|
-
grid-template-rows: auto;
|
|
22636
|
+
grid-template-areas: "header header" "dock main";
|
|
22637
|
+
grid-template-rows: max-content 1fr;
|
|
22530
22638
|
grid-template-columns: auto 1fr;
|
|
22531
|
-
|
|
22639
|
+
}
|
|
22640
|
+
@media (min-width: 62rem) {
|
|
22641
|
+
.pf-v6-c-page.pf-m-dock {
|
|
22642
|
+
--pf-v6-c-page__main-container--MarginBlockStart: var(--pf-v6-c-page--m-dock__main-container--xl--MarginBlockStart);
|
|
22643
|
+
--pf-v6-c-page__main-container--MarginInlineStart: 0;
|
|
22644
|
+
grid-template-areas: "dock main";
|
|
22645
|
+
grid-template-rows: auto;
|
|
22646
|
+
grid-template-columns: auto 1fr;
|
|
22647
|
+
column-gap: var(--pf-v6-c-page--m-dock--ColumnGap);
|
|
22648
|
+
}
|
|
22649
|
+
.pf-v6-c-page.pf-m-dock > .pf-v6-c-masthead {
|
|
22650
|
+
display: none;
|
|
22651
|
+
}
|
|
22532
22652
|
}
|
|
22533
22653
|
.pf-v6-c-page > .pf-v6-c-masthead .pf-v6-c-masthead__toggle .pf-v6-c-button.pf-m-hamburger:is(:hover, :focus-visible) {
|
|
22534
22654
|
--pf-v6-c-button--hamburger-icon--top--path: var(--pf-v6-c-button--hamburger-icon--top--collapse--path);
|
|
@@ -22585,10 +22705,40 @@ ul.pf-v6-c-list {
|
|
|
22585
22705
|
z-index: var(--pf-v6-c-page--c-masthead--ZIndex);
|
|
22586
22706
|
grid-area: header;
|
|
22587
22707
|
}
|
|
22708
|
+
.pf-v6-c-page.pf-m-dock > .pf-v6-c-masthead {
|
|
22709
|
+
--pf-v6-c-masthead--m-display-inline--GridTemplateColumns: var(--pf-v6-c-page--m-dock--c-masthead--m-display-inline--GridTemplateColumns);
|
|
22710
|
+
}
|
|
22588
22711
|
|
|
22589
22712
|
.pf-v6-c-page__dock {
|
|
22713
|
+
position: fixed;
|
|
22714
|
+
inset-block-start: 0;
|
|
22715
|
+
inset-block-end: 0;
|
|
22716
|
+
inset-inline-start: 0;
|
|
22590
22717
|
z-index: var(--pf-v6-c-page__dock--ZIndex);
|
|
22591
22718
|
grid-area: dock;
|
|
22719
|
+
width: var(--pf-v6-c-page__dock--Width);
|
|
22720
|
+
transition: translate var(--pf-v6-c-page__dock--TransitionDuration--slide) var(--pf-v6-c-page__dock--TransitionTimingFunction--slide);
|
|
22721
|
+
translate: -100% 0;
|
|
22722
|
+
}
|
|
22723
|
+
.pf-v6-c-page__dock.pf-m-expanded {
|
|
22724
|
+
--pf-v6-c-page__dock--TransitionDuration--slide: var(--pf-v6-c-page__dock--m-expanded--TransitionDuration--slide);
|
|
22725
|
+
border-inline-end: var(--pf-v6-c-page__dock--BorderInlineEndWidth) solid var(--pf-v6-c-page__dock--BorderInlineEndColor);
|
|
22726
|
+
translate: 0;
|
|
22727
|
+
}
|
|
22728
|
+
@media (min-width: 62rem) {
|
|
22729
|
+
.pf-v6-c-page__dock {
|
|
22730
|
+
--pf-v6-c-page__dock--BorderInlineEndWidth: 0;
|
|
22731
|
+
position: revert;
|
|
22732
|
+
inset: revert;
|
|
22733
|
+
width: auto;
|
|
22734
|
+
translate: 0;
|
|
22735
|
+
}
|
|
22736
|
+
}
|
|
22737
|
+
.pf-v6-c-page__dock .pf-v6-c-toolbar.pf-m-vertical :is(.pf-v6-c-toolbar__content-section, .pf-v6-c-toolbar__group, .pf-v6-c-toolbar__item) {
|
|
22738
|
+
align-items: stretch;
|
|
22739
|
+
}
|
|
22740
|
+
.pf-v6-c-page__dock.pf-m-text-expanded {
|
|
22741
|
+
width: var(--pf-v6-c-page__dock--Width);
|
|
22592
22742
|
}
|
|
22593
22743
|
|
|
22594
22744
|
.pf-v6-c-page__sidebar {
|