@patternfly/react-styles 5.1.0 → 5.1.1-prerelease.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (106) hide show
  1. package/CHANGELOG.md +4 -2
  2. package/css/components/AboutModalBox/about-modal-box.css +20 -13
  3. package/css/components/Accordion/accordion.css +30 -20
  4. package/css/components/ActionList/action-list.css +2 -2
  5. package/css/components/Alert/alert-group.css +7 -4
  6. package/css/components/Alert/alert.css +16 -13
  7. package/css/components/AppLauncher/app-launcher.css +32 -23
  8. package/css/components/BackToTop/back-to-top.css +2 -2
  9. package/css/components/Backdrop/backdrop.css +2 -2
  10. package/css/components/BackgroundImage/background-image.css +2 -2
  11. package/css/components/Badge/badge.css +2 -2
  12. package/css/components/Banner/banner.css +5 -2
  13. package/css/components/Breadcrumb/breadcrumb.css +6 -3
  14. package/css/components/Button/button.css +23 -17
  15. package/css/components/CalendarMonth/calendar-month.css +21 -15
  16. package/css/components/Card/card.css +21 -16
  17. package/css/components/Check/check.css +2 -2
  18. package/css/components/Chip/chip-group.css +6 -6
  19. package/css/components/Chip/chip.css +16 -9
  20. package/css/components/Chip/chip.d.ts +1 -0
  21. package/css/components/Chip/chip.js +1 -0
  22. package/css/components/Chip/chip.mjs +1 -0
  23. package/css/components/ClipboardCopy/clipboard-copy.css +16 -10
  24. package/css/components/CodeBlock/code-block.css +6 -3
  25. package/css/components/CodeEditor/code-editor.css +31 -22
  26. package/css/components/Content/content.css +33 -30
  27. package/css/components/ContextSelector/context-selector.css +41 -26
  28. package/css/components/DataList/data-list-grid.css +21 -49
  29. package/css/components/DataList/data-list.css +66 -84
  30. package/css/components/DatePicker/date-picker.css +8 -8
  31. package/css/components/DescriptionList/description-list.css +8 -5
  32. package/css/components/DragDrop/drag-drop.css +8 -8
  33. package/css/components/Drawer/drawer.css +75 -60
  34. package/css/components/Dropdown/dropdown.css +75 -66
  35. package/css/components/DualListSelector/dual-list-selector.css +20 -14
  36. package/css/components/EmptyState/empty-state.css +7 -4
  37. package/css/components/ExpandableSection/expandable-section.css +13 -10
  38. package/css/components/FileUpload/file-upload.css +9 -15
  39. package/css/components/Form/form.css +50 -50
  40. package/css/components/FormControl/form-control.css +21 -11
  41. package/css/components/HelperText/helper-text.css +1 -1
  42. package/css/components/Hint/hint.css +9 -6
  43. package/css/components/Icon/icon.css +1 -1
  44. package/css/components/InlineEdit/inline-edit.css +4 -4
  45. package/css/components/InputGroup/input-group.css +12 -6
  46. package/css/components/JumpLinks/jump-links.css +24 -24
  47. package/css/components/Label/label-group.css +13 -10
  48. package/css/components/Label/label.css +9 -9
  49. package/css/components/List/list.css +9 -9
  50. package/css/components/LogViewer/log-viewer.css +14 -14
  51. package/css/components/Login/login.css +36 -27
  52. package/css/components/Masthead/masthead.css +19 -22
  53. package/css/components/Menu/menu.css +69 -66
  54. package/css/components/MenuToggle/menu-toggle.css +41 -29
  55. package/css/components/ModalBox/modal-box.css +19 -19
  56. package/css/components/MultipleFileUpload/multiple-file-upload.css +11 -8
  57. package/css/components/Nav/nav.css +100 -93
  58. package/css/components/NotificationBadge/notification-badge.css +13 -7
  59. package/css/components/NotificationDrawer/notification-drawer.css +28 -19
  60. package/css/components/NumberInput/number-input.css +3 -3
  61. package/css/components/OptionsMenu/options-menu.css +43 -31
  62. package/css/components/OverflowMenu/overflow-menu.css +2 -2
  63. package/css/components/Page/page.css +119 -65
  64. package/css/components/Pagination/pagination.css +24 -18
  65. package/css/components/Panel/panel.css +13 -7
  66. package/css/components/Popover/popover.css +24 -21
  67. package/css/components/Progress/progress.css +7 -7
  68. package/css/components/ProgressStepper/progress-stepper.css +26 -20
  69. package/css/components/Radio/radio.css +4 -5
  70. package/css/components/Select/select.css +56 -47
  71. package/css/components/Sidebar/sidebar.css +11 -5
  72. package/css/components/SimpleList/simple-list.css +10 -4
  73. package/css/components/Skeleton/skeleton.css +2 -5
  74. package/css/components/SkipToContent/skip-to-content.css +3 -3
  75. package/css/components/Slider/slider.css +17 -20
  76. package/css/components/Switch/switch.css +5 -5
  77. package/css/components/TabContent/tab-content.css +4 -1
  78. package/css/components/Table/table-grid.css +256 -219
  79. package/css/components/Table/table-scrollable.css +2 -2
  80. package/css/components/Table/table-tree-view.css +107 -104
  81. package/css/components/Table/table.css +87 -69
  82. package/css/components/Tabs/tabs.css +66 -48
  83. package/css/components/TextInputGroup/text-input-group.css +15 -15
  84. package/css/components/Tile/tile.css +10 -10
  85. package/css/components/ToggleGroup/toggle-group.css +14 -11
  86. package/css/components/Toolbar/toolbar.css +44 -41
  87. package/css/components/Tooltip/tooltip.css +19 -16
  88. package/css/components/TreeView/tree-view.css +42 -27
  89. package/css/components/Wizard/wizard.css +47 -35
  90. package/css/docs/components/Button/examples/Button.css +2 -2
  91. package/css/docs/components/DragDrop/examples/DragDrop.css +2 -2
  92. package/css/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
  93. package/css/docs/components/LogViewer/examples/LogViewer.css +2 -2
  94. package/css/docs/components/ModalBox/examples/ModalBox.css +2 -2
  95. package/css/docs/components/Nav/examples/Navigation.css +2 -2
  96. package/css/docs/components/Popover/examples/Popover.css +2 -2
  97. package/css/docs/components/Select/deprecated/Select.css +3 -3
  98. package/css/docs/components/Table/examples/Table.css +2 -2
  99. package/css/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
  100. package/css/docs/components/Tile/examples/Tile.css +1 -1
  101. package/css/docs/demos/Card/examples/Card.css +3 -3
  102. package/css/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
  103. package/css/layouts/Flex/flex.css +115 -43
  104. package/css/utilities/Accessibility/accessibility.css +12 -12
  105. package/css/utilities/Spacing/spacing.css +720 -960
  106. package/package.json +4 -8
@@ -147,19 +147,19 @@
147
147
  --pf-v5-c-dropdown--m-full-height__toggle--PaddingLeft: var(--pf-v5-global--spacer--lg);
148
148
  position: relative;
149
149
  display: inline-flex;
150
- align-items: start;
150
+ align-items: flex-start;
151
151
  max-width: 100%;
152
152
  }
153
153
  .pf-v5-c-dropdown .pf-v5-c-divider {
154
- margin-top: var(--pf-v5-c-dropdown--c-divider--MarginTop);
155
- margin-bottom: var(--pf-v5-c-dropdown--c-divider--MarginBottom);
154
+ margin-block-start: var(--pf-v5-c-dropdown--c-divider--MarginTop);
155
+ margin-block-end: var(--pf-v5-c-dropdown--c-divider--MarginBottom);
156
156
  }
157
157
  .pf-v5-c-dropdown .pf-v5-c-divider:last-child {
158
158
  --pf-v5-c-dropdown--c-divider--MarginBottom: 0;
159
159
  }
160
160
  .pf-v5-c-dropdown > .pf-v5-c-menu {
161
161
  position: absolute;
162
- top: var(--pf-v5-c-dropdown--c-menu--Top);
162
+ inset-block-start: var(--pf-v5-c-dropdown--c-menu--Top);
163
163
  z-index: var(--pf-v5-c-dropdown--c-menu--ZIndex);
164
164
  }
165
165
  .pf-v5-c-dropdown.pf-m-full-height {
@@ -176,10 +176,10 @@
176
176
  align-self: stretch;
177
177
  }
178
178
  .pf-v5-c-dropdown.pf-m-full-height .pf-v5-c-dropdown__toggle::before {
179
- border-top-width: var(--pf-v5-c-dropdown--m-full-height__toggle--before--BorderTopWidth);
179
+ border-block-start-width: var(--pf-v5-c-dropdown--m-full-height__toggle--before--BorderTopWidth);
180
180
  }
181
181
  .pf-v5-c-dropdown.pf-m-full-height:hover .pf-v5-c-dropdown__toggle::before {
182
- border-bottom-width: var(--pf-v5-c-dropdown--m-full-height__toggle--hover--before--BorderBottomWidth);
182
+ border-block-end-width: var(--pf-v5-c-dropdown--m-full-height__toggle--hover--before--BorderBottomWidth);
183
183
  }
184
184
  .pf-v5-c-dropdown.pf-m-expanded {
185
185
  --pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--BackgroundColor: var(--pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--m-expanded--BackgroundColor);
@@ -193,7 +193,10 @@
193
193
  align-items: center;
194
194
  min-width: var(--pf-v5-c-dropdown__toggle--MinWidth);
195
195
  max-width: 100%;
196
- padding: var(--pf-v5-c-dropdown__toggle--PaddingTop) var(--pf-v5-c-dropdown__toggle--PaddingRight) var(--pf-v5-c-dropdown__toggle--PaddingBottom) var(--pf-v5-c-dropdown__toggle--PaddingLeft);
196
+ padding-block-start: var(--pf-v5-c-dropdown__toggle--PaddingTop);
197
+ padding-block-end: var(--pf-v5-c-dropdown__toggle--PaddingBottom);
198
+ padding-inline-start: var(--pf-v5-c-dropdown__toggle--PaddingLeft);
199
+ padding-inline-end: var(--pf-v5-c-dropdown__toggle--PaddingRight);
197
200
  font-size: var(--pf-v5-c-dropdown__toggle--FontSize);
198
201
  font-weight: var(--pf-v5-c-dropdown__toggle--FontWeight);
199
202
  line-height: var(--pf-v5-c-dropdown__toggle--LineHeight);
@@ -203,13 +206,16 @@
203
206
  }
204
207
  .pf-v5-c-dropdown__toggle::before, .pf-v5-c-dropdown__toggle.pf-m-action .pf-v5-c-dropdown__toggle-button::before {
205
208
  position: absolute;
206
- top: 0;
207
- right: 0;
208
- bottom: 0;
209
- left: 0;
209
+ inset-block-start: 0;
210
+ inset-block-end: 0;
211
+ inset-inline-start: 0;
212
+ inset-inline-end: 0;
210
213
  content: "";
211
214
  border: var(--pf-v5-c-dropdown__toggle--before--BorderWidth) solid;
212
- border-color: var(--pf-v5-c-dropdown__toggle--before--BorderTopColor) var(--pf-v5-c-dropdown__toggle--before--BorderRightColor) var(--pf-v5-c-dropdown__toggle--before--BorderBottomColor) var(--pf-v5-c-dropdown__toggle--before--BorderLeftColor);
215
+ border-block-start-color: var(--pf-v5-c-dropdown__toggle--before--BorderTopColor);
216
+ border-block-end-color: var(--pf-v5-c-dropdown__toggle--before--BorderBottomColor);
217
+ border-inline-start-color: var(--pf-v5-c-dropdown__toggle--before--BorderLeftColor);
218
+ border-inline-end-color: var(--pf-v5-c-dropdown__toggle--before--BorderRightColor);
213
219
  }
214
220
  .pf-v5-c-dropdown__toggle.pf-m-disabled, .pf-v5-c-dropdown__toggle:disabled {
215
221
  --pf-v5-c-dropdown__toggle--m-primary--Color: var(--pf-v5-c-dropdown__toggle--m-primary--disabled--Color);
@@ -231,10 +237,10 @@
231
237
  }
232
238
  .pf-v5-c-dropdown__toggle.pf-m-split-button > * {
233
239
  position: relative;
234
- padding-top: var(--pf-v5-c-dropdown__toggle--m-split-button--child--PaddingTop);
235
- padding-right: var(--pf-v5-c-dropdown__toggle--m-split-button--child--PaddingRight);
236
- padding-bottom: var(--pf-v5-c-dropdown__toggle--m-split-button--child--PaddingBottom);
237
- padding-left: var(--pf-v5-c-dropdown__toggle--m-split-button--child--PaddingLeft);
240
+ padding-block-start: var(--pf-v5-c-dropdown__toggle--m-split-button--child--PaddingTop);
241
+ padding-block-end: var(--pf-v5-c-dropdown__toggle--m-split-button--child--PaddingBottom);
242
+ padding-inline-start: var(--pf-v5-c-dropdown__toggle--m-split-button--child--PaddingLeft);
243
+ padding-inline-end: var(--pf-v5-c-dropdown__toggle--m-split-button--child--PaddingRight);
238
244
  }
239
245
  .pf-v5-c-dropdown__toggle.pf-m-split-button > *:first-child {
240
246
  --pf-v5-c-dropdown__toggle--m-split-button--child--PaddingLeft: var(--pf-v5-c-dropdown__toggle--m-split-button--first-child--PaddingLeft);
@@ -247,16 +253,16 @@
247
253
  --pf-v5-c-dropdown__toggle--m-split-button--child--PaddingLeft: var(--pf-v5-c-dropdown__toggle--m-split-button--m-action--child--PaddingLeft);
248
254
  }
249
255
  .pf-v5-c-dropdown__toggle.pf-m-split-button.pf-m-action .pf-v5-c-dropdown__toggle-button {
250
- margin-right: var(--pf-v5-c-dropdown__toggle--m-split-button--m-action__toggle-button--MarginRight);
256
+ margin-inline-end: var(--pf-v5-c-dropdown__toggle--m-split-button--m-action__toggle-button--MarginRight);
251
257
  }
252
258
  .pf-v5-c-dropdown__toggle.pf-m-split-button.pf-m-action .pf-v5-c-dropdown__toggle-button::before {
253
- border-left: 0;
259
+ border-inline-start: 0;
254
260
  }
255
261
  .pf-v5-c-dropdown__toggle.pf-m-split-button.pf-m-action .pf-v5-c-dropdown__toggle-button:last-child {
256
262
  --pf-v5-c-dropdown__toggle--m-split-button--m-action__toggle-button--MarginRight: 0;
257
263
  }
258
264
  .pf-v5-c-dropdown__toggle.pf-m-split-button.pf-m-action.pf-m-primary > :not(:first-child) {
259
- border-left: var(--pf-v5-c-dropdown__toggle--m-split-button--m-primary--m-action--child--BorderLeftWidth) solid var(--pf-v5-c-dropdown__toggle--m-split-button--m-primary--m-action--child--BorderLeftColor);
265
+ border-inline-start: var(--pf-v5-c-dropdown__toggle--m-split-button--m-primary--m-action--child--BorderLeftWidth) solid var(--pf-v5-c-dropdown__toggle--m-split-button--m-primary--m-action--child--BorderLeftColor);
260
266
  }
261
267
  .pf-v5-c-dropdown__toggle.pf-m-split-button.pf-m-action.pf-m-primary.pf-m-disabled, .pf-v5-c-dropdown__toggle.pf-m-split-button.pf-m-action.pf-m-primary[disabled] {
262
268
  --pf-v5-c-dropdown__toggle--m-split-button--m-primary--m-action--child--BorderLeftWidth: 0;
@@ -287,7 +293,7 @@
287
293
  border: 0;
288
294
  }
289
295
  .pf-v5-c-dropdown__toggle.pf-m-split-button .pf-v5-c-dropdown__toggle-text {
290
- margin-left: var(--pf-v5-c-dropdown__toggle--m-split-button__toggle-text--MarginLeft);
296
+ margin-inline-start: var(--pf-v5-c-dropdown__toggle--m-split-button__toggle-text--MarginLeft);
291
297
  }
292
298
  .pf-v5-c-dropdown__toggle.pf-m-primary.pf-m-split-button:not(.pf-m-disabled) {
293
299
  --pf-v5-c-dropdown__toggle--before--BorderWidth: 0;
@@ -307,27 +313,27 @@
307
313
  --pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--BackgroundColor: var(--pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--focus--BackgroundColor);
308
314
  }
309
315
  .pf-v5-c-dropdown__toggle.pf-m-primary.pf-m-split-button:not(.pf-m-disabled) > :first-child {
310
- border-top-left-radius: var(--pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--BorderRadius);
311
- border-bottom-left-radius: var(--pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--BorderRadius);
316
+ border-start-start-radius: var(--pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--BorderRadius);
317
+ border-end-start-radius: var(--pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--BorderRadius);
312
318
  }
313
319
  .pf-v5-c-dropdown__toggle.pf-m-primary.pf-m-split-button:not(.pf-m-disabled) > :last-child {
314
- border-top-right-radius: var(--pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--BorderRadius);
315
- border-bottom-right-radius: var(--pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--BorderRadius);
320
+ border-start-end-radius: var(--pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--BorderRadius);
321
+ border-end-end-radius: var(--pf-v5-c-dropdown__toggle--m-split-button--m-primary--child--BorderRadius);
316
322
  }
317
323
  .pf-v5-c-dropdown__toggle:not(.pf-m-action):not(.pf-m-secondary):hover::before, .pf-v5-c-dropdown__toggle.pf-m-action .pf-v5-c-dropdown__toggle-button:hover::before {
318
324
  --pf-v5-c-dropdown__toggle--before--BorderBottomColor: var(--pf-v5-c-dropdown__toggle--hover--before--BorderBottomColor);
319
325
  }
320
326
  .pf-v5-c-dropdown__toggle:not(.pf-m-action):not(.pf-m-secondary):focus::before, .pf-v5-c-dropdown__toggle.pf-m-action .pf-v5-c-dropdown__toggle-button:focus::before {
321
327
  --pf-v5-c-dropdown__toggle--before--BorderBottomColor: var(--pf-v5-c-dropdown__toggle--focus--before--BorderBottomColor);
322
- border-bottom-width: var(--pf-v5-c-dropdown__toggle--focus--before--BorderBottomWidth);
328
+ border-block-end-width: var(--pf-v5-c-dropdown__toggle--focus--before--BorderBottomWidth);
323
329
  }
324
330
  .pf-v5-c-dropdown__toggle:not(.pf-m-action):not(.pf-m-secondary):active::before, .pf-v5-c-dropdown__toggle:not(.pf-m-action):not(.pf-m-secondary).pf-m-active::before, .pf-v5-c-dropdown__toggle.pf-m-action .pf-v5-c-dropdown__toggle-button:active::before {
325
331
  --pf-v5-c-dropdown__toggle--before--BorderBottomColor: var(--pf-v5-c-dropdown__toggle--active--before--BorderBottomColor);
326
- border-bottom-width: var(--pf-v5-c-dropdown__toggle--active--before--BorderBottomWidth);
332
+ border-block-end-width: var(--pf-v5-c-dropdown__toggle--active--before--BorderBottomWidth);
327
333
  }
328
334
  .pf-m-expanded > .pf-v5-c-dropdown__toggle:not(.pf-m-action):not(.pf-m-secondary)::before, .pf-m-expanded > .pf-v5-c-dropdown__toggle.pf-m-action .pf-v5-c-dropdown__toggle-button::before {
329
335
  --pf-v5-c-dropdown__toggle--before--BorderBottomColor: var(--pf-v5-c-dropdown--m-expanded__toggle--before--BorderBottomColor);
330
- border-bottom-width: var(--pf-v5-c-dropdown--m-expanded__toggle--before--BorderBottomWidth);
336
+ border-block-end-width: var(--pf-v5-c-dropdown--m-expanded__toggle--before--BorderBottomWidth);
331
337
  }
332
338
  .pf-v5-c-dropdown__toggle.pf-m-plain {
333
339
  --pf-v5-c-dropdown__toggle-icon--Color: var(--pf-v5-c-dropdown--m-plain__toggle-icon--Color);
@@ -422,18 +428,18 @@
422
428
  --pf-v5-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth: var(--pf-v5-c-dropdown__toggle--m-secondary--m-split-button--child--before--active--BorderWidth);
423
429
  }
424
430
  .pf-v5-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) > *:first-child::before {
425
- border-top-left-radius: var(--pf-v5-c-dropdown__toggle--m-split-button--child--BorderRadius);
426
- border-bottom-left-radius: var(--pf-v5-c-dropdown__toggle--m-split-button--child--BorderRadius);
431
+ border-start-start-radius: var(--pf-v5-c-dropdown__toggle--m-split-button--child--BorderRadius);
432
+ border-end-start-radius: var(--pf-v5-c-dropdown__toggle--m-split-button--child--BorderRadius);
427
433
  }
428
434
  .pf-v5-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) > *:last-child::before {
429
- border-top-right-radius: var(--pf-v5-c-dropdown__toggle--m-split-button--child--BorderRadius);
430
- border-bottom-right-radius: var(--pf-v5-c-dropdown__toggle--m-split-button--child--BorderRadius);
435
+ border-start-end-radius: var(--pf-v5-c-dropdown__toggle--m-split-button--child--BorderRadius);
436
+ border-end-end-radius: var(--pf-v5-c-dropdown__toggle--m-split-button--child--BorderRadius);
431
437
  }
432
438
  .pf-v5-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) > *:not(:first-child)::before {
433
- border-left: var(--pf-v5-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth--base) solid var(--pf-v5-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderColor--base);
439
+ border-inline-start: var(--pf-v5-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth--base) solid var(--pf-v5-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderColor--base);
434
440
  }
435
441
  .pf-v5-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) > *:not(:last-child)::before {
436
- border-right: 0;
442
+ border-inline-end: 0;
437
443
  }
438
444
  .pf-v5-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled).pf-m-action::before {
439
445
  border: 0;
@@ -455,13 +461,13 @@
455
461
 
456
462
  .pf-v5-c-dropdown__toggle-text {
457
463
  flex: 1 1 auto;
458
- text-align: left;
464
+ text-align: start;
459
465
  }
460
466
 
461
467
  .pf-v5-c-dropdown__toggle-icon {
462
- padding-right: var(--pf-v5-c-dropdown__toggle-icon--PaddingRight);
463
- padding-left: var(--pf-v5-c-dropdown__toggle-icon--PaddingLeft);
464
- margin-left: var(--pf-v5-c-dropdown__toggle-icon--MarginLeft);
468
+ padding-inline-start: var(--pf-v5-c-dropdown__toggle-icon--PaddingLeft);
469
+ padding-inline-end: var(--pf-v5-c-dropdown__toggle-icon--PaddingRight);
470
+ margin-inline-start: var(--pf-v5-c-dropdown__toggle-icon--MarginLeft);
465
471
  line-height: var(--pf-v5-c-dropdown__toggle-icon--LineHeight);
466
472
  color: var(--pf-v5-c-dropdown__toggle-icon--Color, inherit);
467
473
  }
@@ -477,7 +483,7 @@
477
483
 
478
484
  .pf-v5-c-dropdown__toggle-progress {
479
485
  position: absolute;
480
- left: var(--pf-v5-c-dropdown__toggle--m-split-button--child--PaddingLeft);
486
+ inset-inline-start: var(--pf-v5-c-dropdown__toggle--m-split-button--child--PaddingLeft);
481
487
  visibility: var(--pf-v5-c-dropdown__toggle-progress--Visibility);
482
488
  }
483
489
  .pf-v5-c-dropdown__toggle-progress .pf-v5-c-spinner {
@@ -486,10 +492,10 @@
486
492
 
487
493
  .pf-v5-c-dropdown__menu {
488
494
  position: absolute;
489
- top: var(--pf-v5-c-dropdown__menu--Top);
495
+ inset-block-start: var(--pf-v5-c-dropdown__menu--Top);
490
496
  z-index: var(--pf-v5-c-dropdown__menu--ZIndex);
491
- padding-top: var(--pf-v5-c-dropdown__menu--PaddingTop);
492
- padding-bottom: var(--pf-v5-c-dropdown__menu--PaddingBottom);
497
+ padding-block-start: var(--pf-v5-c-dropdown__menu--PaddingTop);
498
+ padding-block-end: var(--pf-v5-c-dropdown__menu--PaddingBottom);
493
499
  background: var(--pf-v5-c-dropdown__menu--BackgroundColor);
494
500
  background-clip: padding-box;
495
501
  box-shadow: var(--pf-v5-c-dropdown__menu--BoxShadow);
@@ -497,10 +503,10 @@
497
503
  .pf-v5-c-dropdown__menu.pf-m-static {
498
504
  --pf-v5-c-dropdown--m-top__menu--TranslateY: 0;
499
505
  position: static;
500
- top: auto;
501
- right: auto;
502
- bottom: auto;
503
- left: auto;
506
+ inset-block-start: auto;
507
+ inset-block-end: auto;
508
+ inset-inline-start: auto;
509
+ inset-inline-end: auto;
504
510
  z-index: auto;
505
511
  min-width: min-content;
506
512
  }
@@ -511,60 +517,60 @@
511
517
  }
512
518
  .pf-v5-c-dropdown .pf-v5-c-menu.pf-m-align-right,
513
519
  .pf-v5-c-dropdown__menu.pf-m-align-right {
514
- right: 0;
520
+ inset-inline-end: 0;
515
521
  }
516
522
  .pf-v5-c-dropdown .pf-v5-c-menu.pf-m-align-left,
517
523
  .pf-v5-c-dropdown__menu.pf-m-align-left {
518
- right: auto;
524
+ inset-inline-end: auto;
519
525
  }
520
526
  @media (min-width: 576px) {
521
527
  .pf-v5-c-dropdown .pf-v5-c-menu.pf-m-align-right-on-sm,
522
528
  .pf-v5-c-dropdown__menu.pf-m-align-right-on-sm {
523
- right: 0;
529
+ inset-inline-end: 0;
524
530
  }
525
531
  .pf-v5-c-dropdown .pf-v5-c-menu.pf-m-align-left-on-sm,
526
532
  .pf-v5-c-dropdown__menu.pf-m-align-left-on-sm {
527
- right: auto;
533
+ inset-inline-end: auto;
528
534
  }
529
535
  }
530
536
  @media (min-width: 768px) {
531
537
  .pf-v5-c-dropdown .pf-v5-c-menu.pf-m-align-right-on-md,
532
538
  .pf-v5-c-dropdown__menu.pf-m-align-right-on-md {
533
- right: 0;
539
+ inset-inline-end: 0;
534
540
  }
535
541
  .pf-v5-c-dropdown .pf-v5-c-menu.pf-m-align-left-on-md,
536
542
  .pf-v5-c-dropdown__menu.pf-m-align-left-on-md {
537
- right: auto;
543
+ inset-inline-end: auto;
538
544
  }
539
545
  }
540
546
  @media (min-width: 992px) {
541
547
  .pf-v5-c-dropdown .pf-v5-c-menu.pf-m-align-right-on-lg,
542
548
  .pf-v5-c-dropdown__menu.pf-m-align-right-on-lg {
543
- right: 0;
549
+ inset-inline-end: 0;
544
550
  }
545
551
  .pf-v5-c-dropdown .pf-v5-c-menu.pf-m-align-left-on-lg,
546
552
  .pf-v5-c-dropdown__menu.pf-m-align-left-on-lg {
547
- right: auto;
553
+ inset-inline-end: auto;
548
554
  }
549
555
  }
550
556
  @media (min-width: 1200px) {
551
557
  .pf-v5-c-dropdown .pf-v5-c-menu.pf-m-align-right-on-xl,
552
558
  .pf-v5-c-dropdown__menu.pf-m-align-right-on-xl {
553
- right: 0;
559
+ inset-inline-end: 0;
554
560
  }
555
561
  .pf-v5-c-dropdown .pf-v5-c-menu.pf-m-align-left-on-xl,
556
562
  .pf-v5-c-dropdown__menu.pf-m-align-left-on-xl {
557
- right: auto;
563
+ inset-inline-end: auto;
558
564
  }
559
565
  }
560
566
  @media (min-width: 1450px) {
561
567
  .pf-v5-c-dropdown .pf-v5-c-menu.pf-m-align-right-on-2xl,
562
568
  .pf-v5-c-dropdown__menu.pf-m-align-right-on-2xl {
563
- right: 0;
569
+ inset-inline-end: 0;
564
570
  }
565
571
  .pf-v5-c-dropdown .pf-v5-c-menu.pf-m-align-left-on-2xl,
566
572
  .pf-v5-c-dropdown__menu.pf-m-align-left-on-2xl {
567
- right: auto;
573
+ inset-inline-end: auto;
568
574
  }
569
575
  }
570
576
 
@@ -580,12 +586,15 @@
580
586
  .pf-v5-c-dropdown__menu-item {
581
587
  display: block;
582
588
  width: 100%;
583
- padding: var(--pf-v5-c-dropdown__menu-item--PaddingTop) var(--pf-v5-c-dropdown__menu-item--PaddingRight) var(--pf-v5-c-dropdown__menu-item--PaddingBottom) var(--pf-v5-c-dropdown__menu-item--PaddingLeft);
589
+ padding-block-start: var(--pf-v5-c-dropdown__menu-item--PaddingTop);
590
+ padding-block-end: var(--pf-v5-c-dropdown__menu-item--PaddingBottom);
591
+ padding-inline-start: var(--pf-v5-c-dropdown__menu-item--PaddingLeft);
592
+ padding-inline-end: var(--pf-v5-c-dropdown__menu-item--PaddingRight);
584
593
  font-size: var(--pf-v5-c-dropdown__menu-item--FontSize);
585
594
  font-weight: var(--pf-v5-c-dropdown__menu-item--FontWeight);
586
595
  line-height: var(--pf-v5-c-dropdown__menu-item--LineHeight);
587
596
  color: var(--pf-v5-c-dropdown__menu-item--Color);
588
- text-align: left;
597
+ text-align: start;
589
598
  white-space: nowrap;
590
599
  background-color: var(--pf-v5-c-dropdown__menu-item--BackgroundColor);
591
600
  border: none;
@@ -611,7 +620,7 @@
611
620
  }
612
621
  .pf-v5-c-dropdown__menu-item.pf-m-icon.pf-m-description {
613
622
  flex-direction: column;
614
- align-items: start;
623
+ align-items: flex-start;
615
624
  }
616
625
  .pf-v5-c-dropdown__menu-item.pf-m-icon .pf-v5-c-dropdown__menu-item-main {
617
626
  display: flex;
@@ -630,7 +639,7 @@
630
639
  justify-content: center;
631
640
  width: var(--pf-v5-c-dropdown__menu-item-icon--Width);
632
641
  height: var(--pf-v5-c-dropdown__menu-item-icon--Height);
633
- margin-right: var(--pf-v5-c-dropdown__menu-item-icon--MarginRight);
642
+ margin-inline-end: var(--pf-v5-c-dropdown__menu-item-icon--MarginRight);
634
643
  }
635
644
  .pf-v5-c-dropdown__menu-item-icon > * {
636
645
  max-width: 100%;
@@ -643,14 +652,14 @@
643
652
  }
644
653
 
645
654
  .pf-v5-c-dropdown__group + .pf-v5-c-dropdown__group {
646
- padding-top: var(--pf-v5-c-dropdown__group--group--PaddingTop);
655
+ padding-block-start: var(--pf-v5-c-dropdown__group--group--PaddingTop);
647
656
  }
648
657
 
649
658
  .pf-v5-c-dropdown__group-title {
650
- padding-top: var(--pf-v5-c-dropdown__group-title--PaddingTop);
651
- padding-right: var(--pf-v5-c-dropdown__group-title--PaddingRight);
652
- padding-bottom: var(--pf-v5-c-dropdown__group-title--PaddingBottom);
653
- padding-left: var(--pf-v5-c-dropdown__group-title--PaddingLeft);
659
+ padding-block-start: var(--pf-v5-c-dropdown__group-title--PaddingTop);
660
+ padding-block-end: var(--pf-v5-c-dropdown__group-title--PaddingBottom);
661
+ padding-inline-start: var(--pf-v5-c-dropdown__group-title--PaddingLeft);
662
+ padding-inline-end: var(--pf-v5-c-dropdown__group-title--PaddingRight);
654
663
  font-size: var(--pf-v5-c-dropdown__group-title--FontSize);
655
664
  font-weight: var(--pf-v5-c-dropdown__group-title--FontWeight);
656
665
  color: var(--pf-v5-c-dropdown__group-title--Color);
@@ -76,7 +76,7 @@
76
76
 
77
77
  .pf-v5-c-dual-list-selector__header {
78
78
  grid-area: var(--pf-v5-c-dual-list-selector__header--GridArea);
79
- margin-bottom: var(--pf-v5-c-dual-list-selector__header--MarginBottom);
79
+ margin-block-end: var(--pf-v5-c-dual-list-selector__header--MarginBottom);
80
80
  }
81
81
 
82
82
  .pf-v5-c-dual-list-selector__title-text {
@@ -86,7 +86,7 @@
86
86
  .pf-v5-c-dual-list-selector__tools {
87
87
  display: flex;
88
88
  grid-area: var(--pf-v5-c-dual-list-selector__tools--GridArea);
89
- margin-bottom: var(--pf-v5-c-dual-list-selector__tools--MarginBottom);
89
+ margin-block-end: var(--pf-v5-c-dual-list-selector__tools--MarginBottom);
90
90
  }
91
91
 
92
92
  .pf-v5-c-dual-list-selector__tools-filter {
@@ -97,13 +97,13 @@
97
97
  display: flex;
98
98
  }
99
99
  .pf-v5-c-dual-list-selector__tools-filter ~ .pf-v5-c-dual-list-selector__tools-actions {
100
- margin-left: var(--pf-v5-c-dual-list-selector__tools-filter--tools-actions--MarginLeft);
100
+ margin-inline-start: var(--pf-v5-c-dual-list-selector__tools-filter--tools-actions--MarginLeft);
101
101
  }
102
102
 
103
103
  .pf-v5-c-dual-list-selector__status {
104
104
  display: flex;
105
105
  grid-area: var(--pf-v5-c-dual-list-selector__status--GridArea);
106
- margin-bottom: var(--pf-v5-c-dual-list-selector__status--MarginBottom);
106
+ margin-block-end: var(--pf-v5-c-dual-list-selector__status--MarginBottom);
107
107
  }
108
108
 
109
109
  .pf-v5-c-dual-list-selector__status-text {
@@ -131,8 +131,8 @@
131
131
  }
132
132
  .pf-v5-c-dual-list-selector__list .pf-v5-c-dual-list-selector__list .pf-v5-c-dual-list-selector__item-toggle {
133
133
  position: absolute;
134
- top: 0;
135
- left: var(--pf-v5-c-dual-list-selector__list__list__item-toggle--Left);
134
+ inset-block-start: 0;
135
+ inset-inline-start: var(--pf-v5-c-dual-list-selector__list__list__item-toggle--Left);
136
136
  transform: translateX(var(--pf-v5-c-dual-list-selector__list__list__item-toggle--TranslateX));
137
137
  }
138
138
  .pf-v5-c-dual-list-selector__list.pf-m-drag-over {
@@ -204,12 +204,15 @@
204
204
  .pf-v5-c-dual-list-selector__item {
205
205
  position: relative;
206
206
  width: 100%;
207
- padding: var(--pf-v5-c-dual-list-selector__item--PaddingTop) var(--pf-v5-c-dual-list-selector__item--PaddingRight) var(--pf-v5-c-dual-list-selector__item--PaddingBottom) var(--pf-v5-c-dual-list-selector__item--PaddingLeft);
207
+ padding-block-start: var(--pf-v5-c-dual-list-selector__item--PaddingTop);
208
+ padding-block-end: var(--pf-v5-c-dual-list-selector__item--PaddingBottom);
209
+ padding-inline-start: var(--pf-v5-c-dual-list-selector__item--PaddingLeft);
210
+ padding-inline-end: var(--pf-v5-c-dual-list-selector__item--PaddingRight);
208
211
  cursor: pointer;
209
212
  }
210
213
 
211
214
  .pf-v5-c-dual-list-selector__item-count {
212
- margin-left: var(--pf-v5-c-dual-list-selector__item-count--Marginleft);
215
+ margin-inline-start: var(--pf-v5-c-dual-list-selector__item-count--Marginleft);
213
216
  }
214
217
  .pf-v5-c-dual-list-selector__item-count .pf-v5-c-badge.pf-m-read {
215
218
  --pf-v5-c-badge--m-read--BackgroundColor: var(--pf-v5-c-dual-list-selector__item--c-badge--m-read--BackgroundColor);
@@ -226,8 +229,8 @@
226
229
  .pf-v5-c-dual-list-selector__controls {
227
230
  grid-area: var(--pf-v5-c-dual-list-selector__controls--GridArea);
228
231
  align-self: center;
229
- padding-right: var(--pf-v5-c-dual-list-selector__controls--PaddingRight);
230
- padding-left: var(--pf-v5-c-dual-list-selector__controls--PaddingLeft);
232
+ padding-inline-start: var(--pf-v5-c-dual-list-selector__controls--PaddingLeft);
233
+ padding-inline-end: var(--pf-v5-c-dual-list-selector__controls--PaddingRight);
231
234
  }
232
235
 
233
236
  .pf-v5-c-dual-list-selector__item-main {
@@ -236,15 +239,18 @@
236
239
  }
237
240
 
238
241
  .pf-v5-c-dual-list-selector__item-toggle {
239
- padding: var(--pf-v5-c-dual-list-selector__item-toggle--PaddingTop) var(--pf-v5-c-dual-list-selector__item-toggle--PaddingRight) var(--pf-v5-c-dual-list-selector__item-toggle--PaddingBottom) var(--pf-v5-c-dual-list-selector__item-toggle--PaddingLeft);
240
- margin-top: var(--pf-v5-c-dual-list-selector__item-toggle--MarginTop);
241
- margin-bottom: var(--pf-v5-c-dual-list-selector__item-toggle--MarginBottom);
242
+ padding-block-start: var(--pf-v5-c-dual-list-selector__item-toggle--PaddingTop);
243
+ padding-block-end: var(--pf-v5-c-dual-list-selector__item-toggle--PaddingBottom);
244
+ padding-inline-start: var(--pf-v5-c-dual-list-selector__item-toggle--PaddingLeft);
245
+ padding-inline-end: var(--pf-v5-c-dual-list-selector__item-toggle--PaddingRight);
246
+ margin-block-start: var(--pf-v5-c-dual-list-selector__item-toggle--MarginTop);
247
+ margin-block-end: var(--pf-v5-c-dual-list-selector__item-toggle--MarginBottom);
242
248
  }
243
249
 
244
250
  .pf-v5-c-dual-list-selector__item-check {
245
251
  display: flex;
246
252
  align-items: center;
247
- margin-right: var(--pf-v5-c-dual-list-selector__item-check--MarginRight);
253
+ margin-inline-end: var(--pf-v5-c-dual-list-selector__item-check--MarginRight);
248
254
  }
249
255
 
250
256
  .pf-v5-c-dual-list-selector__item-toggle-icon {
@@ -39,7 +39,10 @@
39
39
  display: flex;
40
40
  align-items: center;
41
41
  justify-content: center;
42
- padding: var(--pf-v5-c-empty-state--PaddingTop) var(--pf-v5-c-empty-state--PaddingRight) var(--pf-v5-c-empty-state--PaddingBottom) var(--pf-v5-c-empty-state--PaddingLeft);
42
+ padding-block-start: var(--pf-v5-c-empty-state--PaddingTop);
43
+ padding-block-end: var(--pf-v5-c-empty-state--PaddingBottom);
44
+ padding-inline-start: var(--pf-v5-c-empty-state--PaddingLeft);
45
+ padding-inline-end: var(--pf-v5-c-empty-state--PaddingRight);
43
46
  text-align: center;
44
47
  }
45
48
  .pf-v5-c-empty-state.pf-m-xs {
@@ -77,7 +80,7 @@
77
80
  }
78
81
 
79
82
  .pf-v5-c-empty-state__icon {
80
- margin-bottom: var(--pf-v5-c-empty-state__icon--MarginBottom);
83
+ margin-block-end: var(--pf-v5-c-empty-state__icon--MarginBottom);
81
84
  font-size: var(--pf-v5-c-empty-state__icon--FontSize);
82
85
  line-height: 1;
83
86
  color: var(--pf-v5-c-empty-state__icon--Color);
@@ -91,7 +94,7 @@
91
94
  }
92
95
 
93
96
  .pf-v5-c-empty-state__body {
94
- margin-top: var(--pf-v5-c-empty-state__body--MarginTop);
97
+ margin-block-start: var(--pf-v5-c-empty-state__body--MarginTop);
95
98
  font-size: var(--pf-v5-c-empty-state--body--FontSize);
96
99
  color: var(--pf-v5-c-empty-state__body--Color);
97
100
  }
@@ -101,7 +104,7 @@
101
104
  flex-direction: column;
102
105
  row-gap: var(--pf-v5-c-empty-state__footer--RowGap);
103
106
  align-items: center;
104
- margin-top: var(--pf-v5-c-empty-state__footer--MarginTop);
107
+ margin-block-start: var(--pf-v5-c-empty-state__footer--MarginTop);
105
108
  }
106
109
 
107
110
  .pf-v5-c-empty-state__actions {
@@ -63,9 +63,9 @@
63
63
  }
64
64
  .pf-v5-c-expandable-section.pf-m-display-lg::after {
65
65
  position: absolute;
66
- top: 0;
67
- bottom: 0;
68
- left: 0;
66
+ inset-block-start: 0;
67
+ inset-block-end: 0;
68
+ inset-inline-start: 0;
69
69
  width: var(--pf-v5-c-expandable-section--m-display-lg--after--Width);
70
70
  content: "";
71
71
  background-color: var(--pf-v5-c-expandable-section--m-display-lg--after--BackgroundColor);
@@ -92,8 +92,11 @@
92
92
 
93
93
  .pf-v5-c-expandable-section__toggle {
94
94
  display: flex;
95
- padding: var(--pf-v5-c-expandable-section__toggle--PaddingTop) var(--pf-v5-c-expandable-section__toggle--PaddingRight) var(--pf-v5-c-expandable-section__toggle--PaddingBottom) var(--pf-v5-c-expandable-section__toggle--PaddingLeft);
96
- margin-top: var(--pf-v5-c-expandable-section__toggle--MarginTop);
95
+ padding-block-start: var(--pf-v5-c-expandable-section__toggle--PaddingTop);
96
+ padding-block-end: var(--pf-v5-c-expandable-section__toggle--PaddingBottom);
97
+ padding-inline-start: var(--pf-v5-c-expandable-section__toggle--PaddingLeft);
98
+ padding-inline-end: var(--pf-v5-c-expandable-section__toggle--PaddingRight);
99
+ margin-block-start: var(--pf-v5-c-expandable-section__toggle--MarginTop);
97
100
  color: var(--pf-v5-c-expandable-section__toggle--Color);
98
101
  background-color: var(--pf-v5-c-expandable-section__toggle--BackgroundColor);
99
102
  border: none;
@@ -119,13 +122,13 @@
119
122
  }
120
123
 
121
124
  .pf-v5-c-expandable-section__toggle-text {
122
- margin-left: var(--pf-v5-c-expandable-section__toggle-text--MarginLeft);
125
+ margin-inline-start: var(--pf-v5-c-expandable-section__toggle-text--MarginLeft);
123
126
  }
124
127
 
125
128
  .pf-v5-c-expandable-section__content {
126
129
  max-width: var(--pf-v5-c-expandable-section__content--MaxWidth);
127
- padding-right: var(--pf-v5-c-expandable-section__content--PaddingRight);
128
- padding-bottom: var(--pf-v5-c-expandable-section__content--PaddingBottom);
129
- padding-left: var(--pf-v5-c-expandable-section__content--PaddingLeft);
130
- margin-top: var(--pf-v5-c-expandable-section__content--MarginTop);
130
+ padding-block-end: var(--pf-v5-c-expandable-section__content--PaddingBottom);
131
+ padding-inline-start: var(--pf-v5-c-expandable-section__content--PaddingLeft);
132
+ padding-inline-end: var(--pf-v5-c-expandable-section__content--PaddingRight);
133
+ margin-block-start: var(--pf-v5-c-expandable-section__content--MarginTop);
131
134
  }
@@ -16,20 +16,14 @@
16
16
  }
17
17
  .pf-v5-c-file-upload.pf-m-drag-hover::before {
18
18
  position: absolute;
19
- top: 0;
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
- top: 0;
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
- top: 0;
43
- right: var(--pf-v5-c-file-upload--m-loading__file-details--before--Left);
44
- bottom: var(--pf-v5-c-file-upload--m-loading__file-details--before--Left);
45
- left: var(--pf-v5-c-file-upload--m-loading__file-details--before--Left);
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-top: 0;
55
+ border-block-start: 0;
62
56
  }
63
57
 
64
58
  .pf-v5-c-file-upload__file-details-spinner {
65
59
  position: absolute;
66
- top: 50%;
67
- left: 50%;
60
+ inset-block-start: 50%;
61
+ inset-inline-start: 50%;
68
62
  transform: translate(-50%, -50%);
69
63
  }