@patternfly/patternfly 6.5.0-prerelease.57 → 6.5.0-prerelease.59
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/Accordion/accordion.css +1 -1
- package/components/Accordion/accordion.scss +1 -1
- package/components/DataList/data-list.css +1 -1
- package/components/DataList/data-list.scss +1 -1
- package/components/Drawer/drawer.css +1 -1
- package/components/Drawer/drawer.scss +1 -1
- package/components/Page/page.css +6 -6
- package/components/Page/page.scss +1 -1
- package/components/Progress/progress.css +3 -1
- package/components/Progress/progress.scss +3 -1
- package/components/Table/table.css +1 -1
- package/components/Table/table.scss +1 -1
- package/components/Wizard/wizard.css +2 -2
- package/components/Wizard/wizard.scss +1 -1
- package/components/_index.css +15 -13
- package/docs/components/Accordion/examples/Accordion.md +1 -0
- package/docs/components/DataList/examples/DataList.md +1 -0
- package/docs/components/Drawer/examples/Drawer.md +2 -0
- package/docs/components/Page/examples/Page.md +2 -0
- package/docs/components/Progress/examples/Progress.md +91 -7
- package/docs/components/Table/examples/Table.md +1 -0
- package/docs/components/Wizard/examples/Wizard.md +1 -1
- package/package.json +1 -1
- package/patternfly-no-globals.css +15 -13
- package/patternfly.css +15 -13
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
row-gap: var(--pf-v6-c-accordion--RowGap);
|
|
105
105
|
background-color: var(--pf-v6-c-accordion--BackgroundColor);
|
|
106
106
|
}
|
|
107
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-accordion:not(.pf-m-no-plain), .pf-v6-c-accordion.pf-m-plain {
|
|
107
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-accordion:not(.pf-m-no-plain-on-glass), .pf-v6-c-accordion.pf-m-plain {
|
|
108
108
|
--pf-v6-c-accordion--BackgroundColor: transparent;
|
|
109
109
|
--pf-v6-c-accordion__expandable-content--BackgroundColor: transparent;
|
|
110
110
|
--pf-v6-c-accordion__item--m-expanded--BackgroundColor: transparent;
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
row-gap: var(--#{$accordion}--RowGap);
|
|
130
130
|
background-color: var(--#{$accordion}--BackgroundColor);
|
|
131
131
|
|
|
132
|
-
@at-root :where(.pf-v6-theme-glass) &:not(.pf-m-no-plain),
|
|
132
|
+
@at-root :where(.pf-v6-theme-glass) &:not(.pf-m-no-plain-on-glass),
|
|
133
133
|
&.pf-m-plain {
|
|
134
134
|
--#{$accordion}--BackgroundColor: transparent;
|
|
135
135
|
--#{$accordion}__expandable-content--BackgroundColor: transparent;
|
|
@@ -572,7 +572,7 @@
|
|
|
572
572
|
.pf-v6-c-data-list.pf-m-drag-over {
|
|
573
573
|
overflow-anchor: none;
|
|
574
574
|
}
|
|
575
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-data-list:not(.pf-m-no-plain), .pf-v6-c-data-list.pf-m-plain {
|
|
575
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-data-list:not(.pf-m-no-plain-on-glass), .pf-v6-c-data-list.pf-m-plain {
|
|
576
576
|
--pf-v6-c-data-list__item--BackgroundColor: var(--pf-v6-c-data-list--pf-m-plain__item--BackgroundColor);
|
|
577
577
|
}
|
|
578
578
|
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
overflow-anchor: none;
|
|
192
192
|
}
|
|
193
193
|
|
|
194
|
-
@at-root :where(.pf-v6-theme-glass) &:not(.pf-m-no-plain),
|
|
194
|
+
@at-root :where(.pf-v6-theme-glass) &:not(.pf-m-no-plain-on-glass),
|
|
195
195
|
&.pf-m-plain {
|
|
196
196
|
--#{$data-list}__item--BackgroundColor: var(--#{$data-list}--pf-m-plain__item--BackgroundColor);
|
|
197
197
|
}
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
--pf-v6-c-drawer--m-inline__panel--after--Width: var(--pf-v6-c-drawer--m-inline__panel--after--md--Width);
|
|
474
474
|
min-width: var(--pf-v6-c-drawer__panel--MinWidth);
|
|
475
475
|
}
|
|
476
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-inline:not(.pf-m-no-plain) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-inline.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, :where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-static:not(.pf-m-no-plain) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-static.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
476
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-inline:not(.pf-m-no-plain-on-glass) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-inline.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, :where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-static:not(.pf-m-no-plain-on-glass) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-static.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
477
477
|
background: transparent;
|
|
478
478
|
}
|
|
479
479
|
.pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
@@ -567,7 +567,7 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
567
567
|
|
|
568
568
|
&.pf-m-inline,
|
|
569
569
|
&.pf-m-static {
|
|
570
|
-
@at-root :where(.pf-v6-theme-glass) &:not(.pf-m-no-plain),
|
|
570
|
+
@at-root :where(.pf-v6-theme-glass) &:not(.pf-m-no-plain-on-glass),
|
|
571
571
|
&.pf-m-plain {
|
|
572
572
|
> .#{$drawer}__main > .#{$drawer}__panel {
|
|
573
573
|
background: transparent;
|
package/components/Page/page.css
CHANGED
|
@@ -721,16 +721,16 @@
|
|
|
721
721
|
outline: 0;
|
|
722
722
|
}
|
|
723
723
|
|
|
724
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-subnav:not(.pf-m-no-plain), .pf-v6-c-page__main-subnav.pf-m-plain,
|
|
725
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-breadcrumb:not(.pf-m-no-plain),
|
|
724
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-subnav:not(.pf-m-no-plain-on-glass), .pf-v6-c-page__main-subnav.pf-m-plain,
|
|
725
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-breadcrumb:not(.pf-m-no-plain-on-glass),
|
|
726
726
|
.pf-v6-c-page__main-breadcrumb.pf-m-plain,
|
|
727
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-tabs:not(.pf-m-no-plain),
|
|
727
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-tabs:not(.pf-m-no-plain-on-glass),
|
|
728
728
|
.pf-v6-c-page__main-tabs.pf-m-plain,
|
|
729
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-section:not(.pf-m-no-plain),
|
|
729
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-section:not(.pf-m-no-plain-on-glass),
|
|
730
730
|
.pf-v6-c-page__main-section.pf-m-plain,
|
|
731
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-wizard:not(.pf-m-no-plain),
|
|
731
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-wizard:not(.pf-m-no-plain-on-glass),
|
|
732
732
|
.pf-v6-c-page__main-wizard.pf-m-plain,
|
|
733
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-group:not(.pf-m-no-plain),
|
|
733
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-group:not(.pf-m-no-plain-on-glass),
|
|
734
734
|
.pf-v6-c-page__main-group.pf-m-plain {
|
|
735
735
|
--pf-v6-c-page__main-section--BackgroundColor: transparent;
|
|
736
736
|
--pf-v6-c-page__main-subnav--BackgroundColor: transparent;
|
|
@@ -645,7 +645,7 @@ $pf-page-v6--height-breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg
|
|
|
645
645
|
.#{$page}__main-section,
|
|
646
646
|
.#{$page}__main-wizard,
|
|
647
647
|
.#{$page}__main-group {
|
|
648
|
-
@at-root :where(.pf-v6-theme-glass) &:not(.pf-m-no-plain),
|
|
648
|
+
@at-root :where(.pf-v6-theme-glass) &:not(.pf-m-no-plain-on-glass),
|
|
649
649
|
&.pf-m-plain {
|
|
650
650
|
--#{$page}__main-section--BackgroundColor: transparent;
|
|
651
651
|
--#{$page}__main-subnav--BackgroundColor: transparent;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
--pf-v6-c-progress--GridGap: var(--pf-t--global--spacer--md);
|
|
3
3
|
--pf-v6-c-progress__bar--Height: var(--pf-t--global--spacer--md);
|
|
4
4
|
--pf-v6-c-progress__bar--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
|
|
5
|
-
--pf-v6-c-progress__bar--BorderRadius: var(--pf-t--global--border--radius--
|
|
5
|
+
--pf-v6-c-progress__bar--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
6
6
|
--pf-v6-c-progress__bar--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
|
7
7
|
--pf-v6-c-progress__bar--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
8
8
|
--pf-v6-c-progress__measure--m-static-width--MinWidth: 4.5ch;
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
--pf-v6-c-progress__indicator--BackgroundColor: var(--pf-t--global--color--brand--default);
|
|
13
13
|
--pf-v6-c-progress__indicator--BorderWidth: var(--pf-t--global--border--width--high-contrast--extra-strong);
|
|
14
14
|
--pf-v6-c-progress__indicator--BorderColor: transparent;
|
|
15
|
+
--pf-v6-c-progress__indicator--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
15
16
|
--pf-v6-c-progress__helper-text--MarginBlockStart: calc(var(--pf-t--global--spacer--sm) - var(--pf-v6-c-progress--GridGap));
|
|
16
17
|
--pf-v6-c-progress--m-success__indicator--BackgroundColor: var(--pf-t--global--color--status--success--default);
|
|
17
18
|
--pf-v6-c-progress--m-warning__indicator--BackgroundColor: var(--pf-t--global--color--status--warning--default);
|
|
@@ -181,6 +182,7 @@
|
|
|
181
182
|
position: absolute;
|
|
182
183
|
height: var(--pf-v6-c-progress__indicator--Height);
|
|
183
184
|
background-color: var(--pf-v6-c-progress__indicator--BackgroundColor);
|
|
185
|
+
border-radius: var(--pf-v6-c-progress__indicator--BorderRadius);
|
|
184
186
|
}
|
|
185
187
|
.pf-v6-c-progress__indicator::before {
|
|
186
188
|
position: absolute;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
// Element variables
|
|
8
8
|
--#{$progress}__bar--Height: var(--pf-t--global--spacer--md);
|
|
9
9
|
--#{$progress}__bar--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default); // the bar always needs white under it so that the semi-transparent color shows correctly
|
|
10
|
-
--#{$progress}__bar--BorderRadius: var(--pf-t--global--border--radius--
|
|
10
|
+
--#{$progress}__bar--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
11
11
|
--#{$progress}__bar--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
|
12
12
|
--#{$progress}__bar--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
13
13
|
--#{$progress}__measure--m-static-width--MinWidth: 4.5ch; // 4.5 because the % character is wider than a 0
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
--#{$progress}__indicator--BackgroundColor: var(--pf-t--global--color--brand--default);
|
|
18
18
|
--#{$progress}__indicator--BorderWidth: var(--pf-t--global--border--width--high-contrast--extra-strong);
|
|
19
19
|
--#{$progress}__indicator--BorderColor: transparent;
|
|
20
|
+
--#{$progress}__indicator--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
20
21
|
--#{$progress}__helper-text--MarginBlockStart: calc(var(--pf-t--global--spacer--sm) - var(--#{$progress}--GridGap));
|
|
21
22
|
|
|
22
23
|
// Modifier variables
|
|
@@ -222,6 +223,7 @@
|
|
|
222
223
|
position: absolute; // position absolute to bring above the semi-transparent bar overlay
|
|
223
224
|
height: var(--#{$progress}__indicator--Height);
|
|
224
225
|
background-color: var(--#{$progress}__indicator--BackgroundColor);
|
|
226
|
+
border-radius: var(--#{$progress}__indicator--BorderRadius);
|
|
225
227
|
|
|
226
228
|
// for forced colors mode
|
|
227
229
|
&::before {
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
width: 100%;
|
|
170
170
|
background-color: var(--pf-v6-c-table--BackgroundColor);
|
|
171
171
|
}
|
|
172
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-table:not(.pf-m-no-plain), .pf-v6-c-table.pf-m-plain {
|
|
172
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-table:not(.pf-m-no-plain-on-glass), .pf-v6-c-table.pf-m-plain {
|
|
173
173
|
--pf-v6-c-table--BackgroundColor: transparent;
|
|
174
174
|
--pf-v6-c-table__expandable-row-content--BackgroundColor: transparent;
|
|
175
175
|
--pf-v6-c-table__expandable-row-content--PaddingInlineStart: 0;
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
width: 100%;
|
|
267
267
|
background-color: var(--#{$table}--BackgroundColor);
|
|
268
268
|
|
|
269
|
-
@at-root :where(.pf-v6-theme-glass) &:not(.pf-m-no-plain),
|
|
269
|
+
@at-root :where(.pf-v6-theme-glass) &:not(.pf-m-no-plain-on-glass),
|
|
270
270
|
&.pf-m-plain {
|
|
271
271
|
--#{$table}--BackgroundColor: transparent;
|
|
272
272
|
--#{$table}__expandable-row-content--BackgroundColor: transparent;
|
|
@@ -163,14 +163,14 @@
|
|
|
163
163
|
.pf-v6-c-wizard.pf-m-finished .pf-v6-c-wizard__toggle {
|
|
164
164
|
display: none;
|
|
165
165
|
}
|
|
166
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain), .pf-v6-c-wizard.pf-m-plain {
|
|
166
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain-on-glass), .pf-v6-c-wizard.pf-m-plain {
|
|
167
167
|
--pf-v6-c-wizard__header--BackgroundColor: var(--pf-v6-c-wizard--m-plain__header--BackgroundColor);
|
|
168
168
|
--pf-v6-c-wizard__toggle--BackgroundColor: var(--pf-v6-c-wizard--m-plain__toggle--BackgroundColor);
|
|
169
169
|
--pf-v6-c-wizard__outer-wrap--BackgroundColor: var(--pf-v6-c-wizard--m-plain__outer-wrap--BackgroundColor);
|
|
170
170
|
--pf-v6-c-wizard__footer--BackgroundColor: var(--pf-v6-c-wizard--m-plain__footer--BackgroundColor);
|
|
171
171
|
}
|
|
172
172
|
@media screen and (min-width: 62rem) {
|
|
173
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain), .pf-v6-c-wizard.pf-m-plain {
|
|
173
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain-on-glass), .pf-v6-c-wizard.pf-m-plain {
|
|
174
174
|
--pf-v6-c-wizard__nav--BackgroundColor: var(--pf-v6-c-wizard--m-plain__nav--BackgroundColor);
|
|
175
175
|
}
|
|
176
176
|
}
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
}
|
|
225
225
|
}
|
|
226
226
|
|
|
227
|
-
@at-root :where(.pf-v6-theme-glass) &:not(.pf-m-no-plain),
|
|
227
|
+
@at-root :where(.pf-v6-theme-glass) &:not(.pf-m-no-plain-on-glass),
|
|
228
228
|
&.pf-m-plain {
|
|
229
229
|
--#{$wizard}__header--BackgroundColor: var(--#{$wizard}--m-plain__header--BackgroundColor);
|
|
230
230
|
--#{$wizard}__toggle--BackgroundColor: var(--#{$wizard}--m-plain__toggle--BackgroundColor);
|
package/components/_index.css
CHANGED
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
row-gap: var(--pf-v6-c-accordion--RowGap);
|
|
307
307
|
background-color: var(--pf-v6-c-accordion--BackgroundColor);
|
|
308
308
|
}
|
|
309
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-accordion:not(.pf-m-no-plain), .pf-v6-c-accordion.pf-m-plain {
|
|
309
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-accordion:not(.pf-m-no-plain-on-glass), .pf-v6-c-accordion.pf-m-plain {
|
|
310
310
|
--pf-v6-c-accordion--BackgroundColor: transparent;
|
|
311
311
|
--pf-v6-c-accordion__expandable-content--BackgroundColor: transparent;
|
|
312
312
|
--pf-v6-c-accordion__item--m-expanded--BackgroundColor: transparent;
|
|
@@ -4828,7 +4828,7 @@ ul) {
|
|
|
4828
4828
|
.pf-v6-c-data-list.pf-m-drag-over {
|
|
4829
4829
|
overflow-anchor: none;
|
|
4830
4830
|
}
|
|
4831
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-data-list:not(.pf-m-no-plain), .pf-v6-c-data-list.pf-m-plain {
|
|
4831
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-data-list:not(.pf-m-no-plain-on-glass), .pf-v6-c-data-list.pf-m-plain {
|
|
4832
4832
|
--pf-v6-c-data-list__item--BackgroundColor: var(--pf-v6-c-data-list--pf-m-plain__item--BackgroundColor);
|
|
4833
4833
|
}
|
|
4834
4834
|
|
|
@@ -6725,7 +6725,7 @@ ul) {
|
|
|
6725
6725
|
--pf-v6-c-drawer--m-inline__panel--after--Width: var(--pf-v6-c-drawer--m-inline__panel--after--md--Width);
|
|
6726
6726
|
min-width: var(--pf-v6-c-drawer__panel--MinWidth);
|
|
6727
6727
|
}
|
|
6728
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-inline:not(.pf-m-no-plain) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-inline.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, :where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-static:not(.pf-m-no-plain) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-static.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
6728
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-inline:not(.pf-m-no-plain-on-glass) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-inline.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, :where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-static:not(.pf-m-no-plain-on-glass) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-static.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
6729
6729
|
background: transparent;
|
|
6730
6730
|
}
|
|
6731
6731
|
.pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
@@ -14154,16 +14154,16 @@ ul.pf-v6-c-list {
|
|
|
14154
14154
|
outline: 0;
|
|
14155
14155
|
}
|
|
14156
14156
|
|
|
14157
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-subnav:not(.pf-m-no-plain), .pf-v6-c-page__main-subnav.pf-m-plain,
|
|
14158
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-breadcrumb:not(.pf-m-no-plain),
|
|
14157
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-subnav:not(.pf-m-no-plain-on-glass), .pf-v6-c-page__main-subnav.pf-m-plain,
|
|
14158
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-breadcrumb:not(.pf-m-no-plain-on-glass),
|
|
14159
14159
|
.pf-v6-c-page__main-breadcrumb.pf-m-plain,
|
|
14160
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-tabs:not(.pf-m-no-plain),
|
|
14160
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-tabs:not(.pf-m-no-plain-on-glass),
|
|
14161
14161
|
.pf-v6-c-page__main-tabs.pf-m-plain,
|
|
14162
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-section:not(.pf-m-no-plain),
|
|
14162
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-section:not(.pf-m-no-plain-on-glass),
|
|
14163
14163
|
.pf-v6-c-page__main-section.pf-m-plain,
|
|
14164
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-wizard:not(.pf-m-no-plain),
|
|
14164
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-wizard:not(.pf-m-no-plain-on-glass),
|
|
14165
14165
|
.pf-v6-c-page__main-wizard.pf-m-plain,
|
|
14166
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-group:not(.pf-m-no-plain),
|
|
14166
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-group:not(.pf-m-no-plain-on-glass),
|
|
14167
14167
|
.pf-v6-c-page__main-group.pf-m-plain {
|
|
14168
14168
|
--pf-v6-c-page__main-section--BackgroundColor: transparent;
|
|
14169
14169
|
--pf-v6-c-page__main-subnav--BackgroundColor: transparent;
|
|
@@ -15073,7 +15073,7 @@ ul.pf-v6-c-list {
|
|
|
15073
15073
|
--pf-v6-c-progress--GridGap: var(--pf-t--global--spacer--md);
|
|
15074
15074
|
--pf-v6-c-progress__bar--Height: var(--pf-t--global--spacer--md);
|
|
15075
15075
|
--pf-v6-c-progress__bar--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
|
|
15076
|
-
--pf-v6-c-progress__bar--BorderRadius: var(--pf-t--global--border--radius--
|
|
15076
|
+
--pf-v6-c-progress__bar--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
15077
15077
|
--pf-v6-c-progress__bar--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
|
15078
15078
|
--pf-v6-c-progress__bar--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
15079
15079
|
--pf-v6-c-progress__measure--m-static-width--MinWidth: 4.5ch;
|
|
@@ -15083,6 +15083,7 @@ ul.pf-v6-c-list {
|
|
|
15083
15083
|
--pf-v6-c-progress__indicator--BackgroundColor: var(--pf-t--global--color--brand--default);
|
|
15084
15084
|
--pf-v6-c-progress__indicator--BorderWidth: var(--pf-t--global--border--width--high-contrast--extra-strong);
|
|
15085
15085
|
--pf-v6-c-progress__indicator--BorderColor: transparent;
|
|
15086
|
+
--pf-v6-c-progress__indicator--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
15086
15087
|
--pf-v6-c-progress__helper-text--MarginBlockStart: calc(var(--pf-t--global--spacer--sm) - var(--pf-v6-c-progress--GridGap));
|
|
15087
15088
|
--pf-v6-c-progress--m-success__indicator--BackgroundColor: var(--pf-t--global--color--status--success--default);
|
|
15088
15089
|
--pf-v6-c-progress--m-warning__indicator--BackgroundColor: var(--pf-t--global--color--status--warning--default);
|
|
@@ -15252,6 +15253,7 @@ ul.pf-v6-c-list {
|
|
|
15252
15253
|
position: absolute;
|
|
15253
15254
|
height: var(--pf-v6-c-progress__indicator--Height);
|
|
15254
15255
|
background-color: var(--pf-v6-c-progress__indicator--BackgroundColor);
|
|
15256
|
+
border-radius: var(--pf-v6-c-progress__indicator--BorderRadius);
|
|
15255
15257
|
}
|
|
15256
15258
|
.pf-v6-c-progress__indicator::before {
|
|
15257
15259
|
position: absolute;
|
|
@@ -18913,7 +18915,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
18913
18915
|
width: 100%;
|
|
18914
18916
|
background-color: var(--pf-v6-c-table--BackgroundColor);
|
|
18915
18917
|
}
|
|
18916
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-table:not(.pf-m-no-plain), .pf-v6-c-table.pf-m-plain {
|
|
18918
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-table:not(.pf-m-no-plain-on-glass), .pf-v6-c-table.pf-m-plain {
|
|
18917
18919
|
--pf-v6-c-table--BackgroundColor: transparent;
|
|
18918
18920
|
--pf-v6-c-table__expandable-row-content--BackgroundColor: transparent;
|
|
18919
18921
|
--pf-v6-c-table__expandable-row-content--PaddingInlineStart: 0;
|
|
@@ -25038,14 +25040,14 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
25038
25040
|
.pf-v6-c-wizard.pf-m-finished .pf-v6-c-wizard__toggle {
|
|
25039
25041
|
display: none;
|
|
25040
25042
|
}
|
|
25041
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain), .pf-v6-c-wizard.pf-m-plain {
|
|
25043
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain-on-glass), .pf-v6-c-wizard.pf-m-plain {
|
|
25042
25044
|
--pf-v6-c-wizard__header--BackgroundColor: var(--pf-v6-c-wizard--m-plain__header--BackgroundColor);
|
|
25043
25045
|
--pf-v6-c-wizard__toggle--BackgroundColor: var(--pf-v6-c-wizard--m-plain__toggle--BackgroundColor);
|
|
25044
25046
|
--pf-v6-c-wizard__outer-wrap--BackgroundColor: var(--pf-v6-c-wizard--m-plain__outer-wrap--BackgroundColor);
|
|
25045
25047
|
--pf-v6-c-wizard__footer--BackgroundColor: var(--pf-v6-c-wizard--m-plain__footer--BackgroundColor);
|
|
25046
25048
|
}
|
|
25047
25049
|
@media screen and (min-width: 62rem) {
|
|
25048
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain), .pf-v6-c-wizard.pf-m-plain {
|
|
25050
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain-on-glass), .pf-v6-c-wizard.pf-m-plain {
|
|
25049
25051
|
--pf-v6-c-wizard__nav--BackgroundColor: var(--pf-v6-c-wizard--m-plain__nav--BackgroundColor);
|
|
25050
25052
|
}
|
|
25051
25053
|
}
|
|
@@ -1078,6 +1078,7 @@ Another variation is using the definition list:
|
|
|
1078
1078
|
| `.pf-v6-c-accordion__expandable-content` | `<div>`, `<dd>` | Initiates expandable content. **Must be paired with a button** |
|
|
1079
1079
|
| `.pf-v6-c-accordion__expandable-content-body` | `<div>` | Initiates expandable content body. **Required** |
|
|
1080
1080
|
| `.pf-m-plain` | `.pf-v6-c-accordion` | Modifies the accordion have plain styles. |
|
|
1081
|
+
| `.pf-m-no-plain-on-glass` | `.pf-v6-c-accordion` | Prevents the accordion from automatically applying plain styling when glass theme is enabled. |
|
|
1081
1082
|
| `.pf-m-bordered` | `.pf-v6-c-accordion` | Modifies the accordion to add borders between items. |
|
|
1082
1083
|
| `.pf-m-display-lg` | `.pf-v6-c-accordion` | Modifies the accordion for large display styling. This variation is for marketing/web use cases. |
|
|
1083
1084
|
| `.pf-m-toggle-start` | `.pf-v6-c-accordion` | Modifies accordion styling when accordion toggle icons are rendered at the start of the toggle, before the toggle text. |
|
|
@@ -2190,6 +2190,7 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
2190
2190
|
| Class | Applied to | Outcome |
|
|
2191
2191
|
| -- | -- | -- |
|
|
2192
2192
|
| `.pf-m-plain` | `.pf-v6-c-data-list` | Modifies a data list to have a transparent background. |
|
|
2193
|
+
| `.pf-m-no-plain-on-glass` | `.pf-v6-c-data-list` | Prevents the data list from automatically applying plain styling when glass theme is enabled. |
|
|
2193
2194
|
|
|
2194
2195
|
## Data list as grid
|
|
2195
2196
|
|
|
@@ -1135,6 +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 to the drawer panel. |
|
|
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 drawer panel from automatically applying plain styling when glass theme is enabled. |
|
|
1138
1140
|
| `.pf-m-primary` | `.pf-v6-c-drawer__content` | Modifies the drawer content to use the primary background color. |
|
|
1139
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. |
|
|
1140
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). |
|
|
@@ -614,6 +614,8 @@ This component provides the basic chrome for a page, including sidebar and main
|
|
|
614
614
|
| `.pf-m-no-padding{-on-[breakpoint]}` | `.pf-v6-c-page__main-section` | Removes padding from the main page section at an optional [breakpoint](/foundations-and-styles/design-tokens/all-design-tokens). |
|
|
615
615
|
| `.pf-m-fill` | `.pf-v6-c-page__main-container`, `.pf-v6-c-page__main-section`, `.pf-v6-c-page__main-group`, `.pf-v6-c-page__main-wizard`, `.pf-v6-c-page__sidebar-body` | Modifies the element to grow to fill the available space. Note that `.pf-v6-c-page__main-container` must also have `.pf-m-fill` applied in order for the section to have space to stretch to full height.|
|
|
616
616
|
| `.pf-m-no-fill` | `.pf-v6-c-page__main-section`, `.pf-v6-c-page__main-group`, `.pf-v6-c-page__main-wizard`, `.pf-v6-c-page__sidebar-body` | Modifies the element not to grow to fill the available vertical space. |
|
|
617
|
+
| `.pf-m-plain` | `.pf-v6-c-page__main-section`, `.pf-v6-c-page__main-group`, `.pf-v6-c-page__main-wizard`, `.pf-v6-c-page__main-breadcrumb`, `.pf-v6-c-page__main-subnav`, and `.pf-v6-c-page__main-tabs` | Applies plain styling to the section. |
|
|
618
|
+
| `.pf-m-no-plain-on-glass` | `.pf-v6-c-page__main-section`, `.pf-v6-c-page__main-group`, `.pf-v6-c-page__main-wizard`, `.pf-v6-c-page__main-breadcrumb`, `.pf-v6-c-page__main-subnav`, and `.pf-v6-c-page__main-tabs` | Prevents the section from automatically applying plain styling when glass theme is enabled. |
|
|
617
619
|
| `.pf-m-limit-width` | `.pf-v6-c-page__main-section` | Modifies a page section to limit the `max-width` of the content inside. |
|
|
618
620
|
| `.pf-m-align-center` | `.pf-v6-c-page__main-section.pf-m-limit-width` | Modifies a page section body to align center. |
|
|
619
621
|
| `.pf-m-sticky-top{-on-[breakpoint]-height}` | `.pf-v6-c-page__main-*` | Modifies a section/group to be sticky to the top of its container at an optional height breakpoint. |
|
|
@@ -440,7 +440,19 @@ When conveying status, you should ensure:
|
|
|
440
440
|
<div class="pf-v6-c-progress__status" aria-hidden="true">
|
|
441
441
|
<span class="pf-v6-c-progress__measure">100%</span>
|
|
442
442
|
<span class="pf-v6-c-progress__status-icon">
|
|
443
|
-
<
|
|
443
|
+
<svg
|
|
444
|
+
class="pf-v6-svg"
|
|
445
|
+
viewBox="0 0 32 32"
|
|
446
|
+
fill="currentColor"
|
|
447
|
+
aria-hidden="true"
|
|
448
|
+
role="img"
|
|
449
|
+
width="1em"
|
|
450
|
+
height="1em"
|
|
451
|
+
>
|
|
452
|
+
<path
|
|
453
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
454
|
+
/>
|
|
455
|
+
</svg>
|
|
444
456
|
</span>
|
|
445
457
|
</div>
|
|
446
458
|
<div
|
|
@@ -468,7 +480,19 @@ When conveying status, you should ensure:
|
|
|
468
480
|
<div class="pf-v6-c-progress__status" aria-hidden="true">
|
|
469
481
|
<span class="pf-v6-c-progress__measure">100%</span>
|
|
470
482
|
<span class="pf-v6-c-progress__status-icon">
|
|
471
|
-
<
|
|
483
|
+
<svg
|
|
484
|
+
class="pf-v6-svg"
|
|
485
|
+
viewBox="0 0 32 32"
|
|
486
|
+
fill="currentColor"
|
|
487
|
+
aria-hidden="true"
|
|
488
|
+
role="img"
|
|
489
|
+
width="1em"
|
|
490
|
+
height="1em"
|
|
491
|
+
>
|
|
492
|
+
<path
|
|
493
|
+
d="m31.874 28.514-15.011-27a1.001 1.001 0 0 0-1.748 0l-15.011 27A1 1 0 0 0 .978 30H31a1 1 0 0 0 .874-1.486ZM14.5 12a1.5 1.5 0 0 1 3 0v5a1.5 1.5 0 0 1-3 0v-5ZM16 26.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 26.001Z"
|
|
494
|
+
/>
|
|
495
|
+
</svg>
|
|
472
496
|
</span>
|
|
473
497
|
</div>
|
|
474
498
|
<div
|
|
@@ -496,7 +520,19 @@ When conveying status, you should ensure:
|
|
|
496
520
|
<div class="pf-v6-c-progress__status" aria-hidden="true">
|
|
497
521
|
<span class="pf-v6-c-progress__measure">33%</span>
|
|
498
522
|
<span class="pf-v6-c-progress__status-icon">
|
|
499
|
-
<
|
|
523
|
+
<svg
|
|
524
|
+
class="pf-v6-svg"
|
|
525
|
+
viewBox="0 0 32 32"
|
|
526
|
+
fill="currentColor"
|
|
527
|
+
aria-hidden="true"
|
|
528
|
+
role="img"
|
|
529
|
+
width="1em"
|
|
530
|
+
height="1em"
|
|
531
|
+
>
|
|
532
|
+
<path
|
|
533
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm-1.5 8a1.5 1.5 0 1 1 3 0v7a1.5 1.5 0 1 1-3 0V9ZM16 25.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 25.001Z"
|
|
534
|
+
/>
|
|
535
|
+
</svg>
|
|
500
536
|
</span>
|
|
501
537
|
</div>
|
|
502
538
|
<div
|
|
@@ -526,7 +562,19 @@ When conveying status, you should ensure:
|
|
|
526
562
|
>Title</div>
|
|
527
563
|
<div class="pf-v6-c-progress__status" aria-hidden="true">
|
|
528
564
|
<span class="pf-v6-c-progress__status-icon">
|
|
529
|
-
<
|
|
565
|
+
<svg
|
|
566
|
+
class="pf-v6-svg"
|
|
567
|
+
viewBox="0 0 32 32"
|
|
568
|
+
fill="currentColor"
|
|
569
|
+
aria-hidden="true"
|
|
570
|
+
role="img"
|
|
571
|
+
width="1em"
|
|
572
|
+
height="1em"
|
|
573
|
+
>
|
|
574
|
+
<path
|
|
575
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7.795 11.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-4.646-4.646a1.126 1.126 0 0 1 1.591-1.591l4.205 4.205 8.205-8.205a1.126 1.126 0 0 1 1.591 1.591Z"
|
|
576
|
+
/>
|
|
577
|
+
</svg>
|
|
530
578
|
</span>
|
|
531
579
|
</div>
|
|
532
580
|
<div
|
|
@@ -558,7 +606,19 @@ When conveying status, you should ensure:
|
|
|
558
606
|
>Title</div>
|
|
559
607
|
<div class="pf-v6-c-progress__status" aria-hidden="true">
|
|
560
608
|
<span class="pf-v6-c-progress__status-icon">
|
|
561
|
-
<
|
|
609
|
+
<svg
|
|
610
|
+
class="pf-v6-svg"
|
|
611
|
+
viewBox="0 0 32 32"
|
|
612
|
+
fill="currentColor"
|
|
613
|
+
aria-hidden="true"
|
|
614
|
+
role="img"
|
|
615
|
+
width="1em"
|
|
616
|
+
height="1em"
|
|
617
|
+
>
|
|
618
|
+
<path
|
|
619
|
+
d="m31.874 28.514-15.011-27a1.001 1.001 0 0 0-1.748 0l-15.011 27A1 1 0 0 0 .978 30H31a1 1 0 0 0 .874-1.486ZM14.5 12a1.5 1.5 0 0 1 3 0v5a1.5 1.5 0 0 1-3 0v-5ZM16 26.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 26.001Z"
|
|
620
|
+
/>
|
|
621
|
+
</svg>
|
|
562
622
|
</span>
|
|
563
623
|
</div>
|
|
564
624
|
<div
|
|
@@ -591,7 +651,19 @@ When conveying status, you should ensure:
|
|
|
591
651
|
<div class="pf-v6-c-progress__status" aria-hidden="true">
|
|
592
652
|
<span class="pf-v6-c-progress__measure">33%</span>
|
|
593
653
|
<span class="pf-v6-c-progress__status-icon">
|
|
594
|
-
<
|
|
654
|
+
<svg
|
|
655
|
+
class="pf-v6-svg"
|
|
656
|
+
viewBox="0 0 32 32"
|
|
657
|
+
fill="currentColor"
|
|
658
|
+
aria-hidden="true"
|
|
659
|
+
role="img"
|
|
660
|
+
width="1em"
|
|
661
|
+
height="1em"
|
|
662
|
+
>
|
|
663
|
+
<path
|
|
664
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm-1.5 8a1.5 1.5 0 1 1 3 0v7a1.5 1.5 0 1 1-3 0V9ZM16 25.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 25.001Z"
|
|
665
|
+
/>
|
|
666
|
+
</svg>
|
|
595
667
|
</span>
|
|
596
668
|
</div>
|
|
597
669
|
<div
|
|
@@ -621,7 +693,19 @@ When conveying status, you should ensure:
|
|
|
621
693
|
>Title</div>
|
|
622
694
|
<div class="pf-v6-c-progress__status" aria-hidden="true">
|
|
623
695
|
<span class="pf-v6-c-progress__status-icon">
|
|
624
|
-
<
|
|
696
|
+
<svg
|
|
697
|
+
class="pf-v6-svg"
|
|
698
|
+
viewBox="0 0 32 32"
|
|
699
|
+
fill="currentColor"
|
|
700
|
+
aria-hidden="true"
|
|
701
|
+
role="img"
|
|
702
|
+
width="1em"
|
|
703
|
+
height="1em"
|
|
704
|
+
>
|
|
705
|
+
<path
|
|
706
|
+
d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm-1.5 8a1.5 1.5 0 1 1 3 0v7a1.5 1.5 0 1 1-3 0V9ZM16 25.001a2 2 0 1 1-.001-3.999A2 2 0 0 1 16 25.001Z"
|
|
707
|
+
/>
|
|
708
|
+
</svg>
|
|
625
709
|
</span>
|
|
626
710
|
</div>
|
|
627
711
|
<div
|
|
@@ -8507,6 +8507,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8507
8507
|
| Class | Applied to | Outcome |
|
|
8508
8508
|
| -- | -- | -- |
|
|
8509
8509
|
| `.pf-m-plain` | `.pf-v6-c-table` | Modifies the table to have a transparent background. |
|
|
8510
|
+
| `.pf-m-no-plain-on-glass` | `.pf-v6-c-table` | Prevents the table from automatically applying plain styling when glass theme is enabled. |
|
|
8510
8511
|
|
|
8511
8512
|
## Compact variant
|
|
8512
8513
|
|
|
@@ -4187,7 +4187,7 @@ wrapperTag: div
|
|
|
4187
4187
|
| `.pf-m-expanded` | `.pf-v6-c-wizard__toggle`, `.pf-v6-c-wizard__nav` | Modifies the mobile steps toggle and steps menu for the expanded state. |
|
|
4188
4188
|
| `.pf-m-finished` | `.pf-v6-c-wizard` | Modifies the wizard for the finished state. |
|
|
4189
4189
|
| `.pf-m-plain` | `.pf-v6-c-wizard` | Modifies the wizard to have a transparent background. |
|
|
4190
|
-
| `.pf-m-no-plain` | `.pf-v6-c-wizard` | Prevents the wizard from automatically applying plain styling when glass theme is enabled. |
|
|
4190
|
+
| `.pf-m-no-plain-on-glass` | `.pf-v6-c-wizard` | Prevents the wizard from automatically applying plain styling when glass theme is enabled. |
|
|
4191
4191
|
| `.pf-m-expandable` | `.pf-v6-c-wizard__nav-item` | Modifies a nav item for the expandable state. |
|
|
4192
4192
|
| `.pf-m-expanded` | `.pf-v6-c-wizard__nav-item` | Modifies a nav item for the expanded state. |
|
|
4193
4193
|
| `.pf-m-current` | `.pf-v6-c-wizard__nav-link` | Modifies a step link for the current state. **Required** |
|
package/package.json
CHANGED
|
@@ -9447,7 +9447,7 @@
|
|
|
9447
9447
|
row-gap: var(--pf-v6-c-accordion--RowGap);
|
|
9448
9448
|
background-color: var(--pf-v6-c-accordion--BackgroundColor);
|
|
9449
9449
|
}
|
|
9450
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-accordion:not(.pf-m-no-plain), .pf-v6-c-accordion.pf-m-plain {
|
|
9450
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-accordion:not(.pf-m-no-plain-on-glass), .pf-v6-c-accordion.pf-m-plain {
|
|
9451
9451
|
--pf-v6-c-accordion--BackgroundColor: transparent;
|
|
9452
9452
|
--pf-v6-c-accordion__expandable-content--BackgroundColor: transparent;
|
|
9453
9453
|
--pf-v6-c-accordion__item--m-expanded--BackgroundColor: transparent;
|
|
@@ -13969,7 +13969,7 @@ ul) {
|
|
|
13969
13969
|
.pf-v6-c-data-list.pf-m-drag-over {
|
|
13970
13970
|
overflow-anchor: none;
|
|
13971
13971
|
}
|
|
13972
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-data-list:not(.pf-m-no-plain), .pf-v6-c-data-list.pf-m-plain {
|
|
13972
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-data-list:not(.pf-m-no-plain-on-glass), .pf-v6-c-data-list.pf-m-plain {
|
|
13973
13973
|
--pf-v6-c-data-list__item--BackgroundColor: var(--pf-v6-c-data-list--pf-m-plain__item--BackgroundColor);
|
|
13974
13974
|
}
|
|
13975
13975
|
|
|
@@ -15866,7 +15866,7 @@ ul) {
|
|
|
15866
15866
|
--pf-v6-c-drawer--m-inline__panel--after--Width: var(--pf-v6-c-drawer--m-inline__panel--after--md--Width);
|
|
15867
15867
|
min-width: var(--pf-v6-c-drawer__panel--MinWidth);
|
|
15868
15868
|
}
|
|
15869
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-inline:not(.pf-m-no-plain) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-inline.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, :where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-static:not(.pf-m-no-plain) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-static.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
15869
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-inline:not(.pf-m-no-plain-on-glass) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-inline.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, :where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-static:not(.pf-m-no-plain-on-glass) > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-static.pf-m-plain > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
15870
15870
|
background: transparent;
|
|
15871
15871
|
}
|
|
15872
15872
|
.pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
@@ -23295,16 +23295,16 @@ ul.pf-v6-c-list {
|
|
|
23295
23295
|
outline: 0;
|
|
23296
23296
|
}
|
|
23297
23297
|
|
|
23298
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-subnav:not(.pf-m-no-plain), .pf-v6-c-page__main-subnav.pf-m-plain,
|
|
23299
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-breadcrumb:not(.pf-m-no-plain),
|
|
23298
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-subnav:not(.pf-m-no-plain-on-glass), .pf-v6-c-page__main-subnav.pf-m-plain,
|
|
23299
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-breadcrumb:not(.pf-m-no-plain-on-glass),
|
|
23300
23300
|
.pf-v6-c-page__main-breadcrumb.pf-m-plain,
|
|
23301
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-tabs:not(.pf-m-no-plain),
|
|
23301
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-tabs:not(.pf-m-no-plain-on-glass),
|
|
23302
23302
|
.pf-v6-c-page__main-tabs.pf-m-plain,
|
|
23303
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-section:not(.pf-m-no-plain),
|
|
23303
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-section:not(.pf-m-no-plain-on-glass),
|
|
23304
23304
|
.pf-v6-c-page__main-section.pf-m-plain,
|
|
23305
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-wizard:not(.pf-m-no-plain),
|
|
23305
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-wizard:not(.pf-m-no-plain-on-glass),
|
|
23306
23306
|
.pf-v6-c-page__main-wizard.pf-m-plain,
|
|
23307
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-group:not(.pf-m-no-plain),
|
|
23307
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-group:not(.pf-m-no-plain-on-glass),
|
|
23308
23308
|
.pf-v6-c-page__main-group.pf-m-plain {
|
|
23309
23309
|
--pf-v6-c-page__main-section--BackgroundColor: transparent;
|
|
23310
23310
|
--pf-v6-c-page__main-subnav--BackgroundColor: transparent;
|
|
@@ -24214,7 +24214,7 @@ ul.pf-v6-c-list {
|
|
|
24214
24214
|
--pf-v6-c-progress--GridGap: var(--pf-t--global--spacer--md);
|
|
24215
24215
|
--pf-v6-c-progress__bar--Height: var(--pf-t--global--spacer--md);
|
|
24216
24216
|
--pf-v6-c-progress__bar--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
|
|
24217
|
-
--pf-v6-c-progress__bar--BorderRadius: var(--pf-t--global--border--radius--
|
|
24217
|
+
--pf-v6-c-progress__bar--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
24218
24218
|
--pf-v6-c-progress__bar--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
|
24219
24219
|
--pf-v6-c-progress__bar--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
24220
24220
|
--pf-v6-c-progress__measure--m-static-width--MinWidth: 4.5ch;
|
|
@@ -24224,6 +24224,7 @@ ul.pf-v6-c-list {
|
|
|
24224
24224
|
--pf-v6-c-progress__indicator--BackgroundColor: var(--pf-t--global--color--brand--default);
|
|
24225
24225
|
--pf-v6-c-progress__indicator--BorderWidth: var(--pf-t--global--border--width--high-contrast--extra-strong);
|
|
24226
24226
|
--pf-v6-c-progress__indicator--BorderColor: transparent;
|
|
24227
|
+
--pf-v6-c-progress__indicator--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
24227
24228
|
--pf-v6-c-progress__helper-text--MarginBlockStart: calc(var(--pf-t--global--spacer--sm) - var(--pf-v6-c-progress--GridGap));
|
|
24228
24229
|
--pf-v6-c-progress--m-success__indicator--BackgroundColor: var(--pf-t--global--color--status--success--default);
|
|
24229
24230
|
--pf-v6-c-progress--m-warning__indicator--BackgroundColor: var(--pf-t--global--color--status--warning--default);
|
|
@@ -24393,6 +24394,7 @@ ul.pf-v6-c-list {
|
|
|
24393
24394
|
position: absolute;
|
|
24394
24395
|
height: var(--pf-v6-c-progress__indicator--Height);
|
|
24395
24396
|
background-color: var(--pf-v6-c-progress__indicator--BackgroundColor);
|
|
24397
|
+
border-radius: var(--pf-v6-c-progress__indicator--BorderRadius);
|
|
24396
24398
|
}
|
|
24397
24399
|
.pf-v6-c-progress__indicator::before {
|
|
24398
24400
|
position: absolute;
|
|
@@ -28054,7 +28056,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
28054
28056
|
width: 100%;
|
|
28055
28057
|
background-color: var(--pf-v6-c-table--BackgroundColor);
|
|
28056
28058
|
}
|
|
28057
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-table:not(.pf-m-no-plain), .pf-v6-c-table.pf-m-plain {
|
|
28059
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-table:not(.pf-m-no-plain-on-glass), .pf-v6-c-table.pf-m-plain {
|
|
28058
28060
|
--pf-v6-c-table--BackgroundColor: transparent;
|
|
28059
28061
|
--pf-v6-c-table__expandable-row-content--BackgroundColor: transparent;
|
|
28060
28062
|
--pf-v6-c-table__expandable-row-content--PaddingInlineStart: 0;
|
|
@@ -34179,14 +34181,14 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
34179
34181
|
.pf-v6-c-wizard.pf-m-finished .pf-v6-c-wizard__toggle {
|
|
34180
34182
|
display: none;
|
|
34181
34183
|
}
|
|
34182
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain), .pf-v6-c-wizard.pf-m-plain {
|
|
34184
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain-on-glass), .pf-v6-c-wizard.pf-m-plain {
|
|
34183
34185
|
--pf-v6-c-wizard__header--BackgroundColor: var(--pf-v6-c-wizard--m-plain__header--BackgroundColor);
|
|
34184
34186
|
--pf-v6-c-wizard__toggle--BackgroundColor: var(--pf-v6-c-wizard--m-plain__toggle--BackgroundColor);
|
|
34185
34187
|
--pf-v6-c-wizard__outer-wrap--BackgroundColor: var(--pf-v6-c-wizard--m-plain__outer-wrap--BackgroundColor);
|
|
34186
34188
|
--pf-v6-c-wizard__footer--BackgroundColor: var(--pf-v6-c-wizard--m-plain__footer--BackgroundColor);
|
|
34187
34189
|
}
|
|
34188
34190
|
@media screen and (min-width: 62rem) {
|
|
34189
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain), .pf-v6-c-wizard.pf-m-plain {
|
|
34191
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain-on-glass), .pf-v6-c-wizard.pf-m-plain {
|
|
34190
34192
|
--pf-v6-c-wizard__nav--BackgroundColor: var(--pf-v6-c-wizard--m-plain__nav--BackgroundColor);
|
|
34191
34193
|
}
|
|
34192
34194
|
}
|