@patternfly/patternfly 5.0.0-alpha.33 → 5.0.0-alpha.34

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 (105) hide show
  1. package/RELEASE-NOTES.md +1 -1
  2. package/assets/pficon/pficon.scss +1 -2
  3. package/base/_fa-icons.scss +1 -2
  4. package/base/_fonts.scss +5 -10
  5. package/base/_globals.scss +91 -85
  6. package/base/_variables.scss +3 -3
  7. package/base/patternfly-fa-icons.css +1 -1
  8. package/base/patternfly-fonts.css +5 -5
  9. package/base/patternfly-globals.css +35 -41
  10. package/base/patternfly-icons.css +2 -2
  11. package/base/patternfly-pf-icons.css +1 -1
  12. package/base/patternfly-themes.css +0 -42
  13. package/base/patternfly-variables.css +3 -3
  14. package/components/AboutModalBox/about-modal-box.css +0 -38
  15. package/components/Alert/alert.css +14 -5
  16. package/components/Alert/alert.scss +18 -4
  17. package/components/Alert/themes/dark/alert.scss +1 -1
  18. package/components/Banner/banner.css +0 -38
  19. package/components/Icon/icon.css +3 -3
  20. package/components/Icon/icon.scss +3 -3
  21. package/components/Label/label.css +6 -6
  22. package/components/Label/label.scss +4 -4
  23. package/components/Label/themes/dark/label.scss +2 -2
  24. package/components/LogViewer/log-viewer.css +0 -38
  25. package/components/Login/login.css +0 -40
  26. package/components/Masthead/masthead.css +0 -38
  27. package/components/ModalBox/modal-box.css +3 -3
  28. package/components/ModalBox/modal-box.scss +3 -3
  29. package/components/NotificationDrawer/notification-drawer.css +5 -5
  30. package/components/NotificationDrawer/notification-drawer.scss +5 -5
  31. package/components/Page/page.css +0 -42
  32. package/components/Popover/popover.css +6 -6
  33. package/components/Popover/popover.scss +5 -5
  34. package/components/Popover/themes/dark/popover.scss +1 -1
  35. package/components/Wizard/wizard.css +0 -38
  36. package/docs/components/Alert/examples/Alert.md +15 -15
  37. package/docs/components/AlertGroup/examples/AlertGroup.md +6 -6
  38. package/docs/components/AppLauncher/examples/application-launcher.md +1 -0
  39. package/docs/components/Check/examples/Check.md +1 -0
  40. package/docs/components/ContextSelector/examples/context-selector.md +1 -0
  41. package/docs/components/DatePicker/examples/DatePicker.md +1 -0
  42. package/docs/components/Dropdown/examples/Dropdown.md +1 -0
  43. package/docs/components/FileUpload/examples/FileUpload.md +2 -1
  44. package/docs/components/Form/examples/Form.md +1 -0
  45. package/docs/components/FormControl/examples/FormControl.md +1 -0
  46. package/docs/components/Icon/examples/Icon.md +2 -2
  47. package/docs/components/Menu/examples/Menu.md +1 -0
  48. package/docs/components/MenuToggle/examples/MenuToggle.md +1 -0
  49. package/docs/components/ModalBox/examples/ModalBox.md +8 -8
  50. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +2 -1
  51. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +22 -22
  52. package/docs/components/OptionsMenu/examples/options-menu.md +1 -0
  53. package/docs/components/Popover/examples/Popover.md +9 -9
  54. package/docs/components/Radio/examples/Radio.md +1 -0
  55. package/docs/components/Select/examples/Select.md +1 -0
  56. package/docs/demos/CardView/examples/CardView.md +1 -1
  57. package/docs/demos/Dashboard/examples/Dashboard.md +1 -1
  58. package/docs/demos/Form/examples/BasicForms.md +1 -0
  59. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +30 -30
  60. package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
  61. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +1 -1
  62. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +1 -1
  63. package/docs/utilities/Accessibility/examples/Accessibility.md +1 -1
  64. package/docs/utilities/Alignment/examples/Alignment.md +1 -1
  65. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +1 -1
  66. package/docs/utilities/BoxShadow/examples/box-shadow.md +1 -1
  67. package/docs/utilities/Display/examples/Display.md +1 -1
  68. package/docs/utilities/Flex/examples/Flex.md +1 -1
  69. package/docs/utilities/Float/examples/Float.md +1 -1
  70. package/docs/utilities/Sizing/examples/Sizing.md +1 -1
  71. package/docs/utilities/Spacing/examples/Spacing.md +1 -1
  72. package/docs/utilities/Text/examples/Text.md +5 -5
  73. package/package.json +1 -1
  74. package/patternfly-addons.css +48 -48
  75. package/{patternfly-base-no-reset.css → patternfly-base-no-globals.css} +10 -31
  76. package/{patternfly-base-no-reset.scss → patternfly-base-no-globals.scss} +1 -0
  77. package/patternfly-base.css +45 -72
  78. package/{patternfly-no-reset.css → patternfly-no-globals.css} +52 -1237
  79. package/{patternfly-no-reset.scss → patternfly-no-globals.scss} +1 -0
  80. package/patternfly.css +83 -1274
  81. package/patternfly.min.css +1 -1
  82. package/patternfly.min.css.map +1 -1
  83. package/sass-utilities/placeholders.scss +0 -23
  84. package/sass-utilities/scss-variables.scss +4 -5
  85. package/sass-utilities/themes/dark/placeholders.scss +0 -22
  86. package/utilities/Text/text.css +48 -48
  87. package/utilities/Text/text.scss +6 -6
  88. package/utilities/Text/themes/dark/text.scss +2 -2
  89. package/assets/fonts/RedHatDisplay/RedHatDisplay-Black.woff +0 -0
  90. package/assets/fonts/RedHatDisplay/RedHatDisplay-BlackItalic.woff +0 -0
  91. package/assets/fonts/RedHatDisplay/RedHatDisplay-Bold.woff +0 -0
  92. package/assets/fonts/RedHatDisplay/RedHatDisplay-BoldItalic.woff +0 -0
  93. package/assets/fonts/RedHatDisplay/RedHatDisplay-Italic.woff +0 -0
  94. package/assets/fonts/RedHatDisplay/RedHatDisplay-Medium.woff +0 -0
  95. package/assets/fonts/RedHatDisplay/RedHatDisplay-MediumItalic.woff +0 -0
  96. package/assets/fonts/RedHatDisplay/RedHatDisplay-Regular.woff +0 -0
  97. package/assets/fonts/RedHatText/RedHatText-Bold.woff +0 -0
  98. package/assets/fonts/RedHatText/RedHatText-BoldItalic.woff +0 -0
  99. package/assets/fonts/RedHatText/RedHatText-Italic.woff +0 -0
  100. package/assets/fonts/RedHatText/RedHatText-Medium.woff +0 -0
  101. package/assets/fonts/RedHatText/RedHatText-MediumItalic.woff +0 -0
  102. package/assets/fonts/RedHatText/RedHatText-Regular.woff +0 -0
  103. package/assets/fonts/webfonts/fa-solid-900.woff +0 -0
  104. package/assets/pficon/pficon.woff +0 -0
  105. package/sass-utilities/bs-variables.scss +0 -709
@@ -1,3 +1,4 @@
1
1
  $pf-global--enable-reset: false;
2
+ $pf-global--enable-normalize: false;
2
3
 
3
4
  @import "./patternfly";