@patternfly/react-styles 6.3.0-prerelease.1 → 6.3.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.
Files changed (81) hide show
  1. package/CHANGELOG.md +58 -0
  2. package/css/assets/images/icon-help.hbs +3 -0
  3. package/css/assets/images/icon-outlined-star.hbs +3 -0
  4. package/css/assets/images/icon-star.hbs +3 -0
  5. package/css/components/Accordion/accordion.css +72 -3
  6. package/css/components/Alert/alert-group.css +52 -31
  7. package/css/components/Alert/alert-group.d.ts +4 -1
  8. package/css/components/Alert/alert-group.js +4 -1
  9. package/css/components/Alert/alert-group.mjs +4 -1
  10. package/css/components/Button/button.css +154 -6
  11. package/css/components/Button/button.d.ts +12 -0
  12. package/css/components/Button/button.js +12 -0
  13. package/css/components/Button/button.mjs +12 -0
  14. package/css/components/DataList/data-list.css +2 -2
  15. package/css/components/DualListSelector/dual-list-selector.css +36 -0
  16. package/css/components/DualListSelector/dual-list-selector.d.ts +1 -0
  17. package/css/components/DualListSelector/dual-list-selector.js +1 -0
  18. package/css/components/DualListSelector/dual-list-selector.mjs +1 -0
  19. package/css/components/ExpandableSection/expandable-section.css +63 -1
  20. package/css/components/ExpandableSection/expandable-section.d.ts +3 -2
  21. package/css/components/ExpandableSection/expandable-section.js +3 -2
  22. package/css/components/ExpandableSection/expandable-section.mjs +3 -2
  23. package/css/components/FileUpload/file-upload.css +3 -3
  24. package/css/components/Form/form.css +40 -1
  25. package/css/components/Form/form.d.ts +2 -1
  26. package/css/components/Form/form.js +2 -1
  27. package/css/components/Form/form.mjs +2 -1
  28. package/css/components/FormControl/form-control.css +16 -0
  29. package/css/components/FormControl/form-control.d.ts +2 -2
  30. package/css/components/FormControl/form-control.js +2 -2
  31. package/css/components/FormControl/form-control.mjs +2 -2
  32. package/css/components/InputGroup/input-group.css +80 -0
  33. package/css/components/InputGroup/input-group.d.ts +6 -0
  34. package/css/components/InputGroup/input-group.js +6 -0
  35. package/css/components/InputGroup/input-group.mjs +6 -0
  36. package/css/components/Menu/menu.css +24 -4
  37. package/css/components/MenuToggle/menu-toggle.css +38 -4
  38. package/css/components/MenuToggle/menu-toggle.d.ts +1 -0
  39. package/css/components/MenuToggle/menu-toggle.js +1 -0
  40. package/css/components/MenuToggle/menu-toggle.mjs +1 -0
  41. package/css/components/Nav/nav.css +22 -8
  42. package/css/components/Page/page.css +62 -3
  43. package/css/components/Page/page.d.ts +3 -0
  44. package/css/components/Page/page.js +3 -0
  45. package/css/components/Page/page.mjs +3 -0
  46. package/css/components/Progress/progress.css +16 -0
  47. package/css/components/Skeleton/skeleton.css +22 -2
  48. package/css/components/Spinner/spinner.css +5 -0
  49. package/css/components/Spinner/spinner.d.ts +1 -0
  50. package/css/components/Spinner/spinner.js +1 -0
  51. package/css/components/Spinner/spinner.mjs +1 -0
  52. package/css/components/Table/table-grid.css +116 -85
  53. package/css/components/Table/table-grid.d.ts +2 -0
  54. package/css/components/Table/table-grid.js +2 -0
  55. package/css/components/Table/table-grid.mjs +2 -0
  56. package/css/components/Table/table.css +128 -47
  57. package/css/components/Table/table.d.ts +5 -1
  58. package/css/components/Table/table.js +5 -1
  59. package/css/components/Table/table.mjs +5 -1
  60. package/css/components/Tabs/tabs.css +25 -15
  61. package/css/components/Tabs/tabs.d.ts +1 -0
  62. package/css/components/Tabs/tabs.js +1 -0
  63. package/css/components/Tabs/tabs.mjs +1 -0
  64. package/css/components/TextInputGroup/text-input-group.css +16 -0
  65. package/css/components/TextInputGroup/text-input-group.d.ts +1 -1
  66. package/css/components/TextInputGroup/text-input-group.js +1 -1
  67. package/css/components/TextInputGroup/text-input-group.mjs +1 -1
  68. package/css/components/Timestamp/timestamp.css +4 -0
  69. package/css/components/Timestamp/timestamp.d.ts +2 -1
  70. package/css/components/Timestamp/timestamp.js +2 -1
  71. package/css/components/Timestamp/timestamp.mjs +2 -1
  72. package/css/components/TreeView/tree-view.css +39 -0
  73. package/css/components/TreeView/tree-view.d.ts +1 -0
  74. package/css/components/TreeView/tree-view.js +1 -0
  75. package/css/components/TreeView/tree-view.mjs +1 -0
  76. package/css/components/Truncate/truncate.css +1 -0
  77. package/css/components/_index.css +1036 -215
  78. package/css/components/_index.d.ts +27 -2
  79. package/css/components/_index.js +27 -2
  80. package/css/components/_index.mjs +27 -2
  81. package/package.json +3 -3
@@ -14,6 +14,8 @@
14
14
  --pf-v6-c-table__tbody--cell--PaddingBlockStart: var(--pf-v6-c-table--cell--Padding--base);
15
15
  --pf-v6-c-table__tbody--cell--PaddingBlockEnd: var(--pf-v6-c-table--cell--Padding--base);
16
16
  --pf-v6-c-table__tbody--cell--FontSize: var(--pf-t--global--font--size--body--default);
17
+ --pf-v6-c-table__tbody--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);
18
+ --pf-v6-c-table__tbody--BorderBlockEndColor: var(--pf-t--global--border--color--default);
17
19
  --pf-v6-c-table__tr--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);
18
20
  --pf-v6-c-table__tr--BorderBlockEndColor: var(--pf-t--global--border--color--default);
19
21
  --pf-v6-c-table--cell--Padding--base: var(--pf-t--global--spacer--md);
@@ -74,6 +76,15 @@
74
76
  --pf-v6-c-table__action--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
75
77
  --pf-v6-c-table__action--PaddingInlineStart: var(--pf-t--global--spacer--sm);
76
78
  --pf-v6-c-table__action--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
79
+ --pf-v6-c-table__expandable-row--TransitionDuration--expand--slide: 0s;
80
+ --pf-v6-c-table__expandable-row--TransitionDuration--expand--fade: var(--pf-t--global--motion--duration--fade--default);
81
+ --pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide: 0s;
82
+ --pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade: var(--pf-t--global--motion--duration--fade--short);
83
+ --pf-v6-c-table__expandable-row--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
84
+ --pf-v6-c-table__expandable-row--Opacity: 0;
85
+ --pf-v6-c-table__tbody--m-expanded__expandable-row--Opacity: 1;
86
+ --pf-v6-c-table__expandable-row--TranslateY: 0;
87
+ --pf-v6-c-table__tbody--m-expanded__expandable-row--TranslateY: 0;
77
88
  --pf-v6-c-table__expandable-row-content--PaddingBlockStart: var(--pf-t--global--spacer--md);
78
89
  --pf-v6-c-table__expandable-row-content--PaddingBlockEnd: var(--pf-t--global--spacer--md);
79
90
  --pf-v6-c-table__expandable-row-content--PaddingInlineStart: var(--pf-t--global--spacer--md);
@@ -109,6 +120,10 @@
109
120
  --pf-v6-c-table--m-compact__th--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
110
121
  --pf-v6-c-table--m-compact--cell--PaddingBlockStart: var(--pf-t--global--spacer--sm);
111
122
  --pf-v6-c-table--m-compact--cell--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
123
+ --pf-v6-c-table__td--m-action--PaddingBlockStart: var(--pf-t--global--spacer--sm);
124
+ --pf-v6-c-table__td--m-action--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
125
+ --pf-v6-c-table--m-compact__td--m-action--PaddingBlockStart: var(--pf-t--global--spacer--xs);
126
+ --pf-v6-c-table--m-compact__td--m-action--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
112
127
  --pf-v6-c-table--m-compact__action--PaddingBlockStart: var(--pf-t--global--spacer--xs);
113
128
  --pf-v6-c-table--m-compact__action--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
114
129
  --pf-v6-c-table__expandable-row--m-expanded--BorderBlockEndColor: var(--pf-t--global--border--color--default);
@@ -134,6 +149,13 @@
134
149
  --pf-v6-c-table--m-sticky-header--ZIndex: calc(var(--pf-t--global--z-index--xs) + 1);
135
150
  --pf-v6-c-table--m-sticky-header--border--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
136
151
  }
152
+ @media screen and (prefers-reduced-motion: no-preference) {
153
+ .pf-v6-c-table {
154
+ --pf-v6-c-table__expandable-row--TransitionDuration--expand--slide: var(--pf-t--global--motion--duration--fade--default);
155
+ --pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide: var(--pf-t--global--motion--duration--fade--short);
156
+ --pf-v6-c-table__expandable-row--TranslateY: -.5rem;
157
+ }
158
+ }
137
159
 
138
160
  .pf-v6-c-table {
139
161
  width: 100%;
@@ -186,7 +208,7 @@
186
208
  --pf-v6-c-table__sticky-column--BackgroundColor: var(--pf-v6-c-table--m-striped__tr--BackgroundColor);
187
209
  background: var(--pf-v6-c-table--m-striped__tr--BackgroundColor);
188
210
  }
189
- .pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row).pf-m-ghost-row {
211
+ .pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))).pf-m-ghost-row {
190
212
  background-color: var(--pf-v6-c-table__tr--m-ghost-row--BackgroundColor);
191
213
  opacity: var(--pf-v6-c-table__tr--m-ghost-row--Opacity);
192
214
  }
@@ -330,6 +352,10 @@
330
352
  .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) > :where(th, td) {
331
353
  overflow-wrap: break-word;
332
354
  }
355
+ .pf-v6-c-table .pf-v6-c-table__td.pf-m-action {
356
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__td--m-action--PaddingBlockStart);
357
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__td--m-action--PaddingBlockEnd);
358
+ }
333
359
  .pf-v6-c-table .pf-v6-c-table__sort {
334
360
  min-width: var(--pf-v6-c-table__sort--MinWidth);
335
361
  }
@@ -382,7 +408,7 @@
382
408
  background-color: var(--pf-v6-c-table__tbody--m-selected--BackgroundColor);
383
409
  outline-offset: var(--pf-v6-c-table__tbody--m-selected--OutlineOffset);
384
410
  }
385
- .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-selected .pf-v6-c-table__tr.pf-m-expanded:not(.pf-v6-c-table__expandable-row) {
411
+ .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-selected .pf-v6-c-table__tr.pf-m-expanded:not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) {
386
412
  border: none;
387
413
  }
388
414
  .pf-v6-c-table.pf-m-drag-over {
@@ -398,6 +424,48 @@
398
424
  .pf-v6-c-table .pf-v6-c-button .pf-v6-c-table__sort-indicator {
399
425
  --pf-v6-c-table__sort-indicator--MarginInlineStart: 0;
400
426
  }
427
+ .pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) {
428
+ display: var(--pf-v6-c-table__expandable-row--Display, revert);
429
+ visibility: hidden;
430
+ opacity: var(--pf-v6-c-table__expandable-row--Opacity);
431
+ transition-delay: 0s, 0s, var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade), var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade);
432
+ transition-timing-function: var(--pf-v6-c-table__expandable-row--TransitionTimingFunction);
433
+ transition-duration: var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade), var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide), 0s, 0s;
434
+ transition-property: opacity, translate, visibility, background-color;
435
+ translate: 0 var(--pf-v6-c-table__expandable-row--TranslateY);
436
+ }
437
+ .pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:where(:nth-child(n+2))[hidden] {
438
+ display: var(--pf-v6-c-table__expandable-row--Display, revert);
439
+ }
440
+ .pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:where(:nth-child(n+2)).pf-m-expanded {
441
+ visibility: visible;
442
+ opacity: var(--pf-v6-c-table__tbody--m-expanded__expandable-row--Opacity);
443
+ transition-delay: 0s;
444
+ transition-duration: var(--pf-v6-c-table__expandable-row--TransitionDuration--expand--fade), var(--pf-v6-c-table__expandable-row--TransitionDuration--expand--slide), 0s, 0s;
445
+ translate: 0 var(--pf-v6-c-table__tbody--m-expanded__expandable-row--TranslateY);
446
+ }
447
+ .pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:where(:nth-child(n+2)).pf-m-expanded > :is(.pf-v6-c-table__td, .pf-v6-c-table__th) > .pf-v6-c-table__expandable-row-content {
448
+ max-height: 99999px;
449
+ }
450
+ .pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:where(:nth-child(n+2)):not(.pf-m-expanded) > :is(.pf-v6-c-table__td, .pf-v6-c-table__th) {
451
+ --pf-v6-c-table--cell--responsive--label: none;
452
+ }
453
+ .pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:where(:nth-child(n+2)):not(.pf-m-expanded) > :is(.pf-v6-c-table__td, .pf-v6-c-table__th),
454
+ .pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:where(:nth-child(n+2)):not(.pf-m-expanded) > :is(.pf-v6-c-table__td, .pf-v6-c-table__th) > .pf-v6-c-table__expandable-row-content {
455
+ padding: 0;
456
+ overflow: hidden;
457
+ transition-delay: var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade);
458
+ transition-property: padding, max-height, overflow;
459
+ }
460
+ .pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:where(:nth-child(n+2)):not(.pf-m-expanded) > :is(.pf-v6-c-table__td, .pf-v6-c-table__th) > .pf-v6-c-table__expandable-row-content {
461
+ max-height: 0;
462
+ }
463
+ .pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__control-row.pf-m-no-animate-expand ~ .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) {
464
+ --pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade: 0s;
465
+ --pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide: 0s;
466
+ --pf-v6-c-table__expandable-row--TransitionDuration--expand--fade: 0s;
467
+ --pf-v6-c-table__expandable-row--TransitionDuration--expand--slide: 0s;
468
+ }
401
469
 
402
470
  [class*=pf-v6-c-table].pf-m-truncate {
403
471
  --pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--m-truncate--cell--MinWidth);
@@ -699,42 +767,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
699
767
  pointer-events: none;
700
768
  }
701
769
 
702
- .pf-v6-c-table__expandable-row {
703
- position: relative;
704
- border-block-end: 0 solid transparent;
705
- }
706
- :not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__th,
707
- :not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__td {
708
- padding-block-start: 0;
709
- }
710
-
711
- .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding,
712
- .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding {
713
- padding-block-start: 0;
714
- padding-block-end: 0;
715
- padding-inline-start: 0;
716
- padding-inline-end: 0;
717
- }
718
- .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
719
- .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
720
- padding: 0;
721
- }
722
- .pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
723
- padding-block-start: var(--pf-v6-c-table__expandable-row-content--PaddingBlockStart);
724
- padding-block-end: var(--pf-v6-c-table__expandable-row-content--PaddingBlockEnd);
725
- padding-inline-start: var(--pf-v6-c-table__expandable-row-content--PaddingInlineStart);
726
- padding-inline-end: var(--pf-v6-c-table__expandable-row-content--PaddingInlineEnd);
727
- background-color: var(--pf-v6-c-table__expandable-row-content--BackgroundColor);
728
- border-radius: var(--pf-v6-c-table__expandable-row-content--BorderRadius);
729
- }
730
- .pf-v6-c-table__expandable-row.pf-m-expanded {
731
- border-block-end-color: var(--pf-v6-c-table__expandable-row--m-expanded--BorderBlockEndColor);
732
- border-block-end-width: var(--pf-v6-c-table--border-width--base);
733
- }
734
- .pf-v6-c-table__expandable-row:not(.pf-m-expanded) {
735
- display: none;
736
- }
737
- .pf-v6-c-table__expandable-row tr:last-child {
770
+ .pf-v6-c-table__tr:has(~ .pf-v6-c-table__expandable-row.pf-m-expanded) {
738
771
  border-block-end: 0;
739
772
  }
740
773
 
@@ -742,7 +775,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
742
775
  --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact--cell--PaddingBlockStart);
743
776
  --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact--cell--PaddingBlockEnd);
744
777
  }
745
- .pf-v6-c-table.pf-m-compact tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
778
+ .pf-v6-c-table.pf-m-compact tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) {
746
779
  --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact--cell--PaddingBlockStart);
747
780
  --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact--cell--PaddingBlockEnd);
748
781
  }
@@ -758,6 +791,10 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
758
791
  --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact__action--PaddingBlockStart);
759
792
  --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__action--PaddingBlockEnd);
760
793
  }
794
+ .pf-v6-c-table.pf-m-compact .pf-v6-c-table__td.pf-m-action {
795
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact__td--m-action--PaddingBlockStart);
796
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__td--m-action--PaddingBlockEnd);
797
+ }
761
798
  .pf-v6-c-table.pf-m-compact .pf-v6-c-table__icon {
762
799
  width: auto;
763
800
  min-width: 0;
@@ -782,18 +819,16 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
782
819
  background-color: var(--pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor);
783
820
  }
784
821
 
785
- .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tr.pf-m-expanded {
822
+ .pf-v6-c-table__tr.pf-m-expanded:has(~ .pf-v6-c-table__expandable-row) {
786
823
  border-block-end: 0;
787
824
  }
788
- .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody {
789
- border-block-end: var(--pf-v6-c-table__tr--BorderBlockEndWidth) solid var(--pf-v6-c-table__tr--BorderBlockEndColor);
790
- }
791
- .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded {
792
- border-block-end: var(--pf-v6-c-table__tr--BorderBlockEndWidth) solid var(--pf-v6-c-table__tr--BorderBlockEndColor);
825
+
826
+ .pf-v6-c-table__tbody.pf-m-expanded, .pf-v6-c-table__tbody:has(> .pf-v6-c-table__expandable-row.pf-m-expanded) {
827
+ border-block-end: var(--pf-v6-c-table__tbody--BorderBlockEndWidth) solid var(--pf-v6-c-table__tbody--BorderBlockEndColor);
793
828
  }
794
- .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded .pf-v6-c-table__control-row {
829
+ .pf-v6-c-table__tbody.pf-m-expanded .pf-v6-c-table__control-row {
795
830
  background-color: var(--pf-v6-c-table__control-row--BackgroundColor);
796
- border-block-end: var(--pf-v6-c-table__control-row--BorderBlockEndWidth) solid var(--pf-v6-c-table__control-row__tbody--BorderBlockEndColor);
831
+ border-block-end: 0;
797
832
  }
798
833
 
799
834
  .pf-v6-c-table__tr {
@@ -806,6 +841,52 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
806
841
  border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
807
842
  }
808
843
 
844
+ .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) {
845
+ position: relative;
846
+ border-block-end: 0 solid transparent;
847
+ }
848
+ .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) > .pf-v6-c-table__th,
849
+ .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) > .pf-v6-c-table__td {
850
+ padding-block-start: 0;
851
+ }
852
+ .pf-v6-c-table__control-row ~ .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) > .pf-v6-c-table__th,
853
+ .pf-v6-c-table__control-row ~ .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) > .pf-v6-c-table__td {
854
+ padding-block-start: var(--pf-v6-c-table--cell--PaddingBlockStart);
855
+ }
856
+ .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) .pf-v6-c-table__td.pf-m-no-padding,
857
+ .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) .pf-v6-c-table__th.pf-m-no-padding {
858
+ padding-block-start: 0;
859
+ padding-block-end: 0;
860
+ padding-inline-start: 0;
861
+ padding-inline-end: 0;
862
+ }
863
+ .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) .pf-v6-c-table__td.pf-m-no-padding .pf-v6-c-table__expandable-row-content,
864
+ .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) .pf-v6-c-table__th.pf-m-no-padding .pf-v6-c-table__expandable-row-content {
865
+ padding: 0;
866
+ border-radius: 0;
867
+ }
868
+ .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) .pf-v6-c-table__expandable-row-content {
869
+ padding-block-start: var(--pf-v6-c-table__expandable-row-content--PaddingBlockStart);
870
+ padding-block-end: var(--pf-v6-c-table__expandable-row-content--PaddingBlockEnd);
871
+ padding-inline-start: var(--pf-v6-c-table__expandable-row-content--PaddingInlineStart);
872
+ padding-inline-end: var(--pf-v6-c-table__expandable-row-content--PaddingInlineEnd);
873
+ background-color: var(--pf-v6-c-table__expandable-row-content--BackgroundColor);
874
+ border-radius: var(--pf-v6-c-table__expandable-row-content--BorderRadius);
875
+ }
876
+ .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) .pf-v6-c-table__expandable-row-content.pf-m-no-background {
877
+ background-color: transparent;
878
+ }
879
+ .pf-v6-c-table__expandable-row:where(:nth-child(n+2)).pf-m-expanded {
880
+ border-block-end-color: var(--pf-v6-c-table__expandable-row--m-expanded--BorderBlockEndColor);
881
+ border-block-end-width: var(--pf-v6-c-table--border-width--base);
882
+ }
883
+ .pf-v6-c-table__expandable-row:where(:nth-child(n+2)):not(.pf-m-expanded) {
884
+ display: none;
885
+ }
886
+ .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) tr:last-child {
887
+ border-block-end: 0;
888
+ }
889
+
809
890
  .pf-v6-c-table__icon-inline {
810
891
  display: flex;
811
892
  align-items: center;
@@ -27,12 +27,15 @@ declare const _default: {
27
27
  "favorite": "pf-m-favorite",
28
28
  "borderRight": "pf-m-border-right",
29
29
  "borderLeft": "pf-m-border-left",
30
+ "action": "pf-m-action",
30
31
  "noBorderRows": "pf-m-no-border-rows",
31
32
  "expanded": "pf-m-expanded",
32
33
  "clickable": "pf-m-clickable",
33
34
  "selected": "pf-m-selected",
34
35
  "firstCellOffsetReset": "pf-m-first-cell-offset-reset",
35
36
  "dragOver": "pf-m-drag-over",
37
+ "animateExpand": "pf-m-animate-expand",
38
+ "noAnimateExpand": "pf-m-no-animate-expand",
36
39
  "truncate": "pf-m-truncate",
37
40
  "wrap": "pf-m-wrap",
38
41
  "nowrap": "pf-m-nowrap",
@@ -40,9 +43,10 @@ declare const _default: {
40
43
  "breakWord": "pf-m-break-word",
41
44
  "standalone": "pf-m-standalone",
42
45
  "favorited": "pf-m-favorited",
43
- "noPadding": "pf-m-no-padding",
44
46
  "compact": "pf-m-compact",
45
47
  "borderRow": "pf-m-border-row",
48
+ "noPadding": "pf-m-no-padding",
49
+ "noBackground": "pf-m-no-background",
46
50
  "width_10": "pf-m-width-10",
47
51
  "width_15": "pf-m-width-15",
48
52
  "width_20": "pf-m-width-20",
@@ -29,12 +29,15 @@ exports.default = {
29
29
  "favorite": "pf-m-favorite",
30
30
  "borderRight": "pf-m-border-right",
31
31
  "borderLeft": "pf-m-border-left",
32
+ "action": "pf-m-action",
32
33
  "noBorderRows": "pf-m-no-border-rows",
33
34
  "expanded": "pf-m-expanded",
34
35
  "clickable": "pf-m-clickable",
35
36
  "selected": "pf-m-selected",
36
37
  "firstCellOffsetReset": "pf-m-first-cell-offset-reset",
37
38
  "dragOver": "pf-m-drag-over",
39
+ "animateExpand": "pf-m-animate-expand",
40
+ "noAnimateExpand": "pf-m-no-animate-expand",
38
41
  "truncate": "pf-m-truncate",
39
42
  "wrap": "pf-m-wrap",
40
43
  "nowrap": "pf-m-nowrap",
@@ -42,9 +45,10 @@ exports.default = {
42
45
  "breakWord": "pf-m-break-word",
43
46
  "standalone": "pf-m-standalone",
44
47
  "favorited": "pf-m-favorited",
45
- "noPadding": "pf-m-no-padding",
46
48
  "compact": "pf-m-compact",
47
49
  "borderRow": "pf-m-border-row",
50
+ "noPadding": "pf-m-no-padding",
51
+ "noBackground": "pf-m-no-background",
48
52
  "width_10": "pf-m-width-10",
49
53
  "width_15": "pf-m-width-15",
50
54
  "width_20": "pf-m-width-20",
@@ -27,12 +27,15 @@ export default {
27
27
  "favorite": "pf-m-favorite",
28
28
  "borderRight": "pf-m-border-right",
29
29
  "borderLeft": "pf-m-border-left",
30
+ "action": "pf-m-action",
30
31
  "noBorderRows": "pf-m-no-border-rows",
31
32
  "expanded": "pf-m-expanded",
32
33
  "clickable": "pf-m-clickable",
33
34
  "selected": "pf-m-selected",
34
35
  "firstCellOffsetReset": "pf-m-first-cell-offset-reset",
35
36
  "dragOver": "pf-m-drag-over",
37
+ "animateExpand": "pf-m-animate-expand",
38
+ "noAnimateExpand": "pf-m-no-animate-expand",
36
39
  "truncate": "pf-m-truncate",
37
40
  "wrap": "pf-m-wrap",
38
41
  "nowrap": "pf-m-nowrap",
@@ -40,9 +43,10 @@ export default {
40
43
  "breakWord": "pf-m-break-word",
41
44
  "standalone": "pf-m-standalone",
42
45
  "favorited": "pf-m-favorited",
43
- "noPadding": "pf-m-no-padding",
44
46
  "compact": "pf-m-compact",
45
47
  "borderRow": "pf-m-border-row",
48
+ "noPadding": "pf-m-no-padding",
49
+ "noBackground": "pf-m-no-background",
46
50
  "width_10": "pf-m-width-10",
47
51
  "width_15": "pf-m-width-15",
48
52
  "width_20": "pf-m-width-20",
@@ -96,25 +96,28 @@
96
96
  --pf-v6-c-tabs__item--m-current__link--after--BorderColor: var(--pf-t--global--border--color--clicked);
97
97
  --pf-v6-c-tabs__item--m-current__link--after--BorderWidth: var(--pf-t--global--border--width--extra-strong);
98
98
  --pf-v6-c-tabs--link-accent--start: 0;
99
- --pf-v6-c-tabs--link-accent--length: auto;
99
+ --pf-v6-c-tabs--link-accent--length: 0;
100
100
  --pf-v6-c-tabs--link-accent--color: var(--pf-v6-c-tabs__item--m-current__link--after--BorderColor);
101
101
  --pf-v6-c-tabs--link-accent--border-size: var(--pf-v6-c-tabs__item--m-current__link--after--BorderWidth);
102
+ --pf-v6-c-tabs--link-accent--TransitionDuration: var(--pf-t--global--motion--duration--md);
103
+ --pf-v6-c-tabs--link-accent--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
102
104
  --pf-v6-c-tabs--link-accent--InsetBlockStart: auto;
103
105
  --pf-v6-c-tabs--link-accent--InsetBlockEnd: 0;
104
- --pf-v6-c-tabs--link-accent--InsetInlineStart: initial;
106
+ --pf-v6-c-tabs--link-accent--InsetInlineStart: 0;
105
107
  --pf-v6-c-tabs--link-accent--Width: initial;
106
108
  --pf-v6-c-tabs--link-accent--Height: 0;
107
109
  --pf-v6-c-tabs--link-accent--BorderBlockEndWidth: var(--pf-v6-c-tabs--link-accent--border-size);
108
110
  --pf-v6-c-tabs--link-accent--BorderInlineStartWidth: 0;
109
- --pf-v6-c-tabs--m-vertical--link-accent--InsetBlockStart: initial;
111
+ --pf-v6-c-tabs--link-accent--TranslateX: var(--pf-v6-c-tabs--link-accent--start);
112
+ --pf-v6-c-tabs--link-accent--TranslateY: 0;
113
+ --pf-v6-c-tabs--link-accent--TransformOrigin: 0 center;
114
+ --pf-v6-c-tabs--m-vertical--link-accent--InsetBlockStart: 0;
110
115
  --pf-v6-c-tabs--m-vertical--link-accent--InsetBlockEnd: auto;
111
- --pf-v6-c-tabs--m-vertical--link-accent--InsetInlineStart: 0;
112
- --pf-v6-c-tabs--m-vertical--link-accent--Width: 0;
113
- --pf-v6-c-tabs--m-vertical--link-accent--Height: initial;
114
116
  --pf-v6-c-tabs--m-vertical--link-accent--BorderBlockEndWidth: 0;
115
117
  --pf-v6-c-tabs--m-vertical--link-accent--BorderInlineStartWidth: var(--pf-v6-c-tabs--link-accent--border-size);
116
- --pf-v6-c-tabs--link-accent--TransitionDuration: var(--pf-t--global--motion--duration--md);
117
- --pf-v6-c-tabs--link-accent--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
118
+ --pf-v6-c-tabs--m-vertical--link-accent--TranslateX: 0;
119
+ --pf-v6-c-tabs--m-vertical--link-accent--TranslateY: var(--pf-v6-c-tabs--link-accent--start);
120
+ --pf-v6-c-tabs--m-vertical--link-accent--TransformOrigin: center 0;
118
121
  --pf-v6-c-tabs__scroll-button--PaddingBlockStart: var(--pf-t--global--spacer--sm);
119
122
  --pf-v6-c-tabs__scroll-button--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
120
123
  --pf-v6-c-tabs__scroll-button--PaddingInlineStart: var(--pf-t--global--spacer--sm);
@@ -274,11 +277,13 @@
274
277
  --pf-v6-c-tabs__list--ScrollSnapTypeAxis: var(--pf-v6-c-tabs--m-vertical__list--ScrollSnapTypeAxis);
275
278
  --pf-v6-c-tabs--link-accent--InsetBlockStart: var(--pf-v6-c-tabs--m-vertical--link-accent--InsetBlockStart);
276
279
  --pf-v6-c-tabs--link-accent--InsetBlockEnd: var(--pf-v6-c-tabs--m-vertical--link-accent--InsetBlockEnd);
277
- --pf-v6-c-tabs--link-accent--InsetInlineStart: var(--pf-v6-c-tabs--m-vertical--link-accent--InsetInlineStart);
278
280
  --pf-v6-c-tabs--link-accent--Width: var(--pf-v6-c-tabs--m-vertical--link-accent--Width);
279
281
  --pf-v6-c-tabs--link-accent--Height: var(--pf-v6-c-tabs--m-vertical--link-accent--Height);
280
282
  --pf-v6-c-tabs--link-accent--BorderBlockEndWidth: var(--pf-v6-c-tabs--m-vertical--link-accent--BorderBlockEndWidth);
281
283
  --pf-v6-c-tabs--link-accent--BorderInlineStartWidth: var(--pf-v6-c-tabs--m-vertical--link-accent--BorderInlineStartWidth);
284
+ --pf-v6-c-tabs--link-accent--TranslateX: var(--pf-v6-c-tabs--m-vertical--link-accent--TranslateX);
285
+ --pf-v6-c-tabs--link-accent--TranslateY: var(--pf-v6-c-tabs--m-vertical--link-accent--TranslateY);
286
+ --pf-v6-c-tabs--link-accent--TransformOrigin: var(--pf-v6-c-tabs--m-vertical--link-accent--TransformOrigin);
282
287
  display: inline-flex;
283
288
  flex-direction: column;
284
289
  height: 100%;
@@ -855,15 +860,15 @@
855
860
  }
856
861
 
857
862
  @media (prefers-reduced-motion: no-preference) {
858
- .pf-v6-c-tabs:not(.pf-m-box) .pf-v6-c-tabs__link::after,
859
- .pf-v6-c-tabs:not(.pf-m-box) .pf-v6-c-tabs__item.pf-m-action::after {
863
+ .pf-v6-c-tabs.pf-m-animate-current:not(.pf-m-box) .pf-v6-c-tabs__link::after,
864
+ .pf-v6-c-tabs.pf-m-animate-current:not(.pf-m-box) .pf-v6-c-tabs__item.pf-m-action::after {
860
865
  content: revert;
861
866
  }
862
- .pf-v6-c-tabs:not(.pf-m-box) .pf-v6-c-tabs__list::after {
867
+ .pf-v6-c-tabs.pf-m-animate-current:not(.pf-m-box) .pf-v6-c-tabs__list::after {
863
868
  position: absolute;
864
- inset-block-start: var(--pf-v6-c-tabs--link-accent--InsetBlockStart, var(--pf-v6-c-tabs--link-accent--start));
869
+ inset-block-start: var(--pf-v6-c-tabs--link-accent--InsetBlockStart);
865
870
  inset-block-end: var(--pf-v6-c-tabs--link-accent--InsetBlockEnd);
866
- inset-inline-start: var(--pf-v6-c-tabs--link-accent--InsetInlineStart, var(--pf-v6-c-tabs--link-accent--start));
871
+ inset-inline-start: var(--pf-v6-c-tabs--link-accent--InsetInlineStart);
867
872
  width: var(--pf-v6-c-tabs--link-accent--Width, var(--pf-v6-c-tabs--link-accent--length));
868
873
  height: var(--pf-v6-c-tabs--link-accent--Height, var(--pf-v6-c-tabs--link-accent--length));
869
874
  content: "";
@@ -872,7 +877,12 @@
872
877
  border-inline-start-width: var(--pf-v6-c-tabs--link-accent--BorderInlineStartWidth);
873
878
  transition-timing-function: var(--pf-v6-c-tabs--link-accent--TransitionTimingFunction);
874
879
  transition-duration: var(--pf-v6-c-tabs--link-accent--TransitionDuration);
875
- transition-property: --pf-v6-c-tabs--link-accent--length, --pf-v6-c-tabs--link-accent--start, width;
880
+ transition-property: width, height, translate;
881
+ transform-origin: var(--pf-v6-c-tabs--link-accent--TransformOrigin);
882
+ translate: var(--pf-v6-c-tabs--link-accent--TranslateX) var(--pf-v6-c-tabs--link-accent--TranslateY);
883
+ }
884
+ :where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-tabs.pf-m-animate-current:not(.pf-m-box) .pf-v6-c-tabs__list::after {
885
+ translate: calc(var(--pf-v6-c-tabs--link-accent--TranslateX) * var(--pf-v6-global--inverse--multiplier)) var(--pf-v6-c-tabs--link-accent--TranslateY);
876
886
  }
877
887
  .pf-v6-c-tabs.pf-m-initializing-accent {
878
888
  --pf-v6-c-tabs--link-accent--TransitionDuration: 0;
@@ -65,6 +65,7 @@ declare const _default: {
65
65
  "insetLgOn_2xl": "pf-m-inset-lg-on-2xl",
66
66
  "insetXlOn_2xl": "pf-m-inset-xl-on-2xl",
67
67
  "inset_2xlOn_2xl": "pf-m-inset-2xl-on-2xl",
68
+ "animateCurrent": "pf-m-animate-current",
68
69
  "initializingAccent": "pf-m-initializing-accent"
69
70
  },
70
71
  "tabs": "pf-v6-c-tabs",
@@ -67,6 +67,7 @@ exports.default = {
67
67
  "insetLgOn_2xl": "pf-m-inset-lg-on-2xl",
68
68
  "insetXlOn_2xl": "pf-m-inset-xl-on-2xl",
69
69
  "inset_2xlOn_2xl": "pf-m-inset-2xl-on-2xl",
70
+ "animateCurrent": "pf-m-animate-current",
70
71
  "initializingAccent": "pf-m-initializing-accent"
71
72
  },
72
73
  "tabs": "pf-v6-c-tabs",
@@ -65,6 +65,7 @@ export default {
65
65
  "insetLgOn_2xl": "pf-m-inset-lg-on-2xl",
66
66
  "insetXlOn_2xl": "pf-m-inset-xl-on-2xl",
67
67
  "inset_2xlOn_2xl": "pf-m-inset-2xl-on-2xl",
68
+ "animateCurrent": "pf-m-animate-current",
68
69
  "initializingAccent": "pf-m-initializing-accent"
69
70
  },
70
71
  "tabs": "pf-v6-c-tabs",
@@ -103,6 +103,22 @@
103
103
  --pf-v6-c-text-input-group--m-hover--BorderColor: var(--pf-v6-c-text-input-group--m-hover--m-error--BorderColor);
104
104
  --pf-v6-c-text-input-group__icon--m-status--Color: var(--pf-v6-c-text-input-group__main--m-error__icon--m-status--Color);
105
105
  }
106
+ @media (prefers-reduced-motion: no-preference) {
107
+ .pf-v6-c-text-input-group.pf-m-error {
108
+ translate: var(--pf-v6-global--danger-jiggle--TranslateX, 0);
109
+ animation-name: pf-v6-global-danger-jiggle-motion;
110
+ animation-duration: var(--pf-v6-global--danger-jiggle--AnimationDuration--Transform);
111
+ animation-timing-function: var(--pf-v6-global--danger-jiggle--AnimationTimingFunction--Transform);
112
+ animation-fill-mode: both;
113
+ }
114
+ }
115
+ .pf-v6-c-text-input-group.pf-m-error .pf-v6-c-text-input-group__icon.pf-m-status {
116
+ --pf-v6-c-text-input-group--TransitionDuration--Opacity: var(--pf-t--global--motion--duration--fade--default);
117
+ --pf-v6-c-text-input-group--TransitionTimingFunction--Opacity: var(--pf-t--global--motion--timing-function--default);
118
+ animation-name: pf-v6-global-fade-in;
119
+ animation-duration: var(--pf-v6-c-text-input-group--TransitionDuration--Opacity);
120
+ animation-timing-function: var(--pf-v6-c-text-input-group--TransitionTimingFunction--Opacity);
121
+ }
106
122
  .pf-v6-c-text-input-group:hover {
107
123
  --pf-v6-c-text-input-group--BorderColor: var(--pf-v6-c-text-input-group--m-hover--BorderColor);
108
124
  }
@@ -7,8 +7,8 @@ declare const _default: {
7
7
  "success": "pf-m-success",
8
8
  "warning": "pf-m-warning",
9
9
  "error": "pf-m-error",
10
- "icon": "pf-m-icon",
11
10
  "status": "pf-m-status",
11
+ "icon": "pf-m-icon",
12
12
  "hint": "pf-m-hint"
13
13
  },
14
14
  "textInputGroup": "pf-v6-c-text-input-group",
@@ -9,8 +9,8 @@ exports.default = {
9
9
  "success": "pf-m-success",
10
10
  "warning": "pf-m-warning",
11
11
  "error": "pf-m-error",
12
- "icon": "pf-m-icon",
13
12
  "status": "pf-m-status",
13
+ "icon": "pf-m-icon",
14
14
  "hint": "pf-m-hint"
15
15
  },
16
16
  "textInputGroup": "pf-v6-c-text-input-group",
@@ -7,8 +7,8 @@ export default {
7
7
  "success": "pf-m-success",
8
8
  "warning": "pf-m-warning",
9
9
  "error": "pf-m-error",
10
- "icon": "pf-m-icon",
11
10
  "status": "pf-m-status",
11
+ "icon": "pf-m-icon",
12
12
  "hint": "pf-m-hint"
13
13
  },
14
14
  "textInputGroup": "pf-v6-c-text-input-group",
@@ -28,4 +28,8 @@
28
28
  --pf-v6-c-timestamp--Color: var(--pf-v6-c-timestamp--m-help-text--hover--Color);
29
29
  --pf-v6-c-timestamp--m-help-text--TextDecorationLine: var(--pf-v6-c-timestamp--m-help-text--hover--TextDecorationLine);
30
30
  --pf-v6-c-timestamp--m-help-text--TextDecorationStyle: var(--pf-v6-c-timestamp--m-help-text--hover--TextDecorationStyle);
31
+ }
32
+
33
+ .pf-v6-c-timestamp__text {
34
+ text-decoration: inherit;
31
35
  }
@@ -3,6 +3,7 @@ declare const _default: {
3
3
  "modifiers": {
4
4
  "helpText": "pf-m-help-text"
5
5
  },
6
- "timestamp": "pf-v6-c-timestamp"
6
+ "timestamp": "pf-v6-c-timestamp",
7
+ "timestampText": "pf-v6-c-timestamp__text"
7
8
  };
8
9
  export default _default;
@@ -5,5 +5,6 @@ exports.default = {
5
5
  "modifiers": {
6
6
  "helpText": "pf-m-help-text"
7
7
  },
8
- "timestamp": "pf-v6-c-timestamp"
8
+ "timestamp": "pf-v6-c-timestamp",
9
+ "timestampText": "pf-v6-c-timestamp__text"
9
10
  };
@@ -3,5 +3,6 @@ export default {
3
3
  "modifiers": {
4
4
  "helpText": "pf-m-help-text"
5
5
  },
6
- "timestamp": "pf-v6-c-timestamp"
6
+ "timestamp": "pf-v6-c-timestamp",
7
+ "timestampText": "pf-v6-c-timestamp__text"
7
8
  };
@@ -14,6 +14,17 @@
14
14
  --pf-v6-c-tree-view__node-container--Display: contents;
15
15
  --pf-v6-c-tree-view__node-content--RowGap: var(--pf-t--global--spacer--sm);
16
16
  --pf-v6-c-tree-view__node-content--Overflow: visible;
17
+ --pf-v6-c-tree-view__list--TransitionDuration--expand--slide: 0s;
18
+ --pf-v6-c-tree-view__list--TransitionDuration--expand--fade: var(--pf-t--global--motion--duration--fade--default);
19
+ --pf-v6-c-tree-view__list--TransitionDuration--collapse--slide: 0s;
20
+ --pf-v6-c-tree-view__list--TransitionDuration--collapse--fade: var(--pf-t--global--motion--duration--fade--short);
21
+ --pf-v6-c-tree-view__list--TransitionDuration--slide: var(--pf-v6-c-tree-view__list--TransitionDuration--collapse--slide);
22
+ --pf-v6-c-tree-view__list--TransitionDuration--fade: var(--pf-v6-c-tree-view__list--TransitionDuration--collapse--fade);
23
+ --pf-v6-c-tree-view__list--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
24
+ --pf-v6-c-tree-view__list--Opacity: 0;
25
+ --pf-v6-c-tree-view--m-expanded__list--Opacity: 1;
26
+ --pf-v6-c-tree-view__list--TranslateY: 0;
27
+ --pf-v6-c-tree-view--m-expanded__list--TranslateY: 0;
17
28
  --pf-v6-c-tree-view__list-item__list-item__node-toggle--InsetBlockStart: var(--pf-v6-c-tree-view__node--PaddingBlockStart);
18
29
  --pf-v6-c-tree-view__list-item__list-item__node-toggle--InsetInlineStart: var(--pf-v6-c-tree-view__node--PaddingInlineStart);
19
30
  --pf-v6-c-tree-view__list-item__list-item__node-toggle--TranslateX: -100%;
@@ -29,6 +40,8 @@
29
40
  --pf-v6-c-tree-view__node-toggle--PaddingInlineStart: var(--pf-t--global--spacer--md);
30
41
  --pf-v6-c-tree-view__node-toggle--MarginBlockStart: calc(var(--pf-v6-c-tree-view__node-toggle--PaddingBlockStart) * -1);
31
42
  --pf-v6-c-tree-view__node-toggle--MarginBlockEnd: calc(var(--pf-v6-c-tree-view__node-toggle--PaddingBlockStart) * -1);
43
+ --pf-v6-c-tree-view__node-toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
44
+ --pf-v6-c-tree-view__node-toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
32
45
  --pf-v6-c-tree-view__node-check--MarginInlineEnd: var(--pf-t--global--spacer--sm);
33
46
  --pf-v6-c-tree-view__node-count--MarginInlineStart: var(--pf-t--global--spacer--sm);
34
47
  --pf-v6-c-tree-view__search--PaddingBlockStart: var(--pf-t--global--spacer--sm);
@@ -104,6 +117,13 @@
104
117
  --pf-v6-c-tree-view--m-compact--m-no-background__node--nested--PaddingBlockEnd: 0;
105
118
  --pf-v6-c-tree-view--m-compact--m-no-background__node--before--InsetBlockStart: calc(var(--pf-v6-c-tree-view--m-compact__node-container--nested--PaddingBlockStart) + var(--pf-v6-c-tree-view--m-compact__node--nested--PaddingBlockStart) + 0.25rem);
106
119
  }
120
+ @media screen and (prefers-reduced-motion: no-preference) {
121
+ .pf-v6-c-tree-view {
122
+ --pf-v6-c-tree-view__list--TransitionDuration--expand--slide: var(--pf-t--global--motion--duration--fade--default);
123
+ --pf-v6-c-tree-view__list--TransitionDuration--collapse--slide: var(--pf-t--global--motion--duration--fade--short);
124
+ --pf-v6-c-tree-view__list--TranslateY: -.5rem;
125
+ }
126
+ }
107
127
 
108
128
  .pf-v6-c-tree-view.pf-m-compact .pf-v6-c-tree-view__list-item, .pf-v6-c-tree-view.pf-m-guides .pf-v6-c-tree-view__list-item {
109
129
  position: relative;
@@ -219,12 +239,23 @@
219
239
  display: inline-block;
220
240
  min-width: var(--pf-v6-c-tree-view__node-toggle-icon--MinWidth);
221
241
  text-align: center;
242
+ transition: transform var(--pf-v6-c-tree-view__node-toggle-icon--TransitionDuration) var(--pf-v6-c-tree-view__node-toggle-icon--TransitionTimingFunction);
222
243
  transform: rotate(var(--pf-v6-c-tree-view__node-toggle-icon--Rotate));
223
244
  }
224
245
  :where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-tree-view__node-toggle-icon {
225
246
  scale: -1 1;
226
247
  }
227
248
 
249
+ .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list {
250
+ max-height: 0;
251
+ visibility: hidden;
252
+ opacity: var(--pf-v6-c-tree-view__list--Opacity);
253
+ transition-delay: 0s, 0s, var(--pf-v6-c-tree-view__list--TransitionDuration--fade), var(--pf-v6-c-tree-view__list--TransitionDuration--fade);
254
+ transition-timing-function: var(--pf-v6-c-tree-view__list--TransitionTimingFunction);
255
+ transition-duration: var(--pf-v6-c-tree-view__list--TransitionDuration--fade), var(--pf-v6-c-tree-view__list--TransitionDuration--slide), 0s, 0s;
256
+ transition-property: opacity, translate, visibility, max-height;
257
+ translate: 0 var(--pf-v6-c-tree-view__list--TranslateY);
258
+ }
228
259
  .pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item {
229
260
  --pf-v6-c-tree-view__node-toggle-icon--Rotate: var(--pf-v6-c-tree-view__node-toggle-icon--base--Rotate);
230
261
  --pf-v6-c-tree-view__node-toggle--Color: var(--pf-v6-c-tree-view__node-toggle--Color--base);
@@ -233,6 +264,14 @@
233
264
  --pf-v6-c-tree-view__node-toggle--Color: var(--pf-v6-c-tree-view__list-item--m-expanded__node-toggle--Color);
234
265
  --pf-v6-c-tree-view__node-toggle-icon--Rotate: var(--pf-v6-c-tree-view__list-item--m-expanded__node-toggle-icon--Rotate);
235
266
  }
267
+ .pf-v6-c-tree-view__list-item.pf-m-expanded > .pf-v6-c-tree-view__list {
268
+ max-height: 99999px;
269
+ visibility: revert;
270
+ opacity: var(--pf-v6-c-tree-view--m-expanded__list--Opacity);
271
+ transition-delay: 0s;
272
+ transition-duration: var(--pf-v6-c-tree-view__list--TransitionDuration--expand--fade), var(--pf-v6-c-tree-view__list--TransitionDuration--expand--slide), 0s, 0s;
273
+ translate: 0 var(--pf-v6-c-tree-view--m-expanded__list--TranslateY);
274
+ }
236
275
 
237
276
  .pf-v6-c-tree-view__node,
238
277
  .pf-v6-c-tree-view__node-container {