@patternfly/patternfly 6.5.0-prerelease.25 → 6.5.0-prerelease.27

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 (50) hide show
  1. package/components/Compass/compass.css +78 -9
  2. package/components/Compass/compass.scss +85 -50
  3. package/components/_index.css +78 -9
  4. package/docs/components/Avatar/examples/Avatar.md +4 -4
  5. package/docs/components/Brand/examples/Brand.md +2 -2
  6. package/docs/components/Compass/examples/Compass.css +2 -2
  7. package/docs/components/Compass/examples/Compass.md +7 -6
  8. package/docs/components/DataList/examples/DataList.md +3 -3
  9. package/docs/components/DescriptionList/examples/DescriptionList.md +2 -2
  10. package/docs/components/Divider/examples/Divider.md +2 -2
  11. package/docs/components/Drawer/examples/Drawer.md +3 -3
  12. package/docs/components/Icon/examples/Icon.md +1 -1
  13. package/docs/components/JumpLinks/examples/JumpLinks.md +2 -2
  14. package/docs/components/Masthead/examples/masthead.md +1 -1
  15. package/docs/components/Menu/examples/Menu.md +2 -2
  16. package/docs/components/Page/examples/Page.md +2 -2
  17. package/docs/components/Pagination/examples/Pagination.md +3 -3
  18. package/docs/components/ProgressStepper/examples/ProgressStepper.md +2 -2
  19. package/docs/components/Sidebar/examples/Sidebar.md +1 -1
  20. package/docs/components/Table/examples/Table.md +3 -3
  21. package/docs/components/Tabs/examples/Tabs.md +816 -80
  22. package/docs/components/Toolbar/examples/Toolbar.md +7 -7
  23. package/docs/demos/Card/examples/Card.md +14 -2
  24. package/docs/demos/Compass/examples/Compass.md +110 -31
  25. package/docs/demos/DescriptionList/examples/DescriptionList.md +11 -2
  26. package/docs/demos/Drawer/examples/Drawer.md +11 -2
  27. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +16 -2
  28. package/docs/demos/Tabs/examples/Tabs.md +72 -9
  29. package/docs/layouts/Bullseye/examples/Bullseye.md +2 -1
  30. package/docs/layouts/Flex/examples/Flex.md +3 -2
  31. package/docs/layouts/Gallery/examples/Gallery.md +4 -3
  32. package/docs/layouts/Grid/examples/Grid.md +6 -5
  33. package/docs/layouts/Level/examples/Level.md +2 -1
  34. package/docs/layouts/Split/examples/Split.md +2 -1
  35. package/docs/layouts/Stack/examples/Stack.md +2 -1
  36. package/docs/utilities/Accessibility/examples/Accessibility.md +3 -2
  37. package/docs/utilities/Alignment/examples/Alignment.md +3 -2
  38. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +5 -4
  39. package/docs/utilities/BoxShadow/examples/box-shadow.md +2 -1
  40. package/docs/utilities/Display/examples/Display.md +3 -2
  41. package/docs/utilities/Flex/examples/Flex.md +3 -2
  42. package/docs/utilities/Float/examples/Float.md +3 -2
  43. package/docs/utilities/Sizing/examples/Sizing.md +8 -7
  44. package/docs/utilities/Spacing/examples/Spacing.md +3 -2
  45. package/docs/utilities/Text/examples/Text.md +4 -3
  46. package/package.json +1 -1
  47. package/patternfly-no-globals.css +78 -9
  48. package/patternfly.css +78 -9
  49. package/patternfly.min.css +1 -1
  50. package/patternfly.min.css.map +1 -1
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Background color
3
- section: utility-classes
3
+ section: foundations-and-styles
4
+ subsection: utility-classes
4
5
  ---## Examples
5
6
 
6
7
  ### Standard background colors
@@ -24,11 +25,11 @@ section: utility-classes
24
25
 
25
26
  These background color utilities can be used to modify the background color of an element. In most cases, using the components with available modifiers should be sufficient to implement most designs, and should be preferred over customizations using these utilities.
26
27
 
27
- Care should be taken especially when applying background colors, as this can have a negative effect on the readability and accessibility of text. Refer to [contrast ratios](/design-foundations/colors#contrast-ratios) for more information.
28
+ Care should be taken especially when applying background colors, as this can have a negative effect on the readability and accessibility of text. Refer to [contrast ratios](/foundations-and-styles/colors#contrast-ratios) for more information.
28
29
 
29
- Note that "inverse" background colors are labeled as such to indicate that they are best used with the ["inverse" text colors](/utility-classes/text#inverse-colors).
30
+ Note that "inverse" background colors are labeled as such to indicate that they are best used with the ["inverse" text colors](/foundations-and-styles/utility-classes/text#inverse-colors).
30
31
 
31
- [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-background-color-disabled-on-lg`
32
+ [Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-background-color-disabled-on-lg`
32
33
 
33
34
  ### Usage
34
35
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Box shadow
3
- section: utility-classes
3
+ section: foundations-and-styles
4
+ subsection: utility-classes
4
5
  ---import './box-shadow.css'
5
6
 
6
7
  ## Examples
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Display
3
- section: utility-classes
3
+ section: foundations-and-styles
4
+ subsection: utility-classes
4
5
  ---import './Display.css'
5
6
 
6
7
  ## Examples
@@ -83,7 +84,7 @@ section: utility-classes
83
84
 
84
85
  ### Overview
85
86
 
86
- [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-display-inline-block-on-lg`
87
+ [Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-display-inline-block-on-lg`
87
88
 
88
89
  ### Usage
89
90
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Flex
3
- section: utility-classes
3
+ section: foundations-and-styles
4
+ subsection: utility-classes
4
5
  ---import './Flex.css'
5
6
 
6
7
  ## Examples
@@ -370,7 +371,7 @@ section: utility-classes
370
371
 
371
372
  ### Overview
372
373
 
373
- For these utilities to have effect, the parent element must be set to `display: flex` or `display: inline-flex`. [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-flex-row-on-lg`
374
+ For these utilities to have effect, the parent element must be set to `display: flex` or `display: inline-flex`. [Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-flex-row-on-lg`
374
375
 
375
376
  <!-- ## Accessibility
376
377
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Float
3
- section: utility-classes
3
+ section: foundations-and-styles
4
+ subsection: utility-classes
4
5
  ---import './Float.css'
5
6
 
6
7
  ## Examples
@@ -18,7 +19,7 @@ section: utility-classes
18
19
 
19
20
  ### Overview
20
21
 
21
- [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-float-inline-start-on-lg`
22
+ [Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-float-inline-start-on-lg`
22
23
 
23
24
  ### Usage
24
25
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Sizing
3
- section: utility-classes
3
+ section: foundations-and-styles
4
+ subsection: utility-classes
4
5
  ---import './Sizing.css'
5
6
 
6
7
  ## Examples
@@ -22,7 +23,7 @@ section: utility-classes
22
23
 
23
24
  ### Usage
24
25
 
25
- [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-w-initial-on-lg`
26
+ [Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-w-initial-on-lg`
26
27
 
27
28
  | Class | Applied to | Outcome |
28
29
  | -- | -- | -- |
@@ -50,7 +51,7 @@ section: utility-classes
50
51
 
51
52
  ### Usage
52
53
 
53
- [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-w-25vw-on-lg`
54
+ [Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-w-25vw-on-lg`
54
55
 
55
56
  | Class | Applied to | Outcome |
56
57
  | -- | -- | -- |
@@ -90,7 +91,7 @@ section: utility-classes
90
91
 
91
92
  ### Usage
92
93
 
93
- [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-h-initial-on-lg`
94
+ [Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-h-initial-on-lg`
94
95
 
95
96
  | Class | Applied to | Outcome |
96
97
  | -- | -- | -- |
@@ -130,7 +131,7 @@ section: utility-classes
130
131
 
131
132
  ### Usage
132
133
 
133
- [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-h-25vh-on-lg`
134
+ [Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-h-25vh-on-lg`
134
135
 
135
136
  | Class | Applied to | Outcome |
136
137
  | -- | -- | -- |
@@ -188,7 +189,7 @@ section: utility-classes
188
189
  | `.pf-v6-u-min-width` | `*` | Sets min-width: `var(--pf-v6-u-min-width--MinWidth{-on-[breakpoint]})`. |
189
190
  | `.pf-v6-u-max-width` | `*` | Sets min-width: `var(--pf-v6-u-max-width--MaxWidth{-on-[breakpoint]})`. |
190
191
 
191
- [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.--pf-v6-u-min-width--MinWidth-on-lg`
192
+ [Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.--pf-v6-u-min-width--MinWidth-on-lg`
192
193
 
193
194
  | Custom property | Applied to | Outcome |
194
195
  | -- | -- | -- |
@@ -242,7 +243,7 @@ section: utility-classes
242
243
  | `.pf-v6-u-min-height` | `*` | Sets min-height: `var(--pf-v6-u-min-height--MinHeight{-on-[breakpoint]})`. |
243
244
  | `.pf-v6-u-max-height` | `*` | Sets max-height: `var(--pf-v6-u-max-height--MaxHeight{-on-[breakpoint]})`. |
244
245
 
245
- [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.--pf-v6-u-min-height--MinHeight-on-lg`
246
+ [Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.--pf-v6-u-min-height--MinHeight-on-lg`
246
247
 
247
248
  | Custom property | Applied to | Outcome |
248
249
  | -- | -- | -- |
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Spacing
3
- section: utility-classes
3
+ section: foundations-and-styles
4
+ subsection: utility-classes
4
5
  pf: 'test'
5
6
  ---import './Spacing.css'
6
7
 
@@ -118,7 +119,7 @@ pf: 'test'
118
119
 
119
120
  ### Overview
120
121
 
121
- [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-m-sm-on-lg`
122
+ [Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-m-sm-on-lg`
122
123
 
123
124
  ### Margin properties
124
125
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Text
3
- section: utility-classes
3
+ section: foundations-and-styles
4
+ subsection: utility-classes
4
5
  ---## Examples
5
6
 
6
7
  ### Font family
@@ -47,7 +48,7 @@ section: utility-classes
47
48
 
48
49
  ### Inverse colors
49
50
 
50
- These colors are best used with the ["inverse" background colors](/utility-classes/background-color#inverse-background-colors).
51
+ These colors are best used with the ["inverse" background colors](/foundations-and-styles/utility-classes/background-color#inverse-background-colors).
51
52
 
52
53
  ```html
53
54
  <div class="pf-v6-u-background-color-inverse">
@@ -171,7 +172,7 @@ These text utilities can be used to modify text within the PatternFly framework.
171
172
 
172
173
  Care should be taken especially when applying text colors, as this can have a negative effect on the readability and accessibility of text. Refer to the information on [contrast ratios](/guidelines/colors/#contrast-ratios) for more information.
173
174
 
174
- [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-font-size-xl-on-lg`
175
+ [Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-font-size-xl-on-lg`
175
176
 
176
177
  ### Usage
177
178
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "6.5.0-prerelease.25",
4
+ "version": "6.5.0-prerelease.27",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -12267,8 +12267,8 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
12267
12267
  --pf-v6-c-compass--BackgroundImage--light: none;
12268
12268
  --pf-v6-c-compass--BackgroundImage--dark: none;
12269
12269
  --pf-v6-c-compass--Padding: var(--pf-t--global--spacer--inset--page-chrome);
12270
- --pf-v6-c-compass--RowGap: var(--pf-t--global--spacer--xl);
12271
- --pf-v6-c-compass--ColumnGap: var(--pf-t--global--spacer--xl);
12270
+ --pf-v6-c-compass--RowGap: var(--pf-t--global--spacer--inset--page-chrome);
12271
+ --pf-v6-c-compass--ColumnGap: var(--pf-t--global--spacer--inset--page-chrome);
12272
12272
  --pf-v6-c-compass__nav--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
12273
12273
  --pf-v6-c-compass__nav--PaddingBlockStart: 0;
12274
12274
  --pf-v6-c-compass__nav--PaddingBlockEnd: 0;
@@ -12276,10 +12276,14 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
12276
12276
  --pf-v6-c-compass__nav--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
12277
12277
  --pf-v6-c-compass__nav-main--PaddingInlineStart: var(--pf-t--global--spacer--lg);
12278
12278
  --pf-v6-c-compass__nav-main--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
12279
- --pf-v6-c-compass__sidebar--Padding: var(--pf-t--global--spacer--sm);
12279
+ --pf-v6-c-compass__sidebar--PaddingBlockStart: var(--pf-t--global--spacer--sm);
12280
+ --pf-v6-c-compass__sidebar--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
12281
+ --pf-v6-c-compass__sidebar--PaddingInlineStart: var(--pf-t--global--spacer--sm);
12282
+ --pf-v6-c-compass__sidebar--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
12280
12283
  --pf-v6-c-compass__main--RowGap: var(--pf-t--global--spacer--md);
12281
12284
  --pf-v6-c-compass__main-header-content--RowGap: var(--pf-t--global--spacer--sm);
12282
12285
  --pf-v6-c-compass__main-header-content--ColumnGap: var(--pf-t--global--spacer--md);
12286
+ --pf-v6-c-compass__main-footer--MarginBlockStart: calc(var(--pf-v6-c-compass__main--RowGap) * -1 + var(--pf-v6-c-compass--RowGap));
12283
12287
  --pf-v6-c-compass__panel--BackgroundColor: var(--pf-t--global--background--color--glass--default);
12284
12288
  --pf-v6-c-compass__panel--BackdropFilter: var(--pf-t--global--background--color--glass--filter);
12285
12289
  --pf-v6-c-compass__panel--BorderRadius: var(--pf-t--global--border--radius--large);
@@ -12294,6 +12298,23 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
12294
12298
  --pf-v6-c-compass__message-bar--Width: 450px;
12295
12299
  --pf-v6-c-compass__message-bar--MinWidth: 300px;
12296
12300
  --pf-v6-c-compass__message-bar--MaxWidth: 600px;
12301
+ --pf-v6-c-compass--section--duration: var(--pf-t--global--motion--duration--fade--default);
12302
+ --pf-v6-c-compass--section--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
12303
+ --pf-v6-c-compass--section--TransitionDuration: var(--pf-v6-c-compass--section--duration), 0s, 0s, 0s, 0s;
12304
+ --pf-v6-c-compass--section--TransitionProperty: opacity, visibility, translate, max-height, max-width;
12305
+ --pf-v6-c-compass--section--TransitionDelay: 0s, var(--pf-v6-c-compass--section--duration), var(--pf-v6-c-compass--section--duration), var(--pf-v6-c-compass--section--duration), var(--pf-v6-c-compass--section--duration);
12306
+ --pf-v6-c-compass--section--m-expanded--duration: var(--pf-t--global--motion--duration--fade--default);
12307
+ --pf-v6-c-compass--section--m-expanded--TransitionDuration: var(--pf-v6-c-compass--section--duration), 0s, 0s, 0s, 0s;
12308
+ --pf-v6-c-compass--section--m-expanded--TransitionDelay: 0s;
12309
+ }
12310
+ @media screen and (prefers-reduced-motion: no-preference) {
12311
+ .pf-v6-c-compass {
12312
+ --pf-v6-c-compass--section--duration: var(--pf-t--global--motion--duration--slide-out--default);
12313
+ --pf-v6-c-compass--section--TransitionDuration: var(--pf-v6-c-compass--section--duration), 0s, var(--pf-v6-c-compass--section--duration), 0s, 0s;
12314
+ --pf-v6-c-compass--section--TransitionDelay: 0s, var(--pf-v6-c-compass--section--duration), 0s, var(--pf-v6-c-compass--section--duration), var(--pf-v6-c-compass--section--duration);
12315
+ --pf-v6-c-compass--section--m-expanded--duration: var(--pf-t--global--motion--duration--slide-in--default);
12316
+ --pf-v6-c-compass--section--m-expanded--TransitionDuration: var(--pf-v6-c-compass--section--duration), 0s, var(--pf-v6-c-compass--section--duration), 0s, 0s;
12317
+ }
12297
12318
  }
12298
12319
 
12299
12320
  .pf-v6-c-compass {
@@ -12307,6 +12328,7 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
12307
12328
  justify-content: center;
12308
12329
  height: 100dvh;
12309
12330
  padding: var(--pf-v6-c-compass--Padding);
12331
+ overflow: hidden;
12310
12332
  background-image: var(--pf-v6-c-compass--BackgroundImage);
12311
12333
  background-size: cover;
12312
12334
  }
@@ -12317,11 +12339,45 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
12317
12339
  --pf-v6-c-compass__panel--BackgroundColor: var(--pf-t--global--background--color--primary--default);
12318
12340
  }
12319
12341
 
12342
+ .pf-v6-c-compass__header,
12343
+ .pf-v6-c-compass__sidebar:is(.pf-m-start, .pf-m-end),
12344
+ .pf-v6-c-compass__main-footer,
12345
+ .pf-v6-c-compass__footer {
12346
+ visibility: hidden;
12347
+ opacity: 0;
12348
+ transition-delay: var(--pf-v6-c-compass--section--TransitionDelay);
12349
+ transition-timing-function: var(--pf-v6-c-compass--section--TransitionTimingFunction);
12350
+ transition-duration: var(--pf-v6-c-compass--section--TransitionDuration);
12351
+ transition-property: var(--pf-v6-c-compass--section--TransitionProperty);
12352
+ }
12353
+ .pf-v6-c-compass__header.pf-m-expanded,
12354
+ .pf-v6-c-compass__sidebar:is(.pf-m-start, .pf-m-end).pf-m-expanded,
12355
+ .pf-v6-c-compass__main-footer.pf-m-expanded,
12356
+ .pf-v6-c-compass__footer.pf-m-expanded {
12357
+ --pf-v6-c-compass--section--TransitionDelay: var(--pf-v6-c-compass--section--m-expanded--TransitionDelay);
12358
+ --pf-v6-c-compass--section--TransitionDuration: var(--pf-v6-c-compass--section--m-expanded--TransitionDuration);
12359
+ visibility: visible;
12360
+ opacity: 1;
12361
+ translate: 0;
12362
+ }
12363
+
12364
+ .pf-v6-c-compass__header,
12365
+ .pf-v6-c-compass__main-footer,
12366
+ .pf-v6-c-compass__footer {
12367
+ max-height: 0;
12368
+ }
12369
+ .pf-v6-c-compass__header.pf-m-expanded,
12370
+ .pf-v6-c-compass__main-footer.pf-m-expanded,
12371
+ .pf-v6-c-compass__footer.pf-m-expanded {
12372
+ max-height: 9999px;
12373
+ }
12374
+
12320
12375
  .pf-v6-c-compass__header {
12321
12376
  display: grid;
12322
12377
  grid-area: header;
12323
12378
  grid-template-columns: 1fr auto 1fr;
12324
12379
  align-items: start;
12380
+ translate: 0 -100%;
12325
12381
  }
12326
12382
 
12327
12383
  .pf-v6-c-compass__profile {
@@ -12358,10 +12414,26 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
12358
12414
  --pf-v6-c-compass__panel--PaddingBlockEnd: var(--pf-v6-c-compass__sidebar--PaddingBlockEnd);
12359
12415
  --pf-v6-c-compass__panel--PaddingInlineStart: var(--pf-v6-c-compass__sidebar--PaddingInlineStart);
12360
12416
  --pf-v6-c-compass__panel--PaddingInlineEnd: var(--pf-v6-c-compass__sidebar--PaddingInlineEnd);
12417
+ max-width: 0;
12418
+ }
12419
+ .pf-v6-c-compass__sidebar.pf-m-expanded {
12420
+ max-width: 9999px;
12361
12421
  }
12362
12422
  .pf-v6-c-compass__sidebar.pf-m-start {
12423
+ translate: -100%;
12363
12424
  grid-area: sidebar-start;
12364
12425
  }
12426
+ :where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-compass__sidebar.pf-m-start {
12427
+ translate: 100%;
12428
+ }
12429
+
12430
+ .pf-v6-c-compass__sidebar.pf-m-end {
12431
+ translate: 100%;
12432
+ grid-area: sidebar-end;
12433
+ }
12434
+ :where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-compass__sidebar.pf-m-end {
12435
+ translate: -100%;
12436
+ }
12365
12437
 
12366
12438
  .pf-v6-c-compass__main {
12367
12439
  display: flex;
@@ -12396,18 +12468,15 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
12396
12468
  .pf-v6-c-compass__main-footer {
12397
12469
  display: flex;
12398
12470
  justify-content: center;
12399
- margin-block-start: calc(var(--pf-v6-c-compass__main--RowGap) * -1 + var(--pf-v6-c-compass--RowGap));
12400
- }
12401
-
12402
- .pf-v6-c-compass__sidebar.pf-m-end {
12403
- grid-area: sidebar-end;
12404
- padding: var(--pf-t--global--spacer--sm);
12471
+ margin-block-start: var(--pf-v6-c-compass__main-footer--MarginBlockStart);
12472
+ translate: 0 100%;
12405
12473
  }
12406
12474
 
12407
12475
  .pf-v6-c-compass__footer {
12408
12476
  display: flex;
12409
12477
  grid-column: 1/-1;
12410
12478
  justify-content: center;
12479
+ translate: 0 100%;
12411
12480
  }
12412
12481
 
12413
12482
  .pf-v6-c-compass__message-bar {
package/patternfly.css CHANGED
@@ -12414,8 +12414,8 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
12414
12414
  --pf-v6-c-compass--BackgroundImage--light: none;
12415
12415
  --pf-v6-c-compass--BackgroundImage--dark: none;
12416
12416
  --pf-v6-c-compass--Padding: var(--pf-t--global--spacer--inset--page-chrome);
12417
- --pf-v6-c-compass--RowGap: var(--pf-t--global--spacer--xl);
12418
- --pf-v6-c-compass--ColumnGap: var(--pf-t--global--spacer--xl);
12417
+ --pf-v6-c-compass--RowGap: var(--pf-t--global--spacer--inset--page-chrome);
12418
+ --pf-v6-c-compass--ColumnGap: var(--pf-t--global--spacer--inset--page-chrome);
12419
12419
  --pf-v6-c-compass__nav--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
12420
12420
  --pf-v6-c-compass__nav--PaddingBlockStart: 0;
12421
12421
  --pf-v6-c-compass__nav--PaddingBlockEnd: 0;
@@ -12423,10 +12423,14 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
12423
12423
  --pf-v6-c-compass__nav--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
12424
12424
  --pf-v6-c-compass__nav-main--PaddingInlineStart: var(--pf-t--global--spacer--lg);
12425
12425
  --pf-v6-c-compass__nav-main--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
12426
- --pf-v6-c-compass__sidebar--Padding: var(--pf-t--global--spacer--sm);
12426
+ --pf-v6-c-compass__sidebar--PaddingBlockStart: var(--pf-t--global--spacer--sm);
12427
+ --pf-v6-c-compass__sidebar--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
12428
+ --pf-v6-c-compass__sidebar--PaddingInlineStart: var(--pf-t--global--spacer--sm);
12429
+ --pf-v6-c-compass__sidebar--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
12427
12430
  --pf-v6-c-compass__main--RowGap: var(--pf-t--global--spacer--md);
12428
12431
  --pf-v6-c-compass__main-header-content--RowGap: var(--pf-t--global--spacer--sm);
12429
12432
  --pf-v6-c-compass__main-header-content--ColumnGap: var(--pf-t--global--spacer--md);
12433
+ --pf-v6-c-compass__main-footer--MarginBlockStart: calc(var(--pf-v6-c-compass__main--RowGap) * -1 + var(--pf-v6-c-compass--RowGap));
12430
12434
  --pf-v6-c-compass__panel--BackgroundColor: var(--pf-t--global--background--color--glass--default);
12431
12435
  --pf-v6-c-compass__panel--BackdropFilter: var(--pf-t--global--background--color--glass--filter);
12432
12436
  --pf-v6-c-compass__panel--BorderRadius: var(--pf-t--global--border--radius--large);
@@ -12441,6 +12445,23 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
12441
12445
  --pf-v6-c-compass__message-bar--Width: 450px;
12442
12446
  --pf-v6-c-compass__message-bar--MinWidth: 300px;
12443
12447
  --pf-v6-c-compass__message-bar--MaxWidth: 600px;
12448
+ --pf-v6-c-compass--section--duration: var(--pf-t--global--motion--duration--fade--default);
12449
+ --pf-v6-c-compass--section--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
12450
+ --pf-v6-c-compass--section--TransitionDuration: var(--pf-v6-c-compass--section--duration), 0s, 0s, 0s, 0s;
12451
+ --pf-v6-c-compass--section--TransitionProperty: opacity, visibility, translate, max-height, max-width;
12452
+ --pf-v6-c-compass--section--TransitionDelay: 0s, var(--pf-v6-c-compass--section--duration), var(--pf-v6-c-compass--section--duration), var(--pf-v6-c-compass--section--duration), var(--pf-v6-c-compass--section--duration);
12453
+ --pf-v6-c-compass--section--m-expanded--duration: var(--pf-t--global--motion--duration--fade--default);
12454
+ --pf-v6-c-compass--section--m-expanded--TransitionDuration: var(--pf-v6-c-compass--section--duration), 0s, 0s, 0s, 0s;
12455
+ --pf-v6-c-compass--section--m-expanded--TransitionDelay: 0s;
12456
+ }
12457
+ @media screen and (prefers-reduced-motion: no-preference) {
12458
+ .pf-v6-c-compass {
12459
+ --pf-v6-c-compass--section--duration: var(--pf-t--global--motion--duration--slide-out--default);
12460
+ --pf-v6-c-compass--section--TransitionDuration: var(--pf-v6-c-compass--section--duration), 0s, var(--pf-v6-c-compass--section--duration), 0s, 0s;
12461
+ --pf-v6-c-compass--section--TransitionDelay: 0s, var(--pf-v6-c-compass--section--duration), 0s, var(--pf-v6-c-compass--section--duration), var(--pf-v6-c-compass--section--duration);
12462
+ --pf-v6-c-compass--section--m-expanded--duration: var(--pf-t--global--motion--duration--slide-in--default);
12463
+ --pf-v6-c-compass--section--m-expanded--TransitionDuration: var(--pf-v6-c-compass--section--duration), 0s, var(--pf-v6-c-compass--section--duration), 0s, 0s;
12464
+ }
12444
12465
  }
12445
12466
 
12446
12467
  .pf-v6-c-compass {
@@ -12454,6 +12475,7 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
12454
12475
  justify-content: center;
12455
12476
  height: 100dvh;
12456
12477
  padding: var(--pf-v6-c-compass--Padding);
12478
+ overflow: hidden;
12457
12479
  background-image: var(--pf-v6-c-compass--BackgroundImage);
12458
12480
  background-size: cover;
12459
12481
  }
@@ -12464,11 +12486,45 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
12464
12486
  --pf-v6-c-compass__panel--BackgroundColor: var(--pf-t--global--background--color--primary--default);
12465
12487
  }
12466
12488
 
12489
+ .pf-v6-c-compass__header,
12490
+ .pf-v6-c-compass__sidebar:is(.pf-m-start, .pf-m-end),
12491
+ .pf-v6-c-compass__main-footer,
12492
+ .pf-v6-c-compass__footer {
12493
+ visibility: hidden;
12494
+ opacity: 0;
12495
+ transition-delay: var(--pf-v6-c-compass--section--TransitionDelay);
12496
+ transition-timing-function: var(--pf-v6-c-compass--section--TransitionTimingFunction);
12497
+ transition-duration: var(--pf-v6-c-compass--section--TransitionDuration);
12498
+ transition-property: var(--pf-v6-c-compass--section--TransitionProperty);
12499
+ }
12500
+ .pf-v6-c-compass__header.pf-m-expanded,
12501
+ .pf-v6-c-compass__sidebar:is(.pf-m-start, .pf-m-end).pf-m-expanded,
12502
+ .pf-v6-c-compass__main-footer.pf-m-expanded,
12503
+ .pf-v6-c-compass__footer.pf-m-expanded {
12504
+ --pf-v6-c-compass--section--TransitionDelay: var(--pf-v6-c-compass--section--m-expanded--TransitionDelay);
12505
+ --pf-v6-c-compass--section--TransitionDuration: var(--pf-v6-c-compass--section--m-expanded--TransitionDuration);
12506
+ visibility: visible;
12507
+ opacity: 1;
12508
+ translate: 0;
12509
+ }
12510
+
12511
+ .pf-v6-c-compass__header,
12512
+ .pf-v6-c-compass__main-footer,
12513
+ .pf-v6-c-compass__footer {
12514
+ max-height: 0;
12515
+ }
12516
+ .pf-v6-c-compass__header.pf-m-expanded,
12517
+ .pf-v6-c-compass__main-footer.pf-m-expanded,
12518
+ .pf-v6-c-compass__footer.pf-m-expanded {
12519
+ max-height: 9999px;
12520
+ }
12521
+
12467
12522
  .pf-v6-c-compass__header {
12468
12523
  display: grid;
12469
12524
  grid-area: header;
12470
12525
  grid-template-columns: 1fr auto 1fr;
12471
12526
  align-items: start;
12527
+ translate: 0 -100%;
12472
12528
  }
12473
12529
 
12474
12530
  .pf-v6-c-compass__profile {
@@ -12505,10 +12561,26 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
12505
12561
  --pf-v6-c-compass__panel--PaddingBlockEnd: var(--pf-v6-c-compass__sidebar--PaddingBlockEnd);
12506
12562
  --pf-v6-c-compass__panel--PaddingInlineStart: var(--pf-v6-c-compass__sidebar--PaddingInlineStart);
12507
12563
  --pf-v6-c-compass__panel--PaddingInlineEnd: var(--pf-v6-c-compass__sidebar--PaddingInlineEnd);
12564
+ max-width: 0;
12565
+ }
12566
+ .pf-v6-c-compass__sidebar.pf-m-expanded {
12567
+ max-width: 9999px;
12508
12568
  }
12509
12569
  .pf-v6-c-compass__sidebar.pf-m-start {
12570
+ translate: -100%;
12510
12571
  grid-area: sidebar-start;
12511
12572
  }
12573
+ :where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-compass__sidebar.pf-m-start {
12574
+ translate: 100%;
12575
+ }
12576
+
12577
+ .pf-v6-c-compass__sidebar.pf-m-end {
12578
+ translate: 100%;
12579
+ grid-area: sidebar-end;
12580
+ }
12581
+ :where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-compass__sidebar.pf-m-end {
12582
+ translate: -100%;
12583
+ }
12512
12584
 
12513
12585
  .pf-v6-c-compass__main {
12514
12586
  display: flex;
@@ -12543,18 +12615,15 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
12543
12615
  .pf-v6-c-compass__main-footer {
12544
12616
  display: flex;
12545
12617
  justify-content: center;
12546
- margin-block-start: calc(var(--pf-v6-c-compass__main--RowGap) * -1 + var(--pf-v6-c-compass--RowGap));
12547
- }
12548
-
12549
- .pf-v6-c-compass__sidebar.pf-m-end {
12550
- grid-area: sidebar-end;
12551
- padding: var(--pf-t--global--spacer--sm);
12618
+ margin-block-start: var(--pf-v6-c-compass__main-footer--MarginBlockStart);
12619
+ translate: 0 100%;
12552
12620
  }
12553
12621
 
12554
12622
  .pf-v6-c-compass__footer {
12555
12623
  display: flex;
12556
12624
  grid-column: 1/-1;
12557
12625
  justify-content: center;
12626
+ translate: 0 100%;
12558
12627
  }
12559
12628
 
12560
12629
  .pf-v6-c-compass__message-bar {