@patternfly/patternfly 6.0.0-alpha.169 → 6.0.0-alpha.170
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/Card/card.css +3 -3
- package/components/Card/card.scss +3 -3
- package/components/_index.css +3 -3
- package/docs/components/InputGroup/examples/InputGroup.md +11 -53
- package/docs/components/Login/examples/Login.md +11 -42
- package/docs/demos/Card/examples/Card.md +64 -324
- package/docs/demos/CardView/examples/CardView.md +11 -103
- package/docs/demos/Dashboard/examples/Dashboard.md +22 -128
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +105 -794
- package/docs/demos/Table/examples/Table.md +141 -1320
- package/docs/demos/Tabs/examples/Tabs.md +11 -103
- package/package.json +1 -1
- package/patternfly-no-globals.css +3 -3
- package/patternfly.css +3 -3
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/docs/components/AppLauncher/deprecated/application-launcher.css +0 -25
- package/docs/components/AppLauncher/deprecated/application-launcher.md +0 -792
- package/docs/components/ContextSelector/deprecated/context-selector.css +0 -7
- package/docs/components/ContextSelector/deprecated/context-selector.md +0 -907
- package/docs/components/Dropdown/deprecated/Dropdown.css +0 -64
- package/docs/components/Dropdown/deprecated/Dropdown.md +0 -2920
- package/docs/components/OptionsMenu/deprecated/options-menu.css +0 -25
- package/docs/components/OptionsMenu/deprecated/options-menu.md +0 -1014
- package/docs/components/Select/deprecated/Select.css +0 -56
- package/docs/components/Select/deprecated/Select.md +0 -3609
- package/docs/demos/ContextSelector/examples/ContextSelector.md +0 -1781
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
#ws-html-deprecated-c-dropdown-badge-toggle,
|
|
2
|
-
#ws-html-deprecated-c-dropdown-badge-drillup-toggle,
|
|
3
|
-
#ws-html-deprecated-c-dropdown-expanded,
|
|
4
|
-
#ws-html-deprecated-c-dropdown-kebab,
|
|
5
|
-
#ws-html-deprecated-c-dropdown-kebab-align-right,
|
|
6
|
-
#ws-html-deprecated-c-dropdown-align-right,
|
|
7
|
-
#ws-html-deprecated-c-dropdown-align-on-different-breakpoint,
|
|
8
|
-
#ws-html-deprecated-c-dropdown-align-top,
|
|
9
|
-
#ws-html-deprecated-c-dropdown-primary-toggle,
|
|
10
|
-
#ws-html-deprecated-c-dropdown-secondary-toggle,
|
|
11
|
-
#ws-html-deprecated-c-dropdown-menu-item-icons,
|
|
12
|
-
#ws-html-deprecated-c-dropdown-aria-disabled-items,
|
|
13
|
-
#ws-html-deprecated-c-dropdown-plain-with-text {
|
|
14
|
-
min-height: 310px;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
#ws-html-deprecated-c-dropdown-kebab-align-right,
|
|
18
|
-
#ws-html-deprecated-c-dropdown-align-right {
|
|
19
|
-
display: flex;
|
|
20
|
-
justify-content: flex-end;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
#ws-html-deprecated-c-dropdown-align-on-different-breakpoint {
|
|
24
|
-
display: flex;
|
|
25
|
-
justify-content: center;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
#ws-html-deprecated-c-dropdown-align-top {
|
|
29
|
-
display: flex;
|
|
30
|
-
align-items: flex-end;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
#ws-html-deprecated-c-dropdown-with-groups,
|
|
34
|
-
#ws-html-deprecated-c-dropdown-with-groups-and-dividers-between-groups {
|
|
35
|
-
min-height: 440px;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
#ws-html-deprecated-c-dropdown-with-groups-and-dividers-between-items {
|
|
39
|
-
min-height: 460px;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
#ws-html-deprecated-c-dropdown-dropdown-with-image-and-text .ws-preview-html {
|
|
43
|
-
min-height: 19rem;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
#ws-html-deprecated-c-dropdown-split-button-checkbox,
|
|
47
|
-
#ws-html-deprecated-c-dropdown-split-button-action,
|
|
48
|
-
#ws-html-deprecated-c-dropdown-split-button-primary-checkbox,
|
|
49
|
-
#ws-html-deprecated-c-dropdown-split-button-primary-action,
|
|
50
|
-
#ws-html-deprecated-c-dropdown-split-button-secondary-action {
|
|
51
|
-
min-height: 210px;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
[id^="ws-html-deprecated-c-dropdown-split-button"] .pf-v6-c-dropdown:not(:last-child) {
|
|
55
|
-
margin-inline-end: 4px;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
#ws-html-deprecated-c-dropdown-panel {
|
|
59
|
-
min-height: 130px;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
#ws-html-deprecated-c-dropdown-dropdown-with-description {
|
|
63
|
-
min-height: 400px;
|
|
64
|
-
}
|