@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
@@ -36,15 +36,18 @@
|
|
36
36
|
list-style: none;
|
37
37
|
}
|
38
38
|
.pf-v5-c-breadcrumb__item:not(:last-child) {
|
39
|
-
margin-
|
39
|
+
margin-inline-end: var(--pf-v5-c-breadcrumb__item--MarginRight);
|
40
40
|
}
|
41
41
|
|
42
42
|
.pf-v5-c-breadcrumb__item-divider {
|
43
|
-
margin-
|
43
|
+
margin-inline-end: var(--pf-v5-c-breadcrumb__item-divider--MarginRight);
|
44
44
|
font-size: var(--pf-v5-c-breadcrumb__item-divider--FontSize);
|
45
45
|
line-height: 1;
|
46
46
|
color: var(--pf-v5-c-breadcrumb__item-divider--Color);
|
47
47
|
}
|
48
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-breadcrumb__item-divider {
|
49
|
+
scale: -1 1;
|
50
|
+
}
|
48
51
|
|
49
52
|
.pf-v5-c-breadcrumb__link {
|
50
53
|
font-size: inherit;
|
@@ -71,7 +74,10 @@ button.pf-v5-c-breadcrumb__link {
|
|
71
74
|
}
|
72
75
|
|
73
76
|
.pf-v5-c-breadcrumb__dropdown {
|
74
|
-
margin: var(--pf-v5-c-breadcrumb__dropdown--MarginTop)
|
77
|
+
margin-block-start: var(--pf-v5-c-breadcrumb__dropdown--MarginTop);
|
78
|
+
margin-block-end: var(--pf-v5-c-breadcrumb__dropdown--MarginBottom);
|
79
|
+
margin-inline-start: var(--pf-v5-c-breadcrumb__dropdown--MarginLeft);
|
80
|
+
margin-inline-end: var(--pf-v5-c-breadcrumb__dropdown--MarginRight);
|
75
81
|
}
|
76
82
|
.pf-v5-c-breadcrumb__dropdown .pf-v5-c-dropdown__toggle {
|
77
83
|
line-height: var(--pf-v5-c-breadcrumb__dropdown--c-dropdown__toggle--LineHeight);
|
@@ -7,9 +7,11 @@ declare const _default: {
|
|
7
7
|
"breadcrumbItemDivider": "pf-v5-c-breadcrumb__item-divider",
|
8
8
|
"breadcrumbLink": "pf-v5-c-breadcrumb__link",
|
9
9
|
"breadcrumbList": "pf-v5-c-breadcrumb__list",
|
10
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
10
11
|
"dropdownToggle": "pf-v5-c-dropdown__toggle",
|
11
12
|
"modifiers": {
|
12
13
|
"current": "pf-m-current"
|
13
|
-
}
|
14
|
+
},
|
15
|
+
"wsDirRtl": "ws-dir-rtl"
|
14
16
|
};
|
15
17
|
export default _default;
|
@@ -9,8 +9,10 @@ exports.default = {
|
|
9
9
|
"breadcrumbItemDivider": "pf-v5-c-breadcrumb__item-divider",
|
10
10
|
"breadcrumbLink": "pf-v5-c-breadcrumb__link",
|
11
11
|
"breadcrumbList": "pf-v5-c-breadcrumb__list",
|
12
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
12
13
|
"dropdownToggle": "pf-v5-c-dropdown__toggle",
|
13
14
|
"modifiers": {
|
14
15
|
"current": "pf-m-current"
|
15
|
-
}
|
16
|
+
},
|
17
|
+
"wsDirRtl": "ws-dir-rtl"
|
16
18
|
};
|
@@ -7,8 +7,10 @@ export default {
|
|
7
7
|
"breadcrumbItemDivider": "pf-v5-c-breadcrumb__item-divider",
|
8
8
|
"breadcrumbLink": "pf-v5-c-breadcrumb__link",
|
9
9
|
"breadcrumbList": "pf-v5-c-breadcrumb__list",
|
10
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
10
11
|
"dropdownToggle": "pf-v5-c-dropdown__toggle",
|
11
12
|
"modifiers": {
|
12
13
|
"current": "pf-m-current"
|
13
|
-
}
|
14
|
+
},
|
15
|
+
"wsDirRtl": "ws-dir-rtl"
|
14
16
|
};
|
@@ -170,7 +170,10 @@
|
|
170
170
|
--pf-v5-c-button--m-primary__c-badge--BorderWidth: var(--pf-v5-global--BorderWidth--sm);
|
171
171
|
position: relative;
|
172
172
|
display: inline-block;
|
173
|
-
padding: var(--pf-v5-c-button--PaddingTop)
|
173
|
+
padding-block-start: var(--pf-v5-c-button--PaddingTop);
|
174
|
+
padding-block-end: var(--pf-v5-c-button--PaddingBottom);
|
175
|
+
padding-inline-start: var(--pf-v5-c-button--PaddingLeft);
|
176
|
+
padding-inline-end: var(--pf-v5-c-button--PaddingRight);
|
174
177
|
font-size: var(--pf-v5-c-button--FontSize);
|
175
178
|
font-weight: var(--pf-v5-c-button--FontWeight);
|
176
179
|
line-height: var(--pf-v5-c-button--LineHeight);
|
@@ -182,10 +185,10 @@
|
|
182
185
|
}
|
183
186
|
.pf-v5-c-button::after {
|
184
187
|
position: absolute;
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
188
|
+
inset-block-start: 0;
|
189
|
+
inset-block-end: 0;
|
190
|
+
inset-inline-start: 0;
|
191
|
+
inset-inline-end: 0;
|
189
192
|
pointer-events: none;
|
190
193
|
content: "";
|
191
194
|
border: var(--pf-v5-c-button--after--BorderWidth) solid;
|
@@ -297,8 +300,11 @@
|
|
297
300
|
--pf-v5-c-button--FontSize: var(--pf-v5-c-button--m-link--m-inline--FontSize);
|
298
301
|
--pf-v5-c-button__progress--Left: var(--pf-v5-c-button--m-link--m-inline__progress--Left);
|
299
302
|
display: inline;
|
300
|
-
padding: var(--pf-v5-c-button--m-link--m-inline--PaddingTop)
|
301
|
-
|
303
|
+
padding-block-start: var(--pf-v5-c-button--m-link--m-inline--PaddingTop);
|
304
|
+
padding-block-end: var(--pf-v5-c-button--m-link--m-inline--PaddingBottom);
|
305
|
+
padding-inline-start: var(--pf-v5-c-button--m-link--m-inline--PaddingLeft);
|
306
|
+
padding-inline-end: var(--pf-v5-c-button--m-link--m-inline--PaddingRight);
|
307
|
+
text-align: start;
|
302
308
|
white-space: normal;
|
303
309
|
cursor: pointer;
|
304
310
|
}
|
@@ -394,7 +400,7 @@
|
|
394
400
|
--pf-v5-c-button--m-control--after--BorderBottomColor: var(--pf-v5-c-button--m-control--hover--after--BorderBottomColor);
|
395
401
|
}
|
396
402
|
.pf-v5-c-button.pf-m-control:hover::after {
|
397
|
-
border-
|
403
|
+
border-block-end-width: var(--pf-v5-c-button--m-control--hover--after--BorderBottomWidth);
|
398
404
|
}
|
399
405
|
.pf-v5-c-button.pf-m-control:active, .pf-v5-c-button.pf-m-control.pf-m-active {
|
400
406
|
--pf-v5-c-button--m-control--Color: var(--pf-v5-c-button--m-control--active--Color);
|
@@ -402,7 +408,7 @@
|
|
402
408
|
--pf-v5-c-button--m-control--after--BorderBottomColor: var(--pf-v5-c-button--m-control--active--after--BorderBottomColor);
|
403
409
|
}
|
404
410
|
.pf-v5-c-button.pf-m-control:active::after, .pf-v5-c-button.pf-m-control.pf-m-active::after {
|
405
|
-
border-
|
411
|
+
border-block-end-width: var(--pf-v5-c-button--m-control--active--after--BorderBottomWidth);
|
406
412
|
}
|
407
413
|
.pf-v5-c-button.pf-m-control:focus {
|
408
414
|
--pf-v5-c-button--m-control--Color: var(--pf-v5-c-button--m-control--focus--Color);
|
@@ -410,7 +416,7 @@
|
|
410
416
|
--pf-v5-c-button--m-control--after--BorderBottomColor: var(--pf-v5-c-button--m-control--focus--after--BorderBottomColor);
|
411
417
|
}
|
412
418
|
.pf-v5-c-button.pf-m-control:focus::after {
|
413
|
-
border-
|
419
|
+
border-block-end-width: var(--pf-v5-c-button--m-control--focus--after--BorderBottomWidth);
|
414
420
|
}
|
415
421
|
.pf-v5-c-button.pf-m-control.pf-m-expanded {
|
416
422
|
--pf-v5-c-button--m-control--Color: var(--pf-v5-c-button--m-control--m-expanded--Color);
|
@@ -418,7 +424,7 @@
|
|
418
424
|
--pf-v5-c-button--m-control--after--BorderBottomColor: var(--pf-v5-c-button--m-control--m-expanded--after--BorderBottomColor);
|
419
425
|
}
|
420
426
|
.pf-v5-c-button.pf-m-control.pf-m-expanded::after {
|
421
|
-
border-
|
427
|
+
border-block-end-width: var(--pf-v5-c-button--m-control--m-expanded--after--BorderBottomWidth);
|
422
428
|
}
|
423
429
|
.pf-v5-c-button.pf-m-plain {
|
424
430
|
--pf-v5-c-button--disabled--Color: var(--pf-v5-c-button--m-plain--disabled--Color);
|
@@ -480,16 +486,16 @@
|
|
480
486
|
}
|
481
487
|
|
482
488
|
.pf-v5-c-button__icon.pf-m-start {
|
483
|
-
margin-
|
489
|
+
margin-inline-end: var(--pf-v5-c-button__icon--m-start--MarginRight);
|
484
490
|
}
|
485
491
|
.pf-v5-c-button__icon.pf-m-end {
|
486
|
-
margin-
|
492
|
+
margin-inline-start: var(--pf-v5-c-button__icon--m-end--MarginLeft);
|
487
493
|
}
|
488
494
|
|
489
495
|
.pf-v5-c-button__progress {
|
490
496
|
position: absolute;
|
491
|
-
|
492
|
-
|
497
|
+
inset-block-start: var(--pf-v5-c-button__progress--Top);
|
498
|
+
inset-inline-start: var(--pf-v5-c-button__progress--Left);
|
493
499
|
line-height: 1;
|
494
500
|
transform: translate(var(--pf-v5-c-button__progress--TranslateX), var(--pf-v5-c-button__progress--TranslateY));
|
495
501
|
}
|
@@ -500,7 +506,7 @@
|
|
500
506
|
.pf-v5-c-button__count {
|
501
507
|
display: inline-flex;
|
502
508
|
align-items: center;
|
503
|
-
margin-
|
509
|
+
margin-inline-start: var(--pf-v5-c-button__count--MarginLeft);
|
504
510
|
}
|
505
511
|
|
506
512
|
:where(.pf-v5-theme-dark) .pf-v5-c-button {
|
@@ -545,5 +551,5 @@
|
|
545
551
|
}
|
546
552
|
:where(.pf-v5-theme-dark) .pf-v5-c-button.pf-m-control:disabled::after {
|
547
553
|
border: 0;
|
548
|
-
border-
|
554
|
+
border-block-end: var(--pf-v5-global--BorderWidth--sm) solid var(--pf-v5-global--palette--black-700);
|
549
555
|
}
|
@@ -67,20 +67,27 @@
|
|
67
67
|
color: var(--pf-v5-global--Color--100);
|
68
68
|
display: inline-flex;
|
69
69
|
flex-direction: column;
|
70
|
-
padding: var(--pf-v5-c-calendar-month--PaddingTop)
|
70
|
+
padding-block-start: var(--pf-v5-c-calendar-month--PaddingTop);
|
71
|
+
padding-block-end: var(--pf-v5-c-calendar-month--PaddingBottom);
|
72
|
+
padding-inline-start: var(--pf-v5-c-calendar-month--PaddingLeft);
|
73
|
+
padding-inline-end: var(--pf-v5-c-calendar-month--PaddingRight);
|
71
74
|
font-size: var(--pf-v5-c-calendar-month--FontSize);
|
72
75
|
background-color: var(--pf-v5-c-calendar-month--BackgroundColor);
|
73
76
|
}
|
74
77
|
|
75
78
|
.pf-v5-c-calendar-month__header {
|
76
79
|
display: flex;
|
77
|
-
margin-
|
80
|
+
margin-block-end: var(--pf-v5-c-calendar-month__header--MarginBottom);
|
78
81
|
}
|
79
82
|
|
80
83
|
.pf-v5-c-calendar-month__header-nav-control {
|
81
|
-
margin-
|
82
|
-
margin-
|
84
|
+
margin-inline-start: var(--pf-v5-c-calendar-month__header-nav-control--MarginLeft);
|
85
|
+
margin-inline-end: var(--pf-v5-c-calendar-month__header-nav-control--MarginRight);
|
83
86
|
}
|
87
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-calendar-month__header-nav-control {
|
88
|
+
scale: -1 1;
|
89
|
+
}
|
90
|
+
|
84
91
|
.pf-v5-c-calendar-month__header-nav-control.pf-m-prev-month {
|
85
92
|
--pf-v5-c-calendar-month__header-nav-control--MarginRight: var(--pf-v5-c-calendar-month__header-nav-control--m-prev-month--MarginRight);
|
86
93
|
--pf-v5-c-calendar-month__header-nav-control--MarginLeft: var(--pf-v5-c-calendar-month__header-nav-control--m-prev-month--MarginLeft);
|
@@ -103,11 +110,11 @@
|
|
103
110
|
}
|
104
111
|
|
105
112
|
.pf-v5-c-calendar-month__days {
|
106
|
-
border-
|
113
|
+
border-block-end: var(--pf-v5-c-calendar-month__days--BorderBottomWidth) solid var(--pf-v5-c-calendar-month__days--BorderBottomColor);
|
107
114
|
}
|
108
115
|
|
109
116
|
.pf-v5-c-calendar-month__day {
|
110
|
-
padding-
|
117
|
+
padding-block-end: var(--pf-v5-c-calendar-month__day--PaddingBottom);
|
111
118
|
font-weight: var(--pf-v5-c-calendar-month__day--FontWeight);
|
112
119
|
text-align: center;
|
113
120
|
}
|
@@ -119,15 +126,18 @@
|
|
119
126
|
.pf-v5-c-calendar-month__dates-cell {
|
120
127
|
--pf-v5-c-calendar-month__dates-cell--before--Top: var(--pf-v5-c-calendar-month__dates-cell--PaddingTop);
|
121
128
|
position: relative;
|
122
|
-
padding: var(--pf-v5-c-calendar-month__dates-cell--PaddingTop)
|
129
|
+
padding-block-start: var(--pf-v5-c-calendar-month__dates-cell--PaddingTop);
|
130
|
+
padding-block-end: var(--pf-v5-c-calendar-month__dates-cell--PaddingBottom);
|
131
|
+
padding-inline-start: var(--pf-v5-c-calendar-month__dates-cell--PaddingLeft);
|
132
|
+
padding-inline-end: var(--pf-v5-c-calendar-month__dates-cell--PaddingRight);
|
123
133
|
text-align: center;
|
124
134
|
}
|
125
135
|
.pf-v5-c-calendar-month__dates-cell::before {
|
126
136
|
position: absolute;
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
137
|
+
inset-block-start: var(--pf-v5-c-calendar-month__dates-cell--before--Top);
|
138
|
+
inset-block-end: var(--pf-v5-c-calendar-month__dates-cell--before--Bottom);
|
139
|
+
inset-inline-start: var(--pf-v5-c-calendar-month__dates-cell--before--Left);
|
140
|
+
inset-inline-end: var(--pf-v5-c-calendar-month__dates-cell--before--Right);
|
131
141
|
content: "";
|
132
142
|
background-color: var(--pf-v5-c-calendar-month__dates-cell--before--BackgroundColor);
|
133
143
|
}
|
@@ -175,10 +185,10 @@
|
|
175
185
|
}
|
176
186
|
.pf-v5-c-calendar-month__date::after {
|
177
187
|
position: absolute;
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
188
|
+
inset-block-start: 0;
|
189
|
+
inset-block-end: 0;
|
190
|
+
inset-inline-start: 0;
|
191
|
+
inset-inline-end: 0;
|
182
192
|
content: "";
|
183
193
|
border: var(--pf-v5-c-calendar-month__date--after--BorderWidth) solid var(--pf-v5-c-calendar-month__date--after--BorderColor);
|
184
194
|
}
|
@@ -11,6 +11,7 @@ declare const _default: {
|
|
11
11
|
"calendarMonthHeaderMonth": "pf-v5-c-calendar-month__header-month",
|
12
12
|
"calendarMonthHeaderNavControl": "pf-v5-c-calendar-month__header-nav-control",
|
13
13
|
"calendarMonthHeaderYear": "pf-v5-c-calendar-month__header-year",
|
14
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
14
15
|
"modifiers": {
|
15
16
|
"prevMonth": "pf-m-prev-month",
|
16
17
|
"nextMonth": "pf-m-next-month",
|
@@ -24,6 +25,7 @@ declare const _default: {
|
|
24
25
|
"hover": "pf-m-hover",
|
25
26
|
"focus": "pf-m-focus"
|
26
27
|
},
|
27
|
-
"themeDark": "pf-v5-theme-dark"
|
28
|
+
"themeDark": "pf-v5-theme-dark",
|
29
|
+
"wsDirRtl": "ws-dir-rtl"
|
28
30
|
};
|
29
31
|
export default _default;
|
@@ -13,6 +13,7 @@ exports.default = {
|
|
13
13
|
"calendarMonthHeaderMonth": "pf-v5-c-calendar-month__header-month",
|
14
14
|
"calendarMonthHeaderNavControl": "pf-v5-c-calendar-month__header-nav-control",
|
15
15
|
"calendarMonthHeaderYear": "pf-v5-c-calendar-month__header-year",
|
16
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
16
17
|
"modifiers": {
|
17
18
|
"prevMonth": "pf-m-prev-month",
|
18
19
|
"nextMonth": "pf-m-next-month",
|
@@ -26,5 +27,6 @@ exports.default = {
|
|
26
27
|
"hover": "pf-m-hover",
|
27
28
|
"focus": "pf-m-focus"
|
28
29
|
},
|
29
|
-
"themeDark": "pf-v5-theme-dark"
|
30
|
+
"themeDark": "pf-v5-theme-dark",
|
31
|
+
"wsDirRtl": "ws-dir-rtl"
|
30
32
|
};
|
@@ -11,6 +11,7 @@ export default {
|
|
11
11
|
"calendarMonthHeaderMonth": "pf-v5-c-calendar-month__header-month",
|
12
12
|
"calendarMonthHeaderNavControl": "pf-v5-c-calendar-month__header-nav-control",
|
13
13
|
"calendarMonthHeaderYear": "pf-v5-c-calendar-month__header-year",
|
14
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
14
15
|
"modifiers": {
|
15
16
|
"prevMonth": "pf-m-prev-month",
|
16
17
|
"nextMonth": "pf-m-next-month",
|
@@ -24,5 +25,6 @@ export default {
|
|
24
25
|
"hover": "pf-m-hover",
|
25
26
|
"focus": "pf-m-focus"
|
26
27
|
},
|
27
|
-
"themeDark": "pf-v5-theme-dark"
|
28
|
+
"themeDark": "pf-v5-theme-dark",
|
29
|
+
"wsDirRtl": "ws-dir-rtl"
|
28
30
|
};
|
@@ -145,9 +145,9 @@
|
|
145
145
|
}
|
146
146
|
.pf-v5-c-card.pf-m-hoverable-raised::before, .pf-v5-c-card.pf-m-selectable-raised::before, .pf-v5-c-card.pf-m-non-selectable-raised::before {
|
147
147
|
position: absolute;
|
148
|
-
|
149
|
-
|
150
|
-
|
148
|
+
inset-block-end: var(--pf-v5-c-card--m-selectable-raised--before--Bottom);
|
149
|
+
inset-inline-start: var(--pf-v5-c-card--m-selectable-raised--before--Left);
|
150
|
+
inset-inline-end: var(--pf-v5-c-card--m-selectable-raised--before--Right);
|
151
151
|
height: var(--pf-v5-c-card--m-selectable-raised--before--Height);
|
152
152
|
content: "";
|
153
153
|
background-color: var(--pf-v5-c-card--m-selectable-raised--before--BackgroundColor);
|
@@ -233,7 +233,7 @@
|
|
233
233
|
height: var(--pf-v5-c-card--m-full-height--Height);
|
234
234
|
}
|
235
235
|
.pf-v5-c-card > .pf-v5-c-divider + .pf-v5-c-card__header, .pf-v5-c-card > .pf-v5-c-divider + .pf-v5-c-card__title, .pf-v5-c-card > .pf-v5-c-divider + .pf-v5-c-card__body, .pf-v5-c-card > .pf-v5-c-divider + .pf-v5-c-card__footer {
|
236
|
-
padding-
|
236
|
+
padding-block-start: var(--pf-v5-c-card--c-divider--child--PaddingTop);
|
237
237
|
}
|
238
238
|
|
239
239
|
.pf-v5-c-card__header {
|
@@ -260,7 +260,10 @@
|
|
260
260
|
|
261
261
|
.pf-v5-c-card__header-toggle {
|
262
262
|
align-self: flex-start;
|
263
|
-
margin: var(--pf-v5-c-card__header-toggle--MarginTop)
|
263
|
+
margin-block-start: var(--pf-v5-c-card__header-toggle--MarginTop);
|
264
|
+
margin-block-end: var(--pf-v5-c-card__header-toggle--MarginBottom);
|
265
|
+
margin-inline-start: var(--pf-v5-c-card__header-toggle--MarginLeft);
|
266
|
+
margin-inline-end: var(--pf-v5-c-card__header-toggle--MarginRight);
|
264
267
|
}
|
265
268
|
|
266
269
|
.pf-v5-c-card__header-toggle-icon {
|
@@ -281,8 +284,10 @@
|
|
281
284
|
align-items: center;
|
282
285
|
align-self: flex-start;
|
283
286
|
order: 1;
|
284
|
-
padding-
|
285
|
-
margin: var(--pf-v5-c-card__actions--MarginTop)
|
287
|
+
padding-inline-start: var(--pf-v5-c-card__actions--PaddingLeft);
|
288
|
+
margin-block-start: var(--pf-v5-c-card__actions--MarginTop);
|
289
|
+
margin-block-end: var(--pf-v5-c-card__actions--MarginBottom);
|
290
|
+
margin-inline-start: auto;
|
286
291
|
}
|
287
292
|
.pf-v5-c-card__actions + .pf-v5-c-card__title,
|
288
293
|
.pf-v5-c-card__actions + .pf-v5-c-card__body,
|
@@ -346,20 +351,20 @@
|
|
346
351
|
.pf-v5-c-card__title,
|
347
352
|
.pf-v5-c-card__body,
|
348
353
|
.pf-v5-c-card__footer {
|
349
|
-
padding-
|
350
|
-
padding-
|
351
|
-
padding-
|
354
|
+
padding-block-end: var(--pf-v5-c-card--child--PaddingBottom);
|
355
|
+
padding-inline-start: var(--pf-v5-c-card--child--PaddingLeft);
|
356
|
+
padding-inline-end: var(--pf-v5-c-card--child--PaddingRight);
|
352
357
|
}
|
353
358
|
.pf-v5-c-card__header:first-child,
|
354
359
|
.pf-v5-c-card__title:first-child,
|
355
360
|
.pf-v5-c-card__body:first-child,
|
356
361
|
.pf-v5-c-card__footer:first-child {
|
357
|
-
padding-
|
362
|
+
padding-block-start: var(--pf-v5-c-card--first-child--PaddingTop);
|
358
363
|
}
|
359
364
|
|
360
365
|
.pf-v5-c-card__header:not(:last-child),
|
361
366
|
.pf-v5-c-card__title:not(:last-child) {
|
362
|
-
padding-
|
367
|
+
padding-block-end: var(--pf-v5-c-card__title--not--last-child--PaddingBottom);
|
363
368
|
}
|
364
369
|
|
365
370
|
.pf-v5-c-card__expandable-content {
|
@@ -380,10 +385,10 @@
|
|
380
385
|
|
381
386
|
.pf-v5-c-card__sr-input:focus + .pf-v5-c-card::after {
|
382
387
|
position: absolute;
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
388
|
+
inset-block-start: 0;
|
389
|
+
inset-block-end: 0;
|
390
|
+
inset-inline-start: 0;
|
391
|
+
inset-inline-end: 0;
|
387
392
|
content: "";
|
388
393
|
border: var(--pf-v5-c-card__input--focus--BorderWidth) solid var(--pf-v5-c-card__input--focus--BorderColor);
|
389
394
|
}
|
@@ -38,7 +38,7 @@
|
|
38
38
|
|
39
39
|
.pf-v5-c-check__body {
|
40
40
|
grid-column: 2;
|
41
|
-
margin-
|
41
|
+
margin-block-start: var(--pf-v5-c-check__body--MarginTop);
|
42
42
|
}
|
43
43
|
|
44
44
|
.pf-v5-c-check__input {
|
@@ -63,7 +63,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
63
63
|
}
|
64
64
|
|
65
65
|
.pf-v5-c-check__label-required {
|
66
|
-
margin-
|
66
|
+
margin-inline-start: var(--pf-v5-c-check__label-required--MarginLeft);
|
67
67
|
font-size: var(--pf-v5-c-check__label-required--FontSize);
|
68
68
|
color: var(--pf-v5-c-check__label-required--Color);
|
69
69
|
}
|
@@ -35,10 +35,10 @@
|
|
35
35
|
row-gap: var(--pf-v5-c-chip-group--RowGap);
|
36
36
|
column-gap: var(--pf-v5-c-chip-group--ColumnGap);
|
37
37
|
max-width: 100%;
|
38
|
-
padding-
|
39
|
-
padding-
|
40
|
-
padding-
|
41
|
-
padding-
|
38
|
+
padding-block-start: var(--pf-v5-c-chip-group--PaddingTop);
|
39
|
+
padding-block-end: var(--pf-v5-c-chip-group--PaddingBottom);
|
40
|
+
padding-inline-start: var(--pf-v5-c-chip-group--PaddingLeft);
|
41
|
+
padding-inline-end: var(--pf-v5-c-chip-group--PaddingRight);
|
42
42
|
}
|
43
43
|
.pf-v5-c-chip-group.pf-m-category {
|
44
44
|
--pf-v5-c-chip-group--PaddingTop: var(--pf-v5-c-chip-group--m-category--PaddingTop);
|
@@ -88,6 +88,6 @@
|
|
88
88
|
.pf-v5-c-chip-group__close {
|
89
89
|
display: flex;
|
90
90
|
align-self: flex-start;
|
91
|
-
margin-
|
92
|
-
margin-
|
91
|
+
margin-block-start: var(--pf-v5-c-chip-group__close--MarginTop);
|
92
|
+
margin-block-end: var(--pf-v5-c-chip-group__close--MarginBottom);
|
93
93
|
}
|
@@ -28,6 +28,7 @@
|
|
28
28
|
--pf-v5-c-chip__content--ColumnGap: var(--pf-v5-global--spacer--xs);
|
29
29
|
--pf-v5-c-chip__text--Color: var(--pf-v5-global--Color--100);
|
30
30
|
--pf-v5-c-chip__text--MaxWidth: 16ch;
|
31
|
+
--pf-v5-c-chip__c-badge--MarginLeft: var(--pf-v5-global--spacer--xs);
|
31
32
|
--pf-v5-c-chip__actions--FontSize: var(--pf-v5-global--FontSize--xs);
|
32
33
|
--pf-v5-c-chip__actions--c-button--PaddingTop: var(--pf-v5-global--spacer--xs);
|
33
34
|
--pf-v5-c-chip__actions--c-button--PaddingRight: var(--pf-v5-global--spacer--sm);
|
@@ -43,17 +44,20 @@
|
|
43
44
|
display: inline-flex;
|
44
45
|
align-items: center;
|
45
46
|
min-width: 0;
|
46
|
-
padding: var(--pf-v5-c-chip--PaddingTop)
|
47
|
+
padding-block-start: var(--pf-v5-c-chip--PaddingTop);
|
48
|
+
padding-block-end: var(--pf-v5-c-chip--PaddingBottom);
|
49
|
+
padding-inline-start: var(--pf-v5-c-chip--PaddingLeft);
|
50
|
+
padding-inline-end: var(--pf-v5-c-chip--PaddingRight);
|
47
51
|
list-style: none;
|
48
52
|
background-color: var(--pf-v5-c-chip--BackgroundColor);
|
49
53
|
border-radius: var(--pf-v5-c-chip--BorderRadius);
|
50
54
|
}
|
51
55
|
.pf-v5-c-chip::before {
|
52
56
|
position: absolute;
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
+
inset-block-start: 0;
|
58
|
+
inset-block-end: 0;
|
59
|
+
inset-inline-start: 0;
|
60
|
+
inset-inline-end: 0;
|
57
61
|
content: "";
|
58
62
|
border: var(--pf-v5-c-chip--before--BorderWidth) solid var(--pf-v5-c-chip--before--BorderColor);
|
59
63
|
border-radius: var(--pf-v5-c-chip--before--BorderRadius);
|
@@ -80,10 +84,13 @@
|
|
80
84
|
max-width: var(--pf-v5-c-chip__text--MaxWidth);
|
81
85
|
color: var(--pf-v5-c-chip__text--Color);
|
82
86
|
}
|
87
|
+
.pf-v5-c-chip__text .pf-v5-c-badge {
|
88
|
+
margin-inline-start: var(--pf-v5-c-chip__c-badge--MarginLeft);
|
89
|
+
}
|
83
90
|
|
84
91
|
.pf-v5-c-chip__icon + .pf-v5-c-chip__text,
|
85
92
|
.pf-v5-c-chip__text + .pf-v5-c-chip__icon {
|
86
|
-
margin-
|
93
|
+
margin-inline-start: var(--pf-v5-c-chip__icon--MarginLeft);
|
87
94
|
}
|
88
95
|
|
89
96
|
.pf-v5-c-chip__content {
|
@@ -102,9 +109,9 @@
|
|
102
109
|
--pf-v5-c-button--PaddingBottom: var(--pf-v5-c-chip__actions--c-button--PaddingBottom);
|
103
110
|
--pf-v5-c-button--PaddingLeft: var(--pf-v5-c-chip__actions--c-button--PaddingLeft);
|
104
111
|
--pf-v5-c-button--FontSize: var(--pf-v5-c-chip__actions--c-button--FontSize);
|
105
|
-
margin-
|
106
|
-
margin-
|
107
|
-
margin-
|
112
|
+
margin-block-start: var(--pf-v5-c-chip__actions--c-button--MarginTop);
|
113
|
+
margin-block-end: var(--pf-v5-c-chip__actions--c-button--MarginBottom);
|
114
|
+
margin-inline-end: var(--pf-v5-c-chip__actions--c-button--MarginRight);
|
108
115
|
line-height: 1;
|
109
116
|
}
|
110
117
|
|
@@ -30,9 +30,9 @@
|
|
30
30
|
}
|
31
31
|
.pf-v5-c-clipboard-copy.pf-m-inline {
|
32
32
|
display: inline;
|
33
|
-
padding-
|
34
|
-
padding-
|
35
|
-
padding-
|
33
|
+
padding-block-start: var(--pf-v5-c-clipboard-copy--m-inline--PaddingTop);
|
34
|
+
padding-block-end: var(--pf-v5-c-clipboard-copy--m-inline--PaddingBottom);
|
35
|
+
padding-inline-start: var(--pf-v5-c-clipboard-copy--m-inline--PaddingLeft);
|
36
36
|
white-space: nowrap;
|
37
37
|
background-color: var(--pf-v5-c-clipboard-copy--m-inline--BackgroundColor);
|
38
38
|
}
|
@@ -44,20 +44,29 @@
|
|
44
44
|
display: flex;
|
45
45
|
}
|
46
46
|
.pf-v5-c-clipboard-copy__group > * + * {
|
47
|
-
margin-
|
47
|
+
margin-inline-start: -1px;
|
48
48
|
}
|
49
49
|
|
50
50
|
.pf-v5-c-clipboard-copy__toggle-icon {
|
51
51
|
transition: var(--pf-v5-c-clipboard-copy__toggle-icon--Transition);
|
52
52
|
}
|
53
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-clipboard-copy__toggle-icon {
|
54
|
+
scale: -1 1;
|
55
|
+
}
|
53
56
|
|
54
57
|
.pf-v5-c-clipboard-copy__expandable-content {
|
55
|
-
padding: var(--pf-v5-c-clipboard-copy__expandable-content--PaddingTop)
|
58
|
+
padding-block-start: var(--pf-v5-c-clipboard-copy__expandable-content--PaddingTop);
|
59
|
+
padding-block-end: var(--pf-v5-c-clipboard-copy__expandable-content--PaddingBottom);
|
60
|
+
padding-inline-start: var(--pf-v5-c-clipboard-copy__expandable-content--PaddingLeft);
|
61
|
+
padding-inline-end: var(--pf-v5-c-clipboard-copy__expandable-content--PaddingRight);
|
56
62
|
word-wrap: break-word;
|
57
63
|
background-color: var(--pf-v5-c-clipboard-copy__expandable-content--BackgroundColor);
|
58
64
|
background-clip: padding-box;
|
59
65
|
border: solid var(--pf-v5-c-clipboard-copy__expandable-content--BorderColor);
|
60
|
-
border-width: var(--pf-v5-c-clipboard-copy__expandable-content--BorderTopWidth)
|
66
|
+
border-block-start-width: var(--pf-v5-c-clipboard-copy__expandable-content--BorderTopWidth);
|
67
|
+
border-block-end-width: var(--pf-v5-c-clipboard-copy__expandable-content--BorderBottomWidth);
|
68
|
+
border-inline-start-width: var(--pf-v5-c-clipboard-copy__expandable-content--BorderLeftWidth);
|
69
|
+
border-inline-end-width: var(--pf-v5-c-clipboard-copy__expandable-content--BorderRightWidth);
|
61
70
|
box-shadow: var(--pf-v5-c-clipboard-copy__expandable-content--BoxShadow);
|
62
71
|
}
|
63
72
|
.pf-v5-c-clipboard-copy__expandable-content pre {
|
@@ -78,8 +87,8 @@
|
|
78
87
|
}
|
79
88
|
|
80
89
|
.pf-v5-c-clipboard-copy__actions-item {
|
81
|
-
margin-
|
82
|
-
margin-
|
90
|
+
margin-block-start: calc(-1 * var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingTop));
|
91
|
+
margin-block-end: calc(-1 * var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingBottom));
|
83
92
|
}
|
84
93
|
.pf-v5-c-clipboard-copy__actions-item .pf-v5-c-button {
|
85
94
|
--pf-v5-c-button--PaddingTop: var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingTop);
|
@@ -92,8 +101,8 @@
|
|
92
101
|
--pf-v5-c-clipboard-copy__expandable-content--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
93
102
|
}
|
94
103
|
:where(.pf-v5-theme-dark) .pf-v5-c-clipboard-copy__group > * + * {
|
95
|
-
margin-
|
96
|
-
border-
|
104
|
+
margin-inline-start: 0;
|
105
|
+
border-inline-start: 1px solid var(--pf-v5-global--palette--black-700) !important;
|
97
106
|
}
|
98
107
|
:where(.pf-v5-theme-dark) .pf-v5-c-clipboard-copy__expandable-content {
|
99
108
|
border: 0;
|
@@ -8,12 +8,14 @@ declare const _default: {
|
|
8
8
|
"clipboardCopyGroup": "pf-v5-c-clipboard-copy__group",
|
9
9
|
"clipboardCopyText": "pf-v5-c-clipboard-copy__text",
|
10
10
|
"clipboardCopyToggleIcon": "pf-v5-c-clipboard-copy__toggle-icon",
|
11
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
11
12
|
"modifiers": {
|
12
13
|
"expanded": "pf-m-expanded",
|
13
14
|
"inline": "pf-m-inline",
|
14
15
|
"block": "pf-m-block",
|
15
16
|
"code": "pf-m-code"
|
16
17
|
},
|
17
|
-
"themeDark": "pf-v5-theme-dark"
|
18
|
+
"themeDark": "pf-v5-theme-dark",
|
19
|
+
"wsDirRtl": "ws-dir-rtl"
|
18
20
|
};
|
19
21
|
export default _default;
|
@@ -10,11 +10,13 @@ exports.default = {
|
|
10
10
|
"clipboardCopyGroup": "pf-v5-c-clipboard-copy__group",
|
11
11
|
"clipboardCopyText": "pf-v5-c-clipboard-copy__text",
|
12
12
|
"clipboardCopyToggleIcon": "pf-v5-c-clipboard-copy__toggle-icon",
|
13
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
13
14
|
"modifiers": {
|
14
15
|
"expanded": "pf-m-expanded",
|
15
16
|
"inline": "pf-m-inline",
|
16
17
|
"block": "pf-m-block",
|
17
18
|
"code": "pf-m-code"
|
18
19
|
},
|
19
|
-
"themeDark": "pf-v5-theme-dark"
|
20
|
+
"themeDark": "pf-v5-theme-dark",
|
21
|
+
"wsDirRtl": "ws-dir-rtl"
|
20
22
|
};
|
@@ -8,11 +8,13 @@ export default {
|
|
8
8
|
"clipboardCopyGroup": "pf-v5-c-clipboard-copy__group",
|
9
9
|
"clipboardCopyText": "pf-v5-c-clipboard-copy__text",
|
10
10
|
"clipboardCopyToggleIcon": "pf-v5-c-clipboard-copy__toggle-icon",
|
11
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
11
12
|
"modifiers": {
|
12
13
|
"expanded": "pf-m-expanded",
|
13
14
|
"inline": "pf-m-inline",
|
14
15
|
"block": "pf-m-block",
|
15
16
|
"code": "pf-m-code"
|
16
17
|
},
|
17
|
-
"themeDark": "pf-v5-theme-dark"
|
18
|
+
"themeDark": "pf-v5-theme-dark",
|
19
|
+
"wsDirRtl": "ws-dir-rtl"
|
18
20
|
};
|