@patternfly/patternfly 6.5.0-prerelease.65 → 6.5.0-prerelease.67
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 -2
- package/components/Accordion/accordion.scss +2 -2
- package/components/Breadcrumb/breadcrumb.css +6 -2
- package/components/Breadcrumb/breadcrumb.scss +6 -2
- package/components/DataList/data-list.css +1 -1
- package/components/DataList/data-list.scss +2 -2
- package/components/Drawer/drawer.css +3 -5
- package/components/Drawer/drawer.scss +7 -9
- package/components/MenuToggle/menu-toggle.css +1 -1
- package/components/MenuToggle/menu-toggle.scss +1 -1
- package/components/Page/page.css +11 -11
- package/components/Page/page.scss +2 -2
- package/components/Table/table.css +59 -21
- package/components/Table/table.scss +77 -26
- package/components/Wizard/wizard.css +2 -2
- package/components/Wizard/wizard.scss +4 -4
- package/components/_index.css +84 -45
- package/docs/components/ActionList/examples/ActionList.md +2 -2
- package/docs/components/Alert/examples/Alert.md +4 -4
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +1 -1
- package/docs/components/Button/examples/Button.md +31 -31
- package/docs/components/Icon/examples/Icon.md +13 -1
- package/docs/components/Menu/examples/Menu.md +26 -2
- package/docs/components/MenuToggle/examples/MenuToggle.md +172 -64
- package/docs/components/Table/examples/Table.css +2 -1
- package/docs/components/Table/examples/Table.md +1330 -166
- package/docs/components/Toolbar/examples/Toolbar.md +67 -7
- package/docs/components/TreeView/examples/TreeView.md +4 -4
- package/docs/components/Wizard/examples/Wizard.md +1 -1
- package/docs/demos/AboutModal/examples/AboutModal.md +23 -15
- package/docs/demos/Alert/examples/Alert.md +69 -45
- package/docs/demos/BackToTop/examples/BackToTop.md +23 -15
- package/docs/demos/Banner/examples/Banner.md +46 -30
- package/docs/demos/CardView/examples/CardView.md +36 -16
- package/docs/demos/Compass/examples/Compass.md +76 -19
- package/docs/demos/Dashboard/examples/Dashboard.md +23 -15
- package/docs/demos/DataList/examples/DataList.md +157 -65
- package/docs/demos/DescriptionList/examples/DescriptionList.md +69 -45
- package/docs/demos/Drawer/examples/Drawer.md +115 -75
- package/docs/demos/JumpLinks/examples/JumpLinks.md +138 -90
- package/docs/demos/Masthead/examples/Masthead.md +101 -21
- package/docs/demos/Modal/examples/Modal.md +138 -90
- package/docs/demos/Nav/examples/Nav.md +188 -120
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +115 -75
- package/docs/demos/Page/examples/Page.md +361 -213
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +265 -113
- package/docs/demos/Skeleton/examples/Skeleton.md +23 -15
- package/docs/demos/Table/examples/Table.md +3561 -618
- package/docs/demos/Tabs/examples/Tabs.md +151 -91
- package/docs/demos/Toolbar/examples/Toolbar.md +546 -106
- package/docs/demos/Wizard/examples/Wizard.md +207 -135
- package/package.json +2 -2
- package/patternfly-no-globals.css +84 -45
- package/patternfly.css +84 -45
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/components/_index.css
CHANGED
|
@@ -306,13 +306,12 @@
|
|
|
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
|
|
309
|
+
:where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-accordion.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-accordion:not(.pf-m-no-plain-on-glass) {
|
|
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;
|
|
313
313
|
--pf-v6-c-accordion__item--m-expanded__toggle--BackgroundColor: var(--pf-v6-c-accordion--m-plain__item--m-expanded__toggle--BackgroundColor);
|
|
314
314
|
}
|
|
315
|
-
|
|
316
315
|
.pf-v6-c-accordion.pf-m-toggle-start {
|
|
317
316
|
--pf-v6-c-accordion__toggle--ColumnGap: var(--pf-v6-c-accordion--m-toggle-start__toggle--ColumnGap);
|
|
318
317
|
}
|
|
@@ -1501,7 +1500,7 @@
|
|
|
1501
1500
|
}
|
|
1502
1501
|
|
|
1503
1502
|
.pf-v6-c-breadcrumb {
|
|
1504
|
-
--pf-v6-c-breadcrumb__item--FontSize: var(--pf-t--global--font--size--body--
|
|
1503
|
+
--pf-v6-c-breadcrumb__item--FontSize: var(--pf-t--global--font--size--body--default);
|
|
1505
1504
|
--pf-v6-c-breadcrumb__item--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
1506
1505
|
--pf-v6-c-breadcrumb__item--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
|
1507
1506
|
--pf-v6-c-breadcrumb__item-divider--Color: var(--pf-t--global--icon--color--regular);
|
|
@@ -1512,12 +1511,14 @@
|
|
|
1512
1511
|
--pf-v6-c-breadcrumb__link--Color: var(--pf-t--global--text--color--link--default);
|
|
1513
1512
|
--pf-v6-c-breadcrumb__link--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--default);
|
|
1514
1513
|
--pf-v6-c-breadcrumb__link--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--default);
|
|
1514
|
+
--pf-v6-c-breadcrumb__link--TextDecorationColor: var(--pf-t--global--text-decoration--color--default);
|
|
1515
1515
|
--pf-v6-c-breadcrumb__link--hover--Color: var(--pf-t--global--text--color--link--hover);
|
|
1516
1516
|
--pf-v6-c-breadcrumb__link--hover--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--hover);
|
|
1517
1517
|
--pf-v6-c-breadcrumb__link--hover--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--hover);
|
|
1518
|
+
--pf-v6-c-breadcrumb__link--hover--TextDecorationColor: var(--pf-t--global--text-decoration--color--hover);
|
|
1518
1519
|
--pf-v6-c-breadcrumb__link--m-current--Color: var(--pf-t--global--text--color--regular);
|
|
1519
1520
|
--pf-v6-c-breadcrumb__link--BackgroundColor: transparent;
|
|
1520
|
-
--pf-v6-c-breadcrumb__heading--FontSize: var(
|
|
1521
|
+
--pf-v6-c-breadcrumb__heading--FontSize: var(--pf-v6-c-breadcrumb__item--FontSize);
|
|
1521
1522
|
--pf-v6-c-breadcrumb__menu-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
1522
1523
|
--pf-v6-c-breadcrumb__menu-toggle--MarginInlineEnd: var(--pf-t--global--spacer--xs);
|
|
1523
1524
|
--pf-v6-c-breadcrumb__menu-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
@@ -1570,6 +1571,7 @@
|
|
|
1570
1571
|
color: var(--pf-v6-c-breadcrumb__link--Color);
|
|
1571
1572
|
text-decoration-line: var(--pf-v6-c-breadcrumb__link--TextDecorationLine);
|
|
1572
1573
|
text-decoration-style: var(--pf-v6-c-breadcrumb__link--TextDecorationStyle);
|
|
1574
|
+
text-decoration-color: var(--pf-v6-c-breadcrumb__link--TextDecorationColor);
|
|
1573
1575
|
word-break: break-word;
|
|
1574
1576
|
background-color: var(--pf-v6-c-breadcrumb__link--BackgroundColor);
|
|
1575
1577
|
}
|
|
@@ -1577,6 +1579,7 @@
|
|
|
1577
1579
|
--pf-v6-c-breadcrumb__link--Color: var(--pf-v6-c-breadcrumb__link--hover--Color);
|
|
1578
1580
|
--pf-v6-c-breadcrumb__link--TextDecorationLine: var(--pf-v6-c-breadcrumb__link--hover--TextDecorationLine);
|
|
1579
1581
|
--pf-v6-c-breadcrumb__link--TextDecorationStyle: var(--pf-v6-c-breadcrumb__link--hover--TextDecorationStyle);
|
|
1582
|
+
--pf-v6-c-breadcrumb__link--TextDecorationColor: var(--pf-v6-c-breadcrumb__link--hover--TextDecorationColor);
|
|
1580
1583
|
}
|
|
1581
1584
|
.pf-v6-c-breadcrumb__link.pf-m-current {
|
|
1582
1585
|
cursor: default;
|
|
@@ -4834,7 +4837,7 @@ ul) {
|
|
|
4834
4837
|
.pf-v6-c-data-list.pf-m-drag-over {
|
|
4835
4838
|
overflow-anchor: none;
|
|
4836
4839
|
}
|
|
4837
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-data-list
|
|
4840
|
+
:where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-data-list.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-data-list:not(.pf-m-no-plain-on-glass) {
|
|
4838
4841
|
--pf-v6-c-data-list__item--BackgroundColor: var(--pf-v6-c-data-list--pf-m-plain__item--BackgroundColor);
|
|
4839
4842
|
}
|
|
4840
4843
|
|
|
@@ -6484,11 +6487,9 @@ ul) {
|
|
|
6484
6487
|
.pf-v6-c-drawer.pf-m-inline > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable), .pf-v6-c-drawer.pf-m-static > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable) {
|
|
6485
6488
|
padding-inline-start: var(--pf-v6-c-drawer--m-inline__panel--PaddingInlineStart);
|
|
6486
6489
|
}
|
|
6487
|
-
.pf-v6-c-drawer.pf-m-inline.pf-m-glass, .pf-v6-c-drawer.pf-m-static.pf-m-glass {
|
|
6490
|
+
.pf-v6-c-drawer.pf-m-inline > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-glass, .pf-v6-c-drawer.pf-m-static > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-glass {
|
|
6488
6491
|
--pf-v6-c-drawer__panel--BackgroundColor: var(--pf-v6-c-drawer__panel--m-glass--BackgroundColor);
|
|
6489
6492
|
--pf-v6-c-drawer__panel--BorderColor: var(--pf-v6-c-drawer__panel--m-glass--BorderColor);
|
|
6490
|
-
}
|
|
6491
|
-
.pf-v6-c-drawer.pf-m-inline.pf-m-glass > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel, .pf-v6-c-drawer.pf-m-static.pf-m-glass > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
6492
6493
|
backdrop-filter: var(--pf-v6-c-drawer__panel--m-glass--BackdropFilter);
|
|
6493
6494
|
}
|
|
6494
6495
|
.pf-v6-c-drawer.pf-m-panel-left > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
@@ -6821,8 +6822,8 @@ ul) {
|
|
|
6821
6822
|
--pf-v6-c-drawer--m-inline__panel--after--Width: var(--pf-v6-c-drawer--m-inline__panel--after--md--Width);
|
|
6822
6823
|
min-width: var(--pf-v6-c-drawer__panel--MinWidth);
|
|
6823
6824
|
}
|
|
6824
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-inline
|
|
6825
|
-
|
|
6825
|
+
:where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-drawer.pf-m-inline > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-inline > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-plain-on-glass), :where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-drawer.pf-m-static > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-drawer.pf-m-static > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-plain-on-glass) {
|
|
6826
|
+
--pf-v6-c-drawer__panel--BackgroundColor: transparent;
|
|
6826
6827
|
}
|
|
6827
6828
|
.pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
6828
6829
|
box-shadow: var(--pf-v6-c-drawer--m-expanded__panel--BoxShadow);
|
|
@@ -11920,7 +11921,7 @@ ul.pf-v6-c-list {
|
|
|
11920
11921
|
--pf-v6-c-menu-toggle--m-plain--BorderWidth: var(--pf-t--global--border--width--action--plain--default);
|
|
11921
11922
|
--pf-v6-c-menu-toggle--m-plain--hover--BorderWidth: var(--pf-t--global--border--width--action--plain--hover);
|
|
11922
11923
|
--pf-v6-c-menu-toggle--m-plain--expanded--BorderWidth: var(--pf-t--global--border--width--action--plain--clicked);
|
|
11923
|
-
--pf-v6-c-menu-toggle--m-plain--BorderRadius: var(--pf-t--global--border--radius--
|
|
11924
|
+
--pf-v6-c-menu-toggle--m-plain--BorderRadius: var(--pf-t--global--border--radius--action--plain--default);
|
|
11924
11925
|
--pf-v6-c-menu-toggle--m-plain--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
|
11925
11926
|
--pf-v6-c-menu-toggle--m-plain--expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
|
|
11926
11927
|
--pf-v6-c-menu-toggle--m-plain--disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
@@ -14313,17 +14314,17 @@ ul.pf-v6-c-list {
|
|
|
14313
14314
|
outline: 0;
|
|
14314
14315
|
}
|
|
14315
14316
|
|
|
14316
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-subnav
|
|
14317
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-breadcrumb
|
|
14318
|
-
.pf-v6-c-page__main-breadcrumb.pf-m-plain,
|
|
14319
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-tabs
|
|
14320
|
-
.pf-v6-c-page__main-tabs.pf-m-plain,
|
|
14321
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-section
|
|
14322
|
-
.pf-v6-c-page__main-section.pf-m-plain,
|
|
14323
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-wizard
|
|
14324
|
-
.pf-v6-c-page__main-wizard.pf-m-plain,
|
|
14325
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__main-group
|
|
14326
|
-
.pf-v6-c-page__main-group.pf-m-plain {
|
|
14317
|
+
:where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-subnav.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-page__main-subnav:not(.pf-m-no-plain-on-glass),
|
|
14318
|
+
:where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-breadcrumb.pf-m-plain,
|
|
14319
|
+
:where(:root.pf-v6-theme-glass) .pf-v6-c-page__main-breadcrumb:not(.pf-m-no-plain-on-glass),
|
|
14320
|
+
:where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-tabs.pf-m-plain,
|
|
14321
|
+
:where(:root.pf-v6-theme-glass) .pf-v6-c-page__main-tabs:not(.pf-m-no-plain-on-glass),
|
|
14322
|
+
:where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-section.pf-m-plain,
|
|
14323
|
+
:where(:root.pf-v6-theme-glass) .pf-v6-c-page__main-section:not(.pf-m-no-plain-on-glass),
|
|
14324
|
+
:where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-wizard.pf-m-plain,
|
|
14325
|
+
:where(:root.pf-v6-theme-glass) .pf-v6-c-page__main-wizard:not(.pf-m-no-plain-on-glass),
|
|
14326
|
+
:where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-group.pf-m-plain,
|
|
14327
|
+
:where(:root.pf-v6-theme-glass) .pf-v6-c-page__main-group:not(.pf-m-no-plain-on-glass) {
|
|
14327
14328
|
--pf-v6-c-page__main-section--BackgroundColor: transparent;
|
|
14328
14329
|
--pf-v6-c-page__main-subnav--BackgroundColor: transparent;
|
|
14329
14330
|
--pf-v6-c-page__main-breadcrumb--BackgroundColor: transparent;
|
|
@@ -19058,6 +19059,9 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
19058
19059
|
--pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
19059
19060
|
--pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
19060
19061
|
--pf-v6-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
19062
|
+
--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: var(--pf-v6-c-table--border-width--base);
|
|
19063
|
+
--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndColor: var(--pf-v6-c-table--BorderColor);
|
|
19064
|
+
--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
|
|
19061
19065
|
--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
|
|
19062
19066
|
--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
|
19063
19067
|
--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
@@ -19065,55 +19069,79 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
19065
19069
|
--pf-v6-c-table__nested-column-header__button--PaddingInlineStart: calc(var(--pf-v6-c-table__button--PaddingInlineStart) - var(--pf-t--global--spacer--control--horizontal--plain));
|
|
19066
19070
|
--pf-v6-c-table__nested-column-header__button--PaddingInlineEnd: calc(var(--pf-v6-c-table__button--PaddingInlineEnd) - (var(--pf-t--global--spacer--control--horizontal--plain) / 2));
|
|
19067
19071
|
--pf-v6-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--striped--row--default);
|
|
19072
|
+
--pf-v6-c-table--m-sticky-header--BackgroundColor: var(--pf-t--global--background--color--sticky--default);
|
|
19068
19073
|
--pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-t--global--z-index--xs);
|
|
19069
19074
|
--pf-v6-c-table--m-sticky-header--ZIndex: calc(var(--pf-t--global--z-index--xs) + 1);
|
|
19070
19075
|
--pf-v6-c-table--m-sticky-header--border--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
|
|
19076
|
+
--pf-v6-c-table--m-sticky-header--BorderRadius: 0;
|
|
19077
|
+
--pf-v6-c-table--m-sticky-header--BoxShadow: 0;
|
|
19078
|
+
--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth: var(--pf-v6-c-table--border-width--base);
|
|
19079
|
+
--pf-v6-c-table--m-sticky-header--BorderBlockEndColor: var(--pf-v6-c-table--BorderColor);
|
|
19080
|
+
--pf-v6-c-table--m-sticky-header--BorderRadius--glass: var(--pf-t--global--border--radius--medium);
|
|
19081
|
+
--pf-v6-c-table--m-sticky-header--BoxShadow--glass: var(--pf-t--global--box-shadow--sm);
|
|
19082
|
+
--pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor: var(--pf-t--global--motion--timing-function--default);
|
|
19083
|
+
--pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor: var(--pf-t--global--motion--duration--fade--default);
|
|
19084
|
+
}
|
|
19085
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-table {
|
|
19086
|
+
--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth: 0;
|
|
19087
|
+
--pf-v6-c-table--m-sticky-header--BoxShadow: var(--pf-v6-c-table--m-sticky-header--BoxShadow--glass);
|
|
19088
|
+
--pf-v6-c-table--m-sticky-header--BorderRadius: var(--pf-v6-c-table--m-sticky-header--BorderRadius--glass);
|
|
19071
19089
|
}
|
|
19072
19090
|
|
|
19073
19091
|
.pf-v6-c-table {
|
|
19074
19092
|
width: 100%;
|
|
19075
19093
|
background-color: var(--pf-v6-c-table--BackgroundColor);
|
|
19076
19094
|
}
|
|
19077
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-table
|
|
19095
|
+
:where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-table.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-table:not(.pf-m-no-plain-on-glass) {
|
|
19078
19096
|
--pf-v6-c-table--BackgroundColor: transparent;
|
|
19079
19097
|
--pf-v6-c-table__expandable-row-content--BackgroundColor: transparent;
|
|
19080
19098
|
--pf-v6-c-table__expandable-row-content--PaddingInlineStart: 0;
|
|
19081
19099
|
--pf-v6-c-table__expandable-row-content--PaddingInlineEnd: 0;
|
|
19082
19100
|
--pf-v6-c-table__control-row--BackgroundColor: transparent;
|
|
19083
19101
|
}
|
|
19084
|
-
|
|
19085
19102
|
.pf-v6-c-table.pf-m-fixed {
|
|
19086
19103
|
table-layout: fixed;
|
|
19087
19104
|
}
|
|
19088
|
-
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead,
|
|
19089
|
-
|
|
19105
|
+
.pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::before, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::after {
|
|
19106
|
+
opacity: 0;
|
|
19107
|
+
transition-timing-function: var(--pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor);
|
|
19108
|
+
transition-duration: var(--pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor);
|
|
19109
|
+
transition-property: opacity;
|
|
19110
|
+
}
|
|
19111
|
+
.pf-v6-c-table.pf-m-sticky-header, .pf-v6-c-table.pf-m-sticky-header-stuck {
|
|
19112
|
+
--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: 0;
|
|
19113
|
+
}
|
|
19114
|
+
.pf-v6-c-table.pf-m-sticky-header-stuck > .pf-v6-c-table__thead::before, .pf-v6-c-table.pf-m-sticky-header-stuck > .pf-v6-c-table__thead::after {
|
|
19115
|
+
opacity: 1;
|
|
19116
|
+
}
|
|
19117
|
+
.pf-v6-c-table.pf-m-sticky-header, .pf-v6-c-table.pf-m-sticky-header-base {
|
|
19118
|
+
position: relative;
|
|
19119
|
+
}
|
|
19120
|
+
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead {
|
|
19090
19121
|
position: sticky;
|
|
19091
19122
|
inset-block-start: 0;
|
|
19092
19123
|
z-index: var(--pf-v6-c-table--m-sticky-header--ZIndex);
|
|
19093
|
-
background: var(--pf-v6-c-table--BackgroundColor);
|
|
19094
19124
|
}
|
|
19095
|
-
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::before,
|
|
19096
|
-
.pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header::before {
|
|
19125
|
+
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::before, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::before {
|
|
19097
19126
|
position: absolute;
|
|
19098
|
-
inset
|
|
19099
|
-
|
|
19100
|
-
inset-inline-start: 0;
|
|
19101
|
-
inset-inline-end: 0;
|
|
19102
|
-
z-index: var(--pf-v6-c-table--m-sticky-header--border--ZIndex);
|
|
19127
|
+
inset: 0;
|
|
19128
|
+
z-index: -1;
|
|
19103
19129
|
pointer-events: none;
|
|
19104
19130
|
content: "";
|
|
19105
|
-
|
|
19131
|
+
background-color: var(--pf-v6-c-table--m-sticky-header--BackgroundColor);
|
|
19132
|
+
border-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
|
|
19133
|
+
box-shadow: var(--pf-v6-c-table--m-sticky-header--BoxShadow);
|
|
19106
19134
|
}
|
|
19107
|
-
.pf-v6-c-table.pf-m-sticky-header {
|
|
19108
|
-
position: relative;
|
|
19109
|
-
}
|
|
19110
|
-
.pf-v6-c-table.pf-m-sticky-header thead:where(.pf-v6-c-table__thead) tr:where(.pf-v6-c-table__tr) > :where(th, td) {
|
|
19135
|
+
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead > :where(th, td), .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead > :where(th, td) {
|
|
19111
19136
|
z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
|
|
19112
19137
|
}
|
|
19113
|
-
.pf-v6-c-table.pf-m-sticky-header > .pf-m-
|
|
19114
|
-
position:
|
|
19115
|
-
inset
|
|
19116
|
-
|
|
19138
|
+
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::after {
|
|
19139
|
+
position: absolute;
|
|
19140
|
+
inset: 0;
|
|
19141
|
+
z-index: var(--pf-v6-c-table--m-sticky-header--border--ZIndex);
|
|
19142
|
+
pointer-events: none;
|
|
19143
|
+
content: "";
|
|
19144
|
+
border-block-end: var(--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth) solid var(--pf-v6-c-table--m-sticky-header--BorderBlockEndColor);
|
|
19117
19145
|
}
|
|
19118
19146
|
.pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) {
|
|
19119
19147
|
border-block-end: 0;
|
|
@@ -19804,6 +19832,17 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19804
19832
|
--pf-v6-c-table__toggle--PaddingBlockEnd: var(--pf-v6-c-table__thead__toggle--PaddingBlockEnd);
|
|
19805
19833
|
vertical-align: bottom;
|
|
19806
19834
|
}
|
|
19835
|
+
.pf-v6-c-table__thead.pf-m-nested-column-header {
|
|
19836
|
+
position: relative;
|
|
19837
|
+
}
|
|
19838
|
+
.pf-v6-c-table__thead.pf-m-nested-column-header::after {
|
|
19839
|
+
position: absolute;
|
|
19840
|
+
inset: 0;
|
|
19841
|
+
z-index: var(--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex);
|
|
19842
|
+
pointer-events: none;
|
|
19843
|
+
content: "";
|
|
19844
|
+
border-block-end: var(--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth) solid var(--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndColor);
|
|
19845
|
+
}
|
|
19807
19846
|
.pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button {
|
|
19808
19847
|
--pf-v6-c-table__button--PaddingInlineStart: var(--pf-v6-c-table__nested-column-header__button--PaddingInlineStart);
|
|
19809
19848
|
--pf-v6-c-table__button--PaddingInlineEnd: var(--pf-v6-c-table__nested-column-header__button--PaddingInlineEnd);
|
|
@@ -25200,14 +25239,14 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
25200
25239
|
.pf-v6-c-wizard.pf-m-finished .pf-v6-c-wizard__toggle {
|
|
25201
25240
|
display: none;
|
|
25202
25241
|
}
|
|
25203
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-wizard
|
|
25242
|
+
:where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-wizard.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain-on-glass) {
|
|
25204
25243
|
--pf-v6-c-wizard__header--BackgroundColor: var(--pf-v6-c-wizard--m-plain__header--BackgroundColor);
|
|
25205
25244
|
--pf-v6-c-wizard__toggle--BackgroundColor: var(--pf-v6-c-wizard--m-plain__toggle--BackgroundColor);
|
|
25206
25245
|
--pf-v6-c-wizard__outer-wrap--BackgroundColor: var(--pf-v6-c-wizard--m-plain__outer-wrap--BackgroundColor);
|
|
25207
25246
|
--pf-v6-c-wizard__footer--BackgroundColor: var(--pf-v6-c-wizard--m-plain__footer--BackgroundColor);
|
|
25208
25247
|
}
|
|
25209
25248
|
@media screen and (min-width: 62rem) {
|
|
25210
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-wizard
|
|
25249
|
+
:where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-wizard.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain-on-glass) {
|
|
25211
25250
|
--pf-v6-c-wizard__nav--BackgroundColor: var(--pf-v6-c-wizard--m-plain__nav--BackgroundColor);
|
|
25212
25251
|
}
|
|
25213
25252
|
}
|
|
@@ -43,7 +43,7 @@ cssPrefix: pf-v6-c-action-list
|
|
|
43
43
|
<span class="pf-v6-c-button__icon">
|
|
44
44
|
<svg
|
|
45
45
|
class="pf-v6-svg"
|
|
46
|
-
viewBox="0 0
|
|
46
|
+
viewBox="0 0 32 32"
|
|
47
47
|
fill="currentColor"
|
|
48
48
|
aria-hidden="true"
|
|
49
49
|
role="img"
|
|
@@ -51,7 +51,7 @@ cssPrefix: pf-v6-c-action-list
|
|
|
51
51
|
height="1em"
|
|
52
52
|
>
|
|
53
53
|
<path
|
|
54
|
-
d="
|
|
54
|
+
d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
|
|
55
55
|
/>
|
|
56
56
|
</svg>
|
|
57
57
|
</span>
|
|
@@ -734,7 +734,7 @@ cssPrefix: ['pf-v6-c-alert','pf-v6-c-alert-group']
|
|
|
734
734
|
<div class="pf-v6-c-alert__icon">
|
|
735
735
|
<svg
|
|
736
736
|
class="pf-v6-svg"
|
|
737
|
-
viewBox="0 0
|
|
737
|
+
viewBox="0 0 32 32"
|
|
738
738
|
fill="currentColor"
|
|
739
739
|
aria-hidden="true"
|
|
740
740
|
role="img"
|
|
@@ -742,7 +742,7 @@ cssPrefix: ['pf-v6-c-alert','pf-v6-c-alert-group']
|
|
|
742
742
|
height="1em"
|
|
743
743
|
>
|
|
744
744
|
<path
|
|
745
|
-
d="
|
|
745
|
+
d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
|
|
746
746
|
/>
|
|
747
747
|
</svg>
|
|
748
748
|
</div>
|
|
@@ -756,7 +756,7 @@ cssPrefix: ['pf-v6-c-alert','pf-v6-c-alert-group']
|
|
|
756
756
|
<div class="pf-v6-c-alert__icon">
|
|
757
757
|
<svg
|
|
758
758
|
class="pf-v6-svg"
|
|
759
|
-
viewBox="0 0
|
|
759
|
+
viewBox="0 0 32 32"
|
|
760
760
|
fill="currentColor"
|
|
761
761
|
aria-hidden="true"
|
|
762
762
|
role="img"
|
|
@@ -764,7 +764,7 @@ cssPrefix: ['pf-v6-c-alert','pf-v6-c-alert-group']
|
|
|
764
764
|
height="1em"
|
|
765
765
|
>
|
|
766
766
|
<path
|
|
767
|
-
d="
|
|
767
|
+
d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
|
|
768
768
|
/>
|
|
769
769
|
</svg>
|
|
770
770
|
</div>
|
|
@@ -382,7 +382,7 @@ cssPrefix: pf-v6-c-breadcrumb
|
|
|
382
382
|
aria-expanded="false"
|
|
383
383
|
>
|
|
384
384
|
<span class="pf-v6-c-menu-toggle__count">
|
|
385
|
-
<span class="pf-v6-c-badge pf-m-
|
|
385
|
+
<span class="pf-v6-c-badge pf-m-read">
|
|
386
386
|
4
|
|
387
387
|
<span class="pf-v6-screen-reader">additional items</span>
|
|
388
388
|
</span>
|