@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
@@ -173,7 +173,7 @@
173
173
  }
174
174
  }
175
175
  .pf-v6-u-font-weight-normal {
176
- font-weight: var(--pf-t--global--font--weight--body) !important;
176
+ font-weight: var(--pf-t--global--font--weight--body--default) !important;
177
177
  }
178
178
 
179
179
  .pf-v6-u-font-weight-bold {
@@ -182,7 +182,7 @@
182
182
 
183
183
  @media screen and (min-width: 576px) {
184
184
  .pf-v6-u-font-weight-normal-on-sm {
185
- font-weight: var(--pf-t--global--font--weight--body) !important;
185
+ font-weight: var(--pf-t--global--font--weight--body--default) !important;
186
186
  }
187
187
  .pf-v6-u-font-weight-bold-on-sm {
188
188
  font-weight: var(--pf-t--global--font--weight--body--bold) !important;
@@ -190,7 +190,7 @@
190
190
  }
191
191
  @media screen and (min-width: 768px) {
192
192
  .pf-v6-u-font-weight-normal-on-md {
193
- font-weight: var(--pf-t--global--font--weight--body) !important;
193
+ font-weight: var(--pf-t--global--font--weight--body--default) !important;
194
194
  }
195
195
  .pf-v6-u-font-weight-bold-on-md {
196
196
  font-weight: var(--pf-t--global--font--weight--body--bold) !important;
@@ -198,7 +198,7 @@
198
198
  }
199
199
  @media screen and (min-width: 992px) {
200
200
  .pf-v6-u-font-weight-normal-on-lg {
201
- font-weight: var(--pf-t--global--font--weight--body) !important;
201
+ font-weight: var(--pf-t--global--font--weight--body--default) !important;
202
202
  }
203
203
  .pf-v6-u-font-weight-bold-on-lg {
204
204
  font-weight: var(--pf-t--global--font--weight--body--bold) !important;
@@ -206,7 +206,7 @@
206
206
  }
207
207
  @media screen and (min-width: 1200px) {
208
208
  .pf-v6-u-font-weight-normal-on-xl {
209
- font-weight: var(--pf-t--global--font--weight--body) !important;
209
+ font-weight: var(--pf-t--global--font--weight--body--default) !important;
210
210
  }
211
211
  .pf-v6-u-font-weight-bold-on-xl {
212
212
  font-weight: var(--pf-t--global--font--weight--body--bold) !important;
@@ -214,7 +214,7 @@
214
214
  }
215
215
  @media screen and (min-width: 1450px) {
216
216
  .pf-v6-u-font-weight-normal-on-2xl {
217
- font-weight: var(--pf-t--global--font--weight--body) !important;
217
+ font-weight: var(--pf-t--global--font--weight--body--default) !important;
218
218
  }
219
219
  .pf-v6-u-font-weight-bold-on-2xl {
220
220
  font-weight: var(--pf-t--global--font--weight--body--bold) !important;
@@ -49,7 +49,7 @@ $pf-v6-u-font-size-options: (
49
49
  // Font weight options
50
50
  $pf-v6-u-font-weight-options: (
51
51
  font-weight-normal: (
52
- font-weight var(--pf-t--global--font--weight--body)
52
+ font-weight var(--pf-t--global--font--weight--body--default)
53
53
  ),
54
54
  font-weight-bold: (
55
55
  font-weight var(--pf-t--global--font--weight--body--bold)
@@ -7150,7 +7150,7 @@
7150
7150
  }
7151
7151
  }
7152
7152
  .pf-v6-u-font-weight-normal {
7153
- font-weight: var(--pf-t--global--font--weight--body) !important;
7153
+ font-weight: var(--pf-t--global--font--weight--body--default) !important;
7154
7154
  }
7155
7155
 
7156
7156
  .pf-v6-u-font-weight-bold {
@@ -7159,7 +7159,7 @@
7159
7159
 
7160
7160
  @media screen and (min-width: 576px) {
7161
7161
  .pf-v6-u-font-weight-normal-on-sm {
7162
- font-weight: var(--pf-t--global--font--weight--body) !important;
7162
+ font-weight: var(--pf-t--global--font--weight--body--default) !important;
7163
7163
  }
7164
7164
  .pf-v6-u-font-weight-bold-on-sm {
7165
7165
  font-weight: var(--pf-t--global--font--weight--body--bold) !important;
@@ -7167,7 +7167,7 @@
7167
7167
  }
7168
7168
  @media screen and (min-width: 768px) {
7169
7169
  .pf-v6-u-font-weight-normal-on-md {
7170
- font-weight: var(--pf-t--global--font--weight--body) !important;
7170
+ font-weight: var(--pf-t--global--font--weight--body--default) !important;
7171
7171
  }
7172
7172
  .pf-v6-u-font-weight-bold-on-md {
7173
7173
  font-weight: var(--pf-t--global--font--weight--body--bold) !important;
@@ -7175,7 +7175,7 @@
7175
7175
  }
7176
7176
  @media screen and (min-width: 992px) {
7177
7177
  .pf-v6-u-font-weight-normal-on-lg {
7178
- font-weight: var(--pf-t--global--font--weight--body) !important;
7178
+ font-weight: var(--pf-t--global--font--weight--body--default) !important;
7179
7179
  }
7180
7180
  .pf-v6-u-font-weight-bold-on-lg {
7181
7181
  font-weight: var(--pf-t--global--font--weight--body--bold) !important;
@@ -7183,7 +7183,7 @@
7183
7183
  }
7184
7184
  @media screen and (min-width: 1200px) {
7185
7185
  .pf-v6-u-font-weight-normal-on-xl {
7186
- font-weight: var(--pf-t--global--font--weight--body) !important;
7186
+ font-weight: var(--pf-t--global--font--weight--body--default) !important;
7187
7187
  }
7188
7188
  .pf-v6-u-font-weight-bold-on-xl {
7189
7189
  font-weight: var(--pf-t--global--font--weight--body--bold) !important;
@@ -7191,7 +7191,7 @@
7191
7191
  }
7192
7192
  @media screen and (min-width: 1450px) {
7193
7193
  .pf-v6-u-font-weight-normal-on-2xl {
7194
- font-weight: var(--pf-t--global--font--weight--body) !important;
7194
+ font-weight: var(--pf-t--global--font--weight--body--default) !important;
7195
7195
  }
7196
7196
  .pf-v6-u-font-weight-bold-on-2xl {
7197
7197
  font-weight: var(--pf-t--global--font--weight--body--bold) !important;