@patternfly/react-styles 5.1.1-prerelease.2 → 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 +4 -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 +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/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,21 +2,34 @@
|
|
2
2
|
exports.__esModule = true;
|
3
3
|
require('./popover.css');
|
4
4
|
exports.default = {
|
5
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
5
6
|
"modifiers": {
|
6
7
|
"noPadding": "pf-m-no-padding",
|
7
8
|
"widthAuto": "pf-m-width-auto",
|
8
9
|
"top": "pf-m-top",
|
9
10
|
"topLeft": "pf-m-top-left",
|
10
11
|
"topRight": "pf-m-top-right",
|
12
|
+
"blockStart": "pf-m-block-start",
|
13
|
+
"blockStartInlineStart": "pf-m-block-start-inline-start",
|
14
|
+
"blockStartInlineEnd": "pf-m-block-start-inline-end",
|
11
15
|
"bottom": "pf-m-bottom",
|
12
16
|
"bottomLeft": "pf-m-bottom-left",
|
13
17
|
"bottomRight": "pf-m-bottom-right",
|
18
|
+
"blockEnd": "pf-m-block-end",
|
19
|
+
"blockEndInlineStart": "pf-m-block-end-inline-start",
|
20
|
+
"blockEndInlineEnd": "pf-m-block-end-inline-end",
|
14
21
|
"left": "pf-m-left",
|
15
22
|
"leftTop": "pf-m-left-top",
|
16
23
|
"leftBottom": "pf-m-left-bottom",
|
24
|
+
"inlineStart": "pf-m-inline-start",
|
25
|
+
"inlineStartBlockStart": "pf-m-inline-start-block-start",
|
26
|
+
"inlineStartBlockEnd": "pf-m-inline-start-block-end",
|
17
27
|
"right": "pf-m-right",
|
18
28
|
"rightTop": "pf-m-right-top",
|
19
29
|
"rightBottom": "pf-m-right-bottom",
|
30
|
+
"inlineEnd": "pf-m-inline-end",
|
31
|
+
"inlineEndBlockStart": "pf-m-inline-end-block-start",
|
32
|
+
"inlineEndBlockEnd": "pf-m-inline-end-block-end",
|
20
33
|
"danger": "pf-m-danger",
|
21
34
|
"warning": "pf-m-warning",
|
22
35
|
"success": "pf-m-success",
|
@@ -33,5 +46,6 @@ exports.default = {
|
|
33
46
|
"popoverTitle": "pf-v5-c-popover__title",
|
34
47
|
"popoverTitleIcon": "pf-v5-c-popover__title-icon",
|
35
48
|
"popoverTitleText": "pf-v5-c-popover__title-text",
|
36
|
-
"themeDark": "pf-v5-theme-dark"
|
49
|
+
"themeDark": "pf-v5-theme-dark",
|
50
|
+
"wsDirRtl": "ws-dir-rtl"
|
37
51
|
};
|
@@ -1,20 +1,33 @@
|
|
1
1
|
import './popover.css';
|
2
2
|
export 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,5 +44,6 @@ export 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
|
};
|
@@ -66,6 +66,10 @@
|
|
66
66
|
transform: translate3d(var(--pf-v5-c-skeleton--after--TranslateX), 0, 0);
|
67
67
|
animation: var(--pf-v5-c-skeleton--after--AnimationName) var(--pf-v5-c-skeleton--after--AnimationDuration) var(--pf-v5-c-skeleton--after--AnimationTimingFunction) var(--pf-v5-c-skeleton--after--AnimationDelay) var(--pf-v5-c-skeleton--after--AnimationIterationCount);
|
68
68
|
}
|
69
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-skeleton::after {
|
70
|
+
scale: -1 1;
|
71
|
+
}
|
72
|
+
|
69
73
|
.pf-v5-c-skeleton.pf-m-circle {
|
70
74
|
--pf-v5-c-skeleton--BorderRadius: var(--pf-v5-c-skeleton--m-circle--BorderRadius);
|
71
75
|
}
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import './skeleton.css';
|
2
2
|
declare const _default: {
|
3
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
3
4
|
"modifiers": {
|
4
5
|
"circle": "pf-m-circle",
|
5
6
|
"square": "pf-m-square",
|
@@ -29,6 +30,7 @@ declare const _default: {
|
|
29
30
|
"textSm": "pf-m-text-sm"
|
30
31
|
},
|
31
32
|
"skeleton": "pf-v5-c-skeleton",
|
32
|
-
"themeDark": "pf-v5-theme-dark"
|
33
|
+
"themeDark": "pf-v5-theme-dark",
|
34
|
+
"wsDirRtl": "ws-dir-rtl"
|
33
35
|
};
|
34
36
|
export default _default;
|
@@ -2,6 +2,7 @@
|
|
2
2
|
exports.__esModule = true;
|
3
3
|
require('./skeleton.css');
|
4
4
|
exports.default = {
|
5
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
5
6
|
"modifiers": {
|
6
7
|
"circle": "pf-m-circle",
|
7
8
|
"square": "pf-m-square",
|
@@ -31,5 +32,6 @@ exports.default = {
|
|
31
32
|
"textSm": "pf-m-text-sm"
|
32
33
|
},
|
33
34
|
"skeleton": "pf-v5-c-skeleton",
|
34
|
-
"themeDark": "pf-v5-theme-dark"
|
35
|
+
"themeDark": "pf-v5-theme-dark",
|
36
|
+
"wsDirRtl": "ws-dir-rtl"
|
35
37
|
};
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import './skeleton.css';
|
2
2
|
export default {
|
3
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
3
4
|
"modifiers": {
|
4
5
|
"circle": "pf-m-circle",
|
5
6
|
"square": "pf-m-square",
|
@@ -29,5 +30,6 @@ export default {
|
|
29
30
|
"textSm": "pf-m-text-sm"
|
30
31
|
},
|
31
32
|
"skeleton": "pf-v5-c-skeleton",
|
32
|
-
"themeDark": "pf-v5-theme-dark"
|
33
|
+
"themeDark": "pf-v5-theme-dark",
|
34
|
+
"wsDirRtl": "ws-dir-rtl"
|
33
35
|
};
|
@@ -1,5 +1,6 @@
|
|
1
1
|
.pf-v5-c-slider {
|
2
2
|
--pf-v5-c-slider--value: 0;
|
3
|
+
--pf-v5-c-slider__step--Left: 0;
|
3
4
|
--pf-v5-c-slider__rail--PaddingTop: var(--pf-v5-global--spacer--md);
|
4
5
|
--pf-v5-c-slider__rail--PaddingBottom: var(--pf-v5-global--spacer--md);
|
5
6
|
--pf-v5-c-slider__rail-track--Height: 0.25rem;
|
@@ -32,10 +32,10 @@
|
|
32
32
|
--pf-v5-c-table--cell--m-border-left--before--BorderLeftWidth: var(--pf-v5-c-table__sticky-cell--m-border-left--before--BorderLeftWidth);
|
33
33
|
--pf-v5-c-table--cell--m-border-left--before--BorderLeftColor: var(--pf-v5-c-table__sticky-cell--m-border-left--before--BorderLeftColor);
|
34
34
|
}
|
35
|
-
.pf-v5-c-table .pf-v5-c-table__sticky-cell.pf-m-right {
|
35
|
+
.pf-v5-c-table .pf-v5-c-table__sticky-cell.pf-m-right, .pf-v5-c-table .pf-v5-c-table__sticky-cell.pf-m-inline-end {
|
36
36
|
--pf-v5-c-table__sticky-cell--Right: var(--pf-v5-c-table__sticky-cell--m-right--Right);
|
37
37
|
}
|
38
|
-
.pf-v5-c-table .pf-v5-c-table__sticky-cell.pf-m-left {
|
38
|
+
.pf-v5-c-table .pf-v5-c-table__sticky-cell.pf-m-left, .pf-v5-c-table .pf-v5-c-table__sticky-cell.pf-m-inline-start {
|
39
39
|
--pf-v5-c-table__sticky-cell--Left: var(--pf-v5-c-table__sticky-cell--m-left--Left);
|
40
40
|
}
|
41
41
|
|
@@ -4,7 +4,9 @@ declare const _default: {
|
|
4
4
|
"borderRight": "pf-m-border-right",
|
5
5
|
"borderLeft": "pf-m-border-left",
|
6
6
|
"right": "pf-m-right",
|
7
|
-
"
|
7
|
+
"inlineEnd": "pf-m-inline-end",
|
8
|
+
"left": "pf-m-left",
|
9
|
+
"inlineStart": "pf-m-inline-start"
|
8
10
|
},
|
9
11
|
"scrollInnerWrapper": "pf-v5-c-scroll-inner-wrapper",
|
10
12
|
"scrollOuterWrapper": "pf-v5-c-scroll-outer-wrapper",
|
@@ -6,7 +6,9 @@ exports.default = {
|
|
6
6
|
"borderRight": "pf-m-border-right",
|
7
7
|
"borderLeft": "pf-m-border-left",
|
8
8
|
"right": "pf-m-right",
|
9
|
-
"
|
9
|
+
"inlineEnd": "pf-m-inline-end",
|
10
|
+
"left": "pf-m-left",
|
11
|
+
"inlineStart": "pf-m-inline-start"
|
10
12
|
},
|
11
13
|
"scrollInnerWrapper": "pf-v5-c-scroll-inner-wrapper",
|
12
14
|
"scrollOuterWrapper": "pf-v5-c-scroll-outer-wrapper",
|
@@ -4,7 +4,9 @@ export default {
|
|
4
4
|
"borderRight": "pf-m-border-right",
|
5
5
|
"borderLeft": "pf-m-border-left",
|
6
6
|
"right": "pf-m-right",
|
7
|
-
"
|
7
|
+
"inlineEnd": "pf-m-inline-end",
|
8
|
+
"left": "pf-m-left",
|
9
|
+
"inlineStart": "pf-m-inline-start"
|
8
10
|
},
|
9
11
|
"scrollInnerWrapper": "pf-v5-c-scroll-inner-wrapper",
|
10
12
|
"scrollOuterWrapper": "pf-v5-c-scroll-outer-wrapper",
|
@@ -65,10 +65,14 @@
|
|
65
65
|
cursor: pointer;
|
66
66
|
}
|
67
67
|
.pf-v5-c-table__tree-view-main > .pf-v5-c-table__toggle {
|
68
|
+
transform: translateX(var(--pf-v5-c-table--m-tree-view__toggle--TranslateX));
|
68
69
|
position: var(--pf-v5-c-table--m-tree-view__toggle--Position);
|
69
70
|
inset-inline-start: var(--pf-v5-c-table--m-tree-view__toggle--Left);
|
70
|
-
transform: translateX(var(--pf-v5-c-table--m-tree-view__toggle--TranslateX));
|
71
71
|
}
|
72
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-table__tree-view-main > .pf-v5-c-table__toggle {
|
73
|
+
transform: translateX(calc(var(--pf-v5-c-table--m-tree-view__toggle--TranslateX) * var(--pf-v5-global--inverse--multiplier)));
|
74
|
+
}
|
75
|
+
|
72
76
|
.pf-v5-c-table__tree-view-main > .pf-v5-c-table__toggle .pf-v5-c-table__toggle-icon {
|
73
77
|
min-width: var(--pf-v5-c-table--m-tree-view__toggle__toggle-icon--MinWidth);
|
74
78
|
}
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import './table-tree-view.css';
|
2
2
|
declare const _default: {
|
3
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
3
4
|
"dropdown": "pf-v5-c-dropdown",
|
4
5
|
"modifiers": {
|
5
6
|
"treeView": "pf-m-tree-view",
|
@@ -26,6 +27,7 @@ declare const _default: {
|
|
26
27
|
"tableTreeViewMain": "pf-v5-c-table__tree-view-main",
|
27
28
|
"tableTreeViewText": "pf-v5-c-table__tree-view-text",
|
28
29
|
"tableTreeViewTitleCell": "pf-v5-c-table__tree-view-title-cell",
|
29
|
-
"tableTreeViewTitleHeaderCell": "pf-v5-c-table__tree-view-title-header-cell"
|
30
|
+
"tableTreeViewTitleHeaderCell": "pf-v5-c-table__tree-view-title-header-cell",
|
31
|
+
"wsDirRtl": "ws-dir-rtl"
|
30
32
|
};
|
31
33
|
export default _default;
|
@@ -2,6 +2,7 @@
|
|
2
2
|
exports.__esModule = true;
|
3
3
|
require('./table-tree-view.css');
|
4
4
|
exports.default = {
|
5
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
5
6
|
"dropdown": "pf-v5-c-dropdown",
|
6
7
|
"modifiers": {
|
7
8
|
"treeView": "pf-m-tree-view",
|
@@ -28,5 +29,6 @@ exports.default = {
|
|
28
29
|
"tableTreeViewMain": "pf-v5-c-table__tree-view-main",
|
29
30
|
"tableTreeViewText": "pf-v5-c-table__tree-view-text",
|
30
31
|
"tableTreeViewTitleCell": "pf-v5-c-table__tree-view-title-cell",
|
31
|
-
"tableTreeViewTitleHeaderCell": "pf-v5-c-table__tree-view-title-header-cell"
|
32
|
+
"tableTreeViewTitleHeaderCell": "pf-v5-c-table__tree-view-title-header-cell",
|
33
|
+
"wsDirRtl": "ws-dir-rtl"
|
32
34
|
};
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import './table-tree-view.css';
|
2
2
|
export default {
|
3
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
3
4
|
"dropdown": "pf-v5-c-dropdown",
|
4
5
|
"modifiers": {
|
5
6
|
"treeView": "pf-m-tree-view",
|
@@ -26,5 +27,6 @@ export default {
|
|
26
27
|
"tableTreeViewMain": "pf-v5-c-table__tree-view-main",
|
27
28
|
"tableTreeViewText": "pf-v5-c-table__tree-view-text",
|
28
29
|
"tableTreeViewTitleCell": "pf-v5-c-table__tree-view-title-cell",
|
29
|
-
"tableTreeViewTitleHeaderCell": "pf-v5-c-table__tree-view-title-header-cell"
|
30
|
+
"tableTreeViewTitleHeaderCell": "pf-v5-c-table__tree-view-title-header-cell",
|
31
|
+
"wsDirRtl": "ws-dir-rtl"
|
30
32
|
};
|
@@ -734,6 +734,10 @@
|
|
734
734
|
transition: var(--pf-v5-c-table__toggle--c-button__toggle-icon--Transition);
|
735
735
|
transform: rotate(var(--pf-v5-c-table__toggle--c-button__toggle-icon--Rotate));
|
736
736
|
}
|
737
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-table__toggle .pf-v5-c-table__toggle-icon {
|
738
|
+
scale: -1 1;
|
739
|
+
}
|
740
|
+
|
737
741
|
.pf-v5-c-table__toggle svg {
|
738
742
|
pointer-events: none;
|
739
743
|
}
|
@@ -2,6 +2,7 @@ import './table.css';
|
|
2
2
|
declare const _default: {
|
3
3
|
"button": "pf-v5-c-button",
|
4
4
|
"checkInput": "pf-v5-c-check__input",
|
5
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
5
6
|
"modifiers": {
|
6
7
|
"hidden": "pf-m-hidden",
|
7
8
|
"hiddenOnSm": "pf-m-hidden-on-sm",
|
@@ -84,6 +85,7 @@ declare const _default: {
|
|
84
85
|
"tableToggle": "pf-v5-c-table__toggle",
|
85
86
|
"tableToggleIcon": "pf-v5-c-table__toggle-icon",
|
86
87
|
"tableTr": "pf-v5-c-table__tr",
|
87
|
-
"themeDark": "pf-v5-theme-dark"
|
88
|
+
"themeDark": "pf-v5-theme-dark",
|
89
|
+
"wsDirRtl": "ws-dir-rtl"
|
88
90
|
};
|
89
91
|
export default _default;
|
@@ -4,6 +4,7 @@ require('./table.css');
|
|
4
4
|
exports.default = {
|
5
5
|
"button": "pf-v5-c-button",
|
6
6
|
"checkInput": "pf-v5-c-check__input",
|
7
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
7
8
|
"modifiers": {
|
8
9
|
"hidden": "pf-m-hidden",
|
9
10
|
"hiddenOnSm": "pf-m-hidden-on-sm",
|
@@ -86,5 +87,6 @@ exports.default = {
|
|
86
87
|
"tableToggle": "pf-v5-c-table__toggle",
|
87
88
|
"tableToggleIcon": "pf-v5-c-table__toggle-icon",
|
88
89
|
"tableTr": "pf-v5-c-table__tr",
|
89
|
-
"themeDark": "pf-v5-theme-dark"
|
90
|
+
"themeDark": "pf-v5-theme-dark",
|
91
|
+
"wsDirRtl": "ws-dir-rtl"
|
90
92
|
};
|
@@ -2,6 +2,7 @@ import './table.css';
|
|
2
2
|
export default {
|
3
3
|
"button": "pf-v5-c-button",
|
4
4
|
"checkInput": "pf-v5-c-check__input",
|
5
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
5
6
|
"modifiers": {
|
6
7
|
"hidden": "pf-m-hidden",
|
7
8
|
"hiddenOnSm": "pf-m-hidden-on-sm",
|
@@ -84,5 +85,6 @@ export default {
|
|
84
85
|
"tableToggle": "pf-v5-c-table__toggle",
|
85
86
|
"tableToggleIcon": "pf-v5-c-table__toggle-icon",
|
86
87
|
"tableTr": "pf-v5-c-table__tr",
|
87
|
-
"themeDark": "pf-v5-theme-dark"
|
88
|
+
"themeDark": "pf-v5-theme-dark",
|
89
|
+
"wsDirRtl": "ws-dir-rtl"
|
88
90
|
};
|
@@ -417,6 +417,9 @@
|
|
417
417
|
transition: var(--pf-v5-c-tabs__toggle-icon--Transition);
|
418
418
|
transform: rotate(var(--pf-v5-c-tabs__toggle-icon--Rotate));
|
419
419
|
}
|
420
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-tabs__toggle-icon {
|
421
|
+
scale: -1 1;
|
422
|
+
}
|
420
423
|
|
421
424
|
.pf-v5-c-tabs__toggle-text {
|
422
425
|
margin-inline-start: var(--pf-v5-c-tabs__toggle-text--MarginLeft);
|
@@ -591,6 +594,9 @@
|
|
591
594
|
transition: var(--pf-v5-c-tabs__link-toggle-icon--Transition);
|
592
595
|
transform: rotate(var(--pf-v5-c-tabs__link-toggle-icon--Rotate));
|
593
596
|
}
|
597
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-tabs__link-toggle-icon {
|
598
|
+
scale: -1 1;
|
599
|
+
}
|
594
600
|
|
595
601
|
.pf-v5-c-tabs__item-action {
|
596
602
|
display: flex;
|
@@ -622,6 +628,10 @@
|
|
622
628
|
opacity: 0;
|
623
629
|
transition: margin var(--pf-v5-c-tabs__scroll-button--TransitionDuration--margin), transform var(--pf-v5-c-tabs__scroll-button--TransitionDuration--transform), opacity var(--pf-v5-c-tabs__scroll-button--TransitionDuration--opacity);
|
624
630
|
}
|
631
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-tabs__scroll-button > * {
|
632
|
+
scale: -1 1;
|
633
|
+
}
|
634
|
+
|
625
635
|
.pf-v5-c-tabs__scroll-button:hover, .pf-v5-c-tabs__scroll-button:active, .pf-v5-c-tabs__scroll-button:focus {
|
626
636
|
--pf-v5-c-tabs__scroll-button--Color: var(--pf-v5-c-tabs__scroll-button--hover--Color);
|
627
637
|
}
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import './tabs.css';
|
2
2
|
declare const _default: {
|
3
3
|
"button": "pf-v5-c-button",
|
4
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
4
5
|
"modifiers": {
|
5
6
|
"fill": "pf-m-fill",
|
6
7
|
"scrollable": "pf-m-scrollable",
|
@@ -81,6 +82,7 @@ declare const _default: {
|
|
81
82
|
"tabsToggleButton": "pf-v5-c-tabs__toggle-button",
|
82
83
|
"tabsToggleIcon": "pf-v5-c-tabs__toggle-icon",
|
83
84
|
"tabsToggleText": "pf-v5-c-tabs__toggle-text",
|
84
|
-
"themeDark": "pf-v5-theme-dark"
|
85
|
+
"themeDark": "pf-v5-theme-dark",
|
86
|
+
"wsDirRtl": "ws-dir-rtl"
|
85
87
|
};
|
86
88
|
export default _default;
|
@@ -3,6 +3,7 @@ exports.__esModule = true;
|
|
3
3
|
require('./tabs.css');
|
4
4
|
exports.default = {
|
5
5
|
"button": "pf-v5-c-button",
|
6
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
6
7
|
"modifiers": {
|
7
8
|
"fill": "pf-m-fill",
|
8
9
|
"scrollable": "pf-m-scrollable",
|
@@ -83,5 +84,6 @@ exports.default = {
|
|
83
84
|
"tabsToggleButton": "pf-v5-c-tabs__toggle-button",
|
84
85
|
"tabsToggleIcon": "pf-v5-c-tabs__toggle-icon",
|
85
86
|
"tabsToggleText": "pf-v5-c-tabs__toggle-text",
|
86
|
-
"themeDark": "pf-v5-theme-dark"
|
87
|
+
"themeDark": "pf-v5-theme-dark",
|
88
|
+
"wsDirRtl": "ws-dir-rtl"
|
87
89
|
};
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import './tabs.css';
|
2
2
|
export default {
|
3
3
|
"button": "pf-v5-c-button",
|
4
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
4
5
|
"modifiers": {
|
5
6
|
"fill": "pf-m-fill",
|
6
7
|
"scrollable": "pf-m-scrollable",
|
@@ -81,5 +82,6 @@ export default {
|
|
81
82
|
"tabsToggleButton": "pf-v5-c-tabs__toggle-button",
|
82
83
|
"tabsToggleIcon": "pf-v5-c-tabs__toggle-icon",
|
83
84
|
"tabsToggleText": "pf-v5-c-tabs__toggle-text",
|
84
|
-
"themeDark": "pf-v5-theme-dark"
|
85
|
+
"themeDark": "pf-v5-theme-dark",
|
86
|
+
"wsDirRtl": "ws-dir-rtl"
|
85
87
|
};
|
@@ -28,37 +28,85 @@
|
|
28
28
|
max-width: var(--pf-v5-c-tooltip--MaxWidth);
|
29
29
|
box-shadow: var(--pf-v5-c-tooltip--BoxShadow);
|
30
30
|
}
|
31
|
-
.pf-v5-c-tooltip.pf-m-top
|
31
|
+
.pf-v5-c-tooltip:is(.pf-m-top,
|
32
|
+
.pf-m-top-left,
|
33
|
+
.pf-m-top-right,
|
34
|
+
.pf-m-block-start,
|
35
|
+
.pf-m-block-start-inline-start,
|
36
|
+
.pf-m-block-start-inline-end) .pf-v5-c-tooltip__arrow {
|
32
37
|
inset-block-end: 0;
|
33
38
|
inset-inline-start: 50%;
|
34
39
|
transform: translateX(var(--pf-v5-c-tooltip__arrow--m-top--TranslateX)) translateY(var(--pf-v5-c-tooltip__arrow--m-top--TranslateY)) rotate(var(--pf-v5-c-tooltip__arrow--m-top--Rotate));
|
35
40
|
}
|
36
|
-
.
|
41
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-tooltip: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-tooltip__arrow {
|
42
|
+
transform: translateX(calc(var(--pf-v5-c-tooltip__arrow--m-top--TranslateX) * var(--pf-v5-global--inverse--multiplier))) translateY(var(--pf-v5-c-tooltip__arrow--m-top--TranslateY)) rotate(var(--pf-v5-c-tooltip__arrow--m-top--Rotate));
|
43
|
+
}
|
44
|
+
|
45
|
+
.pf-v5-c-tooltip:is(.pf-m-bottom,
|
46
|
+
.pf-m-bottom-left,
|
47
|
+
.pf-m-bottom-right,
|
48
|
+
.pf-m-block-end,
|
49
|
+
.pf-m-block-end-inline-start,
|
50
|
+
.pf-m-block-end-inline-end) .pf-v5-c-tooltip__arrow {
|
37
51
|
inset-block-start: 0;
|
38
52
|
inset-inline-start: 50%;
|
39
53
|
transform: translateX(var(--pf-v5-c-tooltip__arrow--m-bottom--TranslateX)) translateY(var(--pf-v5-c-tooltip__arrow--m-bottom--TranslateY)) rotate(var(--pf-v5-c-tooltip__arrow--m-bottom--Rotate));
|
40
54
|
}
|
41
|
-
.
|
55
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-tooltip: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-tooltip__arrow {
|
56
|
+
transform: translateX(calc(var(--pf-v5-c-tooltip__arrow--m-bottom--TranslateX) * var(--pf-v5-global--inverse--multiplier))) translateY(var(--pf-v5-c-tooltip__arrow--m-bottom--TranslateY)) rotate(var(--pf-v5-c-tooltip__arrow--m-bottom--Rotate));
|
57
|
+
}
|
58
|
+
|
59
|
+
.pf-v5-c-tooltip:is(.pf-m-left,
|
60
|
+
.pf-m-left-top,
|
61
|
+
.pf-m-left-bottom,
|
62
|
+
.pf-m-inline-start,
|
63
|
+
.pf-m-inline-start-block-start,
|
64
|
+
.pf-m-inline-start-block-end) .pf-v5-c-tooltip__arrow {
|
42
65
|
inset-block-start: 50%;
|
43
66
|
inset-inline-end: 0;
|
44
67
|
transform: translateX(var(--pf-v5-c-tooltip__arrow--m-left--TranslateX)) translateY(var(--pf-v5-c-tooltip__arrow--m-left--TranslateY)) rotate(var(--pf-v5-c-tooltip__arrow--m-left--Rotate));
|
45
68
|
}
|
46
|
-
.
|
69
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-tooltip: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-tooltip__arrow {
|
70
|
+
transform: translateX(calc(var(--pf-v5-c-tooltip__arrow--m-left--TranslateX) * var(--pf-v5-global--inverse--multiplier))) translateY(var(--pf-v5-c-tooltip__arrow--m-left--TranslateY)) rotate(var(--pf-v5-c-tooltip__arrow--m-left--Rotate));
|
71
|
+
}
|
72
|
+
|
73
|
+
.pf-v5-c-tooltip:is(.pf-m-right,
|
74
|
+
.pf-m-right-top,
|
75
|
+
.pf-m-right-bottom,
|
76
|
+
.pf-m-inline-end,
|
77
|
+
.pf-m-inline-end-block-start,
|
78
|
+
.pf-m-inline-end-block-end) .pf-v5-c-tooltip__arrow {
|
47
79
|
inset-block-start: 50%;
|
48
80
|
inset-inline-start: 0;
|
49
81
|
transform: translateX(var(--pf-v5-c-tooltip__arrow--m-right--TranslateX)) translateY(var(--pf-v5-c-tooltip__arrow--m-right--TranslateY)) rotate(var(--pf-v5-c-tooltip__arrow--m-right--Rotate));
|
50
82
|
}
|
51
|
-
.pf-v5-c-tooltip.pf-m-
|
83
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-tooltip: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-tooltip__arrow {
|
84
|
+
transform: translateX(calc(var(--pf-v5-c-tooltip__arrow--m-right--TranslateX) * var(--pf-v5-global--inverse--multiplier))) translateY(var(--pf-v5-c-tooltip__arrow--m-right--TranslateY)) rotate(var(--pf-v5-c-tooltip__arrow--m-right--Rotate));
|
85
|
+
}
|
86
|
+
|
87
|
+
.pf-v5-c-tooltip:is(.pf-m-left-top,
|
88
|
+
.pf-m-right-top,
|
89
|
+
.pf-m-inline-start-block-start,
|
90
|
+
.pf-m-inline-end-block-start) .pf-v5-c-tooltip__arrow {
|
52
91
|
inset-block-start: var(--pf-v5-c-tooltip__arrow--Height);
|
53
92
|
}
|
54
|
-
.pf-v5-c-tooltip.pf-m-left-bottom
|
93
|
+
.pf-v5-c-tooltip:is(.pf-m-left-bottom,
|
94
|
+
.pf-m-right-bottom,
|
95
|
+
.pf-m-inline-start-block-end,
|
96
|
+
.pf-m-inline-end-block-end) .pf-v5-c-tooltip__arrow {
|
55
97
|
inset-block-start: auto;
|
56
98
|
inset-block-end: 0;
|
57
99
|
}
|
58
|
-
.pf-v5-c-tooltip.pf-m-top-left
|
100
|
+
.pf-v5-c-tooltip:is(.pf-m-top-left,
|
101
|
+
.pf-m-bottom-left,
|
102
|
+
.pf-m-block-start-block-start,
|
103
|
+
.pf-m-block-end-block-start) .pf-v5-c-tooltip__arrow {
|
59
104
|
inset-inline-start: var(--pf-v5-c-tooltip__arrow--Width);
|
60
105
|
}
|
61
|
-
.pf-v5-c-tooltip.pf-m-top-right
|
106
|
+
.pf-v5-c-tooltip:is(.pf-m-top-right,
|
107
|
+
.pf-m-bottom-right,
|
108
|
+
.pf-m-block-start-block-end,
|
109
|
+
.pf-m-block-end-block-end) .pf-v5-c-tooltip__arrow {
|
62
110
|
inset-inline-start: auto;
|
63
111
|
inset-inline-end: 0;
|
64
112
|
}
|
@@ -75,7 +123,7 @@
|
|
75
123
|
word-break: break-word;
|
76
124
|
background-color: var(--pf-v5-c-tooltip__content--BackgroundColor);
|
77
125
|
}
|
78
|
-
.pf-v5-c-tooltip__content.pf-m-text-align-left {
|
126
|
+
.pf-v5-c-tooltip__content:is(.pf-m-text-align-left, .pf-m-text-align-start) {
|
79
127
|
text-align: start;
|
80
128
|
}
|
81
129
|
|
@@ -1,23 +1,42 @@
|
|
1
1
|
import './tooltip.css';
|
2
2
|
declare const _default: {
|
3
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
3
4
|
"modifiers": {
|
4
5
|
"top": "pf-m-top",
|
5
6
|
"topLeft": "pf-m-top-left",
|
6
7
|
"topRight": "pf-m-top-right",
|
8
|
+
"blockStart": "pf-m-block-start",
|
9
|
+
"blockStartInlineStart": "pf-m-block-start-inline-start",
|
10
|
+
"blockStartInlineEnd": "pf-m-block-start-inline-end",
|
7
11
|
"bottom": "pf-m-bottom",
|
8
12
|
"bottomLeft": "pf-m-bottom-left",
|
9
13
|
"bottomRight": "pf-m-bottom-right",
|
14
|
+
"blockEnd": "pf-m-block-end",
|
15
|
+
"blockEndInlineStart": "pf-m-block-end-inline-start",
|
16
|
+
"blockEndInlineEnd": "pf-m-block-end-inline-end",
|
10
17
|
"left": "pf-m-left",
|
11
18
|
"leftTop": "pf-m-left-top",
|
12
19
|
"leftBottom": "pf-m-left-bottom",
|
20
|
+
"inlineStart": "pf-m-inline-start",
|
21
|
+
"inlineStartBlockStart": "pf-m-inline-start-block-start",
|
22
|
+
"inlineStartBlockEnd": "pf-m-inline-start-block-end",
|
13
23
|
"right": "pf-m-right",
|
14
24
|
"rightTop": "pf-m-right-top",
|
15
25
|
"rightBottom": "pf-m-right-bottom",
|
16
|
-
"
|
26
|
+
"inlineEnd": "pf-m-inline-end",
|
27
|
+
"inlineEndBlockStart": "pf-m-inline-end-block-start",
|
28
|
+
"inlineEndBlockEnd": "pf-m-inline-end-block-end",
|
29
|
+
"blockStartBlockStart": "pf-m-block-start-block-start",
|
30
|
+
"blockEndBlockStart": "pf-m-block-end-block-start",
|
31
|
+
"blockStartBlockEnd": "pf-m-block-start-block-end",
|
32
|
+
"blockEndBlockEnd": "pf-m-block-end-block-end",
|
33
|
+
"textAlignLeft": "pf-m-text-align-left",
|
34
|
+
"textAlignStart": "pf-m-text-align-start"
|
17
35
|
},
|
18
36
|
"themeDark": "pf-v5-theme-dark",
|
19
37
|
"tooltip": "pf-v5-c-tooltip",
|
20
38
|
"tooltipArrow": "pf-v5-c-tooltip__arrow",
|
21
|
-
"tooltipContent": "pf-v5-c-tooltip__content"
|
39
|
+
"tooltipContent": "pf-v5-c-tooltip__content",
|
40
|
+
"wsDirRtl": "ws-dir-rtl"
|
22
41
|
};
|
23
42
|
export default _default;
|
@@ -2,23 +2,42 @@
|
|
2
2
|
exports.__esModule = true;
|
3
3
|
require('./tooltip.css');
|
4
4
|
exports.default = {
|
5
|
+
"dirRtl": "pf-v5-m-dir-rtl",
|
5
6
|
"modifiers": {
|
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",
|
18
|
-
"
|
28
|
+
"inlineEnd": "pf-m-inline-end",
|
29
|
+
"inlineEndBlockStart": "pf-m-inline-end-block-start",
|
30
|
+
"inlineEndBlockEnd": "pf-m-inline-end-block-end",
|
31
|
+
"blockStartBlockStart": "pf-m-block-start-block-start",
|
32
|
+
"blockEndBlockStart": "pf-m-block-end-block-start",
|
33
|
+
"blockStartBlockEnd": "pf-m-block-start-block-end",
|
34
|
+
"blockEndBlockEnd": "pf-m-block-end-block-end",
|
35
|
+
"textAlignLeft": "pf-m-text-align-left",
|
36
|
+
"textAlignStart": "pf-m-text-align-start"
|
19
37
|
},
|
20
38
|
"themeDark": "pf-v5-theme-dark",
|
21
39
|
"tooltip": "pf-v5-c-tooltip",
|
22
40
|
"tooltipArrow": "pf-v5-c-tooltip__arrow",
|
23
|
-
"tooltipContent": "pf-v5-c-tooltip__content"
|
41
|
+
"tooltipContent": "pf-v5-c-tooltip__content",
|
42
|
+
"wsDirRtl": "ws-dir-rtl"
|
24
43
|
};
|