@patternfly/patternfly 6.2.0-prerelease.1 → 6.2.0-prerelease.11
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/assets/pficon/pficon.scss +1 -1
- package/base/normalize.scss +2 -2
- package/base/patternfly-pf-icons.css +1 -1
- package/components/Banner/banner.css +2 -2
- package/components/Banner/banner.scss +2 -2
- package/components/Breadcrumb/breadcrumb.css +3 -2
- package/components/Breadcrumb/breadcrumb.scss +3 -2
- package/components/Button/button.css +38 -2
- package/components/Button/button.scss +40 -2
- package/components/Content/content.css +2 -1
- package/components/Content/content.scss +2 -1
- package/components/DescriptionList/description-list.css +3 -2
- package/components/DescriptionList/description-list.scss +3 -2
- package/components/Drawer/drawer.css +3 -1
- package/components/Drawer/drawer.scss +3 -1
- package/components/Form/form.css +3 -6
- package/components/Form/form.scss +3 -7
- package/components/JumpLinks/jump-links.css +1 -1
- package/components/JumpLinks/jump-links.scss +1 -1
- package/components/Label/label.css +3 -2
- package/components/Label/label.scss +3 -2
- package/components/Menu/menu.css +11 -2
- package/components/Menu/menu.scss +12 -2
- package/components/MenuToggle/menu-toggle.css +4 -0
- package/components/MenuToggle/menu-toggle.scss +4 -0
- package/components/Nav/nav.css +46 -13
- package/components/Nav/nav.scss +57 -17
- package/components/Popover/popover.css +2 -0
- package/components/Popover/popover.scss +2 -0
- package/components/Progress/progress.css +3 -0
- package/components/Progress/progress.scss +3 -0
- package/components/ProgressStepper/progress-stepper.css +2 -1
- package/components/ProgressStepper/progress-stepper.scss +2 -1
- package/components/SimpleList/simple-list.css +2 -2
- package/components/SimpleList/simple-list.scss +2 -2
- package/components/Tabs/tabs.css +1 -1
- package/components/Tabs/tabs.scss +1 -1
- package/components/Timestamp/timestamp.css +2 -1
- package/components/Timestamp/timestamp.scss +2 -1
- package/components/ToggleGroup/toggle-group.css +1 -1
- package/components/ToggleGroup/toggle-group.scss +1 -1
- package/components/Wizard/wizard.css +1 -1
- package/components/Wizard/wizard.scss +1 -1
- package/components/_index.css +132 -41
- package/docs/components/Avatar/examples/Avatar.md +4 -4
- package/docs/components/Brand/examples/Brand.md +2 -2
- package/docs/components/DataList/examples/DataList.md +3 -3
- package/docs/components/DescriptionList/examples/DescriptionList.md +2 -2
- package/docs/components/Divider/examples/Divider.md +2 -2
- package/docs/components/Drawer/examples/Drawer.md +3 -3
- package/docs/components/JumpLinks/examples/JumpLinks.md +2 -2
- package/docs/components/Masthead/examples/masthead.md +1 -1
- package/docs/components/Menu/examples/Menu.md +2 -2
- package/docs/components/Nav/examples/Navigation.md +3 -0
- package/docs/components/Page/examples/Page.md +2 -2
- package/docs/components/Pagination/examples/Pagination.md +3 -3
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +2 -2
- package/docs/components/Sidebar/examples/Sidebar.md +1 -1
- package/docs/components/Table/examples/Table.md +3 -3
- package/docs/components/Tabs/examples/Tabs.md +3 -3
- package/docs/components/Toolbar/examples/Toolbar.md +7 -7
- package/docs/demos/CardView/examples/CardView.md +2 -0
- package/docs/demos/Nav/examples/Nav.md +2 -0
- package/docs/layouts/Flex/examples/Flex.md +1 -1
- package/docs/layouts/Gallery/examples/Gallery.md +2 -2
- package/docs/layouts/Grid/examples/Grid.md +4 -4
- package/docs/utilities/Accessibility/examples/Accessibility.md +1 -1
- package/docs/utilities/Alignment/examples/Alignment.md +1 -1
- package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +1 -1
- package/docs/utilities/Display/examples/Display.md +1 -1
- package/docs/utilities/Flex/examples/Flex.md +1 -1
- package/docs/utilities/Float/examples/Float.md +1 -1
- package/docs/utilities/Sizing/examples/Sizing.md +6 -6
- package/docs/utilities/Spacing/examples/Spacing.md +1 -1
- package/docs/utilities/Text/examples/Text.md +1 -1
- package/package.json +5 -5
- package/patternfly-base-no-globals.css +1 -1
- package/patternfly-base.css +3 -3
- package/patternfly-charts.css +83 -0
- package/patternfly-charts.scss +126 -0
- package/patternfly-no-globals.css +133 -42
- package/patternfly.css +135 -44
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -5666,7 +5666,7 @@
|
|
|
5666
5666
|
font-style: normal;
|
|
5667
5667
|
font-variant: normal;
|
|
5668
5668
|
font-weight: normal;
|
|
5669
|
-
text-decoration: none;
|
|
5669
|
+
text-decoration-line: none;
|
|
5670
5670
|
text-transform: none;
|
|
5671
5671
|
}
|
|
5672
5672
|
|
|
@@ -8659,7 +8659,7 @@
|
|
|
8659
8659
|
}
|
|
8660
8660
|
.pf-v6-c-banner a {
|
|
8661
8661
|
color: var(--pf-v6-c-banner--link--Color);
|
|
8662
|
-
text-decoration: var(--pf-v6-c-banner--link--TextDecoration);
|
|
8662
|
+
text-decoration-line: var(--pf-v6-c-banner--link--TextDecoration);
|
|
8663
8663
|
}
|
|
8664
8664
|
.pf-v6-c-banner a:hover:not(.pf-m-disabled) {
|
|
8665
8665
|
--pf-v6-c-banner--link--Color: var(--pf-v6-c-banner--link--hover--Color);
|
|
@@ -8672,7 +8672,7 @@
|
|
|
8672
8672
|
--pf-v6-c-button--m-link--Color: var(--pf-v6-c-banner--link--Color);
|
|
8673
8673
|
--pf-v6-c-button--m-link--hover--Color: var(--pf-v6-c-banner--link--hover--Color);
|
|
8674
8674
|
--pf-v6-c-button--disabled--Color: var(--pf-v6-c-banner--link--disabled--Color);
|
|
8675
|
-
text-decoration: var(--pf-v6-c-banner--link--TextDecoration);
|
|
8675
|
+
text-decoration-line: var(--pf-v6-c-banner--link--TextDecoration);
|
|
8676
8676
|
}
|
|
8677
8677
|
.pf-v6-c-banner .pf-v6-c-button.pf-m-inline:disabled, .pf-v6-c-banner .pf-v6-c-button.pf-m-inline.pf-m-disabled {
|
|
8678
8678
|
cursor: not-allowed;
|
|
@@ -8811,7 +8811,8 @@
|
|
|
8811
8811
|
font-weight: var(--pf-v6-c-breadcrumb__link--FontWeight);
|
|
8812
8812
|
line-height: inherit;
|
|
8813
8813
|
color: var(--pf-v6-c-breadcrumb__link--Color);
|
|
8814
|
-
text-decoration: var(--pf-v6-c-breadcrumb__link--TextDecorationLine)
|
|
8814
|
+
text-decoration-line: var(--pf-v6-c-breadcrumb__link--TextDecorationLine);
|
|
8815
|
+
text-decoration-style: var(--pf-v6-c-breadcrumb__link--TextDecorationStyle);
|
|
8815
8816
|
word-break: break-word;
|
|
8816
8817
|
background-color: var(--pf-v6-c-breadcrumb__link--BackgroundColor);
|
|
8817
8818
|
}
|
|
@@ -8825,7 +8826,7 @@
|
|
|
8825
8826
|
}
|
|
8826
8827
|
.pf-v6-c-breadcrumb__link.pf-m-current, .pf-v6-c-breadcrumb__link.pf-m-current:is(:hover, :focus) {
|
|
8827
8828
|
color: var(--pf-v6-c-breadcrumb__link--m-current--Color);
|
|
8828
|
-
text-decoration: none;
|
|
8829
|
+
text-decoration-line: none;
|
|
8829
8830
|
}
|
|
8830
8831
|
button.pf-v6-c-breadcrumb__link {
|
|
8831
8832
|
border: none;
|
|
@@ -8872,6 +8873,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
8872
8873
|
--pf-v6-c-button--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
8873
8874
|
--pf-v6-c-button--TextDecorationLine: none;
|
|
8874
8875
|
--pf-v6-c-button--TextDecorationStyle: none;
|
|
8876
|
+
--pf-v6-c-button--TextDecorationColor: currentcolor;
|
|
8875
8877
|
--pf-v6-c-button--TransitionDuration: var(--pf-t--global--motion--duration--fade--default);
|
|
8876
8878
|
--pf-v6-c-button--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
|
8877
8879
|
--pf-v6-c-button--TransitionProperty: color, background-color, border-width, border-color, padding;
|
|
@@ -8880,6 +8882,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
8880
8882
|
--pf-v6-c-button--hover--BorderWidth: var(--pf-t--global--border--width--action--hover);
|
|
8881
8883
|
--pf-v6-c-button--hover--TextDecorationLine: none;
|
|
8882
8884
|
--pf-v6-c-button--hover--TextDecorationStyle: none;
|
|
8885
|
+
--pf-v6-c-button--hover--TextDecorationColor: currentcolor;
|
|
8883
8886
|
--pf-v6-c-button--m-clicked--BackgroundColor: transparent;
|
|
8884
8887
|
--pf-v6-c-button--m-clicked--BorderColor: transparent;
|
|
8885
8888
|
--pf-v6-c-button--m-clicked--BorderWidth: var(--pf-t--global--border--width--action--clicked);
|
|
@@ -8964,6 +8967,12 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
8964
8967
|
--pf-v6-c-button--span--m-link--m-inline--Display: inline;
|
|
8965
8968
|
--pf-v6-c-button--span--m-link--m-inline__icon--m-start--MarginInlineEnd: var(--pf-t--global--spacer--gap--text-to-element--default);
|
|
8966
8969
|
--pf-v6-c-button--span--m-link--m-inline__icon--m-end--MarginInlineStart: var(--pf-t--global--spacer--gap--text-to-element--default);
|
|
8970
|
+
--pf-v6-c-button--m-link--m-inline--Color: var(--pf-t--global--text--color--brand--default);
|
|
8971
|
+
--pf-v6-c-button--m-link--m-inline__icon--Color: var(--pf-t--global--icon--color--brand--default);
|
|
8972
|
+
--pf-v6-c-button--m-link--m-inline--TextDecorationColor: currentcolor;
|
|
8973
|
+
--pf-v6-c-button--m-link--m-inline--hover--Color: var(--pf-t--global--text--color--brand--hover);
|
|
8974
|
+
--pf-v6-c-button--m-link--m-inline--hover__icon--Color: var(--pf-t--global--icon--color--brand--hover);
|
|
8975
|
+
--pf-v6-c-button--m-link--m-inline--hover--TextDecorationColor: currentcolor;
|
|
8967
8976
|
--pf-v6-c-button--m-plain--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
8968
8977
|
--pf-v6-c-button--m-plain--PaddingInlineEnd: var(--pf-t--global--spacer--action--horizontal--plain--default);
|
|
8969
8978
|
--pf-v6-c-button--m-plain--PaddingInlineStart: var(--pf-t--global--spacer--action--horizontal--plain--default);
|
|
@@ -9071,6 +9080,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
9071
9080
|
--pf-v6-c-button--m-small--PaddingInlineStart: var(--pf-t--global--spacer--action--horizontal--compact);
|
|
9072
9081
|
--pf-v6-c-button--disabled--Color: var(--pf-t--global--text--color--on-disabled);
|
|
9073
9082
|
--pf-v6-c-button--disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
|
|
9083
|
+
--pf-v6-c-button--disabled--TextDecorationColor: currentcolor;
|
|
9074
9084
|
--pf-v6-c-button--disabled--BorderColor: transparent;
|
|
9075
9085
|
--pf-v6-c-button--disabled__icon--Color: var(--pf-t--global--icon--color--on-disabled);
|
|
9076
9086
|
--pf-v6-c-button__icon--Color: var(--pf-t--global--icon--color--regular);
|
|
@@ -9080,6 +9090,8 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
9080
9090
|
--pf-v6-c-button__icon--MarginInlineEnd: 0;
|
|
9081
9091
|
--pf-v6-c-button__icon--m-start--MarginInlineEnd: 0;
|
|
9082
9092
|
--pf-v6-c-button__icon--m-end--MarginInlineStart: 0;
|
|
9093
|
+
--pf-v6-c-button--m-notify__icon--AnimationDuration--notify: var(--pf-t--global--motion--duration--3xl);
|
|
9094
|
+
--pf-v6-c-button--m-notify__icon--AnimationTimingFunction--notify: var(--pf-t--global--motion--timing-function--default);
|
|
9083
9095
|
--pf-v6-c-button__progress--width: calc(var(--pf-t--global--icon--size--lg) + var(--pf-t--global--spacer--sm));
|
|
9084
9096
|
--pf-v6-c-button__progress--Opacity: 0;
|
|
9085
9097
|
--pf-v6-c-button__progress--TranslateY: -50%;
|
|
@@ -9115,7 +9127,9 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
9115
9127
|
line-height: var(--pf-v6-c-button--LineHeight, inherit);
|
|
9116
9128
|
color: var(--pf-v6-c-button--Color);
|
|
9117
9129
|
text-align: center;
|
|
9118
|
-
text-decoration: var(--pf-v6-c-button--TextDecorationLine)
|
|
9130
|
+
text-decoration-line: var(--pf-v6-c-button--TextDecorationLine);
|
|
9131
|
+
text-decoration-style: var(--pf-v6-c-button--TextDecorationStyle);
|
|
9132
|
+
text-decoration-color: var(--pf-v6-c-button--TextDecorationColor);
|
|
9119
9133
|
white-space: nowrap;
|
|
9120
9134
|
cursor: pointer;
|
|
9121
9135
|
user-select: none;
|
|
@@ -9228,6 +9242,12 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
9228
9242
|
--pf-v6-c-button--disabled--BackgroundColor: transparent;
|
|
9229
9243
|
--pf-v6-c-button--disabled--Color: var(--pf-v6-c-button--m-link--m-inline--disabled--Color);
|
|
9230
9244
|
--pf-v6-c-button--disabled__icon--Color: var(--pf-v6-c-button--m-link--m-inline--disabled__icon--Color);
|
|
9245
|
+
--pf-v6-c-button--m-link--Color: var(--pf-v6-c-button--m-link--m-inline--Color);
|
|
9246
|
+
--pf-v6-c-button--m-link__icon--Color: var(--pf-v6-c-button--m-link--m-inline__icon--Color);
|
|
9247
|
+
--pf-v6-c-button--TextDecorationColor: var(--pf-v6-c-button--m-link--m-inline--TextDecorationColor);
|
|
9248
|
+
--pf-v6-c-button--hover--TextDecorationColor: var(--pf-v6-c-button--m-link--m-inline--hover--TextDecorationColor);
|
|
9249
|
+
--pf-v6-c-button--m-link--hover--Color: var(--pf-v6-c-button--m-link--m-inline--hover--Color);
|
|
9250
|
+
--pf-v6-c-button--m-link--hover__icon--Color: var(--pf-v6-c-button--m-link--m-inline--hover__icon--Color);
|
|
9231
9251
|
text-align: start;
|
|
9232
9252
|
white-space: normal;
|
|
9233
9253
|
outline-offset: 0.125rem;
|
|
@@ -9388,7 +9408,9 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
9388
9408
|
--pf-v6-c-button--BorderWidth: var(--pf-v6-c-button--hover--BorderWidth);
|
|
9389
9409
|
--pf-v6-c-button--m-plain--m-no-padding__icon--Color: var(--pf-v6-c-button--m-plain--m-no-padding--hover__icon--Color);
|
|
9390
9410
|
--pf-v6-c-button__icon--Color: var(--pf-v6-c-button--hover__icon--Color);
|
|
9391
|
-
text-decoration: var(--pf-v6-c-button--hover--TextDecorationLine)
|
|
9411
|
+
text-decoration-line: var(--pf-v6-c-button--hover--TextDecorationLine);
|
|
9412
|
+
text-decoration-style: var(--pf-v6-c-button--hover--TextDecorationStyle);
|
|
9413
|
+
text-decoration-color: var(--pf-v6-c-button--hover--TextDecorationColor);
|
|
9392
9414
|
}
|
|
9393
9415
|
.pf-v6-c-button.pf-m-clicked {
|
|
9394
9416
|
--pf-v6-c-button--Color: var(--pf-v6-c-button--m-clicked--Color);
|
|
@@ -9402,6 +9424,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
9402
9424
|
}
|
|
9403
9425
|
.pf-v6-c-button:disabled, .pf-v6-c-button.pf-m-disabled, .pf-v6-c-button.pf-m-aria-disabled {
|
|
9404
9426
|
color: var(--pf-v6-c-button--disabled--Color);
|
|
9427
|
+
text-decoration-color: var(--pf-v6-c-button--disabled--TextDecorationColor);
|
|
9405
9428
|
background-color: var(--pf-v6-c-button--disabled--BackgroundColor);
|
|
9406
9429
|
}
|
|
9407
9430
|
.pf-v6-c-button:disabled::after, .pf-v6-c-button.pf-m-disabled::after, .pf-v6-c-button.pf-m-aria-disabled::after {
|
|
@@ -9433,6 +9456,11 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
9433
9456
|
.pf-v6-c-button.pf-m-in-progress.pf-m-plain > :not(.pf-v6-c-button__progress) {
|
|
9434
9457
|
opacity: 0;
|
|
9435
9458
|
}
|
|
9459
|
+
.pf-v6-c-button.pf-m-notify .pf-v6-c-button__icon {
|
|
9460
|
+
animation-name: pf-v6-c-button-icon-notify;
|
|
9461
|
+
animation-duration: var(--pf-v6-c-button--m-notify__icon--AnimationDuration--notify);
|
|
9462
|
+
animation-timing-function: var(--pf-v6-c-button--m-notify__icon--AnimationTimingFunction--notify);
|
|
9463
|
+
}
|
|
9436
9464
|
|
|
9437
9465
|
.pf-v6-c-button__icon {
|
|
9438
9466
|
margin-inline-start: var(--pf-v6-c-button__icon--MarginInlineStart);
|
|
@@ -9463,6 +9491,14 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
9463
9491
|
align-items: center;
|
|
9464
9492
|
}
|
|
9465
9493
|
|
|
9494
|
+
@keyframes pf-v6-c-button-icon-notify {
|
|
9495
|
+
33% {
|
|
9496
|
+
transform: rotate(30deg);
|
|
9497
|
+
}
|
|
9498
|
+
66% {
|
|
9499
|
+
transform: rotate(-60deg);
|
|
9500
|
+
}
|
|
9501
|
+
}
|
|
9466
9502
|
.pf-v6-c-calendar-month {
|
|
9467
9503
|
--pf-v6-c-calendar-month--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
9468
9504
|
--pf-v6-c-calendar-month--PaddingBlockStart: var(--pf-t--global--spacer--lg);
|
|
@@ -10507,7 +10543,8 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
|
10507
10543
|
|
|
10508
10544
|
:is(.pf-v6-c-content--a, .pf-v6-c-content a) {
|
|
10509
10545
|
color: var(--pf-v6-c-content--a--Color);
|
|
10510
|
-
text-decoration: var(--pf-v6-c-content--a--TextDecorationLine)
|
|
10546
|
+
text-decoration-line: var(--pf-v6-c-content--a--TextDecorationLine);
|
|
10547
|
+
text-decoration-style: var(--pf-v6-c-content--a--TextDecorationStyle);
|
|
10511
10548
|
}
|
|
10512
10549
|
:is(.pf-v6-c-content--a, .pf-v6-c-content a):is(:hover, :focus) {
|
|
10513
10550
|
--pf-v6-c-content--a--Color: var(--pf-v6-c-content--a--hover--Color);
|
|
@@ -11545,7 +11582,7 @@ ul) {
|
|
|
11545
11582
|
--pf-v6-c-description-list__term--Display: inline;
|
|
11546
11583
|
--pf-v6-c-description-list__term--sm--Display: flex;
|
|
11547
11584
|
--pf-v6-c-description-list__term--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
11548
|
-
--pf-v6-c-description-list__term--FontSize: var(--pf-t--global--font--size--body--
|
|
11585
|
+
--pf-v6-c-description-list__term--FontSize: var(--pf-t--global--font--size--body--default);
|
|
11549
11586
|
--pf-v6-c-description-list__term--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
11550
11587
|
--pf-v6-c-description-list__term-icon--MinWidth: var(--pf-t--global--font--size--body--sm);
|
|
11551
11588
|
--pf-v6-c-description-list__term-icon--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
|
@@ -11727,7 +11764,8 @@ ul) {
|
|
|
11727
11764
|
min-width: 0;
|
|
11728
11765
|
}
|
|
11729
11766
|
.pf-v6-c-description-list__text.pf-m-help-text {
|
|
11730
|
-
text-decoration: var(--pf-v6-c-description-list__text--m-help-text--TextDecorationLine)
|
|
11767
|
+
text-decoration-line: var(--pf-v6-c-description-list__text--m-help-text--TextDecorationLine);
|
|
11768
|
+
text-decoration-style: var(--pf-v6-c-description-list__text--m-help-text--TextDecorationStyle);
|
|
11731
11769
|
text-underline-offset: var(--pf-v6-c-description-list__text--m-help-text--TextUnderlineOffset);
|
|
11732
11770
|
cursor: pointer;
|
|
11733
11771
|
}
|
|
@@ -12630,7 +12668,8 @@ ul) {
|
|
|
12630
12668
|
--pf-v6-c-drawer__panel--RowGap: var(--pf-t--global--spacer--sm);
|
|
12631
12669
|
--pf-v6-c-drawer__panel--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
12632
12670
|
--pf-v6-c-drawer__panel--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
12633
|
-
--pf-v6-c-drawer__panel--
|
|
12671
|
+
--pf-v6-c-drawer__panel--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
|
|
12672
|
+
--pf-v6-c-drawer__panel--TransitionDuration: var(--pf-t--global--motion--duration--slide-in--short);
|
|
12634
12673
|
--pf-v6-c-drawer__panel--TransitionProperty: margin, transform, box-shadow, flex-basis;
|
|
12635
12674
|
--pf-v6-c-drawer__panel--FlexBasis: 100%;
|
|
12636
12675
|
--pf-v6-c-drawer__panel--md--FlexBasis--min: 1.5rem;
|
|
@@ -12844,6 +12883,7 @@ ul) {
|
|
|
12844
12883
|
overflow: auto;
|
|
12845
12884
|
background-color: var(--pf-v6-c-drawer__panel--BackgroundColor);
|
|
12846
12885
|
box-shadow: var(--pf-v6-c-drawer__panel--BoxShadow);
|
|
12886
|
+
transition-timing-function: var(--pf-v6-c-drawer__panel--TransitionTimingFunction);
|
|
12847
12887
|
transition-duration: var(--pf-v6-c-drawer__panel--TransitionDuration);
|
|
12848
12888
|
transition-property: var(--pf-v6-c-drawer__panel--TransitionProperty);
|
|
12849
12889
|
-webkit-overflow-scrolling: touch;
|
|
@@ -13740,16 +13780,16 @@ ul) {
|
|
|
13740
13780
|
--pf-v6-c-form__group-label--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
13741
13781
|
--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--PaddingBlockStart: 0;
|
|
13742
13782
|
--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--TranslateY: calc(((((var(--pf-t--global--font--size--body--sm) * var(--pf-t--global--font--line-height--body)) - var(--pf-t--global--font--size--body--sm)) / 2) + var(--pf-t--global--font--size--body--sm)) - ((((var(--pf-t--global--font--size--body--default) * var(--pf-t--global--font--line-height--body)) - var(--pf-t--global--font--size--body--default)) / 2) + var(--pf-t--global--font--size--body--default)));
|
|
13743
|
-
--pf-v6-c-form__label--FontSize: var(--pf-t--global--font--size--body--
|
|
13783
|
+
--pf-v6-c-form__label--FontSize: var(--pf-t--global--font--size--body--default);
|
|
13744
13784
|
--pf-v6-c-form__label--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
13745
13785
|
--pf-v6-c-form__label--m-disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
13746
13786
|
--pf-v6-c-form__label--hover--Cursor: pointer;
|
|
13747
13787
|
--pf-v6-c-form__label--m-disabled--hover--Cursor: not-allowed;
|
|
13748
13788
|
--pf-v6-c-form__label-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
13749
13789
|
--pf-v6-c-form__label-required--MarginInlineStart: var(--pf-t--global--spacer--xs);
|
|
13750
|
-
--pf-v6-c-form__label-required--FontSize: var(--pf-t--global--font--size--body--
|
|
13790
|
+
--pf-v6-c-form__label-required--FontSize: var(--pf-t--global--font--size--body--default);
|
|
13751
13791
|
--pf-v6-c-form__label-required--Color: var(--pf-t--global--color--status--danger--default);
|
|
13752
|
-
--pf-v6-c-form__group-label-help--FontSize: var(--pf-t--global--font--size--body--
|
|
13792
|
+
--pf-v6-c-form__group-label-help--FontSize: var(--pf-t--global--font--size--body--default);
|
|
13753
13793
|
--pf-v6-c-form__group-label--m-info--Gap: var(--pf-t--global--spacer--gap--horizontal);
|
|
13754
13794
|
--pf-v6-c-form__group-label-info--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
13755
13795
|
--pf-v6-c-form--m-horizontal__group-label--m-info--Gap: var(--pf-t--global--spacer--gap--group--vertical);
|
|
@@ -14063,9 +14103,6 @@ ul) {
|
|
|
14063
14103
|
font-size: var(--pf-v6-c-form__label--FontSize);
|
|
14064
14104
|
line-height: var(--pf-v6-c-form__label--LineHeight);
|
|
14065
14105
|
}
|
|
14066
|
-
.pf-v6-c-form__label::selection {
|
|
14067
|
-
background-color: none;
|
|
14068
|
-
}
|
|
14069
14106
|
.pf-v6-c-form__label:not(.pf-m-disabled):hover {
|
|
14070
14107
|
cursor: var(--pf-v6-c-form__label--hover--Cursor);
|
|
14071
14108
|
}
|
|
@@ -15280,7 +15317,7 @@ label.pf-v6-c-input-group__text {
|
|
|
15280
15317
|
padding-block-end: var(--pf-v6-c-jump-links__link--PaddingBlockEnd);
|
|
15281
15318
|
padding-inline-start: var(--pf-v6-c-jump-links__link--PaddingInlineStart);
|
|
15282
15319
|
padding-inline-end: var(--pf-v6-c-jump-links__link--PaddingInlineEnd);
|
|
15283
|
-
text-decoration: none;
|
|
15320
|
+
text-decoration-line: none;
|
|
15284
15321
|
outline-offset: var(--pf-v6-c-jump-links__link--OutlineOffset);
|
|
15285
15322
|
}
|
|
15286
15323
|
.pf-v6-c-jump-links__link:is(:hover, :focus) {
|
|
@@ -15721,7 +15758,8 @@ label.pf-v6-c-input-group__text {
|
|
|
15721
15758
|
--pf-v6-c-label--m-editable--TextDecorationStyle: var(--pf-v6-c-label--m-editable--hover--TextDecorationStyle);
|
|
15722
15759
|
}
|
|
15723
15760
|
.pf-v6-c-label.pf-m-editable .pf-v6-c-label__text {
|
|
15724
|
-
text-decoration: var(--pf-v6-c-label--m-editable--TextDecorationLine)
|
|
15761
|
+
text-decoration-line: var(--pf-v6-c-label--m-editable--TextDecorationLine);
|
|
15762
|
+
text-decoration-style: var(--pf-v6-c-label--m-editable--TextDecorationStyle);
|
|
15725
15763
|
text-underline-offset: var(--pf-v6-c-label--m-editable--TextUnderlineOffset);
|
|
15726
15764
|
}
|
|
15727
15765
|
.pf-v6-c-label.pf-m-editable-active {
|
|
@@ -15754,7 +15792,7 @@ label.pf-v6-c-input-group__text {
|
|
|
15754
15792
|
--pf-v6-c-label__content--Cursor: var(--pf-v6-c-label--m-clickable__content--Cursor);
|
|
15755
15793
|
}
|
|
15756
15794
|
.pf-v6-c-label.pf-m-clickable .pf-v6-c-label__content, .pf-v6-c-label.pf-m-clickable .pf-v6-c-label__content:is(:hover, :focus) {
|
|
15757
|
-
text-decoration: none;
|
|
15795
|
+
text-decoration-line: none;
|
|
15758
15796
|
}
|
|
15759
15797
|
.pf-v6-c-label.pf-m-clickable .pf-v6-c-label__content:is(:hover, :focus) {
|
|
15760
15798
|
--pf-v6-c-label--Color: var(--pf-v6-c-label--m-clickable--hover--Color);
|
|
@@ -17021,11 +17059,20 @@ ul.pf-v6-c-list {
|
|
|
17021
17059
|
.pf-v6-c-menu__item-action:is(.pf-m-disabled, :disabled, .pf-m-aria-disabled, [aria-disabled=true]) {
|
|
17022
17060
|
--pf-v6-c-menu__item--Color: var(--pf-v6-c-menu__item--m-disabled--Color);
|
|
17023
17061
|
--pf-v6-c-menu__item-toggle-icon--Color: var(--pf-v6-c-menu--icon--disabled--Color);
|
|
17024
|
-
--pf-v6-c-menu__item-external
|
|
17062
|
+
--pf-v6-c-menu__item-external--Color: transparent;
|
|
17063
|
+
--pf-v6-c-menu__item-select-icon--Color: transparent;
|
|
17025
17064
|
--pf-v6-c-menu__item-description--Color: var(--pf-v6-c-menu--icon--disabled--Color);
|
|
17026
17065
|
--pf-v6-c-menu__list-item--BackgroundColor: transparent;
|
|
17066
|
+
--pf-v6-c-menu__list-item--hover--BackgroundColor: transparent;
|
|
17067
|
+
}
|
|
17068
|
+
.pf-v6-c-menu__list-item:is(.pf-m-disabled, :disabled),
|
|
17069
|
+
.pf-v6-c-menu__item-action:is(.pf-m-disabled, :disabled) {
|
|
17027
17070
|
pointer-events: none;
|
|
17028
17071
|
}
|
|
17072
|
+
.pf-v6-c-menu__list-item.pf-m-aria-disabled .pf-v6-c-menu__item,
|
|
17073
|
+
.pf-v6-c-menu__item-action.pf-m-aria-disabled .pf-v6-c-menu__item {
|
|
17074
|
+
cursor: default;
|
|
17075
|
+
}
|
|
17029
17076
|
|
|
17030
17077
|
[class*=pf-v6-c-menu]:is([hidden]) {
|
|
17031
17078
|
display: none;
|
|
@@ -17273,7 +17320,7 @@ ul.pf-v6-c-list {
|
|
|
17273
17320
|
line-height: var(--pf-v6-c-menu__item--LineHeight);
|
|
17274
17321
|
color: var(--pf-v6-c-menu__item--Color);
|
|
17275
17322
|
text-align: start;
|
|
17276
|
-
text-decoration: none;
|
|
17323
|
+
text-decoration-line: none;
|
|
17277
17324
|
background-color: var(--pf-v6-c-menu__item--BackgroundColor);
|
|
17278
17325
|
border: 0;
|
|
17279
17326
|
outline-offset: var(--pf-v6-c-menu--OutlineOffset);
|
|
@@ -17483,6 +17530,7 @@ ul.pf-v6-c-list {
|
|
|
17483
17530
|
--pf-v6-c-menu-toggle--m-primary--m-small--PaddingInlineEnd: var(--pf-t--global--spacer--action--horizontal--compact);
|
|
17484
17531
|
--pf-v6-c-menu-toggle--m-secondary--PaddingInlineStart: var(--pf-t--global--spacer--action--horizontal--default);
|
|
17485
17532
|
--pf-v6-c-menu-toggle--m-secondary--PaddingInlineEnd: var(--pf-t--global--spacer--action--horizontal--default);
|
|
17533
|
+
--pf-v6-c-menu-toggle--m-secondary--BackgroundColor: transparent;
|
|
17486
17534
|
--pf-v6-c-menu-toggle--m-secondary--Color: var(--pf-t--global--text--color--brand--default);
|
|
17487
17535
|
--pf-v6-c-menu-toggle--m-secondary--BorderColor: var(--pf-t--global--border--color--brand--default);
|
|
17488
17536
|
--pf-v6-c-menu-toggle--m-secondary--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
@@ -17490,6 +17538,7 @@ ul.pf-v6-c-list {
|
|
|
17490
17538
|
--pf-v6-c-menu-toggle--m-secondary--hover--BorderWidth: var(--pf-t--global--border--width--action--hover);
|
|
17491
17539
|
--pf-v6-c-menu-toggle--m-secondary--hover--BorderColor: var(--pf-t--global--border--color--brand--hover);
|
|
17492
17540
|
--pf-v6-c-menu-toggle--m-secondary--expanded--Color: var(--pf-t--global--text--color--brand--clicked);
|
|
17541
|
+
--pf-v6-c-menu-toggle--m-secondary--expanded--BackgroundColor: transparent;
|
|
17493
17542
|
--pf-v6-c-menu-toggle--m-secondary--expanded--BorderWidth: var(--pf-t--global--border--width--action--clicked);
|
|
17494
17543
|
--pf-v6-c-menu-toggle--m-secondary--expanded--BorderColor: var(--pf-t--global--border--color--brand--clicked);
|
|
17495
17544
|
--pf-v6-c-menu-toggle--m-secondary__toggle-icon--Color: var(--pf-t--global--icon--color--brand--default);
|
|
@@ -17615,12 +17664,14 @@ ul.pf-v6-c-list {
|
|
|
17615
17664
|
--pf-v6-c-menu-toggle--PaddingInlineStart: var(--pf-v6-c-menu-toggle--m-secondary--PaddingInlineStart);
|
|
17616
17665
|
--pf-v6-c-menu-toggle--PaddingInlineEnd: var(--pf-v6-c-menu-toggle--m-secondary--PaddingInlineEnd);
|
|
17617
17666
|
--pf-v6-c-menu-toggle--Color: var(--pf-v6-c-menu-toggle--m-secondary--Color);
|
|
17667
|
+
--pf-v6-c-menu-toggle--BackgroundColor: var(--pf-v6-c-menu-toggle--m-secondary--BackgroundColor);
|
|
17618
17668
|
--pf-v6-c-menu-toggle--BorderColor: var(--pf-v6-c-menu-toggle--m-secondary--BorderColor);
|
|
17619
17669
|
--pf-v6-c-menu-toggle--BorderRadius: var(--pf-v6-c-menu-toggle--m-secondary--BorderRadius);
|
|
17620
17670
|
--pf-v6-c-menu-toggle--hover--Color: var(--pf-v6-c-menu-toggle--m-secondary--hover--Color);
|
|
17621
17671
|
--pf-v6-c-menu-toggle--hover--BorderWidth: var(--pf-v6-c-menu-toggle--m-secondary--hover--BorderWidth);
|
|
17622
17672
|
--pf-v6-c-menu-toggle--hover--BorderColor: var(--pf-v6-c-menu-toggle--m-secondary--hover--BorderColor);
|
|
17623
17673
|
--pf-v6-c-menu-toggle--expanded--Color: var(--pf-v6-c-menu-toggle--m-secondary--expanded--Color);
|
|
17674
|
+
--pf-v6-c-menu-toggle--expanded--BackgroundColor: var(--pf-v6-c-menu-toggle--m-secondary--expanded--BackgroundColor);
|
|
17624
17675
|
--pf-v6-c-menu-toggle--expanded--BorderWidth: var(--pf-v6-c-menu-toggle--m-secondary--expanded--BorderWidth);
|
|
17625
17676
|
--pf-v6-c-menu-toggle--hover__toggle-icon--Color: var(--pf-v6-c-menu-toggle--m-secondary--hover__toggle-icon--Color);
|
|
17626
17677
|
--pf-v6-c-menu-toggle--expanded__toggle-icon--Color: var(--pf-v6-c-menu-toggle--m-secondary--expanded__toggle-icon--Color);
|
|
@@ -18301,13 +18352,15 @@ ul.pf-v6-c-list {
|
|
|
18301
18352
|
--pf-v6-c-nav__item--ScrollSnapAlign: end;
|
|
18302
18353
|
--pf-v6-c-nav__section-title--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
18303
18354
|
--pf-v6-c-nav__section-title--Color: var(--pf-t--global--text--color--regular);
|
|
18304
|
-
--pf-v6-c-nav__section-title--PaddingBlockStart:
|
|
18305
|
-
--pf-v6-c-nav__section-title--PaddingBlockEnd:
|
|
18355
|
+
--pf-v6-c-nav__section-title--PaddingBlockStart: 0;
|
|
18356
|
+
--pf-v6-c-nav__section-title--PaddingBlockEnd: 0;
|
|
18306
18357
|
--pf-v6-c-nav__section-title--PaddingInlineStart: var(--pf-v6-c-nav__link--PaddingInlineStart);
|
|
18307
18358
|
--pf-v6-c-nav__section-title--PaddingInlineEnd: var(--pf-v6-c-nav__link--PaddingInlineEnd);
|
|
18308
18359
|
--pf-v6-c-nav__item--RowGap: var(--pf-v6-c-nav__list--RowGap);
|
|
18309
18360
|
--pf-v6-c-nav__item__toggle-icon--Rotate: 0;
|
|
18310
18361
|
--pf-v6-c-nav__item--m-expanded__toggle-icon--Rotate: 90deg;
|
|
18362
|
+
--pf-v6-c-nav__item__toggle-icon--TransitionDuration--transform: var(--pf-t--global--motion--duration--icon--default);
|
|
18363
|
+
--pf-v6-c-nav__item__toggle-icon--TransitionTimingFunction--transform: var(--pf-t--global--motion--timing-function--default);
|
|
18311
18364
|
--pf-v6-c-nav__link--ColumnGap: var(--pf-t--global--spacer--sm);
|
|
18312
18365
|
--pf-v6-c-nav__link--AlignItems: baseline;
|
|
18313
18366
|
--pf-v6-c-nav__link--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
@@ -18318,10 +18371,19 @@ ul.pf-v6-c-list {
|
|
|
18318
18371
|
--pf-v6-c-nav__link--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--alt--hover);
|
|
18319
18372
|
--pf-v6-c-nav__link--m-current--BackgroundColor: var(--pf-t--global--background--color--action--plain--alt--clicked);
|
|
18320
18373
|
--pf-v6-c-nav__link--m-current--Color: var(--pf-t--global--text--color--regular);
|
|
18374
|
+
--pf-v6-c-nav__link--TransitionDuration--background-color: var(--pf-t--global--motion--duration--fade--default);
|
|
18375
|
+
--pf-v6-c-nav__link--TransitionTimingFunction--background-color: var(--pf-t--global--motion--timing-function--default);
|
|
18376
|
+
--pf-v6-c-nav__link--m-current--TransitionDuration--color: var(--pf-t--global--motion--duration--fade--short);
|
|
18377
|
+
--pf-v6-c-nav__link--m-current--TransitionTimingFunction--color: var(--pf-t--global--motion--timing-function--default);
|
|
18321
18378
|
--pf-v6-c-nav__link-icon--Color: var(--pf-t--global--icon--color--subtle);
|
|
18322
18379
|
--pf-v6-c-nav__link--m-current__link-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
18323
18380
|
--pf-v6-c-nav__subnav--RowGap: var(--pf-t--global--border--width--extra-strong);
|
|
18381
|
+
--pf-v6-c-nav__subnav--PaddingBlockStart: var(--pf-v6-c-nav__item--RowGap);
|
|
18382
|
+
--pf-v6-c-nav__subnav--PaddingBlockEnd: var(--pf-v6-c-nav__item--RowGap);
|
|
18324
18383
|
--pf-v6-c-nav__subnav--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
18384
|
+
--pf-v6-c-nav__subnav--TransitionDuration--expansion: 0s;
|
|
18385
|
+
--pf-v6-c-nav__subnav--hidden--TransitionDuration--expansion: 0s;
|
|
18386
|
+
--pf-v6-c-nav__subnav--TransitionTimingFunction--expansion: var(--pf-t--global--motion--timing-function--default);
|
|
18325
18387
|
--pf-v6-c-nav__scroll-button--BorderColor: var(--pf-t--global--border--color--default);
|
|
18326
18388
|
--pf-v6-c-nav__scroll-button--BorderWidth: var(--pf-t--global--border--width--divider--default);
|
|
18327
18389
|
--pf-v6-c-nav__scroll-button--first-of-type--c-button--BorderStartStartRadius: var(--pf-t--global--border--radius--pill);
|
|
@@ -18350,6 +18412,12 @@ ul.pf-v6-c-list {
|
|
|
18350
18412
|
--pf-v6-c-nav--m-horizontal--m-subnav__link--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
18351
18413
|
--pf-v6-c-nav--m-horizontal--m-subnav__link--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
|
18352
18414
|
}
|
|
18415
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
18416
|
+
.pf-v6-c-nav {
|
|
18417
|
+
--pf-v6-c-nav__subnav--TransitionDuration--expansion: var(--pf-t--global--motion--duration--slide-in--default);
|
|
18418
|
+
--pf-v6-c-nav__subnav--hidden--TransitionDuration--expansion: var(--pf-t--global--motion--duration--slide-in--short);
|
|
18419
|
+
}
|
|
18420
|
+
}
|
|
18353
18421
|
|
|
18354
18422
|
.pf-v6-c-nav,
|
|
18355
18423
|
.pf-v6-c-nav__section,
|
|
@@ -18401,7 +18469,7 @@ ul.pf-v6-c-list {
|
|
|
18401
18469
|
}
|
|
18402
18470
|
|
|
18403
18471
|
[class^=pf-v6-c-nav][hidden] {
|
|
18404
|
-
|
|
18472
|
+
visibility: hidden;
|
|
18405
18473
|
}
|
|
18406
18474
|
|
|
18407
18475
|
.pf-v6-c-nav__nav,
|
|
@@ -18410,30 +18478,43 @@ ul.pf-v6-c-list {
|
|
|
18410
18478
|
--pf-v6-c-nav__item--RowGap--row-offset: calc(var(--pf-v6-c-nav__list--RowGap) / 2 * -1);
|
|
18411
18479
|
--pf-v6-c-nav__link--clickable-inset--Block: var(--pf-v6-c-nav__item--RowGap--row-offset);
|
|
18412
18480
|
--pf-v6-c-nav__button--RowGap--row-offset: calc(var(--pf-v6-c-nav__item--RowGap) * -1);
|
|
18481
|
+
visibility: visible;
|
|
18413
18482
|
}
|
|
18414
18483
|
|
|
18415
18484
|
.pf-v6-c-nav__list {
|
|
18416
18485
|
row-gap: var(--pf-v6-c-nav__list--RowGap);
|
|
18417
18486
|
column-gap: var(--pf-v6-c-nav__list--ColumnGap);
|
|
18487
|
+
min-height: 0;
|
|
18418
18488
|
}
|
|
18419
18489
|
|
|
18420
18490
|
.pf-v6-c-nav__subnav {
|
|
18421
18491
|
--pf-v6-c-nav__list--RowGap: var(--pf-v6-c-nav__subnav--RowGap);
|
|
18492
|
+
grid-template-rows: 1fr;
|
|
18493
|
+
min-height: 0;
|
|
18494
|
+
padding-block-start: var(--pf-v6-c-nav__subnav--PaddingBlockStart);
|
|
18495
|
+
padding-block-end: var(--pf-v6-c-nav__subnav--PaddingBlockEnd);
|
|
18422
18496
|
padding-inline-start: var(--pf-v6-c-nav__subnav--PaddingInlineStart);
|
|
18497
|
+
overflow-y: clip;
|
|
18498
|
+
transition-timing-function: var(--pf-v6-c-nav__subnav--TransitionTimingFunction--expansion);
|
|
18499
|
+
transition-duration: var(--pf-v6-c-nav__subnav--TransitionDuration--expansion);
|
|
18500
|
+
transition-property: grid-template-rows, padding-block-start, padding-block-end, opacity;
|
|
18501
|
+
}
|
|
18502
|
+
.pf-v6-c-nav__subnav[hidden] {
|
|
18503
|
+
--pf-v6-c-nav__subnav--TransitionDuration--expansion: var(--pf-v6-c-nav__subnav--hidden--TransitionDuration--expansion);
|
|
18504
|
+
--pf-v6-c-nav__subnav--PaddingBlockStart: 0;
|
|
18505
|
+
--pf-v6-c-nav__subnav--PaddingBlockEnd: 0;
|
|
18506
|
+
grid-template-rows: 0fr;
|
|
18507
|
+
opacity: 0;
|
|
18423
18508
|
}
|
|
18424
18509
|
|
|
18425
18510
|
.pf-v6-c-nav__item {
|
|
18426
|
-
row-gap: var(--pf-v6-c-nav__item--RowGap);
|
|
18427
18511
|
scroll-snap-align: var(--pf-v6-c-nav__item--ScrollSnapAlign);
|
|
18428
18512
|
}
|
|
18429
18513
|
.pf-v6-c-nav__item > .pf-v6-c-nav__link[button] {
|
|
18430
18514
|
margin-block-end: var(--pf-v6-c-nav__button--RowGap--row-offset);
|
|
18431
18515
|
}
|
|
18432
|
-
.pf-v6-c-nav__item.pf-m-expanded:
|
|
18433
|
-
margin-block-end: var(--pf-v6-c-
|
|
18434
|
-
}
|
|
18435
|
-
.pf-v6-c-nav__item.pf-m-expanded:is(:not(:only-child, :last-child)) + .pf-v6-c-nav__item > .pf-v6-c-nav__link::before {
|
|
18436
|
-
inset-block-start: calc(var(--pf-v6-c-nav__item--RowGap) * -1 - var(--pf-v6-c-nav__list--RowGap));
|
|
18516
|
+
.pf-v6-c-nav__item.pf-m-expanded:last-child > .pf-v6-c-nav__subnav {
|
|
18517
|
+
margin-block-end: calc(var(--pf-v6-c-nav__subnav--PaddingBlockEnd) * -1);
|
|
18437
18518
|
}
|
|
18438
18519
|
|
|
18439
18520
|
.pf-v6-c-nav__section {
|
|
@@ -18464,13 +18545,13 @@ ul.pf-v6-c-list {
|
|
|
18464
18545
|
line-height: var(--pf-v6-c-nav__link--LineHeight, inherit);
|
|
18465
18546
|
color: var(--pf-v6-c-nav__link--Color);
|
|
18466
18547
|
text-align: start;
|
|
18467
|
-
text-decoration: none;
|
|
18548
|
+
text-decoration-line: none;
|
|
18468
18549
|
background-color: var(--pf-v6-c-nav__link--BackgroundColor);
|
|
18469
18550
|
border: none;
|
|
18470
18551
|
border-radius: var(--pf-v6-c-nav__link--BorderRadius);
|
|
18471
|
-
|
|
18472
|
-
|
|
18473
|
-
|
|
18552
|
+
transition-timing-function: var(--pf-v6-c-nav__link--TransitionTimingFunction--background-color), var(--pf-v6-c-nav__link--m-current--TransitionTimingFunction--color);
|
|
18553
|
+
transition-duration: var(--pf-v6-c-nav__link--TransitionDuration--background-color), var(--pf-v6-c-nav__link--m-current--TransitionDuration--color);
|
|
18554
|
+
transition-property: background-color, color;
|
|
18474
18555
|
}
|
|
18475
18556
|
.pf-v6-c-nav__link:hover, .pf-v6-c-nav__link.pf-m-hover, .pf-v6-c-nav__link:focus {
|
|
18476
18557
|
color: var(--pf-v6-c-nav__link--hover--Color);
|
|
@@ -18495,6 +18576,9 @@ ul.pf-v6-c-list {
|
|
|
18495
18576
|
|
|
18496
18577
|
.pf-v6-c-nav__toggle-icon {
|
|
18497
18578
|
display: inline-block;
|
|
18579
|
+
transition-timing-function: var(--pf-v6-c-nav__item__toggle-icon--TransitionTimingFunction--transform);
|
|
18580
|
+
transition-duration: var(--pf-v6-c-nav__item__toggle-icon--TransitionDuration--transform);
|
|
18581
|
+
transition-property: transform;
|
|
18498
18582
|
transform: rotate(var(--pf-v6-c-nav__item__toggle-icon--Rotate));
|
|
18499
18583
|
}
|
|
18500
18584
|
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-nav__toggle-icon {
|
|
@@ -20167,9 +20251,11 @@ ul.pf-v6-c-list {
|
|
|
20167
20251
|
}
|
|
20168
20252
|
|
|
20169
20253
|
.pf-v6-c-popover__title-text {
|
|
20254
|
+
min-width: 0;
|
|
20170
20255
|
font-size: var(--pf-v6-c-popover__title-text--FontSize);
|
|
20171
20256
|
font-weight: var(--pf-v6-c-popover__title-text--FontWeight);
|
|
20172
20257
|
color: var(--pf-v6-c-popover__title-text--Color);
|
|
20258
|
+
overflow-wrap: break-word;
|
|
20173
20259
|
}
|
|
20174
20260
|
|
|
20175
20261
|
.pf-v6-c-popover__body {
|
|
@@ -20184,6 +20270,7 @@ ul.pf-v6-c-list {
|
|
|
20184
20270
|
--pf-v6-c-progress--GridGap: var(--pf-t--global--spacer--md);
|
|
20185
20271
|
--pf-v6-c-progress__bar--Height: var(--pf-t--global--spacer--md);
|
|
20186
20272
|
--pf-v6-c-progress__bar--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
|
|
20273
|
+
--pf-v6-c-progress__bar--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
20187
20274
|
--pf-v6-c-progress__measure--m-static-width--MinWidth: 4.5ch;
|
|
20188
20275
|
--pf-v6-c-progress__status--Gap: var(--pf-t--global--spacer--sm);
|
|
20189
20276
|
--pf-v6-c-progress__status-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
@@ -20325,7 +20412,9 @@ ul.pf-v6-c-list {
|
|
|
20325
20412
|
grid-column: 1/3;
|
|
20326
20413
|
align-self: center;
|
|
20327
20414
|
height: var(--pf-v6-c-progress__bar--Height);
|
|
20415
|
+
overflow: hidden;
|
|
20328
20416
|
background-color: var(--pf-v6-c-progress__bar--BackgroundColor);
|
|
20417
|
+
border-radius: var(--pf-v6-c-progress__bar--BorderRadius);
|
|
20329
20418
|
}
|
|
20330
20419
|
|
|
20331
20420
|
.pf-v6-c-progress__indicator {
|
|
@@ -20662,7 +20751,8 @@ ul.pf-v6-c-list {
|
|
|
20662
20751
|
.pf-v6-c-progress-stepper__step-title.pf-m-help-text {
|
|
20663
20752
|
padding-inline-start: var(--pf-v6-c-progress-stepper__step-title--m-help-text--PaddingInlineStart);
|
|
20664
20753
|
padding-inline-end: var(--pf-v6-c-progress-stepper__step-title--m-help-text--PaddingInlineEnd);
|
|
20665
|
-
text-decoration: var(--pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationLine)
|
|
20754
|
+
text-decoration-line: var(--pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationLine);
|
|
20755
|
+
text-decoration-style: var(--pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationStyle);
|
|
20666
20756
|
text-underline-offset: var(--pf-v6-c-progress-stepper__step-title--m-help-text--TextUnderlineOffset);
|
|
20667
20757
|
cursor: pointer;
|
|
20668
20758
|
}
|
|
@@ -21415,7 +21505,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
21415
21505
|
font-size: var(--pf-v6-c-simple-list__item-link--FontSize);
|
|
21416
21506
|
color: var(--pf-v6-c-simple-list__item-link--Color);
|
|
21417
21507
|
text-align: start;
|
|
21418
|
-
text-decoration: none;
|
|
21508
|
+
text-decoration-line: none;
|
|
21419
21509
|
background-color: var(--pf-v6-c-simple-list__item-link--BackgroundColor);
|
|
21420
21510
|
border: none;
|
|
21421
21511
|
border-radius: var(--pf-v6-c-simple-list__item-link--BorderRadius);
|
|
@@ -21428,7 +21518,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
21428
21518
|
.pf-v6-c-simple-list__item-link:is(:hover, :focus) {
|
|
21429
21519
|
--pf-v6-c-simple-list__item-link--BackgroundColor: var(--pf-v6-c-simple-list__item-link--hover--BackgroundColor);
|
|
21430
21520
|
--pf-v6-c-simple-list__item-link--Color: var(--pf-v6-c-simple-list__item-link--hover--Color);
|
|
21431
|
-
text-decoration: none;
|
|
21521
|
+
text-decoration-line: none;
|
|
21432
21522
|
}
|
|
21433
21523
|
.pf-v6-c-simple-list__item-link.pf-m-current {
|
|
21434
21524
|
--pf-v6-c-simple-list__item-link--BackgroundColor: var(--pf-v6-c-simple-list__item-link--m-current--BackgroundColor);
|
|
@@ -25940,7 +26030,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
25940
26030
|
padding-inline-end: var(--pf-v6-c-tabs__link--PaddingInlineEnd);
|
|
25941
26031
|
font-size: var(--pf-v6-c-tabs__link--FontSize);
|
|
25942
26032
|
color: var(--pf-v6-c-tabs__link--Color);
|
|
25943
|
-
text-decoration: none;
|
|
26033
|
+
text-decoration-line: none;
|
|
25944
26034
|
background-color: var(--pf-v6-c-tabs__link--BackgroundColor);
|
|
25945
26035
|
border-radius: var(--pf-v6-c-tabs__link--BorderRadius);
|
|
25946
26036
|
}
|
|
@@ -26580,7 +26670,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
26580
26670
|
}
|
|
26581
26671
|
.pf-v6-c-timestamp.pf-m-help-text {
|
|
26582
26672
|
--pf-v6-c-timestamp--Color: var(--pf-v6-c-timestamp--m-help-text--Color);
|
|
26583
|
-
text-decoration: var(--pf-v6-c-timestamp--m-help-text--TextDecorationLine)
|
|
26673
|
+
text-decoration-line: var(--pf-v6-c-timestamp--m-help-text--TextDecorationLine);
|
|
26674
|
+
text-decoration-style: var(--pf-v6-c-timestamp--m-help-text--TextDecorationStyle);
|
|
26584
26675
|
text-underline-offset: var(--pf-v6-c-timestamp--m-help-text--TextUnderlineOffset);
|
|
26585
26676
|
cursor: pointer;
|
|
26586
26677
|
}
|
|
@@ -26793,7 +26884,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
26793
26884
|
--pf-v6-c-toggle-group__button--BackgroundColor: var(--pf-v6-c-toggle-group__button--hover--BackgroundColor);
|
|
26794
26885
|
--pf-v6-c-toggle-group__button--ZIndex: var(--pf-v6-c-toggle-group__button--hover--ZIndex);
|
|
26795
26886
|
--pf-v6-c-toggle-group__button--before--BorderColor: var(--pf-v6-c-toggle-group__button--hover--before--BorderColor);
|
|
26796
|
-
text-decoration: none;
|
|
26887
|
+
text-decoration-line: none;
|
|
26797
26888
|
}
|
|
26798
26889
|
.pf-v6-c-toggle-group__button.pf-m-selected {
|
|
26799
26890
|
--pf-v6-c-toggle-group__button--BackgroundColor: var(--pf-v6-c-toggle-group__button--m-selected--BackgroundColor);
|
|
@@ -29744,7 +29835,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
29744
29835
|
padding-inline: 0;
|
|
29745
29836
|
color: var(--pf-v6-c-wizard__nav-link--Color);
|
|
29746
29837
|
text-align: start;
|
|
29747
|
-
text-decoration: var(--pf-v6-c-wizard__nav-link--TextDecoration);
|
|
29838
|
+
text-decoration-line: var(--pf-v6-c-wizard__nav-link--TextDecoration);
|
|
29748
29839
|
word-break: break-word;
|
|
29749
29840
|
counter-increment: wizard-nav-count;
|
|
29750
29841
|
background-color: transparent;
|