@patternfly/react-styles 5.0.0-alpha.5 → 5.0.0-alpha.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (64) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/css/assets/images/pfbg-icon.svg +1 -0
  3. package/css/components/AboutModalBox/about-modal-box.css +15 -45
  4. package/css/components/AboutModalBox/about-modal-box.d.ts +0 -1
  5. package/css/components/AboutModalBox/about-modal-box.js +0 -1
  6. package/css/components/AboutModalBox/about-modal-box.mjs +0 -1
  7. package/css/components/Alert/alert.css +14 -5
  8. package/css/components/Alert/alert.d.ts +1 -0
  9. package/css/components/Alert/alert.js +1 -0
  10. package/css/components/Alert/alert.mjs +1 -0
  11. package/css/components/BackgroundImage/background-image.css +8 -35
  12. package/css/components/BackgroundImage/background-image.d.ts +1 -2
  13. package/css/components/BackgroundImage/background-image.js +1 -2
  14. package/css/components/BackgroundImage/background-image.mjs +1 -2
  15. package/css/components/Banner/banner.css +0 -38
  16. package/css/components/Banner/banner.d.ts +0 -1
  17. package/css/components/Banner/banner.js +0 -1
  18. package/css/components/Banner/banner.mjs +0 -1
  19. package/css/components/ContextSelector/context-selector.css +8 -5
  20. package/css/components/Dropdown/dropdown.css +14 -15
  21. package/css/components/Icon/icon.css +3 -3
  22. package/css/components/Icon/icon.d.ts +1 -1
  23. package/css/components/Icon/icon.js +1 -1
  24. package/css/components/Icon/icon.mjs +1 -1
  25. package/css/components/Label/label.css +6 -6
  26. package/css/components/LogViewer/log-viewer.css +0 -38
  27. package/css/components/LogViewer/log-viewer.d.ts +0 -2
  28. package/css/components/LogViewer/log-viewer.js +0 -2
  29. package/css/components/LogViewer/log-viewer.mjs +0 -2
  30. package/css/components/Login/login.css +9 -49
  31. package/css/components/Login/login.d.ts +0 -2
  32. package/css/components/Login/login.js +0 -2
  33. package/css/components/Login/login.mjs +0 -2
  34. package/css/components/Masthead/masthead.css +0 -38
  35. package/css/components/Masthead/masthead.d.ts +0 -1
  36. package/css/components/Masthead/masthead.js +0 -1
  37. package/css/components/Masthead/masthead.mjs +0 -1
  38. package/css/components/ModalBox/modal-box.css +3 -3
  39. package/css/components/ModalBox/modal-box.d.ts +1 -1
  40. package/css/components/ModalBox/modal-box.js +1 -1
  41. package/css/components/ModalBox/modal-box.mjs +1 -1
  42. package/css/components/NotificationDrawer/notification-drawer.css +5 -5
  43. package/css/components/NotificationDrawer/notification-drawer.d.ts +1 -1
  44. package/css/components/NotificationDrawer/notification-drawer.js +1 -1
  45. package/css/components/NotificationDrawer/notification-drawer.mjs +1 -1
  46. package/css/components/OptionsMenu/options-menu.css +8 -5
  47. package/css/components/Page/page.css +30 -51
  48. package/css/components/Page/page.d.ts +4 -3
  49. package/css/components/Page/page.js +4 -3
  50. package/css/components/Page/page.mjs +4 -3
  51. package/css/components/Popover/popover.css +6 -6
  52. package/css/components/Popover/popover.d.ts +1 -1
  53. package/css/components/Popover/popover.js +1 -1
  54. package/css/components/Popover/popover.mjs +1 -1
  55. package/css/components/Wizard/wizard.css +0 -38
  56. package/css/components/Wizard/wizard.d.ts +0 -2
  57. package/css/components/Wizard/wizard.js +0 -2
  58. package/css/components/Wizard/wizard.mjs +0 -2
  59. package/css/docs/components/Page/examples/Page.css +7 -1
  60. package/css/utilities/Text/text.css +48 -48
  61. package/css/utilities/Text/text.d.ts +18 -18
  62. package/css/utilities/Text/text.js +18 -18
  63. package/css/utilities/Text/text.mjs +18 -18
  64. package/package.json +3 -3
@@ -7,27 +7,6 @@
7
7
  --pf-global--link--Color--hover: var(--pf-global--link--Color--light);
8
8
  --pf-global--BackgroundColor--100: var(--pf-global--BackgroundColor--dark-100);
9
9
  }
10
- .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card {
11
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--dark-transparent-200);
12
- }
13
- .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button {
14
- --pf-c-button--m-primary--Color: var(--pf-global--primary-color--dark-100);
15
- --pf-c-button--m-primary--hover--Color: var(--pf-global--primary-color--dark-100);
16
- --pf-c-button--m-primary--focus--Color: var(--pf-global--primary-color--dark-100);
17
- --pf-c-button--m-primary--active--Color: var(--pf-global--primary-color--dark-100);
18
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--BackgroundColor--light-100);
19
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
20
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
21
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
22
- --pf-c-button--m-secondary--Color: var(--pf-global--Color--light-100);
23
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--Color--light-100);
24
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--Color--light-100);
25
- --pf-c-button--m-secondary--active--Color: var(--pf-global--Color--light-100);
26
- --pf-c-button--m-secondary--BorderColor: var(--pf-global--Color--light-100);
27
- --pf-c-button--m-secondary--hover--BorderColor: var(--pf-global--Color--light-100);
28
- --pf-c-button--m-secondary--focus--BorderColor: var(--pf-global--Color--light-100);
29
- --pf-c-button--m-secondary--active--BorderColor: var(--pf-global--Color--light-100);
30
- }
31
10
 
32
11
  .pf-c-log-viewer {
33
12
  --pf-c-log-viewer--Height: 100%;
@@ -216,23 +195,6 @@
216
195
  --pf-global--link--Color--hover: #73bcf7;
217
196
  --pf-global--BackgroundColor--100: #1b1d21;
218
197
  }
219
- :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card {
220
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
221
- }
222
- :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button {
223
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
224
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
225
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
226
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
227
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
228
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
229
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
230
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
231
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
232
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
233
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
234
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
235
- }
236
198
 
237
199
  :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main {
238
200
  color: var(--pf-global--Color--100);
@@ -1,7 +1,5 @@
1
1
  import './log-viewer.css';
2
2
  declare const _default: {
3
- "button": "pf-c-button",
4
- "card": "pf-c-card",
5
3
  "logViewer": "pf-c-log-viewer",
6
4
  "logViewerHeader": "pf-c-log-viewer__header",
7
5
  "logViewerIndex": "pf-c-log-viewer__index",
@@ -2,8 +2,6 @@
2
2
  exports.__esModule = true;
3
3
  require('./log-viewer.css');
4
4
  exports.default = {
5
- "button": "pf-c-button",
6
- "card": "pf-c-card",
7
5
  "logViewer": "pf-c-log-viewer",
8
6
  "logViewerHeader": "pf-c-log-viewer__header",
9
7
  "logViewerIndex": "pf-c-log-viewer__index",
@@ -1,7 +1,5 @@
1
1
  import './log-viewer.css';
2
2
  export default {
3
- "button": "pf-c-button",
4
- "card": "pf-c-card",
5
3
  "logViewer": "pf-c-log-viewer",
6
4
  "logViewerHeader": "pf-c-log-viewer__header",
7
5
  "logViewerIndex": "pf-c-log-viewer__index",
@@ -7,32 +7,10 @@
7
7
  --pf-global--link--Color--hover: var(--pf-global--link--Color--light);
8
8
  --pf-global--BackgroundColor--100: var(--pf-global--BackgroundColor--dark-100);
9
9
  }
10
- .pf-c-login__footer .pf-c-card, .pf-c-login__header .pf-c-card {
11
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--dark-transparent-200);
12
- }
13
- .pf-c-login__footer .pf-c-button, .pf-c-login__header .pf-c-button {
14
- --pf-c-button--m-primary--Color: var(--pf-global--primary-color--dark-100);
15
- --pf-c-button--m-primary--hover--Color: var(--pf-global--primary-color--dark-100);
16
- --pf-c-button--m-primary--focus--Color: var(--pf-global--primary-color--dark-100);
17
- --pf-c-button--m-primary--active--Color: var(--pf-global--primary-color--dark-100);
18
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--BackgroundColor--light-100);
19
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
20
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
21
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
22
- --pf-c-button--m-secondary--Color: var(--pf-global--Color--light-100);
23
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--Color--light-100);
24
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--Color--light-100);
25
- --pf-c-button--m-secondary--active--Color: var(--pf-global--Color--light-100);
26
- --pf-c-button--m-secondary--BorderColor: var(--pf-global--Color--light-100);
27
- --pf-c-button--m-secondary--hover--BorderColor: var(--pf-global--Color--light-100);
28
- --pf-c-button--m-secondary--focus--BorderColor: var(--pf-global--Color--light-100);
29
- --pf-c-button--m-secondary--active--BorderColor: var(--pf-global--Color--light-100);
30
- }
31
10
 
32
11
  .pf-c-login {
33
12
  --pf-c-login--PaddingTop: var(--pf-global--spacer--lg);
34
13
  --pf-c-login--PaddingBottom: var(--pf-global--spacer--lg);
35
- --pf-c-login--xl--BackgroundImage: none;
36
14
  --pf-c-login__container--xl--GridColumnGap: var(--pf-global--spacer--3xl);
37
15
  --pf-c-login__container--MaxWidth: 31.25rem;
38
16
  --pf-c-login__container--xl--MaxWidth: none;
@@ -46,8 +24,9 @@
46
24
  --pf-c-login__header--xl--MarginTop: var(--pf-global--spacer--3xl);
47
25
  --pf-c-login__header--c-brand--MarginBottom: var(--pf-global--spacer--lg);
48
26
  --pf-c-login__header--c-brand--xl--MarginBottom: var(--pf-global--spacer--2xl);
49
- --pf-c-login__main--BackgroundColor: var(--pf-global--BackgroundColor--light-100);
27
+ --pf-c-login__main--BackgroundColor: var(--pf-global--BackgroundColor--100);
50
28
  --pf-c-login__main--MarginBottom: var(--pf-global--spacer--lg);
29
+ --pf-c-login__main--BoxShadow: var(--pf-global--BoxShadow--xl);
51
30
  --pf-c-login__main-header--PaddingTop: var(--pf-global--spacer--2xl);
52
31
  --pf-c-login__main-header--PaddingRight: var(--pf-global--spacer--xl);
53
32
  --pf-c-login__main-header--PaddingBottom: var(--pf-global--spacer--md);
@@ -81,7 +60,8 @@
81
60
  --pf-c-login__main-footer-band--PaddingRight: var(--pf-global--spacer--md);
82
61
  --pf-c-login__main-footer-band--PaddingBottom: var(--pf-global--spacer--lg);
83
62
  --pf-c-login__main-footer-band--PaddingLeft: var(--pf-global--spacer--md);
84
- --pf-c-login__main-footer-band--BackgroundColor: var(--pf-global--BackgroundColor--200);
63
+ --pf-c-login__main-footer-band--BorderTopColor: var(--pf-global--BorderColor--100);
64
+ --pf-c-login__main-footer-band--BorderTopWidth: var(--pf-global--BorderWidth--sm);
85
65
  --pf-c-login__main-footer-band-item--PaddingTop: var(--pf-global--spacer--md);
86
66
  --pf-c-login__footer--PaddingLeft: var(--pf-global--spacer--md);
87
67
  --pf-c-login__footer--PaddingRight: var(--pf-global--spacer--md);
@@ -139,11 +119,6 @@
139
119
  --pf-c-login__footer--c-list--PaddingTop: var(--pf-c-login__footer--c-list--xl--PaddingTop);
140
120
  }
141
121
  }
142
- @media (min-width: 1200px) {
143
- .pf-c-login {
144
- background-image: var(--pf-c-login--xl--BackgroundImage);
145
- }
146
- }
147
122
  @media (min-width: 576px) {
148
123
  .pf-c-login {
149
124
  align-items: center;
@@ -186,6 +161,7 @@
186
161
  align-self: start;
187
162
  margin-bottom: var(--pf-c-login__main--MarginBottom);
188
163
  background-color: var(--pf-c-login__main--BackgroundColor);
164
+ box-shadow: var(--pf-c-login__main--BoxShadow);
189
165
  }
190
166
  .pf-c-login__main > :first-child:not(.pf-c-login__main-header) {
191
167
  padding-top: var(--pf-c-login__main-header--PaddingTop);
@@ -277,7 +253,7 @@
277
253
  .pf-c-login__main-footer-band {
278
254
  padding: var(--pf-c-login__main-footer-band--PaddingTop) var(--pf-c-login__main-footer-band--PaddingRight) var(--pf-c-login__main-footer-band--PaddingBottom) var(--pf-c-login__main-footer-band--PaddingLeft);
279
255
  text-align: center;
280
- background-color: var(--pf-c-login__main-footer-band--BackgroundColor);
256
+ border-top: var(--pf-c-login__main-footer-band--BorderTopWidth) solid var(--pf-c-login__main-footer-band--BorderTopColor);
281
257
  }
282
258
  .pf-c-login__main-footer-band > * + * {
283
259
  padding-top: var(--pf-c-login__main-footer-band-item--PaddingTop);
@@ -306,26 +282,10 @@
306
282
  --pf-global--link--Color--hover: #73bcf7;
307
283
  --pf-global--BackgroundColor--100: #1b1d21;
308
284
  }
309
- :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
310
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-card {
311
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
312
- }
313
- :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
314
- :where(.pf-theme-dark) .pf-c-login__footer .pf-c-button {
315
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
316
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
317
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
318
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
319
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
320
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
321
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
322
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
323
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
324
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
325
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
326
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
327
- }
328
285
 
286
+ :where(.pf-theme-dark) .pf-c-login {
287
+ --pf-c-login__main--BackgroundColor: var(--pf-global--BackgroundColor--300);
288
+ }
329
289
  :where(.pf-theme-dark) .pf-c-login__header,
330
290
  :where(.pf-theme-dark) .pf-c-login__footer {
331
291
  color: var(--pf-global--Color--100);
@@ -1,8 +1,6 @@
1
1
  import './login.css';
2
2
  declare const _default: {
3
3
  "brand": "pf-c-brand",
4
- "button": "pf-c-button",
5
- "card": "pf-c-card",
6
4
  "dropdown": "pf-c-dropdown",
7
5
  "list": "pf-c-list",
8
6
  "login": "pf-c-login",
@@ -3,8 +3,6 @@ exports.__esModule = true;
3
3
  require('./login.css');
4
4
  exports.default = {
5
5
  "brand": "pf-c-brand",
6
- "button": "pf-c-button",
7
- "card": "pf-c-card",
8
6
  "dropdown": "pf-c-dropdown",
9
7
  "list": "pf-c-list",
10
8
  "login": "pf-c-login",
@@ -1,8 +1,6 @@
1
1
  import './login.css';
2
2
  export default {
3
3
  "brand": "pf-c-brand",
4
- "button": "pf-c-button",
5
- "card": "pf-c-card",
6
4
  "dropdown": "pf-c-dropdown",
7
5
  "list": "pf-c-list",
8
6
  "login": "pf-c-login",
@@ -17,27 +17,6 @@
17
17
  --pf-global--link--Color--hover: var(--pf-global--link--Color--light);
18
18
  --pf-global--BackgroundColor--100: var(--pf-global--BackgroundColor--dark-100);
19
19
  }
20
- .pf-c-masthead .pf-c-button.pf-m-plain .pf-c-card, .pf-c-masthead .pf-c-card {
21
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--dark-transparent-200);
22
- }
23
- .pf-c-masthead .pf-c-button.pf-m-plain .pf-c-button, .pf-c-masthead .pf-c-button {
24
- --pf-c-button--m-primary--Color: var(--pf-global--primary-color--dark-100);
25
- --pf-c-button--m-primary--hover--Color: var(--pf-global--primary-color--dark-100);
26
- --pf-c-button--m-primary--focus--Color: var(--pf-global--primary-color--dark-100);
27
- --pf-c-button--m-primary--active--Color: var(--pf-global--primary-color--dark-100);
28
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--BackgroundColor--light-100);
29
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
30
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
31
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
32
- --pf-c-button--m-secondary--Color: var(--pf-global--Color--light-100);
33
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--Color--light-100);
34
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--Color--light-100);
35
- --pf-c-button--m-secondary--active--Color: var(--pf-global--Color--light-100);
36
- --pf-c-button--m-secondary--BorderColor: var(--pf-global--Color--light-100);
37
- --pf-c-button--m-secondary--hover--BorderColor: var(--pf-global--Color--light-100);
38
- --pf-c-button--m-secondary--focus--BorderColor: var(--pf-global--Color--light-100);
39
- --pf-c-button--m-secondary--active--BorderColor: var(--pf-global--Color--light-100);
40
- }
41
20
 
42
21
  .pf-c-masthead {
43
22
  --pf-c-masthead--PaddingLeft: var(--pf-c-masthead--inset);
@@ -668,23 +647,6 @@
668
647
  --pf-global--link--Color--hover: #73bcf7;
669
648
  --pf-global--BackgroundColor--100: #1b1d21;
670
649
  }
671
- :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
672
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
673
- }
674
- :where(.pf-theme-dark) .pf-c-masthead .pf-c-button {
675
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
676
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
677
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
678
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
679
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
680
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
681
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
682
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
683
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
684
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
685
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
686
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
687
- }
688
650
 
689
651
  :where(.pf-theme-dark) .pf-c-masthead {
690
652
  --pf-c-masthead--BackgroundColor: var(--pf-global--palette--black-1000);
@@ -1,7 +1,6 @@
1
1
  import './masthead.css';
2
2
  declare const _default: {
3
3
  "button": "pf-c-button",
4
- "card": "pf-c-card",
5
4
  "contextSelector": "pf-c-context-selector",
6
5
  "dropdown": "pf-c-dropdown",
7
6
  "masthead": "pf-c-masthead",
@@ -3,7 +3,6 @@ exports.__esModule = true;
3
3
  require('./masthead.css');
4
4
  exports.default = {
5
5
  "button": "pf-c-button",
6
- "card": "pf-c-card",
7
6
  "contextSelector": "pf-c-context-selector",
8
7
  "dropdown": "pf-c-dropdown",
9
8
  "masthead": "pf-c-masthead",
@@ -1,7 +1,6 @@
1
1
  import './masthead.css';
2
2
  export default {
3
3
  "button": "pf-c-button",
4
- "card": "pf-c-card",
5
4
  "contextSelector": "pf-c-context-selector",
6
5
  "dropdown": "pf-c-dropdown",
7
6
  "masthead": "pf-c-masthead",
@@ -17,7 +17,7 @@
17
17
  --pf-c-modal-box--m-warning__title-icon--Color: var(--pf-global--warning-color--100);
18
18
  --pf-c-modal-box--m-success__title-icon--Color: var(--pf-global--success-color--100);
19
19
  --pf-c-modal-box--m-info__title-icon--Color: var(--pf-global--info-color--100);
20
- --pf-c-modal-box--m-default__title-icon--Color: var(--pf-global--default-color--200);
20
+ --pf-c-modal-box--m-custom__title-icon--Color: var(--pf-global--custom-color--200);
21
21
  --pf-c-modal-box__header--PaddingTop: var(--pf-global--spacer--lg);
22
22
  --pf-c-modal-box__header--PaddingRight: var(--pf-global--spacer--lg);
23
23
  --pf-c-modal-box__header--PaddingLeft: var(--pf-global--spacer--lg);
@@ -82,8 +82,8 @@
82
82
  .pf-c-modal-box.pf-m-success {
83
83
  --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-success__title-icon--Color);
84
84
  }
85
- .pf-c-modal-box.pf-m-default {
86
- --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-default__title-icon--Color);
85
+ .pf-c-modal-box.pf-m-custom {
86
+ --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-custom__title-icon--Color);
87
87
  }
88
88
  .pf-c-modal-box.pf-m-info {
89
89
  --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-info__title-icon--Color);
@@ -19,7 +19,7 @@ declare const _default: {
19
19
  "danger": "pf-m-danger",
20
20
  "warning": "pf-m-warning",
21
21
  "success": "pf-m-success",
22
- "default": "pf-m-default",
22
+ "custom": "pf-m-custom",
23
23
  "info": "pf-m-info",
24
24
  "help": "pf-m-help",
25
25
  "icon": "pf-m-icon"
@@ -21,7 +21,7 @@ exports.default = {
21
21
  "danger": "pf-m-danger",
22
22
  "warning": "pf-m-warning",
23
23
  "success": "pf-m-success",
24
- "default": "pf-m-default",
24
+ "custom": "pf-m-custom",
25
25
  "info": "pf-m-info",
26
26
  "help": "pf-m-help",
27
27
  "icon": "pf-m-icon"
@@ -19,7 +19,7 @@ export default {
19
19
  "danger": "pf-m-danger",
20
20
  "warning": "pf-m-warning",
21
21
  "success": "pf-m-success",
22
- "default": "pf-m-default",
22
+ "custom": "pf-m-custom",
23
23
  "info": "pf-m-info",
24
24
  "help": "pf-m-help",
25
25
  "icon": "pf-m-icon"
@@ -30,8 +30,8 @@
30
30
  --pf-c-notification-drawer__list-item--m-danger__list-item--before--BackgroundColor: var(--pf-global--danger-color--100);
31
31
  --pf-c-notification-drawer__list-item--m-success__list-item-header-icon--Color: var(--pf-global--success-color--100);
32
32
  --pf-c-notification-drawer__list-item--m-success__list-item--before--BackgroundColor: var(--pf-global--success-color--100);
33
- --pf-c-notification-drawer__list-item--m-default__list-item-header-icon--Color: var(--pf-global--default-color--200);
34
- --pf-c-notification-drawer__list-item--m-default__list-item--before--BackgroundColor: var(--pf-global--default-color--200);
33
+ --pf-c-notification-drawer__list-item--m-custom__list-item-header-icon--Color: var(--pf-global--custom-color--200);
34
+ --pf-c-notification-drawer__list-item--m-custom__list-item--before--BackgroundColor: var(--pf-global--custom-color--200);
35
35
  --pf-c-notification-drawer__list-item--m-read--BackgroundColor: var(--pf-global--BackgroundColor--200);
36
36
  --pf-c-notification-drawer__list-item--m-read--BorderBottomColor: var(--pf-global--BorderColor--100);
37
37
  --pf-c-notification-drawer__list-item--m-read--before--Top: calc(var(--pf-c-notification-drawer__list-item--BorderBottomWidth) * -1);
@@ -146,9 +146,9 @@
146
146
  --pf-c-notification-drawer__list-item--before--BackgroundColor: var(--pf-c-notification-drawer__list-item--m-success__list-item--before--BackgroundColor);
147
147
  --pf-c-notification-drawer__list-item-header-icon--Color: var(--pf-c-notification-drawer__list-item--m-success__list-item-header-icon--Color);
148
148
  }
149
- .pf-c-notification-drawer__list-item.pf-m-default {
150
- --pf-c-notification-drawer__list-item--before--BackgroundColor: var(--pf-c-notification-drawer__list-item--m-default__list-item--before--BackgroundColor);
151
- --pf-c-notification-drawer__list-item-header-icon--Color: var(--pf-c-notification-drawer__list-item--m-default__list-item-header-icon--Color);
149
+ .pf-c-notification-drawer__list-item.pf-m-custom {
150
+ --pf-c-notification-drawer__list-item--before--BackgroundColor: var(--pf-c-notification-drawer__list-item--m-custom__list-item--before--BackgroundColor);
151
+ --pf-c-notification-drawer__list-item-header-icon--Color: var(--pf-c-notification-drawer__list-item--m-custom__list-item-header-icon--Color);
152
152
  }
153
153
  .pf-c-notification-drawer__list-item.pf-m-read {
154
154
  --pf-c-notification-drawer__list-item--BorderBottomColor: var(--pf-c-notification-drawer__list-item--m-read--BorderBottomColor);
@@ -6,7 +6,7 @@ declare const _default: {
6
6
  "warning": "pf-m-warning",
7
7
  "danger": "pf-m-danger",
8
8
  "success": "pf-m-success",
9
- "default": "pf-m-default",
9
+ "custom": "pf-m-custom",
10
10
  "hoverable": "pf-m-hoverable",
11
11
  "truncate": "pf-m-truncate",
12
12
  "expanded": "pf-m-expanded"
@@ -8,7 +8,7 @@ exports.default = {
8
8
  "warning": "pf-m-warning",
9
9
  "danger": "pf-m-danger",
10
10
  "success": "pf-m-success",
11
- "default": "pf-m-default",
11
+ "custom": "pf-m-custom",
12
12
  "hoverable": "pf-m-hoverable",
13
13
  "truncate": "pf-m-truncate",
14
14
  "expanded": "pf-m-expanded"
@@ -6,7 +6,7 @@ export default {
6
6
  "warning": "pf-m-warning",
7
7
  "danger": "pf-m-danger",
8
8
  "success": "pf-m-success",
9
- "default": "pf-m-default",
9
+ "custom": "pf-m-custom",
10
10
  "hoverable": "pf-m-hoverable",
11
11
  "truncate": "pf-m-truncate",
12
12
  "expanded": "pf-m-expanded"
@@ -4,6 +4,7 @@
4
4
  --pf-c-options-menu__toggle--PaddingRight: var(--pf-global--spacer--sm);
5
5
  --pf-c-options-menu__toggle--PaddingBottom: var(--pf-global--spacer--form-element);
6
6
  --pf-c-options-menu__toggle--PaddingLeft: var(--pf-global--spacer--sm);
7
+ --pf-c-options-menu__toggle--ColumnGap: var(--pf-global--spacer--sm);
7
8
  --pf-c-options-menu__toggle--MinWidth: 0;
8
9
  --pf-c-options-menu__toggle--BorderWidth: var(--pf-global--BorderWidth--sm);
9
10
  --pf-c-options-menu__toggle--BorderTopColor: var(--pf-global--BorderColor--300);
@@ -24,8 +25,8 @@
24
25
  --pf-c-options-menu__toggle--m-plain--disabled--Color: var(--pf-global--disabled-color--200);
25
26
  --pf-c-options-menu__toggle--m-plain--PaddingRight: var(--pf-global--spacer--md);
26
27
  --pf-c-options-menu__toggle--m-plain--PaddingLeft: var(--pf-global--spacer--md);
27
- --pf-c-options-menu__toggle-icon--MarginRight: var(--pf-global--spacer--sm);
28
- --pf-c-options-menu__toggle-icon--MarginLeft: var(--pf-global--spacer--md);
28
+ --pf-c-options-menu__toggle-icon--PaddingRight: var(--pf-global--spacer--sm);
29
+ --pf-c-options-menu__toggle-icon--PaddingLeft: var(--pf-global--spacer--sm);
29
30
  --pf-c-options-menu--m-top--m-expanded__toggle-icon--Rotate: 180deg;
30
31
  --pf-c-options-menu--m-plain__toggle-icon--Color: var(--pf-global--Color--200);
31
32
  --pf-c-options-menu--m-plain--hover__toggle-icon--Color: var(--pf-global--Color--100);
@@ -107,8 +108,8 @@
107
108
  .pf-c-options-menu__toggle {
108
109
  position: relative;
109
110
  display: flex;
111
+ column-gap: var(--pf-c-options-menu__toggle--ColumnGap);
110
112
  align-items: center;
111
- justify-content: space-between;
112
113
  min-width: var(--pf-c-options-menu__toggle--MinWidth);
113
114
  max-width: 100%;
114
115
  padding: var(--pf-c-options-menu__toggle--PaddingTop) var(--pf-c-options-menu__toggle--PaddingRight) var(--pf-c-options-menu__toggle--PaddingBottom) var(--pf-c-options-menu__toggle--PaddingLeft);
@@ -160,6 +161,8 @@
160
161
  overflow: hidden;
161
162
  text-overflow: ellipsis;
162
163
  white-space: nowrap;
164
+ flex: 1 1 auto;
165
+ text-align: left;
163
166
  }
164
167
 
165
168
  .pf-c-options-menu__toggle-icon,
@@ -168,8 +171,8 @@
168
171
  }
169
172
 
170
173
  .pf-c-options-menu__toggle-icon {
171
- margin-right: var(--pf-c-options-menu__toggle-icon--MarginRight);
172
- margin-left: var(--pf-c-options-menu__toggle-icon--MarginLeft);
174
+ padding-right: var(--pf-c-options-menu__toggle-icon--PaddingRight);
175
+ padding-left: var(--pf-c-options-menu__toggle-icon--PaddingLeft);
173
176
  }
174
177
  .pf-c-options-menu.pf-m-top.pf-m-expanded .pf-c-options-menu__toggle-icon {
175
178
  transform: rotate(var(--pf-c-options-menu--m-top--m-expanded__toggle-icon--Rotate));
@@ -8,7 +8,7 @@
8
8
  --pf-global--BackgroundColor--100: var(--pf-global--BackgroundColor--light-100);
9
9
  }
10
10
 
11
- .pf-c-page__main-section[class*=pf-m-dark-], .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector, .pf-c-page__header {
11
+ .pf-c-page__main-section[class*=pf-m-dark-], .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector, .pf-c-page__sidebar, .pf-c-page__header {
12
12
  --pf-global--Color--100: var(--pf-global--Color--light-100);
13
13
  --pf-global--Color--200: var(--pf-global--Color--light-200);
14
14
  --pf-global--BorderColor--100: var(--pf-global--BorderColor--light-100);
@@ -17,27 +17,6 @@
17
17
  --pf-global--link--Color--hover: var(--pf-global--link--Color--light);
18
18
  --pf-global--BackgroundColor--100: var(--pf-global--BackgroundColor--dark-100);
19
19
  }
20
- .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card, .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card, .pf-c-page__header .pf-c-card {
21
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--dark-transparent-200);
22
- }
23
- .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button, .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button, .pf-c-page__header .pf-c-button {
24
- --pf-c-button--m-primary--Color: var(--pf-global--primary-color--dark-100);
25
- --pf-c-button--m-primary--hover--Color: var(--pf-global--primary-color--dark-100);
26
- --pf-c-button--m-primary--focus--Color: var(--pf-global--primary-color--dark-100);
27
- --pf-c-button--m-primary--active--Color: var(--pf-global--primary-color--dark-100);
28
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--BackgroundColor--light-100);
29
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
30
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
31
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
32
- --pf-c-button--m-secondary--Color: var(--pf-global--Color--light-100);
33
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--Color--light-100);
34
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--Color--light-100);
35
- --pf-c-button--m-secondary--active--Color: var(--pf-global--Color--light-100);
36
- --pf-c-button--m-secondary--BorderColor: var(--pf-global--Color--light-100);
37
- --pf-c-button--m-secondary--hover--BorderColor: var(--pf-global--Color--light-100);
38
- --pf-c-button--m-secondary--focus--BorderColor: var(--pf-global--Color--light-100);
39
- --pf-c-button--m-secondary--active--BorderColor: var(--pf-global--Color--light-100);
40
- }
41
20
 
42
21
  .pf-c-page__header-tools-item, .pf-c-page__header-tools-group {
43
22
  --pf-hidden-visible--hidden--Display: none;
@@ -90,6 +69,8 @@
90
69
 
91
70
  .pf-c-page {
92
71
  --pf-c-page--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
72
+ --pf-c-page--inset: var(--pf-global--spacer--md);
73
+ --pf-c-page--xl--inset: var(--pf-global--spacer--lg);
93
74
  --pf-c-page__header--BackgroundColor: var(--pf-global--BackgroundColor--dark-100);
94
75
  --pf-c-page__header--ZIndex: var(--pf-global--ZIndex--md);
95
76
  --pf-c-page__header--MinHeight: 4.75rem;
@@ -136,10 +117,10 @@
136
117
  --pf-c-page__sidebar--TranslateZ: 0;
137
118
  --pf-c-page__sidebar--m-expanded--TranslateX: 0;
138
119
  --pf-c-page__sidebar--xl--TranslateX: 0;
139
- --pf-c-page__sidebar-body--PaddingTop: var(--pf-global--spacer--sm);
140
- --pf-c-page__sidebar-body--PaddingBottom: var(--pf-global--spacer--md);
141
- --pf-c-page__sidebar-body--m-menu--PaddingTop: 0;
142
- --pf-c-page__sidebar-body--m-menu--PaddingBottom: 0;
120
+ --pf-c-page__sidebar-body--PaddingRight: 0;
121
+ --pf-c-page__sidebar-body--PaddingLeft: 0;
122
+ --pf-c-page__sidebar-body--m-page-insets--PaddingRight: var(--pf-c-page--inset);
123
+ --pf-c-page__sidebar-body--m-page-insets--PaddingLeft: var(--pf-c-page--inset);
143
124
  --pf-c-page__sidebar-body--m-menu--BorderTopColor: var(--pf-global--BackgroundColor--dark-200);
144
125
  --pf-c-page__sidebar-body--m-menu--BorderTopWidth: var(--pf-global--BorderWidth--sm);
145
126
  --pf-c-page__sidebar-body--m-menu--c-context-selector--BorderBottomColor: var(--pf-global--BackgroundColor--dark-200);
@@ -210,6 +191,7 @@
210
191
  @media (min-width: 1200px) {
211
192
  .pf-c-page {
212
193
  --pf-c-page__header-brand--PaddingLeft: var(--pf-c-page__header-brand--xl--PaddingLeft);
194
+ --pf-c-page--inset: var(--pf-c-page--xl--inset);
213
195
  }
214
196
  }
215
197
  @media screen and (min-width: 1200px) {
@@ -395,7 +377,10 @@
395
377
  }
396
378
 
397
379
  .pf-c-page__sidebar {
380
+ color: var(--pf-global--Color--100);
398
381
  z-index: var(--pf-c-page__sidebar--ZIndex);
382
+ display: flex;
383
+ flex-direction: column;
399
384
  grid-area: nav;
400
385
  grid-row-start: 2;
401
386
  grid-column-start: 1;
@@ -427,12 +412,13 @@
427
412
  }
428
413
 
429
414
  .pf-c-page__sidebar-body {
430
- padding-top: var(--pf-c-page__sidebar-body--PaddingTop);
431
- padding-bottom: var(--pf-c-page__sidebar-body--PaddingBottom);
415
+ padding-right: var(--pf-c-page__sidebar-body--PaddingRight);
416
+ padding-left: var(--pf-c-page__sidebar-body--PaddingLeft);
417
+ }
418
+ .pf-c-page__sidebar-body:last-child {
419
+ flex-grow: 1;
432
420
  }
433
421
  .pf-c-page__sidebar-body.pf-m-menu {
434
- --pf-c-page__sidebar-body--PaddingTop: var(--pf-c-page__sidebar-body--m-menu--PaddingTop);
435
- --pf-c-page__sidebar-body--PaddingBottom: var(--pf-c-page__sidebar-body--m-menu--PaddingBottom);
436
422
  background-color: var(--pf-global--palette--black-900);
437
423
  border-top: var(--pf-c-page__sidebar-body--m-menu--BorderTopWidth) solid var(--pf-c-page__sidebar-body--m-menu--BorderTopColor);
438
424
  }
@@ -448,6 +434,20 @@
448
434
  color: var(--pf-global--Color--100);
449
435
  width: 100%;
450
436
  }
437
+ .pf-c-page__sidebar-body.pf-m-page-insets {
438
+ --pf-c-page__sidebar-body--PaddingRight: var(--pf-c-page__sidebar-body--m-page-insets--PaddingRight);
439
+ --pf-c-page__sidebar-body--PaddingLeft: var(--pf-c-page__sidebar-body--m-page-insets--PaddingLeft);
440
+ }
441
+ .pf-c-page__sidebar-body.pf-m-inset-none {
442
+ --pf-c-page__sidebar-body--PaddingRight: 0;
443
+ --pf-c-page__sidebar-body--PaddingLeft: 0;
444
+ }
445
+ .pf-c-page__sidebar-body.pf-m-fill {
446
+ flex-grow: 1;
447
+ }
448
+ .pf-c-page__sidebar-body.pf-m-no-fill {
449
+ flex-grow: 0;
450
+ }
451
451
 
452
452
  .pf-c-page__main-nav.pf-m-limit-width,
453
453
  .pf-c-page__main-breadcrumb.pf-m-limit-width,
@@ -963,27 +963,6 @@
963
963
  --pf-global--link--Color--hover: #73bcf7;
964
964
  --pf-global--BackgroundColor--100: #1b1d21;
965
965
  }
966
- :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
967
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
968
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
969
- --pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
970
- }
971
- :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
972
- :where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
973
- :where(.pf-theme-dark) .pf-c-page__header .pf-c-button {
974
- --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
975
- --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
976
- --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
977
- --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
978
- --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
979
- --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
980
- --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
981
- --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
982
- --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
983
- --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
984
- --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
985
- --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
986
- }
987
966
 
988
967
  :where(.pf-theme-dark) .pf-c-page {
989
968
  --pf-c-page__main-section--BackgroundColor: var(--pf-global--BackgroundColor--200);
@@ -3,7 +3,6 @@ declare const _default: {
3
3
  "avatar": "pf-c-avatar",
4
4
  "brand": "pf-c-brand",
5
5
  "button": "pf-c-button",
6
- "card": "pf-c-card",
7
6
  "contextSelector": "pf-c-context-selector",
8
7
  "drawer": "pf-c-drawer",
9
8
  "masthead": "pf-c-masthead",
@@ -28,6 +27,10 @@ declare const _default: {
28
27
  "attention": "pf-m-attention",
29
28
  "expanded": "pf-m-expanded",
30
29
  "collapsed": "pf-m-collapsed",
30
+ "pageInsets": "pf-m-page-insets",
31
+ "insetNone": "pf-m-inset-none",
32
+ "fill": "pf-m-fill",
33
+ "noFill": "pf-m-no-fill",
31
34
  "limitWidth": "pf-m-limit-width",
32
35
  "alignCenter": "pf-m-align-center",
33
36
  "overflowScroll": "pf-m-overflow-scroll",
@@ -45,8 +48,6 @@ declare const _default: {
45
48
  "stickyBottomOnXlHeight": "pf-m-sticky-bottom-on-xl-height",
46
49
  "stickyTopOn_2xlHeight": "pf-m-sticky-top-on-2xl-height",
47
50
  "stickyBottomOn_2xlHeight": "pf-m-sticky-bottom-on-2xl-height",
48
- "fill": "pf-m-fill",
49
- "noFill": "pf-m-no-fill",
50
51
  "light_100": "pf-m-light-100",
51
52
  "dark_100": "pf-m-dark-100",
52
53
  "dark_200": "pf-m-dark-200",