@patternfly/react-styles 6.3.1 → 6.4.0-prerelease.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/CHANGELOG.md +21 -1
  2. package/css/components/Accordion/accordion.css +42 -15
  3. package/css/components/Alert/alert-group.css +17 -15
  4. package/css/components/Badge/badge.css +2 -0
  5. package/css/components/Banner/banner.css +4 -0
  6. package/css/components/Button/button.css +34 -4
  7. package/css/components/CalendarMonth/calendar-month.css +35 -4
  8. package/css/components/Card/card.css +7 -4
  9. package/css/components/CodeBlock/code-block.css +3 -0
  10. package/css/components/CodeEditor/code-editor.css +23 -3
  11. package/css/components/DatePicker/date-picker.css +3 -0
  12. package/css/components/Divider/divider.css +2 -0
  13. package/css/components/Drawer/drawer.css +46 -41
  14. package/css/components/DualListSelector/dual-list-selector.css +21 -4
  15. package/css/components/ExpandableSection/expandable-section.css +6 -2
  16. package/css/components/FormControl/form-control.css +6 -7
  17. package/css/components/Label/label.css +20 -11
  18. package/css/components/Login/login.css +3 -0
  19. package/css/components/Menu/menu.css +18 -0
  20. package/css/components/MenuToggle/menu-toggle.css +13 -6
  21. package/css/components/ModalBox/modal-box.css +3 -0
  22. package/css/components/Nav/nav.css +17 -0
  23. package/css/components/Page/page.css +73 -25
  24. package/css/components/Page/page.d.ts +3 -0
  25. package/css/components/Page/page.js +3 -0
  26. package/css/components/Page/page.mjs +3 -0
  27. package/css/components/Pagination/pagination.css +15 -2
  28. package/css/components/Panel/panel.css +14 -1
  29. package/css/components/Popover/popover.css +4 -0
  30. package/css/components/Progress/progress.css +19 -0
  31. package/css/components/Sidebar/sidebar.css +7 -0
  32. package/css/components/SimpleList/simple-list.css +15 -0
  33. package/css/components/Slider/slider.css +9 -0
  34. package/css/components/Switch/switch.css +7 -1
  35. package/css/components/Table/table.css +29 -0
  36. package/css/components/Tabs/tabs.css +18 -7
  37. package/css/components/TextInputGroup/text-input-group.css +3 -0
  38. package/css/components/ToggleGroup/toggle-group.css +18 -9
  39. package/css/components/Toolbar/toolbar.css +7 -0
  40. package/css/components/TreeView/tree-view.css +15 -0
  41. package/css/components/Wizard/wizard.css +37 -6
  42. package/css/components/Wizard/wizard.d.ts +1 -1
  43. package/css/components/Wizard/wizard.js +1 -1
  44. package/css/components/Wizard/wizard.mjs +1 -1
  45. package/css/components/_index.css +615 -167
  46. package/css/components/_index.d.ts +0 -1
  47. package/css/components/_index.js +0 -1
  48. package/css/components/_index.mjs +0 -1
  49. package/package.json +3 -3
@@ -3,6 +3,10 @@
3
3
  --pf-v6-c-code-editor__controls--Gap: var(--pf-t--global--spacer--gap--action-to-action--plain);
4
4
  --pf-v6-c-code-editor__header--before--BorderBlockEndWidth: var(--pf-t--global--border--width--box--default);
5
5
  --pf-v6-c-code-editor__header--before--BorderBlockEndColor: var(--pf-t--global--border--color--default);
6
+ --pf-v6-c-code-editor__header--BorderWidth: var(--pf-t--global--border--width--box--default);
7
+ --pf-v6-c-code-editor__header--BorderColor: var(--pf-t--global--border--color--default);
8
+ --pf-v6-c-code-editor__header--BorderStartStartRadius: var(--pf-t--global--border--radius--medium);
9
+ --pf-v6-c-code-editor__header--BorderStartEndRadius: var(--pf-t--global--border--radius--medium);
6
10
  --pf-v6-c-code-editor__header-content--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
7
11
  --pf-v6-c-code-editor__header-content--m-plain--BackgroundColor: var(--pf-t--global--background--color--primary--default);
8
12
  --pf-v6-c-code-editor__header-content--PaddingBlockStart: var(--pf-t--global--spacer--xs);
@@ -37,6 +41,7 @@
37
41
  --pf-v6-c-code-editor__header-main--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
38
42
  --pf-v6-c-code-editor__header-main--PaddingInlineStart: var(--pf-t--global--spacer--sm);
39
43
  --pf-v6-c-code-editor__tab--BackgroundColor: var(--pf-t--global--background--color--primary--default);
44
+ --pf-v6-c-code-editor--m-read-only__tab--BackgroundColor: var(--pf-v6-c-code-editor--m-read-only__main--BackgroundColor);
40
45
  --pf-v6-c-code-editor__tab--Color: var(--pf-t--global--text--color--subtle);
41
46
  --pf-v6-c-code-editor__tab--PaddingBlockStart: var(--pf-t--global--spacer--sm);
42
47
  --pf-v6-c-code-editor__tab--PaddingInlineEnd: var( --pf-t--global--spacer--sm);
@@ -56,6 +61,7 @@
56
61
  flex-direction: column;
57
62
  }
58
63
  .pf-v6-c-code-editor.pf-m-read-only {
64
+ --pf-v6-c-code-editor__tab--BackgroundColor: var(--pf-v6-c-code-editor--m-read-only__tab--BackgroundColor);
59
65
  --pf-v6-c-code-editor__main--BackgroundColor: var(--pf-v6-c-code-editor--m-read-only__main--BackgroundColor);
60
66
  }
61
67
  .pf-v6-c-code-editor.pf-m-full-height {
@@ -72,16 +78,29 @@
72
78
  position: relative;
73
79
  display: flex;
74
80
  }
75
- .pf-v6-c-code-editor__header::before {
81
+ .pf-v6-c-code-editor__header::before, .pf-v6-c-code-editor__header::after {
82
+ position: absolute;
83
+ pointer-events: none;
84
+ content: "";
85
+ }
86
+ .pf-v6-c-code-editor__header::after {
76
87
  position: absolute;
88
+ inset: 0;
89
+ pointer-events: none;
90
+ content: "";
91
+ border: var(--pf-v6-c-code-editor__header--BorderWidth) solid var(--pf-v6-c-code-editor__header--BorderColor);
92
+ border-block-end-width: 0;
93
+ border-start-start-radius: var(--pf-v6-c-code-editor__header--BorderStartStartRadius);
94
+ border-start-end-radius: var(--pf-v6-c-code-editor__header--BorderStartEndRadius);
95
+ }
96
+ .pf-v6-c-code-editor__header::before {
77
97
  inset-block-end: 0;
78
98
  inset-inline-start: 0;
79
99
  inset-inline-end: 0;
80
- pointer-events: none;
81
- content: "";
82
100
  border-block-end: var(--pf-v6-c-code-editor__header--before--BorderBlockEndWidth) solid var(--pf-v6-c-code-editor__header--before--BorderBlockEndColor);
83
101
  }
84
102
  .pf-v6-c-code-editor__header.pf-m-plain {
103
+ --pf-v6-c-code-editor__header--BorderWidth: 0;
85
104
  --pf-v6-c-code-editor__header-content--BackgroundColor: var(--pf-v6-c-code-editor__header-content--m-plain--BackgroundColor);
86
105
  }
87
106
 
@@ -178,6 +197,7 @@
178
197
  padding-block-end: var(--pf-v6-c-code-editor__tab--PaddingBlockEnd);
179
198
  padding-inline-start: var(--pf-v6-c-code-editor__tab--PaddingInlineStart);
180
199
  padding-inline-end: var(--pf-v6-c-code-editor__tab--PaddingInlineEnd);
200
+ margin-inline-start: auto;
181
201
  color: var(--pf-v6-c-code-editor__tab--Color);
182
202
  background-color: var(--pf-v6-c-code-editor__tab--BackgroundColor);
183
203
  border-color: var(--pf-v6-c-code-editor__tab--BorderColor);
@@ -5,6 +5,8 @@
5
5
  --pf-v6-c-date-picker__input--c-form-control--Width: calc(var(--pf-v6-c-date-picker__input--c-form-control--width-chars) * 1ch + var(--pf-v6-c-date-picker__input--c-form-control--width-base));
6
6
  --pf-v6-c-date-picker__input--c-form-control--width-base: calc(var(--pf-t--global--spacer--xl) + var(--pf-t--global--spacer--sm));
7
7
  --pf-v6-c-date-picker__input--c-form-control--width-chars: 11;
8
+ --pf-v6-c-date-picker__calendar--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
9
+ --pf-v6-c-date-picker__calendar--BorderColor: var(--pf-t--global--border--color--high-contrast);
8
10
  --pf-v6-c-date-picker__calendar--BackgroundColor: var(--pf-t--global--background--color--floating--default);
9
11
  --pf-v6-c-date-picker__calendar--BoxShadow: var(--pf-t--global--box-shadow--md);
10
12
  --pf-v6-c-date-picker__calendar--ZIndex: var(--pf-t--global--z-index--sm);
@@ -35,6 +37,7 @@
35
37
  inset-inline-end: var(--pf-v6-c-date-picker__calendar--InsetInlineEnd);
36
38
  z-index: var(--pf-v6-c-date-picker__calendar--ZIndex);
37
39
  background-color: var(--pf-v6-c-date-picker__calendar--BackgroundColor);
40
+ border: var(--pf-v6-c-date-picker__calendar--BorderWidth) solid var(--pf-v6-c-date-picker__calendar--BorderColor);
38
41
  box-shadow: var(--pf-v6-c-date-picker__calendar--BoxShadow);
39
42
  }
40
43
  .pf-v6-c-date-picker__calendar.pf-m-align-right {
@@ -66,6 +66,8 @@
66
66
  flex-basis: var(--pf-v6-c-divider--before--FlexBasis);
67
67
  content: "";
68
68
  background-color: var(--pf-v6-c-divider--Color);
69
+ border-block-start: var(--pf-v6-c-divider--Size) solid transparent;
70
+ border-inline-start: var(--pf-v6-c-divider--Size) solid transparent;
69
71
  }
70
72
  .pf-v6-c-divider.pf-m-horizontal {
71
73
  flex-direction: row;
@@ -9,6 +9,11 @@
9
9
  --pf-v6-c-drawer__panel--MinWidth: 50%;
10
10
  --pf-v6-c-drawer__panel--MaxHeight: auto;
11
11
  --pf-v6-c-drawer__panel--ZIndex: var(--pf-t--global--z-index--sm);
12
+ --pf-v6-c-drawer__panel--BorderColor: var(--pf-v6-c-drawer__panel--after--BackgroundColor);
13
+ --pf-v6-c-drawer__panel--BorderBlockStartWidth: 0;
14
+ --pf-v6-c-drawer__panel--BorderBlockEndWidth: 0;
15
+ --pf-v6-c-drawer__panel--BorderInlineStartWidth: var(--pf-v6-c-drawer__panel--after--Width);
16
+ --pf-v6-c-drawer__panel--BorderInlineEndWidth: 0;
12
17
  --pf-v6-c-drawer__panel--BackgroundColor: var(--pf-t--global--background--color--floating--default);
13
18
  --pf-v6-c-drawer__panel--m-inline--BackgroundColor: var(--pf-t--global--background--color--primary--default);
14
19
  --pf-v6-c-drawer__panel--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
@@ -105,13 +110,15 @@
105
110
  --pf-v6-c-drawer__actions--MarginInlineEnd: calc(var(--pf-t--global--spacer--control--horizontal--compact) * -1.5);
106
111
  --pf-v6-c-drawer__panel--BoxShadow: none;
107
112
  --pf-v6-c-drawer--m-expanded--m-panel-bottom__panel--BoxShadow: var(--pf-t--global--box-shadow--md--top);
108
- --pf-v6-c-drawer__panel--after--Width: var(--pf-t--global--border--width--divider--default);
109
- --pf-v6-c-drawer--m-panel-bottom__panel--after--Height: var(--pf-t--global--border--width--divider--default);
110
- --pf-v6-c-drawer__panel--after--BackgroundColor: transparent;
113
+ --pf-v6-c-drawer__panel--after--Width: var(--pf-t--global--border--width--high-contrast--regular);
114
+ --pf-v6-c-drawer--m-inline__panel--after--Width: 0;
115
+ --pf-v6-c-drawer--m-inline__panel--after--md--Width: var(--pf-t--global--border--width--divider--default);
116
+ --pf-v6-c-drawer--m-panel-bottom__panel--after--Height: var(--pf-t--global--border--width--high-contrast--regular);
117
+ --pf-v6-c-drawer__panel--after--BackgroundColor: var(--pf-t--global--border--color--high-contrast);
111
118
  --pf-v6-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor: var(--pf-t--global--border--color--default);
112
- --pf-v6-c-drawer--m-inline__panel--PaddingInlineStart: var(--pf-v6-c-drawer__panel--after--Width);
113
- --pf-v6-c-drawer--m-panel-left--m-inline__panel--PaddingInlineEnd: var(--pf-v6-c-drawer__panel--after--Width);
114
- --pf-v6-c-drawer--m-panel-bottom--m-inline__panel--PaddingBlockStart: var(--pf-v6-c-drawer__panel--after--Width);
119
+ --pf-v6-c-drawer--m-inline__panel--PaddingInlineStart: 0;
120
+ --pf-v6-c-drawer--m-panel-left--m-inline__panel--PaddingInlineEnd: 0;
121
+ --pf-v6-c-drawer--m-panel-bottom--m-inline__panel--PaddingBlockStart: 0;
115
122
  }
116
123
  @media screen and (prefers-reduced-motion: no-preference) {
117
124
  .pf-v6-c-drawer {
@@ -152,6 +159,7 @@
152
159
 
153
160
  .pf-v6-c-drawer.pf-m-inline, .pf-v6-c-drawer.pf-m-static {
154
161
  --pf-v6-c-drawer__panel--BackgroundColor: var(--pf-v6-c-drawer__panel--m-inline--BackgroundColor);
162
+ --pf-v6-c-drawer__panel--BorderInlineStartWidth: var(--pf-v6-c-drawer--m-inline__panel--after--Width);
155
163
  }
156
164
  .pf-v6-c-drawer.pf-m-inline > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable), .pf-v6-c-drawer.pf-m-static > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable) {
157
165
  padding-inline-start: var(--pf-v6-c-drawer--m-inline__panel--PaddingInlineStart);
@@ -252,6 +260,11 @@
252
260
  overflow: auto;
253
261
  visibility: hidden;
254
262
  background-color: var(--pf-v6-c-drawer__panel--BackgroundColor);
263
+ border: solid var(--pf-v6-c-drawer__panel--BorderColor);
264
+ border-block-start-width: var(--pf-v6-c-drawer__panel--BorderBlockStartWidth);
265
+ border-block-end-width: var(--pf-v6-c-drawer__panel--BorderBlockEndWidth);
266
+ border-inline-start-width: var(--pf-v6-c-drawer__panel--BorderInlineStartWidth);
267
+ border-inline-end-width: var(--pf-v6-c-drawer__panel--BorderInlineEndWidth);
255
268
  box-shadow: var(--pf-v6-c-drawer__panel--BoxShadow);
256
269
  opacity: var(--pf-v6-c-drawer__panel--Opacity);
257
270
  transition-delay: var(--pf-v6-c-drawer__panel--TransitionDelay);
@@ -260,15 +273,6 @@
260
273
  transition-property: var(--pf-v6-c-drawer__panel--TransitionProperty);
261
274
  -webkit-overflow-scrolling: touch;
262
275
  }
263
- .pf-v6-c-drawer__panel::after {
264
- position: absolute;
265
- inset-block-start: 0;
266
- inset-inline-start: 0;
267
- width: var(--pf-v6-c-drawer__panel--after--Width);
268
- height: 100%;
269
- content: "";
270
- background-color: var(--pf-v6-c-drawer__panel--after--BackgroundColor);
271
- }
272
276
  .pf-v6-c-drawer__panel:not(.pf-m-resizable) {
273
277
  padding-block-start: var(--pf-v6-c-drawer__panel--PaddingBlockStart);
274
278
  padding-block-end: var(--pf-v6-c-drawer__panel--PaddingBlockEnd);
@@ -416,6 +420,7 @@
416
420
 
417
421
  @media screen and (min-width: 48rem) {
418
422
  .pf-v6-c-drawer {
423
+ --pf-v6-c-drawer--m-inline__panel--after--Width: var(--pf-v6-c-drawer--m-inline__panel--after--md--Width);
419
424
  min-width: var(--pf-v6-c-drawer__panel--MinWidth);
420
425
  }
421
426
  .pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
@@ -423,13 +428,13 @@
423
428
  }
424
429
  .pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-resizable {
425
430
  --pf-v6-c-drawer__panel--md--FlexBasis--min: var(--pf-v6-c-drawer__panel--m-resizable--md--FlexBasis--min);
431
+ --pf-v6-c-drawer__panel--BorderBlockStartWidth: 0;
432
+ --pf-v6-c-drawer__panel--BorderBlockEndWidth: 0;
433
+ --pf-v6-c-drawer__panel--BorderInlineStartWidth: 0;
434
+ --pf-v6-c-drawer__panel--BorderInlineEndWidth: 0;
426
435
  flex-direction: var(--pf-v6-c-drawer__panel--m-resizable--FlexDirection);
427
436
  min-width: var(--pf-v6-c-drawer__panel--m-resizable--MinWidth);
428
437
  }
429
- .pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-resizable::after {
430
- width: 0;
431
- height: 0;
432
- }
433
438
  .pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-resizable > .pf-v6-c-drawer__splitter {
434
439
  flex-shrink: 0;
435
440
  }
@@ -438,18 +443,17 @@
438
443
  }
439
444
  .pf-v6-c-drawer.pf-m-panel-left {
440
445
  --pf-v6-c-drawer--m-expanded__panel--BoxShadow: var(--pf-v6-c-drawer--m-expanded--m-panel-left__panel--BoxShadow);
446
+ --pf-v6-c-drawer__panel--BorderInlineEndWidth: var(--pf-v6-c-drawer__panel--after--Width);
447
+ --pf-v6-c-drawer__panel--BorderInlineStartWidth: 0;
441
448
  }
442
449
  .pf-v6-c-drawer.pf-m-panel-left.pf-m-inline > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable), .pf-v6-c-drawer.pf-m-panel-left.pf-m-static > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable) {
450
+ --pf-v6-c-drawer__panel--BorderInlineEndWidth: var(--pf-v6-c-drawer--m-inline__panel--after--Width);
443
451
  padding-inline-start: 0;
444
452
  padding-inline-end: var(--pf-v6-c-drawer--m-panel-left--m-inline__panel--PaddingInlineEnd);
445
453
  }
446
454
  .pf-v6-c-drawer.pf-m-panel-left.pf-m-expanded > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
447
455
  transform: translateX(0);
448
456
  }
449
- .pf-v6-c-drawer.pf-m-panel-left > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel::after {
450
- inset-inline-start: auto;
451
- inset-inline-end: 0;
452
- }
453
457
  .pf-v6-c-drawer.pf-m-panel-left > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-resizable > .pf-v6-c-drawer__splitter {
454
458
  --pf-v6-c-drawer__splitter-handle--InsetInlineStart: var(--pf-v6-c-drawer--m-panel-left__splitter-handle--InsetInlineStart);
455
459
  order: 1;
@@ -458,19 +462,16 @@
458
462
  --pf-v6-c-drawer--m-expanded__panel--BoxShadow: var(--pf-v6-c-drawer--m-expanded--m-panel-bottom__panel--BoxShadow);
459
463
  --pf-v6-c-drawer__panel--MaxHeight: 100%;
460
464
  --pf-v6-c-drawer__panel--FlexBasis--min: var(--pf-v6-c-drawer--m-panel-bottom__panel--FlexBasis--min);
465
+ --pf-v6-c-drawer__panel--BorderInlineStartWidth: 0;
466
+ --pf-v6-c-drawer__panel--BorderBlockStartWidth: var(--pf-v6-c-drawer--m-panel-bottom__panel--after--Height);
461
467
  min-width: auto;
462
468
  min-height: var(--pf-v6-c-drawer--m-panel-bottom__panel--md--MinHeight);
463
469
  }
464
470
  .pf-v6-c-drawer.pf-m-panel-bottom.pf-m-inline > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable), .pf-v6-c-drawer.pf-m-panel-bottom.pf-m-static > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable) {
471
+ --pf-v6-c-drawer__panel--BorderBlockStartWidth: var(--pf-v6-c-drawer--m-inline__panel--after--Width);
465
472
  padding-block-start: var(--pf-v6-c-drawer--m-panel-bottom--m-inline__panel--PaddingBlockStart);
466
473
  padding-inline-start: 0;
467
474
  }
468
- .pf-v6-c-drawer.pf-m-panel-bottom > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel::after {
469
- inset-block-start: 0;
470
- inset-inline-start: auto;
471
- width: 100%;
472
- height: var(--pf-v6-c-drawer--m-panel-bottom__panel--after--Height);
473
- }
474
475
  .pf-v6-c-drawer.pf-m-panel-bottom > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-resizable {
475
476
  --pf-v6-c-drawer__panel--md--FlexBasis--min: var(--pf-v6-c-drawer--m-panel-bottom__panel--m-resizable--md--FlexBasis--min);
476
477
  --pf-v6-c-drawer__panel--m-resizable--FlexDirection: var(--pf-v6-c-drawer--m-panel-bottom__panel--m-resizable--FlexDirection);
@@ -499,6 +500,10 @@
499
500
  .pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-no-border,
500
501
  .pf-v6-c-drawer.pf-m-panel-left > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-no-border {
501
502
  --pf-v6-c-drawer--m-expanded__panel--BoxShadow: none;
503
+ --pf-v6-c-drawer__panel--BorderBlockStartWidth: 0;
504
+ --pf-v6-c-drawer__panel--BorderBlockEndWidth: 0;
505
+ --pf-v6-c-drawer__panel--BorderInlineStartWidth: 0;
506
+ --pf-v6-c-drawer__panel--BorderInlineEndWidth: 0;
502
507
  }
503
508
  .pf-v6-c-drawer__splitter {
504
509
  display: block;
@@ -593,9 +598,9 @@
593
598
  .pf-v6-c-drawer.pf-m-static > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
594
599
  --pf-v6-c-drawer--m-expanded__panel--BoxShadow: none;
595
600
  }
596
- .pf-v6-c-drawer.pf-m-inline > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border)::after,
597
- .pf-v6-c-drawer.pf-m-static > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border)::after {
598
- background-color: var(--pf-v6-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
601
+ .pf-v6-c-drawer.pf-m-inline > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border),
602
+ .pf-v6-c-drawer.pf-m-static > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border) {
603
+ --pf-v6-c-drawer__panel--BorderColor: var(--pf-v6-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
599
604
  }
600
605
  .pf-v6-c-drawer.pf-m-inline > .pf-v6-c-drawer__main > .pf-v6-c-drawer__content {
601
606
  overflow-x: auto;
@@ -660,9 +665,9 @@
660
665
  .pf-v6-c-drawer.pf-m-static-on-lg > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
661
666
  --pf-v6-c-drawer--m-expanded__panel--BoxShadow: none;
662
667
  }
663
- .pf-v6-c-drawer.pf-m-inline-on-lg > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border)::after,
664
- .pf-v6-c-drawer.pf-m-static-on-lg > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border)::after {
665
- background-color: var(--pf-v6-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
668
+ .pf-v6-c-drawer.pf-m-inline-on-lg > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border),
669
+ .pf-v6-c-drawer.pf-m-static-on-lg > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border) {
670
+ --pf-v6-c-drawer__panel--BorderColor: var(--pf-v6-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
666
671
  }
667
672
  .pf-v6-c-drawer.pf-m-inline-on-lg > .pf-v6-c-drawer__main > .pf-v6-c-drawer__content {
668
673
  overflow-x: auto;
@@ -727,9 +732,9 @@
727
732
  .pf-v6-c-drawer.pf-m-static-on-xl > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
728
733
  --pf-v6-c-drawer--m-expanded__panel--BoxShadow: none;
729
734
  }
730
- .pf-v6-c-drawer.pf-m-inline-on-xl > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border)::after,
731
- .pf-v6-c-drawer.pf-m-static-on-xl > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border)::after {
732
- background-color: var(--pf-v6-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
735
+ .pf-v6-c-drawer.pf-m-inline-on-xl > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border),
736
+ .pf-v6-c-drawer.pf-m-static-on-xl > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border) {
737
+ --pf-v6-c-drawer__panel--BorderColor: var(--pf-v6-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
733
738
  }
734
739
  .pf-v6-c-drawer.pf-m-inline-on-xl > .pf-v6-c-drawer__main > .pf-v6-c-drawer__content {
735
740
  overflow-x: auto;
@@ -794,9 +799,9 @@
794
799
  .pf-v6-c-drawer.pf-m-static-on-2xl > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
795
800
  --pf-v6-c-drawer--m-expanded__panel--BoxShadow: none;
796
801
  }
797
- .pf-v6-c-drawer.pf-m-inline-on-2xl > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border)::after,
798
- .pf-v6-c-drawer.pf-m-static-on-2xl > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border)::after {
799
- background-color: var(--pf-v6-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
802
+ .pf-v6-c-drawer.pf-m-inline-on-2xl > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border),
803
+ .pf-v6-c-drawer.pf-m-static-on-2xl > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border) {
804
+ --pf-v6-c-drawer__panel--BorderColor: var(--pf-v6-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
800
805
  }
801
806
  .pf-v6-c-drawer.pf-m-inline-on-2xl > .pf-v6-c-drawer__main > .pf-v6-c-drawer__content {
802
807
  overflow-x: auto;
@@ -34,8 +34,12 @@
34
34
  --pf-v6-c-dual-list-selector--m-expanded__list--TranslateY: 0;
35
35
  --pf-v6-c-dual-list-selector__list-item-row--FontSize: var(--pf-t--global--font--size--sm);
36
36
  --pf-v6-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
37
+ --pf-v6-c-dual-list-selector__list-item-row--BorderWidth: var(--pf-t--global--border--width--action--plain--default);
38
+ --pf-v6-c-dual-list-selector__list-item-row--BorderColor: var(--pf-t--global--border--color--high-contrast);
37
39
  --pf-v6-c-dual-list-selector__list-item-row--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
40
+ --pf-v6-c-dual-list-selector__list-item-row--hover--BorderWidth: var(--pf-t--global--border--width--action--plain--hover);
38
41
  --pf-v6-c-dual-list-selector__list-item-row--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
42
+ --pf-v6-c-dual-list-selector__list-item-row--m-selected--BorderWidth: var(--pf-t--global--border--width--action--plain--clicked);
39
43
  --pf-v6-c-dual-list-selector__list-item--m-ghost-row--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
40
44
  --pf-v6-c-dual-list-selector__list-item--m-ghost-row--Opacity: .4;
41
45
  --pf-v6-c-dual-list-selector__item--PaddingBlockStart: var(--pf-t--global--spacer--sm);
@@ -141,6 +145,7 @@
141
145
  overflow: auto;
142
146
  border: var(--pf-v6-c-dual-list-selector__menu--BorderWidth) solid var(--pf-v6-c-dual-list-selector__menu--BorderColor);
143
147
  border-radius: var(--pf-v6-c-dual-list-selector__menu--BorderRadius);
148
+ outline-offset: 2px;
144
149
  }
145
150
 
146
151
  .pf-v6-c-dual-list-selector__list {
@@ -165,7 +170,7 @@
165
170
  overflow-anchor: none;
166
171
  }
167
172
 
168
- .pf-v6-c-dual-list-selector__list-item:focus {
173
+ .pf-v6-c-dual-list-selector__list-item:focus-visible {
169
174
  --pf-v6-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-v6-c-dual-list-selector__list-item-row--hover--BackgroundColor);
170
175
  }
171
176
  .pf-v6-c-dual-list-selector__list-item.pf-m-expandable {
@@ -199,22 +204,34 @@
199
204
  }
200
205
 
201
206
  .pf-v6-c-dual-list-selector__list-item-row {
207
+ position: relative;
202
208
  display: flex;
203
209
  font-size: var(--pf-v6-c-dual-list-selector__list-item-row--FontSize);
204
210
  background-color: var(--pf-v6-c-dual-list-selector__list-item-row--BackgroundColor);
205
211
  }
212
+ .pf-v6-c-dual-list-selector__list-item-row::before {
213
+ position: absolute;
214
+ inset: 0;
215
+ pointer-events: none;
216
+ content: "";
217
+ border-block-start: var(--pf-v6-c-dual-list-selector__list-item-row--BorderWidth) solid var(--pf-v6-c-dual-list-selector__list-item-row--BorderColor);
218
+ border-block-end: var(--pf-v6-c-dual-list-selector__list-item-row--BorderWidth) solid var(--pf-v6-c-dual-list-selector__list-item-row--BorderColor);
219
+ }
206
220
  .pf-v6-c-dual-list-selector__list-item-row.pf-m-selected {
207
221
  --pf-v6-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-v6-c-dual-list-selector__list-item-row--m-selected--BackgroundColor);
222
+ --pf-v6-c-dual-list-selector__list-item-row--BorderWidth: var(--pf-v6-c-dual-list-selector__list-item-row--m-selected--BorderWidth);
208
223
  }
209
224
  .pf-v6-c-dual-list-selector__list-item-row.pf-m-selected .pf-v6-c-dual-list-selector__item-text {
210
225
  --pf-v6-c-dual-list-selector__item-text--Color: var(--pf-v6-c-dual-list-selector__list-item-row--m-selected__text--Color);
211
226
  font-weight: var(--pf-v6-c-dual-list-selector__list-item-row--m-selected__text--FontWeight);
212
227
  }
213
- .pf-v6-c-dual-list-selector__list-item-row:hover {
228
+ .pf-v6-c-dual-list-selector__list-item-row:hover, .pf-v6-c-dual-list-selector__list-item-row:focus-within {
214
229
  --pf-v6-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-v6-c-dual-list-selector__list-item-row--hover--BackgroundColor);
230
+ --pf-v6-c-dual-list-selector__list-item-row--BorderWidth: var(--pf-v6-c-dual-list-selector__list-item-row--hover--BorderWidth);
215
231
  }
216
232
  .pf-v6-c-dual-list-selector__list-item-row.pf-m-check {
217
233
  --pf-v6-c-dual-list-selector__list-item-row--m-selected--BackgroundColor: transparent;
234
+ --pf-v6-c-dual-list-selector__list-item-row--m-selected--BorderWidth: 0;
218
235
  }
219
236
  .pf-v6-c-dual-list-selector__list-item-row.pf-m-ghost-row {
220
237
  --pf-v6-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-v6-c-dual-list-selector__list-item--m-ghost-row--BackgroundColor);
@@ -228,7 +245,7 @@
228
245
 
229
246
  .pf-v6-c-dual-list-selector__item,
230
247
  .pf-v6-c-dual-list-selector__item-main {
231
- flex-basis: 100%;
248
+ flex-grow: 1;
232
249
  }
233
250
 
234
251
  .pf-v6-c-dual-list-selector__draggable {
@@ -247,7 +264,7 @@
247
264
 
248
265
  .pf-v6-c-dual-list-selector__item {
249
266
  position: relative;
250
- width: 100%;
267
+ min-width: 0;
251
268
  padding-block-start: var(--pf-v6-c-dual-list-selector__item--PaddingBlockStart);
252
269
  padding-block-end: var(--pf-v6-c-dual-list-selector__item--PaddingBlockEnd);
253
270
  padding-inline-start: var(--pf-v6-c-dual-list-selector__item--PaddingInlineStart);
@@ -19,6 +19,7 @@
19
19
  --pf-v6-c-expandable-section__content--TransitionDelay--hide: var(--pf-v6-c-expandable-section__content--TransitionDuration--fade);
20
20
  --pf-v6-c-expandable-section__content--Opacity: 0;
21
21
  --pf-v6-c-expandable-section__content--TranslateY: 0;
22
+ --pf-v6-c-expandable-section__content--PaddingInlineStart: 0;
22
23
  --pf-v6-c-expandable-section--m-expand-top__content--TranslateY: 0;
23
24
  --pf-v6-c-expandable-section--m-expand-bottom__content--TranslateY: 0;
24
25
  --pf-v6-c-expandable-section--m-expanded__content--Opacity: 1;
@@ -66,6 +67,7 @@
66
67
  --pf-v6-c-expandable-section__content--Opacity: var(--pf-v6-c-expandable-section--m-expanded__content--Opacity);
67
68
  --pf-v6-c-expandable-section__content--TranslateY: var(--pf-v6-c-expandable-section--m-expanded__content--TranslateY);
68
69
  --pf-v6-c-expandable-section__content--Visibility: auto;
70
+ --pf-v6-c-expandable-section__content--Overflow: visible;
69
71
  --pf-v6-c-expandable-section__content--MaxHeight: 99999px;
70
72
  --pf-v6-c-expandable-section__content--TransitionDelay--hide: 0s;
71
73
  gap: var(--pf-v6-c-expandable-section--Gap);
@@ -101,6 +103,7 @@
101
103
  }
102
104
  .pf-v6-c-expandable-section.pf-m-truncate {
103
105
  --pf-v6-c-expandable-section--Gap: var(--pf-v6-c-expandable-section--m-truncate--Gap);
106
+ --pf-v6-c-expandable-section__content--TransitionDelay--hide: 0s;
104
107
  }
105
108
  .pf-v6-c-expandable-section.pf-m-truncate:not(.pf-m-expanded) .pf-v6-c-expandable-section__content {
106
109
  display: -webkit-box;
@@ -127,13 +130,14 @@
127
130
  .pf-v6-c-expandable-section__content {
128
131
  max-width: var(--pf-v6-c-expandable-section__content--MaxWidth);
129
132
  padding-block-end: var(--pf-v6-c-expandable-section__content--PaddingBlockEnd, 0);
130
- padding-inline-start: var(--pf-v6-c-expandable-section__content--PaddingInlineStart, 0);
133
+ padding-inline-start: var(--pf-v6-c-expandable-section__content--PaddingInlineStart);
131
134
  }
132
135
  .pf-v6-c-expandable-section__content:where([hidden]) {
133
136
  display: revert;
134
137
  }
135
- .pf-v6-c-expandable-section:where(:not(.pf-m-truncate)) .pf-v6-c-expandable-section__content {
138
+ .pf-v6-c-expandable-section:where(:not(.pf-m-truncate)) > .pf-v6-c-expandable-section__content {
136
139
  max-height: var(--pf-v6-c-expandable-section__content--MaxHeight, 0);
140
+ overflow: var(--pf-v6-c-expandable-section__content--Overflow, hidden);
137
141
  visibility: var(--pf-v6-c-expandable-section__content--Visibility, hidden);
138
142
  opacity: var(--pf-v6-c-expandable-section__content--Opacity);
139
143
  transition-delay: 0s, 0s, var(--pf-v6-c-expandable-section__content--TransitionDelay--hide, 0s), var(--pf-v6-c-expandable-section__content--TransitionDelay--hide, 0s);
@@ -158,6 +158,12 @@
158
158
  .pf-v6-c-form-control > :is(input, select) {
159
159
  text-overflow: ellipsis;
160
160
  }
161
+ .pf-v6-c-form-control > select {
162
+ background-color: var(--pf-v6-c-form-control--BackgroundColor);
163
+ }
164
+ .pf-v6-c-form-control > select * {
165
+ color: var(--pf-v6-c-form-control--Color);
166
+ }
161
167
  .pf-v6-c-form-control:has(input) {
162
168
  --pf-v6-c-form-control--PaddingBlockStart: var(--pf-v6-c-form-control__input--PaddingBlockStart);
163
169
  --pf-v6-c-form-control--PaddingBlockEnd: var(--pf-v6-c-form-control__input--PaddingBlockEnd);
@@ -303,17 +309,10 @@
303
309
  --pf-v6-c-form-control--PaddingInlineStart: var(--pf-v6-c-form-control__select--PaddingInlineStart);
304
310
  --pf-v6-c-form-control--PaddingInlineEnd: calc(var(--pf-v6-c-form-control__select--PaddingInlineEnd) + var(--pf-v6-c-form-control__icon--FontSize));
305
311
  --pf-v6-c-form-control__utilities--PaddingInlineEnd: var(--pf-v6-c-form-control__utilities--select--PaddingInlineEnd);
306
- background-color: var(--pf-v6-c-form-control--BackgroundColor);
307
312
  }
308
313
  .pf-v6-c-form-control:has(select) .pf-v6-c-form-control__utilities {
309
314
  padding-inline-end: var(--pf-v6-c-form-control__utilities--select--PaddingInlineEnd);
310
315
  }
311
- @-moz-document url-prefix() {
312
- .pf-v6-c-form-control:has(select) {
313
- --pf-v6-c-form-control--PaddingInlineEnd: calc(var(--pf-v6-c-form-control__select--PaddingInlineEnd) - 1px);
314
- --pf-v6-c-form-control--PaddingInlineStart: calc(var(--pf-v6-c-form-control__select--PaddingInlineStart) - 4px);
315
- }
316
- }
317
316
  .pf-v6-c-form-control.pf-m-placeholder > select {
318
317
  --pf-v6-c-form-control--Color: var(--pf-v6-c-form-control--m-placeholder--Color);
319
318
  }
@@ -5,10 +5,11 @@
5
5
  --pf-v6-c-label--PaddingInlineStart: var(--pf-t--global--spacer--sm);
6
6
  --pf-v6-c-label--MaxWidth: 100%;
7
7
  --pf-v6-c-label--MinWidth: calc((var(--pf-v6-c-label--FontSize) * var(--pf-t--global--font--line-height--body) + var(--pf-v6-c-label--PaddingBlockStart) + var(--pf-v6-c-label--PaddingBlockEnd)));
8
- --pf-v6-c-label--BorderWidth: 0;
9
- --pf-v6-c-label--BorderColor: transparent;
8
+ --pf-v6-c-label--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
9
+ --pf-v6-c-label--BorderColor: var(--pf-t--global--border--color--high-contrast);
10
10
  --pf-v6-c-label--BorderRadius: var(--pf-t--global--border--radius--pill);
11
11
  --pf-v6-c-label--FontSize: var(--pf-t--global--font--size--body--sm);
12
+ --pf-v6-c-label--Gap: var(--pf-t--global--spacer--gap--text-to-element--compact);
12
13
  --pf-v6-c-label--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
13
14
  --pf-v6-c-label--Color: var(--pf-t--global--text--color--nonstatus--on-gray--default);
14
15
  --pf-v6-c-label__icon--Color: var(--pf-t--global--icon--color--nonstatus--on-gray--default);
@@ -131,8 +132,8 @@
131
132
  --pf-v6-c-label--m-custom--m-outline--BorderColor: var(--pf-t--global--border--color--status--custom--default);
132
133
  --pf-v6-c-label--m-custom--m-outline--m-clickable--hover--BorderColor: var(--pf-t--global--border--color--status--custom--hover);
133
134
  --pf-v6-c-label--m-custom--m-outline--m-clickable--hover__icon--Color: var(--pf-t--global--icon--color--status--custom--hover);
134
- --pf-v6-c-label--m-clickable--hover--BorderWidth: 0;
135
- --pf-v6-c-label--m-clickable--hover--BorderColor: transparent;
135
+ --pf-v6-c-label--m-clickable--hover--BorderWidth: var(--pf-t--global--border--width--action--hover);
136
+ --pf-v6-c-label--m-clickable--hover--BorderColor: var(--pf-t--global--border--color--high-contrast);
136
137
  --pf-v6-c-label--m-clickable__content--Cursor: pointer;
137
138
  --pf-v6-c-label--m-filled__actions--c-button__icon--Color: var(--pf-v6-c-label__icon--Color);
138
139
  --pf-v6-c-label--m-outline--BorderWidth: var(--pf-t--global--border--width--action--default);
@@ -145,8 +146,10 @@
145
146
  --pf-v6-c-label--m-outline--m-clickable--hover__icon--Color: var(--pf-t--global--icon--color--regular);
146
147
  --pf-v6-c-label--m-overflow--Color: var(--pf-t--global--text--color--brand--default);
147
148
  --pf-v6-c-label--m-overflow--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
149
+ --pf-v6-c-label--m-overflow--BorderWidth: var(--pf-t--global--border--width--action--plain--default);
148
150
  --pf-v6-c-label--m-overflow--hover--Color: var(--pf-t--global--text--color--brand--hover);
149
151
  --pf-v6-c-label--m-overflow--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
152
+ --pf-v6-c-label--m-overflow--hover--BorderWidth: var(--pf-t--global--border--width--action--plain--hover);
150
153
  --pf-v6-c-label--m-add--Color: var(--pf-t--global--text--color--brand--default);
151
154
  --pf-v6-c-label--m-add--BackgroundColor: transparent;
152
155
  --pf-v6-c-label--m-add--BorderColor: var(--pf-t--global--border--color--default);
@@ -167,15 +170,15 @@
167
170
  --pf-v6-c-label__content--Cursor: initial;
168
171
  --pf-v6-c-label__icon--FontSize: var(--pf-t--global--icon--size--font--body--sm);
169
172
  --pf-v6-c-label__text--MaxWidth: 100%;
170
- --pf-v6-c-label__actions--MarginInlineEnd: calc(var(--pf-v6-c-label__actions--c-button--PaddingInlineEnd) * -1);
173
+ --pf-v6-c-label__actions--MarginInlineEnd: 0;
171
174
  --pf-v6-c-label__actions--c-button--FontSize: var(--pf-t--global--icon--size--font--body--sm);
172
175
  --pf-v6-c-label__actions--c-button--OutlineOffset: -0.1875rem;
173
- --pf-v6-c-label__actions--c-button--MarginBlockStart: calc(var(--pf-v6-c-label__actions--c-button--PaddingBlockStart) * -1);
174
- --pf-v6-c-label__actions--c-button--MarginBlockEnd: calc(var(--pf-v6-c-label__actions--c-button--PaddingBlockEnd) * -1);
175
- --pf-v6-c-label__actions--c-button--PaddingBlockStart: var(--pf-t--global--spacer--xs);
176
- --pf-v6-c-label__actions--c-button--PaddingInlineEnd: var(--pf-t--global--spacer--xs);
177
- --pf-v6-c-label__actions--c-button--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
178
- --pf-v6-c-label__actions--c-button--PaddingInlineStart: var(--pf-t--global--spacer--xs);
176
+ --pf-v6-c-label__actions--c-button--MarginBlockStart: 0;
177
+ --pf-v6-c-label__actions--c-button--MarginBlockEnd: 0;
178
+ --pf-v6-c-label__actions--c-button--PaddingBlockStart: 0;
179
+ --pf-v6-c-label__actions--c-button--PaddingInlineEnd: 0;
180
+ --pf-v6-c-label__actions--c-button--PaddingBlockEnd: 0;
181
+ --pf-v6-c-label__actions--c-button--PaddingInlineStart: 0;
179
182
  --pf-v6-c-label--m-editable--TextDecorationLine: var(--pf-t--global--text-decoration--editable-text--line--default);
180
183
  --pf-v6-c-label--m-editable--TextDecorationStyle: var(--pf-t--global--text-decoration--editable-text--style--default);
181
184
  --pf-v6-c-label--m-editable--hover--TextDecorationLine: var(--pf-t--global--text-decoration--editable-text--line--hover);
@@ -195,6 +198,7 @@
195
198
 
196
199
  .pf-v6-c-label {
197
200
  position: relative;
201
+ gap: var(--pf-v6-c-label--Gap);
198
202
  min-width: var(--pf-v6-c-label--MinWidth);
199
203
  max-width: var(--pf-v6-c-label--MaxWidth);
200
204
  padding-block-start: var(--pf-v6-c-label--PaddingBlockStart);
@@ -394,10 +398,12 @@
394
398
  .pf-v6-c-label.pf-m-overflow {
395
399
  --pf-v6-c-label--Color: var(--pf-v6-c-label--m-overflow--Color);
396
400
  --pf-v6-c-label--BackgroundColor: var(--pf-v6-c-label--m-overflow--BackgroundColor);
401
+ --pf-v6-c-label--BorderWidth: var(--pf-v6-c-label--m-overflow--BorderWidth);
397
402
  }
398
403
  .pf-v6-c-label.pf-m-overflow:is(:hover, :focus) {
399
404
  --pf-v6-c-label--m-overflow--Color: var(--pf-v6-c-label--m-overflow--hover--Color);
400
405
  --pf-v6-c-label--m-overflow--BackgroundColor: var(--pf-v6-c-label--m-overflow--hover--BackgroundColor);
406
+ --pf-v6-c-label--m-overflow--BorderWidth: var(--pf-v6-c-label--m-overflow--hover--BorderWidth);
401
407
  }
402
408
  .pf-v6-c-label.pf-m-add {
403
409
  --pf-v6-c-label--Color: var(--pf-v6-c-label--m-add--Color);
@@ -496,4 +502,7 @@ input.pf-v6-c-label__content {
496
502
  margin-block-start: var(--pf-v6-c-label__actions--c-button--MarginBlockStart);
497
503
  margin-block-end: var(--pf-v6-c-label__actions--c-button--MarginBlockEnd);
498
504
  outline-offset: var(--pf-v6-c-label__actions--c-button--OutlineOffset);
505
+ }
506
+ .pf-v6-c-label.pf-m-compact .pf-v6-c-label__actions .pf-v6-c-button {
507
+ --pf-v6-c-button--m-plain--m-no-padding--after--Inset: 0 calc(-0.125rem);
499
508
  }
@@ -17,6 +17,8 @@
17
17
  --pf-v6-c-login__main--BackgroundColor: var(--pf-t--global--background--color--primary--default);
18
18
  --pf-v6-c-login__main--MarginBlockEnd: var(--pf-t--global--spacer--lg);
19
19
  --pf-v6-c-login__main--BorderRadius: var(--pf-t--global--border--radius--large);
20
+ --pf-v6-c-login__main--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
21
+ --pf-v6-c-login__main--BorderColor: var(--pf-t--global--border--color--high-contrast);
20
22
  --pf-v6-c-login__main-header--PaddingBlockStart: var(--pf-t--global--spacer--2xl);
21
23
  --pf-v6-c-login__main-header--PaddingInlineEnd: var(--pf-t--global--spacer--xl);
22
24
  --pf-v6-c-login__main-header--PaddingBlockEnd: var(--pf-t--global--spacer--md);
@@ -148,6 +150,7 @@
148
150
  align-self: start;
149
151
  margin-block-end: var(--pf-v6-c-login__main--MarginBlockEnd);
150
152
  background-color: var(--pf-v6-c-login__main--BackgroundColor);
153
+ border: var(--pf-v6-c-login__main--BorderWidth) solid var(--pf-v6-c-login__main--BorderColor);
151
154
  border-radius: var(--pf-v6-c-login__main--BorderRadius);
152
155
  }
153
156
  .pf-v6-c-login__main > :first-child:not(.pf-v6-c-login__main-header) {
@@ -7,6 +7,8 @@
7
7
  --pf-v6-c-menu--BackgroundColor: var(--pf-t--global--background--color--floating--default);
8
8
  --pf-v6-c-menu--BoxShadow: var(--pf-t--global--box-shadow--md);
9
9
  --pf-v6-c-menu--Color: var(--pf-t--global--text--color--regular);
10
+ --pf-v6-c-menu--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
11
+ --pf-v6-c-menu--BorderColor: var(--pf-t--global--border--color--high-contrast);
10
12
  --pf-v6-c-menu--BorderRadius: var(--pf-t--global--border--radius--small);
11
13
  --pf-v6-c-menu--OutlineOffset: calc(var(--pf-t--global--border--width--control--default) * -3);
12
14
  --pf-v6-c-menu--ZIndex: var(--pf-t--global--z-index--sm);
@@ -24,9 +26,16 @@
24
26
  --pf-v6-c-menu__search--PaddingInlineStart: var(--pf-t--global--spacer--md);
25
27
  --pf-v6-c-menu__search--PaddingInlineEnd: var(--pf-t--global--spacer--md);
26
28
  --pf-v6-c-menu__footer--BoxShadow: none;
29
+ --pf-v6-c-menu__footer--BorderColor: transparent;
30
+ --pf-v6-c-menu__footer--BorderWidth: 0;
27
31
  --pf-v6-c-menu--m-scrollable__footer--BoxShadow: var(--pf-t--global--box-shadow--md--top);
32
+ --pf-v6-c-menu--m-scrollable__footer--BorderColor: var(--pf-t--global--border--color--high-contrast);
33
+ --pf-v6-c-menu--m-scrollable__footer--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
28
34
  --pf-v6-c-menu__list-item--Color: var(--pf-t--global--text--color--regular);
29
35
  --pf-v6-c-menu__list-item--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
36
+ --pf-v6-c-menu__list-item--BorderWidth: var(--pf-t--global--border--width--action--plain--default);
37
+ --pf-v6-c-menu__list-item--hover--BorderWidth: var(--pf-t--global--border--width--action--plain--hover);
38
+ --pf-v6-c-menu__list-item--BorderColor: var(--pf-t--global--border--color--high-contrast);
30
39
  --pf-v6-c-menu__list-item--TransitionDuration: var(--pf-t--global--motion--duration--fade--short);
31
40
  --pf-v6-c-menu__list-item--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
32
41
  --pf-v6-c-menu__list-item--TransitionProperty: background-color;
@@ -202,6 +211,7 @@
202
211
  --pf-v6-c-menu__item-description--Color: var(--pf-v6-c-menu--icon--disabled--Color);
203
212
  --pf-v6-c-menu__list-item--BackgroundColor: transparent;
204
213
  --pf-v6-c-menu__list-item--hover--BackgroundColor: transparent;
214
+ --pf-v6-c-menu__list-item--hover--BorderColor: transparent;
205
215
  }
206
216
  .pf-v6-c-menu__list-item:is(.pf-m-disabled, :disabled),
207
217
  .pf-v6-c-menu__item-action:is(.pf-m-disabled, :disabled) {
@@ -226,6 +236,7 @@
226
236
  overflow: hidden;
227
237
  color: var(--pf-v6-c-menu--Color);
228
238
  background-color: var(--pf-v6-c-menu--BackgroundColor);
239
+ border: var(--pf-v6-c-menu--BorderWidth) solid var(--pf-v6-c-menu--BorderColor);
229
240
  border-radius: var(--pf-v6-c-menu--BorderRadius);
230
241
  box-shadow: var(--pf-v6-c-menu--BoxShadow);
231
242
  transition-timing-function: var(--pf-v6-c-menu--TransitionTimingFunction) !important;
@@ -270,6 +281,7 @@
270
281
  }
271
282
  .pf-v6-c-menu.pf-m-drilldown :where(.pf-v6-c-menu) {
272
283
  padding: 0;
284
+ border: 0;
273
285
  }
274
286
  .pf-v6-c-menu.pf-m-drilldown.pf-m-drilled-in > .pf-v6-c-menu__content > .pf-v6-c-menu__list,
275
287
  .pf-v6-c-menu.pf-m-drilldown.pf-m-drilled-in > .pf-v6-c-menu__list {
@@ -338,6 +350,8 @@
338
350
  .pf-v6-c-menu.pf-m-scrollable {
339
351
  --pf-v6-c-menu__content--MaxHeight: var(--pf-v6-c-menu--m-scrollable__content--MaxHeight);
340
352
  --pf-v6-c-menu__footer--BoxShadow: var(--pf-v6-c-menu--m-scrollable__footer--BoxShadow);
353
+ --pf-v6-c-menu__footer--BorderColor: var(--pf-v6-c-menu--m-scrollable__footer--BorderColor);
354
+ --pf-v6-c-menu__footer--BorderWidth: var(--pf-v6-c-menu--m-scrollable__footer--BorderWidth);
341
355
  --pf-v6-c-menu__footer--PaddingBlockStart: calc(var(--pf-v6-c-menu__item--PaddingBlockStart) + var(--pf-v6-c-menu--RowGap));
342
356
  --pf-v6-c-menu__footer--PaddingBlockEnd: calc(var(--pf-v6-c-menu__item--PaddingBlockStart) + var(--pf-v6-c-menu--RowGap));
343
357
  overflow: hidden;
@@ -379,6 +393,7 @@
379
393
  padding-block-end: var(--pf-v6-c-menu__footer--PaddingBlockEnd);
380
394
  padding-inline-start: var(--pf-v6-c-menu__footer--PaddingInlineStart);
381
395
  padding-inline-end: var(--pf-v6-c-menu__footer--PaddingInlineEnd);
396
+ border-block-start: var(--pf-v6-c-menu__footer--BorderWidth) solid var(--pf-v6-c-menu__footer--BorderColor);
382
397
  box-shadow: var(--pf-v6-c-menu__footer--BoxShadow);
383
398
  }
384
399
 
@@ -412,6 +427,8 @@
412
427
  inset: 0;
413
428
  content: "";
414
429
  background-color: var(--pf-v6-c-menu__list-item--BackgroundColor);
430
+ border-block-start: var(--pf-v6-c-menu__list-item--BorderWidth) solid var(--pf-v6-c-menu__list-item--BorderColor);
431
+ border-block-end: var(--pf-v6-c-menu__list-item--BorderWidth) solid var(--pf-v6-c-menu__list-item--BorderColor);
415
432
  transition: inherit;
416
433
  }
417
434
  .pf-v6-c-menu__list-item.pf-m-load {
@@ -436,6 +453,7 @@
436
453
  }
437
454
  .pf-v6-c-menu__list-item.pf-m-focus, .pf-v6-c-menu__list-item:focus-within, .pf-v6-c-menu__list-item:has(> :hover) {
438
455
  --pf-v6-c-menu__list-item--BackgroundColor: var(--pf-v6-c-menu__list-item--hover--BackgroundColor);
456
+ --pf-v6-c-menu__list-item--BorderWidth: var(--pf-v6-c-menu__list-item--hover--BorderWidth);
439
457
  }
440
458
  .pf-v6-c-menu__list-item.pf-m-focus .pf-v6-c-menu__item-select-icon,
441
459
  .pf-v6-c-menu__list-item.pf-m-focus .pf-v6-c-menu__item-external-icon, .pf-v6-c-menu__list-item:focus-within .pf-v6-c-menu__item-select-icon,