@patternfly/react-styles 6.3.0 → 6.3.1-prerelease.0

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 (35) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/css/components/Accordion/accordion.css +40 -15
  3. package/css/components/Alert/alert-group.css +15 -2
  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 +33 -3
  7. package/css/components/Card/card.css +5 -4
  8. package/css/components/CodeBlock/code-block.css +3 -0
  9. package/css/components/CodeEditor/code-editor.css +8 -3
  10. package/css/components/Drawer/drawer.css +44 -41
  11. package/css/components/DualListSelector/dual-list-selector.css +19 -1
  12. package/css/components/Label/label.css +20 -11
  13. package/css/components/Login/login.css +3 -0
  14. package/css/components/Menu/menu.css +11 -0
  15. package/css/components/MenuToggle/menu-toggle.css +12 -5
  16. package/css/components/ModalBox/modal-box.css +3 -0
  17. package/css/components/Nav/nav.css +17 -0
  18. package/css/components/Page/page.css +62 -23
  19. package/css/components/Panel/panel.css +7 -1
  20. package/css/components/Popover/popover.css +4 -0
  21. package/css/components/Progress/progress.css +10 -0
  22. package/css/components/SimpleList/simple-list.css +15 -0
  23. package/css/components/Table/table.css +41 -1
  24. package/css/components/Tabs/tabs.css +7 -0
  25. package/css/components/TextInputGroup/text-input-group.css +7 -0
  26. package/css/components/TreeView/tree-view.css +15 -0
  27. package/css/components/Wizard/wizard.css +33 -6
  28. package/css/components/Wizard/wizard.d.ts +1 -1
  29. package/css/components/Wizard/wizard.js +1 -1
  30. package/css/components/Wizard/wizard.mjs +1 -1
  31. package/css/components/_index.css +440 -116
  32. package/css/components/_index.d.ts +0 -1
  33. package/css/components/_index.js +0 -1
  34. package/css/components/_index.mjs +0 -1
  35. package/package.json +3 -3
@@ -7,7 +7,7 @@
7
7
  --pf-v6-c-page__sidebar--Width: var(--pf-v6-c-page__sidebar--Width--base);
8
8
  --pf-v6-c-page__sidebar--xl--Width: var(--pf-v6-c-page__sidebar--Width--base);
9
9
  --pf-v6-c-page__sidebar--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
10
- --pf-v6-c-page__sidebar--BoxShadow: none;
10
+ --pf-v6-c-page__sidebar--BoxShadow: var(--pf-t--global--box-shadow--md--right);
11
11
  --pf-v6-c-page__sidebar--TransitionProperty: opacity;
12
12
  --pf-v6-c-page__sidebar--TransitionDuration: var(--pf-t--global--motion--duration--fade--default);
13
13
  --pf-v6-c-page__sidebar--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
@@ -22,6 +22,8 @@
22
22
  --pf-v6-c-page__sidebar--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
23
23
  --pf-v6-c-page__sidebar--PaddingInlineStart: 0;
24
24
  --pf-v6-c-page__sidebar--PaddingInlineEnd: 0;
25
+ --pf-v6-c-page__sidebar--BorderInlineEndWidth: var(--pf-t--global--border--width--high-contrast--regular);
26
+ --pf-v6-c-page__sidebar--BorderInlineEndColor: var(--pf-t--global--border--color--high-contrast);
25
27
  --pf-v6-c-page__sidebar-header--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);
26
28
  --pf-v6-c-page__sidebar-header--BorderBlockEndColor: var(--pf-t--global--border--color--default);
27
29
  --pf-v6-c-page__sidebar-header--PaddingBlockStart: var(--pf-t--global--spacer--sm);
@@ -46,13 +48,19 @@
46
48
  --pf-v6-c-page__main-container--MarginInlineStart: var(--pf-v6-c-page--inset);
47
49
  --pf-v6-c-page__main-container--MarginInlineEnd: var(--pf-v6-c-page--inset);
48
50
  --pf-v6-c-page__main-container--BorderRadius: var(--pf-t--global--border--radius--medium);
49
- --pf-v6-c-page__main-container--BorderWidth: 0.25rem;
50
- --pf-v6-c-page__main-container--BorderColor: var(--pf-v6-c-page__main-container--BackgroundColor);
51
+ --pf-v6-c-page__main-container--BorderBlockStartWidth: var(--pf-t--global--border--width--main--default);
52
+ --pf-v6-c-page__main-container--BorderBlockEndWidth: var(--pf-t--global--border--width--main--default);
53
+ --pf-v6-c-page__main-container--BorderInlineStartWidth: var(--pf-t--global--border--width--main--default);
54
+ --pf-v6-c-page__main-container--BorderInlineEndWidth: var(--pf-t--global--border--width--main--default);
55
+ --pf-v6-c-page__main-container--BorderColor: var(--pf-t--global--border--color--main--default);
51
56
  --pf-v6-c-page__main-container--xs--AlignSelf: stretch;
52
57
  --pf-v6-c-page__main-container--xs--BorderRadius: 0;
53
58
  --pf-v6-c-page__main-container--xs--MarginInlineStart: 0;
54
59
  --pf-v6-c-page__main-container--xs--MaxHeight: 100%;
55
60
  --pf-v6-c-page__main-container--xs--MarginInlineEnd: 0;
61
+ --pf-v6-c-page__main-container--xs--BorderBlockEndWidth: 0;
62
+ --pf-v6-c-page__main-container--xs--BorderInlineStartWidth: 0px;
63
+ --pf-v6-c-page__main-container--xs--BorderInlineEndWidth: 0px;
56
64
  --pf-v6-c-page__main-section--PaddingBlockStart: var(--pf-t--global--spacer--md);
57
65
  --pf-v6-c-page__main-section--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
58
66
  --pf-v6-c-page__main-section--PaddingBlockEnd: var(--pf-t--global--spacer--md);
@@ -65,22 +73,30 @@
65
73
  --pf-v6-c-page--section--m-limit-width--MaxWidth: calc(125rem - var(--pf-v6-c-page__sidebar--Width));
66
74
  --pf-v6-c-page--section--m-sticky-top--ZIndex: var(--pf-t--global--z-index--md);
67
75
  --pf-v6-c-page--section--m-sticky-top--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
76
+ --pf-v6-c-page--section--m-sticky-top--BorderBlockEndWidth: var(--pf-t--global--border--width--high-contrast--regular);
77
+ --pf-v6-c-page--section--m-sticky-top--BorderBlockEndColor: var(--pf-t--global--border--color--high-contrast);
68
78
  --pf-v6-c-page--section--m-sticky-bottom--ZIndex: var(--pf-t--global--z-index--md);
69
79
  --pf-v6-c-page--section--m-sticky-bottom--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
80
+ --pf-v6-c-page--section--m-sticky-bottom--BorderBlockStartWidth: var(--pf-t--global--border--width--high-contrast--regular);
81
+ --pf-v6-c-page--section--m-sticky-bottom--BorderBlockStartColor: var(--pf-t--global--border--color--high-contrast);
70
82
  --pf-v6-c-page--section--m-shadow-bottom--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
71
83
  --pf-v6-c-page--section--m-shadow-bottom--ZIndex: var(--pf-t--global--z-index--xs);
84
+ --pf-v6-c-page--section--m-shadow-bottom--BorderBlockEndWidth: var(--pf-t--global--border--width--high-contrast--regular);
85
+ --pf-v6-c-page--section--m-shadow-bottom--BorderBlockEndColor: var(--pf-t--global--border--color--high-contrast);
72
86
  --pf-v6-c-page--section--m-shadow-top--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
73
87
  --pf-v6-c-page--section--m-shadow-top--ZIndex: var(--pf-t--global--z-index--xs);
88
+ --pf-v6-c-page--section--m-shadow-top--BorderBlockStartWidth: var(--pf-t--global--border--width--high-contrast--regular);
89
+ --pf-v6-c-page--section--m-shadow-top--BorderBlockStartColor: var(--pf-t--global--border--color--high-contrast);
74
90
  --pf-v6-c-page__main-subnav--BackgroundColor: var(--pf-t--global--background--color--primary--default);
75
91
  --pf-v6-c-page__main-subnav--PaddingBlockStart: var(--pf-t--global--spacer--md);
76
92
  --pf-v6-c-page__main-subnav--PaddingBlockEnd: 0;
77
- --pf-v6-c-page__main-subnav--PaddingInlineStart: calc(var(--pf-t--global--spacer--lg) - var(--pf-v6-c-page__main-container--BorderWidth));
78
- --pf-v6-c-page__main-subnav--PaddingInlineEnd: calc(var(--pf-t--global--spacer--lg) - var(--pf-v6-c-page__main-container--BorderWidth));
93
+ --pf-v6-c-page__main-subnav--PaddingInlineStart: calc(var(--pf-t--global--spacer--lg) - var(--pf-v6-c-page__main-container--BorderInlineStartWidth));
94
+ --pf-v6-c-page__main-subnav--PaddingInlineEnd: calc(var(--pf-t--global--spacer--lg) - var(--pf-v6-c-page__main-container--BorderInlineEndWidth));
79
95
  --pf-v6-c-page__main-subnav--m-sticky-top--PaddingBlockEnd: var(--pf-t--global--spacer--md);
80
96
  --pf-v6-c-page__main-breadcrumb--PaddingBlockStart: var(--pf-t--global--spacer--md);
81
- --pf-v6-c-page__main-breadcrumb--PaddingInlineEnd: calc(var(--pf-t--global--spacer--lg) - var(--pf-v6-c-page__main-container--BorderWidth));
97
+ --pf-v6-c-page__main-breadcrumb--PaddingInlineEnd: calc(var(--pf-t--global--spacer--lg) - var(--pf-v6-c-page__main-container--BorderInlineEndWidth));
82
98
  --pf-v6-c-page__main-breadcrumb--PaddingBlockEnd: 0;
83
- --pf-v6-c-page__main-breadcrumb--PaddingInlineStart: calc(var(--pf-t--global--spacer--lg) - var(--pf-v6-c-page__main-container--BorderWidth));
99
+ --pf-v6-c-page__main-breadcrumb--PaddingInlineStart: calc(var(--pf-t--global--spacer--lg) - var(--pf-v6-c-page__main-container--BorderInlineStartWidth));
84
100
  --pf-v6-c-page__main-breadcrumb--BackgroundColor: var(--pf-t--global--background--color--primary--default);
85
101
  --pf-v6-c-page__main-breadcrumb--m-sticky-top--PaddingBlockEnd: var(--pf-t--global--spacer--md);
86
102
  --pf-v6-c-page__main-tabs--PaddingBlockStart: 0;
@@ -103,6 +119,7 @@
103
119
  .pf-v6-c-page {
104
120
  --pf-v6-c-page__sidebar--TranslateX: var(--pf-v6-c-page__sidebar--xl--TranslateX);
105
121
  --pf-v6-c-page__sidebar--Opacity: var(--pf-v6-c-page__sidebar--xl--Opacity);
122
+ --pf-v6-c-page__sidebar--BorderInlineEndWidth: 0;
106
123
  }
107
124
  }
108
125
 
@@ -196,6 +213,7 @@
196
213
  overflow-y: auto;
197
214
  -webkit-overflow-scrolling: touch;
198
215
  background-color: var(--pf-v6-c-page__sidebar--BackgroundColor);
216
+ border-inline-end: var(--pf-v6-c-page__sidebar--BorderInlineEndWidth) solid var(--pf-v6-c-page__sidebar--BorderInlineEndColor);
199
217
  opacity: var(--pf-v6-c-page__sidebar--Opacity);
200
218
  transition: var(--pf-v6-c-page__sidebar--TransitionProperty) var(--pf-v6-c-page__sidebar--TransitionDuration) var(--pf-v6-c-page__sidebar--TransitionTimingFunction);
201
219
  transform: translateX(var(--pf-v6-c-page__sidebar--TranslateX)) translateZ(var(--pf-v6-c-page__sidebar--TranslateZ));
@@ -211,7 +229,7 @@
211
229
  }
212
230
  @media screen and (min-width: 75rem) {
213
231
  .pf-v6-c-page__sidebar.pf-m-expanded {
214
- --pf-v6-c-page__sidebar--BoxShadow: none;
232
+ --pf-v6-c-page__sidebar--BoxShadow: var(--pf-v6-c-page__sidebar--BoxShadow);
215
233
  }
216
234
  }
217
235
  .pf-v6-c-page__sidebar.pf-m-collapsed {
@@ -308,6 +326,7 @@
308
326
  .pf-v6-c-page__main-group.pf-m-shadow-bottom,
309
327
  .pf-v6-c-page__main-subnav.pf-m-shadow-bottom {
310
328
  z-index: var(--pf-v6-c-page--section--m-shadow-bottom--ZIndex);
329
+ border-block-end: var(--pf-v6-c-page--section--m-shadow-bottom--BorderBlockEndWidth) solid var(--pf-v6-c-page--section--m-shadow-bottom--BorderBlockEndColor);
311
330
  box-shadow: var(--pf-v6-c-page--section--m-shadow-bottom--BoxShadow);
312
331
  }
313
332
  .pf-v6-c-page__main-breadcrumb.pf-m-shadow-top,
@@ -317,6 +336,7 @@
317
336
  .pf-v6-c-page__main-group.pf-m-shadow-top,
318
337
  .pf-v6-c-page__main-subnav.pf-m-shadow-top {
319
338
  z-index: var(--pf-v6-c-page--section--m-shadow-top--ZIndex);
339
+ border-block-start: var(--pf-v6-c-page--section--m-shadow-top--BorderBlockStartWidth) solid var(--pf-v6-c-page--section--m-shadow-top--BorderBlockStartColor);
320
340
  box-shadow: var(--pf-v6-c-page--section--m-shadow-top--BoxShadow);
321
341
  }
322
342
  .pf-v6-c-page__main-breadcrumb.pf-m-sticky-top,
@@ -328,6 +348,7 @@
328
348
  position: sticky;
329
349
  inset-block-start: 0;
330
350
  z-index: var(--pf-v6-c-page--section--m-sticky-top--ZIndex);
351
+ border-block-end: var(--pf-v6-c-page--section--m-sticky-top--BorderBlockEndWidth) solid var(--pf-v6-c-page--section--m-sticky-top--BorderBlockEndColor);
331
352
  box-shadow: var(--pf-v6-c-page--section--m-sticky-top--BoxShadow);
332
353
  }
333
354
  .pf-v6-c-page__main-breadcrumb.pf-m-sticky-bottom,
@@ -339,6 +360,7 @@
339
360
  position: sticky;
340
361
  inset-block-end: 0;
341
362
  z-index: var(--pf-v6-c-page--section--m-sticky-bottom--ZIndex);
363
+ border-block-start: var(--pf-v6-c-page--section--m-sticky-bottom--BorderBlockStartWidth) solid var(--pf-v6-c-page--section--m-sticky-bottom--BorderBlockStartColor);
342
364
  box-shadow: var(--pf-v6-c-page--section--m-sticky-bottom--BoxShadow);
343
365
  }
344
366
  @media (min-height: 0) {
@@ -351,6 +373,7 @@
351
373
  position: sticky;
352
374
  inset-block-start: 0;
353
375
  z-index: var(--pf-v6-c-page--section--m-sticky-top--ZIndex);
376
+ border-block-end: var(--pf-v6-c-page--section--m-sticky-top--BorderBlockEndWidth) solid var(--pf-v6-c-page--section--m-sticky-top--BorderBlockEndColor);
354
377
  box-shadow: var(--pf-v6-c-page--section--m-sticky-top--BoxShadow);
355
378
  }
356
379
  .pf-v6-c-page__main-breadcrumb.pf-m-sticky-bottom-on-sm-height,
@@ -362,6 +385,7 @@
362
385
  position: sticky;
363
386
  inset-block-end: 0;
364
387
  z-index: var(--pf-v6-c-page--section--m-sticky-bottom--ZIndex);
388
+ border-block-start: var(--pf-v6-c-page--section--m-sticky-bottom--BorderBlockStartWidth) solid var(--pf-v6-c-page--section--m-sticky-bottom--BorderBlockStartColor);
365
389
  box-shadow: var(--pf-v6-c-page--section--m-sticky-bottom--BoxShadow);
366
390
  }
367
391
  }
@@ -375,6 +399,7 @@
375
399
  position: sticky;
376
400
  inset-block-start: 0;
377
401
  z-index: var(--pf-v6-c-page--section--m-sticky-top--ZIndex);
402
+ border-block-end: var(--pf-v6-c-page--section--m-sticky-top--BorderBlockEndWidth) solid var(--pf-v6-c-page--section--m-sticky-top--BorderBlockEndColor);
378
403
  box-shadow: var(--pf-v6-c-page--section--m-sticky-top--BoxShadow);
379
404
  }
380
405
  .pf-v6-c-page__main-breadcrumb.pf-m-sticky-bottom-on-md-height,
@@ -386,6 +411,7 @@
386
411
  position: sticky;
387
412
  inset-block-end: 0;
388
413
  z-index: var(--pf-v6-c-page--section--m-sticky-bottom--ZIndex);
414
+ border-block-start: var(--pf-v6-c-page--section--m-sticky-bottom--BorderBlockStartWidth) solid var(--pf-v6-c-page--section--m-sticky-bottom--BorderBlockStartColor);
389
415
  box-shadow: var(--pf-v6-c-page--section--m-sticky-bottom--BoxShadow);
390
416
  }
391
417
  }
@@ -399,6 +425,7 @@
399
425
  position: sticky;
400
426
  inset-block-start: 0;
401
427
  z-index: var(--pf-v6-c-page--section--m-sticky-top--ZIndex);
428
+ border-block-end: var(--pf-v6-c-page--section--m-sticky-top--BorderBlockEndWidth) solid var(--pf-v6-c-page--section--m-sticky-top--BorderBlockEndColor);
402
429
  box-shadow: var(--pf-v6-c-page--section--m-sticky-top--BoxShadow);
403
430
  }
404
431
  .pf-v6-c-page__main-breadcrumb.pf-m-sticky-bottom-on-lg-height,
@@ -410,6 +437,7 @@
410
437
  position: sticky;
411
438
  inset-block-end: 0;
412
439
  z-index: var(--pf-v6-c-page--section--m-sticky-bottom--ZIndex);
440
+ border-block-start: var(--pf-v6-c-page--section--m-sticky-bottom--BorderBlockStartWidth) solid var(--pf-v6-c-page--section--m-sticky-bottom--BorderBlockStartColor);
413
441
  box-shadow: var(--pf-v6-c-page--section--m-sticky-bottom--BoxShadow);
414
442
  }
415
443
  }
@@ -423,6 +451,7 @@
423
451
  position: sticky;
424
452
  inset-block-start: 0;
425
453
  z-index: var(--pf-v6-c-page--section--m-sticky-top--ZIndex);
454
+ border-block-end: var(--pf-v6-c-page--section--m-sticky-top--BorderBlockEndWidth) solid var(--pf-v6-c-page--section--m-sticky-top--BorderBlockEndColor);
426
455
  box-shadow: var(--pf-v6-c-page--section--m-sticky-top--BoxShadow);
427
456
  }
428
457
  .pf-v6-c-page__main-breadcrumb.pf-m-sticky-bottom-on-xl-height,
@@ -434,6 +463,7 @@
434
463
  position: sticky;
435
464
  inset-block-end: 0;
436
465
  z-index: var(--pf-v6-c-page--section--m-sticky-bottom--ZIndex);
466
+ border-block-start: var(--pf-v6-c-page--section--m-sticky-bottom--BorderBlockStartWidth) solid var(--pf-v6-c-page--section--m-sticky-bottom--BorderBlockStartColor);
437
467
  box-shadow: var(--pf-v6-c-page--section--m-sticky-bottom--BoxShadow);
438
468
  }
439
469
  }
@@ -447,6 +477,7 @@
447
477
  position: sticky;
448
478
  inset-block-start: 0;
449
479
  z-index: var(--pf-v6-c-page--section--m-sticky-top--ZIndex);
480
+ border-block-end: var(--pf-v6-c-page--section--m-sticky-top--BorderBlockEndWidth) solid var(--pf-v6-c-page--section--m-sticky-top--BorderBlockEndColor);
450
481
  box-shadow: var(--pf-v6-c-page--section--m-sticky-top--BoxShadow);
451
482
  }
452
483
  .pf-v6-c-page__main-breadcrumb.pf-m-sticky-bottom-on-2xl-height,
@@ -458,6 +489,7 @@
458
489
  position: sticky;
459
490
  inset-block-end: 0;
460
491
  z-index: var(--pf-v6-c-page--section--m-sticky-bottom--ZIndex);
492
+ border-block-start: var(--pf-v6-c-page--section--m-sticky-bottom--BorderBlockStartWidth) solid var(--pf-v6-c-page--section--m-sticky-bottom--BorderBlockStartColor);
461
493
  box-shadow: var(--pf-v6-c-page--section--m-sticky-bottom--BoxShadow);
462
494
  }
463
495
  }
@@ -470,7 +502,11 @@
470
502
  margin-inline-start: var(--pf-v6-c-page__main-container--MarginInlineStart);
471
503
  margin-inline-end: var(--pf-v6-c-page__main-container--MarginInlineEnd);
472
504
  background: var(--pf-v6-c-page__main-container--BackgroundColor);
473
- border: var(--pf-v6-c-page__main-container--BorderWidth) solid var(--pf-v6-c-page__main-container--BorderColor);
505
+ border: solid var(--pf-v6-c-page__main-container--BorderColor);
506
+ border-block-start-width: var(--pf-v6-c-page__main-container--BorderBlockStartWidth);
507
+ border-block-end-width: var(--pf-v6-c-page__main-container--BorderBlockEndWidth);
508
+ border-inline-start-width: var(--pf-v6-c-page__main-container--BorderInlineStartWidth);
509
+ border-inline-end-width: var(--pf-v6-c-page__main-container--BorderInlineEndWidth);
474
510
  border-radius: var(--pf-v6-c-page__main-container--BorderRadius);
475
511
  }
476
512
  @media screen and (max-width: calc(48rem - 1px)) {
@@ -480,6 +516,9 @@
480
516
  --pf-v6-c-page__main-container--MarginInlineEnd: var(--pf-v6-c-page__main-container--xs--MarginInlineEnd);
481
517
  --pf-v6-c-page__main-container--MaxHeight: var(--pf-v6-c-page__main-container--xs--MaxHeight);
482
518
  --pf-v6-c-page__main-container--BorderRadius: var(--pf-v6-c-page__main-container--xs--BorderRadius);
519
+ --pf-v6-c-page__main-container--BorderBlockEndWidth: var(--pf-v6-c-page__main-container--xs--BorderBlockEndWidth);
520
+ --pf-v6-c-page__main-container--BorderInlineStartWidth: var(--pf-v6-c-page__main-container--xs--BorderInlineStartWidth);
521
+ --pf-v6-c-page__main-container--BorderInlineEndWidth: var(--pf-v6-c-page__main-container--xs--BorderInlineEndWidth);
483
522
  }
484
523
  }
485
524
 
@@ -600,8 +639,8 @@
600
639
  gap: var(--pf-v6-c-page__main-section--RowGap);
601
640
  padding-block-start: var(--pf-v6-c-page__main-section--PaddingBlockStart);
602
641
  padding-block-end: var(--pf-v6-c-page__main-section--PaddingBlockEnd);
603
- padding-inline-start: calc(var(--pf-v6-c-page__main-section--PaddingInlineStart) - var(--pf-v6-c-page__main-container--BorderWidth));
604
- padding-inline-end: calc(var(--pf-v6-c-page__main-section--PaddingInlineEnd) - var(--pf-v6-c-page__main-container--BorderWidth));
642
+ padding-inline-start: calc(var(--pf-v6-c-page__main-section--PaddingInlineStart) - var(--pf-v6-c-page__main-container--BorderInlineStartWidth));
643
+ padding-inline-end: calc(var(--pf-v6-c-page__main-section--PaddingInlineEnd) - var(--pf-v6-c-page__main-container--BorderInlineEndWidth));
605
644
  background-color: var(--pf-v6-c-page__main-section--BackgroundColor);
606
645
  }
607
646
  .pf-v6-c-page__main-section.pf-m-secondary {
@@ -610,8 +649,8 @@
610
649
  .pf-v6-c-page__main-section.pf-m-padding {
611
650
  padding-block-start: var(--pf-v6-c-page__main-section--PaddingBlockStart);
612
651
  padding-block-end: var(--pf-v6-c-page__main-section--PaddingBlockEnd);
613
- padding-inline-start: calc(var(--pf-v6-c-page__main-section--PaddingInlineStart) - var(--pf-v6-c-page__main-container--BorderWidth));
614
- padding-inline-end: calc(var(--pf-v6-c-page__main-section--PaddingInlineEnd) - var(--pf-v6-c-page__main-container--BorderWidth));
652
+ padding-inline-start: calc(var(--pf-v6-c-page__main-section--PaddingInlineStart) - var(--pf-v6-c-page__main-container--BorderInlineStartWidth));
653
+ padding-inline-end: calc(var(--pf-v6-c-page__main-section--PaddingInlineEnd) - var(--pf-v6-c-page__main-container--BorderInlineEndWidth));
615
654
  }
616
655
  .pf-v6-c-page__main-section.pf-m-no-padding {
617
656
  padding: 0;
@@ -620,8 +659,8 @@
620
659
  .pf-v6-c-page__main-section.pf-m-padding-on-sm {
621
660
  padding-block-start: var(--pf-v6-c-page__main-section--PaddingBlockStart);
622
661
  padding-block-end: var(--pf-v6-c-page__main-section--PaddingBlockEnd);
623
- padding-inline-start: calc(var(--pf-v6-c-page__main-section--PaddingInlineStart) - var(--pf-v6-c-page__main-container--BorderWidth));
624
- padding-inline-end: calc(var(--pf-v6-c-page__main-section--PaddingInlineEnd) - var(--pf-v6-c-page__main-container--BorderWidth));
662
+ padding-inline-start: calc(var(--pf-v6-c-page__main-section--PaddingInlineStart) - var(--pf-v6-c-page__main-container--BorderInlineStartWidth));
663
+ padding-inline-end: calc(var(--pf-v6-c-page__main-section--PaddingInlineEnd) - var(--pf-v6-c-page__main-container--BorderInlineEndWidth));
625
664
  }
626
665
  .pf-v6-c-page__main-section.pf-m-no-padding-on-sm {
627
666
  padding: 0;
@@ -631,8 +670,8 @@
631
670
  .pf-v6-c-page__main-section.pf-m-padding-on-md {
632
671
  padding-block-start: var(--pf-v6-c-page__main-section--PaddingBlockStart);
633
672
  padding-block-end: var(--pf-v6-c-page__main-section--PaddingBlockEnd);
634
- padding-inline-start: calc(var(--pf-v6-c-page__main-section--PaddingInlineStart) - var(--pf-v6-c-page__main-container--BorderWidth));
635
- padding-inline-end: calc(var(--pf-v6-c-page__main-section--PaddingInlineEnd) - var(--pf-v6-c-page__main-container--BorderWidth));
673
+ padding-inline-start: calc(var(--pf-v6-c-page__main-section--PaddingInlineStart) - var(--pf-v6-c-page__main-container--BorderInlineStartWidth));
674
+ padding-inline-end: calc(var(--pf-v6-c-page__main-section--PaddingInlineEnd) - var(--pf-v6-c-page__main-container--BorderInlineEndWidth));
636
675
  }
637
676
  .pf-v6-c-page__main-section.pf-m-no-padding-on-md {
638
677
  padding: 0;
@@ -642,8 +681,8 @@
642
681
  .pf-v6-c-page__main-section.pf-m-padding-on-lg {
643
682
  padding-block-start: var(--pf-v6-c-page__main-section--PaddingBlockStart);
644
683
  padding-block-end: var(--pf-v6-c-page__main-section--PaddingBlockEnd);
645
- padding-inline-start: calc(var(--pf-v6-c-page__main-section--PaddingInlineStart) - var(--pf-v6-c-page__main-container--BorderWidth));
646
- padding-inline-end: calc(var(--pf-v6-c-page__main-section--PaddingInlineEnd) - var(--pf-v6-c-page__main-container--BorderWidth));
684
+ padding-inline-start: calc(var(--pf-v6-c-page__main-section--PaddingInlineStart) - var(--pf-v6-c-page__main-container--BorderInlineStartWidth));
685
+ padding-inline-end: calc(var(--pf-v6-c-page__main-section--PaddingInlineEnd) - var(--pf-v6-c-page__main-container--BorderInlineEndWidth));
647
686
  }
648
687
  .pf-v6-c-page__main-section.pf-m-no-padding-on-lg {
649
688
  padding: 0;
@@ -653,8 +692,8 @@
653
692
  .pf-v6-c-page__main-section.pf-m-padding-on-xl {
654
693
  padding-block-start: var(--pf-v6-c-page__main-section--PaddingBlockStart);
655
694
  padding-block-end: var(--pf-v6-c-page__main-section--PaddingBlockEnd);
656
- padding-inline-start: calc(var(--pf-v6-c-page__main-section--PaddingInlineStart) - var(--pf-v6-c-page__main-container--BorderWidth));
657
- padding-inline-end: calc(var(--pf-v6-c-page__main-section--PaddingInlineEnd) - var(--pf-v6-c-page__main-container--BorderWidth));
695
+ padding-inline-start: calc(var(--pf-v6-c-page__main-section--PaddingInlineStart) - var(--pf-v6-c-page__main-container--BorderInlineStartWidth));
696
+ padding-inline-end: calc(var(--pf-v6-c-page__main-section--PaddingInlineEnd) - var(--pf-v6-c-page__main-container--BorderInlineEndWidth));
658
697
  }
659
698
  .pf-v6-c-page__main-section.pf-m-no-padding-on-xl {
660
699
  padding: 0;
@@ -664,8 +703,8 @@
664
703
  .pf-v6-c-page__main-section.pf-m-padding-on-2xl {
665
704
  padding-block-start: var(--pf-v6-c-page__main-section--PaddingBlockStart);
666
705
  padding-block-end: var(--pf-v6-c-page__main-section--PaddingBlockEnd);
667
- padding-inline-start: calc(var(--pf-v6-c-page__main-section--PaddingInlineStart) - var(--pf-v6-c-page__main-container--BorderWidth));
668
- padding-inline-end: calc(var(--pf-v6-c-page__main-section--PaddingInlineEnd) - var(--pf-v6-c-page__main-container--BorderWidth));
706
+ padding-inline-start: calc(var(--pf-v6-c-page__main-section--PaddingInlineStart) - var(--pf-v6-c-page__main-container--BorderInlineStartWidth));
707
+ padding-inline-end: calc(var(--pf-v6-c-page__main-section--PaddingInlineEnd) - var(--pf-v6-c-page__main-container--BorderInlineEndWidth));
669
708
  }
670
709
  .pf-v6-c-page__main-section.pf-m-no-padding-on-2xl {
671
710
  padding: 0;
@@ -6,11 +6,14 @@
6
6
  --pf-v6-c-panel--BoxShadow: none;
7
7
  --pf-v6-c-panel--BorderRadius: var(--pf-t--global--border--radius--small);
8
8
  --pf-v6-c-panel--before--BorderWidth: 0;
9
- --pf-v6-c-panel--before--BorderColor: var(--pf-t--global--border--color--default);
9
+ --pf-v6-c-panel--before--BorderColor: var(--pf-t--global--border--color--high-contrast);
10
10
  --pf-v6-c-panel--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
11
+ --pf-v6-c-panel--m-secondary--before--BorderWidth: var(--pf-t--global--border--width--box--default);
11
12
  --pf-v6-c-panel--m-bordered--before--BorderWidth: var(--pf-t--global--border--width--box--default);
13
+ --pf-v6-c-panel--m-bordered--before--BorderColor: var(--pf-t--global--border--color--default);
12
14
  --pf-v6-c-panel--m-raised--BoxShadow: var(--pf-t--global--box-shadow--md);
13
15
  --pf-v6-c-panel--m-raised--BackgroundColor: var(--pf-t--global--background--color--floating--default);
16
+ --pf-v6-c-panel--m-raised--before--BorderWidth: var(--pf-t--global--border--width--box--default);
14
17
  --pf-v6-c-panel__header--PaddingBlockStart: var(--pf-t--global--spacer--md);
15
18
  --pf-v6-c-panel__header--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
16
19
  --pf-v6-c-panel__header--PaddingBlockEnd: var(--pf-t--global--spacer--md);
@@ -52,13 +55,16 @@
52
55
  }
53
56
  .pf-v6-c-panel.pf-m-bordered {
54
57
  --pf-v6-c-panel--before--BorderWidth: var(--pf-v6-c-panel--m-bordered--before--BorderWidth);
58
+ --pf-v6-c-panel--before--BorderColor: var(--pf-v6-c-panel--m-bordered--before--BorderColor);
55
59
  }
56
60
  .pf-v6-c-panel.pf-m-secondary {
57
61
  --pf-v6-c-panel--BackgroundColor: var(--pf-v6-c-panel--m-secondary--BackgroundColor);
62
+ --pf-v6-c-panel--before--BorderWidth: var(--pf-v6-c-panel--m-secondary--before--BorderWidth);
58
63
  }
59
64
  .pf-v6-c-panel.pf-m-raised {
60
65
  --pf-v6-c-panel--BackgroundColor: var(--pf-v6-c-panel--m-raised--BackgroundColor);
61
66
  --pf-v6-c-panel--BoxShadow: var(--pf-v6-c-panel--m-raised--BoxShadow);
67
+ --pf-v6-c-panel--before--BorderWidth: var(--pf-v6-c-panel--m-raised--before--BorderWidth);
62
68
  }
63
69
  .pf-v6-c-panel.pf-m-scrollable {
64
70
  --pf-v6-c-panel__main--MaxHeight: var(--pf-v6-c-panel--m-scrollable__main--MaxHeight);
@@ -3,6 +3,8 @@
3
3
  --pf-v6-c-popover--MinWidth: calc(var(--pf-v6-c-popover__content--PaddingInlineStart) + var(--pf-v6-c-popover__content--PaddingInlineEnd) + 18.75rem);
4
4
  --pf-v6-c-popover--MaxWidth: calc(var(--pf-v6-c-popover__content--PaddingInlineStart) + var(--pf-v6-c-popover__content--PaddingInlineEnd) + 18.75rem);
5
5
  --pf-v6-c-popover--BoxShadow: var(--pf-t--global--box-shadow--md);
6
+ --pf-v6-c-popover--BorderWidth: var(--pf-t--global--high-contrast--border--width--regular);
7
+ --pf-v6-c-popover--BorderColor: var(--pf-t--global--border--color--high-contrast);
6
8
  --pf-v6-c-popover--BorderRadius: var(--pf-t--global--border--radius--medium);
7
9
  --pf-v6-c-popover--m-danger__title-icon--Color: var(--pf-t--global--icon--color--status--danger--default);
8
10
  --pf-v6-c-popover--m-warning__title-icon--Color: var(--pf-t--global--icon--color--status--warning--default);
@@ -53,6 +55,7 @@
53
55
  min-width: var(--pf-v6-c-popover--MinWidth);
54
56
  max-width: var(--pf-v6-c-popover--MaxWidth);
55
57
  font-size: var(--pf-v6-c-popover--FontSize);
58
+ border: var(--pf-v6-c-popover--BorderWidth) solid var(--pf-v6-c-popover--BorderColor);
56
59
  border-radius: var(--pf-v6-c-popover--BorderRadius);
57
60
  box-shadow: var(--pf-v6-c-popover--BoxShadow);
58
61
  }
@@ -167,6 +170,7 @@
167
170
  height: var(--pf-v6-c-popover__arrow--Height);
168
171
  pointer-events: none;
169
172
  background-color: var(--pf-v6-c-popover__arrow--BackgroundColor);
173
+ border: var(--pf-v6-c-popover--BorderWidth) solid var(--pf-v6-c-popover--BorderColor);
170
174
  box-shadow: var(--pf-v6-c-popover__arrow--BoxShadow);
171
175
  transform: translateX(var(--pf-v6-c-popover__arrow--TranslateX, 0)) translateY(var(--pf-v6-c-popover__arrow--TranslateY, 0)) rotate(var(--pf-v6-c-popover__arrow--Rotate, 0));
172
176
  }
@@ -3,6 +3,8 @@
3
3
  --pf-v6-c-progress__bar--Height: var(--pf-t--global--spacer--md);
4
4
  --pf-v6-c-progress__bar--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
5
5
  --pf-v6-c-progress__bar--BorderRadius: var(--pf-t--global--border--radius--medium);
6
+ --pf-v6-c-progress__bar--BorderColor: var(--pf-t--global--border--color--high-contrast);
7
+ --pf-v6-c-progress__bar--BorderWidth: var(--pf-t--global--border--width--regular);
6
8
  --pf-v6-c-progress__measure--m-static-width--MinWidth: 4.5ch;
7
9
  --pf-v6-c-progress__status--Gap: var(--pf-t--global--spacer--sm);
8
10
  --pf-v6-c-progress__status-icon--Color: var(--pf-t--global--icon--color--regular);
@@ -164,6 +166,14 @@
164
166
  background-color: var(--pf-v6-c-progress__bar--BackgroundColor);
165
167
  border-radius: var(--pf-v6-c-progress__bar--BorderRadius);
166
168
  }
169
+ .pf-v6-c-progress__bar::before {
170
+ position: absolute;
171
+ inset: 0;
172
+ pointer-events: none;
173
+ content: "";
174
+ border: var(--pf-v6-c-progress__bar--BorderWidth) solid var(--pf-v6-c-progress__bar--BorderColor);
175
+ border-radius: inherit;
176
+ }
167
177
 
168
178
  .pf-v6-c-progress__indicator {
169
179
  position: absolute;
@@ -11,6 +11,10 @@
11
11
  --pf-v6-c-simple-list__item-link--hover--Color: var(--pf-t--global--text--color--subtle);
12
12
  --pf-v6-c-simple-list__item-link--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
13
13
  --pf-v6-c-simple-list__item-link--BorderRadius: var(--pf-t--global--border--radius--tiny);
14
+ --pf-v6-c-simple-list__item-link--BorderWidth: var(--pf-t--global--border--width--action--plain--default);
15
+ --pf-v6-c-simple-list__item-link--BorderColor: var(--pf-t--global--border--color--high-contrast);
16
+ --pf-v6-c-simple-list__item-link--hover--BorderWidth: var(--pf-t--global--border--width--action--plain--hover);
17
+ --pf-v6-c-simple-list__item-link--m-current--BorderWidth: var(--pf-t--global--border--width--action--plain--clicked);
14
18
  --pf-v6-c-simple-list__item-link--m-link--Color: var(--pf-t--global--text--color--link--default);
15
19
  --pf-v6-c-simple-list__item-link--m-link--m-current--Color: var(--pf-t--global--text--color--link--hover);
16
20
  --pf-v6-c-simple-list__item-link--m-link--hover--Color: var(--pf-t--global--text--color--link--hover);
@@ -25,6 +29,7 @@
25
29
  }
26
30
 
27
31
  .pf-v6-c-simple-list__item-link {
32
+ position: relative;
28
33
  display: block;
29
34
  width: 100%;
30
35
  padding-block-start: var(--pf-v6-c-simple-list__item-link--PaddingBlockStart);
@@ -39,6 +44,14 @@
39
44
  border: none;
40
45
  border-radius: var(--pf-v6-c-simple-list__item-link--BorderRadius);
41
46
  }
47
+ .pf-v6-c-simple-list__item-link::after {
48
+ position: absolute;
49
+ inset: 0;
50
+ pointer-events: none;
51
+ content: "";
52
+ border: var(--pf-v6-c-simple-list__item-link--BorderWidth) solid var(--pf-v6-c-simple-list__item-link--BorderColor);
53
+ border-radius: inherit;
54
+ }
42
55
  .pf-v6-c-simple-list__item-link.pf-m-link {
43
56
  --pf-v6-c-simple-list__item-link--Color: var(--pf-v6-c-simple-list__item-link--m-link--Color);
44
57
  --pf-v6-c-simple-list__item-link--hover--Color: var(--pf-v6-c-simple-list__item-link--m-link--m-current--Color);
@@ -47,11 +60,13 @@
47
60
  .pf-v6-c-simple-list__item-link:is(:hover, :focus) {
48
61
  --pf-v6-c-simple-list__item-link--BackgroundColor: var(--pf-v6-c-simple-list__item-link--hover--BackgroundColor);
49
62
  --pf-v6-c-simple-list__item-link--Color: var(--pf-v6-c-simple-list__item-link--hover--Color);
63
+ --pf-v6-c-simple-list__item-link--BorderWidth: var(--pf-v6-c-simple-list__item-link--hover--BorderWidth);
50
64
  text-decoration-line: none;
51
65
  }
52
66
  .pf-v6-c-simple-list__item-link.pf-m-current {
53
67
  --pf-v6-c-simple-list__item-link--BackgroundColor: var(--pf-v6-c-simple-list__item-link--m-current--BackgroundColor);
54
68
  --pf-v6-c-simple-list__item-link--Color: var(--pf-v6-c-simple-list__item-link--m-current--Color);
69
+ --pf-v6-c-simple-list__item-link--BorderWidth: var(--pf-v6-c-simple-list__item-link--m-current--BorderWidth);
55
70
  }
56
71
 
57
72
  .pf-v6-c-simple-list__title {
@@ -10,7 +10,8 @@
10
10
  --pf-v6-c-table__caption--PaddingInlineStart: var(--pf-t--global--spacer--inset--page-chrome);
11
11
  --pf-v6-c-table__thead--cell--FontSize: var(--pf-t--global--font--size--body--sm);
12
12
  --pf-v6-c-table__thead--cell--FontWeight: var(--pf-t--global--font--weight--body--bold);
13
- --pf-v6-c-table__thead__toggle--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
13
+ --pf-v6-c-table__thead__toggle--PaddingBlockStart: var(--pf-v6-c-table--cell--Padding--base);
14
+ --pf-v6-c-table__thead__toggle--PaddingBlockEnd: var(--pf-v6-c-table--cell--Padding--base);
14
15
  --pf-v6-c-table__tbody--cell--PaddingBlockStart: var(--pf-v6-c-table--cell--Padding--base);
15
16
  --pf-v6-c-table__tbody--cell--PaddingBlockEnd: var(--pf-v6-c-table--cell--Padding--base);
16
17
  --pf-v6-c-table__tbody--cell--FontSize: var(--pf-t--global--font--size--body--default);
@@ -60,6 +61,9 @@
60
61
  --pf-v6-c-table__button--Color: var(--pf-t--global--text--color--regular);
61
62
  --pf-v6-c-table__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
62
63
  --pf-v6-c-table__button--OutlineOffset: calc(var(--pf-t--global--border--width--strong) * -1);
64
+ --pf-v6-c-table__button--BorderColor: var(--pf-t--global--border--color--high-contrast);
65
+ --pf-v6-c-table__button--BorderWidth: var(--pf-t--global--border--width--action--plain--default);
66
+ --pf-v6-c-table__button--hover--BorderWidth: var(--pf-t--global--border--width--action--plain--hover);
63
67
  --pf-v6-c-table__button--BorderRadius: var(--pf-t--global--border--radius--small);
64
68
  --pf-v6-c-table__button--hover--Color: var(--pf-t--global--text--color--regular);
65
69
  --pf-v6-c-table__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
@@ -89,6 +93,8 @@
89
93
  --pf-v6-c-table__expandable-row-content--PaddingInlineEnd: var(--pf-t--global--spacer--md);
90
94
  --pf-v6-c-table__expandable-row-content--BorderRadius: var(--pf-t--global--border--radius--small);
91
95
  --pf-v6-c-table__expandable-row-content--BackgroundColor: var(--pf-t--global--background--color--primary--default);
96
+ --pf-v6-c-table__expandable-row-content--BorderColor: var(--pf-t--global--border--color--high-contrast);
97
+ --pf-v6-c-table__expandable-row-content--BorderWidth: 0;
92
98
  --pf-v6-c-table__control-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
93
99
  --pf-v6-c-table__control-row--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);
94
100
  --pf-v6-c-table__control-row__tbody--BorderBlockEndColor: var(--pf-t--global--border--color--default);
@@ -110,10 +116,12 @@
110
116
  --pf-v6-c-table__compound-expansion-toggle__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
111
117
  --pf-v6-c-table__compound-expansion-toggle__button--expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
112
118
  --pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--clicked);
119
+ --pf-v6-c-table__compound-expansion-toggle__button--after--BorderRadius: inherit;
113
120
  --pf-v6-c-table__compound-expansion-toggle__button--after--BorderBlockStartWidth: 0;
114
121
  --pf-v6-c-table__compound-expansion-toggle__button--hover--after--BorderBlockStartWidth: var(--pf-t--global--border--width--strong);
115
122
  --pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderBlockStartWidth: var(--pf-t--global--border--width--strong);
116
123
  --pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
124
+ --pf-v6-c-table--compound-expansion--m-expanded--BorderWidth: var(--pf-t--global--high-contrast--border--width--regular);
117
125
  --pf-v6-c-table--m-compact__th--PaddingBlockStart: calc(var(--pf-t--global--spacer--sm) + var(--pf-t--global--spacer--xs));
118
126
  --pf-v6-c-table--m-compact__th--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
119
127
  --pf-v6-c-table--m-compact--cell--PaddingBlockStart: var(--pf-t--global--spacer--sm);
@@ -525,6 +533,7 @@
525
533
  }
526
534
 
527
535
  .pf-v6-c-table__button {
536
+ position: relative;
528
537
  width: auto;
529
538
  padding-block-start: var(--pf-v6-c-table__button--PaddingBlockStart);
530
539
  padding-block-end: var(--pf-v6-c-table__button--PaddingBlockEnd);
@@ -543,6 +552,14 @@
543
552
  border-radius: var(--pf-v6-c-table__button--BorderRadius);
544
553
  outline-offset: var(--pf-v6-c-table__button--OutlineOffset);
545
554
  }
555
+ .pf-v6-c-table__button::after {
556
+ position: absolute;
557
+ inset: 0;
558
+ pointer-events: none;
559
+ content: "";
560
+ border: var(--pf-v6-c-table__button--BorderWidth) solid var(--pf-v6-c-table__button--BorderColor);
561
+ border-radius: inherit;
562
+ }
546
563
  .pf-v6-c-table .pf-v6-c-table .pf-v6-c-table__button {
547
564
  margin-block-end: 0;
548
565
  }
@@ -613,6 +630,12 @@
613
630
  --pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table__toggle--PaddingInlineStart);
614
631
  --pf-v6-c-table--cell--PaddingInlineEnd: var(--pf-v6-c-table__toggle--PaddingInlineEnd);
615
632
  }
633
+ .pf-v6-c-table__thead .pf-v6-c-table__toggle .pf-v6-c-button {
634
+ margin-block-start: calc(var(--pf-v6-c-button--PaddingBlockStart) * -1);
635
+ margin-block-end: calc(var(--pf-v6-c-button--PaddingBlockEnd) * -1);
636
+ line-height: 1lh;
637
+ }
638
+
616
639
  .pf-v6-c-table__toggle .pf-v6-c-button.pf-m-expanded .pf-v6-c-table__toggle-icon {
617
640
  transform: rotate(var(--pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate));
618
641
  }
@@ -712,6 +735,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
712
735
  content: "";
713
736
  border: 0;
714
737
  border-block-start: var(--pf-v6-c-table__compound-expansion-toggle__button--after--BorderBlockStartWidth) solid var(--pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor);
738
+ border-radius: var(--pf-v6-c-table__compound-expansion-toggle__button--after--BorderRadius);
715
739
  }
716
740
  .pf-v6-c-table__compound-expansion-toggle:hover, .pf-v6-c-table__compound-expansion-toggle:focus-within {
717
741
  --pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-v6-c-table__compound-expansion-toggle__button--hover--BackgroundColor);
@@ -735,6 +759,9 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
735
759
  align-self: last baseline;
736
760
  margin-inline-start: var(--pf-v6-c-table__column-help--MarginInlineStart);
737
761
  }
762
+ .pf-v6-c-table__column-help-action .pf-v6-c-button {
763
+ line-height: 1lh;
764
+ }
738
765
 
739
766
  .pf-v6-c-table__sort {
740
767
  vertical-align: bottom;
@@ -743,6 +770,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
743
770
  --pf-v6-c-table__sort-indicator--Color: var(--pf-v6-c-table__sort__button--hover__sort-indicator--Color);
744
771
  --pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__sort__button--hover__text--Color);
745
772
  --pf-v6-c-table__button--BackgroundColor: var(--pf-v6-c-table__button--hover--BackgroundColor);
773
+ --pf-v6-c-table__button--BorderWidth: var(--pf-v6-c-table__button--hover--BorderWidth);
746
774
  }
747
775
  .pf-v6-c-table__sort .pf-v6-c-table__button .pf-v6-c-table__text {
748
776
  color: var(--pf-v6-c-table__sort__button__text--Color);
@@ -792,16 +820,26 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
792
820
  border-radius: 0;
793
821
  }
794
822
  .pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
823
+ position: relative;
795
824
  padding-block-start: var(--pf-v6-c-table__expandable-row-content--PaddingBlockStart);
796
825
  padding-block-end: var(--pf-v6-c-table__expandable-row-content--PaddingBlockEnd);
797
826
  padding-inline-start: var(--pf-v6-c-table__expandable-row-content--PaddingInlineStart);
798
827
  padding-inline-end: var(--pf-v6-c-table__expandable-row-content--PaddingInlineEnd);
799
828
  background-color: var(--pf-v6-c-table__expandable-row-content--BackgroundColor);
829
+ border: 0;
800
830
  border-radius: var(--pf-v6-c-table__expandable-row-content--BorderRadius);
801
831
  }
802
832
  .pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content.pf-m-no-background {
803
833
  background-color: transparent;
804
834
  }
835
+ .pf-v6-c-table__expandable-row .pf-v6-c-table__td:not(.pf-m-no-padding) > .pf-v6-c-table__expandable-row-content::after {
836
+ position: absolute;
837
+ inset: 0;
838
+ pointer-events: none;
839
+ content: "";
840
+ border: var(--pf-v6-c-table__expandable-row-content--BorderWidth) solid var(--pf-v6-c-table__expandable-row-content--BorderColor);
841
+ border-radius: inherit;
842
+ }
805
843
  .pf-v6-c-table__expandable-row.pf-m-expanded {
806
844
  border-block-end-color: var(--pf-v6-c-table__expandable-row--m-expanded--BorderBlockEndColor);
807
845
  border-block-end-width: var(--pf-v6-c-table--border-width--base);
@@ -845,6 +883,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
845
883
 
846
884
  .pf-v6-c-table__thead {
847
885
  --pf-v6-c-table__tr--BorderBlockEndWidth: 0;
886
+ --pf-v6-c-table__toggle--PaddingBlockStart: var(--pf-v6-c-table__thead__toggle--PaddingBlockStart);
848
887
  --pf-v6-c-table__toggle--PaddingBlockEnd: var(--pf-v6-c-table__thead__toggle--PaddingBlockEnd);
849
888
  vertical-align: bottom;
850
889
  }
@@ -858,6 +897,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
858
897
  vertical-align: top;
859
898
  }
860
899
  .pf-v6-c-table__tbody .pf-v6-c-table__control-row ~ .pf-v6-c-table__expandable-row.pf-m-expanded {
900
+ --pf-v6-c-table__expandable-row-content--BorderWidth: var(--pf-v6-c-table--compound-expansion--m-expanded--BorderWidth);
861
901
  background-color: var(--pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor);
862
902
  }
863
903
 
@@ -46,6 +46,10 @@
46
46
  --pf-v6-c-tabs__link--FontSize: var(--pf-t--global--font--size--sm);
47
47
  --pf-v6-c-tabs__link--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
48
48
  --pf-v6-c-tabs__link--BorderRadius: var(--pf-t--global--border--radius--small);
49
+ --pf-v6-c-tabs__link--BorderWidth: var(--pf-t--global--border--width--action--plain--hover);
50
+ --pf-v6-c-tabs__link--BorderColor: transparent;
51
+ --pf-v6-c-tabs__link--hover--BorderColor: var(--pf-t--global--border--color--high-contrast);
52
+ --pf-v6-c-tabs__link--disabled--BorderColor: transparent;
49
53
  --pf-v6-c-tabs__link--PaddingBlockStart: var(--pf-t--global--spacer--xs);
50
54
  --pf-v6-c-tabs__link--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
51
55
  --pf-v6-c-tabs__link--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
@@ -545,6 +549,7 @@
545
549
  color: var(--pf-v6-c-tabs__link--Color);
546
550
  text-decoration-line: none;
547
551
  background-color: var(--pf-v6-c-tabs__link--BackgroundColor);
552
+ border: var(--pf-v6-c-tabs__link--BorderWidth) solid var(--pf-v6-c-tabs__link--BorderColor);
548
553
  border-radius: var(--pf-v6-c-tabs__link--BorderRadius);
549
554
  transition: background-color var(--pf-v6-c-tabs__link--TransitionDuration--background-color) var(--pf-v6-c-tabs__link--TransitionTimingFunction--background-color);
550
555
  }
@@ -578,6 +583,7 @@
578
583
 
579
584
  .pf-v6-c-tabs__link:where(:hover, :focus) {
580
585
  --pf-v6-c-tabs__link--BackgroundColor: var(--pf-v6-c-tabs__link--hover--BackgroundColor);
586
+ --pf-v6-c-tabs__link--BorderColor: var(--pf-v6-c-tabs__link--hover--BorderColor);
581
587
  }
582
588
  .pf-v6-c-tabs__link:disabled, .pf-v6-c-tabs__link.pf-m-disabled {
583
589
  pointer-events: none;
@@ -592,6 +598,7 @@
592
598
 
593
599
  .pf-v6-c-tabs__link:is(:disabled, .pf-m-disabled, .pf-m-aria-disabled) {
594
600
  --pf-v6-c-tabs__link--BackgroundColor: var(--pf-v6-c-tabs__link--disabled--BackgroundColor);
601
+ --pf-v6-c-tabs__link--BorderColor: var(--pf-v6-c-tabs__link--disabled--BorderColor);
595
602
  }
596
603
  .pf-v6-c-tabs__item.pf-m-action.pf-m-disabled {
597
604
  --pf-v6-c-tabs__link--BackgroundColor: transparent;
@@ -31,6 +31,7 @@
31
31
  --pf-v6-c-text-input-group__text-input--PaddingInlineStart: var(--pf-t--global--spacer--control--horizontal--default);
32
32
  --pf-v6-c-text-input-group__text-input--MinWidth: 12ch;
33
33
  --pf-v6-c-text-input-group__text-input--m-hint--Color: var(--pf-t--global--text--color--placeholder);
34
+ --pf-v6-c-text-input-group__text-input--Color: var(--pf-t--global--text--color--regular);
34
35
  --pf-v6-c-text-input-group__text-input--placeholder--Color: var(--pf-t--global--text--color--placeholder);
35
36
  --pf-v6-c-text-input-group__text-input--BackgroundColor: transparent;
36
37
  --pf-v6-c-text-input-group__text-input--OutlineOffset: -6px;
@@ -77,6 +78,8 @@
77
78
  }
78
79
  .pf-v6-c-text-input-group.pf-m-disabled {
79
80
  --pf-v6-c-text-input-group--Color: var(--pf-v6-c-text-input-group--m-disabled--Color);
81
+ --pf-v6-c-text-input-group__text-input--Color: var(--pf-v6-c-text-input-group--m-disabled--Color);
82
+ --pf-v6-c-text-input-group__text-input--placeholder--Color: var(--pf-v6-c-text-input-group--m-disabled--Color);
80
83
  --pf-v6-c-text-input-group__icon--Color: var(--pf-v6-c-text-input-group--m-disabled__icon--Color);
81
84
  --pf-v6-c-text-input-group__icon--m-status--Color: var(--pf-v6-c-text-input-group--m-disabled__icon--m-status--Color);
82
85
  --pf-v6-c-text-input-group--BackgroundColor: var(--pf-v6-c-text-input-group--m-disabled--BackgroundColor);
@@ -125,6 +128,9 @@
125
128
  .pf-v6-c-text-input-group:where(.pf-m-success, .pf-m-warning, .pf-m-error) {
126
129
  --pf-v6-c-text-input-group__text-input--PaddingInlineEnd: var(--pf-v6-c-text-input-group--status__text-input--PaddingInlineEnd);
127
130
  }
131
+ .pf-v6-c-text-input-group:where(.pf-m-success, .pf-m-warning, .pf-m-error) .pf-v6-c-text-input-group__text {
132
+ --pf-v6-c-text-input-group__text--Position: relative;
133
+ }
128
134
  .pf-v6-c-text-input-group:has(> .pf-v6-c-text-input-group__utilities) {
129
135
  --pf-v6-c-text-input-group__icon--m-status--InsetInlineEnd: var(--pf-v6-c-text-input-group--utilities--icon--m-status--InsetInlineEnd);
130
136
  --pf-v6-c-text-input-group--status__text-input--PaddingInlineEnd: var(--pf-v6-c-text-input-group--utilities--status__text-input--PaddingInlineEnd);
@@ -187,6 +193,7 @@
187
193
  padding-block-end: var(--pf-v6-c-text-input-group__text-input--PaddingBlockEnd);
188
194
  padding-inline-start: var(--pf-v6-c-text-input-group__text-input--PaddingInlineStart);
189
195
  padding-inline-end: var(--pf-v6-c-text-input-group__text-input--PaddingInlineEnd);
196
+ color: var(--pf-v6-c-text-input-group__text-input--Color);
190
197
  background-color: var(--pf-v6-c-text-input-group__text-input--BackgroundColor);
191
198
  border: 0;
192
199
  outline-offset: var(--pf-v6-c-text-input-group__text-input--OutlineOffset);