@patternfly/patternfly 6.6.0-prerelease.1 → 6.6.0-prerelease.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/images/img_avatar-rhds.svg +22 -0
- package/assets/images/pf-logo-avatar.jpg +0 -0
- package/base/normalize.scss +2 -0
- package/base/patternfly-common.css +2 -2
- package/base/patternfly-common.scss +1 -1
- package/base/patternfly-fa-icons.css +3 -3
- package/base/patternfly-fa-icons.scss +3 -3
- package/base/patternfly-variables.css +58 -56
- package/base/reset.scss +2 -0
- 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 +9 -9
- package/base/tokens/tokens-default.scss +8 -8
- package/base/tokens/tokens-felt-dark.scss +1 -1
- package/base/tokens/tokens-felt-glass-dark.scss +8 -8
- package/base/tokens/tokens-felt-glass.scss +10 -9
- 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 +8 -8
- package/base/tokens/tokens-glass.scss +10 -9
- package/base/tokens/tokens-highcontrast-dark.scss +8 -8
- package/base/tokens/tokens-highcontrast.scss +7 -7
- package/base/tokens/tokens-palette.scss +1 -1
- package/base/tokens/tokens-redhat-highcontrast.scss +6 -6
- package/components/AboutModalBox/about-modal-box.css +1 -1
- package/components/AboutModalBox/about-modal-box.scss +1 -1
- package/components/Accordion/accordion.css +3 -3
- package/components/Accordion/accordion.scss +3 -3
- package/components/Alert/alert-group.css +1 -1
- package/components/Alert/alert-group.scss +1 -1
- package/components/Alert/alert.css +4 -3
- package/components/Alert/alert.scss +4 -3
- package/components/Avatar/avatar.css +144 -0
- package/components/Avatar/avatar.scss +161 -0
- package/components/Breadcrumb/breadcrumb.css +1 -1
- package/components/Breadcrumb/breadcrumb.scss +1 -1
- package/components/Button/button.css +9 -6
- package/components/Button/button.scss +10 -6
- package/components/Card/card.css +2 -2
- package/components/Card/card.scss +3 -3
- package/components/Check/check.css +1 -1
- package/components/Check/check.scss +1 -1
- package/components/ClipboardCopy/clipboard-copy.css +2 -2
- package/components/ClipboardCopy/clipboard-copy.scss +2 -2
- package/components/Compass/compass.css +7 -3
- package/components/Compass/compass.scss +7 -3
- package/components/Content/content.css +2 -2
- package/components/Content/content.scss +2 -2
- package/components/DataList/data-list.css +1 -1
- package/components/DataList/data-list.scss +1 -1
- package/components/DescriptionList/description-list.css +0 -1
- package/components/DescriptionList/description-list.scss +0 -1
- package/components/DragDrop/drag-drop.css +4 -0
- package/components/DragDrop/drag-drop.scss +4 -0
- package/components/Drawer/drawer.css +2 -2
- package/components/Drawer/drawer.scss +2 -2
- package/components/DualListSelector/dual-list-selector.css +6 -6
- package/components/DualListSelector/dual-list-selector.scss +6 -6
- package/components/ExpandableSection/expandable-section.css +3 -3
- package/components/ExpandableSection/expandable-section.scss +3 -3
- package/components/Form/form.css +12 -12
- package/components/Form/form.scss +6 -6
- package/components/FormControl/form-control.css +1 -1
- package/components/FormControl/form-control.scss +3 -1
- package/components/Hero/hero.css +1 -1
- package/components/Hero/hero.scss +1 -1
- package/components/Hint/hint.css +1 -1
- package/components/Hint/hint.scss +1 -1
- package/components/InputGroup/input-group.css +5 -5
- package/components/InputGroup/input-group.scss +5 -5
- package/components/JumpLinks/jump-links.css +1 -1
- package/components/JumpLinks/jump-links.scss +1 -1
- package/components/Label/label.css +1 -1
- package/components/Label/label.scss +1 -1
- package/components/Login/login.css +2 -2
- package/components/Login/login.scss +2 -2
- package/components/Masthead/masthead.css +2 -2
- package/components/Masthead/masthead.scss +2 -2
- package/components/Menu/menu.css +4 -4
- package/components/Menu/menu.scss +4 -4
- package/components/MenuToggle/menu-toggle.css +4 -1
- package/components/MenuToggle/menu-toggle.scss +5 -2
- package/components/ModalBox/modal-box.css +1 -1
- package/components/ModalBox/modal-box.scss +1 -1
- package/components/Nav/nav.css +5 -5
- package/components/Nav/nav.scss +5 -5
- package/components/NotificationDrawer/notification-drawer.css +5 -5
- package/components/NotificationDrawer/notification-drawer.scss +5 -5
- package/components/Page/page.css +26 -21
- package/components/Page/page.scss +30 -25
- package/components/Popover/popover.css +1 -1
- package/components/Popover/popover.scss +2 -2
- package/components/Progress/progress.css +3 -3
- package/components/Progress/progress.scss +3 -6
- package/components/ProgressStepper/progress-stepper.css +1 -1
- package/components/Radio/radio.css +1 -1
- package/components/Radio/radio.scss +1 -1
- package/components/Sidebar/sidebar.css +4 -7
- package/components/Sidebar/sidebar.scss +9 -9
- package/components/Spinner/spinner.css +2 -2
- package/components/Spinner/spinner.scss +2 -2
- package/components/Switch/switch.css +1 -1
- package/components/Switch/switch.scss +1 -1
- package/components/Table/table-tree-view.css +10 -10
- package/components/Table/table-tree-view.scss +2 -2
- package/components/Table/table.css +37 -10
- package/components/Table/table.scss +53 -14
- package/components/Tabs/tabs.css +3 -3
- package/components/Tabs/tabs.scss +3 -3
- package/components/TextInputGroup/text-input-group.css +1 -1
- package/components/TextInputGroup/text-input-group.scss +1 -1
- package/components/Title/title.css +1 -1
- package/components/Title/title.scss +1 -1
- package/components/Toolbar/toolbar.css +1 -1
- package/components/Toolbar/toolbar.scss +1 -1
- package/components/Tooltip/tooltip.css +1 -1
- package/components/Tooltip/tooltip.scss +2 -2
- package/components/TreeView/tree-view.css +5 -5
- package/components/TreeView/tree-view.scss +5 -5
- package/components/Wizard/wizard.css +5 -5
- package/components/Wizard/wizard.scss +5 -5
- package/components/_index.css +341 -154
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +1 -1
- package/docs/components/Accordion/examples/Accordion.md +30 -30
- package/docs/components/ActionList/examples/ActionList.md +11 -11
- package/docs/components/Alert/examples/Alert.md +54 -54
- package/docs/components/Avatar/examples/Avatar.css +6 -0
- package/docs/components/Avatar/examples/Avatar.md +414 -40
- package/docs/components/BackToTop/examples/BackToTop.md +1 -1
- package/docs/components/Banner/examples/Banner.md +10 -10
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +25 -25
- package/docs/components/Button/examples/Button.md +184 -184
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +16 -16
- package/docs/components/Card/examples/Card.md +14 -14
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
- package/docs/components/CodeBlock/examples/CodeBlock.md +8 -8
- package/docs/components/CodeEditor/examples/CodeEditor.md +18 -18
- package/docs/components/DataList/examples/DataList.md +34 -34
- package/docs/components/DatePicker/examples/DatePicker.md +6 -6
- package/docs/components/DescriptionList/examples/DescriptionList.md +25 -25
- package/docs/components/Drawer/examples/Drawer.md +23 -23
- package/docs/components/DualListSelector/examples/DualListSelector.md +89 -89
- package/docs/components/EmptyState/examples/EmptyState.md +6 -6
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +7 -7
- package/docs/components/Form/examples/Form.md +6 -6
- package/docs/components/Hint/examples/Hint.md +3 -3
- package/docs/components/Icon/examples/Icon.md +9 -9
- package/docs/components/InlineEdit/examples/InlineEdit.md +26 -26
- package/docs/components/InputGroup/examples/InputGroup.md +4 -4
- package/docs/components/JumpLinks/examples/JumpLinks.md +4 -4
- package/docs/components/Label/examples/Label.md +218 -218
- package/docs/components/Login/examples/Login.md +4 -4
- package/docs/components/Masthead/examples/masthead.md +1 -1
- package/docs/components/Menu/examples/Menu.md +129 -129
- package/docs/components/MenuToggle/examples/MenuToggle.md +271 -232
- package/docs/components/ModalBox/examples/ModalBox.md +24 -24
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +12 -12
- package/docs/components/Nav/examples/Navigation.md +66 -66
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +83 -83
- package/docs/components/OverflowMenu/examples/overflow-menu.md +11 -11
- package/docs/components/Page/examples/Page.md +1 -1
- package/docs/components/Pagination/examples/Pagination.md +92 -92
- package/docs/components/Popover/examples/Popover.md +22 -22
- package/docs/components/Progress/examples/Progress.md +7 -7
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +21 -21
- package/docs/components/Sidebar/examples/Sidebar.md +3 -1
- package/docs/components/Slider/examples/Slider.md +4 -4
- package/docs/components/Table/examples/Table.css +6 -0
- package/docs/components/Table/examples/Table.md +807 -527
- package/docs/components/Tabs/examples/Tabs.md +378 -378
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +46 -46
- package/docs/components/ToggleGroup/examples/toggle-group.md +15 -15
- package/docs/components/Toolbar/examples/Toolbar.md +117 -117
- package/docs/components/TreeView/examples/TreeView.md +104 -104
- package/docs/components/Wizard/examples/Wizard.md +40 -40
- package/docs/demos/AboutModal/examples/AboutModal.md +9 -9
- package/docs/demos/Alert/examples/Alert.md +32 -32
- package/docs/demos/BackToTop/examples/BackToTop.md +9 -9
- package/docs/demos/Banner/examples/Banner.md +16 -16
- package/docs/demos/Button/examples/Button.md +1 -1
- package/docs/demos/Card/examples/Card.md +78 -78
- package/docs/demos/CardView/examples/CardView.md +38 -38
- package/docs/demos/Compass/examples/Compass.md +294 -238
- package/docs/demos/Dashboard/examples/Dashboard.md +48 -48
- package/docs/demos/DataList/examples/DataList.md +101 -101
- package/docs/demos/DescriptionList/examples/DescriptionList.md +26 -26
- package/docs/demos/Drawer/examples/Drawer.md +40 -40
- package/docs/demos/Form/examples/BasicForms.md +21 -21
- package/docs/demos/JumpLinks/examples/JumpLinks.md +49 -49
- package/docs/demos/Masthead/examples/Masthead.md +57 -57
- package/docs/demos/Modal/examples/Modal.md +54 -54
- package/docs/demos/Nav/examples/Nav.md +93 -93
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +173 -173
- package/docs/demos/Page/examples/Page.md +119 -119
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +142 -142
- package/docs/demos/Skeleton/examples/Skeleton.md +8 -8
- package/docs/demos/Table/examples/Table.md +630 -630
- package/docs/demos/Tabs/examples/Tabs.md +62 -62
- package/docs/demos/Toolbar/examples/Toolbar.md +161 -161
- package/docs/demos/Wizard/examples/Wizard.md +100 -100
- package/layouts/Gallery/gallery.css +1 -1
- package/layouts/Gallery/gallery.scss +1 -1
- package/layouts/Grid/grid.css +1 -1
- package/layouts/Grid/grid.scss +1 -1
- package/layouts/_index.css +2 -2
- package/package.json +11 -12
- package/patternfly-addons.css +12 -12
- package/patternfly-base-no-globals.css +63 -61
- package/patternfly-base.css +63 -61
- package/patternfly-no-globals.css +406 -217
- package/patternfly.css +406 -217
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/mixins.scss +2 -2
- package/utilities/Accessibility/accessibility.css +12 -12
- package/utilities/_index.css +12 -12
package/components/Nav/nav.css
CHANGED
|
@@ -212,17 +212,17 @@
|
|
|
212
212
|
|
|
213
213
|
.pf-v6-c-nav__subnav {
|
|
214
214
|
--pf-v6-c-nav__list--RowGap: var(--pf-v6-c-nav__subnav--RowGap);
|
|
215
|
+
visibility: visible;
|
|
215
216
|
max-height: 99999px;
|
|
216
217
|
padding-block-start: var(--pf-v6-c-nav__subnav--PaddingBlockStart);
|
|
217
218
|
padding-block-end: var(--pf-v6-c-nav__subnav--PaddingBlockEnd);
|
|
218
219
|
padding-inline-start: var(--pf-v6-c-nav__subnav--PaddingInlineStart);
|
|
219
220
|
overflow-y: clip;
|
|
220
|
-
|
|
221
|
+
translate: 0 var(--pf-v6-c-nav__subnav--TranslateY);
|
|
221
222
|
transition-delay: 0s, 0s, var(--pf-v6-c-nav__subnav--TransitionDelay--expand--focus, 0s), var(--pf-v6-c-nav__subnav--TransitionDelay--expand--focus, 0s), var(--pf-v6-c-nav__subnav--TransitionDelay--expand--focus, 0s), var(--pf-v6-c-nav__subnav--TransitionDelay--expand--focus, 0s);
|
|
222
223
|
transition-timing-function: var(--pf-v6-c-nav__subnav--TransitionTimingFunction--expand);
|
|
223
224
|
transition-duration: var(--pf-v6-c-nav__subnav--TransitionDuration--expand), var(--pf-v6-c-nav__subnav--TransitionDuration--expand--slide), 0s, 0s, 0s, 0s;
|
|
224
225
|
transition-property: opacity, translate, visibility, max-height, padding-block-start, padding-block-end;
|
|
225
|
-
translate: 0 var(--pf-v6-c-nav__subnav--TranslateY);
|
|
226
226
|
}
|
|
227
227
|
.pf-v6-c-nav__subnav[hidden] {
|
|
228
228
|
--pf-v6-c-nav__subnav--TransitionDelay--expand--focus: var(--pf-v6-c-nav__subnav--TransitionDuration--expand);
|
|
@@ -232,8 +232,8 @@
|
|
|
232
232
|
--pf-v6-c-nav__subnav--PaddingBlockEnd: 0;
|
|
233
233
|
--pf-v6-c-nav__subnav--TranslateY: var(--pf-v6-c-nav__subnav--hidden--TranslateY);
|
|
234
234
|
display: grid;
|
|
235
|
-
max-height: 0;
|
|
236
235
|
visibility: hidden;
|
|
236
|
+
max-height: 0;
|
|
237
237
|
opacity: 0;
|
|
238
238
|
}
|
|
239
239
|
|
|
@@ -251,10 +251,10 @@
|
|
|
251
251
|
content: var(--pf-v6-c-nav__item--accent--content, "");
|
|
252
252
|
background-color: var(--pf-v6-c-nav__item--accent--color);
|
|
253
253
|
border-radius: var(--pf-v6-c-nav__item--accent--BorderRadius);
|
|
254
|
+
scale: 1 var(--pf-v6-c-nav__item--accent--ScaleY);
|
|
254
255
|
transition-timing-function: var(--pf-v6-c-nav__item--accent--TransitionTimingFunction);
|
|
255
256
|
transition-duration: var(--pf-v6-c-nav__item--accent--TransitionDuration);
|
|
256
257
|
transition-property: scale;
|
|
257
|
-
scale: 1 var(--pf-v6-c-nav__item--accent--ScaleY);
|
|
258
258
|
}
|
|
259
259
|
.pf-v6-c-nav__item > .pf-v6-c-nav__link[button] {
|
|
260
260
|
margin-block-end: var(--pf-v6-c-nav__button--RowGap--row-offset);
|
|
@@ -342,10 +342,10 @@
|
|
|
342
342
|
|
|
343
343
|
.pf-v6-c-nav__toggle-icon {
|
|
344
344
|
display: inline-block;
|
|
345
|
+
transform: rotate(var(--pf-v6-c-nav__item__toggle-icon--Rotate));
|
|
345
346
|
transition-timing-function: var(--pf-v6-c-nav__item__toggle-icon--TransitionTimingFunction--transform);
|
|
346
347
|
transition-duration: var(--pf-v6-c-nav__item__toggle-icon--TransitionDuration--transform);
|
|
347
348
|
transition-property: transform;
|
|
348
|
-
transform: rotate(var(--pf-v6-c-nav__item__toggle-icon--Rotate));
|
|
349
349
|
}
|
|
350
350
|
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-nav__toggle-icon {
|
|
351
351
|
scale: -1 1;
|
package/components/Nav/nav.scss
CHANGED
|
@@ -265,17 +265,17 @@
|
|
|
265
265
|
.#{$nav}__subnav {
|
|
266
266
|
--#{$nav}__list--RowGap: var(--#{$nav}__subnav--RowGap); // this value is passed to --#{$nav}__item--RowGap--row-offset and updates clickable area based on value passed
|
|
267
267
|
|
|
268
|
+
visibility: visible;
|
|
268
269
|
max-height: 99999px;
|
|
269
270
|
padding-block-start: var(--#{$nav}__subnav--PaddingBlockStart);
|
|
270
271
|
padding-block-end: var(--#{$nav}__subnav--PaddingBlockEnd);
|
|
271
272
|
padding-inline-start: var(--#{$nav}__subnav--PaddingInlineStart); // indent nested lists
|
|
272
273
|
overflow-y: clip;
|
|
273
|
-
|
|
274
|
+
translate: 0 var(--#{$nav}__subnav--TranslateY);
|
|
274
275
|
transition-delay: 0s, 0s, var(--#{$nav}__subnav--TransitionDelay--expand--focus, 0s), var(--#{$nav}__subnav--TransitionDelay--expand--focus, 0s), var(--#{$nav}__subnav--TransitionDelay--expand--focus, 0s), var(--#{$nav}__subnav--TransitionDelay--expand--focus, 0s);
|
|
275
276
|
transition-timing-function: var(--#{$nav}__subnav--TransitionTimingFunction--expand);
|
|
276
277
|
transition-duration: var(--#{$nav}__subnav--TransitionDuration--expand), var(--#{$nav}__subnav--TransitionDuration--expand--slide), 0s, 0s, 0s, 0s;
|
|
277
278
|
transition-property: opacity, translate, visibility, max-height, padding-block-start, padding-block-end;
|
|
278
|
-
translate: 0 var(--#{$nav}__subnav--TranslateY);
|
|
279
279
|
|
|
280
280
|
&[hidden] {
|
|
281
281
|
--#{$nav}__subnav--TransitionDelay--expand--focus: var(--#{$nav}__subnav--TransitionDuration--expand);
|
|
@@ -286,8 +286,8 @@
|
|
|
286
286
|
--#{$nav}__subnav--TranslateY: var(--#{$nav}__subnav--hidden--TranslateY);
|
|
287
287
|
|
|
288
288
|
display: grid; // overrides `display: none` - element is hidden via `visibility: hidden`
|
|
289
|
-
max-height: 0;
|
|
290
289
|
visibility: hidden;
|
|
290
|
+
max-height: 0;
|
|
291
291
|
opacity: 0;
|
|
292
292
|
}
|
|
293
293
|
}
|
|
@@ -307,10 +307,10 @@
|
|
|
307
307
|
content: var(--#{$nav}__item--accent--content, "");
|
|
308
308
|
background-color: var(--#{$nav}__item--accent--color);
|
|
309
309
|
border-radius: var(--#{$nav}__item--accent--BorderRadius);
|
|
310
|
+
scale: 1 var(--#{$nav}__item--accent--ScaleY);
|
|
310
311
|
transition-timing-function: var(--#{$nav}__item--accent--TransitionTimingFunction);
|
|
311
312
|
transition-duration: var(--#{$nav}__item--accent--TransitionDuration);
|
|
312
313
|
transition-property: scale;
|
|
313
|
-
scale: 1 var(--#{$nav}__item--accent--ScaleY);
|
|
314
314
|
}
|
|
315
315
|
|
|
316
316
|
> .#{$nav}__link[button] {
|
|
@@ -422,10 +422,10 @@
|
|
|
422
422
|
// - Nav toggle caret icon
|
|
423
423
|
.#{$nav}__toggle-icon {
|
|
424
424
|
display: inline-block;
|
|
425
|
+
transform: rotate(var(--#{$nav}__item__toggle-icon--Rotate));
|
|
425
426
|
transition-timing-function: var(--#{$nav}__item__toggle-icon--TransitionTimingFunction--transform);
|
|
426
427
|
transition-duration: var(--#{$nav}__item__toggle-icon--TransitionDuration--transform);
|
|
427
428
|
transition-property: transform;
|
|
428
|
-
transform: rotate(var(--#{$nav}__item__toggle-icon--Rotate));
|
|
429
429
|
|
|
430
430
|
@include pf-v6-mirror-inline-on-rtl;
|
|
431
431
|
|
|
@@ -138,9 +138,9 @@
|
|
|
138
138
|
padding-block-end: var(--pf-v6-c-notification-drawer__list-item--PaddingBlockEnd);
|
|
139
139
|
padding-inline-start: var(--pf-v6-c-notification-drawer__list-item--PaddingInlineStart);
|
|
140
140
|
padding-inline-end: var(--pf-v6-c-notification-drawer__list-item--PaddingInlineEnd);
|
|
141
|
+
outline-offset: var(--pf-v6-c-notification-drawer__list-item--OutlineOffset);
|
|
141
142
|
background-color: var(--pf-v6-c-notification-drawer__list-item--BackgroundColor);
|
|
142
143
|
border-radius: var(--pf-v6-c-notification-drawer__list-item--BorderRadius);
|
|
143
|
-
outline-offset: var(--pf-v6-c-notification-drawer__list-item--OutlineOffset);
|
|
144
144
|
}
|
|
145
145
|
.pf-v6-c-notification-drawer__list-item::before {
|
|
146
146
|
position: absolute;
|
|
@@ -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
|
-
|
|
200
|
+
overflow-wrap: break-word;
|
|
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
|
-
|
|
222
|
+
overflow-wrap: break-word;
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
.pf-v6-c-notification-drawer__list-item-timestamp {
|
|
@@ -250,9 +250,9 @@
|
|
|
250
250
|
padding-block-end: var(--pf-v6-c-notification-drawer__group-toggle--PaddingBlockEnd);
|
|
251
251
|
padding-inline-start: var(--pf-v6-c-notification-drawer__group-toggle--PaddingInlineStart);
|
|
252
252
|
padding-inline-end: var(--pf-v6-c-notification-drawer__group-toggle--PaddingInlineEnd);
|
|
253
|
+
outline-offset: var(--pf-v6-c-notification-drawer__group-toggle--OutlineOffset);
|
|
253
254
|
background-color: var(--pf-v6-c-notification-drawer__group-toggle--BackgroundColor);
|
|
254
255
|
border: none;
|
|
255
|
-
outline-offset: var(--pf-v6-c-notification-drawer__group-toggle--OutlineOffset);
|
|
256
256
|
}
|
|
257
257
|
|
|
258
258
|
.pf-v6-c-notification-drawer__group-toggle-title {
|
|
@@ -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
|
-
|
|
267
|
+
overflow-wrap: break-word;
|
|
268
268
|
}
|
|
269
269
|
|
|
270
270
|
.pf-v6-c-notification-drawer__group-toggle-count {
|
|
@@ -173,9 +173,9 @@
|
|
|
173
173
|
padding-block-end: var(--#{$notification-drawer}__list-item--PaddingBlockEnd);
|
|
174
174
|
padding-inline-start: var(--#{$notification-drawer}__list-item--PaddingInlineStart);
|
|
175
175
|
padding-inline-end: var(--#{$notification-drawer}__list-item--PaddingInlineEnd);
|
|
176
|
+
outline-offset: var(--#{$notification-drawer}__list-item--OutlineOffset);
|
|
176
177
|
background-color: var(--#{$notification-drawer}__list-item--BackgroundColor);
|
|
177
178
|
border-radius: var(--#{$notification-drawer}__list-item--BorderRadius);
|
|
178
|
-
outline-offset: var(--#{$notification-drawer}__list-item--OutlineOffset);
|
|
179
179
|
|
|
180
180
|
&::before {
|
|
181
181
|
position: absolute;
|
|
@@ -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
|
-
|
|
245
|
+
overflow-wrap: break-word;
|
|
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
|
-
|
|
266
|
+
overflow-wrap: break-word;
|
|
267
267
|
}
|
|
268
268
|
|
|
269
269
|
.#{$notification-drawer}__list-item-timestamp {
|
|
@@ -295,9 +295,9 @@
|
|
|
295
295
|
padding-block-end: var(--#{$notification-drawer}__group-toggle--PaddingBlockEnd);
|
|
296
296
|
padding-inline-start: var(--#{$notification-drawer}__group-toggle--PaddingInlineStart);
|
|
297
297
|
padding-inline-end: var(--#{$notification-drawer}__group-toggle--PaddingInlineEnd);
|
|
298
|
+
outline-offset: var(--#{$notification-drawer}__group-toggle--OutlineOffset);
|
|
298
299
|
background-color: var(--#{$notification-drawer}__group-toggle--BackgroundColor);
|
|
299
300
|
border: none;
|
|
300
|
-
outline-offset: var(--#{$notification-drawer}__group-toggle--OutlineOffset);
|
|
301
301
|
}
|
|
302
302
|
|
|
303
303
|
.#{$notification-drawer}__group-toggle-title {
|
|
@@ -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
|
-
|
|
310
|
+
overflow-wrap: break-word;
|
|
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;
|
|
@@ -24,6 +19,11 @@
|
|
|
24
19
|
--pf-v6-c-page__dock-main--desktop--BorderInlineEndColor: var(--pf-t--global--border--color--glass--default, transparent);
|
|
25
20
|
--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
21
|
--pf-v6-c-page__dock--m-expanded__dock-main--BorderInlineEndColor: var(--pf-t--global--border--color--glass--default, var(--pf-t--global--border--color--subtle));
|
|
22
|
+
--pf-v6-c-page--m-dock__main-container--MaxHeight: calc(100% - var(--pf-t--global--spacer--inset--page-chrome) * 2);
|
|
23
|
+
--pf-v6-c-page--m-dock__main-container--MarginBlockStart: var(--pf-t--global--spacer--inset--page-chrome);
|
|
24
|
+
--pf-v6-c-page--m-dock__main-container--desktop--MarginBlockStart: var(--pf-t--global--spacer--inset--page-chrome);
|
|
25
|
+
--pf-v6-c-page--m-dock--ColumnGap: var(--pf-t--global--spacer--inset--page-chrome);
|
|
26
|
+
--pf-v6-c-page--m-dock--c-masthead--m-display-inline--GridTemplateColumns: min-content 1fr;
|
|
27
27
|
--pf-v6-c-page__sidebar--ZIndex: var(--pf-t--global--z-index--sm);
|
|
28
28
|
--pf-v6-c-page__sidebar--Width--base: 18.125rem;
|
|
29
29
|
--pf-v6-c-page__sidebar--Width: var(--pf-v6-c-page__sidebar--Width--base);
|
|
@@ -194,20 +194,17 @@
|
|
|
194
194
|
--pf-v6-c-page__main-wizard--BorderBlockStartWidth: var(--pf-t--global--border--width--action--default);
|
|
195
195
|
--pf-v6-c-page__drawer--c-drawer--BorderBlockStartWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
196
196
|
--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
197
|
--pf-v6-c-page--BackgroundColor--glass: transparent;
|
|
201
198
|
--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--
|
|
199
|
+
--pf-v6-c-page__sidebar--MarginBlockStart--glass: var(--pf-t--global--spacer--gutter--default);
|
|
200
|
+
--pf-v6-c-page__sidebar-body--PaddingInlineStart--glass: var(--pf-t--global--spacer--md);
|
|
201
|
+
--pf-v6-c-page__sidebar-body--PaddingInlineEnd--glass: var(--pf-t--global--spacer--md);
|
|
205
202
|
--pf-v6-c-page__sidebar-main--PaddingBlockEnd--glass: var(--pf-v6-c-page__sidebar--PaddingBlockEnd);
|
|
206
203
|
--pf-v6-c-page__sidebar-main--PaddingInlineStart--glass: var(--pf-v6-c-page__sidebar--PaddingInlineStart);
|
|
207
204
|
--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--
|
|
205
|
+
--pf-v6-c-page__sidebar-main--MarginBlockStart--glass: calc(var(--pf-t--global--spacer--xs) * -1);
|
|
206
|
+
--pf-v6-c-page__sidebar-main--MarginBlockEnd--glass: calc(var(--pf-t--global--spacer--inset--page-chrome) - var(--pf-t--global--spacer--xs));
|
|
207
|
+
--pf-v6-c-page__sidebar-main--MarginInlineStart--glass: calc(var(--pf-t--global--spacer--inset--page-chrome) - var(--pf-t--global--spacer--xs));
|
|
211
208
|
--pf-v6-c-page__sidebar-main--MarginInlineEnd--glass: var(--pf-t--global--spacer--md);
|
|
212
209
|
--pf-v6-c-page__sidebar-main--BackgroundColor--glass: var(--pf-v6-c-page__sidebar--BackgroundColor);
|
|
213
210
|
--pf-v6-c-page__sidebar-main--BackdropFilter--glass: var(--pf-v6-c-page__sidebar--BackdropFilter);
|
|
@@ -218,9 +215,11 @@
|
|
|
218
215
|
--pf-v6-c-page__sidebar-main--xl--MarginBlockStart--glass: 0;
|
|
219
216
|
--pf-v6-c-page__sidebar-main--xl--MarginBlockEnd--glass: var(--pf-t--global--spacer--inset--page-chrome);
|
|
220
217
|
--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)
|
|
218
|
+
--pf-v6-c-page__sidebar-main--xl--MarginInlineEnd--glass: var(--pf-t--global--spacer--gutter--default);
|
|
219
|
+
--pf-v6-c-page__main-container--MarginBlockStart--glass: var(--pf-t--global--spacer--gutter--default);
|
|
220
|
+
--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));
|
|
221
|
+
--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));
|
|
222
|
+
--pf-v6-c-page--m-dock__main-container--MarginBlockStart--glass: var(--pf-t--global--spacer--gutter--default);
|
|
224
223
|
}
|
|
225
224
|
:where(.pf-v6-theme-glass) .pf-v6-c-page {
|
|
226
225
|
--pf-v6-c-page--BackgroundColor: var(--pf-v6-c-page--BackgroundColor--glass);
|
|
@@ -243,6 +242,8 @@
|
|
|
243
242
|
--pf-v6-c-page__sidebar-main--BoxShadow: var(--pf-v6-c-page__sidebar-main--BoxShadow--glass);
|
|
244
243
|
--pf-v6-c-page__main-container--MarginBlockStart: var(--pf-v6-c-page__main-container--MarginBlockStart--glass);
|
|
245
244
|
--pf-v6-c-page__main-container--MaxHeight: var(--pf-v6-c-page__main-container--MaxHeight--glass);
|
|
245
|
+
--pf-v6-c-page--m-dock__main-container--MaxHeight: var(--pf-v6-c-page--m-dock__main-container--MaxHeight--glass);
|
|
246
|
+
--pf-v6-c-page--m-dock__main-container--MarginBlockStart: var(--pf-v6-c-page--m-dock__main-container--MarginBlockStart--glass);
|
|
246
247
|
}
|
|
247
248
|
@media (min-width: 75rem) {
|
|
248
249
|
.pf-v6-c-page {
|
|
@@ -394,10 +395,11 @@
|
|
|
394
395
|
inset-inline-start: 0;
|
|
395
396
|
z-index: var(--pf-v6-c-page__dock--ZIndex);
|
|
396
397
|
display: flex;
|
|
398
|
+
visibility: hidden;
|
|
397
399
|
flex-direction: column;
|
|
398
400
|
grid-area: dock;
|
|
399
401
|
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);
|
|
402
|
+
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
403
|
translate: -100% 0;
|
|
402
404
|
}
|
|
403
405
|
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-page__dock {
|
|
@@ -406,7 +408,9 @@
|
|
|
406
408
|
|
|
407
409
|
.pf-v6-c-page__dock.pf-m-expanded {
|
|
408
410
|
--pf-v6-c-page__dock--TransitionDuration--slide: var(--pf-v6-c-page__dock--m-expanded--TransitionDuration--slide);
|
|
411
|
+
visibility: visible;
|
|
409
412
|
translate: 0;
|
|
413
|
+
transition: translate var(--pf-v6-c-page__dock--TransitionDuration--slide) var(--pf-v6-c-page__dock--TransitionTimingFunction--slide), visibility 0s 0s;
|
|
410
414
|
}
|
|
411
415
|
@media (min-width: 62rem) {
|
|
412
416
|
.pf-v6-c-page__dock {
|
|
@@ -414,6 +418,7 @@
|
|
|
414
418
|
--pf-v6-c-page__dock-main--BorderInlineEndColor: var(--pf-v6-c-page__dock-main--desktop--BorderInlineEndColor);
|
|
415
419
|
position: revert;
|
|
416
420
|
inset: revert;
|
|
421
|
+
visibility: revert;
|
|
417
422
|
width: auto;
|
|
418
423
|
translate: 0;
|
|
419
424
|
}
|
|
@@ -428,9 +433,9 @@
|
|
|
428
433
|
.pf-v6-c-page__dock-main {
|
|
429
434
|
flex-grow: 1;
|
|
430
435
|
background-color: var(--pf-v6-c-page__dock-main--BackgroundColor);
|
|
431
|
-
backdrop-filter: var(--pf-v6-c-page__dock-main--BackdropFilter);
|
|
432
436
|
border-inline-end: var(--pf-v6-c-page__dock-main--BorderInlineEndWidth) solid var(--pf-v6-c-page__dock-main--BorderInlineEndColor);
|
|
433
437
|
box-shadow: var(--pf-v6-c-page__dock-main--BoxShadow);
|
|
438
|
+
backdrop-filter: var(--pf-v6-c-page__dock-main--BackdropFilter);
|
|
434
439
|
}
|
|
435
440
|
.pf-v6-c-page__dock.pf-m-expanded .pf-v6-c-page__dock-main {
|
|
436
441
|
border-inline-end: var(--pf-v6-c-page__dock--m-expanded__dock-main--BorderInlineEndWidth) solid var(--pf-v6-c-page__dock--m-expanded__dock-main--BorderInlineEndColor);
|
|
@@ -512,10 +517,10 @@
|
|
|
512
517
|
margin-inline-start: var(--pf-v6-c-page__sidebar-main--MarginInlineStart);
|
|
513
518
|
margin-inline-end: var(--pf-v6-c-page__sidebar-main--MarginInlineEnd);
|
|
514
519
|
background-color: var(--pf-v6-c-page__sidebar-main--BackgroundColor);
|
|
515
|
-
backdrop-filter: var(--pf-v6-c-page__sidebar-main--BackdropFilter);
|
|
516
520
|
border: var(--pf-v6-c-page__sidebar-main--BorderWidth) solid var(--pf-v6-c-page__sidebar-main--BorderColor);
|
|
517
521
|
border-radius: var(--pf-v6-c-page__sidebar-main--BorderRadius);
|
|
518
522
|
box-shadow: var(--pf-v6-c-page__sidebar-main--BoxShadow);
|
|
523
|
+
backdrop-filter: var(--pf-v6-c-page__sidebar-main--BackdropFilter);
|
|
519
524
|
}
|
|
520
525
|
|
|
521
526
|
.pf-v6-c-page__sidebar-header {
|
|
@@ -881,7 +886,6 @@
|
|
|
881
886
|
margin-inline-start: var(--pf-v6-c-page__main-container--MarginInlineStart);
|
|
882
887
|
margin-inline-end: var(--pf-v6-c-page__main-container--MarginInlineEnd);
|
|
883
888
|
background: var(--pf-v6-c-page__main-container--BackgroundColor);
|
|
884
|
-
backdrop-filter: var(--pf-v6-c-page__main-container--BackdropFilter);
|
|
885
889
|
border: solid var(--pf-v6-c-page__main-container--BorderColor);
|
|
886
890
|
border-block-start-width: var(--pf-v6-c-page__main-container--BorderBlockStartWidth);
|
|
887
891
|
border-block-end-width: var(--pf-v6-c-page__main-container--BorderBlockEndWidth);
|
|
@@ -889,6 +893,7 @@
|
|
|
889
893
|
border-inline-end-width: var(--pf-v6-c-page__main-container--BorderInlineEndWidth);
|
|
890
894
|
border-radius: var(--pf-v6-c-page__main-container--BorderRadius);
|
|
891
895
|
box-shadow: var(--pf-v6-c-page__main-container--BoxShadow);
|
|
896
|
+
backdrop-filter: var(--pf-v6-c-page__main-container--BackdropFilter);
|
|
892
897
|
}
|
|
893
898
|
@media screen and (max-width: calc(48rem - 1px)) {
|
|
894
899
|
.pf-v6-c-page__main-container {
|
|
@@ -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
|
|
|
@@ -40,6 +33,13 @@ $pf-page-v6--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
40
33
|
--#{$page}__dock--m-expanded__dock-main--BorderInlineEndWidth: var(--pf-t--global--border--width--glass--default, var(--pf-t--global--border--width--regular));
|
|
41
34
|
--#{$page}__dock--m-expanded__dock-main--BorderInlineEndColor: var(--pf-t--global--border--color--glass--default, var(--pf-t--global--border--color--subtle));
|
|
42
35
|
|
|
36
|
+
// Docked nav
|
|
37
|
+
--#{$page}--m-dock__main-container--MaxHeight: calc(100% - var(--pf-t--global--spacer--inset--page-chrome) * 2);
|
|
38
|
+
--#{$page}--m-dock__main-container--MarginBlockStart: var(--pf-t--global--spacer--inset--page-chrome);
|
|
39
|
+
--#{$page}--m-dock__main-container--desktop--MarginBlockStart: var(--pf-t--global--spacer--inset--page-chrome);
|
|
40
|
+
--#{$page}--m-dock--ColumnGap: var(--pf-t--global--spacer--inset--page-chrome);
|
|
41
|
+
--#{$page}--m-dock--c-masthead--m-display-inline--GridTemplateColumns: min-content 1fr;
|
|
42
|
+
|
|
43
43
|
// Sidebar
|
|
44
44
|
--#{$page}__sidebar--ZIndex: var(--pf-t--global--z-index--sm);
|
|
45
45
|
--#{$page}__sidebar--Width--base: #{pf-size-prem(290px)};
|
|
@@ -235,23 +235,18 @@ $pf-page-v6--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
235
235
|
--#{$page}__drawer--c-drawer--BorderBlockStartWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
236
236
|
--#{$page}__drawer--c-drawer--BorderBlockStartColor: var(--pf-t--global--border--color--high-contrast);
|
|
237
237
|
|
|
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
238
|
// Glass theme
|
|
244
239
|
--#{$page}--BackgroundColor--glass: transparent;
|
|
245
240
|
--#{$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--
|
|
241
|
+
--#{$page}__sidebar--MarginBlockStart--glass: var(--pf-t--global--spacer--gutter--default);
|
|
242
|
+
--#{$page}__sidebar-body--PaddingInlineStart--glass: var(--pf-t--global--spacer--md);
|
|
243
|
+
--#{$page}__sidebar-body--PaddingInlineEnd--glass: var(--pf-t--global--spacer--md);
|
|
249
244
|
--#{$page}__sidebar-main--PaddingBlockEnd--glass: var(--#{$page}__sidebar--PaddingBlockEnd);
|
|
250
245
|
--#{$page}__sidebar-main--PaddingInlineStart--glass: var(--#{$page}__sidebar--PaddingInlineStart);
|
|
251
246
|
--#{$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--
|
|
247
|
+
--#{$page}__sidebar-main--MarginBlockStart--glass: calc(var(--pf-t--global--spacer--xs) * -1);
|
|
248
|
+
--#{$page}__sidebar-main--MarginBlockEnd--glass: calc(var(--pf-t--global--spacer--inset--page-chrome) - var(--pf-t--global--spacer--xs));
|
|
249
|
+
--#{$page}__sidebar-main--MarginInlineStart--glass: calc(var(--pf-t--global--spacer--inset--page-chrome) - var(--pf-t--global--spacer--xs));
|
|
255
250
|
--#{$page}__sidebar-main--MarginInlineEnd--glass: var(--pf-t--global--spacer--md);
|
|
256
251
|
--#{$page}__sidebar-main--BackgroundColor--glass: var(--#{$page}__sidebar--BackgroundColor);
|
|
257
252
|
--#{$page}__sidebar-main--BackdropFilter--glass: var(--#{$page}__sidebar--BackdropFilter);
|
|
@@ -262,9 +257,11 @@ $pf-page-v6--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
262
257
|
--#{$page}__sidebar-main--xl--MarginBlockStart--glass: 0;
|
|
263
258
|
--#{$page}__sidebar-main--xl--MarginBlockEnd--glass: var(--pf-t--global--spacer--inset--page-chrome);
|
|
264
259
|
--#{$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)
|
|
260
|
+
--#{$page}__sidebar-main--xl--MarginInlineEnd--glass: var(--pf-t--global--spacer--gutter--default);
|
|
261
|
+
--#{$page}__main-container--MarginBlockStart--glass: var(--pf-t--global--spacer--gutter--default);
|
|
262
|
+
--#{$page}__main-container--MaxHeight--glass: calc(100% - var(--pf-t--global--spacer--inset--page-chrome) - var(--pf-t--global--spacer--gutter--default));
|
|
263
|
+
--#{$page}--m-dock__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--MarginBlockStart--glass: var(--pf-t--global--spacer--gutter--default);
|
|
268
265
|
|
|
269
266
|
:where(.pf-v6-theme-glass) & {
|
|
270
267
|
--#{$page}--BackgroundColor: var(--#{$page}--BackgroundColor--glass);
|
|
@@ -287,6 +284,8 @@ $pf-page-v6--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
287
284
|
--#{$page}__sidebar-main--BoxShadow: var(--#{$page}__sidebar-main--BoxShadow--glass);
|
|
288
285
|
--#{$page}__main-container--MarginBlockStart: var(--#{$page}__main-container--MarginBlockStart--glass);
|
|
289
286
|
--#{$page}__main-container--MaxHeight: var(--#{$page}__main-container--MaxHeight--glass);
|
|
287
|
+
--#{$page}--m-dock__main-container--MaxHeight: var(--#{$page}--m-dock__main-container--MaxHeight--glass);
|
|
288
|
+
--#{$page}--m-dock__main-container--MarginBlockStart: var(--#{$page}--m-dock__main-container--MarginBlockStart--glass);
|
|
290
289
|
}
|
|
291
290
|
|
|
292
291
|
@media (min-width: $pf-v6-global--breakpoint--xl) {
|
|
@@ -425,10 +424,11 @@ $pf-page-v6--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
425
424
|
inset-inline-start: 0;
|
|
426
425
|
z-index: var(--#{$page}__dock--ZIndex);
|
|
427
426
|
display: flex;
|
|
427
|
+
visibility: hidden;
|
|
428
428
|
flex-direction: column;
|
|
429
429
|
grid-area: dock;
|
|
430
430
|
width: var(--#{$page}__dock--Width);
|
|
431
|
-
transition: translate var(--#{$page}__dock--TransitionDuration--slide) var(--#{$page}__dock--TransitionTimingFunction--slide);
|
|
431
|
+
transition: translate var(--#{$page}__dock--TransitionDuration--slide) var(--#{$page}__dock--TransitionTimingFunction--slide), visibility 0s var(--#{$page}__dock--TransitionDuration--slide);
|
|
432
432
|
|
|
433
433
|
@include pf-v6-bidirectional-style(
|
|
434
434
|
$prop: translate,
|
|
@@ -439,7 +439,11 @@ $pf-page-v6--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
439
439
|
&.pf-m-expanded {
|
|
440
440
|
--#{$page}__dock--TransitionDuration--slide: var(--#{$page}__dock--m-expanded--TransitionDuration--slide);
|
|
441
441
|
|
|
442
|
+
visibility: visible;
|
|
442
443
|
translate: 0;
|
|
444
|
+
transition:
|
|
445
|
+
translate var(--#{$page}__dock--TransitionDuration--slide) var(--#{$page}__dock--TransitionTimingFunction--slide),
|
|
446
|
+
visibility 0s 0s;
|
|
443
447
|
}
|
|
444
448
|
|
|
445
449
|
@media (min-width: $pf-v6-global--breakpoint--dock--desktop) {
|
|
@@ -448,6 +452,7 @@ $pf-page-v6--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
448
452
|
|
|
449
453
|
position: revert;
|
|
450
454
|
inset: revert;
|
|
455
|
+
visibility: revert;
|
|
451
456
|
width: auto;
|
|
452
457
|
translate: 0;
|
|
453
458
|
}
|
|
@@ -464,9 +469,9 @@ $pf-page-v6--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
464
469
|
.#{$page}__dock-main {
|
|
465
470
|
flex-grow: 1;
|
|
466
471
|
background-color: var(--#{$page}__dock-main--BackgroundColor);
|
|
467
|
-
backdrop-filter: var(--#{$page}__dock-main--BackdropFilter);
|
|
468
472
|
border-inline-end: var(--#{$page}__dock-main--BorderInlineEndWidth) solid var(--#{$page}__dock-main--BorderInlineEndColor);
|
|
469
473
|
box-shadow: var(--#{$page}__dock-main--BoxShadow);
|
|
474
|
+
backdrop-filter: var(--#{$page}__dock-main--BackdropFilter);
|
|
470
475
|
|
|
471
476
|
.#{$page}__dock.pf-m-expanded & {
|
|
472
477
|
border-inline-end: var(--#{$page}__dock--m-expanded__dock-main--BorderInlineEndWidth) solid var(--#{$page}__dock--m-expanded__dock-main--BorderInlineEndColor);
|
|
@@ -561,10 +566,10 @@ $pf-page-v6--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
561
566
|
margin-inline-start: var(--#{$page}__sidebar-main--MarginInlineStart);
|
|
562
567
|
margin-inline-end: var(--#{$page}__sidebar-main--MarginInlineEnd);
|
|
563
568
|
background-color: var(--#{$page}__sidebar-main--BackgroundColor);
|
|
564
|
-
backdrop-filter: var(--#{$page}__sidebar-main--BackdropFilter);
|
|
565
569
|
border: var(--#{$page}__sidebar-main--BorderWidth) solid var(--#{$page}__sidebar-main--BorderColor);
|
|
566
570
|
border-radius: var(--#{$page}__sidebar-main--BorderRadius);
|
|
567
571
|
box-shadow: var(--#{$page}__sidebar-main--BoxShadow);
|
|
572
|
+
backdrop-filter: var(--#{$page}__sidebar-main--BackdropFilter);
|
|
568
573
|
}
|
|
569
574
|
|
|
570
575
|
.#{$page}__sidebar-header {
|
|
@@ -761,7 +766,6 @@ $pf-page-v6--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
761
766
|
margin-inline-start: var(--#{$page}__main-container--MarginInlineStart);
|
|
762
767
|
margin-inline-end: var(--#{$page}__main-container--MarginInlineEnd);
|
|
763
768
|
background: var(--#{$page}__main-container--BackgroundColor);
|
|
764
|
-
backdrop-filter: var(--#{$page}__main-container--BackdropFilter);
|
|
765
769
|
border: solid var(--#{$page}__main-container--BorderColor);
|
|
766
770
|
border-block-start-width: var(--#{$page}__main-container--BorderBlockStartWidth);
|
|
767
771
|
border-block-end-width: var(--#{$page}__main-container--BorderBlockEndWidth);
|
|
@@ -769,6 +773,7 @@ $pf-page-v6--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
769
773
|
border-inline-end-width: var(--#{$page}__main-container--BorderInlineEndWidth);
|
|
770
774
|
border-radius: var(--#{$page}__main-container--BorderRadius);
|
|
771
775
|
box-shadow: var(--#{$page}__main-container--BoxShadow);
|
|
776
|
+
backdrop-filter: var(--#{$page}__main-container--BackdropFilter);
|
|
772
777
|
|
|
773
778
|
@media screen and (max-width: pf-v6-max-width-bp($pf-v6-global--breakpoint--md)) {
|
|
774
779
|
--#{$page}__main-container--AlignSelf: var(--#{$page}__main-container--xs--AlignSelf);
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
|
|
220
220
|
.#{$popover}__arrow {
|
|
221
221
|
position: absolute;
|
|
222
|
-
// stylelint-disable
|
|
222
|
+
// stylelint-disable property-layout-mappings
|
|
223
223
|
top: var(--#{$popover}__arrow--InsetBlockStart, auto);
|
|
224
224
|
right: var(--#{$popover}__arrow--InsetInlineEnd, auto);
|
|
225
225
|
bottom: var(--#{$popover}__arrow--InsetBlockEnd, auto);
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
|
|
261
261
|
// Body
|
|
262
262
|
.#{$popover}__body {
|
|
263
|
-
|
|
263
|
+
overflow-wrap: break-word;
|
|
264
264
|
}
|
|
265
265
|
|
|
266
266
|
.#{$popover}__footer {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
display: grid;
|
|
37
37
|
grid-template-rows: 1fr auto;
|
|
38
38
|
grid-template-columns: auto auto;
|
|
39
|
-
|
|
39
|
+
gap: var(--pf-v6-c-progress--GridGap);
|
|
40
40
|
align-items: end;
|
|
41
41
|
}
|
|
42
42
|
.pf-v6-c-progress.pf-m-sm {
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
|
|
131
131
|
.pf-v6-c-progress__description {
|
|
132
132
|
grid-column: 1/2;
|
|
133
|
-
|
|
133
|
+
overflow-wrap: break-word;
|
|
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
|
-
|
|
149
|
+
overflow-wrap: break-word;
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
.pf-v6-c-progress__status-icon {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
display: grid;
|
|
44
44
|
grid-template-rows: 1fr auto;
|
|
45
45
|
grid-template-columns: auto auto;
|
|
46
|
-
|
|
46
|
+
gap: var(--#{$progress}--GridGap);
|
|
47
47
|
align-items: end;
|
|
48
48
|
|
|
49
49
|
// Modifiers
|
|
@@ -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
|
-
|
|
166
|
+
overflow-wrap: break-word;
|
|
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
|
-
|
|
182
|
+
overflow-wrap: break-word;
|
|
183
183
|
}
|
|
184
184
|
|
|
185
185
|
// the progress__status-icon is an icon displayed always in the upper right
|
|
@@ -189,11 +189,8 @@
|
|
|
189
189
|
|
|
190
190
|
.#{$progress}__bar::before,
|
|
191
191
|
.#{$progress}__indicator {
|
|
192
|
-
// disable linter as the indicator element should always grow ltr
|
|
193
|
-
// stylelint-disable liberty/use-logical-spec
|
|
194
192
|
inset-block-start: 0;
|
|
195
193
|
inset-inline-start: 0;
|
|
196
|
-
// stylelint-enable
|
|
197
194
|
}
|
|
198
195
|
|
|
199
196
|
// The progress__bar is a white underlay with a semi-transparent color on top, which matches the progress__indicator color
|
|
@@ -205,9 +205,9 @@
|
|
|
205
205
|
inset-block-start: 0;
|
|
206
206
|
inset-inline-start: 0;
|
|
207
207
|
overflow: hidden;
|
|
208
|
-
clip: rect(0, 0, 0, 0);
|
|
209
208
|
white-space: nowrap;
|
|
210
209
|
border: 0;
|
|
210
|
+
clip-path: inset(50%);
|
|
211
211
|
}
|
|
212
212
|
.pf-v6-c-progress-stepper.pf-m-compact .pf-v6-c-progress-stepper__step.pf-m-current .pf-v6-c-progress-stepper__step-main {
|
|
213
213
|
grid-row: 1/2;
|
|
@@ -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
|
}
|