@patternfly/patternfly 4.184.1 → 4.185.0

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 (111) hide show
  1. package/assets/icons/iconUnicodes.json +1 -0
  2. package/assets/pficon/pficon.scss +6 -0
  3. package/assets/pficon/pficon.woff +0 -0
  4. package/assets/pficon/pficon.woff2 +0 -0
  5. package/base/patternfly-icons.css +5 -1
  6. package/base/patternfly-pf-icons.css +5 -1
  7. package/components/Masthead/masthead.css +1 -1
  8. package/components/Masthead/masthead.scss +1 -1
  9. package/components/Menu/menu.css +1 -0
  10. package/components/Menu/menu.scss +1 -0
  11. package/docs/components/Form/examples/Form.md +118 -47
  12. package/docs/components/MenuToggle/examples/MenuToggle.md +17 -0
  13. package/docs/components/ModalBox/examples/ModalBox.md +1 -0
  14. package/docs/components/OptionsMenu/examples/options-menu.md +1 -1
  15. package/docs/components/Page/examples/Page.md +9 -8
  16. package/docs/components/Pagination/examples/Pagination.css +3 -0
  17. package/docs/components/Pagination/examples/Pagination.md +136 -158
  18. package/docs/components/Toolbar/examples/Toolbar.md +22 -26
  19. package/docs/components/Wizard/examples/Wizard.md +19 -18
  20. package/docs/demos/AboutModal/examples/AboutModal.md +916 -1
  21. package/docs/demos/Alert/examples/Alert.md +2484 -490
  22. package/docs/demos/BackToTop/examples/BackToTop.md +785 -140
  23. package/docs/demos/Banner/examples/Banner.md +2074 -1466
  24. package/docs/demos/Button/examples/Button.md +33 -21
  25. package/docs/demos/CardView/examples/CardView.md +1086 -285
  26. package/docs/demos/ContextSelector/examples/ContextSelector.md +1580 -1638
  27. package/docs/demos/Dashboard/examples/Dashboard.md +40 -6
  28. package/docs/demos/DataList/examples/DataList.md +3703 -1495
  29. package/docs/demos/DescriptionList/examples/DescriptionList.md +55 -61
  30. package/docs/demos/Drawer/examples/Drawer.md +2554 -439
  31. package/docs/demos/Form/examples/BasicForms.md +40 -8
  32. package/docs/demos/JumpLinks/examples/JumpLinks.md +3223 -596
  33. package/docs/demos/Masthead/examples/Masthead.md +9 -20
  34. package/docs/demos/Modal/examples/Modal.md +5525 -35
  35. package/docs/demos/Nav/examples/Nav.md +6453 -1201
  36. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +4036 -940
  37. package/docs/demos/Page/examples/Page.md +15 -35
  38. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +5 -1
  39. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +20 -4
  40. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +6829 -2373
  41. package/docs/demos/Skeleton/examples/Skeleton.md +831 -149
  42. package/docs/demos/Table/examples/Table.md +253 -338
  43. package/docs/demos/Tabs/examples/Tabs.md +8171 -2943
  44. package/docs/demos/Toolbar/examples/Toolbar.md +885 -253
  45. package/docs/demos/Wizard/examples/Wizard.md +3422 -292
  46. package/docs/pages/icons.md +1 -0
  47. package/icons/pf-icons.json +1 -0
  48. package/package.json +1 -1
  49. package/patternfly-base-no-reset.css +5 -1
  50. package/patternfly-base.css +5 -1
  51. package/patternfly-no-reset.css +7 -2
  52. package/patternfly-theme-dark.css +21 -21
  53. package/patternfly.css +7 -2
  54. package/patternfly.min.css +1 -1
  55. package/patternfly.min.css.map +1 -1
  56. package/themes/dark/_patternfly-theme-dark.scss +119 -0
  57. package/themes/dark/_variables.scss +94 -0
  58. package/themes/dark/colors.scss +16 -0
  59. package/themes/dark/globals.scss +7 -0
  60. package/themes/dark/mixins.scss +5 -0
  61. package/themes/dark/placeholders.scss +30 -0
  62. package/themes/dark/scss-variables.scss +85 -0
  63. package/components/AboutModalBox/themes/dark/about-modal-box.css +0 -0
  64. package/components/Accordion/themes/dark/accordion.css +0 -0
  65. package/components/Alert/themes/dark/alert.css +0 -0
  66. package/components/AppLauncher/themes/dark/app-launcher.css +0 -0
  67. package/components/Badge/themes/dark/badge.css +0 -0
  68. package/components/Banner/themes/dark/banner.css +0 -0
  69. package/components/Breadcrumb/themes/dark/breadcrumb.css +0 -0
  70. package/components/Button/themes/dark/button.css +0 -0
  71. package/components/CalendarMonth/themes/dark/calendar-month.css +0 -0
  72. package/components/Chip/themes/dark/chip.css +0 -0
  73. package/components/ClipboardCopy/themes/dark/clipboard-copy.css +0 -0
  74. package/components/CodeEditor/themes/dark/code-editor.css +0 -0
  75. package/components/ContextSelector/themes/dark/context-selector.css +0 -0
  76. package/components/DataList/themes/dark/data-list.css +0 -0
  77. package/components/DatePicker/themes/dark/date-picker.css +0 -0
  78. package/components/Drawer/themes/dark/drawer.css +0 -0
  79. package/components/Dropdown/themes/dark/dropdown.css +0 -0
  80. package/components/Form/themes/dark/form.css +0 -0
  81. package/components/FormControl/themes/dark/form-control.css +0 -0
  82. package/components/HelperText/themes/dark/helper-text.css +0 -0
  83. package/components/Hint/themes/dark/hint.css +0 -0
  84. package/components/InputGroup/themes/dark/input-group.css +0 -0
  85. package/components/Label/themes/dark/label.css +0 -0
  86. package/components/LogViewer/themes/dark/log-viewer.css +0 -0
  87. package/components/Login/themes/dark/login.css +0 -0
  88. package/components/Masthead/themes/dark/masthead.css +0 -0
  89. package/components/Menu/themes/dark/menu.css +0 -0
  90. package/components/MenuToggle/themes/dark/menu-toggle.css +0 -0
  91. package/components/ModalBox/themes/dark/modal-box.css +0 -0
  92. package/components/Nav/themes/dark/nav.css +0 -0
  93. package/components/NotificationBadge/themes/dark/notification-badge.css +0 -0
  94. package/components/NotificationDrawer/themes/dark/notification-drawer.css +0 -0
  95. package/components/OptionsMenu/themes/dark/options-menu.css +0 -0
  96. package/components/Page/themes/dark/page.css +0 -0
  97. package/components/Pagination/themes/dark/pagination.css +0 -0
  98. package/components/Popover/themes/dark/popover.css +0 -0
  99. package/components/Progress/themes/dark/progress.css +0 -0
  100. package/components/SearchInput/themes/dark/search-input.css +0 -0
  101. package/components/Select/themes/dark/select.css +0 -0
  102. package/components/SimpleList/themes/dark/simple-list.css +0 -0
  103. package/components/Skeleton/themes/dark/skeleton.css +0 -0
  104. package/components/Switch/themes/dark/switch.css +0 -0
  105. package/components/Table/themes/dark/table.css +0 -0
  106. package/components/Tabs/themes/dark/tabs.css +0 -0
  107. package/components/Tile/themes/dark/tile.css +0 -0
  108. package/components/ToggleGroup/themes/dark/toggle-group.css +0 -0
  109. package/components/Tooltip/themes/dark/tooltip.css +0 -0
  110. package/components/TreeView/themes/dark/tree-view.css +0 -0
  111. package/components/Wizard/themes/dark/wizard.css +0 -0
@@ -53,7 +53,11 @@ section: components
53
53
  <span class="pf-c-form__label-required" aria-hidden="true">&#42;</span>
54
54
  </label>
55
55
 
56
- <button class="pf-c-form__group-label-help" aria-label="More info">
56
+ <button
57
+ class="pf-c-form__group-label-help"
58
+ aria-label="More information for phone number field"
59
+ aria-describedby="form-demo-basic-phone"
60
+ >
57
61
  <i class="pficon pf-icon-help" aria-hidden="true"></i>
58
62
  </button>
59
63
  </div>
@@ -255,7 +259,11 @@ section: components
255
259
  <span class="pf-c-form__label-text">How can we contact you?</span>
256
260
  </span>
257
261
 
258
- <button class="pf-c-form__group-label-help" aria-label="More info">
262
+ <button
263
+ class="pf-c-form__group-label-help"
264
+ aria-label="More information for contact field"
265
+ aria-describedby="form-demo-horizontal-contact-legend"
266
+ >
259
267
  <i class="pficon pf-icon-help" aria-hidden="true"></i>
260
268
  </button>
261
269
  </div>
@@ -524,7 +532,11 @@ section: components
524
532
  <span class="pf-c-form__label-required" aria-hidden="true">&#42;</span>
525
533
  </label>
526
534
 
527
- <button class="pf-c-form__group-label-help" aria-label="More info">
535
+ <button
536
+ class="pf-c-form__group-label-help"
537
+ aria-label="More information for client id field"
538
+ aria-describedby="form-demo-sections-repeatable-fields-clientid"
539
+ >
528
540
  <i class="pficon pf-icon-help" aria-hidden="true"></i>
529
541
  </button>
530
542
  </div>
@@ -548,7 +560,11 @@ section: components
548
560
  <span class="pf-c-form__label-required" aria-hidden="true">&#42;</span>
549
561
  </label>
550
562
 
551
- <button class="pf-c-form__group-label-help" aria-label="More info">
563
+ <button
564
+ class="pf-c-form__group-label-help"
565
+ aria-label="More information for full name field"
566
+ aria-describedby="form-demo-sections-repeatable-fields-name"
567
+ >
552
568
  <i class="pficon pf-icon-help" aria-hidden="true"></i>
553
569
  </button>
554
570
  </div>
@@ -572,7 +588,11 @@ section: components
572
588
  <span class="pf-c-form__label-required" aria-hidden="true">&#42;</span>
573
589
  </label>
574
590
 
575
- <button class="pf-c-form__group-label-help" aria-label="More info">
591
+ <button
592
+ class="pf-c-form__group-label-help"
593
+ aria-label="More information for description field"
594
+ aria-describedby="form-demo-sections-repeatable-fields-description"
595
+ >
576
596
  <i class="pficon pf-icon-help" aria-hidden="true"></i>
577
597
  </button>
578
598
  </div>
@@ -607,7 +627,11 @@ section: components
607
627
  <span class="pf-c-form__label-required" aria-hidden="true">&#42;</span>
608
628
  </label>
609
629
 
610
- <button class="pf-c-form__group-label-help" aria-label="More info">
630
+ <button
631
+ class="pf-c-form__group-label-help"
632
+ aria-label="More information for root URL field"
633
+ aria-describedby="form-demo-sections-repeatable-fields-rooturl"
634
+ >
611
635
  <i class="pficon pf-icon-help" aria-hidden="true"></i>
612
636
  </button>
613
637
  </div>
@@ -631,7 +655,11 @@ section: components
631
655
  <span class="pf-c-form__label-required" aria-hidden="true">&#42;</span>
632
656
  </label>
633
657
 
634
- <button class="pf-c-form__group-label-help" aria-label="More info">
658
+ <button
659
+ class="pf-c-form__group-label-help"
660
+ aria-label="More information for valid redirect URIs field"
661
+ aria-describedby="form-demo-sections-repeatable-fields-uris"
662
+ >
635
663
  <i class="pficon pf-icon-help" aria-hidden="true"></i>
636
664
  </button>
637
665
  </div>
@@ -708,7 +736,11 @@ section: components
708
736
  <span class="pf-c-form__label-required" aria-hidden="true">&#42;</span>
709
737
  </label>
710
738
 
711
- <button class="pf-c-form__group-label-help" aria-label="More info">
739
+ <button
740
+ class="pf-c-form__group-label-help"
741
+ aria-label="More information for home URL field"
742
+ aria-describedby="form-demo-sections-repeatable-fields-home-url"
743
+ >
712
744
  <i class="pficon pf-icon-help" aria-hidden="true"></i>
713
745
  </button>
714
746
  </div>