@patternfly/react-styles 6.3.1-prerelease.0 → 6.3.1-prerelease.1
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 +4 -0
- package/css/components/Accordion/accordion.css +4 -2
- package/css/components/Alert/alert-group.css +4 -15
- package/css/components/Banner/banner.css +1 -1
- package/css/components/Button/button.css +2 -2
- package/css/components/CalendarMonth/calendar-month.css +35 -4
- package/css/components/Card/card.css +2 -0
- package/css/components/CodeBlock/code-block.css +1 -1
- package/css/components/DatePicker/date-picker.css +3 -0
- package/css/components/Divider/divider.css +2 -0
- package/css/components/Drawer/drawer.css +5 -3
- package/css/components/DualListSelector/dual-list-selector.css +4 -5
- package/css/components/ExpandableSection/expandable-section.css +6 -2
- package/css/components/FormControl/form-control.css +6 -7
- package/css/components/Label/label.css +3 -3
- package/css/components/Login/login.css +1 -1
- package/css/components/Menu/menu.css +8 -1
- package/css/components/MenuToggle/menu-toggle.css +1 -1
- package/css/components/ModalBox/modal-box.css +1 -1
- package/css/components/Page/page.css +14 -5
- package/css/components/Page/page.d.ts +3 -0
- package/css/components/Page/page.js +3 -0
- package/css/components/Page/page.mjs +3 -0
- package/css/components/Pagination/pagination.css +15 -2
- package/css/components/Panel/panel.css +9 -2
- package/css/components/Popover/popover.css +1 -1
- package/css/components/Progress/progress.css +10 -1
- package/css/components/Sidebar/sidebar.css +7 -0
- package/css/components/Slider/slider.css +9 -0
- package/css/components/Switch/switch.css +7 -1
- package/css/components/Table/table.css +1 -1
- package/css/components/Tabs/tabs.css +11 -7
- package/css/components/ToggleGroup/toggle-group.css +18 -9
- package/css/components/Toolbar/toolbar.css +7 -0
- package/css/components/Wizard/wizard.css +4 -0
- package/css/components/_index.css +202 -78
- package/package.json +3 -3
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.3.1-prerelease.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.3.1-prerelease.0...@patternfly/react-styles@6.3.1-prerelease.1) (2025-09-24)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
9
|
+
|
6
10
|
## [6.3.1-prerelease.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.3.0...@patternfly/react-styles@6.3.1-prerelease.0) (2025-09-05)
|
7
11
|
|
8
12
|
**Note:** Version bump only for package @patternfly/react-styles
|
@@ -78,9 +78,10 @@
|
|
78
78
|
--pf-v6-c-accordion__item--m-bordered--BorderBlockEndColor: var(--pf-t--global--border--color--default);
|
79
79
|
--pf-v6-c-accordion__item--BorderWidth: 0;
|
80
80
|
--pf-v6-c-accordion__item--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
81
|
-
--pf-v6-c-accordion__item--m-expanded--BorderWidth: var(--pf-t--global--high-contrast--
|
82
|
-
--pf-v6-c-accordion__expandable-content--BorderWidth:
|
81
|
+
--pf-v6-c-accordion__item--m-expanded--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
82
|
+
--pf-v6-c-accordion__expandable-content--BorderWidth: 0;
|
83
83
|
--pf-v6-c-accordion__expandable-content--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
84
|
+
--pf-v6-c-accordion__item--m-expanded__expandable-content--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
84
85
|
}
|
85
86
|
@media screen and (prefers-reduced-motion: no-preference) {
|
86
87
|
.pf-v6-c-accordion {
|
@@ -159,6 +160,7 @@
|
|
159
160
|
--pf-v6-c-accordion__expandable-content--Visibility: var(--pf-v6-c-accordion__item--m-expanded__expandable-content--Visibility);
|
160
161
|
--pf-v6-c-accordion__expandable-content--TransitionDuration--fade: 0s;
|
161
162
|
--pf-v6-c-accordion__expandable-content--m-fixed--MaxHeight--base: var(--pf-v6-c-accordion__expandable-content--m-fixed--MaxHeight);
|
163
|
+
--pf-v6-c-accordion__expandable-content--BorderWidth: var(--pf-v6-c-accordion__item--m-expanded__expandable-content--BorderWidth);
|
162
164
|
}
|
163
165
|
|
164
166
|
.pf-v6-c-accordion__toggle {
|
@@ -64,7 +64,7 @@
|
|
64
64
|
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--c-alert--TransitionDuration: initial;
|
65
65
|
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--c-alert--TransitionTimingFunction: initial;
|
66
66
|
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--c-alert--Transition: initial;
|
67
|
-
--pf-v6-c-alert-group__overflow-button--BorderWidth: var(--pf-t--global--border--width--
|
67
|
+
--pf-v6-c-alert-group__overflow-button--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
68
68
|
--pf-v6-c-alert-group__overflow-button--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
69
69
|
--pf-v6-c-alert-group__overflow-button--BorderRadius: var(--pf-t--global--border--radius--medium);
|
70
70
|
--pf-v6-c-alert-group__overflow-button--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
@@ -74,7 +74,7 @@
|
|
74
74
|
--pf-v6-c-alert-group__overflow-button--Color: var(--pf-t--global--text--color--link--default);
|
75
75
|
--pf-v6-c-alert-group__overflow-button--BoxShadow: var(--pf-t--global--box-shadow--lg);
|
76
76
|
--pf-v6-c-alert-group__overflow-button--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
77
|
-
--pf-v6-c-alert-group__overflow-button--hover--BorderWidth: var(--pf-t--global--border--width--
|
77
|
+
--pf-v6-c-alert-group__overflow-button--hover--BorderWidth: var(--pf-t--global--border--width--high-contrast--strong);
|
78
78
|
--pf-v6-c-alert-group__overflow-button--hover--Color: var(--pf-t--global--text--color--link--hover);
|
79
79
|
--pf-v6-c-alert-group__overflow-button--hover--BackgroundColor: var(--pf-t--global--background--color--floating--hover);
|
80
80
|
--pf-v6-c-alert-group__overflow-button--hover--BoxShadow: var(--pf-t--global--box-shadow--lg), var(--pf-t--global--box-shadow--lg--bottom);
|
@@ -119,6 +119,8 @@
|
|
119
119
|
}
|
120
120
|
.pf-v6-c-alert-group__overflow-button:hover, .pf-v6-c-alert-group__overflow-button:focus {
|
121
121
|
--pf-v6-c-alert-group__overflow-button--BorderWidth: var(--pf-v6-c-alert-group__overflow-button--hover--BorderWidth);
|
122
|
+
--pf-v6-c-alert-group__overflow-button--BackgroundColor: var(--pf-v6-c-alert-group__overflow-button--hover--BackgroundColor);
|
123
|
+
--pf-v6-c-alert-group__overflow-button--Color: var(--pf-v6-c-alert-group__overflow-button--hover--Color);
|
122
124
|
}
|
123
125
|
|
124
126
|
.pf-v6-c-alert-group__item {
|
@@ -174,17 +176,4 @@
|
|
174
176
|
.pf-v6-c-alert-group__item.pf-m-offstage-right .pf-v6-c-alert, .pf-v6-c-alert-group__item.pf-m-outgoing .pf-v6-c-alert {
|
175
177
|
transition: var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--c-alert--Transition, var(--pf-v6-c-alert-group--m-toast__item--m-outgoing--c-alert--Transition));
|
176
178
|
}
|
177
|
-
}
|
178
|
-
.pf-v6-c-alert-group__item:hover {
|
179
|
-
--pf-v6-c-alert-group__overflow-button--Color: var(--pf-v6-c-alert-group__overflow-button--hover--Color);
|
180
|
-
--pf-v6-c-alert-group__overflow-button--BackgroundColor: var(--pf-v6-c-alert-group__overflow-button--hover--BackgroundColor);
|
181
|
-
--pf-v6-c-alert-group__overflow-button--BoxShadow: var(--pf-v6-c-alert-group__overflow-button--hover--BoxShadow);
|
182
|
-
}
|
183
|
-
.pf-v6-c-alert-group__item:focus {
|
184
|
-
--pf-v6-c-alert-group__overflow-button--Color: var(--pf-v6-c-alert-group__overflow-button--focus--Color);
|
185
|
-
--pf-v6-c-alert-group__overflow-button--BoxShadow: var(--pf-v6-c-alert-group__overflow-button--focus--BoxShadow);
|
186
|
-
}
|
187
|
-
.pf-v6-c-alert-group__item:active {
|
188
|
-
--pf-v6-c-alert-group__overflow-button--Color: var(--pf-v6-c-alert-group__overflow-button--active--Color);
|
189
|
-
--pf-v6-c-alert-group__overflow-button--BoxShadow: var(--pf-v6-c-alert-group__overflow-button--active--BoxShadow);
|
190
179
|
}
|
@@ -9,7 +9,7 @@
|
|
9
9
|
--pf-v6-c-banner--Color: var(--pf-t--global--text--color--nonstatus--on-gray--default);
|
10
10
|
--pf-v6-c-banner--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
|
11
11
|
--pf-v6-c-banner--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
12
|
-
--pf-v6-c-banner--BorderWidth: var(--pf-t--global--high-contrast--
|
12
|
+
--pf-v6-c-banner--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
13
13
|
--pf-v6-c-banner--link--Color: var(--pf-v6-c-banner--Color);
|
14
14
|
--pf-v6-c-banner--link--TextDecoration: underline;
|
15
15
|
--pf-v6-c-banner--link--hover--Color: var(--pf-v6-c-banner--Color);
|
@@ -22,7 +22,7 @@
|
|
22
22
|
--pf-v6-c-button--TransitionDelay: 0s;
|
23
23
|
--pf-v6-c-button--TransitionDuration: var(--pf-t--global--motion--duration--fade--default);
|
24
24
|
--pf-v6-c-button--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--accelerate);
|
25
|
-
--pf-v6-c-button--TransitionProperty: color, background, border-
|
25
|
+
--pf-v6-c-button--TransitionProperty: color, background, border-color;
|
26
26
|
--pf-v6-c-button--ScaleX: 1;
|
27
27
|
--pf-v6-c-button--ScaleY: 1;
|
28
28
|
--pf-v6-c-button--border--offset: 0;
|
@@ -148,7 +148,7 @@
|
|
148
148
|
--pf-v6-c-button--m-plain--BorderWidth: var(--pf-t--global--border--width--action--plain--default);
|
149
149
|
--pf-v6-c-button--m-plain--m-clicked--BorderWidth: var(--pf-t--global--border--width--action--plain--clicked);
|
150
150
|
--pf-v6-c-button--m-plain--hover--BorderWidth: var(--pf-t--global--border--width--action--plain--hover);
|
151
|
-
--pf-v6-c-button--m-plain--BorderColor:
|
151
|
+
--pf-v6-c-button--m-plain--BorderColor: transparent;
|
152
152
|
--pf-v6-c-button--m-plain--m-clicked--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
153
153
|
--pf-v6-c-button--m-plain--hover--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
154
154
|
--pf-v6-c-button--m-plain--m-no-padding--MinWidth: auto;
|
@@ -31,6 +31,9 @@
|
|
31
31
|
--pf-v6-c-calendar-month__dates-cell--before--InsetInlineEnd: 0;
|
32
32
|
--pf-v6-c-calendar-month__dates-cell--before--InsetBlockEnd: var(--pf-v6-c-calendar-month__dates-cell--PaddingBlockEnd);
|
33
33
|
--pf-v6-c-calendar-month__dates-cell--before--InsetInlineStart: 0;
|
34
|
+
--pf-v6-c-calendar-month__dates-cell--after--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
35
|
+
--pf-v6-c-calendar-month__dates-cell--after--BorderBlockStartWidth: 0;
|
36
|
+
--pf-v6-c-calendar-month__dates-cell--after--BorderBlockEndWidth: 0;
|
34
37
|
--pf-v6-c-calendar-month__dates-cell--m-in-range--before--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
35
38
|
--pf-v6-c-calendar-month__dates-cell--m-in-range--m-start-range--before--InsetInlineStart: 50%;
|
36
39
|
--pf-v6-c-calendar-month__dates-cell--m-in-range--m-end-range--before--InsetInlineEnd: 50%;
|
@@ -38,15 +41,19 @@
|
|
38
41
|
--pf-v6-c-calendar-month__dates-cell--m-in-range__date--hover--BorderWidth: var(--pf-t--global--border--width--regular);
|
39
42
|
--pf-v6-c-calendar-month__dates-cell--m-in-range__date--hover--BorderColor: var(--pf-t--global--border--color--hover);
|
40
43
|
--pf-v6-c-calendar-month__dates-cell--m-in-range__date--focus--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
44
|
+
--pf-v6-c-calendar-month__dates-cell--m-in-range--after--BorderBlockStartWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
45
|
+
--pf-v6-c-calendar-month__dates-cell--m-in-range--after--BorderBlockEndWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
41
46
|
--pf-v6-c-calendar-month__dates-cell--m-adjacent-month__date--Color: var(--pf-t--global--text--color--subtle);
|
42
47
|
--pf-v6-c-calendar-month__date--Width: 4ch;
|
43
48
|
--pf-v6-c-calendar-month__date--Height: 4ch;
|
49
|
+
--pf-v6-c-calendar-month__date--BorderWidth: 0;
|
50
|
+
--pf-v6-c-calendar-month__date--BorderColor: transparent;
|
44
51
|
--pf-v6-c-calendar-month__date--BorderRadius: var(--pf-t--global--border--radius--large);
|
45
52
|
--pf-v6-c-calendar-month__date--Color: var(--pf-t--global--text--color--regular);
|
46
53
|
--pf-v6-c-calendar-month__date--BackgroundColor: transparent;
|
47
54
|
--pf-v6-c-calendar-month__date--disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
|
48
55
|
--pf-v6-c-calendar-month__date--disabled--Color: var(--pf-t--global--text--color--on-disabled);
|
49
|
-
--pf-v6-c-calendar-month__date--after--BorderWidth:
|
56
|
+
--pf-v6-c-calendar-month__date--after--BorderWidth: 0;
|
50
57
|
--pf-v6-c-calendar-month__date--after--BorderColor: transparent;
|
51
58
|
--pf-v6-c-calendar-month__date--after--OutlineOffset: 0;
|
52
59
|
--pf-v6-c-calendar-month__date--hover--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
@@ -55,7 +62,12 @@
|
|
55
62
|
--pf-v6-c-calendar-month__date--focus--Color: var(--pf-t--global--icon--color--on-brand--clicked);
|
56
63
|
--pf-v6-c-calendar-month__date--focus--BackgroundColor: var(--pf-t--global--color--brand--default);
|
57
64
|
--pf-v6-c-calendar-month__date--focus--after--BorderColor: var(--pf-t--global--border--color--hover);
|
65
|
+
--pf-v6-c-calendar-month__date--focus--after--BorderWidth: var(--pf-t--global--border--width--regular);
|
58
66
|
--pf-v6-c-calendar-month__date--after--focus--OutlineOffset: -2px;
|
67
|
+
--pf-v6-c-calendar-month__dates-cell--m-current__date--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
68
|
+
--pf-v6-c-calendar-month__dates-cell--m-current__date--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
69
|
+
--pf-v6-c-calendar-month__dates-cell--m-selected__date--BorderWidth: var(--pf-t--global--border--width--high-contrast--strong);
|
70
|
+
--pf-v6-c-calendar-month__dates-cell--m-selected__date--BorderColor: transparent;
|
59
71
|
}
|
60
72
|
|
61
73
|
.pf-v6-c-calendar-month {
|
@@ -128,13 +140,20 @@
|
|
128
140
|
inset-block-end: var(--pf-v6-c-calendar-month__dates-cell--before--InsetBlockEnd);
|
129
141
|
inset-inline-start: var(--pf-v6-c-calendar-month__dates-cell--before--InsetInlineStart);
|
130
142
|
inset-inline-end: var(--pf-v6-c-calendar-month__dates-cell--before--InsetInlineEnd);
|
143
|
+
pointer-events: none;
|
131
144
|
content: "";
|
132
145
|
background-color: var(--pf-v6-c-calendar-month__dates-cell--before--BackgroundColor);
|
146
|
+
border: solid var(--pf-v6-c-calendar-month__dates-cell--after--BorderColor);
|
147
|
+
border-width: var(--pf-v6-c-calendar-month__dates-cell--after--BorderBlockStartWidth) 0 var(--pf-v6-c-calendar-month__dates-cell--after--BorderBlockEndWidth);
|
133
148
|
}
|
134
149
|
.pf-v6-c-calendar-month__dates-cell.pf-m-current {
|
135
150
|
--pf-v6-c-calendar-month__date--BackgroundColor: var(--pf-v6-c-calendar-month__dates-cell--m-current__date--BackgroundColor);
|
151
|
+
--pf-v6-c-calendar-month__date--BorderWidth: var(--pf-v6-c-calendar-month__dates-cell--m-current__date--BorderWidth);
|
152
|
+
--pf-v6-c-calendar-month__date--BorderColor: var(--pf-v6-c-calendar-month__dates-cell--m-current__date--BorderColor);
|
136
153
|
}
|
137
154
|
.pf-v6-c-calendar-month__dates-cell.pf-m-in-range {
|
155
|
+
--pf-v6-c-calendar-month__dates-cell--after--BorderBlockStartWidth: var(--pf-v6-c-calendar-month__dates-cell--m-in-range--after--BorderBlockStartWidth);
|
156
|
+
--pf-v6-c-calendar-month__dates-cell--after--BorderBlockEndWidth: var(--pf-v6-c-calendar-month__dates-cell--m-in-range--after--BorderBlockEndWidth);
|
138
157
|
--pf-v6-c-calendar-month__dates-cell--before--BackgroundColor: var(--pf-v6-c-calendar-month__dates-cell--m-in-range--before--BackgroundColor);
|
139
158
|
--pf-v6-c-calendar-month__date--hover--BackgroundColor: var(--pf-v6-c-calendar-month__dates-cell--m-in-range__date--hover--BackgroundColor);
|
140
159
|
--pf-v6-c-calendar-month__date--hover--BorderWidth: var(--pf-v6-c-calendar-month__dates-cell--m-in-range__date--hover--BorderWidth);
|
@@ -153,14 +172,18 @@
|
|
153
172
|
.pf-v6-c-calendar-month__dates-cell.pf-m-selected {
|
154
173
|
--pf-v6-c-calendar-month__date--BackgroundColor: var(--pf-v6-c-calendar-month__dates-cell--m-selected__date--BackgroundColor);
|
155
174
|
--pf-v6-c-calendar-month__date--Color: var(--pf-v6-c-calendar-month__dates-cell--m-selected__date--Color);
|
175
|
+
--pf-v6-c-calendar-month__date--BorderWidth: var(--pf-v6-c-calendar-month__dates-cell--m-selected__date--BorderWidth);
|
176
|
+
--pf-v6-c-calendar-month__date--BorderColor: var(--pf-v6-c-calendar-month__dates-cell--m-selected__date--BorderColor);
|
156
177
|
--pf-v6-c-calendar-month__date--hover--BackgroundColor: var(--pf-v6-c-calendar-month__dates-cell--m-selected__date--hover--BackgroundColor);
|
157
|
-
--pf-v6-c-calendar-month__date--hover--BorderWidth:
|
178
|
+
--pf-v6-c-calendar-month__date--hover--BorderWidth: var(--pf-v6-c-calendar-month__dates-cell--m-selected__date--BorderWidth);
|
158
179
|
--pf-v6-c-calendar-month__date--focus--BackgroundColor: var(--pf-v6-c-calendar-month__dates-cell--m-selected__date--focus--BackgroundColor);
|
159
180
|
--pf-v6-c-calendar-month__date--focus--after--BorderColor: var(--pf-v6-c-calendar-month__dates-cell--m-selected__date--focus--after--BorderColor);
|
160
181
|
--pf-v6-c-calendar-month__date--after--OutlineOffset: var(--pf-v6-c-calendar-month__date--after--focus--OutlineOffset);
|
161
182
|
}
|
162
183
|
.pf-v6-c-calendar-month__dates-cell.pf-m-disabled {
|
163
184
|
--pf-v6-c-calendar-month__dates-cell--before--BackgroundColor: transparent;
|
185
|
+
--pf-v6-c-calendar-month__dates-cell--after--BorderBlockStartWidth: 0;
|
186
|
+
--pf-v6-c-calendar-month__dates-cell--after--BorderBlockEndWidth: 0;
|
164
187
|
--pf-v6-c-calendar-month__date--BackgroundColor: transparent;
|
165
188
|
}
|
166
189
|
|
@@ -176,6 +199,12 @@
|
|
176
199
|
background-color: var(--pf-v6-c-calendar-month__date--BackgroundColor);
|
177
200
|
border: 0;
|
178
201
|
}
|
202
|
+
.pf-v6-c-calendar-month__date::before {
|
203
|
+
position: absolute;
|
204
|
+
inset: 0;
|
205
|
+
content: "";
|
206
|
+
border: var(--pf-v6-c-calendar-month__date--BorderWidth) solid var(--pf-v6-c-calendar-month__date--BorderColor);
|
207
|
+
}
|
179
208
|
.pf-v6-c-calendar-month__date::after {
|
180
209
|
position: absolute;
|
181
210
|
inset-block-start: var(--pf-v6-c-calendar-month__date--after--OutlineOffset);
|
@@ -185,15 +214,17 @@
|
|
185
214
|
content: "";
|
186
215
|
border: var(--pf-v6-c-calendar-month__date--after--BorderWidth) solid var(--pf-v6-c-calendar-month__date--after--BorderColor);
|
187
216
|
}
|
188
|
-
.pf-v6-c-calendar-month__date, .pf-v6-c-calendar-month__date::after {
|
217
|
+
.pf-v6-c-calendar-month__date, .pf-v6-c-calendar-month__date::before, .pf-v6-c-calendar-month__date::after {
|
189
218
|
border-radius: var(--pf-v6-c-calendar-month__date--BorderRadius);
|
190
219
|
}
|
191
220
|
.pf-v6-c-calendar-month__date:hover, .pf-v6-c-calendar-month__date.pf-m-hover {
|
192
221
|
--pf-v6-c-calendar-month__date--BackgroundColor: var(--pf-v6-c-calendar-month__date--hover--BackgroundColor);
|
193
|
-
|
222
|
+
--pf-v6-c-calendar-month__date--BorderWidth: var(--pf-v6-c-calendar-month__date--hover--BorderWidth);
|
223
|
+
--pf-v6-c-calendar-month__date--BorderColor: var(--pf-v6-c-calendar-month__date--hover--BorderColor);
|
194
224
|
}
|
195
225
|
.pf-v6-c-calendar-month__date:focus, .pf-v6-c-calendar-month__date.pf-m-focus {
|
196
226
|
--pf-v6-c-calendar-month__date--after--BorderColor: var(--pf-v6-c-calendar-month__date--focus--after--BorderColor);
|
227
|
+
--pf-v6-c-calendar-month__date--after--BorderWidth: var(--pf-v6-c-calendar-month__date--focus--after--BorderWidth);
|
197
228
|
outline: 0;
|
198
229
|
}
|
199
230
|
.pf-v6-c-calendar-month__date:disabled {
|
@@ -71,6 +71,7 @@
|
|
71
71
|
--pf-v6-c-card--m-display-lg__title--not--last-child--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
|
72
72
|
--pf-v6-c-card--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
73
73
|
--pf-v6-c-card--m-secondary--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
74
|
+
--pf-v6-c-card--m-secondary--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
74
75
|
--pf-v6-c-card--m-full-height--Height: 100%;
|
75
76
|
--pf-v6-c-card--m-plain--BorderColor: transparent;
|
76
77
|
--pf-v6-c-card--m-plain--BackgroundColor: transparent;
|
@@ -157,6 +158,7 @@
|
|
157
158
|
}
|
158
159
|
.pf-v6-c-card.pf-m-secondary {
|
159
160
|
--pf-v6-c-card--BorderColor: var(--pf-v6-c-card--m-secondary--BorderColor);
|
161
|
+
--pf-v6-c-card--BorderWidth: var(--pf-v6-c-card--m-secondary--BorderWidth);
|
160
162
|
--pf-v6-c-card--BackgroundColor: var(--pf-v6-c-card--m-secondary--BackgroundColor);
|
161
163
|
}
|
162
164
|
.pf-v6-c-card.pf-m-plain {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
.pf-v6-c-code-block {
|
2
2
|
--pf-v6-c-code-block--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
3
|
-
--pf-v6-c-code-block--BorderWidth: var(--pf-t--global--high-contrast--
|
3
|
+
--pf-v6-c-code-block--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
4
4
|
--pf-v6-c-code-block--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
5
5
|
--pf-v6-c-code-block--BorderRadius: var(--pf-t--global--border--radius--medium);
|
6
6
|
--pf-v6-c-code-block__header--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);
|
@@ -5,6 +5,8 @@
|
|
5
5
|
--pf-v6-c-date-picker__input--c-form-control--Width: calc(var(--pf-v6-c-date-picker__input--c-form-control--width-chars) * 1ch + var(--pf-v6-c-date-picker__input--c-form-control--width-base));
|
6
6
|
--pf-v6-c-date-picker__input--c-form-control--width-base: calc(var(--pf-t--global--spacer--xl) + var(--pf-t--global--spacer--sm));
|
7
7
|
--pf-v6-c-date-picker__input--c-form-control--width-chars: 11;
|
8
|
+
--pf-v6-c-date-picker__calendar--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
9
|
+
--pf-v6-c-date-picker__calendar--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
8
10
|
--pf-v6-c-date-picker__calendar--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
9
11
|
--pf-v6-c-date-picker__calendar--BoxShadow: var(--pf-t--global--box-shadow--md);
|
10
12
|
--pf-v6-c-date-picker__calendar--ZIndex: var(--pf-t--global--z-index--sm);
|
@@ -35,6 +37,7 @@
|
|
35
37
|
inset-inline-end: var(--pf-v6-c-date-picker__calendar--InsetInlineEnd);
|
36
38
|
z-index: var(--pf-v6-c-date-picker__calendar--ZIndex);
|
37
39
|
background-color: var(--pf-v6-c-date-picker__calendar--BackgroundColor);
|
40
|
+
border: var(--pf-v6-c-date-picker__calendar--BorderWidth) solid var(--pf-v6-c-date-picker__calendar--BorderColor);
|
38
41
|
box-shadow: var(--pf-v6-c-date-picker__calendar--BoxShadow);
|
39
42
|
}
|
40
43
|
.pf-v6-c-date-picker__calendar.pf-m-align-right {
|
@@ -66,6 +66,8 @@
|
|
66
66
|
flex-basis: var(--pf-v6-c-divider--before--FlexBasis);
|
67
67
|
content: "";
|
68
68
|
background-color: var(--pf-v6-c-divider--Color);
|
69
|
+
border-block-start: var(--pf-v6-c-divider--Size) solid transparent;
|
70
|
+
border-inline-start: var(--pf-v6-c-divider--Size) solid transparent;
|
69
71
|
}
|
70
72
|
.pf-v6-c-divider.pf-m-horizontal {
|
71
73
|
flex-direction: row;
|
@@ -110,9 +110,10 @@
|
|
110
110
|
--pf-v6-c-drawer__actions--MarginInlineEnd: calc(var(--pf-t--global--spacer--control--horizontal--compact) * -1.5);
|
111
111
|
--pf-v6-c-drawer__panel--BoxShadow: none;
|
112
112
|
--pf-v6-c-drawer--m-expanded--m-panel-bottom__panel--BoxShadow: var(--pf-t--global--box-shadow--md--top);
|
113
|
-
--pf-v6-c-drawer__panel--after--Width: var(--pf-t--global--
|
114
|
-
--pf-v6-c-drawer--m-inline__panel--after--Width:
|
115
|
-
--pf-v6-c-drawer--m-
|
113
|
+
--pf-v6-c-drawer__panel--after--Width: var(--pf-t--global--border--width--high-contrast--regular);
|
114
|
+
--pf-v6-c-drawer--m-inline__panel--after--Width: 0;
|
115
|
+
--pf-v6-c-drawer--m-inline__panel--after--md--Width: var(--pf-t--global--border--width--divider--default);
|
116
|
+
--pf-v6-c-drawer--m-panel-bottom__panel--after--Height: var(--pf-t--global--border--width--high-contrast--regular);
|
116
117
|
--pf-v6-c-drawer__panel--after--BackgroundColor: var(--pf-t--global--border--color--high-contrast);
|
117
118
|
--pf-v6-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor: var(--pf-t--global--border--color--default);
|
118
119
|
--pf-v6-c-drawer--m-inline__panel--PaddingInlineStart: 0;
|
@@ -419,6 +420,7 @@
|
|
419
420
|
|
420
421
|
@media screen and (min-width: 48rem) {
|
421
422
|
.pf-v6-c-drawer {
|
423
|
+
--pf-v6-c-drawer--m-inline__panel--after--Width: var(--pf-v6-c-drawer--m-inline__panel--after--md--Width);
|
422
424
|
min-width: var(--pf-v6-c-drawer__panel--MinWidth);
|
423
425
|
}
|
424
426
|
.pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
@@ -225,14 +225,13 @@
|
|
225
225
|
--pf-v6-c-dual-list-selector__item-text--Color: var(--pf-v6-c-dual-list-selector__list-item-row--m-selected__text--Color);
|
226
226
|
font-weight: var(--pf-v6-c-dual-list-selector__list-item-row--m-selected__text--FontWeight);
|
227
227
|
}
|
228
|
-
.pf-v6-c-dual-list-selector__list-item-row:hover {
|
228
|
+
.pf-v6-c-dual-list-selector__list-item-row:hover, .pf-v6-c-dual-list-selector__list-item-row:focus-within {
|
229
229
|
--pf-v6-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-v6-c-dual-list-selector__list-item-row--hover--BackgroundColor);
|
230
230
|
--pf-v6-c-dual-list-selector__list-item-row--BorderWidth: var(--pf-v6-c-dual-list-selector__list-item-row--hover--BorderWidth);
|
231
231
|
}
|
232
232
|
.pf-v6-c-dual-list-selector__list-item-row.pf-m-check {
|
233
233
|
--pf-v6-c-dual-list-selector__list-item-row--m-selected--BackgroundColor: transparent;
|
234
|
-
--pf-v6-c-dual-list-selector__list-item-row--m-selected--
|
235
|
-
--pf-v6-c-dual-list-selector__list-item-row--BorderWidth: revert;
|
234
|
+
--pf-v6-c-dual-list-selector__list-item-row--m-selected--BorderWidth: 0;
|
236
235
|
}
|
237
236
|
.pf-v6-c-dual-list-selector__list-item-row.pf-m-ghost-row {
|
238
237
|
--pf-v6-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-v6-c-dual-list-selector__list-item--m-ghost-row--BackgroundColor);
|
@@ -246,7 +245,7 @@
|
|
246
245
|
|
247
246
|
.pf-v6-c-dual-list-selector__item,
|
248
247
|
.pf-v6-c-dual-list-selector__item-main {
|
249
|
-
flex-
|
248
|
+
flex-grow: 1;
|
250
249
|
}
|
251
250
|
|
252
251
|
.pf-v6-c-dual-list-selector__draggable {
|
@@ -265,7 +264,7 @@
|
|
265
264
|
|
266
265
|
.pf-v6-c-dual-list-selector__item {
|
267
266
|
position: relative;
|
268
|
-
width:
|
267
|
+
min-width: 0;
|
269
268
|
padding-block-start: var(--pf-v6-c-dual-list-selector__item--PaddingBlockStart);
|
270
269
|
padding-block-end: var(--pf-v6-c-dual-list-selector__item--PaddingBlockEnd);
|
271
270
|
padding-inline-start: var(--pf-v6-c-dual-list-selector__item--PaddingInlineStart);
|
@@ -19,6 +19,7 @@
|
|
19
19
|
--pf-v6-c-expandable-section__content--TransitionDelay--hide: var(--pf-v6-c-expandable-section__content--TransitionDuration--fade);
|
20
20
|
--pf-v6-c-expandable-section__content--Opacity: 0;
|
21
21
|
--pf-v6-c-expandable-section__content--TranslateY: 0;
|
22
|
+
--pf-v6-c-expandable-section__content--PaddingInlineStart: 0;
|
22
23
|
--pf-v6-c-expandable-section--m-expand-top__content--TranslateY: 0;
|
23
24
|
--pf-v6-c-expandable-section--m-expand-bottom__content--TranslateY: 0;
|
24
25
|
--pf-v6-c-expandable-section--m-expanded__content--Opacity: 1;
|
@@ -66,6 +67,7 @@
|
|
66
67
|
--pf-v6-c-expandable-section__content--Opacity: var(--pf-v6-c-expandable-section--m-expanded__content--Opacity);
|
67
68
|
--pf-v6-c-expandable-section__content--TranslateY: var(--pf-v6-c-expandable-section--m-expanded__content--TranslateY);
|
68
69
|
--pf-v6-c-expandable-section__content--Visibility: auto;
|
70
|
+
--pf-v6-c-expandable-section__content--Overflow: visible;
|
69
71
|
--pf-v6-c-expandable-section__content--MaxHeight: 99999px;
|
70
72
|
--pf-v6-c-expandable-section__content--TransitionDelay--hide: 0s;
|
71
73
|
gap: var(--pf-v6-c-expandable-section--Gap);
|
@@ -101,6 +103,7 @@
|
|
101
103
|
}
|
102
104
|
.pf-v6-c-expandable-section.pf-m-truncate {
|
103
105
|
--pf-v6-c-expandable-section--Gap: var(--pf-v6-c-expandable-section--m-truncate--Gap);
|
106
|
+
--pf-v6-c-expandable-section__content--TransitionDelay--hide: 0s;
|
104
107
|
}
|
105
108
|
.pf-v6-c-expandable-section.pf-m-truncate:not(.pf-m-expanded) .pf-v6-c-expandable-section__content {
|
106
109
|
display: -webkit-box;
|
@@ -127,13 +130,14 @@
|
|
127
130
|
.pf-v6-c-expandable-section__content {
|
128
131
|
max-width: var(--pf-v6-c-expandable-section__content--MaxWidth);
|
129
132
|
padding-block-end: var(--pf-v6-c-expandable-section__content--PaddingBlockEnd, 0);
|
130
|
-
padding-inline-start: var(--pf-v6-c-expandable-section__content--PaddingInlineStart
|
133
|
+
padding-inline-start: var(--pf-v6-c-expandable-section__content--PaddingInlineStart);
|
131
134
|
}
|
132
135
|
.pf-v6-c-expandable-section__content:where([hidden]) {
|
133
136
|
display: revert;
|
134
137
|
}
|
135
|
-
.pf-v6-c-expandable-section:where(:not(.pf-m-truncate)) .pf-v6-c-expandable-section__content {
|
138
|
+
.pf-v6-c-expandable-section:where(:not(.pf-m-truncate)) > .pf-v6-c-expandable-section__content {
|
136
139
|
max-height: var(--pf-v6-c-expandable-section__content--MaxHeight, 0);
|
140
|
+
overflow: var(--pf-v6-c-expandable-section__content--Overflow, hidden);
|
137
141
|
visibility: var(--pf-v6-c-expandable-section__content--Visibility, hidden);
|
138
142
|
opacity: var(--pf-v6-c-expandable-section__content--Opacity);
|
139
143
|
transition-delay: 0s, 0s, var(--pf-v6-c-expandable-section__content--TransitionDelay--hide, 0s), var(--pf-v6-c-expandable-section__content--TransitionDelay--hide, 0s);
|
@@ -158,6 +158,12 @@
|
|
158
158
|
.pf-v6-c-form-control > :is(input, select) {
|
159
159
|
text-overflow: ellipsis;
|
160
160
|
}
|
161
|
+
.pf-v6-c-form-control > select {
|
162
|
+
background-color: var(--pf-v6-c-form-control--BackgroundColor);
|
163
|
+
}
|
164
|
+
.pf-v6-c-form-control > select * {
|
165
|
+
color: var(--pf-v6-c-form-control--Color);
|
166
|
+
}
|
161
167
|
.pf-v6-c-form-control:has(input) {
|
162
168
|
--pf-v6-c-form-control--PaddingBlockStart: var(--pf-v6-c-form-control__input--PaddingBlockStart);
|
163
169
|
--pf-v6-c-form-control--PaddingBlockEnd: var(--pf-v6-c-form-control__input--PaddingBlockEnd);
|
@@ -303,17 +309,10 @@
|
|
303
309
|
--pf-v6-c-form-control--PaddingInlineStart: var(--pf-v6-c-form-control__select--PaddingInlineStart);
|
304
310
|
--pf-v6-c-form-control--PaddingInlineEnd: calc(var(--pf-v6-c-form-control__select--PaddingInlineEnd) + var(--pf-v6-c-form-control__icon--FontSize));
|
305
311
|
--pf-v6-c-form-control__utilities--PaddingInlineEnd: var(--pf-v6-c-form-control__utilities--select--PaddingInlineEnd);
|
306
|
-
background-color: var(--pf-v6-c-form-control--BackgroundColor);
|
307
312
|
}
|
308
313
|
.pf-v6-c-form-control:has(select) .pf-v6-c-form-control__utilities {
|
309
314
|
padding-inline-end: var(--pf-v6-c-form-control__utilities--select--PaddingInlineEnd);
|
310
315
|
}
|
311
|
-
@-moz-document url-prefix() {
|
312
|
-
.pf-v6-c-form-control:has(select) {
|
313
|
-
--pf-v6-c-form-control--PaddingInlineEnd: calc(var(--pf-v6-c-form-control__select--PaddingInlineEnd) - 1px);
|
314
|
-
--pf-v6-c-form-control--PaddingInlineStart: calc(var(--pf-v6-c-form-control__select--PaddingInlineStart) - 4px);
|
315
|
-
}
|
316
|
-
}
|
317
316
|
.pf-v6-c-form-control.pf-m-placeholder > select {
|
318
317
|
--pf-v6-c-form-control--Color: var(--pf-v6-c-form-control--m-placeholder--Color);
|
319
318
|
}
|
@@ -5,7 +5,7 @@
|
|
5
5
|
--pf-v6-c-label--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
6
6
|
--pf-v6-c-label--MaxWidth: 100%;
|
7
7
|
--pf-v6-c-label--MinWidth: calc((var(--pf-v6-c-label--FontSize) * var(--pf-t--global--font--line-height--body) + var(--pf-v6-c-label--PaddingBlockStart) + var(--pf-v6-c-label--PaddingBlockEnd)));
|
8
|
-
--pf-v6-c-label--BorderWidth: var(--pf-t--global--border--width--regular);
|
8
|
+
--pf-v6-c-label--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
9
9
|
--pf-v6-c-label--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
10
10
|
--pf-v6-c-label--BorderRadius: var(--pf-t--global--border--radius--pill);
|
11
11
|
--pf-v6-c-label--FontSize: var(--pf-t--global--font--size--body--sm);
|
@@ -146,10 +146,10 @@
|
|
146
146
|
--pf-v6-c-label--m-outline--m-clickable--hover__icon--Color: var(--pf-t--global--icon--color--regular);
|
147
147
|
--pf-v6-c-label--m-overflow--Color: var(--pf-t--global--text--color--brand--default);
|
148
148
|
--pf-v6-c-label--m-overflow--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
149
|
-
--pf-v6-c-label--m-overflow--BorderWidth: var(--pf-t--global--border--width--action--default);
|
149
|
+
--pf-v6-c-label--m-overflow--BorderWidth: var(--pf-t--global--border--width--action--plain--default);
|
150
150
|
--pf-v6-c-label--m-overflow--hover--Color: var(--pf-t--global--text--color--brand--hover);
|
151
151
|
--pf-v6-c-label--m-overflow--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
152
|
-
--pf-v6-c-label--m-overflow--hover--BorderWidth: var(--pf-t--global--border--width--action--hover);
|
152
|
+
--pf-v6-c-label--m-overflow--hover--BorderWidth: var(--pf-t--global--border--width--action--plain--hover);
|
153
153
|
--pf-v6-c-label--m-add--Color: var(--pf-t--global--text--color--brand--default);
|
154
154
|
--pf-v6-c-label--m-add--BackgroundColor: transparent;
|
155
155
|
--pf-v6-c-label--m-add--BorderColor: var(--pf-t--global--border--color--default);
|
@@ -17,7 +17,7 @@
|
|
17
17
|
--pf-v6-c-login__main--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
18
18
|
--pf-v6-c-login__main--MarginBlockEnd: var(--pf-t--global--spacer--lg);
|
19
19
|
--pf-v6-c-login__main--BorderRadius: var(--pf-t--global--border--radius--large);
|
20
|
-
--pf-v6-c-login__main--BorderWidth: var(--pf-t--global--
|
20
|
+
--pf-v6-c-login__main--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
21
21
|
--pf-v6-c-login__main--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
22
22
|
--pf-v6-c-login__main-header--PaddingBlockStart: var(--pf-t--global--spacer--2xl);
|
23
23
|
--pf-v6-c-login__main-header--PaddingInlineEnd: var(--pf-t--global--spacer--xl);
|
@@ -7,7 +7,7 @@
|
|
7
7
|
--pf-v6-c-menu--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
8
8
|
--pf-v6-c-menu--BoxShadow: var(--pf-t--global--box-shadow--md);
|
9
9
|
--pf-v6-c-menu--Color: var(--pf-t--global--text--color--regular);
|
10
|
-
--pf-v6-c-menu--BorderWidth: var(--pf-t--global--
|
10
|
+
--pf-v6-c-menu--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
11
11
|
--pf-v6-c-menu--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
12
12
|
--pf-v6-c-menu--BorderRadius: var(--pf-t--global--border--radius--small);
|
13
13
|
--pf-v6-c-menu--OutlineOffset: calc(var(--pf-t--global--border--width--control--default) * -3);
|
@@ -26,7 +26,11 @@
|
|
26
26
|
--pf-v6-c-menu__search--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
27
27
|
--pf-v6-c-menu__search--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
28
28
|
--pf-v6-c-menu__footer--BoxShadow: none;
|
29
|
+
--pf-v6-c-menu__footer--BorderColor: transparent;
|
30
|
+
--pf-v6-c-menu__footer--BorderWidth: 0;
|
29
31
|
--pf-v6-c-menu--m-scrollable__footer--BoxShadow: var(--pf-t--global--box-shadow--md--top);
|
32
|
+
--pf-v6-c-menu--m-scrollable__footer--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
33
|
+
--pf-v6-c-menu--m-scrollable__footer--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
30
34
|
--pf-v6-c-menu__list-item--Color: var(--pf-t--global--text--color--regular);
|
31
35
|
--pf-v6-c-menu__list-item--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
32
36
|
--pf-v6-c-menu__list-item--BorderWidth: var(--pf-t--global--border--width--action--plain--default);
|
@@ -346,6 +350,8 @@
|
|
346
350
|
.pf-v6-c-menu.pf-m-scrollable {
|
347
351
|
--pf-v6-c-menu__content--MaxHeight: var(--pf-v6-c-menu--m-scrollable__content--MaxHeight);
|
348
352
|
--pf-v6-c-menu__footer--BoxShadow: var(--pf-v6-c-menu--m-scrollable__footer--BoxShadow);
|
353
|
+
--pf-v6-c-menu__footer--BorderColor: var(--pf-v6-c-menu--m-scrollable__footer--BorderColor);
|
354
|
+
--pf-v6-c-menu__footer--BorderWidth: var(--pf-v6-c-menu--m-scrollable__footer--BorderWidth);
|
349
355
|
--pf-v6-c-menu__footer--PaddingBlockStart: calc(var(--pf-v6-c-menu__item--PaddingBlockStart) + var(--pf-v6-c-menu--RowGap));
|
350
356
|
--pf-v6-c-menu__footer--PaddingBlockEnd: calc(var(--pf-v6-c-menu__item--PaddingBlockStart) + var(--pf-v6-c-menu--RowGap));
|
351
357
|
overflow: hidden;
|
@@ -387,6 +393,7 @@
|
|
387
393
|
padding-block-end: var(--pf-v6-c-menu__footer--PaddingBlockEnd);
|
388
394
|
padding-inline-start: var(--pf-v6-c-menu__footer--PaddingInlineStart);
|
389
395
|
padding-inline-end: var(--pf-v6-c-menu__footer--PaddingInlineEnd);
|
396
|
+
border-block-start: var(--pf-v6-c-menu__footer--BorderWidth) solid var(--pf-v6-c-menu__footer--BorderColor);
|
390
397
|
box-shadow: var(--pf-v6-c-menu__footer--BoxShadow);
|
391
398
|
}
|
392
399
|
|
@@ -92,7 +92,7 @@
|
|
92
92
|
--pf-v6-c-menu-toggle--m-split-button--m-small--pill--child--PaddingInlineEnd--offset: var(--pf-t--global--spacer--control--horizontal--compact);
|
93
93
|
--pf-v6-c-menu-toggle--m-split-button--m-primary--child--BackgroundColor: var(--pf-t--global--color--brand--default);
|
94
94
|
--pf-v6-c-menu-toggle--m-split-button--m-primary--child--hover--BackgroundColor: var(--pf-t--global--color--brand--hover);
|
95
|
-
--pf-v6-c-menu-toggle--m-split-button--m-primary--child--BorderInlineStartColor: var(--pf-t--global--border--color--
|
95
|
+
--pf-v6-c-menu-toggle--m-split-button--m-primary--child--BorderInlineStartColor: var(--pf-t--global--border--color--alt);
|
96
96
|
--pf-v6-c-menu-toggle--m-split-button--m-primary--expanded--child--BackgroundColor: var(--pf-t--global--color--brand--clicked);
|
97
97
|
--pf-v6-c-menu-toggle--m-split-button--m-secondary--child--BorderInlineStartColor: var(--pf-t--global--color--brand--default);
|
98
98
|
--pf-v6-c-menu-toggle__button--BackgroundColor: transparent;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
.pf-v6-c-modal-box {
|
2
2
|
--pf-v6-c-modal-box--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
3
3
|
--pf-v6-c-modal-box--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
4
|
-
--pf-v6-c-modal-box--BorderWidth: var(--pf-t--global--
|
4
|
+
--pf-v6-c-modal-box--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
5
5
|
--pf-v6-c-modal-box--BorderRadius: var(--pf-t--global--border--radius--large);
|
6
6
|
--pf-v6-c-modal-box--BoxShadow: var(--pf-t--global--box-shadow--lg);
|
7
7
|
--pf-v6-c-modal-box--ZIndex: var(--pf-t--global--z-index--xl);
|
@@ -107,6 +107,8 @@
|
|
107
107
|
--pf-v6-c-page__main-wizard--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
108
108
|
--pf-v6-c-page__main-wizard--BorderBlockStartColor: var(--pf-t--global--border--color--default);
|
109
109
|
--pf-v6-c-page__main-wizard--BorderBlockStartWidth: var(--pf-t--global--border--width--action--default);
|
110
|
+
--pf-v6-c-page__drawer--c-drawer--BorderBlockStartWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
111
|
+
--pf-v6-c-page__drawer--c-drawer--BorderBlockStartColor: var(--pf-t--global--border--color--high-contrast);
|
110
112
|
}
|
111
113
|
@media screen and (prefers-reduced-motion: no-preference) {
|
112
114
|
.pf-v6-c-page {
|
@@ -122,6 +124,15 @@
|
|
122
124
|
--pf-v6-c-page__sidebar--BorderInlineEndWidth: 0;
|
123
125
|
}
|
124
126
|
}
|
127
|
+
@media screen and (max-width: calc(48rem - 1px)) {
|
128
|
+
.pf-v6-c-page {
|
129
|
+
--pf-v6-c-page__main-container--MarginInlineStart: var(--pf-v6-c-page__main-container--xs--MarginInlineStart);
|
130
|
+
--pf-v6-c-page__main-container--MarginInlineEnd: var(--pf-v6-c-page__main-container--xs--MarginInlineEnd);
|
131
|
+
--pf-v6-c-page__main-container--BorderBlockEndWidth: var(--pf-v6-c-page__main-container--xs--BorderBlockEndWidth);
|
132
|
+
--pf-v6-c-page__main-container--BorderInlineStartWidth: var(--pf-v6-c-page__main-container--xs--BorderInlineStartWidth);
|
133
|
+
--pf-v6-c-page__main-container--BorderInlineEndWidth: var(--pf-v6-c-page__main-container--xs--BorderInlineEndWidth);
|
134
|
+
}
|
135
|
+
}
|
125
136
|
|
126
137
|
.pf-v6-c-page {
|
127
138
|
display: grid;
|
@@ -512,13 +523,8 @@
|
|
512
523
|
@media screen and (max-width: calc(48rem - 1px)) {
|
513
524
|
.pf-v6-c-page__main-container {
|
514
525
|
--pf-v6-c-page__main-container--AlignSelf: var(--pf-v6-c-page__main-container--xs--AlignSelf);
|
515
|
-
--pf-v6-c-page__main-container--MarginInlineStart: var(--pf-v6-c-page__main-container--xs--MarginInlineStart);
|
516
|
-
--pf-v6-c-page__main-container--MarginInlineEnd: var(--pf-v6-c-page__main-container--xs--MarginInlineEnd);
|
517
526
|
--pf-v6-c-page__main-container--MaxHeight: var(--pf-v6-c-page__main-container--xs--MaxHeight);
|
518
527
|
--pf-v6-c-page__main-container--BorderRadius: var(--pf-v6-c-page__main-container--xs--BorderRadius);
|
519
|
-
--pf-v6-c-page__main-container--BorderBlockEndWidth: var(--pf-v6-c-page__main-container--xs--BorderBlockEndWidth);
|
520
|
-
--pf-v6-c-page__main-container--BorderInlineStartWidth: var(--pf-v6-c-page__main-container--xs--BorderInlineStartWidth);
|
521
|
-
--pf-v6-c-page__main-container--BorderInlineEndWidth: var(--pf-v6-c-page__main-container--xs--BorderInlineEndWidth);
|
522
528
|
}
|
523
529
|
}
|
524
530
|
|
@@ -729,6 +735,9 @@
|
|
729
735
|
flex-shrink: 0;
|
730
736
|
}
|
731
737
|
|
738
|
+
.pf-v6-c-page__drawer > .pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
739
|
+
border-block-start: var(--pf-v6-c-page__drawer--c-drawer--BorderBlockStartWidth) solid var(--pf-v6-c-page__drawer--c-drawer--BorderBlockStartColor);
|
740
|
+
}
|
732
741
|
.pf-v6-c-page__drawer .pf-v6-c-page__main-container {
|
733
742
|
align-self: revert;
|
734
743
|
}
|
@@ -2,6 +2,9 @@ import './page.css';
|
|
2
2
|
declare const _default: {
|
3
3
|
"button": "pf-v6-c-button",
|
4
4
|
"dirRtl": "pf-v6-m-dir-rtl",
|
5
|
+
"drawer": "pf-v6-c-drawer",
|
6
|
+
"drawerMain": "pf-v6-c-drawer__main",
|
7
|
+
"drawerPanel": "pf-v6-c-drawer__panel",
|
5
8
|
"masthead": "pf-v6-c-masthead",
|
6
9
|
"mastheadToggle": "pf-v6-c-masthead__toggle",
|
7
10
|
"modifiers": {
|
@@ -4,6 +4,9 @@ require('./page.css');
|
|
4
4
|
exports.default = {
|
5
5
|
"button": "pf-v6-c-button",
|
6
6
|
"dirRtl": "pf-v6-m-dir-rtl",
|
7
|
+
"drawer": "pf-v6-c-drawer",
|
8
|
+
"drawerMain": "pf-v6-c-drawer__main",
|
9
|
+
"drawerPanel": "pf-v6-c-drawer__panel",
|
7
10
|
"masthead": "pf-v6-c-masthead",
|
8
11
|
"mastheadToggle": "pf-v6-c-masthead__toggle",
|
9
12
|
"modifiers": {
|
@@ -2,6 +2,9 @@ import './page.css';
|
|
2
2
|
export default {
|
3
3
|
"button": "pf-v6-c-button",
|
4
4
|
"dirRtl": "pf-v6-m-dir-rtl",
|
5
|
+
"drawer": "pf-v6-c-drawer",
|
6
|
+
"drawerMain": "pf-v6-c-drawer__main",
|
7
|
+
"drawerPanel": "pf-v6-c-drawer__panel",
|
5
8
|
"masthead": "pf-v6-c-masthead",
|
6
9
|
"mastheadToggle": "pf-v6-c-masthead__toggle",
|
7
10
|
"modifiers": {
|