@patternfly/react-styles 6.0.0-alpha.2 → 6.0.0-alpha.4
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/css/assets/images/PF-Backdrop.svg +1 -0
- package/css/assets/images/PF-HorizontalLogo-Color.svg +29 -0
- package/css/assets/images/PF-HorizontalLogo-Reverse.svg +28 -0
- package/css/assets/images/PF-IconLogo-Reverse.svg +14 -0
- package/css/assets/images/PF-IconLogo-color.svg +17 -0
- package/css/assets/images/PF-IconLogo.svg +17 -0
- package/css/assets/images/logo__pf--reverse-on-md.svg +1 -1
- package/css/assets/images/pf-c-brand__logo-on-lg-white.svg +32 -0
- package/css/assets/images/pf-c-brand__logo-on-md-white.svg +42 -0
- package/css/assets/images/pf-c-brand__logo-on-sm-white.svg +17 -0
- package/css/assets/images/pf-c-brand__logo-on-sm.svg +1 -1
- package/css/assets/images/pf-c-brand__logo-on-xl-white.svg +39 -0
- package/css/assets/images/pf_logo_white.hbs +35 -0
- package/css/assets/images/pf_logo_white.svg +38 -0
- package/css/components/AboutModalBox/about-modal-box.css +59 -98
- package/css/components/AboutModalBox/about-modal-box.d.ts +1 -2
- package/css/components/AboutModalBox/about-modal-box.js +1 -2
- package/css/components/AboutModalBox/about-modal-box.mjs +1 -2
- package/css/components/Accordion/accordion.css +85 -177
- package/css/components/Accordion/accordion.d.ts +3 -2
- package/css/components/Accordion/accordion.js +3 -2
- package/css/components/Accordion/accordion.mjs +3 -2
- package/css/components/Alert/alert.css +3 -3
- package/css/components/Avatar/avatar.css +10 -13
- package/css/components/Avatar/avatar.d.ts +1 -2
- package/css/components/Avatar/avatar.js +1 -2
- package/css/components/Avatar/avatar.mjs +1 -2
- package/css/components/BackToTop/back-to-top.css +17 -15
- package/css/components/Backdrop/backdrop.css +6 -2
- package/css/components/Badge/badge.css +23 -15
- package/css/components/Badge/badge.d.ts +2 -2
- package/css/components/Badge/badge.js +2 -2
- package/css/components/Badge/badge.mjs +2 -2
- package/css/components/Banner/banner.css +90 -64
- package/css/components/Banner/banner.d.ts +12 -4
- package/css/components/Banner/banner.js +12 -4
- package/css/components/Banner/banner.mjs +12 -4
- package/css/components/Breadcrumb/breadcrumb.css +19 -16
- package/css/components/Button/button.css +2 -2
- package/css/components/Card/card.css +3 -0
- package/css/components/Card/card.d.ts +2 -0
- package/css/components/Card/card.js +2 -0
- package/css/components/Card/card.mjs +2 -0
- package/css/components/Check/check.css +10 -8
- package/css/components/Content/content.css +7 -7
- package/css/components/Dropdown/dropdown.css +1 -3
- package/css/components/Dropdown/dropdown.d.ts +0 -1
- package/css/components/Dropdown/dropdown.js +0 -1
- package/css/components/Dropdown/dropdown.mjs +0 -1
- package/css/components/EmptyState/empty-state.css +57 -34
- package/css/components/EmptyState/empty-state.d.ts +6 -1
- package/css/components/EmptyState/empty-state.js +6 -1
- package/css/components/EmptyState/empty-state.mjs +6 -1
- package/css/components/ExpandableSection/expandable-section.css +64 -62
- package/css/components/ExpandableSection/expandable-section.d.ts +1 -3
- package/css/components/ExpandableSection/expandable-section.js +1 -3
- package/css/components/ExpandableSection/expandable-section.mjs +1 -3
- package/css/components/Form/form.css +6 -0
- package/css/components/HelperText/helper-text.css +28 -34
- package/css/components/HelperText/helper-text.d.ts +1 -2
- package/css/components/HelperText/helper-text.js +1 -2
- package/css/components/HelperText/helper-text.mjs +1 -2
- package/css/components/Hint/hint.css +28 -21
- package/css/components/Hint/hint.d.ts +1 -2
- package/css/components/Hint/hint.js +1 -2
- package/css/components/Hint/hint.mjs +1 -2
- package/css/components/InlineEdit/inline-edit.css +5 -5
- package/css/components/List/list.css +16 -16
- package/css/components/Login/login.css +70 -97
- package/css/components/Login/login.d.ts +0 -2
- package/css/components/Login/login.js +0 -2
- package/css/components/Login/login.mjs +0 -2
- package/css/components/Menu/menu.css +3 -0
- package/css/components/Menu/menu.d.ts +1 -0
- package/css/components/Menu/menu.js +1 -0
- package/css/components/Menu/menu.mjs +1 -0
- package/css/components/MenuToggle/menu-toggle.css +4 -4
- package/css/components/ModalBox/modal-box.css +59 -52
- package/css/components/ModalBox/modal-box.d.ts +1 -2
- package/css/components/ModalBox/modal-box.js +1 -2
- package/css/components/ModalBox/modal-box.mjs +1 -2
- package/css/components/Nav/nav.css +2 -2
- package/css/components/Page/page.css +9 -7
- package/css/components/Pagination/pagination.css +61 -121
- package/css/components/Pagination/pagination.d.ts +2 -5
- package/css/components/Pagination/pagination.js +2 -5
- package/css/components/Pagination/pagination.mjs +2 -5
- package/css/components/Popover/popover.css +42 -53
- package/css/components/Popover/popover.d.ts +1 -2
- package/css/components/Popover/popover.js +1 -2
- package/css/components/Popover/popover.mjs +1 -2
- package/css/components/Radio/radio.css +13 -10
- package/css/components/SimpleList/simple-list.css +35 -52
- package/css/components/SimpleList/simple-list.d.ts +2 -2
- package/css/components/SimpleList/simple-list.js +2 -2
- package/css/components/SimpleList/simple-list.mjs +2 -2
- package/css/components/SkipToContent/skip-to-content.css +6 -3
- package/css/components/Switch/switch.css +1 -1
- package/css/components/Table/table.css +12 -8
- package/css/components/Table/table.d.ts +2 -0
- package/css/components/Table/table.js +2 -0
- package/css/components/Table/table.mjs +2 -0
- package/css/components/Title/title.css +70 -19
- package/css/components/Title/title.d.ts +7 -1
- package/css/components/Title/title.js +7 -1
- package/css/components/Title/title.mjs +7 -1
- package/css/components/Toolbar/toolbar.css +9 -1
- package/css/components/Toolbar/toolbar.d.ts +1 -0
- package/css/components/Toolbar/toolbar.js +1 -0
- package/css/components/Toolbar/toolbar.mjs +1 -0
- package/css/components/Tooltip/tooltip.css +16 -18
- package/css/components/Tooltip/tooltip.d.ts +0 -1
- package/css/components/Tooltip/tooltip.js +0 -1
- package/css/components/Tooltip/tooltip.mjs +0 -1
- package/css/components/Truncate/truncate.css +4 -0
- package/css/docs/components/Brand/examples/Brand.css +12 -0
- package/css/docs/components/Brand/examples/Brand.d.ts +10 -0
- package/css/docs/components/Brand/examples/Brand.js +11 -0
- package/css/docs/components/Brand/examples/Brand.mjs +9 -0
- package/css/docs/components/Nav/examples/Navigation.css +18 -2
- package/css/docs/components/Nav/examples/Navigation.d.ts +0 -1
- package/css/docs/components/Nav/examples/Navigation.js +0 -1
- package/css/docs/components/Nav/examples/Navigation.mjs +0 -1
- package/css/docs/components/Truncate/examples/Truncate.css +2 -2
- package/css/docs/demos/Toolbar/examples/Toolbar.css +10 -0
- package/css/docs/demos/Toolbar/examples/Toolbar.d.ts +6 -1
- package/css/docs/demos/Toolbar/examples/Toolbar.js +6 -1
- package/css/docs/demos/Toolbar/examples/Toolbar.mjs +6 -1
- package/package.json +3 -3
- package/css/docs/components/Avatar/examples/Avatar.css +0 -3
- package/css/docs/components/Avatar/examples/Avatar.d.ts +0 -3
- package/css/docs/components/Avatar/examples/Avatar.js +0 -4
- package/css/docs/components/Avatar/examples/Avatar.mjs +0 -2
@@ -1,16 +1,13 @@
|
|
1
1
|
import './pagination.css';
|
2
2
|
declare const _default: {
|
3
|
-
"button": "pf-v5-c-button",
|
4
3
|
"dirRtl": "pf-v5-m-dir-rtl",
|
5
4
|
"formControl": "pf-v5-c-form-control",
|
6
|
-
"menuToggle": "pf-v5-c-menu-toggle",
|
7
5
|
"modifiers": {
|
8
6
|
"bottom": "pf-m-bottom",
|
9
7
|
"static": "pf-m-static",
|
10
8
|
"first": "pf-m-first",
|
11
9
|
"last": "pf-m-last",
|
12
10
|
"sticky": "pf-m-sticky",
|
13
|
-
"compact": "pf-m-compact",
|
14
11
|
"pageInsets": "pf-m-page-insets",
|
15
12
|
"displaySummary": "pf-m-display-summary",
|
16
13
|
"displayFull": "pf-m-display-full",
|
@@ -65,7 +62,7 @@ declare const _default: {
|
|
65
62
|
"paginationNav": "pf-v5-c-pagination__nav",
|
66
63
|
"paginationNavControl": "pf-v5-c-pagination__nav-control",
|
67
64
|
"paginationNavPageSelect": "pf-v5-c-pagination__nav-page-select",
|
68
|
-
"
|
69
|
-
"
|
65
|
+
"paginationPageMenu": "pf-v5-c-pagination__page-menu",
|
66
|
+
"paginationTotalItems": "pf-v5-c-pagination__total-items"
|
70
67
|
};
|
71
68
|
export default _default;
|
@@ -2,17 +2,14 @@
|
|
2
2
|
exports.__esModule = true;
|
3
3
|
require('./pagination.css');
|
4
4
|
exports.default = {
|
5
|
-
"button": "pf-v5-c-button",
|
6
5
|
"dirRtl": "pf-v5-m-dir-rtl",
|
7
6
|
"formControl": "pf-v5-c-form-control",
|
8
|
-
"menuToggle": "pf-v5-c-menu-toggle",
|
9
7
|
"modifiers": {
|
10
8
|
"bottom": "pf-m-bottom",
|
11
9
|
"static": "pf-m-static",
|
12
10
|
"first": "pf-m-first",
|
13
11
|
"last": "pf-m-last",
|
14
12
|
"sticky": "pf-m-sticky",
|
15
|
-
"compact": "pf-m-compact",
|
16
13
|
"pageInsets": "pf-m-page-insets",
|
17
14
|
"displaySummary": "pf-m-display-summary",
|
18
15
|
"displayFull": "pf-m-display-full",
|
@@ -67,6 +64,6 @@ exports.default = {
|
|
67
64
|
"paginationNav": "pf-v5-c-pagination__nav",
|
68
65
|
"paginationNavControl": "pf-v5-c-pagination__nav-control",
|
69
66
|
"paginationNavPageSelect": "pf-v5-c-pagination__nav-page-select",
|
70
|
-
"
|
71
|
-
"
|
67
|
+
"paginationPageMenu": "pf-v5-c-pagination__page-menu",
|
68
|
+
"paginationTotalItems": "pf-v5-c-pagination__total-items"
|
72
69
|
};
|
@@ -1,16 +1,13 @@
|
|
1
1
|
import './pagination.css';
|
2
2
|
export default {
|
3
|
-
"button": "pf-v5-c-button",
|
4
3
|
"dirRtl": "pf-v5-m-dir-rtl",
|
5
4
|
"formControl": "pf-v5-c-form-control",
|
6
|
-
"menuToggle": "pf-v5-c-menu-toggle",
|
7
5
|
"modifiers": {
|
8
6
|
"bottom": "pf-m-bottom",
|
9
7
|
"static": "pf-m-static",
|
10
8
|
"first": "pf-m-first",
|
11
9
|
"last": "pf-m-last",
|
12
10
|
"sticky": "pf-m-sticky",
|
13
|
-
"compact": "pf-m-compact",
|
14
11
|
"pageInsets": "pf-m-page-insets",
|
15
12
|
"displaySummary": "pf-m-display-summary",
|
16
13
|
"displayFull": "pf-m-display-full",
|
@@ -65,6 +62,6 @@ export default {
|
|
65
62
|
"paginationNav": "pf-v5-c-pagination__nav",
|
66
63
|
"paginationNavControl": "pf-v5-c-pagination__nav-control",
|
67
64
|
"paginationNavPageSelect": "pf-v5-c-pagination__nav-page-select",
|
68
|
-
"
|
69
|
-
"
|
65
|
+
"paginationPageMenu": "pf-v5-c-pagination__page-menu",
|
66
|
+
"paginationTotalItems": "pf-v5-c-pagination__total-items"
|
70
67
|
};
|
@@ -1,27 +1,24 @@
|
|
1
1
|
.pf-v5-c-popover {
|
2
|
-
--pf-v5-c-popover--FontSize: var(--pf-
|
2
|
+
--pf-v5-c-popover--FontSize: var(--pf-t--global--font--size--body--sm);
|
3
3
|
--pf-v5-c-popover--MinWidth: calc(var(--pf-v5-c-popover__content--PaddingLeft) + var(--pf-v5-c-popover__content--PaddingRight) + 18.75rem);
|
4
4
|
--pf-v5-c-popover--MaxWidth: calc(var(--pf-v5-c-popover__content--PaddingLeft) + var(--pf-v5-c-popover__content--PaddingRight) + 18.75rem);
|
5
|
-
--pf-v5-c-popover--BoxShadow: var(--pf-
|
6
|
-
--pf-v5-c-popover--
|
7
|
-
--pf-v5-c-popover--m-
|
8
|
-
--pf-v5-c-popover--m-
|
9
|
-
--pf-v5-c-popover--m-
|
10
|
-
--pf-v5-c-popover--m-
|
11
|
-
--pf-v5-c-popover--m-
|
12
|
-
--pf-v5-c-
|
13
|
-
--pf-v5-c-
|
14
|
-
--pf-v5-c-
|
15
|
-
--pf-v5-c-
|
16
|
-
--pf-v5-c-popover__content--
|
17
|
-
--pf-v5-c-popover__content--
|
18
|
-
--pf-v5-c-
|
19
|
-
--pf-v5-c-
|
20
|
-
--pf-v5-c-
|
21
|
-
--pf-v5-c-popover__arrow--
|
22
|
-
--pf-v5-c-popover__arrow--Height: var(--pf-v5-global--arrow--width-lg);
|
23
|
-
--pf-v5-c-popover__arrow--BoxShadow: var(--pf-v5-global--BoxShadow--lg);
|
24
|
-
--pf-v5-c-popover__arrow--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
|
5
|
+
--pf-v5-c-popover--BoxShadow: var(--pf-t--global--box-shadow--md);
|
6
|
+
--pf-v5-c-popover--BorderRadius: var(--pf-t--global--border--radius--medium);
|
7
|
+
--pf-v5-c-popover--m-danger__title-icon--Color: var(--pf-t--global--icon--color--status--danger--default);
|
8
|
+
--pf-v5-c-popover--m-warning__title-icon--Color: var(--pf-t--global--icon--color--status--warning--default);
|
9
|
+
--pf-v5-c-popover--m-success__title-icon--Color: var(--pf-t--global--icon--color--status--success--default);
|
10
|
+
--pf-v5-c-popover--m-info__title-icon--Color: var(--pf-t--global--icon--color--status--info--default);
|
11
|
+
--pf-v5-c-popover--m-custom__title-icon--Color: var(--pf-t--global--icon--color--status--custom--default);
|
12
|
+
--pf-v5-c-popover__content--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
13
|
+
--pf-v5-c-popover__content--PaddingTop: var(--pf-t--global--spacer--md);
|
14
|
+
--pf-v5-c-popover__content--PaddingRight: var(--pf-t--global--spacer--md);
|
15
|
+
--pf-v5-c-popover__content--PaddingBottom: var(--pf-t--global--spacer--md);
|
16
|
+
--pf-v5-c-popover__content--PaddingLeft: var(--pf-t--global--spacer--md);
|
17
|
+
--pf-v5-c-popover__content--BorderRadius: var(--pf-t--global--border--radius--medium);
|
18
|
+
--pf-v5-c-popover__arrow--Width: 0.9375rem;
|
19
|
+
--pf-v5-c-popover__arrow--Height: 0.9375rem;
|
20
|
+
--pf-v5-c-popover__arrow--BoxShadow: var(--pf-t--global--box-shadow--md);
|
21
|
+
--pf-v5-c-popover__arrow--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
25
22
|
--pf-v5-c-popover__arrow--m-top--TranslateX: -50%;
|
26
23
|
--pf-v5-c-popover__arrow--m-top--TranslateY: 50%;
|
27
24
|
--pf-v5-c-popover__arrow--m-top--Rotate: 45deg;
|
@@ -34,21 +31,27 @@
|
|
34
31
|
--pf-v5-c-popover__arrow--m-left--TranslateX: 50%;
|
35
32
|
--pf-v5-c-popover__arrow--m-left--TranslateY: -50%;
|
36
33
|
--pf-v5-c-popover__arrow--m-left--Rotate: 45deg;
|
37
|
-
--pf-v5-c-
|
38
|
-
--pf-v5-c-
|
39
|
-
--pf-v5-c-
|
40
|
-
--pf-v5-c-
|
41
|
-
--pf-v5-c-
|
42
|
-
--pf-v5-c-
|
43
|
-
--pf-v5-c-
|
44
|
-
--pf-v5-c-
|
45
|
-
--pf-v5-c-popover__title-
|
46
|
-
--pf-v5-c-popover__title-
|
47
|
-
--pf-v5-c-
|
34
|
+
--pf-v5-c-popover__arrow--m-inline-top--Top: var(--pf-t--global--border--radius--medium);
|
35
|
+
--pf-v5-c-popover__arrow--m-inline-bottom--Bottom: var(--pf-t--global--border--radius--medium);
|
36
|
+
--pf-v5-c-popover__arrow--m-block-left--Left: var(--pf-t--global--border--radius--medium);
|
37
|
+
--pf-v5-c-popover__arrow--m-block-right--Right: var(--pf-t--global--border--radius--medium);
|
38
|
+
--pf-v5-c-popover__close--Top: calc(var(--pf-v5-c-popover__content--PaddingTop) - (var(--pf-t--global--spacer--xs) * 1.5));
|
39
|
+
--pf-v5-c-popover__close--Right: var(--pf-v5-c-popover__content--PaddingRight);
|
40
|
+
--pf-v5-c-popover__close--sibling--PaddingRight: var(--pf-t--global--spacer--2xl);
|
41
|
+
--pf-v5-c-popover__header--MarginBottom: var(--pf-t--global--spacer--sm);
|
42
|
+
--pf-v5-c-popover__title-text--Color: var(--pf-t--global--text--color--regular);
|
43
|
+
--pf-v5-c-popover__title-text--FontFamily: var(--pf-t--global--font--family--body);
|
44
|
+
--pf-v5-c-popover__title-text--FontSize: var(--pf-t--global--font--size--body--lg);
|
45
|
+
--pf-v5-c-popover__title-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
46
|
+
--pf-v5-c-popover__title-icon--MarginRight: var(--pf-t--global--spacer--sm);
|
47
|
+
--pf-v5-c-popover__title-icon--Color: var(--pf-t--global--icon--color--regular);
|
48
|
+
--pf-v5-c-popover__title-icon--FontSize: var(--pf-t--global--font--size--heading--xs);
|
49
|
+
--pf-v5-c-popover__footer--MarginTop: var(--pf-t--global--spacer--md);
|
48
50
|
position: relative;
|
49
51
|
min-width: var(--pf-v5-c-popover--MinWidth);
|
50
52
|
max-width: var(--pf-v5-c-popover--MaxWidth);
|
51
53
|
font-size: var(--pf-v5-c-popover--FontSize);
|
54
|
+
border-radius: var(--pf-v5-c-popover--BorderRadius);
|
52
55
|
box-shadow: var(--pf-v5-c-popover--BoxShadow);
|
53
56
|
}
|
54
57
|
.pf-v5-c-popover.pf-m-no-padding {
|
@@ -99,43 +102,38 @@
|
|
99
102
|
}
|
100
103
|
.pf-v5-c-popover:is(.pf-m-left-top,
|
101
104
|
.pf-m-right-top) {
|
102
|
-
--pf-v5-c-popover__arrow--Top:
|
105
|
+
--pf-v5-c-popover__arrow--Top: var(--pf-v5-c-popover__arrow--m-inline-top--Top);
|
103
106
|
--pf-v5-c-popover__arrow--TranslateY: var(--pf-v5-c-popover__arrow--m-top--TranslateY);
|
104
107
|
}
|
105
108
|
.pf-v5-c-popover:is(.pf-m-left-bottom,
|
106
109
|
.pf-m-right-bottom) {
|
107
110
|
--pf-v5-c-popover__arrow--Top: auto;
|
108
|
-
--pf-v5-c-popover__arrow--Bottom:
|
111
|
+
--pf-v5-c-popover__arrow--Bottom: var(--pf-v5-c-popover__arrow--m-inline-bottom--Bottom);
|
109
112
|
}
|
110
113
|
.pf-v5-c-popover:is(.pf-m-top-left,
|
111
114
|
.pf-m-bottom-left) {
|
112
|
-
--pf-v5-c-popover__arrow--Left:
|
115
|
+
--pf-v5-c-popover__arrow--Left: var(--pf-v5-c-popover__arrow--m-block-left--Left);
|
113
116
|
--pf-v5-c-popover__arrow--TranslateX: var(--pf-v5-c-popover__arrow--m-left--TranslateX);
|
114
117
|
}
|
115
118
|
.pf-v5-c-popover:is(.pf-m-top-right,
|
116
119
|
.pf-m-bottom-right) {
|
117
|
-
--pf-v5-c-popover__arrow--Right:
|
120
|
+
--pf-v5-c-popover__arrow--Right: var(--pf-v5-c-popover__arrow--m-block-right--Right);
|
118
121
|
--pf-v5-c-popover__arrow--Left: auto;
|
119
122
|
}
|
120
123
|
.pf-v5-c-popover.pf-m-danger {
|
121
124
|
--pf-v5-c-popover__title-icon--Color: var(--pf-v5-c-popover--m-danger__title-icon--Color);
|
122
|
-
--pf-v5-c-popover__title-text--Color: var(--pf-v5-c-popover--m-danger__title-text--Color);
|
123
125
|
}
|
124
126
|
.pf-v5-c-popover.pf-m-warning {
|
125
127
|
--pf-v5-c-popover__title-icon--Color: var(--pf-v5-c-popover--m-warning__title-icon--Color);
|
126
|
-
--pf-v5-c-popover__title-text--Color: var(--pf-v5-c-popover--m-warning__title-text--Color);
|
127
128
|
}
|
128
129
|
.pf-v5-c-popover.pf-m-success {
|
129
130
|
--pf-v5-c-popover__title-icon--Color: var(--pf-v5-c-popover--m-success__title-icon--Color);
|
130
|
-
--pf-v5-c-popover__title-text--Color: var(--pf-v5-c-popover--m-success__title-text--Color);
|
131
131
|
}
|
132
132
|
.pf-v5-c-popover.pf-m-custom {
|
133
133
|
--pf-v5-c-popover__title-icon--Color: var(--pf-v5-c-popover--m-custom__title-icon--Color);
|
134
|
-
--pf-v5-c-popover__title-text--Color: var(--pf-v5-c-popover--m-custom__title-text--Color);
|
135
134
|
}
|
136
135
|
.pf-v5-c-popover.pf-m-info {
|
137
136
|
--pf-v5-c-popover__title-icon--Color: var(--pf-v5-c-popover--m-info__title-icon--Color);
|
138
|
-
--pf-v5-c-popover__title-text--Color: var(--pf-v5-c-popover--m-info__title-text--Color);
|
139
137
|
}
|
140
138
|
|
141
139
|
.pf-v5-c-popover__content {
|
@@ -145,6 +143,7 @@
|
|
145
143
|
padding-inline-start: var(--pf-v5-c-popover__content--PaddingLeft);
|
146
144
|
padding-inline-end: var(--pf-v5-c-popover__content--PaddingRight);
|
147
145
|
background-color: var(--pf-v5-c-popover__content--BackgroundColor);
|
146
|
+
border-radius: var(--pf-v5-c-popover__content--BorderRadius);
|
148
147
|
}
|
149
148
|
|
150
149
|
.pf-v5-c-popover__close {
|
@@ -158,12 +157,10 @@
|
|
158
157
|
|
159
158
|
.pf-v5-c-popover__arrow {
|
160
159
|
position: absolute;
|
161
|
-
/* stylelint-disable liberty/use-logical-spec */
|
162
160
|
top: var(--pf-v5-c-popover__arrow--Top, auto);
|
163
161
|
right: var(--pf-v5-c-popover__arrow--Right, auto);
|
164
162
|
bottom: var(--pf-v5-c-popover__arrow--Bottom, auto);
|
165
163
|
left: var(--pf-v5-c-popover__arrow--Left, auto);
|
166
|
-
/* stylelint-enable */
|
167
164
|
width: var(--pf-v5-c-popover__arrow--Width);
|
168
165
|
height: var(--pf-v5-c-popover__arrow--Height);
|
169
166
|
pointer-events: none;
|
@@ -190,8 +187,8 @@
|
|
190
187
|
.pf-v5-c-popover__title-text {
|
191
188
|
font-family: var(--pf-v5-c-popover__title-text--FontFamily);
|
192
189
|
font-size: var(--pf-v5-c-popover__title-text--FontSize);
|
193
|
-
|
194
|
-
color: var(--pf-v5-c-popover__title-text--Color
|
190
|
+
font-weight: var(--pf-v5-c-popover__title-text--FontWeight);
|
191
|
+
color: var(--pf-v5-c-popover__title-text--Color);
|
195
192
|
}
|
196
193
|
|
197
194
|
.pf-v5-c-popover__body {
|
@@ -200,12 +197,4 @@
|
|
200
197
|
|
201
198
|
.pf-v5-c-popover__footer {
|
202
199
|
margin-block-start: var(--pf-v5-c-popover__footer--MarginTop);
|
203
|
-
}
|
204
|
-
|
205
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-popover {
|
206
|
-
--pf-v5-c-popover__content--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
207
|
-
--pf-v5-c-popover__arrow--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
208
|
-
--pf-v5-c-popover--m-custom__title-text--Color: var(--pf-v5-global--custom-color--200);
|
209
|
-
--pf-v5-c-popover--m-info__title-text--Color: var(--pf-v5-global--info-color--100);
|
210
|
-
--pf-v5-c-popover--m-success__title-text--Color: var(--pf-v5-global--success-color--100);
|
211
200
|
}
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
30
30
|
"popoverHeader": "pf-v5-c-popover__header",
|
31
31
|
"popoverTitle": "pf-v5-c-popover__title",
|
32
32
|
"popoverTitleIcon": "pf-v5-c-popover__title-icon",
|
33
|
-
"popoverTitleText": "pf-v5-c-popover__title-text"
|
34
|
-
"themeDark": "pf-v5-theme-dark"
|
33
|
+
"popoverTitleText": "pf-v5-c-popover__title-text"
|
35
34
|
};
|
36
35
|
export default _default;
|
@@ -32,6 +32,5 @@ exports.default = {
|
|
32
32
|
"popoverHeader": "pf-v5-c-popover__header",
|
33
33
|
"popoverTitle": "pf-v5-c-popover__title",
|
34
34
|
"popoverTitleIcon": "pf-v5-c-popover__title-icon",
|
35
|
-
"popoverTitleText": "pf-v5-c-popover__title-text"
|
36
|
-
"themeDark": "pf-v5-theme-dark"
|
35
|
+
"popoverTitleText": "pf-v5-c-popover__title-text"
|
37
36
|
};
|
@@ -30,6 +30,5 @@ export default {
|
|
30
30
|
"popoverHeader": "pf-v5-c-popover__header",
|
31
31
|
"popoverTitle": "pf-v5-c-popover__title",
|
32
32
|
"popoverTitleIcon": "pf-v5-c-popover__title-icon",
|
33
|
-
"popoverTitleText": "pf-v5-c-popover__title-text"
|
34
|
-
"themeDark": "pf-v5-theme-dark"
|
33
|
+
"popoverTitleText": "pf-v5-c-popover__title-text"
|
35
34
|
};
|
@@ -5,7 +5,8 @@
|
|
5
5
|
--pf-v5-c-radio__label--FontWeight: var(--pf-v5-global--FontWeight--normal);
|
6
6
|
--pf-v5-c-radio__label--FontSize: var(--pf-v5-global--FontSize--md);
|
7
7
|
--pf-v5-c-radio__label--LineHeight: var(--pf-v5-global--LineHeight--md);
|
8
|
-
--pf-v5-c-radio__input--TranslateY
|
8
|
+
--pf-v5-c-radio__input--TranslateY: calc((var(--pf-v5-c-radio__label--LineHeight) * var(--pf-v5-c-radio__label--FontSize) / 2 ) - 50%);
|
9
|
+
--pf-v5-c-radio__input--TranslateY--moz: var(--pf-v5-c-radio__input--TranslateY);
|
9
10
|
--pf-v5-c-radio__input--first-child--MarginLeft: 0.0625rem;
|
10
11
|
--pf-v5-c-radio__input--last-child--MarginRight: 0.0625rem;
|
11
12
|
--pf-v5-c-radio__description--FontSize: var(--pf-v5-global--FontSize--sm);
|
@@ -18,19 +19,14 @@
|
|
18
19
|
}
|
19
20
|
.pf-v5-c-radio.pf-m-standalone {
|
20
21
|
--pf-v5-c-radio--GridGap: 0;
|
21
|
-
--pf-v5-c-radio__input--TranslateY
|
22
|
-
|
23
|
-
}
|
24
|
-
|
25
|
-
.pf-v5-c-radio__label {
|
26
|
-
font-size: var(--pf-v5-c-radio__label--FontSize);
|
27
|
-
font-weight: var(--pf-v5-c-radio__label--FontWeight);
|
28
|
-
line-height: var(--pf-v5-c-radio__label--LineHeight);
|
29
|
-
color: var(--pf-v5-c-radio__label--Color);
|
22
|
+
--pf-v5-c-radio__input--TranslateY: none;
|
23
|
+
display: inline-grid;
|
30
24
|
}
|
31
25
|
|
32
26
|
.pf-v5-c-radio__input {
|
27
|
+
align-self: start;
|
33
28
|
-moz-transform: translateY(var(--pf-v5-c-radio__input--TranslateY--moz));
|
29
|
+
transform: translateY(var(--pf-v5-c-radio__input--TranslateY));
|
34
30
|
}
|
35
31
|
.pf-v5-c-radio__input:first-child {
|
36
32
|
margin-inline-start: var(--pf-v5-c-radio__input--first-child--MarginLeft);
|
@@ -39,6 +35,13 @@
|
|
39
35
|
margin-inline-end: var(--pf-v5-c-radio__input--last-child--MarginRight);
|
40
36
|
}
|
41
37
|
|
38
|
+
.pf-v5-c-radio__label {
|
39
|
+
font-size: var(--pf-v5-c-radio__label--FontSize);
|
40
|
+
font-weight: var(--pf-v5-c-radio__label--FontWeight);
|
41
|
+
line-height: var(--pf-v5-c-radio__label--LineHeight);
|
42
|
+
color: var(--pf-v5-c-radio__label--Color);
|
43
|
+
}
|
44
|
+
|
42
45
|
.pf-v5-c-radio__description {
|
43
46
|
grid-column: 2;
|
44
47
|
font-size: var(--pf-v5-c-radio__description--FontSize);
|
@@ -1,31 +1,28 @@
|
|
1
|
-
.pf-v5-c-simple-list {
|
2
|
-
--pf-v5-c-simple-list__item-link--PaddingTop: var(--pf-
|
3
|
-
--pf-v5-c-simple-list__item-link--PaddingRight: var(--pf-
|
4
|
-
--pf-v5-c-simple-list__item-link--PaddingBottom: var(--pf-
|
5
|
-
--pf-v5-c-simple-list__item-link--PaddingLeft: var(--pf-
|
6
|
-
--pf-v5-c-simple-list__item-link--BackgroundColor: var(--pf-
|
7
|
-
--pf-v5-c-simple-list__item-link--Color: var(--pf-
|
8
|
-
--pf-v5-c-simple-list__item-link--FontSize: var(--pf-
|
9
|
-
--pf-v5-c-simple-list__item-link--
|
10
|
-
--pf-v5-c-simple-list__item-link--m-current--
|
11
|
-
--pf-v5-c-simple-list__item-link--
|
12
|
-
--pf-v5-c-simple-list__item-link--
|
13
|
-
--pf-v5-c-simple-list__item-link--
|
14
|
-
--pf-v5-c-simple-list__item-link--
|
15
|
-
--pf-v5-c-simple-list__item-link--
|
16
|
-
--pf-v5-c-simple-list__item-link--
|
17
|
-
--pf-v5-c-simple-list__item-link--
|
18
|
-
--pf-v5-c-simple-
|
19
|
-
--pf-v5-c-simple-
|
20
|
-
--pf-v5-c-simple-
|
21
|
-
--pf-v5-c-simple-list__title--
|
22
|
-
--pf-v5-c-simple-list__title--
|
23
|
-
--pf-v5-c-simple-list__title--
|
24
|
-
--pf-v5-c-simple-list__title--
|
25
|
-
--pf-v5-c-simple-
|
26
|
-
--pf-v5-c-simple-list__title--Color: var(--pf-v5-global--Color--dark-200);
|
27
|
-
--pf-v5-c-simple-list__title--FontWeight: var(--pf-v5-global--FontWeight--bold);
|
28
|
-
--pf-v5-c-simple-list__section--section--MarginTop: var(--pf-v5-global--spacer--sm);
|
1
|
+
:root, .pf-v5-c-simple-list {
|
2
|
+
--pf-v5-c-simple-list__item-link--PaddingTop: var(--pf-t--global--spacer--xs);
|
3
|
+
--pf-v5-c-simple-list__item-link--PaddingRight: var(--pf-t--global--spacer--md);
|
4
|
+
--pf-v5-c-simple-list__item-link--PaddingBottom: var(--pf-t--global--spacer--xs);
|
5
|
+
--pf-v5-c-simple-list__item-link--PaddingLeft: var(--pf-t--global--spacer--md);
|
6
|
+
--pf-v5-c-simple-list__item-link--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
7
|
+
--pf-v5-c-simple-list__item-link--Color: var(--pf-t--global--text--color--subtle);
|
8
|
+
--pf-v5-c-simple-list__item-link--FontSize: var(--pf-t--global--font--size--body);
|
9
|
+
--pf-v5-c-simple-list__item-link--m-current--Color: var(--pf-t--global--text--color--regular);
|
10
|
+
--pf-v5-c-simple-list__item-link--m-current--BackgroundColor: var(--pf-t--global--background--color--action--plain--selected);
|
11
|
+
--pf-v5-c-simple-list__item-link--hover--Color: var(--pf-t--global--text--color--subtle);
|
12
|
+
--pf-v5-c-simple-list__item-link--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
|
13
|
+
--pf-v5-c-simple-list__item-link--MixBlendMode: var(--pf-t--global--background--color--action--plain--hover--blend);
|
14
|
+
--pf-v5-c-simple-list__item-link--BorderRadius: var(--pf-t--global--border--radius--tiny);
|
15
|
+
--pf-v5-c-simple-list__item-link--m-link--Color: var(--pf-t--global--text--color--link--default);
|
16
|
+
--pf-v5-c-simple-list__item-link--m-link--m-current--Color: var(--pf-t--global--text--color--link--hover);
|
17
|
+
--pf-v5-c-simple-list__item-link--m-link--hover--Color: var(--pf-t--global--text--color--link--hover);
|
18
|
+
--pf-v5-c-simple-list__title--PaddingTop: var(--pf-t--global--spacer--sm);
|
19
|
+
--pf-v5-c-simple-list__title--PaddingRight: var(--pf-t--global--spacer--md);
|
20
|
+
--pf-v5-c-simple-list__title--PaddingBottom: var(--pf-t--global--spacer--sm);
|
21
|
+
--pf-v5-c-simple-list__title--PaddingLeft: var(--pf-t--global--spacer--md);
|
22
|
+
--pf-v5-c-simple-list__title--FontSize: var(--pf-t--global--font--size--body--sm);
|
23
|
+
--pf-v5-c-simple-list__title--Color: var(--pf-t--global--text--color--regular);
|
24
|
+
--pf-v5-c-simple-list__title--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
25
|
+
--pf-v5-c-simple-list__section--section--MarginTop: var(--pf-t--global--spacer--sm);
|
29
26
|
}
|
30
27
|
|
31
28
|
.pf-v5-c-simple-list__item-link {
|
@@ -36,31 +33,28 @@
|
|
36
33
|
padding-inline-start: var(--pf-v5-c-simple-list__item-link--PaddingLeft);
|
37
34
|
padding-inline-end: var(--pf-v5-c-simple-list__item-link--PaddingRight);
|
38
35
|
font-size: var(--pf-v5-c-simple-list__item-link--FontSize);
|
39
|
-
font-weight: var(--pf-v5-c-simple-list__item-link--FontWeight);
|
40
36
|
color: var(--pf-v5-c-simple-list__item-link--Color);
|
41
37
|
text-align: start;
|
38
|
+
text-decoration: none;
|
42
39
|
background-color: var(--pf-v5-c-simple-list__item-link--BackgroundColor);
|
43
40
|
border: none;
|
41
|
+
border-radius: var(--pf-v5-c-simple-list__item-link--BorderRadius);
|
42
|
+
}
|
43
|
+
.pf-v5-c-simple-list__item-link.pf-m-link {
|
44
|
+
--pf-v5-c-simple-list__item-link--Color: var(--pf-v5-c-simple-list__item-link--m-link--Color);
|
45
|
+
--pf-v5-c-simple-list__item-link--hover--Color: var(--pf-v5-c-simple-list__item-link--m-link--m-current--Color);
|
46
|
+
--pf-v5-c-simple-list__item-link--m-current--Color: var(--pf-v5-c-simple-list__item-link--m-link--hover--Color);
|
44
47
|
}
|
45
|
-
.pf-v5-c-simple-list__item-link:hover {
|
48
|
+
.pf-v5-c-simple-list__item-link:hover, .pf-v5-c-simple-list__item-link:focus {
|
46
49
|
--pf-v5-c-simple-list__item-link--BackgroundColor: var(--pf-v5-c-simple-list__item-link--hover--BackgroundColor);
|
47
50
|
--pf-v5-c-simple-list__item-link--Color: var(--pf-v5-c-simple-list__item-link--hover--Color);
|
48
51
|
text-decoration: none;
|
49
|
-
|
50
|
-
.pf-v5-c-simple-list__item-link:focus {
|
51
|
-
--pf-v5-c-simple-list__item-link--FontWeight: var(--pf-v5-c-simple-list__item-link--focus--FontWeight);
|
52
|
-
--pf-v5-c-simple-list__item-link--BackgroundColor: var(--pf-v5-c-simple-list__item-link--focus--BackgroundColor);
|
53
|
-
--pf-v5-c-simple-list__item-link--Color: var(--pf-v5-c-simple-list__item-link--focus--Color);
|
54
|
-
}
|
55
|
-
.pf-v5-c-simple-list__item-link:active {
|
56
|
-
--pf-v5-c-simple-list__item-link--FontWeight: var(--pf-v5-c-simple-list__item-link--active--FontWeight);
|
57
|
-
--pf-v5-c-simple-list__item-link--BackgroundColor: var(--pf-v5-c-simple-list__item-link--active--BackgroundColor);
|
58
|
-
--pf-v5-c-simple-list__item-link--Color: var(--pf-v5-c-simple-list__item-link--active--Color);
|
52
|
+
mix-blend-mode: var(--pf-v5-c-simple-list__item-link--MixBlendMode);
|
59
53
|
}
|
60
54
|
.pf-v5-c-simple-list__item-link.pf-m-current {
|
61
|
-
--pf-v5-c-simple-list__item-link--FontWeight: var(--pf-v5-c-simple-list__item-link--m-current--FontWeight);
|
62
55
|
--pf-v5-c-simple-list__item-link--BackgroundColor: var(--pf-v5-c-simple-list__item-link--m-current--BackgroundColor);
|
63
56
|
--pf-v5-c-simple-list__item-link--Color: var(--pf-v5-c-simple-list__item-link--m-current--Color);
|
57
|
+
mix-blend-mode: var(--pf-v5-c-simple-list__item-link--MixBlendMode);
|
64
58
|
}
|
65
59
|
|
66
60
|
.pf-v5-c-simple-list__title {
|
@@ -75,15 +69,4 @@
|
|
75
69
|
|
76
70
|
.pf-v5-c-simple-list__section + .pf-v5-c-simple-list__section {
|
77
71
|
margin-block-start: var(--pf-v5-c-simple-list__section--section--MarginTop);
|
78
|
-
}
|
79
|
-
|
80
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-simple-list {
|
81
|
-
--pf-v5-c-simple-list__item-link--m-current--Color: var(--pf-v5-global--active-color--100);
|
82
|
-
--pf-v5-c-simple-list__item-link--m-current--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
83
|
-
--pf-v5-c-simple-list__item-link--hover--Color: var(--pf-v5-global--Color--100);
|
84
|
-
--pf-v5-c-simple-list__item-link--hover--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
85
|
-
--pf-v5-c-simple-list__item-link--focus--Color: var(--pf-v5-global--Color--100);
|
86
|
-
--pf-v5-c-simple-list__item-link--focus--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
87
|
-
--pf-v5-c-simple-list__item-link--active--Color: var(--pf-v5-global--Color--100);
|
88
|
-
--pf-v5-c-simple-list__item-link--active--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
89
72
|
}
|
@@ -1,12 +1,12 @@
|
|
1
1
|
import './simple-list.css';
|
2
2
|
declare const _default: {
|
3
3
|
"modifiers": {
|
4
|
+
"link": "pf-m-link",
|
4
5
|
"current": "pf-m-current"
|
5
6
|
},
|
6
7
|
"simpleList": "pf-v5-c-simple-list",
|
7
8
|
"simpleListItemLink": "pf-v5-c-simple-list__item-link",
|
8
9
|
"simpleListSection": "pf-v5-c-simple-list__section",
|
9
|
-
"simpleListTitle": "pf-v5-c-simple-list__title"
|
10
|
-
"themeDark": "pf-v5-theme-dark"
|
10
|
+
"simpleListTitle": "pf-v5-c-simple-list__title"
|
11
11
|
};
|
12
12
|
export default _default;
|
@@ -3,11 +3,11 @@ exports.__esModule = true;
|
|
3
3
|
require('./simple-list.css');
|
4
4
|
exports.default = {
|
5
5
|
"modifiers": {
|
6
|
+
"link": "pf-m-link",
|
6
7
|
"current": "pf-m-current"
|
7
8
|
},
|
8
9
|
"simpleList": "pf-v5-c-simple-list",
|
9
10
|
"simpleListItemLink": "pf-v5-c-simple-list__item-link",
|
10
11
|
"simpleListSection": "pf-v5-c-simple-list__section",
|
11
|
-
"simpleListTitle": "pf-v5-c-simple-list__title"
|
12
|
-
"themeDark": "pf-v5-theme-dark"
|
12
|
+
"simpleListTitle": "pf-v5-c-simple-list__title"
|
13
13
|
};
|
@@ -1,11 +1,11 @@
|
|
1
1
|
import './simple-list.css';
|
2
2
|
export default {
|
3
3
|
"modifiers": {
|
4
|
+
"link": "pf-m-link",
|
4
5
|
"current": "pf-m-current"
|
5
6
|
},
|
6
7
|
"simpleList": "pf-v5-c-simple-list",
|
7
8
|
"simpleListItemLink": "pf-v5-c-simple-list__item-link",
|
8
9
|
"simpleListSection": "pf-v5-c-simple-list__section",
|
9
|
-
"simpleListTitle": "pf-v5-c-simple-list__title"
|
10
|
-
"themeDark": "pf-v5-theme-dark"
|
10
|
+
"simpleListTitle": "pf-v5-c-simple-list__title"
|
11
11
|
};
|
@@ -1,7 +1,10 @@
|
|
1
|
-
|
2
|
-
--pf-v5-c-skip-to-content--Top: var(--pf-
|
1
|
+
:root {
|
2
|
+
--pf-v5-c-skip-to-content--Top: var(--pf-t--global--spacer--md);
|
3
3
|
--pf-v5-c-skip-to-content--ZIndex: var(--pf-v5-global--ZIndex--2xl);
|
4
|
-
--pf-v5-c-skip-to-content--focus--Left: var(--pf-
|
4
|
+
--pf-v5-c-skip-to-content--focus--Left: var(--pf-t--global--spacer--md);
|
5
|
+
}
|
6
|
+
|
7
|
+
.pf-v5-c-skip-to-content {
|
5
8
|
position: absolute;
|
6
9
|
inset-block-start: var(--pf-v5-c-skip-to-content--Top);
|
7
10
|
inset-inline-start: -300%;
|
@@ -56,7 +56,7 @@
|
|
56
56
|
cursor: pointer;
|
57
57
|
opacity: 0;
|
58
58
|
}
|
59
|
-
.pf-v5-c-switch__input:focus ~ .pf-v5-c-switch__toggle {
|
59
|
+
.pf-v5-c-switch__input:focus-visible ~ .pf-v5-c-switch__toggle {
|
60
60
|
outline: var(--pf-v5-c-switch__input--focus__toggle--OutlineWidth) solid var(--pf-v5-c-switch__input--focus__toggle--OutlineColor);
|
61
61
|
outline-offset: var(--pf-v5-c-switch__input--focus__toggle--OutlineOffset);
|
62
62
|
}
|
@@ -63,7 +63,7 @@
|
|
63
63
|
--pf-v5-c-table--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
64
64
|
--pf-v5-c-table--BorderColor: var(--pf-t--global--border--color--default);
|
65
65
|
--pf-v5-c-table--border-width--base: var(--pf-t--global--border--width--divider--default);
|
66
|
-
--pf-v5-c-table__caption--FontSize: var(--pf-t--global--font--size--body);
|
66
|
+
--pf-v5-c-table__caption--FontSize: var(--pf-t--global--font--size--body--default);
|
67
67
|
--pf-v5-c-table__caption--Color: var(--pf-t--global--text--color--subtle);
|
68
68
|
--pf-v5-c-table__caption--PaddingTop: var(--pf-v5-global--spacer--md);
|
69
69
|
--pf-v5-c-table__caption--PaddingRight: var(--pf-v5-global--spacer--lg);
|
@@ -71,13 +71,13 @@
|
|
71
71
|
--pf-v5-c-table__caption--PaddingLeft: var(--pf-v5-global--spacer--lg);
|
72
72
|
--pf-v5-c-table__caption--xl--PaddingRight: var(--pf-v5-global--spacer--md);
|
73
73
|
--pf-v5-c-table__caption--xl--PaddingLeft: var(--pf-v5-global--spacer--md);
|
74
|
-
--pf-v5-c-table__thead--cell--FontSize: var(--pf-t--global--font--size--body);
|
74
|
+
--pf-v5-c-table__thead--cell--FontSize: var(--pf-t--global--font--size--body--default);
|
75
75
|
--pf-v5-c-table__thead--cell--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
76
76
|
--pf-v5-c-table__tbody--cell--PaddingTop: var(--pf-t--global--spacer--md);
|
77
77
|
--pf-v5-c-table__tbody--cell--PaddingBottom: var(--pf-t--global--spacer--md);
|
78
78
|
--pf-v5-c-table__tr--BoxShadow--top--base: 0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08);
|
79
79
|
--pf-v5-c-table--cell--Padding--base: var(--pf-v5-global--spacer--md);
|
80
|
-
--pf-v5-c-table--cell--FontSize: var(--pf-t--global--font--size--body);
|
80
|
+
--pf-v5-c-table--cell--FontSize: var(--pf-t--global--font--size--body--default);
|
81
81
|
--pf-v5-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body);
|
82
82
|
--pf-v5-c-table--cell--Color: var(--pf-t--global--text--color--regular);
|
83
83
|
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--cell--Padding--base);
|
@@ -117,11 +117,12 @@
|
|
117
117
|
--pf-v5-c-table__button--OutlineOffset: calc(var(--pf-v5-global--BorderWidth--lg) * -1);
|
118
118
|
--pf-v5-c-table--m-compact__toggle--PaddingTop: 0;
|
119
119
|
--pf-v5-c-table--m-compact__toggle--PaddingBottom: 0;
|
120
|
-
--pf-v5-c-table__check--input--MarginTop: 0.
|
121
|
-
--pf-v5-c-
|
120
|
+
--pf-v5-c-table__check--input--MarginTop: 0.1875rem;
|
121
|
+
--pf-v5-c-table__thead__check--input--TranslateY: var(--pf-v5-c-table__check--input--MarginTop);
|
122
|
+
--pf-v5-c-table__check--input--FontSize: var(--pf-t--global--font--size--body--default);
|
122
123
|
--pf-v5-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);
|
123
124
|
--pf-v5-c-table__favorite--c-button--Color: var(--pf-t--global--text--color--subtle);
|
124
|
-
--pf-v5-c-table__favorite--c-button--FontSize: var(--pf-t--global--font--size--body);
|
125
|
+
--pf-v5-c-table__favorite--c-button--FontSize: var(--pf-t--global--font--size--body--default);
|
125
126
|
--pf-v5-c-table__favorite--c-button--MarginTop: calc(var(--pf-v5-global--spacer--form-element) * -1);
|
126
127
|
--pf-v5-c-table__favorite--c-button--MarginRight: calc(var(--pf-v5-global--spacer--md) * -1);
|
127
128
|
--pf-v5-c-table__favorite--c-button--MarginBottom: calc(var(--pf-v5-global--spacer--form-element) * -1);
|
@@ -209,7 +210,7 @@
|
|
209
210
|
--pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight: var(--pf-v5-global--spacer--md);
|
210
211
|
--pf-v5-c-table--m-compact--cell--first-last-child--xl--PaddingLeft: var(--pf-v5-global--spacer--lg);
|
211
212
|
--pf-v5-c-table--m-compact--cell--first-last-child--xl--PaddingRight: var(--pf-v5-global--spacer--lg);
|
212
|
-
--pf-v5-c-table--m-compact--FontSize: var(--pf-t--global--font--size--body);
|
213
|
+
--pf-v5-c-table--m-compact--FontSize: var(--pf-t--global--font--size--body--default);
|
213
214
|
--pf-v5-c-table--m-compact__expandable-row-content--PaddingTop: var(--pf-v5-global--spacer--lg);
|
214
215
|
--pf-v5-c-table--m-compact__expandable-row-content--PaddingRight: var(--pf-v5-global--spacer--lg);
|
215
216
|
--pf-v5-c-table--m-compact__expandable-row-content--PaddingBottom: var(--pf-v5-global--spacer--lg);
|
@@ -741,13 +742,16 @@
|
|
741
742
|
cursor: pointer;
|
742
743
|
}
|
743
744
|
.pf-v5-c-table__check label {
|
744
|
-
display:
|
745
|
+
display: inline-flex;
|
745
746
|
padding: inherit;
|
746
747
|
margin-block-start: calc(var(--pf-v5-c-table--cell--PaddingTop) * -1);
|
747
748
|
margin-block-end: calc(var(--pf-v5-c-table--cell--PaddingBottom) * -1);
|
748
749
|
margin-inline-start: calc(var(--pf-v5-c-table--cell--PaddingLeft) * -1);
|
749
750
|
margin-inline-end: calc(var(--pf-v5-c-table--cell--PaddingRight) * -1);
|
750
751
|
}
|
752
|
+
.pf-v5-c-table__thead .pf-v5-c-check.pf-m-standalone {
|
753
|
+
--pf-v5-c-check__input--TranslateY: var(--pf-v5-c-table__thead__check--input--TranslateY);
|
754
|
+
}
|
751
755
|
|
752
756
|
.pf-v5-c-table__favorite .pf-v5-c-button {
|
753
757
|
--pf-v5-c-button--m-plain--Color: var(--pf-v5-c-table__favorite--c-button--Color);
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import './table.css';
|
2
2
|
declare const _default: {
|
3
3
|
"button": "pf-v5-c-button",
|
4
|
+
"check": "pf-v5-c-check",
|
4
5
|
"checkInput": "pf-v5-c-check__input",
|
5
6
|
"dirRtl": "pf-v5-m-dir-rtl",
|
6
7
|
"modifiers": {
|
@@ -39,6 +40,7 @@ declare const _default: {
|
|
39
40
|
"selected": "pf-m-selected",
|
40
41
|
"firstCellOffsetReset": "pf-m-first-cell-offset-reset",
|
41
42
|
"dragOver": "pf-m-drag-over",
|
43
|
+
"standalone": "pf-m-standalone",
|
42
44
|
"favorited": "pf-m-favorited",
|
43
45
|
"noPadding": "pf-m-no-padding",
|
44
46
|
"compact": "pf-m-compact",
|
@@ -3,6 +3,7 @@ exports.__esModule = true;
|
|
3
3
|
require('./table.css');
|
4
4
|
exports.default = {
|
5
5
|
"button": "pf-v5-c-button",
|
6
|
+
"check": "pf-v5-c-check",
|
6
7
|
"checkInput": "pf-v5-c-check__input",
|
7
8
|
"dirRtl": "pf-v5-m-dir-rtl",
|
8
9
|
"modifiers": {
|
@@ -41,6 +42,7 @@ exports.default = {
|
|
41
42
|
"selected": "pf-m-selected",
|
42
43
|
"firstCellOffsetReset": "pf-m-first-cell-offset-reset",
|
43
44
|
"dragOver": "pf-m-drag-over",
|
45
|
+
"standalone": "pf-m-standalone",
|
44
46
|
"favorited": "pf-m-favorited",
|
45
47
|
"noPadding": "pf-m-no-padding",
|
46
48
|
"compact": "pf-m-compact",
|