@patternfly/patternfly 6.2.1 → 6.2.3
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.
- package/README.md +1 -1
- package/components/Card/card.css +0 -3
- package/components/Card/card.scss +0 -3
- package/components/Drawer/drawer.css +14 -28
- package/components/Drawer/drawer.scss +9 -28
- package/components/FormControl/form-control.css +2 -1
- package/components/FormControl/form-control.scss +5 -1
- package/components/Tabs/tabs.css +0 -65
- package/components/Tabs/tabs.scss +0 -77
- package/components/Truncate/truncate.css +0 -5
- package/components/Truncate/truncate.scss +0 -6
- package/components/_index.css +16 -101
- package/docs/components/Divider/examples/Divider.md +1 -1
- package/docs/components/Drawer/examples/Drawer.md +0 -4
- package/docs/components/Table/examples/Table.md +4 -4
- package/docs/components/Tabs/examples/Tabs.md +12 -6741
- package/docs/components/Truncate/examples/Truncate.md +10 -53
- package/docs/demos/Card/examples/Card.md +0 -57
- package/docs/demos/DescriptionList/examples/DescriptionList.md +0 -38
- package/docs/demos/Drawer/examples/Drawer.md +0 -38
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +0 -76
- package/docs/demos/Table/examples/Table.md +21 -41
- package/docs/demos/Tabs/examples/Tabs.md +0 -570
- package/package.json +6 -6
- package/patternfly-no-globals.css +16 -101
- package/patternfly.css +16 -101
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/components/_index.css
CHANGED
|
@@ -2329,7 +2329,6 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
2329
2329
|
--pf-v6-c-card__title-text--FontSize: var(--pf-t--global--font--size--heading--xs);
|
|
2330
2330
|
--pf-v6-c-card__title-text--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
2331
2331
|
--pf-v6-c-card__title-text--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
2332
|
-
--pf-v6-c-card__title-text--OverflowWrap: break-word;
|
|
2333
2332
|
--pf-v6-c-card--c-button--disabled--Color: var(--pf-t--global--text--color--on-disabled);
|
|
2334
2333
|
--pf-v6-c-card__body--FontSize: var(--pf-t--global--font--size--body--default);
|
|
2335
2334
|
--pf-v6-c-card__footer--FontSize: var(--pf-t--global--font--size--body--default);
|
|
@@ -2542,13 +2541,11 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
2542
2541
|
}
|
|
2543
2542
|
|
|
2544
2543
|
.pf-v6-c-card__title-text {
|
|
2545
|
-
overflow: auto;
|
|
2546
2544
|
font-family: var(--pf-v6-c-card__title-text--FontFamily);
|
|
2547
2545
|
font-size: var(--pf-v6-c-card__title-text--FontSize);
|
|
2548
2546
|
font-weight: var(--pf-v6-c-card__title-text--FontWeight);
|
|
2549
2547
|
line-height: var(--pf-v6-c-card__title-text--LineHeight);
|
|
2550
2548
|
color: var(--pf-v6-c-card__title-text--Color);
|
|
2551
|
-
overflow-wrap: var(--pf-v6-c-card__title-text--OverflowWrap);
|
|
2552
2549
|
}
|
|
2553
2550
|
|
|
2554
2551
|
.pf-v6-c-card__actions {
|
|
@@ -5310,15 +5307,9 @@ ul) {
|
|
|
5310
5307
|
--pf-v6-c-drawer__panel--RowGap: var(--pf-t--global--spacer--sm);
|
|
5311
5308
|
--pf-v6-c-drawer__panel--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
5312
5309
|
--pf-v6-c-drawer__panel--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
5313
|
-
--pf-v6-c-drawer__panel--TransitionDelay: 0s, var(--pf-v6-c-drawer__panel--TransitionDelay--focus), var(--pf-v6-c-drawer__panel--TransitionDelay--focus);
|
|
5314
|
-
--pf-v6-c-drawer__panel--TransitionDelay--focus: var(--pf-v6-c-drawer__panel--TransitionDuration--fade);
|
|
5315
|
-
--pf-v6-c-drawer__panel--TransitionDelay--expand--focus: 0s;
|
|
5316
5310
|
--pf-v6-c-drawer__panel--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
|
|
5317
|
-
--pf-v6-c-drawer__panel--TransitionDuration
|
|
5318
|
-
--pf-v6-c-drawer__panel--
|
|
5319
|
-
--pf-v6-c-drawer__panel--TransitionProperty: opacity, visibility, transform;
|
|
5320
|
-
--pf-v6-c-drawer__panel--Opacity: 0;
|
|
5321
|
-
--pf-v6-c-drawer--m-expanded__panel--Opacity: 1;
|
|
5311
|
+
--pf-v6-c-drawer__panel--TransitionDuration: var(--pf-t--global--motion--duration--slide-in--short);
|
|
5312
|
+
--pf-v6-c-drawer__panel--TransitionProperty: margin, transform, box-shadow, flex-basis;
|
|
5322
5313
|
--pf-v6-c-drawer__panel--FlexBasis: 100%;
|
|
5323
5314
|
--pf-v6-c-drawer__panel--md--FlexBasis--min: 1.5rem;
|
|
5324
5315
|
--pf-v6-c-drawer__panel--md--FlexBasis: 50%;
|
|
@@ -5408,17 +5399,6 @@ ul) {
|
|
|
5408
5399
|
--pf-v6-c-drawer--m-panel-left--m-inline__panel--PaddingInlineEnd: var(--pf-v6-c-drawer__panel--after--Width);
|
|
5409
5400
|
--pf-v6-c-drawer--m-panel-bottom--m-inline__panel--PaddingBlockStart: var(--pf-v6-c-drawer__panel--after--Width);
|
|
5410
5401
|
}
|
|
5411
|
-
@media screen and (prefers-reduced-motion: no-preference) {
|
|
5412
|
-
.pf-v6-c-drawer {
|
|
5413
|
-
--pf-v6-c-drawer__panel--TransitionDuration--slide: var(--pf-t--global--motion--duration--slide-in--short);
|
|
5414
|
-
--pf-v6-c-drawer__panel--TransitionDelay--focus: var(--pf-v6-c-drawer__panel--TransitionDuration--slide);
|
|
5415
|
-
--pf-v6-c-drawer__panel--TransitionDelay: 0s, 0s, 0s, 0s, var(--pf-v6-c-drawer__panel--TransitionDelay--focus);
|
|
5416
|
-
--pf-v6-c-drawer__panel--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
|
|
5417
|
-
--pf-v6-c-drawer__panel--TransitionDuration: 0s, var(--pf-v6-c-drawer__panel--TransitionDuration--slide), 0s, 0s, 0s;
|
|
5418
|
-
--pf-v6-c-drawer__panel--TransitionProperty: margin, transform, box-shadow, flex-basis, visibility;
|
|
5419
|
-
--pf-v6-c-drawer__panel--Opacity: 1;
|
|
5420
|
-
}
|
|
5421
|
-
}
|
|
5422
5402
|
@media screen and (min-width: 75rem) {
|
|
5423
5403
|
.pf-v6-c-drawer {
|
|
5424
5404
|
--pf-v6-c-drawer__panel--MinWidth: var(--pf-v6-c-drawer__panel--xl--MinWidth);
|
|
@@ -5466,13 +5446,8 @@ ul) {
|
|
|
5466
5446
|
.pf-v6-c-drawer.pf-m-panel-bottom > .pf-v6-c-drawer__main {
|
|
5467
5447
|
flex-direction: column;
|
|
5468
5448
|
}
|
|
5469
|
-
.pf-v6-c-drawer.pf-m-expanded {
|
|
5470
|
-
--pf-v6-c-drawer__panel--TransitionDelay--focus: var(--pf-v6-c-drawer__panel--TransitionDelay--expand--focus);
|
|
5471
|
-
}
|
|
5472
5449
|
.pf-v6-c-drawer.pf-m-expanded > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
5473
5450
|
transform: translateX(-100%);
|
|
5474
|
-
--pf-v6-c-drawer__panel--Opacity: var(--pf-v6-c-drawer--m-expanded__panel--Opacity);
|
|
5475
|
-
visibility: visible;
|
|
5476
5451
|
}
|
|
5477
5452
|
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-drawer.pf-m-expanded > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
5478
5453
|
transform: translateX(calc(-100% * var(--pf-v6-global--inverse--multiplier)));
|
|
@@ -5545,11 +5520,8 @@ ul) {
|
|
|
5545
5520
|
order: 1;
|
|
5546
5521
|
max-height: var(--pf-v6-c-drawer__panel--MaxHeight);
|
|
5547
5522
|
overflow: auto;
|
|
5548
|
-
visibility: hidden;
|
|
5549
5523
|
background-color: var(--pf-v6-c-drawer__panel--BackgroundColor);
|
|
5550
5524
|
box-shadow: var(--pf-v6-c-drawer__panel--BoxShadow);
|
|
5551
|
-
opacity: var(--pf-v6-c-drawer__panel--Opacity);
|
|
5552
|
-
transition-delay: var(--pf-v6-c-drawer__panel--TransitionDelay);
|
|
5553
5525
|
transition-timing-function: var(--pf-v6-c-drawer__panel--TransitionTimingFunction);
|
|
5554
5526
|
transition-duration: var(--pf-v6-c-drawer__panel--TransitionDuration);
|
|
5555
5527
|
transition-property: var(--pf-v6-c-drawer__panel--TransitionProperty);
|
|
@@ -5606,6 +5578,17 @@ ul) {
|
|
|
5606
5578
|
padding-block-end: var(--pf-v6-c-drawer__panel--PaddingBlockEnd);
|
|
5607
5579
|
}
|
|
5608
5580
|
|
|
5581
|
+
@keyframes pf-remove-tab-focus {
|
|
5582
|
+
to {
|
|
5583
|
+
visibility: hidden;
|
|
5584
|
+
}
|
|
5585
|
+
}
|
|
5586
|
+
.pf-v6-c-drawer__panel[hidden] {
|
|
5587
|
+
animation-name: pf-remove-tab-focus;
|
|
5588
|
+
animation-delay: var(--pf-v6-c-drawer__panel--TransitionDuration);
|
|
5589
|
+
animation-fill-mode: forwards;
|
|
5590
|
+
}
|
|
5591
|
+
|
|
5609
5592
|
.pf-v6-c-drawer__head {
|
|
5610
5593
|
display: grid;
|
|
5611
5594
|
grid-template-columns: auto;
|
|
@@ -5713,7 +5696,7 @@ ul) {
|
|
|
5713
5696
|
.pf-v6-c-drawer {
|
|
5714
5697
|
min-width: var(--pf-v6-c-drawer__panel--MinWidth);
|
|
5715
5698
|
}
|
|
5716
|
-
.pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
5699
|
+
.pf-v6-c-drawer.pf-m-expanded > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
5717
5700
|
box-shadow: var(--pf-v6-c-drawer--m-expanded__panel--BoxShadow);
|
|
5718
5701
|
}
|
|
5719
5702
|
.pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-resizable {
|
|
@@ -7087,11 +7070,12 @@ ul) {
|
|
|
7087
7070
|
padding-inline-start: var(--pf-v6-c-form-control--PaddingInlineStart);
|
|
7088
7071
|
padding-inline-end: var(--pf-v6-c-form-control--PaddingInlineEnd);
|
|
7089
7072
|
color: var(--pf-v6-c-form-control--Color);
|
|
7090
|
-
appearance: none;
|
|
7091
7073
|
background-color: transparent;
|
|
7092
7074
|
border: none;
|
|
7093
7075
|
border-radius: var(--pf-v6-c-form-control--BorderRadius);
|
|
7094
7076
|
outline-offset: var(--pf-v6-c-form-control--OutlineOffset);
|
|
7077
|
+
-moz-appearance: none;
|
|
7078
|
+
-webkit-appearance: none;
|
|
7095
7079
|
}
|
|
7096
7080
|
.pf-v6-c-form-control > ::placeholder {
|
|
7097
7081
|
color: var(--pf-v6-c-form-control--m-placeholder--Color);
|
|
@@ -18335,16 +18319,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
18335
18319
|
}
|
|
18336
18320
|
}
|
|
18337
18321
|
|
|
18338
|
-
@property --pf-v6-c-tabs--link-accent--length {
|
|
18339
|
-
syntax: "<length>";
|
|
18340
|
-
inherits: true;
|
|
18341
|
-
initial-value: 0px;
|
|
18342
|
-
}
|
|
18343
|
-
@property --pf-v6-c-tabs--link-accent--start {
|
|
18344
|
-
syntax: "<length>";
|
|
18345
|
-
inherits: true;
|
|
18346
|
-
initial-value: 0px;
|
|
18347
|
-
}
|
|
18348
18322
|
.pf-v6-c-tabs {
|
|
18349
18323
|
--pf-v6-c-tabs--inset: 0;
|
|
18350
18324
|
--pf-v6-c-tabs--Width: auto;
|
|
@@ -18406,8 +18380,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
18406
18380
|
--pf-v6-c-tabs--m-box--m-secondary__link--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
|
18407
18381
|
--pf-v6-c-tabs--m-box--m-secondary__item--m-current__link--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
|
18408
18382
|
--pf-v6-c-tabs--m-subtab__link--FontSize: var(--pf-t--global--font--size--xs);
|
|
18409
|
-
--pf-v6-c-tabs__link--TransitionDuration--background-color: var(--pf-t--global--motion--duration--fade--short);
|
|
18410
|
-
--pf-v6-c-tabs__link--TransitionTimingFunction--background-color: var(--pf-t--global--motion--timing-function--default);
|
|
18411
18383
|
--pf-v6-c-tabs__link--before--border-color--base: var(--pf-t--global--border--color--default);
|
|
18412
18384
|
--pf-v6-c-tabs__link--before--border-width--base: var(--pf-t--global--border--width--regular);
|
|
18413
18385
|
--pf-v6-c-tabs__link--before--BorderBlockStartColor: var(--pf-v6-c-tabs__link--before--border-color--base);
|
|
@@ -18432,26 +18404,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
18432
18404
|
--pf-v6-c-tabs__link--after--BorderInlineStartWidth: 0;
|
|
18433
18405
|
--pf-v6-c-tabs__item--m-current__link--after--BorderColor: var(--pf-t--global--border--color--clicked);
|
|
18434
18406
|
--pf-v6-c-tabs__item--m-current__link--after--BorderWidth: var(--pf-t--global--border--width--extra-strong);
|
|
18435
|
-
--pf-v6-c-tabs--link-accent--start: 0;
|
|
18436
|
-
--pf-v6-c-tabs--link-accent--length: auto;
|
|
18437
|
-
--pf-v6-c-tabs--link-accent--color: var(--pf-v6-c-tabs__item--m-current__link--after--BorderColor);
|
|
18438
|
-
--pf-v6-c-tabs--link-accent--border-size: var(--pf-v6-c-tabs__item--m-current__link--after--BorderWidth);
|
|
18439
|
-
--pf-v6-c-tabs--link-accent--InsetBlockStart: auto;
|
|
18440
|
-
--pf-v6-c-tabs--link-accent--InsetBlockEnd: 0;
|
|
18441
|
-
--pf-v6-c-tabs--link-accent--InsetInlineStart: initial;
|
|
18442
|
-
--pf-v6-c-tabs--link-accent--Width: initial;
|
|
18443
|
-
--pf-v6-c-tabs--link-accent--Height: 0;
|
|
18444
|
-
--pf-v6-c-tabs--link-accent--BorderBlockEndWidth: var(--pf-v6-c-tabs--link-accent--border-size);
|
|
18445
|
-
--pf-v6-c-tabs--link-accent--BorderInlineStartWidth: 0;
|
|
18446
|
-
--pf-v6-c-tabs--m-vertical--link-accent--InsetBlockStart: initial;
|
|
18447
|
-
--pf-v6-c-tabs--m-vertical--link-accent--InsetBlockEnd: auto;
|
|
18448
|
-
--pf-v6-c-tabs--m-vertical--link-accent--InsetInlineStart: 0;
|
|
18449
|
-
--pf-v6-c-tabs--m-vertical--link-accent--Width: 0;
|
|
18450
|
-
--pf-v6-c-tabs--m-vertical--link-accent--Height: initial;
|
|
18451
|
-
--pf-v6-c-tabs--m-vertical--link-accent--BorderBlockEndWidth: 0;
|
|
18452
|
-
--pf-v6-c-tabs--m-vertical--link-accent--BorderInlineStartWidth: var(--pf-v6-c-tabs--link-accent--border-size);
|
|
18453
|
-
--pf-v6-c-tabs--link-accent--TransitionDuration: var(--pf-t--global--motion--duration--md);
|
|
18454
|
-
--pf-v6-c-tabs--link-accent--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
|
|
18455
18407
|
--pf-v6-c-tabs__scroll-button--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
18456
18408
|
--pf-v6-c-tabs__scroll-button--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
18457
18409
|
--pf-v6-c-tabs__scroll-button--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
|
@@ -18609,13 +18561,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
18609
18561
|
--pf-v6-c-tabs__link--after--InsetBlockEnd: 0;
|
|
18610
18562
|
--pf-v6-c-tabs__link--after--InsetInlineEnd: auto;
|
|
18611
18563
|
--pf-v6-c-tabs__list--ScrollSnapTypeAxis: var(--pf-v6-c-tabs--m-vertical__list--ScrollSnapTypeAxis);
|
|
18612
|
-
--pf-v6-c-tabs--link-accent--InsetBlockStart: var(--pf-v6-c-tabs--m-vertical--link-accent--InsetBlockStart);
|
|
18613
|
-
--pf-v6-c-tabs--link-accent--InsetBlockEnd: var(--pf-v6-c-tabs--m-vertical--link-accent--InsetBlockEnd);
|
|
18614
|
-
--pf-v6-c-tabs--link-accent--InsetInlineStart: var(--pf-v6-c-tabs--m-vertical--link-accent--InsetInlineStart);
|
|
18615
|
-
--pf-v6-c-tabs--link-accent--Width: var(--pf-v6-c-tabs--m-vertical--link-accent--Width);
|
|
18616
|
-
--pf-v6-c-tabs--link-accent--Height: var(--pf-v6-c-tabs--m-vertical--link-accent--Height);
|
|
18617
|
-
--pf-v6-c-tabs--link-accent--BorderBlockEndWidth: var(--pf-v6-c-tabs--m-vertical--link-accent--BorderBlockEndWidth);
|
|
18618
|
-
--pf-v6-c-tabs--link-accent--BorderInlineStartWidth: var(--pf-v6-c-tabs--m-vertical--link-accent--BorderInlineStartWidth);
|
|
18619
18564
|
display: inline-flex;
|
|
18620
18565
|
flex-direction: column;
|
|
18621
18566
|
height: 100%;
|
|
@@ -18878,7 +18823,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
18878
18823
|
text-decoration-line: none;
|
|
18879
18824
|
background-color: var(--pf-v6-c-tabs__link--BackgroundColor);
|
|
18880
18825
|
border-radius: var(--pf-v6-c-tabs__link--BorderRadius);
|
|
18881
|
-
transition: background-color var(--pf-v6-c-tabs__link--TransitionDuration--background-color) var(--pf-v6-c-tabs__link--TransitionTimingFunction--background-color);
|
|
18882
18826
|
}
|
|
18883
18827
|
.pf-v6-c-tabs__item.pf-m-action, .pf-v6-c-tabs__link {
|
|
18884
18828
|
--pf-v6-c-tabs__link--after--BorderBlockEndWidth: var(--pf-v6-c-tabs__link--after--BorderWidth);
|
|
@@ -19191,30 +19135,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19191
19135
|
}
|
|
19192
19136
|
}
|
|
19193
19137
|
|
|
19194
|
-
@media (prefers-reduced-motion: no-preference) {
|
|
19195
|
-
.pf-v6-c-tabs:not(.pf-m-box) .pf-v6-c-tabs__link::after,
|
|
19196
|
-
.pf-v6-c-tabs:not(.pf-m-box) .pf-v6-c-tabs__item.pf-m-action::after {
|
|
19197
|
-
content: revert;
|
|
19198
|
-
}
|
|
19199
|
-
.pf-v6-c-tabs:not(.pf-m-box) .pf-v6-c-tabs__list::after {
|
|
19200
|
-
position: absolute;
|
|
19201
|
-
inset-block-start: var(--pf-v6-c-tabs--link-accent--InsetBlockStart, var(--pf-v6-c-tabs--link-accent--start));
|
|
19202
|
-
inset-block-end: var(--pf-v6-c-tabs--link-accent--InsetBlockEnd);
|
|
19203
|
-
inset-inline-start: var(--pf-v6-c-tabs--link-accent--InsetInlineStart, var(--pf-v6-c-tabs--link-accent--start));
|
|
19204
|
-
width: var(--pf-v6-c-tabs--link-accent--Width, var(--pf-v6-c-tabs--link-accent--length));
|
|
19205
|
-
height: var(--pf-v6-c-tabs--link-accent--Height, var(--pf-v6-c-tabs--link-accent--length));
|
|
19206
|
-
content: "";
|
|
19207
|
-
border: 0 solid var(--pf-v6-c-tabs--link-accent--color);
|
|
19208
|
-
border-block-end-width: var(--pf-v6-c-tabs--link-accent--BorderBlockEndWidth);
|
|
19209
|
-
border-inline-start-width: var(--pf-v6-c-tabs--link-accent--BorderInlineStartWidth);
|
|
19210
|
-
transition-timing-function: var(--pf-v6-c-tabs--link-accent--TransitionTimingFunction);
|
|
19211
|
-
transition-duration: var(--pf-v6-c-tabs--link-accent--TransitionDuration);
|
|
19212
|
-
transition-property: --pf-v6-c-tabs--link-accent--length, --pf-v6-c-tabs--link-accent--start, width;
|
|
19213
|
-
}
|
|
19214
|
-
.pf-v6-c-tabs.pf-m-initializing-accent {
|
|
19215
|
-
--pf-v6-c-tabs--link-accent--TransitionDuration: 0;
|
|
19216
|
-
}
|
|
19217
|
-
}
|
|
19218
19138
|
.pf-v6-c-text-input-group {
|
|
19219
19139
|
--pf-v6-c-text-input-group--BackgroundColor: var(--pf-t--global--background--color--control--default);
|
|
19220
19140
|
--pf-v6-c-text-input-group--BorderColor: var(--pf-t--global--border--color--default);
|
|
@@ -21826,11 +21746,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21826
21746
|
align-items: baseline;
|
|
21827
21747
|
min-width: var(--pf-v6-c-truncate--MinWidth);
|
|
21828
21748
|
}
|
|
21829
|
-
.pf-v6-c-truncate.pf-m-fixed {
|
|
21830
|
-
display: inline;
|
|
21831
|
-
align-items: revert;
|
|
21832
|
-
min-width: revert;
|
|
21833
|
-
}
|
|
21834
21749
|
|
|
21835
21750
|
.pf-v6-c-truncate__start,
|
|
21836
21751
|
.pf-v6-c-truncate__end {
|
|
@@ -550,7 +550,6 @@ cssPrefix: pf-v6-c-drawer
|
|
|
550
550
|
class="pf-v6-c-drawer__splitter pf-m-vertical"
|
|
551
551
|
role="separator"
|
|
552
552
|
tabindex="0"
|
|
553
|
-
aria-valuenow="50"
|
|
554
553
|
aria-orientation="vertical"
|
|
555
554
|
>
|
|
556
555
|
<div class="pf-v6-c-drawer__splitter-handle"></div>
|
|
@@ -598,7 +597,6 @@ cssPrefix: pf-v6-c-drawer
|
|
|
598
597
|
class="pf-v6-c-drawer__splitter pf-m-vertical"
|
|
599
598
|
role="separator"
|
|
600
599
|
tabindex="0"
|
|
601
|
-
aria-valuenow="50"
|
|
602
600
|
aria-orientation="vertical"
|
|
603
601
|
>
|
|
604
602
|
<div class="pf-v6-c-drawer__splitter-handle"></div>
|
|
@@ -649,7 +647,6 @@ cssPrefix: pf-v6-c-drawer
|
|
|
649
647
|
class="pf-v6-c-drawer__splitter"
|
|
650
648
|
role="separator"
|
|
651
649
|
tabindex="0"
|
|
652
|
-
aria-valuenow="50"
|
|
653
650
|
aria-orientation="horizontal"
|
|
654
651
|
>
|
|
655
652
|
<div class="pf-v6-c-drawer__splitter-handle"></div>
|
|
@@ -697,7 +694,6 @@ cssPrefix: pf-v6-c-drawer
|
|
|
697
694
|
class="pf-v6-c-drawer__splitter pf-m-vertical"
|
|
698
695
|
role="separator"
|
|
699
696
|
tabindex="0"
|
|
700
|
-
aria-valuenow="50"
|
|
701
697
|
aria-orientation="vertical"
|
|
702
698
|
>
|
|
703
699
|
<div class="pf-v6-c-drawer__splitter-handle"></div>
|
|
@@ -1150,7 +1150,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1150
1150
|
class="pf-v6-c-button pf-m-plain"
|
|
1151
1151
|
id="table-expandable-expandable-toggle-thead"
|
|
1152
1152
|
type="button"
|
|
1153
|
-
aria-controls="table-expandable-content-
|
|
1153
|
+
aria-controls="table-expandable-content-thead"
|
|
1154
1154
|
aria-labelledby="table-expandable-node-thead"
|
|
1155
1155
|
aria-label="Toggle all rows"
|
|
1156
1156
|
>
|
|
@@ -1620,7 +1620,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1620
1620
|
id="expandable-set-width-columns-example-expandable-toggle-thead"
|
|
1621
1621
|
type="button"
|
|
1622
1622
|
aria-expanded="true"
|
|
1623
|
-
aria-controls="expandable-set-width-columns-example-content-
|
|
1623
|
+
aria-controls="expandable-set-width-columns-example-content-thead"
|
|
1624
1624
|
aria-labelledby="expandable-set-width-columns-example-node-thead"
|
|
1625
1625
|
aria-label="Toggle all rows"
|
|
1626
1626
|
aria-describedby="true"
|
|
@@ -2096,7 +2096,7 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2096
2096
|
class="pf-v6-c-button pf-m-plain"
|
|
2097
2097
|
id="table-expandable-nested-table-expandable-toggle-thead"
|
|
2098
2098
|
type="button"
|
|
2099
|
-
aria-controls="table-expandable-nested-table-content-
|
|
2099
|
+
aria-controls="table-expandable-nested-table-content-thead"
|
|
2100
2100
|
aria-labelledby="table-expandable-nested-table-node-thead"
|
|
2101
2101
|
aria-label="Toggle all rows"
|
|
2102
2102
|
>
|
|
@@ -5285,7 +5285,7 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5285
5285
|
class="pf-v6-c-button pf-m-small pf-m-plain"
|
|
5286
5286
|
id="table-compact-expandable-expandable-toggle-thead"
|
|
5287
5287
|
type="button"
|
|
5288
|
-
aria-controls="table-compact-expandable-content-
|
|
5288
|
+
aria-controls="table-compact-expandable-content-thead"
|
|
5289
5289
|
aria-labelledby="table-compact-expandable-node-thead"
|
|
5290
5290
|
aria-label="Toggle all rows"
|
|
5291
5291
|
>
|