@patternfly/react-styles 5.1.1-prerelease.1 → 5.1.1-prerelease.3
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/css/components/Accordion/accordion.css +3 -0
- 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/Alert/alert.css +3 -0
- 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/BackgroundImage/background-image.css +4 -1
- package/css/components/BackgroundImage/background-image.d.ts +3 -1
- package/css/components/BackgroundImage/background-image.js +3 -1
- package/css/components/BackgroundImage/background-image.mjs +3 -1
- package/css/components/Breadcrumb/breadcrumb.css +3 -0
- 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/CalendarMonth/calendar-month.css +4 -0
- 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 +3 -0
- package/css/components/Card/card.d.ts +3 -1
- package/css/components/Card/card.js +3 -1
- package/css/components/Card/card.mjs +3 -1
- package/css/components/ClipboardCopy/clipboard-copy.css +3 -0
- 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/DataList/data-list.css +3 -0
- package/css/components/DataList/data-list.d.ts +3 -1
- package/css/components/DataList/data-list.js +3 -1
- package/css/components/DataList/data-list.mjs +3 -1
- package/css/components/Drawer/drawer.css +45 -1
- package/css/components/Drawer/drawer.d.ts +3 -1
- package/css/components/Drawer/drawer.js +3 -1
- package/css/components/Drawer/drawer.mjs +3 -1
- package/css/components/DualListSelector/dual-list-selector.css +9 -1
- 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/ExpandableSection/expandable-section.css +4 -0
- 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/Form/form.css +3 -0
- package/css/components/Form/form.d.ts +3 -1
- package/css/components/Form/form.js +3 -1
- package/css/components/Form/form.mjs +3 -1
- package/css/components/JumpLinks/jump-links.css +3 -0
- package/css/components/JumpLinks/jump-links.d.ts +3 -1
- package/css/components/JumpLinks/jump-links.js +3 -1
- package/css/components/JumpLinks/jump-links.mjs +3 -1
- package/css/components/Menu/menu.css +11 -0
- 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/Nav/nav.css +20 -0
- 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/NotificationDrawer/notification-drawer.css +4 -0
- 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/Page/page.css +4 -0
- 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 +4 -0
- 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/Popover/popover.css +56 -8
- package/css/components/Popover/popover.d.ts +15 -1
- package/css/components/Popover/popover.js +15 -1
- package/css/components/Popover/popover.mjs +15 -1
- package/css/components/Skeleton/skeleton.css +4 -0
- package/css/components/Skeleton/skeleton.d.ts +3 -1
- package/css/components/Skeleton/skeleton.js +3 -1
- package/css/components/Skeleton/skeleton.mjs +3 -1
- package/css/components/Slider/slider.css +30 -6
- 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 +4 -0
- 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/Table/table-scrollable.css +2 -2
- package/css/components/Table/table-scrollable.d.ts +3 -1
- package/css/components/Table/table-scrollable.js +3 -1
- package/css/components/Table/table-scrollable.mjs +3 -1
- package/css/components/Table/table-tree-view.css +5 -1
- package/css/components/Table/table-tree-view.d.ts +3 -1
- package/css/components/Table/table-tree-view.js +3 -1
- package/css/components/Table/table-tree-view.mjs +3 -1
- package/css/components/Table/table.css +4 -0
- package/css/components/Table/table.d.ts +3 -1
- package/css/components/Table/table.js +3 -1
- package/css/components/Table/table.mjs +3 -1
- package/css/components/Tabs/tabs.css +10 -0
- package/css/components/Tabs/tabs.d.ts +3 -1
- package/css/components/Tabs/tabs.js +3 -1
- package/css/components/Tabs/tabs.mjs +3 -1
- package/css/components/Tooltip/tooltip.css +57 -9
- package/css/components/Tooltip/tooltip.d.ts +21 -2
- package/css/components/Tooltip/tooltip.js +21 -2
- package/css/components/Tooltip/tooltip.mjs +21 -2
- package/css/components/TreeView/tree-view.css +6 -0
- package/css/components/TreeView/tree-view.d.ts +3 -1
- package/css/components/TreeView/tree-view.js +3 -1
- package/css/components/TreeView/tree-view.mjs +3 -1
- package/css/components/Truncate/truncate.css +9 -0
- package/css/components/Truncate/truncate.d.ts +3 -1
- package/css/components/Truncate/truncate.js +3 -1
- package/css/components/Truncate/truncate.mjs +3 -1
- package/css/components/Wizard/wizard.css +10 -1
- 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/DragDrop/examples/DragDrop.css +2 -2
- package/css/docs/components/ModalBox/examples/ModalBox.css +2 -8
- package/css/docs/components/ModalBox/examples/ModalBox.d.ts +0 -1
- package/css/docs/components/ModalBox/examples/ModalBox.js +0 -1
- package/css/docs/components/ModalBox/examples/ModalBox.mjs +0 -1
- 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 +3 -9
- package/css/docs/components/Popover/examples/Popover.d.ts +0 -1
- package/css/docs/components/Popover/examples/Popover.js +0 -1
- package/css/docs/components/Popover/examples/Popover.mjs +0 -1
- package/css/docs/components/Tooltip/examples/Tooltip.css +4 -0
- package/css/docs/components/Tooltip/examples/Tooltip.d.ts +6 -0
- package/css/docs/components/Tooltip/examples/Tooltip.js +7 -0
- package/css/docs/components/Tooltip/examples/Tooltip.mjs +5 -0
- package/package.json +3 -3
@@ -2,6 +2,7 @@
|
|
2
2
|
exports.__esModule = true;
|
3
3
|
require('./drawer.css');
|
4
4
|
exports.default = {
|
5
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
5
6
|
"drawer": "pf-v5-c-drawer",
|
6
7
|
"drawerActions": "pf-v5-c-drawer__actions",
|
7
8
|
"drawerBody": "pf-v5-c-drawer__body",
|
@@ -60,5 +61,6 @@ exports.default = {
|
|
60
61
|
"staticOn_2xl": "pf-m-static-on-2xl"
|
61
62
|
},
|
62
63
|
"pageMain": "pf-v5-c-page__main",
|
63
|
-
"themeDark": "pf-v5-theme-dark"
|
64
|
+
"themeDark": "pf-v5-theme-dark",
|
65
|
+
"wsDirRtl": "ws-dir-rtl"
|
64
66
|
};
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import './drawer.css';
|
2
2
|
export default {
|
3
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
3
4
|
"drawer": "pf-v5-c-drawer",
|
4
5
|
"drawerActions": "pf-v5-c-drawer__actions",
|
5
6
|
"drawerBody": "pf-v5-c-drawer__body",
|
@@ -58,5 +59,6 @@ export default {
|
|
58
59
|
"staticOn_2xl": "pf-m-static-on-2xl"
|
59
60
|
},
|
60
61
|
"pageMain": "pf-v5-c-page__main",
|
61
|
-
"themeDark": "pf-v5-theme-dark"
|
62
|
+
"themeDark": "pf-v5-theme-dark",
|
63
|
+
"wsDirRtl": "ws-dir-rtl"
|
62
64
|
};
|
@@ -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
|
+
transform: translateX(var(--pf-v5-c-dual-list-selector__list__list__item-toggle--TranslateX));
|
133
134
|
position: absolute;
|
134
135
|
inset-block-start: 0;
|
135
136
|
inset-inline-start: var(--pf-v5-c-dual-list-selector__list__list__item-toggle--Left);
|
136
|
-
transform: translateX(var(--pf-v5-c-dual-list-selector__list__list__item-toggle--TranslateX));
|
137
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)));
|
140
|
+
}
|
141
|
+
|
138
142
|
.pf-v5-c-dual-list-selector__list.pf-m-drag-over {
|
139
143
|
overflow-anchor: none;
|
140
144
|
}
|
@@ -233,6 +237,10 @@
|
|
233
237
|
padding-inline-end: var(--pf-v5-c-dual-list-selector__controls--PaddingRight);
|
234
238
|
}
|
235
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;
|
242
|
+
}
|
243
|
+
|
236
244
|
.pf-v5-c-dual-list-selector__item-main {
|
237
245
|
display: flex;
|
238
246
|
min-width: 0;
|
@@ -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
|
};
|
@@ -117,6 +117,10 @@
|
|
117
117
|
transition: var(--pf-v5-c-expandable-section__toggle-icon--Transition);
|
118
118
|
transform: rotate(var(--pf-v5-c-expandable-section__toggle-icon--Rotate));
|
119
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
|
+
|
120
124
|
.pf-v5-c-expandable-section__toggle-icon.pf-m-expand-top {
|
121
125
|
--pf-v5-c-expandable-section__toggle-icon--Rotate: var(--pf-v5-c-expandable-section__toggle-icon--m-expand-top--Rotate);
|
122
126
|
}
|
@@ -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
|
};
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import './expandable-section.css';
|
2
2
|
export default {
|
3
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
3
4
|
"expandableSection": "pf-v5-c-expandable-section",
|
4
5
|
"expandableSectionContent": "pf-v5-c-expandable-section__content",
|
5
6
|
"expandableSectionToggle": "pf-v5-c-expandable-section__toggle",
|
@@ -14,5 +15,6 @@ export default {
|
|
14
15
|
"indented": "pf-m-indented",
|
15
16
|
"active": "pf-m-active",
|
16
17
|
"expandTop": "pf-m-expand-top"
|
17
|
-
}
|
18
|
+
},
|
19
|
+
"wsDirRtl": "ws-dir-rtl"
|
18
20
|
};
|
@@ -453,6 +453,9 @@
|
|
453
453
|
transition: var(--pf-v5-c-form__field-group-toggle-icon--Transition);
|
454
454
|
transform: rotate(var(--pf-v5-c-form__field-group-toggle-icon--Rotate));
|
455
455
|
}
|
456
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-form__field-group-toggle-icon {
|
457
|
+
scale: -1 1;
|
458
|
+
}
|
456
459
|
|
457
460
|
.pf-v5-c-form__field-group-header {
|
458
461
|
display: flex;
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import './form.css';
|
2
2
|
declare const _default: {
|
3
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
3
4
|
"form": "pf-v5-c-form",
|
4
5
|
"formActions": "pf-v5-c-form__actions",
|
5
6
|
"formFieldGroup": "pf-v5-c-form__field-group",
|
@@ -50,6 +51,7 @@ declare const _default: {
|
|
50
51
|
"hidden": "pf-m-hidden",
|
51
52
|
"expanded": "pf-m-expanded"
|
52
53
|
},
|
53
|
-
"themeDark": "pf-v5-theme-dark"
|
54
|
+
"themeDark": "pf-v5-theme-dark",
|
55
|
+
"wsDirRtl": "ws-dir-rtl"
|
54
56
|
};
|
55
57
|
export default _default;
|
@@ -2,6 +2,7 @@
|
|
2
2
|
exports.__esModule = true;
|
3
3
|
require('./form.css');
|
4
4
|
exports.default = {
|
5
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
5
6
|
"form": "pf-v5-c-form",
|
6
7
|
"formActions": "pf-v5-c-form__actions",
|
7
8
|
"formFieldGroup": "pf-v5-c-form__field-group",
|
@@ -52,5 +53,6 @@ exports.default = {
|
|
52
53
|
"hidden": "pf-m-hidden",
|
53
54
|
"expanded": "pf-m-expanded"
|
54
55
|
},
|
55
|
-
"themeDark": "pf-v5-theme-dark"
|
56
|
+
"themeDark": "pf-v5-theme-dark",
|
57
|
+
"wsDirRtl": "ws-dir-rtl"
|
56
58
|
};
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import './form.css';
|
2
2
|
export default {
|
3
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
3
4
|
"form": "pf-v5-c-form",
|
4
5
|
"formActions": "pf-v5-c-form__actions",
|
5
6
|
"formFieldGroup": "pf-v5-c-form__field-group",
|
@@ -50,5 +51,6 @@ export default {
|
|
50
51
|
"hidden": "pf-m-hidden",
|
51
52
|
"expanded": "pf-m-expanded"
|
52
53
|
},
|
53
|
-
"themeDark": "pf-v5-theme-dark"
|
54
|
+
"themeDark": "pf-v5-theme-dark",
|
55
|
+
"wsDirRtl": "ws-dir-rtl"
|
54
56
|
};
|
@@ -252,6 +252,9 @@
|
|
252
252
|
transition: var(--pf-v5-c-jump-links__toggle-icon--Transition);
|
253
253
|
transform: rotate(var(--pf-v5-c-jump-links__toggle-icon--Rotate));
|
254
254
|
}
|
255
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-jump-links__toggle-icon {
|
256
|
+
scale: -1 1;
|
257
|
+
}
|
255
258
|
|
256
259
|
.pf-v5-c-jump-links__toggle-text {
|
257
260
|
margin-inline-start: var(--pf-v5-c-jump-links__toggle-text--MarginLeft);
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import './jump-links.css';
|
2
2
|
declare const _default: {
|
3
3
|
"button": "pf-v5-c-button",
|
4
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
4
5
|
"jumpLinks": "pf-v5-c-jump-links",
|
5
6
|
"jumpLinksItem": "pf-v5-c-jump-links__item",
|
6
7
|
"jumpLinksLabel": "pf-v5-c-jump-links__label",
|
@@ -28,6 +29,7 @@ declare const _default: {
|
|
28
29
|
"nonExpandableOn_2xl": "pf-m-non-expandable-on-2xl",
|
29
30
|
"expanded": "pf-m-expanded",
|
30
31
|
"current": "pf-m-current"
|
31
|
-
}
|
32
|
+
},
|
33
|
+
"wsDirRtl": "ws-dir-rtl"
|
32
34
|
};
|
33
35
|
export default _default;
|
@@ -3,6 +3,7 @@ exports.__esModule = true;
|
|
3
3
|
require('./jump-links.css');
|
4
4
|
exports.default = {
|
5
5
|
"button": "pf-v5-c-button",
|
6
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
6
7
|
"jumpLinks": "pf-v5-c-jump-links",
|
7
8
|
"jumpLinksItem": "pf-v5-c-jump-links__item",
|
8
9
|
"jumpLinksLabel": "pf-v5-c-jump-links__label",
|
@@ -30,5 +31,6 @@ exports.default = {
|
|
30
31
|
"nonExpandableOn_2xl": "pf-m-non-expandable-on-2xl",
|
31
32
|
"expanded": "pf-m-expanded",
|
32
33
|
"current": "pf-m-current"
|
33
|
-
}
|
34
|
+
},
|
35
|
+
"wsDirRtl": "ws-dir-rtl"
|
34
36
|
};
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import './jump-links.css';
|
2
2
|
export default {
|
3
3
|
"button": "pf-v5-c-button",
|
4
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
4
5
|
"jumpLinks": "pf-v5-c-jump-links",
|
5
6
|
"jumpLinksItem": "pf-v5-c-jump-links__item",
|
6
7
|
"jumpLinksLabel": "pf-v5-c-jump-links__label",
|
@@ -28,5 +29,6 @@ export default {
|
|
28
29
|
"nonExpandableOn_2xl": "pf-m-non-expandable-on-2xl",
|
29
30
|
"expanded": "pf-m-expanded",
|
30
31
|
"current": "pf-m-current"
|
31
|
-
}
|
32
|
+
},
|
33
|
+
"wsDirRtl": "ws-dir-rtl"
|
32
34
|
};
|
@@ -259,6 +259,10 @@
|
|
259
259
|
.pf-v5-c-menu.pf-m-drilldown.pf-m-drilled-in > .pf-v5-c-menu__list {
|
260
260
|
transform: translateX(-100%);
|
261
261
|
}
|
262
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-menu.pf-m-drilldown.pf-m-drilled-in > .pf-v5-c-menu__content > .pf-v5-c-menu__list, .pf-v5-c-menu.pf-m-drilldown.pf-m-drilled-in > .pf-v5-c-menu__list {
|
263
|
+
transform: translateX(calc(-100% * var(--pf-v5-global--inverse--multiplier)));
|
264
|
+
}
|
265
|
+
|
262
266
|
.pf-v5-c-menu.pf-m-drilldown > .pf-v5-c-menu__content .pf-v5-c-menu {
|
263
267
|
--pf-v5-c-menu--BoxShadow: none;
|
264
268
|
position: absolute;
|
@@ -270,6 +274,10 @@
|
|
270
274
|
.pf-v5-c-menu.pf-m-drilldown > .pf-v5-c-menu__content .pf-v5-c-menu.pf-m-drilled-in {
|
271
275
|
transform: translateX(-100%);
|
272
276
|
}
|
277
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-menu.pf-m-drilldown > .pf-v5-c-menu__content .pf-v5-c-menu.pf-m-drilled-in {
|
278
|
+
transform: translateX(calc(-100% * var(--pf-v5-global--inverse--multiplier)));
|
279
|
+
}
|
280
|
+
|
273
281
|
.pf-v5-c-menu.pf-m-drilldown .pf-v5-c-menu__list {
|
274
282
|
position: relative;
|
275
283
|
overflow: hidden;
|
@@ -569,6 +577,9 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
569
577
|
padding-inline-end: var(--pf-v5-c-menu__item-toggle-icon--PaddingRight);
|
570
578
|
color: var(--pf-v5-c-menu__item-toggle-icon, inherit);
|
571
579
|
}
|
580
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-menu__item-toggle-icon {
|
581
|
+
scale: -1 1;
|
582
|
+
}
|
572
583
|
|
573
584
|
.pf-v5-c-menu__item-text + .pf-v5-c-menu__item-toggle-icon {
|
574
585
|
margin-inline-start: var(--pf-v5-c-menu__item-text--item-toggle-icon--MarginLeft);
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import './menu.css';
|
2
2
|
declare const _default: {
|
3
3
|
"breadcrumb": "pf-v5-c-breadcrumb",
|
4
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
4
5
|
"divider": "pf-v5-c-divider",
|
5
6
|
"menu": "pf-v5-c-menu",
|
6
7
|
"menuBreadcrumb": "pf-v5-c-menu__breadcrumb",
|
@@ -55,6 +56,7 @@ declare const _default: {
|
|
55
56
|
"favorite": "pf-m-favorite",
|
56
57
|
"favorited": "pf-m-favorited"
|
57
58
|
},
|
58
|
-
"themeDark": "pf-v5-theme-dark"
|
59
|
+
"themeDark": "pf-v5-theme-dark",
|
60
|
+
"wsDirRtl": "ws-dir-rtl"
|
59
61
|
};
|
60
62
|
export default _default;
|
@@ -3,6 +3,7 @@ exports.__esModule = true;
|
|
3
3
|
require('./menu.css');
|
4
4
|
exports.default = {
|
5
5
|
"breadcrumb": "pf-v5-c-breadcrumb",
|
6
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
6
7
|
"divider": "pf-v5-c-divider",
|
7
8
|
"menu": "pf-v5-c-menu",
|
8
9
|
"menuBreadcrumb": "pf-v5-c-menu__breadcrumb",
|
@@ -57,5 +58,6 @@ exports.default = {
|
|
57
58
|
"favorite": "pf-m-favorite",
|
58
59
|
"favorited": "pf-m-favorited"
|
59
60
|
},
|
60
|
-
"themeDark": "pf-v5-theme-dark"
|
61
|
+
"themeDark": "pf-v5-theme-dark",
|
62
|
+
"wsDirRtl": "ws-dir-rtl"
|
61
63
|
};
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import './menu.css';
|
2
2
|
export default {
|
3
3
|
"breadcrumb": "pf-v5-c-breadcrumb",
|
4
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
4
5
|
"divider": "pf-v5-c-divider",
|
5
6
|
"menu": "pf-v5-c-menu",
|
6
7
|
"menuBreadcrumb": "pf-v5-c-menu__breadcrumb",
|
@@ -55,5 +56,6 @@ export default {
|
|
55
56
|
"favorite": "pf-m-favorite",
|
56
57
|
"favorited": "pf-m-favorited"
|
57
58
|
},
|
58
|
-
"themeDark": "pf-v5-theme-dark"
|
59
|
+
"themeDark": "pf-v5-theme-dark",
|
60
|
+
"wsDirRtl": "ws-dir-rtl"
|
59
61
|
};
|
@@ -414,6 +414,10 @@
|
|
414
414
|
.pf-v5-c-nav .pf-v5-c-menu__item-toggle-icon {
|
415
415
|
margin-inline-start: calc(var(--pf-v5-c-menu__item-toggle-icon--PaddingLeft) * -1);
|
416
416
|
}
|
417
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-nav .pf-v5-c-menu__item-toggle-icon {
|
418
|
+
scale: -1 1;
|
419
|
+
}
|
420
|
+
|
417
421
|
.pf-v5-c-nav.pf-m-horizontal .pf-v5-c-nav__link::after, .pf-v5-c-nav.pf-m-tertiary .pf-v5-c-nav__link::after {
|
418
422
|
content: none;
|
419
423
|
}
|
@@ -857,6 +861,10 @@
|
|
857
861
|
display: inline-block;
|
858
862
|
transition: var(--pf-v5-c-nav__toggle-icon--Transition);
|
859
863
|
}
|
864
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-nav__toggle-icon {
|
865
|
+
scale: -1 1;
|
866
|
+
}
|
867
|
+
|
860
868
|
.pf-v5-c-nav__item.pf-m-expanded .pf-v5-c-nav__toggle-icon {
|
861
869
|
transform: rotate(var(--pf-v5-c-nav__item--m-expanded__toggle-icon--Rotate));
|
862
870
|
}
|
@@ -912,6 +920,10 @@
|
|
912
920
|
opacity: 0;
|
913
921
|
transition: var(--pf-v5-c-nav__scroll-button--Transition);
|
914
922
|
}
|
923
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-nav__scroll-button > * {
|
924
|
+
scale: -1 1;
|
925
|
+
}
|
926
|
+
|
915
927
|
.pf-v5-c-nav__scroll-button::before {
|
916
928
|
position: absolute;
|
917
929
|
inset-block-start: 0;
|
@@ -939,6 +951,10 @@
|
|
939
951
|
margin-inline-end: calc(var(--pf-v5-c-nav__scroll-button--Width) * -1);
|
940
952
|
transform: translateX(-100%);
|
941
953
|
}
|
954
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-nav__scroll-button:nth-of-type(1) {
|
955
|
+
transform: translateX(calc(-100% * var(--pf-v5-global--inverse--multiplier)));
|
956
|
+
}
|
957
|
+
|
942
958
|
.pf-v5-c-nav__scroll-button:nth-of-type(1)::before {
|
943
959
|
inset-inline-end: 0;
|
944
960
|
}
|
@@ -947,6 +963,10 @@
|
|
947
963
|
margin-inline-start: calc(var(--pf-v5-c-nav__scroll-button--Width) * -1);
|
948
964
|
transform: translateX(100%);
|
949
965
|
}
|
966
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-nav__scroll-button:nth-of-type(2) {
|
967
|
+
transform: translateX(calc(100% * var(--pf-v5-global--inverse--multiplier)));
|
968
|
+
}
|
969
|
+
|
950
970
|
.pf-v5-c-nav__scroll-button:nth-of-type(2)::before {
|
951
971
|
inset-inline-start: 0;
|
952
972
|
}
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import './nav.css';
|
2
2
|
declare const _default: {
|
3
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
3
4
|
"divider": "pf-v5-c-divider",
|
4
5
|
"menu": "pf-v5-c-menu",
|
5
6
|
"menuContent": "pf-v5-c-menu__content",
|
@@ -34,6 +35,7 @@ declare const _default: {
|
|
34
35
|
"navSubnav": "pf-v5-c-nav__subnav",
|
35
36
|
"navToggle": "pf-v5-c-nav__toggle",
|
36
37
|
"navToggleIcon": "pf-v5-c-nav__toggle-icon",
|
37
|
-
"themeDark": "pf-v5-theme-dark"
|
38
|
+
"themeDark": "pf-v5-theme-dark",
|
39
|
+
"wsDirRtl": "ws-dir-rtl"
|
38
40
|
};
|
39
41
|
export default _default;
|
@@ -2,6 +2,7 @@
|
|
2
2
|
exports.__esModule = true;
|
3
3
|
require('./nav.css');
|
4
4
|
exports.default = {
|
5
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
5
6
|
"divider": "pf-v5-c-divider",
|
6
7
|
"menu": "pf-v5-c-menu",
|
7
8
|
"menuContent": "pf-v5-c-menu__content",
|
@@ -36,5 +37,6 @@ exports.default = {
|
|
36
37
|
"navSubnav": "pf-v5-c-nav__subnav",
|
37
38
|
"navToggle": "pf-v5-c-nav__toggle",
|
38
39
|
"navToggleIcon": "pf-v5-c-nav__toggle-icon",
|
39
|
-
"themeDark": "pf-v5-theme-dark"
|
40
|
+
"themeDark": "pf-v5-theme-dark",
|
41
|
+
"wsDirRtl": "ws-dir-rtl"
|
40
42
|
};
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import './nav.css';
|
2
2
|
export default {
|
3
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
3
4
|
"divider": "pf-v5-c-divider",
|
4
5
|
"menu": "pf-v5-c-menu",
|
5
6
|
"menuContent": "pf-v5-c-menu__content",
|
@@ -34,5 +35,6 @@ export default {
|
|
34
35
|
"navSubnav": "pf-v5-c-nav__subnav",
|
35
36
|
"navToggle": "pf-v5-c-nav__toggle",
|
36
37
|
"navToggleIcon": "pf-v5-c-nav__toggle-icon",
|
37
|
-
"themeDark": "pf-v5-theme-dark"
|
38
|
+
"themeDark": "pf-v5-theme-dark",
|
39
|
+
"wsDirRtl": "ws-dir-rtl"
|
38
40
|
};
|
@@ -267,6 +267,10 @@
|
|
267
267
|
color: var(--pf-v5-c-notification-drawer__group-toggle-icon--Color);
|
268
268
|
transition: var(--pf-v5-c-notification-drawer__group-toggle-icon--Transition);
|
269
269
|
}
|
270
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-notification-drawer__group-toggle-icon {
|
271
|
+
scale: -1 1;
|
272
|
+
}
|
273
|
+
|
270
274
|
.pf-v5-c-notification-drawer__group.pf-m-expanded .pf-v5-c-notification-drawer__group-toggle-icon {
|
271
275
|
transform: rotate(var(--pf-v5-c-notification-drawer__group--m-expanded__group-toggle-icon--Rotate));
|
272
276
|
}
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import './notification-drawer.css';
|
2
2
|
declare const _default: {
|
3
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
3
4
|
"modifiers": {
|
4
5
|
"read": "pf-m-read",
|
5
6
|
"info": "pf-m-info",
|
@@ -30,6 +31,7 @@ declare const _default: {
|
|
30
31
|
"notificationDrawerListItemHeaderIcon": "pf-v5-c-notification-drawer__list-item-header-icon",
|
31
32
|
"notificationDrawerListItemHeaderTitle": "pf-v5-c-notification-drawer__list-item-header-title",
|
32
33
|
"notificationDrawerListItemTimestamp": "pf-v5-c-notification-drawer__list-item-timestamp",
|
33
|
-
"themeDark": "pf-v5-theme-dark"
|
34
|
+
"themeDark": "pf-v5-theme-dark",
|
35
|
+
"wsDirRtl": "ws-dir-rtl"
|
34
36
|
};
|
35
37
|
export default _default;
|
@@ -2,6 +2,7 @@
|
|
2
2
|
exports.__esModule = true;
|
3
3
|
require('./notification-drawer.css');
|
4
4
|
exports.default = {
|
5
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
5
6
|
"modifiers": {
|
6
7
|
"read": "pf-m-read",
|
7
8
|
"info": "pf-m-info",
|
@@ -32,5 +33,6 @@ exports.default = {
|
|
32
33
|
"notificationDrawerListItemHeaderIcon": "pf-v5-c-notification-drawer__list-item-header-icon",
|
33
34
|
"notificationDrawerListItemHeaderTitle": "pf-v5-c-notification-drawer__list-item-header-title",
|
34
35
|
"notificationDrawerListItemTimestamp": "pf-v5-c-notification-drawer__list-item-timestamp",
|
35
|
-
"themeDark": "pf-v5-theme-dark"
|
36
|
+
"themeDark": "pf-v5-theme-dark",
|
37
|
+
"wsDirRtl": "ws-dir-rtl"
|
36
38
|
};
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import './notification-drawer.css';
|
2
2
|
export default {
|
3
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
3
4
|
"modifiers": {
|
4
5
|
"read": "pf-m-read",
|
5
6
|
"info": "pf-m-info",
|
@@ -30,5 +31,6 @@ export default {
|
|
30
31
|
"notificationDrawerListItemHeaderIcon": "pf-v5-c-notification-drawer__list-item-header-icon",
|
31
32
|
"notificationDrawerListItemHeaderTitle": "pf-v5-c-notification-drawer__list-item-header-title",
|
32
33
|
"notificationDrawerListItemTimestamp": "pf-v5-c-notification-drawer__list-item-timestamp",
|
33
|
-
"themeDark": "pf-v5-theme-dark"
|
34
|
+
"themeDark": "pf-v5-theme-dark",
|
35
|
+
"wsDirRtl": "ws-dir-rtl"
|
34
36
|
};
|
@@ -399,6 +399,10 @@
|
|
399
399
|
transition: var(--pf-v5-c-page__sidebar--Transition);
|
400
400
|
transform: translateX(var(--pf-v5-c-page__sidebar--TranslateX)) translateZ(var(--pf-v5-c-page__sidebar--TranslateZ));
|
401
401
|
}
|
402
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-page__sidebar {
|
403
|
+
transform: translateX(calc(var(--pf-v5-c-page__sidebar--TranslateX) * var(--pf-v5-global--inverse--multiplier))) translateZ(var(--pf-v5-c-page__sidebar--TranslateZ));
|
404
|
+
}
|
405
|
+
|
402
406
|
.pf-v5-c-page__sidebar.pf-m-expanded {
|
403
407
|
--pf-v5-c-page__sidebar--TranslateX: var(--pf-v5-c-page__sidebar--m-expanded--TranslateX);
|
404
408
|
box-shadow: var(--pf-v5-c-page__sidebar--BoxShadow);
|
@@ -4,6 +4,7 @@ declare const _default: {
|
|
4
4
|
"brand": "pf-v5-c-brand",
|
5
5
|
"button": "pf-v5-c-button",
|
6
6
|
"contextSelector": "pf-v5-c-context-selector",
|
7
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
7
8
|
"drawer": "pf-v5-c-drawer",
|
8
9
|
"masthead": "pf-v5-c-masthead",
|
9
10
|
"modifiers": {
|
@@ -88,6 +89,7 @@ declare const _default: {
|
|
88
89
|
"pageMainWizard": "pf-v5-c-page__main-wizard",
|
89
90
|
"pageSidebar": "pf-v5-c-page__sidebar",
|
90
91
|
"pageSidebarBody": "pf-v5-c-page__sidebar-body",
|
91
|
-
"themeDark": "pf-v5-theme-dark"
|
92
|
+
"themeDark": "pf-v5-theme-dark",
|
93
|
+
"wsDirRtl": "ws-dir-rtl"
|
92
94
|
};
|
93
95
|
export default _default;
|
@@ -6,6 +6,7 @@ exports.default = {
|
|
6
6
|
"brand": "pf-v5-c-brand",
|
7
7
|
"button": "pf-v5-c-button",
|
8
8
|
"contextSelector": "pf-v5-c-context-selector",
|
9
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
9
10
|
"drawer": "pf-v5-c-drawer",
|
10
11
|
"masthead": "pf-v5-c-masthead",
|
11
12
|
"modifiers": {
|
@@ -90,5 +91,6 @@ exports.default = {
|
|
90
91
|
"pageMainWizard": "pf-v5-c-page__main-wizard",
|
91
92
|
"pageSidebar": "pf-v5-c-page__sidebar",
|
92
93
|
"pageSidebarBody": "pf-v5-c-page__sidebar-body",
|
93
|
-
"themeDark": "pf-v5-theme-dark"
|
94
|
+
"themeDark": "pf-v5-theme-dark",
|
95
|
+
"wsDirRtl": "ws-dir-rtl"
|
94
96
|
};
|
@@ -4,6 +4,7 @@ export default {
|
|
4
4
|
"brand": "pf-v5-c-brand",
|
5
5
|
"button": "pf-v5-c-button",
|
6
6
|
"contextSelector": "pf-v5-c-context-selector",
|
7
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
7
8
|
"drawer": "pf-v5-c-drawer",
|
8
9
|
"masthead": "pf-v5-c-masthead",
|
9
10
|
"modifiers": {
|
@@ -88,5 +89,6 @@ export default {
|
|
88
89
|
"pageMainWizard": "pf-v5-c-page__main-wizard",
|
89
90
|
"pageSidebar": "pf-v5-c-page__sidebar",
|
90
91
|
"pageSidebarBody": "pf-v5-c-page__sidebar-body",
|
91
|
-
"themeDark": "pf-v5-theme-dark"
|
92
|
+
"themeDark": "pf-v5-theme-dark",
|
93
|
+
"wsDirRtl": "ws-dir-rtl"
|
92
94
|
};
|
@@ -196,6 +196,10 @@
|
|
196
196
|
justify-content: flex-end;
|
197
197
|
}
|
198
198
|
|
199
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-pagination__nav-control {
|
200
|
+
scale: -1 1;
|
201
|
+
}
|
202
|
+
|
199
203
|
.pf-v5-c-pagination__nav-control .pf-v5-c-button {
|
200
204
|
padding-inline-start: var(--pf-v5-c-pagination__nav-control--c-button--PaddingLeft);
|
201
205
|
padding-inline-end: var(--pf-v5-c-pagination__nav-control--c-button--PaddingRight);
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import './pagination.css';
|
2
2
|
declare const _default: {
|
3
3
|
"button": "pf-v5-c-button",
|
4
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
4
5
|
"formControl": "pf-v5-c-form-control",
|
5
6
|
"menuToggle": "pf-v5-c-menu-toggle",
|
6
7
|
"modifiers": {
|
@@ -65,6 +66,7 @@ declare const _default: {
|
|
65
66
|
"paginationNavControl": "pf-v5-c-pagination__nav-control",
|
66
67
|
"paginationNavPageSelect": "pf-v5-c-pagination__nav-page-select",
|
67
68
|
"paginationTotalItems": "pf-v5-c-pagination__total-items",
|
68
|
-
"themeDark": "pf-v5-theme-dark"
|
69
|
+
"themeDark": "pf-v5-theme-dark",
|
70
|
+
"wsDirRtl": "ws-dir-rtl"
|
69
71
|
};
|
70
72
|
export default _default;
|