@patternfly/patternfly 6.5.0-prerelease.70 → 6.5.0-prerelease.71
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/components/Drawer/drawer.css +1 -1
- package/components/Drawer/drawer.scss +2 -0
- package/components/_index.css +1 -1
- package/docs/components/Drawer/examples/Drawer.md +2 -2
- package/package.json +2 -2
- package/patternfly-no-globals.css +1 -1
- package/patternfly.css +1 -1
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
.pf-v6-c-drawer__section.pf-m-secondary {
|
|
329
329
|
--pf-v6-c-drawer__section--BackgroundColor: var(--pf-v6-c-drawer__section--m-secondary--BackgroundColor);
|
|
330
330
|
}
|
|
331
|
-
.pf-v6-c-drawer__section.pf-m-no-background {
|
|
331
|
+
:where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-drawer__section.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-drawer__section:not(.pf-m-no-plain-on-glass), .pf-v6-c-drawer__section.pf-m-no-background {
|
|
332
332
|
--pf-v6-c-drawer__section--BackgroundColor: transparent;
|
|
333
333
|
}
|
|
334
334
|
|
|
@@ -387,6 +387,8 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
387
387
|
--#{$drawer}__section--BackgroundColor: var(--#{$drawer}__section--m-secondary--BackgroundColor);
|
|
388
388
|
}
|
|
389
389
|
|
|
390
|
+
@at-root :where(:root:not(.pf-v6-theme-glass)) &.pf-m-plain,
|
|
391
|
+
:where(:root.pf-v6-theme-glass) &:not(.pf-m-no-plain-on-glass),
|
|
390
392
|
&.pf-m-no-background {
|
|
391
393
|
--#{$drawer}__section--BackgroundColor: transparent;
|
|
392
394
|
}
|
package/components/_index.css
CHANGED
|
@@ -6593,7 +6593,7 @@ ul) {
|
|
|
6593
6593
|
.pf-v6-c-drawer__section.pf-m-secondary {
|
|
6594
6594
|
--pf-v6-c-drawer__section--BackgroundColor: var(--pf-v6-c-drawer__section--m-secondary--BackgroundColor);
|
|
6595
6595
|
}
|
|
6596
|
-
.pf-v6-c-drawer__section.pf-m-no-background {
|
|
6596
|
+
:where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-drawer__section.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-drawer__section:not(.pf-m-no-plain-on-glass), .pf-v6-c-drawer__section.pf-m-no-background {
|
|
6597
6597
|
--pf-v6-c-drawer__section--BackgroundColor: transparent;
|
|
6598
6598
|
}
|
|
6599
6599
|
|
|
@@ -1135,8 +1135,8 @@ cssPrefix: pf-v6-c-drawer
|
|
|
1135
1135
|
| `.pf-m-padding` | `.pf-v6-c-drawer__body` | Modifies the element to add padding. |
|
|
1136
1136
|
| `.pf-m-no-padding` | `.pf-v6-c-drawer__body` | Modifies the element to remove padding. |
|
|
1137
1137
|
| `.pf-m-no-background` | `.pf-v6-c-drawer__section`, `.pf-v6-c-drawer__panel` | Modifies the drawer element background color to transparent. |
|
|
1138
|
-
| `.pf-m-plain` | `.pf-v6-c-drawer__panel.pf-m-inline`, `.pf-v6-c-drawer__panel.pf-m-static` | Applies plain styling
|
|
1139
|
-
| `.pf-m-no-plain-on-glass` | `.pf-v6-c-drawer__panel.pf-m-inline`, `.pf-v6-c-drawer__panel.pf-m-static` | Prevents the
|
|
1138
|
+
| `.pf-m-plain` | `.pf-v6-c-drawer__panel.pf-m-inline`, `.pf-v6-c-drawer__panel.pf-m-static`, `.pf-v6-c-drawer__section` | Applies plain styling. |
|
|
1139
|
+
| `.pf-m-no-plain-on-glass` | `.pf-v6-c-drawer__panel.pf-m-inline`, `.pf-v6-c-drawer__panel.pf-m-static`, `.pf-v6-c-drawer__section` | Prevents the elements from automatically applying plain styling when glass theme is enabled. |
|
|
1140
1140
|
| `.pf-m-primary` | `.pf-v6-c-drawer__content` | Modifies the drawer content to use the primary background color. |
|
|
1141
1141
|
| `.pf-m-secondary` | `.pf-v6-c-drawer__section`, `.pf-v6-c-drawer__content`, `.pf-v6-c-drawer__panel` | Modifies the drawer element to use the secondary background color. |
|
|
1142
1142
|
| `.pf-m-width-{25, 33, 50, 66, 75, 100}{-on-[breakpoint]}` | `.pf-v6-c-drawer__panel` | Modifies the drawer panel width at optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/patternfly",
|
|
3
3
|
"description": "Assets, source, tooling, and content for PatternFly 4",
|
|
4
|
-
"version": "6.5.0-prerelease.
|
|
4
|
+
"version": "6.5.0-prerelease.71",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@commitlint/config-conventional": "^19.1.0",
|
|
70
70
|
"@fortawesome/fontawesome": "^1.1.8",
|
|
71
71
|
"@octokit/rest": "^20.1.0",
|
|
72
|
-
"@patternfly/documentation-framework": "6.38.
|
|
72
|
+
"@patternfly/documentation-framework": "6.38.3",
|
|
73
73
|
"@patternfly/patternfly-a11y": "5.1.0",
|
|
74
74
|
"@patternfly/react-code-editor": "6.4.1",
|
|
75
75
|
"@patternfly/react-core": "6.4.1",
|
|
@@ -15740,7 +15740,7 @@ ul) {
|
|
|
15740
15740
|
.pf-v6-c-drawer__section.pf-m-secondary {
|
|
15741
15741
|
--pf-v6-c-drawer__section--BackgroundColor: var(--pf-v6-c-drawer__section--m-secondary--BackgroundColor);
|
|
15742
15742
|
}
|
|
15743
|
-
.pf-v6-c-drawer__section.pf-m-no-background {
|
|
15743
|
+
:where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-drawer__section.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-drawer__section:not(.pf-m-no-plain-on-glass), .pf-v6-c-drawer__section.pf-m-no-background {
|
|
15744
15744
|
--pf-v6-c-drawer__section--BackgroundColor: transparent;
|
|
15745
15745
|
}
|
|
15746
15746
|
|
package/patternfly.css
CHANGED
|
@@ -15887,7 +15887,7 @@ ul) {
|
|
|
15887
15887
|
.pf-v6-c-drawer__section.pf-m-secondary {
|
|
15888
15888
|
--pf-v6-c-drawer__section--BackgroundColor: var(--pf-v6-c-drawer__section--m-secondary--BackgroundColor);
|
|
15889
15889
|
}
|
|
15890
|
-
.pf-v6-c-drawer__section.pf-m-no-background {
|
|
15890
|
+
:where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-drawer__section.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-drawer__section:not(.pf-m-no-plain-on-glass), .pf-v6-c-drawer__section.pf-m-no-background {
|
|
15891
15891
|
--pf-v6-c-drawer__section--BackgroundColor: transparent;
|
|
15892
15892
|
}
|
|
15893
15893
|
|