@patternfly/patternfly 6.3.0-prerelease.13 → 6.3.0-prerelease.15

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.
@@ -371,7 +371,12 @@
371
371
  scale: -1 1;
372
372
  }
373
373
 
374
+ .pf-v6-c-accordion__expandable-content:where([hidden]) {
375
+ display: revert;
376
+ }
377
+
374
378
  .pf-v6-c-accordion__expandable-content {
379
+ display: none;
375
380
  margin-block-end: var(--pf-v6-c-accordion__expandable-content--MarginBlockEnd);
376
381
  margin-inline-start: var(--pf-v6-c-accordion__expandable-content--MarginInlineStart);
377
382
  margin-inline-end: var(--pf-v6-c-accordion__expandable-content--MarginInlineEnd);
@@ -381,14 +386,24 @@
381
386
  border-radius: var(--pf-v6-c-accordion__expandable-content--BorderRadius);
382
387
  opacity: var(--pf-v6-c-accordion__expandable-content--Opacity);
383
388
  transition-timing-function: var(--pf-v6-c-accordion__expandable-content--TransitionTimingFunction);
384
- transition-duration: var(--pf-v6-c-accordion__expandable-content--TransitionDuration--fade), var(--pf-v6-c-accordion__expandable-content--TransitionDuration--slide);
385
- transition-property: opacity, translate;
389
+ transition-duration: var(--pf-v6-c-accordion__expandable-content--TransitionDuration--fade), var(--pf-v6-c-accordion__expandable-content--TransitionDuration--slide), var(--pf-v6-c-accordion__expandable-content--TransitionDuration--fade);
390
+ transition-property: opacity, translate, display;
391
+ transition-behavior: allow-discrete;
386
392
  translate: 0 var(--pf-v6-c-accordion__expandable-content--TranslateY);
387
393
  }
388
394
  .pf-v6-c-accordion__expandable-content.pf-m-fixed {
389
395
  max-height: var(--pf-v6-c-accordion__expandable-content--m-fixed--MaxHeight);
390
396
  overflow-y: auto;
391
397
  }
398
+ .pf-v6-c-accordion__item.pf-m-expanded .pf-v6-c-accordion__expandable-content {
399
+ display: revert;
400
+ }
401
+ @starting-style {
402
+ .pf-v6-c-accordion__item.pf-m-expanded .pf-v6-c-accordion__expandable-content {
403
+ --pf-v6-c-accordion__expandable-content--Opacity: 0;
404
+ --pf-v6-c-accordion__expandable-content--TranslateY: -.5rem;
405
+ }
406
+ }
392
407
 
393
408
  .pf-v6-c-accordion__expandable-content-body {
394
409
  padding-block-start: var(--pf-v6-c-accordion__expandable-content-body--PaddingBlockStart);
@@ -1757,6 +1772,11 @@ button.pf-v6-c-breadcrumb__link {
1757
1772
  --pf-v6-c-button--m-favorited--hover__icon--Color: var(--pf-t--global--color--favorite--hover);
1758
1773
  --pf-v6-c-button--m-favorited__icon--AnimationDuration: var(--pf-t--global--motion--duration--icon--long);
1759
1774
  --pf-v6-c-button--m-favorited__icon--AnimationTimingFunction: var(--pf-t--global--motion--timing-function--default);
1775
+ --pf-v6-c-button__icon--favorite--Opacity: 1;
1776
+ --pf-v6-c-button__icon--favorited--Opacity: 0;
1777
+ --pf-v6-c-button--m-favorited__icon--favorite--Opacity: 0;
1778
+ --pf-v6-c-button--m-favorited__icon--favorited--Opacity: 1;
1779
+ --pf-v6-c-button__icon--favorite--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
1760
1780
  --pf-v6-c-button__progress--width: calc(var(--pf-t--global--icon--size--lg) + var(--pf-t--global--spacer--sm));
1761
1781
  --pf-v6-c-button__progress--Opacity: 0;
1762
1782
  --pf-v6-c-button__progress--TranslateY: -50%;
@@ -2067,6 +2087,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
2067
2087
  --pf-v6-c-button--FontSize: var(--pf-v6-c-button--m-display-lg--FontSize);
2068
2088
  }
2069
2089
  .pf-v6-c-button.pf-m-favorite .pf-v6-c-button__icon {
2090
+ display: grid;
2070
2091
  transition-timing-function: var(--pf-v6-c-button--m-favorite__icon--TransitionTimingFunction);
2071
2092
  transition-duration: var(--pf-v6-c-button--m-favorite__icon--TransitionDuration);
2072
2093
  transition-property: color;
@@ -2074,6 +2095,8 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
2074
2095
  .pf-v6-c-button.pf-m-favorited {
2075
2096
  --pf-v6-c-button__icon--Color: var(--pf-v6-c-button--m-favorited__icon--Color);
2076
2097
  --pf-v6-c-button--hover__icon--Color: var(--pf-v6-c-button--m-favorited--hover__icon--Color);
2098
+ --pf-v6-c-button__icon--favorite--Opacity: var(--pf-v6-c-button--m-favorited__icon--favorite--Opacity);
2099
+ --pf-v6-c-button__icon--favorited--Opacity: var(--pf-v6-c-button--m-favorited__icon--favorited--Opacity);
2077
2100
  }
2078
2101
  .pf-v6-c-button.pf-m-favorited .pf-v6-c-button__icon {
2079
2102
  animation-name: pf-v6-c-button-icon-favorited;
@@ -2153,6 +2176,21 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
2153
2176
  --pf-v6-c-button__icon--MarginInlineStart: var(--pf-v6-c-button__icon--m-end--MarginInlineStart);
2154
2177
  }
2155
2178
 
2179
+ .pf-v6-c-button__icon-favorite,
2180
+ .pf-v6-c-button__icon-favorited {
2181
+ grid-area: 1/1/1/1;
2182
+ transition-duration: var(--pf-v6-c-button__icon--favorite--TransitionDuration);
2183
+ transition-property: opacity;
2184
+ }
2185
+
2186
+ .pf-v6-c-button__icon-favorite {
2187
+ opacity: var(--pf-v6-c-button__icon--favorite--Opacity);
2188
+ }
2189
+
2190
+ .pf-v6-c-button__icon-favorited {
2191
+ opacity: var(--pf-v6-c-button__icon--favorited--Opacity);
2192
+ }
2193
+
2156
2194
  .pf-v6-c-button__progress {
2157
2195
  position: absolute;
2158
2196
  inset-block-start: var(--pf-v6-c-button__progress--InsetBlockStart);
@@ -2165,6 +2203,10 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
2165
2203
  --pf-v6-c-spinner--Color: currentcolor;
2166
2204
  }
2167
2205
 
2206
+ .pf-v6-c-button__text {
2207
+ text-decoration: inherit;
2208
+ }
2209
+
2168
2210
  .pf-v6-c-button__count {
2169
2211
  display: inline-flex;
2170
2212
  align-items: center;
@@ -6381,8 +6423,8 @@ ul) {
6381
6423
  --pf-v6-c-expandable-section__content--TransitionDuration--fade: var(--pf-v6-c-expandable-section__content--TransitionDuration--collapse--fade);
6382
6424
  --pf-v6-c-expandable-section__content--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
6383
6425
  --pf-v6-c-expandable-section__content--Opacity: 0;
6384
- --pf-v6-c-expandable-section--m-expanded__content--Opacity: 1;
6385
6426
  --pf-v6-c-expandable-section__content--TranslateY: 0;
6427
+ --pf-v6-c-expandable-section--m-expanded__content--Opacity: 1;
6386
6428
  --pf-v6-c-expandable-section--m-expanded__content--TranslateY: 0;
6387
6429
  --pf-v6-c-expandable-section__content--MaxWidth: auto;
6388
6430
  --pf-v6-c-expandable-section--m-limit-width__content--MaxWidth: 46.875rem;
@@ -6468,12 +6510,28 @@ ul) {
6468
6510
  max-width: var(--pf-v6-c-expandable-section__content--MaxWidth);
6469
6511
  padding-block-end: var(--pf-v6-c-expandable-section__content--PaddingBlockEnd, 0);
6470
6512
  padding-inline-start: var(--pf-v6-c-expandable-section__content--PaddingInlineStart, 0);
6513
+ }
6514
+ .pf-v6-c-expandable-section__content:where([hidden]) {
6515
+ display: revert;
6516
+ }
6517
+ .pf-v6-c-expandable-section:where(:not(.pf-m-truncate)) .pf-v6-c-expandable-section__content {
6518
+ display: none;
6471
6519
  opacity: var(--pf-v6-c-expandable-section__content--Opacity);
6472
6520
  transition-timing-function: var(--pf-v6-c-expandable-section__content--TransitionTimingFunction);
6473
- transition-duration: var(--pf-v6-c-expandable-section__content--TransitionDuration--fade), var(--pf-v6-c-expandable-section__content--TransitionDuration--slide);
6474
- transition-property: opacity, translate;
6521
+ transition-duration: var(--pf-v6-c-expandable-section__content--TransitionDuration--fade), var(--pf-v6-c-expandable-section__content--TransitionDuration--slide), var(--pf-v6-c-expandable-section__content--TransitionDuration--fade);
6522
+ transition-property: opacity, translate, display;
6523
+ transition-behavior: allow-discrete;
6475
6524
  translate: 0 var(--pf-v6-c-expandable-section__content--TranslateY);
6476
6525
  }
6526
+ .pf-v6-c-expandable-section.pf-m-expanded .pf-v6-c-expandable-section__content {
6527
+ display: revert;
6528
+ }
6529
+ @starting-style {
6530
+ .pf-v6-c-expandable-section.pf-m-expanded .pf-v6-c-expandable-section__content {
6531
+ --pf-v6-c-expandable-section__content--Opacity: 0;
6532
+ --pf-v6-c-expandable-section__content--TranslateY: -.5rem;
6533
+ }
6534
+ }
6477
6535
 
6478
6536
  .pf-v6-c-file-upload {
6479
6537
  --pf-v6-c-file-upload--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
@@ -16785,6 +16843,17 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
16785
16843
  --pf-v6-c-table__action--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
16786
16844
  --pf-v6-c-table__action--PaddingInlineStart: var(--pf-t--global--spacer--sm);
16787
16845
  --pf-v6-c-table__action--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
16846
+ --pf-v6-c-table__expandable-row--TransitionDuration--expand--slide: 0s;
16847
+ --pf-v6-c-table__expandable-row--TransitionDuration--expand--fade: var(--pf-t--global--motion--duration--fade--default);
16848
+ --pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide: 0s;
16849
+ --pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade: var(--pf-t--global--motion--duration--fade--short);
16850
+ --pf-v6-c-table__expandable-row--TransitionDuration--slide: var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide);
16851
+ --pf-v6-c-table__expandable-row--TransitionDuration--fade: var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade);
16852
+ --pf-v6-c-table__expandable-row--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
16853
+ --pf-v6-c-table__expandable-row--Opacity: 0;
16854
+ --pf-v6-c-table__tbody--m-expanded__expandable-row--Opacity: 1;
16855
+ --pf-v6-c-table__expandable-row--TranslateY: 0;
16856
+ --pf-v6-c-table__tbody--m-expanded__expandable-row--TranslateY: 0;
16788
16857
  --pf-v6-c-table__expandable-row-content--PaddingBlockStart: var(--pf-t--global--spacer--md);
16789
16858
  --pf-v6-c-table__expandable-row-content--PaddingBlockEnd: var(--pf-t--global--spacer--md);
16790
16859
  --pf-v6-c-table__expandable-row-content--PaddingInlineStart: var(--pf-t--global--spacer--md);
@@ -16845,6 +16914,13 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
16845
16914
  --pf-v6-c-table--m-sticky-header--ZIndex: calc(var(--pf-t--global--z-index--xs) + 1);
16846
16915
  --pf-v6-c-table--m-sticky-header--border--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
16847
16916
  }
16917
+ @media screen and (prefers-reduced-motion: no-preference) {
16918
+ .pf-v6-c-table {
16919
+ --pf-v6-c-table__expandable-row--TransitionDuration--expand--slide: var(--pf-t--global--motion--duration--fade--default);
16920
+ --pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide: var(--pf-t--global--motion--duration--fade--short);
16921
+ --pf-v6-c-table__expandable-row--TranslateY: -.5rem;
16922
+ }
16923
+ }
16848
16924
 
16849
16925
  .pf-v6-c-table {
16850
16926
  width: 100%;
@@ -17413,6 +17489,12 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
17413
17489
  .pf-v6-c-table__expandable-row {
17414
17490
  position: relative;
17415
17491
  border-block-end: 0 solid transparent;
17492
+ opacity: var(--pf-v6-c-table__expandable-row--Opacity);
17493
+ transition-timing-function: var(--pf-v6-c-table__expandable-row--TransitionTimingFunction);
17494
+ transition-duration: var(--pf-v6-c-table__expandable-row--TransitionDuration--fade), var(--pf-v6-c-table__expandable-row--TransitionDuration--slide), var(--pf-v6-c-table__expandable-row--TransitionDuration--fade);
17495
+ transition-property: opacity, translate, display;
17496
+ transition-behavior: allow-discrete;
17497
+ translate: 0 var(--pf-v6-c-table__expandable-row--TranslateY);
17416
17498
  }
17417
17499
  :not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__th,
17418
17500
  :not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__td {
@@ -17441,6 +17523,15 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
17441
17523
  .pf-v6-c-table__expandable-row.pf-m-expanded {
17442
17524
  border-block-end-color: var(--pf-v6-c-table__expandable-row--m-expanded--BorderBlockEndColor);
17443
17525
  border-block-end-width: var(--pf-v6-c-table--border-width--base);
17526
+ opacity: var(--pf-v6-c-table__tbody--m-expanded__expandable-row--Opacity);
17527
+ transition-duration: var(--pf-v6-c-table__expandable-row--TransitionDuration--expand--fade), var(--pf-v6-c-table__expandable-row--TransitionDuration--expand--slide), var(--pf-v6-c-table__expandable-row--TransitionDuration--expand--fade);
17528
+ translate: 0 var(--pf-v6-c-table__tbody--m-expanded__expandable-row--TranslateY);
17529
+ }
17530
+ @starting-style {
17531
+ .pf-v6-c-table__expandable-row.pf-m-expanded {
17532
+ opacity: var(--pf-v6-c-table__expandable-row--Opacity);
17533
+ translate: 0 var(--pf-v6-c-table__expandable-row--TranslateY);
17534
+ }
17444
17535
  }
17445
17536
  .pf-v6-c-table__expandable-row:not(.pf-m-expanded) {
17446
17537
  display: none;
@@ -19681,6 +19772,10 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
19681
19772
  --pf-v6-c-timestamp--m-help-text--TextDecorationStyle: var(--pf-v6-c-timestamp--m-help-text--hover--TextDecorationStyle);
19682
19773
  }
19683
19774
 
19775
+ .pf-v6-c-timestamp__text {
19776
+ text-decoration: inherit;
19777
+ }
19778
+
19684
19779
  .pf-v6-c-title {
19685
19780
  --pf-v6-c-title--FontFamily: var(--pf-t--global--font--family--heading);
19686
19781
  --pf-v6-c-title--m-4xl--LineHeight: var(--pf-t--global--font--line-height--heading);
@@ -21955,6 +22050,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
21955
22050
  grid-auto-flow: column;
21956
22051
  align-items: baseline;
21957
22052
  min-width: var(--pf-v6-c-truncate--MinWidth);
22053
+ text-decoration: inherit;
21958
22054
  }
21959
22055
  .pf-v6-c-truncate.pf-m-fixed {
21960
22056
  display: inline;
@@ -2022,7 +2022,36 @@ A favorite button should use a plain button with the star icon. Applying `.pf-m-
2022
2022
  aria-label="not starred"
2023
2023
  >
2024
2024
  <span class="pf-v6-c-button__icon">
2025
- <i class="fas fa-star" aria-hidden="true"></i>
2025
+ <span class="pf-v6-c-button__icon-favorite">
2026
+ <svg
2027
+ class="pf-v6-svg"
2028
+ viewBox="0 0 576 512"
2029
+ fill="currentColor"
2030
+ aria-hidden="true"
2031
+ role="img"
2032
+ width="1em"
2033
+ height="1em"
2034
+ >
2035
+ <path
2036
+ d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"
2037
+ />
2038
+ </svg>
2039
+ </span>
2040
+ <span class="pf-v6-c-button__icon-favorited">
2041
+ <svg
2042
+ class="pf-v6-svg"
2043
+ viewBox="0 0 576 512"
2044
+ fill="currentColor"
2045
+ aria-hidden="true"
2046
+ role="img"
2047
+ width="1em"
2048
+ height="1em"
2049
+ >
2050
+ <path
2051
+ d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"
2052
+ />
2053
+ </svg>
2054
+ </span>
2026
2055
  </span>
2027
2056
  </button>
2028
2057
  <button
@@ -2031,7 +2060,36 @@ A favorite button should use a plain button with the star icon. Applying `.pf-m-
2031
2060
  aria-label="starred"
2032
2061
  >
2033
2062
  <span class="pf-v6-c-button__icon">
2034
- <i class="fas fa-star" aria-hidden="true"></i>
2063
+ <span class="pf-v6-c-button__icon-favorite">
2064
+ <svg
2065
+ class="pf-v6-svg"
2066
+ viewBox="0 0 576 512"
2067
+ fill="currentColor"
2068
+ aria-hidden="true"
2069
+ role="img"
2070
+ width="1em"
2071
+ height="1em"
2072
+ >
2073
+ <path
2074
+ d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"
2075
+ />
2076
+ </svg>
2077
+ </span>
2078
+ <span class="pf-v6-c-button__icon-favorited">
2079
+ <svg
2080
+ class="pf-v6-svg"
2081
+ viewBox="0 0 576 512"
2082
+ fill="currentColor"
2083
+ aria-hidden="true"
2084
+ role="img"
2085
+ width="1em"
2086
+ height="1em"
2087
+ >
2088
+ <path
2089
+ d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"
2090
+ />
2091
+ </svg>
2092
+ </span>
2035
2093
  </span>
2036
2094
  </button>
2037
2095
 
@@ -5648,7 +5648,36 @@ cssPrefix: pf-v6-c-menu
5648
5648
  aria-label="Starred"
5649
5649
  >
5650
5650
  <span class="pf-v6-c-button__icon">
5651
- <i class="fas fa-star" aria-hidden="true"></i>
5651
+ <span class="pf-v6-c-button__icon-favorite">
5652
+ <svg
5653
+ class="pf-v6-svg"
5654
+ viewBox="0 0 576 512"
5655
+ fill="currentColor"
5656
+ aria-hidden="true"
5657
+ role="img"
5658
+ width="1em"
5659
+ height="1em"
5660
+ >
5661
+ <path
5662
+ d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"
5663
+ />
5664
+ </svg>
5665
+ </span>
5666
+ <span class="pf-v6-c-button__icon-favorited">
5667
+ <svg
5668
+ class="pf-v6-svg"
5669
+ viewBox="0 0 576 512"
5670
+ fill="currentColor"
5671
+ aria-hidden="true"
5672
+ role="img"
5673
+ width="1em"
5674
+ height="1em"
5675
+ >
5676
+ <path
5677
+ d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"
5678
+ />
5679
+ </svg>
5680
+ </span>
5652
5681
  </span>
5653
5682
  </button>
5654
5683
  </div>
@@ -5674,7 +5703,36 @@ cssPrefix: pf-v6-c-menu
5674
5703
  aria-label="Starred"
5675
5704
  >
5676
5705
  <span class="pf-v6-c-button__icon">
5677
- <i class="fas fa-star" aria-hidden="true"></i>
5706
+ <span class="pf-v6-c-button__icon-favorite">
5707
+ <svg
5708
+ class="pf-v6-svg"
5709
+ viewBox="0 0 576 512"
5710
+ fill="currentColor"
5711
+ aria-hidden="true"
5712
+ role="img"
5713
+ width="1em"
5714
+ height="1em"
5715
+ >
5716
+ <path
5717
+ d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"
5718
+ />
5719
+ </svg>
5720
+ </span>
5721
+ <span class="pf-v6-c-button__icon-favorited">
5722
+ <svg
5723
+ class="pf-v6-svg"
5724
+ viewBox="0 0 576 512"
5725
+ fill="currentColor"
5726
+ aria-hidden="true"
5727
+ role="img"
5728
+ width="1em"
5729
+ height="1em"
5730
+ >
5731
+ <path
5732
+ d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"
5733
+ />
5734
+ </svg>
5735
+ </span>
5678
5736
  </span>
5679
5737
  </button>
5680
5738
  </div>
@@ -5706,7 +5764,36 @@ cssPrefix: pf-v6-c-menu
5706
5764
  disabled
5707
5765
  >
5708
5766
  <span class="pf-v6-c-button__icon">
5709
- <i class="fas fa-star" aria-hidden="true"></i>
5767
+ <span class="pf-v6-c-button__icon-favorite">
5768
+ <svg
5769
+ class="pf-v6-svg"
5770
+ viewBox="0 0 576 512"
5771
+ fill="currentColor"
5772
+ aria-hidden="true"
5773
+ role="img"
5774
+ width="1em"
5775
+ height="1em"
5776
+ >
5777
+ <path
5778
+ d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"
5779
+ />
5780
+ </svg>
5781
+ </span>
5782
+ <span class="pf-v6-c-button__icon-favorited">
5783
+ <svg
5784
+ class="pf-v6-svg"
5785
+ viewBox="0 0 576 512"
5786
+ fill="currentColor"
5787
+ aria-hidden="true"
5788
+ role="img"
5789
+ width="1em"
5790
+ height="1em"
5791
+ >
5792
+ <path
5793
+ d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"
5794
+ />
5795
+ </svg>
5796
+ </span>
5710
5797
  </span>
5711
5798
  </button>
5712
5799
  </div>
@@ -5734,7 +5821,36 @@ cssPrefix: pf-v6-c-menu
5734
5821
  aria-label="Not starred"
5735
5822
  >
5736
5823
  <span class="pf-v6-c-button__icon">
5737
- <i class="fas fa-star" aria-hidden="true"></i>
5824
+ <span class="pf-v6-c-button__icon-favorite">
5825
+ <svg
5826
+ class="pf-v6-svg"
5827
+ viewBox="0 0 576 512"
5828
+ fill="currentColor"
5829
+ aria-hidden="true"
5830
+ role="img"
5831
+ width="1em"
5832
+ height="1em"
5833
+ >
5834
+ <path
5835
+ d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"
5836
+ />
5837
+ </svg>
5838
+ </span>
5839
+ <span class="pf-v6-c-button__icon-favorited">
5840
+ <svg
5841
+ class="pf-v6-svg"
5842
+ viewBox="0 0 576 512"
5843
+ fill="currentColor"
5844
+ aria-hidden="true"
5845
+ role="img"
5846
+ width="1em"
5847
+ height="1em"
5848
+ >
5849
+ <path
5850
+ d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"
5851
+ />
5852
+ </svg>
5853
+ </span>
5738
5854
  </span>
5739
5855
  </button>
5740
5856
  </div>