@patternfly/patternfly 6.6.0-prerelease.2 → 6.6.0-prerelease.20
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 +1 -1
- package/components/Menu/menu.scss +1 -1
- 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 +293 -72
- 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 +6 -6
- package/patternfly-base-no-globals.css +12 -10
- package/patternfly-base.css +12 -10
- package/patternfly-no-globals.css +305 -82
- package/patternfly.css +305 -82
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
|
|
198
198
|
.pf-v6-c-notification-drawer__list-item-header-title {
|
|
199
199
|
font-weight: var(--pf-v6-c-notification-drawer__list-item-header-title--FontWeight);
|
|
200
|
-
overflow-wrap:
|
|
200
|
+
overflow-wrap: anywhere;
|
|
201
201
|
}
|
|
202
202
|
.pf-v6-c-notification-drawer__list-item-header-title.pf-m-truncate {
|
|
203
203
|
display: -webkit-box;
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
grid-row: 2/3;
|
|
220
220
|
grid-column: 1/2;
|
|
221
221
|
margin-block-end: var(--pf-v6-c-notification-drawer__list-item-description--MarginBlockEnd);
|
|
222
|
-
overflow-wrap:
|
|
222
|
+
overflow-wrap: anywhere;
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
.pf-v6-c-notification-drawer__list-item-timestamp {
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
margin-inline-end: var(--pf-v6-c-notification-drawer__group-toggle-title--MarginInlineEnd);
|
|
265
265
|
font-size: var(--pf-v6-c-notification-drawer__group-toggle-title--FontSize);
|
|
266
266
|
text-align: start;
|
|
267
|
-
overflow-wrap:
|
|
267
|
+
overflow-wrap: anywhere;
|
|
268
268
|
}
|
|
269
269
|
|
|
270
270
|
.pf-v6-c-notification-drawer__group-toggle-count {
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
|
|
243
243
|
.#{$notification-drawer}__list-item-header-title {
|
|
244
244
|
font-weight: var(--#{$notification-drawer}__list-item-header-title--FontWeight);
|
|
245
|
-
overflow-wrap:
|
|
245
|
+
overflow-wrap: anywhere;
|
|
246
246
|
|
|
247
247
|
&.pf-m-truncate {
|
|
248
248
|
@include pf-v6-line-clamp("var(--#{$notification-drawer}__list-item-header-title--max-lines)");
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
grid-row: 2 / 3;
|
|
264
264
|
grid-column: 1 / 2;
|
|
265
265
|
margin-block-end: var(--#{$notification-drawer}__list-item-description--MarginBlockEnd);
|
|
266
|
-
overflow-wrap:
|
|
266
|
+
overflow-wrap: anywhere;
|
|
267
267
|
}
|
|
268
268
|
|
|
269
269
|
.#{$notification-drawer}__list-item-timestamp {
|
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
margin-inline-end: var(--#{$notification-drawer}__group-toggle-title--MarginInlineEnd);
|
|
308
308
|
font-size: var(--#{$notification-drawer}__group-toggle-title--FontSize);
|
|
309
309
|
text-align: start;
|
|
310
|
-
overflow-wrap:
|
|
310
|
+
overflow-wrap: anywhere;
|
|
311
311
|
}
|
|
312
312
|
|
|
313
313
|
.#{$notification-drawer}__group-toggle-count {
|
package/components/Page/page.css
CHANGED
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
.pf-v6-c-page {
|
|
2
2
|
--pf-v6-c-page--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
3
3
|
--pf-v6-c-page--inset: var(--pf-t--global--spacer--inset--page-chrome);
|
|
4
|
-
--pf-v6-c-page--m-dock__main-container--MaxHeight: calc(100% - var(--pf-t--global--spacer--lg) * 2);
|
|
5
|
-
--pf-v6-c-page--m-dock__main-container--MarginBlockStart: 0;
|
|
6
|
-
--pf-v6-c-page--m-dock__main-container--desktop--MarginBlockStart: var(--pf-t--global--spacer--lg);
|
|
7
|
-
--pf-v6-c-page--m-dock--ColumnGap: var(--pf-t--global--spacer--inset--page-chrome);
|
|
8
|
-
--pf-v6-c-page--m-dock--c-masthead--m-display-inline--GridTemplateColumns: min-content 1fr;
|
|
9
4
|
--pf-v6-c-page--c-masthead--ZIndex: var(--pf-t--global--z-index--md);
|
|
10
5
|
--pf-v6-c-page__dock--Width: 15.625rem;
|
|
11
6
|
--pf-v6-c-page__dock--desktop--Width: auto;
|
|
@@ -19,11 +14,17 @@
|
|
|
19
14
|
--pf-v6-c-page__dock--m-expanded__dock-main--BoxShadow: var(--pf-t--global--box-shadow--sm--right);
|
|
20
15
|
--pf-v6-c-page__dock-main--desktop--BoxShadow: var(--pf-t--global--box-shadow--glass--default, none);
|
|
21
16
|
--pf-v6-c-page__dock-main--BackdropFilter: var(--pf-t--global--background--filter--glass--blur--primary, revert);
|
|
22
|
-
--pf-v6-c-page__dock-main--BorderInlineEndWidth:
|
|
17
|
+
--pf-v6-c-page__dock-main--BorderInlineEndWidth: 0;
|
|
23
18
|
--pf-v6-c-page__dock-main--BorderInlineEndColor: transparent;
|
|
24
|
-
--pf-v6-c-page__dock-main--desktop--
|
|
19
|
+
--pf-v6-c-page__dock-main--desktop--BorderInlineEndWidth: var(--pf-t--global--border--width--regular);
|
|
20
|
+
--pf-v6-c-page__dock-main--desktop--BorderInlineEndColor: var(--pf-t--global--border--color--glass--default, var(--pf-t--global--border--color--subtle));
|
|
25
21
|
--pf-v6-c-page__dock--m-expanded__dock-main--BorderInlineEndWidth: var(--pf-t--global--border--width--glass--default, var(--pf-t--global--border--width--regular));
|
|
26
|
-
--pf-v6-c-page__dock--m-expanded__dock-main--BorderInlineEndColor:
|
|
22
|
+
--pf-v6-c-page__dock--m-expanded__dock-main--BorderInlineEndColor: transparent;
|
|
23
|
+
--pf-v6-c-page--m-dock__main-container--MaxHeight: calc(100% - var(--pf-t--global--spacer--inset--page-chrome) * 2);
|
|
24
|
+
--pf-v6-c-page--m-dock__main-container--MarginBlockStart: var(--pf-t--global--spacer--inset--page-chrome);
|
|
25
|
+
--pf-v6-c-page--m-dock__main-container--desktop--MarginBlockStart: var(--pf-t--global--spacer--inset--page-chrome);
|
|
26
|
+
--pf-v6-c-page--m-dock--ColumnGap: var(--pf-t--global--spacer--inset--page-chrome);
|
|
27
|
+
--pf-v6-c-page--m-dock--c-masthead--m-display-inline--GridTemplateColumns: min-content 1fr;
|
|
27
28
|
--pf-v6-c-page__sidebar--ZIndex: var(--pf-t--global--z-index--sm);
|
|
28
29
|
--pf-v6-c-page__sidebar--Width--base: 18.125rem;
|
|
29
30
|
--pf-v6-c-page__sidebar--Width: var(--pf-v6-c-page__sidebar--Width--base);
|
|
@@ -194,20 +195,17 @@
|
|
|
194
195
|
--pf-v6-c-page__main-wizard--BorderBlockStartWidth: var(--pf-t--global--border--width--action--default);
|
|
195
196
|
--pf-v6-c-page__drawer--c-drawer--BorderBlockStartWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
196
197
|
--pf-v6-c-page__drawer--c-drawer--BorderBlockStartColor: var(--pf-t--global--border--color--high-contrast);
|
|
197
|
-
--pf-v6-c-page--m-dock__main-container--MaxHeight: calc(100% - var(--pf-t--global--spacer--lg) * 2);
|
|
198
|
-
--pf-v6-c-page--m-dock__main-container--MarginBlockStart: var(--pf-t--global--spacer--lg);
|
|
199
|
-
--pf-v6-c-page--m-dock--ColumnGap: var(--pf-t--global--spacer--inset--page-chrome);
|
|
200
198
|
--pf-v6-c-page--BackgroundColor--glass: transparent;
|
|
201
199
|
--pf-v6-c-page__sidebar--Width--base--glass: calc(18.125rem + var(--pf-t--global--spacer--inset--page-chrome) * 2);
|
|
202
|
-
--pf-v6-c-page__sidebar--MarginBlockStart--glass: var(--pf-t--global--spacer--
|
|
203
|
-
--pf-v6-c-page__sidebar-body--PaddingInlineStart--glass: var(--pf-t--global--spacer--
|
|
204
|
-
--pf-v6-c-page__sidebar-body--PaddingInlineEnd--glass: var(--pf-t--global--spacer--
|
|
200
|
+
--pf-v6-c-page__sidebar--MarginBlockStart--glass: var(--pf-t--global--spacer--gutter--default);
|
|
201
|
+
--pf-v6-c-page__sidebar-body--PaddingInlineStart--glass: var(--pf-t--global--spacer--md);
|
|
202
|
+
--pf-v6-c-page__sidebar-body--PaddingInlineEnd--glass: var(--pf-t--global--spacer--md);
|
|
205
203
|
--pf-v6-c-page__sidebar-main--PaddingBlockEnd--glass: var(--pf-v6-c-page__sidebar--PaddingBlockEnd);
|
|
206
204
|
--pf-v6-c-page__sidebar-main--PaddingInlineStart--glass: var(--pf-v6-c-page__sidebar--PaddingInlineStart);
|
|
207
205
|
--pf-v6-c-page__sidebar-main--PaddingInlineEnd--glass: var(--pf-v6-c-page__sidebar--PaddingInlineEnd);
|
|
208
|
-
--pf-v6-c-page__sidebar-main--MarginBlockStart--glass: calc(var(--pf-t--global--spacer--
|
|
209
|
-
--pf-v6-c-page__sidebar-main--MarginBlockEnd--glass: var(--pf-t--global--spacer--
|
|
210
|
-
--pf-v6-c-page__sidebar-main--MarginInlineStart--glass: var(--pf-t--global--spacer--
|
|
206
|
+
--pf-v6-c-page__sidebar-main--MarginBlockStart--glass: calc(var(--pf-t--global--spacer--xs) * -1);
|
|
207
|
+
--pf-v6-c-page__sidebar-main--MarginBlockEnd--glass: calc(var(--pf-t--global--spacer--inset--page-chrome) - var(--pf-t--global--spacer--xs));
|
|
208
|
+
--pf-v6-c-page__sidebar-main--MarginInlineStart--glass: calc(var(--pf-t--global--spacer--inset--page-chrome) - var(--pf-t--global--spacer--xs));
|
|
211
209
|
--pf-v6-c-page__sidebar-main--MarginInlineEnd--glass: var(--pf-t--global--spacer--md);
|
|
212
210
|
--pf-v6-c-page__sidebar-main--BackgroundColor--glass: var(--pf-v6-c-page__sidebar--BackgroundColor);
|
|
213
211
|
--pf-v6-c-page__sidebar-main--BackdropFilter--glass: var(--pf-v6-c-page__sidebar--BackdropFilter);
|
|
@@ -218,9 +216,11 @@
|
|
|
218
216
|
--pf-v6-c-page__sidebar-main--xl--MarginBlockStart--glass: 0;
|
|
219
217
|
--pf-v6-c-page__sidebar-main--xl--MarginBlockEnd--glass: var(--pf-t--global--spacer--inset--page-chrome);
|
|
220
218
|
--pf-v6-c-page__sidebar-main--xl--MarginInlineStart--glass: var(--pf-t--global--spacer--inset--page-chrome);
|
|
221
|
-
--pf-v6-c-page__sidebar-main--xl--MarginInlineEnd--glass: var(--pf-t--global--spacer--
|
|
222
|
-
--pf-v6-c-page__main-container--MarginBlockStart--glass: var(--pf-t--global--spacer--
|
|
223
|
-
--pf-v6-c-page__main-container--MaxHeight--glass: calc(100% - var(--pf-t--global--spacer--inset--page-chrome)
|
|
219
|
+
--pf-v6-c-page__sidebar-main--xl--MarginInlineEnd--glass: var(--pf-t--global--spacer--gutter--default);
|
|
220
|
+
--pf-v6-c-page__main-container--MarginBlockStart--glass: var(--pf-t--global--spacer--gutter--default);
|
|
221
|
+
--pf-v6-c-page__main-container--MaxHeight--glass: calc(100% - var(--pf-t--global--spacer--inset--page-chrome) - var(--pf-t--global--spacer--gutter--default));
|
|
222
|
+
--pf-v6-c-page--m-dock__main-container--MaxHeight--glass: calc(100% - var(--pf-t--global--spacer--inset--page-chrome) - var(--pf-t--global--spacer--gutter--default));
|
|
223
|
+
--pf-v6-c-page--m-dock__main-container--MarginBlockStart--glass: var(--pf-t--global--spacer--gutter--default);
|
|
224
224
|
}
|
|
225
225
|
:where(.pf-v6-theme-glass) .pf-v6-c-page {
|
|
226
226
|
--pf-v6-c-page--BackgroundColor: var(--pf-v6-c-page--BackgroundColor--glass);
|
|
@@ -243,6 +243,8 @@
|
|
|
243
243
|
--pf-v6-c-page__sidebar-main--BoxShadow: var(--pf-v6-c-page__sidebar-main--BoxShadow--glass);
|
|
244
244
|
--pf-v6-c-page__main-container--MarginBlockStart: var(--pf-v6-c-page__main-container--MarginBlockStart--glass);
|
|
245
245
|
--pf-v6-c-page__main-container--MaxHeight: var(--pf-v6-c-page__main-container--MaxHeight--glass);
|
|
246
|
+
--pf-v6-c-page--m-dock__main-container--MaxHeight: var(--pf-v6-c-page--m-dock__main-container--MaxHeight--glass);
|
|
247
|
+
--pf-v6-c-page--m-dock__main-container--MarginBlockStart: var(--pf-v6-c-page--m-dock__main-container--MarginBlockStart--glass);
|
|
246
248
|
}
|
|
247
249
|
@media (min-width: 75rem) {
|
|
248
250
|
.pf-v6-c-page {
|
|
@@ -394,10 +396,11 @@
|
|
|
394
396
|
inset-inline-start: 0;
|
|
395
397
|
z-index: var(--pf-v6-c-page__dock--ZIndex);
|
|
396
398
|
display: flex;
|
|
399
|
+
visibility: hidden;
|
|
397
400
|
flex-direction: column;
|
|
398
401
|
grid-area: dock;
|
|
399
402
|
width: var(--pf-v6-c-page__dock--Width);
|
|
400
|
-
transition: translate var(--pf-v6-c-page__dock--TransitionDuration--slide) var(--pf-v6-c-page__dock--TransitionTimingFunction--slide);
|
|
403
|
+
transition: translate var(--pf-v6-c-page__dock--TransitionDuration--slide) var(--pf-v6-c-page__dock--TransitionTimingFunction--slide), visibility 0s var(--pf-v6-c-page__dock--TransitionDuration--slide);
|
|
401
404
|
translate: -100% 0;
|
|
402
405
|
}
|
|
403
406
|
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-page__dock {
|
|
@@ -406,14 +409,15 @@
|
|
|
406
409
|
|
|
407
410
|
.pf-v6-c-page__dock.pf-m-expanded {
|
|
408
411
|
--pf-v6-c-page__dock--TransitionDuration--slide: var(--pf-v6-c-page__dock--m-expanded--TransitionDuration--slide);
|
|
412
|
+
visibility: visible;
|
|
409
413
|
translate: 0;
|
|
414
|
+
transition: translate var(--pf-v6-c-page__dock--TransitionDuration--slide) var(--pf-v6-c-page__dock--TransitionTimingFunction--slide), visibility 0s 0s;
|
|
410
415
|
}
|
|
411
416
|
@media (min-width: 62rem) {
|
|
412
417
|
.pf-v6-c-page__dock {
|
|
413
|
-
--pf-v6-c-page__dock-main--BackgroundColor: var(--pf-v6-c-page__dock-main--desktop--BackgroundColor);
|
|
414
|
-
--pf-v6-c-page__dock-main--BorderInlineEndColor: var(--pf-v6-c-page__dock-main--desktop--BorderInlineEndColor);
|
|
415
418
|
position: revert;
|
|
416
419
|
inset: revert;
|
|
420
|
+
visibility: revert;
|
|
417
421
|
width: auto;
|
|
418
422
|
translate: 0;
|
|
419
423
|
}
|
|
@@ -438,6 +442,9 @@
|
|
|
438
442
|
}
|
|
439
443
|
@media (min-width: 62rem) {
|
|
440
444
|
.pf-v6-c-page__dock-main {
|
|
445
|
+
--pf-v6-c-page__dock-main--BorderInlineEndWidth: var(--pf-v6-c-page__dock-main--desktop--BorderInlineEndWidth);
|
|
446
|
+
--pf-v6-c-page__dock-main--BackgroundColor: var(--pf-v6-c-page__dock-main--desktop--BackgroundColor);
|
|
447
|
+
--pf-v6-c-page__dock-main--BorderInlineEndColor: var(--pf-v6-c-page__dock-main--desktop--BorderInlineEndColor);
|
|
441
448
|
--pf-v6-c-page__dock-main--BoxShadow: var(--pf-v6-c-page__dock-main--desktop--BoxShadow);
|
|
442
449
|
--pf-v6-c-page__dock--m-expanded__dock-main--BoxShadow: var(--pf-v6-c-page__dock-main--desktop--BoxShadow);
|
|
443
450
|
--pf-v6-c-page__dock--m-expanded__dock-main--BorderInlineEndWidth: var(--pf-v6-c-page__dock-main--BorderInlineEndWidth);
|
|
@@ -9,13 +9,6 @@ $pf-page-v6--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
9
9
|
--#{$page}--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
10
10
|
--#{$page}--inset: var(--pf-t--global--spacer--inset--page-chrome);
|
|
11
11
|
|
|
12
|
-
// Docked nav
|
|
13
|
-
--#{$page}--m-dock__main-container--MaxHeight: calc(100% - var(--pf-t--global--spacer--lg) * 2);
|
|
14
|
-
--#{$page}--m-dock__main-container--MarginBlockStart: 0;
|
|
15
|
-
--#{$page}--m-dock__main-container--desktop--MarginBlockStart: var(--pf-t--global--spacer--lg);
|
|
16
|
-
--#{$page}--m-dock--ColumnGap: var(--pf-t--global--spacer--inset--page-chrome);
|
|
17
|
-
--#{$page}--m-dock--c-masthead--m-display-inline--GridTemplateColumns: min-content 1fr;
|
|
18
|
-
|
|
19
12
|
// Header
|
|
20
13
|
--#{$page}--c-masthead--ZIndex: var(--pf-t--global--z-index--md);
|
|
21
14
|
|
|
@@ -34,11 +27,19 @@ $pf-page-v6--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
34
27
|
--#{$page}__dock--m-expanded__dock-main--BoxShadow: var(--pf-t--global--box-shadow--sm--right);
|
|
35
28
|
--#{$page}__dock-main--desktop--BoxShadow: var(--pf-t--global--box-shadow--glass--default, none);
|
|
36
29
|
--#{$page}__dock-main--BackdropFilter: var(--pf-t--global--background--filter--glass--blur--primary, revert);
|
|
37
|
-
--#{$page}__dock-main--BorderInlineEndWidth:
|
|
30
|
+
--#{$page}__dock-main--BorderInlineEndWidth: 0;
|
|
38
31
|
--#{$page}__dock-main--BorderInlineEndColor: transparent;
|
|
39
|
-
--#{$page}__dock-main--desktop--
|
|
32
|
+
--#{$page}__dock-main--desktop--BorderInlineEndWidth: var(--pf-t--global--border--width--regular);
|
|
33
|
+
--#{$page}__dock-main--desktop--BorderInlineEndColor: var(--pf-t--global--border--color--glass--default, var(--pf-t--global--border--color--subtle));
|
|
40
34
|
--#{$page}__dock--m-expanded__dock-main--BorderInlineEndWidth: var(--pf-t--global--border--width--glass--default, var(--pf-t--global--border--width--regular));
|
|
41
|
-
--#{$page}__dock--m-expanded__dock-main--BorderInlineEndColor:
|
|
35
|
+
--#{$page}__dock--m-expanded__dock-main--BorderInlineEndColor: transparent;
|
|
36
|
+
|
|
37
|
+
// Docked nav
|
|
38
|
+
--#{$page}--m-dock__main-container--MaxHeight: calc(100% - var(--pf-t--global--spacer--inset--page-chrome) * 2);
|
|
39
|
+
--#{$page}--m-dock__main-container--MarginBlockStart: var(--pf-t--global--spacer--inset--page-chrome);
|
|
40
|
+
--#{$page}--m-dock__main-container--desktop--MarginBlockStart: var(--pf-t--global--spacer--inset--page-chrome);
|
|
41
|
+
--#{$page}--m-dock--ColumnGap: var(--pf-t--global--spacer--inset--page-chrome);
|
|
42
|
+
--#{$page}--m-dock--c-masthead--m-display-inline--GridTemplateColumns: min-content 1fr;
|
|
42
43
|
|
|
43
44
|
// Sidebar
|
|
44
45
|
--#{$page}__sidebar--ZIndex: var(--pf-t--global--z-index--sm);
|
|
@@ -235,23 +236,18 @@ $pf-page-v6--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
235
236
|
--#{$page}__drawer--c-drawer--BorderBlockStartWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
236
237
|
--#{$page}__drawer--c-drawer--BorderBlockStartColor: var(--pf-t--global--border--color--high-contrast);
|
|
237
238
|
|
|
238
|
-
// Docked nav
|
|
239
|
-
--#{$page}--m-dock__main-container--MaxHeight: calc(100% - var(--pf-t--global--spacer--lg) * 2);
|
|
240
|
-
--#{$page}--m-dock__main-container--MarginBlockStart: var(--pf-t--global--spacer--lg);
|
|
241
|
-
--#{$page}--m-dock--ColumnGap: var(--pf-t--global--spacer--inset--page-chrome);
|
|
242
|
-
|
|
243
239
|
// Glass theme
|
|
244
240
|
--#{$page}--BackgroundColor--glass: transparent;
|
|
245
241
|
--#{$page}__sidebar--Width--base--glass: calc(#{pf-size-prem(290px)} + var(--pf-t--global--spacer--inset--page-chrome) * 2);
|
|
246
|
-
--#{$page}__sidebar--MarginBlockStart--glass: var(--pf-t--global--spacer--
|
|
247
|
-
--#{$page}__sidebar-body--PaddingInlineStart--glass: var(--pf-t--global--spacer--
|
|
248
|
-
--#{$page}__sidebar-body--PaddingInlineEnd--glass: var(--pf-t--global--spacer--
|
|
242
|
+
--#{$page}__sidebar--MarginBlockStart--glass: var(--pf-t--global--spacer--gutter--default);
|
|
243
|
+
--#{$page}__sidebar-body--PaddingInlineStart--glass: var(--pf-t--global--spacer--md);
|
|
244
|
+
--#{$page}__sidebar-body--PaddingInlineEnd--glass: var(--pf-t--global--spacer--md);
|
|
249
245
|
--#{$page}__sidebar-main--PaddingBlockEnd--glass: var(--#{$page}__sidebar--PaddingBlockEnd);
|
|
250
246
|
--#{$page}__sidebar-main--PaddingInlineStart--glass: var(--#{$page}__sidebar--PaddingInlineStart);
|
|
251
247
|
--#{$page}__sidebar-main--PaddingInlineEnd--glass: var(--#{$page}__sidebar--PaddingInlineEnd);
|
|
252
|
-
--#{$page}__sidebar-main--MarginBlockStart--glass: calc(var(--pf-t--global--spacer--
|
|
253
|
-
--#{$page}__sidebar-main--MarginBlockEnd--glass: var(--pf-t--global--spacer--
|
|
254
|
-
--#{$page}__sidebar-main--MarginInlineStart--glass: var(--pf-t--global--spacer--
|
|
248
|
+
--#{$page}__sidebar-main--MarginBlockStart--glass: calc(var(--pf-t--global--spacer--xs) * -1);
|
|
249
|
+
--#{$page}__sidebar-main--MarginBlockEnd--glass: calc(var(--pf-t--global--spacer--inset--page-chrome) - var(--pf-t--global--spacer--xs));
|
|
250
|
+
--#{$page}__sidebar-main--MarginInlineStart--glass: calc(var(--pf-t--global--spacer--inset--page-chrome) - var(--pf-t--global--spacer--xs));
|
|
255
251
|
--#{$page}__sidebar-main--MarginInlineEnd--glass: var(--pf-t--global--spacer--md);
|
|
256
252
|
--#{$page}__sidebar-main--BackgroundColor--glass: var(--#{$page}__sidebar--BackgroundColor);
|
|
257
253
|
--#{$page}__sidebar-main--BackdropFilter--glass: var(--#{$page}__sidebar--BackdropFilter);
|
|
@@ -262,9 +258,11 @@ $pf-page-v6--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
262
258
|
--#{$page}__sidebar-main--xl--MarginBlockStart--glass: 0;
|
|
263
259
|
--#{$page}__sidebar-main--xl--MarginBlockEnd--glass: var(--pf-t--global--spacer--inset--page-chrome);
|
|
264
260
|
--#{$page}__sidebar-main--xl--MarginInlineStart--glass: var(--pf-t--global--spacer--inset--page-chrome);
|
|
265
|
-
--#{$page}__sidebar-main--xl--MarginInlineEnd--glass: var(--pf-t--global--spacer--
|
|
266
|
-
--#{$page}__main-container--MarginBlockStart--glass: var(--pf-t--global--spacer--
|
|
267
|
-
--#{$page}__main-container--MaxHeight--glass: calc(100% - var(--pf-t--global--spacer--inset--page-chrome)
|
|
261
|
+
--#{$page}__sidebar-main--xl--MarginInlineEnd--glass: var(--pf-t--global--spacer--gutter--default);
|
|
262
|
+
--#{$page}__main-container--MarginBlockStart--glass: var(--pf-t--global--spacer--gutter--default);
|
|
263
|
+
--#{$page}__main-container--MaxHeight--glass: calc(100% - var(--pf-t--global--spacer--inset--page-chrome) - var(--pf-t--global--spacer--gutter--default));
|
|
264
|
+
--#{$page}--m-dock__main-container--MaxHeight--glass: calc(100% - var(--pf-t--global--spacer--inset--page-chrome) - var(--pf-t--global--spacer--gutter--default));
|
|
265
|
+
--#{$page}--m-dock__main-container--MarginBlockStart--glass: var(--pf-t--global--spacer--gutter--default);
|
|
268
266
|
|
|
269
267
|
:where(.pf-v6-theme-glass) & {
|
|
270
268
|
--#{$page}--BackgroundColor: var(--#{$page}--BackgroundColor--glass);
|
|
@@ -287,6 +285,8 @@ $pf-page-v6--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
287
285
|
--#{$page}__sidebar-main--BoxShadow: var(--#{$page}__sidebar-main--BoxShadow--glass);
|
|
288
286
|
--#{$page}__main-container--MarginBlockStart: var(--#{$page}__main-container--MarginBlockStart--glass);
|
|
289
287
|
--#{$page}__main-container--MaxHeight: var(--#{$page}__main-container--MaxHeight--glass);
|
|
288
|
+
--#{$page}--m-dock__main-container--MaxHeight: var(--#{$page}--m-dock__main-container--MaxHeight--glass);
|
|
289
|
+
--#{$page}--m-dock__main-container--MarginBlockStart: var(--#{$page}--m-dock__main-container--MarginBlockStart--glass);
|
|
290
290
|
}
|
|
291
291
|
|
|
292
292
|
@media (min-width: $pf-v6-global--breakpoint--xl) {
|
|
@@ -425,10 +425,11 @@ $pf-page-v6--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
425
425
|
inset-inline-start: 0;
|
|
426
426
|
z-index: var(--#{$page}__dock--ZIndex);
|
|
427
427
|
display: flex;
|
|
428
|
+
visibility: hidden;
|
|
428
429
|
flex-direction: column;
|
|
429
430
|
grid-area: dock;
|
|
430
431
|
width: var(--#{$page}__dock--Width);
|
|
431
|
-
transition: translate var(--#{$page}__dock--TransitionDuration--slide) var(--#{$page}__dock--TransitionTimingFunction--slide);
|
|
432
|
+
transition: translate var(--#{$page}__dock--TransitionDuration--slide) var(--#{$page}__dock--TransitionTimingFunction--slide), visibility 0s var(--#{$page}__dock--TransitionDuration--slide);
|
|
432
433
|
|
|
433
434
|
@include pf-v6-bidirectional-style(
|
|
434
435
|
$prop: translate,
|
|
@@ -439,15 +440,17 @@ $pf-page-v6--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
439
440
|
&.pf-m-expanded {
|
|
440
441
|
--#{$page}__dock--TransitionDuration--slide: var(--#{$page}__dock--m-expanded--TransitionDuration--slide);
|
|
441
442
|
|
|
443
|
+
visibility: visible;
|
|
442
444
|
translate: 0;
|
|
445
|
+
transition:
|
|
446
|
+
translate var(--#{$page}__dock--TransitionDuration--slide) var(--#{$page}__dock--TransitionTimingFunction--slide),
|
|
447
|
+
visibility 0s 0s;
|
|
443
448
|
}
|
|
444
449
|
|
|
445
450
|
@media (min-width: $pf-v6-global--breakpoint--dock--desktop) {
|
|
446
|
-
--#{$page}__dock-main--BackgroundColor: var(--#{$page}__dock-main--desktop--BackgroundColor);
|
|
447
|
-
--#{$page}__dock-main--BorderInlineEndColor: var(--#{$page}__dock-main--desktop--BorderInlineEndColor);
|
|
448
|
-
|
|
449
451
|
position: revert;
|
|
450
452
|
inset: revert;
|
|
453
|
+
visibility: revert;
|
|
451
454
|
width: auto;
|
|
452
455
|
translate: 0;
|
|
453
456
|
}
|
|
@@ -474,6 +477,9 @@ $pf-page-v6--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
474
477
|
}
|
|
475
478
|
|
|
476
479
|
@media (min-width: $pf-v6-global--breakpoint--dock--desktop) {
|
|
480
|
+
--#{$page}__dock-main--BorderInlineEndWidth: var(--#{$page}__dock-main--desktop--BorderInlineEndWidth);
|
|
481
|
+
--#{$page}__dock-main--BackgroundColor: var(--#{$page}__dock-main--desktop--BackgroundColor);
|
|
482
|
+
--#{$page}__dock-main--BorderInlineEndColor: var(--#{$page}__dock-main--desktop--BorderInlineEndColor);
|
|
477
483
|
--#{$page}__dock-main--BoxShadow: var(--#{$page}__dock-main--desktop--BoxShadow);
|
|
478
484
|
--#{$page}__dock--m-expanded__dock-main--BoxShadow: var(--#{$page}__dock-main--desktop--BoxShadow);
|
|
479
485
|
--#{$page}__dock--m-expanded__dock-main--BorderInlineEndWidth: var(--#{$page}__dock-main--BorderInlineEndWidth);
|
|
@@ -970,4 +976,4 @@ $pf-page-v6--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
970
976
|
flex-grow: 1;
|
|
971
977
|
}
|
|
972
978
|
}
|
|
973
|
-
}
|
|
979
|
+
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
--pf-v6-c-panel--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
6
6
|
--pf-v6-c-panel--BoxShadow: none;
|
|
7
7
|
--pf-v6-c-panel--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
8
|
-
--pf-v6-c-panel--before--BorderWidth:
|
|
8
|
+
--pf-v6-c-panel--before--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
9
9
|
--pf-v6-c-panel--before--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
|
10
10
|
--pf-v6-c-panel--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
11
11
|
--pf-v6-c-panel--m-secondary--before--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
--#{$panel}--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
10
10
|
|
|
11
11
|
// border
|
|
12
|
-
--#{$panel}--before--BorderWidth:
|
|
12
|
+
--#{$panel}--before--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
13
13
|
--#{$panel}--before--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
|
14
14
|
|
|
15
15
|
// secondary modifier
|
|
16
16
|
--#{$panel}--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
17
|
-
--#{$panel}--m-secondary--before--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
17
|
+
--#{$panel}--m-secondary--before--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular); // TODO - remove in a breaking change
|
|
18
18
|
|
|
19
19
|
// bordered
|
|
20
20
|
--#{$panel}--m-bordered--before--BorderWidth: var(--pf-t--global--border--width--box--default);
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
|
|
131
131
|
.pf-v6-c-progress__description {
|
|
132
132
|
grid-column: 1/2;
|
|
133
|
-
overflow-wrap:
|
|
133
|
+
overflow-wrap: anywhere;
|
|
134
134
|
}
|
|
135
135
|
.pf-v6-c-progress__description.pf-m-truncate {
|
|
136
136
|
overflow: hidden;
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
align-items: flex-start;
|
|
147
147
|
justify-content: flex-end;
|
|
148
148
|
text-align: end;
|
|
149
|
-
overflow-wrap:
|
|
149
|
+
overflow-wrap: anywhere;
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
.pf-v6-c-progress__status-icon {
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
// the progress__description is displayed above the progress bar on the left
|
|
164
164
|
.#{$progress}__description {
|
|
165
165
|
grid-column: 1 / 2;
|
|
166
|
-
overflow-wrap:
|
|
166
|
+
overflow-wrap: anywhere;
|
|
167
167
|
|
|
168
168
|
&.pf-m-truncate {
|
|
169
169
|
@include pf-v6-text-overflow;
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
align-items: flex-start;
|
|
180
180
|
justify-content: flex-end;
|
|
181
181
|
text-align: end;
|
|
182
|
-
overflow-wrap:
|
|
182
|
+
overflow-wrap: anywhere;
|
|
183
183
|
}
|
|
184
184
|
|
|
185
185
|
// the progress__status-icon is an icon displayed always in the upper right
|
|
@@ -168,6 +168,9 @@
|
|
|
168
168
|
--pf-v6-c-sidebar__panel--Position: static;
|
|
169
169
|
--pf-v6-c-sidebar__panel--InsetBlockStart: auto;
|
|
170
170
|
}
|
|
171
|
+
.pf-v6-c-sidebar__panel.pf-m-no-background, :where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-sidebar__panel.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-sidebar__panel:not(.pf-m-no-plain-on-glass) {
|
|
172
|
+
--pf-v6-c-sidebar__panel--BackgroundColor: transparent;
|
|
173
|
+
}
|
|
171
174
|
.pf-v6-c-sidebar__panel.pf-m-secondary {
|
|
172
175
|
--pf-v6-c-sidebar__panel--BackgroundColor: var(--pf-v6-c-sidebar__panel--m-secondary--BackgroundColor);
|
|
173
176
|
}
|
|
@@ -187,7 +190,7 @@
|
|
|
187
190
|
--pf-v6-c-sidebar__content--PaddingBlockEnd: var(--pf-v6-c-sidebar__content--m-padding--PaddingBlockEnd);
|
|
188
191
|
--pf-v6-c-sidebar__content--PaddingInlineStart: var(--pf-v6-c-sidebar__content--m-padding--PaddingBlockStart);
|
|
189
192
|
}
|
|
190
|
-
.pf-v6-c-sidebar__content.pf-m-no-background {
|
|
193
|
+
.pf-v6-c-sidebar__content.pf-m-no-background, :where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-sidebar__content.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-sidebar__content:not(.pf-m-no-plain-on-glass) {
|
|
191
194
|
--pf-v6-c-sidebar__content--BackgroundColor: transparent;
|
|
192
195
|
}
|
|
193
196
|
.pf-v6-c-sidebar__content.pf-m-secondary {
|
|
@@ -200,12 +203,6 @@
|
|
|
200
203
|
--pf-v6-c-sidebar__content--Order: -1;
|
|
201
204
|
}
|
|
202
205
|
|
|
203
|
-
.pf-v6-c-sidebar.pf-m-no-background,
|
|
204
|
-
.pf-v6-c-sidebar__panel.pf-m-no-background,
|
|
205
|
-
.pf-v6-c-sidebar__content.pf-m-no-background {
|
|
206
|
-
background-color: transparent;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
206
|
.pf-v6-c-sidebar__panel.pf-m-width-default {
|
|
210
207
|
--pf-v6-c-sidebar__panel--FlexBasis: var(--pf-v6-c-sidebar__panel--FlexBasis--base);
|
|
211
208
|
}
|
|
@@ -205,6 +205,12 @@ $pf-v6-c-sidebar__panel--list--width: ("default", 25, 33, 50, 66, 75, 100);
|
|
|
205
205
|
--#{$sidebar}__panel--InsetBlockStart: auto;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
+
&.pf-m-no-background,
|
|
209
|
+
:where(:root:not(.pf-v6-theme-glass)) &.pf-m-plain,
|
|
210
|
+
:where(:root.pf-v6-theme-glass) &:not(.pf-m-no-plain-on-glass) {
|
|
211
|
+
--#{$sidebar}__panel--BackgroundColor: transparent;
|
|
212
|
+
}
|
|
213
|
+
|
|
208
214
|
&.pf-m-secondary {
|
|
209
215
|
--#{$sidebar}__panel--BackgroundColor: var(--#{$sidebar}__panel--m-secondary--BackgroundColor);
|
|
210
216
|
}
|
|
@@ -226,7 +232,9 @@ $pf-v6-c-sidebar__panel--list--width: ("default", 25, 33, 50, 66, 75, 100);
|
|
|
226
232
|
--#{$sidebar}__content--PaddingInlineStart: var(--#{$sidebar}__content--m-padding--PaddingBlockStart);
|
|
227
233
|
}
|
|
228
234
|
|
|
229
|
-
&.pf-m-no-background
|
|
235
|
+
&.pf-m-no-background,
|
|
236
|
+
:where(:root:not(.pf-v6-theme-glass)) &.pf-m-plain,
|
|
237
|
+
:where(:root.pf-v6-theme-glass) &:not(.pf-m-no-plain-on-glass) {
|
|
230
238
|
--#{$sidebar}__content--BackgroundColor: transparent;
|
|
231
239
|
}
|
|
232
240
|
|
|
@@ -243,14 +251,6 @@ $pf-v6-c-sidebar__panel--list--width: ("default", 25, 33, 50, 66, 75, 100);
|
|
|
243
251
|
}
|
|
244
252
|
}
|
|
245
253
|
|
|
246
|
-
.#{$sidebar},
|
|
247
|
-
.#{$sidebar}__panel,
|
|
248
|
-
.#{$sidebar}__content {
|
|
249
|
-
&.pf-m-no-background {
|
|
250
|
-
background-color: transparent;
|
|
251
|
-
}
|
|
252
|
-
}
|
|
253
|
-
|
|
254
254
|
// Responsive width modifiers
|
|
255
255
|
@each $breakpoint, $breakpoint-value in $pf-v6-c-sidebar--breakpoint-map--width {
|
|
256
256
|
$breakpoint-name: "";
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
--pf-v6-c-table--m-no-inset__tree-view-main--MarginInlineStart: 0;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
+
.pf-v6-c-table.pf-m-tree-view {
|
|
20
|
+
--pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate: 90deg;
|
|
21
|
+
}
|
|
19
22
|
.pf-v6-c-table.pf-m-tree-view > tbody > tr {
|
|
20
23
|
--pf-v6-c-table--m-tree-view__toggle--InsetInlineStart: var(--pf-v6-c-table__tree-view-main--PaddingInlineStart);
|
|
21
24
|
}
|
|
@@ -37,6 +37,8 @@ $pf-v6-c-tree-view--MaxDepth: 10;
|
|
|
37
37
|
|
|
38
38
|
// - Table tree view
|
|
39
39
|
.#{$table}.pf-m-tree-view {
|
|
40
|
+
--#{$table}__toggle--c-button--m-expanded__toggle-icon--Rotate: 90deg;
|
|
41
|
+
|
|
40
42
|
> tbody > tr {
|
|
41
43
|
--#{$table}--m-tree-view__toggle--InsetInlineStart: var(--#{$table}__tree-view-main--PaddingInlineStart);
|
|
42
44
|
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
--pf-v6-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
156
156
|
--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: var(--pf-v6-c-table--border-width--base);
|
|
157
157
|
--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndColor: var(--pf-v6-c-table--BorderColor);
|
|
158
|
-
--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex:
|
|
158
|
+
--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex: initial;
|
|
159
159
|
--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
|
|
160
160
|
--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
|
161
161
|
--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
@@ -175,6 +175,8 @@
|
|
|
175
175
|
--pf-v6-c-table--m-sticky-header--BoxShadow--glass: var(--pf-t--global--box-shadow--sm);
|
|
176
176
|
--pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor: var(--pf-t--global--motion--timing-function--default);
|
|
177
177
|
--pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor: var(--pf-t--global--motion--duration--fade--default);
|
|
178
|
+
--pf-v6-c-table--m-sticky-footer--ZIndex: calc(var(--pf-t--global--z-index--xs) + 1);
|
|
179
|
+
--pf-v6-c-table--m-sticky-footer--border--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
|
|
178
180
|
}
|
|
179
181
|
:where(.pf-v6-theme-glass) .pf-v6-c-table {
|
|
180
182
|
--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth: 0;
|
|
@@ -196,16 +198,13 @@
|
|
|
196
198
|
.pf-v6-c-table.pf-m-fixed {
|
|
197
199
|
table-layout: fixed;
|
|
198
200
|
}
|
|
199
|
-
.pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::
|
|
201
|
+
.pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead .pf-v6-c-table__th::after {
|
|
200
202
|
opacity: 0;
|
|
201
203
|
transition-timing-function: var(--pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor);
|
|
202
204
|
transition-duration: var(--pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor);
|
|
203
205
|
transition-property: opacity;
|
|
204
206
|
}
|
|
205
|
-
.pf-v6-c-table.pf-m-sticky-header, .pf-v6-c-table.pf-m-sticky-header-stuck {
|
|
206
|
-
--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: 0;
|
|
207
|
-
}
|
|
208
|
-
.pf-v6-c-table.pf-m-sticky-header-stuck > .pf-v6-c-table__thead::before, .pf-v6-c-table.pf-m-sticky-header-stuck > .pf-v6-c-table__thead::after {
|
|
207
|
+
.pf-v6-c-table.pf-m-sticky-header-stuck > .pf-v6-c-table__thead::after, .pf-v6-c-table.pf-m-sticky-header-stuck > .pf-v6-c-table__thead .pf-v6-c-table__th::after {
|
|
209
208
|
opacity: 1;
|
|
210
209
|
}
|
|
211
210
|
.pf-v6-c-table.pf-m-sticky-header, .pf-v6-c-table.pf-m-sticky-header-base {
|
|
@@ -216,27 +215,39 @@
|
|
|
216
215
|
inset-block-start: 0;
|
|
217
216
|
z-index: var(--pf-v6-c-table--m-sticky-header--ZIndex);
|
|
218
217
|
}
|
|
219
|
-
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::
|
|
218
|
+
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::after {
|
|
220
219
|
position: absolute;
|
|
221
220
|
inset: 0;
|
|
222
221
|
z-index: -1;
|
|
223
222
|
pointer-events: none;
|
|
224
223
|
content: "";
|
|
225
|
-
background-color: var(--pf-v6-c-table--m-sticky-header--BackgroundColor);
|
|
226
224
|
border-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
|
|
227
225
|
box-shadow: var(--pf-v6-c-table--m-sticky-header--BoxShadow);
|
|
228
226
|
}
|
|
229
|
-
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead
|
|
230
|
-
z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
|
|
231
|
-
}
|
|
232
|
-
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::after {
|
|
227
|
+
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead .pf-v6-c-table__th::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead .pf-v6-c-table__th::after {
|
|
233
228
|
position: absolute;
|
|
234
229
|
inset: 0;
|
|
235
|
-
z-index:
|
|
230
|
+
z-index: -1;
|
|
236
231
|
pointer-events: none;
|
|
237
232
|
content: "";
|
|
233
|
+
background-color: var(--pf-v6-c-table--m-sticky-header--BackgroundColor);
|
|
238
234
|
border-block-end: var(--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth) solid var(--pf-v6-c-table--m-sticky-header--BorderBlockEndColor);
|
|
239
235
|
}
|
|
236
|
+
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead .pf-v6-c-table__th:first-child::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead .pf-v6-c-table__th:first-child::after {
|
|
237
|
+
border-start-start-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
|
|
238
|
+
border-end-start-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
|
|
239
|
+
}
|
|
240
|
+
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead .pf-v6-c-table__th:last-child::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead .pf-v6-c-table__th:last-child::after {
|
|
241
|
+
border-start-end-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
|
|
242
|
+
border-end-end-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
|
|
243
|
+
}
|
|
244
|
+
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead > :where(th, td), .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead > :where(th, td) {
|
|
245
|
+
z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
|
|
246
|
+
}
|
|
247
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-table.pf-m-sticky-header .pf-m-nested-column-header, :where(.pf-v6-theme-glass) .pf-v6-c-table.pf-m-sticky-header-base .pf-m-nested-column-header {
|
|
248
|
+
--pf-v6-c-table--m-sticky-header--BorderRadius: 0;
|
|
249
|
+
--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: 0;
|
|
250
|
+
}
|
|
240
251
|
.pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) {
|
|
241
252
|
border-block-end: 0;
|
|
242
253
|
}
|
|
@@ -244,6 +255,26 @@
|
|
|
244
255
|
.pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) td:where(.pf-v6-c-table__td):not([rowspan]) {
|
|
245
256
|
--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd);
|
|
246
257
|
}
|
|
258
|
+
.pf-v6-c-table.pf-m-sticky-footer > .pf-v6-c-table__tfoot {
|
|
259
|
+
position: sticky;
|
|
260
|
+
inset-block-end: 0;
|
|
261
|
+
z-index: var(--pf-v6-c-table--m-sticky-footer--ZIndex);
|
|
262
|
+
background: var(--pf-v6-c-table--BackgroundColor);
|
|
263
|
+
}
|
|
264
|
+
.pf-v6-c-table.pf-m-sticky-footer > .pf-v6-c-table__tfoot::before {
|
|
265
|
+
position: absolute;
|
|
266
|
+
inset: 0;
|
|
267
|
+
z-index: var(--pf-v6-c-table--m-sticky-footer--border--ZIndex);
|
|
268
|
+
pointer-events: none;
|
|
269
|
+
content: "";
|
|
270
|
+
border-block-start: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
|
|
271
|
+
}
|
|
272
|
+
.pf-v6-c-table.pf-m-sticky-footer > .pf-v6-c-table__tbody:last-of-type > .pf-v6-c-table__tr:last-of-type {
|
|
273
|
+
border-block-end: 0;
|
|
274
|
+
}
|
|
275
|
+
.pf-v6-c-table.pf-m-plain {
|
|
276
|
+
--pf-v6-c-table--BackgroundColor: transparent;
|
|
277
|
+
}
|
|
247
278
|
.pf-v6-c-table.pf-m-striped:not(.pf-m-expandable) > tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr):nth-child(odd), .pf-v6-c-table.pf-m-striped.pf-m-expandable > tbody:where(.pf-v6-c-table__tbody):nth-of-type(odd) > tr:where(.pf-v6-c-table__tr),
|
|
248
279
|
.pf-v6-c-table > .pf-m-striped > tr:nth-child(odd),
|
|
249
280
|
.pf-v6-c-table > .pf-m-striped-even > tr:nth-child(even),
|
|
@@ -927,14 +958,11 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
927
958
|
vertical-align: bottom;
|
|
928
959
|
}
|
|
929
960
|
.pf-v6-c-table__thead.pf-m-nested-column-header {
|
|
961
|
+
--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth: 0;
|
|
930
962
|
position: relative;
|
|
931
963
|
}
|
|
932
|
-
.pf-v6-c-table__thead.pf-m-nested-column-header
|
|
933
|
-
position: absolute;
|
|
934
|
-
inset: 0;
|
|
964
|
+
.pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__tr:last-child:not(.pf-m-border-row) {
|
|
935
965
|
z-index: var(--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex);
|
|
936
|
-
pointer-events: none;
|
|
937
|
-
content: "";
|
|
938
966
|
border-block-end: var(--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth) solid var(--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndColor);
|
|
939
967
|
}
|
|
940
968
|
.pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button {
|
|
@@ -975,7 +1003,13 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
975
1003
|
border-block-end: 0;
|
|
976
1004
|
}
|
|
977
1005
|
.pf-v6-c-table__tr.pf-m-border-row {
|
|
978
|
-
|
|
1006
|
+
height: var(--pf-v6-c-table--border-width--base);
|
|
1007
|
+
background-color: var(--pf-v6-c-table--BorderColor);
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
.pf-v6-c-table__tfoot {
|
|
1011
|
+
--pf-v6-c-table__tr--BorderBlockEndWidth: 0;
|
|
1012
|
+
vertical-align: top;
|
|
979
1013
|
}
|
|
980
1014
|
|
|
981
1015
|
.pf-v6-c-table__icon-inline {
|