@patternfly/patternfly 6.5.0-prerelease.64 → 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/base/patternfly-svg-icons.css +6 -0
- package/base/patternfly-svg-icons.scss +6 -0
- 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/Page/page.css +83 -34
- package/components/Page/page.scss +94 -39
- package/components/Table/table.css +60 -21
- package/components/Table/table.scss +77 -26
- package/components/_index.css +150 -58
- 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 +3251 -359
- package/docs/demos/Table/examples/Table.md +3194 -355
- package/docs/demos/Toolbar/examples/Toolbar.md +422 -70
- package/package.json +22 -2
- package/patternfly-base-no-globals.css +6 -0
- package/patternfly-base.css +6 -0
- package/patternfly-no-globals.css +157 -59
- package/patternfly.css +157 -59
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/patternfly.scss +3 -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": {
|
|
@@ -9,8 +9,28 @@
|
|
|
9
9
|
"backstop:clean": "rimraf -- backstop_data/bitmaps_test backstop_data/html_report",
|
|
10
10
|
"backstop:test": "backstop test --config='backstop.js'",
|
|
11
11
|
"backstop:test:dark": "backstop test --config='backstop.js' --dark",
|
|
12
|
+
"backstop:test:glass": "backstop test --config='backstop.js' --glass",
|
|
13
|
+
"backstop:test:hc": "backstop test --config='backstop.js' --high-contrast",
|
|
14
|
+
"backstop:test:dark-hc": "backstop test --config='backstop.js' --dark --high-contrast",
|
|
15
|
+
"backstop:test:dark-glass": "backstop test --config='backstop.js' --dark --glass",
|
|
16
|
+
"backstop:test:felt": "backstop test --config='backstop.js' --felt",
|
|
17
|
+
"backstop:test:felt-dark": "backstop test --config='backstop.js' --felt --dark",
|
|
18
|
+
"backstop:test:felt-glass": "backstop test --config='backstop.js' --felt --glass",
|
|
19
|
+
"backstop:test:felt-hc": "backstop test --config='backstop.js' --felt --high-contrast",
|
|
20
|
+
"backstop:test:felt-dark-hc": "backstop test --config='backstop.js' --felt --dark --high-contrast",
|
|
21
|
+
"backstop:test:felt-dark-glass": "backstop test --config='backstop.js' --felt --dark --glass",
|
|
12
22
|
"backstop:approve": "backstop approve --config='backstop.js'",
|
|
13
23
|
"backstop:approve:dark": "backstop approve --config='backstop.js' --dark",
|
|
24
|
+
"backstop:approve:glass": "backstop approve --config='backstop.js' --glass",
|
|
25
|
+
"backstop:approve:hc": "backstop approve --config='backstop.js' --high-contrast",
|
|
26
|
+
"backstop:approve:dark-hc": "backstop approve --config='backstop.js' --dark --high-contrast",
|
|
27
|
+
"backstop:approve:dark-glass": "backstop approve --config='backstop.js' --dark --glass",
|
|
28
|
+
"backstop:approve:felt": "backstop approve --config='backstop.js' --felt",
|
|
29
|
+
"backstop:approve:felt-dark": "backstop approve --config='backstop.js' --felt --dark",
|
|
30
|
+
"backstop:approve:felt-glass": "backstop approve --config='backstop.js' --felt --glass",
|
|
31
|
+
"backstop:approve:felt-hc": "backstop approve --config='backstop.js' --felt --high-contrast",
|
|
32
|
+
"backstop:approve:felt-dark-hc": "backstop approve --config='backstop.js' --felt --dark --high-contrast",
|
|
33
|
+
"backstop:approve:felt-dark-glass": "backstop approve --config='backstop.js' --felt --dark --glass",
|
|
14
34
|
"backstop:chrome": "node backstop_data/engine_scripts/puppet/chrome.js",
|
|
15
35
|
"playwright": "node ./node_modules/playwright/cli.js",
|
|
16
36
|
"build-patternfly": "gulp buildPatternfly",
|
|
@@ -49,7 +69,7 @@
|
|
|
49
69
|
"@commitlint/config-conventional": "^19.1.0",
|
|
50
70
|
"@fortawesome/fontawesome": "^1.1.8",
|
|
51
71
|
"@octokit/rest": "^20.1.0",
|
|
52
|
-
"@patternfly/documentation-framework": "6.
|
|
72
|
+
"@patternfly/documentation-framework": "6.37.0",
|
|
53
73
|
"@patternfly/patternfly-a11y": "5.1.0",
|
|
54
74
|
"@patternfly/react-code-editor": "6.4.1",
|
|
55
75
|
"@patternfly/react-core": "6.4.1",
|
|
@@ -6314,6 +6314,12 @@
|
|
|
6314
6314
|
display: revert;
|
|
6315
6315
|
}
|
|
6316
6316
|
|
|
6317
|
+
.pf-v6-icon-rh-standard {
|
|
6318
|
+
width: 3rem;
|
|
6319
|
+
height: 3rem;
|
|
6320
|
+
color: var(--pf-t--global--icon--color--brand--accent--default);
|
|
6321
|
+
}
|
|
6322
|
+
|
|
6317
6323
|
:root {
|
|
6318
6324
|
--pf-v6-global--inverse--multiplier: 1;
|
|
6319
6325
|
--pf-t--color--black: #000000;
|
package/patternfly-base.css
CHANGED
|
@@ -6461,6 +6461,12 @@ button) {
|
|
|
6461
6461
|
display: revert;
|
|
6462
6462
|
}
|
|
6463
6463
|
|
|
6464
|
+
.pf-v6-icon-rh-standard {
|
|
6465
|
+
width: 3rem;
|
|
6466
|
+
height: 3rem;
|
|
6467
|
+
color: var(--pf-t--global--icon--color--brand--accent--default);
|
|
6468
|
+
}
|
|
6469
|
+
|
|
6464
6470
|
:root {
|
|
6465
6471
|
--pf-v6-global--inverse--multiplier: 1;
|
|
6466
6472
|
--pf-t--color--black: #000000;
|
|
@@ -6314,6 +6314,12 @@
|
|
|
6314
6314
|
display: revert;
|
|
6315
6315
|
}
|
|
6316
6316
|
|
|
6317
|
+
.pf-v6-icon-rh-standard {
|
|
6318
|
+
width: 3rem;
|
|
6319
|
+
height: 3rem;
|
|
6320
|
+
color: var(--pf-t--global--icon--color--brand--accent--default);
|
|
6321
|
+
}
|
|
6322
|
+
|
|
6317
6323
|
:root {
|
|
6318
6324
|
--pf-v6-global--inverse--multiplier: 1;
|
|
6319
6325
|
--pf-t--color--black: #000000;
|
|
@@ -10642,7 +10648,7 @@
|
|
|
10642
10648
|
}
|
|
10643
10649
|
|
|
10644
10650
|
.pf-v6-c-breadcrumb {
|
|
10645
|
-
--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);
|
|
10646
10652
|
--pf-v6-c-breadcrumb__item--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
10647
10653
|
--pf-v6-c-breadcrumb__item--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
|
10648
10654
|
--pf-v6-c-breadcrumb__item-divider--Color: var(--pf-t--global--icon--color--regular);
|
|
@@ -10653,12 +10659,14 @@
|
|
|
10653
10659
|
--pf-v6-c-breadcrumb__link--Color: var(--pf-t--global--text--color--link--default);
|
|
10654
10660
|
--pf-v6-c-breadcrumb__link--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--default);
|
|
10655
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);
|
|
10656
10663
|
--pf-v6-c-breadcrumb__link--hover--Color: var(--pf-t--global--text--color--link--hover);
|
|
10657
10664
|
--pf-v6-c-breadcrumb__link--hover--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--hover);
|
|
10658
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);
|
|
10659
10667
|
--pf-v6-c-breadcrumb__link--m-current--Color: var(--pf-t--global--text--color--regular);
|
|
10660
10668
|
--pf-v6-c-breadcrumb__link--BackgroundColor: transparent;
|
|
10661
|
-
--pf-v6-c-breadcrumb__heading--FontSize: var(
|
|
10669
|
+
--pf-v6-c-breadcrumb__heading--FontSize: var(--pf-v6-c-breadcrumb__item--FontSize);
|
|
10662
10670
|
--pf-v6-c-breadcrumb__menu-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
10663
10671
|
--pf-v6-c-breadcrumb__menu-toggle--MarginInlineEnd: var(--pf-t--global--spacer--xs);
|
|
10664
10672
|
--pf-v6-c-breadcrumb__menu-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
@@ -10711,6 +10719,7 @@
|
|
|
10711
10719
|
color: var(--pf-v6-c-breadcrumb__link--Color);
|
|
10712
10720
|
text-decoration-line: var(--pf-v6-c-breadcrumb__link--TextDecorationLine);
|
|
10713
10721
|
text-decoration-style: var(--pf-v6-c-breadcrumb__link--TextDecorationStyle);
|
|
10722
|
+
text-decoration-color: var(--pf-v6-c-breadcrumb__link--TextDecorationColor);
|
|
10714
10723
|
word-break: break-word;
|
|
10715
10724
|
background-color: var(--pf-v6-c-breadcrumb__link--BackgroundColor);
|
|
10716
10725
|
}
|
|
@@ -10718,6 +10727,7 @@
|
|
|
10718
10727
|
--pf-v6-c-breadcrumb__link--Color: var(--pf-v6-c-breadcrumb__link--hover--Color);
|
|
10719
10728
|
--pf-v6-c-breadcrumb__link--TextDecorationLine: var(--pf-v6-c-breadcrumb__link--hover--TextDecorationLine);
|
|
10720
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);
|
|
10721
10731
|
}
|
|
10722
10732
|
.pf-v6-c-breadcrumb__link.pf-m-current {
|
|
10723
10733
|
cursor: default;
|
|
@@ -21061,7 +21071,7 @@ ul.pf-v6-c-list {
|
|
|
21061
21071
|
--pf-v6-c-menu-toggle--m-plain--BorderWidth: var(--pf-t--global--border--width--action--plain--default);
|
|
21062
21072
|
--pf-v6-c-menu-toggle--m-plain--hover--BorderWidth: var(--pf-t--global--border--width--action--plain--hover);
|
|
21063
21073
|
--pf-v6-c-menu-toggle--m-plain--expanded--BorderWidth: var(--pf-t--global--border--width--action--plain--clicked);
|
|
21064
|
-
--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);
|
|
21065
21075
|
--pf-v6-c-menu-toggle--m-plain--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
|
21066
21076
|
--pf-v6-c-menu-toggle--m-plain--expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
|
|
21067
21077
|
--pf-v6-c-menu-toggle--m-plain--disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
@@ -22724,6 +22734,7 @@ ul.pf-v6-c-list {
|
|
|
22724
22734
|
--pf-v6-c-page__sidebar--TranslateZ: 0;
|
|
22725
22735
|
--pf-v6-c-page__sidebar--m-expanded--TranslateX: 0;
|
|
22726
22736
|
--pf-v6-c-page__sidebar--xl--TranslateX: 0;
|
|
22737
|
+
--pf-v6-c-page__sidebar--MarginBlockStart: 0;
|
|
22727
22738
|
--pf-v6-c-page__sidebar--MarginInlineEnd: calc(var(--pf-t--global--spacer--inset--page-chrome) / 2);
|
|
22728
22739
|
--pf-v6-c-page__sidebar--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
|
|
22729
22740
|
--pf-v6-c-page__sidebar--PaddingInlineStart: 0;
|
|
@@ -22741,6 +22752,20 @@ ul.pf-v6-c-list {
|
|
|
22741
22752
|
}
|
|
22742
22753
|
}
|
|
22743
22754
|
.pf-v6-c-page {
|
|
22755
|
+
--pf-v6-c-page__sidebar-main--PaddingBlockStart: 0;
|
|
22756
|
+
--pf-v6-c-page__sidebar-main--PaddingBlockEnd: 0;
|
|
22757
|
+
--pf-v6-c-page__sidebar-main--PaddingInlineStart: 0;
|
|
22758
|
+
--pf-v6-c-page__sidebar-main--PaddingInlineEnd: 0;
|
|
22759
|
+
--pf-v6-c-page__sidebar-main--MarginBlockStart: 0;
|
|
22760
|
+
--pf-v6-c-page__sidebar-main--MarginBlockEnd: 0;
|
|
22761
|
+
--pf-v6-c-page__sidebar-main--MarginInlineStart: 0;
|
|
22762
|
+
--pf-v6-c-page__sidebar-main--MarginInlineEnd: 0;
|
|
22763
|
+
--pf-v6-c-page__sidebar-main--BackgroundColor: transparent;
|
|
22764
|
+
--pf-v6-c-page__sidebar-main--BackdropFilter: none;
|
|
22765
|
+
--pf-v6-c-page__sidebar-main--BorderWidth: 0;
|
|
22766
|
+
--pf-v6-c-page__sidebar-main--BorderColor: transparent;
|
|
22767
|
+
--pf-v6-c-page__sidebar-main--BorderRadius: 0;
|
|
22768
|
+
--pf-v6-c-page__sidebar-main--BoxShadow: none;
|
|
22744
22769
|
--pf-v6-c-page__sidebar-header--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);
|
|
22745
22770
|
--pf-v6-c-page__sidebar-header--BorderBlockEndColor: var(--pf-t--global--border--color--default);
|
|
22746
22771
|
--pf-v6-c-page__sidebar-header--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
@@ -22811,6 +22836,10 @@ ul.pf-v6-c-list {
|
|
|
22811
22836
|
--pf-v6-c-page__main-section--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
22812
22837
|
--pf-v6-c-page__main-section--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
22813
22838
|
--pf-v6-c-page__main-breadcrumb--page__main-tabs--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
|
22839
|
+
--pf-v6-c-page__main-section--m-secondary--BorderBlockStartWidth: var(--pf-t--global--border--width--glass--default, var(--pf-t--global--border--width--high-contrast--regular));
|
|
22840
|
+
--pf-v6-c-page__main-section--m-secondary--BorderBlockStartColor: var(--pf-t--global--border--color--subtle);
|
|
22841
|
+
--pf-v6-c-page__main-section--m-secondary--BorderBlockEndWidth: var(--pf-t--global--border--width--glass--default, var(--pf-t--global--border--width--high-contrast--regular));
|
|
22842
|
+
--pf-v6-c-page__main-section--m-secondary--BorderBlockEndColor: var(--pf-t--global--border--color--subtle);
|
|
22814
22843
|
--pf-v6-c-page--section--m-limit-width--MaxWidth: calc(125rem - var(--pf-v6-c-page__sidebar--Width));
|
|
22815
22844
|
--pf-v6-c-page--section--m-sticky-top--ZIndex: var(--pf-t--global--z-index--md);
|
|
22816
22845
|
--pf-v6-c-page--section--m-sticky-top--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
|
|
@@ -22853,11 +22882,54 @@ ul.pf-v6-c-list {
|
|
|
22853
22882
|
--pf-v6-c-page--m-dock__main-container--MaxHeight: calc(100% - var(--pf-t--global--spacer--lg) * 2);
|
|
22854
22883
|
--pf-v6-c-page--m-dock__main-container--MarginBlockStart: var(--pf-t--global--spacer--lg);
|
|
22855
22884
|
--pf-v6-c-page--m-dock--ColumnGap: var(--pf-t--global--spacer--inset--page-chrome);
|
|
22885
|
+
--pf-v6-c-page--BackgroundColor--glass: transparent;
|
|
22886
|
+
--pf-v6-c-page__sidebar--Width--base--glass: calc(18.125rem + var(--pf-t--global--spacer--inset--page-chrome) * 2);
|
|
22887
|
+
--pf-v6-c-page__sidebar-body--PaddingInlineStart--glass: var(--pf-t--global--spacer--lg);
|
|
22888
|
+
--pf-v6-c-page__sidebar-body--PaddingInlineEnd--glass: var(--pf-t--global--spacer--lg);
|
|
22889
|
+
--pf-v6-c-page__sidebar-main--PaddingBlockEnd--glass: var(--pf-v6-c-page__sidebar--PaddingBlockEnd);
|
|
22890
|
+
--pf-v6-c-page__sidebar-main--PaddingInlineStart--glass: var(--pf-v6-c-page__sidebar--PaddingInlineStart);
|
|
22891
|
+
--pf-v6-c-page__sidebar-main--PaddingInlineEnd--glass: var(--pf-v6-c-page__sidebar--PaddingInlineEnd);
|
|
22892
|
+
--pf-v6-c-page__sidebar-main--MarginBlockStart--glass: calc(var(--pf-t--global--spacer--sm) * -1);
|
|
22893
|
+
--pf-v6-c-page__sidebar-main--MarginBlockEnd--glass: var(--pf-t--global--spacer--md);
|
|
22894
|
+
--pf-v6-c-page__sidebar-main--MarginInlineStart--glass: var(--pf-t--global--spacer--md);
|
|
22895
|
+
--pf-v6-c-page__sidebar-main--MarginInlineEnd--glass: var(--pf-t--global--spacer--md);
|
|
22896
|
+
--pf-v6-c-page__sidebar-main--BackgroundColor--glass: var(--pf-v6-c-page__sidebar--BackgroundColor);
|
|
22897
|
+
--pf-v6-c-page__sidebar-main--BackdropFilter--glass: var(--pf-v6-c-page__sidebar--BackdropFilter);
|
|
22898
|
+
--pf-v6-c-page__sidebar-main--BorderWidth--glass: var(--pf-t--global--border--width--glass--default);
|
|
22899
|
+
--pf-v6-c-page__sidebar-main--BorderColor--glass: var(--pf-t--global--border--color--glass--default);
|
|
22900
|
+
--pf-v6-c-page__sidebar-main--BorderRadius--glass: var(--pf-t--global--border--radius--glass--default);
|
|
22901
|
+
--pf-v6-c-page__sidebar-main--BoxShadow--glass: var(--pf-t--global--box-shadow--glass--default);
|
|
22902
|
+
--pf-v6-c-page__sidebar-main--xl--MarginBlockStart--glass: 0;
|
|
22903
|
+
--pf-v6-c-page__sidebar-main--xl--MarginBlockEnd--glass: var(--pf-t--global--spacer--inset--page-chrome);
|
|
22904
|
+
--pf-v6-c-page__sidebar-main--xl--MarginInlineStart--glass: var(--pf-t--global--spacer--inset--page-chrome);
|
|
22905
|
+
--pf-v6-c-page__sidebar-main--xl--MarginInlineEnd--glass: var(--pf-t--global--spacer--inset--page-chrome);
|
|
22856
22906
|
}
|
|
22857
22907
|
:where(.pf-v6-theme-glass) .pf-v6-c-page {
|
|
22858
|
-
--pf-v6-c-
|
|
22859
|
-
--pf-v6-c-page__sidebar
|
|
22860
|
-
--pf-v6-c-page__sidebar-body--
|
|
22908
|
+
--pf-v6-c-page--BackgroundColor: var(--pf-v6-c-page--BackgroundColor--glass);
|
|
22909
|
+
--pf-v6-c-page__sidebar--Width--base: var(--pf-v6-c-page__sidebar--Width--base--glass);
|
|
22910
|
+
--pf-v6-c-page__sidebar-body--PaddingInlineStart: var(--pf-v6-c-page__sidebar-body--PaddingInlineStart--glass);
|
|
22911
|
+
--pf-v6-c-page__sidebar-body--PaddingInlineEnd: var(--pf-v6-c-page__sidebar-body--PaddingInlineEnd--glass);
|
|
22912
|
+
--pf-v6-c-page__sidebar-main--PaddingBlockEnd: var(--pf-v6-c-page__sidebar-main--PaddingBlockEnd--glass);
|
|
22913
|
+
--pf-v6-c-page__sidebar-main--PaddingInlineStart: var(--pf-v6-c-page__sidebar-main--PaddingInlineStart--glass);
|
|
22914
|
+
--pf-v6-c-page__sidebar-main--PaddingInlineEnd: var(--pf-v6-c-page__sidebar-main--PaddingInlineEnd--glass);
|
|
22915
|
+
--pf-v6-c-page__sidebar-main--MarginBlockStart: var(--pf-v6-c-page__sidebar-main--MarginBlockStart--glass);
|
|
22916
|
+
--pf-v6-c-page__sidebar-main--MarginBlockEnd: var(--pf-v6-c-page__sidebar-main--MarginBlockEnd--glass);
|
|
22917
|
+
--pf-v6-c-page__sidebar-main--MarginInlineStart: var(--pf-v6-c-page__sidebar-main--MarginInlineStart--glass);
|
|
22918
|
+
--pf-v6-c-page__sidebar-main--MarginInlineEnd: var(--pf-v6-c-page__sidebar-main--MarginInlineEnd--glass);
|
|
22919
|
+
--pf-v6-c-page__sidebar-main--BackgroundColor: var(--pf-v6-c-page__sidebar-main--BackgroundColor--glass);
|
|
22920
|
+
--pf-v6-c-page__sidebar-main--BackdropFilter: var(--pf-v6-c-page__sidebar-main--BackdropFilter--glass);
|
|
22921
|
+
--pf-v6-c-page__sidebar-main--BorderWidth: var(--pf-v6-c-page__sidebar-main--BorderWidth--glass);
|
|
22922
|
+
--pf-v6-c-page__sidebar-main--BorderColor: var(--pf-v6-c-page__sidebar-main--BorderColor--glass);
|
|
22923
|
+
--pf-v6-c-page__sidebar-main--BorderRadius: var(--pf-v6-c-page__sidebar-main--BorderRadius--glass);
|
|
22924
|
+
--pf-v6-c-page__sidebar-main--BoxShadow: var(--pf-v6-c-page__sidebar-main--BoxShadow--glass);
|
|
22925
|
+
}
|
|
22926
|
+
@media (min-width: 75rem) {
|
|
22927
|
+
.pf-v6-c-page {
|
|
22928
|
+
--pf-v6-c-page__sidebar-main--MarginBlockStart--glass: var(--pf-v6-c-page__sidebar-main--xl--MarginBlockStart--glass);
|
|
22929
|
+
--pf-v6-c-page__sidebar-main--MarginBlockEnd--glass: var(--pf-v6-c-page__sidebar-main--xl--MarginBlockEnd--glass);
|
|
22930
|
+
--pf-v6-c-page__sidebar-main--MarginInlineStart--glass: var(--pf-v6-c-page__sidebar-main--xl--MarginInlineStart--glass);
|
|
22931
|
+
--pf-v6-c-page__sidebar-main--MarginInlineEnd--glass: var(--pf-v6-c-page__sidebar-main--xl--MarginInlineEnd--glass);
|
|
22932
|
+
}
|
|
22861
22933
|
}
|
|
22862
22934
|
|
|
22863
22935
|
.pf-v6-c-page {
|
|
@@ -22870,9 +22942,6 @@ ul.pf-v6-c-list {
|
|
|
22870
22942
|
max-height: 100%;
|
|
22871
22943
|
background-color: var(--pf-v6-c-page--BackgroundColor);
|
|
22872
22944
|
}
|
|
22873
|
-
:where(:root.pf-v6-theme-glass) .pf-v6-c-page {
|
|
22874
|
-
background-color: transparent;
|
|
22875
|
-
}
|
|
22876
22945
|
@media (min-width: 75rem) {
|
|
22877
22946
|
.pf-v6-c-page {
|
|
22878
22947
|
--pf-v6-c-page__sidebar--Width: var(--pf-v6-c-page__sidebar--xl--Width);
|
|
@@ -23022,6 +23091,7 @@ ul.pf-v6-c-list {
|
|
|
23022
23091
|
padding-block-end: var(--pf-v6-c-page__sidebar--PaddingBlockEnd);
|
|
23023
23092
|
padding-inline-start: var(--pf-v6-c-page__sidebar--PaddingInlineStart);
|
|
23024
23093
|
padding-inline-end: var(--pf-v6-c-page__sidebar--PaddingInlineEnd);
|
|
23094
|
+
margin-block-start: var(--pf-v6-c-page__sidebar--MarginBlockStart);
|
|
23025
23095
|
margin-inline-end: var(--pf-v6-c-page__sidebar--MarginInlineEnd);
|
|
23026
23096
|
overflow-x: hidden;
|
|
23027
23097
|
overflow-y: auto;
|
|
@@ -23053,44 +23123,33 @@ ul.pf-v6-c-list {
|
|
|
23053
23123
|
:where(.pf-v6-theme-glass) .pf-v6-c-page__sidebar {
|
|
23054
23124
|
min-height: 0;
|
|
23055
23125
|
padding: 0;
|
|
23056
|
-
overflow:
|
|
23126
|
+
overflow: revert;
|
|
23057
23127
|
background: transparent;
|
|
23058
23128
|
}
|
|
23059
23129
|
:where(.pf-v6-theme-glass) .pf-v6-c-page__sidebar.pf-m-expanded {
|
|
23060
23130
|
box-shadow: none;
|
|
23061
23131
|
}
|
|
23062
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__sidebar
|
|
23063
|
-
padding-block-end: var(--pf-v6-c-page__sidebar--PaddingBlockEnd);
|
|
23064
|
-
padding-inline-start: var(--pf-v6-c-page__sidebar--PaddingInlineStart);
|
|
23065
|
-
padding-inline-end: var(--pf-v6-c-page__sidebar--PaddingInlineEnd);
|
|
23066
|
-
margin-block-start: calc(var(--pf-t--global--spacer--sm) * -1);
|
|
23067
|
-
margin-block-end: var(--pf-t--global--spacer--md);
|
|
23068
|
-
margin-inline-start: var(--pf-t--global--spacer--md);
|
|
23069
|
-
margin-inline-end: var(--pf-t--global--spacer--md);
|
|
23132
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-page__sidebar-main {
|
|
23070
23133
|
overflow: auto;
|
|
23071
|
-
background-color: var(--pf-v6-c-page__sidebar--BackgroundColor);
|
|
23072
|
-
backdrop-filter: var(--pf-v6-c-page__sidebar--BackdropFilter);
|
|
23073
|
-
border: var(--pf-t--global--border--width--glass--default) solid var(--pf-t--global--border--color--glass--default);
|
|
23074
|
-
border-radius: var(--pf-t--global--border--radius--glass--default);
|
|
23075
|
-
box-shadow: var(--pf-t--global--box-shadow--glass--default);
|
|
23076
|
-
}
|
|
23077
|
-
@media (min-width: 75rem) {
|
|
23078
|
-
:where(.pf-v6-theme-glass) .pf-v6-c-page__sidebar .pf-v6-c-page__sidebar-main {
|
|
23079
|
-
margin-block-start: 0;
|
|
23080
|
-
margin-block-end: var(--pf-t--global--spacer--inset--page-chrome);
|
|
23081
|
-
margin-inline-start: var(--pf-t--global--spacer--inset--page-chrome);
|
|
23082
|
-
margin-inline-end: var(--pf-t--global--spacer--inset--page-chrome);
|
|
23083
|
-
}
|
|
23084
|
-
}
|
|
23085
|
-
|
|
23086
|
-
.pf-v6-c-page__sidebar:has(> .pf-v6-c-page__sidebar-main) {
|
|
23087
|
-
overflow: revert;
|
|
23088
23134
|
}
|
|
23089
23135
|
|
|
23090
23136
|
.pf-v6-c-page__sidebar-main {
|
|
23091
23137
|
display: flex;
|
|
23092
23138
|
flex-grow: 1;
|
|
23093
23139
|
flex-direction: column;
|
|
23140
|
+
padding-block-start: var(--pf-v6-c-page__sidebar-main--PaddingBlockStart);
|
|
23141
|
+
padding-block-end: var(--pf-v6-c-page__sidebar-main--PaddingBlockEnd);
|
|
23142
|
+
padding-inline-start: var(--pf-v6-c-page__sidebar-main--PaddingInlineStart);
|
|
23143
|
+
padding-inline-end: var(--pf-v6-c-page__sidebar-main--PaddingInlineEnd);
|
|
23144
|
+
margin-block-start: var(--pf-v6-c-page__sidebar-main--MarginBlockStart);
|
|
23145
|
+
margin-block-end: var(--pf-v6-c-page__sidebar-main--MarginBlockEnd);
|
|
23146
|
+
margin-inline-start: var(--pf-v6-c-page__sidebar-main--MarginInlineStart);
|
|
23147
|
+
margin-inline-end: var(--pf-v6-c-page__sidebar-main--MarginInlineEnd);
|
|
23148
|
+
background-color: var(--pf-v6-c-page__sidebar-main--BackgroundColor);
|
|
23149
|
+
backdrop-filter: var(--pf-v6-c-page__sidebar-main--BackdropFilter);
|
|
23150
|
+
border: var(--pf-v6-c-page__sidebar-main--BorderWidth) solid var(--pf-v6-c-page__sidebar-main--BorderColor);
|
|
23151
|
+
border-radius: var(--pf-v6-c-page__sidebar-main--BorderRadius);
|
|
23152
|
+
box-shadow: var(--pf-v6-c-page__sidebar-main--BoxShadow);
|
|
23094
23153
|
}
|
|
23095
23154
|
|
|
23096
23155
|
.pf-v6-c-page__sidebar-header {
|
|
@@ -23518,8 +23577,8 @@ ul.pf-v6-c-list {
|
|
|
23518
23577
|
}
|
|
23519
23578
|
.pf-v6-c-page__main-section.pf-m-secondary {
|
|
23520
23579
|
--pf-v6-c-page__main-section--BackgroundColor: var(--pf-v6-c-page__main-section--m-secondary--BackgroundColor);
|
|
23521
|
-
border-block-start: var(--pf-
|
|
23522
|
-
border-block-end: var(--pf-
|
|
23580
|
+
border-block-start: var(--pf-v6-c-page__main-section--m-secondary--BorderBlockStartWidth) solid var(--pf-v6-c-page__main-section--m-secondary--BorderBlockStartColor);
|
|
23581
|
+
border-block-end: var(--pf-v6-c-page__main-section--m-secondary--BorderBlockEndWidth) solid var(--pf-v6-c-page__main-section--m-secondary--BorderBlockEndColor);
|
|
23523
23582
|
}
|
|
23524
23583
|
.pf-v6-c-page__main-section.pf-m-padding {
|
|
23525
23584
|
padding-block-start: var(--pf-v6-c-page__main-section--PaddingBlockStart);
|
|
@@ -28061,7 +28120,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
28061
28120
|
--pf-v6-c-table__button--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
|
28062
28121
|
--pf-v6-c-table__button--BorderWidth: var(--pf-t--global--border--width--action--plain--default);
|
|
28063
28122
|
--pf-v6-c-table__button--hover--BorderWidth: var(--pf-t--global--border--width--action--plain--hover);
|
|
28064
|
-
--pf-v6-c-table__button--BorderRadius: var(--pf-t--global--border--radius--
|
|
28123
|
+
--pf-v6-c-table__button--BorderRadius: var(--pf-t--global--border--radius--action--plain--default);
|
|
28065
28124
|
--pf-v6-c-table__button--hover--Color: var(--pf-t--global--text--color--regular);
|
|
28066
28125
|
--pf-v6-c-table__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
|
28067
28126
|
--pf-v6-c-table__check--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
|
@@ -28150,16 +28209,33 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
28150
28209
|
--pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
28151
28210
|
--pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
|
|
28152
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);
|
|
28153
28215
|
--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
|
|
28154
28216
|
--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
|
28155
28217
|
--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
28156
28218
|
--pf-v6-c-table__subhead--Color: var(--pf-t--global--text--color--subtle);
|
|
28157
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));
|
|
28158
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));
|
|
28159
|
-
--pf-v6-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--
|
|
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);
|
|
28160
28223
|
--pf-v6-c-table--m-sticky-header--cell--ZIndex: var(--pf-t--global--z-index--xs);
|
|
28161
28224
|
--pf-v6-c-table--m-sticky-header--ZIndex: calc(var(--pf-t--global--z-index--xs) + 1);
|
|
28162
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);
|
|
28163
28239
|
}
|
|
28164
28240
|
|
|
28165
28241
|
.pf-v6-c-table {
|
|
@@ -28177,35 +28253,46 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
28177
28253
|
.pf-v6-c-table.pf-m-fixed {
|
|
28178
28254
|
table-layout: fixed;
|
|
28179
28255
|
}
|
|
28180
|
-
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead,
|
|
28181
|
-
|
|
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 {
|
|
28182
28272
|
position: sticky;
|
|
28183
28273
|
inset-block-start: 0;
|
|
28184
28274
|
z-index: var(--pf-v6-c-table--m-sticky-header--ZIndex);
|
|
28185
|
-
background: var(--pf-v6-c-table--BackgroundColor);
|
|
28186
28275
|
}
|
|
28187
|
-
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::before,
|
|
28188
|
-
.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 {
|
|
28189
28277
|
position: absolute;
|
|
28190
|
-
inset
|
|
28191
|
-
|
|
28192
|
-
inset-inline-start: 0;
|
|
28193
|
-
inset-inline-end: 0;
|
|
28194
|
-
z-index: var(--pf-v6-c-table--m-sticky-header--border--ZIndex);
|
|
28278
|
+
inset: 0;
|
|
28279
|
+
z-index: -1;
|
|
28195
28280
|
pointer-events: none;
|
|
28196
28281
|
content: "";
|
|
28197
|
-
|
|
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);
|
|
28198
28285
|
}
|
|
28199
|
-
.pf-v6-c-table.pf-m-sticky-header {
|
|
28200
|
-
position: relative;
|
|
28201
|
-
}
|
|
28202
|
-
.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) {
|
|
28203
28287
|
z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
|
|
28204
28288
|
}
|
|
28205
|
-
.pf-v6-c-table.pf-m-sticky-header > .pf-m-
|
|
28206
|
-
position:
|
|
28207
|
-
inset
|
|
28208
|
-
|
|
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);
|
|
28209
28296
|
}
|
|
28210
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) {
|
|
28211
28298
|
border-block-end: 0;
|
|
@@ -28896,6 +28983,17 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
28896
28983
|
--pf-v6-c-table__toggle--PaddingBlockEnd: var(--pf-v6-c-table__thead__toggle--PaddingBlockEnd);
|
|
28897
28984
|
vertical-align: bottom;
|
|
28898
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
|
+
}
|
|
28899
28997
|
.pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button {
|
|
28900
28998
|
--pf-v6-c-table__button--PaddingInlineStart: var(--pf-v6-c-table__nested-column-header__button--PaddingInlineStart);
|
|
28901
28999
|
--pf-v6-c-table__button--PaddingInlineEnd: var(--pf-v6-c-table__nested-column-header__button--PaddingInlineEnd);
|
|
@@ -38140,6 +38238,6 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
38140
38238
|
:where(.pf-v6-theme-glass) body {
|
|
38141
38239
|
overflow: auto;
|
|
38142
38240
|
}
|
|
38143
|
-
:where(.pf-v6-theme-glass)
|
|
38241
|
+
:where(.pf-v6-theme-glass) #page-sidebar {
|
|
38144
38242
|
overflow: auto;
|
|
38145
38243
|
}
|