@patternfly/patternfly 4.202.2 → 4.203.2

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 (53) hide show
  1. package/base/_fonts.scss +10 -10
  2. package/base/_shield-inheritable.scss +1 -1
  3. package/base/patternfly-fonts.css +10 -10
  4. package/base/patternfly-shield-inheritable.css +1 -1
  5. package/components/AlertGroup/alert-group.css +1 -1
  6. package/components/Button/button.css +1 -1
  7. package/components/Button/button.scss +1 -1
  8. package/components/Divider/divider.css +12 -12
  9. package/components/Drawer/drawer.css +2 -35
  10. package/components/Drawer/drawer.scss +2 -2
  11. package/components/JumpLinks/jump-links.css +1 -1
  12. package/components/JumpLinks/jump-links.scss +1 -1
  13. package/components/MenuToggle/menu-toggle.css +1 -1
  14. package/components/MenuToggle/menu-toggle.scss +1 -1
  15. package/components/ProgressStepper/progress-stepper.css +1 -1
  16. package/components/Sidebar/sidebar.css +0 -30
  17. package/components/Spinner/spinner.css +2 -2
  18. package/components/Table/table.css +5 -5
  19. package/components/Table/table.scss +5 -5
  20. package/components/Tabs/tabs.css +1 -1
  21. package/components/Tabs/tabs.scss +1 -1
  22. package/components/TreeView/tree-view.css +29 -1
  23. package/components/TreeView/tree-view.scss +36 -2
  24. package/docs/components/TreeView/examples/TreeView.md +1077 -677
  25. package/package.json +8 -8
  26. package/patternfly-addons.css +322 -683
  27. package/patternfly-base-no-reset.css +10 -10
  28. package/patternfly-base.css +10 -10
  29. package/patternfly-no-reset.css +66 -101
  30. package/patternfly.css +66 -101
  31. package/patternfly.min.css +1 -1
  32. package/patternfly.min.css.map +1 -1
  33. package/utilities/Alignment/alignment.css +0 -15
  34. package/utilities/BackgroundColor/BackgroundColor.css +100 -75
  35. package/utilities/BackgroundColor/BackgroundColor.scss +6 -0
  36. package/utilities/BackgroundColor/themes/dark/BackgroundColor.css +0 -0
  37. package/utilities/BackgroundColor/themes/dark/BackgroundColor.scss +25 -0
  38. package/utilities/Display/display.css +0 -40
  39. package/utilities/Flex/flex.css +0 -140
  40. package/utilities/Float/float.css +0 -5
  41. package/utilities/Sizing/sizing.css +48 -198
  42. package/utilities/Text/text.css +173 -210
  43. package/utilities/Text/text.scss +6 -0
  44. package/utilities/Text/themes/dark/text.css +0 -0
  45. package/utilities/Text/themes/dark/text.scss +36 -0
  46. package/docs/pages/accessibility-guide.md +0 -161
  47. package/docs/pages/contribution.md +0 -109
  48. package/docs/pages/guidelines.md +0 -367
  49. package/docs/pages/icons.md +0 -129
  50. package/docs/pages/index.js +0 -13
  51. package/docs/pages/reference-docs/PF-quick-ref.key +0 -0
  52. package/docs/pages/reference-docs/PF-quick-ref.pdf +0 -0
  53. package/docs/pages/upgrade-guide.md +0 -188
@@ -10,7 +10,6 @@
10
10
  .pf-u-float-left-on-sm {
11
11
  float: left !important;
12
12
  }
13
-
14
13
  .pf-u-float-right-on-sm {
15
14
  float: right !important;
16
15
  }
@@ -19,7 +18,6 @@
19
18
  .pf-u-float-left-on-md {
20
19
  float: left !important;
21
20
  }
22
-
23
21
  .pf-u-float-right-on-md {
24
22
  float: right !important;
25
23
  }
@@ -28,7 +26,6 @@
28
26
  .pf-u-float-left-on-lg {
29
27
  float: left !important;
30
28
  }
31
-
32
29
  .pf-u-float-right-on-lg {
33
30
  float: right !important;
34
31
  }
@@ -37,7 +34,6 @@
37
34
  .pf-u-float-left-on-xl {
38
35
  float: left !important;
39
36
  }
40
-
41
37
  .pf-u-float-right-on-xl {
42
38
  float: right !important;
43
39
  }
@@ -46,7 +42,6 @@
46
42
  .pf-u-float-left-on-2xl {
47
43
  float: left !important;
48
44
  }
49
-
50
45
  .pf-u-float-right-on-2xl {
51
46
  float: right !important;
52
47
  }