@patternfly/patternfly 6.0.0-alpha.187 → 6.0.0-alpha.189

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/base/normalize.scss +2 -2
  2. package/base/patternfly-variables.css +6 -6
  3. package/base/tokens/tokens-charts-dark.scss +1 -1
  4. package/base/tokens/tokens-charts.scss +1 -1
  5. package/base/tokens/tokens-dark.scss +1 -1
  6. package/base/tokens/tokens-default.scss +7 -5
  7. package/base/tokens/tokens-local.scss +0 -4
  8. package/base/tokens/tokens-palette.scss +1 -1
  9. package/components/Accordion/accordion.css +2 -4
  10. package/components/Accordion/accordion.scss +2 -4
  11. package/components/Badge/badge.scss +1 -1
  12. package/components/Button/button.css +1 -1
  13. package/components/Button/button.scss +1 -1
  14. package/components/CalendarMonth/calendar-month.css +1 -1
  15. package/components/CalendarMonth/calendar-month.scss +1 -1
  16. package/components/Card/card.css +1 -1
  17. package/components/Card/card.scss +1 -1
  18. package/components/Check/check.css +1 -1
  19. package/components/Check/check.scss +1 -1
  20. package/components/Content/content.css +7 -7
  21. package/components/Content/content.scss +7 -7
  22. package/components/EmptyState/empty-state.css +1 -1
  23. package/components/EmptyState/empty-state.scss +1 -1
  24. package/components/Form/form.css +1 -1
  25. package/components/Form/form.scss +1 -1
  26. package/components/HelperText/helper-text.css +1 -1
  27. package/components/HelperText/helper-text.scss +1 -1
  28. package/components/Menu/menu.css +1 -1
  29. package/components/Menu/menu.scss +1 -1
  30. package/components/ModalBox/modal-box.css +1 -1
  31. package/components/ModalBox/modal-box.scss +1 -1
  32. package/components/MultipleFileUpload/multiple-file-upload.css +3 -3
  33. package/components/MultipleFileUpload/multiple-file-upload.scss +3 -3
  34. package/components/Nav/nav.css +1 -1
  35. package/components/Nav/nav.scss +1 -1
  36. package/components/NotificationDrawer/notification-drawer.css +1 -1
  37. package/components/NotificationDrawer/notification-drawer.scss +1 -1
  38. package/components/Page/page.css +1 -1
  39. package/components/Page/page.scss +1 -1
  40. package/components/ProgressStepper/progress-stepper.css +1 -1
  41. package/components/ProgressStepper/progress-stepper.scss +1 -1
  42. package/components/Radio/radio.css +1 -1
  43. package/components/Radio/radio.scss +1 -1
  44. package/components/Table/table.css +1 -1
  45. package/components/Table/table.scss +1 -1
  46. package/components/Title/title.css +12 -12
  47. package/components/Title/title.scss +12 -12
  48. package/components/Wizard/wizard.css +1 -1
  49. package/components/Wizard/wizard.scss +1 -1
  50. package/components/_index.css +40 -42
  51. package/layouts/Flex/flex.css +1 -1
  52. package/layouts/Flex/flex.scss +1 -1
  53. package/layouts/Gallery/gallery.css +1 -1
  54. package/layouts/Gallery/gallery.scss +1 -1
  55. package/layouts/Grid/grid.css +1 -1
  56. package/layouts/Grid/grid.scss +1 -1
  57. package/layouts/Level/level.css +1 -1
  58. package/layouts/Level/level.scss +1 -1
  59. package/layouts/Split/split.css +1 -1
  60. package/layouts/Split/split.scss +1 -1
  61. package/layouts/Stack/stack.css +1 -1
  62. package/layouts/Stack/stack.scss +1 -1
  63. package/layouts/_index.css +6 -6
  64. package/package.json +6 -6
  65. package/patternfly-addons.css +6 -6
  66. package/patternfly-base-no-globals.css +6 -6
  67. package/patternfly-base.css +8 -8
  68. package/patternfly-no-globals.css +52 -54
  69. package/patternfly.css +54 -56
  70. package/patternfly.min.css +1 -1
  71. package/patternfly.min.css.map +1 -1
  72. package/utilities/Text/text.css +6 -6
  73. package/utilities/Text/text.scss +1 -1
  74. package/utilities/_index.css +6 -6
package/patternfly.css CHANGED
@@ -40,7 +40,7 @@ body) {
40
40
  :where(body) {
41
41
  font-family: var(--pf-t--global--font--family--body);
42
42
  font-size: var(--pf-t--global--font--size--body--default);
43
- font-weight: var(--pf-t--global--font--weight--body);
43
+ font-weight: var(--pf-t--global--font--weight--body--default);
44
44
  line-height: var(--pf-t--global--font--line-height--body);
45
45
  color: var(--pf-t--global--text--color--regular);
46
46
  }
@@ -52,7 +52,7 @@ h4,
52
52
  h5,
53
53
  h6) {
54
54
  font-size: 100%;
55
- font-weight: var(--pf-t--global--font--weight--body);
55
+ font-weight: var(--pf-t--global--font--weight--body--default);
56
56
  }
57
57
 
58
58
  :where(ul) {
@@ -5281,8 +5281,8 @@ button) {
5281
5281
  --pf-t--global--font--family--body: var(--pf-t--global--font--family--100);
5282
5282
  --pf-t--global--font--family--heading: var(--pf-t--global--font--family--200);
5283
5283
  --pf-t--global--font--family--mono: var(--pf-t--global--font--family--300);
5284
- --pf-t--global--font--line-height--body: var(--pf-t--global--font--line-height--100);
5285
- --pf-t--global--font--line-height--heading: var(--pf-t--global--font--line-height--200);
5284
+ --pf-t--global--font--line-height--body: var(--pf-t--global--font--line-height--200);
5285
+ --pf-t--global--font--line-height--heading: var(--pf-t--global--font--line-height--100);
5286
5286
  --pf-t--global--font--size--2xl: var(--pf-t--global--font--size--600);
5287
5287
  --pf-t--global--font--size--3xl: var(--pf-t--global--font--size--700);
5288
5288
  --pf-t--global--font--size--4xl: var(--pf-t--global--font--size--800);
@@ -5291,8 +5291,10 @@ button) {
5291
5291
  --pf-t--global--font--size--sm: var(--pf-t--global--font--size--200);
5292
5292
  --pf-t--global--font--size--xl: var(--pf-t--global--font--size--500);
5293
5293
  --pf-t--global--font--size--xs: var(--pf-t--global--font--size--100);
5294
- --pf-t--global--font--weight--body: var(--pf-t--global--font--weight--100);
5295
- --pf-t--global--font--weight--heading: var(--pf-t--global--font--weight--300);
5294
+ --pf-t--global--font--weight--body--bold: var(--pf-t--global--font--weight--200);
5295
+ --pf-t--global--font--weight--body--default: var(--pf-t--global--font--weight--100);
5296
+ --pf-t--global--font--weight--heading--bold: var(--pf-t--global--font--weight--400);
5297
+ --pf-t--global--font--weight--heading--default: var(--pf-t--global--font--weight--300);
5296
5298
  --pf-t--global--icon--color--100: var(--pf-t--color--gray--90);
5297
5299
  --pf-t--global--icon--color--200: var(--pf-t--color--gray--50);
5298
5300
  --pf-t--global--icon--color--300: var(--pf-t--color--white);
@@ -5698,8 +5700,6 @@ button) {
5698
5700
  --pf-t--global--text--color--status--unread--on-default--default: var(--pf-t--global--text--color--inverse);
5699
5701
  --pf-t--global--text--color--status--unread--on-default--hover: var(--pf-t--global--text--color--inverse);
5700
5702
  --pf-t--global--color--status--read--on-secondary: var(--pf-t--global--background--color--control--default);
5701
- --pf-t--global--font--weight--body--bold: var(--pf-t--global--font--weight--200);
5702
- --pf-t--global--font--weight--heading--bold: var(--pf-t--global--font--weight--400);
5703
5703
  --pf-t--global--font--size--heading--xs: var(--pf-t--global--font--size--md);
5704
5704
  --pf-t--global--font--size--heading--sm: var(--pf-t--global--font--size--lg);
5705
5705
  --pf-t--global--font--size--heading--md: var(--pf-t--global--font--size--xl);
@@ -6397,7 +6397,7 @@ button) {
6397
6397
  --pf-v6-c-accordion__toggle--BorderRadius: var(--pf-t--global--border--radius--small);
6398
6398
  --pf-v6-c-accordion--m-toggle-start__toggle--ColumnGap: var(--pf-t--global--spacer--md);
6399
6399
  --pf-v6-c-accordion__toggle-text--Color: var(--pf-t--global--text--color--regular);
6400
- --pf-v6-c-accordion__toggle-text--FontWeight: var(--pf-t--global--font--weight--body);
6400
+ --pf-v6-c-accordion__toggle-text--FontWeight: var(--pf-t--global--font--weight--body--default);
6401
6401
  --pf-v6-c-accordion__toggle--m-expanded__toggle-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
6402
6402
  --pf-v6-c-accordion__toggle-icon--Transition: .2s ease-in 0s;
6403
6403
  --pf-v6-c-accordion__toggle--m-expanded__toggle-icon--Rotate: 90deg;
@@ -6421,8 +6421,7 @@ button) {
6421
6421
  --pf-v6-c-accordion--m-display-lg__toggle--PaddingInlineStart: var(--pf-t--global--spacer--md);
6422
6422
  --pf-v6-c-accordion--m-display-lg__toggle--FontFamily: var(--pf-t--global--font--family--heading);
6423
6423
  --pf-v6-c-accordion--m-display-lg__toggle--FontSize: var(--pf-t--global--font--size--heading--sm);
6424
- --pf-v6-c-accordion--m-display-lg__toggle-text--FontWeight: var(--pf-t--global--font--weight--heading);
6425
- --pf-v6-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--FontWeight: var(--pf-t--global--font--weight--heading--bold);
6424
+ --pf-v6-c-accordion--m-display-lg__toggle-text--FontWeight: var(--pf-t--global--font--weight--heading--default);
6426
6425
  --pf-v6-c-accordion--m-display-lg__expandable-content--FontSize: var(--pf-t--global--font--size--body--lg);
6427
6426
  --pf-v6-c-accordion--m-display-lg__expandable-content--Color: var(--pf-t--global--text--color--regular);
6428
6427
  --pf-v6-c-accordion--m-bordered--RowGap: 0;
@@ -6448,7 +6447,6 @@ button) {
6448
6447
  --pf-v6-c-accordion__toggle--FontFamily: var(--pf-v6-c-accordion--m-display-lg__toggle--FontFamily);
6449
6448
  --pf-v6-c-accordion__toggle--FontSize: var(--pf-v6-c-accordion--m-display-lg__toggle--FontSize);
6450
6449
  --pf-v6-c-accordion__toggle-text--FontWeight: var(--pf-v6-c-accordion--m-display-lg__toggle-text--FontWeight);
6451
- --pf-v6-c-accordion__toggle--m-expanded__toggle-text--FontWeight: var(--pf-v6-c-accordion--m-display-lg__toggle--m-expanded__toggle-text--FontWeight);
6452
6450
  --pf-v6-c-accordion__expandable-content--FontSize: var(--pf-v6-c-accordion--m-display-lg__expandable-content--FontSize);
6453
6451
  --pf-v6-c-accordion__expandable-content--Color: var(--pf-v6-c-accordion--m-display-lg__expandable-content--Color);
6454
6452
  }
@@ -7600,7 +7598,7 @@ button.pf-v6-c-breadcrumb__link {
7600
7598
  --pf-v6-c-button--PaddingInlineStart: var(--pf-t--global--spacer--lg);
7601
7599
  --pf-v6-c-button--Color: var(--pf-t--global--text--color--regular);
7602
7600
  --pf-v6-c-button--LineHeight: var(--pf-t--global--font--line-height--body);
7603
- --pf-v6-c-button--FontWeight: var(--pf-t--global--font--weight--body);
7601
+ --pf-v6-c-button--FontWeight: var(--pf-t--global--font--weight--body--default);
7604
7602
  --pf-v6-c-button--FontSize: var(--pf-t--global--font--size--body--default);
7605
7603
  --pf-v6-c-button--BackgroundColor: transparent;
7606
7604
  --pf-v6-c-button--BorderColor: transparent;
@@ -8190,7 +8188,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
8190
8188
  --pf-v6-c-calendar-month__days--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);
8191
8189
  --pf-v6-c-calendar-month__days--BorderBlockEndColor: var(--pf-t--global--border--color--default);
8192
8190
  --pf-v6-c-calendar-month__day--PaddingBlockEnd: var(--pf-t--global--spacer--md);
8193
- --pf-v6-c-calendar-month__day--FontWeight: var(--pf-t--global--font--weight--body);
8191
+ --pf-v6-c-calendar-month__day--FontWeight: var(--pf-t--global--font--weight--body--default);
8194
8192
  --pf-v6-c-calendar-month__day--Color: var(--pf-t--global--text--color--regular);
8195
8193
  --pf-v6-c-calendar-month__dates-cell--PaddingBlockStart: 0.125rem;
8196
8194
  --pf-v6-c-calendar-month__dates-cell--PaddingInlineEnd: 0.125rem;
@@ -8395,7 +8393,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
8395
8393
  --pf-v6-c-card__title-text--Color: var(--pf-t--global--text--color--regular);
8396
8394
  --pf-v6-c-card__title-text--FontFamily: var(--pf-t--global--font--family--heading);
8397
8395
  --pf-v6-c-card__title-text--FontSize: var(--pf-t--global--font--size--heading--xs);
8398
- --pf-v6-c-card__title-text--FontWeight: var(--pf-t--global--font--weight--heading);
8396
+ --pf-v6-c-card__title-text--FontWeight: var(--pf-t--global--font--weight--heading--default);
8399
8397
  --pf-v6-c-card__title-text--LineHeight: var(--pf-t--global--font--line-height--heading);
8400
8398
  --pf-v6-c-card--c-button--disabled--Color: var(--pf-t--global--text--color--on-disabled);
8401
8399
  --pf-v6-c-card__body--FontSize: var(--pf-t--global--font--size--body--default);
@@ -8713,7 +8711,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
8713
8711
  --pf-v6-c-check--MinHeight: calc(var(--pf-v6-c-check__label--FontSize) * var(--pf-v6-c-check__label--LineHeight));
8714
8712
  --pf-v6-c-check__label--disabled--Color: var(--pf-t--global--text--color--disabled);
8715
8713
  --pf-v6-c-check__label--Color: var(--pf-t--global--text--color--regular);
8716
- --pf-v6-c-check__label--FontWeight: var(--pf-t--global--font--weight--body);
8714
+ --pf-v6-c-check__label--FontWeight: var(--pf-t--global--font--weight--body--default);
8717
8715
  --pf-v6-c-check__label--FontSize: var(--pf-t--global--font--size--body--default);
8718
8716
  --pf-v6-c-check__label--LineHeight: var(--pf-t--global--font--line-height--body);
8719
8717
  --pf-v6-c-check__description--FontSize: var(--pf-t--global--font--size--body--sm);
@@ -9119,39 +9117,39 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
9119
9117
  --pf-v6-c-content--MarginBlockEnd: var(--pf-t--global--spacer--md);
9120
9118
  --pf-v6-c-content--LineHeight: var(--pf-t--global--font--line-height--body);
9121
9119
  --pf-v6-c-content--FontSize: var(--pf-t--global--font--size--body--default);
9122
- --pf-v6-c-content--FontWeight: var(--pf-t--global--font--weight--body);
9120
+ --pf-v6-c-content--FontWeight: var(--pf-t--global--font--weight--body--default);
9123
9121
  --pf-v6-c-content--Color: var(--pf-t--global--text--color--regular);
9124
9122
  --pf-v6-c-content--heading--FontFamily: var(--pf-t--global--font--family--heading);
9125
9123
  --pf-v6-c-content--h1--MarginBlockStart: var(--pf-t--global--spacer--lg);
9126
9124
  --pf-v6-c-content--h1--MarginBlockEnd: var(--pf-t--global--spacer--sm);
9127
9125
  --pf-v6-c-content--h1--LineHeight: var(--pf-t--global--font--line-height--heading);
9128
9126
  --pf-v6-c-content--h1--FontSize: var(--pf-t--global--font--size--heading--h1);
9129
- --pf-v6-c-content--h1--FontWeight: var(--pf-t--global--font--weight--heading);
9127
+ --pf-v6-c-content--h1--FontWeight: var(--pf-t--global--font--weight--heading--default);
9130
9128
  --pf-v6-c-content--h2--MarginBlockStart: var(--pf-t--global--spacer--lg);
9131
9129
  --pf-v6-c-content--h2--MarginBlockEnd: var(--pf-t--global--spacer--sm);
9132
9130
  --pf-v6-c-content--h2--LineHeight: var(--pf-t--global--font--line-height--heading);
9133
9131
  --pf-v6-c-content--h2--FontSize: var(--pf-t--global--font--size--heading--h2);
9134
- --pf-v6-c-content--h2--FontWeight: var(--pf-t--global--font--weight--heading);
9132
+ --pf-v6-c-content--h2--FontWeight: var(--pf-t--global--font--weight--heading--default);
9135
9133
  --pf-v6-c-content--h3--MarginBlockStart: var(--pf-t--global--spacer--lg);
9136
9134
  --pf-v6-c-content--h3--MarginBlockEnd: var(--pf-t--global--spacer--sm);
9137
9135
  --pf-v6-c-content--h3--LineHeight: var(--pf-t--global--font--line-height--heading);
9138
9136
  --pf-v6-c-content--h3--FontSize: var(--pf-t--global--font--size--heading--h3);
9139
- --pf-v6-c-content--h3--FontWeight: var(--pf-t--global--font--weight--heading);
9137
+ --pf-v6-c-content--h3--FontWeight: var(--pf-t--global--font--weight--heading--default);
9140
9138
  --pf-v6-c-content--h4--MarginBlockStart: var(--pf-t--global--spacer--lg);
9141
9139
  --pf-v6-c-content--h4--MarginBlockEnd: var(--pf-t--global--spacer--sm);
9142
9140
  --pf-v6-c-content--h4--LineHeight: var(--pf-t--global--font--line-height--heading);
9143
9141
  --pf-v6-c-content--h4--FontSize: var(--pf-t--global--font--size--heading--h4);
9144
- --pf-v6-c-content--h4--FontWeight: var(--pf-t--global--font--weight--heading);
9142
+ --pf-v6-c-content--h4--FontWeight: var(--pf-t--global--font--weight--heading--default);
9145
9143
  --pf-v6-c-content--h5--MarginBlockStart: var(--pf-t--global--spacer--lg);
9146
9144
  --pf-v6-c-content--h5--MarginBlockEnd: var(--pf-t--global--spacer--sm);
9147
9145
  --pf-v6-c-content--h5--LineHeight: var(--pf-t--global--font--line-height--heading);
9148
9146
  --pf-v6-c-content--h5--FontSize: var(--pf-t--global--font--size--heading--h5);
9149
- --pf-v6-c-content--h5--FontWeight: var(--pf-t--global--font--weight--heading);
9147
+ --pf-v6-c-content--h5--FontWeight: var(--pf-t--global--font--weight--heading--default);
9150
9148
  --pf-v6-c-content--h6--MarginBlockStart: var(--pf-t--global--spacer--lg);
9151
9149
  --pf-v6-c-content--h6--MarginBlockEnd: var(--pf-t--global--spacer--sm);
9152
9150
  --pf-v6-c-content--h6--LineHeight: var(--pf-t--global--font--line-height--heading);
9153
9151
  --pf-v6-c-content--h6--FontSize: var(--pf-t--global--font--size--heading--h6);
9154
- --pf-v6-c-content--h6--FontWeight: var(--pf-t--global--font--weight--heading);
9152
+ --pf-v6-c-content--h6--FontWeight: var(--pf-t--global--font--weight--heading--default);
9155
9153
  --pf-v6-c-content--small--MarginBlockEnd: var(--pf-t--global--spacer--md);
9156
9154
  --pf-v6-c-content--small--LineHeight: var(--pf-t--global--font--line-height--body);
9157
9155
  --pf-v6-c-content--small--FontSize: var(--pf-t--global--font--size--body--sm);
@@ -12160,7 +12158,7 @@ ul) {
12160
12158
  --pf-v6-c-empty-state--m-custom__icon--Color: var(--pf-t--global--icon--color--status--custom--default);
12161
12159
  --pf-v6-c-empty-state__title-text--FontFamily: var(--pf-t--global--font--family--heading);
12162
12160
  --pf-v6-c-empty-state__title-text--FontSize: var(--pf-t--global--font--size--heading--md);
12163
- --pf-v6-c-empty-state__title-text--FontWeight: var(--pf-t--global--font--weight--heading);
12161
+ --pf-v6-c-empty-state__title-text--FontWeight: var(--pf-t--global--font--weight--heading--default);
12164
12162
  --pf-v6-c-empty-state__title-text--LineHeight: var(--pf-t--global--font--line-height--heading);
12165
12163
  --pf-v6-c-empty-state--m-xs__title-text--FontSize: var(--pf-t--global--font--size--heading--xs);
12166
12164
  --pf-v6-c-empty-state--m-xl__title-text--FontSize: var(--pf-t--global--font--size--heading--2xl);
@@ -12514,7 +12512,7 @@ ul) {
12514
12512
  --pf-v6-c-form__section--MarginBlockStart: var(--pf-t--global--spacer--xl);
12515
12513
  --pf-v6-c-form__section--Gap: var(--pf-t--global--spacer--md);
12516
12514
  --pf-v6-c-form__section-title--FontSize: var(--pf-t--global--font--size--heading--xs);
12517
- --pf-v6-c-form__section-title--FontWeight: var(--pf-t--global--font--weight--heading);
12515
+ --pf-v6-c-form__section-title--FontWeight: var(--pf-t--global--font--weight--heading--default);
12518
12516
  --pf-v6-c-form__section-title--MarginBlockEnd: calc(var(--pf-t--global--spacer--sm) * -1);
12519
12517
  --pf-v6-c-form__field-group--border-width-base: var(--pf-t--global--border--width--divider--default);
12520
12518
  --pf-v6-c-form__field-group--BorderBlockStartWidth: var(--pf-v6-c-form__field-group--border-width-base);
@@ -13339,7 +13337,7 @@ select ~ .pf-v6-c-form-control__utilities {
13339
13337
  --pf-v6-c-helper-text--FontSize: var(--pf-t--global--font--size--body--sm);
13340
13338
  --pf-v6-c-helper-text__item-icon--Color: var(--pf-t--global--icon--color--regular);
13341
13339
  --pf-v6-c-helper-text__item-text--Color: var(--pf-t--global--text--color--regular);
13342
- --pf-v6-c-helper-text__item-text--FontWeight: var(--pf-t--global--font--weight--body);
13340
+ --pf-v6-c-helper-text__item-text--FontWeight: var(--pf-t--global--font--weight--body--default);
13343
13341
  --pf-v6-c-helper-text__item-icon--m-indeterminate--Color: var(--pf-t--global--icon--color--subtle);
13344
13342
  --pf-v6-c-helper-text__item-text--m-indeterminate--Color: var(--pf-t--global--text--color--subtle);
13345
13343
  --pf-v6-c-helper-text__item-icon--m-warning--Color: var(--pf-t--global--icon--color--status--warning--default);
@@ -15495,7 +15493,7 @@ ul.pf-v6-c-list {
15495
15493
  --pf-v6-c-menu__item--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
15496
15494
  --pf-v6-c-menu__item--FontSize: var(--pf-t--global--font--size--body--default);
15497
15495
  --pf-v6-c-menu__item--LineHeight: var(--pf-t--global--font--line-height--body);
15498
- --pf-v6-c-menu__item--FontWeight: var(--pf-t--global--font--weight--body);
15496
+ --pf-v6-c-menu__item--FontWeight: var(--pf-t--global--font--weight--body--default);
15499
15497
  --pf-v6-c-menu__item--Color: var(--pf-t--global--text--color--regular);
15500
15498
  --pf-v6-c-menu__item--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
15501
15499
  --pf-v6-c-menu__item--m-disabled--Color: var(--pf-t--global--text--color--disabled);
@@ -16454,7 +16452,7 @@ ul.pf-v6-c-list {
16454
16452
  --pf-v6-c-modal-box__header-main--Gap: var(--pf-t--global--spacer--md);
16455
16453
  --pf-v6-c-modal-box__title--LineHeight: var(--pf-t--global--font--line-height--heading);
16456
16454
  --pf-v6-c-modal-box__title--FontFamily: var(--pf-t--global--font--family--heading);
16457
- --pf-v6-c-modal-box__title--FontWeight: var(--pf-t--global--font--weight--heading);
16455
+ --pf-v6-c-modal-box__title--FontWeight: var(--pf-t--global--font--weight--heading--default);
16458
16456
  --pf-v6-c-modal-box__title--FontSize: var(--pf-t--global--font--size--heading--md);
16459
16457
  --pf-v6-c-modal-box__title-icon--MarginInlineEnd: var(--pf-t--global--spacer--sm);
16460
16458
  --pf-v6-c-modal-box__title-icon--Color: var(--pf-t--global--icon--color--regular);
@@ -16652,7 +16650,7 @@ ul.pf-v6-c-list {
16652
16650
  --pf-v6-c-multiple-file-upload__title-text--Color: var(--pf-t--global--text--color--regular);
16653
16651
  --pf-v6-c-multiple-file-upload__title-text--FontFamily: var(--pf-t--global--font--family--heading);
16654
16652
  --pf-v6-c-multiple-file-upload__title-text--FontSize: var(--pf-t--global--font--size--heading--sm);
16655
- --pf-v6-c-multiple-file-upload__title-text--FontWeight: var(--pf-t--global--font--weight--heading);
16653
+ --pf-v6-c-multiple-file-upload__title-text--FontWeight: var(--pf-t--global--font--weight--heading--default);
16656
16654
  --pf-v6-c-multiple-file-upload__title-icon--Color: var(--pf-t--global--icon--color--regular);
16657
16655
  --pf-v6-c-multiple-file-upload__title-icon--FontSize: var(--pf-t--global--icon--size--xl);
16658
16656
  --pf-v6-c-multiple-file-upload__title-text-separator--Display: block;
@@ -16661,7 +16659,7 @@ ul.pf-v6-c-list {
16661
16659
  --pf-v6-c-multiple-file-upload__title-text-separator--Color: var(--pf-t--global--text--color--regular);
16662
16660
  --pf-v6-c-multiple-file-upload__title-text-separator--FontFamily: var(--pf-t--global--font--family--body);
16663
16661
  --pf-v6-c-multiple-file-upload__title-text-separator--FontSize: var(--pf-t--global--font--size--body--lg);
16664
- --pf-v6-c-multiple-file-upload__title-text-separator--FontWeight: var(--pf-t--global--font--weight--body);
16662
+ --pf-v6-c-multiple-file-upload__title-text-separator--FontWeight: var(--pf-t--global--font--weight--body--default);
16665
16663
  --pf-v6-c-multiple-file-upload__info--FontSize: var(--pf-t--global--font--size--body--default);
16666
16664
  --pf-v6-c-multiple-file-upload__info--Color: var(--pf-t--global--text--color--subtle);
16667
16665
  --pf-v6-c-multiple-file-upload__info--MarginBlockStart: var(--pf-t--global--spacer--lg);
@@ -16683,7 +16681,7 @@ ul.pf-v6-c-list {
16683
16681
  --pf-v6-c-multiple-file-upload--m-horizontal__title-text-separator--MarginBlockStart: 0;
16684
16682
  --pf-v6-c-multiple-file-upload--m-horizontal__title-text-separator--FontFamily: var(--pf-t--global--font--family--heading);
16685
16683
  --pf-v6-c-multiple-file-upload--m-horizontal__title-text-separator--FontSize: var(--pf-t--global--font--size--heading--xs);
16686
- --pf-v6-c-multiple-file-upload--m-horizontal__title-text-separator--FontWeight: var(--pf-t--global--font--weight--heading);
16684
+ --pf-v6-c-multiple-file-upload--m-horizontal__title-text-separator--FontWeight: var(--pf-t--global--font--weight--heading--default);
16687
16685
  --pf-v6-c-multiple-file-upload--m-horizontal__info--MarginBlockStart: 0;
16688
16686
  --pf-v6-c-multiple-file-upload__status--PaddingBlockStart: var(--pf-t--global--spacer--sm);
16689
16687
  --pf-v6-c-multiple-file-upload__status--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
@@ -16853,7 +16851,7 @@ ul.pf-v6-c-list {
16853
16851
  --pf-v6-c-nav--ColumnGap: 0;
16854
16852
  --pf-v6-c-nav--AlignItems: baseline;
16855
16853
  --pf-v6-c-nav--FontSize: var(--pf-t--global--font--size--body--default);
16856
- --pf-v6-c-nav--FontWeight: var(--pf-t--global--font--weight--body);
16854
+ --pf-v6-c-nav--FontWeight: var(--pf-t--global--font--weight--body--default);
16857
16855
  --pf-v6-c-nav--LineHeight: var(--pf-t--global--font--line-height--body);
16858
16856
  --pf-v6-c-nav--OutlineOffset: calc(var(--pf-t--global--spacer--xs) * -1);
16859
16857
  --pf-v6-c-nav--BackgroundColor: transparent;
@@ -17229,7 +17227,7 @@ ul.pf-v6-c-list {
17229
17227
  --pf-v6-c-notification-drawer__header--BackgroundColor: var(--pf-t--global--background--color--floating--default);
17230
17228
  --pf-v6-c-notification-drawer__header--ZIndex: var(--pf-t--global--z-index--sm);
17231
17229
  --pf-v6-c-notification-drawer__header-title--FontSize: var(--pf-t--global--font--size--heading--md);
17232
- --pf-v6-c-notification-drawer__header-title--FontWeight: var(--pf-t--global--font--weight--heading--bold);
17230
+ --pf-v6-c-notification-drawer__header-title--FontWeight: var(--pf-t--global--font--weight--heading--default);
17233
17231
  --pf-v6-c-notification-drawer__header-title--LineHeight: var(--pf-t--global--font--line-height--heading);
17234
17232
  --pf-v6-c-notification-drawer__header-title--FontFamily: var(--pf-t--global--font--family--heading);
17235
17233
  --pf-v6-c-notification-drawer__header-status--MarginInlineStart: var(--pf-t--global--spacer--md);
@@ -17557,7 +17555,7 @@ ul.pf-v6-c-list {
17557
17555
  --pf-v6-c-page__sidebar-title--FontSize: var(--pf-t--global--font--size--heading--xs);
17558
17556
  --pf-v6-c-page__sidebar-title--LineHeight: var(--pf-t--global--font--line-height--heading);
17559
17557
  --pf-v6-c-page__sidebar-title--FontFamily: var(--pf-t--global--font--family--heading);
17560
- --pf-v6-c-page__sidebar-title--FontWeight: var(--pf-t--global--font--weight--heading);
17558
+ --pf-v6-c-page__sidebar-title--FontWeight: var(--pf-t--global--font--weight--heading--default);
17561
17559
  --pf-v6-c-page__sidebar-body--PaddingInlineEnd: 0;
17562
17560
  --pf-v6-c-page__sidebar-body--PaddingInlineStart: 0;
17563
17561
  --pf-v6-c-page__sidebar-body--m-page-insets--PaddingInlineEnd: var(--pf-v6-c-page--inset);
@@ -19147,7 +19145,7 @@ ul.pf-v6-c-list {
19147
19145
  --pf-v6-c-progress-stepper__step-title--Color: var(--pf-t--global--text--color--regular);
19148
19146
  --pf-v6-c-progress-stepper__step-title--TextAlign: start;
19149
19147
  --pf-v6-c-progress-stepper__step-title--FontSize: var(--pf-t--global--font--size--body--lg);
19150
- --pf-v6-c-progress-stepper__step-title--FontWeight: var(--pf-t--global--font--weight--body);
19148
+ --pf-v6-c-progress-stepper__step-title--FontWeight: var(--pf-t--global--font--weight--body--default);
19151
19149
  --pf-v6-c-progress-stepper__step--m-current__step-title--FontWeight: var(--pf-t--global--font--weight--body--bold);
19152
19150
  --pf-v6-c-progress-stepper__step--m-current__step-title--Color: var(--pf-t--global--text--color--regular);
19153
19151
  --pf-v6-c-progress-stepper__step--m-pending__step-title--Color: var(--pf-t--global--text--color--subtle);
@@ -19681,7 +19679,7 @@ ul.pf-v6-c-list {
19681
19679
  --pf-v6-c-radio--Height: calc(var(--pf-v6-c-radio__label--FontSize) * var(--pf-v6-c-radio__label--LineHeight));
19682
19680
  --pf-v6-c-radio__label--disabled--Color: var(--pf-t--global--text--color--disabled);
19683
19681
  --pf-v6-c-radio__label--Color: var(--pf-t--global--text--color--regular);
19684
- --pf-v6-c-radio__label--FontWeight: var(--pf-t--global--font--weight--body);
19682
+ --pf-v6-c-radio__label--FontWeight: var(--pf-t--global--font--weight--body--default);
19685
19683
  --pf-v6-c-radio__label--FontSize: var(--pf-t--global--font--size--body--default);
19686
19684
  --pf-v6-c-radio__label--LineHeight: var(--pf-t--global--font--line-height--body);
19687
19685
  --pf-v6-c-radio__description--FontSize: var(--pf-t--global--font--size--body--sm);
@@ -22435,7 +22433,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
22435
22433
  --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--cell--Padding--base);
22436
22434
  --pf-v6-c-table--cell--PaddingInlineStart: var(--pf-v6-c-table--cell--Padding--base);
22437
22435
  --pf-v6-c-table--cell--FontSize: var(--pf-t--global--font--size--body--default);
22438
- --pf-v6-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body);
22436
+ --pf-v6-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body--default);
22439
22437
  --pf-v6-c-table--cell--LineHeight: var(--pf-t--global--font--line-height--body);
22440
22438
  --pf-v6-c-table--cell--Color: var(--pf-t--global--text--color--regular);
22441
22439
  --pf-v6-c-table--cell--first-last-child--PaddingInline: var(--pf-t--global--spacer--sm);
@@ -25320,40 +25318,40 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
25320
25318
  --pf-v6-c-title--FontFamily: var(--pf-t--global--font--family--heading);
25321
25319
  --pf-v6-c-title--m-4xl--LineHeight: var(--pf-t--global--font--line-height--heading);
25322
25320
  --pf-v6-c-title--m-4xl--FontSize: var(--pf-t--global--font--size--heading--2xl);
25323
- --pf-v6-c-title--m-4xl--FontWeight: var(--pf-t--global--font--weight--heading);
25321
+ --pf-v6-c-title--m-4xl--FontWeight: var(--pf-t--global--font--weight--heading--default);
25324
25322
  --pf-v6-c-title--m-3xl--LineHeight: var(--pf-t--global--font--line-height--heading);
25325
25323
  --pf-v6-c-title--m-3xl--FontSize: var(--pf-t--global--font--size--heading--xl);
25326
- --pf-v6-c-title--m-3xl--FontWeight: var(--pf-t--global--font--weight--heading);
25324
+ --pf-v6-c-title--m-3xl--FontWeight: var(--pf-t--global--font--weight--heading--default);
25327
25325
  --pf-v6-c-title--m-2xl--LineHeight: var(--pf-t--global--font--line-height--heading);
25328
25326
  --pf-v6-c-title--m-2xl--FontSize: var(--pf-t--global--font--size--heading--lg);
25329
- --pf-v6-c-title--m-2xl--FontWeight: var(--pf-t--global--font--weight--heading);
25327
+ --pf-v6-c-title--m-2xl--FontWeight: var(--pf-t--global--font--weight--heading--default);
25330
25328
  --pf-v6-c-title--m-xl--LineHeight: var(--pf-t--global--font--line-height--heading);
25331
25329
  --pf-v6-c-title--m-xl--FontSize: var(--pf-t--global--font--size--heading--md);
25332
- --pf-v6-c-title--m-xl--FontWeight: var(--pf-t--global--font--weight--heading);
25330
+ --pf-v6-c-title--m-xl--FontWeight: var(--pf-t--global--font--weight--heading--default);
25333
25331
  --pf-v6-c-title--m-lg--LineHeight: var(--pf-t--global--font--line-height--heading);
25334
25332
  --pf-v6-c-title--m-lg--FontSize: var(--pf-t--global--font--size--heading--sm);
25335
- --pf-v6-c-title--m-lg--FontWeight: var(--pf-t--global--font--weight--heading);
25333
+ --pf-v6-c-title--m-lg--FontWeight: var(--pf-t--global--font--weight--heading--default);
25336
25334
  --pf-v6-c-title--m-md--LineHeight: var(--pf-t--global--font--line-height--heading);
25337
25335
  --pf-v6-c-title--m-md--FontSize: var(--pf-t--global--font--size--heading--xs);
25338
- --pf-v6-c-title--m-md--FontWeight: var(--pf-t--global--font--weight--heading);
25336
+ --pf-v6-c-title--m-md--FontWeight: var(--pf-t--global--font--weight--heading--default);
25339
25337
  --pf-v6-c-title--m-h1--LineHeight: var(--pf-t--global--font--line-height--heading);
25340
25338
  --pf-v6-c-title--m-h1--FontSize: var(--pf-t--global--font--size--heading--h1);
25341
- --pf-v6-c-title--m-h1--FontWeight: var(--pf-t--global--font--weight--heading);
25339
+ --pf-v6-c-title--m-h1--FontWeight: var(--pf-t--global--font--weight--heading--default);
25342
25340
  --pf-v6-c-title--m-h2--LineHeight: var(--pf-t--global--font--line-height--heading);
25343
25341
  --pf-v6-c-title--m-h2--FontSize: var(--pf-t--global--font--size--heading--h2);
25344
- --pf-v6-c-title--m-h2--FontWeight: var(--pf-t--global--font--weight--heading);
25342
+ --pf-v6-c-title--m-h2--FontWeight: var(--pf-t--global--font--weight--heading--default);
25345
25343
  --pf-v6-c-title--m-h3--LineHeight: var(--pf-t--global--font--line-height--heading);
25346
25344
  --pf-v6-c-title--m-h3--FontSize: var(--pf-t--global--font--size--heading--h3);
25347
- --pf-v6-c-title--m-h3--FontWeight: var(--pf-t--global--font--weight--heading);
25345
+ --pf-v6-c-title--m-h3--FontWeight: var(--pf-t--global--font--weight--heading--default);
25348
25346
  --pf-v6-c-title--m-h4--LineHeight: var(--pf-t--global--font--line-height--heading);
25349
25347
  --pf-v6-c-title--m-h4--FontSize: var(--pf-t--global--font--size--heading--h4);
25350
- --pf-v6-c-title--m-h4--FontWeight: var(--pf-t--global--font--weight--heading);
25348
+ --pf-v6-c-title--m-h4--FontWeight: var(--pf-t--global--font--weight--heading--default);
25351
25349
  --pf-v6-c-title--m-h5--LineHeight: var(--pf-t--global--font--line-height--heading);
25352
25350
  --pf-v6-c-title--m-h5--FontSize: var(--pf-t--global--font--size--heading--h5);
25353
- --pf-v6-c-title--m-h5--FontWeight: var(--pf-t--global--font--weight--heading);
25351
+ --pf-v6-c-title--m-h5--FontWeight: var(--pf-t--global--font--weight--heading--default);
25354
25352
  --pf-v6-c-title--m-h6--LineHeight: var(--pf-t--global--font--line-height--heading);
25355
25353
  --pf-v6-c-title--m-h6--FontSize: var(--pf-t--global--font--size--heading--h6);
25356
- --pf-v6-c-title--m-h6--FontWeight: var(--pf-t--global--font--weight--heading);
25354
+ --pf-v6-c-title--m-h6--FontWeight: var(--pf-t--global--font--weight--heading--default);
25357
25355
  }
25358
25356
 
25359
25357
  .pf-v6-c-title {
@@ -28120,7 +28118,7 @@ label.pf-v6-c-tree-view__node-text {
28120
28118
  --pf-v6-c-wizard__title--PaddingInlineEnd: var(--pf-t--global--spacer--2xl);
28121
28119
  --pf-v6-c-wizard__title-text--FontSize: var(--pf-t--global--font--size--3xl);
28122
28120
  --pf-v6-c-wizard__title-text--FontFamily: var(--pf-t--global--font--family--heading);
28123
- --pf-v6-c-wizard__title-text--FontWeight: var(--pf-t--global--font--weight--heading);
28121
+ --pf-v6-c-wizard__title-text--FontWeight: var(--pf-t--global--font--weight--heading--default);
28124
28122
  --pf-v6-c-wizard__title-text--LineHeight: var(--pf-t--global--font--line-height--heading);
28125
28123
  --pf-v6-c-wizard__title-text--Color: var(--pf-t--global--text--color--regular);
28126
28124
  --pf-v6-c-wizard__description--PaddingBlockStart: var(--pf-t--global--spacer--sm);
@@ -28609,7 +28607,7 @@ label.pf-v6-c-tree-view__node-text {
28609
28607
  --pf-v6-l-flex--m-row--AlignItems: baseline;
28610
28608
  --pf-v6-l-flex--m-row-reverse--AlignItems: baseline;
28611
28609
  --pf-v6-l-flex--item--Order: 0;
28612
- --pf-v6-l-flex--spacer--column--base: var(--pf-t--global--spacer--lg);
28610
+ --pf-v6-l-flex--spacer--column--base: var(--pf-t--global--spacer--gutter--default);
28613
28611
  --pf-v6-l-flex--spacer--row--base: var(--pf-t--global--spacer--sm);
28614
28612
  --pf-v6-l-flex--RowGap: var(--pf-v6-l-flex--spacer--row--base);
28615
28613
  --pf-v6-l-flex--ColumnGap: 0;
@@ -30984,7 +30982,7 @@ label.pf-v6-c-tree-view__node-text {
30984
30982
  }
30985
30983
 
30986
30984
  :where(:root, .pf-v6-l-gallery) {
30987
- --pf-v6-l-gallery--m-gutter--GridGap: var(--pf-t--global--spacer--lg);
30985
+ --pf-v6-l-gallery--m-gutter--GridGap: var(--pf-t--global--spacer--gutter--default);
30988
30986
  --pf-v6-l-gallery--GridTemplateColumns--min: 250px;
30989
30987
  --pf-v6-l-gallery--GridTemplateColumns--minmax--min: var(--pf-v6-l-gallery--GridTemplateColumns--min);
30990
30988
  --pf-v6-l-gallery--GridTemplateColumns--max: 1fr;
@@ -31055,7 +31053,7 @@ label.pf-v6-c-tree-view__node-text {
31055
31053
  }
31056
31054
 
31057
31055
  :where(:root, .pf-v6-l-grid) {
31058
- --pf-v6-l-grid--m-gutter--GridGap: var(--pf-t--global--spacer--lg);
31056
+ --pf-v6-l-grid--m-gutter--GridGap: var(--pf-t--global--spacer--gutter--default);
31059
31057
  --pf-v6-l-grid__item--GridColumnStart: auto;
31060
31058
  --pf-v6-l-grid__item--GridColumnEnd: span 12;
31061
31059
  --pf-v6-l-grid--item--Order: 0;
@@ -31992,7 +31990,7 @@ label.pf-v6-c-tree-view__node-text {
31992
31990
  }
31993
31991
 
31994
31992
  :where(:root, .pf-v6-l-level) {
31995
- --pf-v6-l-level--m-gutter--Gap: var(--pf-t--global--spacer--lg);
31993
+ --pf-v6-l-level--m-gutter--Gap: var(--pf-t--global--spacer--gutter--default);
31996
31994
  }
31997
31995
 
31998
31996
  .pf-v6-l-level {
@@ -32006,7 +32004,7 @@ label.pf-v6-c-tree-view__node-text {
32006
32004
  }
32007
32005
 
32008
32006
  :where(:root, .pf-v6-l-split) {
32009
- --pf-v6-l-stack--m-gutter--Gap: var(--pf-t--global--spacer--lg);
32007
+ --pf-v6-l-stack--m-gutter--Gap: var(--pf-t--global--spacer--gutter--default);
32010
32008
  }
32011
32009
 
32012
32010
  .pf-v6-l-split {
@@ -32027,7 +32025,7 @@ label.pf-v6-c-tree-view__node-text {
32027
32025
  }
32028
32026
 
32029
32027
  :where(:root, .pf-v6-l-stack) {
32030
- --pf-v6-l-stack--m-gutter--Gap: var(--pf-t--global--spacer--lg);
32028
+ --pf-v6-l-stack--m-gutter--Gap: var(--pf-t--global--spacer--gutter--default);
32031
32029
  }
32032
32030
 
32033
32031
  .pf-v6-l-stack {