@patternfly/react-styles 6.0.0-alpha.24 → 6.0.0-alpha.26
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +10 -0
- package/css/assets/images/pf-background.svg +21 -21
- package/css/components/ActionList/action-list.css +4 -4
- package/css/components/Alert/alert-group.css +2 -1
- package/css/components/Banner/banner.css +10 -10
- package/css/components/Banner/banner.d.ts +2 -2
- package/css/components/Banner/banner.js +2 -2
- package/css/components/Banner/banner.mjs +2 -2
- package/css/components/Brand/brand.css +4 -1
- package/css/components/CalendarMonth/calendar-month.css +1 -1
- package/css/components/Card/card.css +11 -1
- package/css/components/Label/label.css +34 -34
- package/css/components/Label/label.d.ts +2 -2
- package/css/components/Label/label.js +2 -2
- package/css/components/Label/label.mjs +2 -2
- package/css/components/List/list.css +4 -1
- package/css/components/LogViewer/log-viewer.css +4 -1
- package/css/components/Menu/menu.css +11 -0
- package/css/components/MenuToggle/menu-toggle.css +7 -0
- package/css/components/Pagination/pagination.css +6 -3
- package/css/components/Popover/popover.css +4 -1
- package/css/components/Table/table-grid.css +1 -1
- package/css/components/Table/table.css +10 -3
- package/css/components/TextInputGroup/text-input-group.css +20 -18
- package/css/components/Truncate/truncate.css +1 -1
- package/css/components/_index.css +134 -81
- package/css/components/_index.d.ts +2 -2
- package/css/components/_index.js +2 -2
- package/css/components/_index.mjs +2 -2
- package/css/docs/components/TextInputGroup/examples/TextInputGroup.css +4 -0
- package/css/docs/components/Truncate/examples/Truncate.css +0 -1
- package/package.json +6 -9
- package/scripts/copyStyles.mjs +8 -0
- package/scripts/{generateClassMaps.js → generateClassMaps.mjs} +8 -11
- package/scripts/{writeClassMaps.js → writeClassMaps.mjs} +15 -13
- package/css/docs/components/Pagination/examples/Pagination.css +0 -3
- package/css/docs/components/Pagination/examples/Pagination.d.ts +0 -3
- package/css/docs/components/Pagination/examples/Pagination.js +0 -4
- package/css/docs/components/Pagination/examples/Pagination.mjs +0 -2
- package/scripts/copyStyles.js +0 -7
@@ -346,10 +346,10 @@
|
|
346
346
|
}
|
347
347
|
|
348
348
|
:where(:root, .pf-v6-c-action-list) {
|
349
|
-
--pf-v6-c-action-list--RowGap: var(--pf-t--global--spacer--
|
350
|
-
--pf-v6-c-action-list--ColumnGap: var(--pf-t--global--spacer--
|
351
|
-
--pf-v6-c-action-list__group--ColumnGap: var(--pf-t--global--spacer--
|
352
|
-
--pf-v6-c-action-list--m-icons--ColumnGap: var(--pf-t--global--spacer--
|
349
|
+
--pf-v6-c-action-list--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
|
350
|
+
--pf-v6-c-action-list--ColumnGap: var(--pf-t--global--spacer--gap--group-to-group--horizontal);
|
351
|
+
--pf-v6-c-action-list__group--ColumnGap: var(--pf-t--global--spacer--gap--action-to-action--default);
|
352
|
+
--pf-v6-c-action-list--m-icons--ColumnGap: var(--pf-t--global--spacer--gap--action-to-action--plain);
|
353
353
|
}
|
354
354
|
|
355
355
|
.pf-v6-c-action-list,
|
@@ -582,7 +582,7 @@
|
|
582
582
|
margin-inline-end: var(--pf-v6-c-alert__action-group__c-button--not-last-child--MarginInlineEnd);
|
583
583
|
}
|
584
584
|
|
585
|
-
.pf-v6-c-alert-group {
|
585
|
+
:where(:root, .pf-v6-c-alert-group) {
|
586
586
|
--pf-v6-c-alert-group__item--MarginBlockStart: var(--pf-t--global--spacer--md);
|
587
587
|
--pf-v6-c-alert-group--m-toast--InsetBlockStart: var(--pf-t--global--spacer--2xl);
|
588
588
|
--pf-v6-c-alert-group--m-toast--InsetInlineEnd: var(--pf-t--global--spacer--xl);
|
@@ -605,6 +605,7 @@
|
|
605
605
|
--pf-v6-c-alert-group__overflow-button--active--Color: var(--pf-t--global--text--color--link--hover);
|
606
606
|
--pf-v6-c-alert-group__overflow-button--active--BoxShadow: var(--pf-t--global--box-shadow--lg), var(--pf-t--global--box-shadow--lg--bottom);
|
607
607
|
}
|
608
|
+
|
608
609
|
.pf-v6-c-alert-group > * + * {
|
609
610
|
margin-block-start: var(--pf-v6-c-alert-group__item--MarginBlockStart);
|
610
611
|
}
|
@@ -1072,12 +1073,12 @@
|
|
1072
1073
|
--pf-v6-c-banner--m-orangered--Color: var(--pf-t--global--text--color--nonstatus--on-orangered--default);
|
1073
1074
|
--pf-v6-c-banner--m-orange--BackgroundColor: var(--pf-t--global--color--nonstatus--orange--default);
|
1074
1075
|
--pf-v6-c-banner--m-orange--Color: var(--pf-t--global--text--color--nonstatus--on-orange--default);
|
1075
|
-
--pf-v6-c-banner--m-
|
1076
|
-
--pf-v6-c-banner--m-
|
1076
|
+
--pf-v6-c-banner--m-yellow--BackgroundColor: var(--pf-t--global--color--nonstatus--yellow--default);
|
1077
|
+
--pf-v6-c-banner--m-yellow--Color: var(--pf-t--global--text--color--nonstatus--on-yellow--default);
|
1077
1078
|
--pf-v6-c-banner--m-green--BackgroundColor: var(--pf-t--global--color--nonstatus--green--default);
|
1078
1079
|
--pf-v6-c-banner--m-green--Color: var(--pf-t--global--text--color--nonstatus--on-green--default);
|
1079
|
-
--pf-v6-c-banner--m-
|
1080
|
-
--pf-v6-c-banner--m-
|
1080
|
+
--pf-v6-c-banner--m-teal--BackgroundColor: var(--pf-t--global--color--nonstatus--teal--default);
|
1081
|
+
--pf-v6-c-banner--m-teal--Color: var(--pf-t--global--text--color--nonstatus--on-teal--default);
|
1081
1082
|
--pf-v6-c-banner--m-blue--BackgroundColor: var(--pf-t--global--color--nonstatus--blue--default);
|
1082
1083
|
--pf-v6-c-banner--m-blue--Color: var(--pf-t--global--text--color--nonstatus--on-blue--default);
|
1083
1084
|
--pf-v6-c-banner--m-purple--BackgroundColor: var(--pf-t--global--color--nonstatus--purple--default);
|
@@ -1133,17 +1134,17 @@
|
|
1133
1134
|
--pf-v6-c-banner--BackgroundColor: var(--pf-v6-c-banner--m-orange--BackgroundColor);
|
1134
1135
|
--pf-v6-c-banner--Color: var(--pf-v6-c-banner--m-orange--Color);
|
1135
1136
|
}
|
1136
|
-
.pf-v6-c-banner.pf-m-
|
1137
|
-
--pf-v6-c-banner--BackgroundColor: var(--pf-v6-c-banner--m-
|
1138
|
-
--pf-v6-c-banner--Color: var(--pf-v6-c-banner--m-
|
1137
|
+
.pf-v6-c-banner.pf-m-yellow {
|
1138
|
+
--pf-v6-c-banner--BackgroundColor: var(--pf-v6-c-banner--m-yellow--BackgroundColor);
|
1139
|
+
--pf-v6-c-banner--Color: var(--pf-v6-c-banner--m-yellow--Color);
|
1139
1140
|
}
|
1140
1141
|
.pf-v6-c-banner.pf-m-green {
|
1141
1142
|
--pf-v6-c-banner--BackgroundColor: var(--pf-v6-c-banner--m-green--BackgroundColor);
|
1142
1143
|
--pf-v6-c-banner--Color: var(--pf-v6-c-banner--m-green--Color);
|
1143
1144
|
}
|
1144
|
-
.pf-v6-c-banner.pf-m-
|
1145
|
-
--pf-v6-c-banner--BackgroundColor: var(--pf-v6-c-banner--m-
|
1146
|
-
--pf-v6-c-banner--Color: var(--pf-v6-c-banner--m-
|
1145
|
+
.pf-v6-c-banner.pf-m-teal {
|
1146
|
+
--pf-v6-c-banner--BackgroundColor: var(--pf-v6-c-banner--m-teal--BackgroundColor);
|
1147
|
+
--pf-v6-c-banner--Color: var(--pf-v6-c-banner--m-teal--Color);
|
1147
1148
|
}
|
1148
1149
|
.pf-v6-c-banner.pf-m-blue {
|
1149
1150
|
--pf-v6-c-banner--BackgroundColor: var(--pf-v6-c-banner--m-blue--BackgroundColor);
|
@@ -1187,9 +1188,12 @@
|
|
1187
1188
|
cursor: not-allowed;
|
1188
1189
|
}
|
1189
1190
|
|
1190
|
-
.pf-v6-c-brand {
|
1191
|
+
:where(:root, .pf-v6-c-brand) {
|
1191
1192
|
--pf-v6-c-brand--Width: auto;
|
1192
1193
|
--pf-v6-c-brand--Height: auto;
|
1194
|
+
}
|
1195
|
+
|
1196
|
+
.pf-v6-c-brand {
|
1193
1197
|
width: var(--pf-v6-c-brand--Width--base);
|
1194
1198
|
height: var(--pf-v6-c-brand--Height--base);
|
1195
1199
|
--pf-v6-c-brand--Width--base: var(--pf-v6-c-brand--Width);
|
@@ -1978,7 +1982,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
1978
1982
|
--pf-v6-c-calendar-month__date--after--focus--OutlineOffset: -2px;
|
1979
1983
|
}
|
1980
1984
|
|
1981
|
-
|
1985
|
+
.pf-v6-c-calendar-month {
|
1982
1986
|
display: inline-flex;
|
1983
1987
|
flex-direction: column;
|
1984
1988
|
padding-block-start: var(--pf-v6-c-calendar-month--PaddingBlockStart);
|
@@ -2202,14 +2206,24 @@ button.pf-v6-c-breadcrumb__link {
|
|
2202
2206
|
flex-direction: column;
|
2203
2207
|
overflow: auto;
|
2204
2208
|
background-color: var(--pf-v6-c-card--BackgroundColor);
|
2205
|
-
border:
|
2209
|
+
border: 0;
|
2206
2210
|
border-radius: var(--pf-v6-c-card--BorderRadius);
|
2207
2211
|
}
|
2212
|
+
.pf-v6-c-card::before {
|
2213
|
+
position: absolute;
|
2214
|
+
inset: 0;
|
2215
|
+
pointer-events: none;
|
2216
|
+
content: "";
|
2217
|
+
border: var(--pf-v6-c-card--BorderColor) var(--pf-v6-c-card--BorderStyle) var(--pf-v6-c-card--BorderWidth);
|
2218
|
+
border-radius: inherit;
|
2219
|
+
}
|
2208
2220
|
.pf-v6-c-card.pf-m-selectable .pf-v6-c-card__selectable-actions :is(.pf-v6-c-check, .pf-v6-c-radio) {
|
2209
2221
|
gap: 0;
|
2210
2222
|
}
|
2211
2223
|
.pf-v6-c-card.pf-m-selectable, .pf-v6-c-card.pf-m-clickable {
|
2212
2224
|
isolation: isolate;
|
2225
|
+
}
|
2226
|
+
.pf-v6-c-card.pf-m-selectable::before, .pf-v6-c-card.pf-m-clickable::before {
|
2213
2227
|
border: none;
|
2214
2228
|
}
|
2215
2229
|
.pf-v6-c-card.pf-m-selectable.pf-m-clickable .pf-v6-c-card__selectable-actions .pf-v6-c-check__label,
|
@@ -7844,14 +7858,14 @@ label.pf-v6-c-input-group__text {
|
|
7844
7858
|
--pf-v6-c-label--m-orangered--m-clickable--hover__icon--Color: var(--pf-t--global--icon--color--nonstatus--on-orangered--hover);
|
7845
7859
|
--pf-v6-c-label--m-orangered--m-outline--BorderColor: var(--pf-t--global--border--color--nonstatus--orangered--default);
|
7846
7860
|
--pf-v6-c-label--m-orangered--m-outline--m-clickable--hover--BorderColor: var(--pf-t--global--border--color--nonstatus--orangered--hover);
|
7847
|
-
--pf-v6-c-label--m-
|
7848
|
-
--pf-v6-c-label--m-
|
7849
|
-
--pf-v6-c-label--m-
|
7850
|
-
--pf-v6-c-label--m-
|
7851
|
-
--pf-v6-c-label--m-
|
7852
|
-
--pf-v6-c-label--m-
|
7853
|
-
--pf-v6-c-label--m-
|
7854
|
-
--pf-v6-c-label--m-
|
7861
|
+
--pf-v6-c-label--m-yellow--BackgroundColor: var(--pf-t--global--color--nonstatus--yellow--default);
|
7862
|
+
--pf-v6-c-label--m-yellow--Color: var(--pf-t--global--text--color--nonstatus--on-yellow--default);
|
7863
|
+
--pf-v6-c-label--m-yellow__icon--Color: var(--pf-t--global--icon--color--nonstatus--on-yellow--default);
|
7864
|
+
--pf-v6-c-label--m-yellow--m-clickable--hover--BackgroundColor: var(--pf-t--global--color--nonstatus--yellow--hover);
|
7865
|
+
--pf-v6-c-label--m-yellow--m-clickable--hover--Color: var(--pf-t--global--text--color--nonstatus--on-yellow--hover);
|
7866
|
+
--pf-v6-c-label--m-yellow--m-clickable--hover__icon--Color: var(--pf-t--global--icon--color--nonstatus--on-yellow--hover);
|
7867
|
+
--pf-v6-c-label--m-yellow--m-outline--BorderColor: var(--pf-t--global--border--color--nonstatus--yellow--default);
|
7868
|
+
--pf-v6-c-label--m-yellow--m-outline--m-clickable--hover--BorderColor: var(--pf-t--global--border--color--nonstatus--yellow--hover);
|
7855
7869
|
--pf-v6-c-label--m-green--BackgroundColor: var(--pf-t--global--color--nonstatus--green--default);
|
7856
7870
|
--pf-v6-c-label--m-green--Color: var(--pf-t--global--text--color--nonstatus--on-green--default);
|
7857
7871
|
--pf-v6-c-label--m-green__icon--Color: var(--pf-t--global--icon--color--nonstatus--on-green--default);
|
@@ -7860,14 +7874,14 @@ label.pf-v6-c-input-group__text {
|
|
7860
7874
|
--pf-v6-c-label--m-green--m-clickable--hover__icon--Color: var(--pf-t--global--icon--color--nonstatus--on-green--hover);
|
7861
7875
|
--pf-v6-c-label--m-green--m-outline--BorderColor: var(--pf-t--global--border--color--nonstatus--green--default);
|
7862
7876
|
--pf-v6-c-label--m-green--m-outline--m-clickable--hover--BorderColor: var(--pf-t--global--border--color--nonstatus--green--hover);
|
7863
|
-
--pf-v6-c-label--m-
|
7864
|
-
--pf-v6-c-label--m-
|
7865
|
-
--pf-v6-c-label--m-
|
7866
|
-
--pf-v6-c-label--m-
|
7867
|
-
--pf-v6-c-label--m-
|
7868
|
-
--pf-v6-c-label--m-
|
7869
|
-
--pf-v6-c-label--m-
|
7870
|
-
--pf-v6-c-label--m-
|
7877
|
+
--pf-v6-c-label--m-teal--BackgroundColor: var(--pf-t--global--color--nonstatus--teal--default);
|
7878
|
+
--pf-v6-c-label--m-teal--Color: var(--pf-t--global--text--color--nonstatus--on-teal--default);
|
7879
|
+
--pf-v6-c-label--m-teal__icon--Color: var(--pf-t--global--icon--color--nonstatus--on-teal--default);
|
7880
|
+
--pf-v6-c-label--m-teal--m-clickable--hover--BackgroundColor: var(--pf-t--global--color--nonstatus--teal--hover);
|
7881
|
+
--pf-v6-c-label--m-teal--m-clickable--hover--Color: var(--pf-t--global--text--color--nonstatus--on-teal--hover);
|
7882
|
+
--pf-v6-c-label--m-teal--m-clickable--hover__icon--Color: var(--pf-t--global--icon--color--nonstatus--on-teal--hover);
|
7883
|
+
--pf-v6-c-label--m-teal--m-outline--BorderColor: var(--pf-t--global--border--color--nonstatus--teal--default);
|
7884
|
+
--pf-v6-c-label--m-teal--m-outline--m-clickable--hover--BorderColor: var(--pf-t--global--border--color--nonstatus--teal--hover);
|
7871
7885
|
--pf-v6-c-label--m-purple--BackgroundColor: var(--pf-t--global--color--nonstatus--purple--default);
|
7872
7886
|
--pf-v6-c-label--m-purple--Color: var(--pf-t--global--text--color--nonstatus--on-purple--default);
|
7873
7887
|
--pf-v6-c-label--m-purple__icon--Color: var(--pf-t--global--icon--color--nonstatus--on-purple--default);
|
@@ -8041,15 +8055,15 @@ label.pf-v6-c-input-group__text {
|
|
8041
8055
|
--pf-v6-c-label--m-outline--BorderColor: var(--pf-v6-c-label--m-orangered--m-outline--BorderColor);
|
8042
8056
|
--pf-v6-c-label--m-outline--m-clickable--hover--BorderColor: var(--pf-v6-c-label--m-orangered--m-outline--m-clickable--hover--BorderColor);
|
8043
8057
|
}
|
8044
|
-
.pf-v6-c-label.pf-m-
|
8045
|
-
--pf-v6-c-label--BackgroundColor: var(--pf-v6-c-label--m-
|
8046
|
-
--pf-v6-c-label--Color: var(--pf-v6-c-label--m-
|
8047
|
-
--pf-v6-c-label__icon--Color: var(--pf-v6-c-label--m-
|
8048
|
-
--pf-v6-c-label--m-clickable--hover--BackgroundColor: var(--pf-v6-c-label--m-
|
8049
|
-
--pf-v6-c-label--m-clickable--hover--Color: var(--pf-v6-c-label--m-
|
8050
|
-
--pf-v6-c-label--m-clickable--hover__icon--Color: var(--pf-v6-c-label--m-
|
8051
|
-
--pf-v6-c-label--m-outline--BorderColor: var(--pf-v6-c-label--m-
|
8052
|
-
--pf-v6-c-label--m-outline--m-clickable--hover--BorderColor: var(--pf-v6-c-label--m-
|
8058
|
+
.pf-v6-c-label.pf-m-yellow {
|
8059
|
+
--pf-v6-c-label--BackgroundColor: var(--pf-v6-c-label--m-yellow--BackgroundColor);
|
8060
|
+
--pf-v6-c-label--Color: var(--pf-v6-c-label--m-yellow--Color);
|
8061
|
+
--pf-v6-c-label__icon--Color: var(--pf-v6-c-label--m-yellow__icon--Color);
|
8062
|
+
--pf-v6-c-label--m-clickable--hover--BackgroundColor: var(--pf-v6-c-label--m-yellow--m-clickable--hover--BackgroundColor);
|
8063
|
+
--pf-v6-c-label--m-clickable--hover--Color: var(--pf-v6-c-label--m-yellow--m-clickable--hover--Color);
|
8064
|
+
--pf-v6-c-label--m-clickable--hover__icon--Color: var(--pf-v6-c-label--m-yellow--m-clickable--hover__icon--Color);
|
8065
|
+
--pf-v6-c-label--m-outline--BorderColor: var(--pf-v6-c-label--m-yellow--m-outline--BorderColor);
|
8066
|
+
--pf-v6-c-label--m-outline--m-clickable--hover--BorderColor: var(--pf-v6-c-label--m-yellow--m-outline--m-clickable--hover--BorderColor);
|
8053
8067
|
}
|
8054
8068
|
.pf-v6-c-label.pf-m-green {
|
8055
8069
|
--pf-v6-c-label--BackgroundColor: var(--pf-v6-c-label--m-green--BackgroundColor);
|
@@ -8061,15 +8075,15 @@ label.pf-v6-c-input-group__text {
|
|
8061
8075
|
--pf-v6-c-label--m-outline--BorderColor: var(--pf-v6-c-label--m-green--m-outline--BorderColor);
|
8062
8076
|
--pf-v6-c-label--m-outline--m-clickable--hover--BorderColor: var(--pf-v6-c-label--m-green--m-outline--m-clickable--hover--BorderColor);
|
8063
8077
|
}
|
8064
|
-
.pf-v6-c-label.pf-m-
|
8065
|
-
--pf-v6-c-label--BackgroundColor: var(--pf-v6-c-label--m-
|
8066
|
-
--pf-v6-c-label--Color: var(--pf-v6-c-label--m-
|
8067
|
-
--pf-v6-c-label__icon--Color: var(--pf-v6-c-label--m-
|
8068
|
-
--pf-v6-c-label--m-clickable--hover--BackgroundColor: var(--pf-v6-c-label--m-
|
8069
|
-
--pf-v6-c-label--m-clickable--hover--Color: var(--pf-v6-c-label--m-
|
8070
|
-
--pf-v6-c-label--m-clickable--hover__icon--Color: var(--pf-v6-c-label--m-
|
8071
|
-
--pf-v6-c-label--m-outline--BorderColor: var(--pf-v6-c-label--m-
|
8072
|
-
--pf-v6-c-label--m-outline--m-clickable--hover--BorderColor: var(--pf-v6-c-label--m-
|
8078
|
+
.pf-v6-c-label.pf-m-teal {
|
8079
|
+
--pf-v6-c-label--BackgroundColor: var(--pf-v6-c-label--m-teal--BackgroundColor);
|
8080
|
+
--pf-v6-c-label--Color: var(--pf-v6-c-label--m-teal--Color);
|
8081
|
+
--pf-v6-c-label__icon--Color: var(--pf-v6-c-label--m-teal__icon--Color);
|
8082
|
+
--pf-v6-c-label--m-clickable--hover--BackgroundColor: var(--pf-v6-c-label--m-teal--m-clickable--hover--BackgroundColor);
|
8083
|
+
--pf-v6-c-label--m-clickable--hover--Color: var(--pf-v6-c-label--m-teal--m-clickable--hover--Color);
|
8084
|
+
--pf-v6-c-label--m-clickable--hover__icon--Color: var(--pf-v6-c-label--m-teal--m-clickable--hover__icon--Color);
|
8085
|
+
--pf-v6-c-label--m-outline--BorderColor: var(--pf-v6-c-label--m-teal--m-outline--BorderColor);
|
8086
|
+
--pf-v6-c-label--m-outline--m-clickable--hover--BorderColor: var(--pf-v6-c-label--m-teal--m-outline--m-clickable--hover--BorderColor);
|
8073
8087
|
}
|
8074
8088
|
.pf-v6-c-label.pf-m-purple {
|
8075
8089
|
--pf-v6-c-label--BackgroundColor: var(--pf-v6-c-label--m-purple--BackgroundColor);
|
@@ -8422,7 +8436,7 @@ input.pf-v6-c-label__content {
|
|
8422
8436
|
display: none;
|
8423
8437
|
}
|
8424
8438
|
|
8425
|
-
.pf-v6-c-list {
|
8439
|
+
:where(:root, .pf-v6-c-list) {
|
8426
8440
|
--pf-v6-c-list--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
8427
8441
|
--pf-v6-c-list--nested--MarginBlockStart: var(--pf-t--global--spacer--sm);
|
8428
8442
|
--pf-v6-c-list--nested--MarginInlineStart: var(--pf-t--global--spacer--sm);
|
@@ -8440,6 +8454,9 @@ input.pf-v6-c-label__content {
|
|
8440
8454
|
--pf-v6-c-list--m-icon-lg__item-icon--MinWidth: var(--pf-t--global--icon--size--lg);
|
8441
8455
|
--pf-v6-c-list--m-icon-lg__item-icon--MarginInlineEnd: var(--pf-t--global--spacer--md);
|
8442
8456
|
--pf-v6-c-list--m-icon-lg__item-icon--FontSize: var(--pf-t--global--icon--size--lg);
|
8457
|
+
}
|
8458
|
+
|
8459
|
+
.pf-v6-c-list {
|
8443
8460
|
padding-inline-start: var(--pf-v6-c-list--PaddingInlineStart);
|
8444
8461
|
}
|
8445
8462
|
.pf-v6-c-list ol,
|
@@ -8497,7 +8514,7 @@ ul.pf-v6-c-list {
|
|
8497
8514
|
--pf-v6-c-list--m-bordered--li--BorderBlockEndWidth: 0;
|
8498
8515
|
}
|
8499
8516
|
|
8500
|
-
.pf-v6-c-log-viewer {
|
8517
|
+
:where(:root, .pf-v6-c-log-viewer) {
|
8501
8518
|
--pf-v6-c-log-viewer--Height: 100%;
|
8502
8519
|
--pf-v6-c-log-viewer--MaxHeight: auto;
|
8503
8520
|
--pf-v6-c-log-viewer--m-line-numbers__index--Display: inline;
|
@@ -8544,6 +8561,9 @@ ul.pf-v6-c-list {
|
|
8544
8561
|
--pf-v6-c-log-viewer--c-toolbar__group--m-toggle-group--spacer: 0;
|
8545
8562
|
--pf-v6-c-log-viewer--c-toolbar__group--m-toggle-group--m-show--spacer: var(--pf-t--global--spacer--sm);
|
8546
8563
|
--pf-v6-c-log-viewer--m-dark__main--BorderWidth: 0;
|
8564
|
+
}
|
8565
|
+
|
8566
|
+
.pf-v6-c-log-viewer {
|
8547
8567
|
display: flex;
|
8548
8568
|
flex-direction: column;
|
8549
8569
|
height: var(--pf-v6-c-log-viewer--Height);
|
@@ -9374,6 +9394,8 @@ ul.pf-v6-c-list {
|
|
9374
9394
|
--pf-v6-c-menu--ZIndex: var(--pf-t--global--z-index--sm);
|
9375
9395
|
--pf-v6-c-menu--button--disabled--Color: var(--pf-t--global--text--color--disabled);
|
9376
9396
|
--pf-v6-c-menu--icon--disabled--Color: var(--pf-t--global--icon--color--disabled);
|
9397
|
+
--pf-v6-c-menu--TransitionDuration: var(--pf-t--global--motion--duration--fade--default);
|
9398
|
+
--pf-v6-c-menu--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
9377
9399
|
--pf-v6-c-menu--m-plain--BoxShadow: none;
|
9378
9400
|
--pf-v6-c-menu__content--RowGap: var(--pf-v6-c-menu--RowGap);
|
9379
9401
|
--pf-v6-c-menu__content--Height: auto;
|
@@ -9387,6 +9409,9 @@ ul.pf-v6-c-list {
|
|
9387
9409
|
--pf-v6-c-menu--m-scrollable__footer--BoxShadow: var(--pf-t--global--box-shadow--md--top);
|
9388
9410
|
--pf-v6-c-menu__list-item--Color: var(--pf-t--global--text--color--regular);
|
9389
9411
|
--pf-v6-c-menu__list-item--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
9412
|
+
--pf-v6-c-menu__list-item--TransitionDuration: var(--pf-t--global--motion--duration--fade--short);
|
9413
|
+
--pf-v6-c-menu__list-item--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
9414
|
+
--pf-v6-c-menu__list-item--TransitionProperty: background-color;
|
9390
9415
|
--pf-v6-c-menu__list-item--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
9391
9416
|
--pf-v6-c-menu__list-item--m-danger--Color: var(--pf-t--global--text--color--status--danger--default);
|
9392
9417
|
--pf-v6-c-menu__list-item--m-load__item--Color: var(--pf-t--global--text--color--link--default);
|
@@ -9557,6 +9582,8 @@ ul.pf-v6-c-list {
|
|
9557
9582
|
background-color: var(--pf-v6-c-menu--BackgroundColor);
|
9558
9583
|
border-radius: var(--pf-v6-c-menu--BorderRadius);
|
9559
9584
|
box-shadow: var(--pf-v6-c-menu--BoxShadow);
|
9585
|
+
transition-timing-function: var(--pf-v6-c-menu--TransitionTimingFunction) !important;
|
9586
|
+
transition-duration: var(--pf-v6-c-menu--TransitionDuration) !important;
|
9560
9587
|
}
|
9561
9588
|
.pf-v6-c-menu .pf-v6-c-menu {
|
9562
9589
|
min-width: 100%;
|
@@ -9728,6 +9755,9 @@ ul.pf-v6-c-list {
|
|
9728
9755
|
.pf-v6-c-menu__list-item {
|
9729
9756
|
align-items: baseline;
|
9730
9757
|
min-width: 0;
|
9758
|
+
transition-timing-function: var(--pf-v6-c-menu__list-item--TransitionTimingFunction);
|
9759
|
+
transition-duration: var(--pf-v6-c-menu__list-item--TransitionDuration);
|
9760
|
+
transition-property: var(--pf-v6-c-menu__list-item--TransitionProperty);
|
9731
9761
|
}
|
9732
9762
|
.pf-v6-c-menu__list-item > * {
|
9733
9763
|
position: relative;
|
@@ -9737,6 +9767,7 @@ ul.pf-v6-c-list {
|
|
9737
9767
|
inset: 0;
|
9738
9768
|
content: "";
|
9739
9769
|
background-color: var(--pf-v6-c-menu__list-item--BackgroundColor);
|
9770
|
+
transition: inherit;
|
9740
9771
|
}
|
9741
9772
|
.pf-v6-c-menu__list-item.pf-m-load {
|
9742
9773
|
--pf-v6-c-menu__item--Color: var(--pf-v6-c-menu__list-item--m-load__item--Color);
|
@@ -9945,6 +9976,9 @@ ul.pf-v6-c-list {
|
|
9945
9976
|
--pf-v6-c-menu-toggle--BorderColor: var(--pf-t--global--border--color--default);
|
9946
9977
|
--pf-v6-c-menu-toggle--BorderWidth: var(--pf-t--global--border--width--button--default);
|
9947
9978
|
--pf-v6-c-menu-toggle--border--ZIndex: var(--pf-t--global--z-index--xs);
|
9979
|
+
--pf-v6-c-menu-toggle--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
9980
|
+
--pf-v6-c-menu-toggle--TransitionDuration: var(--pf-t--global--motion--duration--fade--short);
|
9981
|
+
--pf-v6-c-menu-toggle--TransitionProperty: color, background-color, border-width, border-color;
|
9948
9982
|
--pf-v6-c-menu-toggle--hover--Color: var(--pf-t--global--text--color--regular);
|
9949
9983
|
--pf-v6-c-menu-toggle--hover--BackgroundColor: var(--pf-t--global--background--color--control--default);
|
9950
9984
|
--pf-v6-c-menu-toggle--hover--BorderWidth: var(--pf-t--global--border--width--button--default);
|
@@ -10068,6 +10102,9 @@ ul.pf-v6-c-list {
|
|
10068
10102
|
cursor: pointer;
|
10069
10103
|
background-color: var(--pf-v6-c-menu-toggle--BackgroundColor);
|
10070
10104
|
border: 0;
|
10105
|
+
transition-timing-function: var(--pf-v6-c-menu-toggle--TransitionTimingFunction);
|
10106
|
+
transition-duration: var(--pf-v6-c-menu-toggle--TransitionDuration);
|
10107
|
+
transition-property: var(--pf-v6-c-menu-toggle--TransitionProperty);
|
10071
10108
|
}
|
10072
10109
|
.pf-v6-c-menu-toggle, .pf-v6-c-menu-toggle::before {
|
10073
10110
|
border-radius: var(--pf-v6-c-menu-toggle--BorderRadius);
|
@@ -10082,6 +10119,7 @@ ul.pf-v6-c-list {
|
|
10082
10119
|
pointer-events: none;
|
10083
10120
|
content: "";
|
10084
10121
|
border: var(--pf-v6-c-menu-toggle--BorderWidth) solid var(--pf-v6-c-menu-toggle--BorderColor);
|
10122
|
+
transition: inherit;
|
10085
10123
|
}
|
10086
10124
|
.pf-v6-c-menu-toggle.pf-m-primary {
|
10087
10125
|
--pf-v6-c-menu-toggle--PaddingInlineStart: var(--pf-v6-c-menu-toggle--m-primary--PaddingInlineStart);
|
@@ -12217,14 +12255,17 @@ ul.pf-v6-c-list {
|
|
12217
12255
|
--pf-v6-c-pagination--m-bottom--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
|
12218
12256
|
--pf-v6-c-pagination--m-bottom--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
12219
12257
|
--pf-v6-c-pagination--m-bottom--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
|
12258
|
+
--pf-v6-c-pagination__page-menu--Display--base: block;
|
12220
12259
|
--pf-v6-c-pagination__page-menu--Display: none;
|
12221
12260
|
--pf-v6-c-pagination--m-display-summary__page-menu--Display: none;
|
12222
|
-
--pf-v6-c-pagination--m-display-full__page-menu--Display:
|
12261
|
+
--pf-v6-c-pagination--m-display-full__page-menu--Display: var(--pf-v6-c-pagination__page-menu--Display--base);
|
12262
|
+
--pf-v6-c-pagination--m-bottom__page-menu--Display: var(--pf-v6-c-pagination__page-menu--Display--base);
|
12263
|
+
--pf-v6-c-pagination__page-menu--md--Display: var(--pf-v6-c-pagination__page-menu--Display--base);
|
12223
12264
|
}
|
12224
12265
|
@media screen and (min-width: 768px) {
|
12225
12266
|
:where(:root, .pf-v6-c-pagination) {
|
12226
12267
|
--pf-v6-c-pagination--m-bottom--BoxShadow: none;
|
12227
|
-
--pf-v6-c-pagination__page-menu--Display:
|
12268
|
+
--pf-v6-c-pagination__page-menu--Display: var(--pf-v6-c-pagination__page-menu--md--Display);
|
12228
12269
|
--pf-v6-c-pagination__nav--Display: inline-flex;
|
12229
12270
|
--pf-v6-c-pagination__total-items--Display: none;
|
12230
12271
|
}
|
@@ -12271,7 +12312,7 @@ ul.pf-v6-c-list {
|
|
12271
12312
|
}
|
12272
12313
|
.pf-v6-c-pagination.pf-m-bottom .pf-v6-c-pagination__page-menu {
|
12273
12314
|
position: absolute;
|
12274
|
-
display:
|
12315
|
+
display: var(--pf-v6-c-pagination--m-bottom__page-menu--Display);
|
12275
12316
|
}
|
12276
12317
|
.pf-v6-c-pagination.pf-m-bottom .pf-v6-c-pagination__nav {
|
12277
12318
|
display: flex;
|
@@ -12625,7 +12666,7 @@ ul.pf-v6-c-list {
|
|
12625
12666
|
box-shadow: var(--pf-v6-c-panel__footer--BoxShadow);
|
12626
12667
|
}
|
12627
12668
|
|
12628
|
-
.pf-v6-c-popover {
|
12669
|
+
:where(:root, .pf-v6-c-popover) {
|
12629
12670
|
--pf-v6-c-popover--FontSize: var(--pf-t--global--font--size--body--sm);
|
12630
12671
|
--pf-v6-c-popover--MinWidth: calc(var(--pf-v6-c-popover__content--PaddingInlineStart) + var(--pf-v6-c-popover__content--PaddingInlineEnd) + 18.75rem);
|
12631
12672
|
--pf-v6-c-popover--MaxWidth: calc(var(--pf-v6-c-popover__content--PaddingInlineStart) + var(--pf-v6-c-popover__content--PaddingInlineEnd) + 18.75rem);
|
@@ -12674,6 +12715,9 @@ ul.pf-v6-c-list {
|
|
12674
12715
|
--pf-v6-c-popover__title-icon--Color: var(--pf-t--global--icon--color--regular);
|
12675
12716
|
--pf-v6-c-popover__title-icon--FontSize: var(--pf-t--global--font--size--heading--xs);
|
12676
12717
|
--pf-v6-c-popover__footer--MarginBlockStart: var(--pf-t--global--spacer--md);
|
12718
|
+
}
|
12719
|
+
|
12720
|
+
.pf-v6-c-popover {
|
12677
12721
|
position: relative;
|
12678
12722
|
min-width: var(--pf-v6-c-popover--MinWidth);
|
12679
12723
|
max-width: var(--pf-v6-c-popover--MaxWidth);
|
@@ -14767,7 +14811,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
14767
14811
|
--pf-v6-c-tab-content__body--PaddingInlineStart: var(--pf-v6-c-tab-content__body--m-padding--PaddingInlineStart);
|
14768
14812
|
}
|
14769
14813
|
|
14770
|
-
.pf-v6-c-table[class*=pf-m-grid] {
|
14814
|
+
:where(:root, .pf-v6-c-table[class*=pf-m-grid]) {
|
14771
14815
|
--pf-v6-c-table--responsive--BorderColor: var(--pf-t--global--border--color--default);
|
14772
14816
|
--pf-v6-c-table__tbody--responsive--border-width--base: var(--pf-t--global--border--width--divider--default);
|
14773
14817
|
--pf-v6-c-table__tbody--after--border-width--base: var(--pf-t--global--border--width--extra-strong);
|
@@ -16827,6 +16871,9 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
16827
16871
|
.pf-v6-c-table .pf-v6-c-table :is(.pf-v6-c-table__tbody, .pf-v6-c-table__tr:last-child) {
|
16828
16872
|
border-block-end: 0;
|
16829
16873
|
}
|
16874
|
+
.pf-v6-c-table .pf-v6-c-button .pf-v6-c-table__sort-indicator {
|
16875
|
+
--pf-v6-c-table__sort-indicator--MarginInlineStart: 0;
|
16876
|
+
}
|
16830
16877
|
|
16831
16878
|
.pf-v6-c-table__text {
|
16832
16879
|
--pf-v6-c-table--cell--MaxWidth: 100%;
|
@@ -16922,14 +16969,16 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
16922
16969
|
.pf-v6-c-table .pf-v6-c-table__check,
|
16923
16970
|
.pf-v6-c-table .pf-v6-c-table__toggle,
|
16924
16971
|
.pf-v6-c-table .pf-v6-c-table__action,
|
16925
|
-
.pf-v6-c-table .pf-v6-c-table__favorite,
|
16926
|
-
.pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-favorite,
|
16927
16972
|
.pf-v6-c-table .pf-v6-c-table__inline-edit-action,
|
16928
16973
|
.pf-v6-c-table .pf-v6-c-table__draggable {
|
16929
16974
|
--pf-v6-c-table--cell--MinWidth: 0;
|
16930
16975
|
--pf-v6-c-table--cell--Width: 1%;
|
16931
16976
|
}
|
16932
16977
|
|
16978
|
+
.pf-v6-c-table .pf-v6-c-table__favorite {
|
16979
|
+
--pf-v6-c-table--cell--MaxWidth: auto;
|
16980
|
+
}
|
16981
|
+
|
16933
16982
|
.pf-v6-c-table__toggle {
|
16934
16983
|
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__toggle--PaddingBlockStart);
|
16935
16984
|
--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__toggle--PaddingBlockEnd);
|
@@ -17067,8 +17116,10 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
17067
17116
|
.pf-v6-c-table__sort .pf-v6-c-table__button .pf-v6-c-table__text {
|
17068
17117
|
color: var(--pf-v6-c-table__sort__button__text--Color);
|
17069
17118
|
}
|
17070
|
-
.pf-v6-c-table__sort.pf-m-selected .pf-v6-c-table__button {
|
17119
|
+
.pf-v6-c-table__sort.pf-m-selected .pf-v6-c-table__button, .pf-v6-c-table__sort.pf-m-selected .pf-v6-c-button {
|
17071
17120
|
--pf-v6-c-table__sort-indicator--Color: var(--pf-v6-c-table__sort--m-selected__sort-indicator--Color);
|
17121
|
+
}
|
17122
|
+
.pf-v6-c-table__sort.pf-m-selected .pf-v6-c-table__button .pf-v6-c-table__text, .pf-v6-c-table__sort.pf-m-selected .pf-v6-c-button .pf-v6-c-table__text {
|
17072
17123
|
color: var(--pf-v6-c-table__sort--m-selected__button--Color);
|
17073
17124
|
}
|
17074
17125
|
.pf-v6-c-table__sort.pf-m-help {
|
@@ -18967,15 +19018,19 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
18967
19018
|
--pf-v6-c-text-input-group--BackgroundColor: var(--pf-t--global--background--color--control--default);
|
18968
19019
|
--pf-v6-c-text-input-group--BorderColor: var(--pf-t--global--border--color--default);
|
18969
19020
|
--pf-v6-c-text-input-group--BorderWidth: var(--pf-t--global--border--width--control--default);
|
18970
|
-
--pf-v6-c-text-input-group--BorderRadius: var(--pf-t--global--border--radius--small);
|
18971
19021
|
--pf-v6-c-text-input-group--m-hover--BorderColor: var(--pf-t--global--border--color--hover);
|
18972
19022
|
--pf-v6-c-text-input-group__main--first-child--not--text-input--MarginInlineStart: var(--pf-t--global--spacer--xs);
|
18973
19023
|
--pf-v6-c-text-input-group__main--m-icon__text-input--PaddingInlineStart: var(--pf-t--global--spacer--xl);
|
18974
19024
|
--pf-v6-c-text-input-group__main--RowGap: var(--pf-t--global--spacer--xs);
|
18975
19025
|
--pf-v6-c-text-input-group__main--ColumnGap: var(--pf-t--global--spacer--xs);
|
18976
|
-
--pf-v6-c-text-input-
|
18977
|
-
--pf-v6-c-text-input-
|
18978
|
-
--pf-v6-c-text-input-
|
19026
|
+
--pf-v6-c-text-input-group__text--BorderRadius--base: var(--pf-t--global--border--radius--small);
|
19027
|
+
--pf-v6-c-text-input-group__text--BorderStartStartRadius: var(--pf-v6-c-text-input-group__text--BorderRadius--base);
|
19028
|
+
--pf-v6-c-text-input-group__text--BorderStartEndRadius: var(--pf-v6-c-text-input-group__text--BorderRadius--base);
|
19029
|
+
--pf-v6-c-text-input-group__text--BorderEndEndRadius: var(--pf-v6-c-text-input-group__text--BorderRadius--base);
|
19030
|
+
--pf-v6-c-text-input-group__text--BorderEndStartRadius: var(--pf-v6-c-text-input-group__text--BorderRadius--base);
|
19031
|
+
--pf-v6-c-text-input-group--c-label-group__main--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
19032
|
+
--pf-v6-c-text-input-group--c-label-group__main--PaddingInlineEnd: var(--pf-t--global--spacer--xs);
|
19033
|
+
--pf-v6-c-text-input-group--c-label-group__main--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
|
18979
19034
|
--pf-v6-c-text-input-group__text-input--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
18980
19035
|
--pf-v6-c-text-input-group__text-input--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
18981
19036
|
--pf-v6-c-text-input-group__text-input--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
@@ -19001,15 +19056,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
19001
19056
|
width: 100%;
|
19002
19057
|
color: var(--pf-v6-c-text-input-group--Color, inherit);
|
19003
19058
|
background-color: var(--pf-v6-c-text-input-group--BackgroundColor);
|
19004
|
-
border-radius: var(--pf-v6-c-text-input-group--BorderRadius);
|
19005
|
-
}
|
19006
|
-
.pf-v6-c-text-input-group::before {
|
19007
|
-
position: absolute;
|
19008
|
-
inset: 0;
|
19009
|
-
pointer-events: none;
|
19010
|
-
content: "";
|
19011
|
-
border: var(--pf-v6-c-text-input-group--BorderWidth) solid var(--pf-v6-c-text-input-group--BorderColor);
|
19012
|
-
border-radius: var(--pf-v6-c-text-input-group--BorderRadius);
|
19013
19059
|
}
|
19014
19060
|
.pf-v6-c-text-input-group:hover {
|
19015
19061
|
--pf-v6-c-text-input-group--BorderColor: var(--pf-v6-c-text-input-group--m-hover--BorderColor);
|
@@ -19023,7 +19069,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
19023
19069
|
.pf-v6-c-text-input-group.pf-m-plain {
|
19024
19070
|
--pf-v6-c-text-input-group--BackgroundColor: transparent;
|
19025
19071
|
}
|
19026
|
-
.pf-v6-c-text-input-group.pf-m-plain .pf-v6-c-text-input-group__text::before
|
19072
|
+
.pf-v6-c-text-input-group.pf-m-plain .pf-v6-c-text-input-group__text::before {
|
19027
19073
|
border: 0;
|
19028
19074
|
}
|
19029
19075
|
|
@@ -19038,12 +19084,14 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
19038
19084
|
--pf-v6-c-text-input-group__text-input--PaddingInlineStart: var(--pf-v6-c-text-input-group__main--m-icon__text-input--PaddingInlineStart);
|
19039
19085
|
}
|
19040
19086
|
.pf-v6-c-text-input-group__main > :first-child:not(.pf-v6-c-text-input-group__text) {
|
19087
|
+
padding-block-start: var(--pf-v6-c-text-input-group__main--first-child--not--text-input--PaddingBlockStart);
|
19088
|
+
padding-block-end: var(--pf-v6-c-text-input-group__main--first-child--not--text-input--PaddingBlockEnd);
|
19041
19089
|
margin-inline-start: var(--pf-v6-c-text-input-group__main--first-child--not--text-input--MarginInlineStart);
|
19042
19090
|
}
|
19043
19091
|
.pf-v6-c-text-input-group__main .pf-v6-c-label-group__main {
|
19044
|
-
padding-block-start: var(--pf-v6-c-text-input-group--c-
|
19045
|
-
padding-block-end: var(--pf-v6-c-text-input-group--c-
|
19046
|
-
padding-inline-end: var(--pf-v6-c-text-input-group--c-
|
19092
|
+
padding-block-start: var(--pf-v6-c-text-input-group--c-label-group__main--PaddingBlockStart);
|
19093
|
+
padding-block-end: var(--pf-v6-c-text-input-group--c-label-group__main--PaddingBlockEnd);
|
19094
|
+
padding-inline-end: var(--pf-v6-c-text-input-group--c-label-group__main--PaddingInlineEnd);
|
19047
19095
|
}
|
19048
19096
|
|
19049
19097
|
.pf-v6-c-text-input-group__text {
|
@@ -19052,11 +19100,16 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
19052
19100
|
grid-template-areas: "text-input";
|
19053
19101
|
grid-template-columns: 1fr;
|
19054
19102
|
}
|
19055
|
-
.pf-v6-c-text-input-group__text::before
|
19103
|
+
.pf-v6-c-text-input-group__text::before {
|
19056
19104
|
position: absolute;
|
19057
19105
|
inset: 0;
|
19058
19106
|
pointer-events: none;
|
19059
19107
|
content: "";
|
19108
|
+
border: var(--pf-v6-c-text-input-group--BorderWidth) solid var(--pf-v6-c-text-input-group--BorderColor);
|
19109
|
+
border-start-start-radius: var(--pf-v6-c-text-input-group__text--BorderStartStartRadius);
|
19110
|
+
border-start-end-radius: var(--pf-v6-c-text-input-group__text--BorderStartEndRadius);
|
19111
|
+
border-end-start-radius: var(--pf-v6-c-text-input-group__text--BorderEndStartRadius);
|
19112
|
+
border-end-end-radius: var(--pf-v6-c-text-input-group__text--BorderEndEndRadius);
|
19060
19113
|
}
|
19061
19114
|
|
19062
19115
|
.pf-v6-c-text-input-group__icon {
|
@@ -22520,7 +22573,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
22520
22573
|
}
|
22521
22574
|
|
22522
22575
|
:where(:root, .pf-v6-c-truncate) {
|
22523
|
-
--pf-v6-c-truncate--MinWidth:
|
22576
|
+
--pf-v6-c-truncate--MinWidth: 6ch;
|
22524
22577
|
--pf-v6-c-truncate__start--MinWidth: 6ch;
|
22525
22578
|
}
|
22526
22579
|
|
@@ -378,9 +378,9 @@ declare const _default: {
|
|
378
378
|
"red": "pf-m-red",
|
379
379
|
"orangered": "pf-m-orangered",
|
380
380
|
"orange": "pf-m-orange",
|
381
|
-
"
|
381
|
+
"yellow": "pf-m-yellow",
|
382
382
|
"green": "pf-m-green",
|
383
|
-
"
|
383
|
+
"teal": "pf-m-teal",
|
384
384
|
"blue": "pf-m-blue",
|
385
385
|
"purple": "pf-m-purple",
|
386
386
|
"sticky": "pf-m-sticky",
|
package/css/components/_index.js
CHANGED
@@ -380,9 +380,9 @@ exports.default = {
|
|
380
380
|
"red": "pf-m-red",
|
381
381
|
"orangered": "pf-m-orangered",
|
382
382
|
"orange": "pf-m-orange",
|
383
|
-
"
|
383
|
+
"yellow": "pf-m-yellow",
|
384
384
|
"green": "pf-m-green",
|
385
|
-
"
|
385
|
+
"teal": "pf-m-teal",
|
386
386
|
"blue": "pf-m-blue",
|
387
387
|
"purple": "pf-m-purple",
|
388
388
|
"sticky": "pf-m-sticky",
|
@@ -378,9 +378,9 @@ export default {
|
|
378
378
|
"red": "pf-m-red",
|
379
379
|
"orangered": "pf-m-orangered",
|
380
380
|
"orange": "pf-m-orange",
|
381
|
-
"
|
381
|
+
"yellow": "pf-m-yellow",
|
382
382
|
"green": "pf-m-green",
|
383
|
-
"
|
383
|
+
"teal": "pf-m-teal",
|
384
384
|
"blue": "pf-m-blue",
|
385
385
|
"purple": "pf-m-purple",
|
386
386
|
"sticky": "pf-m-sticky",
|
@@ -13,3 +13,7 @@
|
|
13
13
|
#ws-core-c-text-input-group-search-input-group-advanced-search-expanded-with-autocomplete {
|
14
14
|
height: 540px;
|
15
15
|
}
|
16
|
+
|
17
|
+
#ws-core-c-text-input-group-plain {
|
18
|
+
border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
|
19
|
+
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@patternfly/react-styles",
|
3
|
-
"version": "6.0.0-alpha.
|
3
|
+
"version": "6.0.0-alpha.26",
|
4
4
|
"main": "dist/js/index.js",
|
5
5
|
"module": "dist/esm/index.js",
|
6
6
|
"types": "dist/esm/index.d.ts",
|
@@ -15,17 +15,14 @@
|
|
15
15
|
"tag": "alpha"
|
16
16
|
},
|
17
17
|
"scripts": {
|
18
|
-
"generate": "rimraf css && node scripts/writeClassMaps.
|
18
|
+
"generate": "rimraf css && node scripts/writeClassMaps.mjs && node scripts/copyStyles.mjs",
|
19
19
|
"clean": "rimraf dist css"
|
20
20
|
},
|
21
21
|
"devDependencies": {
|
22
|
-
"@patternfly/patternfly": "6.0.0-alpha.
|
23
|
-
"
|
24
|
-
"
|
25
|
-
"fs-extra": "^11.1.1",
|
26
|
-
"glob": "^7.1.2",
|
27
|
-
"jsdom": "^15.1.0"
|
22
|
+
"@patternfly/patternfly": "6.0.0-alpha.160",
|
23
|
+
"change-case": "^5.4.4",
|
24
|
+
"fs-extra": "^11.2.0"
|
28
25
|
},
|
29
26
|
"license": "MIT",
|
30
|
-
"gitHead": "
|
27
|
+
"gitHead": "5ce8c9748b3f0fafa36430e68d82d0725dff2f2e"
|
31
28
|
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { copySync } from 'fs-extra/esm';
|
2
|
+
import path from 'node:path';
|
3
|
+
import url from 'node:url';
|
4
|
+
|
5
|
+
const toDir = path.resolve(import.meta.dirname, '../css');
|
6
|
+
const fromDir = path.dirname(url.fileURLToPath(import.meta.resolve('@patternfly/patternfly/package.json')));
|
7
|
+
|
8
|
+
copySync(path.join(fromDir, 'assets/images'), path.join(toDir, 'assets/images'));
|