@patternfly/patternfly 6.0.0-alpha.177 → 6.0.0-alpha.178

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.
@@ -1,5 +1,5 @@
1
1
  :where(:root, .pf-v6-c-alert-group) {
2
- --pf-v6-c-alert-group__item--MarginBlockStart: var(--pf-t--global--spacer--md);
2
+ --pf-v6-c-alert-group__item--MarginBlockStart: var(--pf-t--global--spacer--gap--group--vertical);
3
3
  --pf-v6-c-alert-group--m-toast--InsetBlockStart: var(--pf-t--global--spacer--2xl);
4
4
  --pf-v6-c-alert-group--m-toast--InsetInlineEnd: var(--pf-t--global--spacer--xl);
5
5
  --pf-v6-c-alert-group--m-toast--MaxWidth: 37.5rem;
@@ -3,7 +3,7 @@
3
3
  // Tabs
4
4
  :where(:root, .#{$alert-group}) {
5
5
  // Alert group variables
6
- --#{$alert-group}__item--MarginBlockStart: var(--pf-t--global--spacer--md);
6
+ --#{$alert-group}__item--MarginBlockStart: var(--pf-t--global--spacer--gap--group--vertical);
7
7
 
8
8
  // Toast variables
9
9
  --#{$alert-group}--m-toast--InsetBlockStart: var(--pf-t--global--spacer--2xl);
@@ -31,11 +31,11 @@
31
31
  --pf-v6-c-alert__action--TranslateY: 0.125rem;
32
32
  --pf-v6-c-alert__action--MarginInlineEnd: calc(var(--pf-t--global--spacer--sm) * -1);
33
33
  --pf-v6-c-alert__description--PaddingBlockStart: var(--pf-t--global--spacer--xs);
34
- --pf-v6-c-alert__action-group--PaddingBlockStart-base: var(--pf-t--global--spacer--xs);
34
+ --pf-v6-c-alert__action-group--PaddingBlockStart-base: var(--pf-t--global--spacer--sm);
35
35
  --pf-v6-c-alert__action-group--PaddingBlockStart: var(--pf-v6-c-alert__action-group--PaddingBlockStart-base);
36
36
  --pf-v6-c-alert__description--action-group--PaddingBlockStart-base: var(--pf-t--global--spacer--sm);
37
37
  --pf-v6-c-alert__description--action-group--PaddingBlockStart: var(--pf-v6-c-alert__description--action-group--PaddingBlockStart-base);
38
- --pf-v6-c-alert__action-group__c-button--not-last-child--MarginInlineEnd: var(--pf-t--global--spacer--lg);
38
+ --pf-v6-c-alert__action-group__c-button--not-last-child--MarginInlineEnd: var(--pf-t--global--spacer--gap--action-to-action--default);
39
39
  --pf-v6-c-alert--m-custom--BorderColor: var(--pf-t--global--border--color--status--custom--default);
40
40
  --pf-v6-c-alert--m-custom__icon--Color: var(--pf-t--global--icon--color--status--custom--default);
41
41
  --pf-v6-c-alert--m-custom__title--Color: var(--pf-t--global--text--color--regular);
@@ -192,9 +192,6 @@
192
192
  grid-area: actiongroup;
193
193
  padding-block-start: var(--pf-v6-c-alert__action-group--PaddingBlockStart);
194
194
  }
195
- .pf-v6-c-alert__action-group > .pf-v6-c-button {
196
- --pf-v6-c-button--m-link--m-inline--hover--TextDecoration: none;
197
- }
198
195
  .pf-v6-c-alert__action-group > .pf-v6-c-button:not(:last-child) {
199
196
  margin-inline-end: var(--pf-v6-c-alert__action-group__c-button--not-last-child--MarginInlineEnd);
200
197
  }
@@ -48,11 +48,11 @@
48
48
  --#{$alert}__description--PaddingBlockStart: var(--pf-t--global--spacer--xs);
49
49
 
50
50
  // Action group
51
- --#{$alert}__action-group--PaddingBlockStart-base: var(--pf-t--global--spacer--xs);
51
+ --#{$alert}__action-group--PaddingBlockStart-base: var(--pf-t--global--spacer--sm);
52
52
  --#{$alert}__action-group--PaddingBlockStart: var(--#{$alert}__action-group--PaddingBlockStart-base);
53
53
  --#{$alert}__description--action-group--PaddingBlockStart-base: var(--pf-t--global--spacer--sm);
54
54
  --#{$alert}__description--action-group--PaddingBlockStart: var(--#{$alert}__description--action-group--PaddingBlockStart-base);
55
- --#{$alert}__action-group__c-button--not-last-child--MarginInlineEnd: var(--pf-t--global--spacer--lg);
55
+ --#{$alert}__action-group__c-button--not-last-child--MarginInlineEnd: var(--pf-t--global--spacer--gap--action-to-action--default);
56
56
 
57
57
  // Custom
58
58
  --#{$alert}--m-custom--BorderColor: var(--pf-t--global--border--color--status--custom--default);
@@ -236,8 +236,6 @@
236
236
  padding-block-start: var(--#{$alert}__action-group--PaddingBlockStart);
237
237
 
238
238
  > .#{$button} {
239
- --#{$button}--m-link--m-inline--hover--TextDecoration: none;
240
-
241
239
  &:not(:last-child) {
242
240
  margin-inline-end: var(--#{$alert}__action-group__c-button--not-last-child--MarginInlineEnd);
243
241
  }
@@ -9,7 +9,7 @@
9
9
  --pf-v6-c-drawer__panel--MinWidth: 50%;
10
10
  --pf-v6-c-drawer__panel--MaxHeight: auto;
11
11
  --pf-v6-c-drawer__panel--ZIndex: var(--pf-t--global--z-index--sm);
12
- --pf-v6-c-drawer__panel--BackgroundColor: var(--pf-t--global--background--color--floating--default);
12
+ --pf-v6-c-drawer__panel--BackgroundColor: var(--pf-t--global--background--color--primary--default);
13
13
  --pf-v6-c-drawer__panel--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
14
14
  --pf-v6-c-drawer__panel--RowGap: var(--pf-t--global--spacer--sm);
15
15
  --pf-v6-c-drawer__panel--PaddingBlockStart: var(--pf-t--global--spacer--sm);
@@ -96,7 +96,7 @@
96
96
  --pf-v6-c-drawer__actions--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--compact) * -1.5);
97
97
  --pf-v6-c-drawer__actions--MarginInlineEnd: calc(var(--pf-t--global--spacer--control--horizontal--compact) * -1.5);
98
98
  --pf-v6-c-drawer__panel--BoxShadow: none;
99
- --pf-v6-c-drawer--m-expanded--m-panel-bottom__panel--BoxShadow: var(--pf-t--global--box-shadow--lg--top);
99
+ --pf-v6-c-drawer--m-expanded--m-panel-bottom__panel--BoxShadow: var(--pf-t--global--box-shadow--md--top);
100
100
  --pf-v6-c-drawer__panel--after--Width: var(--pf-t--global--border--width--divider--default);
101
101
  --pf-v6-c-drawer--m-panel-bottom__panel--after--Height: var(--pf-t--global--border--width--divider--default);
102
102
  --pf-v6-c-drawer__panel--after--BackgroundColor: transparent;
@@ -116,19 +116,19 @@
116
116
  }
117
117
 
118
118
  .pf-v6-c-drawer {
119
- --pf-v6-c-drawer--m-expanded__panel--BoxShadow: var(--pf-t--global--box-shadow--lg--left);
120
- --pf-v6-c-drawer--m-expanded--m-panel-left__panel--BoxShadow: var(--pf-t--global--box-shadow--lg--right);
119
+ --pf-v6-c-drawer--m-expanded__panel--BoxShadow: var(--pf-t--global--box-shadow--md--left);
120
+ --pf-v6-c-drawer--m-expanded--m-panel-left__panel--BoxShadow: var(--pf-t--global--box-shadow--md--right);
121
121
  display: flex;
122
122
  flex-direction: column;
123
123
  height: 100%;
124
124
  overflow-x: hidden;
125
125
  }
126
126
  :where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-drawer {
127
- --pf-v6-c-drawer--m-expanded__panel--BoxShadow: var(--pf-t--global--box-shadow--lg--right);
127
+ --pf-v6-c-drawer--m-expanded__panel--BoxShadow: var(--pf-t--global--box-shadow--md--right);
128
128
  }
129
129
 
130
130
  :where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-drawer {
131
- --pf-v6-c-drawer--m-expanded--m-panel-left__panel--BoxShadow: var(--pf-t--global--box-shadow--lg--left);
131
+ --pf-v6-c-drawer--m-expanded--m-panel-left__panel--BoxShadow: var(--pf-t--global--box-shadow--md--left);
132
132
  }
133
133
 
134
134
  .pf-v6-c-drawer.pf-m-inline > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable), .pf-v6-c-drawer.pf-m-static > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable) {
@@ -21,7 +21,7 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
21
21
  --#{$drawer}__panel--MinWidth: 50%; // change to __panel--md--MinWidth at breaking change
22
22
  --#{$drawer}__panel--MaxHeight: auto;
23
23
  --#{$drawer}__panel--ZIndex: var(--pf-t--global--z-index--sm);
24
- --#{$drawer}__panel--BackgroundColor: var(--pf-t--global--background--color--floating--default);
24
+ --#{$drawer}__panel--BackgroundColor: var(--pf-t--global--background--color--primary--default);
25
25
  --#{$drawer}__panel--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
26
26
  --#{$drawer}__panel--RowGap: var(--pf-t--global--spacer--sm);
27
27
  --#{$drawer}__panel--PaddingBlockStart: var(--pf-t--global--spacer--sm);
@@ -141,7 +141,7 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
141
141
 
142
142
  // Box shadow
143
143
  --#{$drawer}__panel--BoxShadow: none;
144
- --#{$drawer}--m-expanded--m-panel-bottom__panel--BoxShadow: var(--pf-t--global--box-shadow--lg--top);
144
+ --#{$drawer}--m-expanded--m-panel-bottom__panel--BoxShadow: var(--pf-t--global--box-shadow--md--top);
145
145
 
146
146
  // Divider
147
147
  --#{$drawer}__panel--after--Width: var(--pf-t--global--border--width--divider--default);
@@ -156,13 +156,13 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
156
156
  .#{$drawer} {
157
157
  @include pf-v6-bidirectional-style(
158
158
  $prop: --#{$drawer}--m-expanded__panel--BoxShadow,
159
- $ltr-val: var(--pf-t--global--box-shadow--lg--left),
160
- $rtl-val: var(--pf-t--global--box-shadow--lg--right)
159
+ $ltr-val: var(--pf-t--global--box-shadow--md--left),
160
+ $rtl-val: var(--pf-t--global--box-shadow--md--right)
161
161
  );
162
162
  @include pf-v6-bidirectional-style(
163
163
  $prop: --#{$drawer}--m-expanded--m-panel-left__panel--BoxShadow,
164
- $ltr-val: var(--pf-t--global--box-shadow--lg--right),
165
- $rtl-val: var(--pf-t--global--box-shadow--lg--left)
164
+ $ltr-val: var(--pf-t--global--box-shadow--md--right),
165
+ $rtl-val: var(--pf-t--global--box-shadow--md--left)
166
166
  );
167
167
 
168
168
  display: flex;
@@ -36,11 +36,11 @@
36
36
  --pf-v6-c-empty-state--m-xs__body--MarginBlockStart: var(--pf-t--global--spacer--md);
37
37
  --pf-v6-c-empty-state--m-xl__body--FontSize: var(--pf-t--global--font--size--body--lg);
38
38
  --pf-v6-c-empty-state--m-xl__body--MarginBlockStart: var(--pf-t--global--spacer--xl);
39
- --pf-v6-c-empty-state__footer--RowGap: var(--pf-t--global--spacer--sm);
39
+ --pf-v6-c-empty-state__footer--RowGap: var(--pf-t--global--spacer--gap--group-to-group--vertical);
40
40
  --pf-v6-c-empty-state__footer--MarginBlockStart: var(--pf-t--global--spacer--xl);
41
41
  --pf-v6-c-empty-state--m-xs__footer--MarginBlockStart: var(--pf-t--global--spacer--md);
42
- --pf-v6-c-empty-state__actions--RowGap: var(--pf-t--global--spacer--sm);
43
- --pf-v6-c-empty-state__actions--ColumnGap: var(--pf-t--global--spacer--md);
42
+ --pf-v6-c-empty-state__actions--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
43
+ --pf-v6-c-empty-state__actions--ColumnGap: var(--pf-t--global--spacer--gap--action-to-action--default);
44
44
  }
45
45
 
46
46
  .pf-v6-c-empty-state {
@@ -50,13 +50,13 @@
50
50
  --#{$empty-state}--m-xl__body--MarginBlockStart: var(--pf-t--global--spacer--xl);
51
51
 
52
52
  // Footer
53
- --#{$empty-state}__footer--RowGap: var(--pf-t--global--spacer--sm);
53
+ --#{$empty-state}__footer--RowGap: var(--pf-t--global--spacer--gap--group-to-group--vertical);
54
54
  --#{$empty-state}__footer--MarginBlockStart: var(--pf-t--global--spacer--xl);
55
55
  --#{$empty-state}--m-xs__footer--MarginBlockStart: var(--pf-t--global--spacer--md);
56
56
 
57
57
  // Actions
58
- --#{$empty-state}__actions--RowGap: var(--pf-t--global--spacer--sm);
59
- --#{$empty-state}__actions--ColumnGap: var(--pf-t--global--spacer--md);
58
+ --#{$empty-state}__actions--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
59
+ --#{$empty-state}__actions--ColumnGap: var(--pf-t--global--spacer--gap--action-to-action--default);
60
60
  }
61
61
 
62
62
  .#{$empty-state} {
@@ -1,8 +1,8 @@
1
1
  :where(:root, .pf-v6-c-inline-edit) {
2
- --pf-v6-c-inline-edit__group--item--MarginInlineEnd: var(--pf-t--global--spacer--sm);
2
+ --pf-v6-c-inline-edit__group--item--MarginInlineEnd: var(--pf-t--global--spacer--gap--action-to-action--default);
3
3
  --pf-v6-c-inline-edit__action--c-button--m-valid--m-plain--Color: var(--pf-t--global--icon--color--brand--default);
4
4
  --pf-v6-c-inline-edit__action--c-button--m-valid--m-plain--hover--Color: var(--pf-t--global--icon--color--brand--hover);
5
- --pf-v6-c-inline-edit__action--m-icon-group--item--MarginInlineEnd: var(--pf-t--global--spacer--sm);
5
+ --pf-v6-c-inline-edit__action--m-icon-group--item--MarginInlineEnd: var(--pf-t--global--spacer--gap--action-to-action--plain);
6
6
  --pf-v6-c-inline-edit__group--m-footer--MarginBlockStart: var(--pf-t--global--spacer--xl);
7
7
  --pf-v6-c-inline-edit__label--m-bold--FontWeight: var(--pf-t--global--font--weight--body--bold);
8
8
  }
@@ -2,14 +2,14 @@
2
2
 
3
3
  :where(:root, .#{$inline-edit}) {
4
4
  // Group
5
- --#{$inline-edit}__group--item--MarginInlineEnd: var(--pf-t--global--spacer--sm);
5
+ --#{$inline-edit}__group--item--MarginInlineEnd: var(--pf-t--global--spacer--gap--action-to-action--default);
6
6
 
7
7
  // Valid action
8
8
  --#{$inline-edit}__action--c-button--m-valid--m-plain--Color: var(--pf-t--global--icon--color--brand--default);
9
9
  --#{$inline-edit}__action--c-button--m-valid--m-plain--hover--Color: var(--pf-t--global--icon--color--brand--hover);
10
10
 
11
11
  // Icon button
12
- --#{$inline-edit}__action--m-icon-group--item--MarginInlineEnd: var(--pf-t--global--spacer--sm);
12
+ --#{$inline-edit}__action--m-icon-group--item--MarginInlineEnd: var(--pf-t--global--spacer--gap--action-to-action--plain);
13
13
 
14
14
  // Footer group
15
15
  --#{$inline-edit}__group--m-footer--MarginBlockStart: var(--pf-t--global--spacer--xl);
@@ -21,9 +21,6 @@
21
21
  --pf-v6-c-menu-toggle--hover--BorderWidth: var(--pf-t--global--border--width--action--default);
22
22
  --pf-v6-c-menu-toggle--hover--BorderColor: var(--pf-t--global--border--color--hover);
23
23
  --pf-v6-c-menu-toggle--hover__toggle-icon--Color: var(--pf-t--global--icon--color--regular);
24
- --pf-v6-c-menu-toggle--active--BackgroundColor: var(--pf-t--global--background--color--control--default);
25
- --pf-v6-c-menu-toggle--active--BorderWidth: var(--pf-t--global--border--width--action--clicked);
26
- --pf-v6-c-menu-toggle--active--BorderColor: var(--pf-t--global--border--color--clicked);
27
24
  --pf-v6-c-menu-toggle--expanded--Color: var(--pf-t--global--text--color--regular);
28
25
  --pf-v6-c-menu-toggle--expanded--BackgroundColor: var(--pf-t--global--background--color--control--default);
29
26
  --pf-v6-c-menu-toggle--expanded--BorderWidth: var(--pf-t--global--border--width--action--clicked);
@@ -51,9 +48,6 @@
51
48
  --pf-v6-c-menu-toggle--m-primary--hover--Color: var(--pf-t--global--text--color--on-brand--hover);
52
49
  --pf-v6-c-menu-toggle--m-primary--hover--BackgroundColor: var(--pf-t--global--color--brand--hover);
53
50
  --pf-v6-c-menu-toggle--m-primary--hover--BorderColor: transparent;
54
- --pf-v6-c-menu-toggle--m-primary--active--Color: var(--pf-t--global--text--color--on-brand--clicked);
55
- --pf-v6-c-menu-toggle--m-primary--active--BackgroundColor: var(--pf-t--global--color--brand--clicked);
56
- --pf-v6-c-menu-toggle--m-primary--active--BorderColor: transparent;
57
51
  --pf-v6-c-menu-toggle--m-primary--expanded--Color: var(--pf-t--global--text--color--on-brand--clicked);
58
52
  --pf-v6-c-menu-toggle--m-primary--expanded--BackgroundColor: var(--pf-t--global--color--brand--clicked);
59
53
  --pf-v6-c-menu-toggle--m-primary--expanded--BorderColor: transparent;
@@ -68,9 +62,6 @@
68
62
  --pf-v6-c-menu-toggle--m-secondary--hover--Color: var(--pf-t--global--text--color--brand--hover);
69
63
  --pf-v6-c-menu-toggle--m-secondary--hover--BorderWidth: var(--pf-t--global--border--width--action--hover);
70
64
  --pf-v6-c-menu-toggle--m-secondary--hover--BorderColor: var(--pf-t--global--border--color--brand--hover);
71
- --pf-v6-c-menu-toggle--m-secondary--active--Color: var(--pf-t--global--text--color--brand--clicked);
72
- --pf-v6-c-menu-toggle--m-secondary--active--BorderWidth: var(--pf-t--global--border--width--action--clicked);
73
- --pf-v6-c-menu-toggle--m-secondary--active--BorderColor: var(--pf-t--global--border--color--brand--clicked);
74
65
  --pf-v6-c-menu-toggle--m-secondary--expanded--Color: var(--pf-t--global--text--color--brand--clicked);
75
66
  --pf-v6-c-menu-toggle--m-secondary--expanded--BorderWidth: var(--pf-t--global--border--width--action--clicked);
76
67
  --pf-v6-c-menu-toggle--m-secondary--expanded--BorderColor: var(--pf-t--global--border--color--brand--clicked);
@@ -88,7 +79,6 @@
88
79
  --pf-v6-c-menu-toggle--m-split-button--m-action--child--disabled--BorderInlineStartColor: var(--pf-t--global--icon--color--on-disabled);
89
80
  --pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--BackgroundColor: var(--pf-t--global--color--brand--default);
90
81
  --pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--hover--BackgroundColor: var(--pf-t--global--color--brand--hover);
91
- --pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--active--BackgroundColor: var(--pf-t--global--color--brand--clicked);
92
82
  --pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--BorderInlineStartColor: var(--pf-t--global--border--color--default);
93
83
  --pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--expanded--child--BackgroundColor: var(--pf-t--global--color--brand--clicked);
94
84
  --pf-v6-c-menu-toggle--m-split-button--m-action--m-secondary--child--BorderInlineStartColor: var(--pf-t--global--color--brand--default);
@@ -101,7 +91,6 @@
101
91
  --pf-v6-c-menu-toggle--m-plain--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
102
92
  --pf-v6-c-menu-toggle--m-plain--BorderColor: transparent;
103
93
  --pf-v6-c-menu-toggle--m-plain--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
104
- --pf-v6-c-menu-toggle--m-plain--active--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
105
94
  --pf-v6-c-menu-toggle--m-plain--expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
106
95
  --pf-v6-c-menu-toggle--m-plain--disabled--Color: var(--pf-t--global--icon--color--disabled);
107
96
  --pf-v6-c-menu-toggle--m-plain--disabled--BackgroundColor: transparent;
@@ -168,9 +157,6 @@
168
157
  --pf-v6-c-menu-toggle--hover--Color: var(--pf-v6-c-menu-toggle--m-primary--hover--Color);
169
158
  --pf-v6-c-menu-toggle--hover--BackgroundColor: var(--pf-v6-c-menu-toggle--m-primary--hover--BackgroundColor);
170
159
  --pf-v6-c-menu-toggle--hover--BorderColor: var(--pf-v6-c-menu-toggle--m-primary--hover--BorderColor);
171
- --pf-v6-c-menu-toggle--active--Color: var(--pf-v6-c-menu-toggle--m-primary--active--Color);
172
- --pf-v6-c-menu-toggle--active--BackgroundColor: var(--pf-v6-c-menu-toggle--m-primary--active--BackgroundColor);
173
- --pf-v6-c-menu-toggle--active--BorderColor: var(--pf-v6-c-menu-toggle--m-primary--active--BorderColor);
174
160
  --pf-v6-c-menu-toggle--expanded--Color: var(--pf-v6-c-menu-toggle--m-primary--expanded--Color);
175
161
  --pf-v6-c-menu-toggle--expanded--BackgroundColor: var(--pf-v6-c-menu-toggle--m-primary--expanded--BackgroundColor);
176
162
  --pf-v6-c-menu-toggle--expanded--BorderColor: var(--pf-v6-c-menu-toggle--m-primary--expanded--BorderColor);
@@ -186,9 +172,6 @@
186
172
  --pf-v6-c-menu-toggle--hover--Color: var(--pf-v6-c-menu-toggle--m-secondary--hover--Color);
187
173
  --pf-v6-c-menu-toggle--hover--BorderWidth: var(--pf-v6-c-menu-toggle--m-secondary--hover--BorderWidth);
188
174
  --pf-v6-c-menu-toggle--hover--BorderColor: var(--pf-v6-c-menu-toggle--m-secondary--hover--BorderColor);
189
- --pf-v6-c-menu-toggle--active--Color: var(--pf-v6-c-menu-toggle--m-secondary--active--Color);
190
- --pf-v6-c-menu-toggle--active--BorderWidth: var(--pf-v6-c-menu-toggle--m-secondary--active--BorderWidth);
191
- --pf-v6-c-menu-toggle--active--BorderColor: var(--pf-v6-c-menu-toggle--m-secondary--active--BorderColor);
192
175
  --pf-v6-c-menu-toggle--expanded--Color: var(--pf-v6-c-menu-toggle--m-secondary--expanded--Color);
193
176
  --pf-v6-c-menu-toggle--expanded--BorderWidth: var(--pf-v6-c-menu-toggle--m-secondary--expanded--BorderWidth);
194
177
  --pf-v6-c-menu-toggle--hover__toggle-icon--Color: var(--pf-v6-c-menu-toggle--m-secondary--hover__toggle-icon--Color);
@@ -210,7 +193,6 @@
210
193
  --pf-v6-c-menu-toggle--BorderColor: var(--pf-v6-c-menu-toggle--m-plain--BorderColor);
211
194
  --pf-v6-c-menu-toggle--BackgroundColor: var(--pf-v6-c-menu-toggle--m-plain--BackgroundColor);
212
195
  --pf-v6-c-menu-toggle--hover--BackgroundColor: var(--pf-v6-c-menu-toggle--m-plain--hover--BackgroundColor);
213
- --pf-v6-c-menu-toggle--active--BackgroundColor: var(--pf-v6-c-menu-toggle--m-plain--active--BackgroundColor);
214
196
  --pf-v6-c-menu-toggle--expanded--BackgroundColor: var(--pf-v6-c-menu-toggle--m-plain--expanded--BackgroundColor);
215
197
  --pf-v6-c-menu-toggle--disabled--Color: var(--pf-v6-c-menu-toggle--m-plain--disabled--Color);
216
198
  --pf-v6-c-menu-toggle--disabled--BackgroundColor: var(--pf-v6-c-menu-toggle--m-plain--disabled--BackgroundColor);
@@ -232,13 +214,6 @@
232
214
  --pf-v6-c-menu-toggle--BorderColor: var(--pf-v6-c-menu-toggle--expanded--BorderColor);
233
215
  --pf-v6-c-menu-toggle__toggle-icon--Color: var(--pf-v6-c-menu-toggle--expanded__toggle-icon--Color);
234
216
  }
235
- .pf-v6-c-menu-toggle:is(:active, .pf-m-active) {
236
- --pf-v6-c-menu-toggle--Color: var(--pf-v6-c-menu-toggle--active--Color);
237
- --pf-v6-c-menu-toggle--BackgroundColor: var(--pf-v6-c-menu-toggle--active--BackgroundColor);
238
- --pf-v6-c-menu-toggle--BorderWidth: var(--pf-v6-c-menu-toggle--active--BorderWidth);
239
- --pf-v6-c-menu-toggle--BorderColor: var(--pf-v6-c-menu-toggle--active--BorderColor);
240
- --pf-v6-c-menu-toggle__toggle-icon--Color: var(--pf-v6-c-menu-toggle--active__toggle-icon--Color);
241
- }
242
217
  .pf-v6-c-menu-toggle:is(:disabled, .pf-m-disabled) {
243
218
  --pf-v6-c-menu-toggle--Color: var(--pf-v6-c-menu-toggle--disabled--Color);
244
219
  --pf-v6-c-menu-toggle--BackgroundColor: var(--pf-v6-c-menu-toggle--disabled--BackgroundColor);
@@ -325,9 +300,6 @@
325
300
  .pf-v6-c-menu-toggle.pf-m-split-button.pf-m-action.pf-m-primary > :where(:not(.pf-m-disabled):not([disabled])):is(:hover, :focus) {
326
301
  --pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--BackgroundColor: var(--pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--hover--BackgroundColor);
327
302
  }
328
- .pf-v6-c-menu-toggle.pf-m-split-button.pf-m-action.pf-m-primary > :where(:not(.pf-m-disabled):not([disabled])):is(:active, .pf-m-active) {
329
- --pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--BackgroundColor: var(--pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--active--BackgroundColor);
330
- }
331
303
  .pf-v6-c-menu-toggle.pf-m-split-button.pf-m-action.pf-m-primary.pf-m-expanded {
332
304
  --pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--child--BackgroundColor: var(--pf-v6-c-menu-toggle--m-split-button--m-action--m-primary--expanded--child--BackgroundColor);
333
305
  }
@@ -34,11 +34,6 @@
34
34
  --#{$menu-toggle}--hover--BorderColor: var(--pf-t--global--border--color--hover);
35
35
  --#{$menu-toggle}--hover__toggle-icon--Color: var(--pf-t--global--icon--color--regular);
36
36
 
37
- // * Menu toggle active
38
- --#{$menu-toggle}--active--BackgroundColor: var(--pf-t--global--background--color--control--default);
39
- --#{$menu-toggle}--active--BorderWidth: var(--pf-t--global--border--width--action--clicked);
40
- --#{$menu-toggle}--active--BorderColor: var(--pf-t--global--border--color--clicked);
41
-
42
37
  // * Menu toggle expanded
43
38
  --#{$menu-toggle}--expanded--Color: var(--pf-t--global--text--color--regular);
44
39
  --#{$menu-toggle}--expanded--BackgroundColor: var(--pf-t--global--background--color--control--default);
@@ -84,9 +79,6 @@
84
79
  --#{$menu-toggle}--m-primary--hover--Color: var(--pf-t--global--text--color--on-brand--hover);
85
80
  --#{$menu-toggle}--m-primary--hover--BackgroundColor: var(--pf-t--global--color--brand--hover);
86
81
  --#{$menu-toggle}--m-primary--hover--BorderColor: transparent;
87
- --#{$menu-toggle}--m-primary--active--Color: var(--pf-t--global--text--color--on-brand--clicked);
88
- --#{$menu-toggle}--m-primary--active--BackgroundColor: var(--pf-t--global--color--brand--clicked);
89
- --#{$menu-toggle}--m-primary--active--BorderColor: transparent;
90
82
  --#{$menu-toggle}--m-primary--expanded--Color: var(--pf-t--global--text--color--on-brand--clicked);
91
83
  --#{$menu-toggle}--m-primary--expanded--BackgroundColor: var(--pf-t--global--color--brand--clicked);
92
84
  --#{$menu-toggle}--m-primary--expanded--BorderColor: transparent;
@@ -104,9 +96,6 @@
104
96
  --#{$menu-toggle}--m-secondary--hover--Color: var(--pf-t--global--text--color--brand--hover);
105
97
  --#{$menu-toggle}--m-secondary--hover--BorderWidth: var(--pf-t--global--border--width--action--hover);
106
98
  --#{$menu-toggle}--m-secondary--hover--BorderColor: var(--pf-t--global--border--color--brand--hover);
107
- --#{$menu-toggle}--m-secondary--active--Color: var(--pf-t--global--text--color--brand--clicked);
108
- --#{$menu-toggle}--m-secondary--active--BorderWidth: var(--pf-t--global--border--width--action--clicked);
109
- --#{$menu-toggle}--m-secondary--active--BorderColor: var(--pf-t--global--border--color--brand--clicked);
110
99
  --#{$menu-toggle}--m-secondary--expanded--Color: var(--pf-t--global--text--color--brand--clicked);
111
100
  --#{$menu-toggle}--m-secondary--expanded--BorderWidth: var(--pf-t--global--border--width--action--clicked);
112
101
  --#{$menu-toggle}--m-secondary--expanded--BorderColor: var(--pf-t--global--border--color--brand--clicked);
@@ -134,7 +123,6 @@
134
123
  // Split button action, primary
135
124
  --#{$menu-toggle}--m-split-button--m-action--m-primary--child--BackgroundColor: var(--pf-t--global--color--brand--default);
136
125
  --#{$menu-toggle}--m-split-button--m-action--m-primary--child--hover--BackgroundColor: var(--pf-t--global--color--brand--hover);
137
- --#{$menu-toggle}--m-split-button--m-action--m-primary--child--active--BackgroundColor: var(--pf-t--global--color--brand--clicked);
138
126
  --#{$menu-toggle}--m-split-button--m-action--m-primary--child--BorderInlineStartColor: var(--pf-t--global--border--color--default);
139
127
  --#{$menu-toggle}--m-split-button--m-action--m-primary--expanded--child--BackgroundColor: var(--pf-t--global--color--brand--clicked);
140
128
 
@@ -153,7 +141,6 @@
153
141
  --#{$menu-toggle}--m-plain--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
154
142
  --#{$menu-toggle}--m-plain--BorderColor: transparent;
155
143
  --#{$menu-toggle}--m-plain--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
156
- --#{$menu-toggle}--m-plain--active--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
157
144
  --#{$menu-toggle}--m-plain--expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
158
145
  --#{$menu-toggle}--m-plain--disabled--Color: var(--pf-t--global--icon--color--disabled); // picking icon color rather than text...?
159
146
  --#{$menu-toggle}--m-plain--disabled--BackgroundColor: transparent; // picking icon color rather than text...?
@@ -236,9 +223,6 @@
236
223
  --#{$menu-toggle}--hover--Color: var(--#{$menu-toggle}--m-primary--hover--Color);
237
224
  --#{$menu-toggle}--hover--BackgroundColor: var(--#{$menu-toggle}--m-primary--hover--BackgroundColor);
238
225
  --#{$menu-toggle}--hover--BorderColor: var(--#{$menu-toggle}--m-primary--hover--BorderColor);
239
- --#{$menu-toggle}--active--Color: var(--#{$menu-toggle}--m-primary--active--Color);
240
- --#{$menu-toggle}--active--BackgroundColor: var(--#{$menu-toggle}--m-primary--active--BackgroundColor);
241
- --#{$menu-toggle}--active--BorderColor: var(--#{$menu-toggle}--m-primary--active--BorderColor);
242
226
  --#{$menu-toggle}--expanded--Color: var(--#{$menu-toggle}--m-primary--expanded--Color);
243
227
  --#{$menu-toggle}--expanded--BackgroundColor: var(--#{$menu-toggle}--m-primary--expanded--BackgroundColor);
244
228
  --#{$menu-toggle}--expanded--BorderColor: var(--#{$menu-toggle}--m-primary--expanded--BorderColor);
@@ -256,9 +240,6 @@
256
240
  --#{$menu-toggle}--hover--Color: var(--#{$menu-toggle}--m-secondary--hover--Color);
257
241
  --#{$menu-toggle}--hover--BorderWidth: var(--#{$menu-toggle}--m-secondary--hover--BorderWidth);
258
242
  --#{$menu-toggle}--hover--BorderColor: var(--#{$menu-toggle}--m-secondary--hover--BorderColor);
259
- --#{$menu-toggle}--active--Color: var(--#{$menu-toggle}--m-secondary--active--Color);
260
- --#{$menu-toggle}--active--BorderWidth: var(--#{$menu-toggle}--m-secondary--active--BorderWidth);
261
- --#{$menu-toggle}--active--BorderColor: var(--#{$menu-toggle}--m-secondary--active--BorderColor);
262
243
  --#{$menu-toggle}--expanded--Color: var(--#{$menu-toggle}--m-secondary--expanded--Color);
263
244
  --#{$menu-toggle}--expanded--BorderWidth: var(--#{$menu-toggle}--m-secondary--expanded--BorderWidth);
264
245
  --#{$menu-toggle}--hover__toggle-icon--Color: var(--#{$menu-toggle}--m-secondary--hover__toggle-icon--Color);
@@ -284,7 +265,6 @@
284
265
  --#{$menu-toggle}--BorderColor: var(--#{$menu-toggle}--m-plain--BorderColor);
285
266
  --#{$menu-toggle}--BackgroundColor: var(--#{$menu-toggle}--m-plain--BackgroundColor);
286
267
  --#{$menu-toggle}--hover--BackgroundColor: var(--#{$menu-toggle}--m-plain--hover--BackgroundColor);
287
- --#{$menu-toggle}--active--BackgroundColor: var(--#{$menu-toggle}--m-plain--active--BackgroundColor);
288
268
  --#{$menu-toggle}--expanded--BackgroundColor: var(--#{$menu-toggle}--m-plain--expanded--BackgroundColor);
289
269
  --#{$menu-toggle}--disabled--Color: var(--#{$menu-toggle}--m-plain--disabled--Color);
290
270
  --#{$menu-toggle}--disabled--BackgroundColor: var(--#{$menu-toggle}--m-plain--disabled--BackgroundColor);
@@ -310,14 +290,6 @@
310
290
  --#{$menu-toggle}__toggle-icon--Color: var(--#{$menu-toggle}--expanded__toggle-icon--Color);
311
291
  }
312
292
 
313
- &:is(:active, .pf-m-active) {
314
- --#{$menu-toggle}--Color: var(--#{$menu-toggle}--active--Color);
315
- --#{$menu-toggle}--BackgroundColor: var(--#{$menu-toggle}--active--BackgroundColor);
316
- --#{$menu-toggle}--BorderWidth: var(--#{$menu-toggle}--active--BorderWidth);
317
- --#{$menu-toggle}--BorderColor: var(--#{$menu-toggle}--active--BorderColor);
318
- --#{$menu-toggle}__toggle-icon--Color: var(--#{$menu-toggle}--active__toggle-icon--Color);
319
- }
320
-
321
293
  &:is(:disabled, .pf-m-disabled) {
322
294
  --#{$menu-toggle}--Color: var(--#{$menu-toggle}--disabled--Color);
323
295
  --#{$menu-toggle}--BackgroundColor: var(--#{$menu-toggle}--disabled--BackgroundColor);
@@ -433,10 +405,6 @@
433
405
  &:is(:hover, :focus) {
434
406
  --#{$menu-toggle}--m-split-button--m-action--m-primary--child--BackgroundColor: var(--#{$menu-toggle}--m-split-button--m-action--m-primary--child--hover--BackgroundColor);
435
407
  }
436
-
437
- &:is(:active, .pf-m-active) {
438
- --#{$menu-toggle}--m-split-button--m-action--m-primary--child--BackgroundColor: var(--#{$menu-toggle}--m-split-button--m-action--m-primary--child--active--BackgroundColor);
439
- }
440
408
  }
441
409
 
442
410
  &.pf-m-expanded {
@@ -27,6 +27,7 @@
27
27
  --pf-v6-c-modal-box__header-main--Gap: var(--pf-t--global--spacer--md);
28
28
  --pf-v6-c-modal-box__title--LineHeight: var(--pf-t--global--font--line-height--heading);
29
29
  --pf-v6-c-modal-box__title--FontFamily: var(--pf-t--global--font--family--heading);
30
+ --pf-v6-c-modal-box__title--FontWeight: var(--pf-t--global--font--weight--heading);
30
31
  --pf-v6-c-modal-box__title--FontSize: var(--pf-t--global--font--size--heading--md);
31
32
  --pf-v6-c-modal-box__title-icon--MarginInlineEnd: var(--pf-t--global--spacer--sm);
32
33
  --pf-v6-c-modal-box__title-icon--Color: var(--pf-t--global--icon--color--regular);
@@ -148,6 +149,7 @@
148
149
  flex: 0 0 auto;
149
150
  font-family: var(--pf-v6-c-modal-box__title--FontFamily);
150
151
  font-size: var(--pf-v6-c-modal-box__title--FontSize);
152
+ font-weight: var(--pf-v6-c-modal-box__title--FontWeight);
151
153
  line-height: var(--pf-v6-c-modal-box__title--LineHeight);
152
154
  }
153
155
  .pf-v6-c-modal-box__title.pf-m-icon {
@@ -41,6 +41,7 @@
41
41
  // Title
42
42
  --#{$modal-box}__title--LineHeight: var(--pf-t--global--font--line-height--heading);
43
43
  --#{$modal-box}__title--FontFamily: var(--pf-t--global--font--family--heading);
44
+ --#{$modal-box}__title--FontWeight: var(--pf-t--global--font--weight--heading);
44
45
  --#{$modal-box}__title--FontSize: var(--pf-t--global--font--size--heading--md);
45
46
 
46
47
  // Title icon
@@ -191,6 +192,7 @@
191
192
  flex: 0 0 auto;
192
193
  font-family: var(--#{$modal-box}__title--FontFamily);
193
194
  font-size: var(--#{$modal-box}__title--FontSize);
195
+ font-weight: var(--#{$modal-box}__title--FontWeight);
194
196
  line-height: var(--#{$modal-box}__title--LineHeight);
195
197
 
196
198
  &.pf-m-icon {