@patternfly/react-styles 6.3.0-prerelease.1 → 6.3.0-prerelease.11
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/CHANGELOG.md +58 -0
- package/css/assets/images/icon-help.hbs +3 -0
- package/css/assets/images/icon-outlined-star.hbs +3 -0
- package/css/assets/images/icon-star.hbs +3 -0
- package/css/components/Accordion/accordion.css +72 -3
- package/css/components/Alert/alert-group.css +52 -31
- package/css/components/Alert/alert-group.d.ts +4 -1
- package/css/components/Alert/alert-group.js +4 -1
- package/css/components/Alert/alert-group.mjs +4 -1
- package/css/components/Button/button.css +154 -6
- package/css/components/Button/button.d.ts +12 -0
- package/css/components/Button/button.js +12 -0
- package/css/components/Button/button.mjs +12 -0
- package/css/components/DataList/data-list.css +2 -2
- package/css/components/DualListSelector/dual-list-selector.css +36 -0
- package/css/components/DualListSelector/dual-list-selector.d.ts +1 -0
- package/css/components/DualListSelector/dual-list-selector.js +1 -0
- package/css/components/DualListSelector/dual-list-selector.mjs +1 -0
- package/css/components/ExpandableSection/expandable-section.css +63 -1
- package/css/components/ExpandableSection/expandable-section.d.ts +3 -2
- package/css/components/ExpandableSection/expandable-section.js +3 -2
- package/css/components/ExpandableSection/expandable-section.mjs +3 -2
- package/css/components/FileUpload/file-upload.css +3 -3
- package/css/components/Form/form.css +40 -1
- package/css/components/Form/form.d.ts +2 -1
- package/css/components/Form/form.js +2 -1
- package/css/components/Form/form.mjs +2 -1
- package/css/components/FormControl/form-control.css +16 -0
- package/css/components/FormControl/form-control.d.ts +2 -2
- package/css/components/FormControl/form-control.js +2 -2
- package/css/components/FormControl/form-control.mjs +2 -2
- package/css/components/InputGroup/input-group.css +80 -0
- package/css/components/InputGroup/input-group.d.ts +6 -0
- package/css/components/InputGroup/input-group.js +6 -0
- package/css/components/InputGroup/input-group.mjs +6 -0
- package/css/components/Menu/menu.css +24 -4
- package/css/components/MenuToggle/menu-toggle.css +38 -4
- package/css/components/MenuToggle/menu-toggle.d.ts +1 -0
- package/css/components/MenuToggle/menu-toggle.js +1 -0
- package/css/components/MenuToggle/menu-toggle.mjs +1 -0
- package/css/components/Nav/nav.css +22 -8
- package/css/components/Page/page.css +62 -3
- package/css/components/Page/page.d.ts +3 -0
- package/css/components/Page/page.js +3 -0
- package/css/components/Page/page.mjs +3 -0
- package/css/components/Progress/progress.css +16 -0
- package/css/components/Skeleton/skeleton.css +22 -2
- package/css/components/Spinner/spinner.css +5 -0
- package/css/components/Spinner/spinner.d.ts +1 -0
- package/css/components/Spinner/spinner.js +1 -0
- package/css/components/Spinner/spinner.mjs +1 -0
- package/css/components/Table/table-grid.css +116 -85
- package/css/components/Table/table-grid.d.ts +2 -0
- package/css/components/Table/table-grid.js +2 -0
- package/css/components/Table/table-grid.mjs +2 -0
- package/css/components/Table/table.css +128 -47
- package/css/components/Table/table.d.ts +5 -1
- package/css/components/Table/table.js +5 -1
- package/css/components/Table/table.mjs +5 -1
- package/css/components/Tabs/tabs.css +25 -15
- package/css/components/Tabs/tabs.d.ts +1 -0
- package/css/components/Tabs/tabs.js +1 -0
- package/css/components/Tabs/tabs.mjs +1 -0
- package/css/components/TextInputGroup/text-input-group.css +16 -0
- package/css/components/TextInputGroup/text-input-group.d.ts +1 -1
- package/css/components/TextInputGroup/text-input-group.js +1 -1
- package/css/components/TextInputGroup/text-input-group.mjs +1 -1
- package/css/components/Timestamp/timestamp.css +4 -0
- package/css/components/Timestamp/timestamp.d.ts +2 -1
- package/css/components/Timestamp/timestamp.js +2 -1
- package/css/components/Timestamp/timestamp.mjs +2 -1
- package/css/components/TreeView/tree-view.css +39 -0
- package/css/components/TreeView/tree-view.d.ts +1 -0
- package/css/components/TreeView/tree-view.js +1 -0
- package/css/components/TreeView/tree-view.mjs +1 -0
- package/css/components/Truncate/truncate.css +1 -0
- package/css/components/_index.css +1036 -215
- package/css/components/_index.d.ts +27 -2
- package/css/components/_index.js +27 -2
- package/css/components/_index.mjs +27 -2
- package/package.json +3 -3
@@ -34,6 +34,7 @@
|
|
34
34
|
--pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
35
35
|
--pf-v6-c-table--cell--responsive--PaddingInlineEnd: 0;
|
36
36
|
--pf-v6-c-table--cell--responsive--PaddingInlineStart: 0;
|
37
|
+
--pf-v6-c-table--cell--responsive--th--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
37
38
|
--pf-v6-c-table--m-compact__tr--responsive--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
38
39
|
--pf-v6-c-table--m-compact__tr--responsive--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
39
40
|
--pf-v6-c-table--m-compact__tr__td--responsive--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
@@ -97,6 +98,9 @@
|
|
97
98
|
.pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
|
98
99
|
border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
|
99
100
|
}
|
101
|
+
.pf-m-grid.pf-v6-c-table.pf-m-animate-expand {
|
102
|
+
--pf-v6-c-table__expandable-row--Display: block;
|
103
|
+
}
|
100
104
|
.pf-m-grid.pf-v6-c-table.pf-m-expandable {
|
101
105
|
--pf-v6-c-table__tr--BorderBlockEndWidth: 0;
|
102
106
|
}
|
@@ -108,7 +112,7 @@
|
|
108
112
|
--pf-v6-c-table__expandable-row--after--BorderInlineStartWidth: 0;
|
109
113
|
--pf-v6-c-table__expandable-row--after--BorderColor: transparent;
|
110
114
|
}
|
111
|
-
.pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
|
115
|
+
.pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) {
|
112
116
|
display: grid;
|
113
117
|
grid-template-columns: 1fr;
|
114
118
|
height: auto;
|
@@ -119,13 +123,13 @@
|
|
119
123
|
padding-block-end: var(--pf-v6-c-table__tr--responsive--PaddingBlockEnd);
|
120
124
|
padding-inline-start: var(--pf-v6-c-table__tr--responsive--PaddingInlineStart);
|
121
125
|
}
|
122
|
-
.pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td) {
|
126
|
+
.pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) > :where(th, td) {
|
123
127
|
padding-block-start: var(--pf-v6-c-table--cell--responsive--PaddingBlockStart);
|
124
128
|
padding-inline-end: var(--pf-v6-c-table--cell--responsive--PaddingInlineEnd);
|
125
129
|
padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBlockEnd);
|
126
130
|
padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingInlineStart);
|
127
131
|
}
|
128
|
-
.pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child {
|
132
|
+
.pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) > :where(th, td):first-child {
|
129
133
|
--pf-v6-c-table--cell--responsive--PaddingBlockStart: var(--pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart);
|
130
134
|
}
|
131
135
|
.pf-m-grid.pf-v6-c-table.pf-m-compact {
|
@@ -153,14 +157,17 @@
|
|
153
157
|
grid-template-columns: 1fr minmax(0, 1.5fr);
|
154
158
|
align-items: start;
|
155
159
|
}
|
160
|
+
.pf-m-grid.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label].pf-m-action {
|
161
|
+
align-items: center;
|
162
|
+
}
|
156
163
|
.pf-m-grid.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label] > * {
|
157
164
|
grid-column: 2;
|
158
165
|
}
|
159
166
|
.pf-m-grid.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
160
167
|
position: revert;
|
161
|
-
font-weight:
|
168
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
162
169
|
text-align: start;
|
163
|
-
content: attr(data-label);
|
170
|
+
content: var(--pf-v6-c-table--cell--responsive--label, attr(data-label));
|
164
171
|
}
|
165
172
|
.pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):first-child {
|
166
173
|
--pf-v6-c-table--cell--PaddingInlineStart: 0;
|
@@ -204,7 +211,7 @@
|
|
204
211
|
width: auto;
|
205
212
|
background-color: transparent;
|
206
213
|
}
|
207
|
-
.pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row {
|
214
|
+
.pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) {
|
208
215
|
--pf-v6-c-table--cell--responsive--PaddingBlockStart: 0;
|
209
216
|
--pf-v6-c-table--cell--responsive--PaddingInlineEnd: 0;
|
210
217
|
--pf-v6-c-table--cell--responsive--PaddingBlockEnd: 0;
|
@@ -216,24 +223,24 @@
|
|
216
223
|
overflow-y: auto;
|
217
224
|
border-block-end: none;
|
218
225
|
}
|
219
|
-
.pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row > :where(th, td) {
|
226
|
+
.pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) > :where(th, td) {
|
220
227
|
position: static;
|
221
228
|
display: block;
|
222
229
|
}
|
223
|
-
.pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row.pf-m-expanded {
|
230
|
+
.pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)).pf-m-expanded {
|
224
231
|
border-block-start-color: var(--pf-v6-c-table--BorderColor);
|
225
232
|
}
|
226
|
-
.pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row > :first-child:not(.pf-v6-c-table__check)::after {
|
233
|
+
.pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) > :first-child:not(.pf-v6-c-table__check)::after {
|
227
234
|
content: none;
|
228
235
|
}
|
229
|
-
.pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
|
230
|
-
.pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
|
236
|
+
.pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
|
237
|
+
.pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
|
231
238
|
padding: 0;
|
232
239
|
}
|
233
|
-
.pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row:not(.pf-m-expanded) {
|
240
|
+
.pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)):not(.pf-m-expanded) {
|
234
241
|
display: none;
|
235
242
|
}
|
236
|
-
.pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
|
243
|
+
.pf-m-grid.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) .pf-v6-c-table__expandable-row-content {
|
237
244
|
padding-inline-end: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingInlineEnd);
|
238
245
|
padding-inline-start: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingInlineStart);
|
239
246
|
}
|
@@ -271,10 +278,10 @@
|
|
271
278
|
width: var(--pf-v6-c-table__tr--m-selected--after--BorderInlineStartWidth);
|
272
279
|
background-color: var(--pf-v6-c-table__tr--m-selected--after--BorderInlineStartColor);
|
273
280
|
}
|
274
|
-
.pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__toggle,
|
275
|
-
.pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__check,
|
276
|
-
.pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__favorite,
|
277
|
-
.pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__action {
|
281
|
+
.pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) .pf-v6-c-table__toggle,
|
282
|
+
.pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) .pf-v6-c-table__check,
|
283
|
+
.pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) .pf-v6-c-table__favorite,
|
284
|
+
.pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) .pf-v6-c-table__action {
|
278
285
|
width: auto;
|
279
286
|
padding: 0;
|
280
287
|
}
|
@@ -397,6 +404,9 @@
|
|
397
404
|
.pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
|
398
405
|
border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
|
399
406
|
}
|
407
|
+
.pf-m-grid-md.pf-v6-c-table.pf-m-animate-expand {
|
408
|
+
--pf-v6-c-table__expandable-row--Display: block;
|
409
|
+
}
|
400
410
|
.pf-m-grid-md.pf-v6-c-table.pf-m-expandable {
|
401
411
|
--pf-v6-c-table__tr--BorderBlockEndWidth: 0;
|
402
412
|
}
|
@@ -408,7 +418,7 @@
|
|
408
418
|
--pf-v6-c-table__expandable-row--after--BorderInlineStartWidth: 0;
|
409
419
|
--pf-v6-c-table__expandable-row--after--BorderColor: transparent;
|
410
420
|
}
|
411
|
-
.pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
|
421
|
+
.pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) {
|
412
422
|
display: grid;
|
413
423
|
grid-template-columns: 1fr;
|
414
424
|
height: auto;
|
@@ -419,13 +429,13 @@
|
|
419
429
|
padding-block-end: var(--pf-v6-c-table__tr--responsive--PaddingBlockEnd);
|
420
430
|
padding-inline-start: var(--pf-v6-c-table__tr--responsive--PaddingInlineStart);
|
421
431
|
}
|
422
|
-
.pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td) {
|
432
|
+
.pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) > :where(th, td) {
|
423
433
|
padding-block-start: var(--pf-v6-c-table--cell--responsive--PaddingBlockStart);
|
424
434
|
padding-inline-end: var(--pf-v6-c-table--cell--responsive--PaddingInlineEnd);
|
425
435
|
padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBlockEnd);
|
426
436
|
padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingInlineStart);
|
427
437
|
}
|
428
|
-
.pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child {
|
438
|
+
.pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) > :where(th, td):first-child {
|
429
439
|
--pf-v6-c-table--cell--responsive--PaddingBlockStart: var(--pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart);
|
430
440
|
}
|
431
441
|
.pf-m-grid-md.pf-v6-c-table.pf-m-compact {
|
@@ -453,14 +463,17 @@
|
|
453
463
|
grid-template-columns: 1fr minmax(0, 1.5fr);
|
454
464
|
align-items: start;
|
455
465
|
}
|
466
|
+
.pf-m-grid-md.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label].pf-m-action {
|
467
|
+
align-items: center;
|
468
|
+
}
|
456
469
|
.pf-m-grid-md.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label] > * {
|
457
470
|
grid-column: 2;
|
458
471
|
}
|
459
472
|
.pf-m-grid-md.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
460
473
|
position: revert;
|
461
|
-
font-weight:
|
474
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
462
475
|
text-align: start;
|
463
|
-
content: attr(data-label);
|
476
|
+
content: var(--pf-v6-c-table--cell--responsive--label, attr(data-label));
|
464
477
|
}
|
465
478
|
.pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):first-child {
|
466
479
|
--pf-v6-c-table--cell--PaddingInlineStart: 0;
|
@@ -504,7 +517,7 @@
|
|
504
517
|
width: auto;
|
505
518
|
background-color: transparent;
|
506
519
|
}
|
507
|
-
.pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__expandable-row {
|
520
|
+
.pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) {
|
508
521
|
--pf-v6-c-table--cell--responsive--PaddingBlockStart: 0;
|
509
522
|
--pf-v6-c-table--cell--responsive--PaddingInlineEnd: 0;
|
510
523
|
--pf-v6-c-table--cell--responsive--PaddingBlockEnd: 0;
|
@@ -516,24 +529,24 @@
|
|
516
529
|
overflow-y: auto;
|
517
530
|
border-block-end: none;
|
518
531
|
}
|
519
|
-
.pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__expandable-row > :where(th, td) {
|
532
|
+
.pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) > :where(th, td) {
|
520
533
|
position: static;
|
521
534
|
display: block;
|
522
535
|
}
|
523
|
-
.pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__expandable-row.pf-m-expanded {
|
536
|
+
.pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)).pf-m-expanded {
|
524
537
|
border-block-start-color: var(--pf-v6-c-table--BorderColor);
|
525
538
|
}
|
526
|
-
.pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__expandable-row > :first-child:not(.pf-v6-c-table__check)::after {
|
539
|
+
.pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) > :first-child:not(.pf-v6-c-table__check)::after {
|
527
540
|
content: none;
|
528
541
|
}
|
529
|
-
.pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
|
530
|
-
.pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
|
542
|
+
.pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
|
543
|
+
.pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
|
531
544
|
padding: 0;
|
532
545
|
}
|
533
|
-
.pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__expandable-row:not(.pf-m-expanded) {
|
546
|
+
.pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)):not(.pf-m-expanded) {
|
534
547
|
display: none;
|
535
548
|
}
|
536
|
-
.pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
|
549
|
+
.pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) .pf-v6-c-table__expandable-row-content {
|
537
550
|
padding-inline-end: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingInlineEnd);
|
538
551
|
padding-inline-start: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingInlineStart);
|
539
552
|
}
|
@@ -571,10 +584,10 @@
|
|
571
584
|
width: var(--pf-v6-c-table__tr--m-selected--after--BorderInlineStartWidth);
|
572
585
|
background-color: var(--pf-v6-c-table__tr--m-selected--after--BorderInlineStartColor);
|
573
586
|
}
|
574
|
-
.pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__toggle,
|
575
|
-
.pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__check,
|
576
|
-
.pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__favorite,
|
577
|
-
.pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__action {
|
587
|
+
.pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) .pf-v6-c-table__toggle,
|
588
|
+
.pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) .pf-v6-c-table__check,
|
589
|
+
.pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) .pf-v6-c-table__favorite,
|
590
|
+
.pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) .pf-v6-c-table__action {
|
578
591
|
width: auto;
|
579
592
|
padding: 0;
|
580
593
|
}
|
@@ -700,6 +713,9 @@
|
|
700
713
|
.pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
|
701
714
|
border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
|
702
715
|
}
|
716
|
+
.pf-m-grid-lg.pf-v6-c-table.pf-m-animate-expand {
|
717
|
+
--pf-v6-c-table__expandable-row--Display: block;
|
718
|
+
}
|
703
719
|
.pf-m-grid-lg.pf-v6-c-table.pf-m-expandable {
|
704
720
|
--pf-v6-c-table__tr--BorderBlockEndWidth: 0;
|
705
721
|
}
|
@@ -711,7 +727,7 @@
|
|
711
727
|
--pf-v6-c-table__expandable-row--after--BorderInlineStartWidth: 0;
|
712
728
|
--pf-v6-c-table__expandable-row--after--BorderColor: transparent;
|
713
729
|
}
|
714
|
-
.pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
|
730
|
+
.pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) {
|
715
731
|
display: grid;
|
716
732
|
grid-template-columns: 1fr;
|
717
733
|
height: auto;
|
@@ -722,13 +738,13 @@
|
|
722
738
|
padding-block-end: var(--pf-v6-c-table__tr--responsive--PaddingBlockEnd);
|
723
739
|
padding-inline-start: var(--pf-v6-c-table__tr--responsive--PaddingInlineStart);
|
724
740
|
}
|
725
|
-
.pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td) {
|
741
|
+
.pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) > :where(th, td) {
|
726
742
|
padding-block-start: var(--pf-v6-c-table--cell--responsive--PaddingBlockStart);
|
727
743
|
padding-inline-end: var(--pf-v6-c-table--cell--responsive--PaddingInlineEnd);
|
728
744
|
padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBlockEnd);
|
729
745
|
padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingInlineStart);
|
730
746
|
}
|
731
|
-
.pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child {
|
747
|
+
.pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) > :where(th, td):first-child {
|
732
748
|
--pf-v6-c-table--cell--responsive--PaddingBlockStart: var(--pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart);
|
733
749
|
}
|
734
750
|
.pf-m-grid-lg.pf-v6-c-table.pf-m-compact {
|
@@ -756,14 +772,17 @@
|
|
756
772
|
grid-template-columns: 1fr minmax(0, 1.5fr);
|
757
773
|
align-items: start;
|
758
774
|
}
|
775
|
+
.pf-m-grid-lg.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label].pf-m-action {
|
776
|
+
align-items: center;
|
777
|
+
}
|
759
778
|
.pf-m-grid-lg.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label] > * {
|
760
779
|
grid-column: 2;
|
761
780
|
}
|
762
781
|
.pf-m-grid-lg.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
763
782
|
position: revert;
|
764
|
-
font-weight:
|
783
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
765
784
|
text-align: start;
|
766
|
-
content: attr(data-label);
|
785
|
+
content: var(--pf-v6-c-table--cell--responsive--label, attr(data-label));
|
767
786
|
}
|
768
787
|
.pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):first-child {
|
769
788
|
--pf-v6-c-table--cell--PaddingInlineStart: 0;
|
@@ -807,7 +826,7 @@
|
|
807
826
|
width: auto;
|
808
827
|
background-color: transparent;
|
809
828
|
}
|
810
|
-
.pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__expandable-row {
|
829
|
+
.pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) {
|
811
830
|
--pf-v6-c-table--cell--responsive--PaddingBlockStart: 0;
|
812
831
|
--pf-v6-c-table--cell--responsive--PaddingInlineEnd: 0;
|
813
832
|
--pf-v6-c-table--cell--responsive--PaddingBlockEnd: 0;
|
@@ -819,24 +838,24 @@
|
|
819
838
|
overflow-y: auto;
|
820
839
|
border-block-end: none;
|
821
840
|
}
|
822
|
-
.pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__expandable-row > :where(th, td) {
|
841
|
+
.pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) > :where(th, td) {
|
823
842
|
position: static;
|
824
843
|
display: block;
|
825
844
|
}
|
826
|
-
.pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__expandable-row.pf-m-expanded {
|
845
|
+
.pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)).pf-m-expanded {
|
827
846
|
border-block-start-color: var(--pf-v6-c-table--BorderColor);
|
828
847
|
}
|
829
|
-
.pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__expandable-row > :first-child:not(.pf-v6-c-table__check)::after {
|
848
|
+
.pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) > :first-child:not(.pf-v6-c-table__check)::after {
|
830
849
|
content: none;
|
831
850
|
}
|
832
|
-
.pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
|
833
|
-
.pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
|
851
|
+
.pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
|
852
|
+
.pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
|
834
853
|
padding: 0;
|
835
854
|
}
|
836
|
-
.pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__expandable-row:not(.pf-m-expanded) {
|
855
|
+
.pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)):not(.pf-m-expanded) {
|
837
856
|
display: none;
|
838
857
|
}
|
839
|
-
.pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
|
858
|
+
.pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) .pf-v6-c-table__expandable-row-content {
|
840
859
|
padding-inline-end: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingInlineEnd);
|
841
860
|
padding-inline-start: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingInlineStart);
|
842
861
|
}
|
@@ -874,10 +893,10 @@
|
|
874
893
|
width: var(--pf-v6-c-table__tr--m-selected--after--BorderInlineStartWidth);
|
875
894
|
background-color: var(--pf-v6-c-table__tr--m-selected--after--BorderInlineStartColor);
|
876
895
|
}
|
877
|
-
.pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__toggle,
|
878
|
-
.pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__check,
|
879
|
-
.pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__favorite,
|
880
|
-
.pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__action {
|
896
|
+
.pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) .pf-v6-c-table__toggle,
|
897
|
+
.pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) .pf-v6-c-table__check,
|
898
|
+
.pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) .pf-v6-c-table__favorite,
|
899
|
+
.pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) .pf-v6-c-table__action {
|
881
900
|
width: auto;
|
882
901
|
padding: 0;
|
883
902
|
}
|
@@ -1003,6 +1022,9 @@
|
|
1003
1022
|
.pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
|
1004
1023
|
border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
|
1005
1024
|
}
|
1025
|
+
.pf-m-grid-xl.pf-v6-c-table.pf-m-animate-expand {
|
1026
|
+
--pf-v6-c-table__expandable-row--Display: block;
|
1027
|
+
}
|
1006
1028
|
.pf-m-grid-xl.pf-v6-c-table.pf-m-expandable {
|
1007
1029
|
--pf-v6-c-table__tr--BorderBlockEndWidth: 0;
|
1008
1030
|
}
|
@@ -1014,7 +1036,7 @@
|
|
1014
1036
|
--pf-v6-c-table__expandable-row--after--BorderInlineStartWidth: 0;
|
1015
1037
|
--pf-v6-c-table__expandable-row--after--BorderColor: transparent;
|
1016
1038
|
}
|
1017
|
-
.pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
|
1039
|
+
.pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) {
|
1018
1040
|
display: grid;
|
1019
1041
|
grid-template-columns: 1fr;
|
1020
1042
|
height: auto;
|
@@ -1025,13 +1047,13 @@
|
|
1025
1047
|
padding-block-end: var(--pf-v6-c-table__tr--responsive--PaddingBlockEnd);
|
1026
1048
|
padding-inline-start: var(--pf-v6-c-table__tr--responsive--PaddingInlineStart);
|
1027
1049
|
}
|
1028
|
-
.pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td) {
|
1050
|
+
.pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) > :where(th, td) {
|
1029
1051
|
padding-block-start: var(--pf-v6-c-table--cell--responsive--PaddingBlockStart);
|
1030
1052
|
padding-inline-end: var(--pf-v6-c-table--cell--responsive--PaddingInlineEnd);
|
1031
1053
|
padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBlockEnd);
|
1032
1054
|
padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingInlineStart);
|
1033
1055
|
}
|
1034
|
-
.pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child {
|
1056
|
+
.pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) > :where(th, td):first-child {
|
1035
1057
|
--pf-v6-c-table--cell--responsive--PaddingBlockStart: var(--pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart);
|
1036
1058
|
}
|
1037
1059
|
.pf-m-grid-xl.pf-v6-c-table.pf-m-compact {
|
@@ -1059,14 +1081,17 @@
|
|
1059
1081
|
grid-template-columns: 1fr minmax(0, 1.5fr);
|
1060
1082
|
align-items: start;
|
1061
1083
|
}
|
1084
|
+
.pf-m-grid-xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label].pf-m-action {
|
1085
|
+
align-items: center;
|
1086
|
+
}
|
1062
1087
|
.pf-m-grid-xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label] > * {
|
1063
1088
|
grid-column: 2;
|
1064
1089
|
}
|
1065
1090
|
.pf-m-grid-xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
1066
1091
|
position: revert;
|
1067
|
-
font-weight:
|
1092
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
1068
1093
|
text-align: start;
|
1069
|
-
content: attr(data-label);
|
1094
|
+
content: var(--pf-v6-c-table--cell--responsive--label, attr(data-label));
|
1070
1095
|
}
|
1071
1096
|
.pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):first-child {
|
1072
1097
|
--pf-v6-c-table--cell--PaddingInlineStart: 0;
|
@@ -1110,7 +1135,7 @@
|
|
1110
1135
|
width: auto;
|
1111
1136
|
background-color: transparent;
|
1112
1137
|
}
|
1113
|
-
.pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__expandable-row {
|
1138
|
+
.pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) {
|
1114
1139
|
--pf-v6-c-table--cell--responsive--PaddingBlockStart: 0;
|
1115
1140
|
--pf-v6-c-table--cell--responsive--PaddingInlineEnd: 0;
|
1116
1141
|
--pf-v6-c-table--cell--responsive--PaddingBlockEnd: 0;
|
@@ -1122,24 +1147,24 @@
|
|
1122
1147
|
overflow-y: auto;
|
1123
1148
|
border-block-end: none;
|
1124
1149
|
}
|
1125
|
-
.pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__expandable-row > :where(th, td) {
|
1150
|
+
.pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) > :where(th, td) {
|
1126
1151
|
position: static;
|
1127
1152
|
display: block;
|
1128
1153
|
}
|
1129
|
-
.pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__expandable-row.pf-m-expanded {
|
1154
|
+
.pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)).pf-m-expanded {
|
1130
1155
|
border-block-start-color: var(--pf-v6-c-table--BorderColor);
|
1131
1156
|
}
|
1132
|
-
.pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__expandable-row > :first-child:not(.pf-v6-c-table__check)::after {
|
1157
|
+
.pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) > :first-child:not(.pf-v6-c-table__check)::after {
|
1133
1158
|
content: none;
|
1134
1159
|
}
|
1135
|
-
.pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
|
1136
|
-
.pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
|
1160
|
+
.pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
|
1161
|
+
.pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
|
1137
1162
|
padding: 0;
|
1138
1163
|
}
|
1139
|
-
.pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__expandable-row:not(.pf-m-expanded) {
|
1164
|
+
.pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)):not(.pf-m-expanded) {
|
1140
1165
|
display: none;
|
1141
1166
|
}
|
1142
|
-
.pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
|
1167
|
+
.pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) .pf-v6-c-table__expandable-row-content {
|
1143
1168
|
padding-inline-end: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingInlineEnd);
|
1144
1169
|
padding-inline-start: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingInlineStart);
|
1145
1170
|
}
|
@@ -1177,10 +1202,10 @@
|
|
1177
1202
|
width: var(--pf-v6-c-table__tr--m-selected--after--BorderInlineStartWidth);
|
1178
1203
|
background-color: var(--pf-v6-c-table__tr--m-selected--after--BorderInlineStartColor);
|
1179
1204
|
}
|
1180
|
-
.pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__toggle,
|
1181
|
-
.pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__check,
|
1182
|
-
.pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__favorite,
|
1183
|
-
.pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__action {
|
1205
|
+
.pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) .pf-v6-c-table__toggle,
|
1206
|
+
.pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) .pf-v6-c-table__check,
|
1207
|
+
.pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) .pf-v6-c-table__favorite,
|
1208
|
+
.pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) .pf-v6-c-table__action {
|
1184
1209
|
width: auto;
|
1185
1210
|
padding: 0;
|
1186
1211
|
}
|
@@ -1306,6 +1331,9 @@
|
|
1306
1331
|
.pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
|
1307
1332
|
border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
|
1308
1333
|
}
|
1334
|
+
.pf-m-grid-2xl.pf-v6-c-table.pf-m-animate-expand {
|
1335
|
+
--pf-v6-c-table__expandable-row--Display: block;
|
1336
|
+
}
|
1309
1337
|
.pf-m-grid-2xl.pf-v6-c-table.pf-m-expandable {
|
1310
1338
|
--pf-v6-c-table__tr--BorderBlockEndWidth: 0;
|
1311
1339
|
}
|
@@ -1317,7 +1345,7 @@
|
|
1317
1345
|
--pf-v6-c-table__expandable-row--after--BorderInlineStartWidth: 0;
|
1318
1346
|
--pf-v6-c-table__expandable-row--after--BorderColor: transparent;
|
1319
1347
|
}
|
1320
|
-
.pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
|
1348
|
+
.pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) {
|
1321
1349
|
display: grid;
|
1322
1350
|
grid-template-columns: 1fr;
|
1323
1351
|
height: auto;
|
@@ -1328,13 +1356,13 @@
|
|
1328
1356
|
padding-block-end: var(--pf-v6-c-table__tr--responsive--PaddingBlockEnd);
|
1329
1357
|
padding-inline-start: var(--pf-v6-c-table__tr--responsive--PaddingInlineStart);
|
1330
1358
|
}
|
1331
|
-
.pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td) {
|
1359
|
+
.pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) > :where(th, td) {
|
1332
1360
|
padding-block-start: var(--pf-v6-c-table--cell--responsive--PaddingBlockStart);
|
1333
1361
|
padding-inline-end: var(--pf-v6-c-table--cell--responsive--PaddingInlineEnd);
|
1334
1362
|
padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBlockEnd);
|
1335
1363
|
padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingInlineStart);
|
1336
1364
|
}
|
1337
|
-
.pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child {
|
1365
|
+
.pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) > :where(th, td):first-child {
|
1338
1366
|
--pf-v6-c-table--cell--responsive--PaddingBlockStart: var(--pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart);
|
1339
1367
|
}
|
1340
1368
|
.pf-m-grid-2xl.pf-v6-c-table.pf-m-compact {
|
@@ -1362,14 +1390,17 @@
|
|
1362
1390
|
grid-template-columns: 1fr minmax(0, 1.5fr);
|
1363
1391
|
align-items: start;
|
1364
1392
|
}
|
1393
|
+
.pf-m-grid-2xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label].pf-m-action {
|
1394
|
+
align-items: center;
|
1395
|
+
}
|
1365
1396
|
.pf-m-grid-2xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label] > * {
|
1366
1397
|
grid-column: 2;
|
1367
1398
|
}
|
1368
1399
|
.pf-m-grid-2xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
1369
1400
|
position: revert;
|
1370
|
-
font-weight:
|
1401
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
1371
1402
|
text-align: start;
|
1372
|
-
content: attr(data-label);
|
1403
|
+
content: var(--pf-v6-c-table--cell--responsive--label, attr(data-label));
|
1373
1404
|
}
|
1374
1405
|
.pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr) > :where(th, td):first-child {
|
1375
1406
|
--pf-v6-c-table--cell--PaddingInlineStart: 0;
|
@@ -1413,7 +1444,7 @@
|
|
1413
1444
|
width: auto;
|
1414
1445
|
background-color: transparent;
|
1415
1446
|
}
|
1416
|
-
.pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__expandable-row {
|
1447
|
+
.pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) {
|
1417
1448
|
--pf-v6-c-table--cell--responsive--PaddingBlockStart: 0;
|
1418
1449
|
--pf-v6-c-table--cell--responsive--PaddingInlineEnd: 0;
|
1419
1450
|
--pf-v6-c-table--cell--responsive--PaddingBlockEnd: 0;
|
@@ -1425,24 +1456,24 @@
|
|
1425
1456
|
overflow-y: auto;
|
1426
1457
|
border-block-end: none;
|
1427
1458
|
}
|
1428
|
-
.pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__expandable-row > :where(th, td) {
|
1459
|
+
.pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) > :where(th, td) {
|
1429
1460
|
position: static;
|
1430
1461
|
display: block;
|
1431
1462
|
}
|
1432
|
-
.pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__expandable-row.pf-m-expanded {
|
1463
|
+
.pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)).pf-m-expanded {
|
1433
1464
|
border-block-start-color: var(--pf-v6-c-table--BorderColor);
|
1434
1465
|
}
|
1435
|
-
.pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__expandable-row > :first-child:not(.pf-v6-c-table__check)::after {
|
1466
|
+
.pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) > :first-child:not(.pf-v6-c-table__check)::after {
|
1436
1467
|
content: none;
|
1437
1468
|
}
|
1438
|
-
.pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
|
1439
|
-
.pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
|
1469
|
+
.pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
|
1470
|
+
.pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
|
1440
1471
|
padding: 0;
|
1441
1472
|
}
|
1442
|
-
.pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__expandable-row:not(.pf-m-expanded) {
|
1473
|
+
.pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)):not(.pf-m-expanded) {
|
1443
1474
|
display: none;
|
1444
1475
|
}
|
1445
|
-
.pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
|
1476
|
+
.pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__expandable-row:where(:nth-child(n+2)) .pf-v6-c-table__expandable-row-content {
|
1446
1477
|
padding-inline-end: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingInlineEnd);
|
1447
1478
|
padding-inline-start: var(--pf-v6-c-table__expandable-row-content--responsive--PaddingInlineStart);
|
1448
1479
|
}
|
@@ -1480,10 +1511,10 @@
|
|
1480
1511
|
width: var(--pf-v6-c-table__tr--m-selected--after--BorderInlineStartWidth);
|
1481
1512
|
background-color: var(--pf-v6-c-table__tr--m-selected--after--BorderInlineStartColor);
|
1482
1513
|
}
|
1483
|
-
.pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__toggle,
|
1484
|
-
.pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__check,
|
1485
|
-
.pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__favorite,
|
1486
|
-
.pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) .pf-v6-c-table__action {
|
1514
|
+
.pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) .pf-v6-c-table__toggle,
|
1515
|
+
.pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) .pf-v6-c-table__check,
|
1516
|
+
.pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) .pf-v6-c-table__favorite,
|
1517
|
+
.pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row:where(:nth-child(n+2))) .pf-v6-c-table__action {
|
1487
1518
|
width: auto;
|
1488
1519
|
padding: 0;
|
1489
1520
|
}
|
@@ -3,10 +3,12 @@ declare const _default: {
|
|
3
3
|
"button": "pf-v6-c-button",
|
4
4
|
"modifiers": {
|
5
5
|
"grid": "pf-m-grid",
|
6
|
+
"animateExpand": "pf-m-animate-expand",
|
6
7
|
"expandable": "pf-m-expandable",
|
7
8
|
"expanded": "pf-m-expanded",
|
8
9
|
"selected": "pf-m-selected",
|
9
10
|
"compact": "pf-m-compact",
|
11
|
+
"action": "pf-m-action",
|
10
12
|
"noPadding": "pf-m-no-padding",
|
11
13
|
"hoverable": "pf-m-hoverable",
|
12
14
|
"nowrap": "pf-m-nowrap",
|
@@ -5,10 +5,12 @@ exports.default = {
|
|
5
5
|
"button": "pf-v6-c-button",
|
6
6
|
"modifiers": {
|
7
7
|
"grid": "pf-m-grid",
|
8
|
+
"animateExpand": "pf-m-animate-expand",
|
8
9
|
"expandable": "pf-m-expandable",
|
9
10
|
"expanded": "pf-m-expanded",
|
10
11
|
"selected": "pf-m-selected",
|
11
12
|
"compact": "pf-m-compact",
|
13
|
+
"action": "pf-m-action",
|
12
14
|
"noPadding": "pf-m-no-padding",
|
13
15
|
"hoverable": "pf-m-hoverable",
|
14
16
|
"nowrap": "pf-m-nowrap",
|
@@ -3,10 +3,12 @@ export default {
|
|
3
3
|
"button": "pf-v6-c-button",
|
4
4
|
"modifiers": {
|
5
5
|
"grid": "pf-m-grid",
|
6
|
+
"animateExpand": "pf-m-animate-expand",
|
6
7
|
"expandable": "pf-m-expandable",
|
7
8
|
"expanded": "pf-m-expanded",
|
8
9
|
"selected": "pf-m-selected",
|
9
10
|
"compact": "pf-m-compact",
|
11
|
+
"action": "pf-m-action",
|
10
12
|
"noPadding": "pf-m-no-padding",
|
11
13
|
"hoverable": "pf-m-hoverable",
|
12
14
|
"nowrap": "pf-m-nowrap",
|