@patternfly/patternfly 5.0.0-alpha.75 → 5.0.0-alpha.77

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 (37) hide show
  1. package/components/Masthead/masthead.css +15 -3
  2. package/components/Masthead/masthead.scss +16 -4
  3. package/components/Toolbar/toolbar.css +2 -1
  4. package/components/Toolbar/toolbar.scss +2 -1
  5. package/docs/components/Alert/examples/Alert.md +1 -1
  6. package/docs/components/AppLauncher/deprecated/application-launcher.css +25 -0
  7. package/docs/components/AppLauncher/{examples → deprecated}/application-launcher.md +1 -0
  8. package/docs/components/Card/examples/Card.md +10 -10
  9. package/docs/components/Chip/examples/Chip.md +1 -1
  10. package/docs/components/ContextSelector/deprecated/context-selector.css +7 -0
  11. package/docs/components/ContextSelector/{examples → deprecated}/context-selector.md +1 -0
  12. package/docs/components/Label/examples/Label.md +1 -1
  13. package/docs/components/Nav/examples/Navigation.md +4 -4
  14. package/docs/components/OptionsMenu/deprecated/options-menu.css +25 -0
  15. package/docs/components/OptionsMenu/{examples → deprecated}/options-menu.md +1 -0
  16. package/docs/components/Page/deprecated/PageHeader.css +17 -0
  17. package/docs/components/Page/deprecated/PageHeader.md +261 -0
  18. package/docs/components/Page/examples/Page.md +106 -51
  19. package/docs/components/Tabs/examples/Tabs.md +6 -6
  20. package/docs/components/Toolbar/examples/Toolbar.md +15 -15
  21. package/docs/demos/ContextSelector/examples/ContextSelector.md +1 -0
  22. package/docs/demos/Dashboard/examples/Dashboard.md +0 -1
  23. package/docs/demos/DataList/examples/DataList.md +6 -6
  24. package/docs/demos/Masthead/examples/Masthead.md +9 -9
  25. package/docs/demos/Nav/examples/Nav.md +2 -2
  26. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +9 -18
  27. package/docs/demos/Table/examples/Table.md +36 -42
  28. package/docs/demos/Toolbar/examples/Toolbar.md +12 -12
  29. package/package.json +5 -5
  30. package/patternfly-no-globals.css +17 -4
  31. package/patternfly-theme-dark-unversioned.css +17 -4
  32. package/patternfly.css +17 -4
  33. package/patternfly.min.css +1 -1
  34. package/patternfly.min.css.map +1 -1
  35. package/docs/components/AppLauncher/examples/application-launcher.css +0 -25
  36. package/docs/components/ContextSelector/examples/context-selector.css +0 -7
  37. package/docs/components/OptionsMenu/examples/options-menu.css +0 -25
@@ -1,25 +0,0 @@
1
- #ws-core-c-application-launcher-aligned-right,
2
- #ws-core-c-application-launcher-aligned-top,
3
- #ws-core-c-application-launcher-expanded {
4
- min-height: 216px;
5
- }
6
-
7
- #ws-core-c-application-launcher-aligned-right {
8
- display: flex;
9
- justify-content: flex-end;
10
- }
11
-
12
- #ws-core-c-application-launcher-aligned-top {
13
- display: flex;
14
- align-items: flex-end;
15
- }
16
-
17
- #ws-core-c-application-launcher-with-sections-and-dividers-between-sections,
18
- #ws-core-c-application-launcher-with-sections-and-dividers-between-items,
19
- #ws-core-c-application-launcher-with-sections-dividers-icons-and-external-links {
20
- min-height: 424px;
21
- }
22
-
23
- #ws-core-c-application-launcher-favorites {
24
- min-height: 540px;
25
- }
@@ -1,7 +0,0 @@
1
- #ws-core-c-context-selector-basic, #ws-core-c-context-selector-plain-with-text {
2
- min-height: 380px;
3
- }
4
-
5
- #ws-core-c-context-selector-with-footer {
6
- min-height: 420px;
7
- }
@@ -1,25 +0,0 @@
1
- #ws-core-c-options-menu-single-option,
2
- #ws-core-c-options-menu-plain,
3
- #ws-core-c-options-menu-align-right,
4
- #ws-core-c-options-menu-align-top {
5
- min-height: 215px;
6
- }
7
-
8
- #ws-core-c-options-menu-multiple-options {
9
- min-height: 350px;
10
- }
11
-
12
- #ws-core-c-options-menu-plain-with-text {
13
- min-height: 280px;
14
- }
15
-
16
- #ws-core-c-options-menu-align-top {
17
- display: flex;
18
- align-items: flex-end;
19
- }
20
-
21
- #ws-core-c-options-menu-with-groups,
22
- #ws-core-c-options-menu-with-groups-and-dividers-between-groups,
23
- #ws-core-c-options-menu-with-groups-and-dividers-between-items {
24
- min-height: 450px;
25
- }