@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
package/components/_index.css
CHANGED
|
@@ -1197,7 +1197,7 @@
|
|
|
1197
1197
|
}
|
|
1198
1198
|
.pf-v6-c-banner a {
|
|
1199
1199
|
color: var(--pf-v6-c-banner--link--Color);
|
|
1200
|
-
text-decoration: var(--pf-v6-c-banner--link--TextDecoration);
|
|
1200
|
+
text-decoration-line: var(--pf-v6-c-banner--link--TextDecoration);
|
|
1201
1201
|
}
|
|
1202
1202
|
.pf-v6-c-banner a:hover:not(.pf-m-disabled) {
|
|
1203
1203
|
--pf-v6-c-banner--link--Color: var(--pf-v6-c-banner--link--hover--Color);
|
|
@@ -1210,7 +1210,7 @@
|
|
|
1210
1210
|
--pf-v6-c-button--m-link--Color: var(--pf-v6-c-banner--link--Color);
|
|
1211
1211
|
--pf-v6-c-button--m-link--hover--Color: var(--pf-v6-c-banner--link--hover--Color);
|
|
1212
1212
|
--pf-v6-c-button--disabled--Color: var(--pf-v6-c-banner--link--disabled--Color);
|
|
1213
|
-
text-decoration: var(--pf-v6-c-banner--link--TextDecoration);
|
|
1213
|
+
text-decoration-line: var(--pf-v6-c-banner--link--TextDecoration);
|
|
1214
1214
|
}
|
|
1215
1215
|
.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 {
|
|
1216
1216
|
cursor: not-allowed;
|
|
@@ -1349,7 +1349,8 @@
|
|
|
1349
1349
|
font-weight: var(--pf-v6-c-breadcrumb__link--FontWeight);
|
|
1350
1350
|
line-height: inherit;
|
|
1351
1351
|
color: var(--pf-v6-c-breadcrumb__link--Color);
|
|
1352
|
-
text-decoration: var(--pf-v6-c-breadcrumb__link--TextDecorationLine)
|
|
1352
|
+
text-decoration-line: var(--pf-v6-c-breadcrumb__link--TextDecorationLine);
|
|
1353
|
+
text-decoration-style: var(--pf-v6-c-breadcrumb__link--TextDecorationStyle);
|
|
1353
1354
|
word-break: break-word;
|
|
1354
1355
|
background-color: var(--pf-v6-c-breadcrumb__link--BackgroundColor);
|
|
1355
1356
|
}
|
|
@@ -1363,7 +1364,7 @@
|
|
|
1363
1364
|
}
|
|
1364
1365
|
.pf-v6-c-breadcrumb__link.pf-m-current, .pf-v6-c-breadcrumb__link.pf-m-current:is(:hover, :focus) {
|
|
1365
1366
|
color: var(--pf-v6-c-breadcrumb__link--m-current--Color);
|
|
1366
|
-
text-decoration: none;
|
|
1367
|
+
text-decoration-line: none;
|
|
1367
1368
|
}
|
|
1368
1369
|
button.pf-v6-c-breadcrumb__link {
|
|
1369
1370
|
border: none;
|
|
@@ -1410,6 +1411,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1410
1411
|
--pf-v6-c-button--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
1411
1412
|
--pf-v6-c-button--TextDecorationLine: none;
|
|
1412
1413
|
--pf-v6-c-button--TextDecorationStyle: none;
|
|
1414
|
+
--pf-v6-c-button--TextDecorationColor: currentcolor;
|
|
1413
1415
|
--pf-v6-c-button--TransitionDuration: var(--pf-t--global--motion--duration--fade--default);
|
|
1414
1416
|
--pf-v6-c-button--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
|
1415
1417
|
--pf-v6-c-button--TransitionProperty: color, background-color, border-width, border-color, padding;
|
|
@@ -1418,6 +1420,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1418
1420
|
--pf-v6-c-button--hover--BorderWidth: var(--pf-t--global--border--width--action--hover);
|
|
1419
1421
|
--pf-v6-c-button--hover--TextDecorationLine: none;
|
|
1420
1422
|
--pf-v6-c-button--hover--TextDecorationStyle: none;
|
|
1423
|
+
--pf-v6-c-button--hover--TextDecorationColor: currentcolor;
|
|
1421
1424
|
--pf-v6-c-button--m-clicked--BackgroundColor: transparent;
|
|
1422
1425
|
--pf-v6-c-button--m-clicked--BorderColor: transparent;
|
|
1423
1426
|
--pf-v6-c-button--m-clicked--BorderWidth: var(--pf-t--global--border--width--action--clicked);
|
|
@@ -1502,6 +1505,12 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1502
1505
|
--pf-v6-c-button--span--m-link--m-inline--Display: inline;
|
|
1503
1506
|
--pf-v6-c-button--span--m-link--m-inline__icon--m-start--MarginInlineEnd: var(--pf-t--global--spacer--gap--text-to-element--default);
|
|
1504
1507
|
--pf-v6-c-button--span--m-link--m-inline__icon--m-end--MarginInlineStart: var(--pf-t--global--spacer--gap--text-to-element--default);
|
|
1508
|
+
--pf-v6-c-button--m-link--m-inline--Color: var(--pf-t--global--text--color--brand--default);
|
|
1509
|
+
--pf-v6-c-button--m-link--m-inline__icon--Color: var(--pf-t--global--icon--color--brand--default);
|
|
1510
|
+
--pf-v6-c-button--m-link--m-inline--TextDecorationColor: currentcolor;
|
|
1511
|
+
--pf-v6-c-button--m-link--m-inline--hover--Color: var(--pf-t--global--text--color--brand--hover);
|
|
1512
|
+
--pf-v6-c-button--m-link--m-inline--hover__icon--Color: var(--pf-t--global--icon--color--brand--hover);
|
|
1513
|
+
--pf-v6-c-button--m-link--m-inline--hover--TextDecorationColor: currentcolor;
|
|
1505
1514
|
--pf-v6-c-button--m-plain--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
1506
1515
|
--pf-v6-c-button--m-plain--PaddingInlineEnd: var(--pf-t--global--spacer--action--horizontal--plain--default);
|
|
1507
1516
|
--pf-v6-c-button--m-plain--PaddingInlineStart: var(--pf-t--global--spacer--action--horizontal--plain--default);
|
|
@@ -1609,6 +1618,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1609
1618
|
--pf-v6-c-button--m-small--PaddingInlineStart: var(--pf-t--global--spacer--action--horizontal--compact);
|
|
1610
1619
|
--pf-v6-c-button--disabled--Color: var(--pf-t--global--text--color--on-disabled);
|
|
1611
1620
|
--pf-v6-c-button--disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
|
|
1621
|
+
--pf-v6-c-button--disabled--TextDecorationColor: currentcolor;
|
|
1612
1622
|
--pf-v6-c-button--disabled--BorderColor: transparent;
|
|
1613
1623
|
--pf-v6-c-button--disabled__icon--Color: var(--pf-t--global--icon--color--on-disabled);
|
|
1614
1624
|
--pf-v6-c-button__icon--Color: var(--pf-t--global--icon--color--regular);
|
|
@@ -1618,6 +1628,8 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1618
1628
|
--pf-v6-c-button__icon--MarginInlineEnd: 0;
|
|
1619
1629
|
--pf-v6-c-button__icon--m-start--MarginInlineEnd: 0;
|
|
1620
1630
|
--pf-v6-c-button__icon--m-end--MarginInlineStart: 0;
|
|
1631
|
+
--pf-v6-c-button--m-notify__icon--AnimationDuration--notify: var(--pf-t--global--motion--duration--3xl);
|
|
1632
|
+
--pf-v6-c-button--m-notify__icon--AnimationTimingFunction--notify: var(--pf-t--global--motion--timing-function--default);
|
|
1621
1633
|
--pf-v6-c-button__progress--width: calc(var(--pf-t--global--icon--size--lg) + var(--pf-t--global--spacer--sm));
|
|
1622
1634
|
--pf-v6-c-button__progress--Opacity: 0;
|
|
1623
1635
|
--pf-v6-c-button__progress--TranslateY: -50%;
|
|
@@ -1653,7 +1665,9 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1653
1665
|
line-height: var(--pf-v6-c-button--LineHeight, inherit);
|
|
1654
1666
|
color: var(--pf-v6-c-button--Color);
|
|
1655
1667
|
text-align: center;
|
|
1656
|
-
text-decoration: var(--pf-v6-c-button--TextDecorationLine)
|
|
1668
|
+
text-decoration-line: var(--pf-v6-c-button--TextDecorationLine);
|
|
1669
|
+
text-decoration-style: var(--pf-v6-c-button--TextDecorationStyle);
|
|
1670
|
+
text-decoration-color: var(--pf-v6-c-button--TextDecorationColor);
|
|
1657
1671
|
white-space: nowrap;
|
|
1658
1672
|
cursor: pointer;
|
|
1659
1673
|
user-select: none;
|
|
@@ -1766,6 +1780,12 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1766
1780
|
--pf-v6-c-button--disabled--BackgroundColor: transparent;
|
|
1767
1781
|
--pf-v6-c-button--disabled--Color: var(--pf-v6-c-button--m-link--m-inline--disabled--Color);
|
|
1768
1782
|
--pf-v6-c-button--disabled__icon--Color: var(--pf-v6-c-button--m-link--m-inline--disabled__icon--Color);
|
|
1783
|
+
--pf-v6-c-button--m-link--Color: var(--pf-v6-c-button--m-link--m-inline--Color);
|
|
1784
|
+
--pf-v6-c-button--m-link__icon--Color: var(--pf-v6-c-button--m-link--m-inline__icon--Color);
|
|
1785
|
+
--pf-v6-c-button--TextDecorationColor: var(--pf-v6-c-button--m-link--m-inline--TextDecorationColor);
|
|
1786
|
+
--pf-v6-c-button--hover--TextDecorationColor: var(--pf-v6-c-button--m-link--m-inline--hover--TextDecorationColor);
|
|
1787
|
+
--pf-v6-c-button--m-link--hover--Color: var(--pf-v6-c-button--m-link--m-inline--hover--Color);
|
|
1788
|
+
--pf-v6-c-button--m-link--hover__icon--Color: var(--pf-v6-c-button--m-link--m-inline--hover__icon--Color);
|
|
1769
1789
|
text-align: start;
|
|
1770
1790
|
white-space: normal;
|
|
1771
1791
|
outline-offset: 0.125rem;
|
|
@@ -1926,7 +1946,9 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
1926
1946
|
--pf-v6-c-button--BorderWidth: var(--pf-v6-c-button--hover--BorderWidth);
|
|
1927
1947
|
--pf-v6-c-button--m-plain--m-no-padding__icon--Color: var(--pf-v6-c-button--m-plain--m-no-padding--hover__icon--Color);
|
|
1928
1948
|
--pf-v6-c-button__icon--Color: var(--pf-v6-c-button--hover__icon--Color);
|
|
1929
|
-
text-decoration: var(--pf-v6-c-button--hover--TextDecorationLine)
|
|
1949
|
+
text-decoration-line: var(--pf-v6-c-button--hover--TextDecorationLine);
|
|
1950
|
+
text-decoration-style: var(--pf-v6-c-button--hover--TextDecorationStyle);
|
|
1951
|
+
text-decoration-color: var(--pf-v6-c-button--hover--TextDecorationColor);
|
|
1930
1952
|
}
|
|
1931
1953
|
.pf-v6-c-button.pf-m-clicked {
|
|
1932
1954
|
--pf-v6-c-button--Color: var(--pf-v6-c-button--m-clicked--Color);
|
|
@@ -1940,6 +1962,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
1940
1962
|
}
|
|
1941
1963
|
.pf-v6-c-button:disabled, .pf-v6-c-button.pf-m-disabled, .pf-v6-c-button.pf-m-aria-disabled {
|
|
1942
1964
|
color: var(--pf-v6-c-button--disabled--Color);
|
|
1965
|
+
text-decoration-color: var(--pf-v6-c-button--disabled--TextDecorationColor);
|
|
1943
1966
|
background-color: var(--pf-v6-c-button--disabled--BackgroundColor);
|
|
1944
1967
|
}
|
|
1945
1968
|
.pf-v6-c-button:disabled::after, .pf-v6-c-button.pf-m-disabled::after, .pf-v6-c-button.pf-m-aria-disabled::after {
|
|
@@ -1971,6 +1994,11 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
1971
1994
|
.pf-v6-c-button.pf-m-in-progress.pf-m-plain > :not(.pf-v6-c-button__progress) {
|
|
1972
1995
|
opacity: 0;
|
|
1973
1996
|
}
|
|
1997
|
+
.pf-v6-c-button.pf-m-notify .pf-v6-c-button__icon {
|
|
1998
|
+
animation-name: pf-v6-c-button-icon-notify;
|
|
1999
|
+
animation-duration: var(--pf-v6-c-button--m-notify__icon--AnimationDuration--notify);
|
|
2000
|
+
animation-timing-function: var(--pf-v6-c-button--m-notify__icon--AnimationTimingFunction--notify);
|
|
2001
|
+
}
|
|
1974
2002
|
|
|
1975
2003
|
.pf-v6-c-button__icon {
|
|
1976
2004
|
margin-inline-start: var(--pf-v6-c-button__icon--MarginInlineStart);
|
|
@@ -2001,6 +2029,14 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
2001
2029
|
align-items: center;
|
|
2002
2030
|
}
|
|
2003
2031
|
|
|
2032
|
+
@keyframes pf-v6-c-button-icon-notify {
|
|
2033
|
+
33% {
|
|
2034
|
+
transform: rotate(30deg);
|
|
2035
|
+
}
|
|
2036
|
+
66% {
|
|
2037
|
+
transform: rotate(-60deg);
|
|
2038
|
+
}
|
|
2039
|
+
}
|
|
2004
2040
|
.pf-v6-c-calendar-month {
|
|
2005
2041
|
--pf-v6-c-calendar-month--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
2006
2042
|
--pf-v6-c-calendar-month--PaddingBlockStart: var(--pf-t--global--spacer--lg);
|
|
@@ -3045,7 +3081,8 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
|
3045
3081
|
|
|
3046
3082
|
:is(.pf-v6-c-content--a, .pf-v6-c-content a) {
|
|
3047
3083
|
color: var(--pf-v6-c-content--a--Color);
|
|
3048
|
-
text-decoration: var(--pf-v6-c-content--a--TextDecorationLine)
|
|
3084
|
+
text-decoration-line: var(--pf-v6-c-content--a--TextDecorationLine);
|
|
3085
|
+
text-decoration-style: var(--pf-v6-c-content--a--TextDecorationStyle);
|
|
3049
3086
|
}
|
|
3050
3087
|
:is(.pf-v6-c-content--a, .pf-v6-c-content a):is(:hover, :focus) {
|
|
3051
3088
|
--pf-v6-c-content--a--Color: var(--pf-v6-c-content--a--hover--Color);
|
|
@@ -4083,7 +4120,7 @@ ul) {
|
|
|
4083
4120
|
--pf-v6-c-description-list__term--Display: inline;
|
|
4084
4121
|
--pf-v6-c-description-list__term--sm--Display: flex;
|
|
4085
4122
|
--pf-v6-c-description-list__term--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
4086
|
-
--pf-v6-c-description-list__term--FontSize: var(--pf-t--global--font--size--body--
|
|
4123
|
+
--pf-v6-c-description-list__term--FontSize: var(--pf-t--global--font--size--body--default);
|
|
4087
4124
|
--pf-v6-c-description-list__term--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
4088
4125
|
--pf-v6-c-description-list__term-icon--MinWidth: var(--pf-t--global--font--size--body--sm);
|
|
4089
4126
|
--pf-v6-c-description-list__term-icon--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
|
@@ -4265,7 +4302,8 @@ ul) {
|
|
|
4265
4302
|
min-width: 0;
|
|
4266
4303
|
}
|
|
4267
4304
|
.pf-v6-c-description-list__text.pf-m-help-text {
|
|
4268
|
-
text-decoration: var(--pf-v6-c-description-list__text--m-help-text--TextDecorationLine)
|
|
4305
|
+
text-decoration-line: var(--pf-v6-c-description-list__text--m-help-text--TextDecorationLine);
|
|
4306
|
+
text-decoration-style: var(--pf-v6-c-description-list__text--m-help-text--TextDecorationStyle);
|
|
4269
4307
|
text-underline-offset: var(--pf-v6-c-description-list__text--m-help-text--TextUnderlineOffset);
|
|
4270
4308
|
cursor: pointer;
|
|
4271
4309
|
}
|
|
@@ -5168,7 +5206,8 @@ ul) {
|
|
|
5168
5206
|
--pf-v6-c-drawer__panel--RowGap: var(--pf-t--global--spacer--sm);
|
|
5169
5207
|
--pf-v6-c-drawer__panel--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
5170
5208
|
--pf-v6-c-drawer__panel--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
5171
|
-
--pf-v6-c-drawer__panel--
|
|
5209
|
+
--pf-v6-c-drawer__panel--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
|
|
5210
|
+
--pf-v6-c-drawer__panel--TransitionDuration: var(--pf-t--global--motion--duration--slide-in--short);
|
|
5172
5211
|
--pf-v6-c-drawer__panel--TransitionProperty: margin, transform, box-shadow, flex-basis;
|
|
5173
5212
|
--pf-v6-c-drawer__panel--FlexBasis: 100%;
|
|
5174
5213
|
--pf-v6-c-drawer__panel--md--FlexBasis--min: 1.5rem;
|
|
@@ -5382,6 +5421,7 @@ ul) {
|
|
|
5382
5421
|
overflow: auto;
|
|
5383
5422
|
background-color: var(--pf-v6-c-drawer__panel--BackgroundColor);
|
|
5384
5423
|
box-shadow: var(--pf-v6-c-drawer__panel--BoxShadow);
|
|
5424
|
+
transition-timing-function: var(--pf-v6-c-drawer__panel--TransitionTimingFunction);
|
|
5385
5425
|
transition-duration: var(--pf-v6-c-drawer__panel--TransitionDuration);
|
|
5386
5426
|
transition-property: var(--pf-v6-c-drawer__panel--TransitionProperty);
|
|
5387
5427
|
-webkit-overflow-scrolling: touch;
|
|
@@ -6278,16 +6318,16 @@ ul) {
|
|
|
6278
6318
|
--pf-v6-c-form__group-label--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
6279
6319
|
--pf-v6-c-form--m-horizontal__group-label--m-no-padding--md--PaddingBlockStart: 0;
|
|
6280
6320
|
--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)));
|
|
6281
|
-
--pf-v6-c-form__label--FontSize: var(--pf-t--global--font--size--body--
|
|
6321
|
+
--pf-v6-c-form__label--FontSize: var(--pf-t--global--font--size--body--default);
|
|
6282
6322
|
--pf-v6-c-form__label--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
6283
6323
|
--pf-v6-c-form__label--m-disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
6284
6324
|
--pf-v6-c-form__label--hover--Cursor: pointer;
|
|
6285
6325
|
--pf-v6-c-form__label--m-disabled--hover--Cursor: not-allowed;
|
|
6286
6326
|
--pf-v6-c-form__label-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
6287
6327
|
--pf-v6-c-form__label-required--MarginInlineStart: var(--pf-t--global--spacer--xs);
|
|
6288
|
-
--pf-v6-c-form__label-required--FontSize: var(--pf-t--global--font--size--body--
|
|
6328
|
+
--pf-v6-c-form__label-required--FontSize: var(--pf-t--global--font--size--body--default);
|
|
6289
6329
|
--pf-v6-c-form__label-required--Color: var(--pf-t--global--color--status--danger--default);
|
|
6290
|
-
--pf-v6-c-form__group-label-help--FontSize: var(--pf-t--global--font--size--body--
|
|
6330
|
+
--pf-v6-c-form__group-label-help--FontSize: var(--pf-t--global--font--size--body--default);
|
|
6291
6331
|
--pf-v6-c-form__group-label--m-info--Gap: var(--pf-t--global--spacer--gap--horizontal);
|
|
6292
6332
|
--pf-v6-c-form__group-label-info--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
6293
6333
|
--pf-v6-c-form--m-horizontal__group-label--m-info--Gap: var(--pf-t--global--spacer--gap--group--vertical);
|
|
@@ -6601,9 +6641,6 @@ ul) {
|
|
|
6601
6641
|
font-size: var(--pf-v6-c-form__label--FontSize);
|
|
6602
6642
|
line-height: var(--pf-v6-c-form__label--LineHeight);
|
|
6603
6643
|
}
|
|
6604
|
-
.pf-v6-c-form__label::selection {
|
|
6605
|
-
background-color: none;
|
|
6606
|
-
}
|
|
6607
6644
|
.pf-v6-c-form__label:not(.pf-m-disabled):hover {
|
|
6608
6645
|
cursor: var(--pf-v6-c-form__label--hover--Cursor);
|
|
6609
6646
|
}
|
|
@@ -7818,7 +7855,7 @@ label.pf-v6-c-input-group__text {
|
|
|
7818
7855
|
padding-block-end: var(--pf-v6-c-jump-links__link--PaddingBlockEnd);
|
|
7819
7856
|
padding-inline-start: var(--pf-v6-c-jump-links__link--PaddingInlineStart);
|
|
7820
7857
|
padding-inline-end: var(--pf-v6-c-jump-links__link--PaddingInlineEnd);
|
|
7821
|
-
text-decoration: none;
|
|
7858
|
+
text-decoration-line: none;
|
|
7822
7859
|
outline-offset: var(--pf-v6-c-jump-links__link--OutlineOffset);
|
|
7823
7860
|
}
|
|
7824
7861
|
.pf-v6-c-jump-links__link:is(:hover, :focus) {
|
|
@@ -8259,7 +8296,8 @@ label.pf-v6-c-input-group__text {
|
|
|
8259
8296
|
--pf-v6-c-label--m-editable--TextDecorationStyle: var(--pf-v6-c-label--m-editable--hover--TextDecorationStyle);
|
|
8260
8297
|
}
|
|
8261
8298
|
.pf-v6-c-label.pf-m-editable .pf-v6-c-label__text {
|
|
8262
|
-
text-decoration: var(--pf-v6-c-label--m-editable--TextDecorationLine)
|
|
8299
|
+
text-decoration-line: var(--pf-v6-c-label--m-editable--TextDecorationLine);
|
|
8300
|
+
text-decoration-style: var(--pf-v6-c-label--m-editable--TextDecorationStyle);
|
|
8263
8301
|
text-underline-offset: var(--pf-v6-c-label--m-editable--TextUnderlineOffset);
|
|
8264
8302
|
}
|
|
8265
8303
|
.pf-v6-c-label.pf-m-editable-active {
|
|
@@ -8292,7 +8330,7 @@ label.pf-v6-c-input-group__text {
|
|
|
8292
8330
|
--pf-v6-c-label__content--Cursor: var(--pf-v6-c-label--m-clickable__content--Cursor);
|
|
8293
8331
|
}
|
|
8294
8332
|
.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) {
|
|
8295
|
-
text-decoration: none;
|
|
8333
|
+
text-decoration-line: none;
|
|
8296
8334
|
}
|
|
8297
8335
|
.pf-v6-c-label.pf-m-clickable .pf-v6-c-label__content:is(:hover, :focus) {
|
|
8298
8336
|
--pf-v6-c-label--Color: var(--pf-v6-c-label--m-clickable--hover--Color);
|
|
@@ -9559,11 +9597,20 @@ ul.pf-v6-c-list {
|
|
|
9559
9597
|
.pf-v6-c-menu__item-action:is(.pf-m-disabled, :disabled, .pf-m-aria-disabled, [aria-disabled=true]) {
|
|
9560
9598
|
--pf-v6-c-menu__item--Color: var(--pf-v6-c-menu__item--m-disabled--Color);
|
|
9561
9599
|
--pf-v6-c-menu__item-toggle-icon--Color: var(--pf-v6-c-menu--icon--disabled--Color);
|
|
9562
|
-
--pf-v6-c-menu__item-external
|
|
9600
|
+
--pf-v6-c-menu__item-external--Color: transparent;
|
|
9601
|
+
--pf-v6-c-menu__item-select-icon--Color: transparent;
|
|
9563
9602
|
--pf-v6-c-menu__item-description--Color: var(--pf-v6-c-menu--icon--disabled--Color);
|
|
9564
9603
|
--pf-v6-c-menu__list-item--BackgroundColor: transparent;
|
|
9604
|
+
--pf-v6-c-menu__list-item--hover--BackgroundColor: transparent;
|
|
9605
|
+
}
|
|
9606
|
+
.pf-v6-c-menu__list-item:is(.pf-m-disabled, :disabled),
|
|
9607
|
+
.pf-v6-c-menu__item-action:is(.pf-m-disabled, :disabled) {
|
|
9565
9608
|
pointer-events: none;
|
|
9566
9609
|
}
|
|
9610
|
+
.pf-v6-c-menu__list-item.pf-m-aria-disabled .pf-v6-c-menu__item,
|
|
9611
|
+
.pf-v6-c-menu__item-action.pf-m-aria-disabled .pf-v6-c-menu__item {
|
|
9612
|
+
cursor: default;
|
|
9613
|
+
}
|
|
9567
9614
|
|
|
9568
9615
|
[class*=pf-v6-c-menu]:is([hidden]) {
|
|
9569
9616
|
display: none;
|
|
@@ -9811,7 +9858,7 @@ ul.pf-v6-c-list {
|
|
|
9811
9858
|
line-height: var(--pf-v6-c-menu__item--LineHeight);
|
|
9812
9859
|
color: var(--pf-v6-c-menu__item--Color);
|
|
9813
9860
|
text-align: start;
|
|
9814
|
-
text-decoration: none;
|
|
9861
|
+
text-decoration-line: none;
|
|
9815
9862
|
background-color: var(--pf-v6-c-menu__item--BackgroundColor);
|
|
9816
9863
|
border: 0;
|
|
9817
9864
|
outline-offset: var(--pf-v6-c-menu--OutlineOffset);
|
|
@@ -10021,6 +10068,7 @@ ul.pf-v6-c-list {
|
|
|
10021
10068
|
--pf-v6-c-menu-toggle--m-primary--m-small--PaddingInlineEnd: var(--pf-t--global--spacer--action--horizontal--compact);
|
|
10022
10069
|
--pf-v6-c-menu-toggle--m-secondary--PaddingInlineStart: var(--pf-t--global--spacer--action--horizontal--default);
|
|
10023
10070
|
--pf-v6-c-menu-toggle--m-secondary--PaddingInlineEnd: var(--pf-t--global--spacer--action--horizontal--default);
|
|
10071
|
+
--pf-v6-c-menu-toggle--m-secondary--BackgroundColor: transparent;
|
|
10024
10072
|
--pf-v6-c-menu-toggle--m-secondary--Color: var(--pf-t--global--text--color--brand--default);
|
|
10025
10073
|
--pf-v6-c-menu-toggle--m-secondary--BorderColor: var(--pf-t--global--border--color--brand--default);
|
|
10026
10074
|
--pf-v6-c-menu-toggle--m-secondary--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
@@ -10028,6 +10076,7 @@ ul.pf-v6-c-list {
|
|
|
10028
10076
|
--pf-v6-c-menu-toggle--m-secondary--hover--BorderWidth: var(--pf-t--global--border--width--action--hover);
|
|
10029
10077
|
--pf-v6-c-menu-toggle--m-secondary--hover--BorderColor: var(--pf-t--global--border--color--brand--hover);
|
|
10030
10078
|
--pf-v6-c-menu-toggle--m-secondary--expanded--Color: var(--pf-t--global--text--color--brand--clicked);
|
|
10079
|
+
--pf-v6-c-menu-toggle--m-secondary--expanded--BackgroundColor: transparent;
|
|
10031
10080
|
--pf-v6-c-menu-toggle--m-secondary--expanded--BorderWidth: var(--pf-t--global--border--width--action--clicked);
|
|
10032
10081
|
--pf-v6-c-menu-toggle--m-secondary--expanded--BorderColor: var(--pf-t--global--border--color--brand--clicked);
|
|
10033
10082
|
--pf-v6-c-menu-toggle--m-secondary__toggle-icon--Color: var(--pf-t--global--icon--color--brand--default);
|
|
@@ -10153,12 +10202,14 @@ ul.pf-v6-c-list {
|
|
|
10153
10202
|
--pf-v6-c-menu-toggle--PaddingInlineStart: var(--pf-v6-c-menu-toggle--m-secondary--PaddingInlineStart);
|
|
10154
10203
|
--pf-v6-c-menu-toggle--PaddingInlineEnd: var(--pf-v6-c-menu-toggle--m-secondary--PaddingInlineEnd);
|
|
10155
10204
|
--pf-v6-c-menu-toggle--Color: var(--pf-v6-c-menu-toggle--m-secondary--Color);
|
|
10205
|
+
--pf-v6-c-menu-toggle--BackgroundColor: var(--pf-v6-c-menu-toggle--m-secondary--BackgroundColor);
|
|
10156
10206
|
--pf-v6-c-menu-toggle--BorderColor: var(--pf-v6-c-menu-toggle--m-secondary--BorderColor);
|
|
10157
10207
|
--pf-v6-c-menu-toggle--BorderRadius: var(--pf-v6-c-menu-toggle--m-secondary--BorderRadius);
|
|
10158
10208
|
--pf-v6-c-menu-toggle--hover--Color: var(--pf-v6-c-menu-toggle--m-secondary--hover--Color);
|
|
10159
10209
|
--pf-v6-c-menu-toggle--hover--BorderWidth: var(--pf-v6-c-menu-toggle--m-secondary--hover--BorderWidth);
|
|
10160
10210
|
--pf-v6-c-menu-toggle--hover--BorderColor: var(--pf-v6-c-menu-toggle--m-secondary--hover--BorderColor);
|
|
10161
10211
|
--pf-v6-c-menu-toggle--expanded--Color: var(--pf-v6-c-menu-toggle--m-secondary--expanded--Color);
|
|
10212
|
+
--pf-v6-c-menu-toggle--expanded--BackgroundColor: var(--pf-v6-c-menu-toggle--m-secondary--expanded--BackgroundColor);
|
|
10162
10213
|
--pf-v6-c-menu-toggle--expanded--BorderWidth: var(--pf-v6-c-menu-toggle--m-secondary--expanded--BorderWidth);
|
|
10163
10214
|
--pf-v6-c-menu-toggle--hover__toggle-icon--Color: var(--pf-v6-c-menu-toggle--m-secondary--hover__toggle-icon--Color);
|
|
10164
10215
|
--pf-v6-c-menu-toggle--expanded__toggle-icon--Color: var(--pf-v6-c-menu-toggle--m-secondary--expanded__toggle-icon--Color);
|
|
@@ -10839,13 +10890,15 @@ ul.pf-v6-c-list {
|
|
|
10839
10890
|
--pf-v6-c-nav__item--ScrollSnapAlign: end;
|
|
10840
10891
|
--pf-v6-c-nav__section-title--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
10841
10892
|
--pf-v6-c-nav__section-title--Color: var(--pf-t--global--text--color--regular);
|
|
10842
|
-
--pf-v6-c-nav__section-title--PaddingBlockStart:
|
|
10843
|
-
--pf-v6-c-nav__section-title--PaddingBlockEnd:
|
|
10893
|
+
--pf-v6-c-nav__section-title--PaddingBlockStart: 0;
|
|
10894
|
+
--pf-v6-c-nav__section-title--PaddingBlockEnd: 0;
|
|
10844
10895
|
--pf-v6-c-nav__section-title--PaddingInlineStart: var(--pf-v6-c-nav__link--PaddingInlineStart);
|
|
10845
10896
|
--pf-v6-c-nav__section-title--PaddingInlineEnd: var(--pf-v6-c-nav__link--PaddingInlineEnd);
|
|
10846
10897
|
--pf-v6-c-nav__item--RowGap: var(--pf-v6-c-nav__list--RowGap);
|
|
10847
10898
|
--pf-v6-c-nav__item__toggle-icon--Rotate: 0;
|
|
10848
10899
|
--pf-v6-c-nav__item--m-expanded__toggle-icon--Rotate: 90deg;
|
|
10900
|
+
--pf-v6-c-nav__item__toggle-icon--TransitionDuration--transform: var(--pf-t--global--motion--duration--icon--default);
|
|
10901
|
+
--pf-v6-c-nav__item__toggle-icon--TransitionTimingFunction--transform: var(--pf-t--global--motion--timing-function--default);
|
|
10849
10902
|
--pf-v6-c-nav__link--ColumnGap: var(--pf-t--global--spacer--sm);
|
|
10850
10903
|
--pf-v6-c-nav__link--AlignItems: baseline;
|
|
10851
10904
|
--pf-v6-c-nav__link--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
@@ -10856,10 +10909,19 @@ ul.pf-v6-c-list {
|
|
|
10856
10909
|
--pf-v6-c-nav__link--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--alt--hover);
|
|
10857
10910
|
--pf-v6-c-nav__link--m-current--BackgroundColor: var(--pf-t--global--background--color--action--plain--alt--clicked);
|
|
10858
10911
|
--pf-v6-c-nav__link--m-current--Color: var(--pf-t--global--text--color--regular);
|
|
10912
|
+
--pf-v6-c-nav__link--TransitionDuration--background-color: var(--pf-t--global--motion--duration--fade--default);
|
|
10913
|
+
--pf-v6-c-nav__link--TransitionTimingFunction--background-color: var(--pf-t--global--motion--timing-function--default);
|
|
10914
|
+
--pf-v6-c-nav__link--m-current--TransitionDuration--color: var(--pf-t--global--motion--duration--fade--short);
|
|
10915
|
+
--pf-v6-c-nav__link--m-current--TransitionTimingFunction--color: var(--pf-t--global--motion--timing-function--default);
|
|
10859
10916
|
--pf-v6-c-nav__link-icon--Color: var(--pf-t--global--icon--color--subtle);
|
|
10860
10917
|
--pf-v6-c-nav__link--m-current__link-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
10861
10918
|
--pf-v6-c-nav__subnav--RowGap: var(--pf-t--global--border--width--extra-strong);
|
|
10919
|
+
--pf-v6-c-nav__subnav--PaddingBlockStart: var(--pf-v6-c-nav__item--RowGap);
|
|
10920
|
+
--pf-v6-c-nav__subnav--PaddingBlockEnd: var(--pf-v6-c-nav__item--RowGap);
|
|
10862
10921
|
--pf-v6-c-nav__subnav--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
10922
|
+
--pf-v6-c-nav__subnav--TransitionDuration--expansion: 0s;
|
|
10923
|
+
--pf-v6-c-nav__subnav--hidden--TransitionDuration--expansion: 0s;
|
|
10924
|
+
--pf-v6-c-nav__subnav--TransitionTimingFunction--expansion: var(--pf-t--global--motion--timing-function--default);
|
|
10863
10925
|
--pf-v6-c-nav__scroll-button--BorderColor: var(--pf-t--global--border--color--default);
|
|
10864
10926
|
--pf-v6-c-nav__scroll-button--BorderWidth: var(--pf-t--global--border--width--divider--default);
|
|
10865
10927
|
--pf-v6-c-nav__scroll-button--first-of-type--c-button--BorderStartStartRadius: var(--pf-t--global--border--radius--pill);
|
|
@@ -10888,6 +10950,12 @@ ul.pf-v6-c-list {
|
|
|
10888
10950
|
--pf-v6-c-nav--m-horizontal--m-subnav__link--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
10889
10951
|
--pf-v6-c-nav--m-horizontal--m-subnav__link--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
|
10890
10952
|
}
|
|
10953
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
10954
|
+
.pf-v6-c-nav {
|
|
10955
|
+
--pf-v6-c-nav__subnav--TransitionDuration--expansion: var(--pf-t--global--motion--duration--slide-in--default);
|
|
10956
|
+
--pf-v6-c-nav__subnav--hidden--TransitionDuration--expansion: var(--pf-t--global--motion--duration--slide-in--short);
|
|
10957
|
+
}
|
|
10958
|
+
}
|
|
10891
10959
|
|
|
10892
10960
|
.pf-v6-c-nav,
|
|
10893
10961
|
.pf-v6-c-nav__section,
|
|
@@ -10939,7 +11007,7 @@ ul.pf-v6-c-list {
|
|
|
10939
11007
|
}
|
|
10940
11008
|
|
|
10941
11009
|
[class^=pf-v6-c-nav][hidden] {
|
|
10942
|
-
|
|
11010
|
+
visibility: hidden;
|
|
10943
11011
|
}
|
|
10944
11012
|
|
|
10945
11013
|
.pf-v6-c-nav__nav,
|
|
@@ -10948,30 +11016,43 @@ ul.pf-v6-c-list {
|
|
|
10948
11016
|
--pf-v6-c-nav__item--RowGap--row-offset: calc(var(--pf-v6-c-nav__list--RowGap) / 2 * -1);
|
|
10949
11017
|
--pf-v6-c-nav__link--clickable-inset--Block: var(--pf-v6-c-nav__item--RowGap--row-offset);
|
|
10950
11018
|
--pf-v6-c-nav__button--RowGap--row-offset: calc(var(--pf-v6-c-nav__item--RowGap) * -1);
|
|
11019
|
+
visibility: visible;
|
|
10951
11020
|
}
|
|
10952
11021
|
|
|
10953
11022
|
.pf-v6-c-nav__list {
|
|
10954
11023
|
row-gap: var(--pf-v6-c-nav__list--RowGap);
|
|
10955
11024
|
column-gap: var(--pf-v6-c-nav__list--ColumnGap);
|
|
11025
|
+
min-height: 0;
|
|
10956
11026
|
}
|
|
10957
11027
|
|
|
10958
11028
|
.pf-v6-c-nav__subnav {
|
|
10959
11029
|
--pf-v6-c-nav__list--RowGap: var(--pf-v6-c-nav__subnav--RowGap);
|
|
11030
|
+
grid-template-rows: 1fr;
|
|
11031
|
+
min-height: 0;
|
|
11032
|
+
padding-block-start: var(--pf-v6-c-nav__subnav--PaddingBlockStart);
|
|
11033
|
+
padding-block-end: var(--pf-v6-c-nav__subnav--PaddingBlockEnd);
|
|
10960
11034
|
padding-inline-start: var(--pf-v6-c-nav__subnav--PaddingInlineStart);
|
|
11035
|
+
overflow-y: clip;
|
|
11036
|
+
transition-timing-function: var(--pf-v6-c-nav__subnav--TransitionTimingFunction--expansion);
|
|
11037
|
+
transition-duration: var(--pf-v6-c-nav__subnav--TransitionDuration--expansion);
|
|
11038
|
+
transition-property: grid-template-rows, padding-block-start, padding-block-end, opacity;
|
|
11039
|
+
}
|
|
11040
|
+
.pf-v6-c-nav__subnav[hidden] {
|
|
11041
|
+
--pf-v6-c-nav__subnav--TransitionDuration--expansion: var(--pf-v6-c-nav__subnav--hidden--TransitionDuration--expansion);
|
|
11042
|
+
--pf-v6-c-nav__subnav--PaddingBlockStart: 0;
|
|
11043
|
+
--pf-v6-c-nav__subnav--PaddingBlockEnd: 0;
|
|
11044
|
+
grid-template-rows: 0fr;
|
|
11045
|
+
opacity: 0;
|
|
10961
11046
|
}
|
|
10962
11047
|
|
|
10963
11048
|
.pf-v6-c-nav__item {
|
|
10964
|
-
row-gap: var(--pf-v6-c-nav__item--RowGap);
|
|
10965
11049
|
scroll-snap-align: var(--pf-v6-c-nav__item--ScrollSnapAlign);
|
|
10966
11050
|
}
|
|
10967
11051
|
.pf-v6-c-nav__item > .pf-v6-c-nav__link[button] {
|
|
10968
11052
|
margin-block-end: var(--pf-v6-c-nav__button--RowGap--row-offset);
|
|
10969
11053
|
}
|
|
10970
|
-
.pf-v6-c-nav__item.pf-m-expanded:
|
|
10971
|
-
margin-block-end: var(--pf-v6-c-
|
|
10972
|
-
}
|
|
10973
|
-
.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 {
|
|
10974
|
-
inset-block-start: calc(var(--pf-v6-c-nav__item--RowGap) * -1 - var(--pf-v6-c-nav__list--RowGap));
|
|
11054
|
+
.pf-v6-c-nav__item.pf-m-expanded:last-child > .pf-v6-c-nav__subnav {
|
|
11055
|
+
margin-block-end: calc(var(--pf-v6-c-nav__subnav--PaddingBlockEnd) * -1);
|
|
10975
11056
|
}
|
|
10976
11057
|
|
|
10977
11058
|
.pf-v6-c-nav__section {
|
|
@@ -11002,13 +11083,13 @@ ul.pf-v6-c-list {
|
|
|
11002
11083
|
line-height: var(--pf-v6-c-nav__link--LineHeight, inherit);
|
|
11003
11084
|
color: var(--pf-v6-c-nav__link--Color);
|
|
11004
11085
|
text-align: start;
|
|
11005
|
-
text-decoration: none;
|
|
11086
|
+
text-decoration-line: none;
|
|
11006
11087
|
background-color: var(--pf-v6-c-nav__link--BackgroundColor);
|
|
11007
11088
|
border: none;
|
|
11008
11089
|
border-radius: var(--pf-v6-c-nav__link--BorderRadius);
|
|
11009
|
-
|
|
11010
|
-
|
|
11011
|
-
|
|
11090
|
+
transition-timing-function: var(--pf-v6-c-nav__link--TransitionTimingFunction--background-color), var(--pf-v6-c-nav__link--m-current--TransitionTimingFunction--color);
|
|
11091
|
+
transition-duration: var(--pf-v6-c-nav__link--TransitionDuration--background-color), var(--pf-v6-c-nav__link--m-current--TransitionDuration--color);
|
|
11092
|
+
transition-property: background-color, color;
|
|
11012
11093
|
}
|
|
11013
11094
|
.pf-v6-c-nav__link:hover, .pf-v6-c-nav__link.pf-m-hover, .pf-v6-c-nav__link:focus {
|
|
11014
11095
|
color: var(--pf-v6-c-nav__link--hover--Color);
|
|
@@ -11033,6 +11114,9 @@ ul.pf-v6-c-list {
|
|
|
11033
11114
|
|
|
11034
11115
|
.pf-v6-c-nav__toggle-icon {
|
|
11035
11116
|
display: inline-block;
|
|
11117
|
+
transition-timing-function: var(--pf-v6-c-nav__item__toggle-icon--TransitionTimingFunction--transform);
|
|
11118
|
+
transition-duration: var(--pf-v6-c-nav__item__toggle-icon--TransitionDuration--transform);
|
|
11119
|
+
transition-property: transform;
|
|
11036
11120
|
transform: rotate(var(--pf-v6-c-nav__item__toggle-icon--Rotate));
|
|
11037
11121
|
}
|
|
11038
11122
|
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-nav__toggle-icon {
|
|
@@ -12705,9 +12789,11 @@ ul.pf-v6-c-list {
|
|
|
12705
12789
|
}
|
|
12706
12790
|
|
|
12707
12791
|
.pf-v6-c-popover__title-text {
|
|
12792
|
+
min-width: 0;
|
|
12708
12793
|
font-size: var(--pf-v6-c-popover__title-text--FontSize);
|
|
12709
12794
|
font-weight: var(--pf-v6-c-popover__title-text--FontWeight);
|
|
12710
12795
|
color: var(--pf-v6-c-popover__title-text--Color);
|
|
12796
|
+
overflow-wrap: break-word;
|
|
12711
12797
|
}
|
|
12712
12798
|
|
|
12713
12799
|
.pf-v6-c-popover__body {
|
|
@@ -12722,6 +12808,7 @@ ul.pf-v6-c-list {
|
|
|
12722
12808
|
--pf-v6-c-progress--GridGap: var(--pf-t--global--spacer--md);
|
|
12723
12809
|
--pf-v6-c-progress__bar--Height: var(--pf-t--global--spacer--md);
|
|
12724
12810
|
--pf-v6-c-progress__bar--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
|
|
12811
|
+
--pf-v6-c-progress__bar--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
12725
12812
|
--pf-v6-c-progress__measure--m-static-width--MinWidth: 4.5ch;
|
|
12726
12813
|
--pf-v6-c-progress__status--Gap: var(--pf-t--global--spacer--sm);
|
|
12727
12814
|
--pf-v6-c-progress__status-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
@@ -12863,7 +12950,9 @@ ul.pf-v6-c-list {
|
|
|
12863
12950
|
grid-column: 1/3;
|
|
12864
12951
|
align-self: center;
|
|
12865
12952
|
height: var(--pf-v6-c-progress__bar--Height);
|
|
12953
|
+
overflow: hidden;
|
|
12866
12954
|
background-color: var(--pf-v6-c-progress__bar--BackgroundColor);
|
|
12955
|
+
border-radius: var(--pf-v6-c-progress__bar--BorderRadius);
|
|
12867
12956
|
}
|
|
12868
12957
|
|
|
12869
12958
|
.pf-v6-c-progress__indicator {
|
|
@@ -13200,7 +13289,8 @@ ul.pf-v6-c-list {
|
|
|
13200
13289
|
.pf-v6-c-progress-stepper__step-title.pf-m-help-text {
|
|
13201
13290
|
padding-inline-start: var(--pf-v6-c-progress-stepper__step-title--m-help-text--PaddingInlineStart);
|
|
13202
13291
|
padding-inline-end: var(--pf-v6-c-progress-stepper__step-title--m-help-text--PaddingInlineEnd);
|
|
13203
|
-
text-decoration: var(--pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationLine)
|
|
13292
|
+
text-decoration-line: var(--pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationLine);
|
|
13293
|
+
text-decoration-style: var(--pf-v6-c-progress-stepper__step-title--m-help-text--TextDecorationStyle);
|
|
13204
13294
|
text-underline-offset: var(--pf-v6-c-progress-stepper__step-title--m-help-text--TextUnderlineOffset);
|
|
13205
13295
|
cursor: pointer;
|
|
13206
13296
|
}
|
|
@@ -13953,7 +14043,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
13953
14043
|
font-size: var(--pf-v6-c-simple-list__item-link--FontSize);
|
|
13954
14044
|
color: var(--pf-v6-c-simple-list__item-link--Color);
|
|
13955
14045
|
text-align: start;
|
|
13956
|
-
text-decoration: none;
|
|
14046
|
+
text-decoration-line: none;
|
|
13957
14047
|
background-color: var(--pf-v6-c-simple-list__item-link--BackgroundColor);
|
|
13958
14048
|
border: none;
|
|
13959
14049
|
border-radius: var(--pf-v6-c-simple-list__item-link--BorderRadius);
|
|
@@ -13966,7 +14056,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
13966
14056
|
.pf-v6-c-simple-list__item-link:is(:hover, :focus) {
|
|
13967
14057
|
--pf-v6-c-simple-list__item-link--BackgroundColor: var(--pf-v6-c-simple-list__item-link--hover--BackgroundColor);
|
|
13968
14058
|
--pf-v6-c-simple-list__item-link--Color: var(--pf-v6-c-simple-list__item-link--hover--Color);
|
|
13969
|
-
text-decoration: none;
|
|
14059
|
+
text-decoration-line: none;
|
|
13970
14060
|
}
|
|
13971
14061
|
.pf-v6-c-simple-list__item-link.pf-m-current {
|
|
13972
14062
|
--pf-v6-c-simple-list__item-link--BackgroundColor: var(--pf-v6-c-simple-list__item-link--m-current--BackgroundColor);
|
|
@@ -18478,7 +18568,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
18478
18568
|
padding-inline-end: var(--pf-v6-c-tabs__link--PaddingInlineEnd);
|
|
18479
18569
|
font-size: var(--pf-v6-c-tabs__link--FontSize);
|
|
18480
18570
|
color: var(--pf-v6-c-tabs__link--Color);
|
|
18481
|
-
text-decoration: none;
|
|
18571
|
+
text-decoration-line: none;
|
|
18482
18572
|
background-color: var(--pf-v6-c-tabs__link--BackgroundColor);
|
|
18483
18573
|
border-radius: var(--pf-v6-c-tabs__link--BorderRadius);
|
|
18484
18574
|
}
|
|
@@ -19118,7 +19208,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19118
19208
|
}
|
|
19119
19209
|
.pf-v6-c-timestamp.pf-m-help-text {
|
|
19120
19210
|
--pf-v6-c-timestamp--Color: var(--pf-v6-c-timestamp--m-help-text--Color);
|
|
19121
|
-
text-decoration: var(--pf-v6-c-timestamp--m-help-text--TextDecorationLine)
|
|
19211
|
+
text-decoration-line: var(--pf-v6-c-timestamp--m-help-text--TextDecorationLine);
|
|
19212
|
+
text-decoration-style: var(--pf-v6-c-timestamp--m-help-text--TextDecorationStyle);
|
|
19122
19213
|
text-underline-offset: var(--pf-v6-c-timestamp--m-help-text--TextUnderlineOffset);
|
|
19123
19214
|
cursor: pointer;
|
|
19124
19215
|
}
|
|
@@ -19331,7 +19422,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19331
19422
|
--pf-v6-c-toggle-group__button--BackgroundColor: var(--pf-v6-c-toggle-group__button--hover--BackgroundColor);
|
|
19332
19423
|
--pf-v6-c-toggle-group__button--ZIndex: var(--pf-v6-c-toggle-group__button--hover--ZIndex);
|
|
19333
19424
|
--pf-v6-c-toggle-group__button--before--BorderColor: var(--pf-v6-c-toggle-group__button--hover--before--BorderColor);
|
|
19334
|
-
text-decoration: none;
|
|
19425
|
+
text-decoration-line: none;
|
|
19335
19426
|
}
|
|
19336
19427
|
.pf-v6-c-toggle-group__button.pf-m-selected {
|
|
19337
19428
|
--pf-v6-c-toggle-group__button--BackgroundColor: var(--pf-v6-c-toggle-group__button--m-selected--BackgroundColor);
|
|
@@ -22282,7 +22373,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
22282
22373
|
padding-inline: 0;
|
|
22283
22374
|
color: var(--pf-v6-c-wizard__nav-link--Color);
|
|
22284
22375
|
text-align: start;
|
|
22285
|
-
text-decoration: var(--pf-v6-c-wizard__nav-link--TextDecoration);
|
|
22376
|
+
text-decoration-line: var(--pf-v6-c-wizard__nav-link--TextDecoration);
|
|
22286
22377
|
word-break: break-word;
|
|
22287
22378
|
counter-increment: wizard-nav-count;
|
|
22288
22379
|
background-color: transparent;
|
|
@@ -88,7 +88,7 @@ The avatar component provides a default SVG icon. If an image is used it should
|
|
|
88
88
|
| -- | -- | -- |
|
|
89
89
|
| `.pf-v6-c-avatar` | `<img>` | Initiates an avatar image. **Required** |
|
|
90
90
|
| `.pf-m-bordered` | `.pf-v6-c-avatar` | Modifies an avatar to have a border. |
|
|
91
|
-
| `.pf-m-sm{-on-[breakpoint]}` | `.pf-v6-c-avatar` | Modifies an avatar to be small on an optional [breakpoint](/
|
|
92
|
-
| `.pf-m-md{-on-[breakpoint]}` | `.pf-v6-c-avatar` | Modifies an avatar to be medium on an optional [breakpoint](/
|
|
93
|
-
| `.pf-m-lg{-on-[breakpoint]}` | `.pf-v6-c-avatar` | Modifies an avatar to be large on an optional [breakpoint](/
|
|
94
|
-
| `.pf-m-xl{-on-[breakpoint]}` | `.pf-v6-c-avatar` | Modifies an avatar to be extra large on an optional [breakpoint](/
|
|
91
|
+
| `.pf-m-sm{-on-[breakpoint]}` | `.pf-v6-c-avatar` | Modifies an avatar to be small on an optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
92
|
+
| `.pf-m-md{-on-[breakpoint]}` | `.pf-v6-c-avatar` | Modifies an avatar to be medium on an optional [breakpoint](/tokens/all-patternfly-tokens). **Note:** This is the default size. |
|
|
93
|
+
| `.pf-m-lg{-on-[breakpoint]}` | `.pf-v6-c-avatar` | Modifies an avatar to be large on an optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
94
|
+
| `.pf-m-xl{-on-[breakpoint]}` | `.pf-v6-c-avatar` | Modifies an avatar to be extra large on an optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
@@ -83,5 +83,5 @@ Simple brand component.
|
|
|
83
83
|
| -- | -- | -- |
|
|
84
84
|
| `.pf-v6-c-brand` | `<img>, <picture>` | Initiates a brand image. **Required** |
|
|
85
85
|
| `.pf-m-picture` | `.pf-v6-c-brand` | Modifies a brand image to a picture. |
|
|
86
|
-
| `--pf-v6-c-brand--Width{-on-[breakpoint]}: {width}` | `.pf-v6-c-brand` | Modifies the width value of a picture on optional [breakpoint](/
|
|
87
|
-
| `--pf-v6-c-brand--Height{-on-[breakpoint]}: {height}` | `.pf-v6-c-brand` | Modifies the height value of a picture on optional [breakpoint](/
|
|
86
|
+
| `--pf-v6-c-brand--Width{-on-[breakpoint]}: {width}` | `.pf-v6-c-brand` | Modifies the width value of a picture on optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
87
|
+
| `--pf-v6-c-brand--Height{-on-[breakpoint]}: {height}` | `.pf-v6-c-brand` | Modifies the height value of a picture on optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
@@ -316,8 +316,8 @@ When a list item includes more than one block of content, it can be difficult fo
|
|
|
316
316
|
| `.pf-v6-c-data-list__item-action` | `<div>` | Initiates a container for the data list actions. For example, add `.pf-v6-c-data-list__action` here. **Required** |
|
|
317
317
|
| `.pf-v6-c-data-list__check` | `<div>` | Initiates a data list check cell. **Required** |
|
|
318
318
|
| `.pf-v6-c-data-list__action` | `<div>` | Initiates a data list action button cell. **Required** |
|
|
319
|
-
| `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v6-c-data-list__item-action` | Hides an actions container at optional [breakpoint](/
|
|
320
|
-
| `.pf-m-visible{-on-[breakpoint]}` | `.pf-v6-c-data-list__item-action` | Shows an actions container at optional [breakpoint](/
|
|
319
|
+
| `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v6-c-data-list__item-action` | Hides an actions container at optional [breakpoint](/tokens/all-patternfly-tokens), or hides it at all breakpoints with `.pf-m-hidden`. |
|
|
320
|
+
| `.pf-m-visible{-on-[breakpoint]}` | `.pf-v6-c-data-list__item-action` | Shows an actions container at optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
321
321
|
|
|
322
322
|
### Expandable
|
|
323
323
|
|
|
@@ -2244,4 +2244,4 @@ The DataList component provides a flexible alternative to the Table component, w
|
|
|
2244
2244
|
|
|
2245
2245
|
| Class | Applied to | Outcome |
|
|
2246
2246
|
| -- | -- | -- |
|
|
2247
|
-
| `.pf-m-grid{-[none, sm, md, lg, xl, 2xl]}` | `.pf-v6-c-data-list` | Modifies the data list to switch to a grid layout at a specified [breakpoint](/
|
|
2247
|
+
| `.pf-m-grid{-[none, sm, md, lg, xl, 2xl]}` | `.pf-v6-c-data-list` | Modifies the data list to switch to a grid layout at a specified [breakpoint](/tokens/all-patternfly-tokens). `.pf-m-grid` will display the grid layout at all breakpoints. `.pf-m-grid-none` will display the desktop layout at all breakpoints. **Note:** Without a grid modifier, the data list will display the grid layout by default and switch to the desktop layout at a medium breakpoint. |
|
|
@@ -1613,8 +1613,8 @@ Cards can be used as description list group wrappers. Using cards in this way ap
|
|
|
1613
1613
|
| `.pf-m-auto-column-widths` | `.pf-v6-c-description-list` | Modifies the description list to format automatically. |
|
|
1614
1614
|
| `.pf-m-inline-grid` | `.pf-v6-c-description-list` | Modifies the description list display to inline-grid. |
|
|
1615
1615
|
| `.pf-m-{1,2,3}-col{-on-[sm, md, lg, xl, 2xl]}` | `.pf-v6-c-description-list` | Modifies the description list number of columns. |
|
|
1616
|
-
| `--pf-v6-c-description-list--GridTemplateColumns--min{-on-[breakpoint]}: {width}` | `.pf-v6-c-description-list` | Modifies the min value of the `grid-template-columns` declaration at optional [breakpoint](/
|
|
1617
|
-
| `--pf-v6-c-description-list--m-horizontal__term--width{-on-[breakpoint]}: {width}` | `.pf-v6-c-description-list.pf-m-horizontal` | Modifies the description list term width at optional [breakpoint](/
|
|
1616
|
+
| `--pf-v6-c-description-list--GridTemplateColumns--min{-on-[breakpoint]}: {width}` | `.pf-v6-c-description-list` | Modifies the min value of the `grid-template-columns` declaration at optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
1617
|
+
| `--pf-v6-c-description-list--m-horizontal__term--width{-on-[breakpoint]}: {width}` | `.pf-v6-c-description-list.pf-m-horizontal` | Modifies the description list term width at optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
1618
1618
|
|
|
1619
1619
|
<!-- | `.pf-m-order[0-12]{-on-[breakpoint]}` | `.pf-v6-c-description-list__group` | Modifies the order of the flex layout element. |
|
|
1620
1620
|
| `.pf-m-order-first{-on-[breakpoint]}` | `.pf-v6-c-description-list__group` | Modifies the order of the flex layout element to -1. |
|
|
@@ -134,5 +134,5 @@ The divider renders as an `<hr>` by default. It is possible to make the divider
|
|
|
134
134
|
| `.pf-v6-c-divider` | `<hr>`, `<li>`, `<div>` | Defines the divider component. |
|
|
135
135
|
| `.pf-m-vertical` | `.pf-v6-c-divider` | Modifies the divider component from horizontal to vertical. This modifier requires that the parent has an explicit or implicit height, or has a flex or grid based layout parent. |
|
|
136
136
|
| `.pf-m-inset-{none, sm, md, lg, xl, 2xl, 3xl}{-on-[sm, md, lg, xl, 2xl]}` | `.pf-v6-c-divider` | Modifies divider padding/inset to visually match padding of other adjacent components. |
|
|
137
|
-
| `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v6-c-divider` | Modifies a divider to be hidden, at optional [breakpoint](/
|
|
138
|
-
| `.pf-m-visible{-on-[breakpoint]}` | `.pf-v6-c-divider` | Modifies a divider to be shown, at optional [breakpoint](/
|
|
137
|
+
| `.pf-m-hidden{-on-[breakpoint]}` | `.pf-v6-c-divider` | Modifies a divider to be hidden, at optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
138
|
+
| `.pf-m-visible{-on-[breakpoint]}` | `.pf-v6-c-divider` | Modifies a divider to be shown, at optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
@@ -808,15 +808,15 @@ cssPrefix: pf-v6-c-drawer
|
|
|
808
808
|
| `.pf-m-panel-left` | `.pf-v6-c-drawer` | Modifies the drawer panel to expand from the left. |
|
|
809
809
|
| `.pf-m-panel-bottom` | `.pf-v6-c-drawer` | Modifies the drawer panel to expand from the bottom. **Note:** percentage based panel sizes require the drawer component's parent element have an implicit or explicit height. |
|
|
810
810
|
| `.pf-m-expanded` | `.pf-v6-c-drawer` | Modifies the drawer panel for the expanded state. |
|
|
811
|
-
| `.pf-m-static{-on-[lg, xl, 2xl]}` | `.pf-v6-c-drawer` | Modifies the drawer panel state to always show both content and panel at optional [breakpoint](/
|
|
812
|
-
| `.pf-m-inline{-on-[lg, xl, 2xl]}` | `.pf-v6-c-drawer` | Modifies the drawer so the content element and panel element are displayed side by side. `.pf-m-inline` used without a [breakpoint](/
|
|
811
|
+
| `.pf-m-static{-on-[lg, xl, 2xl]}` | `.pf-v6-c-drawer` | Modifies the drawer panel state to always show both content and panel at optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
812
|
+
| `.pf-m-inline{-on-[lg, xl, 2xl]}` | `.pf-v6-c-drawer` | Modifies the drawer so the content element and panel element are displayed side by side. `.pf-m-inline` used without a [breakpoint](/tokens/all-patternfly-tokens) will default to the `md` breakpoint. |
|
|
813
813
|
| `.pf-m-no-border` | `.pf-v6-c-drawer__panel` | Modifies the drawer panel border treatment to disable all border treatment. |
|
|
814
814
|
| `.pf-m-padding` | `.pf-v6-c-drawer__body` | Modifies the element to add padding. |
|
|
815
815
|
| `.pf-m-no-padding` | `.pf-v6-c-drawer__body` | Modifies the element to remove padding. |
|
|
816
816
|
| `.pf-m-no-background` | `.pf-v6-c-drawer__section`, `.pf-v6-c-drawer__panel` | Modifies the drawer element background color to transparent. |
|
|
817
817
|
| `.pf-m-primary` | `.pf-v6-c-drawer__content` | Modifies the drawer content to use the primary background color. |
|
|
818
818
|
| `.pf-m-secondary` | `.pf-v6-c-drawer__section`, `.pf-v6-c-drawer__content`, `.pf-v6-c-drawer__panel` | Modifies the drawer element to use the secondary background color. |
|
|
819
|
-
| `.pf-m-width-{25, 33, 50, 66, 75, 100}{-on-[breakpoint]}` | `.pf-v6-c-drawer__panel` | Modifies the drawer panel width at optional [breakpoint](/
|
|
819
|
+
| `.pf-m-width-{25, 33, 50, 66, 75, 100}{-on-[breakpoint]}` | `.pf-v6-c-drawer__panel` | Modifies the drawer panel width at optional [breakpoint](/tokens/all-patternfly-tokens). |
|
|
820
820
|
| `.pf-m-resizable` | `.pf-v6-c-drawer__panel` | Modifies the drawer panel to be resizable. Intended for use with the `.pf-v6-c-drawer__splitter` element. |
|
|
821
821
|
| `--pf-v6-c-drawer__panel--md--FlexBasis--min` | `.pf-v6-c-drawer__panel` | Defines the drawer panel minimum size. |
|
|
822
822
|
| `--pf-v6-c-drawer__panel--md--FlexBasis` | `.pf-v6-c-drawer__panel` | Defines the drawer panel size. |
|