@patternfly/react-styles 5.1.1-prerelease.2 → 5.1.1-prerelease.4
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/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/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/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/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/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 +1 -0
- 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/docs/components/ModalBox/examples/ModalBox.css +3 -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/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
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,14 @@
|
|
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.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@5.1.1-prerelease.3...@patternfly/react-styles@5.1.1-prerelease.4) (2023-09-06)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
9
|
+
|
10
|
+
## 5.1.1-prerelease.3 (2023-09-05)
|
11
|
+
|
12
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
13
|
+
|
6
14
|
## 5.1.1-prerelease.2 (2023-08-31)
|
7
15
|
|
8
16
|
**Note:** Version bump only for package @patternfly/react-styles
|
@@ -1,11 +1,11 @@
|
|
1
1
|
.pf-v5-c-background-image {
|
2
2
|
--pf-v5-c-background-image--BackgroundColor: var(--pf-v5-global--BackgroundColor--dark-100);
|
3
3
|
--pf-v5-c-background-image--BackgroundImage: none;
|
4
|
-
--pf-v5-c-background-image--BackgroundPosition: bottom right;
|
5
4
|
--pf-v5-c-background-image--BackgroundSize--min-width: 200px;
|
6
5
|
--pf-v5-c-background-image--BackgroundSize--width: 60%;
|
7
6
|
--pf-v5-c-background-image--BackgroundSize--max-width: 600px;
|
8
7
|
--pf-v5-c-background-image--BackgroundSize: clamp(var(--pf-v5-c-background-image--BackgroundSize--min-width), var(--pf-v5-c-background-image--BackgroundSize--width), var(--pf-v5-c-background-image--BackgroundSize--max-width));
|
8
|
+
--pf-v5-c-background-image--BackgroundPosition: bottom right;
|
9
9
|
position: fixed;
|
10
10
|
inset-block-start: 0;
|
11
11
|
inset-inline-start: 0;
|
@@ -17,4 +17,7 @@
|
|
17
17
|
background-repeat: no-repeat;
|
18
18
|
background-position: var(--pf-v5-c-background-image--BackgroundPosition);
|
19
19
|
background-size: var(--pf-v5-c-background-image--BackgroundSize);
|
20
|
+
}
|
21
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-background-image {
|
22
|
+
--pf-v5-c-background-image--BackgroundPosition: bottom left;
|
20
23
|
}
|
@@ -270,6 +270,9 @@
|
|
270
270
|
display: inline-block;
|
271
271
|
transition: var(--pf-v5-c-card__header-toggle-icon--Transition);
|
272
272
|
}
|
273
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-card__header-toggle-icon {
|
274
|
+
scale: -1 1;
|
275
|
+
}
|
273
276
|
|
274
277
|
.pf-v5-c-card__title-text {
|
275
278
|
font-family: var(--pf-v5-c-card__title-text--FontFamily);
|
@@ -15,6 +15,7 @@ declare const _default: {
|
|
15
15
|
"cardTitleText": "pf-v5-c-card__title-text",
|
16
16
|
"checkInput": "pf-v5-c-check__input",
|
17
17
|
"checkLabel": "pf-v5-c-check__label",
|
18
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
18
19
|
"divider": "pf-v5-c-divider",
|
19
20
|
"modifiers": {
|
20
21
|
"selectable": "pf-m-selectable",
|
@@ -39,6 +40,7 @@ declare const _default: {
|
|
39
40
|
},
|
40
41
|
"radioInput": "pf-v5-c-radio__input",
|
41
42
|
"radioLabel": "pf-v5-c-radio__label",
|
42
|
-
"themeDark": "pf-v5-theme-dark"
|
43
|
+
"themeDark": "pf-v5-theme-dark",
|
44
|
+
"wsDirRtl": "ws-dir-rtl"
|
43
45
|
};
|
44
46
|
export default _default;
|
@@ -17,6 +17,7 @@ exports.default = {
|
|
17
17
|
"cardTitleText": "pf-v5-c-card__title-text",
|
18
18
|
"checkInput": "pf-v5-c-check__input",
|
19
19
|
"checkLabel": "pf-v5-c-check__label",
|
20
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
20
21
|
"divider": "pf-v5-c-divider",
|
21
22
|
"modifiers": {
|
22
23
|
"selectable": "pf-m-selectable",
|
@@ -41,5 +42,6 @@ exports.default = {
|
|
41
42
|
},
|
42
43
|
"radioInput": "pf-v5-c-radio__input",
|
43
44
|
"radioLabel": "pf-v5-c-radio__label",
|
44
|
-
"themeDark": "pf-v5-theme-dark"
|
45
|
+
"themeDark": "pf-v5-theme-dark",
|
46
|
+
"wsDirRtl": "ws-dir-rtl"
|
45
47
|
};
|
@@ -15,6 +15,7 @@ export default {
|
|
15
15
|
"cardTitleText": "pf-v5-c-card__title-text",
|
16
16
|
"checkInput": "pf-v5-c-check__input",
|
17
17
|
"checkLabel": "pf-v5-c-check__label",
|
18
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
18
19
|
"divider": "pf-v5-c-divider",
|
19
20
|
"modifiers": {
|
20
21
|
"selectable": "pf-m-selectable",
|
@@ -39,5 +40,6 @@ export default {
|
|
39
40
|
},
|
40
41
|
"radioInput": "pf-v5-c-radio__input",
|
41
42
|
"radioLabel": "pf-v5-c-radio__label",
|
42
|
-
"themeDark": "pf-v5-theme-dark"
|
43
|
+
"themeDark": "pf-v5-theme-dark",
|
44
|
+
"wsDirRtl": "ws-dir-rtl"
|
43
45
|
};
|
@@ -812,6 +812,9 @@
|
|
812
812
|
transition: var(--pf-v5-c-data-list__toggle-icon--Transition);
|
813
813
|
transform: rotate(var(--pf-v5-c-data-list__toggle-icon--Rotate));
|
814
814
|
}
|
815
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-data-list__toggle-icon {
|
816
|
+
scale: -1 1;
|
817
|
+
}
|
815
818
|
|
816
819
|
.pf-v5-c-data-list__item-content {
|
817
820
|
display: grid;
|
@@ -16,6 +16,7 @@ declare const _default: {
|
|
16
16
|
"dataListText": "pf-v5-c-data-list__text",
|
17
17
|
"dataListToggle": "pf-v5-c-data-list__toggle",
|
18
18
|
"dataListToggleIcon": "pf-v5-c-data-list__toggle-icon",
|
19
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
19
20
|
"modifiers": {
|
20
21
|
"hidden": "pf-m-hidden",
|
21
22
|
"hiddenOnSm": "pf-m-hidden-on-sm",
|
@@ -53,6 +54,7 @@ declare const _default: {
|
|
53
54
|
"disabled": "pf-m-disabled",
|
54
55
|
"noPadding": "pf-m-no-padding"
|
55
56
|
},
|
56
|
-
"themeDark": "pf-v5-theme-dark"
|
57
|
+
"themeDark": "pf-v5-theme-dark",
|
58
|
+
"wsDirRtl": "ws-dir-rtl"
|
57
59
|
};
|
58
60
|
export default _default;
|
@@ -18,6 +18,7 @@ exports.default = {
|
|
18
18
|
"dataListText": "pf-v5-c-data-list__text",
|
19
19
|
"dataListToggle": "pf-v5-c-data-list__toggle",
|
20
20
|
"dataListToggleIcon": "pf-v5-c-data-list__toggle-icon",
|
21
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
21
22
|
"modifiers": {
|
22
23
|
"hidden": "pf-m-hidden",
|
23
24
|
"hiddenOnSm": "pf-m-hidden-on-sm",
|
@@ -55,5 +56,6 @@ exports.default = {
|
|
55
56
|
"disabled": "pf-m-disabled",
|
56
57
|
"noPadding": "pf-m-no-padding"
|
57
58
|
},
|
58
|
-
"themeDark": "pf-v5-theme-dark"
|
59
|
+
"themeDark": "pf-v5-theme-dark",
|
60
|
+
"wsDirRtl": "ws-dir-rtl"
|
59
61
|
};
|
@@ -16,6 +16,7 @@ export default {
|
|
16
16
|
"dataListText": "pf-v5-c-data-list__text",
|
17
17
|
"dataListToggle": "pf-v5-c-data-list__toggle",
|
18
18
|
"dataListToggleIcon": "pf-v5-c-data-list__toggle-icon",
|
19
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
19
20
|
"modifiers": {
|
20
21
|
"hidden": "pf-m-hidden",
|
21
22
|
"hiddenOnSm": "pf-m-hidden-on-sm",
|
@@ -53,5 +54,6 @@ export default {
|
|
53
54
|
"disabled": "pf-m-disabled",
|
54
55
|
"noPadding": "pf-m-no-padding"
|
55
56
|
},
|
56
|
-
"themeDark": "pf-v5-theme-dark"
|
57
|
+
"themeDark": "pf-v5-theme-dark",
|
58
|
+
"wsDirRtl": "ws-dir-rtl"
|
57
59
|
};
|
@@ -92,9 +92,9 @@
|
|
92
92
|
--pf-v5-c-drawer__actions--MarginTop: calc(var(--pf-v5-global--spacer--form-element) * -1);
|
93
93
|
--pf-v5-c-drawer__actions--MarginRight: calc(var(--pf-v5-global--spacer--form-element) * -1);
|
94
94
|
--pf-v5-c-drawer__panel--BoxShadow: none;
|
95
|
+
--pf-v5-c-drawer--m-expanded--m-panel-bottom__panel--BoxShadow: var(--pf-v5-global--BoxShadow--lg-top);
|
95
96
|
--pf-v5-c-drawer--m-expanded__panel--BoxShadow: var(--pf-v5-global--BoxShadow--lg-left);
|
96
97
|
--pf-v5-c-drawer--m-expanded--m-panel-left__panel--BoxShadow: var(--pf-v5-global--BoxShadow--lg-right);
|
97
|
-
--pf-v5-c-drawer--m-expanded--m-panel-bottom__panel--BoxShadow: var(--pf-v5-global--BoxShadow--lg-top);
|
98
98
|
--pf-v5-c-drawer__panel--after--Width: var(--pf-v5-global--BorderWidth--sm);
|
99
99
|
--pf-v5-c-drawer--m-panel-bottom__panel--after--Height: var(--pf-v5-global--BorderWidth--sm);
|
100
100
|
--pf-v5-c-drawer__panel--after--BackgroundColor: transparent;
|
@@ -128,6 +128,14 @@
|
|
128
128
|
--pf-v5-c-drawer__panel--MinHeight: var(--pf-v5-c-drawer--m-panel-bottom__panel--xl--MinHeight);
|
129
129
|
}
|
130
130
|
}
|
131
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-drawer {
|
132
|
+
--pf-v5-c-drawer--m-expanded__panel--BoxShadow: var(--pf-v5-global--BoxShadow--lg-right);
|
133
|
+
}
|
134
|
+
|
135
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-drawer {
|
136
|
+
--pf-v5-c-drawer--m-expanded--m-panel-left__panel--BoxShadow: var(--pf-v5-global--BoxShadow--lg-left);
|
137
|
+
}
|
138
|
+
|
131
139
|
.pf-v5-c-drawer.pf-m-inline > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable), .pf-v5-c-drawer.pf-m-static > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable) {
|
132
140
|
padding-inline-start: var(--pf-v5-c-drawer--m-inline__panel--PaddingLeft);
|
133
141
|
}
|
@@ -136,6 +144,10 @@
|
|
136
144
|
margin-inline-end: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
137
145
|
transform: translateX(-100%);
|
138
146
|
}
|
147
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-drawer.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
148
|
+
transform: translateX(calc(-100% * var(--pf-v5-global--inverse--multiplier)));
|
149
|
+
}
|
150
|
+
|
139
151
|
.pf-v5-c-drawer.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__content {
|
140
152
|
order: 1;
|
141
153
|
}
|
@@ -145,6 +157,10 @@
|
|
145
157
|
.pf-v5-c-drawer.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
146
158
|
transform: translateX(-100%);
|
147
159
|
}
|
160
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-drawer.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
161
|
+
transform: translateX(calc(-100% * var(--pf-v5-global--inverse--multiplier)));
|
162
|
+
}
|
163
|
+
|
148
164
|
.pf-v5-c-drawer.pf-m-expanded.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
149
165
|
transform: translateX(0);
|
150
166
|
}
|
@@ -359,6 +375,10 @@
|
|
359
375
|
inset-inline-start: var(--pf-v5-c-drawer__splitter-handle--Left);
|
360
376
|
transform: translate(-50%, -50%);
|
361
377
|
}
|
378
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-drawer__splitter-handle {
|
379
|
+
transform: translate(calc(-50% * var(--pf-v5-global--inverse--multiplier)), -50%);
|
380
|
+
}
|
381
|
+
|
362
382
|
.pf-v5-c-drawer__splitter-handle::after {
|
363
383
|
display: block;
|
364
384
|
width: var(--pf-v5-c-drawer__splitter-handle--after--Width);
|
@@ -564,6 +584,9 @@
|
|
564
584
|
margin-inline-start: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
565
585
|
transform: translateX(100%);
|
566
586
|
}
|
587
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-drawer.pf-m-inline > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
588
|
+
transform: translateX(calc(100% * var(--pf-v5-global--inverse--multiplier)));
|
589
|
+
}
|
567
590
|
.pf-v5-c-drawer.pf-m-inline.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
568
591
|
margin-inline-start: 0;
|
569
592
|
transform: translateX(0);
|
@@ -576,6 +599,9 @@
|
|
576
599
|
margin-inline-end: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
577
600
|
transform: translateX(-100%);
|
578
601
|
}
|
602
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-drawer.pf-m-inline.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
603
|
+
transform: translateX(calc(-100% * var(--pf-v5-global--inverse--multiplier)));
|
604
|
+
}
|
579
605
|
.pf-v5-c-drawer.pf-m-inline.pf-m-panel-left.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
580
606
|
margin-inline-end: 0;
|
581
607
|
transform: translateX(0);
|
@@ -625,6 +651,9 @@
|
|
625
651
|
margin-inline-start: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
626
652
|
transform: translateX(100%);
|
627
653
|
}
|
654
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-drawer.pf-m-inline-on-lg > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
655
|
+
transform: translateX(calc(100% * var(--pf-v5-global--inverse--multiplier)));
|
656
|
+
}
|
628
657
|
.pf-v5-c-drawer.pf-m-inline-on-lg.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
629
658
|
margin-inline-start: 0;
|
630
659
|
transform: translateX(0);
|
@@ -637,6 +666,9 @@
|
|
637
666
|
margin-inline-end: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
638
667
|
transform: translateX(-100%);
|
639
668
|
}
|
669
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-drawer.pf-m-inline-on-lg.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
670
|
+
transform: translateX(calc(-100% * var(--pf-v5-global--inverse--multiplier)));
|
671
|
+
}
|
640
672
|
.pf-v5-c-drawer.pf-m-inline-on-lg.pf-m-panel-left.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
641
673
|
margin-inline-end: 0;
|
642
674
|
transform: translateX(0);
|
@@ -686,6 +718,9 @@
|
|
686
718
|
margin-inline-start: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
687
719
|
transform: translateX(100%);
|
688
720
|
}
|
721
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-drawer.pf-m-inline-on-xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
722
|
+
transform: translateX(calc(100% * var(--pf-v5-global--inverse--multiplier)));
|
723
|
+
}
|
689
724
|
.pf-v5-c-drawer.pf-m-inline-on-xl.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
690
725
|
margin-inline-start: 0;
|
691
726
|
transform: translateX(0);
|
@@ -698,6 +733,9 @@
|
|
698
733
|
margin-inline-end: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
699
734
|
transform: translateX(-100%);
|
700
735
|
}
|
736
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-drawer.pf-m-inline-on-xl.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
737
|
+
transform: translateX(calc(-100% * var(--pf-v5-global--inverse--multiplier)));
|
738
|
+
}
|
701
739
|
.pf-v5-c-drawer.pf-m-inline-on-xl.pf-m-panel-left.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
702
740
|
margin-inline-end: 0;
|
703
741
|
transform: translateX(0);
|
@@ -747,6 +785,9 @@
|
|
747
785
|
margin-inline-start: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
748
786
|
transform: translateX(100%);
|
749
787
|
}
|
788
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-drawer.pf-m-inline-on-2xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
789
|
+
transform: translateX(calc(100% * var(--pf-v5-global--inverse--multiplier)));
|
790
|
+
}
|
750
791
|
.pf-v5-c-drawer.pf-m-inline-on-2xl.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
751
792
|
margin-inline-start: 0;
|
752
793
|
transform: translateX(0);
|
@@ -759,6 +800,9 @@
|
|
759
800
|
margin-inline-end: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
760
801
|
transform: translateX(-100%);
|
761
802
|
}
|
803
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-drawer.pf-m-inline-on-2xl.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
804
|
+
transform: translateX(calc(-100% * var(--pf-v5-global--inverse--multiplier)));
|
805
|
+
}
|
762
806
|
.pf-v5-c-drawer.pf-m-inline-on-2xl.pf-m-panel-left.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
763
807
|
margin-inline-end: 0;
|
764
808
|
transform: translateX(0);
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import './drawer.css';
|
2
2
|
declare const _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,6 +59,7 @@ declare const _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
|
};
|
63
65
|
export default _default;
|
@@ -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
|
};
|
@@ -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
|
};
|
@@ -61,37 +61,85 @@
|
|
61
61
|
--pf-v5-c-popover--MinWidth: auto;
|
62
62
|
--pf-v5-c-popover--MaxWidth: none;
|
63
63
|
}
|
64
|
-
.pf-v5-c-popover.pf-m-top
|
64
|
+
.pf-v5-c-popover:is(.pf-m-top,
|
65
|
+
.pf-m-top-left,
|
66
|
+
.pf-m-top-right,
|
67
|
+
.pf-m-block-start,
|
68
|
+
.pf-m-block-start-inline-start,
|
69
|
+
.pf-m-block-start-inline-end) .pf-v5-c-popover__arrow {
|
65
70
|
inset-block-end: 0;
|
66
71
|
inset-inline-start: 50%;
|
67
72
|
transform: translateX(var(--pf-v5-c-popover__arrow--m-top--TranslateX)) translateY(var(--pf-v5-c-popover__arrow--m-top--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-top--Rotate));
|
68
73
|
}
|
69
|
-
.
|
74
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-popover:is(.pf-m-top, .pf-m-top-left, .pf-m-top-right, .pf-m-block-start, .pf-m-block-start-inline-start, .pf-m-block-start-inline-end) .pf-v5-c-popover__arrow {
|
75
|
+
transform: translateX(calc(var(--pf-v5-c-popover__arrow--m-top--TranslateX) * var(--pf-v5-global--inverse--multiplier))) translateY(var(--pf-v5-c-popover__arrow--m-top--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-top--Rotate));
|
76
|
+
}
|
77
|
+
|
78
|
+
.pf-v5-c-popover:is(.pf-m-bottom,
|
79
|
+
.pf-m-bottom-left,
|
80
|
+
.pf-m-bottom-right,
|
81
|
+
.pf-m-block-end,
|
82
|
+
.pf-m-block-end-inline-start,
|
83
|
+
.pf-m-block-end-inline-end) .pf-v5-c-popover__arrow {
|
70
84
|
inset-block-start: 0;
|
71
85
|
inset-inline-start: 50%;
|
72
86
|
transform: translateX(var(--pf-v5-c-popover__arrow--m-bottom--TranslateX)) translateY(var(--pf-v5-c-popover__arrow--m-bottom--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-bottom--Rotate));
|
73
87
|
}
|
74
|
-
.
|
88
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-popover:is(.pf-m-bottom, .pf-m-bottom-left, .pf-m-bottom-right, .pf-m-block-end, .pf-m-block-end-inline-start, .pf-m-block-end-inline-end) .pf-v5-c-popover__arrow {
|
89
|
+
transform: translateX(calc(var(--pf-v5-c-popover__arrow--m-bottom--TranslateX) * var(--pf-v5-global--inverse--multiplier))) translateY(var(--pf-v5-c-popover__arrow--m-bottom--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-bottom--Rotate));
|
90
|
+
}
|
91
|
+
|
92
|
+
.pf-v5-c-popover:is(.pf-m-left,
|
93
|
+
.pf-m-left-top,
|
94
|
+
.pf-m-left-bottom,
|
95
|
+
.pf-m-inline-start,
|
96
|
+
.pf-m-inline-start-block-start,
|
97
|
+
.pf-m-inline-start-block-end) .pf-v5-c-popover__arrow {
|
75
98
|
inset-block-start: 50%;
|
76
99
|
inset-inline-end: 0;
|
77
100
|
transform: translateX(var(--pf-v5-c-popover__arrow--m-left--TranslateX)) translateY(var(--pf-v5-c-popover__arrow--m-left--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-left--Rotate));
|
78
101
|
}
|
79
|
-
.
|
102
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-popover:is(.pf-m-left, .pf-m-left-top, .pf-m-left-bottom, .pf-m-inline-start, .pf-m-inline-start-block-start, .pf-m-inline-start-block-end) .pf-v5-c-popover__arrow {
|
103
|
+
transform: translateX(calc(var(--pf-v5-c-popover__arrow--m-left--TranslateX) * var(--pf-v5-global--inverse--multiplier))) translateY(var(--pf-v5-c-popover__arrow--m-left--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-left--Rotate));
|
104
|
+
}
|
105
|
+
|
106
|
+
.pf-v5-c-popover:is(.pf-m-right,
|
107
|
+
.pf-m-right-top,
|
108
|
+
.pf-m-right-bottom,
|
109
|
+
.pf-m-inline-end,
|
110
|
+
.pf-m-inline-end-block-start,
|
111
|
+
.pf-m-inline-end-block-end) .pf-v5-c-popover__arrow {
|
80
112
|
inset-block-start: 50%;
|
81
113
|
inset-inline-start: 0;
|
82
114
|
transform: translateX(var(--pf-v5-c-popover__arrow--m-right--TranslateX)) translateY(var(--pf-v5-c-popover__arrow--m-right--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-right--Rotate));
|
83
115
|
}
|
84
|
-
.pf-v5-c-popover.pf-m-
|
116
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-popover:is(.pf-m-right, .pf-m-right-top, .pf-m-right-bottom, .pf-m-inline-end, .pf-m-inline-end-block-start, .pf-m-inline-end-block-end) .pf-v5-c-popover__arrow {
|
117
|
+
transform: translateX(calc(var(--pf-v5-c-popover__arrow--m-right--TranslateX) * var(--pf-v5-global--inverse--multiplier))) translateY(var(--pf-v5-c-popover__arrow--m-right--TranslateY)) rotate(var(--pf-v5-c-popover__arrow--m-right--Rotate));
|
118
|
+
}
|
119
|
+
|
120
|
+
.pf-v5-c-popover:is(.pf-m-left-top,
|
121
|
+
.pf-m-right-top,
|
122
|
+
.pf-m-inline-start-block-start,
|
123
|
+
.pf-m-inline-end-block-start) .pf-v5-c-popover__arrow {
|
85
124
|
inset-block-start: var(--pf-v5-c-popover__arrow--Height);
|
86
125
|
}
|
87
|
-
.pf-v5-c-popover.pf-m-left-bottom
|
126
|
+
.pf-v5-c-popover:is(.pf-m-left-bottom,
|
127
|
+
.pf-m-right-bottom,
|
128
|
+
.pf-m-inline-start-block-end,
|
129
|
+
.pf-m-inline-end-block-end) .pf-v5-c-popover__arrow {
|
88
130
|
inset-block-start: auto;
|
89
131
|
inset-block-end: 0;
|
90
132
|
}
|
91
|
-
.pf-v5-c-popover.pf-m-top-left
|
133
|
+
.pf-v5-c-popover:is(.pf-m-top-left,
|
134
|
+
.pf-m-bottom-left,
|
135
|
+
.pf-m-block-start-inline-start,
|
136
|
+
.pf-m-block-end-inline-start) .pf-v5-c-popover__arrow {
|
92
137
|
inset-inline-start: var(--pf-v5-c-popover__arrow--Width);
|
93
138
|
}
|
94
|
-
.pf-v5-c-popover.pf-m-top-right
|
139
|
+
.pf-v5-c-popover:is(.pf-m-top-right,
|
140
|
+
.pf-m-bottom-right,
|
141
|
+
.pf-m-block-start-inline-end,
|
142
|
+
.pf-m-block-end-inline-end) .pf-v5-c-popover__arrow {
|
95
143
|
inset-inline-start: auto;
|
96
144
|
inset-inline-end: 0;
|
97
145
|
}
|
@@ -1,20 +1,33 @@
|
|
1
1
|
import './popover.css';
|
2
2
|
declare const _default: {
|
3
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
3
4
|
"modifiers": {
|
4
5
|
"noPadding": "pf-m-no-padding",
|
5
6
|
"widthAuto": "pf-m-width-auto",
|
6
7
|
"top": "pf-m-top",
|
7
8
|
"topLeft": "pf-m-top-left",
|
8
9
|
"topRight": "pf-m-top-right",
|
10
|
+
"blockStart": "pf-m-block-start",
|
11
|
+
"blockStartInlineStart": "pf-m-block-start-inline-start",
|
12
|
+
"blockStartInlineEnd": "pf-m-block-start-inline-end",
|
9
13
|
"bottom": "pf-m-bottom",
|
10
14
|
"bottomLeft": "pf-m-bottom-left",
|
11
15
|
"bottomRight": "pf-m-bottom-right",
|
16
|
+
"blockEnd": "pf-m-block-end",
|
17
|
+
"blockEndInlineStart": "pf-m-block-end-inline-start",
|
18
|
+
"blockEndInlineEnd": "pf-m-block-end-inline-end",
|
12
19
|
"left": "pf-m-left",
|
13
20
|
"leftTop": "pf-m-left-top",
|
14
21
|
"leftBottom": "pf-m-left-bottom",
|
22
|
+
"inlineStart": "pf-m-inline-start",
|
23
|
+
"inlineStartBlockStart": "pf-m-inline-start-block-start",
|
24
|
+
"inlineStartBlockEnd": "pf-m-inline-start-block-end",
|
15
25
|
"right": "pf-m-right",
|
16
26
|
"rightTop": "pf-m-right-top",
|
17
27
|
"rightBottom": "pf-m-right-bottom",
|
28
|
+
"inlineEnd": "pf-m-inline-end",
|
29
|
+
"inlineEndBlockStart": "pf-m-inline-end-block-start",
|
30
|
+
"inlineEndBlockEnd": "pf-m-inline-end-block-end",
|
18
31
|
"danger": "pf-m-danger",
|
19
32
|
"warning": "pf-m-warning",
|
20
33
|
"success": "pf-m-success",
|
@@ -31,6 +44,7 @@ declare const _default: {
|
|
31
44
|
"popoverTitle": "pf-v5-c-popover__title",
|
32
45
|
"popoverTitleIcon": "pf-v5-c-popover__title-icon",
|
33
46
|
"popoverTitleText": "pf-v5-c-popover__title-text",
|
34
|
-
"themeDark": "pf-v5-theme-dark"
|
47
|
+
"themeDark": "pf-v5-theme-dark",
|
48
|
+
"wsDirRtl": "ws-dir-rtl"
|
35
49
|
};
|
36
50
|
export default _default;
|