@patternfly/patternfly 6.5.0-prerelease.51 → 6.5.0-prerelease.52
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/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 +161 -23
- 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/CardView/examples/CardView.md +1 -2
- package/docs/demos/Compass/examples/Compass.md +158 -52
- package/docs/demos/Dashboard/examples/Dashboard.md +1 -0
- 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 +161 -23
- package/patternfly.css +161 -23
- 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);
|
|
@@ -19438,6 +19458,7 @@ ul.pf-v6-c-list {
|
|
|
19438
19458
|
--pf-v6-c-masthead--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
19439
19459
|
--pf-v6-c-masthead__main--ColumnGap: var(--pf-t--global--spacer--md);
|
|
19440
19460
|
--pf-v6-c-masthead__main--MarginInlineEnd: var(--pf-t--global--spacer--inset--page-chrome);
|
|
19461
|
+
--pf-v6-c-masthead--m-docked__main--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
|
|
19441
19462
|
--pf-v6-c-masthead__logo--MaxHeight: 2.375rem;
|
|
19442
19463
|
--pf-v6-c-masthead__logo--Width: 11.8125rem;
|
|
19443
19464
|
--pf-v6-c-masthead__toggle--Size: var(--pf-t--global--icon--size--xl);
|
|
@@ -19554,24 +19575,57 @@ ul.pf-v6-c-list {
|
|
|
19554
19575
|
--pf-v6-c-masthead--m-display-inline--breakpoint--xl--GridTemplateColumns: auto;
|
|
19555
19576
|
--pf-v6-c-masthead__main--GridColumn: auto;
|
|
19556
19577
|
--pf-v6-c-masthead__content--GridColumn: auto;
|
|
19557
|
-
--pf-v6-c-masthead__logo--Width: auto;
|
|
19558
19578
|
--pf-v6-c-masthead__main--MarginInlineEnd: 0;
|
|
19559
19579
|
display: flex;
|
|
19560
19580
|
flex-direction: column;
|
|
19561
|
-
align-items:
|
|
19562
|
-
width: fit-content;
|
|
19581
|
+
align-items: stretch;
|
|
19563
19582
|
height: 100%;
|
|
19564
19583
|
backdrop-filter: var(--pf-v6-c-masthead--m-docked--BackdropFilter);
|
|
19565
19584
|
}
|
|
19585
|
+
.pf-v6-c-masthead.pf-m-docked .pf-v6-c-masthead__logo {
|
|
19586
|
+
width: revert;
|
|
19587
|
+
}
|
|
19588
|
+
.pf-v6-c-masthead.pf-m-docked .pf-v6-c-masthead__logo.pf-m-compact {
|
|
19589
|
+
display: none;
|
|
19590
|
+
max-width: 2.3125rem;
|
|
19591
|
+
max-height: revert;
|
|
19592
|
+
}
|
|
19593
|
+
.pf-v6-c-masthead.pf-m-docked .pf-v6-c-masthead__main {
|
|
19594
|
+
flex-direction: column;
|
|
19595
|
+
row-gap: var(--pf-v6-c-masthead--m-docked__main--RowGap);
|
|
19596
|
+
align-items: flex-start;
|
|
19597
|
+
}
|
|
19566
19598
|
.pf-v6-c-masthead.pf-m-docked .pf-v6-c-masthead__content {
|
|
19567
19599
|
flex-grow: 1;
|
|
19568
19600
|
flex-direction: column;
|
|
19601
|
+
align-items: stretch;
|
|
19569
19602
|
align-self: revert;
|
|
19570
19603
|
}
|
|
19571
19604
|
.pf-v6-c-masthead.pf-m-docked .pf-v6-c-toolbar {
|
|
19572
|
-
--pf-v6-c-
|
|
19605
|
+
--pf-v6-c-toolbar--m-vertical--Width: auto;
|
|
19573
19606
|
height: var(--pf-v6-c-masthead--m-docked--c-toolbar--Height);
|
|
19574
19607
|
}
|
|
19608
|
+
@media (min-width: 62rem) {
|
|
19609
|
+
.pf-v6-c-masthead.pf-m-docked .pf-v6-c-masthead__main {
|
|
19610
|
+
align-items: center;
|
|
19611
|
+
}
|
|
19612
|
+
.pf-v6-c-masthead.pf-m-docked .pf-v6-c-masthead__logo {
|
|
19613
|
+
display: none;
|
|
19614
|
+
}
|
|
19615
|
+
.pf-v6-c-masthead.pf-m-docked .pf-v6-c-masthead__logo.pf-m-compact {
|
|
19616
|
+
display: revert;
|
|
19617
|
+
}
|
|
19618
|
+
}
|
|
19619
|
+
.pf-v6-c-page__dock.pf-m-text-expanded .pf-v6-c-masthead.pf-m-docked .pf-v6-c-masthead__logo {
|
|
19620
|
+
display: revert;
|
|
19621
|
+
}
|
|
19622
|
+
.pf-v6-c-page__dock.pf-m-text-expanded .pf-v6-c-masthead.pf-m-docked .pf-v6-c-masthead__logo.pf-m-compact {
|
|
19623
|
+
display: none;
|
|
19624
|
+
}
|
|
19625
|
+
.pf-v6-c-page__dock.pf-m-text-expanded .pf-v6-c-masthead.pf-m-docked .pf-v6-c-masthead__main {
|
|
19626
|
+
align-items: flex-start;
|
|
19627
|
+
}
|
|
19628
|
+
|
|
19575
19629
|
.pf-v6-c-masthead .pf-v6-c-toolbar__content-section {
|
|
19576
19630
|
flex-wrap: nowrap;
|
|
19577
19631
|
min-width: 0;
|
|
@@ -20663,7 +20717,7 @@ ul.pf-v6-c-list {
|
|
|
20663
20717
|
--pf-v6-c-menu-toggle--PaddingInlineEnd: var(--pf-t--global--spacer--control--horizontal--default);
|
|
20664
20718
|
--pf-v6-c-menu-toggle--PaddingBlockEnd: var(--pf-t--global--spacer--control--vertical--default);
|
|
20665
20719
|
--pf-v6-c-menu-toggle--PaddingInlineStart: var(--pf-t--global--spacer--control--horizontal--default);
|
|
20666
|
-
--pf-v6-c-menu-toggle--MinWidth:
|
|
20720
|
+
--pf-v6-c-menu-toggle--MinWidth: initial;
|
|
20667
20721
|
--pf-v6-c-menu-toggle--FontSize: var(--pf-t--global--font--size--body--default);
|
|
20668
20722
|
--pf-v6-c-menu-toggle--Color: var(--pf-t--global--text--color--regular);
|
|
20669
20723
|
--pf-v6-c-menu-toggle--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
@@ -20814,7 +20868,7 @@ ul.pf-v6-c-list {
|
|
|
20814
20868
|
gap: var(--pf-v6-c-menu-toggle--Gap);
|
|
20815
20869
|
align-items: center;
|
|
20816
20870
|
justify-content: center;
|
|
20817
|
-
min-width: var(--pf-v6-c-menu-toggle--MinWidth);
|
|
20871
|
+
min-width: var(--pf-v6-c-menu-toggle--MinWidth, revert);
|
|
20818
20872
|
max-width: 100%;
|
|
20819
20873
|
padding-block-start: var(--pf-v6-c-menu-toggle--PaddingBlockStart);
|
|
20820
20874
|
padding-block-end: var(--pf-v6-c-menu-toggle--PaddingBlockEnd);
|
|
@@ -21008,6 +21062,29 @@ ul.pf-v6-c-list {
|
|
|
21008
21062
|
.pf-v6-c-menu-toggle:is(:disabled, .pf-m-disabled) .pf-v6-c-button {
|
|
21009
21063
|
pointer-events: none;
|
|
21010
21064
|
}
|
|
21065
|
+
.pf-v6-c-menu-toggle.pf-m-dock {
|
|
21066
|
+
justify-content: flex-start;
|
|
21067
|
+
width: 100%;
|
|
21068
|
+
}
|
|
21069
|
+
@media (min-width: 62rem) {
|
|
21070
|
+
.pf-v6-c-menu-toggle.pf-m-dock {
|
|
21071
|
+
justify-content: center;
|
|
21072
|
+
width: auto;
|
|
21073
|
+
}
|
|
21074
|
+
.pf-v6-c-menu-toggle.pf-m-dock .pf-v6-c-menu-toggle__text,
|
|
21075
|
+
.pf-v6-c-menu-toggle.pf-m-dock .pf-v6-c-menu-toggle__controls {
|
|
21076
|
+
display: none;
|
|
21077
|
+
}
|
|
21078
|
+
}
|
|
21079
|
+
.pf-v6-c-page__dock.pf-m-text-expanded .pf-v6-c-menu-toggle, .pf-v6-c-menu-toggle.pf-m-text-expanded {
|
|
21080
|
+
justify-content: flex-start;
|
|
21081
|
+
width: 100%;
|
|
21082
|
+
}
|
|
21083
|
+
.pf-v6-c-page__dock.pf-m-text-expanded .pf-v6-c-menu-toggle .pf-v6-c-menu-toggle__text,
|
|
21084
|
+
.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,
|
|
21085
|
+
.pf-v6-c-menu-toggle.pf-m-text-expanded .pf-v6-c-menu-toggle__controls {
|
|
21086
|
+
display: revert;
|
|
21087
|
+
}
|
|
21011
21088
|
|
|
21012
21089
|
@property --pf-v6-c-menu-toggle--m-danger--TranslateX {
|
|
21013
21090
|
syntax: "<length>";
|
|
@@ -21155,6 +21232,7 @@ ul.pf-v6-c-list {
|
|
|
21155
21232
|
|
|
21156
21233
|
.pf-v6-c-menu-toggle__icon {
|
|
21157
21234
|
flex-shrink: 0;
|
|
21235
|
+
min-width: 1lh;
|
|
21158
21236
|
transition-delay: var(--pf-v6-c-menu-toggle__icon--TransitionDelay);
|
|
21159
21237
|
transition-duration: var(--pf-v6-c-menu-toggle__icon--TransitionDuration);
|
|
21160
21238
|
transition-property: var(--pf-v6-c-menu-toggle__icon--TransitionProperty);
|
|
@@ -21761,17 +21839,23 @@ ul.pf-v6-c-list {
|
|
|
21761
21839
|
--pf-v6-c-nav__link--PaddingInlineEnd: var(--pf-v6-c-nav--m-docked__link--PaddingInlineEnd);
|
|
21762
21840
|
--pf-v6-c-nav__link--hover--BackgroundColor: var(--pf-v6-c-nav--m-docked__link--hover--BackgroundColor);
|
|
21763
21841
|
--pf-v6-c-nav__link--m-current--BackgroundColor: var(--pf-v6-c-nav--m-docked__link--m-current--BackgroundColor);
|
|
21764
|
-
width:
|
|
21842
|
+
width: 100%;
|
|
21765
21843
|
}
|
|
21766
|
-
|
|
21767
|
-
|
|
21768
|
-
|
|
21769
|
-
|
|
21770
|
-
|
|
21844
|
+
@media (min-width: 62rem) {
|
|
21845
|
+
.pf-v6-c-nav.pf-m-docked {
|
|
21846
|
+
width: fit-content;
|
|
21847
|
+
}
|
|
21848
|
+
.pf-v6-c-nav.pf-m-docked .pf-v6-c-nav__link-text {
|
|
21849
|
+
display: none;
|
|
21850
|
+
}
|
|
21771
21851
|
}
|
|
21772
|
-
.pf-v6-c-nav.pf-m-docked .pf-v6-c-
|
|
21773
|
-
|
|
21852
|
+
.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 {
|
|
21853
|
+
width: 100%;
|
|
21854
|
+
}
|
|
21855
|
+
.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 {
|
|
21856
|
+
display: revert;
|
|
21774
21857
|
}
|
|
21858
|
+
|
|
21775
21859
|
.pf-v6-c-nav .pf-v6-c-menu {
|
|
21776
21860
|
--pf-v6-c-menu--MinWidth: 100%;
|
|
21777
21861
|
}
|
|
@@ -21921,7 +22005,9 @@ ul.pf-v6-c-list {
|
|
|
21921
22005
|
}
|
|
21922
22006
|
|
|
21923
22007
|
.pf-v6-c-nav__link-icon {
|
|
22008
|
+
min-width: 1lh;
|
|
21924
22009
|
color: var(--pf-v6-c-nav__link-icon--Color);
|
|
22010
|
+
text-align: center;
|
|
21925
22011
|
}
|
|
21926
22012
|
|
|
21927
22013
|
.pf-v6-c-nav__link-text {
|
|
@@ -22360,8 +22446,20 @@ ul.pf-v6-c-list {
|
|
|
22360
22446
|
.pf-v6-c-page {
|
|
22361
22447
|
--pf-v6-c-page--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
22362
22448
|
--pf-v6-c-page--inset: var(--pf-t--global--spacer--inset--page-chrome);
|
|
22449
|
+
--pf-v6-c-page--m-dock__main-container--MaxHeight: calc(100% - var(--pf-t--global--spacer--lg) * 2);
|
|
22450
|
+
--pf-v6-c-page--m-dock__main-container--MarginBlockStart: 0;
|
|
22451
|
+
--pf-v6-c-page--m-dock__main-container--xl--MarginBlockStart: var(--pf-t--global--spacer--lg);
|
|
22452
|
+
--pf-v6-c-page--m-dock--ColumnGap: var(--pf-t--global--spacer--inset--page-chrome);
|
|
22453
|
+
--pf-v6-c-page--m-dock--c-masthead--m-display-inline--GridTemplateColumns: min-content 1fr;
|
|
22363
22454
|
--pf-v6-c-page--c-masthead--ZIndex: var(--pf-t--global--z-index--md);
|
|
22455
|
+
--pf-v6-c-page__dock--Width: 15.625rem;
|
|
22456
|
+
--pf-v6-c-page__dock--desktop--Width: auto;
|
|
22364
22457
|
--pf-v6-c-page__dock--ZIndex: var(--pf-t--global--z-index--md);
|
|
22458
|
+
--pf-v6-c-page__dock--BorderInlineEndWidth: var(--pf-t--global--border--width--regular);
|
|
22459
|
+
--pf-v6-c-page__dock--BorderInlineEndColor: var(--pf-t--global--border--color--default);
|
|
22460
|
+
--pf-v6-c-page__dock--TransitionDuration--slide: 0s;
|
|
22461
|
+
--pf-v6-c-page__dock--m-expanded--TransitionDuration--slide: 0s;
|
|
22462
|
+
--pf-v6-c-page__dock--TransitionTimingFunction--slide: var(--pf-t--global--motion--timing-function--decelerate);
|
|
22365
22463
|
--pf-v6-c-page__sidebar--ZIndex: var(--pf-t--global--z-index--sm);
|
|
22366
22464
|
--pf-v6-c-page__sidebar--Width--base: 18.125rem;
|
|
22367
22465
|
--pf-v6-c-page__sidebar--Width: var(--pf-v6-c-page__sidebar--Width--base);
|
|
@@ -22390,6 +22488,8 @@ ul.pf-v6-c-list {
|
|
|
22390
22488
|
--pf-v6-c-page__sidebar--Opacity: 1;
|
|
22391
22489
|
--pf-v6-c-page__sidebar--TransitionProperty: transform;
|
|
22392
22490
|
--pf-v6-c-page__sidebar--TransitionDuration: var(--pf-t--global--motion--duration--slide-in--default);
|
|
22491
|
+
--pf-v6-c-page__dock--TransitionDuration--slide: var(--pf-t--global--motion--duration--slide-out--short);
|
|
22492
|
+
--pf-v6-c-page__dock--m-expanded--TransitionDuration--slide: var(--pf-t--global--motion--duration--slide-in--default);
|
|
22393
22493
|
}
|
|
22394
22494
|
}
|
|
22395
22495
|
.pf-v6-c-page {
|
|
@@ -22498,9 +22598,6 @@ ul.pf-v6-c-list {
|
|
|
22498
22598
|
--pf-v6-c-page__main-wizard--BorderBlockStartWidth: var(--pf-t--global--border--width--action--default);
|
|
22499
22599
|
--pf-v6-c-page__drawer--c-drawer--BorderBlockStartWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
22500
22600
|
--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
22601
|
}
|
|
22505
22602
|
|
|
22506
22603
|
.pf-v6-c-page {
|
|
@@ -22524,11 +22621,22 @@ ul.pf-v6-c-list {
|
|
|
22524
22621
|
--pf-v6-c-page--masthead--main-container--GridArea: main;
|
|
22525
22622
|
--pf-v6-c-page__main-container--MaxHeight: var(--pf-v6-c-page--m-dock__main-container--MaxHeight);
|
|
22526
22623
|
--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;
|
|
22624
|
+
grid-template-areas: "header header" "dock main";
|
|
22625
|
+
grid-template-rows: max-content 1fr;
|
|
22530
22626
|
grid-template-columns: auto 1fr;
|
|
22531
|
-
|
|
22627
|
+
}
|
|
22628
|
+
@media (min-width: 62rem) {
|
|
22629
|
+
.pf-v6-c-page.pf-m-dock {
|
|
22630
|
+
--pf-v6-c-page__main-container--MarginBlockStart: var(--pf-v6-c-page--m-dock__main-container--xl--MarginBlockStart);
|
|
22631
|
+
--pf-v6-c-page__main-container--MarginInlineStart: 0;
|
|
22632
|
+
grid-template-areas: "dock main";
|
|
22633
|
+
grid-template-rows: auto;
|
|
22634
|
+
grid-template-columns: auto 1fr;
|
|
22635
|
+
column-gap: var(--pf-v6-c-page--m-dock--ColumnGap);
|
|
22636
|
+
}
|
|
22637
|
+
.pf-v6-c-page.pf-m-dock > .pf-v6-c-masthead {
|
|
22638
|
+
display: none;
|
|
22639
|
+
}
|
|
22532
22640
|
}
|
|
22533
22641
|
.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
22642
|
--pf-v6-c-button--hamburger-icon--top--path: var(--pf-v6-c-button--hamburger-icon--top--collapse--path);
|
|
@@ -22585,10 +22693,40 @@ ul.pf-v6-c-list {
|
|
|
22585
22693
|
z-index: var(--pf-v6-c-page--c-masthead--ZIndex);
|
|
22586
22694
|
grid-area: header;
|
|
22587
22695
|
}
|
|
22696
|
+
.pf-v6-c-page.pf-m-dock > .pf-v6-c-masthead {
|
|
22697
|
+
--pf-v6-c-masthead--m-display-inline--GridTemplateColumns: var(--pf-v6-c-page--m-dock--c-masthead--m-display-inline--GridTemplateColumns);
|
|
22698
|
+
}
|
|
22588
22699
|
|
|
22589
22700
|
.pf-v6-c-page__dock {
|
|
22701
|
+
position: fixed;
|
|
22702
|
+
inset-block-start: 0;
|
|
22703
|
+
inset-block-end: 0;
|
|
22704
|
+
inset-inline-start: 0;
|
|
22590
22705
|
z-index: var(--pf-v6-c-page__dock--ZIndex);
|
|
22591
22706
|
grid-area: dock;
|
|
22707
|
+
width: var(--pf-v6-c-page__dock--Width);
|
|
22708
|
+
transition: translate var(--pf-v6-c-page__dock--TransitionDuration--slide) var(--pf-v6-c-page__dock--TransitionTimingFunction--slide);
|
|
22709
|
+
translate: -100% 0;
|
|
22710
|
+
}
|
|
22711
|
+
.pf-v6-c-page__dock.pf-m-expanded {
|
|
22712
|
+
--pf-v6-c-page__dock--TransitionDuration--slide: var(--pf-v6-c-page__dock--m-expanded--TransitionDuration--slide);
|
|
22713
|
+
border-inline-end: var(--pf-v6-c-page__dock--BorderInlineEndWidth) solid var(--pf-v6-c-page__dock--BorderInlineEndColor);
|
|
22714
|
+
translate: 0;
|
|
22715
|
+
}
|
|
22716
|
+
@media (min-width: 62rem) {
|
|
22717
|
+
.pf-v6-c-page__dock {
|
|
22718
|
+
--pf-v6-c-page__dock--BorderInlineEndWidth: 0;
|
|
22719
|
+
position: revert;
|
|
22720
|
+
inset: revert;
|
|
22721
|
+
width: auto;
|
|
22722
|
+
translate: 0;
|
|
22723
|
+
}
|
|
22724
|
+
}
|
|
22725
|
+
.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) {
|
|
22726
|
+
align-items: stretch;
|
|
22727
|
+
}
|
|
22728
|
+
.pf-v6-c-page__dock.pf-m-text-expanded {
|
|
22729
|
+
width: var(--pf-v6-c-page__dock--Width);
|
|
22592
22730
|
}
|
|
22593
22731
|
|
|
22594
22732
|
.pf-v6-c-page__sidebar {
|