@patternfly/patternfly 6.5.0-prerelease.73 → 6.5.0-prerelease.74
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/Felt-Bkg-Generic-Dark.svg +82 -0
- package/assets/images/Felt-Bkg-Generic-Light.svg +82 -0
- package/assets/images/PF-Bkg-Generic-Dark.svg +76 -0
- package/assets/images/PF-Bkg-Generic-Light.svg +74 -0
- package/components/Drawer/drawer.css +4 -2
- package/components/Drawer/drawer.scss +4 -2
- package/components/Masthead/masthead.css +0 -1
- package/components/Masthead/masthead.scss +0 -1
- package/components/Page/page.css +4 -0
- package/components/Page/page.scss +4 -0
- package/components/_index.css +8 -3
- package/docs/components/Drawer/examples/Drawer.md +60 -0
- package/docs/demos/Compass/examples/Compass.md +5 -35
- package/package.json +1 -1
- package/patternfly-no-globals.css +35 -7
- package/patternfly.css +35 -7
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/patternfly.scss +37 -8
|
@@ -13,13 +13,7 @@ This demo populates the main Compass section with a card view, which is one of t
|
|
|
13
13
|
* A `.pf-v6-c-compass__content`, which contains a glass panel component to create a rounded-rectangle container that serves as the main content background.
|
|
14
14
|
|
|
15
15
|
```html isFullscreen isBeta
|
|
16
|
-
<div
|
|
17
|
-
class="pf-v6-c-compass pf-m-animate-smoothly"
|
|
18
|
-
style="
|
|
19
|
-
--pf-v6-c-compass--BackgroundImage--light: url(/assets/images/compass--wallpaper-light.jpg);
|
|
20
|
-
--pf-v6-c-compass--BackgroundImage--dark: url(/assets/images/compass--wallpaper-dark.jpg);
|
|
21
|
-
"
|
|
22
|
-
>
|
|
16
|
+
<div class="pf-v6-c-compass pf-m-animate-smoothly">
|
|
23
17
|
<div class="pf-v6-c-compass__header pf-m-expanded">
|
|
24
18
|
<div class="pf-v6-c-compass__logo">
|
|
25
19
|
<svg
|
|
@@ -1657,13 +1651,7 @@ This demo populates the main Compass section with a dashboard, which is often us
|
|
|
1657
1651
|
* A `.pf-v6-c-compass__content` without a glass panel component wrapping all of the contents. This removes the rounded-rectangle container that typically serves as the main content background. Instead, the content area is a dashboard (a grid of cards), and each card has a glass modifier.
|
|
1658
1652
|
|
|
1659
1653
|
```html isFullscreen isBeta
|
|
1660
|
-
<div
|
|
1661
|
-
class="pf-v6-c-compass pf-m-animate-smoothly"
|
|
1662
|
-
style="
|
|
1663
|
-
--pf-v6-c-compass--BackgroundImage--light: url(/assets/images/compass--wallpaper-light.jpg);
|
|
1664
|
-
--pf-v6-c-compass--BackgroundImage--dark: url(/assets/images/compass--wallpaper-dark.jpg);
|
|
1665
|
-
"
|
|
1666
|
-
>
|
|
1654
|
+
<div class="pf-v6-c-compass pf-m-animate-smoothly">
|
|
1667
1655
|
<div class="pf-v6-c-compass__header pf-m-expanded">
|
|
1668
1656
|
<div class="pf-v6-c-compass__logo">
|
|
1669
1657
|
<svg
|
|
@@ -3582,13 +3570,7 @@ This demo places multiple sections within the main Compass section, with each se
|
|
|
3582
3570
|
Without a glass panel component wrapping all of the content, there is no rounded-rectangle container as the main content background. Instead, the `.pf-v6-c-compass__content` is a grid with 2 independently scrollable glass panel components.
|
|
3583
3571
|
|
|
3584
3572
|
```html isFullscreen isBeta
|
|
3585
|
-
<div
|
|
3586
|
-
class="pf-v6-c-compass pf-m-animate-smoothly"
|
|
3587
|
-
style="
|
|
3588
|
-
--pf-v6-c-compass--BackgroundImage--light: url(/assets/images/compass--wallpaper-light.jpg);
|
|
3589
|
-
--pf-v6-c-compass--BackgroundImage--dark: url(/assets/images/compass--wallpaper-dark.jpg);
|
|
3590
|
-
"
|
|
3591
|
-
>
|
|
3573
|
+
<div class="pf-v6-c-compass pf-m-animate-smoothly">
|
|
3592
3574
|
<div class="pf-v6-c-compass__header pf-m-expanded">
|
|
3593
3575
|
<div class="pf-v6-c-compass__logo">
|
|
3594
3576
|
<svg
|
|
@@ -6123,13 +6105,7 @@ This demo showcases how you can position a side-panel drawer on top of the other
|
|
|
6123
6105
|
<div class="pf-v6-c-drawer__main">
|
|
6124
6106
|
<div class="pf-v6-c-drawer__content">
|
|
6125
6107
|
<div class="pf-v6-c-drawer__body">
|
|
6126
|
-
<div
|
|
6127
|
-
class="pf-v6-c-compass pf-m-animate-smoothly"
|
|
6128
|
-
style="
|
|
6129
|
-
--pf-v6-c-compass--BackgroundImage--light: url(/assets/images/compass--wallpaper-light.jpg);
|
|
6130
|
-
--pf-v6-c-compass--BackgroundImage--dark: url(/assets/images/compass--wallpaper-dark.jpg);
|
|
6131
|
-
"
|
|
6132
|
-
>
|
|
6108
|
+
<div class="pf-v6-c-compass pf-m-animate-smoothly">
|
|
6133
6109
|
<div class="pf-v6-c-compass__header pf-m-expanded">
|
|
6134
6110
|
<div class="pf-v6-c-compass__logo">
|
|
6135
6111
|
<svg
|
|
@@ -7839,13 +7815,7 @@ This demo showcases how you can position a side-panel drawer on top of the other
|
|
|
7839
7815
|
### Docked
|
|
7840
7816
|
|
|
7841
7817
|
```html isFullscreen isBeta
|
|
7842
|
-
<div
|
|
7843
|
-
class="pf-v6-c-compass pf-m-animate-smoothly pf-m-docked"
|
|
7844
|
-
style="
|
|
7845
|
-
--pf-v6-c-compass--BackgroundImage--light: url(/assets/images/compass--wallpaper-light.jpg);
|
|
7846
|
-
--pf-v6-c-compass--BackgroundImage--dark: url(/assets/images/compass--wallpaper-dark.jpg);
|
|
7847
|
-
"
|
|
7848
|
-
>
|
|
7818
|
+
<div class="pf-v6-c-compass pf-m-animate-smoothly pf-m-docked">
|
|
7849
7819
|
<div class="pf-v6-c-compass__dock">
|
|
7850
7820
|
<div class="pf-v6-c-skip-to-content">
|
|
7851
7821
|
<a class="pf-v6-c-button pf-m-primary" href="#main-content-">
|
package/package.json
CHANGED
|
@@ -15365,7 +15365,7 @@ ul) {
|
|
|
15365
15365
|
--pf-v6-c-drawer__panel--BorderInlineEndWidth: 0;
|
|
15366
15366
|
--pf-v6-c-drawer__panel--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
|
15367
15367
|
--pf-v6-c-drawer__panel--m-inline--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
15368
|
-
--pf-v6-c-drawer__panel--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
15368
|
+
--pf-v6-c-drawer__panel--m-secondary--BackgroundColor: var(--pf-t--global--background--color--floating--secondary--default);
|
|
15369
15369
|
--pf-v6-c-drawer__panel--RowGap: var(--pf-t--global--spacer--sm);
|
|
15370
15370
|
--pf-v6-c-drawer__panel--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
15371
15371
|
--pf-v6-c-drawer__panel--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
@@ -15398,9 +15398,10 @@ ul) {
|
|
|
15398
15398
|
--pf-v6-c-drawer--m-pill__panel--BorderBlockEndWidth: var(--pf-t--global--border--width--regular);
|
|
15399
15399
|
--pf-v6-c-drawer--m-pill__panel--BorderInlineStartWidth: var(--pf-t--global--border--width--regular);
|
|
15400
15400
|
--pf-v6-c-drawer--m-pill__panel--BorderInlineEndWidth: var(--pf-t--global--border--width--regular);
|
|
15401
|
-
--pf-v6-c-drawer--m-pill__panel--BorderColor: var(--pf-t--global--border--color--
|
|
15401
|
+
--pf-v6-c-drawer--m-pill__panel--BorderColor: var(--pf-t--global--border--color--subtle);
|
|
15402
15402
|
--pf-v6-c-drawer--m-pill__panel--BorderRadius: var(--pf-t--global--border--radius--large);
|
|
15403
15403
|
--pf-v6-c-drawer--m-pill--m-expanded__panel--inset: var(--pf-t--global--spacer--inset--page-chrome);
|
|
15404
|
+
--pf-v6-c-drawer--m-pill--m-expanded__panel--BoxShadow: var(--pf-t--global--box-shadow--md);
|
|
15404
15405
|
--pf-v6-c-drawer__panel--m-glass--BackgroundColor: var(--pf-t--global--background--color--glass--primary--default);
|
|
15405
15406
|
--pf-v6-c-drawer__panel--m-glass--BackdropFilter: var(--pf-t--global--background--filter--glass--blur--primary);
|
|
15406
15407
|
--pf-v6-c-drawer__panel--m-glass--BorderColor: var(--pf-t--global--border--color--glass--default);
|
|
@@ -15647,6 +15648,7 @@ ul) {
|
|
|
15647
15648
|
border-block-end-width: var(--pf-v6-c-drawer--m-pill__panel--BorderBlockEndWidth);
|
|
15648
15649
|
border-inline-start-width: var(--pf-v6-c-drawer--m-pill__panel--BorderInlineStartWidth);
|
|
15649
15650
|
border-inline-end-width: var(--pf-v6-c-drawer--m-pill__panel--BorderInlineEndWidth);
|
|
15651
|
+
box-shadow: var(--pf-v6-c-drawer--m-pill--m-expanded__panel--BoxShadow);
|
|
15650
15652
|
}
|
|
15651
15653
|
}
|
|
15652
15654
|
@media screen and (min-width: 48rem) {
|
|
@@ -19854,7 +19856,6 @@ ul.pf-v6-c-list {
|
|
|
19854
19856
|
padding-inline-end: var(--pf-t--global--spacer--2xl);
|
|
19855
19857
|
}
|
|
19856
19858
|
:where(.pf-v6-theme-glass) .pf-v6-c-masthead:not(.pf-m-docked) {
|
|
19857
|
-
margin-block-end: var(--pf-t--global--spacer--inset--page-chrome);
|
|
19858
19859
|
background-color: var(--pf-t--global--background--color--glass--primary--default);
|
|
19859
19860
|
backdrop-filter: var(--pf-t--global--background--filter--glass--blur--primary);
|
|
19860
19861
|
border-block-end: var(--pf-t--global--border--width--glass--default) solid var(--pf-t--global--border--color--glass--default);
|
|
@@ -22837,6 +22838,7 @@ ul.pf-v6-c-list {
|
|
|
22837
22838
|
--pf-v6-c-page--m-dock--ColumnGap: var(--pf-t--global--spacer--inset--page-chrome);
|
|
22838
22839
|
--pf-v6-c-page--BackgroundColor--glass: transparent;
|
|
22839
22840
|
--pf-v6-c-page__sidebar--Width--base--glass: calc(18.125rem + var(--pf-t--global--spacer--inset--page-chrome) * 2);
|
|
22841
|
+
--pf-v6-c-page__sidebar--MarginBlockStart--glass: var(--pf-t--global--spacer--inset--page-chrome);
|
|
22840
22842
|
--pf-v6-c-page__sidebar-body--PaddingInlineStart--glass: var(--pf-t--global--spacer--lg);
|
|
22841
22843
|
--pf-v6-c-page__sidebar-body--PaddingInlineEnd--glass: var(--pf-t--global--spacer--lg);
|
|
22842
22844
|
--pf-v6-c-page__sidebar-main--PaddingBlockEnd--glass: var(--pf-v6-c-page__sidebar--PaddingBlockEnd);
|
|
@@ -22856,10 +22858,12 @@ ul.pf-v6-c-list {
|
|
|
22856
22858
|
--pf-v6-c-page__sidebar-main--xl--MarginBlockEnd--glass: var(--pf-t--global--spacer--inset--page-chrome);
|
|
22857
22859
|
--pf-v6-c-page__sidebar-main--xl--MarginInlineStart--glass: var(--pf-t--global--spacer--inset--page-chrome);
|
|
22858
22860
|
--pf-v6-c-page__sidebar-main--xl--MarginInlineEnd--glass: var(--pf-t--global--spacer--inset--page-chrome);
|
|
22861
|
+
--pf-v6-c-page__main-container--MarginBlockStart--glass: var(--pf-t--global--spacer--inset--page-chrome);
|
|
22859
22862
|
}
|
|
22860
22863
|
:where(.pf-v6-theme-glass) .pf-v6-c-page {
|
|
22861
22864
|
--pf-v6-c-page--BackgroundColor: var(--pf-v6-c-page--BackgroundColor--glass);
|
|
22862
22865
|
--pf-v6-c-page__sidebar--Width--base: var(--pf-v6-c-page__sidebar--Width--base--glass);
|
|
22866
|
+
--pf-v6-c-page__sidebar--MarginBlockStart: var(--pf-v6-c-page__sidebar--MarginBlockStart--glass);
|
|
22863
22867
|
--pf-v6-c-page__sidebar-body--PaddingInlineStart: var(--pf-v6-c-page__sidebar-body--PaddingInlineStart--glass);
|
|
22864
22868
|
--pf-v6-c-page__sidebar-body--PaddingInlineEnd: var(--pf-v6-c-page__sidebar-body--PaddingInlineEnd--glass);
|
|
22865
22869
|
--pf-v6-c-page__sidebar-main--PaddingBlockEnd: var(--pf-v6-c-page__sidebar-main--PaddingBlockEnd--glass);
|
|
@@ -22875,6 +22879,7 @@ ul.pf-v6-c-list {
|
|
|
22875
22879
|
--pf-v6-c-page__sidebar-main--BorderColor: var(--pf-v6-c-page__sidebar-main--BorderColor--glass);
|
|
22876
22880
|
--pf-v6-c-page__sidebar-main--BorderRadius: var(--pf-v6-c-page__sidebar-main--BorderRadius--glass);
|
|
22877
22881
|
--pf-v6-c-page__sidebar-main--BoxShadow: var(--pf-v6-c-page__sidebar-main--BoxShadow--glass);
|
|
22882
|
+
--pf-v6-c-page__main-container--MarginBlockStart: var(--pf-v6-c-page__main-container--MarginBlockStart--glass);
|
|
22878
22883
|
}
|
|
22879
22884
|
@media (min-width: 75rem) {
|
|
22880
22885
|
.pf-v6-c-page {
|
|
@@ -38342,13 +38347,36 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
38342
38347
|
gap: var(--pf-v6-l-stack--m-gutter--Gap);
|
|
38343
38348
|
}
|
|
38344
38349
|
|
|
38345
|
-
:
|
|
38346
|
-
background-image: url("./assets/images/
|
|
38350
|
+
:root:where(.pf-v6-theme-glass) body {
|
|
38351
|
+
background-image: url("./assets/images/PF-Bkg-Generic-Light.svg");
|
|
38347
38352
|
background-repeat: no-repeat;
|
|
38348
38353
|
background-attachment: fixed;
|
|
38349
38354
|
background-position: center;
|
|
38350
38355
|
background-size: cover;
|
|
38351
38356
|
}
|
|
38352
|
-
:
|
|
38353
|
-
background-image: url("./assets/images/
|
|
38357
|
+
:root:where(.pf-v6-theme-glass):where(.pf-v6-theme-dark) body {
|
|
38358
|
+
background-image: url("./assets/images/PF-Bkg-Generic-Dark.svg");
|
|
38359
|
+
}
|
|
38360
|
+
:root:where(.pf-v6-theme-glass):where(.pf-v6-theme-redhat) body {
|
|
38361
|
+
background-image: url("./assets/images/Felt-Bkg-Generic-Light.svg");
|
|
38362
|
+
}
|
|
38363
|
+
:root:where(.pf-v6-theme-glass):where(.pf-v6-theme-redhat.pf-v6-theme-dark) body {
|
|
38364
|
+
background-image: url("./assets/images/Felt-Bkg-Generic-Dark.svg");
|
|
38365
|
+
}
|
|
38366
|
+
|
|
38367
|
+
.pf-v6-c-compass {
|
|
38368
|
+
background-image: url("./assets/images/PF-Bkg-Generic-Light.svg");
|
|
38369
|
+
background-repeat: no-repeat;
|
|
38370
|
+
background-attachment: fixed;
|
|
38371
|
+
background-position: center;
|
|
38372
|
+
background-size: cover;
|
|
38373
|
+
}
|
|
38374
|
+
:root:where(.pf-v6-theme-dark) .pf-v6-c-compass {
|
|
38375
|
+
background-image: url("./assets/images/PF-Bkg-Generic-Dark.svg");
|
|
38376
|
+
}
|
|
38377
|
+
:root:where(.pf-v6-theme-redhat) .pf-v6-c-compass {
|
|
38378
|
+
background-image: url("./assets/images/Felt-Bkg-Generic-Light.svg");
|
|
38379
|
+
}
|
|
38380
|
+
:root:where(.pf-v6-theme-redhat.pf-v6-theme-dark) .pf-v6-c-compass {
|
|
38381
|
+
background-image: url("./assets/images/Felt-Bkg-Generic-Dark.svg");
|
|
38354
38382
|
}
|
package/patternfly.css
CHANGED
|
@@ -15512,7 +15512,7 @@ ul) {
|
|
|
15512
15512
|
--pf-v6-c-drawer__panel--BorderInlineEndWidth: 0;
|
|
15513
15513
|
--pf-v6-c-drawer__panel--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
|
15514
15514
|
--pf-v6-c-drawer__panel--m-inline--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
15515
|
-
--pf-v6-c-drawer__panel--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
15515
|
+
--pf-v6-c-drawer__panel--m-secondary--BackgroundColor: var(--pf-t--global--background--color--floating--secondary--default);
|
|
15516
15516
|
--pf-v6-c-drawer__panel--RowGap: var(--pf-t--global--spacer--sm);
|
|
15517
15517
|
--pf-v6-c-drawer__panel--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
15518
15518
|
--pf-v6-c-drawer__panel--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
@@ -15545,9 +15545,10 @@ ul) {
|
|
|
15545
15545
|
--pf-v6-c-drawer--m-pill__panel--BorderBlockEndWidth: var(--pf-t--global--border--width--regular);
|
|
15546
15546
|
--pf-v6-c-drawer--m-pill__panel--BorderInlineStartWidth: var(--pf-t--global--border--width--regular);
|
|
15547
15547
|
--pf-v6-c-drawer--m-pill__panel--BorderInlineEndWidth: var(--pf-t--global--border--width--regular);
|
|
15548
|
-
--pf-v6-c-drawer--m-pill__panel--BorderColor: var(--pf-t--global--border--color--
|
|
15548
|
+
--pf-v6-c-drawer--m-pill__panel--BorderColor: var(--pf-t--global--border--color--subtle);
|
|
15549
15549
|
--pf-v6-c-drawer--m-pill__panel--BorderRadius: var(--pf-t--global--border--radius--large);
|
|
15550
15550
|
--pf-v6-c-drawer--m-pill--m-expanded__panel--inset: var(--pf-t--global--spacer--inset--page-chrome);
|
|
15551
|
+
--pf-v6-c-drawer--m-pill--m-expanded__panel--BoxShadow: var(--pf-t--global--box-shadow--md);
|
|
15551
15552
|
--pf-v6-c-drawer__panel--m-glass--BackgroundColor: var(--pf-t--global--background--color--glass--primary--default);
|
|
15552
15553
|
--pf-v6-c-drawer__panel--m-glass--BackdropFilter: var(--pf-t--global--background--filter--glass--blur--primary);
|
|
15553
15554
|
--pf-v6-c-drawer__panel--m-glass--BorderColor: var(--pf-t--global--border--color--glass--default);
|
|
@@ -15794,6 +15795,7 @@ ul) {
|
|
|
15794
15795
|
border-block-end-width: var(--pf-v6-c-drawer--m-pill__panel--BorderBlockEndWidth);
|
|
15795
15796
|
border-inline-start-width: var(--pf-v6-c-drawer--m-pill__panel--BorderInlineStartWidth);
|
|
15796
15797
|
border-inline-end-width: var(--pf-v6-c-drawer--m-pill__panel--BorderInlineEndWidth);
|
|
15798
|
+
box-shadow: var(--pf-v6-c-drawer--m-pill--m-expanded__panel--BoxShadow);
|
|
15797
15799
|
}
|
|
15798
15800
|
}
|
|
15799
15801
|
@media screen and (min-width: 48rem) {
|
|
@@ -20001,7 +20003,6 @@ ul.pf-v6-c-list {
|
|
|
20001
20003
|
padding-inline-end: var(--pf-t--global--spacer--2xl);
|
|
20002
20004
|
}
|
|
20003
20005
|
:where(.pf-v6-theme-glass) .pf-v6-c-masthead:not(.pf-m-docked) {
|
|
20004
|
-
margin-block-end: var(--pf-t--global--spacer--inset--page-chrome);
|
|
20005
20006
|
background-color: var(--pf-t--global--background--color--glass--primary--default);
|
|
20006
20007
|
backdrop-filter: var(--pf-t--global--background--filter--glass--blur--primary);
|
|
20007
20008
|
border-block-end: var(--pf-t--global--border--width--glass--default) solid var(--pf-t--global--border--color--glass--default);
|
|
@@ -22984,6 +22985,7 @@ ul.pf-v6-c-list {
|
|
|
22984
22985
|
--pf-v6-c-page--m-dock--ColumnGap: var(--pf-t--global--spacer--inset--page-chrome);
|
|
22985
22986
|
--pf-v6-c-page--BackgroundColor--glass: transparent;
|
|
22986
22987
|
--pf-v6-c-page__sidebar--Width--base--glass: calc(18.125rem + var(--pf-t--global--spacer--inset--page-chrome) * 2);
|
|
22988
|
+
--pf-v6-c-page__sidebar--MarginBlockStart--glass: var(--pf-t--global--spacer--inset--page-chrome);
|
|
22987
22989
|
--pf-v6-c-page__sidebar-body--PaddingInlineStart--glass: var(--pf-t--global--spacer--lg);
|
|
22988
22990
|
--pf-v6-c-page__sidebar-body--PaddingInlineEnd--glass: var(--pf-t--global--spacer--lg);
|
|
22989
22991
|
--pf-v6-c-page__sidebar-main--PaddingBlockEnd--glass: var(--pf-v6-c-page__sidebar--PaddingBlockEnd);
|
|
@@ -23003,10 +23005,12 @@ ul.pf-v6-c-list {
|
|
|
23003
23005
|
--pf-v6-c-page__sidebar-main--xl--MarginBlockEnd--glass: var(--pf-t--global--spacer--inset--page-chrome);
|
|
23004
23006
|
--pf-v6-c-page__sidebar-main--xl--MarginInlineStart--glass: var(--pf-t--global--spacer--inset--page-chrome);
|
|
23005
23007
|
--pf-v6-c-page__sidebar-main--xl--MarginInlineEnd--glass: var(--pf-t--global--spacer--inset--page-chrome);
|
|
23008
|
+
--pf-v6-c-page__main-container--MarginBlockStart--glass: var(--pf-t--global--spacer--inset--page-chrome);
|
|
23006
23009
|
}
|
|
23007
23010
|
:where(.pf-v6-theme-glass) .pf-v6-c-page {
|
|
23008
23011
|
--pf-v6-c-page--BackgroundColor: var(--pf-v6-c-page--BackgroundColor--glass);
|
|
23009
23012
|
--pf-v6-c-page__sidebar--Width--base: var(--pf-v6-c-page__sidebar--Width--base--glass);
|
|
23013
|
+
--pf-v6-c-page__sidebar--MarginBlockStart: var(--pf-v6-c-page__sidebar--MarginBlockStart--glass);
|
|
23010
23014
|
--pf-v6-c-page__sidebar-body--PaddingInlineStart: var(--pf-v6-c-page__sidebar-body--PaddingInlineStart--glass);
|
|
23011
23015
|
--pf-v6-c-page__sidebar-body--PaddingInlineEnd: var(--pf-v6-c-page__sidebar-body--PaddingInlineEnd--glass);
|
|
23012
23016
|
--pf-v6-c-page__sidebar-main--PaddingBlockEnd: var(--pf-v6-c-page__sidebar-main--PaddingBlockEnd--glass);
|
|
@@ -23022,6 +23026,7 @@ ul.pf-v6-c-list {
|
|
|
23022
23026
|
--pf-v6-c-page__sidebar-main--BorderColor: var(--pf-v6-c-page__sidebar-main--BorderColor--glass);
|
|
23023
23027
|
--pf-v6-c-page__sidebar-main--BorderRadius: var(--pf-v6-c-page__sidebar-main--BorderRadius--glass);
|
|
23024
23028
|
--pf-v6-c-page__sidebar-main--BoxShadow: var(--pf-v6-c-page__sidebar-main--BoxShadow--glass);
|
|
23029
|
+
--pf-v6-c-page__main-container--MarginBlockStart: var(--pf-v6-c-page__main-container--MarginBlockStart--glass);
|
|
23025
23030
|
}
|
|
23026
23031
|
@media (min-width: 75rem) {
|
|
23027
23032
|
.pf-v6-c-page {
|
|
@@ -38489,13 +38494,36 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
38489
38494
|
gap: var(--pf-v6-l-stack--m-gutter--Gap);
|
|
38490
38495
|
}
|
|
38491
38496
|
|
|
38492
|
-
:
|
|
38493
|
-
background-image: url("./assets/images/
|
|
38497
|
+
:root:where(.pf-v6-theme-glass) body {
|
|
38498
|
+
background-image: url("./assets/images/PF-Bkg-Generic-Light.svg");
|
|
38494
38499
|
background-repeat: no-repeat;
|
|
38495
38500
|
background-attachment: fixed;
|
|
38496
38501
|
background-position: center;
|
|
38497
38502
|
background-size: cover;
|
|
38498
38503
|
}
|
|
38499
|
-
:
|
|
38500
|
-
background-image: url("./assets/images/
|
|
38504
|
+
:root:where(.pf-v6-theme-glass):where(.pf-v6-theme-dark) body {
|
|
38505
|
+
background-image: url("./assets/images/PF-Bkg-Generic-Dark.svg");
|
|
38506
|
+
}
|
|
38507
|
+
:root:where(.pf-v6-theme-glass):where(.pf-v6-theme-redhat) body {
|
|
38508
|
+
background-image: url("./assets/images/Felt-Bkg-Generic-Light.svg");
|
|
38509
|
+
}
|
|
38510
|
+
:root:where(.pf-v6-theme-glass):where(.pf-v6-theme-redhat.pf-v6-theme-dark) body {
|
|
38511
|
+
background-image: url("./assets/images/Felt-Bkg-Generic-Dark.svg");
|
|
38512
|
+
}
|
|
38513
|
+
|
|
38514
|
+
.pf-v6-c-compass {
|
|
38515
|
+
background-image: url("./assets/images/PF-Bkg-Generic-Light.svg");
|
|
38516
|
+
background-repeat: no-repeat;
|
|
38517
|
+
background-attachment: fixed;
|
|
38518
|
+
background-position: center;
|
|
38519
|
+
background-size: cover;
|
|
38520
|
+
}
|
|
38521
|
+
:root:where(.pf-v6-theme-dark) .pf-v6-c-compass {
|
|
38522
|
+
background-image: url("./assets/images/PF-Bkg-Generic-Dark.svg");
|
|
38523
|
+
}
|
|
38524
|
+
:root:where(.pf-v6-theme-redhat) .pf-v6-c-compass {
|
|
38525
|
+
background-image: url("./assets/images/Felt-Bkg-Generic-Light.svg");
|
|
38526
|
+
}
|
|
38527
|
+
:root:where(.pf-v6-theme-redhat.pf-v6-theme-dark) .pf-v6-c-compass {
|
|
38528
|
+
background-image: url("./assets/images/Felt-Bkg-Generic-Dark.svg");
|
|
38501
38529
|
}
|