@patternfly/react-styles 5.1.1-prerelease.1 → 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 +4 -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/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/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/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/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/Slider/slider.css +29 -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/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/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/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,10 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## 5.1.1-prerelease.2 (2023-08-31)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
9
|
+
|
6
10
|
## 5.1.1-prerelease.1 (2023-08-29)
|
7
11
|
|
8
12
|
# 5.0.0 (2023-07-27)
|
@@ -200,6 +200,9 @@
|
|
200
200
|
.pf-v5-c-accordion__toggle-icon {
|
201
201
|
transition: var(--pf-v5-c-accordion__toggle-icon--Transition);
|
202
202
|
}
|
203
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-accordion__toggle-icon {
|
204
|
+
scale: -1 1;
|
205
|
+
}
|
203
206
|
|
204
207
|
.pf-v5-c-accordion__expandable-content {
|
205
208
|
font-size: var(--pf-v5-c-accordion__expandable-content--FontSize);
|
@@ -6,12 +6,14 @@ declare const _default: {
|
|
6
6
|
"accordionToggle": "pf-v5-c-accordion__toggle",
|
7
7
|
"accordionToggleIcon": "pf-v5-c-accordion__toggle-icon",
|
8
8
|
"accordionToggleText": "pf-v5-c-accordion__toggle-text",
|
9
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
9
10
|
"modifiers": {
|
10
11
|
"displayLg": "pf-m-display-lg",
|
11
12
|
"bordered": "pf-m-bordered",
|
12
13
|
"expanded": "pf-m-expanded",
|
13
14
|
"fixed": "pf-m-fixed"
|
14
15
|
},
|
15
|
-
"themeDark": "pf-v5-theme-dark"
|
16
|
+
"themeDark": "pf-v5-theme-dark",
|
17
|
+
"wsDirRtl": "ws-dir-rtl"
|
16
18
|
};
|
17
19
|
export default _default;
|
@@ -8,11 +8,13 @@ exports.default = {
|
|
8
8
|
"accordionToggle": "pf-v5-c-accordion__toggle",
|
9
9
|
"accordionToggleIcon": "pf-v5-c-accordion__toggle-icon",
|
10
10
|
"accordionToggleText": "pf-v5-c-accordion__toggle-text",
|
11
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
11
12
|
"modifiers": {
|
12
13
|
"displayLg": "pf-m-display-lg",
|
13
14
|
"bordered": "pf-m-bordered",
|
14
15
|
"expanded": "pf-m-expanded",
|
15
16
|
"fixed": "pf-m-fixed"
|
16
17
|
},
|
17
|
-
"themeDark": "pf-v5-theme-dark"
|
18
|
+
"themeDark": "pf-v5-theme-dark",
|
19
|
+
"wsDirRtl": "ws-dir-rtl"
|
18
20
|
};
|
@@ -6,11 +6,13 @@ export default {
|
|
6
6
|
"accordionToggle": "pf-v5-c-accordion__toggle",
|
7
7
|
"accordionToggleIcon": "pf-v5-c-accordion__toggle-icon",
|
8
8
|
"accordionToggleText": "pf-v5-c-accordion__toggle-text",
|
9
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
9
10
|
"modifiers": {
|
10
11
|
"displayLg": "pf-m-display-lg",
|
11
12
|
"bordered": "pf-m-bordered",
|
12
13
|
"expanded": "pf-m-expanded",
|
13
14
|
"fixed": "pf-m-fixed"
|
14
15
|
},
|
15
|
-
"themeDark": "pf-v5-theme-dark"
|
16
|
+
"themeDark": "pf-v5-theme-dark",
|
17
|
+
"wsDirRtl": "ws-dir-rtl"
|
16
18
|
};
|
@@ -159,6 +159,9 @@
|
|
159
159
|
transition: var(--pf-v5-c-alert__toggle-icon--Transition);
|
160
160
|
transform: rotate(var(--pf-v5-c-alert__toggle-icon--Rotate));
|
161
161
|
}
|
162
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-alert__toggle-icon {
|
163
|
+
scale: -1 1;
|
164
|
+
}
|
162
165
|
|
163
166
|
.pf-v5-c-alert__icon {
|
164
167
|
display: flex;
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
9
9
|
"alertToggle": "pf-v5-c-alert__toggle",
|
10
10
|
"alertToggleIcon": "pf-v5-c-alert__toggle-icon",
|
11
11
|
"button": "pf-v5-c-button",
|
12
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
12
13
|
"modifiers": {
|
13
14
|
"custom": "pf-m-custom",
|
14
15
|
"success": "pf-m-success",
|
@@ -21,6 +22,7 @@ declare const _default: {
|
|
21
22
|
"expanded": "pf-m-expanded",
|
22
23
|
"truncate": "pf-m-truncate"
|
23
24
|
},
|
24
|
-
"themeDark": "pf-v5-theme-dark"
|
25
|
+
"themeDark": "pf-v5-theme-dark",
|
26
|
+
"wsDirRtl": "ws-dir-rtl"
|
25
27
|
};
|
26
28
|
export default _default;
|
@@ -11,6 +11,7 @@ exports.default = {
|
|
11
11
|
"alertToggle": "pf-v5-c-alert__toggle",
|
12
12
|
"alertToggleIcon": "pf-v5-c-alert__toggle-icon",
|
13
13
|
"button": "pf-v5-c-button",
|
14
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
14
15
|
"modifiers": {
|
15
16
|
"custom": "pf-m-custom",
|
16
17
|
"success": "pf-m-success",
|
@@ -23,5 +24,6 @@ exports.default = {
|
|
23
24
|
"expanded": "pf-m-expanded",
|
24
25
|
"truncate": "pf-m-truncate"
|
25
26
|
},
|
26
|
-
"themeDark": "pf-v5-theme-dark"
|
27
|
+
"themeDark": "pf-v5-theme-dark",
|
28
|
+
"wsDirRtl": "ws-dir-rtl"
|
27
29
|
};
|
@@ -9,6 +9,7 @@ export default {
|
|
9
9
|
"alertToggle": "pf-v5-c-alert__toggle",
|
10
10
|
"alertToggleIcon": "pf-v5-c-alert__toggle-icon",
|
11
11
|
"button": "pf-v5-c-button",
|
12
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
12
13
|
"modifiers": {
|
13
14
|
"custom": "pf-m-custom",
|
14
15
|
"success": "pf-m-success",
|
@@ -21,5 +22,6 @@ export default {
|
|
21
22
|
"expanded": "pf-m-expanded",
|
22
23
|
"truncate": "pf-m-truncate"
|
23
24
|
},
|
24
|
-
"themeDark": "pf-v5-theme-dark"
|
25
|
+
"themeDark": "pf-v5-theme-dark",
|
26
|
+
"wsDirRtl": "ws-dir-rtl"
|
25
27
|
};
|
@@ -7,9 +7,11 @@ declare const _default: {
|
|
7
7
|
"breadcrumbItemDivider": "pf-v5-c-breadcrumb__item-divider",
|
8
8
|
"breadcrumbLink": "pf-v5-c-breadcrumb__link",
|
9
9
|
"breadcrumbList": "pf-v5-c-breadcrumb__list",
|
10
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
10
11
|
"dropdownToggle": "pf-v5-c-dropdown__toggle",
|
11
12
|
"modifiers": {
|
12
13
|
"current": "pf-m-current"
|
13
|
-
}
|
14
|
+
},
|
15
|
+
"wsDirRtl": "ws-dir-rtl"
|
14
16
|
};
|
15
17
|
export default _default;
|
@@ -9,8 +9,10 @@ exports.default = {
|
|
9
9
|
"breadcrumbItemDivider": "pf-v5-c-breadcrumb__item-divider",
|
10
10
|
"breadcrumbLink": "pf-v5-c-breadcrumb__link",
|
11
11
|
"breadcrumbList": "pf-v5-c-breadcrumb__list",
|
12
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
12
13
|
"dropdownToggle": "pf-v5-c-dropdown__toggle",
|
13
14
|
"modifiers": {
|
14
15
|
"current": "pf-m-current"
|
15
|
-
}
|
16
|
+
},
|
17
|
+
"wsDirRtl": "ws-dir-rtl"
|
16
18
|
};
|
@@ -7,8 +7,10 @@ export default {
|
|
7
7
|
"breadcrumbItemDivider": "pf-v5-c-breadcrumb__item-divider",
|
8
8
|
"breadcrumbLink": "pf-v5-c-breadcrumb__link",
|
9
9
|
"breadcrumbList": "pf-v5-c-breadcrumb__list",
|
10
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
10
11
|
"dropdownToggle": "pf-v5-c-dropdown__toggle",
|
11
12
|
"modifiers": {
|
12
13
|
"current": "pf-m-current"
|
13
|
-
}
|
14
|
+
},
|
15
|
+
"wsDirRtl": "ws-dir-rtl"
|
14
16
|
};
|
@@ -84,6 +84,10 @@
|
|
84
84
|
margin-inline-start: var(--pf-v5-c-calendar-month__header-nav-control--MarginLeft);
|
85
85
|
margin-inline-end: var(--pf-v5-c-calendar-month__header-nav-control--MarginRight);
|
86
86
|
}
|
87
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-calendar-month__header-nav-control {
|
88
|
+
scale: -1 1;
|
89
|
+
}
|
90
|
+
|
87
91
|
.pf-v5-c-calendar-month__header-nav-control.pf-m-prev-month {
|
88
92
|
--pf-v5-c-calendar-month__header-nav-control--MarginRight: var(--pf-v5-c-calendar-month__header-nav-control--m-prev-month--MarginRight);
|
89
93
|
--pf-v5-c-calendar-month__header-nav-control--MarginLeft: var(--pf-v5-c-calendar-month__header-nav-control--m-prev-month--MarginLeft);
|
@@ -11,6 +11,7 @@ declare const _default: {
|
|
11
11
|
"calendarMonthHeaderMonth": "pf-v5-c-calendar-month__header-month",
|
12
12
|
"calendarMonthHeaderNavControl": "pf-v5-c-calendar-month__header-nav-control",
|
13
13
|
"calendarMonthHeaderYear": "pf-v5-c-calendar-month__header-year",
|
14
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
14
15
|
"modifiers": {
|
15
16
|
"prevMonth": "pf-m-prev-month",
|
16
17
|
"nextMonth": "pf-m-next-month",
|
@@ -24,6 +25,7 @@ declare const _default: {
|
|
24
25
|
"hover": "pf-m-hover",
|
25
26
|
"focus": "pf-m-focus"
|
26
27
|
},
|
27
|
-
"themeDark": "pf-v5-theme-dark"
|
28
|
+
"themeDark": "pf-v5-theme-dark",
|
29
|
+
"wsDirRtl": "ws-dir-rtl"
|
28
30
|
};
|
29
31
|
export default _default;
|
@@ -13,6 +13,7 @@ exports.default = {
|
|
13
13
|
"calendarMonthHeaderMonth": "pf-v5-c-calendar-month__header-month",
|
14
14
|
"calendarMonthHeaderNavControl": "pf-v5-c-calendar-month__header-nav-control",
|
15
15
|
"calendarMonthHeaderYear": "pf-v5-c-calendar-month__header-year",
|
16
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
16
17
|
"modifiers": {
|
17
18
|
"prevMonth": "pf-m-prev-month",
|
18
19
|
"nextMonth": "pf-m-next-month",
|
@@ -26,5 +27,6 @@ exports.default = {
|
|
26
27
|
"hover": "pf-m-hover",
|
27
28
|
"focus": "pf-m-focus"
|
28
29
|
},
|
29
|
-
"themeDark": "pf-v5-theme-dark"
|
30
|
+
"themeDark": "pf-v5-theme-dark",
|
31
|
+
"wsDirRtl": "ws-dir-rtl"
|
30
32
|
};
|
@@ -11,6 +11,7 @@ export default {
|
|
11
11
|
"calendarMonthHeaderMonth": "pf-v5-c-calendar-month__header-month",
|
12
12
|
"calendarMonthHeaderNavControl": "pf-v5-c-calendar-month__header-nav-control",
|
13
13
|
"calendarMonthHeaderYear": "pf-v5-c-calendar-month__header-year",
|
14
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
14
15
|
"modifiers": {
|
15
16
|
"prevMonth": "pf-m-prev-month",
|
16
17
|
"nextMonth": "pf-m-next-month",
|
@@ -24,5 +25,6 @@ export default {
|
|
24
25
|
"hover": "pf-m-hover",
|
25
26
|
"focus": "pf-m-focus"
|
26
27
|
},
|
27
|
-
"themeDark": "pf-v5-theme-dark"
|
28
|
+
"themeDark": "pf-v5-theme-dark",
|
29
|
+
"wsDirRtl": "ws-dir-rtl"
|
28
30
|
};
|
@@ -50,6 +50,9 @@
|
|
50
50
|
.pf-v5-c-clipboard-copy__toggle-icon {
|
51
51
|
transition: var(--pf-v5-c-clipboard-copy__toggle-icon--Transition);
|
52
52
|
}
|
53
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-clipboard-copy__toggle-icon {
|
54
|
+
scale: -1 1;
|
55
|
+
}
|
53
56
|
|
54
57
|
.pf-v5-c-clipboard-copy__expandable-content {
|
55
58
|
padding-block-start: var(--pf-v5-c-clipboard-copy__expandable-content--PaddingTop);
|
@@ -8,12 +8,14 @@ declare const _default: {
|
|
8
8
|
"clipboardCopyGroup": "pf-v5-c-clipboard-copy__group",
|
9
9
|
"clipboardCopyText": "pf-v5-c-clipboard-copy__text",
|
10
10
|
"clipboardCopyToggleIcon": "pf-v5-c-clipboard-copy__toggle-icon",
|
11
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
11
12
|
"modifiers": {
|
12
13
|
"expanded": "pf-m-expanded",
|
13
14
|
"inline": "pf-m-inline",
|
14
15
|
"block": "pf-m-block",
|
15
16
|
"code": "pf-m-code"
|
16
17
|
},
|
17
|
-
"themeDark": "pf-v5-theme-dark"
|
18
|
+
"themeDark": "pf-v5-theme-dark",
|
19
|
+
"wsDirRtl": "ws-dir-rtl"
|
18
20
|
};
|
19
21
|
export default _default;
|
@@ -10,11 +10,13 @@ exports.default = {
|
|
10
10
|
"clipboardCopyGroup": "pf-v5-c-clipboard-copy__group",
|
11
11
|
"clipboardCopyText": "pf-v5-c-clipboard-copy__text",
|
12
12
|
"clipboardCopyToggleIcon": "pf-v5-c-clipboard-copy__toggle-icon",
|
13
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
13
14
|
"modifiers": {
|
14
15
|
"expanded": "pf-m-expanded",
|
15
16
|
"inline": "pf-m-inline",
|
16
17
|
"block": "pf-m-block",
|
17
18
|
"code": "pf-m-code"
|
18
19
|
},
|
19
|
-
"themeDark": "pf-v5-theme-dark"
|
20
|
+
"themeDark": "pf-v5-theme-dark",
|
21
|
+
"wsDirRtl": "ws-dir-rtl"
|
20
22
|
};
|
@@ -8,11 +8,13 @@ export default {
|
|
8
8
|
"clipboardCopyGroup": "pf-v5-c-clipboard-copy__group",
|
9
9
|
"clipboardCopyText": "pf-v5-c-clipboard-copy__text",
|
10
10
|
"clipboardCopyToggleIcon": "pf-v5-c-clipboard-copy__toggle-icon",
|
11
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
11
12
|
"modifiers": {
|
12
13
|
"expanded": "pf-m-expanded",
|
13
14
|
"inline": "pf-m-inline",
|
14
15
|
"block": "pf-m-block",
|
15
16
|
"code": "pf-m-code"
|
16
17
|
},
|
17
|
-
"themeDark": "pf-v5-theme-dark"
|
18
|
+
"themeDark": "pf-v5-theme-dark",
|
19
|
+
"wsDirRtl": "ws-dir-rtl"
|
18
20
|
};
|
@@ -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
|
};
|
@@ -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
|
};
|