@patternfly/react-styles 6.3.0-prerelease.1 → 6.3.0-prerelease.10

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 +52 -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 +21 -5
  53. package/css/components/Table/table-grid.d.ts +1 -0
  54. package/css/components/Table/table-grid.js +1 -0
  55. package/css/components/Table/table-grid.mjs +1 -0
  56. package/css/components/Table/table.css +86 -8
  57. package/css/components/Table/table.d.ts +4 -0
  58. package/css/components/Table/table.js +4 -0
  59. package/css/components/Table/table.mjs +4 -0
  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 +899 -96
  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
@@ -19,15 +19,20 @@
19
19
  --pf-v6-c-button--TextDecorationLine: none;
20
20
  --pf-v6-c-button--TextDecorationStyle: none;
21
21
  --pf-v6-c-button--TextDecorationColor: currentcolor;
22
+ --pf-v6-c-button--TransitionDelay: 0s;
22
23
  --pf-v6-c-button--TransitionDuration: var(--pf-t--global--motion--duration--fade--default);
23
- --pf-v6-c-button--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
24
- --pf-v6-c-button--TransitionProperty: color, background-color, border-width, border-color, padding;
24
+ --pf-v6-c-button--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--accelerate);
25
+ --pf-v6-c-button--TransitionProperty: color, background, border-width, border-color;
26
+ --pf-v6-c-button--ScaleX: 1;
27
+ --pf-v6-c-button--ScaleY: 1;
25
28
  --pf-v6-c-button--hover--BackgroundColor: transparent;
26
29
  --pf-v6-c-button--hover--BorderColor: transparent;
27
30
  --pf-v6-c-button--hover--BorderWidth: var(--pf-t--global--border--width--action--hover);
28
31
  --pf-v6-c-button--hover--TextDecorationLine: none;
29
32
  --pf-v6-c-button--hover--TextDecorationStyle: none;
30
33
  --pf-v6-c-button--hover--TextDecorationColor: currentcolor;
34
+ --pf-v6-c-button--hover--ScaleX: 1;
35
+ --pf-v6-c-button--hover--ScaleY: 1;
31
36
  --pf-v6-c-button--m-clicked--BackgroundColor: transparent;
32
37
  --pf-v6-c-button--m-clicked--BorderColor: transparent;
33
38
  --pf-v6-c-button--m-clicked--BorderWidth: var(--pf-t--global--border--width--action--clicked);
@@ -237,12 +242,30 @@
237
242
  --pf-v6-c-button__icon--m-end--MarginInlineStart: 0;
238
243
  --pf-v6-c-button--m-notify__icon--AnimationDuration--notify: var(--pf-t--global--motion--duration--3xl);
239
244
  --pf-v6-c-button--m-notify__icon--AnimationTimingFunction--notify: var(--pf-t--global--motion--timing-function--default);
245
+ --pf-v6-c-button__icon--TransitionDelay: 0s;
246
+ --pf-v6-c-button__icon--TransitionTimingFunction: auto;
247
+ --pf-v6-c-button__icon--TransitionDuration: 0s;
248
+ --pf-v6-c-button__icon--TransitionProperty: none;
249
+ --pf-v6-c-button__icon--Rotate: 0deg;
250
+ --pf-v6-c-button--hover__icon--TransitionTimingFunction: auto;
251
+ --pf-v6-c-button--hover__icon--TransitionDuration: 0s;
252
+ --pf-v6-c-button--hover__icon--TransitionProperty: none;
253
+ --pf-v6-c-button--hover__icon--Rotate: 0deg;
254
+ --pf-v6-c-button__icon--ScaleX: 1;
255
+ --pf-v6-c-button__icon--ScaleY: 1;
256
+ --pf-v6-c-button--hover__icon--ScaleX: 1;
257
+ --pf-v6-c-button--hover__icon--ScaleY: 1;
240
258
  --pf-v6-c-button--m-favorite__icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
241
259
  --pf-v6-c-button--m-favorite__icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
242
260
  --pf-v6-c-button--m-favorited__icon--Color: var(--pf-t--global--color--favorite--default);
243
261
  --pf-v6-c-button--m-favorited--hover__icon--Color: var(--pf-t--global--color--favorite--hover);
244
262
  --pf-v6-c-button--m-favorited__icon--AnimationDuration: var(--pf-t--global--motion--duration--icon--long);
245
263
  --pf-v6-c-button--m-favorited__icon--AnimationTimingFunction: var(--pf-t--global--motion--timing-function--default);
264
+ --pf-v6-c-button__icon--favorite--Opacity: 1;
265
+ --pf-v6-c-button__icon--favorited--Opacity: 0;
266
+ --pf-v6-c-button--m-favorited__icon--favorite--Opacity: 0;
267
+ --pf-v6-c-button--m-favorited__icon--favorited--Opacity: 1;
268
+ --pf-v6-c-button__icon--favorite--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
246
269
  --pf-v6-c-button__progress--width: calc(var(--pf-t--global--icon--size--lg) + var(--pf-t--global--spacer--sm));
247
270
  --pf-v6-c-button__progress--Opacity: 0;
248
271
  --pf-v6-c-button__progress--TranslateY: -50%;
@@ -257,9 +280,28 @@
257
280
  --pf-v6-c-button--m-in-progress--m-plain--Color: var(--pf-t--global--icon--color--brand--default);
258
281
  --pf-v6-c-button--m-in-progress--m-plain__progress--InsetInlineStart: 50%;
259
282
  --pf-v6-c-button--m-in-progress--m-plain__progress--TranslateX: -50%;
283
+ --pf-v6-c-button--m-settings__icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--long);
284
+ --pf-v6-c-button--m-settings__icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--accelerate);
285
+ --pf-v6-c-button--m-settings--hover__icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--long);
286
+ --pf-v6-c-button--m-settings--hover__icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
287
+ --pf-v6-c-button--m-settings--hover__icon--Rotate: 60deg;
260
288
  --pf-v6-c-button--m-primary__c-badge--BorderColor: var(--pf-t--global--border--color--default);
261
289
  --pf-v6-c-button--m-block--Display: flex;
262
290
  --pf-v6-c-button--m-block--Width: 100%;
291
+ --pf-v6-c-button--hamburger-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
292
+ --pf-v6-c-button--hamburger-icon--TransitionDuration: var(--pf-t--global--motion--duration--md);
293
+ --pf-v6-c-button--hamburger-icon--top--path--base: path("M1,1 L9,1");
294
+ --pf-v6-c-button--hamburger-icon--middle--path--base: path("M1,5 L9,5");
295
+ --pf-v6-c-button--hamburger-icon--arrow--path--base: path("M1,5 L1,5 L1,5");
296
+ --pf-v6-c-button--hamburger-icon--bottom--path--base: path("M9,9 L1,9");
297
+ --pf-v6-c-button--hamburger-icon--top--path: var(--pf-v6-c-button--hamburger-icon--top--path--base);
298
+ --pf-v6-c-button--hamburger-icon--middle--path: var(--pf-v6-c-button--hamburger-icon--middle--path--base);
299
+ --pf-v6-c-button--hamburger-icon--arrow--path: var(--pf-v6-c-button--hamburger-icon--arrow--path--base);
300
+ --pf-v6-c-button--hamburger-icon--bottom--path: var(--pf-v6-c-button--hamburger-icon--bottom--path--base);
301
+ --pf-v6-c-button--hamburger-icon--top--collapse--path: path("M5,1 L9,1");
302
+ --pf-v6-c-button--hamburger-icon--arrow--collapse--path: path("M3,7 L1,5 L3,3");
303
+ --pf-v6-c-button--hamburger-icon--bottom--collapse--path: path("M9,9 L5,9");
304
+ --pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX: -1;
263
305
  }
264
306
 
265
307
  .pf-v6-c-button {
@@ -283,16 +325,19 @@
283
325
  text-decoration-color: var(--pf-v6-c-button--TextDecorationColor);
284
326
  white-space: nowrap;
285
327
  cursor: pointer;
328
+ -webkit-user-select: none;
286
329
  user-select: none;
287
- background-color: var(--pf-v6-c-button--BackgroundColor);
330
+ background: var(--pf-v6-c-button--BackgroundColor) radial-gradient(circle, transparent 1%, color-mix(in srgb, currentcolor 15%, transparent) 1%) center/15000% 15000%;
288
331
  border: 0;
289
332
  border-start-start-radius: var(--pf-v6-c-button--BorderStartStartRadius, var(--pf-v6-c-button--BorderRadius));
290
333
  border-start-end-radius: var(--pf-v6-c-button--BorderStartEndRadius, var(--pf-v6-c-button--BorderRadius));
291
334
  border-end-start-radius: var(--pf-v6-c-button--BorderEndStartRadius, var(--pf-v6-c-button--BorderRadius));
292
335
  border-end-end-radius: var(--pf-v6-c-button--BorderEndEndRadius, var(--pf-v6-c-button--BorderRadius));
336
+ transition-delay: var(--pf-v6-c-button--TransitionDelay);
293
337
  transition-timing-function: var(--pf-v6-c-button--TransitionTimingFunction);
294
338
  transition-duration: var(--pf-v6-c-button--TransitionDuration);
295
339
  transition-property: var(--pf-v6-c-button--TransitionProperty);
340
+ scale: var(--pf-v6-c-button--ScaleX) var(--pf-v6-c-button--ScaleY);
296
341
  }
297
342
  .pf-v6-c-button::after {
298
343
  position: absolute;
@@ -401,6 +446,7 @@
401
446
  --pf-v6-c-button--m-link--hover__icon--Color: var(--pf-v6-c-button--m-link--m-inline--hover__icon--Color);
402
447
  text-align: start;
403
448
  white-space: normal;
449
+ background: transparent;
404
450
  outline-offset: 0.125rem;
405
451
  }
406
452
  span.pf-v6-c-button.pf-m-link.pf-m-inline {
@@ -534,6 +580,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
534
580
  --pf-v6-c-button--m-small--PaddingInlineEnd: var(--pf-v6-c-button--m-plain--m-no-padding--m-small--PaddingInlineEnd);
535
581
  --pf-v6-c-button--m-small--PaddingInlineStart: var(--pf-v6-c-button--m-plain--m-no-padding--m-small--PaddingInlineStart);
536
582
  min-width: var(--pf-v6-c-button--m-plain--m-no-padding--MinWidth);
583
+ background: var(--pf-v6-c-button--BackgroundColor);
537
584
  }
538
585
  .pf-v6-c-button.pf-m-block {
539
586
  --pf-v6-c-button--Display: var(--pf-v6-c-button--m-block--Display);
@@ -553,44 +600,96 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
553
600
  --pf-v6-c-button--FontSize: var(--pf-v6-c-button--m-display-lg--FontSize);
554
601
  }
555
602
  .pf-v6-c-button.pf-m-favorite .pf-v6-c-button__icon {
603
+ display: grid;
556
604
  transition-timing-function: var(--pf-v6-c-button--m-favorite__icon--TransitionTimingFunction);
557
605
  transition-duration: var(--pf-v6-c-button--m-favorite__icon--TransitionDuration);
558
606
  transition-property: color;
559
607
  }
560
608
  .pf-v6-c-button.pf-m-favorited {
561
609
  --pf-v6-c-button__icon--Color: var(--pf-v6-c-button--m-favorited__icon--Color);
610
+ --pf-v6-c-button--m-plain--m-no-padding__icon--Color: var(--pf-v6-c-button--m-favorited__icon--Color);
562
611
  --pf-v6-c-button--hover__icon--Color: var(--pf-v6-c-button--m-favorited--hover__icon--Color);
612
+ --pf-v6-c-button--m-plain--m-no-padding--hover__icon--Color: var(--pf-v6-c-button--m-favorited--hover__icon--Color);
613
+ --pf-v6-c-button__icon--favorite--Opacity: var(--pf-v6-c-button--m-favorited__icon--favorite--Opacity);
614
+ --pf-v6-c-button__icon--favorited--Opacity: var(--pf-v6-c-button--m-favorited__icon--favorited--Opacity);
563
615
  }
564
616
  .pf-v6-c-button.pf-m-favorited .pf-v6-c-button__icon {
565
617
  animation-name: pf-v6-c-button-icon-favorited;
566
618
  animation-duration: var(--pf-v6-c-button--m-favorited__icon--AnimationDuration);
567
619
  animation-timing-function: var(--pf-v6-c-button--m-favorited__icon--AnimationTimingFunction);
568
620
  }
621
+ .pf-v6-c-button.pf-m-settings {
622
+ --pf-v6-c-button__icon--TransitionProperty: rotate;
623
+ --pf-v6-c-button__icon--TransitionDuration: var(--pf-v6-c-button--m-settings__icon--TransitionDuration);
624
+ --pf-v6-c-button__icon--TransitionTimingFunction: var(--pf-v6-c-button--m-settings__icon--TransitionTimingFunction);
625
+ --pf-v6-c-button--hover__icon--TransitionProperty: rotate;
626
+ --pf-v6-c-button--hover__icon--TransitionDuration: var(--pf-v6-c-button--m-settings--hover__icon--TransitionDuration);
627
+ --pf-v6-c-button--hover__icon--TransitionTimingFunction: var(--pf-v6-c-button--m-settings--hover__icon--TransitionTimingFunction);
628
+ --pf-v6-c-button--hover__icon--Rotate: var(--pf-v6-c-button--m-settings--hover__icon--Rotate);
629
+ }
630
+ .pf-v6-c-button.pf-m-hamburger {
631
+ --pf-v6-c-button__icon--TransitionDelay: var(--pf-v6-c-button--hamburger-icon--TransitionDuration);
632
+ --pf-v6-c-button__icon--TransitionDuration: 0s;
633
+ --pf-v6-c-button__icon--TransitionProperty: scale;
634
+ --pf-v6-c-button--hover__icon--TransitionDelay: var(--pf-v6-c-button--hamburger-icon--TransitionDuration);
635
+ --pf-v6-c-button--hover__icon--TransitionDuration: 0s;
636
+ --pf-v6-c-button--hover__icon--TransitionProperty: scale;
637
+ }
638
+ .pf-v6-c-button.pf-m-hamburger.pf-m-expand {
639
+ --pf-v6-c-button--hamburger-icon--top--path: var(--pf-v6-c-button--hamburger-icon--top--collapse--path);
640
+ --pf-v6-c-button--hamburger-icon--arrow--path: var(--pf-v6-c-button--hamburger-icon--arrow--collapse--path);
641
+ --pf-v6-c-button--hamburger-icon--bottom--path: var(--pf-v6-c-button--hamburger-icon--bottom--collapse--path);
642
+ --pf-v6-c-button__icon--TransitionDelay: 0s;
643
+ --pf-v6-c-button__icon--ScaleX: var(--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX);
644
+ --pf-v6-c-button--hover__icon--TransitionDelay: 0s;
645
+ --pf-v6-c-button--hover__icon--ScaleX: var(--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX);
646
+ }
647
+ .pf-v6-c-button.pf-m-hamburger.pf-m-collapse {
648
+ --pf-v6-c-button--hamburger-icon--top--path: var(--pf-v6-c-button--hamburger-icon--top--collapse--path);
649
+ --pf-v6-c-button--hamburger-icon--arrow--path: var(--pf-v6-c-button--hamburger-icon--arrow--collapse--path);
650
+ --pf-v6-c-button--hamburger-icon--bottom--path: var(--pf-v6-c-button--hamburger-icon--bottom--collapse--path);
651
+ --pf-v6-c-button__icon--TransitionDelay: 0s;
652
+ --pf-v6-c-button__icon--ScaleX: 1;
653
+ --pf-v6-c-button--hover__icon--TransitionDelay: 0s;
654
+ --pf-v6-c-button--hover__icon--ScaleX: 1;
655
+ }
569
656
  .pf-v6-c-button:hover, .pf-v6-c-button:focus {
570
657
  --pf-v6-c-button--Color: var(--pf-v6-c-button--hover--Color);
571
658
  --pf-v6-c-button--BackgroundColor: var(--pf-v6-c-button--hover--BackgroundColor);
572
659
  --pf-v6-c-button--BorderColor: var(--pf-v6-c-button--hover--BorderColor);
573
660
  --pf-v6-c-button--BorderWidth: var(--pf-v6-c-button--hover--BorderWidth);
661
+ --pf-v6-c-button--ScaleX: var(--pf-v6-c-button--hover--ScaleX);
662
+ --pf-v6-c-button--ScaleY: var(--pf-v6-c-button--hover--ScaleY);
574
663
  --pf-v6-c-button--m-plain--m-no-padding__icon--Color: var(--pf-v6-c-button--m-plain--m-no-padding--hover__icon--Color);
575
664
  --pf-v6-c-button__icon--Color: var(--pf-v6-c-button--hover__icon--Color);
665
+ --pf-v6-c-button__icon--TransitionTimingFunction: var(--pf-v6-c-button--hover__icon--TransitionTimingFunction);
666
+ --pf-v6-c-button__icon--TransitionDuration: var(--pf-v6-c-button--hover__icon--TransitionDuration);
667
+ --pf-v6-c-button__icon--TransitionProperty: var(--pf-v6-c-button--hover__icon--TransitionProperty);
668
+ --pf-v6-c-button__icon--Rotate: var(--pf-v6-c-button--hover__icon--Rotate);
669
+ --pf-v6-c-button__icon--ScaleX: var(--pf-v6-c-button--hover__icon--ScaleX);
670
+ --pf-v6-c-button__icon--ScaleY: var(--pf-v6-c-button--hover__icon--ScaleY);
576
671
  text-decoration-line: var(--pf-v6-c-button--hover--TextDecorationLine);
577
672
  text-decoration-style: var(--pf-v6-c-button--hover--TextDecorationStyle);
578
673
  text-decoration-color: var(--pf-v6-c-button--hover--TextDecorationColor);
579
674
  }
580
- .pf-v6-c-button.pf-m-clicked {
675
+ .pf-v6-c-button:active, .pf-v6-c-button.pf-m-clicked {
581
676
  --pf-v6-c-button--Color: var(--pf-v6-c-button--m-clicked--Color);
582
677
  --pf-v6-c-button--BackgroundColor: var(--pf-v6-c-button--m-clicked--BackgroundColor);
583
678
  --pf-v6-c-button--BorderWidth: var(--pf-v6-c-button--m-clicked--BorderWidth);
584
679
  --pf-v6-c-button--BorderColor: var(--pf-v6-c-button--m-clicked--BorderColor);
585
680
  --pf-v6-c-button__icon--Color: var(--pf-v6-c-button--m-clicked__icon--Color);
586
681
  }
682
+ .pf-v6-c-button:active {
683
+ background-size: 100% 100%;
684
+ transition-duration: 0s;
685
+ }
587
686
  .pf-v6-c-button:disabled, .pf-v6-c-button.pf-m-disabled {
588
687
  pointer-events: none;
589
688
  }
590
689
  .pf-v6-c-button:disabled, .pf-v6-c-button.pf-m-disabled, .pf-v6-c-button.pf-m-aria-disabled {
591
690
  color: var(--pf-v6-c-button--disabled--Color);
592
691
  text-decoration-color: var(--pf-v6-c-button--disabled--TextDecorationColor);
593
- background-color: var(--pf-v6-c-button--disabled--BackgroundColor);
692
+ background: var(--pf-v6-c-button--disabled--BackgroundColor);
594
693
  }
595
694
  .pf-v6-c-button:disabled::after, .pf-v6-c-button.pf-m-disabled::after, .pf-v6-c-button.pf-m-aria-disabled::after {
596
695
  border-color: transparent;
@@ -631,6 +730,12 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
631
730
  margin-inline-start: var(--pf-v6-c-button__icon--MarginInlineStart);
632
731
  margin-inline-end: var(--pf-v6-c-button__icon--MarginInlineEnd);
633
732
  color: var(--pf-v6-c-button__icon--Color);
733
+ transition-delay: var(--pf-v6-c-button__icon--TransitionDelay);
734
+ transition-timing-function: var(--pf-v6-c-button__icon--TransitionTimingFunction);
735
+ transition-duration: var(--pf-v6-c-button__icon--TransitionDuration);
736
+ transition-property: var(--pf-v6-c-button__icon--TransitionProperty);
737
+ rotate: var(--pf-v6-c-button__icon--Rotate);
738
+ scale: var(--pf-v6-c-button__icon--ScaleX) var(--pf-v6-c-button__icon--ScaleY);
634
739
  }
635
740
  .pf-v6-c-button__icon.pf-m-start {
636
741
  --pf-v6-c-button__icon--MarginInlineEnd: var(--pf-v6-c-button__icon--m-start--MarginInlineEnd);
@@ -639,6 +744,21 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
639
744
  --pf-v6-c-button__icon--MarginInlineStart: var(--pf-v6-c-button__icon--m-end--MarginInlineStart);
640
745
  }
641
746
 
747
+ .pf-v6-c-button__icon-favorite,
748
+ .pf-v6-c-button__icon-favorited {
749
+ grid-area: 1/1/1/1;
750
+ transition-duration: var(--pf-v6-c-button__icon--favorite--TransitionDuration);
751
+ transition-property: opacity;
752
+ }
753
+
754
+ .pf-v6-c-button__icon-favorite {
755
+ opacity: var(--pf-v6-c-button__icon--favorite--Opacity);
756
+ }
757
+
758
+ .pf-v6-c-button__icon-favorited {
759
+ opacity: var(--pf-v6-c-button__icon--favorited--Opacity);
760
+ }
761
+
642
762
  .pf-v6-c-button__progress {
643
763
  position: absolute;
644
764
  inset-block-start: var(--pf-v6-c-button__progress--InsetBlockStart);
@@ -651,11 +771,39 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
651
771
  --pf-v6-c-spinner--Color: currentcolor;
652
772
  }
653
773
 
774
+ .pf-v6-c-button__text {
775
+ text-decoration: inherit;
776
+ }
777
+
654
778
  .pf-v6-c-button__count {
655
779
  display: inline-flex;
656
780
  align-items: center;
657
781
  }
658
782
 
783
+ .pf-v6-c-button--hamburger-icon path {
784
+ fill: none;
785
+ stroke: currentcolor;
786
+ stroke-linecap: round;
787
+ stroke-linejoin: round;
788
+ transition: d var(--pf-v6-c-button--hamburger-icon--TransitionDuration) var(--pf-v6-c-button--hamburger-icon--TransitionTimingFunction);
789
+ }
790
+
791
+ .pf-v6-c-button--hamburger-icon--top {
792
+ d: var(--pf-v6-c-button--hamburger-icon--top--path);
793
+ }
794
+
795
+ .pf-v6-c-button--hamburger-icon--middle {
796
+ d: var(--pf-v6-c-button--hamburger-icon--middle--path);
797
+ }
798
+
799
+ .pf-v6-c-button--hamburger-icon--arrow {
800
+ d: var(--pf-v6-c-button--hamburger-icon--arrow--path);
801
+ }
802
+
803
+ .pf-v6-c-button--hamburger-icon--bottom {
804
+ d: var(--pf-v6-c-button--hamburger-icon--bottom--path);
805
+ }
806
+
659
807
  @keyframes pf-v6-c-button-icon-notify {
660
808
  33% {
661
809
  transform: rotate(30deg);
@@ -666,6 +814,6 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
666
814
  }
667
815
  @keyframes pf-v6-c-button-icon-favorited {
668
816
  50% {
669
- transform: scale(1.5);
817
+ scale: 1.5;
670
818
  }
671
819
  }
@@ -3,8 +3,16 @@ declare const _default: {
3
3
  "badge": "pf-v6-c-badge",
4
4
  "button": "pf-v6-c-button",
5
5
  "buttonCount": "pf-v6-c-button__count",
6
+ "buttonHamburgerIcon": "pf-v6-c-button--hamburger-icon",
7
+ "buttonHamburgerIconArrow": "pf-v6-c-button--hamburger-icon--arrow",
8
+ "buttonHamburgerIconBottom": "pf-v6-c-button--hamburger-icon--bottom",
9
+ "buttonHamburgerIconMiddle": "pf-v6-c-button--hamburger-icon--middle",
10
+ "buttonHamburgerIconTop": "pf-v6-c-button--hamburger-icon--top",
6
11
  "buttonIcon": "pf-v6-c-button__icon",
12
+ "buttonIconFavorite": "pf-v6-c-button__icon-favorite",
13
+ "buttonIconFavorited": "pf-v6-c-button__icon-favorited",
7
14
  "buttonProgress": "pf-v6-c-button__progress",
15
+ "buttonText": "pf-v6-c-button__text",
8
16
  "modifiers": {
9
17
  "primary": "pf-m-primary",
10
18
  "unread": "pf-m-unread",
@@ -25,6 +33,10 @@ declare const _default: {
25
33
  "small": "pf-m-small",
26
34
  "favorite": "pf-m-favorite",
27
35
  "favorited": "pf-m-favorited",
36
+ "settings": "pf-m-settings",
37
+ "hamburger": "pf-m-hamburger",
38
+ "expand": "pf-m-expand",
39
+ "collapse": "pf-m-collapse",
28
40
  "clicked": "pf-m-clicked",
29
41
  "disabled": "pf-m-disabled",
30
42
  "ariaDisabled": "pf-m-aria-disabled",
@@ -5,8 +5,16 @@ exports.default = {
5
5
  "badge": "pf-v6-c-badge",
6
6
  "button": "pf-v6-c-button",
7
7
  "buttonCount": "pf-v6-c-button__count",
8
+ "buttonHamburgerIcon": "pf-v6-c-button--hamburger-icon",
9
+ "buttonHamburgerIconArrow": "pf-v6-c-button--hamburger-icon--arrow",
10
+ "buttonHamburgerIconBottom": "pf-v6-c-button--hamburger-icon--bottom",
11
+ "buttonHamburgerIconMiddle": "pf-v6-c-button--hamburger-icon--middle",
12
+ "buttonHamburgerIconTop": "pf-v6-c-button--hamburger-icon--top",
8
13
  "buttonIcon": "pf-v6-c-button__icon",
14
+ "buttonIconFavorite": "pf-v6-c-button__icon-favorite",
15
+ "buttonIconFavorited": "pf-v6-c-button__icon-favorited",
9
16
  "buttonProgress": "pf-v6-c-button__progress",
17
+ "buttonText": "pf-v6-c-button__text",
10
18
  "modifiers": {
11
19
  "primary": "pf-m-primary",
12
20
  "unread": "pf-m-unread",
@@ -27,6 +35,10 @@ exports.default = {
27
35
  "small": "pf-m-small",
28
36
  "favorite": "pf-m-favorite",
29
37
  "favorited": "pf-m-favorited",
38
+ "settings": "pf-m-settings",
39
+ "hamburger": "pf-m-hamburger",
40
+ "expand": "pf-m-expand",
41
+ "collapse": "pf-m-collapse",
30
42
  "clicked": "pf-m-clicked",
31
43
  "disabled": "pf-m-disabled",
32
44
  "ariaDisabled": "pf-m-aria-disabled",
@@ -3,8 +3,16 @@ export default {
3
3
  "badge": "pf-v6-c-badge",
4
4
  "button": "pf-v6-c-button",
5
5
  "buttonCount": "pf-v6-c-button__count",
6
+ "buttonHamburgerIcon": "pf-v6-c-button--hamburger-icon",
7
+ "buttonHamburgerIconArrow": "pf-v6-c-button--hamburger-icon--arrow",
8
+ "buttonHamburgerIconBottom": "pf-v6-c-button--hamburger-icon--bottom",
9
+ "buttonHamburgerIconMiddle": "pf-v6-c-button--hamburger-icon--middle",
10
+ "buttonHamburgerIconTop": "pf-v6-c-button--hamburger-icon--top",
6
11
  "buttonIcon": "pf-v6-c-button__icon",
12
+ "buttonIconFavorite": "pf-v6-c-button__icon-favorite",
13
+ "buttonIconFavorited": "pf-v6-c-button__icon-favorited",
7
14
  "buttonProgress": "pf-v6-c-button__progress",
15
+ "buttonText": "pf-v6-c-button__text",
8
16
  "modifiers": {
9
17
  "primary": "pf-m-primary",
10
18
  "unread": "pf-m-unread",
@@ -25,6 +33,10 @@ export default {
25
33
  "small": "pf-m-small",
26
34
  "favorite": "pf-m-favorite",
27
35
  "favorited": "pf-m-favorited",
36
+ "settings": "pf-m-settings",
37
+ "hamburger": "pf-m-hamburger",
38
+ "expand": "pf-m-expand",
39
+ "collapse": "pf-m-collapse",
28
40
  "clicked": "pf-m-clicked",
29
41
  "disabled": "pf-m-disabled",
30
42
  "ariaDisabled": "pf-m-aria-disabled",
@@ -511,8 +511,8 @@
511
511
  --pf-v6-c-data-list--m-compact__item-content--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
512
512
  --pf-v6-c-data-list--m-compact__item-draggable-button--MarginBlockStart: calc(var(--pf-t--global--spacer--sm) * -1);
513
513
  --pf-v6-c-data-list--m-compact__item-draggable-button--MarginBlockEnd: calc(var(--pf-t--global--spacer--sm) * -1);
514
- --pf-v6-c-data-list--m-compact__item-draggable-button--PaddingBlockStart: var(--pf-t--global--spacer--sm);
515
- --pf-v6-c-data-list--m-compact__item-draggable-button--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
514
+ --pf-v6-c-data-list--m-compact__item-draggable-button--PaddingBlockStart: var(--pf-t--global--spacer--xs);
515
+ --pf-v6-c-data-list--m-compact__item-draggable-button--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
516
516
  --pf-v6-c-data-list--m-compact__cell--m-icon--cell--PaddingBlockStart: var(--pf-t--global--spacer--sm);
517
517
  }
518
518
  @media screen and (min-width: 36rem) {
@@ -21,6 +21,17 @@
21
21
  --pf-v6-c-dual-list-selector__menu--MinHeight: 12.5rem;
22
22
  --pf-v6-c-dual-list-selector__menu--MaxHeight: 20rem;
23
23
  --pf-v6-c-dual-list-selector__menu--MarginBlockStart: var(--pf-t--global--spacer--md);
24
+ --pf-v6-c-dual-list-selector__list--TransitionDuration--expand--slide: 0s;
25
+ --pf-v6-c-dual-list-selector__list--TransitionDuration--expand--fade: var(--pf-t--global--motion--duration--fade--default);
26
+ --pf-v6-c-dual-list-selector__list--TransitionDuration--collapse--slide: 0s;
27
+ --pf-v6-c-dual-list-selector__list--TransitionDuration--collapse--fade: var(--pf-t--global--motion--duration--fade--short);
28
+ --pf-v6-c-dual-list-selector__list--TransitionDuration--slide: var(--pf-v6-c-dual-list-selector__list--TransitionDuration--collapse--slide);
29
+ --pf-v6-c-dual-list-selector__list--TransitionDuration--fade: var(--pf-v6-c-dual-list-selector__list--TransitionDuration--collapse--fade);
30
+ --pf-v6-c-dual-list-selector__list--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
31
+ --pf-v6-c-dual-list-selector__list--Opacity: 0;
32
+ --pf-v6-c-dual-list-selector--m-expanded__list--Opacity: 1;
33
+ --pf-v6-c-dual-list-selector__list--TranslateY: 0;
34
+ --pf-v6-c-dual-list-selector--m-expanded__list--TranslateY: 0;
24
35
  --pf-v6-c-dual-list-selector__list-item-row--FontSize: var(--pf-t--global--font--size--sm);
25
36
  --pf-v6-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
26
37
  --pf-v6-c-dual-list-selector__list-item-row--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
@@ -58,6 +69,13 @@
58
69
  --pf-v6-c-dual-list-selector__item-toggle-icon--MinWidth: var(--pf-v6-c-dual-list-selector__list-item-row--FontSize);
59
70
  --pf-v6-c-dual-list-selector__list-item--m-disabled__item-toggle-icon--Color: var(--pf-t--global--icon--color--disabled);
60
71
  }
72
+ @media screen and (prefers-reduced-motion: no-preference) {
73
+ .pf-v6-c-dual-list-selector {
74
+ --pf-v6-c-dual-list-selector__list--TransitionDuration--expand--slide: var(--pf-t--global--motion--duration--fade--default);
75
+ --pf-v6-c-dual-list-selector__list--TransitionDuration--collapse--slide: var(--pf-t--global--motion--duration--fade--short);
76
+ --pf-v6-c-dual-list-selector__list--TranslateY: -.5rem;
77
+ }
78
+ }
61
79
 
62
80
  .pf-v6-c-dual-list-selector {
63
81
  display: grid;
@@ -153,9 +171,27 @@
153
171
  .pf-v6-c-dual-list-selector__list-item.pf-m-expandable {
154
172
  --pf-v6-c-dual-list-selector__item--PaddingInlineStart: var(--pf-v6-c-dual-list-selector__item--m-expandable--PaddingInlineStart);
155
173
  }
174
+ .pf-v6-c-dual-list-selector.pf-m-animate-expand .pf-v6-c-dual-list-selector__list-item.pf-m-expandable > .pf-v6-c-dual-list-selector__list {
175
+ max-height: 0;
176
+ visibility: hidden;
177
+ opacity: var(--pf-v6-c-dual-list-selector__list--Opacity);
178
+ transition-delay: 0s, 0s, var(--pf-v6-c-dual-list-selector__list--TransitionDuration--fade), var(--pf-v6-c-dual-list-selector__list--TransitionDuration--fade);
179
+ transition-timing-function: var(--pf-v6-c-dual-list-selector__list--TransitionTimingFunction);
180
+ transition-duration: var(--pf-v6-c-dual-list-selector__list--TransitionDuration--fade), var(--pf-v6-c-dual-list-selector__list--TransitionDuration--slide), 0s, 0s;
181
+ transition-property: opacity, translate, visibility, max-height;
182
+ translate: 0 var(--pf-v6-c-dual-list-selector__list--TranslateY);
183
+ }
156
184
  .pf-v6-c-dual-list-selector__list-item.pf-m-expanded {
157
185
  --pf-v6-c-dual-list-selector__item-toggle-icon--Rotate: var(--pf-v6-c-dual-list-selector__list-item--m-expanded__item-toggle-icon--Rotate);
158
186
  }
187
+ .pf-v6-c-dual-list-selector.pf-m-animate-expand .pf-v6-c-dual-list-selector__list-item.pf-m-expanded > .pf-v6-c-dual-list-selector__list {
188
+ max-height: 99999px;
189
+ visibility: revert;
190
+ opacity: var(--pf-v6-c-dual-list-selector--m-expanded__list--Opacity);
191
+ transition-delay: 0s;
192
+ transition-duration: var(--pf-v6-c-dual-list-selector__list--TransitionDuration--expand--fade), var(--pf-v6-c-dual-list-selector__list--TransitionDuration--expand--slide), 0s, 0s;
193
+ translate: 0 var(--pf-v6-c-dual-list-selector--m-expanded__list--TranslateY);
194
+ }
159
195
  .pf-v6-c-dual-list-selector__list-item.pf-m-disabled {
160
196
  --pf-v6-c-dual-list-selector__item-text--Color: var(--pf-v6-c-dual-list-selector__list-item--m-disabled__item-text--Color);
161
197
  --pf-v6-c-dual-list-selector__item-toggle-icon--Color: var(--pf-v6-c-dual-list-selector__list-item--m-disabled__item-toggle-icon--Color);
@@ -31,6 +31,7 @@ declare const _default: {
31
31
  "chosen": "pf-m-chosen",
32
32
  "dragOver": "pf-m-drag-over",
33
33
  "expandable": "pf-m-expandable",
34
+ "animateExpand": "pf-m-animate-expand",
34
35
  "expanded": "pf-m-expanded",
35
36
  "disabled": "pf-m-disabled",
36
37
  "selected": "pf-m-selected",
@@ -33,6 +33,7 @@ exports.default = {
33
33
  "chosen": "pf-m-chosen",
34
34
  "dragOver": "pf-m-drag-over",
35
35
  "expandable": "pf-m-expandable",
36
+ "animateExpand": "pf-m-animate-expand",
36
37
  "expanded": "pf-m-expanded",
37
38
  "disabled": "pf-m-disabled",
38
39
  "selected": "pf-m-selected",
@@ -31,6 +31,7 @@ export default {
31
31
  "chosen": "pf-m-chosen",
32
32
  "dragOver": "pf-m-drag-over",
33
33
  "expandable": "pf-m-expandable",
34
+ "animateExpand": "pf-m-animate-expand",
34
35
  "expanded": "pf-m-expanded",
35
36
  "disabled": "pf-m-disabled",
36
37
  "selected": "pf-m-selected",
@@ -9,6 +9,20 @@
9
9
  --pf-v6-c-expandable-section__toggle-icon--m-expand-top--Rotate: 0;
10
10
  --pf-v6-c-expandable-section--m-expanded__toggle-icon--Rotate: 90deg;
11
11
  --pf-v6-c-expandable-section--m-expanded__toggle-icon--m-expand-top--Rotate: -90deg;
12
+ --pf-v6-c-expandable-section__content--TransitionDuration--collapse--slide: 0s;
13
+ --pf-v6-c-expandable-section__content--TransitionDuration--collapse--fade: var(--pf-t--global--motion--duration--fade--short);
14
+ --pf-v6-c-expandable-section__content--TransitionDuration--expand--slide: 0s;
15
+ --pf-v6-c-expandable-section__content--TransitionDuration--expand--fade: var(--pf-t--global--motion--duration--fade--default);
16
+ --pf-v6-c-expandable-section__content--TransitionDuration--slide: var(--pf-v6-c-expandable-section__content--TransitionDuration--collapse--slide);
17
+ --pf-v6-c-expandable-section__content--TransitionDuration--fade: var(--pf-v6-c-expandable-section__content--TransitionDuration--collapse--fade);
18
+ --pf-v6-c-expandable-section__content--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
19
+ --pf-v6-c-expandable-section__content--TransitionDelay--hide: var(--pf-v6-c-expandable-section__content--TransitionDuration--fade);
20
+ --pf-v6-c-expandable-section__content--Opacity: 0;
21
+ --pf-v6-c-expandable-section__content--TranslateY: 0;
22
+ --pf-v6-c-expandable-section--m-expand-top__content--TranslateY: 0;
23
+ --pf-v6-c-expandable-section--m-expand-bottom__content--TranslateY: 0;
24
+ --pf-v6-c-expandable-section--m-expanded__content--Opacity: 1;
25
+ --pf-v6-c-expandable-section--m-expanded__content--TranslateY: 0;
12
26
  --pf-v6-c-expandable-section__content--MaxWidth: auto;
13
27
  --pf-v6-c-expandable-section--m-limit-width__content--MaxWidth: 46.875rem;
14
28
  --pf-v6-c-expandable-section--m-display-lg--PaddingBlockStart: var(--pf-t--global--spacer--sm);
@@ -20,20 +34,55 @@
20
34
  --pf-v6-c-expandable-section--m-display-lg--BorderWidth: var(--pf-t--global--border--width--box--default);
21
35
  --pf-v6-c-expandable-section--m-display-lg--BorderColor: var(--pf-t--global--border--color--default);
22
36
  --pf-v6-c-expandable-section--m-display-lg--BorderRadius: var(--pf-t--global--border--radius--medium);
37
+ --pf-v6-c-expandable-section--m-display-lg--TransitionDelay: var(--pf-v6-c-expandable-section__content--TransitionDuration--collapse--fade);
23
38
  --pf-v6-c-expandable-section--m-indented__content--PaddingInlineStart: calc(var(--pf-t--global--spacer--action--horizontal--plain--default) + var(--pf-t--global--spacer--gap--text-to-element--default) + var(--pf-v6-c-expandable-section__toggle-icon--MinWidth));
24
39
  --pf-v6-c-expandable-section--m-truncate__content--LineClamp: 3;
25
40
  --pf-v6-c-expandable-section--m-truncate--Gap: var(--pf-t--global--spacer--xs);
26
41
  }
42
+ @media screen and (prefers-reduced-motion: no-preference) {
43
+ .pf-v6-c-expandable-section {
44
+ --pf-v6-c-expandable-section__content--TransitionDuration--collapse--slide: var(--pf-t--global--motion--duration--fade--short);
45
+ --pf-v6-c-expandable-section__content--TransitionDuration--expand--slide: var(--pf-t--global--motion--duration--fade--default);
46
+ --pf-v6-c-expandable-section__content--TranslateY: -.5rem;
47
+ --pf-v6-c-expandable-section--m-expand-top__content--TranslateY: .5rem;
48
+ --pf-v6-c-expandable-section--m-expand-bottom__content--TranslateY: -.5rem;
49
+ }
50
+ }
27
51
 
28
52
  .pf-v6-c-expandable-section {
29
53
  display: flex;
30
54
  flex-direction: column;
31
- gap: var(--pf-v6-c-expandable-section--Gap);
55
+ gap: 0;
56
+ transition-delay: var(--pf-v6-c-expandable-section__content--TransitionDelay--hide);
57
+ transition-duration: 0s;
58
+ transition-property: gap, padding-block-end;
32
59
  }
33
60
  .pf-v6-c-expandable-section.pf-m-expanded {
34
61
  --pf-v6-c-expandable-section__toggle-icon--Rotate: var(--pf-v6-c-expandable-section--m-expanded__toggle-icon--Rotate);
35
62
  --pf-v6-c-expandable-section__toggle-icon--m-expand-top--Rotate: var(--pf-v6-c-expandable-section--m-expanded__toggle-icon--m-expand-top--Rotate);
36
63
  --pf-v6-c-expandable-section--m-display-lg--PaddingBlockEnd: var(--pf-v6-c-expandable-section--m-display-lg--m-expanded--PaddingBlockEnd);
64
+ --pf-v6-c-expandable-section__content--TransitionDuration--slide: var(--pf-v6-c-expandable-section__content--TransitionDuration--expand--slide);
65
+ --pf-v6-c-expandable-section__content--TransitionDuration--fade: var(--pf-v6-c-expandable-section__content--TransitionDuration--expand--fade);
66
+ --pf-v6-c-expandable-section__content--Opacity: var(--pf-v6-c-expandable-section--m-expanded__content--Opacity);
67
+ --pf-v6-c-expandable-section__content--TranslateY: var(--pf-v6-c-expandable-section--m-expanded__content--TranslateY);
68
+ --pf-v6-c-expandable-section__content--Visibility: auto;
69
+ --pf-v6-c-expandable-section__content--MaxHeight: 99999px;
70
+ --pf-v6-c-expandable-section__content--TransitionDelay--hide: 0s;
71
+ gap: var(--pf-v6-c-expandable-section--Gap);
72
+ }
73
+ .pf-v6-c-expandable-section.pf-m-expand-top {
74
+ --pf-v6-c-expandable-section__toggle-icon--Rotate: var(--pf-v6-c-expandable-section__toggle-icon--m-expand-top--Rotate);
75
+ }
76
+ .pf-v6-c-expandable-section:has(.pf-v6-c-expandable-section__content:only-child):not(.pf-m-expand-top, .pf-m-expand-bottom) {
77
+ --pf-v6-c-expandable-section__content--TranslateY: 0;
78
+ --pf-v6-c-expandable-section__content--TransitionDuration--expand--fade: 0s;
79
+ --pf-v6-c-expandable-section__content--TransitionDuration--collapse--fade: 0s;
80
+ }
81
+ .pf-v6-c-expandable-section:has(.pf-v6-c-expandable-section__content:only-child).pf-m-expand-top:not(.pf-m-expanded) {
82
+ --pf-v6-c-expandable-section__content--TranslateY: var(--pf-v6-c-expandable-section--m-expand-top__content--TranslateY);
83
+ }
84
+ .pf-v6-c-expandable-section:has(.pf-v6-c-expandable-section__content:only-child).pf-m-expand-bottom:not(.pf-m-expanded) {
85
+ --pf-v6-c-expandable-section__content--TranslateY: var(--pf-v6-c-expandable-section--m-expand-bottom__content--TranslateY);
37
86
  }
38
87
  .pf-v6-c-expandable-section.pf-m-limit-width {
39
88
  --pf-v6-c-expandable-section__content--MaxWidth: var(--pf-v6-c-expandable-section--m-limit-width__content--MaxWidth);
@@ -79,4 +128,17 @@
79
128
  max-width: var(--pf-v6-c-expandable-section__content--MaxWidth);
80
129
  padding-block-end: var(--pf-v6-c-expandable-section__content--PaddingBlockEnd, 0);
81
130
  padding-inline-start: var(--pf-v6-c-expandable-section__content--PaddingInlineStart, 0);
131
+ }
132
+ .pf-v6-c-expandable-section__content:where([hidden]) {
133
+ display: revert;
134
+ }
135
+ .pf-v6-c-expandable-section:where(:not(.pf-m-truncate)) .pf-v6-c-expandable-section__content {
136
+ max-height: var(--pf-v6-c-expandable-section__content--MaxHeight, 0);
137
+ visibility: var(--pf-v6-c-expandable-section__content--Visibility, hidden);
138
+ opacity: var(--pf-v6-c-expandable-section__content--Opacity);
139
+ transition-delay: 0s, 0s, var(--pf-v6-c-expandable-section__content--TransitionDelay--hide, 0s), var(--pf-v6-c-expandable-section__content--TransitionDelay--hide, 0s);
140
+ transition-timing-function: var(--pf-v6-c-expandable-section__content--TransitionTimingFunction);
141
+ transition-duration: var(--pf-v6-c-expandable-section__content--TransitionDuration--fade), var(--pf-v6-c-expandable-section__content--TransitionDuration--slide), 0s, 0s;
142
+ transition-property: opacity, translate, visibility, max-height;
143
+ translate: 0 var(--pf-v6-c-expandable-section__content--TranslateY);
82
144
  }
@@ -6,11 +6,12 @@ declare const _default: {
6
6
  "expandableSectionToggleIcon": "pf-v6-c-expandable-section__toggle-icon",
7
7
  "modifiers": {
8
8
  "expanded": "pf-m-expanded",
9
+ "expandTop": "pf-m-expand-top",
10
+ "expandBottom": "pf-m-expand-bottom",
9
11
  "limitWidth": "pf-m-limit-width",
10
12
  "displayLg": "pf-m-display-lg",
11
13
  "indented": "pf-m-indented",
12
- "truncate": "pf-m-truncate",
13
- "expandTop": "pf-m-expand-top"
14
+ "truncate": "pf-m-truncate"
14
15
  }
15
16
  };
16
17
  export default _default;
@@ -8,10 +8,11 @@ exports.default = {
8
8
  "expandableSectionToggleIcon": "pf-v6-c-expandable-section__toggle-icon",
9
9
  "modifiers": {
10
10
  "expanded": "pf-m-expanded",
11
+ "expandTop": "pf-m-expand-top",
12
+ "expandBottom": "pf-m-expand-bottom",
11
13
  "limitWidth": "pf-m-limit-width",
12
14
  "displayLg": "pf-m-display-lg",
13
15
  "indented": "pf-m-indented",
14
- "truncate": "pf-m-truncate",
15
- "expandTop": "pf-m-expand-top"
16
+ "truncate": "pf-m-truncate"
16
17
  }
17
18
  };
@@ -6,10 +6,11 @@ export default {
6
6
  "expandableSectionToggleIcon": "pf-v6-c-expandable-section__toggle-icon",
7
7
  "modifiers": {
8
8
  "expanded": "pf-m-expanded",
9
+ "expandTop": "pf-m-expand-top",
10
+ "expandBottom": "pf-m-expand-bottom",
9
11
  "limitWidth": "pf-m-limit-width",
10
12
  "displayLg": "pf-m-display-lg",
11
13
  "indented": "pf-m-indented",
12
- "truncate": "pf-m-truncate",
13
- "expandTop": "pf-m-expand-top"
14
+ "truncate": "pf-m-truncate"
14
15
  }
15
16
  };
@@ -6,9 +6,9 @@
6
6
  --pf-v6-c-file-upload--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
7
7
  --pf-v6-c-file-upload--BorderRadius: var(--pf-t--global--border--radius--small);
8
8
  --pf-v6-c-file-upload--BorderWidth: var(--pf-t--global--border--width--regular);
9
- --pf-v6-c-file-upload--BorderColor: transparent;
10
- --pf-v6-c-file-upload--BorderStyle: solid;
11
- --pf-v6-c-file-upload--m-drag-hover--BorderColor: var(--pf-t--global--icon--color--brand--default);
9
+ --pf-v6-c-file-upload--BorderColor: var(--pf-t--global--border--color--default);
10
+ --pf-v6-c-file-upload--BorderStyle: dashed;
11
+ --pf-v6-c-file-upload--m-drag-hover--BorderColor: var(--pf-t--global--border--color--clicked);
12
12
  --pf-v6-c-file-upload--m-drag-hover--BorderStyle: dashed;
13
13
  --pf-v6-c-file-upload__file-select__c-button--m-control--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
14
14
  --pf-v6-c-file-upload__file-details__c-form-control--MinHeight: calc(var(--pf-t--global--spacer--3xl) * 2);