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

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,10 @@
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.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)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-styles
9
+
6
10
  # [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
11
 
8
12
  ### 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
  };
@@ -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);
@@ -7851,6 +7860,7 @@ label.pf-v6-c-input-group__text {
7851
7860
  --pf-v6-c-label--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
7852
7861
  --pf-v6-c-label--PaddingInlineStart: var(--pf-t--global--spacer--sm);
7853
7862
  --pf-v6-c-label--MaxWidth: 100%;
7863
+ --pf-v6-c-label--MinWidth: 3em;
7854
7864
  --pf-v6-c-label--BorderWidth: 0;
7855
7865
  --pf-v6-c-label--BorderColor: transparent;
7856
7866
  --pf-v6-c-label--BorderRadius: var(--pf-t--global--border--radius--pill);
@@ -8040,6 +8050,7 @@ label.pf-v6-c-input-group__text {
8040
8050
 
8041
8051
  .pf-v6-c-label {
8042
8052
  position: relative;
8053
+ min-width: var(--pf-v6-c-label--MinWidth);
8043
8054
  max-width: var(--pf-v6-c-label--MaxWidth);
8044
8055
  padding-block-start: var(--pf-v6-c-label--PaddingBlockStart);
8045
8056
  padding-block-end: var(--pf-v6-c-label--PaddingBlockEnd);
@@ -8342,16 +8353,22 @@ input.pf-v6-c-label__content {
8342
8353
  .pf-v6-c-label-group {
8343
8354
  --pf-v6-c-label-group--RowGap: var(--pf-t--global--spacer--sm);
8344
8355
  --pf-v6-c-label-group--ColumnGap: var(--pf-t--global--spacer--xs);
8356
+ --pf-v6-c-label-group--MaxWidth: 100%;
8345
8357
  --pf-v6-c-label-group--m-vertical--RowGap: var(--pf-t--global--spacer--sm);
8346
8358
  --pf-v6-c-label-group--m-vertical--ColumnGap: var(--pf-t--global--spacer--sm);
8347
8359
  --pf-v6-c-label-group__main--RowGap: var(--pf-t--global--spacer--xs);
8348
8360
  --pf-v6-c-label-group__main--ColumnGap: var(--pf-t--global--spacer--sm);
8361
+ --pf-v6-c-label-group__main--MaxWidth: 100%;
8362
+ --pf-v6-c-label-group__main--MinWidth: 0;
8349
8363
  --pf-v6-c-label-group--m-vertical__main--RowGap: var(--pf-t--global--spacer--sm);
8350
8364
  --pf-v6-c-label-group--m-vertical__main--ColumnGap: var(--pf-t--global--spacer--xs);
8351
8365
  --pf-v6-c-label-group__list--RowGap: var(--pf-t--global--spacer--xs);
8352
8366
  --pf-v6-c-label-group__list--ColumnGap: var(--pf-t--global--spacer--xs);
8367
+ --pf-v6-c-label-group__list--MaxWidth: 100%;
8368
+ --pf-v6-c-label-group__list--MinWidth: 0;
8353
8369
  --pf-v6-c-label-group--m-vertical__list--RowGap: var(--pf-t--global--spacer--xs);
8354
8370
  --pf-v6-c-label-group--m-vertical__list--ColumnGap: var(--pf-t--global--spacer--xs);
8371
+ --pf-v6-c-label-group__list-item--MaxWidth: 100%;
8355
8372
  --pf-v6-c-label-group--m-category--PaddingBlockStart: var(--pf-t--global--spacer--xs);
8356
8373
  --pf-v6-c-label-group--m-category--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
8357
8374
  --pf-v6-c-label-group--m-category--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
@@ -8378,6 +8395,7 @@ input.pf-v6-c-label__content {
8378
8395
  row-gap: var(--pf-v6-c-label-group--RowGap);
8379
8396
  column-gap: var(--pf-v6-c-label-group--ColumnGap);
8380
8397
  align-items: center;
8398
+ max-width: var(--pf-v6-c-label-group--MaxWidth);
8381
8399
  }
8382
8400
  .pf-v6-c-label-group.pf-m-category {
8383
8401
  padding-block-start: var(--pf-v6-c-label-group--m-category--PaddingBlockStart);
@@ -8403,9 +8421,11 @@ input.pf-v6-c-label__content {
8403
8421
  .pf-v6-c-label-group.pf-m-vertical .pf-v6-c-label-group__list {
8404
8422
  flex-direction: column;
8405
8423
  align-items: flex-start;
8424
+ max-width: var(--pf-v6-c-label-group__list--MaxWidth);
8406
8425
  }
8407
8426
  .pf-v6-c-label-group.pf-m-vertical .pf-v6-c-label-group__main {
8408
8427
  flex-direction: column;
8428
+ min-width: var(--pf-v6-c-label-group__main--MinWidth);
8409
8429
  }
8410
8430
  .pf-v6-c-label-group.pf-m-editable,
8411
8431
  .pf-v6-c-label-group.pf-m-editable .pf-v6-c-label-group__main,
@@ -8426,6 +8446,7 @@ input.pf-v6-c-label__content {
8426
8446
  row-gap: var(--pf-v6-c-label-group__main--RowGap);
8427
8447
  column-gap: var(--pf-v6-c-label-group__main--ColumnGap);
8428
8448
  align-items: baseline;
8449
+ min-width: var(--pf-v6-c-label-group__main--MinWidth);
8429
8450
  }
8430
8451
 
8431
8452
  .pf-v6-c-label-group__list {
@@ -8433,10 +8454,12 @@ input.pf-v6-c-label__content {
8433
8454
  flex-wrap: wrap;
8434
8455
  row-gap: var(--pf-v6-c-label-group__list--RowGap);
8435
8456
  column-gap: var(--pf-v6-c-label-group__list--ColumnGap);
8457
+ min-width: var(--pf-v6-c-label-group__list--MinWidth);
8436
8458
  }
8437
8459
 
8438
8460
  .pf-v6-c-label-group__list-item {
8439
8461
  display: inline-flex;
8462
+ max-width: var(--pf-v6-c-label-group__list-item--MaxWidth);
8440
8463
  }
8441
8464
 
8442
8465
  .pf-v6-c-label-group__label {
@@ -10298,13 +10321,6 @@ ul.pf-v6-c-list {
10298
10321
  flex-wrap: nowrap;
10299
10322
  }
10300
10323
 
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
10324
  .pf-v6-c-menu-toggle__icon {
10309
10325
  flex-shrink: 0;
10310
10326
  }
@@ -10316,7 +10332,10 @@ ul.pf-v6-c-list {
10316
10332
  }
10317
10333
 
10318
10334
  .pf-v6-c-menu-toggle__controls {
10335
+ display: flex;
10319
10336
  gap: var(--pf-v6-c-menu-toggle__controls--Gap);
10337
+ align-items: center;
10338
+ justify-content: center;
10320
10339
  margin-inline-start: auto;
10321
10340
  }
10322
10341
 
@@ -16682,6 +16701,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
16682
16701
  .pf-v6-c-table .pf-v6-c-table__draggable {
16683
16702
  --pf-v6-c-table--cell--MinWidth: 0;
16684
16703
  --pf-v6-c-table--cell--Width: 1%;
16704
+ max-width: none;
16685
16705
  }
16686
16706
 
16687
16707
  .pf-v6-c-table .pf-v6-c-table__favorite {
@@ -19087,6 +19107,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
19087
19107
  --pf-v6-c-title--m-h6--LineHeight: var(--pf-t--global--font--line-height--heading);
19088
19108
  --pf-v6-c-title--m-h6--FontSize: var(--pf-t--global--font--size--heading--h6);
19089
19109
  --pf-v6-c-title--m-h6--FontWeight: var(--pf-t--global--font--weight--heading--default);
19110
+ --pf-v6-c-title--m-page-title--FontWeight: var(--pf-t--global--font--weight--heading--bold);
19090
19111
  }
19091
19112
 
19092
19113
  .pf-v6-c-title {
@@ -19153,6 +19174,9 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
19153
19174
  font-weight: var(--pf-v6-c-title--m-h6--FontWeight);
19154
19175
  line-height: var(--pf-v6-c-title--m-h6--LineHeight);
19155
19176
  }
19177
+ .pf-v6-c-title.pf-m-page-title {
19178
+ font-weight: var(--pf-v6-c-title--m-page-title--FontWeight);
19179
+ }
19156
19180
 
19157
19181
  .pf-v6-c-toggle-group {
19158
19182
  --pf-v6-c-toggle-group__button--PaddingBlockStart: var(--pf-t--global--spacer--sm);
@@ -21924,7 +21948,7 @@ label.pf-v6-c-tree-view__node-text {
21924
21948
  --pf-v6-c-wizard__toggle-separator--Color: var(--pf-t--global--border--color--default);
21925
21949
  --pf-v6-c-wizard__toggle-icon--LineHeight: var(--pf-t--global--font--line-height--body);
21926
21950
  --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);
21951
+ --pf-v6-c-wizard__nav--ZIndex: var(--pf-t--global--z-index--sm);
21928
21952
  --pf-v6-c-wizard__nav--BackgroundColor: var(--pf-t--global--background--color--primary--default);
21929
21953
  --pf-v6-c-wizard__nav--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
21930
21954
  --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.2",
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.4",
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": "53da56fdc7b7b149101c9d1156b5999dda3ba579"
28
28
  }