@patternfly/patternfly 6.5.0-prerelease.26 → 6.5.0-prerelease.28

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 (58) hide show
  1. package/components/Compass/compass.css +54 -25
  2. package/components/Compass/compass.scss +60 -26
  3. package/components/_index.css +54 -25
  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 +2 -2
  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 +3 -3
  22. package/docs/components/Toolbar/examples/Toolbar.md +7 -7
  23. package/docs/demos/Compass/examples/Compass.md +9 -9
  24. package/docs/layouts/Bullseye/examples/Bullseye.css +2 -2
  25. package/docs/layouts/Bullseye/examples/Bullseye.md +2 -1
  26. package/docs/layouts/Flex/examples/Flex.css +3 -3
  27. package/docs/layouts/Flex/examples/Flex.md +3 -2
  28. package/docs/layouts/Gallery/examples/Gallery.css +2 -2
  29. package/docs/layouts/Gallery/examples/Gallery.md +4 -3
  30. package/docs/layouts/Grid/examples/Grid.css +1 -1
  31. package/docs/layouts/Grid/examples/Grid.md +6 -5
  32. package/docs/layouts/Level/examples/Level.css +3 -3
  33. package/docs/layouts/Level/examples/Level.md +2 -1
  34. package/docs/layouts/Split/examples/Split.css +1 -1
  35. package/docs/layouts/Split/examples/Split.md +2 -1
  36. package/docs/layouts/Stack/examples/Stack.css +3 -3
  37. package/docs/layouts/Stack/examples/Stack.md +2 -1
  38. package/docs/utilities/Accessibility/examples/Accessibility.md +3 -2
  39. package/docs/utilities/Alignment/examples/Alignment.css +4 -4
  40. package/docs/utilities/Alignment/examples/Alignment.md +3 -2
  41. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +5 -4
  42. package/docs/utilities/BoxShadow/examples/box-shadow.css +2 -2
  43. package/docs/utilities/BoxShadow/examples/box-shadow.md +2 -1
  44. package/docs/utilities/Display/examples/Display.css +1 -1
  45. package/docs/utilities/Display/examples/Display.md +3 -2
  46. package/docs/utilities/Flex/examples/Flex.css +7 -7
  47. package/docs/utilities/Flex/examples/Flex.md +3 -2
  48. package/docs/utilities/Float/examples/Float.css +2 -2
  49. package/docs/utilities/Float/examples/Float.md +3 -2
  50. package/docs/utilities/Sizing/examples/Sizing.md +8 -7
  51. package/docs/utilities/Spacing/examples/Spacing.css +2 -2
  52. package/docs/utilities/Spacing/examples/Spacing.md +3 -2
  53. package/docs/utilities/Text/examples/Text.md +4 -3
  54. package/package.json +1 -1
  55. package/patternfly-no-globals.css +54 -25
  56. package/patternfly.css +54 -25
  57. package/patternfly.min.css +1 -1
  58. package/patternfly.min.css.map +1 -1
@@ -875,8 +875,8 @@ cssPrefix: pf-v6-c-drawer
875
875
  | `.pf-m-panel-left` | `.pf-v6-c-drawer` | Modifies the drawer panel to expand from the left. |
876
876
  | `.pf-m-panel-bottom` | `.pf-v6-c-drawer` | Modifies the drawer panel to expand from the bottom. **Note:** percentage based panel sizes require the drawer component's parent element have an implicit or explicit height. |
877
877
  | `.pf-m-expanded` | `.pf-v6-c-drawer` | Modifies the drawer panel for the expanded state. |
878
- | `.pf-m-static{-on-[lg, xl, 2xl]}` | `.pf-v6-c-drawer` | Modifies the drawer panel state to always show both content and panel at optional [breakpoint](/tokens/all-patternfly-tokens). |
879
- | `.pf-m-inline{-on-[lg, xl, 2xl]}` | `.pf-v6-c-drawer` | Modifies the drawer so the content element and panel element are displayed side by side. `.pf-m-inline` used without a [breakpoint](/tokens/all-patternfly-tokens) will default to the `md` breakpoint. |
878
+ | `.pf-m-static{-on-[lg, xl, 2xl]}` | `.pf-v6-c-drawer` | Modifies the drawer panel state to always show both content and panel at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
879
+ | `.pf-m-inline{-on-[lg, xl, 2xl]}` | `.pf-v6-c-drawer` | Modifies the drawer so the content element and panel element are displayed side by side. `.pf-m-inline` used without a [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens) will default to the `md` breakpoint. |
880
880
  | `.pf-m-pill` | `.pf-v6-c-drawer` | Modifies the drawer for pill styles. |
881
881
  | `.pf-m-no-glass` | `.pf-v6-c-drawer__panel.pf-m-pill` | Modifies the drawer panel to remove glass styling when using glass theme. |
882
882
  | `.pf-m-no-border` | `.pf-v6-c-drawer__panel` | Modifies the drawer panel border treatment to disable all border treatment. |
@@ -885,7 +885,7 @@ cssPrefix: pf-v6-c-drawer
885
885
  | `.pf-m-no-background` | `.pf-v6-c-drawer__section`, `.pf-v6-c-drawer__panel` | Modifies the drawer element background color to transparent. |
886
886
  | `.pf-m-primary` | `.pf-v6-c-drawer__content` | Modifies the drawer content to use the primary background color. |
887
887
  | `.pf-m-secondary` | `.pf-v6-c-drawer__section`, `.pf-v6-c-drawer__content`, `.pf-v6-c-drawer__panel` | Modifies the drawer element to use the secondary background color. |
888
- | `.pf-m-width-{25, 33, 50, 66, 75, 100}{-on-[breakpoint]}` | `.pf-v6-c-drawer__panel` | Modifies the drawer panel width at optional [breakpoint](/tokens/all-patternfly-tokens). |
888
+ | `.pf-m-width-{25, 33, 50, 66, 75, 100}{-on-[breakpoint]}` | `.pf-v6-c-drawer__panel` | Modifies the drawer panel width at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
889
889
  | `.pf-m-resizable` | `.pf-v6-c-drawer__panel` | Modifies the drawer panel to be resizable. Intended for use with the `.pf-v6-c-drawer__splitter` element. |
890
890
  | `.pf-m-vertical` | `.pf-v6-c-drawer__splitter` | Modifies the splitter to be vertical. |
891
891
  | `--pf-v6-c-drawer__panel--md--FlexBasis--min` | `.pf-v6-c-drawer__panel` | Defines the drawer panel minimum size. |
@@ -295,7 +295,7 @@ extra large
295
295
 
296
296
  The icon element is a container used to maintain a stable space for an icon or spinner, regardless of size or aspect ratio of the contents.
297
297
 
298
- Refer to the [icons](/design-foundations/icons) page for information about the PatternFly icon set and guidelines for use.
298
+ Refer to the [icons](/foundations-and-styles/icons) page for information about the PatternFly icon set and guidelines for use.
299
299
 
300
300
  ### Usage
301
301
 
@@ -855,7 +855,7 @@ cssPrefix: pf-v6-c-jump-links
855
855
  | `.pf-v6-c-jump-links__link-text` | `<div>` | Initiates the jump links link text. |
856
856
  | `.pf-m-vertical` | `.pf-v6-c-jump-links` | Modifies the jump links component to be vertical. |
857
857
  | `.pf-m-center` | `.pf-v6-c-jump-links` | Modifies the jump links component to center its list and label. |
858
- | `.pf-m-expandable{-on-[breakpoint]}` | `.pf-v6-c-jump-links` | Modifies the jump links component to be expandable via a toggle at optional [breakpoint](/tokens/all-patternfly-tokens). **Note:** works with vertical jump links only. |
859
- | `.pf-m-non-expandable{-on-[breakpoint]}` | `.pf-v6-c-jump-links` | Modifies the jump links component to be non-expandable at optional [breakpoint](/tokens/all-patternfly-tokens). |
858
+ | `.pf-m-expandable{-on-[breakpoint]}` | `.pf-v6-c-jump-links` | Modifies the jump links component to be expandable via a toggle at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). **Note:** works with vertical jump links only. |
859
+ | `.pf-m-non-expandable{-on-[breakpoint]}` | `.pf-v6-c-jump-links` | Modifies the jump links component to be non-expandable at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
860
860
  | `.pf-m-expanded` | `.pf-v6-c-jump-links` | Modifies the expandable jump links component for the expanded state. |
861
861
  | `.pf-m-current` | `.pf-v6-c-jump-links__item`| Modifies the jump links item to be current. |
@@ -696,4 +696,4 @@ cssPrefix: pf-v6-c-masthead
696
696
  | `.pf-v6-c-masthead__brand` | `<div>` | Initiates the masthead content component. |
697
697
  | `.pf-v6-c-masthead__logo` | `<a>, <div>` | Initiates the masthead content component. |
698
698
  | `.pf-v6-c-masthead__content` | `<div>` | Initiates the masthead content component. |
699
- | `.pf-m-inset-{none, sm, md, lg, xl, 2xl}{-on-[breakpoint]}` | `.pf-v6-c-masthead` | Modifies masthead horizontal padding at optional [breakpoint](/tokens/all-patternfly-tokens). |
699
+ | `.pf-m-inset-{none, sm, md, lg, xl, 2xl}{-on-[breakpoint]}` | `.pf-v6-c-masthead` | Modifies masthead horizontal padding at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
@@ -6450,8 +6450,8 @@ cssPrefix: pf-v6-c-menu
6450
6450
  | `.pf-v6-c-menu__item-action-icon` | `<span>` | Initiates the menu item action icon. |
6451
6451
  | `.pf-v6-c-menu__item-external-icon` | `<span>` | Initiates the menu item external icon. |
6452
6452
  | `.pf-v6-c-menu__footer` | `<div>` | Initiates the menu footer. |
6453
- | `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v6-c-menu__list`, `.pf-v6-c-menu__list-item`, `.pf-v6-c-menu__group` | Modifies a menu element to be hidden, at optional [breakpoint](/tokens/all-patternfly-tokens). |
6454
- | `.pf-m-visible{-on-[breakpoint]}` | `.pf-v6-c-menu__list`, `.pf-v6-c-menu__list-item`, `.pf-v6-c-menu__group` | Modifies a menu element to be shown, at optional [breakpoint](/tokens/all-patternfly-tokens). |
6453
+ | `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v6-c-menu__list`, `.pf-v6-c-menu__list-item`, `.pf-v6-c-menu__group` | Modifies a menu element to be hidden, at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
6454
+ | `.pf-m-visible{-on-[breakpoint]}` | `.pf-v6-c-menu__list`, `.pf-v6-c-menu__list-item`, `.pf-v6-c-menu__group` | Modifies a menu element to be shown, at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
6455
6455
  | `.pf-m-favorite` | `.pf-v6-c-menu__item-action` | Modifies the menu item action to handle the favorite icon. |
6456
6456
  | `.pf-m-favorited` | `.pf-v6-c-menu__item-action.pf-m-favorite` | Modifies the menu item action icon to be favorited. |
6457
6457
  | `.pf-m-selected` | `.pf-v6-c-menu__item` | Modifies the menu item to be selected. |
@@ -551,8 +551,8 @@ This component provides the basic chrome for a page, including sidebar and main
551
551
  | `.pf-m-page-insets` | `.pf-v6-c-page__sidebar-body` | Modifies a sidebar body padding/inset to visually match padding of page elements. |
552
552
  | `.pf-m-context-selector` | `.pf-v6-c-page__sidebar-body` | Modifies a sidebar body to contain a context selector. |
553
553
  | `.pf-m-inset-none` | `.pf-v6-c-page__sidebar-body` | Removes a sidebar body left/right inset. |
554
- | `.pf-m-padding{-on-[breakpoint]}` | `.pf-v6-c-page__main-section` | Modifies the main page section to add padding back in at an optional [breakpoint](/tokens/all-patternfly-tokens). Should be used with pf-m-no-padding. |
555
- | `.pf-m-no-padding{-on-[breakpoint]}` | `.pf-v6-c-page__main-section` | Removes padding from the main page section at an optional [breakpoint](/tokens/all-patternfly-tokens). |
554
+ | `.pf-m-padding{-on-[breakpoint]}` | `.pf-v6-c-page__main-section` | Modifies the main page section to add padding back in at an optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). Should be used with pf-m-no-padding. |
555
+ | `.pf-m-no-padding{-on-[breakpoint]}` | `.pf-v6-c-page__main-section` | Removes padding from the main page section at an optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
556
556
  | `.pf-m-fill` | `.pf-v6-c-page__main-container`, `.pf-v6-c-page__main-section`, `.pf-v6-c-page__main-group`, `.pf-v6-c-page__main-wizard`, `.pf-v6-c-page__sidebar-body` | Modifies the element to grow to fill the available space. Note that `.pf-v6-c-page__main-container` must also have `.pf-m-fill` applied in order for the section to have space to stretch to full height.|
557
557
  | `.pf-m-no-fill` | `.pf-v6-c-page__main-section`, `.pf-v6-c-page__main-group`, `.pf-v6-c-page__main-wizard`, `.pf-v6-c-page__sidebar-body` | Modifies the element not to grow to fill the available vertical space. |
558
558
  | `.pf-m-limit-width` | `.pf-v6-c-page__main-section` | Modifies a page section to limit the `max-width` of the content inside. |
@@ -1224,13 +1224,13 @@ cssPrefix: pf-v6-c-pagination
1224
1224
  | `.pf-v6-c-pagination__nav` | `<nav>` | Initiates pagination nav. |
1225
1225
  | `.pf-v6-c-pagination__nav-control` | `<div>` | Initiates pagination nav control. |
1226
1226
  | `.pf-v6-c-pagination__nav-page-select` | `<div>` | Initiates pagination nav page select. |
1227
- | `.pf-m-display-summary{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies for summary display pagination component styles at optional [breakpoint](/tokens/all-patternfly-tokens). |
1228
- | `.pf-m-display-full{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies for full display pagination component styles at optional [breakpoint](/tokens/all-patternfly-tokens). |
1227
+ | `.pf-m-display-summary{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies for summary display pagination component styles at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
1228
+ | `.pf-m-display-full{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies for full display pagination component styles at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
1229
1229
  | `.pf-m-bottom` | `.pf-v6-c-pagination` | Modifies for bottom pagination component styles. |
1230
1230
  | `.pf-m-compact` | `.pf-v6-c-pagination` | Modifies for compact pagination component styles. |
1231
1231
  | `.pf-m-static` | `.pf-v6-c-pagination.pf-m-bottom` | Modifies bottom pagination to not be positioned sticky on summary. |
1232
1232
  | `.pf-m-sticky` | `.pf-v6-c-pagination` | Modifies the pagination to be sticky to its container. It will be sticky to the top of the container by default, and sticky to the bottom of the container when applied to `.pf-v6-c-pagination.pf-m-bottom`. |
1233
- | `.pf-m-inset-{none, sm, md, lg, xl, 2xl}{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies pagination horizontal padding at optional [breakpoint](/tokens/all-patternfly-tokens). |
1233
+ | `.pf-m-inset-{none, sm, md, lg, xl, 2xl}{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies pagination horizontal padding at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
1234
1234
  | `.pf-m-page-insets` | `.pf-v6-c-pagination` | Modifies the pagination component padding/inset to visually match padding of page elements. |
1235
1235
  | `.pf-m-first` | `.pf-v6-c-pagination__nav-control` | Indicates the control is for the first page button. |
1236
1236
  | `.pf-m-prev` | `.pf-v6-c-pagination__nav-control` | Indicates the control is for the previous page button. |
@@ -959,8 +959,8 @@ Steps can be modified with `.pf-m-success`, `.pf-m-warning`, `.pf-m-danger`, `.p
959
959
  | `.progress-stepper__step-title` | `<div>`, `<button>` | Contains the title of the step. **Note:** the step title is a `<button>` when it has `.pf-m-help-text` and is used to trigger a popover with help text. |
960
960
  | `.progress-stepper__step-description` | `<div>` | Contains the description of the step. |
961
961
  | `.pf-m-center`| `.pf-v6-c-progress-stepper` | Modifies to center each step. |
962
- | `.pf-m-vertical{-on-[breakpoint]}`| `.pf-v6-c-progress-stepper` | Modifies progress stepper vertical layout at optional [breakpoint](/tokens/all-patternfly-tokens). |
963
- | `.pf-m-horizontal{-on-[breakpoint]}`| `.pf-v6-c-progress-stepper` | Modifies progress stepper horizontal layout at optional [breakpoint](/tokens/all-patternfly-tokens). |
962
+ | `.pf-m-vertical{-on-[breakpoint]}`| `.pf-v6-c-progress-stepper` | Modifies progress stepper vertical layout at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
963
+ | `.pf-m-horizontal{-on-[breakpoint]}`| `.pf-v6-c-progress-stepper` | Modifies progress stepper horizontal layout at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
964
964
  | `.pf-m-compact`| `.pf-v6-c-progress-stepper` | Modifies for compact styling. |
965
965
  | `.pf-m-success`| `.pf-v6-c-progress-stepper__step` | Modifies for success styling. |
966
966
  | `.pf-m-warning`| `.pf-v6-c-progress-stepper__step` | Modifies for warning styling. |
@@ -265,6 +265,6 @@ cssPrefix: pf-v6-c-sidebar
265
265
  | `.pf-m-panel-right` | `.pf-v6-c-sidebar` | Modifies the sidebar to place the panel to the right of the content. |
266
266
  | `.pf-m-sticky` | `.pf-v6-c-sidebar__panel` | Modifies the panel to be sticky to the top of the layout. |
267
267
  | `.pf-m-static` | `.pf-v6-c-sidebar__panel` | Modifies the panel to be positioned statically. |
268
- | `.pf-m-width-{default, 25, 33, 50, 66, 75, 100}{-on-[breakpoint]}` | `.pf-v6-c-sidebar__panel` | Modifies the panel width at optional [breakpoint](/tokens/all-patternfly-tokens). **Note:** does not apply when the panel is stacked on top of the content. |
268
+ | `.pf-m-width-{default, 25, 33, 50, 66, 75, 100}{-on-[breakpoint]}` | `.pf-v6-c-sidebar__panel` | Modifies the panel width at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). **Note:** does not apply when the panel is stacked on top of the content. |
269
269
  | `.pf-m-no-background` | `.pf-v6-c-sidebar`, `.pf-v6-c-sidebar__panel, .pf-v6-c-sidebar__content` | Modifies the element to have a transparent background. |
270
270
  | `.pf-m-secondary` | `.pf-v6-c-sidebar__panel, .pf-v6-c-sidebar__content` | Modifies the element to have secondary styling. |
@@ -136,7 +136,7 @@ These classes can be used to ensure that the table changes between the tabular a
136
136
 
137
137
  | Class | Applied to | Outcome |
138
138
  | -- | -- | -- |
139
- | `.pf-m-grid-md`, `.pf-m-grid-lg`, `.pf-m-grid-xl`, `.pf-m-grid-2xl` | `.pf-v6-c-table` | Changes tabular layout to responsive, grid based layout at optional [breakpoint](/tokens/all-patternfly-tokens). |
139
+ | `.pf-m-grid-md`, `.pf-m-grid-lg`, `.pf-m-grid-xl`, `.pf-m-grid-2xl` | `.pf-v6-c-table` | Changes tabular layout to responsive, grid based layout at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
140
140
  | `.pf-m-grid` | `.pf-v6-c-table` | Changes tabular layout to responsive, grid based layout. This approach requires JavaScript to set this class at some prescribed viewport width value. |
141
141
 
142
142
  ## Sortable
@@ -18188,8 +18188,8 @@ Width modifiers control the width of the columns. To control the responsive beha
18188
18188
 
18189
18189
  | Class | Applied to | Outcome |
18190
18190
  | -- | -- | -- |
18191
- | `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v6-c-table tr > th`, `.pf-v6-c-table tr > td` | Hides a table cell at optional [breakpoint](/tokens/all-patternfly-tokens), or hides it at all breakpoints with `.pf-m-hidden`. **Note: Needs to apply to all cells in the column you want to hide.** |
18192
- | `.pf-m-visible{-on-[breakpoint]}` | `.pf-v6-c-table tr > th`, `.pf-v6-c-table tr > td` | Shows a table cell at optional [breakpoint](/tokens/all-patternfly-tokens). |
18191
+ | `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v6-c-table tr > th`, `.pf-v6-c-table tr > td` | Hides a table cell at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens), or hides it at all breakpoints with `.pf-m-hidden`. **Note: Needs to apply to all cells in the column you want to hide.** |
18192
+ | `.pf-m-visible{-on-[breakpoint]}` | `.pf-v6-c-table tr > th`, `.pf-v6-c-table tr > td` | Shows a table cell at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
18193
18193
 
18194
18194
  ## Text control modifiers
18195
18195
 
@@ -11379,11 +11379,11 @@ Whenever a list of tabs is unique on the current page, it can be used in a `<nav
11379
11379
  | `.pf-m-box` | `.pf-v6-c-tabs` | Applies box styling to the tab component. |
11380
11380
  | `.pf-m-vertical` | `.pf-v6-c-tabs` | Applies vertical styling to the tab component. |
11381
11381
  | `.pf-m-fill` | `.pf-v6-c-tabs` | Modifies the tabs to fill the available space. |
11382
- | `.pf-m-inset-{none, sm, md, lg, xl, 2xl}{-on-[md, lg, xl, 2xl]}` | `.pf-v6-c-tabs` | Modifies tabs horizontal padding at optional [breakpoint](/tokens/all-patternfly-tokens). |
11382
+ | `.pf-m-inset-{none, sm, md, lg, xl, 2xl}{-on-[md, lg, xl, 2xl]}` | `.pf-v6-c-tabs` | Modifies tabs horizontal padding at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
11383
11383
  | `.pf-m-page-insets` | `.pf-v6-c-tabs` | Modifies the tabs component padding/inset to visually match padding of page elements. |
11384
11384
  | `.pf-m-secondary` | `.pf-v6-c-tabs.pf-m-box` | Modifies the tabs component tab background colors for the box variant. |
11385
- | `.pf-m-expandable{-on-[breakpoint]}` | `.pf-v6-c-tabs` | Modifies the tabs component to be expandable via a toggle at optional [breakpoint](/tokens/all-patternfly-tokens). **Note:** works with vertical tabs only. |
11386
- | `.pf-m-non-expandable{-on-[breakpoint]}` | `.pf-v6-c-tabs` | Modifies the tabs component to be non-expandable at optional [breakpoint](/tokens/all-patternfly-tokens). |
11385
+ | `.pf-m-expandable{-on-[breakpoint]}` | `.pf-v6-c-tabs` | Modifies the tabs component to be expandable via a toggle at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). **Note:** works with vertical tabs only. |
11386
+ | `.pf-m-non-expandable{-on-[breakpoint]}` | `.pf-v6-c-tabs` | Modifies the tabs component to be non-expandable at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
11387
11387
  | `.pf-m-expanded` | `.pf-v6-c-tabs` | Modifies the expandable tabs component for the expanded state. |
11388
11388
  | `.pf-m-animate-current` | `.pf-v6-c-tabs` | Modifies tabs to animate movement of the current tab accent line. |
11389
11389
  | `.pf-m-initializing-accent` | `.pf-v6-c-tabs.pf-m-animate-current` | Modifies tabs styles while initializing the "current" tab's accent styles. |
@@ -14,8 +14,8 @@ Toolbar relies on groups (`.pf-v6-c-toolbar__group`) and items (`.pf-v6-c-toolba
14
14
  | -- | -- | -- |
15
15
  | `.pf-v6-c-toolbar__group` | `--pf-v6-c-toolbar__group--ColumnGap` | `16px` |
16
16
  | `.pf-v6-c-toolbar__item` | `--pf-v6-c-toolbar__item--ColumnGap` | `16px` |
17
- | `.pf-m-[column/row]-gap-[none/sm/md/lg/xl/2xl]{-on-[breakpoint]}` | `.pf-v6-c-toolbar__content-section`, `.pf-v6-c-toolbar__group`, `.pf-v6-c-toolbar__item` | Modifies toolbar group or item spacing at optional [breakpoint](/tokens/all-patternfly-tokens). |
18
- | `.pf-m-gap-[none/sm/md/lg/xl/2xl]{-on-[breakpoint]}` | `.pf-v6-c-toolbar__content-section`, `.pf-v6-c-toolbar__group`, `.pf-v6-c-toolbar__item` | Modifies both column gap and row gap for toolbar group or item spacing at optional [breakpoint](/tokens/all-patternfly-tokens). |
17
+ | `.pf-m-[column/row]-gap-[none/sm/md/lg/xl/2xl]{-on-[breakpoint]}` | `.pf-v6-c-toolbar__content-section`, `.pf-v6-c-toolbar__group`, `.pf-v6-c-toolbar__item` | Modifies toolbar group or item spacing at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
18
+ | `.pf-m-gap-[none/sm/md/lg/xl/2xl]{-on-[breakpoint]}` | `.pf-v6-c-toolbar__content-section`, `.pf-v6-c-toolbar__group`, `.pf-v6-c-toolbar__item` | Modifies both column gap and row gap for toolbar group or item spacing at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
19
19
 
20
20
  ### Toolbar item types
21
21
 
@@ -37,7 +37,7 @@ Toolbar relies on groups (`.pf-v6-c-toolbar__group`) and items (`.pf-v6-c-toolba
37
37
 
38
38
  Several components in the following examples do not include functional and/or accessibility specifications (for example `.pf-v6-c-select`, `.pf-v6-c-options-menu`). Rather, `.pf-v6-c-toolbar` focuses on functionality and accessibility specifications that apply to it only.
39
39
 
40
- **Available [breakpoints](/tokens/all-patternfly-tokens) are: `-on-sm`, `-on-md`, `-on-lg`, `-on-xl`, and `-on-2xl`.**
40
+ **Available [breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are: `-on-sm`, `-on-md`, `-on-lg`, `-on-xl`, and `-on-2xl`.**
41
41
 
42
42
  ## Examples
43
43
 
@@ -181,8 +181,8 @@ Several components in the following examples do not include functional and/or ac
181
181
 
182
182
  | Class | Applied to | Outcome |
183
183
  | -- | -- | -- |
184
- | `--pf-v6-c-toolbar__item--Width: {width}` | `.pf-v6-c-toolbar__item` | Modifies the width value of a toolbar item at optional [breakpoint](/tokens/all-patternfly-tokens). |
185
- | `--pf-v6-c-toolbar__item--MinWidth: {width}` | `.pf-v6-c-toolbar__item` | Modifies the min width value of a toolbar item at optional [breakpoint](/tokens/all-patternfly-tokens). |
184
+ | `--pf-v6-c-toolbar__item--Width: {width}` | `.pf-v6-c-toolbar__item` | Modifies the width value of a toolbar item at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
185
+ | `--pf-v6-c-toolbar__item--MinWidth: {width}` | `.pf-v6-c-toolbar__item` | Modifies the min width value of a toolbar item at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
186
186
 
187
187
  ## Group types
188
188
 
@@ -2674,5 +2674,5 @@ As the toolbar component is a hybrid layout and component, some of its elements
2674
2674
 
2675
2675
  | Class | Applied to | Outcome |
2676
2676
  | -- | -- | -- |
2677
- | `.pf-m-[column/row]-gap-[none/sm/md/lg/xl/2xl]` | `.pf-v6-c-toolbar__group`, `.pf-v6-c-toolbar__item` | Modifies toolbar group or item spacing at optional [breakpoint](/tokens/all-patternfly-tokens). |
2678
- | `.pf-m-gap-[none/sm/md/lg/xl/2xl]` | `.pf-v6-c-toolbar__group`, `.pf-v6-c-toolbar__item` | Modifies both column and row gap for toolbar group or item spacing at optional [breakpoint](/tokens/all-patternfly-tokens). |
2677
+ | `.pf-m-[column/row]-gap-[none/sm/md/lg/xl/2xl]` | `.pf-v6-c-toolbar__group`, `.pf-v6-c-toolbar__item` | Modifies toolbar group or item spacing at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
2678
+ | `.pf-m-gap-[none/sm/md/lg/xl/2xl]` | `.pf-v6-c-toolbar__group`, `.pf-v6-c-toolbar__item` | Modifies both column and row gap for toolbar group or item spacing at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  id: Compass
3
- section: PatternFly-AI
3
+ section: AI
4
4
  subsection: Generative UIs
5
5
  wrapperTag: div
6
6
  ---## Examples
@@ -9,7 +9,7 @@ wrapperTag: div
9
9
 
10
10
  ```html isFullscreen isBeta
11
11
  <div
12
- class="pf-v6-c-compass"
12
+ class="pf-v6-c-compass pf-m-animate-smoothly"
13
13
  style="
14
14
  --pf-v6-c-compass--BackgroundImage--light: url(/assets/images/compass--wallpaper-light.png);
15
15
  --pf-v6-c-compass--BackgroundImage--dark: url(/assets/images/compass--wallpaper-dark.png);
@@ -404,7 +404,7 @@ wrapperTag: div
404
404
  </div>
405
405
  <div class="pf-v6-c-compass__profile">
406
406
  <button
407
- class="pf-v6-c-menu-toggle pf-m-text pf-m-plain"
407
+ class="pf-v6-c-menu-toggle pf-m-circle pf-m-text pf-m-plain"
408
408
  type="button"
409
409
  aria-expanded="false"
410
410
  aria-label="Menu toggle"
@@ -1323,7 +1323,7 @@ wrapperTag: div
1323
1323
 
1324
1324
  ```html isFullscreen isBeta
1325
1325
  <div
1326
- class="pf-v6-c-compass"
1326
+ class="pf-v6-c-compass pf-m-animate-smoothly"
1327
1327
  style="
1328
1328
  --pf-v6-c-compass--BackgroundImage--light: url(/assets/images/compass--wallpaper-light.png);
1329
1329
  --pf-v6-c-compass--BackgroundImage--dark: url(/assets/images/compass--wallpaper-dark.png);
@@ -1714,7 +1714,7 @@ wrapperTag: div
1714
1714
  </div>
1715
1715
  <div class="pf-v6-c-compass__profile">
1716
1716
  <button
1717
- class="pf-v6-c-menu-toggle pf-m-text pf-m-plain"
1717
+ class="pf-v6-c-menu-toggle pf-m-circle pf-m-text pf-m-plain"
1718
1718
  type="button"
1719
1719
  aria-expanded="false"
1720
1720
  aria-label="Menu toggle"
@@ -2859,7 +2859,7 @@ wrapperTag: div
2859
2859
 
2860
2860
  ```html isFullscreen isBeta
2861
2861
  <div
2862
- class="pf-v6-c-compass"
2862
+ class="pf-v6-c-compass pf-m-animate-smoothly"
2863
2863
  style="
2864
2864
  --pf-v6-c-compass--BackgroundImage--light: url(/assets/images/compass--wallpaper-light.png);
2865
2865
  --pf-v6-c-compass--BackgroundImage--dark: url(/assets/images/compass--wallpaper-dark.png);
@@ -3254,7 +3254,7 @@ wrapperTag: div
3254
3254
  </div>
3255
3255
  <div class="pf-v6-c-compass__profile">
3256
3256
  <button
3257
- class="pf-v6-c-menu-toggle pf-m-text pf-m-plain"
3257
+ class="pf-v6-c-menu-toggle pf-m-circle pf-m-text pf-m-plain"
3258
3258
  type="button"
3259
3259
  aria-expanded="false"
3260
3260
  aria-label="Menu toggle"
@@ -4850,7 +4850,7 @@ wrapperTag: div
4850
4850
  <div class="pf-v6-c-drawer__content">
4851
4851
  <div class="pf-v6-c-drawer__body">
4852
4852
  <div
4853
- class="pf-v6-c-compass"
4853
+ class="pf-v6-c-compass pf-m-animate-smoothly"
4854
4854
  style="
4855
4855
  --pf-v6-c-compass--BackgroundImage--light: url(/assets/images/compass--wallpaper-light.png);
4856
4856
  --pf-v6-c-compass--BackgroundImage--dark: url(/assets/images/compass--wallpaper-dark.png);
@@ -5266,7 +5266,7 @@ wrapperTag: div
5266
5266
  </div>
5267
5267
  <div class="pf-v6-c-compass__profile">
5268
5268
  <button
5269
- class="pf-v6-c-menu-toggle pf-m-text pf-m-plain"
5269
+ class="pf-v6-c-menu-toggle pf-m-circle pf-m-text pf-m-plain"
5270
5270
  type="button"
5271
5271
  aria-expanded="false"
5272
5272
  aria-label="Menu toggle"
@@ -1,5 +1,5 @@
1
- .ws-core-l-bullseye .pf-v6-l-bullseye,
2
- .ws-core-l-bullseye .pf-v6-l-bullseye__item {
1
+ .ws-core-f-bullseye .pf-v6-l-bullseye,
2
+ .ws-core-f-bullseye .pf-v6-l-bullseye__item {
3
3
  padding: var(--pf-t--global--spacer--sm);
4
4
  border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
5
5
  }
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Bullseye
3
- section: layouts
3
+ section: foundations-and-styles
4
+ subsection: layouts
4
5
  cssPrefix: pf-v6-l-bullseye
5
6
  ---import './Bullseye.css'
6
7
 
@@ -1,6 +1,6 @@
1
- .ws-core-l-flex-border,
2
- .ws-core-l-flex .pf-v6-l-flex .pf-v6-l-flex,
3
- .ws-core-l-flex .pf-v6-l-flex__item {
1
+ .ws-core-f-flex-border,
2
+ .ws-core-f-flex .pf-v6-l-flex .pf-v6-l-flex,
3
+ .ws-core-f-flex .pf-v6-l-flex__item {
4
4
  padding: var(--pf-t--global--spacer--sm);
5
5
  border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
6
6
  }
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Flex
3
- section: layouts
3
+ section: foundations-and-styles
4
+ subsection: layouts
4
5
  cssPrefix: pf-v6-l-flex
5
6
  ---import './Flex.css'
6
7
 
@@ -20,7 +21,7 @@ The flex layout provides two ways of spacing its direct children.
20
21
 
21
22
  ### Breakpoints
22
23
 
23
- [Breakpoints](/tokens/all-patternfly-tokens) `-on-sm`, `-on-md`, `-on-lg`, `-on-xl`, and `-on-2xl` are provided.
24
+ [Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) `-on-sm`, `-on-md`, `-on-lg`, `-on-xl`, and `-on-2xl` are provided.
24
25
 
25
26
  ### Usefulness
26
27
 
@@ -1,5 +1,5 @@
1
- .ws-core-l-gallery .pf-v6-l-gallery,
2
- .ws-core-l-gallery .pf-v6-l-gallery__item {
1
+ .ws-core-f-gallery .pf-v6-l-gallery,
2
+ .ws-core-f-gallery .pf-v6-l-gallery__item {
3
3
  padding: var(--pf-t--global--spacer--sm);
4
4
  border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
5
5
  }
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Gallery
3
- section: layouts
3
+ section: foundations-and-styles
4
+ subsection: layouts
4
5
  cssPrefix: pf-v6-l-gallery
5
6
  ---import './Gallery.css'
6
7
 
@@ -174,5 +175,5 @@ The gallery layout is designed so that all of its children are of uniform size,
174
175
  | `.pf-v6-l-gallery` | `<div>` | Initializes a Gallery layout |
175
176
  | `.pf-v6-l-gallery__item` | `<div>` | Explicitly sets the child for the gallery. This class isn't necessary, but it is included to keep inline with BEM convention, and to provide an entity that will later be used for applying modifiers. |
176
177
  | `.pf-m-gutter` | `.pf-v6-l-gallery` | Adds space between children by using the globally defined gutter value. |
177
- | `--pf-v6-l-gallery--GridTemplateColumns--min{-on-[breakpoint]}: {width}` | `.pf-v6-l-gallery` | Modifies the min value of `grid-template-columns` declaration at the optional [breakpoint](/tokens/all-patternfly-tokens). |
178
- | `--pf-v6-l-gallery--GridTemplateColumns--max{-on-[breakpoint]}: {width}` | `.pf-v6-l-gallery` | Modifies the max value of `grid-template-columns` declaration at the optional [breakpoint](/tokens/all-patternfly-tokens). |
178
+ | `--pf-v6-l-gallery--GridTemplateColumns--min{-on-[breakpoint]}: {width}` | `.pf-v6-l-gallery` | Modifies the min value of `grid-template-columns` declaration at the optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
179
+ | `--pf-v6-l-gallery--GridTemplateColumns--max{-on-[breakpoint]}: {width}` | `.pf-v6-l-gallery` | Modifies the max value of `grid-template-columns` declaration at the optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
@@ -1,4 +1,4 @@
1
- .ws-core-l-grid .pf-v6-l-grid__item {
1
+ .ws-core-f-grid .pf-v6-l-grid__item {
2
2
  padding: var(--pf-t--global--spacer--sm);
3
3
  border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
4
4
  }
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Grid
3
- section: layouts
3
+ section: foundations-and-styles
4
+ subsection: layouts
4
5
  cssPrefix: pf-v6-l-grid
5
6
  ---import './Grid.css'
6
7
 
@@ -318,7 +319,7 @@ The grid layout is based on CSS Grid’s two-dimensional system of columns and r
318
319
  | `.pf-v6-l-grid` | `<div>` | Initializes the grid layout. |
319
320
  | `.pf-v6-l-grid__item` | `<div>` | Explicitly sets a child of the grid. This class isn't necessary, but it is included to keep inline with BEM convention, and to provide an entity that will later be used for applying modifiers. |
320
321
  | `.pf-m-gutter` | `.pf-v6-l-grid` | Adds space between children by using the globally defined gutter value. |
321
- | `.pf-m-all-{1-12}-col{-on-[breakpoint]}` | `.pf-v6-l-grid` | Defines grid item size on grid container at optional [breakpoint](/tokens/all-patternfly-tokens). |
322
- | `.pf-m-{1-12}-col{-on-[breakpoint]}` | `.pf-v6-l-grid__item` | Defines grid item size at optional [breakpoint](/tokens/all-patternfly-tokens). Although not required, they are strongly suggested. If not used, grid item will default to 12 col. |
323
- | `.pf-m-{2-x}-row{-on-[breakpoint]}` | `.pf-v6-l-grid__item` | Defines grid item row span at optional [breakpoint](/tokens/all-patternfly-tokens). For row spans to function correctly, the value of of the current row plus the grid items to span must be equal to or less than 12. Example: `.pf-m-8-col.pf-m-2-row` + `.pf-m-4-col` + `.pf-m-4-col`. There is no limit to number of spanned rows. |
324
- | `--pf-v6-l-grid--item--Order{-on-[breakpoint]}: {order}` | `.pf-v6-l-grid > .pf-v6-l-grid`, `.pf-v6-l-grid__item` | Modifies the order of the grid layout element at optional [breakpoint](/tokens/all-patternfly-tokens). |
322
+ | `.pf-m-all-{1-12}-col{-on-[breakpoint]}` | `.pf-v6-l-grid` | Defines grid item size on grid container at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
323
+ | `.pf-m-{1-12}-col{-on-[breakpoint]}` | `.pf-v6-l-grid__item` | Defines grid item size at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). Although not required, they are strongly suggested. If not used, grid item will default to 12 col. |
324
+ | `.pf-m-{2-x}-row{-on-[breakpoint]}` | `.pf-v6-l-grid__item` | Defines grid item row span at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). For row spans to function correctly, the value of of the current row plus the grid items to span must be equal to or less than 12. Example: `.pf-m-8-col.pf-m-2-row` + `.pf-m-4-col` + `.pf-m-4-col`. There is no limit to number of spanned rows. |
325
+ | `--pf-v6-l-grid--item--Order{-on-[breakpoint]}: {order}` | `.pf-v6-l-grid > .pf-v6-l-grid`, `.pf-v6-l-grid__item` | Modifies the order of the grid layout element at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
@@ -1,12 +1,12 @@
1
- .ws-core-l-level .ws-preview-html {
1
+ .ws-core-f-level .ws-preview-html {
2
2
  display: flex;
3
3
  flex-wrap: wrap;
4
4
  min-height: 160px;
5
5
  }
6
- .ws-core-l-level :is(.pf-v6-l-level, .pf-v6-l-level__item, .pf-v6-l-level > *) {
6
+ .ws-core-f-level :is(.pf-v6-l-level, .pf-v6-l-level__item, .pf-v6-l-level > *) {
7
7
  padding: var(--pf-t--global--spacer--sm);
8
8
  border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
9
9
  }
10
- .ws-core-l-level .pf-v6-l-level {
10
+ .ws-core-f-level .pf-v6-l-level {
11
11
  width: 100%;
12
12
  }
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Level
3
- section: layouts
3
+ section: foundations-and-styles
4
+ subsection: layouts
4
5
  cssPrefix: pf-v6-l-level
5
6
  ---import './Level.css'
6
7
 
@@ -1,4 +1,4 @@
1
- .ws-core-l-split :is(.pf-v6-l-split, .pf-v6-l-split__item, .pf-v6-l-split > *) {
1
+ .ws-core-f-split :is(.pf-v6-l-split, .pf-v6-l-split__item, .pf-v6-l-split > *) {
2
2
  padding: var(--pf-t--global--spacer--sm);
3
3
  border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
4
4
  }
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Split
3
- section: layouts
3
+ section: foundations-and-styles
4
+ subsection: layouts
4
5
  cssPrefix: pf-v6-l-split
5
6
  ---import './Split.css'
6
7
 
@@ -1,15 +1,15 @@
1
- .ws-core-l-stack :is(.pf-v6-l-stack, .pf-v6-l-stack__item, .pf-v6-l-stack > *) {
1
+ .ws-core-f-stack :is(.pf-v6-l-stack, .pf-v6-l-stack__item, .pf-v6-l-stack > *) {
2
2
  padding: var(--pf-t--global--spacer--sm);
3
3
  border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
4
4
  }
5
5
 
6
- .ws-core-l-stack .ws-preview-html {
6
+ .ws-core-f-stack .ws-preview-html {
7
7
  display: flex;
8
8
  flex-direction: column;
9
9
  min-height: 30rem;
10
10
  width: 100%;
11
11
  }
12
12
 
13
- .ws-core-l-stack .pf-v6-l-stack {
13
+ .ws-core-f-stack .pf-v6-l-stack {
14
14
  flex-grow: 1;
15
15
  }
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Stack
3
- section: layouts
3
+ section: foundations-and-styles
4
+ subsection: layouts
4
5
  cssPrefix: pf-v6-l-stack
5
6
  ---import './Stack.css'
6
7
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Accessibility
3
- section: utility-classes
3
+ section: foundations-and-styles
4
+ subsection: utility-classes
4
5
  ---## Examples
5
6
 
6
7
  ### Screen reader only
@@ -34,7 +35,7 @@ The text underneath is hidden.
34
35
 
35
36
  ### Overview
36
37
 
37
- [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-screen-reader-on-lg`
38
+ [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-screen-reader-on-lg`
38
39
 
39
40
  ### Usage
40
41
 
@@ -1,7 +1,7 @@
1
- .ws-core-u-alignment .pf-v6-u-text-align-start,
2
- .ws-core-u-alignment .pf-v6-u-text-align-center,
3
- .ws-core-u-alignment .pf-v6-u-text-align-end,
4
- .ws-core-u-alignment .pf-v6-u-text-align-justify {
1
+ .ws-core-f-alignment .pf-v6-u-text-align-start,
2
+ .ws-core-f-alignment .pf-v6-u-text-align-center,
3
+ .ws-core-f-alignment .pf-v6-u-text-align-end,
4
+ .ws-core-f-alignment .pf-v6-u-text-align-justify {
5
5
  padding: var(--pf-t--global--spacer--sm);
6
6
  border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
7
7
  }
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Alignment
3
- section: utility-classes
3
+ section: foundations-and-styles
4
+ subsection: utility-classes
4
5
  ---import './Alignment.css'
5
6
 
6
7
  ## Examples
@@ -23,7 +24,7 @@ section: utility-classes
23
24
 
24
25
  ### Overview
25
26
 
26
- [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-text-align-start-on-lg`
27
+ [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-text-align-start-on-lg`
27
28
 
28
29
  ### Usage
29
30
 
@@ -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,9 +1,9 @@
1
- .ws-core-u-box-shadow .ws-preview-html {
1
+ .ws-core-f-box-shadow .ws-preview-html {
2
2
  display: flex;
3
3
  flex-direction: column;
4
4
  gap: var(--pf-t--global--spacer--xl);
5
5
  }
6
6
 
7
- .ws-core-u-box-shadow [class*="pf-v6-u-box-shadow"] {
7
+ .ws-core-f-box-shadow [class*="pf-v6-u-box-shadow"] {
8
8
  padding: var(--pf-t--global--spacer--md);
9
9
  }
@@ -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,4 +1,4 @@
1
- .ws-core-u-display [class*="pf-v6-u-display-"] {
1
+ .ws-core-f-display [class*="pf-v6-u-display-"] {
2
2
  padding: var(--pf-t--global--spacer--sm);
3
3
  border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
4
4
  }
@@ -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