@patternfly/patternfly 6.3.0-prerelease.16 → 6.3.0-prerelease.18

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.
@@ -442,5 +442,6 @@ $pf-v6-c-progress-stepper--breakpoint-map: build-breakpoint-map();
442
442
  }
443
443
  }
444
444
  }
445
+
445
446
  }
446
447
  // stylelint-enable
@@ -8,6 +8,7 @@
8
8
  --pf-v6-c-spinner--StrokeWidth: 10;
9
9
  --pf-v6-c-spinner__path--StrokeWidth: var(--pf-v6-c-spinner--StrokeWidth);
10
10
  --pf-v6-c-spinner__path--AnimationTimingFunction: ease-in-out;
11
+ --pf-v6-c-spinner--m-xs--diameter: var(--pf-t--global--icon--size--sm);
11
12
  --pf-v6-c-spinner--m-sm--diameter: var(--pf-t--global--icon--size--md);
12
13
  --pf-v6-c-spinner--m-md--diameter: var(--pf-t--global--icon--size--lg);
13
14
  --pf-v6-c-spinner--m-lg--diameter: var(--pf-t--global--icon--size--xl);
@@ -24,6 +25,10 @@
24
25
  .pf-v6-c-spinner.pf-m-inline {
25
26
  --pf-v6-c-spinner--diameter: var(--pf-v6-c-spinner--m-inline--diameter);
26
27
  }
28
+ .pf-v6-c-spinner.pf-m-xs {
29
+ --pf-v6-c-spinner--diameter: var(--pf-v6-c-spinner--m-xs--diameter);
30
+ --pf-v6-c-spinner--StrokeWidth: 15;
31
+ }
27
32
  .pf-v6-c-spinner.pf-m-sm {
28
33
  --pf-v6-c-spinner--diameter: var(--pf-v6-c-spinner--m-sm--diameter);
29
34
  }
@@ -14,6 +14,7 @@
14
14
  --#{$spinner}__path--AnimationTimingFunction: ease-in-out;
15
15
 
16
16
  // sizes
17
+ --#{$spinner}--m-xs--diameter: var(--pf-t--global--icon--size--sm);
17
18
  --#{$spinner}--m-sm--diameter: var(--pf-t--global--icon--size--md);
18
19
  --#{$spinner}--m-md--diameter: var(--pf-t--global--icon--size--lg);
19
20
  --#{$spinner}--m-lg--diameter: var(--pf-t--global--icon--size--xl);
@@ -34,6 +35,11 @@
34
35
  --#{$spinner}--diameter: var(--#{$spinner}--m-inline--diameter);
35
36
  }
36
37
 
38
+ &.pf-m-xs {
39
+ --#{$spinner}--diameter: var(--#{$spinner}--m-xs--diameter);
40
+ --#{$spinner}--StrokeWidth: 15;
41
+ }
42
+
37
43
  &.pf-m-sm {
38
44
  --#{$spinner}--diameter: var(--#{$spinner}--m-sm--diameter);
39
45
  }
@@ -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: bold;
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: bold;
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: bold;
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: bold;
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: bold;
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: bold;
276
+ font-weight: var(--#{$table}--cell--responsive--th--FontWeight);
276
277
  text-align: start;
277
278
  content: attr(data-label);
278
279
  }
@@ -14935,6 +14935,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
14935
14935
  --pf-v6-c-spinner--StrokeWidth: 10;
14936
14936
  --pf-v6-c-spinner__path--StrokeWidth: var(--pf-v6-c-spinner--StrokeWidth);
14937
14937
  --pf-v6-c-spinner__path--AnimationTimingFunction: ease-in-out;
14938
+ --pf-v6-c-spinner--m-xs--diameter: var(--pf-t--global--icon--size--sm);
14938
14939
  --pf-v6-c-spinner--m-sm--diameter: var(--pf-t--global--icon--size--md);
14939
14940
  --pf-v6-c-spinner--m-md--diameter: var(--pf-t--global--icon--size--lg);
14940
14941
  --pf-v6-c-spinner--m-lg--diameter: var(--pf-t--global--icon--size--xl);
@@ -14951,6 +14952,10 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
14951
14952
  .pf-v6-c-spinner.pf-m-inline {
14952
14953
  --pf-v6-c-spinner--diameter: var(--pf-v6-c-spinner--m-inline--diameter);
14953
14954
  }
14955
+ .pf-v6-c-spinner.pf-m-xs {
14956
+ --pf-v6-c-spinner--diameter: var(--pf-v6-c-spinner--m-xs--diameter);
14957
+ --pf-v6-c-spinner--StrokeWidth: 15;
14958
+ }
14954
14959
  .pf-v6-c-spinner.pf-m-sm {
14955
14960
  --pf-v6-c-spinner--diameter: var(--pf-v6-c-spinner--m-sm--diameter);
14956
14961
  }
@@ -15232,6 +15237,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
15232
15237
  --pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart: var(--pf-t--global--spacer--sm);
15233
15238
  --pf-v6-c-table--cell--responsive--PaddingInlineEnd: 0;
15234
15239
  --pf-v6-c-table--cell--responsive--PaddingInlineStart: 0;
15240
+ --pf-v6-c-table--cell--responsive--th--FontWeight: var(--pf-t--global--font--weight--body--bold);
15235
15241
  --pf-v6-c-table--m-compact__tr--responsive--PaddingBlockStart: var(--pf-t--global--spacer--sm);
15236
15242
  --pf-v6-c-table--m-compact__tr--responsive--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
15237
15243
  --pf-v6-c-table--m-compact__tr__td--responsive--PaddingBlockStart: var(--pf-t--global--spacer--xs);
@@ -15356,7 +15362,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
15356
15362
  }
15357
15363
  .pf-m-grid.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
15358
15364
  position: revert;
15359
- font-weight: bold;
15365
+ font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
15360
15366
  text-align: start;
15361
15367
  content: attr(data-label);
15362
15368
  }
@@ -15656,7 +15662,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
15656
15662
  }
15657
15663
  .pf-m-grid-md.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
15658
15664
  position: revert;
15659
- font-weight: bold;
15665
+ font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
15660
15666
  text-align: start;
15661
15667
  content: attr(data-label);
15662
15668
  }
@@ -15959,7 +15965,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
15959
15965
  }
15960
15966
  .pf-m-grid-lg.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
15961
15967
  position: revert;
15962
- font-weight: bold;
15968
+ font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
15963
15969
  text-align: start;
15964
15970
  content: attr(data-label);
15965
15971
  }
@@ -16262,7 +16268,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
16262
16268
  }
16263
16269
  .pf-m-grid-xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
16264
16270
  position: revert;
16265
- font-weight: bold;
16271
+ font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
16266
16272
  text-align: start;
16267
16273
  content: attr(data-label);
16268
16274
  }
@@ -16565,7 +16571,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
16565
16571
  }
16566
16572
  .pf-m-grid-2xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
16567
16573
  position: revert;
16568
- font-weight: bold;
16574
+ font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
16569
16575
  text-align: start;
16570
16576
  content: attr(data-label);
16571
16577
  }
@@ -364,15 +364,28 @@ cssPrefix: pf-v6-c-progress-stepper
364
364
  <li
365
365
  class="pf-v6-c-progress-stepper__step pf-m-current"
366
366
  role="listitem"
367
- aria-label="current step,in process step,"
367
+ aria-label="current step,"
368
368
  >
369
369
  <div class="pf-v6-c-progress-stepper__step-connector">
370
370
  <span class="pf-v6-c-progress-stepper__step-icon">
371
- <i class="pf-v6-pficon pf-v6-pficon-resources-full" aria-hidden="true"></i>
371
+ <svg
372
+ class="pf-v6-c-spinner pf-m-xs"
373
+ role="progressbar"
374
+ viewBox="0 0 100 100"
375
+ aria-label="Loading..."
376
+ >
377
+ <circle
378
+ class="pf-v6-c-spinner__path"
379
+ cx="50"
380
+ cy="50"
381
+ r="45"
382
+ fill="none"
383
+ />
384
+ </svg>
372
385
  </span>
373
386
  </div>
374
387
  <div class="pf-v6-c-progress-stepper__step-main">
375
- <div class="pf-v6-c-progress-stepper__step-title">Second step</div>
388
+ <div class="pf-v6-c-progress-stepper__step-title">In process</div>
376
389
  <div
377
390
  class="pf-v6-c-progress-stepper__step-description"
378
391
  >This is the second thing to happen</div>
@@ -783,7 +796,7 @@ cssPrefix: pf-v6-c-progress-stepper
783
796
 
784
797
  ```
785
798
 
786
- ### Basic with Patternfly icons
799
+ ### Basic in process
787
800
 
788
801
  ```html
789
802
  <ol class="pf-v6-c-progress-stepper" role="list">
@@ -804,11 +817,24 @@ cssPrefix: pf-v6-c-progress-stepper
804
817
  <li
805
818
  class="pf-v6-c-progress-stepper__step pf-m-current"
806
819
  role="listitem"
807
- aria-label="current step,in process step,"
820
+ aria-label="current step,"
808
821
  >
809
822
  <div class="pf-v6-c-progress-stepper__step-connector">
810
823
  <span class="pf-v6-c-progress-stepper__step-icon">
811
- <i class="pf-v6-pficon pf-v6-pficon-in-progress" aria-hidden="true"></i>
824
+ <svg
825
+ class="pf-v6-c-spinner pf-m-xs"
826
+ role="progressbar"
827
+ viewBox="0 0 100 100"
828
+ aria-label="Loading..."
829
+ >
830
+ <circle
831
+ class="pf-v6-c-spinner__path"
832
+ cx="50"
833
+ cy="50"
834
+ r="45"
835
+ fill="none"
836
+ />
837
+ </svg>
812
838
  </span>
813
839
  </div>
814
840
  <div class="pf-v6-c-progress-stepper__step-main">
@@ -21,6 +21,15 @@ cssPrefix: pf-v6-c-spinner
21
21
  ### Sizes
22
22
 
23
23
  ```html
24
+ <svg
25
+ class="pf-v6-c-spinner pf-m-xs"
26
+ role="progressbar"
27
+ viewBox="0 0 100 100"
28
+ aria-label="Loading..."
29
+ >
30
+ <circle class="pf-v6-c-spinner__path" cx="50" cy="50" r="45" fill="none" />
31
+ </svg>
32
+
24
33
  <svg
25
34
  class="pf-v6-c-spinner pf-m-sm"
26
35
  role="progressbar"
@@ -117,6 +126,7 @@ Note: A [live region](https://developer.mozilla.org/en-US/docs/Web/Accessibility
117
126
 
118
127
  | Class | Applied to | Outcome |
119
128
  | -- | -- | -- |
129
+ | `.pf-m-xs` | `.pf-v6-c-spinner` | Creates a extra-small spinner. |
120
130
  | `.pf-m-sm` | `.pf-v6-c-spinner` | Creates a small spinner. |
121
131
  | `.pf-m-md` | `.pf-v6-c-spinner` | Creates a medium spinner. |
122
132
  | `.pf-m-lg` | `.pf-v6-c-spinner` | Creates a large spinner. |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "6.3.0-prerelease.16",
4
+ "version": "6.3.0-prerelease.18",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -22397,6 +22397,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
22397
22397
  --pf-v6-c-spinner--StrokeWidth: 10;
22398
22398
  --pf-v6-c-spinner__path--StrokeWidth: var(--pf-v6-c-spinner--StrokeWidth);
22399
22399
  --pf-v6-c-spinner__path--AnimationTimingFunction: ease-in-out;
22400
+ --pf-v6-c-spinner--m-xs--diameter: var(--pf-t--global--icon--size--sm);
22400
22401
  --pf-v6-c-spinner--m-sm--diameter: var(--pf-t--global--icon--size--md);
22401
22402
  --pf-v6-c-spinner--m-md--diameter: var(--pf-t--global--icon--size--lg);
22402
22403
  --pf-v6-c-spinner--m-lg--diameter: var(--pf-t--global--icon--size--xl);
@@ -22413,6 +22414,10 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
22413
22414
  .pf-v6-c-spinner.pf-m-inline {
22414
22415
  --pf-v6-c-spinner--diameter: var(--pf-v6-c-spinner--m-inline--diameter);
22415
22416
  }
22417
+ .pf-v6-c-spinner.pf-m-xs {
22418
+ --pf-v6-c-spinner--diameter: var(--pf-v6-c-spinner--m-xs--diameter);
22419
+ --pf-v6-c-spinner--StrokeWidth: 15;
22420
+ }
22416
22421
  .pf-v6-c-spinner.pf-m-sm {
22417
22422
  --pf-v6-c-spinner--diameter: var(--pf-v6-c-spinner--m-sm--diameter);
22418
22423
  }
@@ -22694,6 +22699,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
22694
22699
  --pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart: var(--pf-t--global--spacer--sm);
22695
22700
  --pf-v6-c-table--cell--responsive--PaddingInlineEnd: 0;
22696
22701
  --pf-v6-c-table--cell--responsive--PaddingInlineStart: 0;
22702
+ --pf-v6-c-table--cell--responsive--th--FontWeight: var(--pf-t--global--font--weight--body--bold);
22697
22703
  --pf-v6-c-table--m-compact__tr--responsive--PaddingBlockStart: var(--pf-t--global--spacer--sm);
22698
22704
  --pf-v6-c-table--m-compact__tr--responsive--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
22699
22705
  --pf-v6-c-table--m-compact__tr__td--responsive--PaddingBlockStart: var(--pf-t--global--spacer--xs);
@@ -22818,7 +22824,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
22818
22824
  }
22819
22825
  .pf-m-grid.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
22820
22826
  position: revert;
22821
- font-weight: bold;
22827
+ font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
22822
22828
  text-align: start;
22823
22829
  content: attr(data-label);
22824
22830
  }
@@ -23118,7 +23124,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
23118
23124
  }
23119
23125
  .pf-m-grid-md.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
23120
23126
  position: revert;
23121
- font-weight: bold;
23127
+ font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
23122
23128
  text-align: start;
23123
23129
  content: attr(data-label);
23124
23130
  }
@@ -23421,7 +23427,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
23421
23427
  }
23422
23428
  .pf-m-grid-lg.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
23423
23429
  position: revert;
23424
- font-weight: bold;
23430
+ font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
23425
23431
  text-align: start;
23426
23432
  content: attr(data-label);
23427
23433
  }
@@ -23724,7 +23730,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
23724
23730
  }
23725
23731
  .pf-m-grid-xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
23726
23732
  position: revert;
23727
- font-weight: bold;
23733
+ font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
23728
23734
  text-align: start;
23729
23735
  content: attr(data-label);
23730
23736
  }
@@ -24027,7 +24033,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
24027
24033
  }
24028
24034
  .pf-m-grid-2xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
24029
24035
  position: revert;
24030
- font-weight: bold;
24036
+ font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
24031
24037
  text-align: start;
24032
24038
  content: attr(data-label);
24033
24039
  }
package/patternfly.css CHANGED
@@ -22533,6 +22533,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
22533
22533
  --pf-v6-c-spinner--StrokeWidth: 10;
22534
22534
  --pf-v6-c-spinner__path--StrokeWidth: var(--pf-v6-c-spinner--StrokeWidth);
22535
22535
  --pf-v6-c-spinner__path--AnimationTimingFunction: ease-in-out;
22536
+ --pf-v6-c-spinner--m-xs--diameter: var(--pf-t--global--icon--size--sm);
22536
22537
  --pf-v6-c-spinner--m-sm--diameter: var(--pf-t--global--icon--size--md);
22537
22538
  --pf-v6-c-spinner--m-md--diameter: var(--pf-t--global--icon--size--lg);
22538
22539
  --pf-v6-c-spinner--m-lg--diameter: var(--pf-t--global--icon--size--xl);
@@ -22549,6 +22550,10 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
22549
22550
  .pf-v6-c-spinner.pf-m-inline {
22550
22551
  --pf-v6-c-spinner--diameter: var(--pf-v6-c-spinner--m-inline--diameter);
22551
22552
  }
22553
+ .pf-v6-c-spinner.pf-m-xs {
22554
+ --pf-v6-c-spinner--diameter: var(--pf-v6-c-spinner--m-xs--diameter);
22555
+ --pf-v6-c-spinner--StrokeWidth: 15;
22556
+ }
22552
22557
  .pf-v6-c-spinner.pf-m-sm {
22553
22558
  --pf-v6-c-spinner--diameter: var(--pf-v6-c-spinner--m-sm--diameter);
22554
22559
  }
@@ -22830,6 +22835,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
22830
22835
  --pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart: var(--pf-t--global--spacer--sm);
22831
22836
  --pf-v6-c-table--cell--responsive--PaddingInlineEnd: 0;
22832
22837
  --pf-v6-c-table--cell--responsive--PaddingInlineStart: 0;
22838
+ --pf-v6-c-table--cell--responsive--th--FontWeight: var(--pf-t--global--font--weight--body--bold);
22833
22839
  --pf-v6-c-table--m-compact__tr--responsive--PaddingBlockStart: var(--pf-t--global--spacer--sm);
22834
22840
  --pf-v6-c-table--m-compact__tr--responsive--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
22835
22841
  --pf-v6-c-table--m-compact__tr__td--responsive--PaddingBlockStart: var(--pf-t--global--spacer--xs);
@@ -22954,7 +22960,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
22954
22960
  }
22955
22961
  .pf-m-grid.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
22956
22962
  position: revert;
22957
- font-weight: bold;
22963
+ font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
22958
22964
  text-align: start;
22959
22965
  content: attr(data-label);
22960
22966
  }
@@ -23254,7 +23260,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
23254
23260
  }
23255
23261
  .pf-m-grid-md.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
23256
23262
  position: revert;
23257
- font-weight: bold;
23263
+ font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
23258
23264
  text-align: start;
23259
23265
  content: attr(data-label);
23260
23266
  }
@@ -23557,7 +23563,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
23557
23563
  }
23558
23564
  .pf-m-grid-lg.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
23559
23565
  position: revert;
23560
- font-weight: bold;
23566
+ font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
23561
23567
  text-align: start;
23562
23568
  content: attr(data-label);
23563
23569
  }
@@ -23860,7 +23866,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
23860
23866
  }
23861
23867
  .pf-m-grid-xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
23862
23868
  position: revert;
23863
- font-weight: bold;
23869
+ font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
23864
23870
  text-align: start;
23865
23871
  content: attr(data-label);
23866
23872
  }
@@ -24163,7 +24169,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
24163
24169
  }
24164
24170
  .pf-m-grid-2xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
24165
24171
  position: revert;
24166
- font-weight: bold;
24172
+ font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
24167
24173
  text-align: start;
24168
24174
  content: attr(data-label);
24169
24175
  }