@patternfly/patternfly 6.5.0-prerelease.45 → 6.5.0-prerelease.46

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 (46) hide show
  1. package/components/NotificationDrawer/notification-drawer.css +10 -2
  2. package/components/NotificationDrawer/notification-drawer.scss +11 -4
  3. package/components/_index.css +10 -2
  4. package/docs/components/AboutModalBox/examples/AboutModalBox.md +2 -2
  5. package/docs/components/ActionList/examples/ActionList.md +10 -10
  6. package/docs/components/Alert/examples/Alert.md +30 -30
  7. package/docs/components/Banner/examples/Banner.md +65 -5
  8. package/docs/components/Drawer/examples/Drawer.md +42 -42
  9. package/docs/components/DualListSelector/examples/DualListSelector.md +792 -72
  10. package/docs/components/Icon/examples/Icon.md +65 -5
  11. package/docs/components/InlineEdit/examples/InlineEdit.md +16 -16
  12. package/docs/components/Label/examples/Label.md +2812 -220
  13. package/docs/components/MenuToggle/examples/MenuToggle.md +13 -1
  14. package/docs/components/ModalBox/examples/ModalBox.md +121 -37
  15. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +18 -18
  16. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +524 -44
  17. package/docs/components/Popover/examples/Popover.md +110 -38
  18. package/docs/components/ProgressStepper/examples/ProgressStepper.md +273 -21
  19. package/docs/components/Slider/examples/Slider.md +52 -4
  20. package/docs/components/Tabs/examples/Tabs.md +1638 -126
  21. package/docs/components/TextInputGroup/examples/TextInputGroup.md +509 -41
  22. package/docs/components/Toolbar/examples/Toolbar.md +48 -48
  23. package/docs/components/Wizard/examples/Wizard.md +26 -26
  24. package/docs/demos/AboutModal/examples/AboutModal.md +2 -2
  25. package/docs/demos/Alert/examples/Alert.md +6 -6
  26. package/docs/demos/Card/examples/Card.md +80 -8
  27. package/docs/demos/Compass/examples/Compass.md +2 -2
  28. package/docs/demos/Dashboard/examples/Dashboard.md +24 -6
  29. package/docs/demos/DescriptionList/examples/DescriptionList.md +2 -2
  30. package/docs/demos/Drawer/examples/Drawer.md +6 -6
  31. package/docs/demos/Form/examples/BasicForms.md +26 -2
  32. package/docs/demos/JumpLinks/examples/JumpLinks.md +4 -4
  33. package/docs/demos/Masthead/examples/Masthead.md +15 -3
  34. package/docs/demos/Modal/examples/Modal.md +12 -12
  35. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +816 -96
  36. package/docs/demos/Page/examples/Page.md +2 -2
  37. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +90 -18
  38. package/docs/demos/Table/examples/Table.md +232 -19
  39. package/docs/demos/Tabs/examples/Tabs.md +23 -5
  40. package/docs/demos/Toolbar/examples/Toolbar.md +24 -24
  41. package/docs/demos/Wizard/examples/Wizard.md +20 -20
  42. package/package.json +1 -1
  43. package/patternfly-no-globals.css +10 -2
  44. package/patternfly.css +10 -2
  45. package/patternfly.min.css +1 -1
  46. package/patternfly.min.css.map +1 -1
@@ -218,7 +218,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
218
218
  <span class="pf-v6-c-button__icon">
219
219
  <svg
220
220
  class="pf-v6-svg"
221
- viewBox="0 0 352 512"
221
+ viewBox="0 0 20 20"
222
222
  fill="currentColor"
223
223
  aria-hidden="true"
224
224
  role="img"
@@ -226,7 +226,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
226
226
  height="1em"
227
227
  >
228
228
  <path
229
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
229
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
230
230
  />
231
231
  </svg>
232
232
  </span>
@@ -281,7 +281,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
281
281
  <span class="pf-v6-c-button__icon">
282
282
  <svg
283
283
  class="pf-v6-svg"
284
- viewBox="0 0 352 512"
284
+ viewBox="0 0 20 20"
285
285
  fill="currentColor"
286
286
  aria-hidden="true"
287
287
  role="img"
@@ -289,7 +289,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
289
289
  height="1em"
290
290
  >
291
291
  <path
292
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
292
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
293
293
  />
294
294
  </svg>
295
295
  </span>
@@ -344,7 +344,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
344
344
  <span class="pf-v6-c-button__icon">
345
345
  <svg
346
346
  class="pf-v6-svg"
347
- viewBox="0 0 352 512"
347
+ viewBox="0 0 20 20"
348
348
  fill="currentColor"
349
349
  aria-hidden="true"
350
350
  role="img"
@@ -352,7 +352,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
352
352
  height="1em"
353
353
  >
354
354
  <path
355
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
355
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
356
356
  />
357
357
  </svg>
358
358
  </span>
@@ -471,7 +471,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
471
471
  <span class="pf-v6-c-button__icon">
472
472
  <svg
473
473
  class="pf-v6-svg"
474
- viewBox="0 0 352 512"
474
+ viewBox="0 0 20 20"
475
475
  fill="currentColor"
476
476
  aria-hidden="true"
477
477
  role="img"
@@ -479,7 +479,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
479
479
  height="1em"
480
480
  >
481
481
  <path
482
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
482
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
483
483
  />
484
484
  </svg>
485
485
  </span>
@@ -534,7 +534,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
534
534
  <span class="pf-v6-c-button__icon">
535
535
  <svg
536
536
  class="pf-v6-svg"
537
- viewBox="0 0 352 512"
537
+ viewBox="0 0 20 20"
538
538
  fill="currentColor"
539
539
  aria-hidden="true"
540
540
  role="img"
@@ -542,7 +542,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
542
542
  height="1em"
543
543
  >
544
544
  <path
545
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
545
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
546
546
  />
547
547
  </svg>
548
548
  </span>
@@ -597,7 +597,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
597
597
  <span class="pf-v6-c-button__icon">
598
598
  <svg
599
599
  class="pf-v6-svg"
600
- viewBox="0 0 352 512"
600
+ viewBox="0 0 20 20"
601
601
  fill="currentColor"
602
602
  aria-hidden="true"
603
603
  role="img"
@@ -605,7 +605,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
605
605
  height="1em"
606
606
  >
607
607
  <path
608
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
608
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
609
609
  />
610
610
  </svg>
611
611
  </span>
@@ -724,7 +724,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
724
724
  <span class="pf-v6-c-button__icon">
725
725
  <svg
726
726
  class="pf-v6-svg"
727
- viewBox="0 0 352 512"
727
+ viewBox="0 0 20 20"
728
728
  fill="currentColor"
729
729
  aria-hidden="true"
730
730
  role="img"
@@ -732,7 +732,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
732
732
  height="1em"
733
733
  >
734
734
  <path
735
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
735
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
736
736
  />
737
737
  </svg>
738
738
  </span>
@@ -787,7 +787,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
787
787
  <span class="pf-v6-c-button__icon">
788
788
  <svg
789
789
  class="pf-v6-svg"
790
- viewBox="0 0 352 512"
790
+ viewBox="0 0 20 20"
791
791
  fill="currentColor"
792
792
  aria-hidden="true"
793
793
  role="img"
@@ -795,7 +795,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
795
795
  height="1em"
796
796
  >
797
797
  <path
798
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
798
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
799
799
  />
800
800
  </svg>
801
801
  </span>
@@ -850,7 +850,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
850
850
  <span class="pf-v6-c-button__icon">
851
851
  <svg
852
852
  class="pf-v6-svg"
853
- viewBox="0 0 352 512"
853
+ viewBox="0 0 20 20"
854
854
  fill="currentColor"
855
855
  aria-hidden="true"
856
856
  role="img"
@@ -858,7 +858,7 @@ cssPrefix: pf-v6-c-multiple-file-upload
858
858
  height="1em"
859
859
  >
860
860
  <path
861
- d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
861
+ d="M17.8 16.2 11.59 10l6.21-6.21c.42-.46.39-1.17-.07-1.59-.43-.4-1.09-.4-1.52 0l-6.2 6.2-6.22-6.19c-.44-.44-1.15-.44-1.59 0-.44.44-.44 1.15 0 1.59l6.2 6.21-6.2 6.2c-.42.46-.39 1.17.07 1.59.43.4 1.09.4 1.52 0L10 11.59l6.2 6.2c.44.44 1.15.44 1.59 0 .44-.45.44-1.16 0-1.6Z"
862
862
  />
863
863
  </svg>
864
864
  </span>