@patternfly/react-styles 5.0.0-prerelease.3 → 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 +4 -0
- 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
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-prerelease.4 (2023-06-15)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
9
|
+
|
6
10
|
# 5.0.0-prerelease.3 (2023-06-13)
|
7
11
|
|
8
12
|
### Bug Fixes
|
@@ -6,6 +6,11 @@
|
|
6
6
|
--pf-v5-global--link--Color: var(--pf-v5-global--link--Color--light);
|
7
7
|
--pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--light);
|
8
8
|
--pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--dark-100);
|
9
|
+
--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--light);
|
10
|
+
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--light);
|
11
|
+
}
|
12
|
+
.pf-v5-c-about-modal-box .pf-v5-c-button {
|
13
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--dark-100);
|
9
14
|
}
|
10
15
|
|
11
16
|
.pf-v5-c-about-modal-box {
|
@@ -204,14 +209,8 @@
|
|
204
209
|
--pf-v5-c-about-modal-box__close--c-button--BackgroundColor: var(--pf-v5-c-about-modal-box__close--c-button--hover--BackgroundColor);
|
205
210
|
}
|
206
211
|
|
207
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
|
208
|
-
--pf-v5-
|
209
|
-
--pf-v5-global--Color--200: #aaabac;
|
210
|
-
--pf-v5-global--BorderColor--100: #444548;
|
211
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
212
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
213
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
214
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
212
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button {
|
213
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
215
214
|
}
|
216
215
|
|
217
216
|
:where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box {
|
@@ -6,6 +6,8 @@
|
|
6
6
|
--pf-v5-global--link--Color: var(--pf-v5-global--link--Color--dark);
|
7
7
|
--pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--dark--hover);
|
8
8
|
--pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--light-100);
|
9
|
+
--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--dark);
|
10
|
+
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--dark);
|
9
11
|
}
|
10
12
|
|
11
13
|
.pf-v5-c-accordion {
|
@@ -6,6 +6,8 @@
|
|
6
6
|
--pf-v5-global--link--Color: var(--pf-v5-global--link--Color--dark);
|
7
7
|
--pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--dark--hover);
|
8
8
|
--pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--light-100);
|
9
|
+
--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--dark);
|
10
|
+
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--dark);
|
9
11
|
}
|
10
12
|
|
11
13
|
.pf-v5-c-alert {
|
@@ -6,6 +6,8 @@
|
|
6
6
|
--pf-v5-global--link--Color: var(--pf-v5-global--link--Color--dark);
|
7
7
|
--pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--dark--hover);
|
8
8
|
--pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--light-100);
|
9
|
+
--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--dark);
|
10
|
+
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--dark);
|
9
11
|
}
|
10
12
|
|
11
13
|
.pf-v5-c-banner {
|
@@ -16,6 +18,11 @@
|
|
16
18
|
--pf-v5-global--link--Color: var(--pf-v5-global--link--Color--light);
|
17
19
|
--pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--light);
|
18
20
|
--pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--dark-100);
|
21
|
+
--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--light);
|
22
|
+
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--light);
|
23
|
+
}
|
24
|
+
.pf-v5-c-banner .pf-v5-c-button {
|
25
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--dark-100);
|
19
26
|
}
|
20
27
|
|
21
28
|
.pf-v5-c-banner {
|
@@ -103,14 +110,8 @@
|
|
103
110
|
cursor: not-allowed;
|
104
111
|
}
|
105
112
|
|
106
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
107
|
-
--pf-v5-
|
108
|
-
--pf-v5-global--Color--200: #aaabac;
|
109
|
-
--pf-v5-global--BorderColor--100: #444548;
|
110
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
111
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
112
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
113
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
113
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
114
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
114
115
|
}
|
115
116
|
|
116
117
|
:where(.pf-v5-theme-dark) .pf-v5-c-banner {
|
@@ -6,6 +6,8 @@
|
|
6
6
|
--pf-v5-global--link--Color: var(--pf-v5-global--link--Color--dark);
|
7
7
|
--pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--dark--hover);
|
8
8
|
--pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--light-100);
|
9
|
+
--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--dark);
|
10
|
+
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--dark);
|
9
11
|
}
|
10
12
|
|
11
13
|
.pf-v5-c-calendar-month {
|
@@ -391,6 +391,10 @@
|
|
391
391
|
:where(.pf-v5-theme-dark) .pf-v5-c-card,
|
392
392
|
:where(.pf-v5-theme-dark) .pf-v5-c-card.pf-m-non-selectable-raised {
|
393
393
|
--pf-v5-c-card--BoxShadow: var(--pf-v5-global--BoxShadow--md);
|
394
|
+
--pf-v5-c-card--m-selectable--m-disabled--BackgroundColor: var(--pf-v5-global--palette--black-700);
|
395
|
+
--pf-v5-c-card--m-selectable--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--150);
|
396
|
+
--pf-v5-c-card--m-selectable--m-clickable--m-current--BackgroundColor: var(--pf-v5-global--BackgroundColor--150);
|
397
|
+
--pf-v5-c-card--m-selectable--focus--BackgroundColor: var(--pf-v5-global--palette--blue-600);
|
394
398
|
--pf-v5-c-card--m-hoverable-raised--hover--BoxShadow: var(--pf-v5-global--BoxShadow--lg);
|
395
399
|
--pf-v5-c-card--m-selectable-raised--hover--BoxShadow: var(--pf-v5-global--BoxShadow--lg);
|
396
400
|
--pf-v5-c-card--m-selectable-raised--focus--BoxShadow: var(--pf-v5-global--BoxShadow--lg);
|
@@ -6,6 +6,8 @@
|
|
6
6
|
--pf-v5-global--link--Color: var(--pf-v5-global--link--Color--dark);
|
7
7
|
--pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--dark--hover);
|
8
8
|
--pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--light-100);
|
9
|
+
--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--dark);
|
10
|
+
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--dark);
|
9
11
|
}
|
10
12
|
|
11
13
|
.pf-v5-c-chip-group {
|
@@ -6,6 +6,8 @@
|
|
6
6
|
--pf-v5-global--link--Color: var(--pf-v5-global--link--Color--dark);
|
7
7
|
--pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--dark--hover);
|
8
8
|
--pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--light-100);
|
9
|
+
--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--dark);
|
10
|
+
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--dark);
|
9
11
|
}
|
10
12
|
|
11
13
|
.pf-v5-c-chip {
|
@@ -6,6 +6,8 @@
|
|
6
6
|
--pf-v5-global--link--Color: var(--pf-v5-global--link--Color--dark);
|
7
7
|
--pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--dark--hover);
|
8
8
|
--pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--light-100);
|
9
|
+
--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--dark);
|
10
|
+
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--dark);
|
9
11
|
}
|
10
12
|
|
11
13
|
.pf-v5-c-context-selector {
|
@@ -6,6 +6,8 @@
|
|
6
6
|
--pf-v5-global--link--Color: var(--pf-v5-global--link--Color--dark);
|
7
7
|
--pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--dark--hover);
|
8
8
|
--pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--light-100);
|
9
|
+
--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--dark);
|
10
|
+
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--dark);
|
9
11
|
}
|
10
12
|
|
11
13
|
.pf-v5-c-data-list__item-action {
|
@@ -6,6 +6,8 @@
|
|
6
6
|
--pf-v5-global--link--Color: var(--pf-v5-global--link--Color--dark);
|
7
7
|
--pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--dark--hover);
|
8
8
|
--pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--light-100);
|
9
|
+
--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--dark);
|
10
|
+
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--dark);
|
9
11
|
}
|
10
12
|
|
11
13
|
.pf-v5-c-form-control {
|
@@ -6,6 +6,11 @@
|
|
6
6
|
--pf-v5-global--link--Color: var(--pf-v5-global--link--Color--light);
|
7
7
|
--pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--light);
|
8
8
|
--pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--dark-100);
|
9
|
+
--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--light);
|
10
|
+
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--light);
|
11
|
+
}
|
12
|
+
.pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
13
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--dark-100);
|
9
14
|
}
|
10
15
|
|
11
16
|
.pf-v5-c-log-viewer {
|
@@ -183,14 +188,8 @@
|
|
183
188
|
font-weight: var(--pf-v5-c-log-viewer__timestamp--FontWeight);
|
184
189
|
}
|
185
190
|
|
186
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main {
|
187
|
-
--pf-v5-
|
188
|
-
--pf-v5-global--Color--200: #aaabac;
|
189
|
-
--pf-v5-global--BorderColor--100: #444548;
|
190
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
191
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
192
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
193
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
191
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
192
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
194
193
|
}
|
195
194
|
|
196
195
|
:where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main {
|
@@ -6,6 +6,11 @@
|
|
6
6
|
--pf-v5-global--link--Color: var(--pf-v5-global--link--Color--light);
|
7
7
|
--pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--light);
|
8
8
|
--pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--dark-100);
|
9
|
+
--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--light);
|
10
|
+
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--light);
|
11
|
+
}
|
12
|
+
.pf-v5-c-login__footer .pf-v5-c-button, .pf-v5-c-login__header .pf-v5-c-button {
|
13
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--dark-100);
|
9
14
|
}
|
10
15
|
|
11
16
|
.pf-v5-c-login {
|
@@ -272,15 +277,9 @@
|
|
272
277
|
padding-top: var(--pf-v5-c-login__footer--c-list--PaddingTop);
|
273
278
|
}
|
274
279
|
|
275
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__header,
|
276
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer {
|
277
|
-
--pf-v5-
|
278
|
-
--pf-v5-global--Color--200: #aaabac;
|
279
|
-
--pf-v5-global--BorderColor--100: #444548;
|
280
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
281
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
282
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
283
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
280
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
281
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button {
|
282
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
284
283
|
}
|
285
284
|
|
286
285
|
:where(.pf-v5-theme-dark) .pf-v5-c-login {
|
@@ -6,6 +6,8 @@
|
|
6
6
|
--pf-v5-global--link--Color: var(--pf-v5-global--link--Color--dark);
|
7
7
|
--pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--dark--hover);
|
8
8
|
--pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--light-100);
|
9
|
+
--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--dark);
|
10
|
+
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--dark);
|
9
11
|
}
|
10
12
|
|
11
13
|
.pf-v5-c-masthead .pf-v5-c-button.pf-m-plain, .pf-v5-c-masthead {
|
@@ -16,6 +18,11 @@
|
|
16
18
|
--pf-v5-global--link--Color: var(--pf-v5-global--link--Color--light);
|
17
19
|
--pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--light);
|
18
20
|
--pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--dark-100);
|
21
|
+
--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--light);
|
22
|
+
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--light);
|
23
|
+
}
|
24
|
+
.pf-v5-c-masthead .pf-v5-c-button.pf-m-plain .pf-v5-c-button, .pf-v5-c-masthead .pf-v5-c-button {
|
25
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--dark-100);
|
19
26
|
}
|
20
27
|
|
21
28
|
.pf-v5-c-masthead {
|
@@ -647,14 +654,8 @@
|
|
647
654
|
}
|
648
655
|
}
|
649
656
|
|
650
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
651
|
-
--pf-v5-
|
652
|
-
--pf-v5-global--Color--200: #aaabac;
|
653
|
-
--pf-v5-global--BorderColor--100: #444548;
|
654
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
655
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
656
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
657
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
657
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-button {
|
658
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
658
659
|
}
|
659
660
|
|
660
661
|
:where(.pf-v5-theme-dark) .pf-v5-c-masthead {
|
@@ -6,6 +6,8 @@
|
|
6
6
|
--pf-v5-global--link--Color: var(--pf-v5-global--link--Color--dark);
|
7
7
|
--pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--dark--hover);
|
8
8
|
--pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--light-100);
|
9
|
+
--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--dark);
|
10
|
+
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--dark);
|
9
11
|
}
|
10
12
|
|
11
13
|
.pf-v5-c-menu__group, .pf-v5-c-menu__list-item, .pf-v5-c-menu__list {
|
@@ -6,6 +6,8 @@
|
|
6
6
|
--pf-v5-global--link--Color: var(--pf-v5-global--link--Color--dark);
|
7
7
|
--pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--dark--hover);
|
8
8
|
--pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--light-100);
|
9
|
+
--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--dark);
|
10
|
+
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--dark);
|
9
11
|
}
|
10
12
|
|
11
13
|
.pf-v5-c-page__main-section[class*=pf-m-dark-], .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector, .pf-v5-c-page__sidebar, .pf-v5-c-page__header {
|
@@ -16,6 +18,11 @@
|
|
16
18
|
--pf-v5-global--link--Color: var(--pf-v5-global--link--Color--light);
|
17
19
|
--pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--light);
|
18
20
|
--pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--dark-100);
|
21
|
+
--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--light);
|
22
|
+
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--light);
|
23
|
+
}
|
24
|
+
.pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button, .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button, .pf-v5-c-page__sidebar .pf-v5-c-button, .pf-v5-c-page__header .pf-v5-c-button {
|
25
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--dark-100);
|
19
26
|
}
|
20
27
|
|
21
28
|
.pf-v5-c-page__header-tools-item, .pf-v5-c-page__header-tools-group {
|
@@ -952,16 +959,10 @@
|
|
952
959
|
flex: 1 0 auto;
|
953
960
|
}
|
954
961
|
|
955
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector,
|
956
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-],
|
957
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-page__header {
|
958
|
-
--pf-v5-
|
959
|
-
--pf-v5-global--Color--200: #aaabac;
|
960
|
-
--pf-v5-global--BorderColor--100: #444548;
|
961
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
962
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
963
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
964
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
962
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button,
|
963
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__main-section[class*=pf-m-dark-] .pf-v5-c-button,
|
964
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-page__header .pf-v5-c-button {
|
965
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
965
966
|
}
|
966
967
|
|
967
968
|
:where(.pf-v5-theme-dark):root {
|
@@ -6,6 +6,8 @@
|
|
6
6
|
--pf-v5-global--link--Color: var(--pf-v5-global--link--Color--dark);
|
7
7
|
--pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--dark--hover);
|
8
8
|
--pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--light-100);
|
9
|
+
--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--dark);
|
10
|
+
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--dark);
|
9
11
|
}
|
10
12
|
|
11
13
|
.pf-v5-c-select {
|
@@ -6,6 +6,7 @@
|
|
6
6
|
--pf-v5-c-switch__toggle-icon--Color: var(--pf-v5-global--Color--light-100);
|
7
7
|
--pf-v5-c-switch__toggle-icon--Left: calc(var(--pf-v5-c-switch--FontSize) * .4);
|
8
8
|
--pf-v5-c-switch__toggle-icon--Offset: 0.125rem;
|
9
|
+
--pf-v5-c-switch__input--disabled__toggle-icon--Color: var(--pf-v5-global--palette--black-150);
|
9
10
|
--pf-v5-c-switch--LineHeight: var(--pf-v5-global--LineHeight--md);
|
10
11
|
--pf-v5-c-switch--Height: auto;
|
11
12
|
--pf-v5-c-switch__input--checked__toggle--BackgroundColor: var(--pf-v5-global--primary-color--100);
|
@@ -88,6 +89,7 @@
|
|
88
89
|
cursor: not-allowed;
|
89
90
|
}
|
90
91
|
.pf-v5-c-switch__input:disabled ~ .pf-v5-c-switch__toggle {
|
92
|
+
--pf-v5-c-switch__toggle-icon--Color: var(--pf-v5-c-switch__input--disabled__toggle-icon--Color);
|
91
93
|
cursor: not-allowed;
|
92
94
|
background-color: var(--pf-v5-c-switch__input--disabled__toggle--BackgroundColor);
|
93
95
|
}
|
@@ -140,4 +142,5 @@
|
|
140
142
|
--pf-v5-c-switch__input--not-checked__label--Color: var(--pf-v5-global--Color--100);
|
141
143
|
--pf-v5-c-switch__input--disabled__toggle--before--BackgroundColor: var(--pf-v5-global--disabled-color--100);
|
142
144
|
--pf-v5-c-switch__toggle--before--BoxShadow: none;
|
145
|
+
--pf-v5-c-switch__input--disabled__toggle-icon--Color: var(--pf-v5-global--disabled-color--100);
|
143
146
|
}
|
@@ -6,6 +6,8 @@
|
|
6
6
|
--pf-v5-global--link--Color: var(--pf-v5-global--link--Color--dark);
|
7
7
|
--pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--dark--hover);
|
8
8
|
--pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--light-100);
|
9
|
+
--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--dark);
|
10
|
+
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--dark);
|
9
11
|
}
|
10
12
|
|
11
13
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr) > * {
|
@@ -19,8 +19,8 @@
|
|
19
19
|
--pf-v5-c-text-input-group__text-input--PaddingBottom: var(--pf-v5-global--spacer--form-element);
|
20
20
|
--pf-v5-c-text-input-group__text-input--PaddingLeft: var(--pf-v5-global--spacer--sm);
|
21
21
|
--pf-v5-c-text-input-group__text-input--MinWidth: 12ch;
|
22
|
-
--pf-v5-c-text-input-group__text-input--m-hint--Color: var(--pf-v5-global--Color--
|
23
|
-
--pf-v5-c-text-input-group__text-input--placeholder--Color: var(--pf-v5-global--Color--
|
22
|
+
--pf-v5-c-text-input-group__text-input--m-hint--Color: var(--pf-v5-global--Color--200);
|
23
|
+
--pf-v5-c-text-input-group__text-input--placeholder--Color: var(--pf-v5-global--Color--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
26
|
--pf-v5-c-text-input-group__icon--Color: var(--pf-v5-global--icon--Color--dark);
|
@@ -6,6 +6,11 @@
|
|
6
6
|
--pf-v5-global--link--Color: var(--pf-v5-global--link--Color--light);
|
7
7
|
--pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--light);
|
8
8
|
--pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--dark-100);
|
9
|
+
--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--light);
|
10
|
+
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--light);
|
11
|
+
}
|
12
|
+
.pf-v5-c-wizard__header .pf-v5-c-button {
|
13
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--dark-100);
|
9
14
|
}
|
10
15
|
|
11
16
|
.pf-v5-c-wizard {
|
@@ -497,14 +502,8 @@
|
|
497
502
|
margin-left: var(--pf-v5-c-wizard__footer-cancel--MarginLeft);
|
498
503
|
}
|
499
504
|
|
500
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header {
|
501
|
-
--pf-v5-
|
502
|
-
--pf-v5-global--Color--200: #aaabac;
|
503
|
-
--pf-v5-global--BorderColor--100: #444548;
|
504
|
-
--pf-v5-global--primary-color--100: #1fa7f8;
|
505
|
-
--pf-v5-global--link--Color: #1fa7f8;
|
506
|
-
--pf-v5-global--link--Color--hover: #73bcf7;
|
507
|
-
--pf-v5-global--BackgroundColor--100: #1b1d21;
|
505
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button {
|
506
|
+
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
508
507
|
}
|
509
508
|
|
510
509
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard {
|
@@ -0,0 +1,64 @@
|
|
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-v5-c-dropdown:not(:last-child) {
|
55
|
+
margin-right: 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
|
+
}
|
@@ -0,0 +1,56 @@
|
|
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
|
+
min-height: 365px;
|
35
|
+
}
|
36
|
+
|
37
|
+
#ws-html-deprecated-c-select-checkbox-expanded-and-selected-with-groups {
|
38
|
+
min-height: 460px;
|
39
|
+
}
|
40
|
+
|
41
|
+
#ws-html-deprecated-c-select-checkbox-expanded-and-selected-with-groups-and-filter {
|
42
|
+
min-height: 530px;
|
43
|
+
}
|
44
|
+
|
45
|
+
#ws-html-deprecated-c-select-panel-menu {
|
46
|
+
min-height: 120px;
|
47
|
+
}
|
48
|
+
|
49
|
+
#ws-html-deprecated-c-select-item-description,
|
50
|
+
#ws-html-deprecated-c-select-checkbox-item-description {
|
51
|
+
min-height: 400px;
|
52
|
+
}
|
53
|
+
|
54
|
+
#ws-html-deprecated-c-select-menu-item-favorites {
|
55
|
+
min-height: 650px;
|
56
|
+
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@patternfly/react-styles",
|
3
|
-
"version": "5.0.0-prerelease.
|
3
|
+
"version": "5.0.0-prerelease.4",
|
4
4
|
"main": "dist/js/index.js",
|
5
5
|
"module": "dist/esm/index.js",
|
6
6
|
"types": "dist/esm/index.d.ts",
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"clean": "rimraf dist css"
|
20
20
|
},
|
21
21
|
"devDependencies": {
|
22
|
-
"@patternfly/patternfly": "5.0.0-prerelease.
|
22
|
+
"@patternfly/patternfly": "5.0.0-prerelease.8",
|
23
23
|
"camel-case": "^3.0.0",
|
24
24
|
"css": "^2.2.3",
|
25
25
|
"fs-extra": "^11.1.1",
|
@@ -29,5 +29,5 @@
|
|
29
29
|
"typescript": "^4.7.4"
|
30
30
|
},
|
31
31
|
"license": "MIT",
|
32
|
-
"gitHead": "
|
32
|
+
"gitHead": "6b44876bfb15c8335fc6e263d63f41f55ae8636b"
|
33
33
|
}
|
@@ -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
|