@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.
- package/base/patternfly-variables.css +2 -2
- package/base/tokens/tokens-charts-dark.scss +1 -1
- package/base/tokens/tokens-charts.scss +1 -1
- package/base/tokens/tokens-dark.scss +1 -1
- package/base/tokens/tokens-default.scss +3 -3
- package/base/tokens/tokens-palette.scss +1 -1
- package/components/Toolbar/toolbar.css +232 -531
- package/components/Toolbar/toolbar.scss +101 -89
- package/components/_index.css +224 -523
- package/docs/components/Card/examples/Card.md +8 -8
- package/docs/components/DataList/examples/DataList.md +17 -17
- package/docs/components/DualListSelector/examples/DualListSelector.md +16 -16
- package/docs/components/Hint/examples/Hint.md +3 -3
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +37 -37
- package/docs/components/OverflowMenu/examples/overflow-menu.md +5 -5
- package/docs/components/Table/examples/Table.md +454 -454
- package/docs/components/Toolbar/examples/Toolbar.css +10 -4
- package/docs/components/Toolbar/examples/Toolbar.md +1050 -637
- package/docs/demos/AboutModal/examples/AboutModal.md +1 -0
- package/docs/demos/Alert/examples/Alert.md +3 -0
- package/docs/demos/BackToTop/examples/BackToTop.md +1 -0
- package/docs/demos/Banner/examples/Banner.md +2 -0
- package/docs/demos/CardView/examples/CardView.md +13 -12
- package/docs/demos/Dashboard/examples/Dashboard.md +2 -1
- package/docs/demos/DataList/examples/DataList.md +31 -27
- package/docs/demos/DescriptionList/examples/DescriptionList.md +4 -1
- package/docs/demos/Drawer/examples/Drawer.md +6 -1
- package/docs/demos/JumpLinks/examples/JumpLinks.md +6 -0
- package/docs/demos/Masthead/examples/Masthead.md +19 -9
- package/docs/demos/Modal/examples/Modal.md +6 -0
- package/docs/demos/Nav/examples/Nav.md +8 -0
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +71 -61
- package/docs/demos/Page/examples/Page.md +11 -0
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +27 -19
- package/docs/demos/Skeleton/examples/Skeleton.md +1 -0
- package/docs/demos/Table/examples/Table.md +161 -146
- package/docs/demos/Tabs/examples/Tabs.md +32 -26
- package/docs/demos/Toolbar/examples/Toolbar.css +9 -1
- package/docs/demos/Toolbar/examples/Toolbar.md +1592 -1295
- package/docs/demos/Wizard/examples/Wizard.md +9 -0
- package/layouts/Flex/flex.css +1 -1
- package/layouts/Flex/flex.scss +1 -1
- package/layouts/Gallery/gallery.css +1 -1
- package/layouts/Gallery/gallery.scss +1 -1
- package/layouts/Grid/grid.css +1 -1
- package/layouts/Grid/grid.scss +1 -1
- package/layouts/Level/level.css +1 -1
- package/layouts/Level/level.scss +1 -1
- package/layouts/Split/split.css +1 -1
- package/layouts/Split/split.scss +1 -1
- package/layouts/Stack/stack.css +1 -1
- package/layouts/Stack/stack.scss +1 -1
- package/layouts/_index.css +6 -6
- package/package.json +6 -6
- package/patternfly-base-no-globals.css +2 -2
- package/patternfly-base.css +2 -2
- package/patternfly-no-globals.css +232 -531
- package/patternfly.css +232 -531
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- 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,
|