@patternfly/react-styles 5.0.0-prerelease.2 → 5.0.0-prerelease.4
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +10 -3260
- package/css/components/AboutModalBox/about-modal-box.css +7 -8
- package/css/components/Accordion/accordion.css +2 -0
- package/css/components/Alert/alert.css +2 -0
- package/css/components/Banner/banner.css +9 -8
- package/css/components/CalendarMonth/calendar-month.css +2 -0
- package/css/components/Card/card.css +4 -0
- package/css/components/Chip/chip-group.css +2 -0
- package/css/components/Chip/chip.css +2 -0
- package/css/components/ContextSelector/context-selector.css +2 -0
- package/css/components/DataList/data-list.css +2 -0
- package/css/components/FormControl/form-control.css +2 -0
- package/css/components/LogViewer/log-viewer.css +7 -8
- package/css/components/LogViewer/log-viewer.d.ts +1 -0
- package/css/components/LogViewer/log-viewer.js +1 -0
- package/css/components/LogViewer/log-viewer.mjs +1 -0
- package/css/components/Login/login.css +8 -9
- package/css/components/Login/login.d.ts +1 -0
- package/css/components/Login/login.js +1 -0
- package/css/components/Login/login.mjs +1 -0
- package/css/components/Masthead/masthead.css +9 -8
- package/css/components/Menu/menu.css +2 -0
- package/css/components/Page/page.css +11 -10
- package/css/components/Select/select.css +2 -0
- package/css/components/Switch/switch.css +3 -0
- package/css/components/Table/table.css +2 -0
- package/css/components/TextInputGroup/text-input-group.css +2 -2
- package/css/components/Wizard/wizard.css +7 -8
- package/css/components/Wizard/wizard.d.ts +1 -0
- package/css/components/Wizard/wizard.js +1 -0
- package/css/components/Wizard/wizard.mjs +1 -0
- package/css/docs/components/Dropdown/deprecated/Dropdown.css +64 -0
- package/css/docs/components/Select/deprecated/Select.css +56 -0
- package/package.json +3 -3
- package/css/docs/components/Dropdown/examples/Dropdown.css +0 -64
- package/css/docs/components/Select/examples/Select.css +0 -55
- /package/css/docs/components/Dropdown/{examples → deprecated}/Dropdown.d.ts +0 -0
- /package/css/docs/components/Dropdown/{examples → deprecated}/Dropdown.js +0 -0
- /package/css/docs/components/Dropdown/{examples → deprecated}/Dropdown.mjs +0 -0
- /package/css/docs/components/Select/{examples → deprecated}/Select.d.ts +0 -0
- /package/css/docs/components/Select/{examples → deprecated}/Select.js +0 -0
- /package/css/docs/components/Select/{examples → deprecated}/Select.mjs +0 -0
@@ -1,64 +0,0 @@
|
|
1
|
-
#ws-core-c-dropdown-badge-toggle,
|
2
|
-
#ws-core-c-dropdown-badge-drillup-toggle,
|
3
|
-
#ws-core-c-dropdown-expanded,
|
4
|
-
#ws-core-c-dropdown-kebab,
|
5
|
-
#ws-core-c-dropdown-kebab-align-right,
|
6
|
-
#ws-core-c-dropdown-align-right,
|
7
|
-
#ws-core-c-dropdown-align-on-different-breakpoint,
|
8
|
-
#ws-core-c-dropdown-align-top,
|
9
|
-
#ws-core-c-dropdown-primary-toggle,
|
10
|
-
#ws-core-c-dropdown-secondary-toggle,
|
11
|
-
#ws-core-c-dropdown-menu-item-icons,
|
12
|
-
#ws-core-c-dropdown-aria-disabled-items,
|
13
|
-
#ws-core-c-dropdown-plain-with-text {
|
14
|
-
min-height: 310px;
|
15
|
-
}
|
16
|
-
|
17
|
-
#ws-core-c-dropdown-kebab-align-right,
|
18
|
-
#ws-core-c-dropdown-align-right {
|
19
|
-
display: flex;
|
20
|
-
justify-content: flex-end;
|
21
|
-
}
|
22
|
-
|
23
|
-
#ws-core-c-dropdown-align-on-different-breakpoint {
|
24
|
-
display: flex;
|
25
|
-
justify-content: center;
|
26
|
-
}
|
27
|
-
|
28
|
-
#ws-core-c-dropdown-align-top {
|
29
|
-
display: flex;
|
30
|
-
align-items: flex-end;
|
31
|
-
}
|
32
|
-
|
33
|
-
#ws-core-c-dropdown-with-groups,
|
34
|
-
#ws-core-c-dropdown-with-groups-and-dividers-between-groups {
|
35
|
-
min-height: 440px;
|
36
|
-
}
|
37
|
-
|
38
|
-
#ws-core-c-dropdown-with-groups-and-dividers-between-items {
|
39
|
-
min-height: 460px;
|
40
|
-
}
|
41
|
-
|
42
|
-
#ws-core-c-dropdown-dropdown-with-image-and-text .ws-preview-html {
|
43
|
-
min-height: 19rem;
|
44
|
-
}
|
45
|
-
|
46
|
-
#ws-core-c-dropdown-split-button-checkbox,
|
47
|
-
#ws-core-c-dropdown-split-button-action,
|
48
|
-
#ws-core-c-dropdown-split-button-primary-checkbox,
|
49
|
-
#ws-core-c-dropdown-split-button-primary-action,
|
50
|
-
#ws-core-c-dropdown-split-button-secondary-action {
|
51
|
-
min-height: 210px;
|
52
|
-
}
|
53
|
-
|
54
|
-
[id^="ws-core-c-dropdown-split-button"] .pf-v5-c-dropdown:not(:last-child) {
|
55
|
-
margin-right: 4px;
|
56
|
-
}
|
57
|
-
|
58
|
-
#ws-core-c-dropdown-panel {
|
59
|
-
min-height: 130px;
|
60
|
-
}
|
61
|
-
|
62
|
-
#ws-core-c-dropdown-dropdown-with-description {
|
63
|
-
min-height: 400px;
|
64
|
-
}
|
@@ -1,55 +0,0 @@
|
|
1
|
-
#ws-core-c-select-single-with-top-expanded,
|
2
|
-
#ws-core-c-select-single-expanded,
|
3
|
-
#ws-core-c-select-single-expanded-and-selected,
|
4
|
-
#ws-core-c-select-single-with-typeahead-expanded-and-selected,
|
5
|
-
#ws-core-c-select-plain-toggle-expanded,
|
6
|
-
#ws-core-c-select-view-more-menu-item,
|
7
|
-
#ws-core-c-select-loading-menu-item,
|
8
|
-
#ws-core-c-select-placeholder-expanded,
|
9
|
-
#ws-core-c-select-placeholder-item-disabled,
|
10
|
-
#ws-core-c-select-placeholder-item-enabled {
|
11
|
-
min-height: 330px;
|
12
|
-
}
|
13
|
-
|
14
|
-
#ws-core-c-select-single-with-top-expanded {
|
15
|
-
display: flex;
|
16
|
-
align-items: flex-end;
|
17
|
-
width: 100%;
|
18
|
-
}
|
19
|
-
|
20
|
-
#ws-core-c-select-single-with-typeahead-expanded,
|
21
|
-
#ws-core-c-select-multi-with-typeahead-chip-group-collapsed {
|
22
|
-
min-height: 210px;
|
23
|
-
}
|
24
|
-
|
25
|
-
#ws-core-c-select-checkbox-expanded,
|
26
|
-
#ws-core-c-select-checkbox-expanded-without-badge,
|
27
|
-
#ws-core-c-select-checkbox-with-counts {
|
28
|
-
min-height: 270px;
|
29
|
-
}
|
30
|
-
|
31
|
-
#ws-core-c-select-multi-with-typeahead-chip-group-expanded,
|
32
|
-
#ws-core-c-select-menu-footer {
|
33
|
-
min-height: 365px;
|
34
|
-
}
|
35
|
-
|
36
|
-
#ws-core-c-select-checkbox-expanded-and-selected-with-groups {
|
37
|
-
min-height: 460px;
|
38
|
-
}
|
39
|
-
|
40
|
-
#ws-core-c-select-checkbox-expanded-and-selected-with-groups-and-filter {
|
41
|
-
min-height: 530px;
|
42
|
-
}
|
43
|
-
|
44
|
-
#ws-core-c-select-panel-menu {
|
45
|
-
min-height: 120px;
|
46
|
-
}
|
47
|
-
|
48
|
-
#ws-core-c-select-item-description,
|
49
|
-
#ws-core-c-select-checkbox-item-description {
|
50
|
-
min-height: 400px;
|
51
|
-
}
|
52
|
-
|
53
|
-
#ws-core-c-select-menu-item-favorites {
|
54
|
-
min-height: 650px;
|
55
|
-
}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|