@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.
- package/components/Masthead/masthead.css +15 -3
- package/components/Masthead/masthead.scss +16 -4
- package/components/Toolbar/toolbar.css +2 -1
- package/components/Toolbar/toolbar.scss +2 -1
- package/docs/components/Alert/examples/Alert.md +1 -1
- package/docs/components/AppLauncher/deprecated/application-launcher.css +25 -0
- package/docs/components/AppLauncher/{examples → deprecated}/application-launcher.md +1 -0
- package/docs/components/Card/examples/Card.md +10 -10
- package/docs/components/Chip/examples/Chip.md +1 -1
- package/docs/components/ContextSelector/deprecated/context-selector.css +7 -0
- package/docs/components/ContextSelector/{examples → deprecated}/context-selector.md +1 -0
- package/docs/components/Label/examples/Label.md +1 -1
- package/docs/components/Nav/examples/Navigation.md +4 -4
- package/docs/components/OptionsMenu/deprecated/options-menu.css +25 -0
- package/docs/components/OptionsMenu/{examples → deprecated}/options-menu.md +1 -0
- package/docs/components/Page/deprecated/PageHeader.css +17 -0
- package/docs/components/Page/deprecated/PageHeader.md +261 -0
- package/docs/components/Page/examples/Page.md +106 -51
- package/docs/components/Tabs/examples/Tabs.md +6 -6
- package/docs/components/Toolbar/examples/Toolbar.md +15 -15
- package/docs/demos/ContextSelector/examples/ContextSelector.md +1 -0
- package/docs/demos/Dashboard/examples/Dashboard.md +0 -1
- package/docs/demos/DataList/examples/DataList.md +6 -6
- package/docs/demos/Masthead/examples/Masthead.md +9 -9
- package/docs/demos/Nav/examples/Nav.md +2 -2
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +9 -18
- package/docs/demos/Table/examples/Table.md +36 -42
- package/docs/demos/Toolbar/examples/Toolbar.md +12 -12
- package/package.json +5 -5
- package/patternfly-no-globals.css +17 -4
- package/patternfly-theme-dark-unversioned.css +17 -4
- package/patternfly.css +17 -4
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/docs/components/AppLauncher/examples/application-launcher.css +0 -25
- package/docs/components/ContextSelector/examples/context-selector.css +0 -7
- 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,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
|
-
}
|