@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,56 +0,0 @@
|
|
|
1
|
-
#ws-html-deprecated-c-select-single-with-top-expanded,
|
|
2
|
-
#ws-html-deprecated-c-select-single-expanded,
|
|
3
|
-
#ws-html-deprecated-c-select-single-expanded-and-selected,
|
|
4
|
-
#ws-html-deprecated-c-select-single-with-typeahead-expanded-and-selected,
|
|
5
|
-
#ws-html-deprecated-c-select-plain-toggle-expanded,
|
|
6
|
-
#ws-html-deprecated-c-select-view-more-menu-item,
|
|
7
|
-
#ws-html-deprecated-c-select-loading-menu-item,
|
|
8
|
-
#ws-html-deprecated-c-select-placeholder-expanded,
|
|
9
|
-
#ws-html-deprecated-c-select-placeholder-item-disabled,
|
|
10
|
-
#ws-html-deprecated-c-select-placeholder-item-enabled,
|
|
11
|
-
#ws-html-deprecated-c-select-multi-with-typeahead-invalid {
|
|
12
|
-
min-height: 330px;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
#ws-html-deprecated-c-select-single-with-top-expanded {
|
|
16
|
-
display: flex;
|
|
17
|
-
align-items: flex-end;
|
|
18
|
-
width: 100%;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
#ws-html-deprecated-c-select-single-with-typeahead-expanded,
|
|
22
|
-
#ws-html-deprecated-c-select-multi-with-typeahead-chip-group-collapsed {
|
|
23
|
-
min-height: 210px;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
#ws-html-deprecated-c-select-checkbox-expanded,
|
|
27
|
-
#ws-html-deprecated-c-select-checkbox-expanded-without-badge,
|
|
28
|
-
#ws-html-deprecated-c-select-checkbox-with-counts {
|
|
29
|
-
min-height: 270px;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
#ws-html-deprecated-c-select-multi-with-typeahead-chip-group-expanded,
|
|
33
|
-
#ws-html-deprecated-c-select-menu-footer,
|
|
34
|
-
#ws-html-deprecated-c-select-checkbox-item-description {
|
|
35
|
-
min-height: 365px;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
#ws-html-deprecated-c-select-checkbox-expanded-and-selected-with-groups {
|
|
39
|
-
min-height: 460px;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
#ws-html-deprecated-c-select-checkbox-expanded-and-selected-with-groups-and-filter {
|
|
43
|
-
min-height: 530px;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
#ws-html-deprecated-c-select-panel-menu {
|
|
47
|
-
min-height: 120px;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
#ws-html-deprecated-c-select-item-description {
|
|
51
|
-
min-height: 400px;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
#ws-html-deprecated-c-select-menu-item-favorites {
|
|
55
|
-
min-height: 650px;
|
|
56
|
-
}
|