@patternfly/patternfly 6.2.0-prerelease.1 → 6.2.0-prerelease.11

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 (84) hide show
  1. package/assets/pficon/pficon.scss +1 -1
  2. package/base/normalize.scss +2 -2
  3. package/base/patternfly-pf-icons.css +1 -1
  4. package/components/Banner/banner.css +2 -2
  5. package/components/Banner/banner.scss +2 -2
  6. package/components/Breadcrumb/breadcrumb.css +3 -2
  7. package/components/Breadcrumb/breadcrumb.scss +3 -2
  8. package/components/Button/button.css +38 -2
  9. package/components/Button/button.scss +40 -2
  10. package/components/Content/content.css +2 -1
  11. package/components/Content/content.scss +2 -1
  12. package/components/DescriptionList/description-list.css +3 -2
  13. package/components/DescriptionList/description-list.scss +3 -2
  14. package/components/Drawer/drawer.css +3 -1
  15. package/components/Drawer/drawer.scss +3 -1
  16. package/components/Form/form.css +3 -6
  17. package/components/Form/form.scss +3 -7
  18. package/components/JumpLinks/jump-links.css +1 -1
  19. package/components/JumpLinks/jump-links.scss +1 -1
  20. package/components/Label/label.css +3 -2
  21. package/components/Label/label.scss +3 -2
  22. package/components/Menu/menu.css +11 -2
  23. package/components/Menu/menu.scss +12 -2
  24. package/components/MenuToggle/menu-toggle.css +4 -0
  25. package/components/MenuToggle/menu-toggle.scss +4 -0
  26. package/components/Nav/nav.css +46 -13
  27. package/components/Nav/nav.scss +57 -17
  28. package/components/Popover/popover.css +2 -0
  29. package/components/Popover/popover.scss +2 -0
  30. package/components/Progress/progress.css +3 -0
  31. package/components/Progress/progress.scss +3 -0
  32. package/components/ProgressStepper/progress-stepper.css +2 -1
  33. package/components/ProgressStepper/progress-stepper.scss +2 -1
  34. package/components/SimpleList/simple-list.css +2 -2
  35. package/components/SimpleList/simple-list.scss +2 -2
  36. package/components/Tabs/tabs.css +1 -1
  37. package/components/Tabs/tabs.scss +1 -1
  38. package/components/Timestamp/timestamp.css +2 -1
  39. package/components/Timestamp/timestamp.scss +2 -1
  40. package/components/ToggleGroup/toggle-group.css +1 -1
  41. package/components/ToggleGroup/toggle-group.scss +1 -1
  42. package/components/Wizard/wizard.css +1 -1
  43. package/components/Wizard/wizard.scss +1 -1
  44. package/components/_index.css +132 -41
  45. package/docs/components/Avatar/examples/Avatar.md +4 -4
  46. package/docs/components/Brand/examples/Brand.md +2 -2
  47. package/docs/components/DataList/examples/DataList.md +3 -3
  48. package/docs/components/DescriptionList/examples/DescriptionList.md +2 -2
  49. package/docs/components/Divider/examples/Divider.md +2 -2
  50. package/docs/components/Drawer/examples/Drawer.md +3 -3
  51. package/docs/components/JumpLinks/examples/JumpLinks.md +2 -2
  52. package/docs/components/Masthead/examples/masthead.md +1 -1
  53. package/docs/components/Menu/examples/Menu.md +2 -2
  54. package/docs/components/Nav/examples/Navigation.md +3 -0
  55. package/docs/components/Page/examples/Page.md +2 -2
  56. package/docs/components/Pagination/examples/Pagination.md +3 -3
  57. package/docs/components/ProgressStepper/examples/ProgressStepper.md +2 -2
  58. package/docs/components/Sidebar/examples/Sidebar.md +1 -1
  59. package/docs/components/Table/examples/Table.md +3 -3
  60. package/docs/components/Tabs/examples/Tabs.md +3 -3
  61. package/docs/components/Toolbar/examples/Toolbar.md +7 -7
  62. package/docs/demos/CardView/examples/CardView.md +2 -0
  63. package/docs/demos/Nav/examples/Nav.md +2 -0
  64. package/docs/layouts/Flex/examples/Flex.md +1 -1
  65. package/docs/layouts/Gallery/examples/Gallery.md +2 -2
  66. package/docs/layouts/Grid/examples/Grid.md +4 -4
  67. package/docs/utilities/Accessibility/examples/Accessibility.md +1 -1
  68. package/docs/utilities/Alignment/examples/Alignment.md +1 -1
  69. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +1 -1
  70. package/docs/utilities/Display/examples/Display.md +1 -1
  71. package/docs/utilities/Flex/examples/Flex.md +1 -1
  72. package/docs/utilities/Float/examples/Float.md +1 -1
  73. package/docs/utilities/Sizing/examples/Sizing.md +6 -6
  74. package/docs/utilities/Spacing/examples/Spacing.md +1 -1
  75. package/docs/utilities/Text/examples/Text.md +1 -1
  76. package/package.json +5 -5
  77. package/patternfly-base-no-globals.css +1 -1
  78. package/patternfly-base.css +3 -3
  79. package/patternfly-charts.css +83 -0
  80. package/patternfly-charts.scss +126 -0
  81. package/patternfly-no-globals.css +133 -42
  82. package/patternfly.css +135 -44
  83. package/patternfly.min.css +1 -1
  84. package/patternfly.min.css.map +1 -1
@@ -752,7 +752,7 @@ cssPrefix: pf-v6-c-jump-links
752
752
  | `.pf-v6-c-jump-links__link-text` | `<div>` | Initiates the jump links link text. |
753
753
  | `.pf-m-vertical` | `.pf-v6-c-jump-links` | Modifies the jump links component to be vertical. |
754
754
  | `.pf-m-center` | `.pf-v6-c-jump-links` | Modifies the jump links component to center its list and label. |
755
- | `.pf-m-expandable{-on-[breakpoint]}` | `.pf-v6-c-jump-links` | Modifies the jump links component to be expandable via a toggle at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). **Note:** works with vertical jump links only. |
756
- | `.pf-m-non-expandable{-on-[breakpoint]}` | `.pf-v6-c-jump-links` | Modifies the jump links component to be non-expandable at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
755
+ | `.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. |
756
+ | `.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). |
757
757
  | `.pf-m-expanded` | `.pf-v6-c-jump-links` | Modifies the expandable jump links component for the expanded state. |
758
758
  | `.pf-m-current` | `.pf-v6-c-jump-links__item`| Modifies the jump links item to be current. |
@@ -618,4 +618,4 @@ cssPrefix: pf-v6-c-masthead
618
618
  | `.pf-v6-c-masthead__brand` | `<div>` | Initiates the masthead content component. |
619
619
  | `.pf-v6-c-masthead__logo` | `<a>, <div>` | Initiates the masthead content component. |
620
620
  | `.pf-v6-c-masthead__content` | `<div>` | Initiates the masthead content component. |
621
- | `.pf-m-inset-{none, sm, md, lg, xl, 2xl}{-on-[breakpoint]}` | `.pf-v6-c-masthead` | Modifies masthead horizontal padding at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
621
+ | `.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). |
@@ -6334,8 +6334,8 @@ cssPrefix: pf-v6-c-menu
6334
6334
  | `.pf-v6-c-menu__item-action-icon` | `<span>` | Initiates the menu item action icon. |
6335
6335
  | `.pf-v6-c-menu__item-external-icon` | `<span>` | Initiates the menu item external icon. |
6336
6336
  | `.pf-v6-c-menu__footer` | `<div>` | Initiates the menu footer. |
6337
- | `.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](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
6338
- | `.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](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
6337
+ | `.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). |
6338
+ | `.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). |
6339
6339
  | `.pf-m-favorite` | `.pf-v6-c-menu__item-action` | Modifies the menu item action to handle the favorite icon. |
6340
6340
  | `.pf-m-favorited` | `.pf-v6-c-menu__item-action.pf-m-favorite` | Modifies the menu item action icon to be favorited. |
6341
6341
  | `.pf-m-selected` | `.pf-v6-c-menu__item` | Modifies the menu item to be selected. |
@@ -230,6 +230,7 @@ cssPrefix: pf-v6-c-nav
230
230
  class="pf-v6-c-nav__subnav"
231
231
  aria-labelledby="expandable-example3"
232
232
  hidden
233
+ inert
233
234
  >
234
235
  <ul class="pf-v6-c-nav__list" role="list">
235
236
  <li class="pf-v6-c-nav__item">
@@ -376,6 +377,7 @@ cssPrefix: pf-v6-c-nav
376
377
  class="pf-v6-c-nav__subnav"
377
378
  aria-labelledby="nav-mixed-link4"
378
379
  hidden
380
+ inert
379
381
  >
380
382
  <ul class="pf-v6-c-nav__list" role="list">
381
383
  <li class="pf-v6-c-nav__item">
@@ -442,6 +444,7 @@ cssPrefix: pf-v6-c-nav
442
444
  class="pf-v6-c-nav__subnav"
443
445
  aria-labelledby="expandable-third-level-example-example-1"
444
446
  hidden
447
+ inert
445
448
  >
446
449
  <ul class="pf-v6-c-nav__list" role="list">
447
450
  <li class="pf-v6-c-nav__item">
@@ -417,8 +417,8 @@ This component provides the basic chrome for a page, including sidebar and main
417
417
  | `.pf-m-page-insets` | `.pf-v6-c-page__sidebar-body` | Modifies a sidebar body padding/inset to visually match padding of page elements. |
418
418
  | `.pf-m-context-selector` | `.pf-v6-c-page__sidebar-body` | Modifies a sidebar body to contain a context selector. |
419
419
  | `.pf-m-inset-none` | `.pf-v6-c-page__sidebar-body` | Removes a sidebar body left/right inset. |
420
- | `.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](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). Should be used with pf-m-no-padding. |
421
- | `.pf-m-no-padding{-on-[breakpoint]}` | `.pf-v6-c-page__main-section` | Removes padding from the main page section at an optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
420
+ | `.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. |
421
+ | `.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). |
422
422
  | `.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.|
423
423
  | `.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. |
424
424
  | `.pf-m-limit-width` | `.pf-v6-c-page__main-section` | Modifies a page section to limit the `max-width` of the content inside. |
@@ -1113,13 +1113,13 @@ cssPrefix: pf-v6-c-pagination
1113
1113
  | `.pf-v6-c-pagination__nav` | `<nav>` | Initiates pagination nav. |
1114
1114
  | `.pf-v6-c-pagination__nav-control` | `<div>` | Initiates pagination nav control. |
1115
1115
  | `.pf-v6-c-pagination__nav-page-select` | `<div>` | Initiates pagination nav page select. |
1116
- | `.pf-m-display-summary{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies for summary display pagination component styles at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
1117
- | `.pf-m-display-full{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies for full display pagination component styles at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
1116
+ | `.pf-m-display-summary{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies for summary display pagination component styles at optional [breakpoint](/tokens/all-patternfly-tokens). |
1117
+ | `.pf-m-display-full{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies for full display pagination component styles at optional [breakpoint](/tokens/all-patternfly-tokens). |
1118
1118
  | `.pf-m-bottom` | `.pf-v6-c-pagination` | Modifies for bottom pagination component styles. |
1119
1119
  | `.pf-m-compact` | `.pf-v6-c-pagination` | Modifies for compact pagination component styles. |
1120
1120
  | `.pf-m-static` | `.pf-v6-c-pagination.pf-m-bottom` | Modifies bottom pagination to not be positioned sticky on summary. |
1121
1121
  | `.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`. |
1122
- | `.pf-m-inset-{none, sm, md, lg, xl, 2xl}{-on-[breakpoint]}` | `.pf-v6-c-pagination` | Modifies pagination horizontal padding at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
1122
+ | `.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). |
1123
1123
  | `.pf-m-page-insets` | `.pf-v6-c-pagination` | Modifies the pagination component padding/inset to visually match padding of page elements. |
1124
1124
  | `.pf-m-first` | `.pf-v6-c-pagination__nav-control` | Indicates the control is for the first page button. |
1125
1125
  | `.pf-m-prev` | `.pf-v6-c-pagination__nav-control` | Indicates the control is for the previous page button. |
@@ -933,8 +933,8 @@ Steps can be modified with `.pf-m-success`, `.pf-m-warning`, `.pf-m-danger`, `.p
933
933
  | `.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. |
934
934
  | `.progress-stepper__step-description` | `<div>` | Contains the description of the step. |
935
935
  | `.pf-m-center`| `.pf-v6-c-progress-stepper` | Modifies to center each step. |
936
- | `.pf-m-vertical{-on-[breakpoint]}`| `.pf-v6-c-progress-stepper` | Modifies progress stepper vertical layout at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
937
- | `.pf-m-horizontal{-on-[breakpoint]}`| `.pf-v6-c-progress-stepper` | Modifies progress stepper horizontal layout at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
936
+ | `.pf-m-vertical{-on-[breakpoint]}`| `.pf-v6-c-progress-stepper` | Modifies progress stepper vertical layout at optional [breakpoint](/tokens/all-patternfly-tokens). |
937
+ | `.pf-m-horizontal{-on-[breakpoint]}`| `.pf-v6-c-progress-stepper` | Modifies progress stepper horizontal layout at optional [breakpoint](/tokens/all-patternfly-tokens). |
938
938
  | `.pf-m-compact`| `.pf-v6-c-progress-stepper` | Modifies for compact styling. |
939
939
  | `.pf-m-success`| `.pf-v6-c-progress-stepper__step` | Modifies for success styling. |
940
940
  | `.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](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). **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](/tokens/all-patternfly-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](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
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). |
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
@@ -15516,8 +15516,8 @@ Width modifiers control the width of the columns. To control the responsive beha
15516
15516
 
15517
15517
  | Class | Applied to | Outcome |
15518
15518
  | -- | -- | -- |
15519
- | `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v6-c-table tr > th`, `.pf-v6-c-table tr > td` | Hides a table cell at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes), or hides it at all breakpoints with `.pf-m-hidden`. **Note: Needs to apply to all cells in the column you want to hide.** |
15520
- | `.pf-m-visible{-on-[breakpoint]}` | `.pf-v6-c-table tr > th`, `.pf-v6-c-table tr > td` | Shows a table cell at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
15519
+ | `.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.** |
15520
+ | `.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). |
15521
15521
 
15522
15522
  ## Text control modifiers
15523
15523
 
@@ -9136,11 +9136,11 @@ Whenever a list of tabs is unique on the current page, it can be used in a `<nav
9136
9136
  | `.pf-m-action` | `.pf-v6-c-tabs__item` | Indicates that a tab item contains actions other than the tab link. |
9137
9137
  | `.pf-m-overflow` | `.pf-v6-c-tabs__item` | Applies overflow menu styling to a tab item. |
9138
9138
  | `.pf-m-expanded` | `.pf-v6-c-tabs__item` | Applies expanded styling to the overflow menu tab item. |
9139
- | `.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](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
9139
+ | `.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). |
9140
9140
  | `.pf-m-page-insets` | `.pf-v6-c-tabs` | Modifies the tabs component padding/inset to visually match padding of page elements. |
9141
9141
  | `.pf-m-secondary` | `.pf-v6-c-tabs.pf-m-box` | Modifies the tabs component tab background colors for the box variant. |
9142
- | `.pf-m-expandable{-on-[breakpoint]}` | `.pf-v6-c-tabs` | Modifies the tabs component to be expandable via a toggle at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). **Note:** works with vertical tabs only. |
9143
- | `.pf-m-non-expandable{-on-[breakpoint]}` | `.pf-v6-c-tabs` | Modifies the tabs component to be non-expandable at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
9142
+ | `.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. |
9143
+ | `.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). |
9144
9144
  | `.pf-m-expanded` | `.pf-v6-c-tabs` | Modifies the expandable tabs component for the expanded state. |
9145
9145
  | `.pf-m-disabled` | `a.pf-v6-c-tabs__link` | Modifies a tabs link for disabled styles. |
9146
9146
  | `.pf-m-aria-disabled` | `.pf-v6-c-tabs__link` | Modifies a tabs link for disabled styles, but is still hoverable/focusable. |
@@ -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](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
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](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
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). |
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](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) are: `-on-sm`, `-on-md`, `-on-lg`, `-on-xl`, and `-on-2xl`.**
40
+ **Available [breakpoints](/tokens/all-patternfly-tokens) are: `-on-sm`, `-on-md`, `-on-lg`, `-on-xl`, and `-on-2xl`.**
41
41
 
42
42
  ## Examples
43
43
 
@@ -154,8 +154,8 @@ Several components in the following examples do not include functional and/or ac
154
154
 
155
155
  | Class | Applied to | Outcome |
156
156
  | -- | -- | -- |
157
- | `--pf-v6-c-toolbar__item--Width: {width}` | `.pf-v6-c-toolbar__item` | Modifies the width value of a toolbar item at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
158
- | `--pf-v6-c-toolbar__item--MinWidth: {width}` | `.pf-v6-c-toolbar__item` | Modifies the min width value of a toolbar item at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
157
+ | `--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). |
158
+ | `--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). |
159
159
 
160
160
  ## Group types
161
161
 
@@ -2646,5 +2646,5 @@ As the toolbar component is a hybrid layout and component, some of its elements
2646
2646
 
2647
2647
  | Class | Applied to | Outcome |
2648
2648
  | -- | -- | -- |
2649
- | `.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](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
2650
- | `.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](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
2649
+ | `.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). |
2650
+ | `.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). |
@@ -254,6 +254,7 @@ section: patterns
254
254
  class="pf-v6-c-nav__subnav"
255
255
  aria-labelledby="card-view-basic-example-expandable-nav-link2"
256
256
  hidden
257
+ inert
257
258
  >
258
259
  <ul class="pf-v6-c-nav__list" role="list">
259
260
  <li class="pf-v6-c-nav__item">
@@ -286,6 +287,7 @@ section: patterns
286
287
  class="pf-v6-c-nav__subnav"
287
288
  aria-labelledby="card-view-basic-example-expandable-nav-link3"
288
289
  hidden
290
+ inert
289
291
  >
290
292
  <ul class="pf-v6-c-nav__list" role="list">
291
293
  <li class="pf-v6-c-nav__item">
@@ -890,6 +890,7 @@ section: components
890
890
  class="pf-v6-c-nav__subnav"
891
891
  aria-labelledby="nav-expandable-example-expandable-nav-link2"
892
892
  hidden
893
+ inert
893
894
  >
894
895
  <ul class="pf-v6-c-nav__list" role="list">
895
896
  <li class="pf-v6-c-nav__item">
@@ -922,6 +923,7 @@ section: components
922
923
  class="pf-v6-c-nav__subnav"
923
924
  aria-labelledby="nav-expandable-example-expandable-nav-link3"
924
925
  hidden
926
+ inert
925
927
  >
926
928
  <ul class="pf-v6-c-nav__list" role="list">
927
929
  <li class="pf-v6-c-nav__item">
@@ -20,7 +20,7 @@ The flex layout provides two ways of spacing its direct children.
20
20
 
21
21
  ### Breakpoints
22
22
 
23
- [Breakpoints](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) `-on-sm`, `-on-md`, `-on-lg`, `-on-xl`, and `-on-2xl` are provided.
23
+ [Breakpoints](/tokens/all-patternfly-tokens) `-on-sm`, `-on-md`, `-on-lg`, `-on-xl`, and `-on-2xl` are provided.
24
24
 
25
25
  ### Usefulness
26
26
 
@@ -174,5 +174,5 @@ The gallery layout is designed so that all of its children are of uniform size,
174
174
  | `.pf-v6-l-gallery` | `<div>` | Initializes a Gallery layout |
175
175
  | `.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
176
  | `.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](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
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](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
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). |
@@ -318,7 +318,7 @@ The grid layout is based on CSS Grid’s two-dimensional system of columns and r
318
318
  | `.pf-v6-l-grid` | `<div>` | Initializes the grid layout. |
319
319
  | `.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
320
  | `.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](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
322
- | `.pf-m-{1-12}-col{-on-[breakpoint]}` | `.pf-v6-l-grid__item` | Defines grid item size at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). 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](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). 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](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
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). |
@@ -34,7 +34,7 @@ The text underneath is hidden.
34
34
 
35
35
  ### Overview
36
36
 
37
- [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. **Example .pf-v6-u-screen-reader-on-lg**
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
38
 
39
39
  ### Usage
40
40
 
@@ -23,7 +23,7 @@ section: utility-classes
23
23
 
24
24
  ### Overview
25
25
 
26
- [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. **Example .pf-v6-u-text-align-start-on-lg**
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
27
 
28
28
  ### Usage
29
29
 
@@ -28,7 +28,7 @@ Care should be taken especially when applying background colors, as this can hav
28
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
30
 
31
- [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. **Example .pf-v6-u-background-color-disabled-on-lg**
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
32
 
33
33
  ### Usage
34
34
 
@@ -83,7 +83,7 @@ section: utility-classes
83
83
 
84
84
  ### Overview
85
85
 
86
- [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. **Example .pf-v6-u-display-inline-block-on-lg**
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
87
 
88
88
  ### Usage
89
89
 
@@ -370,7 +370,7 @@ section: utility-classes
370
370
 
371
371
  ### Overview
372
372
 
373
- For these utilities to have effect, the parent element must be set to `display: flex` or `display: inline-flex`. [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. **Example .pf-v6-u-flex-row-on-lg**
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
374
 
375
375
  <!-- ## Accessibility
376
376
 
@@ -18,7 +18,7 @@ section: utility-classes
18
18
 
19
19
  ### Overview
20
20
 
21
- [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. **Example .pf-v6-u-float-inline-start-on-lg**
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
22
 
23
23
  ### Usage
24
24
 
@@ -22,7 +22,7 @@ section: utility-classes
22
22
 
23
23
  ### Usage
24
24
 
25
- [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. **Example .pf-v6-u-w-initial-on-lg**
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
26
 
27
27
  | Class | Applied to | Outcome |
28
28
  | -- | -- | -- |
@@ -50,7 +50,7 @@ section: utility-classes
50
50
 
51
51
  ### Usage
52
52
 
53
- [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), -on-sm, -on-md, -on-lg, -on-xl. **Example .pf-v6-u-w-25vw-on-lg**
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
54
 
55
55
  | Class | Applied to | Outcome |
56
56
  | -- | -- | -- |
@@ -90,7 +90,7 @@ section: utility-classes
90
90
 
91
91
  ### Usage
92
92
 
93
- [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), -on-sm, -on-md, -on-lg, -on-xl. **Example .pf-v6-u-h-initial-on-lg**
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
94
 
95
95
  | Class | Applied to | Outcome |
96
96
  | -- | -- | -- |
@@ -130,7 +130,7 @@ section: utility-classes
130
130
 
131
131
  ### Usage
132
132
 
133
- [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), -on-sm, -on-md, -on-lg, -on-xl. **Example .pf-v6-u-h-25vh-on-lg**
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
134
 
135
135
  | Class | Applied to | Outcome |
136
136
  | -- | -- | -- |
@@ -188,7 +188,7 @@ section: utility-classes
188
188
  | `.pf-v6-u-min-width` | `*` | Sets min-width: `var(--pf-v6-u-min-width--MinWidth{-on-[breakpoint]})`. |
189
189
  | `.pf-v6-u-max-width` | `*` | Sets min-width: `var(--pf-v6-u-max-width--MaxWidth{-on-[breakpoint]})`. |
190
190
 
191
- [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), -on-sm, -on-md, -on-lg, -on-xl. **Example --pf-v6-u-min-width--MinWidth-on-lg**
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
192
 
193
193
  | Custom property | Applied to | Outcome |
194
194
  | -- | -- | -- |
@@ -242,7 +242,7 @@ section: utility-classes
242
242
  | `.pf-v6-u-min-height` | `*` | Sets min-height: `var(--pf-v6-u-min-height--MinHeight{-on-[breakpoint]})`. |
243
243
  | `.pf-v6-u-max-height` | `*` | Sets max-height: `var(--pf-v6-u-max-height--MaxHeight{-on-[breakpoint]})`. |
244
244
 
245
- [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), -on-sm, -on-md, -on-lg, -on-xl. **Example --pf-v6-u-min-height--MinHeight-on-lg**
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
246
 
247
247
  | Custom property | Applied to | Outcome |
248
248
  | -- | -- | -- |
@@ -118,7 +118,7 @@ pf: 'test'
118
118
 
119
119
  ### Overview
120
120
 
121
- [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. **Example .pf-v6-u-m-sm-on-lg**
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
122
 
123
123
  ### Margin properties
124
124
 
@@ -171,7 +171,7 @@ These text utilities can be used to modify text within the PatternFly framework.
171
171
 
172
172
  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
173
 
174
- [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. **Example .pf-v6-u-font-size-xl-on-lg**
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
175
 
176
176
  ### Usage
177
177
 
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.2.0-prerelease.1",
4
+ "version": "6.2.0-prerelease.11",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -47,11 +47,11 @@
47
47
  "@commitlint/config-conventional": "^19.1.0",
48
48
  "@fortawesome/fontawesome": "^1.1.8",
49
49
  "@octokit/rest": "^20.1.0",
50
- "@patternfly/documentation-framework": "6.0.12",
50
+ "@patternfly/documentation-framework": "6.5.13",
51
51
  "@patternfly/patternfly-a11y": "5.0.0",
52
- "@patternfly/react-code-editor": "6.0.0",
53
- "@patternfly/react-core": "6.0.0",
54
- "@patternfly/react-table": "6.0.0",
52
+ "@patternfly/react-code-editor": "6.1.0",
53
+ "@patternfly/react-core": "6.1.0",
54
+ "@patternfly/react-table": "6.1.0",
55
55
  "@starptech/prettyhtml": "^0.10.0",
56
56
  "backstopjs": "^6.3.23",
57
57
  "cheerio": "^1.0.0-rc.12",
@@ -5665,7 +5665,7 @@
5665
5665
  font-style: normal;
5666
5666
  font-variant: normal;
5667
5667
  font-weight: normal;
5668
- text-decoration: none;
5668
+ text-decoration-line: none;
5669
5669
  text-transform: none;
5670
5670
  }
5671
5671
 
@@ -117,12 +117,12 @@ pre) {
117
117
 
118
118
  :where(a) {
119
119
  color: var(--pf-t--global--text--color--link--default);
120
- text-decoration: var(--pf-t--global--text-decoration--link--line--default);
120
+ text-decoration-line: var(--pf-t--global--text-decoration--link--line--default);
121
121
  }
122
122
 
123
123
  :where(a:hover, a:focus) {
124
124
  color: var(--pf-t--global--text--color--link--hover);
125
- text-decoration: var(--pf-t--global--text-decoration--link--line--hover);
125
+ text-decoration-line: var(--pf-t--global--text-decoration--link--line--hover);
126
126
  }
127
127
 
128
128
  :where(a,
@@ -5801,7 +5801,7 @@ button) {
5801
5801
  font-style: normal;
5802
5802
  font-variant: normal;
5803
5803
  font-weight: normal;
5804
- text-decoration: none;
5804
+ text-decoration-line: none;
5805
5805
  text-transform: none;
5806
5806
  }
5807
5807
 
@@ -661,4 +661,87 @@
661
661
  --pf-v6-chart-theme--multi-color-unordered--ColorScale--3300: var(--pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--3300);
662
662
  --pf-v6-chart-theme--multi-color-unordered--ColorScale--3400: var(--pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--3400);
663
663
  --pf-v6-chart-theme--multi-color-unordered--ColorScale--3500: var(--pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--3500);
664
+ }
665
+
666
+ :where(:root) {
667
+ --pf-v6-chart-echarts-global--axis--BoundaryGap: false;
668
+ --pf-v6-chart-echarts-global--axis--axis-label--Show: true;
669
+ --pf-v6-chart-echarts-global--axis--axis-line--Show: true;
670
+ --pf-v6-chart-echarts-global--axis--axis-line--item-style--Color: var(--pf-v6-chart-global--Fill--Color--300);
671
+ --pf-v6-chart-echarts-global--axis--axis-tick--Show: true;
672
+ --pf-v6-chart-echarts-global--axis--axis-tick--item-style--Color: var(--pf-v6-chart-global--Fill--Color--300);
673
+ --pf-v6-chart-echarts-global--axis--split-area--Show: false;
674
+ --pf-v6-chart-echarts-global--axis--split-area--area-style--Color: var(--pf-v6-chart-global--Fill--Color--white);
675
+ --pf-v6-chart-echarts-global--axis--split-line--Show: false;
676
+ --pf-v6-chart-echarts-global--label--Color: var(--pf-v6-chart-global--label--Fill);
677
+ --pf-v6-chart-echarts-BackgroundColor: transparent;
678
+ --pf-v6-chart-echarts-bar--item-style--BarBorderColor: var(--pf-v6-chart-global--Fill--Color--900);
679
+ --pf-v6-chart-echarts-bar--item-style--BarBorderWidth: 0;
680
+ --pf-v6-chart-echarts-boxplot--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--900);
681
+ --pf-v6-chart-echarts-boxplot--item-style--BorderWidth: 0;
682
+ --pf-v6-chart-echarts-candlestick--item-style--BorderWidth: 1;
683
+ --pf-v6-chart-echarts-candlestick--item-style--negative--Color: var(--pf-v6-chart-global--Fill--Color--900);
684
+ --pf-v6-chart-echarts-candlestick--item-style--positive--Color: var(--pf-v6-chart-global--Fill--Color--white);
685
+ --pf-v6-chart-echarts-candlestick--item-style--negative--BorderColor: var(--pf-v6-chart-global--Fill--Color--900);
686
+ --pf-v6-chart-echarts-candlestick--item-style--positive--BorderColor: var(--pf-v6-chart-global--Fill--Color--white);
687
+ --pf-v6-chart-echarts-datazoom--HandleSize: 100%;
688
+ --pf-v6-chart-echarts-funnel--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--900);
689
+ --pf-v6-chart-echarts-funnel--item-style--BorderWidth: 0;
690
+ --pf-v6-chart-echarts-gauge--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--900);
691
+ --pf-v6-chart-echarts-gauge--item-style--BorderWidth: 0;
692
+ --pf-v6-chart-echarts-geo--emphasis--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--400);
693
+ --pf-v6-chart-echarts-geo--emphasis--item-style--BorderWidth: 1;
694
+ --pf-v6-chart-echarts-geo--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--900);
695
+ --pf-v6-chart-echarts-geo--item-style--BorderWidth: 0.5;
696
+ --pf-v6-chart-echarts-graph--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--900);
697
+ --pf-v6-chart-echarts-graph--item-style--BorderWidth: 0;
698
+ --pf-v6-chart-echarts-graph--line-style--Color: var(--pf-v6-chart-global--Fill--Color--900);
699
+ --pf-v6-chart-echarts-graph--line-style--BorderWidth: 1;
700
+ --pf-v6-chart-echarts-graph--Smooth: false;
701
+ --pf-v6-chart-echarts-graph--SymbolSize: 4;
702
+ --pf-v6-chart-echarts-graph--Symbol: "rect";
703
+ --pf-v6-chart-echarts-line--item-style--BorderWidth: 1;
704
+ --pf-v6-chart-echarts-line--line-style--BorderWidth: 2;
705
+ --pf-v6-chart-echarts-line--Smooth: false;
706
+ --pf-v6-chart-echarts-line--SymbolSize: 4;
707
+ --pf-v6-chart-echarts-line--Symbol: "rect";
708
+ --pf-v6-chart-echarts-map--emphasis--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--400);
709
+ --pf-v6-chart-echarts-map--emphasis--item-style--BorderWidth: 1;
710
+ --pf-v6-chart-echarts-map--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--900);
711
+ --pf-v6-chart-echarts-map--item-style--BorderWidth: 0.5;
712
+ --pf-v6-chart-echarts-parallel--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--900);
713
+ --pf-v6-chart-echarts-parallel--item-style--BorderWidth: 0;
714
+ --pf-v6-chart-echarts-pie--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--900);
715
+ --pf-v6-chart-echarts-pie--item-style--BorderWidth: 0;
716
+ --pf-v6-chart-echarts-sankey--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--900);
717
+ --pf-v6-chart-echarts-sankey--item-style--BorderWidth: 0;
718
+ --pf-v6-chart-echarts-scatter--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--900);
719
+ --pf-v6-chart-echarts-scatter--item-style--BorderWidth: 0;
720
+ --pf-v6-chart-echarts-skeleton--label--Color: transparent;
721
+ --pf-v6-chart-echarts-toolbox--emphasis--item-style--BorderColor: var(--pf-v6-chart-theme--blue--ColorScale--400);
722
+ --pf-v6-chart-echarts-toolbox--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--500);
723
+ --pf-v6-chart-echarts-tooltip--axis--pointer--cross-style--Color: var(--pf-v6-chart-global--Fill--Color--300);
724
+ --pf-v6-chart-echarts-tooltip--axis--pointer--cross-style--Width: 1;
725
+ --pf-v6-chart-echarts-tooltip--axis--pointer--line-style--Color: var(--pf-v6-chart-global--Fill--Color--300);
726
+ --pf-v6-chart-echarts-tooltip--axis--pointer--line-style--Width: 1;
727
+ --pf-v6-chart-echarts-tooltip--backgroundColor: var(--pf-v6-chart-global--Fill--Color--900);
728
+ --pf-v6-chart-echarts-tooltip--text-Style--Color: var(--pf-v6-chart-global--Fill--Color--200);
729
+ --pf-v6-chart-echarts-timeline--emphasis--control-style--Color: var(--pf-v6-chart-global--Fill--Color--400);
730
+ --pf-v6-chart-echarts-timeline--emphasis--control-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--400);
731
+ --pf-v6-chart-echarts-timeline--emphasis--control-style--BorderWidth: 1;
732
+ --pf-v6-chart-echarts-timeline--emphasis--item-style--Color: var(--pf-v6-chart-global--Fill--Color--white);
733
+ --pf-v6-chart-echarts-timeline--checkpoint-style--Color: var(--pf-v6-chart-theme--blue--ColorScale--400);
734
+ --pf-v6-chart-echarts-timeline--checkpoint-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--white);
735
+ --pf-v6-chart-echarts-timeline--control-style--Color: var(--pf-v6-chart-global--Fill--Color--900);
736
+ --pf-v6-chart-echarts-timeline--control-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--900);
737
+ --pf-v6-chart-echarts-timeline--control-style--BorderWidth: 1;
738
+ --pf-v6-chart-echarts-timeline--item-style--BorderWidth: 1;
739
+ --pf-v6-chart-echarts-timeline--item-style--Color: var(--pf-v6-chart-global--Fill--Color--900);
740
+ --pf-v6-chart-echarts-timeline--line-style--Color: var(--pf-v6-chart-global--Fill--Color--900);
741
+ --pf-v6-chart-echarts-timeline--line-style--Width: 2;
742
+ --pf-v6-chart-echarts-radar--item-style--BorderWidth: 1;
743
+ --pf-v6-chart-echarts-radar--line-style--BorderWidth: 2;
744
+ --pf-v6-chart-echarts-radar--Smooth: false;
745
+ --pf-v6-chart-echarts-radar--SymbolSize: 4;
746
+ --pf-v6-chart-echarts-radar--Symbol: "rect";
664
747
  }