@patternfly/patternfly 6.0.0-prerelease.3 → 6.0.0-prerelease.5

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 (60) hide show
  1. package/assets/fontawesome/_animated.scss +1 -1
  2. package/assets/fontawesome/_bordered-pulled.scss +1 -1
  3. package/assets/fontawesome/_fixed-width.scss +4 -2
  4. package/assets/fontawesome/_icons.scss +1332 -1330
  5. package/assets/fontawesome/_index.scss +0 -1
  6. package/assets/fontawesome/_larger.scss +1 -1
  7. package/assets/fontawesome/_list.scss +1 -1
  8. package/assets/fontawesome/_rotated-flipped.scss +2 -2
  9. package/assets/fontawesome/_screen-reader.scss +1 -1
  10. package/assets/fontawesome/_stacked.scss +1 -1
  11. package/assets/fontawesome/_variables.scss +1 -2
  12. package/base/patternfly-common.scss +2 -1
  13. package/base/patternfly-fa-icons.css +2786 -1419
  14. package/base/patternfly-fa-icons.scss +25 -7
  15. package/base/patternfly-pf-icons.scss +1 -1
  16. package/base/patternfly-variables.css +3 -0
  17. package/base/tokens/tokens-local.scss +3 -0
  18. package/components/Accordion/accordion.css +2 -2
  19. package/components/Accordion/accordion.scss +4 -3
  20. package/components/CalendarMonth/calendar-month.css +1 -1
  21. package/components/CalendarMonth/calendar-month.scss +1 -1
  22. package/components/Card/card.css +1 -1
  23. package/components/Card/card.scss +1 -1
  24. package/components/Check/check.css +1 -1
  25. package/components/Check/check.scss +1 -1
  26. package/components/ClipboardCopy/clipboard-copy.css +3 -3
  27. package/components/ClipboardCopy/clipboard-copy.scss +3 -3
  28. package/components/CodeEditor/code-editor.css +1 -1
  29. package/components/CodeEditor/code-editor.scss +1 -1
  30. package/components/DescriptionList/description-list.css +6 -6
  31. package/components/DescriptionList/description-list.scss +6 -6
  32. package/components/Drawer/drawer.css +1 -1
  33. package/components/Drawer/drawer.scss +1 -1
  34. package/components/DualListSelector/dual-list-selector.css +1 -1
  35. package/components/DualListSelector/dual-list-selector.scss +1 -1
  36. package/components/FileUpload/file-upload.css +1 -1
  37. package/components/FileUpload/file-upload.scss +1 -1
  38. package/components/Form/form.css +9 -15
  39. package/components/Form/form.scss +9 -17
  40. package/components/FormControl/form-control.css +2 -2
  41. package/components/FormControl/form-control.scss +2 -2
  42. package/components/InputGroup/input-group.css +1 -1
  43. package/components/InputGroup/input-group.scss +1 -1
  44. package/components/Label/label.css +1 -1
  45. package/components/Label/label.scss +1 -1
  46. package/components/_index.css +31 -37
  47. package/package.json +5 -5
  48. package/patternfly-base-no-globals.css +2789 -1419
  49. package/patternfly-base.css +2789 -1419
  50. package/patternfly-no-globals.css +2820 -1456
  51. package/patternfly.css +2820 -1456
  52. package/patternfly.min.css +1 -1
  53. package/patternfly.min.css.map +1 -1
  54. package/patternfly.scss +3 -0
  55. package/sass-utilities/functions.scss +2 -2
  56. package/sass-utilities/mixins.scss +3 -3
  57. package/sass-utilities/namespaces-components.scss +2 -2
  58. package/sass-utilities/namespaces-layouts.scss +2 -2
  59. package/sass-utilities/scss-variables.scss +0 -1
  60. package/assets/fontawesome/_core.scss +0 -22
@@ -204,7 +204,7 @@
204
204
  --pf-v6-c-accordion--RowGap: var(--pf-t--global--spacer--xs);
205
205
  --pf-v6-c-accordion__item--BorderRadius: var(--pf-t--global--border--radius--200);
206
206
  --pf-v6-c-accordion__item--m-expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
207
- --pf-v6-c-accordion__toggle--ColumnGap: var(--pf-t--global--spacer--sm);
207
+ --pf-v6-c-accordion__toggle--ColumnGap: var(--pf-t--global--spacer--gap--text-to-element--default);
208
208
  --pf-v6-c-accordion__toggle--PaddingBlockStart: var(--pf-t--global--spacer--sm);
209
209
  --pf-v6-c-accordion__toggle--PaddingInlineEnd: var(--pf-t--global--spacer--md);
210
210
  --pf-v6-c-accordion__toggle--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
@@ -213,7 +213,7 @@
213
213
  --pf-v6-c-accordion__toggle--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
214
214
  --pf-v6-c-accordion__toggle--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
215
215
  --pf-v6-c-accordion__toggle--BorderRadius: var(--pf-t--global--border--radius--small);
216
- --pf-v6-c-accordion--m-toggle-start__toggle--ColumnGap: var(--pf-t--global--spacer--md);
216
+ --pf-v6-c-accordion--m-toggle-start__toggle--ColumnGap: var(--pf-t--global--spacer--gap--text-to-element--default);
217
217
  --pf-v6-c-accordion__toggle-text--Color: var(--pf-t--global--text--color--regular);
218
218
  --pf-v6-c-accordion__toggle-text--FontWeight: var(--pf-t--global--font--weight--body--default);
219
219
  --pf-v6-c-accordion__toggle--m-expanded__toggle-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
@@ -2012,7 +2012,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
2012
2012
  --pf-v6-c-calendar-month--PaddingInlineStart: var(--pf-t--global--spacer--lg);
2013
2013
  --pf-v6-c-calendar-month--FontSize: var(--pf-t--global--font--size--sm);
2014
2014
  --pf-v6-c-calendar-month__header--MarginBlockEnd: var(--pf-t--global--spacer--md);
2015
- --pf-v6-c-calendar-month__header--Gap: var(--pf-t--global--spacer--xs);
2015
+ --pf-v6-c-calendar-month__header--Gap: var(--pf-t--global--spacer--gap--control-to-control--default);
2016
2016
  --pf-v6-c-calendar-month__header-year--Width: 9ch;
2017
2017
  --pf-v6-c-calendar-month__header-nav-control--MarginInlineEnd: 0;
2018
2018
  --pf-v6-c-calendar-month__header-nav-control--MarginInlineStart: 0;
@@ -2232,7 +2232,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
2232
2232
  --pf-v6-c-card__footer--FontSize: var(--pf-t--global--font--size--body--default);
2233
2233
  --pf-v6-c-card__footer--Color: var(--pf-t--global--text--color--subtle);
2234
2234
  --pf-v6-c-card__actions--PaddingInlineStart: var(--pf-t--global--spacer--md);
2235
- --pf-v6-c-card__actions--Gap: var(--pf-t--global--spacer--sm);
2235
+ --pf-v6-c-card__actions--Gap: var(--pf-t--global--spacer--gap--action-to-action--default);
2236
2236
  --pf-v6-c-card__actions--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
2237
2237
  --pf-v6-c-card__actions--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
2238
2238
  --pf-v6-c-card__header-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
@@ -2546,7 +2546,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
2546
2546
 
2547
2547
  :root,
2548
2548
  .pf-v6-c-check {
2549
- --pf-v6-c-check--GridGap: var(--pf-t--global--spacer--sm) var(--pf-t--global--spacer--sm);
2549
+ --pf-v6-c-check--GridGap: var(--pf-t--global--spacer--gap--group--vertical) var(--pf-t--global--spacer--gap--text-to-element--default);
2550
2550
  --pf-v6-c-check--AccentColor: var(--pf-t--global--color--brand--default);
2551
2551
  --pf-v6-c-check--MinHeight: calc(var(--pf-v6-c-check__label--FontSize) * var(--pf-v6-c-check__label--LineHeight));
2552
2552
  --pf-v6-c-check__label--disabled--Color: var(--pf-t--global--text--color--disabled);
@@ -2641,12 +2641,12 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
2641
2641
  --pf-v6-c-clipboard-copy__expandable-content--BorderColor: var(--pf-t--global--border--color--default);
2642
2642
  --pf-v6-c-clipboard-copy__expandable-content--BorderRadius: var(--pf-t--global--border--radius--small);
2643
2643
  --pf-v6-c-clipboard-copy__expandable-content--OutlineOffset: var(--pf-t--global--spacer--xs);
2644
- --pf-v6-c-clipboard-copy__group--Gap: var(--pf-t--global--spacer--xs);
2644
+ --pf-v6-c-clipboard-copy__group--Gap: var(--pf-t--global--spacer--gap--control-to-control--default);
2645
2645
  --pf-v6-c-clipboard-copy--m-inline--PaddingInlineStart: var(--pf-t--global--spacer--xs);
2646
2646
  --pf-v6-c-clipboard-copy--m-inline--PaddingInlineEnd: var(--pf-t--global--spacer--xs);
2647
2647
  --pf-v6-c-clipboard-copy--m-inline--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
2648
- --pf-v6-c-clipboard-copy__actions--Gap: var(--pf-t--global--spacer--sm);
2649
- --pf-v6-c-clipboard-copy__actions--MarginInlineStart: var(--pf-t--global--spacer--xs);
2648
+ --pf-v6-c-clipboard-copy__actions--Gap: var(--pf-t--global--spacer--gap--action-to-action--plain);
2649
+ --pf-v6-c-clipboard-copy__actions--MarginInlineStart: var(--pf-t--global--spacer--gap--text-to-element--compact);
2650
2650
  --pf-v6-c-clipboard-copy__actions-item--button--Color: var(--pf-t--global--icon--color--subtle);
2651
2651
  --pf-v6-c-clipboard-copy__actions-item--button--hover--Color: var(--pf-t--global--icon--color--regular);
2652
2652
  --pf-v6-c-clipboard-copy__text--m-code--FontFamily: var(--pf-t--global--font--family--mono);
@@ -2778,7 +2778,7 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
2778
2778
  :root,
2779
2779
  .pf-v6-c-code-editor {
2780
2780
  --pf-v6-c-code-editor__controls--PaddingInlineStart: var(--pf-t--global--spacer--sm);
2781
- --pf-v6-c-code-editor__controls--Gap: var(--pf-t--global--spacer--xs);
2781
+ --pf-v6-c-code-editor__controls--Gap: var(--pf-t--global--spacer--gap--action-to-action--plain);
2782
2782
  --pf-v6-c-code-editor__header--before--BorderBlockEndWidth: var(--pf-t--global--border--width--box--default);
2783
2783
  --pf-v6-c-code-editor__header--before--BorderBlockEndColor: var(--pf-t--global--border--color--default);
2784
2784
  --pf-v6-c-code-editor__header-content--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
@@ -4060,18 +4060,18 @@ ul) {
4060
4060
 
4061
4061
  :root,
4062
4062
  .pf-v6-c-description-list {
4063
- --pf-v6-c-description-list--RowGap: var(--pf-t--global--spacer--lg);
4064
- --pf-v6-c-description-list--ColumnGap: var(--pf-t--global--spacer--lg);
4063
+ --pf-v6-c-description-list--RowGap: var(--pf-t--global--spacer--gap--group-to-group--vertical);
4064
+ --pf-v6-c-description-list--ColumnGap: var(--pf-t--global--spacer--gap--group-to-group--horizontal);
4065
4065
  --pf-v6-c-description-list--GridTemplateColumns--count: 1;
4066
4066
  --pf-v6-c-description-list--GridTemplateColumns--width: 1fr;
4067
4067
  --pf-v6-c-description-list--GridTemplateColumns--min: 0;
4068
- --pf-v6-c-description-list__group--RowGap: var(--pf-t--global--spacer--sm);
4069
- --pf-v6-c-description-list__group--ColumnGap: var(--pf-t--global--spacer--sm);
4068
+ --pf-v6-c-description-list__group--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
4069
+ --pf-v6-c-description-list__group--ColumnGap: var(--pf-t--global--spacer--gap--group--horizontal);
4070
4070
  --pf-v6-c-description-list__group--GridTemplateColumns: auto;
4071
4071
  --pf-v6-c-description-list__group--GridTemplateRows: auto 1fr;
4072
4072
  --pf-v6-c-description-list__group--GridColumn: auto;
4073
- --pf-v6-c-description-list--m-compact--RowGap: var(--pf-t--global--spacer--md);
4074
- --pf-v6-c-description-list--m-compact--ColumnGap: var(--pf-t--global--spacer--sm);
4073
+ --pf-v6-c-description-list--m-compact--RowGap: var(--pf-t--global--spacer--gap--group-to-group--vertical--compact);
4074
+ --pf-v6-c-description-list--m-compact--ColumnGap: var(--pf-t--global--spacer--gap--group-to-group--horizontal--compact);
4075
4075
  --pf-v6-c-description-list__term--Display: inline;
4076
4076
  --pf-v6-c-description-list__term--sm--Display: flex;
4077
4077
  --pf-v6-c-description-list__term--FontWeight: var(--pf-t--global--font--weight--body--bold);
@@ -4510,7 +4510,7 @@ ul) {
4510
4510
  --pf-v6-c-dual-list-selector__status-text--Color: var(--pf-t--global--text--color--subtle);
4511
4511
  --pf-v6-c-dual-list-selector__controls--PaddingInlineEnd: var(--pf-t--global--spacer--md);
4512
4512
  --pf-v6-c-dual-list-selector__controls--PaddingInlineStart: var(--pf-t--global--spacer--md);
4513
- --pf-v6-c-dual-list-selector__controls--Gap: var(--pf-t--global--spacer--sm);
4513
+ --pf-v6-c-dual-list-selector__controls--Gap: var(--pf-t--global--spacer--gap--action-to-action--plain);
4514
4514
  --pf-v6-c-dual-list-selector__controls--MarginBlockStart: var(--pf-t--global--spacer--md);
4515
4515
  --pf-v6-c-dual-list-selector__item-toggle--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
4516
4516
  --pf-v6-c-dual-list-selector__list__list__item-toggle--InsetInlineStart: 0;
@@ -5188,7 +5188,7 @@ ul) {
5188
5188
  --pf-v6-c-drawer--m-panel-bottom__panel--m-resizable--FlexDirection: column;
5189
5189
  --pf-v6-c-drawer--m-panel-bottom__panel--m-resizable--md--FlexBasis--min: 1.5rem;
5190
5190
  --pf-v6-c-drawer--m-panel-bottom__panel--m-resizable--MinHeight: 1.5rem;
5191
- --pf-v6-c-drawer__head--ColumnGap: var(--pf-t--global--spacer--sm);
5191
+ --pf-v6-c-drawer__head--ColumnGap: var(--pf-t--global--spacer--gap--text-to-element--default);
5192
5192
  --pf-v6-c-drawer__head--PaddingBlockStart: var(--pf-t--global--spacer--sm);
5193
5193
  --pf-v6-c-drawer__head--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
5194
5194
  --pf-v6-c-drawer__head--PaddingInlineStart: var(--pf-t--global--spacer--md);
@@ -6219,7 +6219,7 @@ ul) {
6219
6219
 
6220
6220
  :root,
6221
6221
  .pf-v6-c-file-upload {
6222
- --pf-v6-c-file-upload--RowGap: var(--pf-t--global--spacer--sm);
6222
+ --pf-v6-c-file-upload--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
6223
6223
  --pf-v6-c-file-upload--PaddingBlockStart: var(--pf-t--global--spacer--sm);
6224
6224
  --pf-v6-c-file-upload--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
6225
6225
  --pf-v6-c-file-upload--PaddingInlineStart: var(--pf-t--global--spacer--sm);
@@ -6277,11 +6277,11 @@ ul) {
6277
6277
 
6278
6278
  :root,
6279
6279
  .pf-v6-c-form {
6280
- --pf-v6-c-form--GridGap: var(--pf-t--global--spacer--lg);
6281
- --pf-v6-c-form__group--Gap: var(--pf-t--global--spacer--sm);
6280
+ --pf-v6-c-form--GridGap: var(--pf-t--global--spacer--gap--group-to-group--vertical);
6281
+ --pf-v6-c-form__group--Gap: var(--pf-t--global--spacer--gap--group--vertical);
6282
6282
  --pf-v6-c-form__group--m-action--MarginBlockStart: var(--pf-t--global--spacer--xl);
6283
6283
  --pf-v6-c-form--m-horizontal__group-label--md--GridColumnWidth: 9.375rem;
6284
- --pf-v6-c-form--m-horizontal__group-label--md--GridColumnGap: var(--pf-t--global--spacer--md);
6284
+ --pf-v6-c-form--m-horizontal__group-label--md--GridColumnGap: var(--pf-t--global--spacer--gap--group--horizontal);
6285
6285
  --pf-v6-c-form--m-horizontal__group-control--md--GridColumnWidth: 1fr;
6286
6286
  --pf-v6-c-form--m-limit-width--MaxWidth: 55rem;
6287
6287
  --pf-v6-c-form--m-horizontal__group-label--md--PaddingBlockStart: calc((((((var(--pf-t--global--font--size--body--default) * var(--pf-t--global--font--line-height--body)) + (2 * var(--pf-t--global--border--width--control--default))) - var(--pf-t--global--font--size--body--default)) / 2) + var(--pf-t--global--font--size--body--default)) - ((((var(--pf-t--global--font--size--body--sm) * var(--pf-t--global--font--line-height--body)) - var(--pf-t--global--font--size--body--sm)) / 2) + var(--pf-t--global--font--size--body--sm)) + var(--pf-t--global--border--width--control--default));
@@ -6298,13 +6298,12 @@ ul) {
6298
6298
  --pf-v6-c-form__label-required--FontSize: var(--pf-t--global--font--size--body--sm);
6299
6299
  --pf-v6-c-form__label-required--Color: var(--pf-t--global--color--status--danger--default);
6300
6300
  --pf-v6-c-form__group-label-help--FontSize: var(--pf-t--global--font--size--body--sm);
6301
- --pf-v6-c-form__group-label--m-info--Gap: var(--pf-t--global--spacer--sm);
6301
+ --pf-v6-c-form__group-label--m-info--Gap: var(--pf-t--global--spacer--gap--horizontal);
6302
6302
  --pf-v6-c-form__group-label-info--FontSize: var(--pf-t--global--font--size--body--sm);
6303
- --pf-v6-c-form--m-horizontal__group-label--m-info--Gap: var(--pf-t--global--spacer--sm);
6304
- --pf-v6-c-form__group-control--m-inline--child--MarginInlineEnd: var(--pf-t--global--spacer--lg);
6303
+ --pf-v6-c-form--m-horizontal__group-label--m-info--Gap: var(--pf-t--global--spacer--gap--group--vertical);
6304
+ --pf-v6-c-form__group-control--m-inline--Gap: var(--pf-t--global--spacer--gap--group--horizontal);
6305
6305
  --pf-v6-c-form__group-control__helper-text--MarginBlockEnd: var(--pf-t--global--spacer--xs);
6306
- --pf-v6-c-form__group-control--Gap: var(--pf-t--global--spacer--sm);
6307
- --pf-v6-c-form__group-control--m-stack--Gap: var(--pf-t--global--spacer--sm);
6306
+ --pf-v6-c-form__group-control--m-stack--Gap: var(--pf-t--global--spacer--gap--group--vertical);
6308
6307
  --pf-v6-c-form__group-control--m-stack__helper-text--MarginBlockStart: calc(var(--pf-v6-c-form__group-control--m-stack--Gap) * -1 + var(--pf-v6-c-form__helper-text--MarginBlockStart--base));
6309
6308
  --pf-v6-c-form__actions--child--MarginBlockStart: var(--pf-t--global--spacer--sm);
6310
6309
  --pf-v6-c-form__actions--child--MarginInlineEnd: var(--pf-t--global--spacer--sm);
@@ -6317,7 +6316,7 @@ ul) {
6317
6316
  --pf-v6-c-form__helper-text--MarginBlockStart--base: var(--pf-t--global--spacer--xs);
6318
6317
  --pf-v6-c-form__helper-text--MarginBlockStart: var(--pf-v6-c-form__helper-text--MarginBlockStart--base);
6319
6318
  --pf-v6-c-form__section--MarginBlockStart: var(--pf-t--global--spacer--xl);
6320
- --pf-v6-c-form__section--Gap: var(--pf-t--global--spacer--md);
6319
+ --pf-v6-c-form__section--Gap: var(--pf-v6-c-form--GridGap);
6321
6320
  --pf-v6-c-form__section-title--FontSize: var(--pf-t--global--font--size--heading--xs);
6322
6321
  --pf-v6-c-form__section-title--FontWeight: var(--pf-t--global--font--weight--heading--default);
6323
6322
  --pf-v6-c-form__section-title--MarginBlockEnd: calc(var(--pf-t--global--spacer--sm) * -1);
@@ -6645,12 +6644,7 @@ ul) {
6645
6644
  .pf-v6-c-form__group-control.pf-m-inline {
6646
6645
  display: flex;
6647
6646
  flex-flow: row wrap;
6648
- }
6649
- .pf-v6-c-form__group-control.pf-m-inline > * {
6650
- margin-inline-end: var(--pf-v6-c-form__group-control--m-inline--child--MarginInlineEnd);
6651
- }
6652
- .pf-v6-c-form__group-control.pf-m-inline > :last-child {
6653
- --pf-v6-c-form__group-control--m-inline--child--MarginInlineEnd: 0;
6647
+ gap: var(--pf-v6-c-form__group-control--m-inline--Gap);
6654
6648
  }
6655
6649
  .pf-v6-c-form__group-control.pf-m-stack {
6656
6650
  --pf-v6-c-form__helper-text--MarginBlockStart: var(--pf-v6-c-form__group-control--m-stack__helper-text--MarginBlockStart);
@@ -6798,7 +6792,7 @@ ul) {
6798
6792
 
6799
6793
  :root,
6800
6794
  .pf-v6-c-form-control {
6801
- --pf-v6-c-form-control--ColumnGap: var(--pf-t--global--spacer--sm);
6795
+ --pf-v6-c-form-control--ColumnGap: var(--pf-t--global--spacer--gap--text-to-element--default);
6802
6796
  --pf-v6-c-form-control--Color: var(--pf-t--global--text--color--regular);
6803
6797
  --pf-v6-c-form-control--FontSize: var(--pf-t--global--font--size--body--default);
6804
6798
  --pf-v6-c-form-control--LineHeight: var(--pf-t--global--font--line-height--body);
@@ -6863,7 +6857,7 @@ ul) {
6863
6857
  --pf-v6-c-form-control--m-success__icon--m-status--Color: var(--pf-t--global--icon--color--status--success--default);
6864
6858
  --pf-v6-c-form-control--m-warning__icon--m-status--Color: var(--pf-t--global--icon--color--status--warning--default);
6865
6859
  --pf-v6-c-form-control--m-error__icon--m-status--Color: var(--pf-t--global--icon--color--status--danger--default);
6866
- --pf-v6-c-form-control__utilities--Gap: var(--pf-t--global--spacer--sm);
6860
+ --pf-v6-c-form-control__utilities--Gap: var(--pf-t--global--spacer--gap--group--horizontal);
6867
6861
  --pf-v6-c-form-control__utilities--PaddingBlockStart: var(--pf-t--global--spacer--control--vertical--default);
6868
6862
  --pf-v6-c-form-control__utilities--PaddingInlineEnd: var(--pf-v6-c-form-control--inset--base);
6869
6863
  --pf-v6-c-form-control__toggle-icon--PaddingInlineEnd: var(--pf-v6-c-form-control--inset--base);
@@ -7557,7 +7551,7 @@ select ~ .pf-v6-c-form-control__utilities {
7557
7551
 
7558
7552
  :root,
7559
7553
  .pf-v6-c-input-group {
7560
- --pf-v6-c-input-group--Gap: var(--pf-t--global--spacer--xs);
7554
+ --pf-v6-c-input-group--Gap: var(--pf-t--global--spacer--gap--control-to-control--default);
7561
7555
  --pf-v6-c-input-group__item--offset: var(--pf-t--global--border--width--control--default);
7562
7556
  --pf-v6-c-input-group__item--BorderWidth--base: var(--pf-t--global--border--width--control--default);
7563
7557
  --pf-v6-c-input-group__item--BorderColor--base: var(--pf-t--global--border--color--default);
@@ -8040,7 +8034,7 @@ label.pf-v6-c-input-group__text {
8040
8034
  --pf-v6-c-label--m-compact--FontSize: var(--pf-t--global--font--size--body--sm);
8041
8035
  --pf-v6-c-label--m-compact--m-editable--TextUnderlineOffset: 0.0625rem;
8042
8036
  --pf-v6-c-label__content--MaxWidth: 100%;
8043
- --pf-v6-c-label__content--Gap: var(--pf-t--global--spacer--xs);
8037
+ --pf-v6-c-label__content--Gap: var(--pf-t--global--spacer--gap--text-to-element--compact);
8044
8038
  --pf-v6-c-label__content--Cursor: initial;
8045
8039
  --pf-v6-c-label__icon--FontSize: var(--pf-t--global--icon--size--font--body--sm);
8046
8040
  --pf-v6-c-label__text--MaxWidth: 100%;
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.0.0-prerelease.3",
4
+ "version": "6.0.0-prerelease.5",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -47,11 +47,11 @@
47
47
  "@commitlint/config-conventional": "^19.1.0",
48
48
  "@fortawesome/fontawesome": "^1.1.8",
49
49
  "@octokit/rest": "^20.1.0",
50
- "@patternfly/documentation-framework": "6.0.0-alpha.81",
50
+ "@patternfly/documentation-framework": "6.0.0-alpha.90",
51
51
  "@patternfly/patternfly-a11y": "4.3.1",
52
- "@patternfly/react-code-editor": "6.0.0-alpha.101",
53
- "@patternfly/react-core": "6.0.0-alpha.101",
54
- "@patternfly/react-table": "6.0.0-alpha.102",
52
+ "@patternfly/react-code-editor": "6.0.0-alpha.106",
53
+ "@patternfly/react-core": "6.0.0-alpha.106",
54
+ "@patternfly/react-table": "6.0.0-alpha.107",
55
55
  "@starptech/prettyhtml": "^0.10.0",
56
56
  "backstopjs": "^6.3.23",
57
57
  "cheerio": "^1.0.0-rc.12",