@patternfly/patternfly 6.0.0-alpha.186 → 6.0.0-alpha.188

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 (61) hide show
  1. package/base/patternfly-variables.css +2 -2
  2. package/base/tokens/tokens-charts-dark.scss +1 -1
  3. package/base/tokens/tokens-charts.scss +1 -1
  4. package/base/tokens/tokens-dark.scss +1 -1
  5. package/base/tokens/tokens-default.scss +3 -3
  6. package/base/tokens/tokens-palette.scss +1 -1
  7. package/components/Toolbar/toolbar.css +232 -531
  8. package/components/Toolbar/toolbar.scss +101 -89
  9. package/components/_index.css +224 -523
  10. package/docs/components/Card/examples/Card.md +8 -8
  11. package/docs/components/DataList/examples/DataList.md +17 -17
  12. package/docs/components/DualListSelector/examples/DualListSelector.md +16 -16
  13. package/docs/components/Hint/examples/Hint.md +3 -3
  14. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +37 -37
  15. package/docs/components/OverflowMenu/examples/overflow-menu.md +5 -5
  16. package/docs/components/Table/examples/Table.md +454 -454
  17. package/docs/components/Toolbar/examples/Toolbar.css +10 -4
  18. package/docs/components/Toolbar/examples/Toolbar.md +1050 -637
  19. package/docs/demos/AboutModal/examples/AboutModal.md +1 -0
  20. package/docs/demos/Alert/examples/Alert.md +3 -0
  21. package/docs/demos/BackToTop/examples/BackToTop.md +1 -0
  22. package/docs/demos/Banner/examples/Banner.md +2 -0
  23. package/docs/demos/CardView/examples/CardView.md +13 -12
  24. package/docs/demos/Dashboard/examples/Dashboard.md +2 -1
  25. package/docs/demos/DataList/examples/DataList.md +31 -27
  26. package/docs/demos/DescriptionList/examples/DescriptionList.md +4 -1
  27. package/docs/demos/Drawer/examples/Drawer.md +6 -1
  28. package/docs/demos/JumpLinks/examples/JumpLinks.md +6 -0
  29. package/docs/demos/Masthead/examples/Masthead.md +19 -9
  30. package/docs/demos/Modal/examples/Modal.md +6 -0
  31. package/docs/demos/Nav/examples/Nav.md +8 -0
  32. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +71 -61
  33. package/docs/demos/Page/examples/Page.md +11 -0
  34. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +27 -19
  35. package/docs/demos/Skeleton/examples/Skeleton.md +1 -0
  36. package/docs/demos/Table/examples/Table.md +161 -146
  37. package/docs/demos/Tabs/examples/Tabs.md +32 -26
  38. package/docs/demos/Toolbar/examples/Toolbar.css +9 -1
  39. package/docs/demos/Toolbar/examples/Toolbar.md +1592 -1295
  40. package/docs/demos/Wizard/examples/Wizard.md +9 -0
  41. package/layouts/Flex/flex.css +1 -1
  42. package/layouts/Flex/flex.scss +1 -1
  43. package/layouts/Gallery/gallery.css +1 -1
  44. package/layouts/Gallery/gallery.scss +1 -1
  45. package/layouts/Grid/grid.css +1 -1
  46. package/layouts/Grid/grid.scss +1 -1
  47. package/layouts/Level/level.css +1 -1
  48. package/layouts/Level/level.scss +1 -1
  49. package/layouts/Split/split.css +1 -1
  50. package/layouts/Split/split.scss +1 -1
  51. package/layouts/Stack/stack.css +1 -1
  52. package/layouts/Stack/stack.scss +1 -1
  53. package/layouts/_index.css +6 -6
  54. package/package.json +6 -6
  55. package/patternfly-base-no-globals.css +2 -2
  56. package/patternfly-base.css +2 -2
  57. package/patternfly-no-globals.css +232 -531
  58. package/patternfly.css +232 -531
  59. package/patternfly.min.css +1 -1
  60. package/patternfly.min.css.map +1 -1
  61. package/docs/demos/Page/examples/Penta.md +0 -903
@@ -1,8 +1,11 @@
1
- #ws-core-e-toolbar-toggle-group-on-mobile-filters-collapsed-expandable-content-expanded,
2
- #ws-core-c-toolbar-toggle-group-on-mobile-filters-collapsed-expandable-content-expanded {
1
+ #ws-core-e-toolbar-toggle-group-on-mobile-filters-collapsed-expandable-content-expanded {
3
2
  min-height: 19rem;
4
3
  }
5
4
 
5
+ #ws-core-c-toolbar-toggle-group-on-mobile-filters-collapsed-expandable-content-expanded {
6
+ min-height: 14rem;
7
+ }
8
+
6
9
  #ws-core-e-toolbar-expanded-elements,
7
10
  #ws-core-c-toolbar-expanded-elements {
8
11
  min-height: 18rem;
@@ -13,11 +16,14 @@
13
16
  min-height: 18rem;
14
17
  }
15
18
 
16
- #ws-core-e-toolbar-selected-filters-on-mobile-filters-collapsed-expandable-content-expanded,
17
- #ws-core-c-toolbar-selected-filters-on-mobile-filters-collapsed-expandable-content-expanded {
19
+ #ws-core-e-toolbar-selected-filters-on-mobile-filters-collapsed-expandable-content-expanded {
18
20
  min-height: 28rem;
19
21
  }
20
22
 
23
+ #ws-core-c-toolbar-selected-filters-on-mobile-filters-collapsed-expandable-content-expanded {
24
+ min-height: 21rem;
25
+ }
26
+
21
27
  #ws-core-c-toolbar-adjusted-group-column-gap .pf-v6-c-toolbar,
22
28
  #ws-core-c-toolbar-adjusted-group-column-gap .pf-v6-c-toolbar__group,
23
29
  #ws-core-e-toolbar-simple .pf-v6-c-toolbar,