@patternfly/react-styles 6.5.1 → 6.6.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 +6 -2
- package/css/assets/images/img_avatar-rhds.svg +22 -0
- package/css/assets/images/pf-logo-avatar.jpg +0 -0
- package/css/components/AboutModalBox/about-modal-box.css +1 -1
- package/css/components/Accordion/accordion.css +8 -4
- package/css/components/Alert/alert-group.css +1 -1
- package/css/components/Alert/alert.css +3 -3
- package/css/components/Avatar/avatar.css +144 -0
- package/css/components/Avatar/avatar.d.ts +12 -1
- package/css/components/Avatar/avatar.js +12 -1
- package/css/components/Avatar/avatar.mjs +12 -1
- package/css/components/Breadcrumb/breadcrumb.css +1 -1
- package/css/components/Button/button.css +9 -6
- package/css/components/Card/card.css +2 -2
- package/css/components/Check/check.css +1 -1
- package/css/components/ClipboardCopy/clipboard-copy.css +2 -2
- package/css/components/Compass/compass.css +7 -3
- package/css/components/Content/content.css +2 -2
- package/css/components/DataList/data-list.css +1 -1
- package/css/components/DescriptionList/description-list.css +0 -1
- package/css/components/Drawer/drawer.css +2 -2
- package/css/components/DualListSelector/dual-list-selector.css +6 -6
- package/css/components/ExpandableSection/expandable-section.css +3 -3
- package/css/components/Form/form.css +12 -12
- package/css/components/FormControl/form-control.css +1 -1
- package/css/components/Hero/hero.css +1 -1
- package/css/components/Hint/hint.css +1 -1
- package/css/components/InputGroup/input-group.css +5 -5
- package/css/components/JumpLinks/jump-links.css +1 -1
- package/css/components/Label/label.css +1 -1
- package/css/components/Login/login.css +2 -2
- package/css/components/Masthead/masthead.css +2 -2
- package/css/components/Menu/menu.css +4 -4
- package/css/components/MenuToggle/menu-toggle.css +4 -1
- package/css/components/ModalBox/modal-box.css +1 -1
- package/css/components/Nav/nav.css +5 -5
- package/css/components/NotificationDrawer/notification-drawer.css +5 -5
- package/css/components/Page/page.css +26 -21
- package/css/components/Popover/popover.css +1 -1
- package/css/components/Progress/progress.css +3 -3
- package/css/components/ProgressStepper/progress-stepper.css +1 -1
- package/css/components/Radio/radio.css +1 -1
- package/css/components/Sidebar/sidebar.css +4 -7
- package/css/components/Sidebar/sidebar.d.ts +5 -2
- package/css/components/Sidebar/sidebar.js +5 -2
- package/css/components/Sidebar/sidebar.mjs +5 -2
- package/css/components/Spinner/spinner.css +2 -2
- package/css/components/Switch/switch.css +1 -1
- package/css/components/Table/table-tree-view.css +10 -10
- package/css/components/Table/table.css +37 -10
- package/css/components/Table/table.d.ts +2 -0
- package/css/components/Table/table.js +2 -0
- package/css/components/Table/table.mjs +2 -0
- package/css/components/Tabs/tabs.css +3 -3
- package/css/components/TextInputGroup/text-input-group.css +1 -1
- package/css/components/Title/title.css +1 -1
- package/css/components/Toolbar/toolbar.css +1 -1
- package/css/components/Tooltip/tooltip.css +1 -1
- package/css/components/TreeView/tree-view.css +5 -5
- package/css/components/Wizard/wizard.css +5 -5
- package/css/components/_index.css +341 -155
- package/css/components/_index.d.ts +9 -4
- package/css/components/_index.js +9 -4
- package/css/components/_index.mjs +9 -4
- package/css/docs/components/Avatar/examples/Avatar.css +6 -0
- package/css/docs/components/Avatar/examples/Avatar.d.ts +6 -0
- package/css/docs/components/Avatar/examples/Avatar.js +7 -0
- package/css/docs/components/Avatar/examples/Avatar.mjs +5 -0
- package/css/docs/components/Table/examples/Table.css +6 -0
- package/css/layouts/Gallery/gallery.css +1 -1
- package/css/layouts/Grid/grid.css +1 -1
- package/css/layouts/_index.css +2 -2
- package/css/utilities/Accessibility/accessibility.css +12 -12
- package/css/utilities/_index.css +12 -12
- package/package.json +3 -4
- package/LICENSE +0 -21
package/CHANGELOG.md
CHANGED
|
@@ -3,11 +3,15 @@
|
|
|
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
|
+
# [6.6.0-prerelease.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.1-prerelease.0...@patternfly/react-styles@6.6.0-prerelease.1) (2026-05-26)
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
|
-
-
|
|
10
|
+
- updated to do 6.6.0 prereleases. ([#12434](https://github.com/patternfly/patternfly-react/issues/12434)) ([6e09ce8](https://github.com/patternfly/patternfly-react/commit/6e09ce8322ff13354991d901782231d437249aa6))
|
|
11
|
+
|
|
12
|
+
## [6.5.1-prerelease.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.5.0...@patternfly/react-styles@6.5.1-prerelease.0) (2026-05-21)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
|
11
15
|
|
|
12
16
|
# 6.5.0 (2026-05-20)
|
|
13
17
|
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none">
|
|
2
|
+
<g>
|
|
3
|
+
<rect width="48" height="48" fill="#147878"/>
|
|
4
|
+
<rect x="36" y="42" width="6" height="6" fill="#004D4D"/>
|
|
5
|
+
<rect x="6" y="42" width="6" height="6" fill="#004D4D"/>
|
|
6
|
+
<rect x="12" y="36" width="24" height="6" fill="#004D4D"/>
|
|
7
|
+
<rect x="18" y="30" width="12" height="6" fill="#004D4D"/>
|
|
8
|
+
<rect width="6" height="24" transform="matrix(-1 0 0 1 48 12)" fill="#004D4D"/>
|
|
9
|
+
<rect width="6" height="6" transform="matrix(-1 0 0 1 42 30)" fill="#004D4D"/>
|
|
10
|
+
<rect width="6" height="6" transform="matrix(-1 0 0 1 36 24)" fill="#004D4D"/>
|
|
11
|
+
<rect width="6" height="6" transform="matrix(-1 0 0 1 42 18)" fill="#004D4D"/>
|
|
12
|
+
<rect width="6" height="6" transform="matrix(-1 0 0 1 36 12)" fill="#004D4D"/>
|
|
13
|
+
<rect width="6" height="6" transform="matrix(-1 0 0 1 42 6)" fill="#004D4D"/>
|
|
14
|
+
<rect x="18" width="12" height="12" fill="#004D4D"/>
|
|
15
|
+
<rect x="6" y="30" width="6" height="6" fill="#004D4D"/>
|
|
16
|
+
<rect x="12" y="24" width="6" height="6" fill="#004D4D"/>
|
|
17
|
+
<rect x="6" y="18" width="6" height="6" fill="#004D4D"/>
|
|
18
|
+
<rect x="12" y="12" width="6" height="6" fill="#004D4D"/>
|
|
19
|
+
<rect x="6" y="6" width="6" height="6" fill="#004D4D"/>
|
|
20
|
+
<rect y="12" width="6" height="24" fill="#004D4D"/>
|
|
21
|
+
</g>
|
|
22
|
+
</svg>
|
|
Binary file
|
|
@@ -39,7 +39,9 @@
|
|
|
39
39
|
--pf-v6-c-accordion__expandable-content--m-fixed--MaxHeight: 9.375rem;
|
|
40
40
|
--pf-v6-c-accordion__expandable-content--MaxHeight: 0;
|
|
41
41
|
--pf-v6-c-accordion__expandable-content--Visibility: hidden;
|
|
42
|
+
--pf-v6-c-accordion__expandable-content--Overflow: hidden;
|
|
42
43
|
--pf-v6-c-accordion__item--m-expanded__expandable-content--Visibility: visible;
|
|
44
|
+
--pf-v6-c-accordion__item--m-expanded__expandable-content--Overflow: visible;
|
|
43
45
|
--pf-v6-c-accordion__item--m-expanded__expandable-content--MaxHeight: 99999px;
|
|
44
46
|
--pf-v6-c-accordion__item--m-expanded__expandable-content--MarginBlockEnd: var(--pf-t--global--spacer--md);
|
|
45
47
|
--pf-v6-c-accordion__item--before--TransitionDuration--expand--fade: var(--pf-t--global--motion--duration--fade--default);
|
|
@@ -172,6 +174,7 @@
|
|
|
172
174
|
--pf-v6-c-accordion__expandable-content--TransitionDuration--fade: 0s;
|
|
173
175
|
--pf-v6-c-accordion__expandable-content--m-fixed--MaxHeight--base: var(--pf-v6-c-accordion__expandable-content--m-fixed--MaxHeight);
|
|
174
176
|
--pf-v6-c-accordion__expandable-content--BorderWidth: var(--pf-v6-c-accordion__item--m-expanded__expandable-content--BorderWidth);
|
|
177
|
+
--pf-v6-c-accordion__expandable-content--Overflow: var(--pf-v6-c-accordion__item--m-expanded__expandable-content--Overflow);
|
|
175
178
|
}
|
|
176
179
|
|
|
177
180
|
.pf-v6-c-accordion__toggle {
|
|
@@ -219,8 +222,8 @@
|
|
|
219
222
|
}
|
|
220
223
|
|
|
221
224
|
.pf-v6-c-accordion__toggle-icon {
|
|
222
|
-
transition: var(--pf-v6-c-accordion__toggle-icon--Transition);
|
|
223
225
|
transform: rotate(var(--pf-v6-c-accordion__toggle-icon--Rotate));
|
|
226
|
+
transition: var(--pf-v6-c-accordion__toggle-icon--Transition);
|
|
224
227
|
}
|
|
225
228
|
|
|
226
229
|
.pf-v6-c-accordion__expandable-content:where([hidden]) {
|
|
@@ -228,26 +231,27 @@
|
|
|
228
231
|
}
|
|
229
232
|
|
|
230
233
|
.pf-v6-c-accordion__expandable-content {
|
|
234
|
+
visibility: var(--pf-v6-c-accordion__expandable-content--Visibility);
|
|
231
235
|
max-height: var(--pf-v6-c-accordion__expandable-content--MaxHeight);
|
|
232
236
|
margin-block-end: var(--pf-v6-c-accordion__expandable-content--MarginBlockEnd);
|
|
233
237
|
margin-inline-start: var(--pf-v6-c-accordion__expandable-content--MarginInlineStart);
|
|
234
238
|
margin-inline-end: var(--pf-v6-c-accordion__expandable-content--MarginInlineEnd);
|
|
239
|
+
overflow-y: var(--pf-v6-c-accordion__expandable-content--Overflow);
|
|
235
240
|
font-size: var(--pf-v6-c-accordion__expandable-content--FontSize);
|
|
236
241
|
color: var(--pf-v6-c-accordion__expandable-content--Color);
|
|
237
|
-
visibility: var(--pf-v6-c-accordion__expandable-content--Visibility);
|
|
238
242
|
background-color: var(--pf-v6-c-accordion__expandable-content--BackgroundColor);
|
|
239
243
|
border: var(--pf-v6-c-accordion__expandable-content--BorderWidth) solid var(--pf-v6-c-accordion__expandable-content--BorderColor);
|
|
240
244
|
border-radius: var(--pf-v6-c-accordion__expandable-content--BorderRadius);
|
|
241
245
|
opacity: var(--pf-v6-c-accordion__expandable-content--Opacity);
|
|
246
|
+
translate: 0 var(--pf-v6-c-accordion__expandable-content--TranslateY);
|
|
242
247
|
transition-delay: 0s, 0s, var(--pf-v6-c-accordion__expandable-content--TransitionDuration--fade), var(--pf-v6-c-accordion__expandable-content--TransitionDuration--fade), var(--pf-v6-c-accordion__expandable-content--TransitionDuration--fade);
|
|
243
248
|
transition-timing-function: var(--pf-v6-c-accordion__expandable-content--TransitionTimingFunction);
|
|
244
249
|
transition-duration: var(--pf-v6-c-accordion__expandable-content--TransitionDuration--fade), var(--pf-v6-c-accordion__expandable-content--TransitionDuration--slide), 0s, 0s, 0s;
|
|
245
250
|
transition-property: opacity, translate, visibility, max-height, margin-block-end;
|
|
246
|
-
translate: 0 var(--pf-v6-c-accordion__expandable-content--TranslateY);
|
|
247
251
|
}
|
|
248
252
|
.pf-v6-c-accordion__expandable-content.pf-m-fixed {
|
|
253
|
+
--pf-v6-c-accordion__expandable-content--Overflow: auto;
|
|
249
254
|
max-height: var(--pf-v6-c-accordion__expandable-content--m-fixed--MaxHeight--base);
|
|
250
|
-
overflow-y: auto;
|
|
251
255
|
}
|
|
252
256
|
|
|
253
257
|
.pf-v6-c-accordion__expandable-content-body {
|
|
@@ -127,8 +127,8 @@
|
|
|
127
127
|
display: grid;
|
|
128
128
|
grid-template-rows: 1fr;
|
|
129
129
|
opacity: 1;
|
|
130
|
-
transition: opacity var(--pf-v6-c-alert-group--m-toast__item--Transition--opacity--default);
|
|
131
130
|
transform: translateX(0) translateY(0);
|
|
131
|
+
transition: opacity var(--pf-v6-c-alert-group--m-toast__item--Transition--opacity--default);
|
|
132
132
|
}
|
|
133
133
|
@media screen and (prefers-reduced-motion: no-preference) {
|
|
134
134
|
.pf-v6-c-alert-group__item {
|
|
@@ -146,8 +146,8 @@
|
|
|
146
146
|
|
|
147
147
|
.pf-v6-c-alert__toggle-icon {
|
|
148
148
|
display: inline-block;
|
|
149
|
-
transition: transform var(--pf-v6-c-alert__toggle-icon--TransitionDuration) var(--pf-v6-c-alert__toggle-icon--TransitionTimingFunction);
|
|
150
149
|
transform: rotate(var(--pf-v6-c-alert__toggle-icon--Rotate));
|
|
150
|
+
transition: transform var(--pf-v6-c-alert__toggle-icon--TransitionDuration) var(--pf-v6-c-alert__toggle-icon--TransitionTimingFunction);
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
.pf-v6-c-alert__icon {
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
grid-area: title;
|
|
163
163
|
font-weight: var(--pf-v6-c-alert__title--FontWeight);
|
|
164
164
|
color: var(--pf-v6-c-alert__title--Color);
|
|
165
|
-
|
|
165
|
+
overflow-wrap: break-word;
|
|
166
166
|
}
|
|
167
167
|
.pf-v6-c-alert__title.pf-m-truncate {
|
|
168
168
|
display: -webkit-box;
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
.pf-v6-c-alert__description {
|
|
175
175
|
grid-area: description;
|
|
176
176
|
padding-block-start: var(--pf-v6-c-alert__description--PaddingBlockStart);
|
|
177
|
-
|
|
177
|
+
overflow-wrap: break-word;
|
|
178
178
|
}
|
|
179
179
|
.pf-v6-c-alert__description + .pf-v6-c-alert__action-group {
|
|
180
180
|
--pf-v6-c-alert__action-group--PaddingBlockStart: var(--pf-v6-c-alert__description--action-group--PaddingBlockStart);
|
|
@@ -4,24 +4,87 @@
|
|
|
4
4
|
--pf-v6-c-avatar--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
5
5
|
--pf-v6-c-avatar--Width: 2.25rem;
|
|
6
6
|
--pf-v6-c-avatar--Height: 2.25rem;
|
|
7
|
+
--pf-v6-c-avatar--FontSize: calc(2.25rem / 1.414);
|
|
7
8
|
--pf-v6-c-avatar--m-sm--Width: 1.5rem;
|
|
8
9
|
--pf-v6-c-avatar--m-sm--Height: 1.5rem;
|
|
10
|
+
--pf-v6-c-avatar--m-sm--FontSize: calc(1.5rem / 1.414);
|
|
9
11
|
--pf-v6-c-avatar--m-md--Width: 2.25rem;
|
|
10
12
|
--pf-v6-c-avatar--m-md--Height: 2.25rem;
|
|
13
|
+
--pf-v6-c-avatar--m-md--FontSize: calc(2.25rem / 1.414);
|
|
11
14
|
--pf-v6-c-avatar--m-lg--Width: 4.5rem;
|
|
12
15
|
--pf-v6-c-avatar--m-lg--Height: 4.5rem;
|
|
16
|
+
--pf-v6-c-avatar--m-lg--FontSize: calc(4.5rem / 1.414);
|
|
13
17
|
--pf-v6-c-avatar--m-xl--Width: 8rem;
|
|
14
18
|
--pf-v6-c-avatar--m-xl--Height: 8rem;
|
|
19
|
+
--pf-v6-c-avatar--m-xl--FontSize: calc(8rem / 1.414);
|
|
15
20
|
--pf-v6-c-avatar--m-bordered--BorderColor: var(--pf-t--global--border--color--default);
|
|
16
21
|
--pf-v6-c-avatar--m-bordered--BorderWidth: var(--pf-t--global--border--width--box--default);
|
|
22
|
+
--pf-v6-c-avatar--m-colorful--BorderWidth: var(--pf-t--global--border--width--box--default);
|
|
23
|
+
--pf-v6-c-avatar--m-gray--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
24
|
+
--pf-v6-c-avatar--m-gray--Color: var(--pf-t--global--icon--color--nonstatus--on-gray--hover);
|
|
25
|
+
--pf-v6-c-avatar--m-gray--BorderColor: var(--pf-t--global--border--color--default);
|
|
26
|
+
--pf-v6-c-avatar--m-red--BackgroundColor: var(--pf-t--global--color--nonstatus--red--default);
|
|
27
|
+
--pf-v6-c-avatar--m-red--Color: var(--pf-t--global--icon--color--nonstatus--on-red--default);
|
|
28
|
+
--pf-v6-c-avatar--m-red--BorderColor: var(--pf-t--global--border--color--nonstatus--red--default);
|
|
29
|
+
--pf-v6-c-avatar--m-orangered--BackgroundColor: var(--pf-t--global--color--nonstatus--orangered--default);
|
|
30
|
+
--pf-v6-c-avatar--m-orangered--Color: var(--pf-t--global--icon--color--nonstatus--on-orangered--default);
|
|
31
|
+
--pf-v6-c-avatar--m-orangered--BorderColor: var(--pf-t--global--border--color--nonstatus--orangered--default);
|
|
32
|
+
--pf-v6-c-avatar--m-orange--BackgroundColor: var(--pf-t--global--color--nonstatus--orange--default);
|
|
33
|
+
--pf-v6-c-avatar--m-orange--Color: var(--pf-t--global--icon--color--nonstatus--on-orange--default);
|
|
34
|
+
--pf-v6-c-avatar--m-orange--BorderColor: var(--pf-t--global--border--color--nonstatus--orange--default);
|
|
35
|
+
--pf-v6-c-avatar--m-yellow--BackgroundColor: var(--pf-t--global--color--nonstatus--yellow--default);
|
|
36
|
+
--pf-v6-c-avatar--m-yellow--Color: var(--pf-t--global--icon--color--nonstatus--on-yellow--default);
|
|
37
|
+
--pf-v6-c-avatar--m-yellow--BorderColor: var(--pf-t--global--border--color--nonstatus--yellow--default);
|
|
38
|
+
--pf-v6-c-avatar--m-green--BackgroundColor: var(--pf-t--global--color--nonstatus--green--default);
|
|
39
|
+
--pf-v6-c-avatar--m-green--Color: var(--pf-t--global--icon--color--nonstatus--on-green--default);
|
|
40
|
+
--pf-v6-c-avatar--m-green--BorderColor: var(--pf-t--global--border--color--nonstatus--green--default);
|
|
41
|
+
--pf-v6-c-avatar--m-teal--BackgroundColor: var(--pf-t--global--color--nonstatus--teal--default);
|
|
42
|
+
--pf-v6-c-avatar--m-teal--Color: var(--pf-t--global--icon--color--nonstatus--on-teal--default);
|
|
43
|
+
--pf-v6-c-avatar--m-teal--BorderColor: var(--pf-t--global--border--color--nonstatus--teal--default);
|
|
44
|
+
--pf-v6-c-avatar--m-blue--BackgroundColor: var(--pf-t--global--color--nonstatus--blue--default);
|
|
45
|
+
--pf-v6-c-avatar--m-blue--Color: var(--pf-t--global--icon--color--nonstatus--on-blue--default);
|
|
46
|
+
--pf-v6-c-avatar--m-blue--BorderColor: var(--pf-t--global--border--color--nonstatus--blue--default);
|
|
47
|
+
--pf-v6-c-avatar--m-purple--BackgroundColor: var(--pf-t--global--color--nonstatus--purple--default);
|
|
48
|
+
--pf-v6-c-avatar--m-purple--Color: var(--pf-t--global--icon--color--nonstatus--on-purple--default);
|
|
49
|
+
--pf-v6-c-avatar--m-purple--BorderColor: var(--pf-t--global--border--color--nonstatus--purple--default);
|
|
50
|
+
--pf-v6-c-avatar__initials--FontSize: var(--pf-t--global--font--size--body--lg);
|
|
51
|
+
--pf-v6-c-avatar__initials--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
52
|
+
--pf-v6-c-avatar--m-sm__initials--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
53
|
+
--pf-v6-c-avatar--m-sm__initials--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
54
|
+
--pf-v6-c-avatar--m-lg__initials--FontSize: var(--pf-t--global--font--size--2xl);
|
|
55
|
+
--pf-v6-c-avatar--m-lg__initials--FontWeight: var(--pf-t--global--font--weight--heading--bold);
|
|
56
|
+
--pf-v6-c-avatar--m-lg__initials--FontFamily: var(--pf-t--global--font--family--heading);
|
|
57
|
+
--pf-v6-c-avatar--m-xl__initials--FontSize: var(--pf-t--global--font--size--4xl);
|
|
58
|
+
--pf-v6-c-avatar--m-xl__initials--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
59
|
+
--pf-v6-c-avatar--m-xl__initials--FontFamily: var(--pf-t--global--font--family--heading);
|
|
60
|
+
--pf-v6-c-avatar--m-gray__initials--Color: var(--pf-t--global--text--color--nonstatus--on-gray--hover);
|
|
61
|
+
--pf-v6-c-avatar--m-red__initials--Color: var(--pf-t--global--text--color--nonstatus--on-red--default);
|
|
62
|
+
--pf-v6-c-avatar--m-orangered__initials--Color: var(--pf-t--global--text--color--nonstatus--on-orangered--default);
|
|
63
|
+
--pf-v6-c-avatar--m-orange__initials--Color: var(--pf-t--global--text--color--nonstatus--on-orange--default);
|
|
64
|
+
--pf-v6-c-avatar--m-yellow__initials--Color: var(--pf-t--global--text--color--nonstatus--on-yellow--default);
|
|
65
|
+
--pf-v6-c-avatar--m-green__initials--Color: var(--pf-t--global--text--color--nonstatus--on-green--default);
|
|
66
|
+
--pf-v6-c-avatar--m-teal__initials--Color: var(--pf-t--global--text--color--nonstatus--on-teal--default);
|
|
67
|
+
--pf-v6-c-avatar--m-blue__initials--Color: var(--pf-t--global--text--color--nonstatus--on-blue--default);
|
|
68
|
+
--pf-v6-c-avatar--m-purple__initials--Color: var(--pf-t--global--text--color--nonstatus--on-purple--default);
|
|
17
69
|
}
|
|
18
70
|
|
|
19
71
|
.pf-v6-c-avatar {
|
|
20
72
|
width: var(--pf-v6-c-avatar--Width);
|
|
21
73
|
height: var(--pf-v6-c-avatar--Height);
|
|
74
|
+
font-size: var(--pf-v6-c-avatar--FontSize);
|
|
75
|
+
color: var(--pf-v6-c-avatar--Color, inherit);
|
|
76
|
+
background-color: var(--pf-v6-c-avatar--BackgroundColor, transparent);
|
|
22
77
|
border: var(--pf-v6-c-avatar--BorderWidth) solid var(--pf-v6-c-avatar--BorderColor);
|
|
23
78
|
border-radius: var(--pf-v6-c-avatar--BorderRadius);
|
|
24
79
|
}
|
|
80
|
+
div.pf-v6-c-avatar {
|
|
81
|
+
display: inline-flex;
|
|
82
|
+
align-items: center;
|
|
83
|
+
justify-content: center;
|
|
84
|
+
overflow: clip;
|
|
85
|
+
vertical-align: middle;
|
|
86
|
+
}
|
|
87
|
+
|
|
25
88
|
.pf-v6-c-avatar.pf-m-bordered {
|
|
26
89
|
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-bordered--BorderColor);
|
|
27
90
|
--pf-v6-c-avatar--BorderWidth: var(--pf-v6-c-avatar--m-bordered--BorderWidth);
|
|
@@ -249,4 +312,85 @@
|
|
|
249
312
|
.pf-v6-c-avatar.pf-m-xl {
|
|
250
313
|
--pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-xl--Height-on-2xl, var(--pf-v6-c-avatar--m-xl--Height-on-xl, var(--pf-v6-c-avatar--m-xl--Height-on-lg, var(--pf-v6-c-avatar--m-xl--Height-on-md, var(--pf-v6-c-avatar--m-xl--Height-on-sm, var(--pf-v6-c-avatar--m-xl--Height))))));
|
|
251
314
|
}
|
|
315
|
+
}
|
|
316
|
+
.pf-v6-c-avatar.pf-m-sm {
|
|
317
|
+
--pf-v6-c-avatar--FontSize: var(--pf-v6-c-avatar--m-sm--FontSize);
|
|
318
|
+
--pf-v6-c-avatar__initials--FontSize: var(--pf-v6-c-avatar--m-sm__initials--FontSize);
|
|
319
|
+
--pf-v6-c-avatar__initials--FontWeight: var(--pf-v6-c-avatar--m-sm__initials--FontWeight);
|
|
320
|
+
}
|
|
321
|
+
.pf-v6-c-avatar.pf-m-lg {
|
|
322
|
+
--pf-v6-c-avatar--FontSize: var(--pf-v6-c-avatar--m-lg--FontSize);
|
|
323
|
+
--pf-v6-c-avatar__initials--FontSize: var(--pf-v6-c-avatar--m-lg__initials--FontSize);
|
|
324
|
+
--pf-v6-c-avatar__initials--FontWeight: var(--pf-v6-c-avatar--m-lg__initials--FontWeight);
|
|
325
|
+
--pf-v6-c-avatar__initials--FontFamily: var(--pf-v6-c-avatar--m-lg__initials--FontFamily);
|
|
326
|
+
}
|
|
327
|
+
.pf-v6-c-avatar.pf-m-xl {
|
|
328
|
+
--pf-v6-c-avatar--FontSize: var(--pf-v6-c-avatar--m-xl--FontSize);
|
|
329
|
+
--pf-v6-c-avatar__initials--FontSize: var(--pf-v6-c-avatar--m-xl__initials--FontSize);
|
|
330
|
+
--pf-v6-c-avatar__initials--FontWeight: var(--pf-v6-c-avatar--m-xl__initials--FontWeight);
|
|
331
|
+
--pf-v6-c-avatar__initials--FontFamily: var(--pf-v6-c-avatar--m-xl__initials--FontFamily);
|
|
332
|
+
}
|
|
333
|
+
.pf-v6-c-avatar.pf-m-colorful {
|
|
334
|
+
--pf-v6-c-avatar--BorderWidth: var(--pf-v6-c-avatar--m-colorful--BorderWidth);
|
|
335
|
+
}
|
|
336
|
+
.pf-v6-c-avatar.pf-m-red {
|
|
337
|
+
--pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-red--BackgroundColor);
|
|
338
|
+
--pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-red--Color);
|
|
339
|
+
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-red--BorderColor);
|
|
340
|
+
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-red__initials--Color);
|
|
341
|
+
}
|
|
342
|
+
.pf-v6-c-avatar.pf-m-orangered {
|
|
343
|
+
--pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-orangered--BackgroundColor);
|
|
344
|
+
--pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-orangered--Color);
|
|
345
|
+
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-orangered--BorderColor);
|
|
346
|
+
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-orangered__initials--Color);
|
|
347
|
+
}
|
|
348
|
+
.pf-v6-c-avatar.pf-m-orange {
|
|
349
|
+
--pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-orange--BackgroundColor);
|
|
350
|
+
--pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-orange--Color);
|
|
351
|
+
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-orange--BorderColor);
|
|
352
|
+
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-orange__initials--Color);
|
|
353
|
+
}
|
|
354
|
+
.pf-v6-c-avatar.pf-m-yellow {
|
|
355
|
+
--pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-yellow--BackgroundColor);
|
|
356
|
+
--pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-yellow--Color);
|
|
357
|
+
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-yellow--BorderColor);
|
|
358
|
+
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-yellow__initials--Color);
|
|
359
|
+
}
|
|
360
|
+
.pf-v6-c-avatar.pf-m-green {
|
|
361
|
+
--pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-green--BackgroundColor);
|
|
362
|
+
--pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-green--Color);
|
|
363
|
+
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-green--BorderColor);
|
|
364
|
+
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-green__initials--Color);
|
|
365
|
+
}
|
|
366
|
+
.pf-v6-c-avatar.pf-m-teal {
|
|
367
|
+
--pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-teal--BackgroundColor);
|
|
368
|
+
--pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-teal--Color);
|
|
369
|
+
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-teal--BorderColor);
|
|
370
|
+
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-teal__initials--Color);
|
|
371
|
+
}
|
|
372
|
+
.pf-v6-c-avatar.pf-m-blue {
|
|
373
|
+
--pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-blue--BackgroundColor);
|
|
374
|
+
--pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-blue--Color);
|
|
375
|
+
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-blue--BorderColor);
|
|
376
|
+
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-blue__initials--Color);
|
|
377
|
+
}
|
|
378
|
+
.pf-v6-c-avatar.pf-m-purple {
|
|
379
|
+
--pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-purple--BackgroundColor);
|
|
380
|
+
--pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-purple--Color);
|
|
381
|
+
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-purple--BorderColor);
|
|
382
|
+
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-purple__initials--Color);
|
|
383
|
+
}
|
|
384
|
+
.pf-v6-c-avatar.pf-m-gray {
|
|
385
|
+
--pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-gray--BackgroundColor);
|
|
386
|
+
--pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-gray--Color);
|
|
387
|
+
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-gray--BorderColor);
|
|
388
|
+
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-gray__initials--Color);
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
.pf-v6-c-avatar__initials {
|
|
392
|
+
font-family: var(--pf-v6-c-avatar__initials--FontFamily, revert);
|
|
393
|
+
font-size: var(--pf-v6-c-avatar__initials--FontSize);
|
|
394
|
+
font-weight: var(--pf-v6-c-avatar__initials--FontWeight);
|
|
395
|
+
color: var(--pf-v6-c-avatar__initials--Color);
|
|
252
396
|
}
|
|
@@ -1,12 +1,23 @@
|
|
|
1
1
|
import './avatar.css';
|
|
2
2
|
declare const _default: {
|
|
3
3
|
"avatar": "pf-v6-c-avatar",
|
|
4
|
+
"avatarInitials": "pf-v6-c-avatar__initials",
|
|
4
5
|
"modifiers": {
|
|
5
6
|
"bordered": "pf-m-bordered",
|
|
6
7
|
"sm": "pf-m-sm",
|
|
7
8
|
"md": "pf-m-md",
|
|
8
9
|
"lg": "pf-m-lg",
|
|
9
|
-
"xl": "pf-m-xl"
|
|
10
|
+
"xl": "pf-m-xl",
|
|
11
|
+
"colorful": "pf-m-colorful",
|
|
12
|
+
"red": "pf-m-red",
|
|
13
|
+
"orangered": "pf-m-orangered",
|
|
14
|
+
"orange": "pf-m-orange",
|
|
15
|
+
"yellow": "pf-m-yellow",
|
|
16
|
+
"green": "pf-m-green",
|
|
17
|
+
"teal": "pf-m-teal",
|
|
18
|
+
"blue": "pf-m-blue",
|
|
19
|
+
"purple": "pf-m-purple",
|
|
20
|
+
"gray": "pf-m-gray"
|
|
10
21
|
}
|
|
11
22
|
};
|
|
12
23
|
export default _default;
|
|
@@ -3,11 +3,22 @@ exports.__esModule = true;
|
|
|
3
3
|
require('./avatar.css');
|
|
4
4
|
exports.default = {
|
|
5
5
|
"avatar": "pf-v6-c-avatar",
|
|
6
|
+
"avatarInitials": "pf-v6-c-avatar__initials",
|
|
6
7
|
"modifiers": {
|
|
7
8
|
"bordered": "pf-m-bordered",
|
|
8
9
|
"sm": "pf-m-sm",
|
|
9
10
|
"md": "pf-m-md",
|
|
10
11
|
"lg": "pf-m-lg",
|
|
11
|
-
"xl": "pf-m-xl"
|
|
12
|
+
"xl": "pf-m-xl",
|
|
13
|
+
"colorful": "pf-m-colorful",
|
|
14
|
+
"red": "pf-m-red",
|
|
15
|
+
"orangered": "pf-m-orangered",
|
|
16
|
+
"orange": "pf-m-orange",
|
|
17
|
+
"yellow": "pf-m-yellow",
|
|
18
|
+
"green": "pf-m-green",
|
|
19
|
+
"teal": "pf-m-teal",
|
|
20
|
+
"blue": "pf-m-blue",
|
|
21
|
+
"purple": "pf-m-purple",
|
|
22
|
+
"gray": "pf-m-gray"
|
|
12
23
|
}
|
|
13
24
|
};
|
|
@@ -1,11 +1,22 @@
|
|
|
1
1
|
import './avatar.css';
|
|
2
2
|
export default {
|
|
3
3
|
"avatar": "pf-v6-c-avatar",
|
|
4
|
+
"avatarInitials": "pf-v6-c-avatar__initials",
|
|
4
5
|
"modifiers": {
|
|
5
6
|
"bordered": "pf-m-bordered",
|
|
6
7
|
"sm": "pf-m-sm",
|
|
7
8
|
"md": "pf-m-md",
|
|
8
9
|
"lg": "pf-m-lg",
|
|
9
|
-
"xl": "pf-m-xl"
|
|
10
|
+
"xl": "pf-m-xl",
|
|
11
|
+
"colorful": "pf-m-colorful",
|
|
12
|
+
"red": "pf-m-red",
|
|
13
|
+
"orangered": "pf-m-orangered",
|
|
14
|
+
"orange": "pf-m-orange",
|
|
15
|
+
"yellow": "pf-m-yellow",
|
|
16
|
+
"green": "pf-m-green",
|
|
17
|
+
"teal": "pf-m-teal",
|
|
18
|
+
"blue": "pf-m-blue",
|
|
19
|
+
"purple": "pf-m-purple",
|
|
20
|
+
"gray": "pf-m-gray"
|
|
10
21
|
}
|
|
11
22
|
};
|
|
@@ -68,10 +68,10 @@
|
|
|
68
68
|
font-weight: var(--pf-v6-c-breadcrumb__link--FontWeight);
|
|
69
69
|
line-height: inherit;
|
|
70
70
|
color: var(--pf-v6-c-breadcrumb__link--Color);
|
|
71
|
+
overflow-wrap: break-word;
|
|
71
72
|
text-decoration-line: var(--pf-v6-c-breadcrumb__link--TextDecorationLine);
|
|
72
73
|
text-decoration-style: var(--pf-v6-c-breadcrumb__link--TextDecorationStyle);
|
|
73
74
|
text-decoration-color: var(--pf-v6-c-breadcrumb__link--TextDecorationColor);
|
|
74
|
-
word-break: break-word;
|
|
75
75
|
background-color: var(--pf-v6-c-breadcrumb__link--BackgroundColor);
|
|
76
76
|
}
|
|
77
77
|
.pf-v6-c-breadcrumb__link:is(:hover, :focus) {
|
|
@@ -375,10 +375,10 @@
|
|
|
375
375
|
line-height: var(--pf-v6-c-button--LineHeight, inherit);
|
|
376
376
|
color: var(--pf-v6-c-button--Color);
|
|
377
377
|
text-align: center;
|
|
378
|
+
white-space: nowrap;
|
|
378
379
|
text-decoration-line: var(--pf-v6-c-button--TextDecorationLine);
|
|
379
380
|
text-decoration-style: var(--pf-v6-c-button--TextDecorationStyle);
|
|
380
381
|
text-decoration-color: var(--pf-v6-c-button--TextDecorationColor);
|
|
381
|
-
white-space: nowrap;
|
|
382
382
|
cursor: pointer;
|
|
383
383
|
-webkit-user-select: none;
|
|
384
384
|
user-select: none;
|
|
@@ -388,11 +388,11 @@
|
|
|
388
388
|
border-start-end-radius: var(--pf-v6-c-button--BorderStartEndRadius, var(--pf-v6-c-button--BorderRadius));
|
|
389
389
|
border-end-start-radius: var(--pf-v6-c-button--BorderEndStartRadius, var(--pf-v6-c-button--BorderRadius));
|
|
390
390
|
border-end-end-radius: var(--pf-v6-c-button--BorderEndEndRadius, var(--pf-v6-c-button--BorderRadius));
|
|
391
|
+
scale: var(--pf-v6-c-button--ScaleX) var(--pf-v6-c-button--ScaleY);
|
|
391
392
|
transition-delay: var(--pf-v6-c-button--TransitionDelay);
|
|
392
393
|
transition-timing-function: var(--pf-v6-c-button--TransitionTimingFunction);
|
|
393
394
|
transition-duration: var(--pf-v6-c-button--TransitionDuration);
|
|
394
395
|
transition-property: var(--pf-v6-c-button--TransitionProperty);
|
|
395
|
-
scale: var(--pf-v6-c-button--ScaleX) var(--pf-v6-c-button--ScaleY);
|
|
396
396
|
}
|
|
397
397
|
.pf-v6-c-button::after {
|
|
398
398
|
position: absolute;
|
|
@@ -519,10 +519,10 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
519
519
|
--pf-v6-c-button--hover--BorderWidth: 0;
|
|
520
520
|
--pf-v6-c-button--m-clicked--BorderWidth: 0;
|
|
521
521
|
text-align: start;
|
|
522
|
-
text-underline-offset: var(--pf-v6-c-button--m-link--m-inline--TextUnderlineOffset);
|
|
523
522
|
white-space: normal;
|
|
524
|
-
|
|
523
|
+
text-underline-offset: var(--pf-v6-c-button--m-link--m-inline--TextUnderlineOffset);
|
|
525
524
|
outline-offset: 0.125rem;
|
|
525
|
+
background: transparent;
|
|
526
526
|
}
|
|
527
527
|
.pf-v6-c-button.pf-m-link.pf-m-inline:hover, .pf-v6-c-button.pf-m-link.pf-m-inline:focus {
|
|
528
528
|
--pf-v6-c-button--m-link--m-inline--TextUnderlineOffset: var(--pf-v6-c-button--m-link--m-inline--hover--TextUnderlineOffset);
|
|
@@ -860,6 +860,9 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
860
860
|
justify-content: flex-start;
|
|
861
861
|
width: 100%;
|
|
862
862
|
}
|
|
863
|
+
.pf-v6-c-button.pf-m-docked .pf-v6-c-button__icon {
|
|
864
|
+
min-width: 1lh;
|
|
865
|
+
}
|
|
863
866
|
@media (min-width: 62rem) {
|
|
864
867
|
.pf-v6-c-button.pf-m-docked {
|
|
865
868
|
justify-content: center;
|
|
@@ -880,12 +883,12 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
880
883
|
margin-inline-start: var(--pf-v6-c-button__icon--MarginInlineStart);
|
|
881
884
|
margin-inline-end: var(--pf-v6-c-button__icon--MarginInlineEnd);
|
|
882
885
|
color: var(--pf-v6-c-button__icon--Color);
|
|
886
|
+
rotate: var(--pf-v6-c-button__icon--Rotate);
|
|
887
|
+
scale: var(--pf-v6-c-button__icon--ScaleX) var(--pf-v6-c-button__icon--ScaleY);
|
|
883
888
|
transition-delay: var(--pf-v6-c-button__icon--TransitionDelay);
|
|
884
889
|
transition-timing-function: var(--pf-v6-c-button__icon--TransitionTimingFunction);
|
|
885
890
|
transition-duration: var(--pf-v6-c-button__icon--TransitionDuration);
|
|
886
891
|
transition-property: var(--pf-v6-c-button__icon--TransitionProperty);
|
|
887
|
-
rotate: var(--pf-v6-c-button__icon--Rotate);
|
|
888
|
-
scale: var(--pf-v6-c-button__icon--ScaleX) var(--pf-v6-c-button__icon--ScaleY);
|
|
889
892
|
}
|
|
890
893
|
.pf-v6-c-button__icon.pf-m-start {
|
|
891
894
|
--pf-v6-c-button__icon--MarginInlineEnd: var(--pf-v6-c-button__icon--m-start--MarginInlineEnd);
|
|
@@ -106,8 +106,8 @@
|
|
|
106
106
|
--pf-v6-c-card--BackgroundColor: var(--pf-v6-c-card--m-glass--BackgroundColor);
|
|
107
107
|
--pf-v6-c-card--BorderColor: var(--pf-v6-c-card--m-glass--BorderColor);
|
|
108
108
|
--pf-v6-c-card--BorderWidth: var(--pf-v6-c-card--m-glass--BorderWidth);
|
|
109
|
-
backdrop-filter: var(--pf-v6-c-card--m-glass--BackdropFilter);
|
|
110
109
|
box-shadow: var(--pf-v6-c-card--m-glass--BoxShadow);
|
|
110
|
+
backdrop-filter: var(--pf-v6-c-card--m-glass--BackdropFilter);
|
|
111
111
|
}
|
|
112
112
|
.pf-v6-c-card.pf-m-selectable .pf-v6-c-card__selectable-actions :is(.pf-v6-c-check, .pf-v6-c-radio) {
|
|
113
113
|
gap: 0;
|
|
@@ -349,9 +349,9 @@
|
|
|
349
349
|
}
|
|
350
350
|
|
|
351
351
|
.pf-v6-c-card__clickable-action {
|
|
352
|
+
outline: 0;
|
|
352
353
|
background: none;
|
|
353
354
|
border: 0;
|
|
354
|
-
outline: 0;
|
|
355
355
|
}
|
|
356
356
|
.pf-v6-c-card__clickable-action:disabled, .pf-v6-c-card__clickable-action.pf-m-disabled {
|
|
357
357
|
pointer-events: none;
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
padding-inline-start: var(--pf-v6-c-clipboard-copy__expandable-content--PaddingInlineStart);
|
|
71
71
|
padding-inline-end: var(--pf-v6-c-clipboard-copy__expandable-content--PaddingInlineEnd);
|
|
72
72
|
margin-block-start: var(--pf-v6-c-clipboard-copy__expandable-content--MarginBlockStart);
|
|
73
|
-
|
|
73
|
+
overflow-wrap: break-word;
|
|
74
74
|
background-color: var(--pf-v6-c-clipboard-copy__expandable-content--BackgroundColor);
|
|
75
75
|
background-clip: padding-box;
|
|
76
76
|
border: solid var(--pf-v6-c-clipboard-copy__expandable-content--BorderColor);
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
.pf-v6-c-clipboard-copy__text {
|
|
89
|
-
|
|
89
|
+
overflow-wrap: break-word;
|
|
90
90
|
white-space: normal;
|
|
91
91
|
}
|
|
92
92
|
.pf-v6-c-clipboard-copy__text.pf-m-code {
|
|
@@ -196,8 +196,8 @@
|
|
|
196
196
|
.pf-v6-c-compass__sidebar:is(.pf-m-start, .pf-m-end),
|
|
197
197
|
.pf-v6-c-compass__main-footer,
|
|
198
198
|
.pf-v6-c-compass__footer {
|
|
199
|
-
margin: 0;
|
|
200
199
|
visibility: hidden;
|
|
200
|
+
margin: 0;
|
|
201
201
|
opacity: 0;
|
|
202
202
|
transition-delay: var(--pf-v6-c-compass--section--TransitionDelay);
|
|
203
203
|
transition-timing-function: var(--pf-v6-c-compass--section--TransitionTimingFunction);
|
|
@@ -315,15 +315,18 @@
|
|
|
315
315
|
inset-inline-start: 0;
|
|
316
316
|
z-index: var(--pf-v6-c-compass__dock--ZIndex);
|
|
317
317
|
display: flex;
|
|
318
|
+
visibility: hidden;
|
|
318
319
|
flex-direction: column;
|
|
319
320
|
grid-area: dock;
|
|
320
321
|
width: var(--pf-v6-c-compass__dock--Width);
|
|
321
|
-
transition: translate var(--pf-v6-c-compass__dock--TransitionDuration--slide) var(--pf-v6-c-compass__dock--TransitionTimingFunction--slide);
|
|
322
322
|
translate: -100% 0;
|
|
323
|
+
transition: translate var(--pf-v6-c-compass__dock--TransitionDuration--slide) var(--pf-v6-c-compass__dock--TransitionTimingFunction--slide), visibility 0s var(--pf-v6-c-compass__dock--TransitionDuration--slide);
|
|
323
324
|
}
|
|
324
325
|
.pf-v6-c-compass__dock.pf-m-expanded {
|
|
325
326
|
--pf-v6-c-compass__dock--TransitionDuration--slide: var(--pf-v6-c-compass__dock--m-expanded--TransitionDuration--slide);
|
|
327
|
+
visibility: visible;
|
|
326
328
|
translate: 0;
|
|
329
|
+
transition: translate var(--pf-v6-c-compass__dock--TransitionDuration--slide) var(--pf-v6-c-compass__dock--TransitionTimingFunction--slide), visibility 0s 0s;
|
|
327
330
|
}
|
|
328
331
|
@media (min-width: 62rem) {
|
|
329
332
|
.pf-v6-c-compass__dock {
|
|
@@ -331,6 +334,7 @@
|
|
|
331
334
|
--pf-v6-c-compass__dock-main--BorderInlineEndColor: var(--pf-v6-c-compass__dock-main--desktop--BorderInlineEndColor);
|
|
332
335
|
position: revert;
|
|
333
336
|
inset: revert;
|
|
337
|
+
visibility: revert;
|
|
334
338
|
width: auto;
|
|
335
339
|
translate: 0;
|
|
336
340
|
}
|
|
@@ -345,9 +349,9 @@
|
|
|
345
349
|
.pf-v6-c-compass__dock-main {
|
|
346
350
|
flex-grow: 1;
|
|
347
351
|
background-color: var(--pf-v6-c-compass__dock-main--BackgroundColor);
|
|
348
|
-
backdrop-filter: var(--pf-v6-c-compass__dock-main--BackdropFilter);
|
|
349
352
|
border-inline-end: var(--pf-v6-c-compass__dock-main--BorderInlineEndWidth) solid var(--pf-v6-c-compass__dock-main--BorderInlineEndColor);
|
|
350
353
|
box-shadow: var(--pf-v6-c-compass__dock-main--BoxShadow);
|
|
354
|
+
backdrop-filter: var(--pf-v6-c-compass__dock-main--BackdropFilter);
|
|
351
355
|
}
|
|
352
356
|
.pf-v6-c-compass__dock.pf-m-expanded .pf-v6-c-compass__dock-main {
|
|
353
357
|
border-inline-end: var(--pf-v6-c-compass__dock--m-expanded__dock-main--BorderInlineEndWidth) solid var(--pf-v6-c-compass__dock--m-expanded__dock-main--BorderInlineEndColor);
|
|
@@ -250,8 +250,8 @@ ul) {
|
|
|
250
250
|
@media screen and (min-width: 36rem) {
|
|
251
251
|
:is(.pf-v6-c-content--dl, .pf-v6-c-content dl) {
|
|
252
252
|
grid-template: auto/var(--pf-v6-c-content--dl--GridTemplateColumns--dt) var(--pf-v6-c-content--dl--GridTemplateColumns--dd);
|
|
253
|
-
|
|
254
|
-
|
|
253
|
+
row-gap: var(--pf-v6-c-content--dl--RowGap);
|
|
254
|
+
column-gap: var(--pf-v6-c-content--dl--ColumnGap);
|
|
255
255
|
}
|
|
256
256
|
}
|
|
257
257
|
|
|
@@ -760,8 +760,8 @@
|
|
|
760
760
|
.pf-v6-c-data-list__toggle-icon {
|
|
761
761
|
height: var(--pf-v6-c-data-list__toggle-icon--Height);
|
|
762
762
|
pointer-events: none;
|
|
763
|
-
transition: var(--pf-v6-c-data-list__toggle-icon--Transition);
|
|
764
763
|
transform: rotate(var(--pf-v6-c-data-list__toggle-icon--Rotate));
|
|
764
|
+
transition: var(--pf-v6-c-data-list__toggle-icon--Transition);
|
|
765
765
|
}
|
|
766
766
|
|
|
767
767
|
.pf-v6-c-data-list__item-content {
|
|
@@ -369,6 +369,7 @@
|
|
|
369
369
|
.pf-v6-c-drawer__panel {
|
|
370
370
|
position: relative;
|
|
371
371
|
z-index: var(--pf-v6-c-drawer__panel--ZIndex);
|
|
372
|
+
visibility: hidden;
|
|
372
373
|
flex-basis: var(--pf-v6-c-drawer__panel--FlexBasis);
|
|
373
374
|
row-gap: var(--pf-v6-c-drawer__panel--RowGap);
|
|
374
375
|
order: 1;
|
|
@@ -376,7 +377,6 @@
|
|
|
376
377
|
margin-block: var(--pf-v6-c-drawer__panel--MarginBlock, revert);
|
|
377
378
|
margin-inline: var(--pf-v6-c-drawer__panel--MarginInline, revert);
|
|
378
379
|
overflow: auto;
|
|
379
|
-
visibility: hidden;
|
|
380
380
|
background-color: var(--pf-v6-c-drawer__panel--BackgroundColor);
|
|
381
381
|
border: solid var(--pf-v6-c-drawer__panel--BorderColor);
|
|
382
382
|
border-block-start-width: var(--pf-v6-c-drawer__panel--BorderBlockStartWidth);
|
|
@@ -486,8 +486,8 @@
|
|
|
486
486
|
margin-block-start: var(--pf-v6-c-drawer__splitter--MarginBlockStart, 0);
|
|
487
487
|
margin-inline-start: var(--pf-v6-c-drawer__splitter--MarginInlineStart, 0);
|
|
488
488
|
cursor: var(--pf-v6-c-drawer__splitter--Cursor);
|
|
489
|
-
background-color: var(--pf-v6-c-drawer__splitter--BackgroundColor);
|
|
490
489
|
outline-offset: var(--pf-v6-c-drawer__splitter--focus--OutlineOffset);
|
|
490
|
+
background-color: var(--pf-v6-c-drawer__splitter--BackgroundColor);
|
|
491
491
|
}
|
|
492
492
|
.pf-v6-c-drawer__splitter.pf-m-vertical {
|
|
493
493
|
--pf-v6-c-drawer__splitter--Height: var(--pf-v6-c-drawer__splitter--m-vertical--Height);
|