@patternfly/react-styles 6.2.2 → 6.3.0-prerelease.10
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 +45 -5
- package/css/assets/images/icon-help.hbs +3 -0
- package/css/assets/images/icon-outlined-star.hbs +3 -0
- package/css/assets/images/icon-star.hbs +3 -0
- package/css/components/Accordion/accordion.css +72 -3
- package/css/components/Alert/alert-group.css +52 -31
- package/css/components/Alert/alert-group.d.ts +4 -1
- package/css/components/Alert/alert-group.js +4 -1
- package/css/components/Alert/alert-group.mjs +4 -1
- package/css/components/Button/button.css +154 -6
- package/css/components/Button/button.d.ts +12 -0
- package/css/components/Button/button.js +12 -0
- package/css/components/Button/button.mjs +12 -0
- package/css/components/Card/card.css +3 -0
- package/css/components/DataList/data-list.css +2 -2
- package/css/components/Drawer/drawer.css +28 -14
- package/css/components/DualListSelector/dual-list-selector.css +36 -0
- package/css/components/DualListSelector/dual-list-selector.d.ts +1 -0
- package/css/components/DualListSelector/dual-list-selector.js +1 -0
- package/css/components/DualListSelector/dual-list-selector.mjs +1 -0
- package/css/components/ExpandableSection/expandable-section.css +63 -1
- package/css/components/ExpandableSection/expandable-section.d.ts +3 -2
- package/css/components/ExpandableSection/expandable-section.js +3 -2
- package/css/components/ExpandableSection/expandable-section.mjs +3 -2
- package/css/components/FileUpload/file-upload.css +3 -3
- package/css/components/Form/form.css +40 -1
- package/css/components/Form/form.d.ts +2 -1
- package/css/components/Form/form.js +2 -1
- package/css/components/Form/form.mjs +2 -1
- package/css/components/FormControl/form-control.css +17 -2
- package/css/components/FormControl/form-control.d.ts +2 -2
- package/css/components/FormControl/form-control.js +2 -2
- package/css/components/FormControl/form-control.mjs +2 -2
- package/css/components/InputGroup/input-group.css +80 -0
- package/css/components/InputGroup/input-group.d.ts +6 -0
- package/css/components/InputGroup/input-group.js +6 -0
- package/css/components/InputGroup/input-group.mjs +6 -0
- package/css/components/Menu/menu.css +24 -4
- package/css/components/MenuToggle/menu-toggle.css +38 -4
- package/css/components/MenuToggle/menu-toggle.d.ts +1 -0
- package/css/components/MenuToggle/menu-toggle.js +1 -0
- package/css/components/MenuToggle/menu-toggle.mjs +1 -0
- package/css/components/Nav/nav.css +22 -8
- package/css/components/Page/page.css +62 -3
- 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/Progress/progress.css +16 -0
- package/css/components/Skeleton/skeleton.css +22 -2
- package/css/components/Spinner/spinner.css +5 -0
- package/css/components/Spinner/spinner.d.ts +1 -0
- package/css/components/Spinner/spinner.js +1 -0
- package/css/components/Spinner/spinner.mjs +1 -0
- package/css/components/Table/table-grid.css +21 -5
- package/css/components/Table/table-grid.d.ts +1 -0
- package/css/components/Table/table-grid.js +1 -0
- package/css/components/Table/table-grid.mjs +1 -0
- package/css/components/Table/table.css +86 -8
- package/css/components/Table/table.d.ts +4 -0
- package/css/components/Table/table.js +4 -0
- package/css/components/Table/table.mjs +4 -0
- package/css/components/Tabs/tabs.css +75 -0
- package/css/components/Tabs/tabs.d.ts +3 -1
- package/css/components/Tabs/tabs.js +3 -1
- package/css/components/Tabs/tabs.mjs +3 -1
- package/css/components/TextInputGroup/text-input-group.css +16 -0
- package/css/components/TextInputGroup/text-input-group.d.ts +1 -1
- package/css/components/TextInputGroup/text-input-group.js +1 -1
- package/css/components/TextInputGroup/text-input-group.mjs +1 -1
- package/css/components/Timestamp/timestamp.css +4 -0
- package/css/components/Timestamp/timestamp.d.ts +2 -1
- package/css/components/Timestamp/timestamp.js +2 -1
- package/css/components/Timestamp/timestamp.mjs +2 -1
- package/css/components/TreeView/tree-view.css +39 -0
- package/css/components/TreeView/tree-view.d.ts +1 -0
- package/css/components/TreeView/tree-view.js +1 -0
- package/css/components/TreeView/tree-view.mjs +1 -0
- package/css/components/Truncate/truncate.css +6 -0
- package/css/components/Truncate/truncate.d.ts +3 -0
- package/css/components/Truncate/truncate.js +3 -0
- package/css/components/Truncate/truncate.mjs +3 -0
- package/css/components/_index.css +985 -97
- package/css/components/_index.d.ts +28 -2
- package/css/components/_index.js +28 -2
- package/css/components/_index.mjs +28 -2
- package/package.json +3 -3
@@ -205,6 +205,7 @@
|
|
205
205
|
--pf-v6-c-accordion__toggle--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
206
206
|
--pf-v6-c-accordion__toggle--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
207
207
|
--pf-v6-c-accordion__toggle--BorderRadius: var(--pf-t--global--border--radius--small);
|
208
|
+
--pf-v6-c-accordion__toggle--ZIndex: var(--pf-t--global--z-index--xs);
|
208
209
|
--pf-v6-c-accordion--m-toggle-start__toggle--ColumnGap: var(--pf-t--global--spacer--gap--text-to-element--default);
|
209
210
|
--pf-v6-c-accordion__toggle-text--Color: var(--pf-t--global--text--color--regular);
|
210
211
|
--pf-v6-c-accordion__toggle-text--FontWeight: var(--pf-t--global--font--weight--body--default);
|
@@ -222,6 +223,24 @@
|
|
222
223
|
--pf-v6-c-accordion__expandable-content--Color: var(--pf-t--global--text--color--regular);
|
223
224
|
--pf-v6-c-accordion__expandable-content--FontSize: var(--pf-t--global--font--size--body--default);
|
224
225
|
--pf-v6-c-accordion__expandable-content--m-fixed--MaxHeight: 9.375rem;
|
226
|
+
--pf-v6-c-accordion__item--before--TransitionDuration--expand--fade: var(--pf-t--global--motion--duration--fade--default);
|
227
|
+
--pf-v6-c-accordion__item--before--TransitionDuration--collapse--fade: var(--pf-t--global--motion--duration--fade--short);
|
228
|
+
--pf-v6-c-accordion__item--before--TransitionDuration--fade: var(--pf-v6-c-accordion__item--before--TransitionDuration--collapse--fade);
|
229
|
+
--pf-v6-c-accordion__item--before--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
230
|
+
--pf-v6-c-accordion__item--before--Opacity: 0;
|
231
|
+
--pf-v6-c-accordion__item--m-expanded--before--Opacity: 1;
|
232
|
+
--pf-v6-c-accordion__item--m-expanded--before--TranslateY: 0;
|
233
|
+
--pf-v6-c-accordion__expandable-content--TransitionDuration--collapse--slide: 0s;
|
234
|
+
--pf-v6-c-accordion__expandable-content--TransitionDuration--collapse--fade: var(--pf-t--global--motion--duration--fade--short);
|
235
|
+
--pf-v6-c-accordion__expandable-content--TransitionDuration--expand--slide: 0s;
|
236
|
+
--pf-v6-c-accordion__expandable-content--TransitionDuration--expand--fade: var(--pf-t--global--motion--duration--fade--default);
|
237
|
+
--pf-v6-c-accordion__expandable-content--TransitionDuration--slide: var(--pf-v6-c-accordion__expandable-content--TransitionDuration--collapse--slide);
|
238
|
+
--pf-v6-c-accordion__expandable-content--TransitionDuration--fade: var(--pf-v6-c-accordion__expandable-content--TransitionDuration--collapse--fade);
|
239
|
+
--pf-v6-c-accordion__expandable-content--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
240
|
+
--pf-v6-c-accordion__expandable-content--Opacity: 0;
|
241
|
+
--pf-v6-c-accordion__item--m-expanded__expandable-content--Opacity: 1;
|
242
|
+
--pf-v6-c-accordion__expandable-content--TranslateY: 0;
|
243
|
+
--pf-v6-c-accordion__item--m-expanded__expandable-content--TranslateY: 0;
|
225
244
|
--pf-v6-c-accordion__expandable-content-body--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
226
245
|
--pf-v6-c-accordion__expandable-content-body--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
227
246
|
--pf-v6-c-accordion__expandable-content-body--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
@@ -241,6 +260,16 @@
|
|
241
260
|
--pf-v6-c-accordion__item--m-bordered--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);
|
242
261
|
--pf-v6-c-accordion__item--m-bordered--BorderBlockEndColor: var(--pf-t--global--border--color--default);
|
243
262
|
}
|
263
|
+
@media screen and (prefers-reduced-motion: no-preference) {
|
264
|
+
.pf-v6-c-accordion {
|
265
|
+
--pf-v6-c-accordion__item--before--TransitionDuration--expand--slide: var(--pf-t--global--motion--duration--fade--default);
|
266
|
+
--pf-v6-c-accordion__item--before--TransitionDuration--collapse--slide: var(--pf-t--global--motion--duration--fade--short);
|
267
|
+
--pf-v6-c-accordion__item--before--TranslateY: -.5rem;
|
268
|
+
--pf-v6-c-accordion__expandable-content--TransitionDuration--expand--slide: var(--pf-t--global--motion--duration--fade--default);
|
269
|
+
--pf-v6-c-accordion__expandable-content--TransitionDuration--collapse--slide: var(--pf-t--global--motion--duration--fade--short);
|
270
|
+
--pf-v6-c-accordion__expandable-content--TranslateY: -.5rem;
|
271
|
+
}
|
272
|
+
}
|
244
273
|
|
245
274
|
.pf-v6-c-accordion {
|
246
275
|
display: flex;
|
@@ -274,18 +303,39 @@
|
|
274
303
|
}
|
275
304
|
|
276
305
|
.pf-v6-c-accordion__item {
|
306
|
+
position: relative;
|
307
|
+
}
|
308
|
+
.pf-v6-c-accordion__item::before {
|
309
|
+
position: absolute;
|
310
|
+
inset: 0;
|
311
|
+
pointer-events: none;
|
312
|
+
content: "";
|
313
|
+
background-color: var(--pf-v6-c-accordion__item--m-expanded--BackgroundColor);
|
277
314
|
border-radius: var(--pf-v6-c-accordion__item--BorderRadius);
|
315
|
+
opacity: var(--pf-v6-c-accordion__item--before--Opacity);
|
316
|
+
transition-timing-function: var(--pf-v6-c-accordion__item--before--TransitionTimingFunction);
|
317
|
+
transition-duration: var(--pf-v6-c-accordion__item--before--TransitionDuration--fade);
|
318
|
+
transition-property: opacity;
|
278
319
|
}
|
279
320
|
.pf-v6-c-accordion__item.pf-m-expanded {
|
280
321
|
--pf-v6-c-accordion__toggle--PaddingBlockEnd: var(--pf-v6-c-accordion__toggle--m-expanded--PaddingBlockEnd);
|
281
322
|
--pf-v6-c-accordion__toggle-text--FontWeight: var(--pf-v6-c-accordion__toggle--m-expanded__toggle-text--FontWeight);
|
282
|
-
|
323
|
+
--pf-v6-c-accordion__item--before--TransitionDuration--slide: var(--pf-v6-c-accordion__item--before--TransitionDuration--expand--slide);
|
324
|
+
--pf-v6-c-accordion__item--before--TransitionDuration--fade: var(--pf-v6-c-accordion__item--before--TransitionDuration--expand--fade);
|
325
|
+
--pf-v6-c-accordion__item--before--Opacity: var(--pf-v6-c-accordion__item--m-expanded--before--Opacity);
|
326
|
+
--pf-v6-c-accordion__item--before--TranslateY: var(--pf-v6-c-accordion__item--m-expanded--before--TranslateY);
|
327
|
+
--pf-v6-c-accordion__expandable-content--TransitionDuration--slide: var(--pf-v6-c-accordion__expandable-content--TransitionDuration--expand--slide);
|
328
|
+
--pf-v6-c-accordion__expandable-content--TransitionDuration--fade: var(--pf-v6-c-accordion__expandable-content--TransitionDuration--expand--fade);
|
329
|
+
--pf-v6-c-accordion__expandable-content--Opacity: var(--pf-v6-c-accordion__item--m-expanded__expandable-content--Opacity);
|
330
|
+
--pf-v6-c-accordion__expandable-content--TranslateY: var(--pf-v6-c-accordion__item--m-expanded__expandable-content--TranslateY);
|
283
331
|
}
|
284
332
|
.pf-v6-c-accordion__item.pf-m-expanded .pf-v6-c-accordion__toggle-icon {
|
285
333
|
transform: rotate(var(--pf-v6-c-accordion__toggle--m-expanded__toggle-icon--Rotate));
|
286
334
|
}
|
287
335
|
|
288
336
|
.pf-v6-c-accordion__toggle {
|
337
|
+
position: relative;
|
338
|
+
z-index: var(--pf-v6-c-accordion__toggle--ZIndex);
|
289
339
|
display: flex;
|
290
340
|
column-gap: var(--pf-v6-c-accordion__toggle--ColumnGap);
|
291
341
|
align-items: center;
|
@@ -321,19 +371,38 @@
|
|
321
371
|
scale: -1 1;
|
322
372
|
}
|
323
373
|
|
374
|
+
.pf-v6-c-accordion__expandable-content:where([hidden]) {
|
375
|
+
display: revert;
|
376
|
+
}
|
377
|
+
|
324
378
|
.pf-v6-c-accordion__expandable-content {
|
325
|
-
|
379
|
+
max-height: 0;
|
326
380
|
margin-inline-start: var(--pf-v6-c-accordion__expandable-content--MarginInlineStart);
|
327
381
|
margin-inline-end: var(--pf-v6-c-accordion__expandable-content--MarginInlineEnd);
|
328
382
|
font-size: var(--pf-v6-c-accordion__expandable-content--FontSize);
|
329
383
|
color: var(--pf-v6-c-accordion__expandable-content--Color);
|
384
|
+
visibility: hidden;
|
330
385
|
background-color: var(--pf-v6-c-accordion__expandable-content--BackgroundColor);
|
331
386
|
border-radius: var(--pf-v6-c-accordion__expandable-content--BorderRadius);
|
387
|
+
opacity: var(--pf-v6-c-accordion__expandable-content--Opacity);
|
388
|
+
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);
|
389
|
+
transition-timing-function: var(--pf-v6-c-accordion__expandable-content--TransitionTimingFunction);
|
390
|
+
transition-duration: var(--pf-v6-c-accordion__expandable-content--TransitionDuration--fade), var(--pf-v6-c-accordion__expandable-content--TransitionDuration--slide), 0s, 0s, 0s;
|
391
|
+
transition-property: opacity, translate, visibility, max-height, margin-block-end;
|
392
|
+
translate: 0 var(--pf-v6-c-accordion__expandable-content--TranslateY);
|
332
393
|
}
|
333
394
|
.pf-v6-c-accordion__expandable-content.pf-m-fixed {
|
334
|
-
max-height: var(--pf-v6-c-accordion__expandable-content--m-fixed--MaxHeight);
|
335
395
|
overflow-y: auto;
|
336
396
|
}
|
397
|
+
.pf-v6-c-accordion__item.pf-m-expanded .pf-v6-c-accordion__expandable-content {
|
398
|
+
max-height: 99999px;
|
399
|
+
margin-block-end: var(--pf-v6-c-accordion__expandable-content--MarginBlockEnd);
|
400
|
+
visibility: revert;
|
401
|
+
transition-delay: 0s;
|
402
|
+
}
|
403
|
+
.pf-v6-c-accordion__item.pf-m-expanded .pf-v6-c-accordion__expandable-content.pf-m-fixed {
|
404
|
+
max-height: var(--pf-v6-c-accordion__expandable-content--m-fixed--MaxHeight);
|
405
|
+
}
|
337
406
|
|
338
407
|
.pf-v6-c-accordion__expandable-content-body {
|
339
408
|
padding-block-start: var(--pf-v6-c-accordion__expandable-content-body--PaddingBlockStart);
|
@@ -597,27 +666,45 @@
|
|
597
666
|
var(--pf-v6-c-alert-group--m-toast__item--c-alert--TransitionDuration)
|
598
667
|
var(--pf-v6-c-alert-group--m-toast__item--c-alert--TransitionTimingFunction)
|
599
668
|
0s;
|
600
|
-
--pf-v6-c-alert-group--m-toast__item--m-
|
601
|
-
--pf-v6-c-alert-group--m-toast__item--m-
|
602
|
-
--pf-v6-c-alert-group--m-toast__item--m-
|
603
|
-
--pf-v6-c-alert-group--m-toast__item--m-
|
604
|
-
--pf-v6-c-alert-group--m-toast__item--m-
|
605
|
-
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--
|
606
|
-
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--
|
607
|
-
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--
|
608
|
-
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--
|
609
|
-
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--
|
610
|
-
--pf-v6-c-alert-group--m-toast__item--m-
|
611
|
-
--pf-v6-c-alert-group--m-toast__item--m-
|
612
|
-
--pf-v6-c-alert-group--m-toast__item--m-
|
613
|
-
--pf-v6-c-alert-group--m-toast__item--m-
|
614
|
-
--pf-v6-c-alert-group--m-toast__item--m-
|
615
|
-
--pf-v6-c-alert-group--m-toast__item--m-
|
616
|
-
--pf-v6-c-alert-group--m-toast__item--m-
|
617
|
-
--pf-v6-c-alert-group--m-toast__item--m-
|
618
|
-
|
619
|
-
|
620
|
-
|
669
|
+
--pf-v6-c-alert-group--m-toast__item--m-outgoing--TransitionDuration--opacity--default: var(--pf-t--global--motion--duration--fade--default);
|
670
|
+
--pf-v6-c-alert-group--m-toast__item--m-outgoing--TransitionTimingFunction--opacity--default: var(--pf-t--global--motion--timing-function--accelerate);
|
671
|
+
--pf-v6-c-alert-group--m-toast__item--m-outgoing--TransitionDelay--grid-template-rows--default: var(--pf-t--global--motion--duration--fade--default);
|
672
|
+
--pf-v6-c-alert-group--m-toast__item--m-outgoing--TransitionDelay--margin-block--default: var(--pf-t--global--motion--duration--fade--default);
|
673
|
+
--pf-v6-c-alert-group--m-toast__item--m-outgoing--c-alert--TransitionDelay--default: var(--pf-t--global--motion--duration--fade--default);
|
674
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--opacity--default: initial;
|
675
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--opacity--default: initial;
|
676
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDelay--grid-template-rows--default: initial;
|
677
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDelay--margin-block--default: initial;
|
678
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--c-alert--TransitionDelay--default: initial;
|
679
|
+
--pf-v6-c-alert-group--m-toast__item--m-outgoing--TransitionDuration--transform: var(--pf-t--global--motion--duration--slide-out--short);
|
680
|
+
--pf-v6-c-alert-group--m-toast__item--m-outgoing--TransitionTimingFunction--transform: var(--pf-t--global--motion--timing-function--accelerate);
|
681
|
+
--pf-v6-c-alert-group--m-toast__item--m-outgoing--TransitionDuration--opacity: var(--pf-t--global--motion--duration--slide-out--short);
|
682
|
+
--pf-v6-c-alert-group--m-toast__item--m-outgoing--TransitionTimingFunction--opacity: var(--pf-t--global--motion--timing-function--accelerate);
|
683
|
+
--pf-v6-c-alert-group--m-toast__item--m-outgoing--TransitionDuration--margin-block: var(--pf-t--global--motion--duration--fade--short);
|
684
|
+
--pf-v6-c-alert-group--m-toast__item--m-outgoing--TransitionTimingFunction--margin-block: var(--pf-t--global--motion--timing-function--accelerate);
|
685
|
+
--pf-v6-c-alert-group--m-toast__item--m-outgoing--TransitionDelay--margin-block: var(--pf-t--global--motion--duration--slide-out--short);
|
686
|
+
--pf-v6-c-alert-group--m-toast__item--m-outgoing--TransitionDuration--grid-template-rows: var(--pf-t--global--motion--duration--slide-in--short);
|
687
|
+
--pf-v6-c-alert-group--m-toast__item--m-outgoing--TransitionTimingFunction--grid-template-rows: var(--pf-t--global--motion--timing-function--accelerate);
|
688
|
+
--pf-v6-c-alert-group--m-toast__item--m-outgoing--TransitionDelay--grid-template-rows: var(--pf-t--global--motion--duration--slide-out--short);
|
689
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--transform: initial;
|
690
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--transform: initial;
|
691
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--opacity: initial;
|
692
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--opacity: initial;
|
693
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--margin-block: initial;
|
694
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--margin-block: initial;
|
695
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDelay--margin-block: initial;
|
696
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--grid-template-rows: initial;
|
697
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--grid-template-rows: initial;
|
698
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDelay--grid-template-rows: initial;
|
699
|
+
--pf-v6-c-alert-group--m-toast__item--m-outgoing--c-alert--TransitionDuration: var(--pf-t--global--motion--duration--slide-out--short);
|
700
|
+
--pf-v6-c-alert-group--m-toast__item--m-outgoing--c-alert--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--accelerate);
|
701
|
+
--pf-v6-c-alert-group--m-toast__item--m-outgoing--c-alert--Transition: all
|
702
|
+
var(--pf-v6-c-alert-group--m-toast__item--m-outgoing--c-alert--TransitionDuration)
|
703
|
+
var(--pf-v6-c-alert-group--m-toast__item--m-outgoing--c-alert--TransitionTimingFunction)
|
704
|
+
var(--pf-v6-c-alert-group--m-toast__item--m-outgoing--c-alert--TransitionDuration);
|
705
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--c-alert--TransitionDuration: initial;
|
706
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--c-alert--TransitionTimingFunction: initial;
|
707
|
+
--pf-v6-c-alert-group--m-toast__item--m-offstage-right--c-alert--Transition: initial;
|
621
708
|
--pf-v6-c-alert-group__overflow-button--BorderWidth: 0;
|
622
709
|
--pf-v6-c-alert-group__overflow-button--BorderRadius: var(--pf-t--global--border--radius--medium);
|
623
710
|
--pf-v6-c-alert-group__overflow-button--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
@@ -677,40 +764,43 @@
|
|
677
764
|
transition: var(--pf-v6-c-alert-group--m-toast__item--c-alert--Transition);
|
678
765
|
}
|
679
766
|
}
|
680
|
-
.pf-v6-c-alert-group__item.pf-m-offstage-top:first-child {
|
767
|
+
.pf-v6-c-alert-group__item.pf-m-offstage-top:first-child, .pf-v6-c-alert-group__item.pf-m-incoming:first-child {
|
681
768
|
grid-template-rows: 0fr;
|
682
769
|
margin-block: 0;
|
683
770
|
overflow: hidden;
|
684
771
|
opacity: 0;
|
685
772
|
transform: translateY(-100%);
|
686
773
|
}
|
687
|
-
.pf-v6-c-alert-group__item.pf-m-offstage-top:first-child .pf-v6-c-alert {
|
774
|
+
.pf-v6-c-alert-group__item.pf-m-offstage-top:first-child .pf-v6-c-alert, .pf-v6-c-alert-group__item.pf-m-incoming:first-child .pf-v6-c-alert {
|
688
775
|
min-height: 0;
|
689
776
|
padding-block-start: 0;
|
690
777
|
padding-block-end: 0;
|
691
778
|
border-width: 0;
|
692
779
|
}
|
693
|
-
.pf-v6-c-alert-group__item.pf-m-offstage-right {
|
780
|
+
.pf-v6-c-alert-group__item.pf-m-offstage-right, .pf-v6-c-alert-group__item.pf-m-outgoing {
|
694
781
|
grid-template-rows: 0fr;
|
695
782
|
margin-block: 0;
|
696
783
|
overflow: hidden;
|
697
784
|
opacity: 0;
|
698
|
-
transition: grid-template-rows 0s var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDelay--grid-template-rows--default), margin-block 0s var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDelay--margin-block--default), opacity var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--opacity--default) var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--opacity--default);
|
785
|
+
transition: grid-template-rows 0s var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDelay--grid-template-rows--default, var(--pf-v6-c-alert-group--m-toast__item--m-outgoing--TransitionDelay--grid-template-rows--default)), margin-block 0s var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDelay--margin-block--default, var(--pf-v6-c-alert-group--m-toast__item--m-outgoing--TransitionDelay--margin-block--default)), opacity var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--opacity--default, var(--pf-v6-c-alert-group--m-toast__item--m-outgoing--TransitionDuration--opacity--default)) var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--opacity--default, var(--pf-v6-c-alert-group--m-toast__item--m-outgoing--TransitionTimingFunction--opacity--default));
|
699
786
|
}
|
700
|
-
.pf-v6-c-alert-group__item.pf-m-offstage-right .pf-v6-c-alert {
|
787
|
+
.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 {
|
701
788
|
min-height: 0;
|
702
789
|
padding-block-start: 0;
|
703
790
|
padding-block-end: 0;
|
704
791
|
border-width: 0;
|
705
|
-
transition: all 0s var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--c-alert--TransitionDelay--default);
|
792
|
+
transition: all 0s var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--c-alert--TransitionDelay--default, var(--pf-v6-c-alert-group--m-toast__item--m-outgoing--c-alert--TransitionDelay--default));
|
706
793
|
}
|
707
794
|
@media screen and (prefers-reduced-motion: no-preference) {
|
708
|
-
.pf-v6-c-alert-group__item.pf-m-offstage-right {
|
709
|
-
transition: transform var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--transform) var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--transform), opacity var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--opacity) var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--opacity), margin-block var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--margin-block) var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--margin-block) var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDelay--margin-block), grid-template-rows var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--grid-template-rows) var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--grid-template-rows) var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDelay--grid-template-rows);
|
795
|
+
.pf-v6-c-alert-group__item.pf-m-offstage-right, .pf-v6-c-alert-group__item.pf-m-outgoing {
|
796
|
+
transition: transform var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--transform, var(--pf-v6-c-alert-group--m-toast__item--m-outgoing--TransitionDuration--transform)) var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--transform, var(--pf-v6-c-alert-group--m-toast__item--m-outgoing--TransitionTimingFunction--transform)), opacity var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--opacity, var(--pf-v6-c-alert-group--m-toast__item--m-outgoing--TransitionDuration--opacity)) var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--opacity, var(--pf-v6-c-alert-group--m-toast__item--m-outgoing--TransitionTimingFunction--opacity)), margin-block var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--margin-block, var(--pf-v6-c-alert-group--m-toast__item--m-outgoing--TransitionDuration--margin-block)) var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--margin-block, var(--pf-v6-c-alert-group--m-toast__item--m-outgoing--TransitionTimingFunction--margin-block)) var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDelay--margin-block, var(--pf-v6-c-alert-group--m-toast__item--m-outgoing--TransitionDelay--margin-block)), grid-template-rows var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDuration--grid-template-rows, var(--pf-v6-c-alert-group--m-toast__item--m-outgoing--TransitionDuration--grid-template-rows)) var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionTimingFunction--grid-template-rows, var(--pf-v6-c-alert-group--m-toast__item--m-outgoing--TransitionTimingFunction--grid-template-rows)) var(--pf-v6-c-alert-group--m-toast__item--m-offstage-right--TransitionDelay--grid-template-rows, var(--pf-v6-c-alert-group--m-toast__item--m-outgoing--TransitionDelay--grid-template-rows));
|
710
797
|
transform: translateX(100%);
|
711
798
|
}
|
712
|
-
.pf-v6-c-alert-group__item.pf-m-offstage-right .pf-v6-c-alert {
|
713
|
-
|
799
|
+
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-alert-group__item.pf-m-offstage-right, .pf-v6-c-alert-group__item.pf-m-outgoing {
|
800
|
+
transform: translateX(calc(100% * var(--pf-v6-global--inverse--multiplier)));
|
801
|
+
}
|
802
|
+
.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 {
|
803
|
+
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));
|
714
804
|
}
|
715
805
|
}
|
716
806
|
.pf-v6-c-alert-group__item:hover {
|
@@ -1457,15 +1547,20 @@ button.pf-v6-c-breadcrumb__link {
|
|
1457
1547
|
--pf-v6-c-button--TextDecorationLine: none;
|
1458
1548
|
--pf-v6-c-button--TextDecorationStyle: none;
|
1459
1549
|
--pf-v6-c-button--TextDecorationColor: currentcolor;
|
1550
|
+
--pf-v6-c-button--TransitionDelay: 0s;
|
1460
1551
|
--pf-v6-c-button--TransitionDuration: var(--pf-t--global--motion--duration--fade--default);
|
1461
|
-
--pf-v6-c-button--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--
|
1462
|
-
--pf-v6-c-button--TransitionProperty: color, background
|
1552
|
+
--pf-v6-c-button--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--accelerate);
|
1553
|
+
--pf-v6-c-button--TransitionProperty: color, background, border-width, border-color;
|
1554
|
+
--pf-v6-c-button--ScaleX: 1;
|
1555
|
+
--pf-v6-c-button--ScaleY: 1;
|
1463
1556
|
--pf-v6-c-button--hover--BackgroundColor: transparent;
|
1464
1557
|
--pf-v6-c-button--hover--BorderColor: transparent;
|
1465
1558
|
--pf-v6-c-button--hover--BorderWidth: var(--pf-t--global--border--width--action--hover);
|
1466
1559
|
--pf-v6-c-button--hover--TextDecorationLine: none;
|
1467
1560
|
--pf-v6-c-button--hover--TextDecorationStyle: none;
|
1468
1561
|
--pf-v6-c-button--hover--TextDecorationColor: currentcolor;
|
1562
|
+
--pf-v6-c-button--hover--ScaleX: 1;
|
1563
|
+
--pf-v6-c-button--hover--ScaleY: 1;
|
1469
1564
|
--pf-v6-c-button--m-clicked--BackgroundColor: transparent;
|
1470
1565
|
--pf-v6-c-button--m-clicked--BorderColor: transparent;
|
1471
1566
|
--pf-v6-c-button--m-clicked--BorderWidth: var(--pf-t--global--border--width--action--clicked);
|
@@ -1675,12 +1770,30 @@ button.pf-v6-c-breadcrumb__link {
|
|
1675
1770
|
--pf-v6-c-button__icon--m-end--MarginInlineStart: 0;
|
1676
1771
|
--pf-v6-c-button--m-notify__icon--AnimationDuration--notify: var(--pf-t--global--motion--duration--3xl);
|
1677
1772
|
--pf-v6-c-button--m-notify__icon--AnimationTimingFunction--notify: var(--pf-t--global--motion--timing-function--default);
|
1773
|
+
--pf-v6-c-button__icon--TransitionDelay: 0s;
|
1774
|
+
--pf-v6-c-button__icon--TransitionTimingFunction: auto;
|
1775
|
+
--pf-v6-c-button__icon--TransitionDuration: 0s;
|
1776
|
+
--pf-v6-c-button__icon--TransitionProperty: none;
|
1777
|
+
--pf-v6-c-button__icon--Rotate: 0deg;
|
1778
|
+
--pf-v6-c-button--hover__icon--TransitionTimingFunction: auto;
|
1779
|
+
--pf-v6-c-button--hover__icon--TransitionDuration: 0s;
|
1780
|
+
--pf-v6-c-button--hover__icon--TransitionProperty: none;
|
1781
|
+
--pf-v6-c-button--hover__icon--Rotate: 0deg;
|
1782
|
+
--pf-v6-c-button__icon--ScaleX: 1;
|
1783
|
+
--pf-v6-c-button__icon--ScaleY: 1;
|
1784
|
+
--pf-v6-c-button--hover__icon--ScaleX: 1;
|
1785
|
+
--pf-v6-c-button--hover__icon--ScaleY: 1;
|
1678
1786
|
--pf-v6-c-button--m-favorite__icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
|
1679
1787
|
--pf-v6-c-button--m-favorite__icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
1680
1788
|
--pf-v6-c-button--m-favorited__icon--Color: var(--pf-t--global--color--favorite--default);
|
1681
1789
|
--pf-v6-c-button--m-favorited--hover__icon--Color: var(--pf-t--global--color--favorite--hover);
|
1682
1790
|
--pf-v6-c-button--m-favorited__icon--AnimationDuration: var(--pf-t--global--motion--duration--icon--long);
|
1683
1791
|
--pf-v6-c-button--m-favorited__icon--AnimationTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
1792
|
+
--pf-v6-c-button__icon--favorite--Opacity: 1;
|
1793
|
+
--pf-v6-c-button__icon--favorited--Opacity: 0;
|
1794
|
+
--pf-v6-c-button--m-favorited__icon--favorite--Opacity: 0;
|
1795
|
+
--pf-v6-c-button--m-favorited__icon--favorited--Opacity: 1;
|
1796
|
+
--pf-v6-c-button__icon--favorite--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
|
1684
1797
|
--pf-v6-c-button__progress--width: calc(var(--pf-t--global--icon--size--lg) + var(--pf-t--global--spacer--sm));
|
1685
1798
|
--pf-v6-c-button__progress--Opacity: 0;
|
1686
1799
|
--pf-v6-c-button__progress--TranslateY: -50%;
|
@@ -1695,9 +1808,28 @@ button.pf-v6-c-breadcrumb__link {
|
|
1695
1808
|
--pf-v6-c-button--m-in-progress--m-plain--Color: var(--pf-t--global--icon--color--brand--default);
|
1696
1809
|
--pf-v6-c-button--m-in-progress--m-plain__progress--InsetInlineStart: 50%;
|
1697
1810
|
--pf-v6-c-button--m-in-progress--m-plain__progress--TranslateX: -50%;
|
1811
|
+
--pf-v6-c-button--m-settings__icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--long);
|
1812
|
+
--pf-v6-c-button--m-settings__icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--accelerate);
|
1813
|
+
--pf-v6-c-button--m-settings--hover__icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--long);
|
1814
|
+
--pf-v6-c-button--m-settings--hover__icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
|
1815
|
+
--pf-v6-c-button--m-settings--hover__icon--Rotate: 60deg;
|
1698
1816
|
--pf-v6-c-button--m-primary__c-badge--BorderColor: var(--pf-t--global--border--color--default);
|
1699
1817
|
--pf-v6-c-button--m-block--Display: flex;
|
1700
1818
|
--pf-v6-c-button--m-block--Width: 100%;
|
1819
|
+
--pf-v6-c-button--hamburger-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
|
1820
|
+
--pf-v6-c-button--hamburger-icon--TransitionDuration: var(--pf-t--global--motion--duration--md);
|
1821
|
+
--pf-v6-c-button--hamburger-icon--top--path--base: path("M1,1 L9,1");
|
1822
|
+
--pf-v6-c-button--hamburger-icon--middle--path--base: path("M1,5 L9,5");
|
1823
|
+
--pf-v6-c-button--hamburger-icon--arrow--path--base: path("M1,5 L1,5 L1,5");
|
1824
|
+
--pf-v6-c-button--hamburger-icon--bottom--path--base: path("M9,9 L1,9");
|
1825
|
+
--pf-v6-c-button--hamburger-icon--top--path: var(--pf-v6-c-button--hamburger-icon--top--path--base);
|
1826
|
+
--pf-v6-c-button--hamburger-icon--middle--path: var(--pf-v6-c-button--hamburger-icon--middle--path--base);
|
1827
|
+
--pf-v6-c-button--hamburger-icon--arrow--path: var(--pf-v6-c-button--hamburger-icon--arrow--path--base);
|
1828
|
+
--pf-v6-c-button--hamburger-icon--bottom--path: var(--pf-v6-c-button--hamburger-icon--bottom--path--base);
|
1829
|
+
--pf-v6-c-button--hamburger-icon--top--collapse--path: path("M5,1 L9,1");
|
1830
|
+
--pf-v6-c-button--hamburger-icon--arrow--collapse--path: path("M3,7 L1,5 L3,3");
|
1831
|
+
--pf-v6-c-button--hamburger-icon--bottom--collapse--path: path("M9,9 L5,9");
|
1832
|
+
--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX: -1;
|
1701
1833
|
}
|
1702
1834
|
|
1703
1835
|
.pf-v6-c-button {
|
@@ -1721,16 +1853,19 @@ button.pf-v6-c-breadcrumb__link {
|
|
1721
1853
|
text-decoration-color: var(--pf-v6-c-button--TextDecorationColor);
|
1722
1854
|
white-space: nowrap;
|
1723
1855
|
cursor: pointer;
|
1856
|
+
-webkit-user-select: none;
|
1724
1857
|
user-select: none;
|
1725
|
-
background
|
1858
|
+
background: var(--pf-v6-c-button--BackgroundColor) radial-gradient(circle, transparent 1%, color-mix(in srgb, currentcolor 15%, transparent) 1%) center/15000% 15000%;
|
1726
1859
|
border: 0;
|
1727
1860
|
border-start-start-radius: var(--pf-v6-c-button--BorderStartStartRadius, var(--pf-v6-c-button--BorderRadius));
|
1728
1861
|
border-start-end-radius: var(--pf-v6-c-button--BorderStartEndRadius, var(--pf-v6-c-button--BorderRadius));
|
1729
1862
|
border-end-start-radius: var(--pf-v6-c-button--BorderEndStartRadius, var(--pf-v6-c-button--BorderRadius));
|
1730
1863
|
border-end-end-radius: var(--pf-v6-c-button--BorderEndEndRadius, var(--pf-v6-c-button--BorderRadius));
|
1864
|
+
transition-delay: var(--pf-v6-c-button--TransitionDelay);
|
1731
1865
|
transition-timing-function: var(--pf-v6-c-button--TransitionTimingFunction);
|
1732
1866
|
transition-duration: var(--pf-v6-c-button--TransitionDuration);
|
1733
1867
|
transition-property: var(--pf-v6-c-button--TransitionProperty);
|
1868
|
+
scale: var(--pf-v6-c-button--ScaleX) var(--pf-v6-c-button--ScaleY);
|
1734
1869
|
}
|
1735
1870
|
.pf-v6-c-button::after {
|
1736
1871
|
position: absolute;
|
@@ -1839,6 +1974,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
1839
1974
|
--pf-v6-c-button--m-link--hover__icon--Color: var(--pf-v6-c-button--m-link--m-inline--hover__icon--Color);
|
1840
1975
|
text-align: start;
|
1841
1976
|
white-space: normal;
|
1977
|
+
background: transparent;
|
1842
1978
|
outline-offset: 0.125rem;
|
1843
1979
|
}
|
1844
1980
|
span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
@@ -1972,6 +2108,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
1972
2108
|
--pf-v6-c-button--m-small--PaddingInlineEnd: var(--pf-v6-c-button--m-plain--m-no-padding--m-small--PaddingInlineEnd);
|
1973
2109
|
--pf-v6-c-button--m-small--PaddingInlineStart: var(--pf-v6-c-button--m-plain--m-no-padding--m-small--PaddingInlineStart);
|
1974
2110
|
min-width: var(--pf-v6-c-button--m-plain--m-no-padding--MinWidth);
|
2111
|
+
background: var(--pf-v6-c-button--BackgroundColor);
|
1975
2112
|
}
|
1976
2113
|
.pf-v6-c-button.pf-m-block {
|
1977
2114
|
--pf-v6-c-button--Display: var(--pf-v6-c-button--m-block--Display);
|
@@ -1991,44 +2128,96 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
1991
2128
|
--pf-v6-c-button--FontSize: var(--pf-v6-c-button--m-display-lg--FontSize);
|
1992
2129
|
}
|
1993
2130
|
.pf-v6-c-button.pf-m-favorite .pf-v6-c-button__icon {
|
2131
|
+
display: grid;
|
1994
2132
|
transition-timing-function: var(--pf-v6-c-button--m-favorite__icon--TransitionTimingFunction);
|
1995
2133
|
transition-duration: var(--pf-v6-c-button--m-favorite__icon--TransitionDuration);
|
1996
2134
|
transition-property: color;
|
1997
2135
|
}
|
1998
2136
|
.pf-v6-c-button.pf-m-favorited {
|
1999
2137
|
--pf-v6-c-button__icon--Color: var(--pf-v6-c-button--m-favorited__icon--Color);
|
2138
|
+
--pf-v6-c-button--m-plain--m-no-padding__icon--Color: var(--pf-v6-c-button--m-favorited__icon--Color);
|
2000
2139
|
--pf-v6-c-button--hover__icon--Color: var(--pf-v6-c-button--m-favorited--hover__icon--Color);
|
2140
|
+
--pf-v6-c-button--m-plain--m-no-padding--hover__icon--Color: var(--pf-v6-c-button--m-favorited--hover__icon--Color);
|
2141
|
+
--pf-v6-c-button__icon--favorite--Opacity: var(--pf-v6-c-button--m-favorited__icon--favorite--Opacity);
|
2142
|
+
--pf-v6-c-button__icon--favorited--Opacity: var(--pf-v6-c-button--m-favorited__icon--favorited--Opacity);
|
2001
2143
|
}
|
2002
2144
|
.pf-v6-c-button.pf-m-favorited .pf-v6-c-button__icon {
|
2003
2145
|
animation-name: pf-v6-c-button-icon-favorited;
|
2004
2146
|
animation-duration: var(--pf-v6-c-button--m-favorited__icon--AnimationDuration);
|
2005
2147
|
animation-timing-function: var(--pf-v6-c-button--m-favorited__icon--AnimationTimingFunction);
|
2006
2148
|
}
|
2149
|
+
.pf-v6-c-button.pf-m-settings {
|
2150
|
+
--pf-v6-c-button__icon--TransitionProperty: rotate;
|
2151
|
+
--pf-v6-c-button__icon--TransitionDuration: var(--pf-v6-c-button--m-settings__icon--TransitionDuration);
|
2152
|
+
--pf-v6-c-button__icon--TransitionTimingFunction: var(--pf-v6-c-button--m-settings__icon--TransitionTimingFunction);
|
2153
|
+
--pf-v6-c-button--hover__icon--TransitionProperty: rotate;
|
2154
|
+
--pf-v6-c-button--hover__icon--TransitionDuration: var(--pf-v6-c-button--m-settings--hover__icon--TransitionDuration);
|
2155
|
+
--pf-v6-c-button--hover__icon--TransitionTimingFunction: var(--pf-v6-c-button--m-settings--hover__icon--TransitionTimingFunction);
|
2156
|
+
--pf-v6-c-button--hover__icon--Rotate: var(--pf-v6-c-button--m-settings--hover__icon--Rotate);
|
2157
|
+
}
|
2158
|
+
.pf-v6-c-button.pf-m-hamburger {
|
2159
|
+
--pf-v6-c-button__icon--TransitionDelay: var(--pf-v6-c-button--hamburger-icon--TransitionDuration);
|
2160
|
+
--pf-v6-c-button__icon--TransitionDuration: 0s;
|
2161
|
+
--pf-v6-c-button__icon--TransitionProperty: scale;
|
2162
|
+
--pf-v6-c-button--hover__icon--TransitionDelay: var(--pf-v6-c-button--hamburger-icon--TransitionDuration);
|
2163
|
+
--pf-v6-c-button--hover__icon--TransitionDuration: 0s;
|
2164
|
+
--pf-v6-c-button--hover__icon--TransitionProperty: scale;
|
2165
|
+
}
|
2166
|
+
.pf-v6-c-button.pf-m-hamburger.pf-m-expand {
|
2167
|
+
--pf-v6-c-button--hamburger-icon--top--path: var(--pf-v6-c-button--hamburger-icon--top--collapse--path);
|
2168
|
+
--pf-v6-c-button--hamburger-icon--arrow--path: var(--pf-v6-c-button--hamburger-icon--arrow--collapse--path);
|
2169
|
+
--pf-v6-c-button--hamburger-icon--bottom--path: var(--pf-v6-c-button--hamburger-icon--bottom--collapse--path);
|
2170
|
+
--pf-v6-c-button__icon--TransitionDelay: 0s;
|
2171
|
+
--pf-v6-c-button__icon--ScaleX: var(--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX);
|
2172
|
+
--pf-v6-c-button--hover__icon--TransitionDelay: 0s;
|
2173
|
+
--pf-v6-c-button--hover__icon--ScaleX: var(--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX);
|
2174
|
+
}
|
2175
|
+
.pf-v6-c-button.pf-m-hamburger.pf-m-collapse {
|
2176
|
+
--pf-v6-c-button--hamburger-icon--top--path: var(--pf-v6-c-button--hamburger-icon--top--collapse--path);
|
2177
|
+
--pf-v6-c-button--hamburger-icon--arrow--path: var(--pf-v6-c-button--hamburger-icon--arrow--collapse--path);
|
2178
|
+
--pf-v6-c-button--hamburger-icon--bottom--path: var(--pf-v6-c-button--hamburger-icon--bottom--collapse--path);
|
2179
|
+
--pf-v6-c-button__icon--TransitionDelay: 0s;
|
2180
|
+
--pf-v6-c-button__icon--ScaleX: 1;
|
2181
|
+
--pf-v6-c-button--hover__icon--TransitionDelay: 0s;
|
2182
|
+
--pf-v6-c-button--hover__icon--ScaleX: 1;
|
2183
|
+
}
|
2007
2184
|
.pf-v6-c-button:hover, .pf-v6-c-button:focus {
|
2008
2185
|
--pf-v6-c-button--Color: var(--pf-v6-c-button--hover--Color);
|
2009
2186
|
--pf-v6-c-button--BackgroundColor: var(--pf-v6-c-button--hover--BackgroundColor);
|
2010
2187
|
--pf-v6-c-button--BorderColor: var(--pf-v6-c-button--hover--BorderColor);
|
2011
2188
|
--pf-v6-c-button--BorderWidth: var(--pf-v6-c-button--hover--BorderWidth);
|
2189
|
+
--pf-v6-c-button--ScaleX: var(--pf-v6-c-button--hover--ScaleX);
|
2190
|
+
--pf-v6-c-button--ScaleY: var(--pf-v6-c-button--hover--ScaleY);
|
2012
2191
|
--pf-v6-c-button--m-plain--m-no-padding__icon--Color: var(--pf-v6-c-button--m-plain--m-no-padding--hover__icon--Color);
|
2013
2192
|
--pf-v6-c-button__icon--Color: var(--pf-v6-c-button--hover__icon--Color);
|
2193
|
+
--pf-v6-c-button__icon--TransitionTimingFunction: var(--pf-v6-c-button--hover__icon--TransitionTimingFunction);
|
2194
|
+
--pf-v6-c-button__icon--TransitionDuration: var(--pf-v6-c-button--hover__icon--TransitionDuration);
|
2195
|
+
--pf-v6-c-button__icon--TransitionProperty: var(--pf-v6-c-button--hover__icon--TransitionProperty);
|
2196
|
+
--pf-v6-c-button__icon--Rotate: var(--pf-v6-c-button--hover__icon--Rotate);
|
2197
|
+
--pf-v6-c-button__icon--ScaleX: var(--pf-v6-c-button--hover__icon--ScaleX);
|
2198
|
+
--pf-v6-c-button__icon--ScaleY: var(--pf-v6-c-button--hover__icon--ScaleY);
|
2014
2199
|
text-decoration-line: var(--pf-v6-c-button--hover--TextDecorationLine);
|
2015
2200
|
text-decoration-style: var(--pf-v6-c-button--hover--TextDecorationStyle);
|
2016
2201
|
text-decoration-color: var(--pf-v6-c-button--hover--TextDecorationColor);
|
2017
2202
|
}
|
2018
|
-
.pf-v6-c-button.pf-m-clicked {
|
2203
|
+
.pf-v6-c-button:active, .pf-v6-c-button.pf-m-clicked {
|
2019
2204
|
--pf-v6-c-button--Color: var(--pf-v6-c-button--m-clicked--Color);
|
2020
2205
|
--pf-v6-c-button--BackgroundColor: var(--pf-v6-c-button--m-clicked--BackgroundColor);
|
2021
2206
|
--pf-v6-c-button--BorderWidth: var(--pf-v6-c-button--m-clicked--BorderWidth);
|
2022
2207
|
--pf-v6-c-button--BorderColor: var(--pf-v6-c-button--m-clicked--BorderColor);
|
2023
2208
|
--pf-v6-c-button__icon--Color: var(--pf-v6-c-button--m-clicked__icon--Color);
|
2024
2209
|
}
|
2210
|
+
.pf-v6-c-button:active {
|
2211
|
+
background-size: 100% 100%;
|
2212
|
+
transition-duration: 0s;
|
2213
|
+
}
|
2025
2214
|
.pf-v6-c-button:disabled, .pf-v6-c-button.pf-m-disabled {
|
2026
2215
|
pointer-events: none;
|
2027
2216
|
}
|
2028
2217
|
.pf-v6-c-button:disabled, .pf-v6-c-button.pf-m-disabled, .pf-v6-c-button.pf-m-aria-disabled {
|
2029
2218
|
color: var(--pf-v6-c-button--disabled--Color);
|
2030
2219
|
text-decoration-color: var(--pf-v6-c-button--disabled--TextDecorationColor);
|
2031
|
-
background
|
2220
|
+
background: var(--pf-v6-c-button--disabled--BackgroundColor);
|
2032
2221
|
}
|
2033
2222
|
.pf-v6-c-button:disabled::after, .pf-v6-c-button.pf-m-disabled::after, .pf-v6-c-button.pf-m-aria-disabled::after {
|
2034
2223
|
border-color: transparent;
|
@@ -2069,6 +2258,12 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
2069
2258
|
margin-inline-start: var(--pf-v6-c-button__icon--MarginInlineStart);
|
2070
2259
|
margin-inline-end: var(--pf-v6-c-button__icon--MarginInlineEnd);
|
2071
2260
|
color: var(--pf-v6-c-button__icon--Color);
|
2261
|
+
transition-delay: var(--pf-v6-c-button__icon--TransitionDelay);
|
2262
|
+
transition-timing-function: var(--pf-v6-c-button__icon--TransitionTimingFunction);
|
2263
|
+
transition-duration: var(--pf-v6-c-button__icon--TransitionDuration);
|
2264
|
+
transition-property: var(--pf-v6-c-button__icon--TransitionProperty);
|
2265
|
+
rotate: var(--pf-v6-c-button__icon--Rotate);
|
2266
|
+
scale: var(--pf-v6-c-button__icon--ScaleX) var(--pf-v6-c-button__icon--ScaleY);
|
2072
2267
|
}
|
2073
2268
|
.pf-v6-c-button__icon.pf-m-start {
|
2074
2269
|
--pf-v6-c-button__icon--MarginInlineEnd: var(--pf-v6-c-button__icon--m-start--MarginInlineEnd);
|
@@ -2077,6 +2272,21 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
2077
2272
|
--pf-v6-c-button__icon--MarginInlineStart: var(--pf-v6-c-button__icon--m-end--MarginInlineStart);
|
2078
2273
|
}
|
2079
2274
|
|
2275
|
+
.pf-v6-c-button__icon-favorite,
|
2276
|
+
.pf-v6-c-button__icon-favorited {
|
2277
|
+
grid-area: 1/1/1/1;
|
2278
|
+
transition-duration: var(--pf-v6-c-button__icon--favorite--TransitionDuration);
|
2279
|
+
transition-property: opacity;
|
2280
|
+
}
|
2281
|
+
|
2282
|
+
.pf-v6-c-button__icon-favorite {
|
2283
|
+
opacity: var(--pf-v6-c-button__icon--favorite--Opacity);
|
2284
|
+
}
|
2285
|
+
|
2286
|
+
.pf-v6-c-button__icon-favorited {
|
2287
|
+
opacity: var(--pf-v6-c-button__icon--favorited--Opacity);
|
2288
|
+
}
|
2289
|
+
|
2080
2290
|
.pf-v6-c-button__progress {
|
2081
2291
|
position: absolute;
|
2082
2292
|
inset-block-start: var(--pf-v6-c-button__progress--InsetBlockStart);
|
@@ -2089,11 +2299,39 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
2089
2299
|
--pf-v6-c-spinner--Color: currentcolor;
|
2090
2300
|
}
|
2091
2301
|
|
2302
|
+
.pf-v6-c-button__text {
|
2303
|
+
text-decoration: inherit;
|
2304
|
+
}
|
2305
|
+
|
2092
2306
|
.pf-v6-c-button__count {
|
2093
2307
|
display: inline-flex;
|
2094
2308
|
align-items: center;
|
2095
2309
|
}
|
2096
2310
|
|
2311
|
+
.pf-v6-c-button--hamburger-icon path {
|
2312
|
+
fill: none;
|
2313
|
+
stroke: currentcolor;
|
2314
|
+
stroke-linecap: round;
|
2315
|
+
stroke-linejoin: round;
|
2316
|
+
transition: d var(--pf-v6-c-button--hamburger-icon--TransitionDuration) var(--pf-v6-c-button--hamburger-icon--TransitionTimingFunction);
|
2317
|
+
}
|
2318
|
+
|
2319
|
+
.pf-v6-c-button--hamburger-icon--top {
|
2320
|
+
d: var(--pf-v6-c-button--hamburger-icon--top--path);
|
2321
|
+
}
|
2322
|
+
|
2323
|
+
.pf-v6-c-button--hamburger-icon--middle {
|
2324
|
+
d: var(--pf-v6-c-button--hamburger-icon--middle--path);
|
2325
|
+
}
|
2326
|
+
|
2327
|
+
.pf-v6-c-button--hamburger-icon--arrow {
|
2328
|
+
d: var(--pf-v6-c-button--hamburger-icon--arrow--path);
|
2329
|
+
}
|
2330
|
+
|
2331
|
+
.pf-v6-c-button--hamburger-icon--bottom {
|
2332
|
+
d: var(--pf-v6-c-button--hamburger-icon--bottom--path);
|
2333
|
+
}
|
2334
|
+
|
2097
2335
|
@keyframes pf-v6-c-button-icon-notify {
|
2098
2336
|
33% {
|
2099
2337
|
transform: rotate(30deg);
|
@@ -2104,7 +2342,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
2104
2342
|
}
|
2105
2343
|
@keyframes pf-v6-c-button-icon-favorited {
|
2106
2344
|
50% {
|
2107
|
-
|
2345
|
+
scale: 1.5;
|
2108
2346
|
}
|
2109
2347
|
}
|
2110
2348
|
.pf-v6-c-calendar-month {
|
@@ -2329,6 +2567,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
2329
2567
|
--pf-v6-c-card__title-text--FontSize: var(--pf-t--global--font--size--heading--xs);
|
2330
2568
|
--pf-v6-c-card__title-text--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
2331
2569
|
--pf-v6-c-card__title-text--LineHeight: var(--pf-t--global--font--line-height--heading);
|
2570
|
+
--pf-v6-c-card__title-text--OverflowWrap: break-word;
|
2332
2571
|
--pf-v6-c-card--c-button--disabled--Color: var(--pf-t--global--text--color--on-disabled);
|
2333
2572
|
--pf-v6-c-card__body--FontSize: var(--pf-t--global--font--size--body--default);
|
2334
2573
|
--pf-v6-c-card__footer--FontSize: var(--pf-t--global--font--size--body--default);
|
@@ -2541,11 +2780,13 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
2541
2780
|
}
|
2542
2781
|
|
2543
2782
|
.pf-v6-c-card__title-text {
|
2783
|
+
overflow: auto;
|
2544
2784
|
font-family: var(--pf-v6-c-card__title-text--FontFamily);
|
2545
2785
|
font-size: var(--pf-v6-c-card__title-text--FontSize);
|
2546
2786
|
font-weight: var(--pf-v6-c-card__title-text--FontWeight);
|
2547
2787
|
line-height: var(--pf-v6-c-card__title-text--LineHeight);
|
2548
2788
|
color: var(--pf-v6-c-card__title-text--Color);
|
2789
|
+
overflow-wrap: var(--pf-v6-c-card__title-text--OverflowWrap);
|
2549
2790
|
}
|
2550
2791
|
|
2551
2792
|
.pf-v6-c-card__actions {
|
@@ -3886,8 +4127,8 @@ ul) {
|
|
3886
4127
|
--pf-v6-c-data-list--m-compact__item-content--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
3887
4128
|
--pf-v6-c-data-list--m-compact__item-draggable-button--MarginBlockStart: calc(var(--pf-t--global--spacer--sm) * -1);
|
3888
4129
|
--pf-v6-c-data-list--m-compact__item-draggable-button--MarginBlockEnd: calc(var(--pf-t--global--spacer--sm) * -1);
|
3889
|
-
--pf-v6-c-data-list--m-compact__item-draggable-button--PaddingBlockStart: var(--pf-t--global--spacer--
|
3890
|
-
--pf-v6-c-data-list--m-compact__item-draggable-button--PaddingBlockEnd: var(--pf-t--global--spacer--
|
4130
|
+
--pf-v6-c-data-list--m-compact__item-draggable-button--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
4131
|
+
--pf-v6-c-data-list--m-compact__item-draggable-button--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
|
3891
4132
|
--pf-v6-c-data-list--m-compact__cell--m-icon--cell--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
3892
4133
|
}
|
3893
4134
|
@media screen and (min-width: 36rem) {
|
@@ -4624,6 +4865,17 @@ ul) {
|
|
4624
4865
|
--pf-v6-c-dual-list-selector__menu--MinHeight: 12.5rem;
|
4625
4866
|
--pf-v6-c-dual-list-selector__menu--MaxHeight: 20rem;
|
4626
4867
|
--pf-v6-c-dual-list-selector__menu--MarginBlockStart: var(--pf-t--global--spacer--md);
|
4868
|
+
--pf-v6-c-dual-list-selector__list--TransitionDuration--expand--slide: 0s;
|
4869
|
+
--pf-v6-c-dual-list-selector__list--TransitionDuration--expand--fade: var(--pf-t--global--motion--duration--fade--default);
|
4870
|
+
--pf-v6-c-dual-list-selector__list--TransitionDuration--collapse--slide: 0s;
|
4871
|
+
--pf-v6-c-dual-list-selector__list--TransitionDuration--collapse--fade: var(--pf-t--global--motion--duration--fade--short);
|
4872
|
+
--pf-v6-c-dual-list-selector__list--TransitionDuration--slide: var(--pf-v6-c-dual-list-selector__list--TransitionDuration--collapse--slide);
|
4873
|
+
--pf-v6-c-dual-list-selector__list--TransitionDuration--fade: var(--pf-v6-c-dual-list-selector__list--TransitionDuration--collapse--fade);
|
4874
|
+
--pf-v6-c-dual-list-selector__list--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
4875
|
+
--pf-v6-c-dual-list-selector__list--Opacity: 0;
|
4876
|
+
--pf-v6-c-dual-list-selector--m-expanded__list--Opacity: 1;
|
4877
|
+
--pf-v6-c-dual-list-selector__list--TranslateY: 0;
|
4878
|
+
--pf-v6-c-dual-list-selector--m-expanded__list--TranslateY: 0;
|
4627
4879
|
--pf-v6-c-dual-list-selector__list-item-row--FontSize: var(--pf-t--global--font--size--sm);
|
4628
4880
|
--pf-v6-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
4629
4881
|
--pf-v6-c-dual-list-selector__list-item-row--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
@@ -4661,6 +4913,13 @@ ul) {
|
|
4661
4913
|
--pf-v6-c-dual-list-selector__item-toggle-icon--MinWidth: var(--pf-v6-c-dual-list-selector__list-item-row--FontSize);
|
4662
4914
|
--pf-v6-c-dual-list-selector__list-item--m-disabled__item-toggle-icon--Color: var(--pf-t--global--icon--color--disabled);
|
4663
4915
|
}
|
4916
|
+
@media screen and (prefers-reduced-motion: no-preference) {
|
4917
|
+
.pf-v6-c-dual-list-selector {
|
4918
|
+
--pf-v6-c-dual-list-selector__list--TransitionDuration--expand--slide: var(--pf-t--global--motion--duration--fade--default);
|
4919
|
+
--pf-v6-c-dual-list-selector__list--TransitionDuration--collapse--slide: var(--pf-t--global--motion--duration--fade--short);
|
4920
|
+
--pf-v6-c-dual-list-selector__list--TranslateY: -.5rem;
|
4921
|
+
}
|
4922
|
+
}
|
4664
4923
|
|
4665
4924
|
.pf-v6-c-dual-list-selector {
|
4666
4925
|
display: grid;
|
@@ -4756,9 +5015,27 @@ ul) {
|
|
4756
5015
|
.pf-v6-c-dual-list-selector__list-item.pf-m-expandable {
|
4757
5016
|
--pf-v6-c-dual-list-selector__item--PaddingInlineStart: var(--pf-v6-c-dual-list-selector__item--m-expandable--PaddingInlineStart);
|
4758
5017
|
}
|
5018
|
+
.pf-v6-c-dual-list-selector.pf-m-animate-expand .pf-v6-c-dual-list-selector__list-item.pf-m-expandable > .pf-v6-c-dual-list-selector__list {
|
5019
|
+
max-height: 0;
|
5020
|
+
visibility: hidden;
|
5021
|
+
opacity: var(--pf-v6-c-dual-list-selector__list--Opacity);
|
5022
|
+
transition-delay: 0s, 0s, var(--pf-v6-c-dual-list-selector__list--TransitionDuration--fade), var(--pf-v6-c-dual-list-selector__list--TransitionDuration--fade);
|
5023
|
+
transition-timing-function: var(--pf-v6-c-dual-list-selector__list--TransitionTimingFunction);
|
5024
|
+
transition-duration: var(--pf-v6-c-dual-list-selector__list--TransitionDuration--fade), var(--pf-v6-c-dual-list-selector__list--TransitionDuration--slide), 0s, 0s;
|
5025
|
+
transition-property: opacity, translate, visibility, max-height;
|
5026
|
+
translate: 0 var(--pf-v6-c-dual-list-selector__list--TranslateY);
|
5027
|
+
}
|
4759
5028
|
.pf-v6-c-dual-list-selector__list-item.pf-m-expanded {
|
4760
5029
|
--pf-v6-c-dual-list-selector__item-toggle-icon--Rotate: var(--pf-v6-c-dual-list-selector__list-item--m-expanded__item-toggle-icon--Rotate);
|
4761
5030
|
}
|
5031
|
+
.pf-v6-c-dual-list-selector.pf-m-animate-expand .pf-v6-c-dual-list-selector__list-item.pf-m-expanded > .pf-v6-c-dual-list-selector__list {
|
5032
|
+
max-height: 99999px;
|
5033
|
+
visibility: revert;
|
5034
|
+
opacity: var(--pf-v6-c-dual-list-selector--m-expanded__list--Opacity);
|
5035
|
+
transition-delay: 0s;
|
5036
|
+
transition-duration: var(--pf-v6-c-dual-list-selector__list--TransitionDuration--expand--fade), var(--pf-v6-c-dual-list-selector__list--TransitionDuration--expand--slide), 0s, 0s;
|
5037
|
+
translate: 0 var(--pf-v6-c-dual-list-selector--m-expanded__list--TranslateY);
|
5038
|
+
}
|
4762
5039
|
.pf-v6-c-dual-list-selector__list-item.pf-m-disabled {
|
4763
5040
|
--pf-v6-c-dual-list-selector__item-text--Color: var(--pf-v6-c-dual-list-selector__list-item--m-disabled__item-text--Color);
|
4764
5041
|
--pf-v6-c-dual-list-selector__item-toggle-icon--Color: var(--pf-v6-c-dual-list-selector__list-item--m-disabled__item-toggle-icon--Color);
|
@@ -5307,9 +5584,15 @@ ul) {
|
|
5307
5584
|
--pf-v6-c-drawer__panel--RowGap: var(--pf-t--global--spacer--sm);
|
5308
5585
|
--pf-v6-c-drawer__panel--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
5309
5586
|
--pf-v6-c-drawer__panel--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
5587
|
+
--pf-v6-c-drawer__panel--TransitionDelay: 0s, var(--pf-v6-c-drawer__panel--TransitionDelay--focus), var(--pf-v6-c-drawer__panel--TransitionDelay--focus);
|
5588
|
+
--pf-v6-c-drawer__panel--TransitionDelay--focus: var(--pf-v6-c-drawer__panel--TransitionDuration--fade);
|
5589
|
+
--pf-v6-c-drawer__panel--TransitionDelay--expand--focus: 0s;
|
5310
5590
|
--pf-v6-c-drawer__panel--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
|
5311
|
-
--pf-v6-c-drawer__panel--TransitionDuration: var(--pf-t--global--motion--duration--
|
5312
|
-
--pf-v6-c-drawer__panel--
|
5591
|
+
--pf-v6-c-drawer__panel--TransitionDuration--fade: var(--pf-t--global--motion--duration--fade--default);
|
5592
|
+
--pf-v6-c-drawer__panel--TransitionDuration: var(--pf-v6-c-drawer__panel--TransitionDuration--fade), 0s, 0s;
|
5593
|
+
--pf-v6-c-drawer__panel--TransitionProperty: opacity, visibility, transform;
|
5594
|
+
--pf-v6-c-drawer__panel--Opacity: 0;
|
5595
|
+
--pf-v6-c-drawer--m-expanded__panel--Opacity: 1;
|
5313
5596
|
--pf-v6-c-drawer__panel--FlexBasis: 100%;
|
5314
5597
|
--pf-v6-c-drawer__panel--md--FlexBasis--min: 1.5rem;
|
5315
5598
|
--pf-v6-c-drawer__panel--md--FlexBasis: 50%;
|
@@ -5399,6 +5682,17 @@ ul) {
|
|
5399
5682
|
--pf-v6-c-drawer--m-panel-left--m-inline__panel--PaddingInlineEnd: var(--pf-v6-c-drawer__panel--after--Width);
|
5400
5683
|
--pf-v6-c-drawer--m-panel-bottom--m-inline__panel--PaddingBlockStart: var(--pf-v6-c-drawer__panel--after--Width);
|
5401
5684
|
}
|
5685
|
+
@media screen and (prefers-reduced-motion: no-preference) {
|
5686
|
+
.pf-v6-c-drawer {
|
5687
|
+
--pf-v6-c-drawer__panel--TransitionDuration--slide: var(--pf-t--global--motion--duration--slide-in--short);
|
5688
|
+
--pf-v6-c-drawer__panel--TransitionDelay--focus: var(--pf-v6-c-drawer__panel--TransitionDuration--slide);
|
5689
|
+
--pf-v6-c-drawer__panel--TransitionDelay: 0s, 0s, 0s, 0s, var(--pf-v6-c-drawer__panel--TransitionDelay--focus);
|
5690
|
+
--pf-v6-c-drawer__panel--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
|
5691
|
+
--pf-v6-c-drawer__panel--TransitionDuration: 0s, var(--pf-v6-c-drawer__panel--TransitionDuration--slide), 0s, 0s, 0s;
|
5692
|
+
--pf-v6-c-drawer__panel--TransitionProperty: margin, transform, box-shadow, flex-basis, visibility;
|
5693
|
+
--pf-v6-c-drawer__panel--Opacity: 1;
|
5694
|
+
}
|
5695
|
+
}
|
5402
5696
|
@media screen and (min-width: 75rem) {
|
5403
5697
|
.pf-v6-c-drawer {
|
5404
5698
|
--pf-v6-c-drawer__panel--MinWidth: var(--pf-v6-c-drawer__panel--xl--MinWidth);
|
@@ -5446,8 +5740,13 @@ ul) {
|
|
5446
5740
|
.pf-v6-c-drawer.pf-m-panel-bottom > .pf-v6-c-drawer__main {
|
5447
5741
|
flex-direction: column;
|
5448
5742
|
}
|
5743
|
+
.pf-v6-c-drawer.pf-m-expanded {
|
5744
|
+
--pf-v6-c-drawer__panel--TransitionDelay--focus: var(--pf-v6-c-drawer__panel--TransitionDelay--expand--focus);
|
5745
|
+
}
|
5449
5746
|
.pf-v6-c-drawer.pf-m-expanded > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
5450
5747
|
transform: translateX(-100%);
|
5748
|
+
--pf-v6-c-drawer__panel--Opacity: var(--pf-v6-c-drawer--m-expanded__panel--Opacity);
|
5749
|
+
visibility: visible;
|
5451
5750
|
}
|
5452
5751
|
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-drawer.pf-m-expanded > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
5453
5752
|
transform: translateX(calc(-100% * var(--pf-v6-global--inverse--multiplier)));
|
@@ -5520,8 +5819,11 @@ ul) {
|
|
5520
5819
|
order: 1;
|
5521
5820
|
max-height: var(--pf-v6-c-drawer__panel--MaxHeight);
|
5522
5821
|
overflow: auto;
|
5822
|
+
visibility: hidden;
|
5523
5823
|
background-color: var(--pf-v6-c-drawer__panel--BackgroundColor);
|
5524
5824
|
box-shadow: var(--pf-v6-c-drawer__panel--BoxShadow);
|
5825
|
+
opacity: var(--pf-v6-c-drawer__panel--Opacity);
|
5826
|
+
transition-delay: var(--pf-v6-c-drawer__panel--TransitionDelay);
|
5525
5827
|
transition-timing-function: var(--pf-v6-c-drawer__panel--TransitionTimingFunction);
|
5526
5828
|
transition-duration: var(--pf-v6-c-drawer__panel--TransitionDuration);
|
5527
5829
|
transition-property: var(--pf-v6-c-drawer__panel--TransitionProperty);
|
@@ -5578,17 +5880,6 @@ ul) {
|
|
5578
5880
|
padding-block-end: var(--pf-v6-c-drawer__panel--PaddingBlockEnd);
|
5579
5881
|
}
|
5580
5882
|
|
5581
|
-
@keyframes pf-remove-tab-focus {
|
5582
|
-
to {
|
5583
|
-
visibility: hidden;
|
5584
|
-
}
|
5585
|
-
}
|
5586
|
-
.pf-v6-c-drawer__panel[hidden] {
|
5587
|
-
animation-name: pf-remove-tab-focus;
|
5588
|
-
animation-delay: var(--pf-v6-c-drawer__panel--TransitionDuration);
|
5589
|
-
animation-fill-mode: forwards;
|
5590
|
-
}
|
5591
|
-
|
5592
5883
|
.pf-v6-c-drawer__head {
|
5593
5884
|
display: grid;
|
5594
5885
|
grid-template-columns: auto;
|
@@ -5696,7 +5987,7 @@ ul) {
|
|
5696
5987
|
.pf-v6-c-drawer {
|
5697
5988
|
min-width: var(--pf-v6-c-drawer__panel--MinWidth);
|
5698
5989
|
}
|
5699
|
-
.pf-v6-c-drawer
|
5990
|
+
.pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
5700
5991
|
box-shadow: var(--pf-v6-c-drawer--m-expanded__panel--BoxShadow);
|
5701
5992
|
}
|
5702
5993
|
.pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-resizable {
|
@@ -6280,6 +6571,20 @@ ul) {
|
|
6280
6571
|
--pf-v6-c-expandable-section__toggle-icon--m-expand-top--Rotate: 0;
|
6281
6572
|
--pf-v6-c-expandable-section--m-expanded__toggle-icon--Rotate: 90deg;
|
6282
6573
|
--pf-v6-c-expandable-section--m-expanded__toggle-icon--m-expand-top--Rotate: -90deg;
|
6574
|
+
--pf-v6-c-expandable-section__content--TransitionDuration--collapse--slide: 0s;
|
6575
|
+
--pf-v6-c-expandable-section__content--TransitionDuration--collapse--fade: var(--pf-t--global--motion--duration--fade--short);
|
6576
|
+
--pf-v6-c-expandable-section__content--TransitionDuration--expand--slide: 0s;
|
6577
|
+
--pf-v6-c-expandable-section__content--TransitionDuration--expand--fade: var(--pf-t--global--motion--duration--fade--default);
|
6578
|
+
--pf-v6-c-expandable-section__content--TransitionDuration--slide: var(--pf-v6-c-expandable-section__content--TransitionDuration--collapse--slide);
|
6579
|
+
--pf-v6-c-expandable-section__content--TransitionDuration--fade: var(--pf-v6-c-expandable-section__content--TransitionDuration--collapse--fade);
|
6580
|
+
--pf-v6-c-expandable-section__content--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
6581
|
+
--pf-v6-c-expandable-section__content--TransitionDelay--hide: var(--pf-v6-c-expandable-section__content--TransitionDuration--fade);
|
6582
|
+
--pf-v6-c-expandable-section__content--Opacity: 0;
|
6583
|
+
--pf-v6-c-expandable-section__content--TranslateY: 0;
|
6584
|
+
--pf-v6-c-expandable-section--m-expand-top__content--TranslateY: 0;
|
6585
|
+
--pf-v6-c-expandable-section--m-expand-bottom__content--TranslateY: 0;
|
6586
|
+
--pf-v6-c-expandable-section--m-expanded__content--Opacity: 1;
|
6587
|
+
--pf-v6-c-expandable-section--m-expanded__content--TranslateY: 0;
|
6283
6588
|
--pf-v6-c-expandable-section__content--MaxWidth: auto;
|
6284
6589
|
--pf-v6-c-expandable-section--m-limit-width__content--MaxWidth: 46.875rem;
|
6285
6590
|
--pf-v6-c-expandable-section--m-display-lg--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
@@ -6291,20 +6596,55 @@ ul) {
|
|
6291
6596
|
--pf-v6-c-expandable-section--m-display-lg--BorderWidth: var(--pf-t--global--border--width--box--default);
|
6292
6597
|
--pf-v6-c-expandable-section--m-display-lg--BorderColor: var(--pf-t--global--border--color--default);
|
6293
6598
|
--pf-v6-c-expandable-section--m-display-lg--BorderRadius: var(--pf-t--global--border--radius--medium);
|
6599
|
+
--pf-v6-c-expandable-section--m-display-lg--TransitionDelay: var(--pf-v6-c-expandable-section__content--TransitionDuration--collapse--fade);
|
6294
6600
|
--pf-v6-c-expandable-section--m-indented__content--PaddingInlineStart: calc(var(--pf-t--global--spacer--action--horizontal--plain--default) + var(--pf-t--global--spacer--gap--text-to-element--default) + var(--pf-v6-c-expandable-section__toggle-icon--MinWidth));
|
6295
6601
|
--pf-v6-c-expandable-section--m-truncate__content--LineClamp: 3;
|
6296
6602
|
--pf-v6-c-expandable-section--m-truncate--Gap: var(--pf-t--global--spacer--xs);
|
6297
6603
|
}
|
6604
|
+
@media screen and (prefers-reduced-motion: no-preference) {
|
6605
|
+
.pf-v6-c-expandable-section {
|
6606
|
+
--pf-v6-c-expandable-section__content--TransitionDuration--collapse--slide: var(--pf-t--global--motion--duration--fade--short);
|
6607
|
+
--pf-v6-c-expandable-section__content--TransitionDuration--expand--slide: var(--pf-t--global--motion--duration--fade--default);
|
6608
|
+
--pf-v6-c-expandable-section__content--TranslateY: -.5rem;
|
6609
|
+
--pf-v6-c-expandable-section--m-expand-top__content--TranslateY: .5rem;
|
6610
|
+
--pf-v6-c-expandable-section--m-expand-bottom__content--TranslateY: -.5rem;
|
6611
|
+
}
|
6612
|
+
}
|
6298
6613
|
|
6299
6614
|
.pf-v6-c-expandable-section {
|
6300
6615
|
display: flex;
|
6301
6616
|
flex-direction: column;
|
6302
|
-
gap:
|
6617
|
+
gap: 0;
|
6618
|
+
transition-delay: var(--pf-v6-c-expandable-section__content--TransitionDelay--hide);
|
6619
|
+
transition-duration: 0s;
|
6620
|
+
transition-property: gap, padding-block-end;
|
6303
6621
|
}
|
6304
6622
|
.pf-v6-c-expandable-section.pf-m-expanded {
|
6305
6623
|
--pf-v6-c-expandable-section__toggle-icon--Rotate: var(--pf-v6-c-expandable-section--m-expanded__toggle-icon--Rotate);
|
6306
6624
|
--pf-v6-c-expandable-section__toggle-icon--m-expand-top--Rotate: var(--pf-v6-c-expandable-section--m-expanded__toggle-icon--m-expand-top--Rotate);
|
6307
6625
|
--pf-v6-c-expandable-section--m-display-lg--PaddingBlockEnd: var(--pf-v6-c-expandable-section--m-display-lg--m-expanded--PaddingBlockEnd);
|
6626
|
+
--pf-v6-c-expandable-section__content--TransitionDuration--slide: var(--pf-v6-c-expandable-section__content--TransitionDuration--expand--slide);
|
6627
|
+
--pf-v6-c-expandable-section__content--TransitionDuration--fade: var(--pf-v6-c-expandable-section__content--TransitionDuration--expand--fade);
|
6628
|
+
--pf-v6-c-expandable-section__content--Opacity: var(--pf-v6-c-expandable-section--m-expanded__content--Opacity);
|
6629
|
+
--pf-v6-c-expandable-section__content--TranslateY: var(--pf-v6-c-expandable-section--m-expanded__content--TranslateY);
|
6630
|
+
--pf-v6-c-expandable-section__content--Visibility: auto;
|
6631
|
+
--pf-v6-c-expandable-section__content--MaxHeight: 99999px;
|
6632
|
+
--pf-v6-c-expandable-section__content--TransitionDelay--hide: 0s;
|
6633
|
+
gap: var(--pf-v6-c-expandable-section--Gap);
|
6634
|
+
}
|
6635
|
+
.pf-v6-c-expandable-section.pf-m-expand-top {
|
6636
|
+
--pf-v6-c-expandable-section__toggle-icon--Rotate: var(--pf-v6-c-expandable-section__toggle-icon--m-expand-top--Rotate);
|
6637
|
+
}
|
6638
|
+
.pf-v6-c-expandable-section:has(.pf-v6-c-expandable-section__content:only-child):not(.pf-m-expand-top, .pf-m-expand-bottom) {
|
6639
|
+
--pf-v6-c-expandable-section__content--TranslateY: 0;
|
6640
|
+
--pf-v6-c-expandable-section__content--TransitionDuration--expand--fade: 0s;
|
6641
|
+
--pf-v6-c-expandable-section__content--TransitionDuration--collapse--fade: 0s;
|
6642
|
+
}
|
6643
|
+
.pf-v6-c-expandable-section:has(.pf-v6-c-expandable-section__content:only-child).pf-m-expand-top:not(.pf-m-expanded) {
|
6644
|
+
--pf-v6-c-expandable-section__content--TranslateY: var(--pf-v6-c-expandable-section--m-expand-top__content--TranslateY);
|
6645
|
+
}
|
6646
|
+
.pf-v6-c-expandable-section:has(.pf-v6-c-expandable-section__content:only-child).pf-m-expand-bottom:not(.pf-m-expanded) {
|
6647
|
+
--pf-v6-c-expandable-section__content--TranslateY: var(--pf-v6-c-expandable-section--m-expand-bottom__content--TranslateY);
|
6308
6648
|
}
|
6309
6649
|
.pf-v6-c-expandable-section.pf-m-limit-width {
|
6310
6650
|
--pf-v6-c-expandable-section__content--MaxWidth: var(--pf-v6-c-expandable-section--m-limit-width__content--MaxWidth);
|
@@ -6351,6 +6691,19 @@ ul) {
|
|
6351
6691
|
padding-block-end: var(--pf-v6-c-expandable-section__content--PaddingBlockEnd, 0);
|
6352
6692
|
padding-inline-start: var(--pf-v6-c-expandable-section__content--PaddingInlineStart, 0);
|
6353
6693
|
}
|
6694
|
+
.pf-v6-c-expandable-section__content:where([hidden]) {
|
6695
|
+
display: revert;
|
6696
|
+
}
|
6697
|
+
.pf-v6-c-expandable-section:where(:not(.pf-m-truncate)) .pf-v6-c-expandable-section__content {
|
6698
|
+
max-height: var(--pf-v6-c-expandable-section__content--MaxHeight, 0);
|
6699
|
+
visibility: var(--pf-v6-c-expandable-section__content--Visibility, hidden);
|
6700
|
+
opacity: var(--pf-v6-c-expandable-section__content--Opacity);
|
6701
|
+
transition-delay: 0s, 0s, var(--pf-v6-c-expandable-section__content--TransitionDelay--hide, 0s), var(--pf-v6-c-expandable-section__content--TransitionDelay--hide, 0s);
|
6702
|
+
transition-timing-function: var(--pf-v6-c-expandable-section__content--TransitionTimingFunction);
|
6703
|
+
transition-duration: var(--pf-v6-c-expandable-section__content--TransitionDuration--fade), var(--pf-v6-c-expandable-section__content--TransitionDuration--slide), 0s, 0s;
|
6704
|
+
transition-property: opacity, translate, visibility, max-height;
|
6705
|
+
translate: 0 var(--pf-v6-c-expandable-section__content--TranslateY);
|
6706
|
+
}
|
6354
6707
|
|
6355
6708
|
.pf-v6-c-file-upload {
|
6356
6709
|
--pf-v6-c-file-upload--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
|
@@ -6360,9 +6713,9 @@ ul) {
|
|
6360
6713
|
--pf-v6-c-file-upload--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
6361
6714
|
--pf-v6-c-file-upload--BorderRadius: var(--pf-t--global--border--radius--small);
|
6362
6715
|
--pf-v6-c-file-upload--BorderWidth: var(--pf-t--global--border--width--regular);
|
6363
|
-
--pf-v6-c-file-upload--BorderColor:
|
6364
|
-
--pf-v6-c-file-upload--BorderStyle:
|
6365
|
-
--pf-v6-c-file-upload--m-drag-hover--BorderColor: var(--pf-t--global--
|
6716
|
+
--pf-v6-c-file-upload--BorderColor: var(--pf-t--global--border--color--default);
|
6717
|
+
--pf-v6-c-file-upload--BorderStyle: dashed;
|
6718
|
+
--pf-v6-c-file-upload--m-drag-hover--BorderColor: var(--pf-t--global--border--color--clicked);
|
6366
6719
|
--pf-v6-c-file-upload--m-drag-hover--BorderStyle: dashed;
|
6367
6720
|
--pf-v6-c-file-upload__file-select__c-button--m-control--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
6368
6721
|
--pf-v6-c-file-upload__file-details__c-form-control--MinHeight: calc(var(--pf-t--global--spacer--3xl) * 2);
|
@@ -6462,7 +6815,7 @@ ul) {
|
|
6462
6815
|
--pf-v6-c-form__field-group--GridTemplateColumns--toggle: calc(var(--pf-t--global--spacer--md) * 2 + var(--pf-v6-c-form__field-group-toggle-icon--MinWidth) + var(--pf-t--global--spacer--xs));
|
6463
6816
|
--pf-v6-c-form__field-group-toggle--PaddingBlockStart: var(--pf-v6-c-form__field-group-header--PaddingBlockStart);
|
6464
6817
|
--pf-v6-c-form__field-group-toggle--PaddingInlineEnd: var(--pf-t--global--spacer--xs);
|
6465
|
-
--pf-v6-c-form__field-group__field-group__field-group-toggle--PaddingBlockStart: var(--pf-t--global--spacer--
|
6818
|
+
--pf-v6-c-form__field-group__field-group__field-group-toggle--PaddingBlockStart: var(--pf-t--global--spacer--lg);
|
6466
6819
|
--pf-v6-c-form__field-group-header-toggle--BorderWidth--base: var(--pf-t--global--border--width--divider--default);
|
6467
6820
|
--pf-v6-c-form__field-group__field-group--field-group__field-group-toggle--after--BorderBlockStartWidth: var(--pf-v6-c-form__field-group-header-toggle--BorderWidth--base);
|
6468
6821
|
--pf-v6-c-form__field-group-toggle-button--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
@@ -6482,6 +6835,8 @@ ul) {
|
|
6482
6835
|
--pf-v6-c-form__field-group-header-description--MarginBlockStart: var(--pf-t--global--spacer--xs);
|
6483
6836
|
--pf-v6-c-form__field-group-header-description--Color: var(--pf-t--global--text--color--subtle);
|
6484
6837
|
--pf-v6-c-form__field-group-header-actions--MarginInlineStart: var(--pf-t--global--spacer--sm);
|
6838
|
+
--pf-v6-c-form__field-group-header-actions--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
6839
|
+
--pf-v6-c-form__field-group-header-actions--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--plain) * -1);
|
6485
6840
|
--pf-v6-c-form__field-group-body--PaddingBlockStart: var(--pf-t--global--spacer--lg);
|
6486
6841
|
--pf-v6-c-form__field-group-body--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
|
6487
6842
|
--pf-v6-c-form__field-group-body--Gap: var(--pf-v6-c-form--GridGap);
|
@@ -6489,6 +6844,19 @@ ul) {
|
|
6489
6844
|
--pf-v6-c-form__field-group__field-group__field-group-body--GridColumn: 1 / 3;
|
6490
6845
|
--pf-v6-c-form__field-group__field-group__field-group-toggle--field-group-body--GridColumn: 2 / 3;
|
6491
6846
|
--pf-v6-c-form__field-group-body__field-group--last-child--MarginBlockEnd: calc(var(--pf-v6-c-form__field-group-body--PaddingBlockEnd) * -1);
|
6847
|
+
--pf-v6-c-form__field-group-body--TranslateY: 0;
|
6848
|
+
--pf-v6-c-form__field-group--m-expanded__field-group-body--TranslateY: 0;
|
6849
|
+
--pf-v6-c-form__field-group-body--TransitionDuration--expand--slide: 0s;
|
6850
|
+
--pf-v6-c-form__field-group-body--TransitionDuration--expand--fade: var(--pf-t--global--motion--duration--fade--default);
|
6851
|
+
--pf-v6-c-form__field-group-body--TransitionDuration--collapse--slide: 0s;
|
6852
|
+
--pf-v6-c-form__field-group-body--TransitionDuration--collapse--fade: var(--pf-t--global--motion--duration--fade--short);
|
6853
|
+
}
|
6854
|
+
@media screen and (prefers-reduced-motion: no-preference) {
|
6855
|
+
.pf-v6-c-form {
|
6856
|
+
--pf-v6-c-form__field-group-body--TransitionDuration--expand--slide: var(--pf-t--global--motion--duration--fade--default);
|
6857
|
+
--pf-v6-c-form__field-group-body--TransitionDuration--collapse--slide: var(--pf-t--global--motion--duration--fade--short);
|
6858
|
+
--pf-v6-c-form__field-group-body--TranslateY: -.5rem;
|
6859
|
+
}
|
6492
6860
|
}
|
6493
6861
|
|
6494
6862
|
.pf-v6-c-form {
|
@@ -6845,6 +7213,16 @@ ul) {
|
|
6845
7213
|
.pf-v6-c-form__field-group.pf-m-expanded > .pf-v6-c-form__field-group-toggle {
|
6846
7214
|
--pf-v6-c-form__field-group-toggle-icon--Rotate: var(--pf-v6-c-form__field-group--m-expanded__toggle-icon--Rotate);
|
6847
7215
|
}
|
7216
|
+
.pf-v6-c-form__field-group.pf-m-expanded.pf-m-expandable > .pf-v6-c-form__field-group-body {
|
7217
|
+
max-height: 99999px;
|
7218
|
+
padding-block-start: var(--pf-v6-c-form__field-group-body--PaddingBlockStart);
|
7219
|
+
padding-block-end: var(--pf-v6-c-form__field-group-body--PaddingBlockEnd);
|
7220
|
+
visibility: visible;
|
7221
|
+
opacity: 1;
|
7222
|
+
transition-delay: 0s;
|
7223
|
+
transition-duration: var(--pf-v6-c-form__field-group-body--TransitionDuration--expand--fade), var(--pf-v6-c-form__field-group-body--TransitionDuration--expand--slide), 0s, 0s, 0s, 0s;
|
7224
|
+
translate: 0 var(--pf-v6-c-form__field-group--m-expanded__field-group-body--TranslateY);
|
7225
|
+
}
|
6848
7226
|
|
6849
7227
|
.pf-v6-c-form__field-group-toggle {
|
6850
7228
|
grid-row: 1/2;
|
@@ -6903,6 +7281,8 @@ ul) {
|
|
6903
7281
|
}
|
6904
7282
|
|
6905
7283
|
.pf-v6-c-form__field-group-header-actions {
|
7284
|
+
margin-block-start: var(--pf-v6-c-form__field-group-header-actions--MarginBlockStart);
|
7285
|
+
margin-block-end: var(--pf-v6-c-form__field-group-header-actions--MarginBlockEnd);
|
6906
7286
|
margin-inline-start: var(--pf-v6-c-form__field-group-header-actions--MarginInlineStart);
|
6907
7287
|
white-space: nowrap;
|
6908
7288
|
}
|
@@ -6914,6 +7294,18 @@ ul) {
|
|
6914
7294
|
padding-block-start: var(--pf-v6-c-form__field-group-body--PaddingBlockStart);
|
6915
7295
|
padding-block-end: var(--pf-v6-c-form__field-group-body--PaddingBlockEnd);
|
6916
7296
|
}
|
7297
|
+
.pf-v6-c-form__field-group.pf-m-expandable > .pf-v6-c-form__field-group-body {
|
7298
|
+
max-height: 0;
|
7299
|
+
padding-block-start: 0;
|
7300
|
+
padding-block-end: 0;
|
7301
|
+
visibility: hidden;
|
7302
|
+
opacity: 0;
|
7303
|
+
transition-delay: 0s, 0s, var(--pf-v6-c-form__field-group-body--TransitionDuration--collapse--fade), var(--pf-v6-c-form__field-group-body--TransitionDuration--collapse--fade), var(--pf-v6-c-form__field-group-body--TransitionDuration--collapse--fade), var(--pf-v6-c-form__field-group-body--TransitionDuration--collapse--fade);
|
7304
|
+
transition-duration: var(--pf-v6-c-form__field-group-body--TransitionDuration--collapse--fade), var(--pf-v6-c-form__field-group-body--TransitionDuration--collapse--slide), 0s, 0s, 0s, 0s;
|
7305
|
+
transition-property: opacity, translate, visibility, max-height, padding-block-start, padding-block-end;
|
7306
|
+
translate: 0 var(--pf-v6-c-form__field-group-body--TranslateY);
|
7307
|
+
}
|
7308
|
+
|
6917
7309
|
.pf-v6-c-form__field-group-body > .pf-v6-c-form__field-group:first-child {
|
6918
7310
|
--pf-v6-c-form__field-group-toggle--PaddingBlockStart: 0;
|
6919
7311
|
--pf-v6-c-form__field-group-header--PaddingBlockStart: 0;
|
@@ -7070,12 +7462,11 @@ ul) {
|
|
7070
7462
|
padding-inline-start: var(--pf-v6-c-form-control--PaddingInlineStart);
|
7071
7463
|
padding-inline-end: var(--pf-v6-c-form-control--PaddingInlineEnd);
|
7072
7464
|
color: var(--pf-v6-c-form-control--Color);
|
7465
|
+
appearance: none;
|
7073
7466
|
background-color: transparent;
|
7074
7467
|
border: none;
|
7075
7468
|
border-radius: var(--pf-v6-c-form-control--BorderRadius);
|
7076
7469
|
outline-offset: var(--pf-v6-c-form-control--OutlineOffset);
|
7077
|
-
-moz-appearance: none;
|
7078
|
-
-webkit-appearance: none;
|
7079
7470
|
}
|
7080
7471
|
.pf-v6-c-form-control > ::placeholder {
|
7081
7472
|
color: var(--pf-v6-c-form-control--m-placeholder--Color);
|
@@ -7151,6 +7542,22 @@ ul) {
|
|
7151
7542
|
--pf-v6-c-form-control__icon--m-status--Color: var(--pf-v6-c-form-control--m-error__icon--m-status--Color);
|
7152
7543
|
--pf-v6-c-form-control--after--BorderWidth: var(--pf-v6-c-form-control--m-error--after--BorderWidth);
|
7153
7544
|
}
|
7545
|
+
@media (prefers-reduced-motion: no-preference) {
|
7546
|
+
.pf-v6-c-form-control.pf-m-error {
|
7547
|
+
translate: var(--pf-v6-global--danger-jiggle--TranslateX, 0);
|
7548
|
+
animation-name: pf-v6-global-danger-jiggle-motion;
|
7549
|
+
animation-duration: var(--pf-v6-global--danger-jiggle--AnimationDuration--Transform);
|
7550
|
+
animation-timing-function: var(--pf-v6-global--danger-jiggle--AnimationTimingFunction--Transform);
|
7551
|
+
animation-fill-mode: both;
|
7552
|
+
}
|
7553
|
+
}
|
7554
|
+
.pf-v6-c-form-control.pf-m-error .pf-v6-c-form-control__icon.pf-m-status {
|
7555
|
+
--pf-v6-c-form-control--TransitionDuration--Opacity: var(--pf-t--global--motion--duration--fade--default);
|
7556
|
+
--pf-v6-c-form-control--TransitionTimingFunction--Opacity: var(--pf-t--global--motion--timing-function--default);
|
7557
|
+
animation-name: pf-v6-global-fade-in;
|
7558
|
+
animation-duration: var(--pf-v6-c-form-control--TransitionDuration--Opacity);
|
7559
|
+
animation-timing-function: var(--pf-v6-c-form-control--TransitionTimingFunction--Opacity);
|
7560
|
+
}
|
7154
7561
|
.pf-v6-c-form-control.pf-m-error > textarea {
|
7155
7562
|
padding-inline-end: var(--pf-v6-c-form-control--m-error--PaddingInlineEnd, var(--pf-v6-c-form-control__textarea--m-error--PaddingInlineEnd));
|
7156
7563
|
}
|
@@ -7800,6 +8207,30 @@ ul) {
|
|
7800
8207
|
--pf-v6-c-input-group__text--Color: var(--pf-t--global--text--color--regular);
|
7801
8208
|
--pf-v6-c-input-group__item--m-disabled__text--Color: var(--pf-t--global--text--color--on-disabled);
|
7802
8209
|
--pf-v6-c-input-group__item--m-disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
|
8210
|
+
--pf-v6-c-input-group__item--m-search-text-input--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
8211
|
+
--pf-v6-c-input-group__item--m-search-text-input--TransitionDuration--expand--fade: var(--pf-t--global--motion--duration--fade--default);
|
8212
|
+
--pf-v6-c-input-group__item--m-search-text-input--TransitionDuration--collapse--fade: var(--pf-t--global--motion--duration--fade--short);
|
8213
|
+
--pf-v6-c-input-group__item--m-search-text-input--TransitionDuration--expand--slide: var(--pf-t--global--motion--duration--fade--default);
|
8214
|
+
--pf-v6-c-input-group__item--m-search-text-input--TransitionDuration--collapse--slide: var(--pf-t--global--motion--duration--fade--short);
|
8215
|
+
--pf-v6-c-input-group__item--m-search-text-input--TransitionDuration--fade: var(--pf-v6-c-input-group__item--m-search-text-input--TransitionDuration--collapse--fade);
|
8216
|
+
--pf-v6-c-input-group__item--m-search-text-input--TransitionDuration--slide: var(--pf-v6-c-input-group__item--m-search-text-input--TransitionDuration--collapse--slide);
|
8217
|
+
--pf-v6-c-input-group__item--m-search-text-input--ScaleX: 1;
|
8218
|
+
--pf-v6-c-input-group__item--m-search-text-input--TransformOriginX--expand-start: 100%;
|
8219
|
+
--pf-v6-c-input-group__item--m-search-text-input--TransformOriginX--expand-end: 0;
|
8220
|
+
--pf-v6-c-input-group__item--m-search-text-input--TransformOriginX: var(--pf-v6-c-input-group__item--m-search-text-input--TransformOriginX--expand-end);
|
8221
|
+
--pf-v6-c-input-group__item--m-search-expand--TransitionTimingFunction:var(--pf-t--global--motion--timing-function--default);
|
8222
|
+
--pf-v6-c-input-group__item--m-search-expand--TransitionDuration--expand--fade: 0s;
|
8223
|
+
--pf-v6-c-input-group__item--m-search-expand--TransitionDuration--collapse--fade: 0s;
|
8224
|
+
--pf-v6-c-input-group__item--m-search-expand--TransitionDuration--fade: var(--pf-v6-c-input-group__item--m-search-expand--TransitionDuration--expand--fade);
|
8225
|
+
--pf-v6-c-input-group__item--m-search-action--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
8226
|
+
--pf-v6-c-input-group__item--m-search-action--TransitionDuration--expand--fade: var(--pf-t--global--motion--duration--fade--default);
|
8227
|
+
--pf-v6-c-input-group__item--m-search-action--TransitionDuration--collapse--fade: var(--pf-t--global--motion--duration--fade--short);
|
8228
|
+
--pf-v6-c-input-group__item--m-search-action--TransitionDuration--fade: var(--pf-v6-c-input-group__item--m-search-action--TransitionDuration--collapse--fade);
|
8229
|
+
}
|
8230
|
+
@media (prefers-reduced-motion: no-preference) {
|
8231
|
+
.pf-v6-c-input-group {
|
8232
|
+
--pf-v6-c-input-group__item--m-search-text-input--ScaleX: .7;
|
8233
|
+
}
|
7803
8234
|
}
|
7804
8235
|
|
7805
8236
|
.pf-v6-c-input-group {
|
@@ -7807,6 +8238,62 @@ ul) {
|
|
7807
8238
|
gap: var(--pf-v6-c-input-group--Gap);
|
7808
8239
|
width: 100%;
|
7809
8240
|
}
|
8241
|
+
.pf-v6-c-input-group.pf-m-search-expandable:not(.pf-m-expanded) {
|
8242
|
+
--pf-v6-c-input-group--Gap: 0;
|
8243
|
+
transition: gap 0s var(--pf-v6-c-input-group__item--m-search-text-input--TransitionDuration--fade);
|
8244
|
+
}
|
8245
|
+
.pf-v6-c-input-group.pf-m-search-expandable .pf-v6-c-input-group__item.pf-m-search-input {
|
8246
|
+
flex-grow: 1;
|
8247
|
+
max-width: var(--pf-v6-c-input-group__item--m-search-text-input--MaxWidth, 0);
|
8248
|
+
visibility: var(--pf-v6-c-input-group__item--m-search-text-input--Visibility, hidden);
|
8249
|
+
opacity: var(--pf-v6-c-input-group__item--m-search-text-input--Opacity, 0);
|
8250
|
+
transition-delay: 0s, 0s, var(--pf-v6-c-input-group__item--m-search-text-input--TransitionDuration--fade), var(--pf-v6-c-input-group__item--m-search-text-input--TransitionDuration--fade);
|
8251
|
+
transition-timing-function: var(--pf-v6-c-input-group__item--m-search-text-input--TransitionTimingFunction);
|
8252
|
+
transition-duration: var(--pf-v6-c-input-group__item--m-search-text-input--TransitionDuration--fade), var(--pf-v6-c-input-group__item--m-search-text-input--TransitionDuration--slide), 0s, 0s;
|
8253
|
+
transition-property: opacity, scale, visibility, max-width;
|
8254
|
+
transform-origin: var(--pf-v6-c-input-group__item--m-search-text-input--TransformOriginX) center;
|
8255
|
+
scale: var(--pf-v6-c-input-group__item--m-search-text-input--ScaleX) 1;
|
8256
|
+
}
|
8257
|
+
.pf-v6-c-input-group.pf-m-search-expandable .pf-v6-c-input-group__item.pf-m-search-expand {
|
8258
|
+
max-width: var(--pf-v6-c-input-group__item--m-search-expand--MaxWidth, 100%);
|
8259
|
+
visibility: var(--pf-v6-c-input-group__item--m-search-expand--Visibility, visible);
|
8260
|
+
opacity: var(--pf-v6-c-input-group__item--m-search-expand--Opacity, 1);
|
8261
|
+
transition-delay: var(--pf-v6-c-input-group__item--m-search-action--TransitionDuration--fade);
|
8262
|
+
transition-timing-function: var(--pf-v6-c-input-group__item--m-search-expand--TransitionTimingFunction);
|
8263
|
+
transition-duration: var(--pf-v6-c-input-group__item--m-search-expand--TransitionDuration--fade), 0s, 0s;
|
8264
|
+
transition-property: opacity, visibility, max-width;
|
8265
|
+
}
|
8266
|
+
.pf-v6-c-input-group.pf-m-search-expandable .pf-v6-c-input-group__item.pf-m-search-action {
|
8267
|
+
max-width: var(--pf-v6-c-input-group__item--m-search-action--MaxWidth, 0);
|
8268
|
+
visibility: var(--pf-v6-c-input-group__item--m-search-action--Visibility, hidden);
|
8269
|
+
opacity: var(--pf-v6-c-input-group__item--m-search-action--Opacity, 0);
|
8270
|
+
transition-delay: 0s, var(--pf-v6-c-input-group__item--m-search-action--TransitionDuration--fade), var(--pf-v6-c-input-group__item--m-search-action--TransitionDuration--fade);
|
8271
|
+
transition-timing-function: var(--pf-v6-c-input-group__item--m-search-action--TransitionTimingFunction);
|
8272
|
+
transition-duration: var(--pf-v6-c-input-group__item--m-search-action--TransitionDuration--fade), 0s, 0s;
|
8273
|
+
transition-property: opacity, visibility, max-width;
|
8274
|
+
}
|
8275
|
+
.pf-v6-c-input-group.pf-m-search-expandable.pf-m-expand-start {
|
8276
|
+
--pf-v6-c-input-group__item--m-search-text-input--TransformOriginX: var(--pf-v6-c-input-group__item--m-search-text-input--TransformOriginX--expand-start);
|
8277
|
+
}
|
8278
|
+
.pf-v6-c-input-group.pf-m-search-expandable.pf-m-expanded {
|
8279
|
+
--pf-v6-c-input-group__item--m-search-text-input--MaxWidth: 100%;
|
8280
|
+
--pf-v6-c-input-group__item--m-search-text-input--Visibility: visible;
|
8281
|
+
--pf-v6-c-input-group__item--m-search-text-input--Opacity: 1;
|
8282
|
+
--pf-v6-c-input-group__item--m-search-text-input--TransitionDuration--fade: var(--pf-v6-c-input-group__item--m-search-text-input--TransitionDuration--expand--fade);
|
8283
|
+
--pf-v6-c-input-group__item--m-search-text-input--TransitionDuration--slide: var(--pf-v6-c-input-group__item--m-search-text-input--TransitionDuration--expand--slide);
|
8284
|
+
--pf-v6-c-input-group__item--m-search-text-input--ScaleX: 1;
|
8285
|
+
--pf-v6-c-input-group__item--m-search-action--MaxWidth: 100%;
|
8286
|
+
--pf-v6-c-input-group__item--m-search-action--Visibility: visible;
|
8287
|
+
--pf-v6-c-input-group__item--m-search-action--Opacity: 1;
|
8288
|
+
--pf-v6-c-input-group__item--m-search-action--TransitionDuration--fade: var(--pf-v6-c-input-group__item--m-search-action--TransitionDuration--expand--fade);
|
8289
|
+
--pf-v6-c-input-group__item--m-search-expand--MaxWidth: 0;
|
8290
|
+
--pf-v6-c-input-group__item--m-search-expand--Visibility: hidden;
|
8291
|
+
--pf-v6-c-input-group__item--m-search-expand--Opacity: 0;
|
8292
|
+
--pf-v6-c-input-group__item--m-search-expand--TransitionDuration--fade: var(--pf-v6-c-input-group__item--m-search-expand--TransitionDuration--collapse--fade);
|
8293
|
+
}
|
8294
|
+
.pf-v6-c-input-group.pf-m-search-expandable.pf-m-expanded .pf-v6-c-input-group__item:is(.pf-m-search-input, .pf-m-search-expand, .pf-m-search-action) {
|
8295
|
+
transition-delay: 0s;
|
8296
|
+
}
|
7810
8297
|
|
7811
8298
|
.pf-v6-c-input-group__item {
|
7812
8299
|
position: relative;
|
@@ -9619,7 +10106,7 @@ ul.pf-v6-c-list {
|
|
9619
10106
|
--pf-v6-c-menu--ZIndex: var(--pf-t--global--z-index--sm);
|
9620
10107
|
--pf-v6-c-menu--button--disabled--Color: var(--pf-t--global--text--color--disabled);
|
9621
10108
|
--pf-v6-c-menu--icon--disabled--Color: var(--pf-t--global--icon--color--disabled);
|
9622
|
-
--pf-v6-c-menu--TransitionDuration:
|
10109
|
+
--pf-v6-c-menu--TransitionDuration: 0s;
|
9623
10110
|
--pf-v6-c-menu--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
9624
10111
|
--pf-v6-c-menu--m-plain--BoxShadow: none;
|
9625
10112
|
--pf-v6-c-menu__content--RowGap: var(--pf-v6-c-menu--RowGap);
|
@@ -9692,14 +10179,34 @@ ul.pf-v6-c-list {
|
|
9692
10179
|
--pf-v6-c-menu--m-flyout__menu--m-left--InsetInlineEnd: calc(100% + var(--pf-v6-c-menu--m-flyout__menu--m-left--right-offset));
|
9693
10180
|
--pf-v6-c-menu--m-drilldown__content--TransitionDuration--height: var(--pf-t--global--motion--duration--slide-in--default);
|
9694
10181
|
--pf-v6-c-menu--m-drilldown__content--TransitionDuration--transform: var(--pf-t--global--motion--duration--slide-in--default);
|
9695
|
-
--pf-v6-c-menu--m-drilldown__content--Transition:
|
10182
|
+
--pf-v6-c-menu--m-drilldown__content--Transition: height var(--pf-v6-c-menu--m-drilldown__content--TransitionDuration--height);
|
9696
10183
|
--pf-v6-c-menu--m-drilldown--c-menu--InsetBlockStart: 0;
|
9697
|
-
--pf-v6-c-menu--m-drilldown--c-menu--TransitionDuration--transform:
|
10184
|
+
--pf-v6-c-menu--m-drilldown--c-menu--TransitionDuration--transform: 0s;
|
9698
10185
|
--pf-v6-c-menu--m-drilldown--c-menu--Transition: transform var(--pf-v6-c-menu--m-drilldown--c-menu--TransitionDuration--transform);
|
9699
|
-
--pf-v6-c-menu--m-drilldown__list--TransitionDuration--transform:
|
10186
|
+
--pf-v6-c-menu--m-drilldown__list--TransitionDuration--transform: 0s;
|
9700
10187
|
--pf-v6-c-menu--m-drilldown__list--Transition: transform var(--pf-v6-c-menu--m-drilldown__list--TransitionDuration--transform);
|
9701
10188
|
--pf-v6-c-menu--m-drilled-in--c-menu__list-item--m-current-path--c-menu--ZIndex: var(--pf-t--global--z-index--xs);
|
9702
10189
|
}
|
10190
|
+
@media (prefers-reduced-motion: no-preference) {
|
10191
|
+
.pf-v6-c-menu {
|
10192
|
+
--pf-v6-c-menu--TransitionDuration: var(--pf-t--global--motion--duration--fade--default);
|
10193
|
+
}
|
10194
|
+
}
|
10195
|
+
@media (prefers-reduced-motion: no-preference) {
|
10196
|
+
.pf-v6-c-menu {
|
10197
|
+
--pf-v6-c-menu--m-drilldown__content--Transition: transform var(--pf-v6-c-menu--m-drilldown__content--TransitionDuration--transform), height var(--pf-v6-c-menu--m-drilldown__content--TransitionDuration--height);
|
10198
|
+
}
|
10199
|
+
}
|
10200
|
+
@media (prefers-reduced-motion: no-preference) {
|
10201
|
+
.pf-v6-c-menu {
|
10202
|
+
--pf-v6-c-menu--m-drilldown--c-menu--TransitionDuration--transform: var(--pf-t--global--motion--duration--slide-in--default);
|
10203
|
+
}
|
10204
|
+
}
|
10205
|
+
@media (prefers-reduced-motion: no-preference) {
|
10206
|
+
.pf-v6-c-menu {
|
10207
|
+
--pf-v6-c-menu--m-drilldown__list--TransitionDuration--transform: var(--pf-t--global--motion--duration--slide-in--default);
|
10208
|
+
}
|
10209
|
+
}
|
9703
10210
|
|
9704
10211
|
.pf-v6-c-menu__content,
|
9705
10212
|
.pf-v6-c-menu__list-item,
|
@@ -10233,6 +10740,14 @@ ul.pf-v6-c-list {
|
|
10233
10740
|
--pf-v6-c-menu-toggle--disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
|
10234
10741
|
--pf-v6-c-menu-toggle__icon--MinHeight: calc(var(--pf-v6-c-menu-toggle--FontSize) * var(--pf-v6-c-menu-toggle--LineHeight));
|
10235
10742
|
--pf-v6-c-menu-toggle__icon--Color: var(--pf-t--global--icon--color--regular);
|
10743
|
+
--pf-v6-c-menu-toggle__icon--TransitionDelay: 0s;
|
10744
|
+
--pf-v6-c-menu-toggle__icon--TransitionDuration: 0s;
|
10745
|
+
--pf-v6-c-menu-toggle__icon--TransitionProperty: none;
|
10746
|
+
--pf-v6-c-menu-toggle--hover__icon--TransitionDelay: 0s;
|
10747
|
+
--pf-v6-c-menu-toggle--hover__icon--TransitionDuration: 0s;
|
10748
|
+
--pf-v6-c-menu-toggle--hover__icon--TransitionProperty: none;
|
10749
|
+
--pf-v6-c-menu-toggle__icon--Rotate: 0deg;
|
10750
|
+
--pf-v6-c-menu-toggle--hover__icon--Rotate: 0deg;
|
10236
10751
|
--pf-v6-c-menu-toggle__toggle-icon--MinHeight: calc(var(--pf-v6-c-menu-toggle--FontSize) * var(--pf-v6-c-menu-toggle--LineHeight));
|
10237
10752
|
--pf-v6-c-menu-toggle__toggle-icon--Color: var(--pf-t--global--icon--color--regular);
|
10238
10753
|
--pf-v6-c-menu-toggle--m-primary--PaddingInlineStart: var(--pf-t--global--spacer--action--horizontal--default);
|
@@ -10330,6 +10845,11 @@ ul.pf-v6-c-list {
|
|
10330
10845
|
--pf-v6-c-menu-toggle--m-danger--AnimationTimingFunction--Transform: var(--pf-t--global--motion--timing-function--default);
|
10331
10846
|
--pf-v6-c-menu-toggle--m-placeholder--Color: var(--pf-t--global--text--color--placeholder);
|
10332
10847
|
--pf-v6-c-menu-toggle__controls--Gap: var(--pf-t--global--spacer--sm);
|
10848
|
+
--pf-v6-c-menu-toggle--m-settings__icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--long);
|
10849
|
+
--pf-v6-c-menu-toggle--m-settings__icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--accelerate);
|
10850
|
+
--pf-v6-c-menu-toggle--m-settings--hover__icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--long);
|
10851
|
+
--pf-v6-c-menu-toggle--m-settings--hover__icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
|
10852
|
+
--pf-v6-c-menu-toggle--m-settings--hover__icon--Rotate: 60deg;
|
10333
10853
|
}
|
10334
10854
|
|
10335
10855
|
.pf-v6-c-menu-toggle {
|
@@ -10443,6 +10963,10 @@ ul.pf-v6-c-list {
|
|
10443
10963
|
--pf-v6-c-menu-toggle--BorderWidth: var(--pf-v6-c-menu-toggle--hover--BorderWidth);
|
10444
10964
|
--pf-v6-c-menu-toggle--BorderColor: var(--pf-v6-c-menu-toggle--hover--BorderColor);
|
10445
10965
|
--pf-v6-c-menu-toggle__toggle-icon--Color: var(--pf-v6-c-menu-toggle--hover__toggle-icon--Color);
|
10966
|
+
--pf-v6-c-menu-toggle__icon--TransitionDelay: var(--pf-v6-c-menu-toggle--hover__icon--TransitionDelay);
|
10967
|
+
--pf-v6-c-menu-toggle__icon--TransitionDuration: var(--pf-v6-c-menu-toggle--hover__icon--TransitionDuration);
|
10968
|
+
--pf-v6-c-menu-toggle__icon--TransitionProperty: var(--pf-v6-c-menu-toggle--hover__icon--TransitionProperty);
|
10969
|
+
--pf-v6-c-menu-toggle__icon--Rotate: var(--pf-v6-c-menu-toggle--hover__icon--Rotate);
|
10446
10970
|
}
|
10447
10971
|
.pf-v6-c-menu-toggle:is(.pf-m-expanded, [aria-expanded=true]) {
|
10448
10972
|
--pf-v6-c-menu-toggle--Color: var(--pf-v6-c-menu-toggle--expanded--Color);
|
@@ -10498,6 +11022,15 @@ ul.pf-v6-c-list {
|
|
10498
11022
|
opacity: 1;
|
10499
11023
|
}
|
10500
11024
|
}
|
11025
|
+
.pf-v6-c-menu-toggle.pf-m-settings {
|
11026
|
+
--pf-v6-c-menu-toggle__icon--TransitionProperty: rotate;
|
11027
|
+
--pf-v6-c-menu-toggle__icon--TransitionDuration: var(--pf-v6-c-menu-toggle--m-settings__icon--TransitionDuration);
|
11028
|
+
--pf-v6-c-menu-toggle__icon--TransitionTimingFunction: var(--pf-v6-c-menu-toggle--m-settings__icon--TransitionTimingFunction);
|
11029
|
+
--pf-v6-c-menu-toggle--hover__icon--TransitionProperty: rotate;
|
11030
|
+
--pf-v6-c-menu-toggle--hover__icon--TransitionDuration: var(--pf-v6-c-menu-toggle--m-settings--hover__icon--TransitionDuration);
|
11031
|
+
--pf-v6-c-menu-toggle--hover__icon--TransitionTimingFunction: var(--pf-v6-c-menu-toggle--m-settings--hover__icon--TransitionTimingFunction);
|
11032
|
+
--pf-v6-c-menu-toggle--hover__icon--Rotate: var(--pf-v6-c-menu-toggle--m-settings--hover__icon--Rotate);
|
11033
|
+
}
|
10501
11034
|
.pf-v6-c-menu-toggle.pf-m-placeholder {
|
10502
11035
|
--pf-v6-c-menu-toggle--Color: var(--pf-v6-c-menu-toggle--m-placeholder--Color);
|
10503
11036
|
}
|
@@ -10650,16 +11183,24 @@ ul.pf-v6-c-list {
|
|
10650
11183
|
flex-wrap: nowrap;
|
10651
11184
|
}
|
10652
11185
|
|
10653
|
-
.pf-v6-c-menu-toggle__icon {
|
10654
|
-
flex-shrink: 0;
|
10655
|
-
}
|
10656
11186
|
.pf-v6-c-menu-toggle__icon.pf-m-avatar .pf-v6-c-avatar,
|
10657
11187
|
.pf-v6-c-menu-toggle__icon.pf-m-avatar img,
|
10658
|
-
.pf-v6-c-menu-toggle__icon.pf-m-avatar svg {
|
11188
|
+
.pf-v6-c-menu-toggle__icon.pf-m-avatar svg, .pf-v6-c-menu-toggle:not(.pf-m-plain) .pf-v6-c-menu-toggle__icon {
|
10659
11189
|
margin-block-start: calc(var(--pf-v6-c-menu-toggle--PaddingBlockStart) * -1);
|
10660
11190
|
margin-block-end: calc(var(--pf-v6-c-menu-toggle--PaddingBlockEnd) * -1);
|
10661
11191
|
}
|
10662
11192
|
|
11193
|
+
.pf-v6-c-menu-toggle__icon {
|
11194
|
+
flex-shrink: 0;
|
11195
|
+
transition-delay: var(--pf-v6-c-menu-toggle__icon--TransitionDelay);
|
11196
|
+
transition-duration: var(--pf-v6-c-menu-toggle__icon--TransitionDuration);
|
11197
|
+
transition-property: var(--pf-v6-c-menu-toggle__icon--TransitionProperty);
|
11198
|
+
rotate: var(--pf-v6-c-menu-toggle__icon--Rotate);
|
11199
|
+
}
|
11200
|
+
.pf-v6-c-menu-toggle__icon :where(picture, img) {
|
11201
|
+
vertical-align: middle;
|
11202
|
+
}
|
11203
|
+
|
10663
11204
|
.pf-v6-c-menu-toggle__controls {
|
10664
11205
|
display: flex;
|
10665
11206
|
gap: var(--pf-v6-c-menu-toggle__controls--Gap);
|
@@ -11146,9 +11687,13 @@ ul.pf-v6-c-list {
|
|
11146
11687
|
--pf-v6-c-nav__subnav--PaddingBlockStart: var(--pf-v6-c-nav__item--RowGap);
|
11147
11688
|
--pf-v6-c-nav__subnav--PaddingBlockEnd: var(--pf-v6-c-nav__item--RowGap);
|
11148
11689
|
--pf-v6-c-nav__subnav--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
11149
|
-
--pf-v6-c-nav__subnav--TransitionDuration--expand: var(--pf-t--global--motion--duration--
|
11150
|
-
--pf-v6-c-nav__subnav--TransitionDuration--
|
11690
|
+
--pf-v6-c-nav__subnav--TransitionDuration--expand: var(--pf-t--global--motion--duration--fade--default);
|
11691
|
+
--pf-v6-c-nav__subnav--TransitionDuration--expand--slide: 0s;
|
11692
|
+
--pf-v6-c-nav__subnav--TransitionDuration--collapse: var(--pf-t--global--motion--duration--fade--short);
|
11693
|
+
--pf-v6-c-nav__subnav--TransitionDuration--collapse--slide: 0s;
|
11151
11694
|
--pf-v6-c-nav__subnav--TransitionTimingFunction--expand: var(--pf-t--global--motion--timing-function--default);
|
11695
|
+
--pf-v6-c-nav__subnav--TranslateY: 0;
|
11696
|
+
--pf-v6-c-nav__subnav--hidden--TranslateY: 0;
|
11152
11697
|
--pf-v6-c-nav__scroll-button--BorderColor: var(--pf-t--global--border--color--default);
|
11153
11698
|
--pf-v6-c-nav__scroll-button--BorderWidth: var(--pf-t--global--border--width--divider--default);
|
11154
11699
|
--pf-v6-c-nav__scroll-button--first-of-type--c-button--BorderStartStartRadius: var(--pf-t--global--border--radius--pill);
|
@@ -11177,6 +11722,13 @@ ul.pf-v6-c-list {
|
|
11177
11722
|
--pf-v6-c-nav--m-horizontal--m-subnav__link--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
11178
11723
|
--pf-v6-c-nav--m-horizontal--m-subnav__link--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
11179
11724
|
}
|
11725
|
+
@media screen and (prefers-reduced-motion: no-preference) {
|
11726
|
+
.pf-v6-c-nav {
|
11727
|
+
--pf-v6-c-nav__subnav--TransitionDuration--expand--slide: var(--pf-t--global--motion--duration--fade--default);
|
11728
|
+
--pf-v6-c-nav__subnav--TransitionDuration--collapse--slide: var(--pf-t--global--motion--duration--fade--short);
|
11729
|
+
--pf-v6-c-nav__subnav--hidden--TranslateY: -.5rem;
|
11730
|
+
}
|
11731
|
+
}
|
11180
11732
|
|
11181
11733
|
.pf-v6-c-nav,
|
11182
11734
|
.pf-v6-c-nav__section,
|
@@ -11247,24 +11799,27 @@ ul.pf-v6-c-list {
|
|
11247
11799
|
|
11248
11800
|
.pf-v6-c-nav__subnav {
|
11249
11801
|
--pf-v6-c-nav__list--RowGap: var(--pf-v6-c-nav__subnav--RowGap);
|
11250
|
-
|
11251
|
-
min-height: 0;
|
11802
|
+
max-height: 99999px;
|
11252
11803
|
padding-block-start: var(--pf-v6-c-nav__subnav--PaddingBlockStart);
|
11253
11804
|
padding-block-end: var(--pf-v6-c-nav__subnav--PaddingBlockEnd);
|
11254
11805
|
padding-inline-start: var(--pf-v6-c-nav__subnav--PaddingInlineStart);
|
11255
11806
|
overflow-y: clip;
|
11256
|
-
|
11807
|
+
visibility: visible;
|
11808
|
+
transition-delay: 0s, 0s, var(--pf-v6-c-nav__subnav--TransitionDelay--expand--focus, 0s), var(--pf-v6-c-nav__subnav--TransitionDelay--expand--focus, 0s), var(--pf-v6-c-nav__subnav--TransitionDelay--expand--focus, 0s), var(--pf-v6-c-nav__subnav--TransitionDelay--expand--focus, 0s);
|
11257
11809
|
transition-timing-function: var(--pf-v6-c-nav__subnav--TransitionTimingFunction--expand);
|
11258
|
-
transition-duration: var(--pf-v6-c-nav__subnav--TransitionDuration--expand), 0s, 0s, 0s, 0s;
|
11259
|
-
transition-property: opacity, visibility,
|
11810
|
+
transition-duration: var(--pf-v6-c-nav__subnav--TransitionDuration--expand), var(--pf-v6-c-nav__subnav--TransitionDuration--expand--slide), 0s, 0s, 0s, 0s;
|
11811
|
+
transition-property: opacity, translate, visibility, max-height, padding-block-start, padding-block-end;
|
11812
|
+
translate: 0 var(--pf-v6-c-nav__subnav--TranslateY);
|
11260
11813
|
}
|
11261
11814
|
.pf-v6-c-nav__subnav[hidden] {
|
11262
11815
|
--pf-v6-c-nav__subnav--TransitionDelay--expand--focus: var(--pf-v6-c-nav__subnav--TransitionDuration--expand);
|
11263
11816
|
--pf-v6-c-nav__subnav--TransitionDuration--expand: var(--pf-v6-c-nav__subnav--TransitionDuration--collapse);
|
11817
|
+
--pf-v6-c-nav__subnav--TransitionDuration--expand--slide: var(--pf-v6-c-nav__subnav--TransitionDuration--collapse--slide);
|
11264
11818
|
--pf-v6-c-nav__subnav--PaddingBlockStart: 0;
|
11265
11819
|
--pf-v6-c-nav__subnav--PaddingBlockEnd: 0;
|
11820
|
+
--pf-v6-c-nav__subnav--TranslateY: var(--pf-v6-c-nav__subnav--hidden--TranslateY);
|
11266
11821
|
display: grid;
|
11267
|
-
|
11822
|
+
max-height: 0;
|
11268
11823
|
visibility: hidden;
|
11269
11824
|
opacity: 0;
|
11270
11825
|
}
|
@@ -11754,9 +12309,13 @@ ul.pf-v6-c-list {
|
|
11754
12309
|
--pf-v6-c-page__sidebar--xl--Width: var(--pf-v6-c-page__sidebar--Width--base);
|
11755
12310
|
--pf-v6-c-page__sidebar--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
11756
12311
|
--pf-v6-c-page__sidebar--BoxShadow: none;
|
11757
|
-
--pf-v6-c-page__sidebar--
|
11758
|
-
--pf-v6-c-page__sidebar--
|
12312
|
+
--pf-v6-c-page__sidebar--TransitionProperty: opacity;
|
12313
|
+
--pf-v6-c-page__sidebar--TransitionDuration: var(--pf-t--global--motion--duration--fade--default);
|
12314
|
+
--pf-v6-c-page__sidebar--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
|
11759
12315
|
--pf-v6-c-page__sidebar--TranslateX: -100%;
|
12316
|
+
--pf-v6-c-page__sidebar--Opacity: 0;
|
12317
|
+
--pf-v6-c-page__sidebar--m-expanded--Opacity: 1;
|
12318
|
+
--pf-v6-c-page__sidebar--xl--Opacity: 1;
|
11760
12319
|
--pf-v6-c-page__sidebar--TranslateZ: 0;
|
11761
12320
|
--pf-v6-c-page__sidebar--m-expanded--TranslateX: 0;
|
11762
12321
|
--pf-v6-c-page__sidebar--xl--TranslateX: 0;
|
@@ -11834,9 +12393,17 @@ ul.pf-v6-c-list {
|
|
11834
12393
|
--pf-v6-c-page__main-wizard--BorderBlockStartColor: var(--pf-t--global--border--color--default);
|
11835
12394
|
--pf-v6-c-page__main-wizard--BorderBlockStartWidth: var(--pf-t--global--border--width--action--default);
|
11836
12395
|
}
|
12396
|
+
@media screen and (prefers-reduced-motion: no-preference) {
|
12397
|
+
.pf-v6-c-page {
|
12398
|
+
--pf-v6-c-page__sidebar--Opacity: 1;
|
12399
|
+
--pf-v6-c-page__sidebar--TransitionProperty: transform;
|
12400
|
+
--pf-v6-c-page__sidebar--TransitionDuration: var(--pf-t--global--motion--duration--slide-in--default);
|
12401
|
+
}
|
12402
|
+
}
|
11837
12403
|
@media screen and (min-width: 75rem) {
|
11838
12404
|
.pf-v6-c-page {
|
11839
12405
|
--pf-v6-c-page__sidebar--TranslateX: var(--pf-v6-c-page__sidebar--xl--TranslateX);
|
12406
|
+
--pf-v6-c-page__sidebar--Opacity: var(--pf-v6-c-page__sidebar--xl--Opacity);
|
11840
12407
|
}
|
11841
12408
|
}
|
11842
12409
|
|
@@ -11857,6 +12424,51 @@ ul.pf-v6-c-list {
|
|
11857
12424
|
grid-template-columns: var(--pf-v6-c-page__sidebar--Width) 1fr;
|
11858
12425
|
}
|
11859
12426
|
}
|
12427
|
+
.pf-v6-c-page > .pf-v6-c-masthead .pf-v6-c-masthead__toggle .pf-v6-c-button.pf-m-hamburger:is(:hover, :focus-visible) {
|
12428
|
+
--pf-v6-c-button--hamburger-icon--top--path: var(--pf-v6-c-button--hamburger-icon--top--collapse--path);
|
12429
|
+
--pf-v6-c-button--hamburger-icon--arrow--path: var(--pf-v6-c-button--hamburger-icon--arrow--collapse--path);
|
12430
|
+
--pf-v6-c-button--hamburger-icon--bottom--path: var(--pf-v6-c-button--hamburger-icon--bottom--collapse--path);
|
12431
|
+
--pf-v6-c-button__icon--TransitionDelay: 0s;
|
12432
|
+
--pf-v6-c-button__icon--ScaleX: var(--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX);
|
12433
|
+
--pf-v6-c-button--hover__icon--TransitionDelay: 0s;
|
12434
|
+
--pf-v6-c-button--hover__icon--ScaleX: var(--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX);
|
12435
|
+
}
|
12436
|
+
.pf-v6-c-page:where(:has(> .pf-v6-c-page__sidebar.pf-m-expanded)) > .pf-v6-c-masthead .pf-v6-c-masthead__toggle :is(.pf-v6-c-button.pf-m-hamburger, .pf-v6-c-button.pf-m-hamburger:hover, .pf-v6-c-button.pf-m-hamburger:focus-visible) {
|
12437
|
+
--pf-v6-c-button--hamburger-icon--top--path: var(--pf-v6-c-button--hamburger-icon--top--collapse--path);
|
12438
|
+
--pf-v6-c-button--hamburger-icon--arrow--path: var(--pf-v6-c-button--hamburger-icon--arrow--collapse--path);
|
12439
|
+
--pf-v6-c-button--hamburger-icon--bottom--path: var(--pf-v6-c-button--hamburger-icon--bottom--collapse--path);
|
12440
|
+
--pf-v6-c-button__icon--TransitionDelay: 0s;
|
12441
|
+
--pf-v6-c-button__icon--ScaleX: 1;
|
12442
|
+
--pf-v6-c-button--hover__icon--TransitionDelay: 0s;
|
12443
|
+
--pf-v6-c-button--hover__icon--ScaleX: 1;
|
12444
|
+
}
|
12445
|
+
@media (min-width: 75rem) {
|
12446
|
+
.pf-v6-c-page > .pf-v6-c-masthead .pf-v6-c-masthead__toggle .pf-v6-c-button.pf-m-hamburger, .pf-v6-c-page:where(:has(> .pf-v6-c-page__sidebar.pf-m-expanded)) > .pf-v6-c-masthead .pf-v6-c-masthead__toggle :is(.pf-v6-c-button.pf-m-hamburger, .pf-v6-c-button.pf-m-hamburger:hover, .pf-v6-c-button.pf-m-hamburger:focus-visible) {
|
12447
|
+
--pf-v6-c-button--hamburger-icon--top--path: var(--pf-v6-c-button--hamburger-icon--top--path--base);
|
12448
|
+
--pf-v6-c-button--hamburger-icon--arrow--path: var(--pf-v6-c-button--hamburger-icon--arrow--path--base);
|
12449
|
+
--pf-v6-c-button--hamburger-icon--bottom--path: var(--pf-v6-c-button--hamburger-icon--bottom--path--base);
|
12450
|
+
--pf-v6-c-button__icon--TransitionDelay: var(--pf-v6-c-button--hamburger-icon--TransitionDuration);
|
12451
|
+
--pf-v6-c-button--hover__icon--TransitionDelay: var(--pf-v6-c-button--hamburger-icon--TransitionDuration);
|
12452
|
+
}
|
12453
|
+
.pf-v6-c-page > .pf-v6-c-masthead .pf-v6-c-masthead__toggle .pf-v6-c-button.pf-m-hamburger:is(:hover, :focus-visible) {
|
12454
|
+
--pf-v6-c-button--hamburger-icon--top--path: var(--pf-v6-c-button--hamburger-icon--top--collapse--path);
|
12455
|
+
--pf-v6-c-button--hamburger-icon--arrow--path: var(--pf-v6-c-button--hamburger-icon--arrow--collapse--path);
|
12456
|
+
--pf-v6-c-button--hamburger-icon--bottom--path: var(--pf-v6-c-button--hamburger-icon--bottom--collapse--path);
|
12457
|
+
--pf-v6-c-button__icon--TransitionDelay: 0s;
|
12458
|
+
--pf-v6-c-button__icon--ScaleX: 1;
|
12459
|
+
--pf-v6-c-button--hover__icon--TransitionDelay: 0s;
|
12460
|
+
--pf-v6-c-button--hover__icon--ScaleX: 1;
|
12461
|
+
}
|
12462
|
+
.pf-v6-c-page:where(:has(> .pf-v6-c-page__sidebar.pf-m-collapsed)) > .pf-v6-c-masthead .pf-v6-c-masthead__toggle .pf-v6-c-button.pf-m-hamburger:is(:hover, :focus-visible) {
|
12463
|
+
--pf-v6-c-button--hamburger-icon--top--path: var(--pf-v6-c-button--hamburger-icon--top--collapse--path);
|
12464
|
+
--pf-v6-c-button--hamburger-icon--arrow--path: var(--pf-v6-c-button--hamburger-icon--arrow--collapse--path);
|
12465
|
+
--pf-v6-c-button--hamburger-icon--bottom--path: var(--pf-v6-c-button--hamburger-icon--bottom--collapse--path);
|
12466
|
+
--pf-v6-c-button__icon--TransitionDelay: 0s;
|
12467
|
+
--pf-v6-c-button__icon--ScaleX: var(--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX);
|
12468
|
+
--pf-v6-c-button--hover__icon--TransitionDelay: 0s;
|
12469
|
+
--pf-v6-c-button--hover__icon--ScaleX: var(--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX);
|
12470
|
+
}
|
12471
|
+
}
|
11860
12472
|
|
11861
12473
|
.pf-v6-c-page > .pf-v6-c-masthead {
|
11862
12474
|
z-index: var(--pf-v6-c-page--c-masthead--ZIndex);
|
@@ -11885,7 +12497,8 @@ ul.pf-v6-c-list {
|
|
11885
12497
|
overflow-y: auto;
|
11886
12498
|
-webkit-overflow-scrolling: touch;
|
11887
12499
|
background-color: var(--pf-v6-c-page__sidebar--BackgroundColor);
|
11888
|
-
|
12500
|
+
opacity: var(--pf-v6-c-page__sidebar--Opacity);
|
12501
|
+
transition: var(--pf-v6-c-page__sidebar--TransitionProperty) var(--pf-v6-c-page__sidebar--TransitionDuration) var(--pf-v6-c-page__sidebar--TransitionTimingFunction);
|
11889
12502
|
transform: translateX(var(--pf-v6-c-page__sidebar--TranslateX)) translateZ(var(--pf-v6-c-page__sidebar--TranslateZ));
|
11890
12503
|
}
|
11891
12504
|
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-page__sidebar {
|
@@ -11894,6 +12507,7 @@ ul.pf-v6-c-list {
|
|
11894
12507
|
|
11895
12508
|
.pf-v6-c-page__sidebar.pf-m-expanded {
|
11896
12509
|
--pf-v6-c-page__sidebar--TranslateX: var(--pf-v6-c-page__sidebar--m-expanded--TranslateX);
|
12510
|
+
--pf-v6-c-page__sidebar--Opacity: var(--pf-v6-c-page__sidebar--m-expanded--Opacity);
|
11897
12511
|
box-shadow: var(--pf-v6-c-page__sidebar--BoxShadow);
|
11898
12512
|
}
|
11899
12513
|
@media screen and (min-width: 75rem) {
|
@@ -13154,6 +13768,22 @@ ul.pf-v6-c-list {
|
|
13154
13768
|
--pf-v6-c-progress__status-icon--Color: var(--pf-v6-c-progress--m-danger__status-icon--Color);
|
13155
13769
|
--pf-v6-c-progress--m-inside__measure--Color: var(--pf-v6-c-progress--m-danger--m-inside__measure--Color);
|
13156
13770
|
}
|
13771
|
+
@media (prefers-reduced-motion: no-preference) {
|
13772
|
+
.pf-v6-c-progress.pf-m-danger .pf-v6-c-progress__bar {
|
13773
|
+
translate: var(--pf-v6-global--danger-jiggle--TranslateX, 0);
|
13774
|
+
animation-name: pf-v6-global-danger-jiggle-motion;
|
13775
|
+
animation-duration: var(--pf-v6-global--danger-jiggle--AnimationDuration--Transform);
|
13776
|
+
animation-timing-function: var(--pf-v6-global--danger-jiggle--AnimationTimingFunction--Transform);
|
13777
|
+
animation-fill-mode: both;
|
13778
|
+
}
|
13779
|
+
}
|
13780
|
+
.pf-v6-c-progress.pf-m-danger .pf-v6-c-progress__status-icon {
|
13781
|
+
--pf-v6-c-progress--TransitionDuration--Opacity: var(--pf-t--global--motion--duration--fade--default);
|
13782
|
+
--pf-v6-c-progress--TransitionTimingFunction--Opacity: var(--pf-t--global--motion--timing-function--default);
|
13783
|
+
animation-name: pf-v6-global-fade-in;
|
13784
|
+
animation-duration: var(--pf-v6-c-progress--TransitionDuration--Opacity);
|
13785
|
+
animation-timing-function: var(--pf-v6-c-progress--TransitionTimingFunction--Opacity);
|
13786
|
+
}
|
13157
13787
|
|
13158
13788
|
.pf-v6-c-progress__description {
|
13159
13789
|
grid-column: 1/2;
|
@@ -14331,8 +14961,8 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
14331
14961
|
--pf-v6-c-skeleton--after--LinearGradientColorStop1: var(--pf-t--global--background--color--secondary--default);
|
14332
14962
|
--pf-v6-c-skeleton--after--LinearGradientColorStop2: var(--pf-t--global--background--color--secondary--hover);
|
14333
14963
|
--pf-v6-c-skeleton--after--LinearGradientColorStop3: var(--pf-t--global--background--color--secondary--default);
|
14334
|
-
--pf-v6-c-skeleton--after--TranslateX:
|
14335
|
-
--pf-v6-c-skeleton--after--AnimationName: pf-v6-c-skeleton-loading;
|
14964
|
+
--pf-v6-c-skeleton--after--TranslateX: 0;
|
14965
|
+
--pf-v6-c-skeleton--after--AnimationName: pf-v6-c-skeleton-loading-reduced-motion;
|
14336
14966
|
--pf-v6-c-skeleton--after--AnimationDuration: 3s;
|
14337
14967
|
--pf-v6-c-skeleton--after--AnimationIterationCount: infinite;
|
14338
14968
|
--pf-v6-c-skeleton--after--AnimationTimingFunction: linear;
|
@@ -14364,6 +14994,15 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
14364
14994
|
--pf-v6-c-skeleton--m-height-75--Height: 75%;
|
14365
14995
|
--pf-v6-c-skeleton--m-height-100--Height: 100%;
|
14366
14996
|
}
|
14997
|
+
@media screen and (prefers-reduced-motion: no-preference) {
|
14998
|
+
.pf-v6-c-skeleton {
|
14999
|
+
--pf-v6-c-skeleton--after--LinearGradientColorStop1: var(--pf-t--global--background--color--secondary--default);
|
15000
|
+
--pf-v6-c-skeleton--after--LinearGradientColorStop2: var(--pf-t--global--background--color--secondary--hover);
|
15001
|
+
--pf-v6-c-skeleton--after--LinearGradientColorStop3: var(--pf-t--global--background--color--secondary--default);
|
15002
|
+
--pf-v6-c-skeleton--after--TranslateX: -100%;
|
15003
|
+
--pf-v6-c-skeleton--after--AnimationName: pf-v6-c-skeleton-loading;
|
15004
|
+
}
|
15005
|
+
}
|
14367
15006
|
|
14368
15007
|
.pf-v6-c-skeleton {
|
14369
15008
|
position: relative;
|
@@ -14484,6 +15123,17 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
14484
15123
|
transform: translateX(100%);
|
14485
15124
|
}
|
14486
15125
|
}
|
15126
|
+
@keyframes pf-v6-c-skeleton-loading-reduced-motion {
|
15127
|
+
0% {
|
15128
|
+
opacity: 0.25;
|
15129
|
+
}
|
15130
|
+
60% {
|
15131
|
+
opacity: 1;
|
15132
|
+
}
|
15133
|
+
100% {
|
15134
|
+
opacity: 0.25;
|
15135
|
+
}
|
15136
|
+
}
|
14487
15137
|
.pf-v6-c-skip-to-content {
|
14488
15138
|
--pf-v6-c-skip-to-content--InsetBlockStart: var(--pf-t--global--spacer--md);
|
14489
15139
|
--pf-v6-c-skip-to-content--ZIndex: var(--pf-t--global--z-index--2xl);
|
@@ -14731,6 +15381,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
14731
15381
|
--pf-v6-c-spinner--StrokeWidth: 10;
|
14732
15382
|
--pf-v6-c-spinner__path--StrokeWidth: var(--pf-v6-c-spinner--StrokeWidth);
|
14733
15383
|
--pf-v6-c-spinner__path--AnimationTimingFunction: ease-in-out;
|
15384
|
+
--pf-v6-c-spinner--m-xs--diameter: var(--pf-t--global--icon--size--sm);
|
14734
15385
|
--pf-v6-c-spinner--m-sm--diameter: var(--pf-t--global--icon--size--md);
|
14735
15386
|
--pf-v6-c-spinner--m-md--diameter: var(--pf-t--global--icon--size--lg);
|
14736
15387
|
--pf-v6-c-spinner--m-lg--diameter: var(--pf-t--global--icon--size--xl);
|
@@ -14747,6 +15398,10 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
14747
15398
|
.pf-v6-c-spinner.pf-m-inline {
|
14748
15399
|
--pf-v6-c-spinner--diameter: var(--pf-v6-c-spinner--m-inline--diameter);
|
14749
15400
|
}
|
15401
|
+
.pf-v6-c-spinner.pf-m-xs {
|
15402
|
+
--pf-v6-c-spinner--diameter: var(--pf-v6-c-spinner--m-xs--diameter);
|
15403
|
+
--pf-v6-c-spinner--StrokeWidth: 15;
|
15404
|
+
}
|
14750
15405
|
.pf-v6-c-spinner.pf-m-sm {
|
14751
15406
|
--pf-v6-c-spinner--diameter: var(--pf-v6-c-spinner--m-sm--diameter);
|
14752
15407
|
}
|
@@ -15028,6 +15683,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
15028
15683
|
--pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
15029
15684
|
--pf-v6-c-table--cell--responsive--PaddingInlineEnd: 0;
|
15030
15685
|
--pf-v6-c-table--cell--responsive--PaddingInlineStart: 0;
|
15686
|
+
--pf-v6-c-table--cell--responsive--th--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
15031
15687
|
--pf-v6-c-table--m-compact__tr--responsive--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
15032
15688
|
--pf-v6-c-table--m-compact__tr--responsive--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
15033
15689
|
--pf-v6-c-table--m-compact__tr__td--responsive--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
@@ -15147,12 +15803,15 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
15147
15803
|
grid-template-columns: 1fr minmax(0, 1.5fr);
|
15148
15804
|
align-items: start;
|
15149
15805
|
}
|
15806
|
+
.pf-m-grid.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label].pf-m-action {
|
15807
|
+
align-items: center;
|
15808
|
+
}
|
15150
15809
|
.pf-m-grid.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label] > * {
|
15151
15810
|
grid-column: 2;
|
15152
15811
|
}
|
15153
15812
|
.pf-m-grid.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
15154
15813
|
position: revert;
|
15155
|
-
font-weight:
|
15814
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
15156
15815
|
text-align: start;
|
15157
15816
|
content: attr(data-label);
|
15158
15817
|
}
|
@@ -15447,12 +16106,15 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
15447
16106
|
grid-template-columns: 1fr minmax(0, 1.5fr);
|
15448
16107
|
align-items: start;
|
15449
16108
|
}
|
16109
|
+
.pf-m-grid-md.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label].pf-m-action {
|
16110
|
+
align-items: center;
|
16111
|
+
}
|
15450
16112
|
.pf-m-grid-md.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label] > * {
|
15451
16113
|
grid-column: 2;
|
15452
16114
|
}
|
15453
16115
|
.pf-m-grid-md.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
15454
16116
|
position: revert;
|
15455
|
-
font-weight:
|
16117
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
15456
16118
|
text-align: start;
|
15457
16119
|
content: attr(data-label);
|
15458
16120
|
}
|
@@ -15750,12 +16412,15 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
15750
16412
|
grid-template-columns: 1fr minmax(0, 1.5fr);
|
15751
16413
|
align-items: start;
|
15752
16414
|
}
|
16415
|
+
.pf-m-grid-lg.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label].pf-m-action {
|
16416
|
+
align-items: center;
|
16417
|
+
}
|
15753
16418
|
.pf-m-grid-lg.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label] > * {
|
15754
16419
|
grid-column: 2;
|
15755
16420
|
}
|
15756
16421
|
.pf-m-grid-lg.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
15757
16422
|
position: revert;
|
15758
|
-
font-weight:
|
16423
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
15759
16424
|
text-align: start;
|
15760
16425
|
content: attr(data-label);
|
15761
16426
|
}
|
@@ -16053,12 +16718,15 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
16053
16718
|
grid-template-columns: 1fr minmax(0, 1.5fr);
|
16054
16719
|
align-items: start;
|
16055
16720
|
}
|
16721
|
+
.pf-m-grid-xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label].pf-m-action {
|
16722
|
+
align-items: center;
|
16723
|
+
}
|
16056
16724
|
.pf-m-grid-xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label] > * {
|
16057
16725
|
grid-column: 2;
|
16058
16726
|
}
|
16059
16727
|
.pf-m-grid-xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
16060
16728
|
position: revert;
|
16061
|
-
font-weight:
|
16729
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
16062
16730
|
text-align: start;
|
16063
16731
|
content: attr(data-label);
|
16064
16732
|
}
|
@@ -16356,12 +17024,15 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
16356
17024
|
grid-template-columns: 1fr minmax(0, 1.5fr);
|
16357
17025
|
align-items: start;
|
16358
17026
|
}
|
17027
|
+
.pf-m-grid-2xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label].pf-m-action {
|
17028
|
+
align-items: center;
|
17029
|
+
}
|
16359
17030
|
.pf-m-grid-2xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label] > * {
|
16360
17031
|
grid-column: 2;
|
16361
17032
|
}
|
16362
17033
|
.pf-m-grid-2xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
|
16363
17034
|
position: revert;
|
16364
|
-
font-weight:
|
17035
|
+
font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
|
16365
17036
|
text-align: start;
|
16366
17037
|
content: attr(data-label);
|
16367
17038
|
}
|
@@ -16639,6 +17310,15 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
16639
17310
|
--pf-v6-c-table__action--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
16640
17311
|
--pf-v6-c-table__action--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
16641
17312
|
--pf-v6-c-table__action--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
17313
|
+
--pf-v6-c-table__expandable-row--TransitionDuration--expand--slide: 0s;
|
17314
|
+
--pf-v6-c-table__expandable-row--TransitionDuration--expand--fade: var(--pf-t--global--motion--duration--fade--default);
|
17315
|
+
--pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide: 0s;
|
17316
|
+
--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade: var(--pf-t--global--motion--duration--fade--short);
|
17317
|
+
--pf-v6-c-table__expandable-row--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
17318
|
+
--pf-v6-c-table__expandable-row--Opacity: 0;
|
17319
|
+
--pf-v6-c-table__tbody--m-expanded__expandable-row--Opacity: 1;
|
17320
|
+
--pf-v6-c-table__expandable-row--TranslateY: 0;
|
17321
|
+
--pf-v6-c-table__tbody--m-expanded__expandable-row--TranslateY: 0;
|
16642
17322
|
--pf-v6-c-table__expandable-row-content--PaddingBlockStart: var(--pf-t--global--spacer--md);
|
16643
17323
|
--pf-v6-c-table__expandable-row-content--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
16644
17324
|
--pf-v6-c-table__expandable-row-content--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
@@ -16674,6 +17354,10 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
16674
17354
|
--pf-v6-c-table--m-compact__th--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
16675
17355
|
--pf-v6-c-table--m-compact--cell--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
16676
17356
|
--pf-v6-c-table--m-compact--cell--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
17357
|
+
--pf-v6-c-table__td--m-action--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
17358
|
+
--pf-v6-c-table__td--m-action--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
17359
|
+
--pf-v6-c-table--m-compact__td--m-action--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
17360
|
+
--pf-v6-c-table--m-compact__td--m-action--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
|
16677
17361
|
--pf-v6-c-table--m-compact__action--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
16678
17362
|
--pf-v6-c-table--m-compact__action--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
|
16679
17363
|
--pf-v6-c-table__expandable-row--m-expanded--BorderBlockEndColor: var(--pf-t--global--border--color--default);
|
@@ -16699,6 +17383,13 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
16699
17383
|
--pf-v6-c-table--m-sticky-header--ZIndex: calc(var(--pf-t--global--z-index--xs) + 1);
|
16700
17384
|
--pf-v6-c-table--m-sticky-header--border--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
|
16701
17385
|
}
|
17386
|
+
@media screen and (prefers-reduced-motion: no-preference) {
|
17387
|
+
.pf-v6-c-table {
|
17388
|
+
--pf-v6-c-table__expandable-row--TransitionDuration--expand--slide: var(--pf-t--global--motion--duration--fade--default);
|
17389
|
+
--pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide: var(--pf-t--global--motion--duration--fade--short);
|
17390
|
+
--pf-v6-c-table__expandable-row--TranslateY: -.5rem;
|
17391
|
+
}
|
17392
|
+
}
|
16702
17393
|
|
16703
17394
|
.pf-v6-c-table {
|
16704
17395
|
width: 100%;
|
@@ -16895,6 +17586,10 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
16895
17586
|
.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) > :where(th, td) {
|
16896
17587
|
overflow-wrap: break-word;
|
16897
17588
|
}
|
17589
|
+
.pf-v6-c-table .pf-v6-c-table__td.pf-m-action {
|
17590
|
+
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__td--m-action--PaddingBlockStart);
|
17591
|
+
--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__td--m-action--PaddingBlockEnd);
|
17592
|
+
}
|
16898
17593
|
.pf-v6-c-table .pf-v6-c-table__sort {
|
16899
17594
|
min-width: var(--pf-v6-c-table__sort--MinWidth);
|
16900
17595
|
}
|
@@ -16963,6 +17658,45 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
16963
17658
|
.pf-v6-c-table .pf-v6-c-button .pf-v6-c-table__sort-indicator {
|
16964
17659
|
--pf-v6-c-table__sort-indicator--MarginInlineStart: 0;
|
16965
17660
|
}
|
17661
|
+
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row {
|
17662
|
+
display: revert;
|
17663
|
+
visibility: hidden;
|
17664
|
+
opacity: var(--pf-v6-c-table__expandable-row--Opacity);
|
17665
|
+
transition-delay: 0s, 0s, var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade), var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade);
|
17666
|
+
transition-timing-function: var(--pf-v6-c-table__expandable-row--TransitionTimingFunction);
|
17667
|
+
transition-duration: var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade), var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide), 0s, 0s;
|
17668
|
+
transition-property: opacity, translate, visibility, background-color;
|
17669
|
+
translate: 0 var(--pf-v6-c-table__expandable-row--TranslateY);
|
17670
|
+
}
|
17671
|
+
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row[hidden] {
|
17672
|
+
display: revert;
|
17673
|
+
}
|
17674
|
+
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row.pf-m-expanded {
|
17675
|
+
visibility: visible;
|
17676
|
+
opacity: var(--pf-v6-c-table__tbody--m-expanded__expandable-row--Opacity);
|
17677
|
+
transition-delay: 0s;
|
17678
|
+
transition-duration: var(--pf-v6-c-table__expandable-row--TransitionDuration--expand--fade), var(--pf-v6-c-table__expandable-row--TransitionDuration--expand--slide), 0s, 0s;
|
17679
|
+
translate: 0 var(--pf-v6-c-table__tbody--m-expanded__expandable-row--TranslateY);
|
17680
|
+
}
|
17681
|
+
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row.pf-m-expanded > :is(.pf-v6-c-table__td, .pf-v6-c-table__th) > .pf-v6-c-table__expandable-row-content {
|
17682
|
+
max-height: 99999px;
|
17683
|
+
}
|
17684
|
+
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:not(.pf-m-expanded) > :is(.pf-v6-c-table__td, .pf-v6-c-table__th),
|
17685
|
+
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:not(.pf-m-expanded) > :is(.pf-v6-c-table__td, .pf-v6-c-table__th) > .pf-v6-c-table__expandable-row-content {
|
17686
|
+
padding: 0;
|
17687
|
+
overflow: hidden;
|
17688
|
+
transition-delay: var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade);
|
17689
|
+
transition-property: padding, max-height, overflow;
|
17690
|
+
}
|
17691
|
+
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:not(.pf-m-expanded) > :is(.pf-v6-c-table__td, .pf-v6-c-table__th) > .pf-v6-c-table__expandable-row-content {
|
17692
|
+
max-height: 0;
|
17693
|
+
}
|
17694
|
+
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__control-row.pf-m-no-animate-expand ~ .pf-v6-c-table__expandable-row {
|
17695
|
+
--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade: 0s;
|
17696
|
+
--pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide: 0s;
|
17697
|
+
--pf-v6-c-table__expandable-row--TransitionDuration--expand--fade: 0s;
|
17698
|
+
--pf-v6-c-table__expandable-row--TransitionDuration--expand--slide: 0s;
|
17699
|
+
}
|
16966
17700
|
|
16967
17701
|
[class*=pf-v6-c-table].pf-m-truncate {
|
16968
17702
|
--pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--m-truncate--cell--MinWidth);
|
@@ -17268,21 +18002,25 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
17268
18002
|
position: relative;
|
17269
18003
|
border-block-end: 0 solid transparent;
|
17270
18004
|
}
|
17271
|
-
|
17272
|
-
|
18005
|
+
.pf-v6-c-table__expandable-row > .pf-v6-c-table__th,
|
18006
|
+
.pf-v6-c-table__expandable-row > .pf-v6-c-table__td {
|
17273
18007
|
padding-block-start: 0;
|
17274
18008
|
}
|
17275
|
-
|
17276
|
-
.pf-v6-c-
|
17277
|
-
|
18009
|
+
.pf-v6-c-table__control-row ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__th,
|
18010
|
+
.pf-v6-c-table__control-row ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__td {
|
18011
|
+
padding-block-start: var(--pf-v6-c-table--cell--PaddingBlockStart);
|
18012
|
+
}
|
18013
|
+
.pf-v6-c-table__expandable-row .pf-v6-c-table__td.pf-m-no-padding,
|
18014
|
+
.pf-v6-c-table__expandable-row .pf-v6-c-table__th.pf-m-no-padding {
|
17278
18015
|
padding-block-start: 0;
|
17279
18016
|
padding-block-end: 0;
|
17280
18017
|
padding-inline-start: 0;
|
17281
18018
|
padding-inline-end: 0;
|
17282
18019
|
}
|
17283
|
-
.pf-v6-c-table__expandable-row
|
17284
|
-
.pf-v6-c-table__expandable-row
|
18020
|
+
.pf-v6-c-table__expandable-row .pf-v6-c-table__td.pf-m-no-padding .pf-v6-c-table__expandable-row-content,
|
18021
|
+
.pf-v6-c-table__expandable-row .pf-v6-c-table__th.pf-m-no-padding .pf-v6-c-table__expandable-row-content {
|
17285
18022
|
padding: 0;
|
18023
|
+
border-radius: 0;
|
17286
18024
|
}
|
17287
18025
|
.pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
|
17288
18026
|
padding-block-start: var(--pf-v6-c-table__expandable-row-content--PaddingBlockStart);
|
@@ -17292,6 +18030,9 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
17292
18030
|
background-color: var(--pf-v6-c-table__expandable-row-content--BackgroundColor);
|
17293
18031
|
border-radius: var(--pf-v6-c-table__expandable-row-content--BorderRadius);
|
17294
18032
|
}
|
18033
|
+
.pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content.pf-m-no-background {
|
18034
|
+
background-color: transparent;
|
18035
|
+
}
|
17295
18036
|
.pf-v6-c-table__expandable-row.pf-m-expanded {
|
17296
18037
|
border-block-end-color: var(--pf-v6-c-table__expandable-row--m-expanded--BorderBlockEndColor);
|
17297
18038
|
border-block-end-width: var(--pf-v6-c-table--border-width--base);
|
@@ -17303,6 +18044,10 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
17303
18044
|
border-block-end: 0;
|
17304
18045
|
}
|
17305
18046
|
|
18047
|
+
.pf-v6-c-table__tr:has(~ .pf-v6-c-table__expandable-row) {
|
18048
|
+
border-block-end: 0;
|
18049
|
+
}
|
18050
|
+
|
17306
18051
|
.pf-v6-c-table.pf-m-compact {
|
17307
18052
|
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact--cell--PaddingBlockStart);
|
17308
18053
|
--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact--cell--PaddingBlockEnd);
|
@@ -17323,6 +18068,10 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
17323
18068
|
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact__action--PaddingBlockStart);
|
17324
18069
|
--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__action--PaddingBlockEnd);
|
17325
18070
|
}
|
18071
|
+
.pf-v6-c-table.pf-m-compact .pf-v6-c-table__td.pf-m-action {
|
18072
|
+
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact__td--m-action--PaddingBlockStart);
|
18073
|
+
--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__td--m-action--PaddingBlockEnd);
|
18074
|
+
}
|
17326
18075
|
.pf-v6-c-table.pf-m-compact .pf-v6-c-table__icon {
|
17327
18076
|
width: auto;
|
17328
18077
|
min-width: 0;
|
@@ -17358,7 +18107,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
17358
18107
|
}
|
17359
18108
|
.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded .pf-v6-c-table__control-row {
|
17360
18109
|
background-color: var(--pf-v6-c-table__control-row--BackgroundColor);
|
17361
|
-
border-block-end:
|
18110
|
+
border-block-end: 0;
|
17362
18111
|
}
|
17363
18112
|
|
17364
18113
|
.pf-v6-c-table__tr {
|
@@ -18319,6 +19068,16 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
18319
19068
|
}
|
18320
19069
|
}
|
18321
19070
|
|
19071
|
+
@property --pf-v6-c-tabs--link-accent--length {
|
19072
|
+
syntax: "<length>";
|
19073
|
+
inherits: true;
|
19074
|
+
initial-value: 0px;
|
19075
|
+
}
|
19076
|
+
@property --pf-v6-c-tabs--link-accent--start {
|
19077
|
+
syntax: "<length>";
|
19078
|
+
inherits: true;
|
19079
|
+
initial-value: 0px;
|
19080
|
+
}
|
18322
19081
|
.pf-v6-c-tabs {
|
18323
19082
|
--pf-v6-c-tabs--inset: 0;
|
18324
19083
|
--pf-v6-c-tabs--Width: auto;
|
@@ -18380,6 +19139,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
18380
19139
|
--pf-v6-c-tabs--m-box--m-secondary__link--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
18381
19140
|
--pf-v6-c-tabs--m-box--m-secondary__item--m-current__link--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
18382
19141
|
--pf-v6-c-tabs--m-subtab__link--FontSize: var(--pf-t--global--font--size--xs);
|
19142
|
+
--pf-v6-c-tabs__link--TransitionDuration--background-color: var(--pf-t--global--motion--duration--fade--short);
|
19143
|
+
--pf-v6-c-tabs__link--TransitionTimingFunction--background-color: var(--pf-t--global--motion--timing-function--default);
|
18383
19144
|
--pf-v6-c-tabs__link--before--border-color--base: var(--pf-t--global--border--color--default);
|
18384
19145
|
--pf-v6-c-tabs__link--before--border-width--base: var(--pf-t--global--border--width--regular);
|
18385
19146
|
--pf-v6-c-tabs__link--before--BorderBlockStartColor: var(--pf-v6-c-tabs__link--before--border-color--base);
|
@@ -18404,6 +19165,29 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
18404
19165
|
--pf-v6-c-tabs__link--after--BorderInlineStartWidth: 0;
|
18405
19166
|
--pf-v6-c-tabs__item--m-current__link--after--BorderColor: var(--pf-t--global--border--color--clicked);
|
18406
19167
|
--pf-v6-c-tabs__item--m-current__link--after--BorderWidth: var(--pf-t--global--border--width--extra-strong);
|
19168
|
+
--pf-v6-c-tabs--link-accent--start: 0;
|
19169
|
+
--pf-v6-c-tabs--link-accent--length: 0;
|
19170
|
+
--pf-v6-c-tabs--link-accent--color: var(--pf-v6-c-tabs__item--m-current__link--after--BorderColor);
|
19171
|
+
--pf-v6-c-tabs--link-accent--border-size: var(--pf-v6-c-tabs__item--m-current__link--after--BorderWidth);
|
19172
|
+
--pf-v6-c-tabs--link-accent--TransitionDuration: var(--pf-t--global--motion--duration--md);
|
19173
|
+
--pf-v6-c-tabs--link-accent--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
|
19174
|
+
--pf-v6-c-tabs--link-accent--InsetBlockStart: auto;
|
19175
|
+
--pf-v6-c-tabs--link-accent--InsetBlockEnd: 0;
|
19176
|
+
--pf-v6-c-tabs--link-accent--InsetInlineStart: 0;
|
19177
|
+
--pf-v6-c-tabs--link-accent--Width: initial;
|
19178
|
+
--pf-v6-c-tabs--link-accent--Height: 0;
|
19179
|
+
--pf-v6-c-tabs--link-accent--BorderBlockEndWidth: var(--pf-v6-c-tabs--link-accent--border-size);
|
19180
|
+
--pf-v6-c-tabs--link-accent--BorderInlineStartWidth: 0;
|
19181
|
+
--pf-v6-c-tabs--link-accent--TranslateX: var(--pf-v6-c-tabs--link-accent--start);
|
19182
|
+
--pf-v6-c-tabs--link-accent--TranslateY: 0;
|
19183
|
+
--pf-v6-c-tabs--link-accent--TransformOrigin: 0 center;
|
19184
|
+
--pf-v6-c-tabs--m-vertical--link-accent--InsetBlockStart: 0;
|
19185
|
+
--pf-v6-c-tabs--m-vertical--link-accent--InsetBlockEnd: auto;
|
19186
|
+
--pf-v6-c-tabs--m-vertical--link-accent--BorderBlockEndWidth: 0;
|
19187
|
+
--pf-v6-c-tabs--m-vertical--link-accent--BorderInlineStartWidth: var(--pf-v6-c-tabs--link-accent--border-size);
|
19188
|
+
--pf-v6-c-tabs--m-vertical--link-accent--TranslateX: 0;
|
19189
|
+
--pf-v6-c-tabs--m-vertical--link-accent--TranslateY: var(--pf-v6-c-tabs--link-accent--start);
|
19190
|
+
--pf-v6-c-tabs--m-vertical--link-accent--TransformOrigin: center 0;
|
18407
19191
|
--pf-v6-c-tabs__scroll-button--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
18408
19192
|
--pf-v6-c-tabs__scroll-button--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
18409
19193
|
--pf-v6-c-tabs__scroll-button--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
@@ -18561,6 +19345,15 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
18561
19345
|
--pf-v6-c-tabs__link--after--InsetBlockEnd: 0;
|
18562
19346
|
--pf-v6-c-tabs__link--after--InsetInlineEnd: auto;
|
18563
19347
|
--pf-v6-c-tabs__list--ScrollSnapTypeAxis: var(--pf-v6-c-tabs--m-vertical__list--ScrollSnapTypeAxis);
|
19348
|
+
--pf-v6-c-tabs--link-accent--InsetBlockStart: var(--pf-v6-c-tabs--m-vertical--link-accent--InsetBlockStart);
|
19349
|
+
--pf-v6-c-tabs--link-accent--InsetBlockEnd: var(--pf-v6-c-tabs--m-vertical--link-accent--InsetBlockEnd);
|
19350
|
+
--pf-v6-c-tabs--link-accent--Width: var(--pf-v6-c-tabs--m-vertical--link-accent--Width);
|
19351
|
+
--pf-v6-c-tabs--link-accent--Height: var(--pf-v6-c-tabs--m-vertical--link-accent--Height);
|
19352
|
+
--pf-v6-c-tabs--link-accent--BorderBlockEndWidth: var(--pf-v6-c-tabs--m-vertical--link-accent--BorderBlockEndWidth);
|
19353
|
+
--pf-v6-c-tabs--link-accent--BorderInlineStartWidth: var(--pf-v6-c-tabs--m-vertical--link-accent--BorderInlineStartWidth);
|
19354
|
+
--pf-v6-c-tabs--link-accent--TranslateX: var(--pf-v6-c-tabs--m-vertical--link-accent--TranslateX);
|
19355
|
+
--pf-v6-c-tabs--link-accent--TranslateY: var(--pf-v6-c-tabs--m-vertical--link-accent--TranslateY);
|
19356
|
+
--pf-v6-c-tabs--link-accent--TransformOrigin: var(--pf-v6-c-tabs--m-vertical--link-accent--TransformOrigin);
|
18564
19357
|
display: inline-flex;
|
18565
19358
|
flex-direction: column;
|
18566
19359
|
height: 100%;
|
@@ -18823,6 +19616,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
18823
19616
|
text-decoration-line: none;
|
18824
19617
|
background-color: var(--pf-v6-c-tabs__link--BackgroundColor);
|
18825
19618
|
border-radius: var(--pf-v6-c-tabs__link--BorderRadius);
|
19619
|
+
transition: background-color var(--pf-v6-c-tabs__link--TransitionDuration--background-color) var(--pf-v6-c-tabs__link--TransitionTimingFunction--background-color);
|
18826
19620
|
}
|
18827
19621
|
.pf-v6-c-tabs__item.pf-m-action, .pf-v6-c-tabs__link {
|
18828
19622
|
--pf-v6-c-tabs__link--after--BorderBlockEndWidth: var(--pf-v6-c-tabs__link--after--BorderWidth);
|
@@ -19135,6 +19929,35 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
19135
19929
|
}
|
19136
19930
|
}
|
19137
19931
|
|
19932
|
+
@media (prefers-reduced-motion: no-preference) {
|
19933
|
+
.pf-v6-c-tabs.pf-m-animate-current:not(.pf-m-box) .pf-v6-c-tabs__link::after,
|
19934
|
+
.pf-v6-c-tabs.pf-m-animate-current:not(.pf-m-box) .pf-v6-c-tabs__item.pf-m-action::after {
|
19935
|
+
content: revert;
|
19936
|
+
}
|
19937
|
+
.pf-v6-c-tabs.pf-m-animate-current:not(.pf-m-box) .pf-v6-c-tabs__list::after {
|
19938
|
+
position: absolute;
|
19939
|
+
inset-block-start: var(--pf-v6-c-tabs--link-accent--InsetBlockStart);
|
19940
|
+
inset-block-end: var(--pf-v6-c-tabs--link-accent--InsetBlockEnd);
|
19941
|
+
inset-inline-start: var(--pf-v6-c-tabs--link-accent--InsetInlineStart);
|
19942
|
+
width: var(--pf-v6-c-tabs--link-accent--Width, var(--pf-v6-c-tabs--link-accent--length));
|
19943
|
+
height: var(--pf-v6-c-tabs--link-accent--Height, var(--pf-v6-c-tabs--link-accent--length));
|
19944
|
+
content: "";
|
19945
|
+
border: 0 solid var(--pf-v6-c-tabs--link-accent--color);
|
19946
|
+
border-block-end-width: var(--pf-v6-c-tabs--link-accent--BorderBlockEndWidth);
|
19947
|
+
border-inline-start-width: var(--pf-v6-c-tabs--link-accent--BorderInlineStartWidth);
|
19948
|
+
transition-timing-function: var(--pf-v6-c-tabs--link-accent--TransitionTimingFunction);
|
19949
|
+
transition-duration: var(--pf-v6-c-tabs--link-accent--TransitionDuration);
|
19950
|
+
transition-property: width, height, translate;
|
19951
|
+
transform-origin: var(--pf-v6-c-tabs--link-accent--TransformOrigin);
|
19952
|
+
translate: var(--pf-v6-c-tabs--link-accent--TranslateX) var(--pf-v6-c-tabs--link-accent--TranslateY);
|
19953
|
+
}
|
19954
|
+
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-tabs.pf-m-animate-current:not(.pf-m-box) .pf-v6-c-tabs__list::after {
|
19955
|
+
translate: calc(var(--pf-v6-c-tabs--link-accent--TranslateX) * var(--pf-v6-global--inverse--multiplier)) var(--pf-v6-c-tabs--link-accent--TranslateY);
|
19956
|
+
}
|
19957
|
+
.pf-v6-c-tabs.pf-m-initializing-accent {
|
19958
|
+
--pf-v6-c-tabs--link-accent--TransitionDuration: 0;
|
19959
|
+
}
|
19960
|
+
}
|
19138
19961
|
.pf-v6-c-text-input-group {
|
19139
19962
|
--pf-v6-c-text-input-group--BackgroundColor: var(--pf-t--global--background--color--control--default);
|
19140
19963
|
--pf-v6-c-text-input-group--BorderColor: var(--pf-t--global--border--color--default);
|
@@ -19240,6 +20063,22 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
19240
20063
|
--pf-v6-c-text-input-group--m-hover--BorderColor: var(--pf-v6-c-text-input-group--m-hover--m-error--BorderColor);
|
19241
20064
|
--pf-v6-c-text-input-group__icon--m-status--Color: var(--pf-v6-c-text-input-group__main--m-error__icon--m-status--Color);
|
19242
20065
|
}
|
20066
|
+
@media (prefers-reduced-motion: no-preference) {
|
20067
|
+
.pf-v6-c-text-input-group.pf-m-error {
|
20068
|
+
translate: var(--pf-v6-global--danger-jiggle--TranslateX, 0);
|
20069
|
+
animation-name: pf-v6-global-danger-jiggle-motion;
|
20070
|
+
animation-duration: var(--pf-v6-global--danger-jiggle--AnimationDuration--Transform);
|
20071
|
+
animation-timing-function: var(--pf-v6-global--danger-jiggle--AnimationTimingFunction--Transform);
|
20072
|
+
animation-fill-mode: both;
|
20073
|
+
}
|
20074
|
+
}
|
20075
|
+
.pf-v6-c-text-input-group.pf-m-error .pf-v6-c-text-input-group__icon.pf-m-status {
|
20076
|
+
--pf-v6-c-text-input-group--TransitionDuration--Opacity: var(--pf-t--global--motion--duration--fade--default);
|
20077
|
+
--pf-v6-c-text-input-group--TransitionTimingFunction--Opacity: var(--pf-t--global--motion--timing-function--default);
|
20078
|
+
animation-name: pf-v6-global-fade-in;
|
20079
|
+
animation-duration: var(--pf-v6-c-text-input-group--TransitionDuration--Opacity);
|
20080
|
+
animation-timing-function: var(--pf-v6-c-text-input-group--TransitionTimingFunction--Opacity);
|
20081
|
+
}
|
19243
20082
|
.pf-v6-c-text-input-group:hover {
|
19244
20083
|
--pf-v6-c-text-input-group--BorderColor: var(--pf-v6-c-text-input-group--m-hover--BorderColor);
|
19245
20084
|
}
|
@@ -19471,6 +20310,10 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
19471
20310
|
--pf-v6-c-timestamp--m-help-text--TextDecorationStyle: var(--pf-v6-c-timestamp--m-help-text--hover--TextDecorationStyle);
|
19472
20311
|
}
|
19473
20312
|
|
20313
|
+
.pf-v6-c-timestamp__text {
|
20314
|
+
text-decoration: inherit;
|
20315
|
+
}
|
20316
|
+
|
19474
20317
|
.pf-v6-c-title {
|
19475
20318
|
--pf-v6-c-title--FontFamily: var(--pf-t--global--font--family--heading);
|
19476
20319
|
--pf-v6-c-title--m-4xl--LineHeight: var(--pf-t--global--font--line-height--heading);
|
@@ -21745,6 +22588,12 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
21745
22588
|
grid-auto-flow: column;
|
21746
22589
|
align-items: baseline;
|
21747
22590
|
min-width: var(--pf-v6-c-truncate--MinWidth);
|
22591
|
+
text-decoration: inherit;
|
22592
|
+
}
|
22593
|
+
.pf-v6-c-truncate.pf-m-fixed {
|
22594
|
+
display: inline;
|
22595
|
+
align-items: revert;
|
22596
|
+
min-width: revert;
|
21748
22597
|
}
|
21749
22598
|
|
21750
22599
|
.pf-v6-c-truncate__start,
|
@@ -21836,6 +22685,17 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
21836
22685
|
--pf-v6-c-tree-view__node-container--Display: contents;
|
21837
22686
|
--pf-v6-c-tree-view__node-content--RowGap: var(--pf-t--global--spacer--sm);
|
21838
22687
|
--pf-v6-c-tree-view__node-content--Overflow: visible;
|
22688
|
+
--pf-v6-c-tree-view__list--TransitionDuration--expand--slide: 0s;
|
22689
|
+
--pf-v6-c-tree-view__list--TransitionDuration--expand--fade: var(--pf-t--global--motion--duration--fade--default);
|
22690
|
+
--pf-v6-c-tree-view__list--TransitionDuration--collapse--slide: 0s;
|
22691
|
+
--pf-v6-c-tree-view__list--TransitionDuration--collapse--fade: var(--pf-t--global--motion--duration--fade--short);
|
22692
|
+
--pf-v6-c-tree-view__list--TransitionDuration--slide: var(--pf-v6-c-tree-view__list--TransitionDuration--collapse--slide);
|
22693
|
+
--pf-v6-c-tree-view__list--TransitionDuration--fade: var(--pf-v6-c-tree-view__list--TransitionDuration--collapse--fade);
|
22694
|
+
--pf-v6-c-tree-view__list--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
22695
|
+
--pf-v6-c-tree-view__list--Opacity: 0;
|
22696
|
+
--pf-v6-c-tree-view--m-expanded__list--Opacity: 1;
|
22697
|
+
--pf-v6-c-tree-view__list--TranslateY: 0;
|
22698
|
+
--pf-v6-c-tree-view--m-expanded__list--TranslateY: 0;
|
21839
22699
|
--pf-v6-c-tree-view__list-item__list-item__node-toggle--InsetBlockStart: var(--pf-v6-c-tree-view__node--PaddingBlockStart);
|
21840
22700
|
--pf-v6-c-tree-view__list-item__list-item__node-toggle--InsetInlineStart: var(--pf-v6-c-tree-view__node--PaddingInlineStart);
|
21841
22701
|
--pf-v6-c-tree-view__list-item__list-item__node-toggle--TranslateX: -100%;
|
@@ -21851,6 +22711,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
21851
22711
|
--pf-v6-c-tree-view__node-toggle--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
21852
22712
|
--pf-v6-c-tree-view__node-toggle--MarginBlockStart: calc(var(--pf-v6-c-tree-view__node-toggle--PaddingBlockStart) * -1);
|
21853
22713
|
--pf-v6-c-tree-view__node-toggle--MarginBlockEnd: calc(var(--pf-v6-c-tree-view__node-toggle--PaddingBlockStart) * -1);
|
22714
|
+
--pf-v6-c-tree-view__node-toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
|
22715
|
+
--pf-v6-c-tree-view__node-toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
21854
22716
|
--pf-v6-c-tree-view__node-check--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
21855
22717
|
--pf-v6-c-tree-view__node-count--MarginInlineStart: var(--pf-t--global--spacer--sm);
|
21856
22718
|
--pf-v6-c-tree-view__search--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
@@ -21926,6 +22788,13 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
21926
22788
|
--pf-v6-c-tree-view--m-compact--m-no-background__node--nested--PaddingBlockEnd: 0;
|
21927
22789
|
--pf-v6-c-tree-view--m-compact--m-no-background__node--before--InsetBlockStart: calc(var(--pf-v6-c-tree-view--m-compact__node-container--nested--PaddingBlockStart) + var(--pf-v6-c-tree-view--m-compact__node--nested--PaddingBlockStart) + 0.25rem);
|
21928
22790
|
}
|
22791
|
+
@media screen and (prefers-reduced-motion: no-preference) {
|
22792
|
+
.pf-v6-c-tree-view {
|
22793
|
+
--pf-v6-c-tree-view__list--TransitionDuration--expand--slide: var(--pf-t--global--motion--duration--fade--default);
|
22794
|
+
--pf-v6-c-tree-view__list--TransitionDuration--collapse--slide: var(--pf-t--global--motion--duration--fade--short);
|
22795
|
+
--pf-v6-c-tree-view__list--TranslateY: -.5rem;
|
22796
|
+
}
|
22797
|
+
}
|
21929
22798
|
|
21930
22799
|
.pf-v6-c-tree-view.pf-m-compact .pf-v6-c-tree-view__list-item, .pf-v6-c-tree-view.pf-m-guides .pf-v6-c-tree-view__list-item {
|
21931
22800
|
position: relative;
|
@@ -22041,12 +22910,23 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
22041
22910
|
display: inline-block;
|
22042
22911
|
min-width: var(--pf-v6-c-tree-view__node-toggle-icon--MinWidth);
|
22043
22912
|
text-align: center;
|
22913
|
+
transition: transform var(--pf-v6-c-tree-view__node-toggle-icon--TransitionDuration) var(--pf-v6-c-tree-view__node-toggle-icon--TransitionTimingFunction);
|
22044
22914
|
transform: rotate(var(--pf-v6-c-tree-view__node-toggle-icon--Rotate));
|
22045
22915
|
}
|
22046
22916
|
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-tree-view__node-toggle-icon {
|
22047
22917
|
scale: -1 1;
|
22048
22918
|
}
|
22049
22919
|
|
22920
|
+
.pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list {
|
22921
|
+
max-height: 0;
|
22922
|
+
visibility: hidden;
|
22923
|
+
opacity: var(--pf-v6-c-tree-view__list--Opacity);
|
22924
|
+
transition-delay: 0s, 0s, var(--pf-v6-c-tree-view__list--TransitionDuration--fade), var(--pf-v6-c-tree-view__list--TransitionDuration--fade);
|
22925
|
+
transition-timing-function: var(--pf-v6-c-tree-view__list--TransitionTimingFunction);
|
22926
|
+
transition-duration: var(--pf-v6-c-tree-view__list--TransitionDuration--fade), var(--pf-v6-c-tree-view__list--TransitionDuration--slide), 0s, 0s;
|
22927
|
+
transition-property: opacity, translate, visibility, max-height;
|
22928
|
+
translate: 0 var(--pf-v6-c-tree-view__list--TranslateY);
|
22929
|
+
}
|
22050
22930
|
.pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item {
|
22051
22931
|
--pf-v6-c-tree-view__node-toggle-icon--Rotate: var(--pf-v6-c-tree-view__node-toggle-icon--base--Rotate);
|
22052
22932
|
--pf-v6-c-tree-view__node-toggle--Color: var(--pf-v6-c-tree-view__node-toggle--Color--base);
|
@@ -22055,6 +22935,14 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
22055
22935
|
--pf-v6-c-tree-view__node-toggle--Color: var(--pf-v6-c-tree-view__list-item--m-expanded__node-toggle--Color);
|
22056
22936
|
--pf-v6-c-tree-view__node-toggle-icon--Rotate: var(--pf-v6-c-tree-view__list-item--m-expanded__node-toggle-icon--Rotate);
|
22057
22937
|
}
|
22938
|
+
.pf-v6-c-tree-view__list-item.pf-m-expanded > .pf-v6-c-tree-view__list {
|
22939
|
+
max-height: 99999px;
|
22940
|
+
visibility: revert;
|
22941
|
+
opacity: var(--pf-v6-c-tree-view--m-expanded__list--Opacity);
|
22942
|
+
transition-delay: 0s;
|
22943
|
+
transition-duration: var(--pf-v6-c-tree-view__list--TransitionDuration--expand--fade), var(--pf-v6-c-tree-view__list--TransitionDuration--expand--slide), 0s, 0s;
|
22944
|
+
translate: 0 var(--pf-v6-c-tree-view--m-expanded__list--TranslateY);
|
22945
|
+
}
|
22058
22946
|
|
22059
22947
|
.pf-v6-c-tree-view__node,
|
22060
22948
|
.pf-v6-c-tree-view__node-container {
|