@patternfly/react-styles 6.5.0-prerelease.20 → 6.5.0-prerelease.21

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.
Files changed (32) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/css/components/Button/button.css +44 -39
  3. package/css/components/Button/button.d.ts +3 -2
  4. package/css/components/Button/button.js +3 -2
  5. package/css/components/Button/button.mjs +3 -2
  6. package/css/components/Compass/compass.css +147 -3
  7. package/css/components/Compass/compass.d.ts +15 -3
  8. package/css/components/Compass/compass.js +15 -3
  9. package/css/components/Compass/compass.mjs +15 -3
  10. package/css/components/Masthead/masthead.css +3 -3
  11. package/css/components/Masthead/masthead.d.ts +1 -0
  12. package/css/components/Masthead/masthead.js +1 -0
  13. package/css/components/Masthead/masthead.mjs +1 -0
  14. package/css/components/MenuToggle/menu-toggle.css +3 -3
  15. package/css/components/MenuToggle/menu-toggle.d.ts +1 -0
  16. package/css/components/MenuToggle/menu-toggle.js +1 -0
  17. package/css/components/MenuToggle/menu-toggle.mjs +1 -0
  18. package/css/components/Nav/nav.css +2 -2
  19. package/css/components/Nav/nav.d.ts +1 -0
  20. package/css/components/Nav/nav.js +1 -0
  21. package/css/components/Nav/nav.mjs +1 -0
  22. package/css/components/Table/table-scrollable.css +1 -1
  23. package/css/components/Toolbar/toolbar.css +48 -1
  24. package/css/components/Toolbar/toolbar.d.ts +3 -0
  25. package/css/components/Toolbar/toolbar.js +3 -0
  26. package/css/components/Toolbar/toolbar.mjs +3 -0
  27. package/css/components/_index.css +248 -52
  28. package/css/components/_index.d.ts +5 -1
  29. package/css/components/_index.js +5 -1
  30. package/css/components/_index.mjs +5 -1
  31. package/css/docs/components/Toolbar/examples/Toolbar.css +1 -1
  32. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [6.5.0-prerelease.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.0-prerelease.20...@patternfly/react-styles@6.5.0-prerelease.21) (2026-04-28)
7
+
8
+ ### Features
9
+
10
+ - **Compass:** added responsive docked compass ([#12382](https://github.com/patternfly/patternfly-react/issues/12382)) ([ccad519](https://github.com/patternfly/patternfly-react/commit/ccad5191fb4ee814a555a8fb73fcdc4b878463ea))
11
+
6
12
  # [6.5.0-prerelease.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.0-prerelease.19...@patternfly/react-styles@6.5.0-prerelease.20) (2026-04-24)
7
13
 
8
14
  ### Features
@@ -584,43 +584,6 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
584
584
  --pf-v6-c-button--m-small--PaddingInlineEnd: var(--pf-v6-c-button--m-control--m-small--PaddingInlineEnd);
585
585
  --pf-v6-c-button--m-small--PaddingInlineStart: var(--pf-v6-c-button--m-control--m-small--PaddingInlineStart);
586
586
  }
587
- .pf-v6-c-button.pf-m-stateful {
588
- --pf-v6-c-button--BorderRadius: var(--pf-v6-c-button--m-stateful--BorderRadius);
589
- --pf-v6-c-button--PaddingInlineStart: var(--pf-v6-c-button--m-stateful--PaddingInlineStart);
590
- --pf-v6-c-button--PaddingInlineEnd: var(--pf-v6-c-button--m-stateful--PaddingInlineEnd);
591
- --pf-v6-c-button--m-small--PaddingInlineEnd: var(--pf-v6-c-button--m-stateful--m-small--PaddingInlineEnd);
592
- --pf-v6-c-button--m-small--PaddingInlineStart: var(--pf-v6-c-button--m-stateful--m-small--PaddingInlineStart);
593
- }
594
- .pf-v6-c-button.pf-m-read {
595
- --pf-v6-c-button--BackgroundColor: var(--pf-v6-c-button--m-read--BackgroundColor);
596
- --pf-v6-c-button--BorderColor: var(--pf-v6-c-button--m-read--BorderColor);
597
- --pf-v6-c-button--hover--BackgroundColor: var(--pf-v6-c-button--m-read--hover--BackgroundColor);
598
- --pf-v6-c-button--hover--BorderColor: var(--pf-v6-c-button--m-read--hover--BorderColor);
599
- --pf-v6-c-button--m-clicked--BackgroundColor: var(--pf-v6-c-button--m-read--m-clicked--BackgroundColor);
600
- --pf-v6-c-button--m-clicked--BorderColor: var(--pf-v6-c-button--m-read--m-clicked--BorderColor);
601
- }
602
- .pf-v6-c-button.pf-m-unread {
603
- --pf-v6-c-button--Color: var(--pf-v6-c-button--m-unread--Color);
604
- --pf-v6-c-button--BackgroundColor: var(--pf-v6-c-button--m-unread--BackgroundColor);
605
- --pf-v6-c-button__icon--Color: var(--pf-v6-c-button--m-unread__icon--Color);
606
- --pf-v6-c-button--hover--Color: var(--pf-v6-c-button--m-unread--hover--Color);
607
- --pf-v6-c-button--hover--BackgroundColor: var(--pf-v6-c-button--m-unread--hover--BackgroundColor);
608
- --pf-v6-c-button--hover__icon--Color: var(--pf-v6-c-button--m-unread--hover__icon--Color);
609
- --pf-v6-c-button--m-clicked--Color: var(--pf-v6-c-button--m-unread--m-clicked--Color);
610
- --pf-v6-c-button--m-clicked--BackgroundColor: var(--pf-v6-c-button--m-unread--m-clicked--BackgroundColor);
611
- --pf-v6-c-button--m-clicked__icon--Color: var(--pf-v6-c-button--m-unread--m-clicked__icon--Color);
612
- }
613
- .pf-v6-c-button.pf-m-attention {
614
- --pf-v6-c-button--Color: var(--pf-v6-c-button--m-attention--Color);
615
- --pf-v6-c-button--BackgroundColor: var(--pf-v6-c-button--m-attention--BackgroundColor);
616
- --pf-v6-c-button__icon--Color: var(--pf-v6-c-button--m-attention__icon--Color);
617
- --pf-v6-c-button--hover--Color: var(--pf-v6-c-button--m-attention--hover--Color);
618
- --pf-v6-c-button--hover--BackgroundColor: var(--pf-v6-c-button--m-attention--hover--BackgroundColor);
619
- --pf-v6-c-button--hover__icon--Color: var(--pf-v6-c-button--m-attention--hover__icon--Color);
620
- --pf-v6-c-button--m-clicked--Color: var(--pf-v6-c-button--m-attention--m-clicked--Color);
621
- --pf-v6-c-button--m-clicked--BackgroundColor: var(--pf-v6-c-button--m-attention--m-clicked--BackgroundColor);
622
- --pf-v6-c-button--m-clicked__icon--Color: var(--pf-v6-c-button--m-attention--m-clicked__icon--Color);
623
- }
624
587
  .pf-v6-c-button.pf-m-plain {
625
588
  --pf-v6-c-button--BorderWidth: var(--pf-v6-c-button--m-plain--BorderWidth);
626
589
  --pf-v6-c-button--hover--BorderColor: var(--pf-v6-c-button--m-plain--hover--BorderColor);
@@ -644,6 +607,11 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
644
607
  --pf-v6-c-button--disabled--BackgroundColor: var(--pf-v6-c-button--m-plain--disabled--BackgroundColor);
645
608
  --pf-v6-c-button--m-small--PaddingInlineEnd: var(--pf-v6-c-button--m-plain--m-small--PaddingInlineEnd);
646
609
  --pf-v6-c-button--m-small--PaddingInlineStart: var(--pf-v6-c-button--m-plain--m-small--PaddingInlineStart);
610
+ --pf-v6-c-button--m-stateful--PaddingInlineEnd: var(--pf-v6-c-button--m-plain--PaddingInlineEnd);
611
+ --pf-v6-c-button--m-stateful--PaddingInlineStart: var(--pf-v6-c-button--m-plain--PaddingInlineStart);
612
+ --pf-v6-c-button--m-read--hover--BackgroundColor: var(--pf-v6-c-button--m-plain--hover--BackgroundColor);
613
+ --pf-v6-c-button--m-read--m-clicked--BackgroundColor: var(--pf-v6-c-button--m-plain--m-clicked--BackgroundColor);
614
+ --pf-v6-c-button--m-read--BackgroundColor: var(--pf-v6-c-button--m-plain--BackgroundColor);
647
615
  }
648
616
  .pf-v6-c-button.pf-m-plain.pf-m-no-padding {
649
617
  --pf-v6-c-button__icon--Color: var(--pf-v6-c-button--m-plain--m-no-padding__icon--Color);
@@ -660,6 +628,43 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
660
628
  min-width: var(--pf-v6-c-button--m-plain--m-no-padding--MinWidth);
661
629
  background: var(--pf-v6-c-button--BackgroundColor);
662
630
  }
631
+ .pf-v6-c-button.pf-m-stateful {
632
+ --pf-v6-c-button--BorderRadius: var(--pf-v6-c-button--m-stateful--BorderRadius);
633
+ --pf-v6-c-button--PaddingInlineStart: var(--pf-v6-c-button--m-stateful--PaddingInlineStart);
634
+ --pf-v6-c-button--PaddingInlineEnd: var(--pf-v6-c-button--m-stateful--PaddingInlineEnd);
635
+ --pf-v6-c-button--m-small--PaddingInlineEnd: var(--pf-v6-c-button--m-stateful--m-small--PaddingInlineEnd);
636
+ --pf-v6-c-button--m-small--PaddingInlineStart: var(--pf-v6-c-button--m-stateful--m-small--PaddingInlineStart);
637
+ }
638
+ .pf-v6-c-button.pf-m-read {
639
+ --pf-v6-c-button--BackgroundColor: var(--pf-v6-c-button--m-read--BackgroundColor);
640
+ --pf-v6-c-button--BorderColor: var(--pf-v6-c-button--m-read--BorderColor);
641
+ --pf-v6-c-button--hover--BackgroundColor: var(--pf-v6-c-button--m-read--hover--BackgroundColor);
642
+ --pf-v6-c-button--hover--BorderColor: var(--pf-v6-c-button--m-read--hover--BorderColor);
643
+ --pf-v6-c-button--m-clicked--BackgroundColor: var(--pf-v6-c-button--m-read--m-clicked--BackgroundColor);
644
+ --pf-v6-c-button--m-clicked--BorderColor: var(--pf-v6-c-button--m-read--m-clicked--BorderColor);
645
+ }
646
+ .pf-v6-c-button.pf-m-unread {
647
+ --pf-v6-c-button--Color: var(--pf-v6-c-button--m-unread--Color);
648
+ --pf-v6-c-button--BackgroundColor: var(--pf-v6-c-button--m-unread--BackgroundColor);
649
+ --pf-v6-c-button__icon--Color: var(--pf-v6-c-button--m-unread__icon--Color);
650
+ --pf-v6-c-button--hover--Color: var(--pf-v6-c-button--m-unread--hover--Color);
651
+ --pf-v6-c-button--hover--BackgroundColor: var(--pf-v6-c-button--m-unread--hover--BackgroundColor);
652
+ --pf-v6-c-button--hover__icon--Color: var(--pf-v6-c-button--m-unread--hover__icon--Color);
653
+ --pf-v6-c-button--m-clicked--Color: var(--pf-v6-c-button--m-unread--m-clicked--Color);
654
+ --pf-v6-c-button--m-clicked--BackgroundColor: var(--pf-v6-c-button--m-unread--m-clicked--BackgroundColor);
655
+ --pf-v6-c-button--m-clicked__icon--Color: var(--pf-v6-c-button--m-unread--m-clicked__icon--Color);
656
+ }
657
+ .pf-v6-c-button.pf-m-attention {
658
+ --pf-v6-c-button--Color: var(--pf-v6-c-button--m-attention--Color);
659
+ --pf-v6-c-button--BackgroundColor: var(--pf-v6-c-button--m-attention--BackgroundColor);
660
+ --pf-v6-c-button__icon--Color: var(--pf-v6-c-button--m-attention__icon--Color);
661
+ --pf-v6-c-button--hover--Color: var(--pf-v6-c-button--m-attention--hover--Color);
662
+ --pf-v6-c-button--hover--BackgroundColor: var(--pf-v6-c-button--m-attention--hover--BackgroundColor);
663
+ --pf-v6-c-button--hover__icon--Color: var(--pf-v6-c-button--m-attention--hover__icon--Color);
664
+ --pf-v6-c-button--m-clicked--Color: var(--pf-v6-c-button--m-attention--m-clicked--Color);
665
+ --pf-v6-c-button--m-clicked--BackgroundColor: var(--pf-v6-c-button--m-attention--m-clicked--BackgroundColor);
666
+ --pf-v6-c-button--m-clicked__icon--Color: var(--pf-v6-c-button--m-attention--m-clicked__icon--Color);
667
+ }
663
668
  .pf-v6-c-button.pf-m-block {
664
669
  --pf-v6-c-button--Display: var(--pf-v6-c-button--m-block--Display);
665
670
  width: var(--pf-v6-c-button--m-block--Width);
@@ -857,11 +862,11 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
857
862
  display: none;
858
863
  }
859
864
  }
860
- .pf-v6-c-page__dock.pf-m-text-expanded .pf-v6-c-button, .pf-v6-c-button.pf-m-text-expanded {
865
+ :is(.pf-v6-c-page__dock, .pf-v6-c-compass__dock).pf-m-text-expanded .pf-v6-c-button, .pf-v6-c-button.pf-m-text-expanded {
861
866
  justify-content: flex-start;
862
867
  width: 100%;
863
868
  }
864
- .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 {
869
+ :is(.pf-v6-c-page__dock, .pf-v6-c-compass__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 {
865
870
  display: revert;
866
871
  }
867
872
 
@@ -13,6 +13,7 @@ declare const _default: {
13
13
  "buttonIconFavorited": "pf-v6-c-button__icon-favorited",
14
14
  "buttonProgress": "pf-v6-c-button__progress",
15
15
  "buttonText": "pf-v6-c-button__text",
16
+ "compassDock": "pf-v6-c-compass__dock",
16
17
  "modifiers": {
17
18
  "primary": "pf-m-primary",
18
19
  "unread": "pf-m-unread",
@@ -24,11 +25,11 @@ declare const _default: {
24
25
  "displayLg": "pf-m-display-lg",
25
26
  "warning": "pf-m-warning",
26
27
  "control": "pf-m-control",
28
+ "plain": "pf-m-plain",
29
+ "noPadding": "pf-m-no-padding",
27
30
  "stateful": "pf-m-stateful",
28
31
  "read": "pf-m-read",
29
32
  "attention": "pf-m-attention",
30
- "plain": "pf-m-plain",
31
- "noPadding": "pf-m-no-padding",
32
33
  "block": "pf-m-block",
33
34
  "small": "pf-m-small",
34
35
  "favorite": "pf-m-favorite",
@@ -15,6 +15,7 @@ exports.default = {
15
15
  "buttonIconFavorited": "pf-v6-c-button__icon-favorited",
16
16
  "buttonProgress": "pf-v6-c-button__progress",
17
17
  "buttonText": "pf-v6-c-button__text",
18
+ "compassDock": "pf-v6-c-compass__dock",
18
19
  "modifiers": {
19
20
  "primary": "pf-m-primary",
20
21
  "unread": "pf-m-unread",
@@ -26,11 +27,11 @@ exports.default = {
26
27
  "displayLg": "pf-m-display-lg",
27
28
  "warning": "pf-m-warning",
28
29
  "control": "pf-m-control",
30
+ "plain": "pf-m-plain",
31
+ "noPadding": "pf-m-no-padding",
29
32
  "stateful": "pf-m-stateful",
30
33
  "read": "pf-m-read",
31
34
  "attention": "pf-m-attention",
32
- "plain": "pf-m-plain",
33
- "noPadding": "pf-m-no-padding",
34
35
  "block": "pf-m-block",
35
36
  "small": "pf-m-small",
36
37
  "favorite": "pf-m-favorite",
@@ -13,6 +13,7 @@ export default {
13
13
  "buttonIconFavorited": "pf-v6-c-button__icon-favorited",
14
14
  "buttonProgress": "pf-v6-c-button__progress",
15
15
  "buttonText": "pf-v6-c-button__text",
16
+ "compassDock": "pf-v6-c-compass__dock",
16
17
  "modifiers": {
17
18
  "primary": "pf-m-primary",
18
19
  "unread": "pf-m-unread",
@@ -24,11 +25,11 @@ export default {
24
25
  "displayLg": "pf-m-display-lg",
25
26
  "warning": "pf-m-warning",
26
27
  "control": "pf-m-control",
28
+ "plain": "pf-m-plain",
29
+ "noPadding": "pf-m-no-padding",
27
30
  "stateful": "pf-m-stateful",
28
31
  "read": "pf-m-read",
29
32
  "attention": "pf-m-attention",
30
- "plain": "pf-m-plain",
31
- "noPadding": "pf-m-no-padding",
32
33
  "block": "pf-m-block",
33
34
  "small": "pf-m-small",
34
35
  "favorite": "pf-m-favorite",
@@ -22,6 +22,7 @@
22
22
  --pf-v6-c-compass__message-bar--Width: 450px;
23
23
  --pf-v6-c-compass__message-bar--MinWidth: 300px;
24
24
  --pf-v6-c-compass__message-bar--MaxWidth: 600px;
25
+ --pf-v6-c-compass--m-docked__masthead--BackgroundColor: var(--pf-t--global--background--color--primary--default);
25
26
  --pf-v6-c-compass--section--slide--length--header: 100%;
26
27
  --pf-v6-c-compass--section--slide--length--sidebar: 100%;
27
28
  --pf-v6-c-compass--section--slide--length--main-footer: 100%;
@@ -34,6 +35,23 @@
34
35
  --pf-v6-c-compass--section--m-expanded--duration: var(--pf-t--global--motion--duration--fade--default);
35
36
  --pf-v6-c-compass--section--m-expanded--TransitionDuration: var(--pf-v6-c-compass--section--m-expanded--duration), 0s, 0s, 0s, 0s, 0s;
36
37
  --pf-v6-c-compass--section--m-expanded--TransitionDelay: 0s;
38
+ --pf-v6-c-compass__dock--Width: 15.625rem;
39
+ --pf-v6-c-compass__dock--desktop--Width: auto;
40
+ --pf-v6-c-compass__dock--ZIndex: var(--pf-t--global--z-index--md);
41
+ --pf-v6-c-compass__dock--TransitionDuration--slide: 0s;
42
+ --pf-v6-c-compass__dock--m-expanded--TransitionDuration--slide: 0s;
43
+ --pf-v6-c-compass__dock--TransitionTimingFunction--slide: var(--pf-t--global--motion--timing-function--decelerate);
44
+ --pf-v6-c-compass__dock-main--BackgroundColor: var(--pf-t--global--background--color--floating--default);
45
+ --pf-v6-c-compass__dock-main--desktop--BackgroundColor: var(--pf-t--global--background--color--glass--primary--default, var(--pf-t--global--background--color--primary--default));
46
+ --pf-v6-c-compass__dock-main--BoxShadow: none;
47
+ --pf-v6-c-compass__dock--m-expanded__dock-main--BoxShadow: var(--pf-t--global--box-shadow--sm--right);
48
+ --pf-v6-c-compass__dock-main--desktop--BoxShadow: var(--pf-t--global--box-shadow--glass--default, none);
49
+ --pf-v6-c-compass__dock-main--BackdropFilter: var(--pf-t--global--background--filter--glass--blur--primary, revert);
50
+ --pf-v6-c-compass__dock-main--BorderInlineEndWidth: var(--pf-t--global--border--width--glass--default, 0);
51
+ --pf-v6-c-compass__dock-main--BorderInlineEndColor: transparent;
52
+ --pf-v6-c-compass__dock-main--desktop--BorderInlineEndColor: var(--pf-t--global--border--color--glass--default, transparent);
53
+ --pf-v6-c-compass__dock--m-expanded__dock-main--BorderInlineEndWidth: var(--pf-t--global--border--width--glass--default, var(--pf-t--global--border--width--regular));
54
+ --pf-v6-c-compass__dock--m-expanded__dock-main--BorderInlineEndColor: var(--pf-t--global--border--color--glass--default, var(--pf-t--global--border--color--subtle));
37
55
  }
38
56
  @media screen and (prefers-reduced-motion: no-preference) {
39
57
  .pf-v6-c-compass {
@@ -69,18 +87,90 @@
69
87
  background-size: cover;
70
88
  }
71
89
  .pf-v6-c-compass.pf-m-docked {
72
- grid-template-areas: "dock main";
73
- grid-template-rows: auto;
74
- grid-template-columns: auto 1fr;
90
+ grid-template-areas: "header" "main";
91
+ grid-template-rows: max-content 1fr;
92
+ grid-template-columns: 1fr;
75
93
  align-items: stretch;
76
94
  padding: 0;
77
95
  }
78
96
  .pf-v6-c-compass.pf-m-docked .pf-v6-c-compass__main {
79
97
  padding: var(--pf-v6-c-compass--Padding);
80
98
  }
99
+ .pf-v6-c-compass.pf-m-docked > .pf-v6-c-masthead {
100
+ --pf-v6-c-masthead--BackgroundColor: var(--pf-v6-c-compass--m-docked__masthead--BackgroundColor);
101
+ grid-area: header;
102
+ }
81
103
  :root:where(.pf-v6-theme-dark) .pf-v6-c-compass {
82
104
  --pf-v6-c-compass--BackgroundImage: var(--pf-v6-c-compass--BackgroundImage--dark);
83
105
  }
106
+ @media (min-width: 62rem) {
107
+ .pf-v6-c-compass.pf-m-docked {
108
+ grid-template-areas: "dock main";
109
+ grid-template-rows: auto;
110
+ grid-template-columns: auto 1fr;
111
+ row-gap: var(--pf-v6-c-compass__main--RowGap);
112
+ align-items: stretch;
113
+ padding: 0;
114
+ }
115
+ .pf-v6-c-compass.pf-m-docked > .pf-v6-c-masthead {
116
+ display: none;
117
+ }
118
+ }
119
+ .pf-v6-c-compass > .pf-v6-c-masthead .pf-v6-c-masthead__toggle .pf-v6-c-button.pf-m-hamburger:is(:hover, :focus-visible) {
120
+ --pf-v6-c-button--hamburger-icon--top--path: var(--pf-v6-c-button--hamburger-icon--top--collapse--path);
121
+ --pf-v6-c-button--hamburger-icon--arrow--path: var(--pf-v6-c-button--hamburger-icon--arrow--collapse--path);
122
+ --pf-v6-c-button--hamburger-icon--bottom--path: var(--pf-v6-c-button--hamburger-icon--bottom--collapse--path);
123
+ --pf-v6-c-button__icon--TransitionDelay: 0s;
124
+ --pf-v6-c-button__icon--ScaleX: var(--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX);
125
+ --pf-v6-c-button--hover__icon--TransitionDelay: 0s;
126
+ --pf-v6-c-button--hover__icon--ScaleX: var(--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX);
127
+ }
128
+ .pf-v6-c-compass:where(:has(> .pf-v6-c-compass__dock.pf-m-expanded)) > .pf-v6-c-masthead .pf-v6-c-masthead__toggle :is(.pf-v6-c-button.pf-m-hamburger, .pf-v6-c-button.pf-m-hamburger:hover, .pf-v6-c-button.pf-m-hamburger:focus-visible) {
129
+ --pf-v6-c-button--hamburger-icon--top--path: var(--pf-v6-c-button--hamburger-icon--top--collapse--path);
130
+ --pf-v6-c-button--hamburger-icon--arrow--path: var(--pf-v6-c-button--hamburger-icon--arrow--collapse--path);
131
+ --pf-v6-c-button--hamburger-icon--bottom--path: var(--pf-v6-c-button--hamburger-icon--bottom--collapse--path);
132
+ --pf-v6-c-button__icon--TransitionDelay: 0s;
133
+ --pf-v6-c-button__icon--ScaleX: 1;
134
+ --pf-v6-c-button--hover__icon--TransitionDelay: 0s;
135
+ --pf-v6-c-button--hover__icon--ScaleX: 1;
136
+ }
137
+ .pf-v6-c-compass .pf-v6-c-compass__dock.pf-m-expanded .pf-v6-c-masthead__toggle .pf-v6-c-button.pf-m-hamburger {
138
+ --pf-v6-c-button--hamburger-icon--top--path: var(--pf-v6-c-button--hamburger-icon--top--collapse--path);
139
+ --pf-v6-c-button--hamburger-icon--arrow--path: var(--pf-v6-c-button--hamburger-icon--arrow--collapse--path);
140
+ --pf-v6-c-button--hamburger-icon--bottom--path: var(--pf-v6-c-button--hamburger-icon--bottom--collapse--path);
141
+ --pf-v6-c-button__icon--TransitionDelay: 0s;
142
+ --pf-v6-c-button__icon--ScaleX: 1;
143
+ --pf-v6-c-button--hover__icon--TransitionDelay: 0s;
144
+ --pf-v6-c-button--hover__icon--ScaleX: 1;
145
+ }
146
+ @media (min-width: 62rem) {
147
+ .pf-v6-c-compass .pf-v6-c-compass__dock .pf-v6-c-masthead__toggle .pf-v6-c-button.pf-m-hamburger,
148
+ .pf-v6-c-compass .pf-v6-c-compass__dock.pf-m-expanded .pf-v6-c-masthead__toggle .pf-v6-c-button.pf-m-hamburger {
149
+ --pf-v6-c-button--hamburger-icon--top--path: var(--pf-v6-c-button--hamburger-icon--top--path--base);
150
+ --pf-v6-c-button--hamburger-icon--arrow--path: var(--pf-v6-c-button--hamburger-icon--arrow--path--base);
151
+ --pf-v6-c-button--hamburger-icon--bottom--path: var(--pf-v6-c-button--hamburger-icon--bottom--path--base);
152
+ --pf-v6-c-button__icon--TransitionDelay: var(--pf-v6-c-button--hamburger-icon--TransitionDuration);
153
+ --pf-v6-c-button--hover__icon--TransitionDelay: var(--pf-v6-c-button--hamburger-icon--TransitionDuration);
154
+ }
155
+ .pf-v6-c-compass .pf-v6-c-compass__dock .pf-v6-c-masthead__toggle .pf-v6-c-button.pf-m-hamburger:is(:hover, :focus-visible) {
156
+ --pf-v6-c-button--hamburger-icon--top--path: var(--pf-v6-c-button--hamburger-icon--top--collapse--path);
157
+ --pf-v6-c-button--hamburger-icon--arrow--path: var(--pf-v6-c-button--hamburger-icon--arrow--collapse--path);
158
+ --pf-v6-c-button--hamburger-icon--bottom--path: var(--pf-v6-c-button--hamburger-icon--bottom--collapse--path);
159
+ --pf-v6-c-button__icon--TransitionDelay: 0s;
160
+ --pf-v6-c-button__icon--ScaleX: var(--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX);
161
+ --pf-v6-c-button--hover__icon--TransitionDelay: 0s;
162
+ --pf-v6-c-button--hover__icon--ScaleX: var(--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX);
163
+ }
164
+ .pf-v6-c-compass .pf-v6-c-compass__dock.pf-m-text-expanded .pf-v6-c-masthead__toggle .pf-v6-c-button.pf-m-hamburger:is(:hover, :focus-visible) {
165
+ --pf-v6-c-button--hamburger-icon--top--path: var(--pf-v6-c-button--hamburger-icon--top--collapse--path);
166
+ --pf-v6-c-button--hamburger-icon--arrow--path: var(--pf-v6-c-button--hamburger-icon--arrow--collapse--path);
167
+ --pf-v6-c-button--hamburger-icon--bottom--path: var(--pf-v6-c-button--hamburger-icon--bottom--collapse--path);
168
+ --pf-v6-c-button__icon--TransitionDelay: 0s;
169
+ --pf-v6-c-button__icon--ScaleX: 1;
170
+ --pf-v6-c-button--hover__icon--TransitionDelay: 0s;
171
+ --pf-v6-c-button--hover__icon--ScaleX: 1;
172
+ }
173
+ }
84
174
 
85
175
  .pf-v6-c-compass__header,
86
176
  .pf-v6-c-compass__sidebar:is(.pf-m-start, .pf-m-end),
@@ -198,6 +288,60 @@
198
288
  margin-inline-start: var(--pf-v6-c-compass--Gap);
199
289
  }
200
290
 
291
+ .pf-v6-c-compass__dock {
292
+ position: fixed;
293
+ inset-block-start: 0;
294
+ inset-block-end: 0;
295
+ inset-inline-start: 0;
296
+ z-index: var(--pf-v6-c-compass__dock--ZIndex);
297
+ display: flex;
298
+ flex-direction: column;
299
+ grid-area: dock;
300
+ width: var(--pf-v6-c-compass__dock--Width);
301
+ transition: translate var(--pf-v6-c-compass__dock--TransitionDuration--slide) var(--pf-v6-c-compass__dock--TransitionTimingFunction--slide);
302
+ translate: -100% 0;
303
+ }
304
+ .pf-v6-c-compass__dock.pf-m-expanded {
305
+ --pf-v6-c-compass__dock--TransitionDuration--slide: var(--pf-v6-c-compass__dock--m-expanded--TransitionDuration--slide);
306
+ translate: 0;
307
+ }
308
+ @media (min-width: 62rem) {
309
+ .pf-v6-c-compass__dock {
310
+ --pf-v6-c-compass__dock-main--BackgroundColor: var(--pf-v6-c-compass__dock-main--desktop--BackgroundColor);
311
+ --pf-v6-c-compass__dock-main--BorderInlineEndColor: var(--pf-v6-c-compass__dock-main--desktop--BorderInlineEndColor);
312
+ position: revert;
313
+ inset: revert;
314
+ width: auto;
315
+ translate: 0;
316
+ }
317
+ }
318
+ .pf-v6-c-compass__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) {
319
+ align-items: stretch;
320
+ }
321
+ .pf-v6-c-compass__dock.pf-m-text-expanded {
322
+ width: var(--pf-v6-c-compass__dock--Width);
323
+ }
324
+
325
+ .pf-v6-c-compass__dock-main {
326
+ flex-grow: 1;
327
+ background-color: var(--pf-v6-c-compass__dock-main--BackgroundColor);
328
+ backdrop-filter: var(--pf-v6-c-compass__dock-main--BackdropFilter);
329
+ border-inline-end: var(--pf-v6-c-compass__dock-main--BorderInlineEndWidth) solid var(--pf-v6-c-compass__dock-main--BorderInlineEndColor);
330
+ box-shadow: var(--pf-v6-c-compass__dock-main--BoxShadow);
331
+ }
332
+ .pf-v6-c-compass__dock.pf-m-expanded .pf-v6-c-compass__dock-main {
333
+ border-inline-end: var(--pf-v6-c-compass__dock--m-expanded__dock-main--BorderInlineEndWidth) solid var(--pf-v6-c-compass__dock--m-expanded__dock-main--BorderInlineEndColor);
334
+ box-shadow: var(--pf-v6-c-compass__dock--m-expanded__dock-main--BoxShadow);
335
+ }
336
+ @media (min-width: 62rem) {
337
+ .pf-v6-c-compass__dock-main {
338
+ --pf-v6-c-compass__dock-main--BoxShadow: var(--pf-v6-c-compass__dock-main--desktop--BoxShadow);
339
+ --pf-v6-c-compass__dock--m-expanded__dock-main--BoxShadow: var(--pf-v6-c-compass__dock-main--desktop--BoxShadow);
340
+ --pf-v6-c-compass__dock--m-expanded__dock-main--BorderInlineEndWidth: var(--pf-v6-c-compass__dock-main--BorderInlineEndWidth);
341
+ --pf-v6-c-compass__dock--m-expanded__dock-main--BorderInlineEndColor: var(--pf-v6-c-compass__dock-main--desktop--BorderInlineEndColor);
342
+ }
343
+ }
344
+
201
345
  .pf-v6-c-compass__main {
202
346
  display: flex;
203
347
  flex-direction: column;
@@ -1,7 +1,10 @@
1
1
  import './compass.css';
2
2
  declare const _default: {
3
+ "button": "pf-v6-c-button",
3
4
  "compass": "pf-v6-c-compass",
4
5
  "compassContent": "pf-v6-c-compass__content",
6
+ "compassDock": "pf-v6-c-compass__dock",
7
+ "compassDockMain": "pf-v6-c-compass__dock-main",
5
8
  "compassFooter": "pf-v6-c-compass__footer",
6
9
  "compassHeader": "pf-v6-c-compass__header",
7
10
  "compassMain": "pf-v6-c-compass__main",
@@ -15,16 +18,25 @@ declare const _default: {
15
18
  "compassProfile": "pf-v6-c-compass__profile",
16
19
  "compassSidebar": "pf-v6-c-compass__sidebar",
17
20
  "dirRtl": "pf-v6-m-dir-rtl",
21
+ "masthead": "pf-v6-c-masthead",
22
+ "mastheadToggle": "pf-v6-c-masthead__toggle",
18
23
  "menuToggle": "pf-v6-c-menu-toggle",
19
24
  "modifiers": {
20
25
  "animateSmoothly": "pf-m-animate-smoothly",
21
26
  "docked": "pf-m-docked",
27
+ "hamburger": "pf-m-hamburger",
28
+ "expanded": "pf-m-expanded",
29
+ "textExpanded": "pf-m-text-expanded",
22
30
  "start": "pf-m-start",
23
31
  "end": "pf-m-end",
24
- "expanded": "pf-m-expanded",
25
- "plain": "pf-m-plain"
32
+ "plain": "pf-m-plain",
33
+ "vertical": "pf-m-vertical"
26
34
  },
27
35
  "panel": "pf-v6-c-panel",
28
- "themeDark": "pf-v6-theme-dark"
36
+ "themeDark": "pf-v6-theme-dark",
37
+ "toolbar": "pf-v6-c-toolbar",
38
+ "toolbarContentSection": "pf-v6-c-toolbar__content-section",
39
+ "toolbarGroup": "pf-v6-c-toolbar__group",
40
+ "toolbarItem": "pf-v6-c-toolbar__item"
29
41
  };
30
42
  export default _default;
@@ -2,8 +2,11 @@
2
2
  exports.__esModule = true;
3
3
  require('./compass.css');
4
4
  exports.default = {
5
+ "button": "pf-v6-c-button",
5
6
  "compass": "pf-v6-c-compass",
6
7
  "compassContent": "pf-v6-c-compass__content",
8
+ "compassDock": "pf-v6-c-compass__dock",
9
+ "compassDockMain": "pf-v6-c-compass__dock-main",
7
10
  "compassFooter": "pf-v6-c-compass__footer",
8
11
  "compassHeader": "pf-v6-c-compass__header",
9
12
  "compassMain": "pf-v6-c-compass__main",
@@ -17,15 +20,24 @@ exports.default = {
17
20
  "compassProfile": "pf-v6-c-compass__profile",
18
21
  "compassSidebar": "pf-v6-c-compass__sidebar",
19
22
  "dirRtl": "pf-v6-m-dir-rtl",
23
+ "masthead": "pf-v6-c-masthead",
24
+ "mastheadToggle": "pf-v6-c-masthead__toggle",
20
25
  "menuToggle": "pf-v6-c-menu-toggle",
21
26
  "modifiers": {
22
27
  "animateSmoothly": "pf-m-animate-smoothly",
23
28
  "docked": "pf-m-docked",
29
+ "hamburger": "pf-m-hamburger",
30
+ "expanded": "pf-m-expanded",
31
+ "textExpanded": "pf-m-text-expanded",
24
32
  "start": "pf-m-start",
25
33
  "end": "pf-m-end",
26
- "expanded": "pf-m-expanded",
27
- "plain": "pf-m-plain"
34
+ "plain": "pf-m-plain",
35
+ "vertical": "pf-m-vertical"
28
36
  },
29
37
  "panel": "pf-v6-c-panel",
30
- "themeDark": "pf-v6-theme-dark"
38
+ "themeDark": "pf-v6-theme-dark",
39
+ "toolbar": "pf-v6-c-toolbar",
40
+ "toolbarContentSection": "pf-v6-c-toolbar__content-section",
41
+ "toolbarGroup": "pf-v6-c-toolbar__group",
42
+ "toolbarItem": "pf-v6-c-toolbar__item"
31
43
  };
@@ -1,7 +1,10 @@
1
1
  import './compass.css';
2
2
  export default {
3
+ "button": "pf-v6-c-button",
3
4
  "compass": "pf-v6-c-compass",
4
5
  "compassContent": "pf-v6-c-compass__content",
6
+ "compassDock": "pf-v6-c-compass__dock",
7
+ "compassDockMain": "pf-v6-c-compass__dock-main",
5
8
  "compassFooter": "pf-v6-c-compass__footer",
6
9
  "compassHeader": "pf-v6-c-compass__header",
7
10
  "compassMain": "pf-v6-c-compass__main",
@@ -15,15 +18,24 @@ export default {
15
18
  "compassProfile": "pf-v6-c-compass__profile",
16
19
  "compassSidebar": "pf-v6-c-compass__sidebar",
17
20
  "dirRtl": "pf-v6-m-dir-rtl",
21
+ "masthead": "pf-v6-c-masthead",
22
+ "mastheadToggle": "pf-v6-c-masthead__toggle",
18
23
  "menuToggle": "pf-v6-c-menu-toggle",
19
24
  "modifiers": {
20
25
  "animateSmoothly": "pf-m-animate-smoothly",
21
26
  "docked": "pf-m-docked",
27
+ "hamburger": "pf-m-hamburger",
28
+ "expanded": "pf-m-expanded",
29
+ "textExpanded": "pf-m-text-expanded",
22
30
  "start": "pf-m-start",
23
31
  "end": "pf-m-end",
24
- "expanded": "pf-m-expanded",
25
- "plain": "pf-m-plain"
32
+ "plain": "pf-m-plain",
33
+ "vertical": "pf-m-vertical"
26
34
  },
27
35
  "panel": "pf-v6-c-panel",
28
- "themeDark": "pf-v6-theme-dark"
36
+ "themeDark": "pf-v6-theme-dark",
37
+ "toolbar": "pf-v6-c-toolbar",
38
+ "toolbarContentSection": "pf-v6-c-toolbar__content-section",
39
+ "toolbarGroup": "pf-v6-c-toolbar__group",
40
+ "toolbarItem": "pf-v6-c-toolbar__item"
29
41
  };
@@ -167,13 +167,13 @@
167
167
  display: revert;
168
168
  }
169
169
  }
170
- .pf-v6-c-page__dock.pf-m-text-expanded .pf-v6-c-masthead.pf-m-docked .pf-v6-c-masthead__logo {
170
+ :is(.pf-v6-c-page__dock, .pf-v6-c-compass__dock).pf-m-text-expanded .pf-v6-c-masthead.pf-m-docked .pf-v6-c-masthead__logo {
171
171
  display: revert;
172
172
  }
173
- .pf-v6-c-page__dock.pf-m-text-expanded .pf-v6-c-masthead.pf-m-docked .pf-v6-c-masthead__logo.pf-m-compact {
173
+ :is(.pf-v6-c-page__dock, .pf-v6-c-compass__dock).pf-m-text-expanded .pf-v6-c-masthead.pf-m-docked .pf-v6-c-masthead__logo.pf-m-compact {
174
174
  display: none;
175
175
  }
176
- .pf-v6-c-page__dock.pf-m-text-expanded .pf-v6-c-masthead.pf-m-docked .pf-v6-c-masthead__main {
176
+ :is(.pf-v6-c-page__dock, .pf-v6-c-compass__dock).pf-m-text-expanded .pf-v6-c-masthead.pf-m-docked .pf-v6-c-masthead__main {
177
177
  align-items: flex-start;
178
178
  }
179
179
 
@@ -1,5 +1,6 @@
1
1
  import './masthead.css';
2
2
  declare const _default: {
3
+ "compassDock": "pf-v6-c-compass__dock",
3
4
  "masthead": "pf-v6-c-masthead",
4
5
  "mastheadBrand": "pf-v6-c-masthead__brand",
5
6
  "mastheadContent": "pf-v6-c-masthead__content",
@@ -2,6 +2,7 @@
2
2
  exports.__esModule = true;
3
3
  require('./masthead.css');
4
4
  exports.default = {
5
+ "compassDock": "pf-v6-c-compass__dock",
5
6
  "masthead": "pf-v6-c-masthead",
6
7
  "mastheadBrand": "pf-v6-c-masthead__brand",
7
8
  "mastheadContent": "pf-v6-c-masthead__content",
@@ -1,5 +1,6 @@
1
1
  import './masthead.css';
2
2
  export default {
3
+ "compassDock": "pf-v6-c-compass__dock",
3
4
  "masthead": "pf-v6-c-masthead",
4
5
  "mastheadBrand": "pf-v6-c-masthead__brand",
5
6
  "mastheadContent": "pf-v6-c-masthead__content",
@@ -367,12 +367,12 @@
367
367
  display: none;
368
368
  }
369
369
  }
370
- .pf-v6-c-page__dock.pf-m-text-expanded .pf-v6-c-menu-toggle, .pf-v6-c-menu-toggle.pf-m-text-expanded {
370
+ :is(.pf-v6-c-page__dock, .pf-v6-c-compass__dock).pf-m-text-expanded .pf-v6-c-menu-toggle, .pf-v6-c-menu-toggle.pf-m-text-expanded {
371
371
  justify-content: flex-start;
372
372
  width: 100%;
373
373
  }
374
- .pf-v6-c-page__dock.pf-m-text-expanded .pf-v6-c-menu-toggle .pf-v6-c-menu-toggle__text,
375
- .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,
374
+ :is(.pf-v6-c-page__dock, .pf-v6-c-compass__dock).pf-m-text-expanded .pf-v6-c-menu-toggle .pf-v6-c-menu-toggle__text,
375
+ :is(.pf-v6-c-page__dock, .pf-v6-c-compass__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,
376
376
  .pf-v6-c-menu-toggle.pf-m-text-expanded .pf-v6-c-menu-toggle__controls {
377
377
  display: revert;
378
378
  }
@@ -4,6 +4,7 @@ declare const _default: {
4
4
  "button": "pf-v6-c-button",
5
5
  "check": "pf-v6-c-check",
6
6
  "checkInput": "pf-v6-c-check__input",
7
+ "compassDock": "pf-v6-c-compass__dock",
7
8
  "menuToggle": "pf-v6-c-menu-toggle",
8
9
  "menuToggleButton": "pf-v6-c-menu-toggle__button",
9
10
  "menuToggleControls": "pf-v6-c-menu-toggle__controls",
@@ -6,6 +6,7 @@ exports.default = {
6
6
  "button": "pf-v6-c-button",
7
7
  "check": "pf-v6-c-check",
8
8
  "checkInput": "pf-v6-c-check__input",
9
+ "compassDock": "pf-v6-c-compass__dock",
9
10
  "menuToggle": "pf-v6-c-menu-toggle",
10
11
  "menuToggleButton": "pf-v6-c-menu-toggle__button",
11
12
  "menuToggleControls": "pf-v6-c-menu-toggle__controls",
@@ -4,6 +4,7 @@ export default {
4
4
  "button": "pf-v6-c-button",
5
5
  "check": "pf-v6-c-check",
6
6
  "checkInput": "pf-v6-c-check__input",
7
+ "compassDock": "pf-v6-c-compass__dock",
7
8
  "menuToggle": "pf-v6-c-menu-toggle",
8
9
  "menuToggleButton": "pf-v6-c-menu-toggle__button",
9
10
  "menuToggleControls": "pf-v6-c-menu-toggle__controls",
@@ -168,10 +168,10 @@
168
168
  display: none;
169
169
  }
170
170
  }
171
- .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 {
171
+ :is(.pf-v6-c-page__dock, .pf-v6-c-compass__dock).pf-m-text-expanded .pf-v6-c-nav.pf-m-docked, .pf-v6-c-nav.pf-m-docked.pf-m-text-expanded {
172
172
  width: 100%;
173
173
  }
174
- .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 {
174
+ :is(.pf-v6-c-page__dock, .pf-v6-c-compass__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 {
175
175
  display: revert;
176
176
  }
177
177
 
@@ -1,6 +1,7 @@
1
1
  import './nav.css';
2
2
  declare const _default: {
3
3
  "button": "pf-v6-c-button",
4
+ "compassDock": "pf-v6-c-compass__dock",
4
5
  "dirRtl": "pf-v6-m-dir-rtl",
5
6
  "menu": "pf-v6-c-menu",
6
7
  "menuList": "pf-v6-c-menu__list",
@@ -3,6 +3,7 @@ exports.__esModule = true;
3
3
  require('./nav.css');
4
4
  exports.default = {
5
5
  "button": "pf-v6-c-button",
6
+ "compassDock": "pf-v6-c-compass__dock",
6
7
  "dirRtl": "pf-v6-m-dir-rtl",
7
8
  "menu": "pf-v6-c-menu",
8
9
  "menuList": "pf-v6-c-menu__list",
@@ -1,6 +1,7 @@
1
1
  import './nav.css';
2
2
  export default {
3
3
  "button": "pf-v6-c-button",
4
+ "compassDock": "pf-v6-c-compass__dock",
4
5
  "dirRtl": "pf-v6-m-dir-rtl",
5
6
  "menu": "pf-v6-c-menu",
6
7
  "menuList": "pf-v6-c-menu__list",
@@ -4,7 +4,7 @@
4
4
  --pf-v6-c-table__sticky-cell--ZIndex: var(--pf-t--global--z-index--xs);
5
5
  --pf-v6-c-table__sticky-cell--InsetInlineEnd: auto;
6
6
  --pf-v6-c-table__sticky-cell--InsetInlineStart: auto;
7
- --pf-v6-c-table__sticky-cell--BackgroundColor: var(--pf-t--global--background--color--primary--default);
7
+ --pf-v6-c-table__sticky-cell--BackgroundColor: var(--pf-t--global--background--color--sticky--default);
8
8
  --pf-v6-c-table__sticky-cell--m-border-right--before--BorderInlineEndWidth: var(--pf-t--global--border--width--divider--default);
9
9
  --pf-v6-c-table__sticky-cell--m-border-right--before--BorderInlineEndColor: var(--pf-t--global--border--color--default);
10
10
  --pf-v6-c-table__sticky-cell--m-border-left--before--BorderInlineStartWidth: var(--pf-t--global--border--width--divider--default);