@patternfly/react-styles 6.1.0-prerelease.1 → 6.1.0-prerelease.3

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [6.1.0-prerelease.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.1.0-prerelease.2...@patternfly/react-styles@6.1.0-prerelease.3) (2024-11-20)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-styles
9
+
10
+ # [6.1.0-prerelease.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.1.0-prerelease.1...@patternfly/react-styles@6.1.0-prerelease.2) (2024-11-19)
11
+
12
+ **Note:** Version bump only for package @patternfly/react-styles
13
+
6
14
  # [6.1.0-prerelease.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.1.0-prerelease.0...@patternfly/react-styles@6.1.0-prerelease.1) (2024-11-13)
7
15
 
8
16
  ### Bug Fixes
@@ -36,6 +36,7 @@
36
36
  --pf-v6-c-content--h6--LineHeight: var(--pf-t--global--font--line-height--heading);
37
37
  --pf-v6-c-content--h6--FontSize: var(--pf-t--global--font--size--heading--h6);
38
38
  --pf-v6-c-content--h6--FontWeight: var(--pf-t--global--font--weight--heading--default);
39
+ --pf-v6-c-content--heading--m-page-title--FontWeight: var(--pf-t--global--font--weight--heading--bold);
39
40
  --pf-v6-c-content--small--MarginBlockEnd: var(--pf-t--global--spacer--md);
40
41
  --pf-v6-c-content--small--LineHeight: var(--pf-t--global--font--line-height--body);
41
42
  --pf-v6-c-content--small--FontSize: var(--pf-t--global--font--size--body--sm);
@@ -135,6 +136,14 @@
135
136
  .pf-v6-c-content--h6, .pf-v6-c-content h1, .pf-v6-c-content h2, .pf-v6-c-content h3, .pf-v6-c-content h4, .pf-v6-c-content h5, .pf-v6-c-content h6):last-child {
136
137
  margin-block-end: 0;
137
138
  }
139
+ :is(.pf-v6-c-content--h1,
140
+ .pf-v6-c-content--h2,
141
+ .pf-v6-c-content--h3,
142
+ .pf-v6-c-content--h4,
143
+ .pf-v6-c-content--h5,
144
+ .pf-v6-c-content--h6, .pf-v6-c-content h1, .pf-v6-c-content h2, .pf-v6-c-content h3, .pf-v6-c-content h4, .pf-v6-c-content h5, .pf-v6-c-content h6).pf-m-page-title {
145
+ font-weight: var(--pf-v6-c-content--heading--m-page-title--FontWeight);
146
+ }
138
147
 
139
148
  :is(.pf-v6-c-content--h1, .pf-v6-c-content h1) {
140
149
  margin-block-start: var(--pf-v6-c-content--h1--MarginBlockStart);
@@ -23,6 +23,7 @@ declare const _default: {
23
23
  "modifiers": {
24
24
  "editorial": "pf-m-editorial",
25
25
  "visited": "pf-m-visited",
26
+ "pageTitle": "pf-m-page-title",
26
27
  "plain": "pf-m-plain"
27
28
  }
28
29
  };
@@ -25,6 +25,7 @@ exports.default = {
25
25
  "modifiers": {
26
26
  "editorial": "pf-m-editorial",
27
27
  "visited": "pf-m-visited",
28
+ "pageTitle": "pf-m-page-title",
28
29
  "plain": "pf-m-plain"
29
30
  }
30
31
  };
@@ -23,6 +23,7 @@ export default {
23
23
  "modifiers": {
24
24
  "editorial": "pf-m-editorial",
25
25
  "visited": "pf-m-visited",
26
+ "pageTitle": "pf-m-page-title",
26
27
  "plain": "pf-m-plain"
27
28
  }
28
29
  };
@@ -503,6 +503,8 @@
503
503
  --pf-v6-c-data-list--m-compact__item-control--MarginInlineEnd: var(--pf-t--global--spacer--md);
504
504
  --pf-v6-c-data-list--m-compact__item-action--PaddingBlockStart: var(--pf-t--global--spacer--sm);
505
505
  --pf-v6-c-data-list--m-compact__item-action--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
506
+ --pf-v6-c-data-list--m-compact__item-action--PaddingBlockStart--offset: var(--pf-t--global--spacer--control--vertical--compact);
507
+ --pf-v6-c-data-list--m-compact__item-action--PaddingBlockEnd--offset: var(--pf-t--global--spacer--control--vertical--compact);
506
508
  --pf-v6-c-data-list--m-compact__item-action--MarginInlineStart: var(--pf-t--global--spacer--md);
507
509
  --pf-v6-c-data-list--m-compact__item-content--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
508
510
  --pf-v6-c-data-list--m-compact__item-draggable-button--MarginBlockStart: calc(var(--pf-t--global--spacer--sm) * -1);
@@ -556,6 +558,10 @@
556
558
  .pf-v6-c-data-list.pf-m-compact .pf-v6-c-data-list__check {
557
559
  font-size: var(--pf-v6-c-data-list--m-compact__check--FontSize);
558
560
  }
561
+ .pf-v6-c-data-list.pf-m-compact .pf-v6-c-data-list__item-action {
562
+ padding-block-start: calc(var(--pf-v6-c-data-list--m-compact__item-action--PaddingBlockStart) - var(--pf-v6-c-data-list--m-compact__item-action--PaddingBlockStart--offset));
563
+ padding-block-end: calc(var(--pf-v6-c-data-list--m-compact__item-action--PaddingBlockEnd) - var(--pf-v6-c-data-list--m-compact__item-action--PaddingBlockEnd--offset));
564
+ }
559
565
  .pf-v6-c-data-list.pf-m-drag-over {
560
566
  overflow-anchor: none;
561
567
  }
@@ -1,16 +1,22 @@
1
1
  .pf-v6-c-label-group {
2
2
  --pf-v6-c-label-group--RowGap: var(--pf-t--global--spacer--sm);
3
3
  --pf-v6-c-label-group--ColumnGap: var(--pf-t--global--spacer--xs);
4
+ --pf-v6-c-label-group--MaxWidth: 100%;
4
5
  --pf-v6-c-label-group--m-vertical--RowGap: var(--pf-t--global--spacer--sm);
5
6
  --pf-v6-c-label-group--m-vertical--ColumnGap: var(--pf-t--global--spacer--sm);
6
7
  --pf-v6-c-label-group__main--RowGap: var(--pf-t--global--spacer--xs);
7
8
  --pf-v6-c-label-group__main--ColumnGap: var(--pf-t--global--spacer--sm);
9
+ --pf-v6-c-label-group__main--MaxWidth: 100%;
10
+ --pf-v6-c-label-group__main--MinWidth: 0;
8
11
  --pf-v6-c-label-group--m-vertical__main--RowGap: var(--pf-t--global--spacer--sm);
9
12
  --pf-v6-c-label-group--m-vertical__main--ColumnGap: var(--pf-t--global--spacer--xs);
10
13
  --pf-v6-c-label-group__list--RowGap: var(--pf-t--global--spacer--xs);
11
14
  --pf-v6-c-label-group__list--ColumnGap: var(--pf-t--global--spacer--xs);
15
+ --pf-v6-c-label-group__list--MaxWidth: 100%;
16
+ --pf-v6-c-label-group__list--MinWidth: 0;
12
17
  --pf-v6-c-label-group--m-vertical__list--RowGap: var(--pf-t--global--spacer--xs);
13
18
  --pf-v6-c-label-group--m-vertical__list--ColumnGap: var(--pf-t--global--spacer--xs);
19
+ --pf-v6-c-label-group__list-item--MaxWidth: 100%;
14
20
  --pf-v6-c-label-group--m-category--PaddingBlockStart: var(--pf-t--global--spacer--xs);
15
21
  --pf-v6-c-label-group--m-category--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
16
22
  --pf-v6-c-label-group--m-category--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
@@ -37,6 +43,7 @@
37
43
  row-gap: var(--pf-v6-c-label-group--RowGap);
38
44
  column-gap: var(--pf-v6-c-label-group--ColumnGap);
39
45
  align-items: center;
46
+ max-width: var(--pf-v6-c-label-group--MaxWidth);
40
47
  }
41
48
  .pf-v6-c-label-group.pf-m-category {
42
49
  padding-block-start: var(--pf-v6-c-label-group--m-category--PaddingBlockStart);
@@ -62,9 +69,11 @@
62
69
  .pf-v6-c-label-group.pf-m-vertical .pf-v6-c-label-group__list {
63
70
  flex-direction: column;
64
71
  align-items: flex-start;
72
+ max-width: var(--pf-v6-c-label-group__list--MaxWidth);
65
73
  }
66
74
  .pf-v6-c-label-group.pf-m-vertical .pf-v6-c-label-group__main {
67
75
  flex-direction: column;
76
+ min-width: var(--pf-v6-c-label-group__main--MinWidth);
68
77
  }
69
78
  .pf-v6-c-label-group.pf-m-editable,
70
79
  .pf-v6-c-label-group.pf-m-editable .pf-v6-c-label-group__main,
@@ -85,6 +94,7 @@
85
94
  row-gap: var(--pf-v6-c-label-group__main--RowGap);
86
95
  column-gap: var(--pf-v6-c-label-group__main--ColumnGap);
87
96
  align-items: baseline;
97
+ min-width: var(--pf-v6-c-label-group__main--MinWidth);
88
98
  }
89
99
 
90
100
  .pf-v6-c-label-group__list {
@@ -92,10 +102,12 @@
92
102
  flex-wrap: wrap;
93
103
  row-gap: var(--pf-v6-c-label-group__list--RowGap);
94
104
  column-gap: var(--pf-v6-c-label-group__list--ColumnGap);
105
+ min-width: var(--pf-v6-c-label-group__list--MinWidth);
95
106
  }
96
107
 
97
108
  .pf-v6-c-label-group__list-item {
98
109
  display: inline-flex;
110
+ max-width: var(--pf-v6-c-label-group__list-item--MaxWidth);
99
111
  }
100
112
 
101
113
  .pf-v6-c-label-group__label {
@@ -4,6 +4,7 @@
4
4
  --pf-v6-c-label--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
5
5
  --pf-v6-c-label--PaddingInlineStart: var(--pf-t--global--spacer--sm);
6
6
  --pf-v6-c-label--MaxWidth: 100%;
7
+ --pf-v6-c-label--MinWidth: 3em;
7
8
  --pf-v6-c-label--BorderWidth: 0;
8
9
  --pf-v6-c-label--BorderColor: transparent;
9
10
  --pf-v6-c-label--BorderRadius: var(--pf-t--global--border--radius--pill);
@@ -193,6 +194,7 @@
193
194
 
194
195
  .pf-v6-c-label {
195
196
  position: relative;
197
+ min-width: var(--pf-v6-c-label--MinWidth);
196
198
  max-width: var(--pf-v6-c-label--MaxWidth);
197
199
  padding-block-start: var(--pf-v6-c-label--PaddingBlockStart);
198
200
  padding-block-end: var(--pf-v6-c-label--PaddingBlockEnd);
@@ -383,13 +383,6 @@
383
383
  flex-wrap: nowrap;
384
384
  }
385
385
 
386
- .pf-v6-c-menu-toggle__controls,
387
- .pf-v6-c-menu-toggle__toggle-icon {
388
- display: flex;
389
- align-items: center;
390
- justify-content: center;
391
- }
392
-
393
386
  .pf-v6-c-menu-toggle__icon {
394
387
  flex-shrink: 0;
395
388
  }
@@ -401,7 +394,10 @@
401
394
  }
402
395
 
403
396
  .pf-v6-c-menu-toggle__controls {
397
+ display: flex;
404
398
  gap: var(--pf-v6-c-menu-toggle__controls--Gap);
399
+ align-items: center;
400
+ justify-content: center;
405
401
  margin-inline-start: auto;
406
402
  }
407
403
 
@@ -526,6 +526,7 @@
526
526
  .pf-v6-c-table .pf-v6-c-table__draggable {
527
527
  --pf-v6-c-table--cell--MinWidth: 0;
528
528
  --pf-v6-c-table--cell--Width: 1%;
529
+ max-width: none;
529
530
  }
530
531
 
531
532
  .pf-v6-c-table .pf-v6-c-table__favorite {
@@ -36,6 +36,7 @@
36
36
  --pf-v6-c-title--m-h6--LineHeight: var(--pf-t--global--font--line-height--heading);
37
37
  --pf-v6-c-title--m-h6--FontSize: var(--pf-t--global--font--size--heading--h6);
38
38
  --pf-v6-c-title--m-h6--FontWeight: var(--pf-t--global--font--weight--heading--default);
39
+ --pf-v6-c-title--m-page-title--FontWeight: var(--pf-t--global--font--weight--heading--bold);
39
40
  }
40
41
 
41
42
  .pf-v6-c-title {
@@ -101,4 +102,7 @@
101
102
  font-size: var(--pf-v6-c-title--m-h6--FontSize);
102
103
  font-weight: var(--pf-v6-c-title--m-h6--FontWeight);
103
104
  line-height: var(--pf-v6-c-title--m-h6--LineHeight);
105
+ }
106
+ .pf-v6-c-title.pf-m-page-title {
107
+ font-weight: var(--pf-v6-c-title--m-page-title--FontWeight);
104
108
  }
@@ -12,7 +12,8 @@ declare const _default: {
12
12
  "h3": "pf-m-h3",
13
13
  "h4": "pf-m-h4",
14
14
  "h5": "pf-m-h5",
15
- "h6": "pf-m-h6"
15
+ "h6": "pf-m-h6",
16
+ "pageTitle": "pf-m-page-title"
16
17
  },
17
18
  "title": "pf-v6-c-title"
18
19
  };
@@ -14,7 +14,8 @@ exports.default = {
14
14
  "h3": "pf-m-h3",
15
15
  "h4": "pf-m-h4",
16
16
  "h5": "pf-m-h5",
17
- "h6": "pf-m-h6"
17
+ "h6": "pf-m-h6",
18
+ "pageTitle": "pf-m-page-title"
18
19
  },
19
20
  "title": "pf-v6-c-title"
20
21
  };
@@ -12,7 +12,8 @@ export default {
12
12
  "h3": "pf-m-h3",
13
13
  "h4": "pf-m-h4",
14
14
  "h5": "pf-m-h5",
15
- "h6": "pf-m-h6"
15
+ "h6": "pf-m-h6",
16
+ "pageTitle": "pf-m-page-title"
16
17
  },
17
18
  "title": "pf-v6-c-title"
18
19
  };
@@ -82,7 +82,7 @@
82
82
  --pf-v6-c-wizard__toggle-separator--Color: var(--pf-t--global--border--color--default);
83
83
  --pf-v6-c-wizard__toggle-icon--LineHeight: var(--pf-t--global--font--line-height--body);
84
84
  --pf-v6-c-wizard__toggle--m-expanded__toggle-icon--Rotate: 180deg;
85
- --pf-v6-c-wizard__nav--ZIndex: var(--pf-t--global--z-index--xs);
85
+ --pf-v6-c-wizard__nav--ZIndex: var(--pf-t--global--z-index--sm);
86
86
  --pf-v6-c-wizard__nav--BackgroundColor: var(--pf-t--global--background--color--primary--default);
87
87
  --pf-v6-c-wizard__nav--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
88
88
  --pf-v6-c-wizard__nav--Width: 100%;
@@ -2982,6 +2982,7 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
2982
2982
  --pf-v6-c-content--h6--LineHeight: var(--pf-t--global--font--line-height--heading);
2983
2983
  --pf-v6-c-content--h6--FontSize: var(--pf-t--global--font--size--heading--h6);
2984
2984
  --pf-v6-c-content--h6--FontWeight: var(--pf-t--global--font--weight--heading--default);
2985
+ --pf-v6-c-content--heading--m-page-title--FontWeight: var(--pf-t--global--font--weight--heading--bold);
2985
2986
  --pf-v6-c-content--small--MarginBlockEnd: var(--pf-t--global--spacer--md);
2986
2987
  --pf-v6-c-content--small--LineHeight: var(--pf-t--global--font--line-height--body);
2987
2988
  --pf-v6-c-content--small--FontSize: var(--pf-t--global--font--size--body--sm);
@@ -3081,6 +3082,14 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
3081
3082
  .pf-v6-c-content--h6, .pf-v6-c-content h1, .pf-v6-c-content h2, .pf-v6-c-content h3, .pf-v6-c-content h4, .pf-v6-c-content h5, .pf-v6-c-content h6):last-child {
3082
3083
  margin-block-end: 0;
3083
3084
  }
3085
+ :is(.pf-v6-c-content--h1,
3086
+ .pf-v6-c-content--h2,
3087
+ .pf-v6-c-content--h3,
3088
+ .pf-v6-c-content--h4,
3089
+ .pf-v6-c-content--h5,
3090
+ .pf-v6-c-content--h6, .pf-v6-c-content h1, .pf-v6-c-content h2, .pf-v6-c-content h3, .pf-v6-c-content h4, .pf-v6-c-content h5, .pf-v6-c-content h6).pf-m-page-title {
3091
+ font-weight: var(--pf-v6-c-content--heading--m-page-title--FontWeight);
3092
+ }
3084
3093
 
3085
3094
  :is(.pf-v6-c-content--h1, .pf-v6-c-content h1) {
3086
3095
  margin-block-start: var(--pf-v6-c-content--h1--MarginBlockStart);
@@ -3719,6 +3728,8 @@ ul) {
3719
3728
  --pf-v6-c-data-list--m-compact__item-control--MarginInlineEnd: var(--pf-t--global--spacer--md);
3720
3729
  --pf-v6-c-data-list--m-compact__item-action--PaddingBlockStart: var(--pf-t--global--spacer--sm);
3721
3730
  --pf-v6-c-data-list--m-compact__item-action--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
3731
+ --pf-v6-c-data-list--m-compact__item-action--PaddingBlockStart--offset: var(--pf-t--global--spacer--control--vertical--compact);
3732
+ --pf-v6-c-data-list--m-compact__item-action--PaddingBlockEnd--offset: var(--pf-t--global--spacer--control--vertical--compact);
3722
3733
  --pf-v6-c-data-list--m-compact__item-action--MarginInlineStart: var(--pf-t--global--spacer--md);
3723
3734
  --pf-v6-c-data-list--m-compact__item-content--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
3724
3735
  --pf-v6-c-data-list--m-compact__item-draggable-button--MarginBlockStart: calc(var(--pf-t--global--spacer--sm) * -1);
@@ -3772,6 +3783,10 @@ ul) {
3772
3783
  .pf-v6-c-data-list.pf-m-compact .pf-v6-c-data-list__check {
3773
3784
  font-size: var(--pf-v6-c-data-list--m-compact__check--FontSize);
3774
3785
  }
3786
+ .pf-v6-c-data-list.pf-m-compact .pf-v6-c-data-list__item-action {
3787
+ padding-block-start: calc(var(--pf-v6-c-data-list--m-compact__item-action--PaddingBlockStart) - var(--pf-v6-c-data-list--m-compact__item-action--PaddingBlockStart--offset));
3788
+ padding-block-end: calc(var(--pf-v6-c-data-list--m-compact__item-action--PaddingBlockEnd) - var(--pf-v6-c-data-list--m-compact__item-action--PaddingBlockEnd--offset));
3789
+ }
3775
3790
  .pf-v6-c-data-list.pf-m-drag-over {
3776
3791
  overflow-anchor: none;
3777
3792
  }
@@ -7851,6 +7866,7 @@ label.pf-v6-c-input-group__text {
7851
7866
  --pf-v6-c-label--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
7852
7867
  --pf-v6-c-label--PaddingInlineStart: var(--pf-t--global--spacer--sm);
7853
7868
  --pf-v6-c-label--MaxWidth: 100%;
7869
+ --pf-v6-c-label--MinWidth: 3em;
7854
7870
  --pf-v6-c-label--BorderWidth: 0;
7855
7871
  --pf-v6-c-label--BorderColor: transparent;
7856
7872
  --pf-v6-c-label--BorderRadius: var(--pf-t--global--border--radius--pill);
@@ -8040,6 +8056,7 @@ label.pf-v6-c-input-group__text {
8040
8056
 
8041
8057
  .pf-v6-c-label {
8042
8058
  position: relative;
8059
+ min-width: var(--pf-v6-c-label--MinWidth);
8043
8060
  max-width: var(--pf-v6-c-label--MaxWidth);
8044
8061
  padding-block-start: var(--pf-v6-c-label--PaddingBlockStart);
8045
8062
  padding-block-end: var(--pf-v6-c-label--PaddingBlockEnd);
@@ -8342,16 +8359,22 @@ input.pf-v6-c-label__content {
8342
8359
  .pf-v6-c-label-group {
8343
8360
  --pf-v6-c-label-group--RowGap: var(--pf-t--global--spacer--sm);
8344
8361
  --pf-v6-c-label-group--ColumnGap: var(--pf-t--global--spacer--xs);
8362
+ --pf-v6-c-label-group--MaxWidth: 100%;
8345
8363
  --pf-v6-c-label-group--m-vertical--RowGap: var(--pf-t--global--spacer--sm);
8346
8364
  --pf-v6-c-label-group--m-vertical--ColumnGap: var(--pf-t--global--spacer--sm);
8347
8365
  --pf-v6-c-label-group__main--RowGap: var(--pf-t--global--spacer--xs);
8348
8366
  --pf-v6-c-label-group__main--ColumnGap: var(--pf-t--global--spacer--sm);
8367
+ --pf-v6-c-label-group__main--MaxWidth: 100%;
8368
+ --pf-v6-c-label-group__main--MinWidth: 0;
8349
8369
  --pf-v6-c-label-group--m-vertical__main--RowGap: var(--pf-t--global--spacer--sm);
8350
8370
  --pf-v6-c-label-group--m-vertical__main--ColumnGap: var(--pf-t--global--spacer--xs);
8351
8371
  --pf-v6-c-label-group__list--RowGap: var(--pf-t--global--spacer--xs);
8352
8372
  --pf-v6-c-label-group__list--ColumnGap: var(--pf-t--global--spacer--xs);
8373
+ --pf-v6-c-label-group__list--MaxWidth: 100%;
8374
+ --pf-v6-c-label-group__list--MinWidth: 0;
8353
8375
  --pf-v6-c-label-group--m-vertical__list--RowGap: var(--pf-t--global--spacer--xs);
8354
8376
  --pf-v6-c-label-group--m-vertical__list--ColumnGap: var(--pf-t--global--spacer--xs);
8377
+ --pf-v6-c-label-group__list-item--MaxWidth: 100%;
8355
8378
  --pf-v6-c-label-group--m-category--PaddingBlockStart: var(--pf-t--global--spacer--xs);
8356
8379
  --pf-v6-c-label-group--m-category--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
8357
8380
  --pf-v6-c-label-group--m-category--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
@@ -8378,6 +8401,7 @@ input.pf-v6-c-label__content {
8378
8401
  row-gap: var(--pf-v6-c-label-group--RowGap);
8379
8402
  column-gap: var(--pf-v6-c-label-group--ColumnGap);
8380
8403
  align-items: center;
8404
+ max-width: var(--pf-v6-c-label-group--MaxWidth);
8381
8405
  }
8382
8406
  .pf-v6-c-label-group.pf-m-category {
8383
8407
  padding-block-start: var(--pf-v6-c-label-group--m-category--PaddingBlockStart);
@@ -8403,9 +8427,11 @@ input.pf-v6-c-label__content {
8403
8427
  .pf-v6-c-label-group.pf-m-vertical .pf-v6-c-label-group__list {
8404
8428
  flex-direction: column;
8405
8429
  align-items: flex-start;
8430
+ max-width: var(--pf-v6-c-label-group__list--MaxWidth);
8406
8431
  }
8407
8432
  .pf-v6-c-label-group.pf-m-vertical .pf-v6-c-label-group__main {
8408
8433
  flex-direction: column;
8434
+ min-width: var(--pf-v6-c-label-group__main--MinWidth);
8409
8435
  }
8410
8436
  .pf-v6-c-label-group.pf-m-editable,
8411
8437
  .pf-v6-c-label-group.pf-m-editable .pf-v6-c-label-group__main,
@@ -8426,6 +8452,7 @@ input.pf-v6-c-label__content {
8426
8452
  row-gap: var(--pf-v6-c-label-group__main--RowGap);
8427
8453
  column-gap: var(--pf-v6-c-label-group__main--ColumnGap);
8428
8454
  align-items: baseline;
8455
+ min-width: var(--pf-v6-c-label-group__main--MinWidth);
8429
8456
  }
8430
8457
 
8431
8458
  .pf-v6-c-label-group__list {
@@ -8433,10 +8460,12 @@ input.pf-v6-c-label__content {
8433
8460
  flex-wrap: wrap;
8434
8461
  row-gap: var(--pf-v6-c-label-group__list--RowGap);
8435
8462
  column-gap: var(--pf-v6-c-label-group__list--ColumnGap);
8463
+ min-width: var(--pf-v6-c-label-group__list--MinWidth);
8436
8464
  }
8437
8465
 
8438
8466
  .pf-v6-c-label-group__list-item {
8439
8467
  display: inline-flex;
8468
+ max-width: var(--pf-v6-c-label-group__list-item--MaxWidth);
8440
8469
  }
8441
8470
 
8442
8471
  .pf-v6-c-label-group__label {
@@ -10298,13 +10327,6 @@ ul.pf-v6-c-list {
10298
10327
  flex-wrap: nowrap;
10299
10328
  }
10300
10329
 
10301
- .pf-v6-c-menu-toggle__controls,
10302
- .pf-v6-c-menu-toggle__toggle-icon {
10303
- display: flex;
10304
- align-items: center;
10305
- justify-content: center;
10306
- }
10307
-
10308
10330
  .pf-v6-c-menu-toggle__icon {
10309
10331
  flex-shrink: 0;
10310
10332
  }
@@ -10316,7 +10338,10 @@ ul.pf-v6-c-list {
10316
10338
  }
10317
10339
 
10318
10340
  .pf-v6-c-menu-toggle__controls {
10341
+ display: flex;
10319
10342
  gap: var(--pf-v6-c-menu-toggle__controls--Gap);
10343
+ align-items: center;
10344
+ justify-content: center;
10320
10345
  margin-inline-start: auto;
10321
10346
  }
10322
10347
 
@@ -16682,6 +16707,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
16682
16707
  .pf-v6-c-table .pf-v6-c-table__draggable {
16683
16708
  --pf-v6-c-table--cell--MinWidth: 0;
16684
16709
  --pf-v6-c-table--cell--Width: 1%;
16710
+ max-width: none;
16685
16711
  }
16686
16712
 
16687
16713
  .pf-v6-c-table .pf-v6-c-table__favorite {
@@ -19087,6 +19113,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
19087
19113
  --pf-v6-c-title--m-h6--LineHeight: var(--pf-t--global--font--line-height--heading);
19088
19114
  --pf-v6-c-title--m-h6--FontSize: var(--pf-t--global--font--size--heading--h6);
19089
19115
  --pf-v6-c-title--m-h6--FontWeight: var(--pf-t--global--font--weight--heading--default);
19116
+ --pf-v6-c-title--m-page-title--FontWeight: var(--pf-t--global--font--weight--heading--bold);
19090
19117
  }
19091
19118
 
19092
19119
  .pf-v6-c-title {
@@ -19153,6 +19180,9 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
19153
19180
  font-weight: var(--pf-v6-c-title--m-h6--FontWeight);
19154
19181
  line-height: var(--pf-v6-c-title--m-h6--LineHeight);
19155
19182
  }
19183
+ .pf-v6-c-title.pf-m-page-title {
19184
+ font-weight: var(--pf-v6-c-title--m-page-title--FontWeight);
19185
+ }
19156
19186
 
19157
19187
  .pf-v6-c-toggle-group {
19158
19188
  --pf-v6-c-toggle-group__button--PaddingBlockStart: var(--pf-t--global--spacer--sm);
@@ -21924,7 +21954,7 @@ label.pf-v6-c-tree-view__node-text {
21924
21954
  --pf-v6-c-wizard__toggle-separator--Color: var(--pf-t--global--border--color--default);
21925
21955
  --pf-v6-c-wizard__toggle-icon--LineHeight: var(--pf-t--global--font--line-height--body);
21926
21956
  --pf-v6-c-wizard__toggle--m-expanded__toggle-icon--Rotate: 180deg;
21927
- --pf-v6-c-wizard__nav--ZIndex: var(--pf-t--global--z-index--xs);
21957
+ --pf-v6-c-wizard__nav--ZIndex: var(--pf-t--global--z-index--sm);
21928
21958
  --pf-v6-c-wizard__nav--BackgroundColor: var(--pf-t--global--background--color--primary--default);
21929
21959
  --pf-v6-c-wizard__nav--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
21930
21960
  --pf-v6-c-wizard__nav--Width: 100%;
@@ -413,6 +413,7 @@ declare const _default: {
413
413
  "dragHover": "pf-m-drag-hover",
414
414
  "editorial": "pf-m-editorial",
415
415
  "visited": "pf-m-visited",
416
+ "pageTitle": "pf-m-page-title",
416
417
  "icon": "pf-m-icon",
417
418
  "alignRight": "pf-m-align-right",
418
419
  "flex_2": "pf-m-flex-2",
@@ -415,6 +415,7 @@ exports.default = {
415
415
  "dragHover": "pf-m-drag-hover",
416
416
  "editorial": "pf-m-editorial",
417
417
  "visited": "pf-m-visited",
418
+ "pageTitle": "pf-m-page-title",
418
419
  "icon": "pf-m-icon",
419
420
  "alignRight": "pf-m-align-right",
420
421
  "flex_2": "pf-m-flex-2",
@@ -413,6 +413,7 @@ export default {
413
413
  "dragHover": "pf-m-drag-hover",
414
414
  "editorial": "pf-m-editorial",
415
415
  "visited": "pf-m-visited",
416
+ "pageTitle": "pf-m-page-title",
416
417
  "icon": "pf-m-icon",
417
418
  "alignRight": "pf-m-align-right",
418
419
  "flex_2": "pf-m-flex-2",
@@ -11,3 +11,15 @@
11
11
  #ws-core-c-label-overflow .pf-v6-c-label {
12
12
  margin: 4px;
13
13
  }
14
+
15
+ #ws-core-c-label-labels-with-truncation .ws-preview-html {
16
+ max-width: 320px;
17
+ }
18
+
19
+ .pf-v6-c-label-truncate--example {
20
+ max-width: 100%;
21
+ padding: var(--pf-t--global--spacer--sm);
22
+ overflow: auto;
23
+ resize: horizontal;
24
+ border: var(--pf-t--global--border--width--box--default) solid var(--pf-t--global--border--color--default);
25
+ }
@@ -1,6 +1,7 @@
1
1
  import './Label.css';
2
2
  declare const _default: {
3
3
  "label": "pf-v6-c-label",
4
+ "labelTruncateExample": "pf-v6-c-label-truncate--example",
4
5
  "wsPreviewHtml": "ws-preview-html"
5
6
  };
6
7
  export default _default;
@@ -3,5 +3,6 @@ exports.__esModule = true;
3
3
  require('./Label.css');
4
4
  exports.default = {
5
5
  "label": "pf-v6-c-label",
6
+ "labelTruncateExample": "pf-v6-c-label-truncate--example",
6
7
  "wsPreviewHtml": "ws-preview-html"
7
8
  };
@@ -1,5 +1,6 @@
1
1
  import './Label.css';
2
2
  export default {
3
3
  "label": "pf-v6-c-label",
4
+ "labelTruncateExample": "pf-v6-c-label-truncate--example",
4
5
  "wsPreviewHtml": "ws-preview-html"
5
6
  };
@@ -3,8 +3,7 @@
3
3
  flex-wrap: wrap;
4
4
  min-height: 160px;
5
5
  }
6
- .ws-core-l-level .pf-v6-l-level__item,
7
- .ws-core-l-level .pf-v6-l-level {
6
+ .ws-core-l-level :is(.pf-v6-l-level, .pf-v6-l-level__item, .pf-v6-l-level > *) {
8
7
  padding: var(--pf-t--global--spacer--sm);
9
8
  border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
10
9
  }
@@ -1,5 +1,4 @@
1
- .ws-core-l-split .pf-v6-l-split,
2
- .ws-core-l-split .pf-v6-l-split__item {
1
+ .ws-core-l-split :is(.pf-v6-l-split, .pf-v6-l-split__item, .pf-v6-l-split > *) {
3
2
  padding: var(--pf-t--global--spacer--sm);
4
3
  border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
5
4
  }
@@ -1,5 +1,4 @@
1
- .ws-core-l-stack .pf-v6-l-stack,
2
- .ws-core-l-stack .pf-v6-l-stack__item {
1
+ .ws-core-l-stack :is(.pf-v6-l-stack, .pf-v6-l-stack__item, .pf-v6-l-stack > *) {
3
2
  padding: var(--pf-t--global--spacer--sm);
4
3
  border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
5
4
  }
@@ -10,8 +10,7 @@
10
10
  .pf-v6-l-split.pf-m-wrap {
11
11
  flex-wrap: wrap;
12
12
  }
13
-
14
- .pf-v6-l-split__item.pf-m-fill {
13
+ .pf-v6-l-split__item.pf-m-fill, .pf-v6-l-split > .pf-m-fill {
15
14
  flex-grow: 1;
16
15
  }
17
16
 
@@ -7,8 +7,7 @@
7
7
  flex-direction: column;
8
8
  height: 100%;
9
9
  }
10
-
11
- .pf-v6-l-stack__item.pf-m-fill {
10
+ .pf-v6-l-stack__item.pf-m-fill, .pf-v6-l-stack > .pf-m-fill {
12
11
  flex-grow: 1;
13
12
  }
14
13
 
@@ -3426,8 +3426,7 @@
3426
3426
  .pf-v6-l-split.pf-m-wrap {
3427
3427
  flex-wrap: wrap;
3428
3428
  }
3429
-
3430
- .pf-v6-l-split__item.pf-m-fill {
3429
+ .pf-v6-l-split__item.pf-m-fill, .pf-v6-l-split > .pf-m-fill {
3431
3430
  flex-grow: 1;
3432
3431
  }
3433
3432
 
@@ -3444,8 +3443,7 @@
3444
3443
  flex-direction: column;
3445
3444
  height: 100%;
3446
3445
  }
3447
-
3448
- .pf-v6-l-stack__item.pf-m-fill {
3446
+ .pf-v6-l-stack__item.pf-m-fill, .pf-v6-l-stack > .pf-m-fill {
3449
3447
  flex-grow: 1;
3450
3448
  }
3451
3449
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "6.1.0-prerelease.1",
3
+ "version": "6.1.0-prerelease.3",
4
4
  "main": "dist/js/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -19,10 +19,10 @@
19
19
  "clean": "rimraf dist css"
20
20
  },
21
21
  "devDependencies": {
22
- "@patternfly/patternfly": "6.1.0-prerelease.2",
22
+ "@patternfly/patternfly": "6.1.0-prerelease.5",
23
23
  "change-case": "^5.4.4",
24
24
  "fs-extra": "^11.2.0"
25
25
  },
26
26
  "license": "MIT",
27
- "gitHead": "9122c84d11bc44a8af15969c6f5f7f2de011122c"
27
+ "gitHead": "0f9245023fb9bdf860c9eee91b6fe160b6c261c5"
28
28
  }