@patternfly/patternfly 6.5.0-prerelease.65 → 6.5.0-prerelease.66
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/Breadcrumb/breadcrumb.css +6 -2
- package/components/Breadcrumb/breadcrumb.scss +6 -2
- package/components/MenuToggle/menu-toggle.css +1 -1
- package/components/MenuToggle/menu-toggle.scss +1 -1
- package/components/Table/table.css +58 -19
- package/components/Table/table.scss +75 -24
- package/components/_index.css +65 -22
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +1 -1
- package/docs/components/Button/examples/Button.md +30 -30
- package/docs/components/Table/examples/Table.css +2 -1
- package/docs/components/Table/examples/Table.md +1330 -166
- package/docs/demos/Table/examples/Table.md +2836 -333
- package/docs/demos/Toolbar/examples/Toolbar.md +422 -70
- package/package.json +2 -2
- package/patternfly-no-globals.css +65 -22
- package/patternfly.css +65 -22
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
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.66",
|
|
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.
|
|
72
|
+
"@patternfly/documentation-framework": "6.37.0",
|
|
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",
|
|
@@ -10648,7 +10648,7 @@
|
|
|
10648
10648
|
}
|
|
10649
10649
|
|
|
10650
10650
|
.pf-v6-c-breadcrumb {
|
|
10651
|
-
--pf-v6-c-breadcrumb__item--FontSize: var(--pf-t--global--font--size--body--
|
|
10651
|
+
--pf-v6-c-breadcrumb__item--FontSize: var(--pf-t--global--font--size--body--default);
|
|
10652
10652
|
--pf-v6-c-breadcrumb__item--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
10653
10653
|
--pf-v6-c-breadcrumb__item--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
|
10654
10654
|
--pf-v6-c-breadcrumb__item-divider--Color: var(--pf-t--global--icon--color--regular);
|
|
@@ -10659,12 +10659,14 @@
|
|
|
10659
10659
|
--pf-v6-c-breadcrumb__link--Color: var(--pf-t--global--text--color--link--default);
|
|
10660
10660
|
--pf-v6-c-breadcrumb__link--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--default);
|
|
10661
10661
|
--pf-v6-c-breadcrumb__link--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--default);
|
|
10662
|
+
--pf-v6-c-breadcrumb__link--TextDecorationColor: var(--pf-t--global--text-decoration--color--default);
|
|
10662
10663
|
--pf-v6-c-breadcrumb__link--hover--Color: var(--pf-t--global--text--color--link--hover);
|
|
10663
10664
|
--pf-v6-c-breadcrumb__link--hover--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--hover);
|
|
10664
10665
|
--pf-v6-c-breadcrumb__link--hover--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--hover);
|
|
10666
|
+
--pf-v6-c-breadcrumb__link--hover--TextDecorationColor: var(--pf-t--global--text-decoration--color--hover);
|
|
10665
10667
|
--pf-v6-c-breadcrumb__link--m-current--Color: var(--pf-t--global--text--color--regular);
|
|
10666
10668
|
--pf-v6-c-breadcrumb__link--BackgroundColor: transparent;
|
|
10667
|
-
--pf-v6-c-breadcrumb__heading--FontSize: var(
|
|
10669
|
+
--pf-v6-c-breadcrumb__heading--FontSize: var(--pf-v6-c-breadcrumb__item--FontSize);
|
|
10668
10670
|
--pf-v6-c-breadcrumb__menu-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
10669
10671
|
--pf-v6-c-breadcrumb__menu-toggle--MarginInlineEnd: var(--pf-t--global--spacer--xs);
|
|
10670
10672
|
--pf-v6-c-breadcrumb__menu-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
@@ -10717,6 +10719,7 @@
|
|
|
10717
10719
|
color: var(--pf-v6-c-breadcrumb__link--Color);
|
|
10718
10720
|
text-decoration-line: var(--pf-v6-c-breadcrumb__link--TextDecorationLine);
|
|
10719
10721
|
text-decoration-style: var(--pf-v6-c-breadcrumb__link--TextDecorationStyle);
|
|
10722
|
+
text-decoration-color: var(--pf-v6-c-breadcrumb__link--TextDecorationColor);
|
|
10720
10723
|
word-break: break-word;
|
|
10721
10724
|
background-color: var(--pf-v6-c-breadcrumb__link--BackgroundColor);
|
|
10722
10725
|
}
|
|
@@ -10724,6 +10727,7 @@
|
|
|
10724
10727
|
--pf-v6-c-breadcrumb__link--Color: var(--pf-v6-c-breadcrumb__link--hover--Color);
|
|
10725
10728
|
--pf-v6-c-breadcrumb__link--TextDecorationLine: var(--pf-v6-c-breadcrumb__link--hover--TextDecorationLine);
|
|
10726
10729
|
--pf-v6-c-breadcrumb__link--TextDecorationStyle: var(--pf-v6-c-breadcrumb__link--hover--TextDecorationStyle);
|
|
10730
|
+
--pf-v6-c-breadcrumb__link--TextDecorationColor: var(--pf-v6-c-breadcrumb__link--hover--TextDecorationColor);
|
|
10727
10731
|
}
|
|
10728
10732
|
.pf-v6-c-breadcrumb__link.pf-m-current {
|
|
10729
10733
|
cursor: default;
|
|
@@ -21067,7 +21071,7 @@ ul.pf-v6-c-list {
|
|
|
21067
21071
|
--pf-v6-c-menu-toggle--m-plain--BorderWidth: var(--pf-t--global--border--width--action--plain--default);
|
|
21068
21072
|
--pf-v6-c-menu-toggle--m-plain--hover--BorderWidth: var(--pf-t--global--border--width--action--plain--hover);
|
|
21069
21073
|
--pf-v6-c-menu-toggle--m-plain--expanded--BorderWidth: var(--pf-t--global--border--width--action--plain--clicked);
|
|
21070
|
-
--pf-v6-c-menu-toggle--m-plain--BorderRadius: var(--pf-t--global--border--radius--
|
|
21074
|
+
--pf-v6-c-menu-toggle--m-plain--BorderRadius: var(--pf-t--global--border--radius--action--plain--default);
|
|
21071
21075
|
--pf-v6-c-menu-toggle--m-plain--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
|
21072
21076
|
--pf-v6-c-menu-toggle--m-plain--expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
|
|
21073
21077
|
--pf-v6-c-menu-toggle--m-plain--disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
@@ -28205,6 +28209,9 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
28205
28209
|
--pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
28206
28210
|
--pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
28207
28211
|
--pf-v6-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
28212
|
+
--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: var(--pf-v6-c-table--border-width--base);
|
|
28213
|
+
--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndColor: var(--pf-v6-c-table--BorderColor);
|
|
28214
|
+
--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
|
|
28208
28215
|
--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
|
|
28209
28216
|
--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
|
28210
28217
|
--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
@@ -28212,9 +28219,23 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
28212
28219
|
--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));
|
|
28213
28220
|
--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));
|
|
28214
28221
|
--pf-v6-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--striped--row--default);
|
|
28222
|
+
--pf-v6-c-table--m-sticky-header--BackgroundColor: var(--pf-t--global--background--color--sticky--default);
|
|
28215
28223
|
--pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-t--global--z-index--xs);
|
|
28216
28224
|
--pf-v6-c-table--m-sticky-header--ZIndex: calc(var(--pf-t--global--z-index--xs) + 1);
|
|
28217
28225
|
--pf-v6-c-table--m-sticky-header--border--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
|
|
28226
|
+
--pf-v6-c-table--m-sticky-header--BorderRadius: 0;
|
|
28227
|
+
--pf-v6-c-table--m-sticky-header--BoxShadow: 0;
|
|
28228
|
+
--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth: var(--pf-v6-c-table--border-width--base);
|
|
28229
|
+
--pf-v6-c-table--m-sticky-header--BorderBlockEndColor: var(--pf-v6-c-table--BorderColor);
|
|
28230
|
+
--pf-v6-c-table--m-sticky-header--BorderRadius--glass: var(--pf-t--global--border--radius--medium);
|
|
28231
|
+
--pf-v6-c-table--m-sticky-header--BoxShadow--glass: var(--pf-t--global--box-shadow--sm);
|
|
28232
|
+
--pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor: var(--pf-t--global--motion--timing-function--default);
|
|
28233
|
+
--pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor: var(--pf-t--global--motion--duration--fade--default);
|
|
28234
|
+
}
|
|
28235
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-table {
|
|
28236
|
+
--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth: 0;
|
|
28237
|
+
--pf-v6-c-table--m-sticky-header--BoxShadow: var(--pf-v6-c-table--m-sticky-header--BoxShadow--glass);
|
|
28238
|
+
--pf-v6-c-table--m-sticky-header--BorderRadius: var(--pf-v6-c-table--m-sticky-header--BorderRadius--glass);
|
|
28218
28239
|
}
|
|
28219
28240
|
|
|
28220
28241
|
.pf-v6-c-table {
|
|
@@ -28232,35 +28253,46 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
28232
28253
|
.pf-v6-c-table.pf-m-fixed {
|
|
28233
28254
|
table-layout: fixed;
|
|
28234
28255
|
}
|
|
28235
|
-
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead,
|
|
28236
|
-
|
|
28256
|
+
.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 {
|
|
28257
|
+
opacity: 0;
|
|
28258
|
+
transition-timing-function: var(--pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor);
|
|
28259
|
+
transition-duration: var(--pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor);
|
|
28260
|
+
transition-property: opacity;
|
|
28261
|
+
}
|
|
28262
|
+
.pf-v6-c-table.pf-m-sticky-header, .pf-v6-c-table.pf-m-sticky-header-stuck {
|
|
28263
|
+
--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: 0;
|
|
28264
|
+
}
|
|
28265
|
+
.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 {
|
|
28266
|
+
opacity: 1;
|
|
28267
|
+
}
|
|
28268
|
+
.pf-v6-c-table.pf-m-sticky-header, .pf-v6-c-table.pf-m-sticky-header-base {
|
|
28269
|
+
position: relative;
|
|
28270
|
+
}
|
|
28271
|
+
.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 {
|
|
28237
28272
|
position: sticky;
|
|
28238
28273
|
inset-block-start: 0;
|
|
28239
28274
|
z-index: var(--pf-v6-c-table--m-sticky-header--ZIndex);
|
|
28240
|
-
background: var(--pf-v6-c-table--BackgroundColor);
|
|
28241
28275
|
}
|
|
28242
|
-
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::before,
|
|
28243
|
-
.pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header::before {
|
|
28276
|
+
.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 {
|
|
28244
28277
|
position: absolute;
|
|
28245
|
-
inset
|
|
28246
|
-
|
|
28247
|
-
inset-inline-start: 0;
|
|
28248
|
-
inset-inline-end: 0;
|
|
28249
|
-
z-index: var(--pf-v6-c-table--m-sticky-header--border--ZIndex);
|
|
28278
|
+
inset: 0;
|
|
28279
|
+
z-index: -1;
|
|
28250
28280
|
pointer-events: none;
|
|
28251
28281
|
content: "";
|
|
28252
|
-
|
|
28282
|
+
background-color: var(--pf-v6-c-table--m-sticky-header--BackgroundColor);
|
|
28283
|
+
border-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
|
|
28284
|
+
box-shadow: var(--pf-v6-c-table--m-sticky-header--BoxShadow);
|
|
28253
28285
|
}
|
|
28254
|
-
.pf-v6-c-table.pf-m-sticky-header {
|
|
28255
|
-
position: relative;
|
|
28256
|
-
}
|
|
28257
|
-
.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) {
|
|
28286
|
+
.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) {
|
|
28258
28287
|
z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
|
|
28259
28288
|
}
|
|
28260
|
-
.pf-v6-c-table.pf-m-sticky-header > .pf-m-
|
|
28261
|
-
position:
|
|
28262
|
-
inset
|
|
28263
|
-
|
|
28289
|
+
.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 {
|
|
28290
|
+
position: absolute;
|
|
28291
|
+
inset: 0;
|
|
28292
|
+
z-index: var(--pf-v6-c-table--m-sticky-header--border--ZIndex);
|
|
28293
|
+
pointer-events: none;
|
|
28294
|
+
content: "";
|
|
28295
|
+
border-block-end: var(--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth) solid var(--pf-v6-c-table--m-sticky-header--BorderBlockEndColor);
|
|
28264
28296
|
}
|
|
28265
28297
|
.pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) {
|
|
28266
28298
|
border-block-end: 0;
|
|
@@ -28951,6 +28983,17 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
28951
28983
|
--pf-v6-c-table__toggle--PaddingBlockEnd: var(--pf-v6-c-table__thead__toggle--PaddingBlockEnd);
|
|
28952
28984
|
vertical-align: bottom;
|
|
28953
28985
|
}
|
|
28986
|
+
.pf-v6-c-table__thead.pf-m-nested-column-header {
|
|
28987
|
+
position: relative;
|
|
28988
|
+
}
|
|
28989
|
+
.pf-v6-c-table__thead.pf-m-nested-column-header::after {
|
|
28990
|
+
position: absolute;
|
|
28991
|
+
inset: 0;
|
|
28992
|
+
z-index: var(--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex);
|
|
28993
|
+
pointer-events: none;
|
|
28994
|
+
content: "";
|
|
28995
|
+
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);
|
|
28996
|
+
}
|
|
28954
28997
|
.pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button {
|
|
28955
28998
|
--pf-v6-c-table__button--PaddingInlineStart: var(--pf-v6-c-table__nested-column-header__button--PaddingInlineStart);
|
|
28956
28999
|
--pf-v6-c-table__button--PaddingInlineEnd: var(--pf-v6-c-table__nested-column-header__button--PaddingInlineEnd);
|
package/patternfly.css
CHANGED
|
@@ -10795,7 +10795,7 @@ button) {
|
|
|
10795
10795
|
}
|
|
10796
10796
|
|
|
10797
10797
|
.pf-v6-c-breadcrumb {
|
|
10798
|
-
--pf-v6-c-breadcrumb__item--FontSize: var(--pf-t--global--font--size--body--
|
|
10798
|
+
--pf-v6-c-breadcrumb__item--FontSize: var(--pf-t--global--font--size--body--default);
|
|
10799
10799
|
--pf-v6-c-breadcrumb__item--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
10800
10800
|
--pf-v6-c-breadcrumb__item--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
|
10801
10801
|
--pf-v6-c-breadcrumb__item-divider--Color: var(--pf-t--global--icon--color--regular);
|
|
@@ -10806,12 +10806,14 @@ button) {
|
|
|
10806
10806
|
--pf-v6-c-breadcrumb__link--Color: var(--pf-t--global--text--color--link--default);
|
|
10807
10807
|
--pf-v6-c-breadcrumb__link--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--default);
|
|
10808
10808
|
--pf-v6-c-breadcrumb__link--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--default);
|
|
10809
|
+
--pf-v6-c-breadcrumb__link--TextDecorationColor: var(--pf-t--global--text-decoration--color--default);
|
|
10809
10810
|
--pf-v6-c-breadcrumb__link--hover--Color: var(--pf-t--global--text--color--link--hover);
|
|
10810
10811
|
--pf-v6-c-breadcrumb__link--hover--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--hover);
|
|
10811
10812
|
--pf-v6-c-breadcrumb__link--hover--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--hover);
|
|
10813
|
+
--pf-v6-c-breadcrumb__link--hover--TextDecorationColor: var(--pf-t--global--text-decoration--color--hover);
|
|
10812
10814
|
--pf-v6-c-breadcrumb__link--m-current--Color: var(--pf-t--global--text--color--regular);
|
|
10813
10815
|
--pf-v6-c-breadcrumb__link--BackgroundColor: transparent;
|
|
10814
|
-
--pf-v6-c-breadcrumb__heading--FontSize: var(
|
|
10816
|
+
--pf-v6-c-breadcrumb__heading--FontSize: var(--pf-v6-c-breadcrumb__item--FontSize);
|
|
10815
10817
|
--pf-v6-c-breadcrumb__menu-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
10816
10818
|
--pf-v6-c-breadcrumb__menu-toggle--MarginInlineEnd: var(--pf-t--global--spacer--xs);
|
|
10817
10819
|
--pf-v6-c-breadcrumb__menu-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
@@ -10864,6 +10866,7 @@ button) {
|
|
|
10864
10866
|
color: var(--pf-v6-c-breadcrumb__link--Color);
|
|
10865
10867
|
text-decoration-line: var(--pf-v6-c-breadcrumb__link--TextDecorationLine);
|
|
10866
10868
|
text-decoration-style: var(--pf-v6-c-breadcrumb__link--TextDecorationStyle);
|
|
10869
|
+
text-decoration-color: var(--pf-v6-c-breadcrumb__link--TextDecorationColor);
|
|
10867
10870
|
word-break: break-word;
|
|
10868
10871
|
background-color: var(--pf-v6-c-breadcrumb__link--BackgroundColor);
|
|
10869
10872
|
}
|
|
@@ -10871,6 +10874,7 @@ button) {
|
|
|
10871
10874
|
--pf-v6-c-breadcrumb__link--Color: var(--pf-v6-c-breadcrumb__link--hover--Color);
|
|
10872
10875
|
--pf-v6-c-breadcrumb__link--TextDecorationLine: var(--pf-v6-c-breadcrumb__link--hover--TextDecorationLine);
|
|
10873
10876
|
--pf-v6-c-breadcrumb__link--TextDecorationStyle: var(--pf-v6-c-breadcrumb__link--hover--TextDecorationStyle);
|
|
10877
|
+
--pf-v6-c-breadcrumb__link--TextDecorationColor: var(--pf-v6-c-breadcrumb__link--hover--TextDecorationColor);
|
|
10874
10878
|
}
|
|
10875
10879
|
.pf-v6-c-breadcrumb__link.pf-m-current {
|
|
10876
10880
|
cursor: default;
|
|
@@ -21214,7 +21218,7 @@ ul.pf-v6-c-list {
|
|
|
21214
21218
|
--pf-v6-c-menu-toggle--m-plain--BorderWidth: var(--pf-t--global--border--width--action--plain--default);
|
|
21215
21219
|
--pf-v6-c-menu-toggle--m-plain--hover--BorderWidth: var(--pf-t--global--border--width--action--plain--hover);
|
|
21216
21220
|
--pf-v6-c-menu-toggle--m-plain--expanded--BorderWidth: var(--pf-t--global--border--width--action--plain--clicked);
|
|
21217
|
-
--pf-v6-c-menu-toggle--m-plain--BorderRadius: var(--pf-t--global--border--radius--
|
|
21221
|
+
--pf-v6-c-menu-toggle--m-plain--BorderRadius: var(--pf-t--global--border--radius--action--plain--default);
|
|
21218
21222
|
--pf-v6-c-menu-toggle--m-plain--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
|
21219
21223
|
--pf-v6-c-menu-toggle--m-plain--expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
|
|
21220
21224
|
--pf-v6-c-menu-toggle--m-plain--disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
@@ -28352,6 +28356,9 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
28352
28356
|
--pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
28353
28357
|
--pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
28354
28358
|
--pf-v6-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
28359
|
+
--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: var(--pf-v6-c-table--border-width--base);
|
|
28360
|
+
--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndColor: var(--pf-v6-c-table--BorderColor);
|
|
28361
|
+
--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
|
|
28355
28362
|
--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
|
|
28356
28363
|
--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
|
28357
28364
|
--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
@@ -28359,9 +28366,23 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
28359
28366
|
--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));
|
|
28360
28367
|
--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));
|
|
28361
28368
|
--pf-v6-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--striped--row--default);
|
|
28369
|
+
--pf-v6-c-table--m-sticky-header--BackgroundColor: var(--pf-t--global--background--color--sticky--default);
|
|
28362
28370
|
--pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-t--global--z-index--xs);
|
|
28363
28371
|
--pf-v6-c-table--m-sticky-header--ZIndex: calc(var(--pf-t--global--z-index--xs) + 1);
|
|
28364
28372
|
--pf-v6-c-table--m-sticky-header--border--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
|
|
28373
|
+
--pf-v6-c-table--m-sticky-header--BorderRadius: 0;
|
|
28374
|
+
--pf-v6-c-table--m-sticky-header--BoxShadow: 0;
|
|
28375
|
+
--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth: var(--pf-v6-c-table--border-width--base);
|
|
28376
|
+
--pf-v6-c-table--m-sticky-header--BorderBlockEndColor: var(--pf-v6-c-table--BorderColor);
|
|
28377
|
+
--pf-v6-c-table--m-sticky-header--BorderRadius--glass: var(--pf-t--global--border--radius--medium);
|
|
28378
|
+
--pf-v6-c-table--m-sticky-header--BoxShadow--glass: var(--pf-t--global--box-shadow--sm);
|
|
28379
|
+
--pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor: var(--pf-t--global--motion--timing-function--default);
|
|
28380
|
+
--pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor: var(--pf-t--global--motion--duration--fade--default);
|
|
28381
|
+
}
|
|
28382
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-table {
|
|
28383
|
+
--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth: 0;
|
|
28384
|
+
--pf-v6-c-table--m-sticky-header--BoxShadow: var(--pf-v6-c-table--m-sticky-header--BoxShadow--glass);
|
|
28385
|
+
--pf-v6-c-table--m-sticky-header--BorderRadius: var(--pf-v6-c-table--m-sticky-header--BorderRadius--glass);
|
|
28365
28386
|
}
|
|
28366
28387
|
|
|
28367
28388
|
.pf-v6-c-table {
|
|
@@ -28379,35 +28400,46 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
28379
28400
|
.pf-v6-c-table.pf-m-fixed {
|
|
28380
28401
|
table-layout: fixed;
|
|
28381
28402
|
}
|
|
28382
|
-
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead,
|
|
28383
|
-
|
|
28403
|
+
.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 {
|
|
28404
|
+
opacity: 0;
|
|
28405
|
+
transition-timing-function: var(--pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor);
|
|
28406
|
+
transition-duration: var(--pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor);
|
|
28407
|
+
transition-property: opacity;
|
|
28408
|
+
}
|
|
28409
|
+
.pf-v6-c-table.pf-m-sticky-header, .pf-v6-c-table.pf-m-sticky-header-stuck {
|
|
28410
|
+
--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: 0;
|
|
28411
|
+
}
|
|
28412
|
+
.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 {
|
|
28413
|
+
opacity: 1;
|
|
28414
|
+
}
|
|
28415
|
+
.pf-v6-c-table.pf-m-sticky-header, .pf-v6-c-table.pf-m-sticky-header-base {
|
|
28416
|
+
position: relative;
|
|
28417
|
+
}
|
|
28418
|
+
.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 {
|
|
28384
28419
|
position: sticky;
|
|
28385
28420
|
inset-block-start: 0;
|
|
28386
28421
|
z-index: var(--pf-v6-c-table--m-sticky-header--ZIndex);
|
|
28387
|
-
background: var(--pf-v6-c-table--BackgroundColor);
|
|
28388
28422
|
}
|
|
28389
|
-
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::before,
|
|
28390
|
-
.pf-v6-c-table .pf-v6-c-table__thead.pf-m-nested-column-header::before {
|
|
28423
|
+
.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 {
|
|
28391
28424
|
position: absolute;
|
|
28392
|
-
inset
|
|
28393
|
-
|
|
28394
|
-
inset-inline-start: 0;
|
|
28395
|
-
inset-inline-end: 0;
|
|
28396
|
-
z-index: var(--pf-v6-c-table--m-sticky-header--border--ZIndex);
|
|
28425
|
+
inset: 0;
|
|
28426
|
+
z-index: -1;
|
|
28397
28427
|
pointer-events: none;
|
|
28398
28428
|
content: "";
|
|
28399
|
-
|
|
28429
|
+
background-color: var(--pf-v6-c-table--m-sticky-header--BackgroundColor);
|
|
28430
|
+
border-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
|
|
28431
|
+
box-shadow: var(--pf-v6-c-table--m-sticky-header--BoxShadow);
|
|
28400
28432
|
}
|
|
28401
|
-
.pf-v6-c-table.pf-m-sticky-header {
|
|
28402
|
-
position: relative;
|
|
28403
|
-
}
|
|
28404
|
-
.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) {
|
|
28433
|
+
.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) {
|
|
28405
28434
|
z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
|
|
28406
28435
|
}
|
|
28407
|
-
.pf-v6-c-table.pf-m-sticky-header > .pf-m-
|
|
28408
|
-
position:
|
|
28409
|
-
inset
|
|
28410
|
-
|
|
28436
|
+
.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 {
|
|
28437
|
+
position: absolute;
|
|
28438
|
+
inset: 0;
|
|
28439
|
+
z-index: var(--pf-v6-c-table--m-sticky-header--border--ZIndex);
|
|
28440
|
+
pointer-events: none;
|
|
28441
|
+
content: "";
|
|
28442
|
+
border-block-end: var(--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth) solid var(--pf-v6-c-table--m-sticky-header--BorderBlockEndColor);
|
|
28411
28443
|
}
|
|
28412
28444
|
.pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) {
|
|
28413
28445
|
border-block-end: 0;
|
|
@@ -29098,6 +29130,17 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
29098
29130
|
--pf-v6-c-table__toggle--PaddingBlockEnd: var(--pf-v6-c-table__thead__toggle--PaddingBlockEnd);
|
|
29099
29131
|
vertical-align: bottom;
|
|
29100
29132
|
}
|
|
29133
|
+
.pf-v6-c-table__thead.pf-m-nested-column-header {
|
|
29134
|
+
position: relative;
|
|
29135
|
+
}
|
|
29136
|
+
.pf-v6-c-table__thead.pf-m-nested-column-header::after {
|
|
29137
|
+
position: absolute;
|
|
29138
|
+
inset: 0;
|
|
29139
|
+
z-index: var(--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex);
|
|
29140
|
+
pointer-events: none;
|
|
29141
|
+
content: "";
|
|
29142
|
+
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);
|
|
29143
|
+
}
|
|
29101
29144
|
.pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button {
|
|
29102
29145
|
--pf-v6-c-table__button--PaddingInlineStart: var(--pf-v6-c-table__nested-column-header__button--PaddingInlineStart);
|
|
29103
29146
|
--pf-v6-c-table__button--PaddingInlineEnd: var(--pf-v6-c-table__nested-column-header__button--PaddingInlineEnd);
|