@patternfly/patternfly 6.3.0-prerelease.26 → 6.3.0-prerelease.28
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/base/patternfly-common.css +35 -0
- package/base/patternfly-common.scss +46 -1
- package/components/Accordion/accordion.css +1 -1
- package/components/Accordion/accordion.scss +1 -1
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +1 -1
- package/components/ExpandableSection/expandable-section.css +1 -1
- package/components/ExpandableSection/expandable-section.scss +1 -1
- package/components/Form/form.css +1 -1
- package/components/Form/form.scss +1 -1
- package/components/FormControl/form-control.css +16 -0
- package/components/FormControl/form-control.scss +9 -0
- package/components/Nav/nav.css +1 -1
- package/components/Nav/nav.scss +1 -1
- package/components/Progress/progress.css +16 -0
- package/components/Progress/progress.scss +11 -1
- package/components/Table/table.css +52 -25
- package/components/Table/table.scss +73 -22
- package/components/TextInputGroup/text-input-group.css +16 -0
- package/components/TextInputGroup/text-input-group.scss +8 -0
- package/components/TreeView/tree-view.css +1 -1
- package/components/TreeView/tree-view.scss +1 -1
- package/components/_index.css +106 -31
- package/docs/components/Table/examples/Table.md +8586 -5760
- package/docs/demos/Card/examples/Card.md +1 -1
- package/docs/demos/Table/examples/Table.md +2 -2
- package/package.json +2 -2
- package/patternfly-base-no-globals.css +34 -0
- package/patternfly-base.css +34 -0
- package/patternfly-no-globals.css +140 -31
- package/patternfly.css +140 -31
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/mixins.scss +19 -0
package/patternfly.css
CHANGED
|
@@ -194,6 +194,40 @@ button) {
|
|
|
194
194
|
--pf-t--global--duration--50: 1ms !important;
|
|
195
195
|
}
|
|
196
196
|
|
|
197
|
+
:root {
|
|
198
|
+
--pf-v6-global--danger-jiggle--AnimationDuration--Transform: var(--pf-t--global--motion--duration--fade--default);
|
|
199
|
+
--pf-v6-global--danger-jiggle--AnimationTimingFunction--Transform: var(--pf-t--global--motion--timing-function--default);
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
@property --pf-v6-global--danger-jiggle--TranslateX {
|
|
203
|
+
syntax: "<length>";
|
|
204
|
+
inherits: false;
|
|
205
|
+
initial-value: 0;
|
|
206
|
+
}
|
|
207
|
+
@keyframes pf-v6-global-danger-jiggle-motion {
|
|
208
|
+
33% {
|
|
209
|
+
--pf-v6-global--danger-jiggle--TranslateX: -2px;
|
|
210
|
+
}
|
|
211
|
+
66% {
|
|
212
|
+
--pf-v6-global--danger-jiggle--TranslateX: 3px;
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
@keyframes pf-v6-global-fade-in {
|
|
216
|
+
from {
|
|
217
|
+
opacity: 0;
|
|
218
|
+
}
|
|
219
|
+
to {
|
|
220
|
+
opacity: 1;
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
@keyframes pf-v6-global-fade-out {
|
|
224
|
+
from {
|
|
225
|
+
opacity: 1;
|
|
226
|
+
}
|
|
227
|
+
to {
|
|
228
|
+
opacity: 0;
|
|
229
|
+
}
|
|
230
|
+
}
|
|
197
231
|
@font-face {
|
|
198
232
|
font-family: "Red Hat Text";
|
|
199
233
|
font-style: normal;
|
|
@@ -7993,7 +8027,7 @@ button) {
|
|
|
7993
8027
|
overflow-y: auto;
|
|
7994
8028
|
}
|
|
7995
8029
|
.pf-v6-c-accordion__item.pf-m-expanded .pf-v6-c-accordion__expandable-content {
|
|
7996
|
-
max-height:
|
|
8030
|
+
max-height: 99999px;
|
|
7997
8031
|
margin-block-end: var(--pf-v6-c-accordion__expandable-content--MarginBlockEnd);
|
|
7998
8032
|
visibility: revert;
|
|
7999
8033
|
transition-delay: 0s;
|
|
@@ -12616,7 +12650,7 @@ ul) {
|
|
|
12616
12650
|
--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);
|
|
12617
12651
|
}
|
|
12618
12652
|
.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 {
|
|
12619
|
-
max-height:
|
|
12653
|
+
max-height: 99999px;
|
|
12620
12654
|
visibility: revert;
|
|
12621
12655
|
opacity: var(--pf-v6-c-dual-list-selector--m-expanded__list--Opacity);
|
|
12622
12656
|
transition-delay: 0s;
|
|
@@ -14211,7 +14245,7 @@ ul) {
|
|
|
14211
14245
|
--pf-v6-c-expandable-section__content--Opacity: var(--pf-v6-c-expandable-section--m-expanded__content--Opacity);
|
|
14212
14246
|
--pf-v6-c-expandable-section__content--TranslateY: var(--pf-v6-c-expandable-section--m-expanded__content--TranslateY);
|
|
14213
14247
|
--pf-v6-c-expandable-section__content--Visibility: auto;
|
|
14214
|
-
--pf-v6-c-expandable-section__content--MaxHeight:
|
|
14248
|
+
--pf-v6-c-expandable-section__content--MaxHeight: 99999px;
|
|
14215
14249
|
--pf-v6-c-expandable-section__content--TransitionDelay--hide: 0s;
|
|
14216
14250
|
gap: var(--pf-v6-c-expandable-section--Gap);
|
|
14217
14251
|
}
|
|
@@ -14781,7 +14815,7 @@ ul) {
|
|
|
14781
14815
|
--pf-v6-c-form__field-group-toggle-icon--Rotate: var(--pf-v6-c-form__field-group--m-expanded__toggle-icon--Rotate);
|
|
14782
14816
|
}
|
|
14783
14817
|
.pf-v6-c-form__field-group.pf-m-expanded.pf-m-expandable > .pf-v6-c-form__field-group-body {
|
|
14784
|
-
max-height:
|
|
14818
|
+
max-height: 99999px;
|
|
14785
14819
|
padding-block-start: var(--pf-v6-c-form__field-group-body--PaddingBlockStart);
|
|
14786
14820
|
padding-block-end: var(--pf-v6-c-form__field-group-body--PaddingBlockEnd);
|
|
14787
14821
|
visibility: visible;
|
|
@@ -15103,6 +15137,22 @@ ul) {
|
|
|
15103
15137
|
--pf-v6-c-form-control__icon--m-status--Color: var(--pf-v6-c-form-control--m-error__icon--m-status--Color);
|
|
15104
15138
|
--pf-v6-c-form-control--after--BorderWidth: var(--pf-v6-c-form-control--m-error--after--BorderWidth);
|
|
15105
15139
|
}
|
|
15140
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
15141
|
+
.pf-v6-c-form-control.pf-m-error {
|
|
15142
|
+
translate: var(--pf-v6-global--danger-jiggle--TranslateX, 0);
|
|
15143
|
+
animation-name: pf-v6-global-danger-jiggle-motion;
|
|
15144
|
+
animation-duration: var(--pf-v6-global--danger-jiggle--AnimationDuration--Transform);
|
|
15145
|
+
animation-timing-function: var(--pf-v6-global--danger-jiggle--AnimationTimingFunction--Transform);
|
|
15146
|
+
animation-fill-mode: both;
|
|
15147
|
+
}
|
|
15148
|
+
}
|
|
15149
|
+
.pf-v6-c-form-control.pf-m-error .pf-v6-c-form-control__icon.pf-m-status {
|
|
15150
|
+
--pf-v6-c-form-control--TransitionDuration--Opacity: var(--pf-t--global--motion--duration--fade--default);
|
|
15151
|
+
--pf-v6-c-form-control--TransitionTimingFunction--Opacity: var(--pf-t--global--motion--timing-function--default);
|
|
15152
|
+
animation-name: pf-v6-global-fade-in;
|
|
15153
|
+
animation-duration: var(--pf-v6-c-form-control--TransitionDuration--Opacity);
|
|
15154
|
+
animation-timing-function: var(--pf-v6-c-form-control--TransitionTimingFunction--Opacity);
|
|
15155
|
+
}
|
|
15106
15156
|
.pf-v6-c-form-control.pf-m-error > textarea {
|
|
15107
15157
|
padding-inline-end: var(--pf-v6-c-form-control--m-error--PaddingInlineEnd, var(--pf-v6-c-form-control__textarea--m-error--PaddingInlineEnd));
|
|
15108
15158
|
}
|
|
@@ -19264,7 +19314,7 @@ ul.pf-v6-c-list {
|
|
|
19264
19314
|
|
|
19265
19315
|
.pf-v6-c-nav__subnav {
|
|
19266
19316
|
--pf-v6-c-nav__list--RowGap: var(--pf-v6-c-nav__subnav--RowGap);
|
|
19267
|
-
max-height:
|
|
19317
|
+
max-height: 99999px;
|
|
19268
19318
|
padding-block-start: var(--pf-v6-c-nav__subnav--PaddingBlockStart);
|
|
19269
19319
|
padding-block-end: var(--pf-v6-c-nav__subnav--PaddingBlockEnd);
|
|
19270
19320
|
padding-inline-start: var(--pf-v6-c-nav__subnav--PaddingInlineStart);
|
|
@@ -21219,6 +21269,22 @@ ul.pf-v6-c-list {
|
|
|
21219
21269
|
--pf-v6-c-progress__status-icon--Color: var(--pf-v6-c-progress--m-danger__status-icon--Color);
|
|
21220
21270
|
--pf-v6-c-progress--m-inside__measure--Color: var(--pf-v6-c-progress--m-danger--m-inside__measure--Color);
|
|
21221
21271
|
}
|
|
21272
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
21273
|
+
.pf-v6-c-progress.pf-m-danger .pf-v6-c-progress__bar {
|
|
21274
|
+
translate: var(--pf-v6-global--danger-jiggle--TranslateX, 0);
|
|
21275
|
+
animation-name: pf-v6-global-danger-jiggle-motion;
|
|
21276
|
+
animation-duration: var(--pf-v6-global--danger-jiggle--AnimationDuration--Transform);
|
|
21277
|
+
animation-timing-function: var(--pf-v6-global--danger-jiggle--AnimationTimingFunction--Transform);
|
|
21278
|
+
animation-fill-mode: both;
|
|
21279
|
+
}
|
|
21280
|
+
}
|
|
21281
|
+
.pf-v6-c-progress.pf-m-danger .pf-v6-c-progress__status-icon {
|
|
21282
|
+
--pf-v6-c-progress--TransitionDuration--Opacity: var(--pf-t--global--motion--duration--fade--default);
|
|
21283
|
+
--pf-v6-c-progress--TransitionTimingFunction--Opacity: var(--pf-t--global--motion--timing-function--default);
|
|
21284
|
+
animation-name: pf-v6-global-fade-in;
|
|
21285
|
+
animation-duration: var(--pf-v6-c-progress--TransitionDuration--Opacity);
|
|
21286
|
+
animation-timing-function: var(--pf-v6-c-progress--TransitionTimingFunction--Opacity);
|
|
21287
|
+
}
|
|
21222
21288
|
|
|
21223
21289
|
.pf-v6-c-progress__description {
|
|
21224
21290
|
grid-column: 1/2;
|
|
@@ -24734,8 +24800,6 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
24734
24800
|
--pf-v6-c-table__expandable-row--TransitionDuration--expand--fade: var(--pf-t--global--motion--duration--fade--default);
|
|
24735
24801
|
--pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide: 0s;
|
|
24736
24802
|
--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade: var(--pf-t--global--motion--duration--fade--short);
|
|
24737
|
-
--pf-v6-c-table__expandable-row--TransitionDuration--slide: var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide);
|
|
24738
|
-
--pf-v6-c-table__expandable-row--TransitionDuration--fade: var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade);
|
|
24739
24803
|
--pf-v6-c-table__expandable-row--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
|
24740
24804
|
--pf-v6-c-table__expandable-row--Opacity: 0;
|
|
24741
24805
|
--pf-v6-c-table__tbody--m-expanded__expandable-row--Opacity: 1;
|
|
@@ -25072,6 +25136,39 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
25072
25136
|
.pf-v6-c-table .pf-v6-c-button .pf-v6-c-table__sort-indicator {
|
|
25073
25137
|
--pf-v6-c-table__sort-indicator--MarginInlineStart: 0;
|
|
25074
25138
|
}
|
|
25139
|
+
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row {
|
|
25140
|
+
display: revert;
|
|
25141
|
+
visibility: hidden;
|
|
25142
|
+
opacity: var(--pf-v6-c-table__expandable-row--Opacity);
|
|
25143
|
+
transition-delay: 0s, 0s, var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade);
|
|
25144
|
+
transition-timing-function: var(--pf-v6-c-table__expandable-row--TransitionTimingFunction);
|
|
25145
|
+
transition-duration: var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade), var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide), 0s;
|
|
25146
|
+
transition-property: opacity, translate, visibility;
|
|
25147
|
+
translate: 0 var(--pf-v6-c-table__expandable-row--TranslateY);
|
|
25148
|
+
}
|
|
25149
|
+
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row[hidden] {
|
|
25150
|
+
display: revert;
|
|
25151
|
+
}
|
|
25152
|
+
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row.pf-m-expanded {
|
|
25153
|
+
visibility: visible;
|
|
25154
|
+
opacity: var(--pf-v6-c-table__tbody--m-expanded__expandable-row--Opacity);
|
|
25155
|
+
transition-delay: 0s;
|
|
25156
|
+
transition-duration: var(--pf-v6-c-table__expandable-row--TransitionDuration--expand--fade), var(--pf-v6-c-table__expandable-row--TransitionDuration--expand--slide), 0s, 0s;
|
|
25157
|
+
translate: 0 var(--pf-v6-c-table__tbody--m-expanded__expandable-row--TranslateY);
|
|
25158
|
+
}
|
|
25159
|
+
.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 {
|
|
25160
|
+
max-height: 99999px;
|
|
25161
|
+
}
|
|
25162
|
+
.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),
|
|
25163
|
+
.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 {
|
|
25164
|
+
padding: 0;
|
|
25165
|
+
overflow: hidden;
|
|
25166
|
+
transition-delay: var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade);
|
|
25167
|
+
transition-property: padding, max-height, overflow;
|
|
25168
|
+
}
|
|
25169
|
+
.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 {
|
|
25170
|
+
max-height: 0;
|
|
25171
|
+
}
|
|
25075
25172
|
|
|
25076
25173
|
[class*=pf-v6-c-table].pf-m-truncate {
|
|
25077
25174
|
--pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--m-truncate--cell--MinWidth);
|
|
@@ -25376,28 +25473,26 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
25376
25473
|
.pf-v6-c-table__expandable-row {
|
|
25377
25474
|
position: relative;
|
|
25378
25475
|
border-block-end: 0 solid transparent;
|
|
25379
|
-
opacity: var(--pf-v6-c-table__expandable-row--Opacity);
|
|
25380
|
-
transition-timing-function: var(--pf-v6-c-table__expandable-row--TransitionTimingFunction);
|
|
25381
|
-
transition-duration: var(--pf-v6-c-table__expandable-row--TransitionDuration--fade), var(--pf-v6-c-table__expandable-row--TransitionDuration--slide), var(--pf-v6-c-table__expandable-row--TransitionDuration--fade);
|
|
25382
|
-
transition-property: opacity, translate, display;
|
|
25383
|
-
transition-behavior: allow-discrete;
|
|
25384
|
-
translate: 0 var(--pf-v6-c-table__expandable-row--TranslateY);
|
|
25385
25476
|
}
|
|
25386
|
-
|
|
25387
|
-
|
|
25477
|
+
.pf-v6-c-table__expandable-row > .pf-v6-c-table__th,
|
|
25478
|
+
.pf-v6-c-table__expandable-row > .pf-v6-c-table__td {
|
|
25388
25479
|
padding-block-start: 0;
|
|
25389
25480
|
}
|
|
25390
|
-
|
|
25391
|
-
.pf-v6-c-
|
|
25392
|
-
|
|
25481
|
+
.pf-v6-c-table__control-row ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__th,
|
|
25482
|
+
.pf-v6-c-table__control-row ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__td {
|
|
25483
|
+
padding-block-start: var(--pf-v6-c-table--cell--PaddingBlockStart);
|
|
25484
|
+
}
|
|
25485
|
+
.pf-v6-c-table__expandable-row .pf-v6-c-table__td.pf-m-no-padding,
|
|
25486
|
+
.pf-v6-c-table__expandable-row .pf-v6-c-table__th.pf-m-no-padding {
|
|
25393
25487
|
padding-block-start: 0;
|
|
25394
25488
|
padding-block-end: 0;
|
|
25395
25489
|
padding-inline-start: 0;
|
|
25396
25490
|
padding-inline-end: 0;
|
|
25397
25491
|
}
|
|
25398
|
-
.pf-v6-c-table__expandable-row
|
|
25399
|
-
.pf-v6-c-table__expandable-row
|
|
25492
|
+
.pf-v6-c-table__expandable-row .pf-v6-c-table__td.pf-m-no-padding .pf-v6-c-table__expandable-row-content,
|
|
25493
|
+
.pf-v6-c-table__expandable-row .pf-v6-c-table__th.pf-m-no-padding .pf-v6-c-table__expandable-row-content {
|
|
25400
25494
|
padding: 0;
|
|
25495
|
+
border-radius: 0;
|
|
25401
25496
|
}
|
|
25402
25497
|
.pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
|
|
25403
25498
|
padding-block-start: var(--pf-v6-c-table__expandable-row-content--PaddingBlockStart);
|
|
@@ -25407,18 +25502,12 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
25407
25502
|
background-color: var(--pf-v6-c-table__expandable-row-content--BackgroundColor);
|
|
25408
25503
|
border-radius: var(--pf-v6-c-table__expandable-row-content--BorderRadius);
|
|
25409
25504
|
}
|
|
25505
|
+
.pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content.pf-m-no-background {
|
|
25506
|
+
background-color: transparent;
|
|
25507
|
+
}
|
|
25410
25508
|
.pf-v6-c-table__expandable-row.pf-m-expanded {
|
|
25411
25509
|
border-block-end-color: var(--pf-v6-c-table__expandable-row--m-expanded--BorderBlockEndColor);
|
|
25412
25510
|
border-block-end-width: var(--pf-v6-c-table--border-width--base);
|
|
25413
|
-
opacity: var(--pf-v6-c-table__tbody--m-expanded__expandable-row--Opacity);
|
|
25414
|
-
transition-duration: var(--pf-v6-c-table__expandable-row--TransitionDuration--expand--fade), var(--pf-v6-c-table__expandable-row--TransitionDuration--expand--slide), var(--pf-v6-c-table__expandable-row--TransitionDuration--expand--fade);
|
|
25415
|
-
translate: 0 var(--pf-v6-c-table__tbody--m-expanded__expandable-row--TranslateY);
|
|
25416
|
-
}
|
|
25417
|
-
@starting-style {
|
|
25418
|
-
.pf-v6-c-table__expandable-row.pf-m-expanded {
|
|
25419
|
-
opacity: var(--pf-v6-c-table__expandable-row--Opacity);
|
|
25420
|
-
translate: 0 var(--pf-v6-c-table__expandable-row--TranslateY);
|
|
25421
|
-
}
|
|
25422
25511
|
}
|
|
25423
25512
|
.pf-v6-c-table__expandable-row:not(.pf-m-expanded) {
|
|
25424
25513
|
display: none;
|
|
@@ -25427,6 +25516,10 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
25427
25516
|
border-block-end: 0;
|
|
25428
25517
|
}
|
|
25429
25518
|
|
|
25519
|
+
.pf-v6-c-table__tr:has(~ .pf-v6-c-table__expandable-row) {
|
|
25520
|
+
border-block-end: 0;
|
|
25521
|
+
}
|
|
25522
|
+
|
|
25430
25523
|
.pf-v6-c-table.pf-m-compact {
|
|
25431
25524
|
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact--cell--PaddingBlockStart);
|
|
25432
25525
|
--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact--cell--PaddingBlockEnd);
|
|
@@ -25482,7 +25575,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
25482
25575
|
}
|
|
25483
25576
|
.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded .pf-v6-c-table__control-row {
|
|
25484
25577
|
background-color: var(--pf-v6-c-table__control-row--BackgroundColor);
|
|
25485
|
-
border-block-end:
|
|
25578
|
+
border-block-end: 0;
|
|
25486
25579
|
}
|
|
25487
25580
|
|
|
25488
25581
|
.pf-v6-c-table__tr {
|
|
@@ -27438,6 +27531,22 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
27438
27531
|
--pf-v6-c-text-input-group--m-hover--BorderColor: var(--pf-v6-c-text-input-group--m-hover--m-error--BorderColor);
|
|
27439
27532
|
--pf-v6-c-text-input-group__icon--m-status--Color: var(--pf-v6-c-text-input-group__main--m-error__icon--m-status--Color);
|
|
27440
27533
|
}
|
|
27534
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
27535
|
+
.pf-v6-c-text-input-group.pf-m-error {
|
|
27536
|
+
translate: var(--pf-v6-global--danger-jiggle--TranslateX, 0);
|
|
27537
|
+
animation-name: pf-v6-global-danger-jiggle-motion;
|
|
27538
|
+
animation-duration: var(--pf-v6-global--danger-jiggle--AnimationDuration--Transform);
|
|
27539
|
+
animation-timing-function: var(--pf-v6-global--danger-jiggle--AnimationTimingFunction--Transform);
|
|
27540
|
+
animation-fill-mode: both;
|
|
27541
|
+
}
|
|
27542
|
+
}
|
|
27543
|
+
.pf-v6-c-text-input-group.pf-m-error .pf-v6-c-text-input-group__icon.pf-m-status {
|
|
27544
|
+
--pf-v6-c-text-input-group--TransitionDuration--Opacity: var(--pf-t--global--motion--duration--fade--default);
|
|
27545
|
+
--pf-v6-c-text-input-group--TransitionTimingFunction--Opacity: var(--pf-t--global--motion--timing-function--default);
|
|
27546
|
+
animation-name: pf-v6-global-fade-in;
|
|
27547
|
+
animation-duration: var(--pf-v6-c-text-input-group--TransitionDuration--Opacity);
|
|
27548
|
+
animation-timing-function: var(--pf-v6-c-text-input-group--TransitionTimingFunction--Opacity);
|
|
27549
|
+
}
|
|
27441
27550
|
.pf-v6-c-text-input-group:hover {
|
|
27442
27551
|
--pf-v6-c-text-input-group--BorderColor: var(--pf-v6-c-text-input-group--m-hover--BorderColor);
|
|
27443
27552
|
}
|
|
@@ -30295,7 +30404,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
30295
30404
|
--pf-v6-c-tree-view__node-toggle-icon--Rotate: var(--pf-v6-c-tree-view__list-item--m-expanded__node-toggle-icon--Rotate);
|
|
30296
30405
|
}
|
|
30297
30406
|
.pf-v6-c-tree-view__list-item.pf-m-expanded > .pf-v6-c-tree-view__list {
|
|
30298
|
-
max-height:
|
|
30407
|
+
max-height: 99999px;
|
|
30299
30408
|
visibility: revert;
|
|
30300
30409
|
opacity: var(--pf-v6-c-tree-view--m-expanded__list--Opacity);
|
|
30301
30410
|
transition-delay: 0s;
|