@patternfly/patternfly 6.6.0-prerelease.2 → 6.6.0-prerelease.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/fonts/RedHatDisplay/RedHatDisplayVF-Italic.woff2 +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplayVF.woff2 +0 -0
- package/assets/fonts/RedHatMono/RedHatMonoVF-Italic.woff2 +0 -0
- package/assets/fonts/RedHatMono/RedHatMonoVF.woff2 +0 -0
- package/assets/fonts/RedHatText/RedHatTextVF-Italic.woff2 +0 -0
- package/assets/fonts/RedHatText/RedHatTextVF.woff2 +0 -0
- package/assets/images/img_avatar-rhds.svg +22 -0
- package/assets/images/pf-logo-avatar.jpg +0 -0
- package/base/patternfly-fonts.css +4 -4
- package/base/patternfly-fonts.scss +4 -4
- package/base/patternfly-variables.css +8 -6
- package/base/tokens/tokens-charts-dark.scss +1 -1
- package/base/tokens/tokens-charts-highcontrast-dark.scss +1 -1
- package/base/tokens/tokens-charts-highcontrast.scss +1 -1
- package/base/tokens/tokens-charts.scss +1 -1
- package/base/tokens/tokens-dark.scss +1 -1
- package/base/tokens/tokens-default.scss +4 -4
- package/base/tokens/tokens-felt-dark.scss +1 -1
- package/base/tokens/tokens-felt-glass-dark.scss +1 -1
- package/base/tokens/tokens-felt-glass.scss +3 -2
- package/base/tokens/tokens-felt-highcontrast-dark.scss +1 -1
- package/base/tokens/tokens-felt-highcontrast.scss +1 -1
- package/base/tokens/tokens-felt.scss +1 -1
- package/base/tokens/tokens-glass-dark.scss +1 -1
- package/base/tokens/tokens-glass.scss +3 -2
- package/base/tokens/tokens-highcontrast-dark.scss +1 -1
- package/base/tokens/tokens-highcontrast.scss +4 -4
- package/base/tokens/tokens-palette.scss +1 -1
- package/base/tokens/tokens-redhat-highcontrast.scss +3 -3
- package/components/AboutModalBox/about-modal-box.css +1 -1
- package/components/AboutModalBox/about-modal-box.scss +1 -1
- package/components/Alert/alert.css +3 -2
- package/components/Alert/alert.scss +3 -2
- package/components/Avatar/avatar.css +144 -0
- package/components/Avatar/avatar.scss +161 -0
- package/components/Banner/banner.css +7 -0
- package/components/Banner/banner.scss +7 -0
- package/components/Breadcrumb/breadcrumb.css +1 -1
- package/components/Breadcrumb/breadcrumb.scss +1 -1
- package/components/Button/button.css +18 -1
- package/components/Button/button.scss +21 -1
- package/components/ClipboardCopy/clipboard-copy.css +1 -1
- package/components/ClipboardCopy/clipboard-copy.scss +1 -1
- package/components/Compass/compass.css +5 -1
- package/components/Compass/compass.scss +5 -1
- package/components/DragDrop/drag-drop.css +4 -0
- package/components/DragDrop/drag-drop.scss +4 -0
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +1 -1
- package/components/Masthead/masthead.css +1 -1
- package/components/Masthead/masthead.scss +1 -1
- package/components/Menu/menu.css +2 -2
- package/components/Menu/menu.scss +3 -3
- package/components/MenuToggle/menu-toggle.css +3 -0
- package/components/MenuToggle/menu-toggle.scss +4 -1
- package/components/ModalBox/modal-box.css +1 -1
- package/components/ModalBox/modal-box.scss +1 -1
- package/components/NotificationDrawer/notification-drawer.css +3 -3
- package/components/NotificationDrawer/notification-drawer.scss +3 -3
- package/components/Page/page.css +30 -23
- package/components/Page/page.scss +35 -29
- package/components/Panel/panel.css +1 -1
- package/components/Panel/panel.scss +2 -2
- package/components/Progress/progress.css +2 -2
- package/components/Progress/progress.scss +2 -2
- package/components/Sidebar/sidebar.css +4 -7
- package/components/Sidebar/sidebar.scss +9 -9
- package/components/Table/table-tree-view.css +3 -0
- package/components/Table/table-tree-view.scss +2 -0
- package/components/Table/table.css +53 -19
- package/components/Table/table.scss +80 -32
- package/components/Title/title.css +1 -1
- package/components/Title/title.scss +1 -1
- package/components/Tooltip/tooltip.css +1 -1
- package/components/Tooltip/tooltip.scss +1 -1
- package/components/TreeView/tree-view.css +1 -1
- package/components/TreeView/tree-view.scss +1 -1
- package/components/Wizard/wizard.css +3 -3
- package/components/Wizard/wizard.scss +3 -3
- package/components/_index.css +294 -73
- package/docs/components/Avatar/examples/Avatar.css +6 -0
- package/docs/components/Avatar/examples/Avatar.md +414 -40
- package/docs/components/Drawer/examples/Drawer.md +1 -1
- package/docs/components/DualListSelector/examples/DualListSelector.md +85 -85
- package/docs/components/InputGroup/examples/InputGroup.md +1 -1
- package/docs/components/MenuToggle/examples/MenuToggle.md +54 -15
- package/docs/components/Pagination/examples/Pagination.md +120 -120
- package/docs/components/Sidebar/examples/Sidebar.md +3 -1
- package/docs/components/Table/examples/Table.css +6 -0
- package/docs/components/Table/examples/Table.md +305 -18
- package/docs/components/Toolbar/examples/Toolbar.md +16 -16
- package/docs/components/TreeView/examples/TreeView.md +100 -100
- package/docs/demos/CardView/examples/CardView.md +12 -12
- package/docs/demos/Compass/examples/Compass.md +91 -35
- package/docs/demos/Dashboard/examples/Dashboard.md +27 -30
- package/docs/demos/DataList/examples/DataList.md +48 -48
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +20 -20
- package/docs/demos/Table/examples/Table.md +160 -160
- package/docs/demos/Toolbar/examples/Toolbar.md +36 -36
- package/package.json +7 -7
- package/patternfly-base-no-globals.css +12 -10
- package/patternfly-base.css +12 -10
- package/patternfly-no-globals.css +306 -83
- package/patternfly.css +306 -83
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -266,5 +266,7 @@ cssPrefix: pf-v6-c-sidebar
|
|
|
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
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
|
-
| `.pf-m-no-background` | `.pf-v6-c-
|
|
269
|
+
| `.pf-m-no-background` | `.pf-v6-c-sidebar__panel`, `.pf-v6-c-sidebar__content` | Modifies the element to have a transparent background. **Note:** `.pf-m-no-background` is deprecated, use `.pf-m-plain` instead. |
|
|
270
|
+
| `.pf-m-plain` | `.pf-v6-c-sidebar__panel`, `.pf-v6-c-sidebar__content` | Modifies the element to have a transparent background. |
|
|
270
271
|
| `.pf-m-secondary` | `.pf-v6-c-sidebar__panel, .pf-v6-c-sidebar__content` | Modifies the element to have secondary styling. |
|
|
272
|
+
| `.pf-m-no-plain-on-glass` | `.pf-v6-c-sidebar__panel, .pf-v6-c-sidebar__content` | Prevents the elements from automatically applying plain styling when glass theme is enabled. |
|
|
@@ -12,10 +12,16 @@
|
|
|
12
12
|
#ws-core-c-table-sticky-columns-and-header .ws-preview-html,
|
|
13
13
|
#ws-core-c-table-nested-column-headers-sticky-header .ws-preview-html,
|
|
14
14
|
#ws-core-c-table-sticky-header .ws-preview-html,
|
|
15
|
+
#ws-core-c-table-sticky-footer .ws-preview-html,
|
|
15
16
|
#ws-core-c-table-sticky-header-with-base-and-stuck .ws-preview-html {
|
|
16
17
|
height: 400px;
|
|
17
18
|
}
|
|
18
19
|
|
|
20
|
+
#ws-core-c-table-sticky-header .ws-preview-html,
|
|
21
|
+
#ws-core-c-table-sticky-footer .ws-preview-html {
|
|
22
|
+
overflow: auto;
|
|
23
|
+
}
|
|
24
|
+
|
|
19
25
|
.pf-v6-c-overflow-menu .pf-v6-c-menu {
|
|
20
26
|
position: absolute;
|
|
21
27
|
inset-inline-end: 0;
|
|
@@ -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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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>
|
|
@@ -24318,6 +24318,174 @@ This example shows the use of `.pf-m-sticky-header-base` and `.pf-m-sticky-heade
|
|
|
24318
24318
|
|
|
24319
24319
|
```
|
|
24320
24320
|
|
|
24321
|
+
### Sticky footer
|
|
24322
|
+
|
|
24323
|
+
```html
|
|
24324
|
+
<table
|
|
24325
|
+
class="pf-v6-c-table pf-m-grid-md pf-m-sticky-footer"
|
|
24326
|
+
role="grid"
|
|
24327
|
+
aria-label="This is a table with a sticky footer"
|
|
24328
|
+
id="table-sticky-footer"
|
|
24329
|
+
>
|
|
24330
|
+
<thead class="pf-v6-c-table__thead">
|
|
24331
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
24332
|
+
<th class="pf-v6-c-table__th" role="columnheader" scope="col">Repositories</th>
|
|
24333
|
+
|
|
24334
|
+
<th class="pf-v6-c-table__th" role="columnheader" scope="col">Branches</th>
|
|
24335
|
+
|
|
24336
|
+
<th
|
|
24337
|
+
class="pf-v6-c-table__th"
|
|
24338
|
+
role="columnheader"
|
|
24339
|
+
scope="col"
|
|
24340
|
+
>Pull requests</th>
|
|
24341
|
+
|
|
24342
|
+
<th class="pf-v6-c-table__th" role="columnheader" scope="col">Workspaces</th>
|
|
24343
|
+
|
|
24344
|
+
<th class="pf-v6-c-table__th" role="columnheader" scope="col">Last commit</th>
|
|
24345
|
+
</tr>
|
|
24346
|
+
</thead>
|
|
24347
|
+
|
|
24348
|
+
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
24349
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
24350
|
+
<td
|
|
24351
|
+
class="pf-v6-c-table__td"
|
|
24352
|
+
role="cell"
|
|
24353
|
+
data-label="Repository name"
|
|
24354
|
+
>Repository 1</td>
|
|
24355
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
24356
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
24357
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
24358
|
+
<td
|
|
24359
|
+
class="pf-v6-c-table__td"
|
|
24360
|
+
role="cell"
|
|
24361
|
+
data-label="Last commit"
|
|
24362
|
+
>2 days ago</td>
|
|
24363
|
+
</tr>
|
|
24364
|
+
|
|
24365
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
24366
|
+
<td
|
|
24367
|
+
class="pf-v6-c-table__td"
|
|
24368
|
+
role="cell"
|
|
24369
|
+
data-label="Repository name"
|
|
24370
|
+
>Repository 2</td>
|
|
24371
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
24372
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
24373
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
24374
|
+
<td
|
|
24375
|
+
class="pf-v6-c-table__td"
|
|
24376
|
+
role="cell"
|
|
24377
|
+
data-label="Last commit"
|
|
24378
|
+
>2 days ago</td>
|
|
24379
|
+
</tr>
|
|
24380
|
+
|
|
24381
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
24382
|
+
<td
|
|
24383
|
+
class="pf-v6-c-table__td"
|
|
24384
|
+
role="cell"
|
|
24385
|
+
data-label="Repository name"
|
|
24386
|
+
>Repository 3</td>
|
|
24387
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
24388
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
24389
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
24390
|
+
<td
|
|
24391
|
+
class="pf-v6-c-table__td"
|
|
24392
|
+
role="cell"
|
|
24393
|
+
data-label="Last commit"
|
|
24394
|
+
>2 days ago</td>
|
|
24395
|
+
</tr>
|
|
24396
|
+
|
|
24397
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
24398
|
+
<td
|
|
24399
|
+
class="pf-v6-c-table__td"
|
|
24400
|
+
role="cell"
|
|
24401
|
+
data-label="Repository name"
|
|
24402
|
+
>Repository 4</td>
|
|
24403
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
24404
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
24405
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
24406
|
+
<td
|
|
24407
|
+
class="pf-v6-c-table__td"
|
|
24408
|
+
role="cell"
|
|
24409
|
+
data-label="Last commit"
|
|
24410
|
+
>2 days ago</td>
|
|
24411
|
+
</tr>
|
|
24412
|
+
|
|
24413
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
24414
|
+
<td
|
|
24415
|
+
class="pf-v6-c-table__td"
|
|
24416
|
+
role="cell"
|
|
24417
|
+
data-label="Repository name"
|
|
24418
|
+
>Repository 5</td>
|
|
24419
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
24420
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
24421
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
24422
|
+
<td
|
|
24423
|
+
class="pf-v6-c-table__td"
|
|
24424
|
+
role="cell"
|
|
24425
|
+
data-label="Last commit"
|
|
24426
|
+
>2 days ago</td>
|
|
24427
|
+
</tr>
|
|
24428
|
+
|
|
24429
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
24430
|
+
<td
|
|
24431
|
+
class="pf-v6-c-table__td"
|
|
24432
|
+
role="cell"
|
|
24433
|
+
data-label="Repository name"
|
|
24434
|
+
>Repository 6</td>
|
|
24435
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
24436
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
24437
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
24438
|
+
<td
|
|
24439
|
+
class="pf-v6-c-table__td"
|
|
24440
|
+
role="cell"
|
|
24441
|
+
data-label="Last commit"
|
|
24442
|
+
>2 days ago</td>
|
|
24443
|
+
</tr>
|
|
24444
|
+
|
|
24445
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
24446
|
+
<td
|
|
24447
|
+
class="pf-v6-c-table__td"
|
|
24448
|
+
role="cell"
|
|
24449
|
+
data-label="Repository name"
|
|
24450
|
+
>Repository 7</td>
|
|
24451
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
24452
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
24453
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
24454
|
+
<td
|
|
24455
|
+
class="pf-v6-c-table__td"
|
|
24456
|
+
role="cell"
|
|
24457
|
+
data-label="Last commit"
|
|
24458
|
+
>2 days ago</td>
|
|
24459
|
+
</tr>
|
|
24460
|
+
|
|
24461
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
24462
|
+
<td
|
|
24463
|
+
class="pf-v6-c-table__td"
|
|
24464
|
+
role="cell"
|
|
24465
|
+
data-label="Repository name"
|
|
24466
|
+
>Repository 8</td>
|
|
24467
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
24468
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
24469
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
24470
|
+
<td
|
|
24471
|
+
class="pf-v6-c-table__td"
|
|
24472
|
+
role="cell"
|
|
24473
|
+
data-label="Last commit"
|
|
24474
|
+
>2 days ago</td>
|
|
24475
|
+
</tr>
|
|
24476
|
+
</tbody>
|
|
24477
|
+
|
|
24478
|
+
<tfoot class="pf-v6-c-table__tfoot">
|
|
24479
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
24480
|
+
<th class="pf-v6-c-table__th" role="columnheader" scope="row">Total nodes</th>
|
|
24481
|
+
|
|
24482
|
+
<td class="pf-v6-c-table__td" role="cell" colspan="4">4</td>
|
|
24483
|
+
</tr>
|
|
24484
|
+
</tfoot>
|
|
24485
|
+
</table>
|
|
24486
|
+
|
|
24487
|
+
```
|
|
24488
|
+
|
|
24321
24489
|
### Sticky column
|
|
24322
24490
|
|
|
24323
24491
|
```html
|
|
@@ -28917,6 +29085,13 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
28917
29085
|
</button>
|
|
28918
29086
|
</th>
|
|
28919
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>
|
|
28920
29095
|
</thead>
|
|
28921
29096
|
|
|
28922
29097
|
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
@@ -31503,6 +31678,118 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
|
|
|
31503
31678
|
| `.pf-m-striped` | `.pf-v6-c-table`, `tbody`, `tr` | Modifies odd table rows to be striped. |
|
|
31504
31679
|
| `.pf-m-striped-even` | `tbody` | Modifies even table rows to be striped. For use in tables with multiple `tbody` elements where adjacent `tbody` elements need even row striping to maintain visual consistency. |
|
|
31505
31680
|
|
|
31681
|
+
## Table footer
|
|
31682
|
+
|
|
31683
|
+
### Table footer example
|
|
31684
|
+
|
|
31685
|
+
```html
|
|
31686
|
+
<table
|
|
31687
|
+
class="pf-v6-c-table pf-m-grid-md"
|
|
31688
|
+
role="grid"
|
|
31689
|
+
aria-label="This is a table with a footer example"
|
|
31690
|
+
id="table-footer"
|
|
31691
|
+
>
|
|
31692
|
+
<thead class="pf-v6-c-table__thead">
|
|
31693
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
31694
|
+
<th class="pf-v6-c-table__th" role="columnheader" scope="col">Repositories</th>
|
|
31695
|
+
|
|
31696
|
+
<th class="pf-v6-c-table__th" role="columnheader" scope="col">Branches</th>
|
|
31697
|
+
|
|
31698
|
+
<th
|
|
31699
|
+
class="pf-v6-c-table__th"
|
|
31700
|
+
role="columnheader"
|
|
31701
|
+
scope="col"
|
|
31702
|
+
>Pull requests</th>
|
|
31703
|
+
|
|
31704
|
+
<th class="pf-v6-c-table__th" role="columnheader" scope="col">Workspaces</th>
|
|
31705
|
+
|
|
31706
|
+
<th class="pf-v6-c-table__th" role="columnheader" scope="col">Last commit</th>
|
|
31707
|
+
</tr>
|
|
31708
|
+
</thead>
|
|
31709
|
+
|
|
31710
|
+
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
31711
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
31712
|
+
<td
|
|
31713
|
+
class="pf-v6-c-table__td"
|
|
31714
|
+
role="cell"
|
|
31715
|
+
data-label="Repository name"
|
|
31716
|
+
>Repository 1</td>
|
|
31717
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
31718
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
31719
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
31720
|
+
<td
|
|
31721
|
+
class="pf-v6-c-table__td"
|
|
31722
|
+
role="cell"
|
|
31723
|
+
data-label="Last commit"
|
|
31724
|
+
>2 days ago</td>
|
|
31725
|
+
</tr>
|
|
31726
|
+
|
|
31727
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
31728
|
+
<td
|
|
31729
|
+
class="pf-v6-c-table__td"
|
|
31730
|
+
role="cell"
|
|
31731
|
+
data-label="Repository name"
|
|
31732
|
+
>Repository 2</td>
|
|
31733
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
31734
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
31735
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
31736
|
+
<td
|
|
31737
|
+
class="pf-v6-c-table__td"
|
|
31738
|
+
role="cell"
|
|
31739
|
+
data-label="Last commit"
|
|
31740
|
+
>2 days ago</td>
|
|
31741
|
+
</tr>
|
|
31742
|
+
|
|
31743
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
31744
|
+
<td
|
|
31745
|
+
class="pf-v6-c-table__td"
|
|
31746
|
+
role="cell"
|
|
31747
|
+
data-label="Repository name"
|
|
31748
|
+
>Repository 3</td>
|
|
31749
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
31750
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
31751
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
31752
|
+
<td
|
|
31753
|
+
class="pf-v6-c-table__td"
|
|
31754
|
+
role="cell"
|
|
31755
|
+
data-label="Last commit"
|
|
31756
|
+
>2 days ago</td>
|
|
31757
|
+
</tr>
|
|
31758
|
+
|
|
31759
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
31760
|
+
<td
|
|
31761
|
+
class="pf-v6-c-table__td"
|
|
31762
|
+
role="cell"
|
|
31763
|
+
data-label="Repository name"
|
|
31764
|
+
>Repository 4</td>
|
|
31765
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">10</td>
|
|
31766
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Pull requests">25</td>
|
|
31767
|
+
<td class="pf-v6-c-table__td" role="cell" data-label="Workspaces">5</td>
|
|
31768
|
+
<td
|
|
31769
|
+
class="pf-v6-c-table__td"
|
|
31770
|
+
role="cell"
|
|
31771
|
+
data-label="Last commit"
|
|
31772
|
+
>2 days ago</td>
|
|
31773
|
+
</tr>
|
|
31774
|
+
</tbody>
|
|
31775
|
+
|
|
31776
|
+
<tfoot class="pf-v6-c-table__tfoot">
|
|
31777
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
31778
|
+
<th class="pf-v6-c-table__th" role="columnheader" scope="row">Total nodes</th>
|
|
31779
|
+
|
|
31780
|
+
<td class="pf-v6-c-table__td" role="cell" colspan="4">4</td>
|
|
31781
|
+
</tr>
|
|
31782
|
+
</tfoot>
|
|
31783
|
+
</table>
|
|
31784
|
+
|
|
31785
|
+
```
|
|
31786
|
+
|
|
31787
|
+
### Table footer usage
|
|
31788
|
+
|
|
31789
|
+
| Class | Applied to | Outcome |
|
|
31790
|
+
| -- | -- | -- |
|
|
31791
|
+
| `.pf-v6-c-table__tfoot` | `tfoot` | Initiates a table footer. |
|
|
31792
|
+
|
|
31506
31793
|
## Documentation
|
|
31507
31794
|
|
|
31508
31795
|
### Overview
|