@patternfly/patternfly 6.6.0-prerelease.9 → 6.6.1

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 (103) hide show
  1. package/README.md +1 -1
  2. package/assets/fonts/RedHatDisplay/RedHatDisplayVF-Italic.woff2 +0 -0
  3. package/assets/fonts/RedHatDisplay/RedHatDisplayVF.woff2 +0 -0
  4. package/assets/fonts/RedHatMono/RedHatMonoVF-Italic.woff2 +0 -0
  5. package/assets/fonts/RedHatMono/RedHatMonoVF.woff2 +0 -0
  6. package/assets/fonts/RedHatText/RedHatTextVF-Italic.woff2 +0 -0
  7. package/assets/fonts/RedHatText/RedHatTextVF.woff2 +0 -0
  8. package/base/patternfly-fonts.css +4 -4
  9. package/base/patternfly-fonts.scss +4 -4
  10. package/base/patternfly-variables.css +6 -6
  11. package/base/tokens/tokens-charts-dark.scss +1 -1
  12. package/base/tokens/tokens-charts-highcontrast-dark.scss +1 -1
  13. package/base/tokens/tokens-charts-highcontrast.scss +1 -1
  14. package/base/tokens/tokens-charts.scss +1 -1
  15. package/base/tokens/tokens-dark.scss +1 -1
  16. package/base/tokens/tokens-default.scss +4 -4
  17. package/base/tokens/tokens-felt-dark.scss +1 -1
  18. package/base/tokens/tokens-felt-glass-dark.scss +1 -1
  19. package/base/tokens/tokens-felt-glass.scss +1 -1
  20. package/base/tokens/tokens-felt-highcontrast-dark.scss +1 -1
  21. package/base/tokens/tokens-felt-highcontrast.scss +1 -1
  22. package/base/tokens/tokens-felt.scss +1 -1
  23. package/base/tokens/tokens-glass-dark.scss +1 -1
  24. package/base/tokens/tokens-glass.scss +1 -1
  25. package/base/tokens/tokens-highcontrast-dark.scss +1 -1
  26. package/base/tokens/tokens-highcontrast.scss +4 -4
  27. package/base/tokens/tokens-palette.scss +1 -1
  28. package/base/tokens/tokens-redhat-highcontrast.scss +3 -3
  29. package/components/AboutModalBox/about-modal-box.css +1 -1
  30. package/components/AboutModalBox/about-modal-box.scss +1 -1
  31. package/components/Accordion/accordion.css +3 -3
  32. package/components/Accordion/accordion.scss +3 -3
  33. package/components/Alert/alert.css +8 -7
  34. package/components/Alert/alert.scss +8 -7
  35. package/components/Banner/banner.css +7 -0
  36. package/components/Banner/banner.scss +7 -0
  37. package/components/Breadcrumb/breadcrumb.css +3 -3
  38. package/components/Breadcrumb/breadcrumb.scss +3 -3
  39. package/components/Button/button.css +15 -1
  40. package/components/Button/button.scss +17 -1
  41. package/components/Card/card.css +4 -4
  42. package/components/Card/card.scss +4 -4
  43. package/components/ClipboardCopy/clipboard-copy.css +1 -1
  44. package/components/ClipboardCopy/clipboard-copy.scss +1 -1
  45. package/components/DataList/data-list.css +5 -5
  46. package/components/DataList/data-list.scss +5 -5
  47. package/components/DragDrop/drag-drop.css +4 -0
  48. package/components/DragDrop/drag-drop.scss +4 -0
  49. package/components/DualListSelector/dual-list-selector.css +1 -1
  50. package/components/DualListSelector/dual-list-selector.scss +1 -1
  51. package/components/Hint/hint.css +2 -2
  52. package/components/Hint/hint.scss +2 -2
  53. package/components/Menu/menu.css +2 -2
  54. package/components/Menu/menu.scss +3 -3
  55. package/components/ModalBox/modal-box.css +4 -4
  56. package/components/ModalBox/modal-box.scss +5 -5
  57. package/components/Nav/nav.css +2 -2
  58. package/components/Nav/nav.scss +2 -2
  59. package/components/NotificationDrawer/notification-drawer.css +3 -3
  60. package/components/NotificationDrawer/notification-drawer.scss +3 -3
  61. package/components/Page/page.css +7 -5
  62. package/components/Page/page.scss +9 -8
  63. package/components/Pagination/pagination.css +12 -7
  64. package/components/Pagination/pagination.scss +15 -12
  65. package/components/Panel/panel.css +1 -1
  66. package/components/Panel/panel.scss +2 -2
  67. package/components/Popover/popover.css +1 -1
  68. package/components/Popover/popover.scss +1 -1
  69. package/components/Progress/progress.css +2 -2
  70. package/components/Progress/progress.scss +2 -2
  71. package/components/Table/table-tree-view.css +3 -0
  72. package/components/Table/table-tree-view.scss +2 -0
  73. package/components/Table/table.css +28 -21
  74. package/components/Table/table.scss +39 -30
  75. package/components/Title/title.css +1 -1
  76. package/components/Title/title.scss +1 -1
  77. package/components/Tooltip/tooltip.css +1 -1
  78. package/components/Tooltip/tooltip.scss +1 -1
  79. package/components/TreeView/tree-view.css +7 -7
  80. package/components/TreeView/tree-view.scss +7 -7
  81. package/components/Wizard/wizard.css +3 -3
  82. package/components/Wizard/wizard.scss +3 -3
  83. package/components/_index.css +131 -88
  84. package/docs/components/DualListSelector/examples/DualListSelector.md +85 -85
  85. package/docs/components/InputGroup/examples/InputGroup.md +1 -1
  86. package/docs/components/Pagination/examples/Pagination.md +111 -273
  87. package/docs/components/Table/examples/Table.md +25 -18
  88. package/docs/components/Toolbar/examples/Toolbar.md +16 -16
  89. package/docs/components/TreeView/examples/TreeView.md +100 -100
  90. package/docs/demos/CardView/examples/CardView.md +12 -12
  91. package/docs/demos/Compass/examples/Compass.md +16 -16
  92. package/docs/demos/Dashboard/examples/Dashboard.md +27 -30
  93. package/docs/demos/DataList/examples/DataList.md +48 -48
  94. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +2568 -5014
  95. package/docs/demos/Table/examples/Table.md +160 -160
  96. package/docs/demos/Toolbar/examples/Toolbar.md +36 -36
  97. package/package.json +2 -2
  98. package/patternfly-base-no-globals.css +10 -10
  99. package/patternfly-base.css +10 -10
  100. package/patternfly-no-globals.css +141 -98
  101. package/patternfly.css +141 -98
  102. package/patternfly.min.css +1 -1
  103. package/patternfly.min.css.map +1 -1
@@ -13148,7 +13148,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
13148
13148
  height="1em"
13149
13149
  >
13150
13150
  <path
13151
- d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
13151
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
13152
13152
  />
13153
13153
  </svg>
13154
13154
  </div>
@@ -13261,7 +13261,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
13261
13261
  height="1em"
13262
13262
  >
13263
13263
  <path
13264
- d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
13264
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
13265
13265
  />
13266
13266
  </svg>
13267
13267
  </div>
@@ -13705,7 +13705,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
13705
13705
  height="1em"
13706
13706
  >
13707
13707
  <path
13708
- d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
13708
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
13709
13709
  />
13710
13710
  </svg>
13711
13711
  </div>
@@ -13899,7 +13899,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
13899
13899
  height="1em"
13900
13900
  >
13901
13901
  <path
13902
- d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
13902
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
13903
13903
  />
13904
13904
  </svg>
13905
13905
  </div>
@@ -14176,7 +14176,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
14176
14176
  height="1em"
14177
14177
  >
14178
14178
  <path
14179
- d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
14179
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
14180
14180
  />
14181
14181
  </svg>
14182
14182
  </div>
@@ -14453,7 +14453,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
14453
14453
  height="1em"
14454
14454
  >
14455
14455
  <path
14456
- d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
14456
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
14457
14457
  />
14458
14458
  </svg>
14459
14459
  </div>
@@ -14769,7 +14769,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
14769
14769
  height="1em"
14770
14770
  >
14771
14771
  <path
14772
- d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
14772
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
14773
14773
  />
14774
14774
  </svg>
14775
14775
  </div>
@@ -14896,7 +14896,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
14896
14896
  height="1em"
14897
14897
  >
14898
14898
  <path
14899
- d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
14899
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
14900
14900
  />
14901
14901
  </svg>
14902
14902
  </div>
@@ -15414,7 +15414,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
15414
15414
  height="1em"
15415
15415
  >
15416
15416
  <path
15417
- d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
15417
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
15418
15418
  />
15419
15419
  </svg>
15420
15420
  </div>
@@ -15637,7 +15637,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
15637
15637
  height="1em"
15638
15638
  >
15639
15639
  <path
15640
- d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
15640
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
15641
15641
  />
15642
15642
  </svg>
15643
15643
  </div>
@@ -15958,7 +15958,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
15958
15958
  height="1em"
15959
15959
  >
15960
15960
  <path
15961
- d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
15961
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
15962
15962
  />
15963
15963
  </svg>
15964
15964
  </div>
@@ -16279,7 +16279,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
16279
16279
  height="1em"
16280
16280
  >
16281
16281
  <path
16282
- d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
16282
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
16283
16283
  />
16284
16284
  </svg>
16285
16285
  </div>
@@ -16638,7 +16638,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
16638
16638
  height="1em"
16639
16639
  >
16640
16640
  <path
16641
- d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
16641
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
16642
16642
  />
16643
16643
  </svg>
16644
16644
  </div>
@@ -16768,7 +16768,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
16768
16768
  height="1em"
16769
16769
  >
16770
16770
  <path
16771
- d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
16771
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
16772
16772
  />
16773
16773
  </svg>
16774
16774
  </div>
@@ -17301,7 +17301,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
17301
17301
  height="1em"
17302
17302
  >
17303
17303
  <path
17304
- d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
17304
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
17305
17305
  />
17306
17306
  </svg>
17307
17307
  </div>
@@ -17530,7 +17530,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
17530
17530
  height="1em"
17531
17531
  >
17532
17532
  <path
17533
- d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
17533
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
17534
17534
  />
17535
17535
  </svg>
17536
17536
  </div>
@@ -17860,7 +17860,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
17860
17860
  height="1em"
17861
17861
  >
17862
17862
  <path
17863
- d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
17863
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
17864
17864
  />
17865
17865
  </svg>
17866
17866
  </div>
@@ -18190,7 +18190,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
18190
18190
  height="1em"
18191
18191
  >
18192
18192
  <path
18193
- d="M18.71 5.29a.996.996 0 0 0-1.41 0l-7.29 7.29-7.3-7.29a.987.987 0 0 0-1.41-.02.987.987 0 0 0-.02 1.41l.02.02 7.65 7.65c.29.29.68.44 1.06.44s.77-.15 1.06-.44l7.65-7.65a.996.996 0 0 0 0-1.41Z"
18193
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
18194
18194
  />
18195
18195
  </svg>
18196
18196
  </div>
@@ -29085,6 +29085,13 @@ For sticky columns to function correctly, the parent table's width must be contr
29085
29085
  </button>
29086
29086
  </th>
29087
29087
  </tr>
29088
+ <tr
29089
+ class="pf-v6-c-table__tr pf-m-border-row"
29090
+ role="row"
29091
+ aria-hidden="true"
29092
+ >
29093
+ <td class="pf-v6-c-table__td" role="cell" colspan="6"></td>
29094
+ </tr>
29088
29095
  </thead>
29089
29096
 
29090
29097
  <tbody class="pf-v6-c-table__tbody" role="rowgroup">
@@ -2711,14 +2711,14 @@ Several components in the following examples do not include functional and/or ac
2711
2711
  <svg
2712
2712
  class="pf-v6-svg"
2713
2713
  fill="currentColor"
2714
- viewBox="0 0 448 512"
2714
+ viewBox="0 0 20 20"
2715
2715
  aria-hidden="true"
2716
2716
  role="img"
2717
2717
  width="1em"
2718
2718
  height="1em"
2719
2719
  >
2720
2720
  <path
2721
- d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
2721
+ d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
2722
2722
  />
2723
2723
  </svg>
2724
2724
  </span>
@@ -2735,14 +2735,14 @@ Several components in the following examples do not include functional and/or ac
2735
2735
  <svg
2736
2736
  class="pf-v6-svg"
2737
2737
  fill="currentColor"
2738
- viewBox="0 0 256 512"
2738
+ viewBox="0 0 20 20"
2739
2739
  aria-hidden="true"
2740
2740
  role="img"
2741
2741
  width="1em"
2742
2742
  height="1em"
2743
2743
  >
2744
2744
  <path
2745
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
2745
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
2746
2746
  />
2747
2747
  </svg>
2748
2748
  </span>
@@ -2774,14 +2774,14 @@ Several components in the following examples do not include functional and/or ac
2774
2774
  <svg
2775
2775
  class="pf-v6-svg"
2776
2776
  fill="currentColor"
2777
- viewBox="0 0 256 512"
2777
+ viewBox="0 0 20 20"
2778
2778
  aria-hidden="true"
2779
2779
  role="img"
2780
2780
  width="1em"
2781
2781
  height="1em"
2782
2782
  >
2783
2783
  <path
2784
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
2784
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
2785
2785
  />
2786
2786
  </svg>
2787
2787
  </span>
@@ -2797,14 +2797,14 @@ Several components in the following examples do not include functional and/or ac
2797
2797
  <svg
2798
2798
  class="pf-v6-svg"
2799
2799
  fill="currentColor"
2800
- viewBox="0 0 448 512"
2800
+ viewBox="0 0 20 20"
2801
2801
  aria-hidden="true"
2802
2802
  role="img"
2803
2803
  width="1em"
2804
2804
  height="1em"
2805
2805
  >
2806
2806
  <path
2807
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
2807
+ d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
2808
2808
  />
2809
2809
  </svg>
2810
2810
  </span>
@@ -3323,14 +3323,14 @@ Several components in the following examples do not include functional and/or ac
3323
3323
  <svg
3324
3324
  class="pf-v6-svg"
3325
3325
  fill="currentColor"
3326
- viewBox="0 0 448 512"
3326
+ viewBox="0 0 20 20"
3327
3327
  aria-hidden="true"
3328
3328
  role="img"
3329
3329
  width="1em"
3330
3330
  height="1em"
3331
3331
  >
3332
3332
  <path
3333
- d="M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z"
3333
+ d="M10 19a.997.997 0 0 1-.707-.293l-7.647-7.646c-.283-.284-.439-.66-.439-1.061s.156-.777.44-1.06l7.646-7.647a1 1 0 1 1 1.414 1.414L3.414 10l7.293 7.293A1 1 0 0 1 10 19Zm8.707-.293a1 1 0 0 0 0-1.414L11.414 10l7.293-7.293a1 1 0 1 0-1.414-1.414L9.646 8.939c-.283.284-.439.66-.439 1.061s.156.777.44 1.06l7.646 7.647a.997.997 0 0 0 1.414 0Z"
3334
3334
  />
3335
3335
  </svg>
3336
3336
  </span>
@@ -3347,14 +3347,14 @@ Several components in the following examples do not include functional and/or ac
3347
3347
  <svg
3348
3348
  class="pf-v6-svg"
3349
3349
  fill="currentColor"
3350
- viewBox="0 0 256 512"
3350
+ viewBox="0 0 20 20"
3351
3351
  aria-hidden="true"
3352
3352
  role="img"
3353
3353
  width="1em"
3354
3354
  height="1em"
3355
3355
  >
3356
3356
  <path
3357
- d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"
3357
+ d="m6.41 10 7.29-7.29.02-.02c.38-.4.37-1.03-.02-1.41-.4-.38-1.03-.37-1.41.02L4.64 8.95a1.49 1.49 0 0 0 0 2.12l7.65 7.65c.19.19.44.29.71.29.27 0 .52-.11.71-.29a.996.996 0 0 0 0-1.41l-7.29-7.29Z"
3358
3358
  />
3359
3359
  </svg>
3360
3360
  </span>
@@ -3386,14 +3386,14 @@ Several components in the following examples do not include functional and/or ac
3386
3386
  <svg
3387
3387
  class="pf-v6-svg"
3388
3388
  fill="currentColor"
3389
- viewBox="0 0 256 512"
3389
+ viewBox="0 0 20 20"
3390
3390
  aria-hidden="true"
3391
3391
  role="img"
3392
3392
  width="1em"
3393
3393
  height="1em"
3394
3394
  >
3395
3395
  <path
3396
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"
3396
+ d="M14.35 8.94 6.71 1.29l-.02-.02c-.4-.38-1.03-.37-1.41.02-.38.4-.37 1.03.02 1.41l7.29 7.29-7.29 7.29a1.003 1.003 0 0 0 1.42 1.42l7.65-7.65c.59-.59.59-1.54 0-2.12Z"
3397
3397
  />
3398
3398
  </svg>
3399
3399
  </span>
@@ -3409,14 +3409,14 @@ Several components in the following examples do not include functional and/or ac
3409
3409
  <svg
3410
3410
  class="pf-v6-svg"
3411
3411
  fill="currentColor"
3412
- viewBox="0 0 448 512"
3412
+ viewBox="0 0 20 20"
3413
3413
  aria-hidden="true"
3414
3414
  role="img"
3415
3415
  width="1em"
3416
3416
  height="1em"
3417
3417
  >
3418
3418
  <path
3419
- d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z"
3419
+ d="M10 19a1 1 0 0 1-.707-1.707L16.586 10 9.293 2.707a1 1 0 1 1 1.414-1.414l7.647 7.646c.283.284.439.66.439 1.061s-.156.777-.44 1.06l-7.646 7.647A.997.997 0 0 1 10 19Zm-7.293-.293 7.647-7.646c.283-.284.439-.66.439-1.061s-.156-.777-.44-1.06L2.708 1.292a1 1 0 1 0-1.414 1.414L8.586 10l-7.293 7.293a1 1 0 1 0 1.414 1.414Z"
3420
3420
  />
3421
3421
  </svg>
3422
3422
  </span>