@patternfly/react-styles 5.0.0-alpha.10 → 5.0.0-alpha.11
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -0
- package/css/components/AboutModalBox/about-modal-box.css +2 -20
- package/css/components/AboutModalBox/about-modal-box.d.ts +0 -1
- package/css/components/AboutModalBox/about-modal-box.js +0 -1
- package/css/components/AboutModalBox/about-modal-box.mjs +0 -1
- package/css/components/BackgroundImage/background-image.css +1 -2
- package/css/components/Breadcrumb/breadcrumb.css +1 -5
- package/css/components/Breadcrumb/breadcrumb.d.ts +1 -2
- package/css/components/Breadcrumb/breadcrumb.js +1 -2
- package/css/components/Breadcrumb/breadcrumb.mjs +1 -2
- package/css/components/FormControl/form-control.css +0 -7
- package/css/components/Icon/icon.css +25 -24
- package/css/components/List/list.css +1 -1
- package/css/components/LogViewer/log-viewer.css +0 -3
- package/css/components/LogViewer/log-viewer.d.ts +0 -1
- package/css/components/LogViewer/log-viewer.js +0 -1
- package/css/components/LogViewer/log-viewer.mjs +0 -1
- package/css/components/MultipleFileUpload/multiple-file-upload.css +3 -3
- package/css/components/NotificationBadge/notification-badge.css +2 -2
- package/css/components/ProgressStepper/progress-stepper.css +1 -1
- package/css/components/ProgressStepper/progress-stepper.d.ts +1 -1
- package/css/components/ProgressStepper/progress-stepper.js +1 -1
- package/css/components/ProgressStepper/progress-stepper.mjs +1 -1
- package/css/components/TextInputGroup/text-input-group.css +1 -5
- package/css/components/Wizard/wizard.css +5 -5
- package/css/docs/components/Avatar/examples/Avatar.css +1 -1
- package/css/docs/components/NotificationBadge/examples/NotificationBadge.css +1 -1
- package/css/docs/components/TextInputGroup/examples/TextInputGroup.css +0 -13
- package/css/layouts/Flex/flex.css +678 -31
- package/css/layouts/Flex/flex.d.ts +148 -1
- package/css/layouts/Flex/flex.js +148 -1
- package/css/layouts/Flex/flex.mjs +148 -1
- package/package.json +3 -3
- package/css/components/SearchInput/search-input.css +0 -199
- package/css/components/SearchInput/search-input.d.ts +0 -24
- package/css/components/SearchInput/search-input.js +0 -25
- package/css/components/SearchInput/search-input.mjs +0 -23
- package/css/docs/components/SearchInput/examples/SearchInput.css +0 -12
- package/css/docs/components/SearchInput/examples/SearchInput.d.ts +0 -3
- package/css/docs/components/SearchInput/examples/SearchInput.js +0 -4
- package/css/docs/components/SearchInput/examples/SearchInput.mjs +0 -2
- /package/css/components/{ChipGroup → Chip}/chip-group.css +0 -0
- /package/css/components/{ChipGroup → Chip}/chip-group.d.ts +0 -0
- /package/css/components/{ChipGroup → Chip}/chip-group.js +0 -0
- /package/css/components/{ChipGroup → Chip}/chip-group.mjs +0 -0
- /package/css/components/{LabelGroup → Label}/label-group.css +0 -0
- /package/css/components/{LabelGroup → Label}/label-group.d.ts +0 -0
- /package/css/components/{LabelGroup → Label}/label-group.js +0 -0
- /package/css/components/{LabelGroup → Label}/label-group.mjs +0 -0
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,10 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
# 5.0.0-alpha.11 (2023-05-16)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
9
|
+
|
6
10
|
# [5.0.0-alpha.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@5.0.0-alpha.9...@patternfly/react-styles@5.0.0-alpha.10) (2023-05-05)
|
7
11
|
|
8
12
|
### Bug Fixes
|
@@ -10,7 +10,6 @@
|
|
10
10
|
|
11
11
|
.pf-v5-c-about-modal-box {
|
12
12
|
--pf-v5-c-about-modal-box--BackgroundColor: var(--pf-v5-global--palette--black-1000);
|
13
|
-
--pf-v5-c-about-modal-box--BackgroundImage: url("../../assets/images/pfbg-icon.svg");
|
14
13
|
--pf-v5-c-about-modal-box--BackgroundPosition: bottom right;
|
15
14
|
--pf-v5-c-about-modal-box--BackgroundSize--min-width: 200px;
|
16
15
|
--pf-v5-c-about-modal-box--BackgroundSize--width: 60%;
|
@@ -41,9 +40,6 @@
|
|
41
40
|
--pf-v5-c-about-modal-box__close--c-button--Height: calc(var(--pf-v5-c-about-modal-box__close--c-button--FontSize) * 2);
|
42
41
|
--pf-v5-c-about-modal-box__close--c-button--BackgroundColor: var(--pf-v5-global--palette--black-1000);
|
43
42
|
--pf-v5-c-about-modal-box__close--c-button--hover--BackgroundColor: rgba(3, 3, 3, 0.4);
|
44
|
-
--pf-v5-c-about-modal-box__hero--sm--BackgroundImage: url("../../assets/images/pfbg_992@2x.jpg");
|
45
|
-
--pf-v5-c-about-modal-box__hero--sm--BackgroundPosition: top left;
|
46
|
-
--pf-v5-c-about-modal-box__hero--sm--BackgroundSize: cover;
|
47
43
|
--pf-v5-c-about-modal-box__brand-image--Height: 2.5rem;
|
48
44
|
--pf-v5-c-about-modal-box__header--PaddingRight: var(--pf-v5-global--spacer--xl);
|
49
45
|
--pf-v5-c-about-modal-box__header--PaddingBottom: var(--pf-v5-global--spacer--sm);
|
@@ -71,7 +67,7 @@
|
|
71
67
|
overflow-x: hidden;
|
72
68
|
overflow-y: auto;
|
73
69
|
background-color: var(--pf-v5-c-about-modal-box--BackgroundColor);
|
74
|
-
background-image: var(--pf-v5-c-about-modal-box--BackgroundImage);
|
70
|
+
background-image: var(--pf-v5-c-about-modal-box--BackgroundImage, none);
|
75
71
|
background-repeat: no-repeat;
|
76
72
|
background-position: var(--pf-v5-c-about-modal-box--BackgroundPosition);
|
77
73
|
background-size: var(--pf-v5-c-about-modal-box--BackgroundSize);
|
@@ -198,6 +194,7 @@
|
|
198
194
|
justify-content: center;
|
199
195
|
width: var(--pf-v5-c-about-modal-box__close--c-button--Width);
|
200
196
|
height: var(--pf-v5-c-about-modal-box__close--c-button--Height);
|
197
|
+
padding: 0;
|
201
198
|
font-size: var(--pf-v5-c-about-modal-box__close--c-button--FontSize);
|
202
199
|
color: var(--pf-v5-c-about-modal-box__close--c-button--Color);
|
203
200
|
background-color: var(--pf-v5-c-about-modal-box__close--c-button--BackgroundColor);
|
@@ -207,21 +204,6 @@
|
|
207
204
|
--pf-v5-c-about-modal-box__close--c-button--BackgroundColor: var(--pf-v5-c-about-modal-box__close--c-button--hover--BackgroundColor);
|
208
205
|
}
|
209
206
|
|
210
|
-
.pf-v5-c-about-modal-box__hero {
|
211
|
-
display: none;
|
212
|
-
}
|
213
|
-
@media only screen and (min-width: 576px) {
|
214
|
-
.pf-v5-c-about-modal-box__hero {
|
215
|
-
display: block;
|
216
|
-
grid-area: hero;
|
217
|
-
background-image: var(--pf-v5-c-about-modal-box__hero--sm--BackgroundImage);
|
218
|
-
background-repeat: no-repeat;
|
219
|
-
background-attachment: fixed;
|
220
|
-
background-position: var(--pf-v5-c-about-modal-box__hero--sm--BackgroundPosition);
|
221
|
-
background-size: var(--pf-v5-c-about-modal-box__hero--sm--BackgroundSize);
|
222
|
-
}
|
223
|
-
}
|
224
|
-
|
225
207
|
:where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
|
226
208
|
--pf-v5-global--Color--100: #e0e0e0;
|
227
209
|
--pf-v5-global--Color--200: #aaabac;
|
@@ -6,7 +6,6 @@ declare const _default: {
|
|
6
6
|
"aboutModalBoxClose": "pf-v5-c-about-modal-box__close",
|
7
7
|
"aboutModalBoxContent": "pf-v5-c-about-modal-box__content",
|
8
8
|
"aboutModalBoxHeader": "pf-v5-c-about-modal-box__header",
|
9
|
-
"aboutModalBoxHero": "pf-v5-c-about-modal-box__hero",
|
10
9
|
"aboutModalBoxStrapline": "pf-v5-c-about-modal-box__strapline",
|
11
10
|
"button": "pf-v5-c-button",
|
12
11
|
"modifiers": {
|
@@ -8,7 +8,6 @@ exports.default = {
|
|
8
8
|
"aboutModalBoxClose": "pf-v5-c-about-modal-box__close",
|
9
9
|
"aboutModalBoxContent": "pf-v5-c-about-modal-box__content",
|
10
10
|
"aboutModalBoxHeader": "pf-v5-c-about-modal-box__header",
|
11
|
-
"aboutModalBoxHero": "pf-v5-c-about-modal-box__hero",
|
12
11
|
"aboutModalBoxStrapline": "pf-v5-c-about-modal-box__strapline",
|
13
12
|
"button": "pf-v5-c-button",
|
14
13
|
"modifiers": {
|
@@ -6,7 +6,6 @@ export default {
|
|
6
6
|
"aboutModalBoxClose": "pf-v5-c-about-modal-box__close",
|
7
7
|
"aboutModalBoxContent": "pf-v5-c-about-modal-box__content",
|
8
8
|
"aboutModalBoxHeader": "pf-v5-c-about-modal-box__header",
|
9
|
-
"aboutModalBoxHero": "pf-v5-c-about-modal-box__hero",
|
10
9
|
"aboutModalBoxStrapline": "pf-v5-c-about-modal-box__strapline",
|
11
10
|
"button": "pf-v5-c-button",
|
12
11
|
"modifiers": {
|
@@ -1,6 +1,5 @@
|
|
1
1
|
.pf-v5-c-background-image {
|
2
2
|
--pf-v5-c-background-image--BackgroundColor: var(--pf-v5-global--BackgroundColor--dark-100);
|
3
|
-
--pf-v5-c-background-image--BackgroundImage: url("../../assets/images/pfbg-icon.svg");
|
4
3
|
--pf-v5-c-background-image--BackgroundPosition: bottom right;
|
5
4
|
--pf-v5-c-background-image--BackgroundSize--min-width: 200px;
|
6
5
|
--pf-v5-c-background-image--BackgroundSize--width: 60%;
|
@@ -13,7 +12,7 @@
|
|
13
12
|
width: 100%;
|
14
13
|
height: 100%;
|
15
14
|
background-color: var(--pf-v5-c-background-image--BackgroundColor);
|
16
|
-
background-image: var(--pf-v5-c-background-image--BackgroundImage);
|
15
|
+
background-image: var(--pf-v5-c-background-image--BackgroundImage, none);
|
17
16
|
background-repeat: no-repeat;
|
18
17
|
background-position: var(--pf-v5-c-background-image--BackgroundPosition);
|
19
18
|
background-size: var(--pf-v5-c-background-image--BackgroundSize);
|
@@ -2,7 +2,7 @@
|
|
2
2
|
--pf-v5-c-breadcrumb__item--FontSize: var(--pf-v5-global--FontSize--sm);
|
3
3
|
--pf-v5-c-breadcrumb__item--LineHeight: var(--pf-v5-global--LineHeight--sm);
|
4
4
|
--pf-v5-c-breadcrumb__item--MarginRight: var(--pf-v5-global--spacer--sm);
|
5
|
-
--pf-v5-c-breadcrumb__item-divider--Color: var(--pf-v5-global--
|
5
|
+
--pf-v5-c-breadcrumb__item-divider--Color: var(--pf-v5-global--icon--Color--dark);
|
6
6
|
--pf-v5-c-breadcrumb__item-divider--MarginRight: var(--pf-v5-global--spacer--sm);
|
7
7
|
--pf-v5-c-breadcrumb__item-divider--FontSize: var(--pf-v5-global--FontSize--sm);
|
8
8
|
--pf-v5-c-breadcrumb__link--Color: var(--pf-v5-global--link--Color);
|
@@ -89,8 +89,4 @@ button.pf-v5-c-breadcrumb__link {
|
|
89
89
|
|
90
90
|
.pf-v5-c-breadcrumb__list > :first-child .pf-v5-c-breadcrumb__item-divider {
|
91
91
|
display: none;
|
92
|
-
}
|
93
|
-
|
94
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-breadcrumb {
|
95
|
-
--pf-v5-c-breadcrumb__item-divider--Color: var(--pf-v5-global--BorderColor--100);
|
96
92
|
}
|
@@ -122,13 +122,6 @@
|
|
122
122
|
--pf-v5-c-form-control--textarea--success--BackgroundPositionY: var(--pf-v5-c-form-control--PaddingLeft);
|
123
123
|
--pf-v5-c-form-control--textarea--m-warning--BackgroundPositionY: var(--pf-v5-c-form-control--PaddingLeft);
|
124
124
|
--pf-v5-c-form-control--textarea--invalid--BackgroundPositionY: var(--pf-v5-c-form-control--PaddingLeft);
|
125
|
-
--pf-v5-c-form-control--m-icon-sprite--success--BackgroundUrl: url("../../assets/images/status-icon-sprite.svg#success");
|
126
|
-
--pf-v5-c-form-control--m-icon-sprite--m-warning--BackgroundUrl: url("../../assets/images/status-icon-sprite.svg#warning");
|
127
|
-
--pf-v5-c-form-control--m-icon-sprite--invalid--BackgroundUrl: url("../../assets/images/status-icon-sprite.svg#invalid");
|
128
|
-
--pf-v5-c-form-control--m-icon-sprite__select--BackgroundUrl: url("../../assets/images/status-icon-sprite.svg#select");
|
129
|
-
--pf-v5-c-form-control--m-icon-sprite--m-search--BackgroundUrl: url("../../assets/images/status-icon-sprite.svg#search");
|
130
|
-
--pf-v5-c-form-control--m-icon-sprite--m-calendar--BackgroundUrl: url("../../assets/images/status-icon-sprite.svg#calendar");
|
131
|
-
--pf-v5-c-form-control--m-icon-sprite--m-clock--BackgroundUrl: url("../../assets/images/status-icon-sprite.svg#clock");
|
132
125
|
--pf-v5-c-form-control--m-icon-sprite__select--BackgroundSize: var(--pf-v5-c-form-control--FontSize);
|
133
126
|
--pf-v5-c-form-control--m-icon-sprite__select--BackgroundPositionX: calc(100% - var(--pf-v5-global--spacer--md) + 7px);
|
134
127
|
--pf-v5-c-form-control--m-icon-sprite__select--success--BackgroundPosition: calc(100% - var(--pf-v5-global--spacer--md) + 1px - var(--pf-v5-global--spacer--lg));
|
@@ -1,29 +1,30 @@
|
|
1
1
|
.pf-v5-c-icon {
|
2
|
-
--pf-v5-c-icon--Width:
|
3
|
-
--pf-v5-c-icon--Height:
|
4
|
-
--pf-v5-c-icon--m-inline--Width: 1em;
|
5
|
-
--pf-v5-c-icon--m-inline--Height: 1em;
|
2
|
+
--pf-v5-c-icon--Width: 1em;
|
3
|
+
--pf-v5-c-icon--Height: 1em;
|
6
4
|
--pf-v5-c-icon--m-sm--Width: var(--pf-v5-global--icon--FontSize--sm);
|
7
|
-
--pf-v5-c-icon--m-md--Width: var(--pf-v5-global--icon--FontSize--md);
|
8
|
-
--pf-v5-c-icon--m-lg--Width: var(--pf-v5-global--icon--FontSize--lg);
|
9
|
-
--pf-v5-c-icon--m-xl--Width: var(--pf-v5-global--icon--FontSize--xl);
|
10
5
|
--pf-v5-c-icon--m-sm--Height: var(--pf-v5-global--icon--FontSize--sm);
|
6
|
+
--pf-v5-c-icon--m-md--Width: var(--pf-v5-global--icon--FontSize--md);
|
11
7
|
--pf-v5-c-icon--m-md--Height: var(--pf-v5-global--icon--FontSize--md);
|
8
|
+
--pf-v5-c-icon--m-lg--Width: var(--pf-v5-global--icon--FontSize--lg);
|
12
9
|
--pf-v5-c-icon--m-lg--Height: var(--pf-v5-global--icon--FontSize--lg);
|
10
|
+
--pf-v5-c-icon--m-xl--Width: var(--pf-v5-global--icon--FontSize--xl);
|
13
11
|
--pf-v5-c-icon--m-xl--Height: var(--pf-v5-global--icon--FontSize--xl);
|
14
|
-
--pf-v5-c-
|
12
|
+
--pf-v5-c-icon--m-inline--Width: 1em;
|
13
|
+
--pf-v5-c-icon--m-inline--Height: 1em;
|
14
|
+
--pf-v5-c-icon__content--svg--VerticalAlign: -.125em;
|
15
|
+
--pf-v5-c-icon__content--Color: initial;
|
15
16
|
--pf-v5-c-icon__content--m-danger--Color: var(--pf-v5-global--danger-color--100);
|
16
17
|
--pf-v5-c-icon__content--m-warning--Color: var(--pf-v5-global--warning-color--100);
|
17
18
|
--pf-v5-c-icon__content--m-success--Color: var(--pf-v5-global--success-color--100);
|
18
19
|
--pf-v5-c-icon__content--m-info--Color: var(--pf-v5-global--info-color--100);
|
19
20
|
--pf-v5-c-icon__content--m-custom--Color: var(--pf-v5-global--custom-color--100);
|
20
|
-
--pf-v5-c-
|
21
|
+
--pf-v5-c-icon--m-inline__content--Color: initial;
|
22
|
+
--pf-v5-c-icon__content--FontSize: 1em;
|
23
|
+
--pf-v5-c-icon--m-sm__content--FontSize: var(--pf-v5-global--icon--FontSize--sm);
|
24
|
+
--pf-v5-c-icon--m-md__content--FontSize: var(--pf-v5-global--icon--FontSize--md);
|
25
|
+
--pf-v5-c-icon--m-lg__content--FontSize: var(--pf-v5-global--icon--FontSize--lg);
|
26
|
+
--pf-v5-c-icon--m-xl__content--FontSize: var(--pf-v5-global--icon--FontSize--xl);
|
21
27
|
--pf-v5-c-icon--m-inline__content--FontSize: 1em;
|
22
|
-
--pf-v5-c-icon__content--svg--VerticalAlign: -.125em;
|
23
|
-
--pf-v5-c-icon--m-sm--content--FontSize: var(--pf-v5-global--icon--FontSize--sm);
|
24
|
-
--pf-v5-c-icon--m-md--content--FontSize: var(--pf-v5-global--icon--FontSize--md);
|
25
|
-
--pf-v5-c-icon--m-lg--content--FontSize: var(--pf-v5-global--icon--FontSize--lg);
|
26
|
-
--pf-v5-c-icon--m-xl--content--FontSize: var(--pf-v5-global--icon--FontSize--xl);
|
27
28
|
position: relative;
|
28
29
|
display: inline-flex;
|
29
30
|
align-items: center;
|
@@ -35,7 +36,7 @@
|
|
35
36
|
--pf-v5-c-icon--Width: var(--pf-v5-c-icon--m-inline--Width);
|
36
37
|
--pf-v5-c-icon--Height: var(--pf-v5-c-icon--m-inline--Height);
|
37
38
|
--pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-inline__content--FontSize);
|
38
|
-
--pf-v5-c-icon__content--Color:
|
39
|
+
--pf-v5-c-icon__content--Color: var(--pf-v5-c-icon--m-inline__content--Color);
|
39
40
|
line-height: 1;
|
40
41
|
}
|
41
42
|
.pf-v5-c-icon.pf-m-inline .pf-v5-c-spinner {
|
@@ -44,22 +45,22 @@
|
|
44
45
|
.pf-v5-c-icon.pf-m-sm {
|
45
46
|
--pf-v5-c-icon--Width: var(--pf-v5-c-icon--m-sm--Width);
|
46
47
|
--pf-v5-c-icon--Height: var(--pf-v5-c-icon--m-sm--Height);
|
47
|
-
--pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-
|
48
|
+
--pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-sm__content--FontSize);
|
48
49
|
}
|
49
50
|
.pf-v5-c-icon.pf-m-md {
|
50
51
|
--pf-v5-c-icon--Width: var(--pf-v5-c-icon--m-md--Width);
|
51
52
|
--pf-v5-c-icon--Height: var(--pf-v5-c-icon--m-md--Height);
|
52
|
-
--pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-
|
53
|
+
--pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-md__content--FontSize);
|
53
54
|
}
|
54
55
|
.pf-v5-c-icon.pf-m-lg {
|
55
56
|
--pf-v5-c-icon--Width: var(--pf-v5-c-icon--m-lg--Width);
|
56
57
|
--pf-v5-c-icon--Height: var(--pf-v5-c-icon--m-lg--Height);
|
57
|
-
--pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-
|
58
|
+
--pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-lg__content--FontSize);
|
58
59
|
}
|
59
60
|
.pf-v5-c-icon.pf-m-xl {
|
60
61
|
--pf-v5-c-icon--Width: var(--pf-v5-c-icon--m-xl--Width);
|
61
62
|
--pf-v5-c-icon--Height: var(--pf-v5-c-icon--m-xl--Height);
|
62
|
-
--pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-
|
63
|
+
--pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-xl__content--FontSize);
|
63
64
|
}
|
64
65
|
.pf-v5-c-icon.pf-m-in-progress {
|
65
66
|
--pf-v5-c-icon__content--Opacity: 0;
|
@@ -76,23 +77,23 @@
|
|
76
77
|
}
|
77
78
|
.pf-v5-c-icon__content.pf-m-sm,
|
78
79
|
.pf-v5-c-icon__progress.pf-m-sm {
|
79
|
-
--pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-
|
80
|
+
--pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-sm__content--FontSize);
|
80
81
|
}
|
81
82
|
.pf-v5-c-icon__content.pf-m-md,
|
82
83
|
.pf-v5-c-icon__progress.pf-m-md {
|
83
|
-
--pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-
|
84
|
+
--pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-md__content--FontSize);
|
84
85
|
}
|
85
86
|
.pf-v5-c-icon__content.pf-m-lg,
|
86
87
|
.pf-v5-c-icon__progress.pf-m-lg {
|
87
|
-
--pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-
|
88
|
+
--pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-lg__content--FontSize);
|
88
89
|
}
|
89
90
|
.pf-v5-c-icon__content.pf-m-xl,
|
90
91
|
.pf-v5-c-icon__progress.pf-m-xl {
|
91
|
-
--pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-
|
92
|
+
--pf-v5-c-icon__content--FontSize: var(--pf-v5-c-icon--m-xl__content--FontSize);
|
92
93
|
}
|
93
94
|
|
94
95
|
.pf-v5-c-icon__content {
|
95
|
-
color: var(--pf-v5-c-icon__content--Color);
|
96
|
+
color: var(--pf-v5-c-icon__content--Color, inherit);
|
96
97
|
opacity: var(--pf-v5-c-icon__content--Opacity, 1);
|
97
98
|
}
|
98
99
|
.pf-v5-c-icon__content.pf-m-danger {
|
@@ -11,7 +11,7 @@
|
|
11
11
|
--pf-v5-c-list__item-icon--MinWidth: var(--pf-v5-global--icon--FontSize--sm);
|
12
12
|
--pf-v5-c-list__item-icon--MarginTop: 0.375rem;
|
13
13
|
--pf-v5-c-list__item-icon--MarginRight: var(--pf-v5-global--spacer--sm);
|
14
|
-
--pf-v5-c-list__item-icon--Color: var(--pf-v5-global--icon--Color--
|
14
|
+
--pf-v5-c-list__item-icon--Color: var(--pf-v5-global--icon--Color--dark);
|
15
15
|
--pf-v5-c-list__item-icon--FontSize: var(--pf-v5-global--icon--FontSize--sm);
|
16
16
|
--pf-v5-c-list--m-icon-lg__item-icon--MinWidth: var(--pf-v5-global--icon--FontSize--lg);
|
17
17
|
--pf-v5-c-list--m-icon-lg__item-icon--MarginRight: var(--pf-v5-global--spacer--md);
|
@@ -109,9 +109,6 @@
|
|
109
109
|
.pf-v5-c-log-viewer .pf-v5-c-toolbar__content-section {
|
110
110
|
flex-wrap: nowrap;
|
111
111
|
}
|
112
|
-
.pf-v5-c-log-viewer .pf-v5-c-search-input {
|
113
|
-
width: 100%;
|
114
|
-
}
|
115
112
|
|
116
113
|
.pf-v5-c-log-viewer__header {
|
117
114
|
margin-bottom: var(--pf-v5-c-log-viewer__header--MarginBottom);
|
@@ -20,7 +20,7 @@
|
|
20
20
|
--pf-v5-c-multiple-file-upload__title--Display: grid;
|
21
21
|
--pf-v5-c-multiple-file-upload__title--GridTemplateColumns: auto;
|
22
22
|
--pf-v5-c-multiple-file-upload__title--Gap: var(--pf-v5-global--spacer--sm);
|
23
|
-
--pf-v5-c-multiple-file-upload__title-icon--Color: var(--pf-v5-global--Color--
|
23
|
+
--pf-v5-c-multiple-file-upload__title-icon--Color: var(--pf-v5-global--icon--Color--dark);
|
24
24
|
--pf-v5-c-multiple-file-upload__title-text-separator--Display: block;
|
25
25
|
--pf-v5-c-multiple-file-upload__title-text-separator--MarginTop: var(--pf-v5-global--spacer--sm);
|
26
26
|
--pf-v5-c-multiple-file-upload__info--FontSize: var(--pf-v5-global--FontSize--sm);
|
@@ -47,7 +47,7 @@
|
|
47
47
|
--pf-v5-c-multiple-file-upload--m-horizontal__info--MarginTop: 0;
|
48
48
|
--pf-v5-c-multiple-file-upload__status-progress--GridTemplateColumns: auto 1fr;
|
49
49
|
--pf-v5-c-multiple-file-upload__status-progress--Gap: var(--pf-v5-global--spacer--sm);
|
50
|
-
--pf-v5-c-multiple-file-upload__status-progress-icon--Color: var(--pf-v5-global--Color--
|
50
|
+
--pf-v5-c-multiple-file-upload__status-progress-icon--Color: var(--pf-v5-global--icon--Color--dark);
|
51
51
|
--pf-v5-c-multiple-file-upload__status-item--PaddingTop: var(--pf-v5-global--spacer--md);
|
52
52
|
--pf-v5-c-multiple-file-upload__status-item--PaddingBottom: var(--pf-v5-global--spacer--md);
|
53
53
|
--pf-v5-c-multiple-file-upload__status-item--first-child--PaddingTop: 0;
|
@@ -55,7 +55,7 @@
|
|
55
55
|
--pf-v5-c-multiple-file-upload__status-item--Gap: var(--pf-v5-global--spacer--sm);
|
56
56
|
--pf-v5-c-multiple-file-upload__status-item--BorderWidth: var(--pf-v5-global--BorderWidth--sm);
|
57
57
|
--pf-v5-c-multiple-file-upload__status-item--BorderColor: var(--pf-v5-global--BorderColor--100);
|
58
|
-
--pf-v5-c-multiple-file-upload__status-item-icon--Color: var(--pf-v5-global--Color--
|
58
|
+
--pf-v5-c-multiple-file-upload__status-item-icon--Color: var(--pf-v5-global--icon--Color--dark);
|
59
59
|
--pf-v5-c-multiple-file-upload__status-item-close--MarginTop: calc(var(--pf-v5-global--spacer--form-element) * -1);
|
60
60
|
--pf-v5-c-multiple-file-upload__status-item-progress--GridTemplateColumns: fit-content(100%) max-content;
|
61
61
|
--pf-v5-c-multiple-file-upload__status-item-progress--Gap: var(--pf-v5-global--spacer--sm);
|
@@ -31,7 +31,7 @@
|
|
31
31
|
--pf-v5-c-notification-badge--m-attention--hover--after--BackgroundColor: var(--pf-v5-global--danger-color--200);
|
32
32
|
--pf-v5-c-notification-badge--m-attention--m-expanded--after--BackgroundColor: var(--pf-v5-global--danger-color--200);
|
33
33
|
--pf-v5-c-notification-badge__count--MarginLeft: var(--pf-v5-global--spacer--xs);
|
34
|
-
--pf-v5-c-notification-badge--pf-v5-
|
34
|
+
--pf-v5-c-notification-badge--pf-v5-pficon-attention-bell--LineHeight: var(--pf-v5-global--LineHeight--sm);
|
35
35
|
position: relative;
|
36
36
|
display: inline-block;
|
37
37
|
padding: var(--pf-v5-c-notification-badge--PaddingTop) var(--pf-v5-c-notification-badge--PaddingRight) var(--pf-v5-c-notification-badge--PaddingBottom) var(--pf-v5-c-notification-badge--PaddingLeft);
|
@@ -62,7 +62,7 @@
|
|
62
62
|
.pf-v5-c-notification-badge .pf-v5-c-icon-attention-bell,
|
63
63
|
.pf-v5-c-notification-badge .pf-v5-c-icon-bell {
|
64
64
|
display: inline-block;
|
65
|
-
line-height: var(--pf-v5-c-notification-badge--pf-v5-
|
65
|
+
line-height: var(--pf-v5-c-notification-badge--pf-v5-pficon-attention-bell--LineHeight);
|
66
66
|
}
|
67
67
|
.pf-v5-c-notification-badge .pf-v5-c-icon-attention-bell::before,
|
68
68
|
.pf-v5-c-notification-badge .pf-v5-c-icon-bell::before {
|
@@ -271,7 +271,7 @@
|
|
271
271
|
border: var(--pf-v5-c-progress-stepper__step-icon--BorderWidth) solid var(--pf-v5-c-progress-stepper__step-icon--BorderColor);
|
272
272
|
border-radius: 50%;
|
273
273
|
}
|
274
|
-
.pf-v5-c-progress-stepper__step-icon .pf-v5-
|
274
|
+
.pf-v5-c-progress-stepper__step-icon .pf-v5-pficon {
|
275
275
|
margin-top: var(--pf-v5-c-progress-stepper__pficon--MarginTop);
|
276
276
|
}
|
277
277
|
.pf-v5-c-progress-stepper__step-icon .fa-exclamation-triangle {
|
@@ -1,7 +1,6 @@
|
|
1
1
|
import './progress-stepper.css';
|
2
2
|
declare const _default: {
|
3
3
|
"faExclamationTriangle": "fa-exclamation-triangle",
|
4
|
-
"icon": "pf-v5-c-icon",
|
5
4
|
"modifiers": {
|
6
5
|
"center": "pf-m-center",
|
7
6
|
"compact": "pf-m-compact",
|
@@ -25,6 +24,7 @@ declare const _default: {
|
|
25
24
|
"horizontalOn_2xl": "pf-m-horizontal-on-2xl",
|
26
25
|
"verticalOn_2xl": "pf-m-vertical-on-2xl"
|
27
26
|
},
|
27
|
+
"pficon": "pf-v5-pficon",
|
28
28
|
"progressStepper": "pf-v5-c-progress-stepper",
|
29
29
|
"progressStepperStep": "pf-v5-c-progress-stepper__step",
|
30
30
|
"progressStepperStepConnector": "pf-v5-c-progress-stepper__step-connector",
|
@@ -3,7 +3,6 @@ exports.__esModule = true;
|
|
3
3
|
require('./progress-stepper.css');
|
4
4
|
exports.default = {
|
5
5
|
"faExclamationTriangle": "fa-exclamation-triangle",
|
6
|
-
"icon": "pf-v5-c-icon",
|
7
6
|
"modifiers": {
|
8
7
|
"center": "pf-m-center",
|
9
8
|
"compact": "pf-m-compact",
|
@@ -27,6 +26,7 @@ exports.default = {
|
|
27
26
|
"horizontalOn_2xl": "pf-m-horizontal-on-2xl",
|
28
27
|
"verticalOn_2xl": "pf-m-vertical-on-2xl"
|
29
28
|
},
|
29
|
+
"pficon": "pf-v5-pficon",
|
30
30
|
"progressStepper": "pf-v5-c-progress-stepper",
|
31
31
|
"progressStepperStep": "pf-v5-c-progress-stepper__step",
|
32
32
|
"progressStepperStepConnector": "pf-v5-c-progress-stepper__step-connector",
|
@@ -1,7 +1,6 @@
|
|
1
1
|
import './progress-stepper.css';
|
2
2
|
export default {
|
3
3
|
"faExclamationTriangle": "fa-exclamation-triangle",
|
4
|
-
"icon": "pf-v5-c-icon",
|
5
4
|
"modifiers": {
|
6
5
|
"center": "pf-m-center",
|
7
6
|
"compact": "pf-m-compact",
|
@@ -25,6 +24,7 @@ export default {
|
|
25
24
|
"horizontalOn_2xl": "pf-m-horizontal-on-2xl",
|
26
25
|
"verticalOn_2xl": "pf-m-vertical-on-2xl"
|
27
26
|
},
|
27
|
+
"pficon": "pf-v5-pficon",
|
28
28
|
"progressStepper": "pf-v5-c-progress-stepper",
|
29
29
|
"progressStepperStep": "pf-v5-c-progress-stepper__step",
|
30
30
|
"progressStepperStepConnector": "pf-v5-c-progress-stepper__step-connector",
|
@@ -23,8 +23,7 @@
|
|
23
23
|
--pf-v5-c-text-input-group__text-input--placeholder--Color: var(--pf-v5-global--Color--dark-200);
|
24
24
|
--pf-v5-c-text-input-group__text-input--BackgroundColor: transparent;
|
25
25
|
--pf-v5-c-text-input-group__icon--Left: var(--pf-v5-global--spacer--sm);
|
26
|
-
--pf-v5-c-text-input-group__icon--Color: var(--pf-v5-global--Color--
|
27
|
-
--pf-v5-c-text-input-group__text--hover__icon--Color: var(--pf-v5-global--Color--100);
|
26
|
+
--pf-v5-c-text-input-group__icon--Color: var(--pf-v5-global--icon--Color--dark);
|
28
27
|
--pf-v5-c-text-input-group__icon--TranslateY: -50%;
|
29
28
|
--pf-v5-c-text-input-group__utilities--MarginRight: var(--pf-v5-global--spacer--sm);
|
30
29
|
--pf-v5-c-text-input-group__utilities--MarginLeft: var(--pf-v5-global--spacer--xs);
|
@@ -97,9 +96,6 @@
|
|
97
96
|
.pf-v5-c-text-input-group__text::after {
|
98
97
|
border-bottom: var(--pf-v5-c-text-input-group__text--after--BorderBottomWidth) solid var(--pf-v5-c-text-input-group__text--after--BorderBottomColor);
|
99
98
|
}
|
100
|
-
.pf-v5-c-text-input-group__text:hover, .pf-v5-c-text-input-group__text:focus-within {
|
101
|
-
--pf-v5-c-text-input-group__icon--Color: var(--pf-v5-c-text-input-group__text--hover__icon--Color);
|
102
|
-
}
|
103
99
|
.pf-v5-c-text-input-group__text:focus-within {
|
104
100
|
--pf-v5-c-text-input-group__text--after--BorderBottomWidth: var(--pf-v5-c-text-input-group__text--focus-within--after--BorderBottomWidth);
|
105
101
|
--pf-v5-c-text-input-group__text--after--BorderBottomColor: var(--pf-v5-c-text-input-group__text--focus-within--after--BorderBottomColor);
|
@@ -12,7 +12,7 @@
|
|
12
12
|
--pf-v5-c-wizard--Height: 100%;
|
13
13
|
--pf-v5-c-modal-box--c-wizard--FlexBasis: 47.625rem;
|
14
14
|
--pf-v5-c-wizard__header--BackgroundColor: var(--pf-v5-global--BackgroundColor--dark-100);
|
15
|
-
--pf-v5-c-wizard__header--ZIndex:
|
15
|
+
--pf-v5-c-wizard__header--ZIndex: auto;
|
16
16
|
--pf-v5-c-wizard__header--PaddingTop: var(--pf-v5-global--spacer--lg);
|
17
17
|
--pf-v5-c-wizard__header--PaddingRight: var(--pf-v5-global--spacer--md);
|
18
18
|
--pf-v5-c-wizard__header--PaddingBottom: var(--pf-v5-global--spacer--lg);
|
@@ -62,7 +62,7 @@
|
|
62
62
|
--pf-v5-c-wizard__nav-link--m-disabled--before--BackgroundColor: transparent;
|
63
63
|
--pf-v5-c-wizard__nav-link--m-disabled--before--Color: var(--pf-v5-global--Color--dark-200);
|
64
64
|
--pf-v5-c-wizard__toggle--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
|
65
|
-
--pf-v5-c-wizard__toggle--ZIndex: var(--pf-v5-global--ZIndex--
|
65
|
+
--pf-v5-c-wizard__toggle--ZIndex: var(--pf-v5-global--ZIndex--xs);
|
66
66
|
--pf-v5-c-wizard__toggle--BoxShadow: var(--pf-v5-global--BoxShadow--md-bottom);
|
67
67
|
--pf-v5-c-wizard__toggle--PaddingTop: var(--pf-v5-global--spacer--lg);
|
68
68
|
--pf-v5-c-wizard__toggle--PaddingRight: var(--pf-v5-global--spacer--md);
|
@@ -80,7 +80,7 @@
|
|
80
80
|
--pf-v5-c-wizard__toggle-separator--Color: var(--pf-v5-global--BorderColor--200);
|
81
81
|
--pf-v5-c-wizard__toggle-icon--LineHeight: var(--pf-v5-global--LineHeight--md);
|
82
82
|
--pf-v5-c-wizard__toggle--m-expanded__toggle-icon--Rotate: 180deg;
|
83
|
-
--pf-v5-c-wizard__nav--ZIndex: var(--pf-v5-global--ZIndex--
|
83
|
+
--pf-v5-c-wizard__nav--ZIndex: var(--pf-v5-global--ZIndex--xs);
|
84
84
|
--pf-v5-c-wizard__nav--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
|
85
85
|
--pf-v5-c-wizard__nav--BoxShadow: var(--pf-v5-global--BoxShadow--md-bottom);
|
86
86
|
--pf-v5-c-wizard__nav--Width: 100%;
|
@@ -104,7 +104,7 @@
|
|
104
104
|
--pf-v5-c-wizard__outer-wrap--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
|
105
105
|
--pf-v5-c-wizard__outer-wrap--lg--PaddingLeft: var(--pf-v5-c-wizard__nav--Width);
|
106
106
|
--pf-v5-c-wizard__outer-wrap--MinHeight: 15.625rem;
|
107
|
-
--pf-v5-c-wizard__main--ZIndex:
|
107
|
+
--pf-v5-c-wizard__main--ZIndex: auto;
|
108
108
|
--pf-v5-c-wizard__main-body--PaddingTop: var(--pf-v5-global--spacer--md);
|
109
109
|
--pf-v5-c-wizard__main-body--PaddingRight: var(--pf-v5-global--spacer--md);
|
110
110
|
--pf-v5-c-wizard__main-body--PaddingBottom: var(--pf-v5-global--spacer--md);
|
@@ -114,7 +114,7 @@
|
|
114
114
|
--pf-v5-c-wizard__main-body--xl--PaddingBottom: var(--pf-v5-global--spacer--lg);
|
115
115
|
--pf-v5-c-wizard__main-body--xl--PaddingLeft: var(--pf-v5-global--spacer--lg);
|
116
116
|
--pf-v5-c-wizard__footer--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
|
117
|
-
--pf-v5-c-wizard__footer--ZIndex: var(--pf-v5-global--ZIndex--
|
117
|
+
--pf-v5-c-wizard__footer--ZIndex: var(--pf-v5-global--ZIndex--xs);
|
118
118
|
--pf-v5-c-wizard__footer--PaddingTop: var(--pf-v5-global--spacer--md);
|
119
119
|
--pf-v5-c-wizard__footer--PaddingRight: var(--pf-v5-global--spacer--md);
|
120
120
|
--pf-v5-c-wizard__footer--PaddingBottom: var(--pf-v5-global--spacer--sm);
|
@@ -1,16 +1,3 @@
|
|
1
|
-
#ws-core-c-search-input-advanced-search-expanded,
|
2
|
-
#ws-core-c-text-input-group-search-input-group-advanced-search-expanded-with-autocomplete {
|
3
|
-
height: 540px;
|
4
|
-
}
|
5
|
-
|
6
|
-
#ws-core-c-search-input-autocomplete {
|
7
|
-
height: 250px;
|
8
|
-
}
|
9
|
-
|
10
|
-
#ws-core-c-search-input-autocomplete-last-option-hint {
|
11
|
-
height: 130px;
|
12
|
-
}
|
13
|
-
|
14
1
|
.ws-example-wrapper {
|
15
2
|
position: relative;
|
16
3
|
}
|