@patternfly/patternfly 6.0.0-alpha.170 → 6.0.0-alpha.171
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Alert/alert.css +3 -9
- package/components/Alert/alert.scss +3 -9
- package/components/Card/card.css +1 -1
- package/components/Card/card.scss +1 -1
- package/components/Hint/hint.css +1 -7
- package/components/Hint/hint.scss +1 -7
- package/components/NotificationDrawer/notification-drawer.css +1 -7
- package/components/NotificationDrawer/notification-drawer.scss +1 -7
- package/components/Popover/popover.css +3 -5
- package/components/Popover/popover.scss +4 -5
- package/components/Wizard/wizard.css +6 -1
- package/components/Wizard/wizard.scss +7 -1
- package/components/_index.css +15 -30
- package/docs/components/Accordion/examples/Accordion.md +1 -1
- package/docs/components/Button/examples/Button.md +1 -1
- package/docs/components/Label/examples/Label.md +5 -5
- package/docs/components/Menu/examples/Menu.md +19 -19
- package/docs/components/MenuToggle/examples/MenuToggle.md +1 -1
- package/docs/components/ModalBox/examples/ModalBox.md +1 -1
- package/docs/components/Nav/examples/Navigation.md +5 -5
- package/docs/components/Spinner/examples/Spinner.md +1 -1
- package/docs/components/Timestamp/examples/Timestamp.md +0 -1
- package/package.json +1 -1
- package/patternfly-no-globals.css +15 -30
- package/patternfly.css +15 -30
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -504,7 +504,7 @@ cssPrefix: pf-v6-c-modal-box
|
|
|
504
504
|
|
|
505
505
|
The status modifier classes can be applied directly to the modal title element, instead of the parent modal.
|
|
506
506
|
|
|
507
|
-
```html isFullscreen
|
|
507
|
+
```html isFullscreen
|
|
508
508
|
<div
|
|
509
509
|
class="pf-v6-c-modal-box"
|
|
510
510
|
role="dialog"
|
|
@@ -715,7 +715,7 @@ cssPrefix: pf-v6-c-nav
|
|
|
715
715
|
|
|
716
716
|
### Nav with flyout
|
|
717
717
|
|
|
718
|
-
```html
|
|
718
|
+
```html
|
|
719
719
|
<nav class="pf-v6-c-nav" aria-label="Global">
|
|
720
720
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
721
721
|
<li class="pf-v6-c-nav__item">
|
|
@@ -835,7 +835,7 @@ cssPrefix: pf-v6-c-nav
|
|
|
835
835
|
|
|
836
836
|
### Nav with drilldown menu
|
|
837
837
|
|
|
838
|
-
```html
|
|
838
|
+
```html
|
|
839
839
|
<nav class="pf-v6-c-nav" aria-label="Drilldown menu example">
|
|
840
840
|
<div class="pf-v6-c-menu pf-m-drilldown">
|
|
841
841
|
<div class="pf-v6-c-menu__content">
|
|
@@ -1364,7 +1364,7 @@ cssPrefix: pf-v6-c-nav
|
|
|
1364
1364
|
|
|
1365
1365
|
### Nav with drilldown menu level two
|
|
1366
1366
|
|
|
1367
|
-
```html
|
|
1367
|
+
```html
|
|
1368
1368
|
<nav class="pf-v6-c-nav" aria-label="Drilldown menu example">
|
|
1369
1369
|
<div class="pf-v6-c-menu pf-m-drilldown pf-m-drilled-in">
|
|
1370
1370
|
<div
|
|
@@ -1896,7 +1896,7 @@ cssPrefix: pf-v6-c-nav
|
|
|
1896
1896
|
|
|
1897
1897
|
### Nav with drilldown menu level three
|
|
1898
1898
|
|
|
1899
|
-
```html
|
|
1899
|
+
```html
|
|
1900
1900
|
<nav class="pf-v6-c-nav" aria-label="Drilldown menu example">
|
|
1901
1901
|
<div class="pf-v6-c-menu pf-m-drilldown pf-m-drilled-in">
|
|
1902
1902
|
<div
|
|
@@ -2431,7 +2431,7 @@ cssPrefix: pf-v6-c-nav
|
|
|
2431
2431
|
|
|
2432
2432
|
### Nav item icons
|
|
2433
2433
|
|
|
2434
|
-
```html
|
|
2434
|
+
```html
|
|
2435
2435
|
<nav class="pf-v6-c-nav" aria-label="Global">
|
|
2436
2436
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
2437
2437
|
<li class="pf-v6-c-nav__item">
|
package/package.json
CHANGED
|
@@ -6429,8 +6429,8 @@
|
|
|
6429
6429
|
--pf-v6-c-alert--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
6430
6430
|
--pf-v6-c-alert--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
6431
6431
|
--pf-v6-c-alert--FontSize: var(--pf-t--global--font--size--body--default);
|
|
6432
|
-
--pf-v6-c-alert__toggle--MarginBlockStart: calc(
|
|
6433
|
-
--pf-v6-c-alert__toggle--MarginBlockEnd: calc(
|
|
6432
|
+
--pf-v6-c-alert__toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
6433
|
+
--pf-v6-c-alert__toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
6434
6434
|
--pf-v6-c-alert__toggle--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
|
6435
6435
|
--pf-v6-c-alert__toggle-icon--Rotate: 0;
|
|
6436
6436
|
--pf-v6-c-alert__toggle-icon--Transition: var(--pf-t--global--transition);
|
|
@@ -6438,10 +6438,7 @@
|
|
|
6438
6438
|
--pf-v6-c-alert__icon--MarginBlockStart: 0.25rem;
|
|
6439
6439
|
--pf-v6-c-alert__icon--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
|
6440
6440
|
--pf-v6-c-alert__icon--FontSize: var(--pf-t--global--icon--size--md);
|
|
6441
|
-
--pf-v6-c-alert__title--
|
|
6442
|
-
--pf-v6-c-alert__title--FontSize: var(--pf-t--global--font--size--heading--xs);
|
|
6443
|
-
--pf-v6-c-alert__title--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
6444
|
-
--pf-v6-c-alert__title--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
6441
|
+
--pf-v6-c-alert__title--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
6445
6442
|
--pf-v6-c-alert__title--Color: var(--pf-t--global--text--color--regular);
|
|
6446
6443
|
--pf-v6-c-alert__title--max-lines: 1;
|
|
6447
6444
|
--pf-v6-c-alert__action--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
@@ -6575,10 +6572,7 @@
|
|
|
6575
6572
|
|
|
6576
6573
|
.pf-v6-c-alert__title {
|
|
6577
6574
|
grid-area: title;
|
|
6578
|
-
font-family: var(--pf-v6-c-alert__title--FontFamily);
|
|
6579
|
-
font-size: var(--pf-v6-c-alert__title--FontSize);
|
|
6580
6575
|
font-weight: var(--pf-v6-c-alert__title--FontWeight);
|
|
6581
|
-
line-height: var(--pf-v6-c-alert__title--LineHeight);
|
|
6582
6576
|
color: var(--pf-v6-c-alert__title--Color);
|
|
6583
6577
|
word-break: break-word;
|
|
6584
6578
|
}
|
|
@@ -8249,7 +8243,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
8249
8243
|
--pf-v6-c-card__title--not--last-child--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
8250
8244
|
--pf-v6-c-card__title-text--Color: var(--pf-t--global--text--color--regular);
|
|
8251
8245
|
--pf-v6-c-card__title-text--FontFamily: var(--pf-t--global--font--family--heading);
|
|
8252
|
-
--pf-v6-c-card__title-text--FontSize: var(--pf-t--global--font--size--heading--
|
|
8246
|
+
--pf-v6-c-card__title-text--FontSize: var(--pf-t--global--font--size--heading--xs);
|
|
8253
8247
|
--pf-v6-c-card__title-text--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
8254
8248
|
--pf-v6-c-card__title-text--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
8255
8249
|
--pf-v6-c-card--c-button--disabled--Color: var(--pf-t--global--text--color--on-disabled);
|
|
@@ -13092,10 +13086,7 @@ select ~ .pf-v6-c-form-control__utilities {
|
|
|
13092
13086
|
--pf-v6-c-hint--BorderWidth: var(--pf-t--global--border--width--box--status--default);
|
|
13093
13087
|
--pf-v6-c-hint--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
13094
13088
|
--pf-v6-c-hint--Color: var(--pf-t--global--text--color--regular);
|
|
13095
|
-
--pf-v6-c-hint__title--
|
|
13096
|
-
--pf-v6-c-hint__title--FontSize: var(--pf-t--global--font--size--heading--xs);
|
|
13097
|
-
--pf-v6-c-hint__title--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
13098
|
-
--pf-v6-c-hint__title--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
13089
|
+
--pf-v6-c-hint__title--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
13099
13090
|
--pf-v6-c-hint__body--FontSize: var(--pf-t--global--font--size--body--default);
|
|
13100
13091
|
--pf-v6-c-hint__footer--MarginBlockStart: var(--pf-t--global--spacer--sm);
|
|
13101
13092
|
--pf-v6-c-hint__footer--child--MarginInlineEnd: var(--pf-t--global--spacer--md);
|
|
@@ -13143,10 +13134,7 @@ select ~ .pf-v6-c-form-control__utilities {
|
|
|
13143
13134
|
|
|
13144
13135
|
.pf-v6-c-hint__title {
|
|
13145
13136
|
align-self: center;
|
|
13146
|
-
font-family: var(--pf-v6-c-hint__title--FontFamily);
|
|
13147
|
-
font-size: var(--pf-v6-c-hint__title--FontSize);
|
|
13148
13137
|
font-weight: var(--pf-v6-c-hint__title--FontWeight);
|
|
13149
|
-
line-height: var(--pf-v6-c-hint__title--LineHeight);
|
|
13150
13138
|
}
|
|
13151
13139
|
|
|
13152
13140
|
.pf-v6-c-hint__body {
|
|
@@ -17311,10 +17299,7 @@ ul.pf-v6-c-list {
|
|
|
17311
17299
|
--pf-v6-c-notification-drawer__list-item-header--MarginBlockEnd: var(--pf-t--global--spacer--xs);
|
|
17312
17300
|
--pf-v6-c-notification-drawer__list-item-header-icon--Color: inherit;
|
|
17313
17301
|
--pf-v6-c-notification-drawer__list-item-header-icon--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
|
17314
|
-
--pf-v6-c-notification-drawer__list-item-header-title--
|
|
17315
|
-
--pf-v6-c-notification-drawer__list-item-header-title--FontSize: var(--pf-t--global--font--size--heading--xs);
|
|
17316
|
-
--pf-v6-c-notification-drawer__list-item-header-title--FontWeight: var(--pf-t--global--font--weight--heading--bold);
|
|
17317
|
-
--pf-v6-c-notification-drawer__list-item-header-title--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
17302
|
+
--pf-v6-c-notification-drawer__list-item-header-title--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
17318
17303
|
--pf-v6-c-notification-drawer__list-item-header-title--max-lines: 1;
|
|
17319
17304
|
--pf-v6-c-notification-drawer__list-item-description--MarginBlockEnd: var(--pf-t--global--spacer--sm);
|
|
17320
17305
|
--pf-v6-c-notification-drawer__list-item-timestamp--Color: var(--pf-t--global--text--color--subtle);
|
|
@@ -17453,10 +17438,7 @@ ul.pf-v6-c-list {
|
|
|
17453
17438
|
}
|
|
17454
17439
|
|
|
17455
17440
|
.pf-v6-c-notification-drawer__list-item-header-title {
|
|
17456
|
-
font-family: var(--pf-v6-c-notification-drawer__list-item-header-title--FontFamily);
|
|
17457
|
-
font-size: var(--pf-v6-c-notification-drawer__list-item-header-title--FontSize);
|
|
17458
17441
|
font-weight: var(--pf-v6-c-notification-drawer__list-item-header-title--FontWeight);
|
|
17459
|
-
line-height: var(--pf-v6-c-notification-drawer__list-item-header-title--LineHeight);
|
|
17460
17442
|
word-break: break-word;
|
|
17461
17443
|
}
|
|
17462
17444
|
.pf-v6-c-notification-drawer__list-item-header-title.pf-m-truncate {
|
|
@@ -18781,17 +18763,16 @@ ul.pf-v6-c-list {
|
|
|
18781
18763
|
--pf-v6-c-popover__arrow--m-inline-bottom--InsetBlockEnd: var(--pf-t--global--border--radius--medium);
|
|
18782
18764
|
--pf-v6-c-popover__arrow--m-block-left--InsetInlineStart: var(--pf-t--global--border--radius--medium);
|
|
18783
18765
|
--pf-v6-c-popover__arrow--m-block-right--InsetInlineEnd: var(--pf-t--global--border--radius--medium);
|
|
18784
|
-
--pf-v6-c-popover__close--InsetBlockStart: calc(var(--pf-v6-c-popover__content--PaddingBlockStart) -
|
|
18766
|
+
--pf-v6-c-popover__close--InsetBlockStart: calc(var(--pf-v6-c-popover__content--PaddingBlockStart) - var(--pf-t--global--spacer--control--vertical--default));
|
|
18785
18767
|
--pf-v6-c-popover__close--InsetInlineEnd: var(--pf-v6-c-popover__content--PaddingInlineEnd);
|
|
18786
18768
|
--pf-v6-c-popover__close--sibling--PaddingInlineEnd: var(--pf-t--global--spacer--2xl);
|
|
18787
18769
|
--pf-v6-c-popover__header--MarginBlockEnd: var(--pf-t--global--spacer--sm);
|
|
18788
18770
|
--pf-v6-c-popover__title-text--Color: var(--pf-t--global--text--color--regular);
|
|
18789
|
-
--pf-v6-c-popover__title-text--FontFamily: var(--pf-t--global--font--family--body);
|
|
18790
|
-
--pf-v6-c-popover__title-text--FontSize: var(--pf-t--global--font--size--body--lg);
|
|
18791
18771
|
--pf-v6-c-popover__title-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
18772
|
+
--pf-v6-c-popover__title-text--FontSize: var(--pf-t--global--font--size--body--default);
|
|
18792
18773
|
--pf-v6-c-popover__title-icon--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
|
18793
18774
|
--pf-v6-c-popover__title-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
18794
|
-
--pf-v6-c-popover__title-icon--FontSize: var(--pf-t--global--
|
|
18775
|
+
--pf-v6-c-popover__title-icon--FontSize: var(--pf-t--global--icon--size--font--body--default);
|
|
18795
18776
|
--pf-v6-c-popover__footer--MarginBlockStart: var(--pf-t--global--spacer--md);
|
|
18796
18777
|
}
|
|
18797
18778
|
|
|
@@ -18934,7 +18915,6 @@ ul.pf-v6-c-list {
|
|
|
18934
18915
|
}
|
|
18935
18916
|
|
|
18936
18917
|
.pf-v6-c-popover__title-text {
|
|
18937
|
-
font-family: var(--pf-v6-c-popover__title-text--FontFamily);
|
|
18938
18918
|
font-size: var(--pf-v6-c-popover__title-text--FontSize);
|
|
18939
18919
|
font-weight: var(--pf-v6-c-popover__title-text--FontWeight);
|
|
18940
18920
|
color: var(--pf-v6-c-popover__title-text--Color);
|
|
@@ -28903,7 +28883,9 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
28903
28883
|
|
|
28904
28884
|
.pf-v6-c-wizard__main {
|
|
28905
28885
|
z-index: var(--pf-v6-c-wizard__main--ZIndex);
|
|
28906
|
-
|
|
28886
|
+
display: flex;
|
|
28887
|
+
flex-direction: column;
|
|
28888
|
+
flex-grow: 1;
|
|
28907
28889
|
overflow-x: hidden;
|
|
28908
28890
|
overflow-y: auto;
|
|
28909
28891
|
word-break: break-word;
|
|
@@ -28918,6 +28900,9 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
28918
28900
|
.pf-v6-c-wizard__main-body.pf-m-no-padding {
|
|
28919
28901
|
padding: 0;
|
|
28920
28902
|
}
|
|
28903
|
+
.pf-v6-c-wizard__main-body:last-child {
|
|
28904
|
+
flex-grow: 1;
|
|
28905
|
+
}
|
|
28921
28906
|
|
|
28922
28907
|
.pf-v6-c-wizard__footer {
|
|
28923
28908
|
position: relative;
|
package/patternfly.css
CHANGED
|
@@ -6550,8 +6550,8 @@ button) {
|
|
|
6550
6550
|
--pf-v6-c-alert--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
6551
6551
|
--pf-v6-c-alert--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
6552
6552
|
--pf-v6-c-alert--FontSize: var(--pf-t--global--font--size--body--default);
|
|
6553
|
-
--pf-v6-c-alert__toggle--MarginBlockStart: calc(
|
|
6554
|
-
--pf-v6-c-alert__toggle--MarginBlockEnd: calc(
|
|
6553
|
+
--pf-v6-c-alert__toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
6554
|
+
--pf-v6-c-alert__toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
6555
6555
|
--pf-v6-c-alert__toggle--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
|
6556
6556
|
--pf-v6-c-alert__toggle-icon--Rotate: 0;
|
|
6557
6557
|
--pf-v6-c-alert__toggle-icon--Transition: var(--pf-t--global--transition);
|
|
@@ -6559,10 +6559,7 @@ button) {
|
|
|
6559
6559
|
--pf-v6-c-alert__icon--MarginBlockStart: 0.25rem;
|
|
6560
6560
|
--pf-v6-c-alert__icon--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
|
6561
6561
|
--pf-v6-c-alert__icon--FontSize: var(--pf-t--global--icon--size--md);
|
|
6562
|
-
--pf-v6-c-alert__title--
|
|
6563
|
-
--pf-v6-c-alert__title--FontSize: var(--pf-t--global--font--size--heading--xs);
|
|
6564
|
-
--pf-v6-c-alert__title--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
6565
|
-
--pf-v6-c-alert__title--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
6562
|
+
--pf-v6-c-alert__title--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
6566
6563
|
--pf-v6-c-alert__title--Color: var(--pf-t--global--text--color--regular);
|
|
6567
6564
|
--pf-v6-c-alert__title--max-lines: 1;
|
|
6568
6565
|
--pf-v6-c-alert__action--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
@@ -6696,10 +6693,7 @@ button) {
|
|
|
6696
6693
|
|
|
6697
6694
|
.pf-v6-c-alert__title {
|
|
6698
6695
|
grid-area: title;
|
|
6699
|
-
font-family: var(--pf-v6-c-alert__title--FontFamily);
|
|
6700
|
-
font-size: var(--pf-v6-c-alert__title--FontSize);
|
|
6701
6696
|
font-weight: var(--pf-v6-c-alert__title--FontWeight);
|
|
6702
|
-
line-height: var(--pf-v6-c-alert__title--LineHeight);
|
|
6703
6697
|
color: var(--pf-v6-c-alert__title--Color);
|
|
6704
6698
|
word-break: break-word;
|
|
6705
6699
|
}
|
|
@@ -8370,7 +8364,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
8370
8364
|
--pf-v6-c-card__title--not--last-child--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
8371
8365
|
--pf-v6-c-card__title-text--Color: var(--pf-t--global--text--color--regular);
|
|
8372
8366
|
--pf-v6-c-card__title-text--FontFamily: var(--pf-t--global--font--family--heading);
|
|
8373
|
-
--pf-v6-c-card__title-text--FontSize: var(--pf-t--global--font--size--heading--
|
|
8367
|
+
--pf-v6-c-card__title-text--FontSize: var(--pf-t--global--font--size--heading--xs);
|
|
8374
8368
|
--pf-v6-c-card__title-text--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
8375
8369
|
--pf-v6-c-card__title-text--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
8376
8370
|
--pf-v6-c-card--c-button--disabled--Color: var(--pf-t--global--text--color--on-disabled);
|
|
@@ -13213,10 +13207,7 @@ select ~ .pf-v6-c-form-control__utilities {
|
|
|
13213
13207
|
--pf-v6-c-hint--BorderWidth: var(--pf-t--global--border--width--box--status--default);
|
|
13214
13208
|
--pf-v6-c-hint--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
13215
13209
|
--pf-v6-c-hint--Color: var(--pf-t--global--text--color--regular);
|
|
13216
|
-
--pf-v6-c-hint__title--
|
|
13217
|
-
--pf-v6-c-hint__title--FontSize: var(--pf-t--global--font--size--heading--xs);
|
|
13218
|
-
--pf-v6-c-hint__title--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
13219
|
-
--pf-v6-c-hint__title--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
13210
|
+
--pf-v6-c-hint__title--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
13220
13211
|
--pf-v6-c-hint__body--FontSize: var(--pf-t--global--font--size--body--default);
|
|
13221
13212
|
--pf-v6-c-hint__footer--MarginBlockStart: var(--pf-t--global--spacer--sm);
|
|
13222
13213
|
--pf-v6-c-hint__footer--child--MarginInlineEnd: var(--pf-t--global--spacer--md);
|
|
@@ -13264,10 +13255,7 @@ select ~ .pf-v6-c-form-control__utilities {
|
|
|
13264
13255
|
|
|
13265
13256
|
.pf-v6-c-hint__title {
|
|
13266
13257
|
align-self: center;
|
|
13267
|
-
font-family: var(--pf-v6-c-hint__title--FontFamily);
|
|
13268
|
-
font-size: var(--pf-v6-c-hint__title--FontSize);
|
|
13269
13258
|
font-weight: var(--pf-v6-c-hint__title--FontWeight);
|
|
13270
|
-
line-height: var(--pf-v6-c-hint__title--LineHeight);
|
|
13271
13259
|
}
|
|
13272
13260
|
|
|
13273
13261
|
.pf-v6-c-hint__body {
|
|
@@ -17432,10 +17420,7 @@ ul.pf-v6-c-list {
|
|
|
17432
17420
|
--pf-v6-c-notification-drawer__list-item-header--MarginBlockEnd: var(--pf-t--global--spacer--xs);
|
|
17433
17421
|
--pf-v6-c-notification-drawer__list-item-header-icon--Color: inherit;
|
|
17434
17422
|
--pf-v6-c-notification-drawer__list-item-header-icon--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
|
17435
|
-
--pf-v6-c-notification-drawer__list-item-header-title--
|
|
17436
|
-
--pf-v6-c-notification-drawer__list-item-header-title--FontSize: var(--pf-t--global--font--size--heading--xs);
|
|
17437
|
-
--pf-v6-c-notification-drawer__list-item-header-title--FontWeight: var(--pf-t--global--font--weight--heading--bold);
|
|
17438
|
-
--pf-v6-c-notification-drawer__list-item-header-title--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
17423
|
+
--pf-v6-c-notification-drawer__list-item-header-title--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
17439
17424
|
--pf-v6-c-notification-drawer__list-item-header-title--max-lines: 1;
|
|
17440
17425
|
--pf-v6-c-notification-drawer__list-item-description--MarginBlockEnd: var(--pf-t--global--spacer--sm);
|
|
17441
17426
|
--pf-v6-c-notification-drawer__list-item-timestamp--Color: var(--pf-t--global--text--color--subtle);
|
|
@@ -17574,10 +17559,7 @@ ul.pf-v6-c-list {
|
|
|
17574
17559
|
}
|
|
17575
17560
|
|
|
17576
17561
|
.pf-v6-c-notification-drawer__list-item-header-title {
|
|
17577
|
-
font-family: var(--pf-v6-c-notification-drawer__list-item-header-title--FontFamily);
|
|
17578
|
-
font-size: var(--pf-v6-c-notification-drawer__list-item-header-title--FontSize);
|
|
17579
17562
|
font-weight: var(--pf-v6-c-notification-drawer__list-item-header-title--FontWeight);
|
|
17580
|
-
line-height: var(--pf-v6-c-notification-drawer__list-item-header-title--LineHeight);
|
|
17581
17563
|
word-break: break-word;
|
|
17582
17564
|
}
|
|
17583
17565
|
.pf-v6-c-notification-drawer__list-item-header-title.pf-m-truncate {
|
|
@@ -18902,17 +18884,16 @@ ul.pf-v6-c-list {
|
|
|
18902
18884
|
--pf-v6-c-popover__arrow--m-inline-bottom--InsetBlockEnd: var(--pf-t--global--border--radius--medium);
|
|
18903
18885
|
--pf-v6-c-popover__arrow--m-block-left--InsetInlineStart: var(--pf-t--global--border--radius--medium);
|
|
18904
18886
|
--pf-v6-c-popover__arrow--m-block-right--InsetInlineEnd: var(--pf-t--global--border--radius--medium);
|
|
18905
|
-
--pf-v6-c-popover__close--InsetBlockStart: calc(var(--pf-v6-c-popover__content--PaddingBlockStart) -
|
|
18887
|
+
--pf-v6-c-popover__close--InsetBlockStart: calc(var(--pf-v6-c-popover__content--PaddingBlockStart) - var(--pf-t--global--spacer--control--vertical--default));
|
|
18906
18888
|
--pf-v6-c-popover__close--InsetInlineEnd: var(--pf-v6-c-popover__content--PaddingInlineEnd);
|
|
18907
18889
|
--pf-v6-c-popover__close--sibling--PaddingInlineEnd: var(--pf-t--global--spacer--2xl);
|
|
18908
18890
|
--pf-v6-c-popover__header--MarginBlockEnd: var(--pf-t--global--spacer--sm);
|
|
18909
18891
|
--pf-v6-c-popover__title-text--Color: var(--pf-t--global--text--color--regular);
|
|
18910
|
-
--pf-v6-c-popover__title-text--FontFamily: var(--pf-t--global--font--family--body);
|
|
18911
|
-
--pf-v6-c-popover__title-text--FontSize: var(--pf-t--global--font--size--body--lg);
|
|
18912
18892
|
--pf-v6-c-popover__title-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
18893
|
+
--pf-v6-c-popover__title-text--FontSize: var(--pf-t--global--font--size--body--default);
|
|
18913
18894
|
--pf-v6-c-popover__title-icon--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
|
18914
18895
|
--pf-v6-c-popover__title-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
18915
|
-
--pf-v6-c-popover__title-icon--FontSize: var(--pf-t--global--
|
|
18896
|
+
--pf-v6-c-popover__title-icon--FontSize: var(--pf-t--global--icon--size--font--body--default);
|
|
18916
18897
|
--pf-v6-c-popover__footer--MarginBlockStart: var(--pf-t--global--spacer--md);
|
|
18917
18898
|
}
|
|
18918
18899
|
|
|
@@ -19055,7 +19036,6 @@ ul.pf-v6-c-list {
|
|
|
19055
19036
|
}
|
|
19056
19037
|
|
|
19057
19038
|
.pf-v6-c-popover__title-text {
|
|
19058
|
-
font-family: var(--pf-v6-c-popover__title-text--FontFamily);
|
|
19059
19039
|
font-size: var(--pf-v6-c-popover__title-text--FontSize);
|
|
19060
19040
|
font-weight: var(--pf-v6-c-popover__title-text--FontWeight);
|
|
19061
19041
|
color: var(--pf-v6-c-popover__title-text--Color);
|
|
@@ -29024,7 +29004,9 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
29024
29004
|
|
|
29025
29005
|
.pf-v6-c-wizard__main {
|
|
29026
29006
|
z-index: var(--pf-v6-c-wizard__main--ZIndex);
|
|
29027
|
-
|
|
29007
|
+
display: flex;
|
|
29008
|
+
flex-direction: column;
|
|
29009
|
+
flex-grow: 1;
|
|
29028
29010
|
overflow-x: hidden;
|
|
29029
29011
|
overflow-y: auto;
|
|
29030
29012
|
word-break: break-word;
|
|
@@ -29039,6 +29021,9 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
29039
29021
|
.pf-v6-c-wizard__main-body.pf-m-no-padding {
|
|
29040
29022
|
padding: 0;
|
|
29041
29023
|
}
|
|
29024
|
+
.pf-v6-c-wizard__main-body:last-child {
|
|
29025
|
+
flex-grow: 1;
|
|
29026
|
+
}
|
|
29042
29027
|
|
|
29043
29028
|
.pf-v6-c-wizard__footer {
|
|
29044
29029
|
position: relative;
|