@patternfly/react-styles 5.1.0 → 5.1.1-prerelease.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -2
- package/css/components/AboutModalBox/about-modal-box.css +20 -13
- package/css/components/Accordion/accordion.css +33 -20
- package/css/components/Accordion/accordion.d.ts +3 -1
- package/css/components/Accordion/accordion.js +3 -1
- package/css/components/Accordion/accordion.mjs +3 -1
- package/css/components/ActionList/action-list.css +2 -2
- package/css/components/Alert/alert-group.css +7 -4
- package/css/components/Alert/alert.css +19 -13
- package/css/components/Alert/alert.d.ts +3 -1
- package/css/components/Alert/alert.js +3 -1
- package/css/components/Alert/alert.mjs +3 -1
- package/css/components/AppLauncher/app-launcher.css +32 -23
- package/css/components/BackToTop/back-to-top.css +2 -2
- package/css/components/Backdrop/backdrop.css +2 -2
- package/css/components/BackgroundImage/background-image.css +2 -2
- package/css/components/Badge/badge.css +2 -2
- package/css/components/Banner/banner.css +5 -2
- package/css/components/Breadcrumb/breadcrumb.css +9 -3
- package/css/components/Breadcrumb/breadcrumb.d.ts +3 -1
- package/css/components/Breadcrumb/breadcrumb.js +3 -1
- package/css/components/Breadcrumb/breadcrumb.mjs +3 -1
- package/css/components/Button/button.css +23 -17
- package/css/components/CalendarMonth/calendar-month.css +25 -15
- package/css/components/CalendarMonth/calendar-month.d.ts +3 -1
- package/css/components/CalendarMonth/calendar-month.js +3 -1
- package/css/components/CalendarMonth/calendar-month.mjs +3 -1
- package/css/components/Card/card.css +21 -16
- package/css/components/Check/check.css +2 -2
- package/css/components/Chip/chip-group.css +6 -6
- package/css/components/Chip/chip.css +16 -9
- package/css/components/Chip/chip.d.ts +1 -0
- package/css/components/Chip/chip.js +1 -0
- package/css/components/Chip/chip.mjs +1 -0
- package/css/components/ClipboardCopy/clipboard-copy.css +19 -10
- package/css/components/ClipboardCopy/clipboard-copy.d.ts +3 -1
- package/css/components/ClipboardCopy/clipboard-copy.js +3 -1
- package/css/components/ClipboardCopy/clipboard-copy.mjs +3 -1
- package/css/components/CodeBlock/code-block.css +6 -3
- package/css/components/CodeEditor/code-editor.css +31 -22
- package/css/components/Content/content.css +33 -30
- package/css/components/ContextSelector/context-selector.css +41 -26
- package/css/components/DataList/data-list-grid.css +21 -49
- package/css/components/DataList/data-list.css +66 -84
- package/css/components/DatePicker/date-picker.css +8 -8
- package/css/components/DescriptionList/description-list.css +8 -5
- package/css/components/DragDrop/drag-drop.css +8 -8
- package/css/components/Drawer/drawer.css +75 -60
- package/css/components/Dropdown/dropdown.css +75 -66
- package/css/components/DualListSelector/dual-list-selector.css +29 -15
- package/css/components/DualListSelector/dual-list-selector.d.ts +4 -1
- package/css/components/DualListSelector/dual-list-selector.js +4 -1
- package/css/components/DualListSelector/dual-list-selector.mjs +4 -1
- package/css/components/EmptyState/empty-state.css +7 -4
- package/css/components/ExpandableSection/expandable-section.css +17 -10
- package/css/components/ExpandableSection/expandable-section.d.ts +3 -1
- package/css/components/ExpandableSection/expandable-section.js +3 -1
- package/css/components/ExpandableSection/expandable-section.mjs +3 -1
- package/css/components/FileUpload/file-upload.css +9 -15
- package/css/components/Form/form.css +50 -50
- package/css/components/FormControl/form-control.css +21 -11
- package/css/components/HelperText/helper-text.css +1 -1
- package/css/components/Hint/hint.css +9 -6
- package/css/components/Icon/icon.css +1 -1
- package/css/components/InlineEdit/inline-edit.css +4 -4
- package/css/components/InputGroup/input-group.css +12 -6
- package/css/components/JumpLinks/jump-links.css +24 -24
- package/css/components/Label/label-group.css +13 -10
- package/css/components/Label/label.css +9 -9
- package/css/components/List/list.css +9 -9
- package/css/components/LogViewer/log-viewer.css +14 -14
- package/css/components/Login/login.css +36 -27
- package/css/components/Masthead/masthead.css +19 -22
- package/css/components/Menu/menu.css +80 -66
- package/css/components/Menu/menu.d.ts +3 -1
- package/css/components/Menu/menu.js +3 -1
- package/css/components/Menu/menu.mjs +3 -1
- package/css/components/MenuToggle/menu-toggle.css +41 -29
- package/css/components/ModalBox/modal-box.css +19 -19
- package/css/components/MultipleFileUpload/multiple-file-upload.css +11 -8
- package/css/components/Nav/nav.css +120 -93
- package/css/components/Nav/nav.d.ts +3 -1
- package/css/components/Nav/nav.js +3 -1
- package/css/components/Nav/nav.mjs +3 -1
- package/css/components/NotificationBadge/notification-badge.css +13 -7
- package/css/components/NotificationDrawer/notification-drawer.css +32 -19
- package/css/components/NotificationDrawer/notification-drawer.d.ts +3 -1
- package/css/components/NotificationDrawer/notification-drawer.js +3 -1
- package/css/components/NotificationDrawer/notification-drawer.mjs +3 -1
- package/css/components/NumberInput/number-input.css +3 -3
- package/css/components/OptionsMenu/options-menu.css +43 -31
- package/css/components/OverflowMenu/overflow-menu.css +2 -2
- package/css/components/Page/page.css +123 -65
- package/css/components/Page/page.d.ts +3 -1
- package/css/components/Page/page.js +3 -1
- package/css/components/Page/page.mjs +3 -1
- package/css/components/Pagination/pagination.css +28 -18
- package/css/components/Pagination/pagination.d.ts +3 -1
- package/css/components/Pagination/pagination.js +3 -1
- package/css/components/Pagination/pagination.mjs +3 -1
- package/css/components/Panel/panel.css +13 -7
- package/css/components/Popover/popover.css +24 -21
- package/css/components/Progress/progress.css +7 -7
- package/css/components/ProgressStepper/progress-stepper.css +26 -20
- package/css/components/Radio/radio.css +4 -5
- package/css/components/Select/select.css +56 -47
- package/css/components/Sidebar/sidebar.css +11 -5
- package/css/components/SimpleList/simple-list.css +10 -4
- package/css/components/Skeleton/skeleton.css +2 -5
- package/css/components/SkipToContent/skip-to-content.css +3 -3
- package/css/components/Slider/slider.css +46 -26
- package/css/components/Slider/slider.d.ts +3 -1
- package/css/components/Slider/slider.js +3 -1
- package/css/components/Slider/slider.mjs +3 -1
- package/css/components/Switch/switch.css +9 -5
- package/css/components/Switch/switch.d.ts +3 -1
- package/css/components/Switch/switch.js +3 -1
- package/css/components/Switch/switch.mjs +3 -1
- package/css/components/TabContent/tab-content.css +4 -1
- package/css/components/Table/table-grid.css +256 -219
- package/css/components/Table/table-scrollable.css +2 -2
- package/css/components/Table/table-tree-view.css +107 -104
- package/css/components/Table/table.css +87 -69
- package/css/components/Tabs/tabs.css +66 -48
- package/css/components/TextInputGroup/text-input-group.css +15 -15
- package/css/components/Tile/tile.css +10 -10
- package/css/components/ToggleGroup/toggle-group.css +14 -11
- package/css/components/Toolbar/toolbar.css +44 -41
- package/css/components/Tooltip/tooltip.css +19 -16
- package/css/components/TreeView/tree-view.css +42 -27
- package/css/components/Wizard/wizard.css +57 -36
- package/css/components/Wizard/wizard.d.ts +3 -1
- package/css/components/Wizard/wizard.js +3 -1
- package/css/components/Wizard/wizard.mjs +3 -1
- package/css/docs/components/Button/examples/Button.css +2 -2
- package/css/docs/components/DragDrop/examples/DragDrop.css +2 -2
- package/css/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/css/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/css/docs/components/ModalBox/examples/ModalBox.css +2 -2
- package/css/docs/components/Nav/examples/Navigation.css +3 -26
- package/css/docs/components/Nav/examples/Navigation.d.ts +1 -1
- package/css/docs/components/Nav/examples/Navigation.js +1 -1
- package/css/docs/components/Nav/examples/Navigation.mjs +1 -1
- package/css/docs/components/Popover/examples/Popover.css +2 -2
- package/css/docs/components/Select/deprecated/Select.css +3 -3
- package/css/docs/components/Table/examples/Table.css +2 -2
- package/css/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
- package/css/docs/components/Tile/examples/Tile.css +1 -1
- package/css/docs/demos/Card/examples/Card.css +3 -3
- package/css/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
- package/css/layouts/Flex/flex.css +115 -43
- package/css/utilities/Accessibility/accessibility.css +12 -12
- package/css/utilities/Spacing/spacing.css +720 -960
- package/package.json +4 -8
@@ -1,5 +1,6 @@
|
|
1
1
|
import './expandable-section.css';
|
2
2
|
export default {
|
3
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
3
4
|
"expandableSection": "pf-v5-c-expandable-section",
|
4
5
|
"expandableSectionContent": "pf-v5-c-expandable-section__content",
|
5
6
|
"expandableSectionToggle": "pf-v5-c-expandable-section__toggle",
|
@@ -14,5 +15,6 @@ export default {
|
|
14
15
|
"indented": "pf-m-indented",
|
15
16
|
"active": "pf-m-active",
|
16
17
|
"expandTop": "pf-m-expand-top"
|
17
|
-
}
|
18
|
+
},
|
19
|
+
"wsDirRtl": "ws-dir-rtl"
|
18
20
|
};
|
@@ -16,20 +16,14 @@
|
|
16
16
|
}
|
17
17
|
.pf-v5-c-file-upload.pf-m-drag-hover::before {
|
18
18
|
position: absolute;
|
19
|
-
|
20
|
-
right: 0;
|
21
|
-
bottom: 0;
|
22
|
-
left: 0;
|
19
|
+
inset: 0;
|
23
20
|
z-index: var(--pf-v5-c-file-upload--m-drag-hover--before--ZIndex);
|
24
21
|
content: "";
|
25
22
|
border: var(--pf-v5-c-file-upload--m-drag-hover--before--BorderWidth) solid var(--pf-v5-c-file-upload--m-drag-hover--before--BorderColor);
|
26
23
|
}
|
27
24
|
.pf-v5-c-file-upload.pf-m-drag-hover::after {
|
28
25
|
position: absolute;
|
29
|
-
|
30
|
-
right: 0;
|
31
|
-
bottom: 0;
|
32
|
-
left: 0;
|
26
|
+
inset: 0;
|
33
27
|
content: "";
|
34
28
|
background-color: var(--pf-v5-c-file-upload--m-drag-hover--after--BackgroundColor);
|
35
29
|
opacity: var(--pf-v5-c-file-upload--m-drag-hover--after--Opacity);
|
@@ -39,10 +33,10 @@
|
|
39
33
|
}
|
40
34
|
.pf-v5-c-file-upload.pf-m-loading .pf-v5-c-file-upload__file-details::before {
|
41
35
|
position: absolute;
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
36
|
+
inset-block-start: 0;
|
37
|
+
inset-block-end: var(--pf-v5-c-file-upload--m-loading__file-details--before--Left);
|
38
|
+
inset-inline-start: var(--pf-v5-c-file-upload--m-loading__file-details--before--Left);
|
39
|
+
inset-inline-end: var(--pf-v5-c-file-upload--m-loading__file-details--before--Left);
|
46
40
|
content: "";
|
47
41
|
background-color: var(--pf-v5-c-file-upload--m-loading__file-details--before--BackgroundColor);
|
48
42
|
}
|
@@ -58,12 +52,12 @@
|
|
58
52
|
.pf-v5-c-file-upload__file-details .pf-v5-c-form-control {
|
59
53
|
flex: 1 1 auto;
|
60
54
|
min-height: var(--pf-v5-c-file-upload__file-details__c-form-control--MinHeight);
|
61
|
-
border-
|
55
|
+
border-block-start: 0;
|
62
56
|
}
|
63
57
|
|
64
58
|
.pf-v5-c-file-upload__file-details-spinner {
|
65
59
|
position: absolute;
|
66
|
-
|
67
|
-
|
60
|
+
inset-block-start: 50%;
|
61
|
+
inset-inline-start: 50%;
|
68
62
|
transform: translate(-50%, -50%);
|
69
63
|
}
|
@@ -101,7 +101,7 @@
|
|
101
101
|
gap: var(--pf-v5-c-form--GridGap);
|
102
102
|
}
|
103
103
|
.pf-v5-c-form.pf-m-horizontal.pf-m-align-right .pf-v5-c-form__label {
|
104
|
-
text-align:
|
104
|
+
text-align: end;
|
105
105
|
}
|
106
106
|
@media screen and (min-width: 768px) {
|
107
107
|
.pf-v5-c-form.pf-m-horizontal {
|
@@ -113,7 +113,7 @@
|
|
113
113
|
grid-column-gap: var(--pf-v5-c-form--m-horizontal__group-label--md--GridColumnGap);
|
114
114
|
}
|
115
115
|
.pf-v5-c-form.pf-m-horizontal .pf-v5-c-form__group-label {
|
116
|
-
padding-
|
116
|
+
padding-block-start: var(--pf-v5-c-form--m-horizontal__group-label--md--PaddingTop);
|
117
117
|
}
|
118
118
|
.pf-v5-c-form.pf-m-horizontal .pf-v5-c-form__group-label.pf-m-no-padding-top {
|
119
119
|
--pf-v5-c-form--m-horizontal__group-label--md--PaddingTop: var(--pf-v5-c-form--m-horizontal__group-label--m-no-padding--md--PaddingTop);
|
@@ -133,7 +133,7 @@
|
|
133
133
|
grid-column-gap: var(--pf-v5-c-form--m-horizontal__group-label--md--GridColumnGap);
|
134
134
|
}
|
135
135
|
.pf-v5-c-form.pf-m-horizontal-on-xs .pf-v5-c-form__group-label {
|
136
|
-
padding-
|
136
|
+
padding-block-start: var(--pf-v5-c-form--m-horizontal__group-label--md--PaddingTop);
|
137
137
|
}
|
138
138
|
.pf-v5-c-form.pf-m-horizontal-on-xs .pf-v5-c-form__group-label.pf-m-no-padding-top {
|
139
139
|
--pf-v5-c-form--m-horizontal__group-label--md--PaddingTop: var(--pf-v5-c-form--m-horizontal__group-label--m-no-padding--md--PaddingTop);
|
@@ -153,7 +153,7 @@
|
|
153
153
|
grid-column-gap: var(--pf-v5-c-form--m-horizontal__group-label--md--GridColumnGap);
|
154
154
|
}
|
155
155
|
.pf-v5-c-form.pf-m-horizontal-on-sm .pf-v5-c-form__group-label {
|
156
|
-
padding-
|
156
|
+
padding-block-start: var(--pf-v5-c-form--m-horizontal__group-label--md--PaddingTop);
|
157
157
|
}
|
158
158
|
.pf-v5-c-form.pf-m-horizontal-on-sm .pf-v5-c-form__group-label.pf-m-no-padding-top {
|
159
159
|
--pf-v5-c-form--m-horizontal__group-label--md--PaddingTop: var(--pf-v5-c-form--m-horizontal__group-label--m-no-padding--md--PaddingTop);
|
@@ -173,7 +173,7 @@
|
|
173
173
|
grid-column-gap: var(--pf-v5-c-form--m-horizontal__group-label--md--GridColumnGap);
|
174
174
|
}
|
175
175
|
.pf-v5-c-form.pf-m-horizontal-on-md .pf-v5-c-form__group-label {
|
176
|
-
padding-
|
176
|
+
padding-block-start: var(--pf-v5-c-form--m-horizontal__group-label--md--PaddingTop);
|
177
177
|
}
|
178
178
|
.pf-v5-c-form.pf-m-horizontal-on-md .pf-v5-c-form__group-label.pf-m-no-padding-top {
|
179
179
|
--pf-v5-c-form--m-horizontal__group-label--md--PaddingTop: var(--pf-v5-c-form--m-horizontal__group-label--m-no-padding--md--PaddingTop);
|
@@ -193,7 +193,7 @@
|
|
193
193
|
grid-column-gap: var(--pf-v5-c-form--m-horizontal__group-label--md--GridColumnGap);
|
194
194
|
}
|
195
195
|
.pf-v5-c-form.pf-m-horizontal-on-lg .pf-v5-c-form__group-label {
|
196
|
-
padding-
|
196
|
+
padding-block-start: var(--pf-v5-c-form--m-horizontal__group-label--md--PaddingTop);
|
197
197
|
}
|
198
198
|
.pf-v5-c-form.pf-m-horizontal-on-lg .pf-v5-c-form__group-label.pf-m-no-padding-top {
|
199
199
|
--pf-v5-c-form--m-horizontal__group-label--md--PaddingTop: var(--pf-v5-c-form--m-horizontal__group-label--m-no-padding--md--PaddingTop);
|
@@ -213,7 +213,7 @@
|
|
213
213
|
grid-column-gap: var(--pf-v5-c-form--m-horizontal__group-label--md--GridColumnGap);
|
214
214
|
}
|
215
215
|
.pf-v5-c-form.pf-m-horizontal-on-xl .pf-v5-c-form__group-label {
|
216
|
-
padding-
|
216
|
+
padding-block-start: var(--pf-v5-c-form--m-horizontal__group-label--md--PaddingTop);
|
217
217
|
}
|
218
218
|
.pf-v5-c-form.pf-m-horizontal-on-xl .pf-v5-c-form__group-label.pf-m-no-padding-top {
|
219
219
|
--pf-v5-c-form--m-horizontal__group-label--md--PaddingTop: var(--pf-v5-c-form--m-horizontal__group-label--m-no-padding--md--PaddingTop);
|
@@ -233,7 +233,7 @@
|
|
233
233
|
grid-column-gap: var(--pf-v5-c-form--m-horizontal__group-label--md--GridColumnGap);
|
234
234
|
}
|
235
235
|
.pf-v5-c-form.pf-m-horizontal-on-2xl .pf-v5-c-form__group-label {
|
236
|
-
padding-
|
236
|
+
padding-block-start: var(--pf-v5-c-form--m-horizontal__group-label--md--PaddingTop);
|
237
237
|
}
|
238
238
|
.pf-v5-c-form.pf-m-horizontal-on-2xl .pf-v5-c-form__group-label.pf-m-no-padding-top {
|
239
239
|
--pf-v5-c-form--m-horizontal__group-label--md--PaddingTop: var(--pf-v5-c-form--m-horizontal__group-label--m-no-padding--md--PaddingTop);
|
@@ -248,7 +248,7 @@
|
|
248
248
|
}
|
249
249
|
|
250
250
|
.pf-v5-c-form__group.pf-m-action {
|
251
|
-
margin-
|
251
|
+
margin-block-start: var(--pf-v5-c-form__group--m-action--MarginTop);
|
252
252
|
overflow: hidden;
|
253
253
|
}
|
254
254
|
|
@@ -257,18 +257,18 @@
|
|
257
257
|
gap: var(--pf-v5-c-form__section--Gap);
|
258
258
|
}
|
259
259
|
.pf-v5-c-form__section + .pf-v5-c-form__group:not(.pf-m-action), .pf-v5-c-form__section:not(:first-child) {
|
260
|
-
margin-
|
260
|
+
margin-block-start: var(--pf-v5-c-form__section--MarginTop);
|
261
261
|
}
|
262
262
|
|
263
263
|
.pf-v5-c-form__section-title {
|
264
|
-
margin-
|
264
|
+
margin-block-end: var(--pf-v5-c-form__section-title--MarginBottom);
|
265
265
|
font-size: var(--pf-v5-c-form__section-title--FontSize);
|
266
266
|
font-weight: var(--pf-v5-c-form__section-title--FontWeight);
|
267
267
|
}
|
268
268
|
|
269
269
|
.pf-v5-c-form__group-label {
|
270
270
|
--pf-v5-c-form__helper-text--MarginTop: 0;
|
271
|
-
padding-
|
271
|
+
padding-block-end: var(--pf-v5-c-form__group-label--PaddingBottom);
|
272
272
|
}
|
273
273
|
.pf-v5-c-form__group-label.pf-m-info {
|
274
274
|
display: flex;
|
@@ -280,7 +280,7 @@
|
|
280
280
|
}
|
281
281
|
|
282
282
|
.pf-v5-c-form__group-label-info {
|
283
|
-
margin-
|
283
|
+
margin-inline-start: var(--pf-v5-c-form__group-label-info--MarginLeft);
|
284
284
|
font-size: var(--pf-v5-c-form__group-label-info--FontSize);
|
285
285
|
}
|
286
286
|
|
@@ -306,20 +306,20 @@
|
|
306
306
|
}
|
307
307
|
|
308
308
|
.pf-v5-c-form__label-required {
|
309
|
-
margin-
|
309
|
+
margin-inline-start: var(--pf-v5-c-form__label-required--MarginLeft);
|
310
310
|
font-size: var(--pf-v5-c-form__label-required--FontSize);
|
311
311
|
color: var(--pf-v5-c-form__label-required--Color);
|
312
312
|
}
|
313
313
|
|
314
314
|
.pf-v5-c-form__group-label-help {
|
315
|
-
padding-
|
316
|
-
padding-
|
317
|
-
padding-
|
318
|
-
padding-
|
319
|
-
margin-
|
320
|
-
margin-
|
321
|
-
margin-
|
322
|
-
margin-
|
315
|
+
padding-block-start: var(--pf-v5-c-form__group-label-help--PaddingTop);
|
316
|
+
padding-block-end: var(--pf-v5-c-form__group-label-help--PaddingBottom);
|
317
|
+
padding-inline-start: var(--pf-v5-c-form__group-label-help--PaddingLeft);
|
318
|
+
padding-inline-end: var(--pf-v5-c-form__group-label-help--PaddingRight);
|
319
|
+
margin-block-start: var(--pf-v5-c-form__group-label-help--MarginTop);
|
320
|
+
margin-block-end: var(--pf-v5-c-form__group-label-help--MarginBottom);
|
321
|
+
margin-inline-start: var(--pf-v5-c-form__group-label-help--MarginLeft);
|
322
|
+
margin-inline-end: var(--pf-v5-c-form__group-label-help--MarginRight);
|
323
323
|
font-size: var(--pf-v5-c-form__group-label-help--FontSize);
|
324
324
|
line-height: 1;
|
325
325
|
color: var(--pf-v5-c-form__group-label-help--Color);
|
@@ -340,7 +340,7 @@
|
|
340
340
|
flex-flow: row wrap;
|
341
341
|
}
|
342
342
|
.pf-v5-c-form__group-control.pf-m-inline > * {
|
343
|
-
margin-
|
343
|
+
margin-inline-end: var(--pf-v5-c-form__group-control--m-inline--child--MarginRight);
|
344
344
|
}
|
345
345
|
.pf-v5-c-form__group-control.pf-m-inline > :last-child {
|
346
346
|
--pf-v5-c-form__group-control--m-inline--child--MarginRight: 0;
|
@@ -352,11 +352,11 @@
|
|
352
352
|
}
|
353
353
|
.pf-v5-c-form__group-control .pf-v5-c-form__helper-text:first-child {
|
354
354
|
--pf-v5-c-form__helper-text--MarginTop: 0;
|
355
|
-
margin-
|
355
|
+
margin-block-end: var(--pf-v5-c-form__group-control__helper-text--MarginBottom);
|
356
356
|
}
|
357
357
|
|
358
358
|
.pf-v5-c-form__helper-text {
|
359
|
-
margin-
|
359
|
+
margin-block-start: var(--pf-v5-c-form__helper-text--MarginTop);
|
360
360
|
font-size: var(--pf-v5-c-form__helper-text--FontSize);
|
361
361
|
color: var(--pf-v5-c-form__helper-text--Color);
|
362
362
|
}
|
@@ -378,7 +378,7 @@
|
|
378
378
|
}
|
379
379
|
|
380
380
|
.pf-v5-c-form__helper-text-icon {
|
381
|
-
margin-
|
381
|
+
margin-inline-end: var(--pf-v5-c-form__helper-text-icon--MarginRight);
|
382
382
|
font-size: var(--pf-v5-c-form__helper-text-icon--FontSize);
|
383
383
|
}
|
384
384
|
|
@@ -389,24 +389,24 @@
|
|
389
389
|
.pf-v5-c-form__actions {
|
390
390
|
display: flex;
|
391
391
|
flex-wrap: wrap;
|
392
|
-
margin-
|
393
|
-
margin-
|
394
|
-
margin-
|
395
|
-
margin-
|
392
|
+
margin-block-start: var(--pf-v5-c-form__actions--MarginTop);
|
393
|
+
margin-block-end: var(--pf-v5-c-form__actions--MarginBottom);
|
394
|
+
margin-inline-start: var(--pf-v5-c-form__actions--MarginLeft);
|
395
|
+
margin-inline-end: var(--pf-v5-c-form__actions--MarginRight);
|
396
396
|
}
|
397
397
|
.pf-v5-c-form__actions > * {
|
398
|
-
margin-
|
399
|
-
margin-
|
400
|
-
margin-
|
401
|
-
margin-
|
398
|
+
margin-block-start: var(--pf-v5-c-form__actions--child--MarginTop);
|
399
|
+
margin-block-end: var(--pf-v5-c-form__actions--child--MarginBottom);
|
400
|
+
margin-inline-start: var(--pf-v5-c-form__actions--child--MarginLeft);
|
401
|
+
margin-inline-end: var(--pf-v5-c-form__actions--child--MarginRight);
|
402
402
|
}
|
403
403
|
|
404
404
|
.pf-v5-c-form__field-group {
|
405
405
|
--pf-v5-c-form__field-group--BorderTopWidth: var(--pf-v5-c-form__field-group--border-width-base);
|
406
406
|
display: grid;
|
407
407
|
grid-template-columns: minmax(var(--pf-v5-c-form__field-group--GridTemplateColumns--toggle), max-content) 1fr;
|
408
|
-
border-
|
409
|
-
border-
|
408
|
+
border-block-start: var(--pf-v5-c-form__field-group--BorderTopWidth) solid var(--pf-v5-c-form__field-group--BorderTopColor);
|
409
|
+
border-block-end: var(--pf-v5-c-form__field-group--BorderBottomWidth) solid var(--pf-v5-c-form__field-group--BorderBottomColor);
|
410
410
|
}
|
411
411
|
.pf-v5-c-form__field-group:last-child {
|
412
412
|
--pf-v5-c-form__field-group--BorderBottomWidth: 0;
|
@@ -415,7 +415,7 @@
|
|
415
415
|
--pf-v5-c-form__field-group--BorderTopWidth: 0;
|
416
416
|
}
|
417
417
|
.pf-v5-c-form__field-group + .pf-v5-c-form__field-group {
|
418
|
-
margin-
|
418
|
+
margin-block-start: var(--pf-v5-c-form__field-group--field-group--MarginTop);
|
419
419
|
}
|
420
420
|
.pf-v5-c-form__field-group .pf-v5-c-form__field-group {
|
421
421
|
--pf-v5-c-form__field-group-body--GridColumn: var(--pf-v5-c-form__field-group__field-group__field-group-body--GridColumn);
|
@@ -434,16 +434,16 @@
|
|
434
434
|
.pf-v5-c-form__field-group-toggle {
|
435
435
|
grid-row: 1/2;
|
436
436
|
grid-column: 1/2;
|
437
|
-
padding-
|
438
|
-
padding-
|
437
|
+
padding-block-start: var(--pf-v5-c-form__field-group-toggle--PaddingTop);
|
438
|
+
padding-inline-end: var(--pf-v5-c-form__field-group-toggle--PaddingRight);
|
439
439
|
}
|
440
440
|
.pf-v5-c-form__field-group-toggle + .pf-v5-c-form__field-group-header {
|
441
441
|
--pf-v5-c-form__field-group-header--GridColumn: var(--pf-v5-c-form__field-group-toggle--field-group-header--GridColumn);
|
442
442
|
}
|
443
443
|
|
444
444
|
.pf-v5-c-form__field-group-toggle-button {
|
445
|
-
margin-
|
446
|
-
margin-
|
445
|
+
margin-block-start: var(--pf-v5-c-form__field-group-toggle-button--MarginTop);
|
446
|
+
margin-block-end: var(--pf-v5-c-form__field-group-toggle-button--MarginBottom);
|
447
447
|
}
|
448
448
|
|
449
449
|
.pf-v5-c-form__field-group-toggle-icon {
|
@@ -459,8 +459,8 @@
|
|
459
459
|
grid-row: 1/2;
|
460
460
|
grid-column: var(--pf-v5-c-form__field-group-header--GridColumn);
|
461
461
|
align-items: flex-start;
|
462
|
-
padding-
|
463
|
-
padding-
|
462
|
+
padding-block-start: var(--pf-v5-c-form__field-group-header--PaddingTop);
|
463
|
+
padding-block-end: var(--pf-v5-c-form__field-group-header--PaddingBottom);
|
464
464
|
}
|
465
465
|
|
466
466
|
.pf-v5-c-form__field-group-header-main {
|
@@ -478,14 +478,14 @@
|
|
478
478
|
}
|
479
479
|
|
480
480
|
.pf-v5-c-form__field-group-header-description {
|
481
|
-
margin-
|
481
|
+
margin-block-start: var(--pf-v5-c-form__field-group-header-description--MarginTop);
|
482
482
|
color: var(--pf-v5-c-form__field-group-header-description--Color);
|
483
483
|
}
|
484
484
|
|
485
485
|
.pf-v5-c-form__field-group-header-actions {
|
486
|
-
margin-
|
487
|
-
margin-
|
488
|
-
margin-
|
486
|
+
margin-block-start: var(--pf-v5-c-form__field-group-header-actions--MarginTop);
|
487
|
+
margin-block-end: var(--pf-v5-c-form__field-group-header-actions--MarginBottom);
|
488
|
+
margin-inline-start: var(--pf-v5-c-form__field-group-header-actions--MarginLeft);
|
489
489
|
white-space: nowrap;
|
490
490
|
}
|
491
491
|
|
@@ -493,15 +493,15 @@
|
|
493
493
|
display: grid;
|
494
494
|
grid-column: var(--pf-v5-c-form__field-group-body--GridColumn);
|
495
495
|
gap: var(--pf-v5-c-form__field-group-body--Gap);
|
496
|
-
padding-
|
497
|
-
padding-
|
496
|
+
padding-block-start: var(--pf-v5-c-form__field-group-body--PaddingTop);
|
497
|
+
padding-block-end: var(--pf-v5-c-form__field-group-body--PaddingBottom);
|
498
498
|
}
|
499
499
|
.pf-v5-c-form__field-group-body > .pf-v5-c-form__field-group:first-child {
|
500
500
|
--pf-v5-c-form__field-group-toggle--PaddingTop: 0;
|
501
501
|
--pf-v5-c-form__field-group-header--PaddingTop: 0;
|
502
502
|
}
|
503
503
|
.pf-v5-c-form__field-group-body > .pf-v5-c-form__field-group:last-child {
|
504
|
-
margin-
|
504
|
+
margin-block-end: var(--pf-v5-c-form__field-group-body__field-group--last-child--MarginBottom);
|
505
505
|
}
|
506
506
|
|
507
507
|
:where(.pf-v5-theme-dark) .pf-v5-c-form {
|
@@ -105,17 +105,26 @@
|
|
105
105
|
content: "";
|
106
106
|
}
|
107
107
|
.pf-v5-c-form-control::before {
|
108
|
-
border-color: var(--pf-v5-c-form-control--before--BorderTopColor) var(--pf-v5-c-form-control--before--BorderRightColor) var(--pf-v5-c-form-control--before--BorderBottomColor) var(--pf-v5-c-form-control--before--BorderLeftColor);
|
109
108
|
border-style: var(--pf-v5-c-form-control--before--BorderStyle, solid);
|
110
|
-
border-
|
109
|
+
border-block-start-color: var(--pf-v5-c-form-control--before--BorderTopColor);
|
110
|
+
border-block-start-width: var(--pf-v5-c-form-control--before--BorderTopWidth);
|
111
|
+
border-block-end-color: var(--pf-v5-c-form-control--before--BorderBottomColor);
|
112
|
+
border-block-end-width: var(--pf-v5-c-form-control--before--BorderBottomWidth);
|
113
|
+
border-inline-start-color: var(--pf-v5-c-form-control--before--BorderLeftColor);
|
114
|
+
border-inline-start-width: var(--pf-v5-c-form-control--before--BorderLeftWidth);
|
115
|
+
border-inline-end-color: var(--pf-v5-c-form-control--before--BorderRightColor);
|
116
|
+
border-inline-end-width: var(--pf-v5-c-form-control--before--BorderRightWidth);
|
111
117
|
}
|
112
118
|
.pf-v5-c-form-control::after {
|
113
|
-
border-
|
119
|
+
border-block-end: var(--pf-v5-c-form-control--after--BorderBottomWidth) var(--pf-v5-c-form-control--after--BorderStyle, solid) var(--pf-v5-c-form-control--after--BorderBottomColor);
|
114
120
|
}
|
115
121
|
.pf-v5-c-form-control > :is(input, select, textarea) {
|
116
122
|
grid-row: 1/2;
|
117
123
|
grid-column: 1/-1;
|
118
|
-
padding: var(--pf-v5-c-form-control--PaddingTop)
|
124
|
+
padding-block-start: var(--pf-v5-c-form-control--PaddingTop);
|
125
|
+
padding-block-end: var(--pf-v5-c-form-control--PaddingBottom);
|
126
|
+
padding-inline-start: var(--pf-v5-c-form-control--PaddingLeft);
|
127
|
+
padding-inline-end: var(--pf-v5-c-form-control--PaddingRight);
|
119
128
|
color: var(--pf-v5-c-form-control--Color);
|
120
129
|
background-color: transparent;
|
121
130
|
border: none;
|
@@ -160,6 +169,7 @@
|
|
160
169
|
.pf-v5-c-form-control.pf-m-disabled {
|
161
170
|
--pf-v5-c-form-control--BackgroundColor: var(--pf-v5-c-form-control--m-disabled--BackgroundColor);
|
162
171
|
--pf-v5-c-form-control--Color: var(--pf-v5-c-form-control--m-disabled--Color);
|
172
|
+
--pf-v5-c-form-control--m-placeholder--Color: var(--pf-v5-c-form-control--m-disabled--Color);
|
163
173
|
--pf-v5-c-form-control__toggle-icon--Color: var(--pf-v5-c-form-control--m-disabled__toggle-icon--Color);
|
164
174
|
--pf-v5-c-form-control--before--BorderStyle: none;
|
165
175
|
--pf-v5-c-form-control--after--BorderStyle: none;
|
@@ -211,10 +221,10 @@
|
|
211
221
|
.pf-v5-c-form-control.pf-m-placeholder > select {
|
212
222
|
--pf-v5-c-form-control--Color: var(--pf-v5-c-form-control--m-placeholder--Color);
|
213
223
|
}
|
214
|
-
.pf-v5-c-form-control.pf-m-placeholder > select
|
224
|
+
.pf-v5-c-form-control.pf-m-placeholder > select * {
|
215
225
|
--pf-v5-c-form-control--Color: var(--pf-v5-c-form-control--m-placeholder--child--Color);
|
216
226
|
}
|
217
|
-
.pf-v5-c-form-control.pf-m-placeholder > select
|
227
|
+
.pf-v5-c-form-control.pf-m-placeholder > select *:disabled {
|
218
228
|
color: revert;
|
219
229
|
}
|
220
230
|
.pf-v5-c-form-control > textarea {
|
@@ -237,7 +247,7 @@
|
|
237
247
|
}
|
238
248
|
|
239
249
|
.pf-v5-c-form-control__icon {
|
240
|
-
padding-
|
250
|
+
padding-block-start: var(--pf-v5-c-form-control__icon--PaddingTop);
|
241
251
|
color: var(--pf-v5-c-form-control__icon--Color);
|
242
252
|
}
|
243
253
|
.pf-v5-c-form-control__icon.pf-m-status {
|
@@ -247,9 +257,9 @@
|
|
247
257
|
.pf-v5-c-form-control__toggle-icon {
|
248
258
|
grid-row: 1/2;
|
249
259
|
grid-column: 3;
|
250
|
-
padding-
|
251
|
-
padding-
|
252
|
-
padding-
|
260
|
+
padding-block-start: var(--pf-v5-c-form-control__toggle-icon--PaddingTop);
|
261
|
+
padding-inline-start: var(--pf-v5-c-form-control__toggle-icon--PaddingLeft);
|
262
|
+
padding-inline-end: var(--pf-v5-c-form-control__toggle-icon--PaddingRight);
|
253
263
|
color: var(--pf-v5-c-form-control__toggle-icon--Color);
|
254
264
|
pointer-events: none;
|
255
265
|
}
|
@@ -260,7 +270,7 @@
|
|
260
270
|
grid-row: 1/2;
|
261
271
|
grid-column: 2;
|
262
272
|
gap: var(--pf-v5-c-form-control__utilities--Gap);
|
263
|
-
padding-
|
273
|
+
padding-inline-end: var(--pf-v5-c-form-control__utilities--PaddingRight);
|
264
274
|
pointer-events: none;
|
265
275
|
}
|
266
276
|
|
@@ -17,14 +17,17 @@
|
|
17
17
|
display: grid;
|
18
18
|
grid-template-columns: 1fr auto;
|
19
19
|
grid-row-gap: var(--pf-v5-c-hint--GridRowGap);
|
20
|
-
padding: var(--pf-v5-c-hint--PaddingTop)
|
20
|
+
padding-block-start: var(--pf-v5-c-hint--PaddingTop);
|
21
|
+
padding-block-end: var(--pf-v5-c-hint--PaddingBottom);
|
22
|
+
padding-inline-start: var(--pf-v5-c-hint--PaddingLeft);
|
23
|
+
padding-inline-end: var(--pf-v5-c-hint--PaddingRight);
|
21
24
|
color: var(--pf-v5-c-hint--Color);
|
22
25
|
background-color: var(--pf-v5-c-hint--BackgroundColor);
|
23
26
|
border: var(--pf-v5-c-hint--BorderWidth) solid var(--pf-v5-c-hint--BorderColor);
|
24
27
|
box-shadow: var(--pf-v5-c-hint--BoxShadow);
|
25
28
|
}
|
26
29
|
.pf-v5-c-hint .pf-v5-c-button.pf-m-link.pf-m-inline {
|
27
|
-
text-align:
|
30
|
+
text-align: start;
|
28
31
|
white-space: normal;
|
29
32
|
}
|
30
33
|
|
@@ -33,11 +36,11 @@
|
|
33
36
|
grid-row: 1;
|
34
37
|
grid-column: 2;
|
35
38
|
grid-auto-flow: column;
|
36
|
-
margin-
|
37
|
-
text-align:
|
39
|
+
margin-inline-start: var(--pf-v5-c-hint__actions--MarginLeft);
|
40
|
+
text-align: end;
|
38
41
|
}
|
39
42
|
.pf-v5-c-hint__actions .pf-v5-c-dropdown .pf-v5-c-dropdown__toggle.pf-m-plain {
|
40
|
-
margin-
|
43
|
+
margin-block-start: var(--pf-v5-c-hint__actions--c-dropdown--MarginTop);
|
41
44
|
}
|
42
45
|
.pf-v5-c-hint__actions + .pf-v5-c-hint__body {
|
43
46
|
grid-column: 1;
|
@@ -56,7 +59,7 @@
|
|
56
59
|
grid-column: 1/-1;
|
57
60
|
}
|
58
61
|
.pf-v5-c-hint__footer > :not(:last-child) {
|
59
|
-
margin-
|
62
|
+
margin-inline-end: var(--pf-v5-c-hint__footer--child--MarginRight);
|
60
63
|
}
|
61
64
|
|
62
65
|
:where(.pf-v5-theme-dark) .pf-v5-c-hint {
|
@@ -114,7 +114,7 @@
|
|
114
114
|
|
115
115
|
.pf-v5-c-icon__progress {
|
116
116
|
position: absolute;
|
117
|
-
|
117
|
+
inset-block-start: calc(50% + 0.5 * var(--pf-v5-c-icon__content--svg--VerticalAlign));
|
118
118
|
opacity: var(--pf-v5-c-icon__progress--Opacity, 0);
|
119
119
|
transform: translateY(calc(-50% - 0.5 * var(--pf-v5-c-icon__content--svg--VerticalAlign)));
|
120
120
|
}
|
@@ -12,13 +12,13 @@
|
|
12
12
|
align-items: baseline;
|
13
13
|
}
|
14
14
|
.pf-v5-c-inline-edit__group > * {
|
15
|
-
margin-
|
15
|
+
margin-inline-end: var(--pf-v5-c-inline-edit__group--item--MarginRight);
|
16
16
|
}
|
17
17
|
.pf-v5-c-inline-edit__group.pf-m-icon-group {
|
18
18
|
--pf-v5-c-inline-edit__group--item--MarginRight: var(--pf-v5-c-inline-edit__action--m-icon-group--item--MarginRight);
|
19
19
|
}
|
20
20
|
.pf-v5-c-inline-edit__group.pf-m-footer {
|
21
|
-
margin-
|
21
|
+
margin-block-start: var(--pf-v5-c-inline-edit__group--m-footer--MarginTop);
|
22
22
|
}
|
23
23
|
.pf-v5-c-inline-edit__group.pf-m-column {
|
24
24
|
--pf-v5-c-inline-edit__group--item--MarginRight: 0;
|
@@ -69,8 +69,8 @@
|
|
69
69
|
}
|
70
70
|
|
71
71
|
.pf-v5-c-inline-edit__label + .pf-v5-c-inline-edit__action.pf-m-enable > .pf-v5-c-button {
|
72
|
-
margin-
|
73
|
-
margin-
|
72
|
+
margin-block-start: calc(var(--pf-v5-c-button--PaddingTop) * -1);
|
73
|
+
margin-block-end: calc(var(--pf-v5-c-button--PaddingBottom) * -1);
|
74
74
|
}
|
75
75
|
|
76
76
|
.pf-v5-c-inline-edit__label.pf-m-bold {
|
@@ -30,17 +30,23 @@
|
|
30
30
|
min-width: var(--pf-v5-c-input-group__item--MinWidth, revert);
|
31
31
|
max-width: var(--pf-v5-c-input-group__item--MaxWidth, revert);
|
32
32
|
background-color: var(--pf-v5-c-input-group__item--BackgroundColor);
|
33
|
-
border-color: var(--pf-v5-c-input-group__item--m-box--BorderTopColor)
|
33
|
+
border-block-start-color: var(--pf-v5-c-input-group__item--m-box--BorderTopColor);
|
34
|
+
border-block-end-color: var(--pf-v5-c-input-group__item--m-box--BorderBottomColor);
|
35
|
+
border-inline-start-color: var(--pf-v5-c-input-group__item--m-box--BorderLeftColor);
|
36
|
+
border-inline-end-color: var(--pf-v5-c-input-group__item--m-box--BorderRightColor);
|
34
37
|
}
|
35
38
|
.pf-v5-c-input-group__item:where(:not(:first-child)) {
|
36
|
-
margin-
|
39
|
+
margin-inline-start: var(--pf-v5-c-input-group__item--MarginLeft);
|
37
40
|
}
|
38
41
|
.pf-v5-c-input-group__item.pf-m-box {
|
39
42
|
--pf-v5-c-input-group__item--BackgroundColor: var(--pf-v5-c-input-group__item--m-box--BackgroundColor);
|
40
|
-
padding-
|
41
|
-
padding-
|
43
|
+
padding-inline-start: var(--pf-v5-c-input-group__item--m-box--PaddingLeft);
|
44
|
+
padding-inline-end: var(--pf-v5-c-input-group__item--m-box--PaddingRight);
|
42
45
|
border: var(--pf-v5-c-input-group__item--m-box--BorderWidth) solid;
|
43
|
-
border-color: var(--pf-v5-c-input-group__item--m-box--BorderTopColor)
|
46
|
+
border-block-start-color: var(--pf-v5-c-input-group__item--m-box--BorderTopColor);
|
47
|
+
border-block-end-color: var(--pf-v5-c-input-group__item--m-box--BorderBottomColor);
|
48
|
+
border-inline-start-color: var(--pf-v5-c-input-group__item--m-box--BorderLeftColor);
|
49
|
+
border-inline-end-color: var(--pf-v5-c-input-group__item--m-box--BorderRightColor);
|
44
50
|
}
|
45
51
|
.pf-v5-c-input-group__item.pf-m-plain {
|
46
52
|
--pf-v5-c-input-group__item--MarginLeft: 0;
|
@@ -79,5 +85,5 @@ label.pf-v5-c-input-group__text {
|
|
79
85
|
}
|
80
86
|
:where(.pf-v5-theme-dark) .pf-v5-c-input-group > * + * {
|
81
87
|
--pf-v5-c-input-group__item--m-box--BorderLeftColor: var(--pf-v5-c-input-group__item--BorderLeftColor);
|
82
|
-
border-
|
88
|
+
border-inline-start: var(--pf-v5-c-input-group__item--BorderLeftWidth) solid var(--pf-v5-c-input-group__item--BorderLeftColor);
|
83
89
|
}
|