@patternfly/patternfly 6.3.0-prerelease.16 → 6.3.0-prerelease.17
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.
|
@@ -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);
|
|
@@ -158,7 +159,7 @@
|
|
|
158
159
|
}
|
|
159
160
|
.pf-m-grid.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
|
160
161
|
position: revert;
|
|
161
|
-
font-weight:
|
|
162
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
|
162
163
|
text-align: start;
|
|
163
164
|
content: attr(data-label);
|
|
164
165
|
}
|
|
@@ -458,7 +459,7 @@
|
|
|
458
459
|
}
|
|
459
460
|
.pf-m-grid-md.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
|
460
461
|
position: revert;
|
|
461
|
-
font-weight:
|
|
462
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
|
462
463
|
text-align: start;
|
|
463
464
|
content: attr(data-label);
|
|
464
465
|
}
|
|
@@ -761,7 +762,7 @@
|
|
|
761
762
|
}
|
|
762
763
|
.pf-m-grid-lg.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
|
763
764
|
position: revert;
|
|
764
|
-
font-weight:
|
|
765
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
|
765
766
|
text-align: start;
|
|
766
767
|
content: attr(data-label);
|
|
767
768
|
}
|
|
@@ -1064,7 +1065,7 @@
|
|
|
1064
1065
|
}
|
|
1065
1066
|
.pf-m-grid-xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
|
1066
1067
|
position: revert;
|
|
1067
|
-
font-weight:
|
|
1068
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
|
1068
1069
|
text-align: start;
|
|
1069
1070
|
content: attr(data-label);
|
|
1070
1071
|
}
|
|
@@ -1367,7 +1368,7 @@
|
|
|
1367
1368
|
}
|
|
1368
1369
|
.pf-m-grid-2xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
|
1369
1370
|
position: revert;
|
|
1370
|
-
font-weight:
|
|
1371
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
|
1371
1372
|
text-align: start;
|
|
1372
1373
|
content: attr(data-label);
|
|
1373
1374
|
}
|
|
@@ -94,6 +94,7 @@
|
|
|
94
94
|
--#{$table}--cell--first-child--responsive--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
95
95
|
--#{$table}--cell--responsive--PaddingInlineEnd: 0;
|
|
96
96
|
--#{$table}--cell--responsive--PaddingInlineStart: 0;
|
|
97
|
+
--#{$table}--cell--responsive--th--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
97
98
|
|
|
98
99
|
// * Table grid compact table
|
|
99
100
|
--#{$table}--m-compact__tr--responsive--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
@@ -272,7 +273,7 @@
|
|
|
272
273
|
|
|
273
274
|
&::before {
|
|
274
275
|
position: revert;
|
|
275
|
-
font-weight:
|
|
276
|
+
font-weight: var(--#{$table}--cell--responsive--th--FontWeight);
|
|
276
277
|
text-align: start;
|
|
277
278
|
content: attr(data-label);
|
|
278
279
|
}
|
package/components/_index.css
CHANGED
|
@@ -15232,6 +15232,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
15232
15232
|
--pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
15233
15233
|
--pf-v6-c-table--cell--responsive--PaddingInlineEnd: 0;
|
|
15234
15234
|
--pf-v6-c-table--cell--responsive--PaddingInlineStart: 0;
|
|
15235
|
+
--pf-v6-c-table--cell--responsive--th--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
15235
15236
|
--pf-v6-c-table--m-compact__tr--responsive--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
15236
15237
|
--pf-v6-c-table--m-compact__tr--responsive--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
15237
15238
|
--pf-v6-c-table--m-compact__tr__td--responsive--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
|
@@ -15356,7 +15357,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
15356
15357
|
}
|
|
15357
15358
|
.pf-m-grid.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
|
15358
15359
|
position: revert;
|
|
15359
|
-
font-weight:
|
|
15360
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
|
15360
15361
|
text-align: start;
|
|
15361
15362
|
content: attr(data-label);
|
|
15362
15363
|
}
|
|
@@ -15656,7 +15657,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
15656
15657
|
}
|
|
15657
15658
|
.pf-m-grid-md.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
|
15658
15659
|
position: revert;
|
|
15659
|
-
font-weight:
|
|
15660
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
|
15660
15661
|
text-align: start;
|
|
15661
15662
|
content: attr(data-label);
|
|
15662
15663
|
}
|
|
@@ -15959,7 +15960,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
15959
15960
|
}
|
|
15960
15961
|
.pf-m-grid-lg.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
|
15961
15962
|
position: revert;
|
|
15962
|
-
font-weight:
|
|
15963
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
|
15963
15964
|
text-align: start;
|
|
15964
15965
|
content: attr(data-label);
|
|
15965
15966
|
}
|
|
@@ -16262,7 +16263,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
16262
16263
|
}
|
|
16263
16264
|
.pf-m-grid-xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
|
16264
16265
|
position: revert;
|
|
16265
|
-
font-weight:
|
|
16266
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
|
16266
16267
|
text-align: start;
|
|
16267
16268
|
content: attr(data-label);
|
|
16268
16269
|
}
|
|
@@ -16565,7 +16566,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
16565
16566
|
}
|
|
16566
16567
|
.pf-m-grid-2xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
|
16567
16568
|
position: revert;
|
|
16568
|
-
font-weight:
|
|
16569
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
|
16569
16570
|
text-align: start;
|
|
16570
16571
|
content: attr(data-label);
|
|
16571
16572
|
}
|
package/package.json
CHANGED
|
@@ -22694,6 +22694,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
22694
22694
|
--pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
22695
22695
|
--pf-v6-c-table--cell--responsive--PaddingInlineEnd: 0;
|
|
22696
22696
|
--pf-v6-c-table--cell--responsive--PaddingInlineStart: 0;
|
|
22697
|
+
--pf-v6-c-table--cell--responsive--th--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
22697
22698
|
--pf-v6-c-table--m-compact__tr--responsive--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
22698
22699
|
--pf-v6-c-table--m-compact__tr--responsive--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
22699
22700
|
--pf-v6-c-table--m-compact__tr__td--responsive--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
|
@@ -22818,7 +22819,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
22818
22819
|
}
|
|
22819
22820
|
.pf-m-grid.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
|
22820
22821
|
position: revert;
|
|
22821
|
-
font-weight:
|
|
22822
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
|
22822
22823
|
text-align: start;
|
|
22823
22824
|
content: attr(data-label);
|
|
22824
22825
|
}
|
|
@@ -23118,7 +23119,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
23118
23119
|
}
|
|
23119
23120
|
.pf-m-grid-md.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
|
23120
23121
|
position: revert;
|
|
23121
|
-
font-weight:
|
|
23122
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
|
23122
23123
|
text-align: start;
|
|
23123
23124
|
content: attr(data-label);
|
|
23124
23125
|
}
|
|
@@ -23421,7 +23422,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
23421
23422
|
}
|
|
23422
23423
|
.pf-m-grid-lg.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
|
23423
23424
|
position: revert;
|
|
23424
|
-
font-weight:
|
|
23425
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
|
23425
23426
|
text-align: start;
|
|
23426
23427
|
content: attr(data-label);
|
|
23427
23428
|
}
|
|
@@ -23724,7 +23725,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
23724
23725
|
}
|
|
23725
23726
|
.pf-m-grid-xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
|
23726
23727
|
position: revert;
|
|
23727
|
-
font-weight:
|
|
23728
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
|
23728
23729
|
text-align: start;
|
|
23729
23730
|
content: attr(data-label);
|
|
23730
23731
|
}
|
|
@@ -24027,7 +24028,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
24027
24028
|
}
|
|
24028
24029
|
.pf-m-grid-2xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
|
24029
24030
|
position: revert;
|
|
24030
|
-
font-weight:
|
|
24031
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
|
24031
24032
|
text-align: start;
|
|
24032
24033
|
content: attr(data-label);
|
|
24033
24034
|
}
|
package/patternfly.css
CHANGED
|
@@ -22830,6 +22830,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
22830
22830
|
--pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
22831
22831
|
--pf-v6-c-table--cell--responsive--PaddingInlineEnd: 0;
|
|
22832
22832
|
--pf-v6-c-table--cell--responsive--PaddingInlineStart: 0;
|
|
22833
|
+
--pf-v6-c-table--cell--responsive--th--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
22833
22834
|
--pf-v6-c-table--m-compact__tr--responsive--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
22834
22835
|
--pf-v6-c-table--m-compact__tr--responsive--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
22835
22836
|
--pf-v6-c-table--m-compact__tr__td--responsive--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
|
@@ -22954,7 +22955,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
22954
22955
|
}
|
|
22955
22956
|
.pf-m-grid.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
|
22956
22957
|
position: revert;
|
|
22957
|
-
font-weight:
|
|
22958
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
|
22958
22959
|
text-align: start;
|
|
22959
22960
|
content: attr(data-label);
|
|
22960
22961
|
}
|
|
@@ -23254,7 +23255,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
23254
23255
|
}
|
|
23255
23256
|
.pf-m-grid-md.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
|
23256
23257
|
position: revert;
|
|
23257
|
-
font-weight:
|
|
23258
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
|
23258
23259
|
text-align: start;
|
|
23259
23260
|
content: attr(data-label);
|
|
23260
23261
|
}
|
|
@@ -23557,7 +23558,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
23557
23558
|
}
|
|
23558
23559
|
.pf-m-grid-lg.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
|
23559
23560
|
position: revert;
|
|
23560
|
-
font-weight:
|
|
23561
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
|
23561
23562
|
text-align: start;
|
|
23562
23563
|
content: attr(data-label);
|
|
23563
23564
|
}
|
|
@@ -23860,7 +23861,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
23860
23861
|
}
|
|
23861
23862
|
.pf-m-grid-xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
|
23862
23863
|
position: revert;
|
|
23863
|
-
font-weight:
|
|
23864
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
|
23864
23865
|
text-align: start;
|
|
23865
23866
|
content: attr(data-label);
|
|
23866
23867
|
}
|
|
@@ -24163,7 +24164,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
24163
24164
|
}
|
|
24164
24165
|
.pf-m-grid-2xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
|
24165
24166
|
position: revert;
|
|
24166
|
-
font-weight:
|
|
24167
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
|
24167
24168
|
text-align: start;
|
|
24168
24169
|
content: attr(data-label);
|
|
24169
24170
|
}
|