@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
@@ -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-
|
155
|
-
margin-
|
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
|
-
|
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-
|
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-
|
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)
|
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
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
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)
|
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-
|
235
|
-
padding-
|
236
|
-
padding-
|
237
|
-
padding-
|
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-
|
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-
|
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-
|
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-
|
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-
|
311
|
-
border-
|
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-
|
315
|
-
border-
|
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-
|
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-
|
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-
|
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-
|
426
|
-
border-
|
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-
|
430
|
-
border-
|
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-
|
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-
|
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:
|
464
|
+
text-align: start;
|
459
465
|
}
|
460
466
|
|
461
467
|
.pf-v5-c-dropdown__toggle-icon {
|
462
|
-
padding-
|
463
|
-
padding-
|
464
|
-
margin-
|
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
|
-
|
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
|
-
|
495
|
+
inset-block-start: var(--pf-v5-c-dropdown__menu--Top);
|
490
496
|
z-index: var(--pf-v5-c-dropdown__menu--ZIndex);
|
491
|
-
padding-
|
492
|
-
padding-
|
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
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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)
|
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:
|
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-
|
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-
|
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-
|
651
|
-
padding-
|
652
|
-
padding-
|
653
|
-
padding-
|
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-
|
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-
|
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-
|
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-
|
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 {
|
@@ -130,11 +130,15 @@
|
|
130
130
|
--pf-v5-c-dual-list-selector__item-toggle--MarginBottom: 0;
|
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
|
-
position: absolute;
|
134
|
-
top: 0;
|
135
|
-
left: var(--pf-v5-c-dual-list-selector__list__list__item-toggle--Left);
|
136
133
|
transform: translateX(var(--pf-v5-c-dual-list-selector__list__list__item-toggle--TranslateX));
|
134
|
+
position: absolute;
|
135
|
+
inset-block-start: 0;
|
136
|
+
inset-inline-start: var(--pf-v5-c-dual-list-selector__list__list__item-toggle--Left);
|
137
|
+
}
|
138
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-dual-list-selector__list .pf-v5-c-dual-list-selector__list .pf-v5-c-dual-list-selector__item-toggle {
|
139
|
+
transform: translateX(calc(var(--pf-v5-c-dual-list-selector__list__list__item-toggle--TranslateX) * var(--pf-v5-global--inverse--multiplier)));
|
137
140
|
}
|
141
|
+
|
138
142
|
.pf-v5-c-dual-list-selector__list.pf-m-drag-over {
|
139
143
|
overflow-anchor: none;
|
140
144
|
}
|
@@ -204,12 +208,15 @@
|
|
204
208
|
.pf-v5-c-dual-list-selector__item {
|
205
209
|
position: relative;
|
206
210
|
width: 100%;
|
207
|
-
padding: var(--pf-v5-c-dual-list-selector__item--PaddingTop)
|
211
|
+
padding-block-start: var(--pf-v5-c-dual-list-selector__item--PaddingTop);
|
212
|
+
padding-block-end: var(--pf-v5-c-dual-list-selector__item--PaddingBottom);
|
213
|
+
padding-inline-start: var(--pf-v5-c-dual-list-selector__item--PaddingLeft);
|
214
|
+
padding-inline-end: var(--pf-v5-c-dual-list-selector__item--PaddingRight);
|
208
215
|
cursor: pointer;
|
209
216
|
}
|
210
217
|
|
211
218
|
.pf-v5-c-dual-list-selector__item-count {
|
212
|
-
margin-
|
219
|
+
margin-inline-start: var(--pf-v5-c-dual-list-selector__item-count--Marginleft);
|
213
220
|
}
|
214
221
|
.pf-v5-c-dual-list-selector__item-count .pf-v5-c-badge.pf-m-read {
|
215
222
|
--pf-v5-c-badge--m-read--BackgroundColor: var(--pf-v5-c-dual-list-selector__item--c-badge--m-read--BackgroundColor);
|
@@ -226,8 +233,12 @@
|
|
226
233
|
.pf-v5-c-dual-list-selector__controls {
|
227
234
|
grid-area: var(--pf-v5-c-dual-list-selector__controls--GridArea);
|
228
235
|
align-self: center;
|
229
|
-
padding-
|
230
|
-
padding-
|
236
|
+
padding-inline-start: var(--pf-v5-c-dual-list-selector__controls--PaddingLeft);
|
237
|
+
padding-inline-end: var(--pf-v5-c-dual-list-selector__controls--PaddingRight);
|
238
|
+
}
|
239
|
+
|
240
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) :is(.pf-v5-c-dual-list-selector__controls-item, .pf-v5-c-dual-list-selector__item-toggle-icon) {
|
241
|
+
scale: -1 1;
|
231
242
|
}
|
232
243
|
|
233
244
|
.pf-v5-c-dual-list-selector__item-main {
|
@@ -236,15 +247,18 @@
|
|
236
247
|
}
|
237
248
|
|
238
249
|
.pf-v5-c-dual-list-selector__item-toggle {
|
239
|
-
padding: var(--pf-v5-c-dual-list-selector__item-toggle--PaddingTop)
|
240
|
-
|
241
|
-
|
250
|
+
padding-block-start: var(--pf-v5-c-dual-list-selector__item-toggle--PaddingTop);
|
251
|
+
padding-block-end: var(--pf-v5-c-dual-list-selector__item-toggle--PaddingBottom);
|
252
|
+
padding-inline-start: var(--pf-v5-c-dual-list-selector__item-toggle--PaddingLeft);
|
253
|
+
padding-inline-end: var(--pf-v5-c-dual-list-selector__item-toggle--PaddingRight);
|
254
|
+
margin-block-start: var(--pf-v5-c-dual-list-selector__item-toggle--MarginTop);
|
255
|
+
margin-block-end: var(--pf-v5-c-dual-list-selector__item-toggle--MarginBottom);
|
242
256
|
}
|
243
257
|
|
244
258
|
.pf-v5-c-dual-list-selector__item-check {
|
245
259
|
display: flex;
|
246
260
|
align-items: center;
|
247
|
-
margin-
|
261
|
+
margin-inline-end: var(--pf-v5-c-dual-list-selector__item-check--MarginRight);
|
248
262
|
}
|
249
263
|
|
250
264
|
.pf-v5-c-dual-list-selector__item-toggle-icon {
|
@@ -2,8 +2,10 @@ import './dual-list-selector.css';
|
|
2
2
|
declare const _default: {
|
3
3
|
"badge": "pf-v5-c-badge",
|
4
4
|
"button": "pf-v5-c-button",
|
5
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
5
6
|
"dualListSelector": "pf-v5-c-dual-list-selector",
|
6
7
|
"dualListSelectorControls": "pf-v5-c-dual-list-selector__controls",
|
8
|
+
"dualListSelectorControlsItem": "pf-v5-c-dual-list-selector__controls-item",
|
7
9
|
"dualListSelectorDraggable": "pf-v5-c-dual-list-selector__draggable",
|
8
10
|
"dualListSelectorHeader": "pf-v5-c-dual-list-selector__header",
|
9
11
|
"dualListSelectorItem": "pf-v5-c-dual-list-selector__item",
|
@@ -36,6 +38,7 @@ declare const _default: {
|
|
36
38
|
"ghostRow": "pf-m-ghost-row",
|
37
39
|
"read": "pf-m-read"
|
38
40
|
},
|
39
|
-
"themeDark": "pf-v5-theme-dark"
|
41
|
+
"themeDark": "pf-v5-theme-dark",
|
42
|
+
"wsDirRtl": "ws-dir-rtl"
|
40
43
|
};
|
41
44
|
export default _default;
|
@@ -4,8 +4,10 @@ require('./dual-list-selector.css');
|
|
4
4
|
exports.default = {
|
5
5
|
"badge": "pf-v5-c-badge",
|
6
6
|
"button": "pf-v5-c-button",
|
7
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
7
8
|
"dualListSelector": "pf-v5-c-dual-list-selector",
|
8
9
|
"dualListSelectorControls": "pf-v5-c-dual-list-selector__controls",
|
10
|
+
"dualListSelectorControlsItem": "pf-v5-c-dual-list-selector__controls-item",
|
9
11
|
"dualListSelectorDraggable": "pf-v5-c-dual-list-selector__draggable",
|
10
12
|
"dualListSelectorHeader": "pf-v5-c-dual-list-selector__header",
|
11
13
|
"dualListSelectorItem": "pf-v5-c-dual-list-selector__item",
|
@@ -38,5 +40,6 @@ exports.default = {
|
|
38
40
|
"ghostRow": "pf-m-ghost-row",
|
39
41
|
"read": "pf-m-read"
|
40
42
|
},
|
41
|
-
"themeDark": "pf-v5-theme-dark"
|
43
|
+
"themeDark": "pf-v5-theme-dark",
|
44
|
+
"wsDirRtl": "ws-dir-rtl"
|
42
45
|
};
|
@@ -2,8 +2,10 @@ import './dual-list-selector.css';
|
|
2
2
|
export default {
|
3
3
|
"badge": "pf-v5-c-badge",
|
4
4
|
"button": "pf-v5-c-button",
|
5
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
5
6
|
"dualListSelector": "pf-v5-c-dual-list-selector",
|
6
7
|
"dualListSelectorControls": "pf-v5-c-dual-list-selector__controls",
|
8
|
+
"dualListSelectorControlsItem": "pf-v5-c-dual-list-selector__controls-item",
|
7
9
|
"dualListSelectorDraggable": "pf-v5-c-dual-list-selector__draggable",
|
8
10
|
"dualListSelectorHeader": "pf-v5-c-dual-list-selector__header",
|
9
11
|
"dualListSelectorItem": "pf-v5-c-dual-list-selector__item",
|
@@ -36,5 +38,6 @@ export default {
|
|
36
38
|
"ghostRow": "pf-m-ghost-row",
|
37
39
|
"read": "pf-m-read"
|
38
40
|
},
|
39
|
-
"themeDark": "pf-v5-theme-dark"
|
41
|
+
"themeDark": "pf-v5-theme-dark",
|
42
|
+
"wsDirRtl": "ws-dir-rtl"
|
40
43
|
};
|
@@ -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)
|
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-
|
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-
|
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-
|
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
|
-
|
67
|
-
|
68
|
-
|
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)
|
96
|
-
|
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;
|
@@ -114,18 +117,22 @@
|
|
114
117
|
transition: var(--pf-v5-c-expandable-section__toggle-icon--Transition);
|
115
118
|
transform: rotate(var(--pf-v5-c-expandable-section__toggle-icon--Rotate));
|
116
119
|
}
|
120
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-expandable-section__toggle-icon {
|
121
|
+
scale: -1 1;
|
122
|
+
}
|
123
|
+
|
117
124
|
.pf-v5-c-expandable-section__toggle-icon.pf-m-expand-top {
|
118
125
|
--pf-v5-c-expandable-section__toggle-icon--Rotate: var(--pf-v5-c-expandable-section__toggle-icon--m-expand-top--Rotate);
|
119
126
|
}
|
120
127
|
|
121
128
|
.pf-v5-c-expandable-section__toggle-text {
|
122
|
-
margin-
|
129
|
+
margin-inline-start: var(--pf-v5-c-expandable-section__toggle-text--MarginLeft);
|
123
130
|
}
|
124
131
|
|
125
132
|
.pf-v5-c-expandable-section__content {
|
126
133
|
max-width: var(--pf-v5-c-expandable-section__content--MaxWidth);
|
127
|
-
padding-
|
128
|
-
padding-
|
129
|
-
padding-
|
130
|
-
margin-
|
134
|
+
padding-block-end: var(--pf-v5-c-expandable-section__content--PaddingBottom);
|
135
|
+
padding-inline-start: var(--pf-v5-c-expandable-section__content--PaddingLeft);
|
136
|
+
padding-inline-end: var(--pf-v5-c-expandable-section__content--PaddingRight);
|
137
|
+
margin-block-start: var(--pf-v5-c-expandable-section__content--MarginTop);
|
131
138
|
}
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import './expandable-section.css';
|
2
2
|
declare const _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,6 +15,7 @@ declare const _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
|
};
|
19
21
|
export default _default;
|
@@ -2,6 +2,7 @@
|
|
2
2
|
exports.__esModule = true;
|
3
3
|
require('./expandable-section.css');
|
4
4
|
exports.default = {
|
5
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
5
6
|
"expandableSection": "pf-v5-c-expandable-section",
|
6
7
|
"expandableSectionContent": "pf-v5-c-expandable-section__content",
|
7
8
|
"expandableSectionToggle": "pf-v5-c-expandable-section__toggle",
|
@@ -16,5 +17,6 @@ exports.default = {
|
|
16
17
|
"indented": "pf-m-indented",
|
17
18
|
"active": "pf-m-active",
|
18
19
|
"expandTop": "pf-m-expand-top"
|
19
|
-
}
|
20
|
+
},
|
21
|
+
"wsDirRtl": "ws-dir-rtl"
|
20
22
|
};
|