@patternfly/patternfly 6.5.0-prerelease.61 → 6.5.0-prerelease.62

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.
Binary file
@@ -8,7 +8,7 @@
8
8
  --pf-v6-c-code-editor__header--BorderStartStartRadius: var(--pf-t--global--border--radius--medium);
9
9
  --pf-v6-c-code-editor__header--BorderStartEndRadius: var(--pf-t--global--border--radius--medium);
10
10
  --pf-v6-c-code-editor__header-content--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
11
- --pf-v6-c-code-editor__header-content--m-plain--BackgroundColor: var(--pf-t--global--background--color--primary--default);
11
+ --pf-v6-c-code-editor__header-content--m-plain--BackgroundColor: transparent;
12
12
  --pf-v6-c-code-editor__header-content--PaddingBlockStart: var(--pf-t--global--spacer--xs);
13
13
  --pf-v6-c-code-editor__header-content--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
14
14
  --pf-v6-c-code-editor__header-content--PaddingInlineStart: var(--pf-t--global--spacer--sm);
@@ -15,7 +15,7 @@
15
15
 
16
16
  // header content
17
17
  --#{$code-editor}__header-content--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
18
- --#{$code-editor}__header-content--m-plain--BackgroundColor: var(--pf-t--global--background--color--primary--default);
18
+ --#{$code-editor}__header-content--m-plain--BackgroundColor: transparent;
19
19
  --#{$code-editor}__header-content--PaddingBlockStart: var(--pf-t--global--spacer--xs);
20
20
  --#{$code-editor}__header-content--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
21
21
  --#{$code-editor}__header-content--PaddingInlineStart: var(--pf-t--global--spacer--sm);
@@ -189,6 +189,9 @@
189
189
  max-height: 100%;
190
190
  background-color: var(--pf-v6-c-page--BackgroundColor);
191
191
  }
192
+ :where(:root.pf-v6-theme-glass) .pf-v6-c-page {
193
+ background-color: transparent;
194
+ }
192
195
  @media (min-width: 75rem) {
193
196
  .pf-v6-c-page {
194
197
  --pf-v6-c-page__sidebar--Width: var(--pf-v6-c-page__sidebar--xl--Width);
@@ -229,6 +229,10 @@ $pf-page-v6--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
229
229
  max-height: 100%;
230
230
  background-color: var(--#{$page}--BackgroundColor);
231
231
 
232
+ :where(:root.pf-v6-theme-glass) & {
233
+ background-color: transparent;
234
+ }
235
+
232
236
  @media (min-width: $pf-v6-global--breakpoint--xl) {
233
237
  --#{$page}__sidebar--Width: var(--#{$page}__sidebar--xl--Width); // TODO can remove at breaking change
234
238
 
@@ -3449,7 +3449,7 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
3449
3449
  --pf-v6-c-code-editor__header--BorderStartStartRadius: var(--pf-t--global--border--radius--medium);
3450
3450
  --pf-v6-c-code-editor__header--BorderStartEndRadius: var(--pf-t--global--border--radius--medium);
3451
3451
  --pf-v6-c-code-editor__header-content--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
3452
- --pf-v6-c-code-editor__header-content--m-plain--BackgroundColor: var(--pf-t--global--background--color--primary--default);
3452
+ --pf-v6-c-code-editor__header-content--m-plain--BackgroundColor: transparent;
3453
3453
  --pf-v6-c-code-editor__header-content--PaddingBlockStart: var(--pf-t--global--spacer--xs);
3454
3454
  --pf-v6-c-code-editor__header-content--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
3455
3455
  --pf-v6-c-code-editor__header-content--PaddingInlineStart: var(--pf-t--global--spacer--sm);
@@ -13712,6 +13712,9 @@ ul.pf-v6-c-list {
13712
13712
  max-height: 100%;
13713
13713
  background-color: var(--pf-v6-c-page--BackgroundColor);
13714
13714
  }
13715
+ :where(:root.pf-v6-theme-glass) .pf-v6-c-page {
13716
+ background-color: transparent;
13717
+ }
13715
13718
  @media (min-width: 75rem) {
13716
13719
  .pf-v6-c-page {
13717
13720
  --pf-v6-c-page__sidebar--Width: var(--pf-v6-c-page__sidebar--xl--Width);
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.61",
4
+ "version": "6.5.0-prerelease.62",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -12590,7 +12590,7 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
12590
12590
  --pf-v6-c-code-editor__header--BorderStartStartRadius: var(--pf-t--global--border--radius--medium);
12591
12591
  --pf-v6-c-code-editor__header--BorderStartEndRadius: var(--pf-t--global--border--radius--medium);
12592
12592
  --pf-v6-c-code-editor__header-content--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
12593
- --pf-v6-c-code-editor__header-content--m-plain--BackgroundColor: var(--pf-t--global--background--color--primary--default);
12593
+ --pf-v6-c-code-editor__header-content--m-plain--BackgroundColor: transparent;
12594
12594
  --pf-v6-c-code-editor__header-content--PaddingBlockStart: var(--pf-t--global--spacer--xs);
12595
12595
  --pf-v6-c-code-editor__header-content--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
12596
12596
  --pf-v6-c-code-editor__header-content--PaddingInlineStart: var(--pf-t--global--spacer--sm);
@@ -22853,6 +22853,9 @@ ul.pf-v6-c-list {
22853
22853
  max-height: 100%;
22854
22854
  background-color: var(--pf-v6-c-page--BackgroundColor);
22855
22855
  }
22856
+ :where(:root.pf-v6-theme-glass) .pf-v6-c-page {
22857
+ background-color: transparent;
22858
+ }
22856
22859
  @media (min-width: 75rem) {
22857
22860
  .pf-v6-c-page {
22858
22861
  --pf-v6-c-page__sidebar--Width: var(--pf-v6-c-page__sidebar--xl--Width);
package/patternfly.css CHANGED
@@ -12737,7 +12737,7 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
12737
12737
  --pf-v6-c-code-editor__header--BorderStartStartRadius: var(--pf-t--global--border--radius--medium);
12738
12738
  --pf-v6-c-code-editor__header--BorderStartEndRadius: var(--pf-t--global--border--radius--medium);
12739
12739
  --pf-v6-c-code-editor__header-content--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
12740
- --pf-v6-c-code-editor__header-content--m-plain--BackgroundColor: var(--pf-t--global--background--color--primary--default);
12740
+ --pf-v6-c-code-editor__header-content--m-plain--BackgroundColor: transparent;
12741
12741
  --pf-v6-c-code-editor__header-content--PaddingBlockStart: var(--pf-t--global--spacer--xs);
12742
12742
  --pf-v6-c-code-editor__header-content--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
12743
12743
  --pf-v6-c-code-editor__header-content--PaddingInlineStart: var(--pf-t--global--spacer--sm);
@@ -23000,6 +23000,9 @@ ul.pf-v6-c-list {
23000
23000
  max-height: 100%;
23001
23001
  background-color: var(--pf-v6-c-page--BackgroundColor);
23002
23002
  }
23003
+ :where(:root.pf-v6-theme-glass) .pf-v6-c-page {
23004
+ background-color: transparent;
23005
+ }
23003
23006
  @media (min-width: 75rem) {
23004
23007
  .pf-v6-c-page {
23005
23008
  --pf-v6-c-page__sidebar--Width: var(--pf-v6-c-page__sidebar--xl--Width);