@patternfly/patternfly 6.3.0-prerelease.22 → 6.3.0-prerelease.24
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/components/Accordion/accordion.css +11 -12
- package/components/Accordion/accordion.scss +11 -10
- package/components/Form/form.css +33 -2
- package/components/Form/form.scss +39 -2
- package/components/TreeView/tree-view.css +9 -3
- package/components/TreeView/tree-view.scss +9 -3
- package/components/_index.css +53 -17
- package/docs/components/Form/examples/Form.md +92 -5
- package/docs/demos/Form/examples/BasicForms.md +12 -12
- package/package.json +1 -1
- package/patternfly-no-globals.css +53 -17
- package/patternfly.css +53 -17
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -1049,7 +1049,7 @@ subsection: forms
|
|
|
1049
1049
|
</div>
|
|
1050
1050
|
|
|
1051
1051
|
<div
|
|
1052
|
-
class="pf-v6-c-form__field-group"
|
|
1052
|
+
class="pf-v6-c-form__field-group pf-m-expandable"
|
|
1053
1053
|
role="group"
|
|
1054
1054
|
aria-labelledby="form-demo-sections-complex-form-alerting-title"
|
|
1055
1055
|
>
|
|
@@ -1086,7 +1086,7 @@ subsection: forms
|
|
|
1086
1086
|
</div>
|
|
1087
1087
|
|
|
1088
1088
|
<div
|
|
1089
|
-
class="pf-v6-c-form__field-group"
|
|
1089
|
+
class="pf-v6-c-form__field-group pf-m-expandable"
|
|
1090
1090
|
role="group"
|
|
1091
1091
|
aria-labelledby="form-demo-sections-complex-form-query-title"
|
|
1092
1092
|
>
|
|
@@ -1123,7 +1123,7 @@ subsection: forms
|
|
|
1123
1123
|
</div>
|
|
1124
1124
|
|
|
1125
1125
|
<div
|
|
1126
|
-
class="pf-v6-c-form__field-group"
|
|
1126
|
+
class="pf-v6-c-form__field-group pf-m-expandable"
|
|
1127
1127
|
role="group"
|
|
1128
1128
|
aria-labelledby="form-demo-sections-complex-form-affinity-title"
|
|
1129
1129
|
>
|
|
@@ -1157,9 +1157,9 @@ subsection: forms
|
|
|
1157
1157
|
>If specified, the pod's scheduling constraints.</div>
|
|
1158
1158
|
</div>
|
|
1159
1159
|
</div>
|
|
1160
|
-
<div class="pf-v6-c-form__field-group-body"
|
|
1160
|
+
<div class="pf-v6-c-form__field-group-body" inert>
|
|
1161
1161
|
<div
|
|
1162
|
-
class="pf-v6-c-form__field-group pf-m-expanded"
|
|
1162
|
+
class="pf-v6-c-form__field-group pf-m-expandable pf-m-expanded"
|
|
1163
1163
|
role="group"
|
|
1164
1164
|
aria-labelledby="form-demo-sections-complex-form-node-affinity-title"
|
|
1165
1165
|
>
|
|
@@ -1196,7 +1196,7 @@ subsection: forms
|
|
|
1196
1196
|
</div>
|
|
1197
1197
|
<div class="pf-v6-c-form__field-group-body">
|
|
1198
1198
|
<div
|
|
1199
|
-
class="pf-v6-c-form__field-group"
|
|
1199
|
+
class="pf-v6-c-form__field-group pf-m-expandable"
|
|
1200
1200
|
role="group"
|
|
1201
1201
|
aria-labelledby="form-demo-sections-complex-form-node-affinity-required-title"
|
|
1202
1202
|
>
|
|
@@ -1233,7 +1233,7 @@ subsection: forms
|
|
|
1233
1233
|
</div>
|
|
1234
1234
|
|
|
1235
1235
|
<div
|
|
1236
|
-
class="pf-v6-c-form__field-group pf-m-expanded"
|
|
1236
|
+
class="pf-v6-c-form__field-group pf-m-expandable pf-m-expanded"
|
|
1237
1237
|
role="group"
|
|
1238
1238
|
aria-labelledby="form-demo-sections-complex-form-node-affinity-required-2-title"
|
|
1239
1239
|
>
|
|
@@ -1327,7 +1327,7 @@ subsection: forms
|
|
|
1327
1327
|
</div>
|
|
1328
1328
|
|
|
1329
1329
|
<div
|
|
1330
|
-
class="pf-v6-c-form__field-group"
|
|
1330
|
+
class="pf-v6-c-form__field-group pf-m-expandable"
|
|
1331
1331
|
role="group"
|
|
1332
1332
|
aria-labelledby="form-demo-sections-complex-form-pod-affinity-title"
|
|
1333
1333
|
>
|
|
@@ -1366,7 +1366,7 @@ subsection: forms
|
|
|
1366
1366
|
</div>
|
|
1367
1367
|
|
|
1368
1368
|
<div
|
|
1369
|
-
class="pf-v6-c-form__field-group pf-m-expanded"
|
|
1369
|
+
class="pf-v6-c-form__field-group pf-m-expandable pf-m-expanded"
|
|
1370
1370
|
role="group"
|
|
1371
1371
|
aria-labelledby="form-demo-sections-complex-form-routing-title"
|
|
1372
1372
|
>
|
|
@@ -1552,7 +1552,7 @@ subsection: forms
|
|
|
1552
1552
|
</div>
|
|
1553
1553
|
|
|
1554
1554
|
<div
|
|
1555
|
-
class="pf-v6-c-form__field-group pf-m-expanded"
|
|
1555
|
+
class="pf-v6-c-form__field-group pf-m-expandable pf-m-expanded"
|
|
1556
1556
|
role="group"
|
|
1557
1557
|
aria-labelledby="form-demo-sections-complex-form-health-checks-title"
|
|
1558
1558
|
>
|
|
@@ -1657,7 +1657,7 @@ subsection: forms
|
|
|
1657
1657
|
</div>
|
|
1658
1658
|
|
|
1659
1659
|
<div
|
|
1660
|
-
class="pf-v6-c-form__field-group"
|
|
1660
|
+
class="pf-v6-c-form__field-group pf-m-expandable"
|
|
1661
1661
|
role="group"
|
|
1662
1662
|
aria-labelledby="form-demo-sections-complex-form-build-configuration-title"
|
|
1663
1663
|
>
|
|
@@ -1696,7 +1696,7 @@ subsection: forms
|
|
|
1696
1696
|
</div>
|
|
1697
1697
|
|
|
1698
1698
|
<div
|
|
1699
|
-
class="pf-v6-c-form__field-group"
|
|
1699
|
+
class="pf-v6-c-form__field-group pf-m-expandable"
|
|
1700
1700
|
role="group"
|
|
1701
1701
|
aria-labelledby="form-demo-sections-complex-form-deployment-title"
|
|
1702
1702
|
>
|
package/package.json
CHANGED
|
@@ -7838,33 +7838,32 @@
|
|
|
7838
7838
|
}
|
|
7839
7839
|
|
|
7840
7840
|
.pf-v6-c-accordion__expandable-content {
|
|
7841
|
-
|
|
7842
|
-
margin-block-end: var(--pf-v6-c-accordion__expandable-content--MarginBlockEnd);
|
|
7841
|
+
max-height: 0;
|
|
7843
7842
|
margin-inline-start: var(--pf-v6-c-accordion__expandable-content--MarginInlineStart);
|
|
7844
7843
|
margin-inline-end: var(--pf-v6-c-accordion__expandable-content--MarginInlineEnd);
|
|
7845
7844
|
font-size: var(--pf-v6-c-accordion__expandable-content--FontSize);
|
|
7846
7845
|
color: var(--pf-v6-c-accordion__expandable-content--Color);
|
|
7846
|
+
visibility: hidden;
|
|
7847
7847
|
background-color: var(--pf-v6-c-accordion__expandable-content--BackgroundColor);
|
|
7848
7848
|
border-radius: var(--pf-v6-c-accordion__expandable-content--BorderRadius);
|
|
7849
7849
|
opacity: var(--pf-v6-c-accordion__expandable-content--Opacity);
|
|
7850
|
+
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);
|
|
7850
7851
|
transition-timing-function: var(--pf-v6-c-accordion__expandable-content--TransitionTimingFunction);
|
|
7851
|
-
transition-duration: var(--pf-v6-c-accordion__expandable-content--TransitionDuration--fade), var(--pf-v6-c-accordion__expandable-content--TransitionDuration--slide),
|
|
7852
|
-
transition-property: opacity, translate,
|
|
7853
|
-
transition-behavior: allow-discrete;
|
|
7852
|
+
transition-duration: var(--pf-v6-c-accordion__expandable-content--TransitionDuration--fade), var(--pf-v6-c-accordion__expandable-content--TransitionDuration--slide), 0s, 0s, 0s;
|
|
7853
|
+
transition-property: opacity, translate, visibility, max-height, margin-block-end;
|
|
7854
7854
|
translate: 0 var(--pf-v6-c-accordion__expandable-content--TranslateY);
|
|
7855
7855
|
}
|
|
7856
7856
|
.pf-v6-c-accordion__expandable-content.pf-m-fixed {
|
|
7857
|
-
max-height: var(--pf-v6-c-accordion__expandable-content--m-fixed--MaxHeight);
|
|
7858
7857
|
overflow-y: auto;
|
|
7859
7858
|
}
|
|
7860
7859
|
.pf-v6-c-accordion__item.pf-m-expanded .pf-v6-c-accordion__expandable-content {
|
|
7861
|
-
|
|
7860
|
+
max-height: 9999px;
|
|
7861
|
+
margin-block-end: var(--pf-v6-c-accordion__expandable-content--MarginBlockEnd);
|
|
7862
|
+
visibility: revert;
|
|
7863
|
+
transition-delay: 0s;
|
|
7862
7864
|
}
|
|
7863
|
-
|
|
7864
|
-
|
|
7865
|
-
--pf-v6-c-accordion__expandable-content--Opacity: 0;
|
|
7866
|
-
--pf-v6-c-accordion__expandable-content--TranslateY: -.5rem;
|
|
7867
|
-
}
|
|
7865
|
+
.pf-v6-c-accordion__item.pf-m-expanded .pf-v6-c-accordion__expandable-content.pf-m-fixed {
|
|
7866
|
+
max-height: var(--pf-v6-c-accordion__expandable-content--m-fixed--MaxHeight);
|
|
7868
7867
|
}
|
|
7869
7868
|
|
|
7870
7869
|
.pf-v6-c-accordion__expandable-content-body {
|
|
@@ -14166,6 +14165,19 @@ ul) {
|
|
|
14166
14165
|
--pf-v6-c-form__field-group__field-group__field-group-body--GridColumn: 1 / 3;
|
|
14167
14166
|
--pf-v6-c-form__field-group__field-group__field-group-toggle--field-group-body--GridColumn: 2 / 3;
|
|
14168
14167
|
--pf-v6-c-form__field-group-body__field-group--last-child--MarginBlockEnd: calc(var(--pf-v6-c-form__field-group-body--PaddingBlockEnd) * -1);
|
|
14168
|
+
--pf-v6-c-form__field-group-body--TranslateY: 0;
|
|
14169
|
+
--pf-v6-c-form__field-group--m-expanded__field-group-body--TranslateY: 0;
|
|
14170
|
+
--pf-v6-c-form__field-group-body--TransitionDuration--expand--slide: 0s;
|
|
14171
|
+
--pf-v6-c-form__field-group-body--TransitionDuration--expand--fade: var(--pf-t--global--motion--duration--fade--default);
|
|
14172
|
+
--pf-v6-c-form__field-group-body--TransitionDuration--collapse--slide: 0s;
|
|
14173
|
+
--pf-v6-c-form__field-group-body--TransitionDuration--collapse--fade: var(--pf-t--global--motion--duration--fade--short);
|
|
14174
|
+
}
|
|
14175
|
+
@media screen and (prefers-reduced-motion: no-preference) {
|
|
14176
|
+
.pf-v6-c-form {
|
|
14177
|
+
--pf-v6-c-form__field-group-body--TransitionDuration--expand--slide: var(--pf-t--global--motion--duration--fade--default);
|
|
14178
|
+
--pf-v6-c-form__field-group-body--TransitionDuration--collapse--slide: var(--pf-t--global--motion--duration--fade--short);
|
|
14179
|
+
--pf-v6-c-form__field-group-body--TranslateY: -.5rem;
|
|
14180
|
+
}
|
|
14169
14181
|
}
|
|
14170
14182
|
|
|
14171
14183
|
.pf-v6-c-form {
|
|
@@ -14522,6 +14534,16 @@ ul) {
|
|
|
14522
14534
|
.pf-v6-c-form__field-group.pf-m-expanded > .pf-v6-c-form__field-group-toggle {
|
|
14523
14535
|
--pf-v6-c-form__field-group-toggle-icon--Rotate: var(--pf-v6-c-form__field-group--m-expanded__toggle-icon--Rotate);
|
|
14524
14536
|
}
|
|
14537
|
+
.pf-v6-c-form__field-group.pf-m-expanded.pf-m-expandable > .pf-v6-c-form__field-group-body {
|
|
14538
|
+
max-height: 9999px;
|
|
14539
|
+
padding-block-start: var(--pf-v6-c-form__field-group-body--PaddingBlockStart);
|
|
14540
|
+
padding-block-end: var(--pf-v6-c-form__field-group-body--PaddingBlockEnd);
|
|
14541
|
+
visibility: visible;
|
|
14542
|
+
opacity: 1;
|
|
14543
|
+
transition-delay: 0s;
|
|
14544
|
+
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;
|
|
14545
|
+
translate: 0 var(--pf-v6-c-form__field-group--m-expanded__field-group-body--TranslateY);
|
|
14546
|
+
}
|
|
14525
14547
|
|
|
14526
14548
|
.pf-v6-c-form__field-group-toggle {
|
|
14527
14549
|
grid-row: 1/2;
|
|
@@ -14588,9 +14610,17 @@ ul) {
|
|
|
14588
14610
|
display: grid;
|
|
14589
14611
|
grid-column: var(--pf-v6-c-form__field-group-body--GridColumn);
|
|
14590
14612
|
gap: var(--pf-v6-c-form__field-group-body--Gap);
|
|
14591
|
-
padding-block-start: var(--pf-v6-c-form__field-group-body--PaddingBlockStart);
|
|
14592
|
-
padding-block-end: var(--pf-v6-c-form__field-group-body--PaddingBlockEnd);
|
|
14593
14613
|
}
|
|
14614
|
+
.pf-v6-c-form__field-group.pf-m-expandable > .pf-v6-c-form__field-group-body {
|
|
14615
|
+
max-height: 0;
|
|
14616
|
+
visibility: hidden;
|
|
14617
|
+
opacity: 0;
|
|
14618
|
+
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);
|
|
14619
|
+
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;
|
|
14620
|
+
transition-property: opacity, translate, visibility, max-height, padding-block-start, padding-block-end;
|
|
14621
|
+
translate: 0 var(--pf-v6-c-form__field-group-body--TranslateY);
|
|
14622
|
+
}
|
|
14623
|
+
|
|
14594
14624
|
.pf-v6-c-form__field-group-body > .pf-v6-c-form__field-group:first-child {
|
|
14595
14625
|
--pf-v6-c-form__field-group-toggle--PaddingBlockStart: 0;
|
|
14596
14626
|
--pf-v6-c-form__field-group-header--PaddingBlockStart: 0;
|
|
@@ -29906,10 +29936,13 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
29906
29936
|
}
|
|
29907
29937
|
|
|
29908
29938
|
.pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list {
|
|
29939
|
+
max-height: 0;
|
|
29940
|
+
visibility: hidden;
|
|
29909
29941
|
opacity: var(--pf-v6-c-tree-view__list--Opacity);
|
|
29942
|
+
transition-delay: 0s, 0s, var(--pf-v6-c-tree-view__list--TransitionDuration--fade), var(--pf-v6-c-tree-view__list--TransitionDuration--fade);
|
|
29910
29943
|
transition-timing-function: var(--pf-v6-c-tree-view__list--TransitionTimingFunction);
|
|
29911
|
-
transition-duration: var(--pf-v6-c-tree-view__list--TransitionDuration--fade), var(--pf-v6-c-tree-view__list--TransitionDuration--slide);
|
|
29912
|
-
transition-property: opacity, translate;
|
|
29944
|
+
transition-duration: var(--pf-v6-c-tree-view__list--TransitionDuration--fade), var(--pf-v6-c-tree-view__list--TransitionDuration--slide), 0s, 0s;
|
|
29945
|
+
transition-property: opacity, translate, visibility, max-height;
|
|
29913
29946
|
translate: 0 var(--pf-v6-c-tree-view__list--TranslateY);
|
|
29914
29947
|
}
|
|
29915
29948
|
.pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item {
|
|
@@ -29921,8 +29954,11 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
29921
29954
|
--pf-v6-c-tree-view__node-toggle-icon--Rotate: var(--pf-v6-c-tree-view__list-item--m-expanded__node-toggle-icon--Rotate);
|
|
29922
29955
|
}
|
|
29923
29956
|
.pf-v6-c-tree-view__list-item.pf-m-expanded > .pf-v6-c-tree-view__list {
|
|
29957
|
+
max-height: 9999px;
|
|
29958
|
+
visibility: revert;
|
|
29924
29959
|
opacity: var(--pf-v6-c-tree-view--m-expanded__list--Opacity);
|
|
29925
|
-
transition-
|
|
29960
|
+
transition-delay: 0s;
|
|
29961
|
+
transition-duration: var(--pf-v6-c-tree-view__list--TransitionDuration--expand--fade), var(--pf-v6-c-tree-view__list--TransitionDuration--expand--slide), 0s, 0s;
|
|
29926
29962
|
translate: 0 var(--pf-v6-c-tree-view--m-expanded__list--TranslateY);
|
|
29927
29963
|
}
|
|
29928
29964
|
|
package/patternfly.css
CHANGED
|
@@ -7974,33 +7974,32 @@ button) {
|
|
|
7974
7974
|
}
|
|
7975
7975
|
|
|
7976
7976
|
.pf-v6-c-accordion__expandable-content {
|
|
7977
|
-
|
|
7978
|
-
margin-block-end: var(--pf-v6-c-accordion__expandable-content--MarginBlockEnd);
|
|
7977
|
+
max-height: 0;
|
|
7979
7978
|
margin-inline-start: var(--pf-v6-c-accordion__expandable-content--MarginInlineStart);
|
|
7980
7979
|
margin-inline-end: var(--pf-v6-c-accordion__expandable-content--MarginInlineEnd);
|
|
7981
7980
|
font-size: var(--pf-v6-c-accordion__expandable-content--FontSize);
|
|
7982
7981
|
color: var(--pf-v6-c-accordion__expandable-content--Color);
|
|
7982
|
+
visibility: hidden;
|
|
7983
7983
|
background-color: var(--pf-v6-c-accordion__expandable-content--BackgroundColor);
|
|
7984
7984
|
border-radius: var(--pf-v6-c-accordion__expandable-content--BorderRadius);
|
|
7985
7985
|
opacity: var(--pf-v6-c-accordion__expandable-content--Opacity);
|
|
7986
|
+
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);
|
|
7986
7987
|
transition-timing-function: var(--pf-v6-c-accordion__expandable-content--TransitionTimingFunction);
|
|
7987
|
-
transition-duration: var(--pf-v6-c-accordion__expandable-content--TransitionDuration--fade), var(--pf-v6-c-accordion__expandable-content--TransitionDuration--slide),
|
|
7988
|
-
transition-property: opacity, translate,
|
|
7989
|
-
transition-behavior: allow-discrete;
|
|
7988
|
+
transition-duration: var(--pf-v6-c-accordion__expandable-content--TransitionDuration--fade), var(--pf-v6-c-accordion__expandable-content--TransitionDuration--slide), 0s, 0s, 0s;
|
|
7989
|
+
transition-property: opacity, translate, visibility, max-height, margin-block-end;
|
|
7990
7990
|
translate: 0 var(--pf-v6-c-accordion__expandable-content--TranslateY);
|
|
7991
7991
|
}
|
|
7992
7992
|
.pf-v6-c-accordion__expandable-content.pf-m-fixed {
|
|
7993
|
-
max-height: var(--pf-v6-c-accordion__expandable-content--m-fixed--MaxHeight);
|
|
7994
7993
|
overflow-y: auto;
|
|
7995
7994
|
}
|
|
7996
7995
|
.pf-v6-c-accordion__item.pf-m-expanded .pf-v6-c-accordion__expandable-content {
|
|
7997
|
-
|
|
7996
|
+
max-height: 9999px;
|
|
7997
|
+
margin-block-end: var(--pf-v6-c-accordion__expandable-content--MarginBlockEnd);
|
|
7998
|
+
visibility: revert;
|
|
7999
|
+
transition-delay: 0s;
|
|
7998
8000
|
}
|
|
7999
|
-
|
|
8000
|
-
|
|
8001
|
-
--pf-v6-c-accordion__expandable-content--Opacity: 0;
|
|
8002
|
-
--pf-v6-c-accordion__expandable-content--TranslateY: -.5rem;
|
|
8003
|
-
}
|
|
8001
|
+
.pf-v6-c-accordion__item.pf-m-expanded .pf-v6-c-accordion__expandable-content.pf-m-fixed {
|
|
8002
|
+
max-height: var(--pf-v6-c-accordion__expandable-content--m-fixed--MaxHeight);
|
|
8004
8003
|
}
|
|
8005
8004
|
|
|
8006
8005
|
.pf-v6-c-accordion__expandable-content-body {
|
|
@@ -14302,6 +14301,19 @@ ul) {
|
|
|
14302
14301
|
--pf-v6-c-form__field-group__field-group__field-group-body--GridColumn: 1 / 3;
|
|
14303
14302
|
--pf-v6-c-form__field-group__field-group__field-group-toggle--field-group-body--GridColumn: 2 / 3;
|
|
14304
14303
|
--pf-v6-c-form__field-group-body__field-group--last-child--MarginBlockEnd: calc(var(--pf-v6-c-form__field-group-body--PaddingBlockEnd) * -1);
|
|
14304
|
+
--pf-v6-c-form__field-group-body--TranslateY: 0;
|
|
14305
|
+
--pf-v6-c-form__field-group--m-expanded__field-group-body--TranslateY: 0;
|
|
14306
|
+
--pf-v6-c-form__field-group-body--TransitionDuration--expand--slide: 0s;
|
|
14307
|
+
--pf-v6-c-form__field-group-body--TransitionDuration--expand--fade: var(--pf-t--global--motion--duration--fade--default);
|
|
14308
|
+
--pf-v6-c-form__field-group-body--TransitionDuration--collapse--slide: 0s;
|
|
14309
|
+
--pf-v6-c-form__field-group-body--TransitionDuration--collapse--fade: var(--pf-t--global--motion--duration--fade--short);
|
|
14310
|
+
}
|
|
14311
|
+
@media screen and (prefers-reduced-motion: no-preference) {
|
|
14312
|
+
.pf-v6-c-form {
|
|
14313
|
+
--pf-v6-c-form__field-group-body--TransitionDuration--expand--slide: var(--pf-t--global--motion--duration--fade--default);
|
|
14314
|
+
--pf-v6-c-form__field-group-body--TransitionDuration--collapse--slide: var(--pf-t--global--motion--duration--fade--short);
|
|
14315
|
+
--pf-v6-c-form__field-group-body--TranslateY: -.5rem;
|
|
14316
|
+
}
|
|
14305
14317
|
}
|
|
14306
14318
|
|
|
14307
14319
|
.pf-v6-c-form {
|
|
@@ -14658,6 +14670,16 @@ ul) {
|
|
|
14658
14670
|
.pf-v6-c-form__field-group.pf-m-expanded > .pf-v6-c-form__field-group-toggle {
|
|
14659
14671
|
--pf-v6-c-form__field-group-toggle-icon--Rotate: var(--pf-v6-c-form__field-group--m-expanded__toggle-icon--Rotate);
|
|
14660
14672
|
}
|
|
14673
|
+
.pf-v6-c-form__field-group.pf-m-expanded.pf-m-expandable > .pf-v6-c-form__field-group-body {
|
|
14674
|
+
max-height: 9999px;
|
|
14675
|
+
padding-block-start: var(--pf-v6-c-form__field-group-body--PaddingBlockStart);
|
|
14676
|
+
padding-block-end: var(--pf-v6-c-form__field-group-body--PaddingBlockEnd);
|
|
14677
|
+
visibility: visible;
|
|
14678
|
+
opacity: 1;
|
|
14679
|
+
transition-delay: 0s;
|
|
14680
|
+
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;
|
|
14681
|
+
translate: 0 var(--pf-v6-c-form__field-group--m-expanded__field-group-body--TranslateY);
|
|
14682
|
+
}
|
|
14661
14683
|
|
|
14662
14684
|
.pf-v6-c-form__field-group-toggle {
|
|
14663
14685
|
grid-row: 1/2;
|
|
@@ -14724,9 +14746,17 @@ ul) {
|
|
|
14724
14746
|
display: grid;
|
|
14725
14747
|
grid-column: var(--pf-v6-c-form__field-group-body--GridColumn);
|
|
14726
14748
|
gap: var(--pf-v6-c-form__field-group-body--Gap);
|
|
14727
|
-
padding-block-start: var(--pf-v6-c-form__field-group-body--PaddingBlockStart);
|
|
14728
|
-
padding-block-end: var(--pf-v6-c-form__field-group-body--PaddingBlockEnd);
|
|
14729
14749
|
}
|
|
14750
|
+
.pf-v6-c-form__field-group.pf-m-expandable > .pf-v6-c-form__field-group-body {
|
|
14751
|
+
max-height: 0;
|
|
14752
|
+
visibility: hidden;
|
|
14753
|
+
opacity: 0;
|
|
14754
|
+
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);
|
|
14755
|
+
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;
|
|
14756
|
+
transition-property: opacity, translate, visibility, max-height, padding-block-start, padding-block-end;
|
|
14757
|
+
translate: 0 var(--pf-v6-c-form__field-group-body--TranslateY);
|
|
14758
|
+
}
|
|
14759
|
+
|
|
14730
14760
|
.pf-v6-c-form__field-group-body > .pf-v6-c-form__field-group:first-child {
|
|
14731
14761
|
--pf-v6-c-form__field-group-toggle--PaddingBlockStart: 0;
|
|
14732
14762
|
--pf-v6-c-form__field-group-header--PaddingBlockStart: 0;
|
|
@@ -30042,10 +30072,13 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
30042
30072
|
}
|
|
30043
30073
|
|
|
30044
30074
|
.pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list {
|
|
30075
|
+
max-height: 0;
|
|
30076
|
+
visibility: hidden;
|
|
30045
30077
|
opacity: var(--pf-v6-c-tree-view__list--Opacity);
|
|
30078
|
+
transition-delay: 0s, 0s, var(--pf-v6-c-tree-view__list--TransitionDuration--fade), var(--pf-v6-c-tree-view__list--TransitionDuration--fade);
|
|
30046
30079
|
transition-timing-function: var(--pf-v6-c-tree-view__list--TransitionTimingFunction);
|
|
30047
|
-
transition-duration: var(--pf-v6-c-tree-view__list--TransitionDuration--fade), var(--pf-v6-c-tree-view__list--TransitionDuration--slide);
|
|
30048
|
-
transition-property: opacity, translate;
|
|
30080
|
+
transition-duration: var(--pf-v6-c-tree-view__list--TransitionDuration--fade), var(--pf-v6-c-tree-view__list--TransitionDuration--slide), 0s, 0s;
|
|
30081
|
+
transition-property: opacity, translate, visibility, max-height;
|
|
30049
30082
|
translate: 0 var(--pf-v6-c-tree-view__list--TranslateY);
|
|
30050
30083
|
}
|
|
30051
30084
|
.pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item {
|
|
@@ -30057,8 +30090,11 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
30057
30090
|
--pf-v6-c-tree-view__node-toggle-icon--Rotate: var(--pf-v6-c-tree-view__list-item--m-expanded__node-toggle-icon--Rotate);
|
|
30058
30091
|
}
|
|
30059
30092
|
.pf-v6-c-tree-view__list-item.pf-m-expanded > .pf-v6-c-tree-view__list {
|
|
30093
|
+
max-height: 9999px;
|
|
30094
|
+
visibility: revert;
|
|
30060
30095
|
opacity: var(--pf-v6-c-tree-view--m-expanded__list--Opacity);
|
|
30061
|
-
transition-
|
|
30096
|
+
transition-delay: 0s;
|
|
30097
|
+
transition-duration: var(--pf-v6-c-tree-view__list--TransitionDuration--expand--fade), var(--pf-v6-c-tree-view__list--TransitionDuration--expand--slide), 0s, 0s;
|
|
30062
30098
|
translate: 0 var(--pf-v6-c-tree-view--m-expanded__list--TranslateY);
|
|
30063
30099
|
}
|
|
30064
30100
|
|