@patternfly/react-styles 6.0.0-alpha.1 → 6.0.0-alpha.3
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +48 -0
- package/README.md +1 -1
- package/css/assets/images/PF-Backdrop.svg +1 -0
- package/css/assets/images/PF-IconLogo-Reverse.svg +14 -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-group.css +20 -16
- package/css/components/Alert/alert.css +57 -84
- package/css/components/Alert/alert.d.ts +1 -2
- package/css/components/Alert/alert.js +1 -2
- package/css/components/Alert/alert.mjs +1 -2
- package/css/components/BackToTop/back-to-top.css +17 -15
- 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 +86 -64
- package/css/components/Banner/banner.d.ts +11 -4
- package/css/components/Banner/banner.js +11 -4
- package/css/components/Banner/banner.mjs +11 -4
- package/css/components/Button/button.css +142 -179
- package/css/components/Button/button.d.ts +1 -2
- package/css/components/Button/button.js +1 -2
- package/css/components/Button/button.mjs +1 -2
- package/css/components/Check/check.css +10 -8
- package/css/components/Content/content.css +67 -67
- package/css/components/Drawer/drawer.css +0 -1
- 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/ExpandableSection/expandable-section.css +64 -55
- 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/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/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/Masthead/masthead.css +49 -103
- package/css/components/Masthead/masthead.d.ts +1 -6
- package/css/components/Masthead/masthead.js +1 -6
- package/css/components/Masthead/masthead.mjs +1 -6
- 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 +57 -80
- 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 +42 -40
- package/css/components/NotificationBadge/notification-badge.css +56 -81
- package/css/components/NotificationBadge/notification-badge.d.ts +1 -5
- package/css/components/NotificationBadge/notification-badge.js +1 -5
- package/css/components/NotificationBadge/notification-badge.mjs +1 -5
- package/css/components/Page/page.css +112 -209
- package/css/components/Page/page.d.ts +5 -12
- package/css/components/Page/page.js +5 -12
- package/css/components/Page/page.mjs +5 -12
- package/css/components/Popover/popover.css +42 -51
- 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/SkipToContent/skip-to-content.css +6 -3
- package/css/components/Switch/switch.css +1 -1
- package/css/components/Table/table-grid.css +8 -8
- package/css/components/Table/table.css +85 -90
- 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 +13 -3
- 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 -16
- 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/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 +2 -1
- package/css/docs/components/Page/examples/Page.css +0 -8
- package/css/docs/components/Page/examples/Page.d.ts +0 -7
- package/css/docs/components/Page/examples/Page.js +0 -7
- package/css/docs/components/Page/examples/Page.mjs +0 -7
- package/css/docs/demos/Toolbar/examples/Toolbar.css +15 -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/NotificationBadge/examples/NotificationBadge.css +0 -3
- package/css/docs/components/NotificationBadge/examples/NotificationBadge.d.ts +0 -5
- package/css/docs/components/NotificationBadge/examples/NotificationBadge.js +0 -6
- package/css/docs/components/NotificationBadge/examples/NotificationBadge.mjs +0 -4
@@ -1,73 +1,73 @@
|
|
1
1
|
.pf-v5-c-content {
|
2
|
-
--pf-v5-c-content--MarginBottom: var(--pf-
|
3
|
-
--pf-v5-c-content--LineHeight: var(--pf-
|
4
|
-
--pf-v5-c-content--FontSize: var(--pf-
|
5
|
-
--pf-v5-c-content--FontWeight: var(--pf-
|
6
|
-
--pf-v5-c-content--Color: var(--pf-
|
7
|
-
--pf-v5-c-content--heading--FontFamily: var(--pf-
|
8
|
-
--pf-v5-c-content--h1--MarginTop: var(--pf-
|
9
|
-
--pf-v5-c-content--h1--MarginBottom: var(--pf-
|
10
|
-
--pf-v5-c-content--h1--LineHeight: var(--pf-
|
11
|
-
--pf-v5-c-content--h1--FontSize: var(--pf-
|
12
|
-
--pf-v5-c-content--h1--FontWeight: var(--pf-
|
13
|
-
--pf-v5-c-content--h2--MarginTop: var(--pf-
|
14
|
-
--pf-v5-c-content--h2--MarginBottom: var(--pf-
|
15
|
-
--pf-v5-c-content--h2--LineHeight: var(--pf-
|
16
|
-
--pf-v5-c-content--h2--FontSize: var(--pf-
|
17
|
-
--pf-v5-c-content--h2--FontWeight: var(--pf-
|
18
|
-
--pf-v5-c-content--h3--MarginTop: var(--pf-
|
19
|
-
--pf-v5-c-content--h3--MarginBottom: var(--pf-
|
20
|
-
--pf-v5-c-content--h3--LineHeight: var(--pf-
|
21
|
-
--pf-v5-c-content--h3--FontSize: var(--pf-
|
22
|
-
--pf-v5-c-content--h3--FontWeight: var(--pf-
|
23
|
-
--pf-v5-c-content--h4--MarginTop: var(--pf-
|
24
|
-
--pf-v5-c-content--h4--MarginBottom: var(--pf-
|
25
|
-
--pf-v5-c-content--h4--LineHeight: var(--pf-
|
26
|
-
--pf-v5-c-content--h4--FontSize: var(--pf-
|
27
|
-
--pf-v5-c-content--h4--FontWeight: var(--pf-
|
28
|
-
--pf-v5-c-content--h5--MarginTop: var(--pf-
|
29
|
-
--pf-v5-c-content--h5--MarginBottom: var(--pf-
|
30
|
-
--pf-v5-c-content--h5--LineHeight: var(--pf-
|
31
|
-
--pf-v5-c-content--h5--FontSize: var(--pf-
|
32
|
-
--pf-v5-c-content--h5--FontWeight: var(--pf-
|
33
|
-
--pf-v5-c-content--h6--MarginTop: var(--pf-
|
34
|
-
--pf-v5-c-content--h6--MarginBottom: var(--pf-
|
35
|
-
--pf-v5-c-content--h6--LineHeight: var(--pf-
|
36
|
-
--pf-v5-c-content--h6--FontSize: var(--pf-
|
37
|
-
--pf-v5-c-content--h6--FontWeight: var(--pf-
|
38
|
-
--pf-v5-c-content--small--MarginBottom: var(--pf-
|
39
|
-
--pf-v5-c-content--small--LineHeight: var(--pf-
|
40
|
-
--pf-v5-c-content--small--FontSize: var(--pf-
|
41
|
-
--pf-v5-c-content--small--Color: var(--pf-
|
42
|
-
--pf-v5-c-content--a--Color: var(--pf-
|
43
|
-
--pf-v5-c-content--a--TextDecoration: var(--pf-
|
44
|
-
--pf-v5-c-content--a--hover--Color: var(--pf-
|
45
|
-
--pf-v5-c-content--a--hover--TextDecoration: var(--pf-
|
46
|
-
--pf-v5-c-content--a--visited--Color: var(--pf-
|
47
|
-
--pf-v5-c-content--blockquote--PaddingTop: var(--pf-
|
48
|
-
--pf-v5-c-content--blockquote--PaddingRight: var(--pf-
|
49
|
-
--pf-v5-c-content--blockquote--PaddingBottom: var(--pf-
|
50
|
-
--pf-v5-c-content--blockquote--PaddingLeft: var(--pf-
|
51
|
-
--pf-v5-c-content--blockquote--Color: var(--pf-
|
52
|
-
--pf-v5-c-content--blockquote--BorderLeftColor: var(--pf-
|
53
|
-
--pf-v5-c-content--blockquote--BorderLeftWidth: var(--pf-
|
54
|
-
--pf-v5-c-content--ol--PaddingLeft: var(--pf-
|
55
|
-
--pf-v5-c-content--ol--MarginLeft: var(--pf-
|
56
|
-
--pf-v5-c-content--ol--nested--MarginTop: var(--pf-
|
57
|
-
--pf-v5-c-content--ol--nested--MarginLeft: var(--pf-
|
58
|
-
--pf-v5-c-content--ul--PaddingLeft: var(--pf-
|
59
|
-
--pf-v5-c-content--ul--MarginLeft: var(--pf-
|
60
|
-
--pf-v5-c-content--ul--nested--MarginTop: var(--pf-
|
61
|
-
--pf-v5-c-content--ul--nested--MarginLeft: var(--pf-
|
2
|
+
--pf-v5-c-content--MarginBottom: var(--pf-t--global--spacer--md);
|
3
|
+
--pf-v5-c-content--LineHeight: var(--pf-t--global--font--line-height--body);
|
4
|
+
--pf-v5-c-content--FontSize: var(--pf-t--global--font--size--body);
|
5
|
+
--pf-v5-c-content--FontWeight: var(--pf-t--global--font--weight--body);
|
6
|
+
--pf-v5-c-content--Color: var(--pf-t--global--text--color--regular);
|
7
|
+
--pf-v5-c-content--heading--FontFamily: var(--pf-t--global--font--family--heading);
|
8
|
+
--pf-v5-c-content--h1--MarginTop: var(--pf-t--global--spacer--lg);
|
9
|
+
--pf-v5-c-content--h1--MarginBottom: var(--pf-t--global--spacer--sm);
|
10
|
+
--pf-v5-c-content--h1--LineHeight: var(--pf-t--global--font--line-height--heading);
|
11
|
+
--pf-v5-c-content--h1--FontSize: var(--pf-t--global--font--size--heading--lg);
|
12
|
+
--pf-v5-c-content--h1--FontWeight: var(--pf-t--global--font--weight--heading);
|
13
|
+
--pf-v5-c-content--h2--MarginTop: var(--pf-t--global--spacer--lg);
|
14
|
+
--pf-v5-c-content--h2--MarginBottom: var(--pf-t--global--spacer--sm);
|
15
|
+
--pf-v5-c-content--h2--LineHeight: var(--pf-t--global--font--line-height--heading);
|
16
|
+
--pf-v5-c-content--h2--FontSize: var(--pf-t--global--font--size--heading--md);
|
17
|
+
--pf-v5-c-content--h2--FontWeight: var(--pf-t--global--font--weight--heading);
|
18
|
+
--pf-v5-c-content--h3--MarginTop: var(--pf-t--global--spacer--lg);
|
19
|
+
--pf-v5-c-content--h3--MarginBottom: var(--pf-t--global--spacer--sm);
|
20
|
+
--pf-v5-c-content--h3--LineHeight: var(--pf-t--global--font--line-height--heading);
|
21
|
+
--pf-v5-c-content--h3--FontSize: var(--pf-t--global--font--size--heading--sm);
|
22
|
+
--pf-v5-c-content--h3--FontWeight: var(--pf-t--global--font--weight--heading);
|
23
|
+
--pf-v5-c-content--h4--MarginTop: var(--pf-t--global--spacer--lg);
|
24
|
+
--pf-v5-c-content--h4--MarginBottom: var(--pf-t--global--spacer--sm);
|
25
|
+
--pf-v5-c-content--h4--LineHeight: var(--pf-t--global--font--line-height--heading);
|
26
|
+
--pf-v5-c-content--h4--FontSize: var(--pf-t--global--font--size--heading--xs);
|
27
|
+
--pf-v5-c-content--h4--FontWeight: var(--pf-t--global--font--weight--heading);
|
28
|
+
--pf-v5-c-content--h5--MarginTop: var(--pf-t--global--spacer--lg);
|
29
|
+
--pf-v5-c-content--h5--MarginBottom: var(--pf-t--global--spacer--sm);
|
30
|
+
--pf-v5-c-content--h5--LineHeight: var(--pf-t--global--font--line-height--heading);
|
31
|
+
--pf-v5-c-content--h5--FontSize: var(--pf-t--global--font--size--heading--xs);
|
32
|
+
--pf-v5-c-content--h5--FontWeight: var(--pf-t--global--font--weight--heading);
|
33
|
+
--pf-v5-c-content--h6--MarginTop: var(--pf-t--global--spacer--lg);
|
34
|
+
--pf-v5-c-content--h6--MarginBottom: var(--pf-t--global--spacer--sm);
|
35
|
+
--pf-v5-c-content--h6--LineHeight: var(--pf-t--global--font--line-height--heading);
|
36
|
+
--pf-v5-c-content--h6--FontSize: var(--pf-t--global--font--size--heading--xs);
|
37
|
+
--pf-v5-c-content--h6--FontWeight: var(--pf-t--global--font--weight--heading);
|
38
|
+
--pf-v5-c-content--small--MarginBottom: var(--pf-t--global--spacer--md);
|
39
|
+
--pf-v5-c-content--small--LineHeight: var(--pf-t--global--font--line-height--body);
|
40
|
+
--pf-v5-c-content--small--FontSize: var(--pf-t--global--font--size--body--sm);
|
41
|
+
--pf-v5-c-content--small--Color: var(--pf-t--global--text--color--subtle);
|
42
|
+
--pf-v5-c-content--a--Color: var(--pf-t--global--text--color--link--default);
|
43
|
+
--pf-v5-c-content--a--TextDecoration: var(--pf-t--global--link--text-decoration);
|
44
|
+
--pf-v5-c-content--a--hover--Color: var(--pf-t--global--text--color--link--hover);
|
45
|
+
--pf-v5-c-content--a--hover--TextDecoration: var(--pf-t--global--link--text-decoration);
|
46
|
+
--pf-v5-c-content--a--visited--Color: var(--pf-t--global--text--color--link--visited);
|
47
|
+
--pf-v5-c-content--blockquote--PaddingTop: var(--pf-t--global--spacer--md);
|
48
|
+
--pf-v5-c-content--blockquote--PaddingRight: var(--pf-t--global--spacer--md);
|
49
|
+
--pf-v5-c-content--blockquote--PaddingBottom: var(--pf-t--global--spacer--md);
|
50
|
+
--pf-v5-c-content--blockquote--PaddingLeft: var(--pf-t--global--spacer--md);
|
51
|
+
--pf-v5-c-content--blockquote--Color: var(--pf-t--global--text--color--subtle);
|
52
|
+
--pf-v5-c-content--blockquote--BorderLeftColor: var(--pf-t--global--border--color--default);
|
53
|
+
--pf-v5-c-content--blockquote--BorderLeftWidth: var(--pf-t--global--border--width--300);
|
54
|
+
--pf-v5-c-content--ol--PaddingLeft: var(--pf-t--global--spacer--lg);
|
55
|
+
--pf-v5-c-content--ol--MarginLeft: var(--pf-t--global--spacer--lg);
|
56
|
+
--pf-v5-c-content--ol--nested--MarginTop: var(--pf-t--global--spacer--sm);
|
57
|
+
--pf-v5-c-content--ol--nested--MarginLeft: var(--pf-t--global--spacer--sm);
|
58
|
+
--pf-v5-c-content--ul--PaddingLeft: var(--pf-t--global--spacer--lg);
|
59
|
+
--pf-v5-c-content--ul--MarginLeft: var(--pf-t--global--spacer--lg);
|
60
|
+
--pf-v5-c-content--ul--nested--MarginTop: var(--pf-t--global--spacer--sm);
|
61
|
+
--pf-v5-c-content--ul--nested--MarginLeft: var(--pf-t--global--spacer--sm);
|
62
62
|
--pf-v5-c-content--ul--ListStyle: var(--pf-v5-global--ListStyle);
|
63
|
-
--pf-v5-c-content--li--MarginTop: var(--pf-
|
64
|
-
--pf-v5-c-content--dl--ColumnGap: var(--pf-
|
65
|
-
--pf-v5-c-content--dl--RowGap: var(--pf-
|
66
|
-
--pf-v5-c-content--dt--FontWeight: var(--pf-
|
67
|
-
--pf-v5-c-content--dt--MarginTop: var(--pf-
|
63
|
+
--pf-v5-c-content--li--MarginTop: var(--pf-t--global--spacer--sm);
|
64
|
+
--pf-v5-c-content--dl--ColumnGap: var(--pf-t--global--spacer--2xl);
|
65
|
+
--pf-v5-c-content--dl--RowGap: var(--pf-t--global--spacer--md);
|
66
|
+
--pf-v5-c-content--dt--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
67
|
+
--pf-v5-c-content--dt--MarginTop: var(--pf-t--global--spacer--md);
|
68
68
|
--pf-v5-c-content--dt--sm--MarginTop: 0;
|
69
|
-
--pf-v5-c-content--hr--Height: var(--pf-
|
70
|
-
--pf-v5-c-content--hr--BackgroundColor: var(--pf-
|
69
|
+
--pf-v5-c-content--hr--Height: var(--pf-t--global--border--width--divider--default);
|
70
|
+
--pf-v5-c-content--hr--BackgroundColor: var(--pf-t--global--border--color--default);
|
71
71
|
font-size: var(--pf-v5-c-content--FontSize);
|
72
72
|
line-height: var(--pf-v5-c-content--LineHeight);
|
73
73
|
color: var(--pf-v5-c-content--Color);
|
@@ -205,7 +205,6 @@
|
|
205
205
|
z-index: var(--pf-v5-c-drawer__content--ZIndex);
|
206
206
|
flex-basis: var(--pf-v5-c-drawer__content--FlexBasis);
|
207
207
|
order: 0;
|
208
|
-
background-color: var(--pf-v5-c-drawer__content--BackgroundColor);
|
209
208
|
}
|
210
209
|
.pf-v5-c-drawer__content.pf-m-no-background {
|
211
210
|
--pf-v5-c-drawer__content--BackgroundColor: transparent;
|
@@ -279,14 +279,12 @@
|
|
279
279
|
}
|
280
280
|
.pf-v5-c-dropdown__toggle.pf-m-split-button .pf-v5-c-dropdown__toggle-check > input,
|
281
281
|
.pf-v5-c-dropdown__toggle.pf-m-split-button .pf-v5-c-dropdown__toggle-check .pf-v5-c-check {
|
282
|
+
--pf-v5-c-check__input--TranslateY: none;
|
282
283
|
align-self: revert;
|
283
284
|
width: auto;
|
284
285
|
cursor: pointer;
|
285
286
|
visibility: var(--pf-v5-c-dropdown__toggle--m-split-button__toggle-check__input--Visibility, unset);
|
286
287
|
}
|
287
|
-
.pf-v5-c-dropdown__toggle.pf-m-split-button .pf-v5-c-dropdown__toggle-check .pf-v5-c-check__input {
|
288
|
-
-moz-transform: none;
|
289
|
-
}
|
290
288
|
.pf-v5-c-dropdown__toggle.pf-m-split-button .pf-v5-c-dropdown__toggle-button {
|
291
289
|
color: var(--pf-v5-c-dropdown__toggle-button--Color);
|
292
290
|
background-color: var(--pf-v5-c-dropdown__toggle-button--BackgroundColor);
|
@@ -1,50 +1,61 @@
|
|
1
|
-
|
2
|
-
--pf-v5-c-expandable-section__toggle--PaddingTop: var(--pf-
|
3
|
-
--pf-v5-c-expandable-section__toggle--PaddingRight: var(--pf-
|
4
|
-
--pf-v5-c-expandable-section__toggle--PaddingBottom: var(--pf-
|
5
|
-
--pf-v5-c-expandable-section__toggle--PaddingLeft:
|
6
|
-
--pf-v5-c-expandable-section__toggle--
|
7
|
-
--pf-v5-c-expandable-section__toggle--Color: var(--pf-
|
8
|
-
--pf-v5-c-expandable-section__toggle--
|
9
|
-
--pf-v5-c-expandable-section__toggle--
|
10
|
-
--pf-v5-c-expandable-section__toggle--
|
11
|
-
--pf-v5-c-expandable-section__toggle--m-expanded--Color: var(--pf-v5-global--link--Color--hover);
|
1
|
+
:root {
|
2
|
+
--pf-v5-c-expandable-section__toggle--PaddingTop: var(--pf-t--global--spacer--sm);
|
3
|
+
--pf-v5-c-expandable-section__toggle--PaddingRight: var(--pf-t--global--spacer--md);
|
4
|
+
--pf-v5-c-expandable-section__toggle--PaddingBottom: var(--pf-t--global--spacer--sm);
|
5
|
+
--pf-v5-c-expandable-section__toggle--PaddingLeft: var(--pf-t--global--spacer--sm);
|
6
|
+
--pf-v5-c-expandable-section__toggle--Color: var(--pf-t--global--color--brand--default);
|
7
|
+
--pf-v5-c-expandable-section__toggle--hover--Color: var(--pf-t--global--color--brand--hover);
|
8
|
+
--pf-v5-c-expandable-section__toggle--active--Color: var(--pf-t--global--color--brand--hover);
|
9
|
+
--pf-v5-c-expandable-section__toggle--focus--Color: var(--pf-t--global--color--brand--hover);
|
10
|
+
--pf-v5-c-expandable-section__toggle--m-expanded--Color: var(--pf-t--global--color--brand--hover);
|
12
11
|
--pf-v5-c-expandable-section__toggle--BackgroundColor: transparent;
|
12
|
+
--pf-v5-c-expandable-section__toggle--ColumnGap: calc(var(--pf-t--global--spacer--xs) + var(--pf-t--global--spacer--sm));
|
13
13
|
--pf-v5-c-expandable-section__toggle-icon--MinWidth: 1em;
|
14
|
-
--pf-v5-c-expandable-section__toggle-icon--Color: var(--pf-
|
14
|
+
--pf-v5-c-expandable-section__toggle-icon--Color: var(--pf-t--global--icon--color--regular);
|
15
15
|
--pf-v5-c-expandable-section__toggle-icon--Transition: .2s ease-in 0s;
|
16
16
|
--pf-v5-c-expandable-section__toggle-icon--Rotate: 0;
|
17
17
|
--pf-v5-c-expandable-section__toggle-icon--m-expand-top--Rotate: 0;
|
18
18
|
--pf-v5-c-expandable-section--m-expanded__toggle-icon--Rotate: 90deg;
|
19
19
|
--pf-v5-c-expandable-section--m-expanded__toggle-icon--m-expand-top--Rotate: -90deg;
|
20
|
-
--pf-v5-c-expandable-
|
21
|
-
--pf-v5-c-expandable-section__content--
|
20
|
+
--pf-v5-c-expandable-section__content--PaddingTop: var(--pf-t--global--spacer--sm);
|
21
|
+
--pf-v5-c-expandable-section__content--PaddingRight: var(--pf-t--global--spacer--sm);
|
22
|
+
--pf-v5-c-expandable-section__content--PaddingBottom: var(--pf-t--global--spacer--sm);
|
23
|
+
--pf-v5-c-expandable-section__content--PaddingLeft: var(--pf-t--global--spacer--sm);
|
22
24
|
--pf-v5-c-expandable-section__content--MaxWidth: auto;
|
23
25
|
--pf-v5-c-expandable-section--m-limit-width__content--MaxWidth: 46.875rem;
|
24
|
-
--pf-v5-c-expandable-section--m-display-lg--
|
25
|
-
--pf-v5-c-expandable-section--m-display-
|
26
|
-
--pf-v5-c-expandable-section--m-display-
|
27
|
-
--pf-v5-c-expandable-section--m-display-lg__toggle--
|
28
|
-
--pf-v5-c-expandable-section--m-display-lg__toggle--
|
29
|
-
--pf-v5-c-expandable-section--m-display-
|
30
|
-
--pf-v5-c-expandable-section--m-display-
|
31
|
-
--pf-v5-c-expandable-section--m-display-
|
32
|
-
--pf-v5-c-expandable-section--m-display-
|
33
|
-
--pf-v5-c-expandable-section--m-display-
|
34
|
-
--pf-v5-c-expandable-section--m-display-
|
35
|
-
--pf-v5-c-expandable-section--m-display-
|
36
|
-
--pf-v5-c-expandable-section--m-
|
26
|
+
--pf-v5-c-expandable-section--m-display-lg--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
27
|
+
--pf-v5-c-expandable-section--m-display-lg--BorderColor: var(--pf-t--global--border--color--default);
|
28
|
+
--pf-v5-c-expandable-section--m-display-lg--BorderRadius: var(--pf-t--global--border--radius--medium);
|
29
|
+
--pf-v5-c-expandable-section--m-display-lg__toggle--PaddingTop: var(--pf-t--global--spacer--md);
|
30
|
+
--pf-v5-c-expandable-section--m-display-lg__toggle--PaddingRight: var(--pf-t--global--spacer--lg);
|
31
|
+
--pf-v5-c-expandable-section--m-display-lg__toggle--PaddingBottom: var(--pf-t--global--spacer--md);
|
32
|
+
--pf-v5-c-expandable-section--m-display-lg__toggle--PaddingLeft: var(--pf-t--global--spacer--lg);
|
33
|
+
--pf-v5-c-expandable-section--m-display-lg__toggle--BorderRadius: var(--pf-t--global--border--radius--medium);
|
34
|
+
--pf-v5-c-expandable-section--m-display-lg__toggle--Width: 100%;
|
35
|
+
--pf-v5-c-expandable-section--m-display-lg__toggle--hover--BackgroundColor: var(--pf-t--global--background--color--secondary--hover);
|
36
|
+
--pf-v5-c-expandable-section--m-display-lg__toggle--active--BackgroundColor: var(--pf-t--global--background--color--secondary--hover);
|
37
|
+
--pf-v5-c-expandable-section--m-display-lg__toggle--focus--BackgroundColor: var(--pf-t--global--background--color--secondary--hover);
|
38
|
+
--pf-v5-c-expandable-section--m-display-lg__content--PaddingRight: var(--pf-t--global--spacer--lg);
|
39
|
+
--pf-v5-c-expandable-section--m-display-lg__content--PaddingBottom: var(--pf-t--global--spacer--md);
|
40
|
+
--pf-v5-c-expandable-section--m-display-lg__content--PaddingLeft: var(--pf-t--global--spacer--lg);
|
41
|
+
--pf-v5-c-expandable-section--m-expanded--m-display-lg__toggle--BorderRadius: var(--pf-t--global--border--radius--medium) var(--pf-t--global--border--radius--medium) 0 0;
|
42
|
+
--pf-v5-c-expandable-section--m-indented__content--PaddingLeft--base: calc(var(--pf-v5-c-expandable-section__toggle--ColumnGap) + var(--pf-v5-c-expandable-section__toggle-icon--MinWidth));
|
43
|
+
--pf-v5-c-expandable-section--m-indented__content--PaddingLeft: calc(var(--pf-v5-c-expandable-section--m-indented__content--PaddingLeft--base) + var(--pf-v5-c-expandable-section__toggle--PaddingLeft));
|
44
|
+
--pf-v5-c-expandable-section--m-display-lg--m-indented__content--PaddingLeft: calc(var(--pf-v5-c-expandable-section--m-indented__content--PaddingLeft--base) + var(--pf-v5-c-expandable-section--m-display-lg__content--PaddingLeft));
|
45
|
+
--pf-v5-c-expandable-section--m-truncate--PaddingTop: var(--pf-t--global--spacer--sm);
|
46
|
+
--pf-v5-c-expandable-section--m-truncate--PaddingRight: var(--pf-t--global--spacer--md);
|
47
|
+
--pf-v5-c-expandable-section--m-truncate--PaddingBottom: var(--pf-t--global--spacer--sm);
|
48
|
+
--pf-v5-c-expandable-section--m-truncate--PaddingLeft: var(--pf-t--global--spacer--md);
|
49
|
+
--pf-v5-c-expandable-section--m-truncate__toggle--PaddingBottom: var(--pf-t--global--spacer--sm);
|
37
50
|
--pf-v5-c-expandable-section--m-truncate__content--LineClamp: 3;
|
38
|
-
--pf-v5-c-expandable-section--m-truncate__toggle--MarginTop: var(--pf-v5-global--spacer--xs);
|
39
51
|
}
|
52
|
+
|
40
53
|
.pf-v5-c-expandable-section.pf-m-expanded {
|
41
54
|
--pf-v5-c-expandable-section__toggle--Color: var(--pf-v5-c-expandable-section__toggle--m-expanded--Color);
|
42
55
|
--pf-v5-c-expandable-section__toggle-icon--Rotate: var(--pf-v5-c-expandable-section--m-expanded__toggle-icon--Rotate);
|
43
56
|
--pf-v5-c-expandable-section__toggle-icon--m-expand-top--Rotate: var(--pf-v5-c-expandable-section--m-expanded__toggle-icon--m-expand-top--Rotate);
|
44
57
|
--pf-v5-c-expandable-section--m-display-lg--after--BackgroundColor: var(--pf-v5-c-expandable-section--m-display-lg--m-expanded--after--BackgroundColor);
|
45
|
-
|
46
|
-
.pf-v5-c-expandable-section.pf-m-detached, .pf-v5-c-expandable-section.pf-m-truncate {
|
47
|
-
--pf-v5-c-expandable-section__content--MarginTop: 0;
|
58
|
+
--pf-v5-c-expandable-section--m-display-lg__toggle--BorderRadius: var(--pf-v5-c-expandable-section--m-expanded--m-display-lg__toggle--BorderRadius);
|
48
59
|
}
|
49
60
|
.pf-v5-c-expandable-section.pf-m-limit-width {
|
50
61
|
--pf-v5-c-expandable-section__content--MaxWidth: var(--pf-v5-c-expandable-section--m-limit-width__content--MaxWidth);
|
@@ -54,31 +65,31 @@
|
|
54
65
|
--pf-v5-c-expandable-section__toggle--PaddingRight: var(--pf-v5-c-expandable-section--m-display-lg__toggle--PaddingRight);
|
55
66
|
--pf-v5-c-expandable-section__toggle--PaddingBottom: var(--pf-v5-c-expandable-section--m-display-lg__toggle--PaddingBottom);
|
56
67
|
--pf-v5-c-expandable-section__toggle--PaddingLeft: var(--pf-v5-c-expandable-section--m-display-lg__toggle--PaddingLeft);
|
68
|
+
--pf-v5-c-expandable-section__toggle--hover--BackgroundColor: var(--pf-v5-c-expandable-section--m-display-lg__toggle--hover--BackgroundColor);
|
69
|
+
--pf-v5-c-expandable-section__toggle--active--BackgroundColor: var(--pf-v5-c-expandable-section--m-display-lg__toggle--active--BackgroundColor);
|
70
|
+
--pf-v5-c-expandable-section__toggle--focus--BackgroundColor: var(--pf-v5-c-expandable-section--m-display-lg__toggle--focus--BackgroundColor);
|
71
|
+
--pf-v5-c-expandable-section__toggle--BorderRadius: var(--pf-v5-c-expandable-section--m-display-lg__toggle--BorderRadius);
|
72
|
+
--pf-v5-c-expandable-section__toggle--Width: var(--pf-v5-c-expandable-section--m-display-lg__toggle--Width);
|
57
73
|
--pf-v5-c-expandable-section__content--PaddingRight: var(--pf-v5-c-expandable-section--m-display-lg__content--PaddingRight);
|
58
74
|
--pf-v5-c-expandable-section__content--PaddingBottom: var(--pf-v5-c-expandable-section--m-display-lg__content--PaddingBottom);
|
59
75
|
--pf-v5-c-expandable-section__content--PaddingLeft: var(--pf-v5-c-expandable-section--m-display-lg__content--PaddingLeft);
|
60
|
-
--pf-v5-c-expandable-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
.pf-v5-c-expandable-section.pf-m-display-lg::after {
|
65
|
-
position: absolute;
|
66
|
-
inset-block-start: 0;
|
67
|
-
inset-block-end: 0;
|
68
|
-
inset-inline-start: 0;
|
69
|
-
width: var(--pf-v5-c-expandable-section--m-display-lg--after--Width);
|
70
|
-
content: "";
|
71
|
-
background-color: var(--pf-v5-c-expandable-section--m-display-lg--after--BackgroundColor);
|
76
|
+
--pf-v5-c-expandable-section--m-indented__content--PaddingLeft: var(--pf-v5-c-expandable-section--m-display-lg--m-indented__content--PaddingLeft);
|
77
|
+
background-color: var(--pf-v5-c-expandable-section--m-display-lg--BackgroundColor);
|
78
|
+
border: solid 1px var(--pf-v5-c-expandable-section--m-display-lg--BorderColor);
|
79
|
+
border-radius: var(--pf-v5-c-expandable-section--m-display-lg--BorderRadius);
|
72
80
|
}
|
73
81
|
.pf-v5-c-expandable-section.pf-m-indented {
|
74
82
|
--pf-v5-c-expandable-section__content--PaddingLeft: var(--pf-v5-c-expandable-section--m-indented__content--PaddingLeft);
|
75
83
|
}
|
76
84
|
.pf-v5-c-expandable-section.pf-m-truncate {
|
77
|
-
--pf-v5-c-expandable-section__toggle--MarginTop: var(--pf-v5-c-expandable-section--m-truncate__toggle--MarginTop);
|
78
85
|
--pf-v5-c-expandable-section__toggle--PaddingTop: 0;
|
79
86
|
--pf-v5-c-expandable-section__toggle--PaddingRight: 0;
|
80
|
-
--pf-v5-c-expandable-section__toggle--PaddingBottom:
|
81
|
-
--pf-v5-c-expandable-section__toggle
|
87
|
+
--pf-v5-c-expandable-section__toggle--PaddingBottom: var(--pf-v5-c-expandable-section--m-truncate__toggle--PaddingBottom);
|
88
|
+
--pf-v5-c-expandable-section__toggle--PaddingLeft: 0;
|
89
|
+
--pf-v5-c-expandable-section__content--PaddingTop: 0;
|
90
|
+
--pf-v5-c-expandable-section__content--PaddingRight: 0;
|
91
|
+
--pf-v5-c-expandable-section__content--PaddingBottom: 0;
|
92
|
+
--pf-v5-c-expandable-section__content--PaddingLeft: 0;
|
82
93
|
}
|
83
94
|
.pf-v5-c-expandable-section.pf-m-truncate:not(.pf-m-expanded) .pf-v5-c-expandable-section__content {
|
84
95
|
display: -webkit-box;
|
@@ -86,29 +97,31 @@
|
|
86
97
|
-webkit-line-clamp: var(--pf-v5-c-expandable-section--m-truncate__content--LineClamp);
|
87
98
|
overflow: hidden;
|
88
99
|
}
|
89
|
-
.pf-v5-c-expandable-section.pf-m-detached {
|
90
|
-
--pf-v5-c-expandable-section--m-truncate__toggle--MarginTop: 0;
|
91
|
-
}
|
92
100
|
|
93
101
|
.pf-v5-c-expandable-section__toggle {
|
94
102
|
display: flex;
|
103
|
+
column-gap: var(--pf-v5-c-expandable-section__toggle--ColumnGap);
|
104
|
+
width: var(--pf-v5-c-expandable-section__toggle--Width, initial);
|
95
105
|
padding-block-start: var(--pf-v5-c-expandable-section__toggle--PaddingTop);
|
96
106
|
padding-block-end: var(--pf-v5-c-expandable-section__toggle--PaddingBottom);
|
97
107
|
padding-inline-start: var(--pf-v5-c-expandable-section__toggle--PaddingLeft);
|
98
108
|
padding-inline-end: var(--pf-v5-c-expandable-section__toggle--PaddingRight);
|
99
|
-
margin-block-start: var(--pf-v5-c-expandable-section__toggle--MarginTop);
|
100
109
|
color: var(--pf-v5-c-expandable-section__toggle--Color);
|
101
110
|
background-color: var(--pf-v5-c-expandable-section__toggle--BackgroundColor);
|
102
111
|
border: none;
|
112
|
+
border-radius: var(--pf-v5-c-expandable-section__toggle--BorderRadius, 0);
|
103
113
|
}
|
104
114
|
.pf-v5-c-expandable-section__toggle:hover {
|
105
115
|
--pf-v5-c-expandable-section__toggle--Color: var(--pf-v5-c-expandable-section__toggle--hover--Color);
|
116
|
+
--pf-v5-c-expandable-section__toggle--BackgroundColor: var(--pf-v5-c-expandable-section__toggle--hover--BackgroundColor, initial);
|
106
117
|
}
|
107
118
|
.pf-v5-c-expandable-section__toggle:active, .pf-v5-c-expandable-section__toggle.pf-m-active {
|
108
119
|
--pf-v5-c-expandable-section__toggle--Color: var(--pf-v5-c-expandable-section__toggle--active--Color);
|
120
|
+
--pf-v5-c-expandable-section__toggle--BackgroundColor: var(--pf-v5-c-expandable-section__toggle--active--BackgroundColor, initial);
|
109
121
|
}
|
110
122
|
.pf-v5-c-expandable-section__toggle:focus {
|
111
123
|
--pf-v5-c-expandable-section__toggle--Color: var(--pf-v5-c-expandable-section__toggle--focus--Color);
|
124
|
+
--pf-v5-c-expandable-section__toggle--BackgroundColor: var(--pf-v5-c-expandable-section__toggle--focus--BackgroundColor, initial);
|
112
125
|
}
|
113
126
|
|
114
127
|
.pf-v5-c-expandable-section__toggle-icon {
|
@@ -125,14 +138,10 @@
|
|
125
138
|
--pf-v5-c-expandable-section__toggle-icon--Rotate: var(--pf-v5-c-expandable-section__toggle-icon--m-expand-top--Rotate);
|
126
139
|
}
|
127
140
|
|
128
|
-
.pf-v5-c-expandable-section__toggle-text {
|
129
|
-
margin-inline-start: var(--pf-v5-c-expandable-section__toggle-text--MarginLeft);
|
130
|
-
}
|
131
|
-
|
132
141
|
.pf-v5-c-expandable-section__content {
|
133
142
|
max-width: var(--pf-v5-c-expandable-section__content--MaxWidth);
|
143
|
+
padding-block-start: var(--pf-v5-c-expandable-section__content--PaddingTop);
|
134
144
|
padding-block-end: var(--pf-v5-c-expandable-section__content--PaddingBottom);
|
135
145
|
padding-inline-start: var(--pf-v5-c-expandable-section__content--PaddingLeft);
|
136
146
|
padding-inline-end: var(--pf-v5-c-expandable-section__content--PaddingRight);
|
137
|
-
margin-block-start: var(--pf-v5-c-expandable-section__content--MarginTop);
|
138
147
|
}
|
@@ -5,14 +5,12 @@ declare const _default: {
|
|
5
5
|
"expandableSectionContent": "pf-v5-c-expandable-section__content",
|
6
6
|
"expandableSectionToggle": "pf-v5-c-expandable-section__toggle",
|
7
7
|
"expandableSectionToggleIcon": "pf-v5-c-expandable-section__toggle-icon",
|
8
|
-
"expandableSectionToggleText": "pf-v5-c-expandable-section__toggle-text",
|
9
8
|
"modifiers": {
|
10
9
|
"expanded": "pf-m-expanded",
|
11
|
-
"detached": "pf-m-detached",
|
12
|
-
"truncate": "pf-m-truncate",
|
13
10
|
"limitWidth": "pf-m-limit-width",
|
14
11
|
"displayLg": "pf-m-display-lg",
|
15
12
|
"indented": "pf-m-indented",
|
13
|
+
"truncate": "pf-m-truncate",
|
16
14
|
"active": "pf-m-active",
|
17
15
|
"expandTop": "pf-m-expand-top"
|
18
16
|
}
|
@@ -7,14 +7,12 @@ exports.default = {
|
|
7
7
|
"expandableSectionContent": "pf-v5-c-expandable-section__content",
|
8
8
|
"expandableSectionToggle": "pf-v5-c-expandable-section__toggle",
|
9
9
|
"expandableSectionToggleIcon": "pf-v5-c-expandable-section__toggle-icon",
|
10
|
-
"expandableSectionToggleText": "pf-v5-c-expandable-section__toggle-text",
|
11
10
|
"modifiers": {
|
12
11
|
"expanded": "pf-m-expanded",
|
13
|
-
"detached": "pf-m-detached",
|
14
|
-
"truncate": "pf-m-truncate",
|
15
12
|
"limitWidth": "pf-m-limit-width",
|
16
13
|
"displayLg": "pf-m-display-lg",
|
17
14
|
"indented": "pf-m-indented",
|
15
|
+
"truncate": "pf-m-truncate",
|
18
16
|
"active": "pf-m-active",
|
19
17
|
"expandTop": "pf-m-expand-top"
|
20
18
|
}
|
@@ -5,14 +5,12 @@ export default {
|
|
5
5
|
"expandableSectionContent": "pf-v5-c-expandable-section__content",
|
6
6
|
"expandableSectionToggle": "pf-v5-c-expandable-section__toggle",
|
7
7
|
"expandableSectionToggleIcon": "pf-v5-c-expandable-section__toggle-icon",
|
8
|
-
"expandableSectionToggleText": "pf-v5-c-expandable-section__toggle-text",
|
9
8
|
"modifiers": {
|
10
9
|
"expanded": "pf-m-expanded",
|
11
|
-
"detached": "pf-m-detached",
|
12
|
-
"truncate": "pf-m-truncate",
|
13
10
|
"limitWidth": "pf-m-limit-width",
|
14
11
|
"displayLg": "pf-m-display-lg",
|
15
12
|
"indented": "pf-m-indented",
|
13
|
+
"truncate": "pf-m-truncate",
|
16
14
|
"active": "pf-m-active",
|
17
15
|
"expandTop": "pf-m-expand-top"
|
18
16
|
}
|
@@ -1,19 +1,26 @@
|
|
1
|
-
|
2
|
-
--pf-v5-c-hint--GridRowGap: var(--pf-
|
3
|
-
--pf-v5-c-hint--PaddingTop: var(--pf-
|
4
|
-
--pf-v5-c-hint--PaddingRight: var(--pf-
|
5
|
-
--pf-v5-c-hint--PaddingBottom: var(--pf-
|
6
|
-
--pf-v5-c-hint--PaddingLeft: var(--pf-
|
7
|
-
--pf-v5-c-hint--BackgroundColor: var(--pf-
|
8
|
-
--pf-v5-c-hint--BorderColor: var(--pf-
|
9
|
-
--pf-v5-c-hint--BorderWidth: var(--pf-
|
10
|
-
--pf-v5-c-hint--
|
11
|
-
--pf-v5-c-hint--Color: var(--pf-
|
12
|
-
--pf-v5-c-hint__title--
|
13
|
-
--pf-v5-c-
|
14
|
-
--pf-v5-c-
|
15
|
-
--pf-v5-c-
|
1
|
+
:root {
|
2
|
+
--pf-v5-c-hint--GridRowGap: var(--pf-t--global--spacer--sm);
|
3
|
+
--pf-v5-c-hint--PaddingTop: var(--pf-t--global--spacer--lg);
|
4
|
+
--pf-v5-c-hint--PaddingRight: var(--pf-t--global--spacer--lg);
|
5
|
+
--pf-v5-c-hint--PaddingBottom: var(--pf-t--global--spacer--lg);
|
6
|
+
--pf-v5-c-hint--PaddingLeft: var(--pf-t--global--spacer--lg);
|
7
|
+
--pf-v5-c-hint--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
8
|
+
--pf-v5-c-hint--BorderColor: var(--pf-t--global--border--color--status--info--default);
|
9
|
+
--pf-v5-c-hint--BorderWidth: var(--pf-t--global--border--width--200);
|
10
|
+
--pf-v5-c-hint--BorderRadius: var(--pf-t--global--border--radius--medium);
|
11
|
+
--pf-v5-c-hint--Color: var(--pf-t--global--text--color--regular);
|
12
|
+
--pf-v5-c-hint__title--FontFamily: var(--pf-t--global--font--family--heading);
|
13
|
+
--pf-v5-c-hint__title--FontSize: var(--pf-t--global--font--size--heading--xs);
|
14
|
+
--pf-v5-c-hint__title--FontWeight: var(--pf-t--global--font--weight--heading);
|
15
|
+
--pf-v5-c-hint__title--LineHeight: var(--pf-t--global--font--line-height--heading);
|
16
|
+
--pf-v5-c-hint__body--FontSize: var(--pf-t--global--font--size--body--md);
|
17
|
+
--pf-v5-c-hint__footer--MarginTop: var(--pf-t--global--spacer--sm);
|
18
|
+
--pf-v5-c-hint__footer--child--MarginRight: var(--pf-t--global--spacer--md);
|
19
|
+
--pf-v5-c-hint__actions--MarginLeft: var(--pf-t--global--spacer--2xl);
|
16
20
|
--pf-v5-c-hint__actions--c-dropdown--MarginTop: calc(var(--pf-v5-global--spacer--form-element) * -1);
|
21
|
+
}
|
22
|
+
|
23
|
+
.pf-v5-c-hint {
|
17
24
|
display: grid;
|
18
25
|
grid-template-columns: 1fr auto;
|
19
26
|
grid-row-gap: var(--pf-v5-c-hint--GridRowGap);
|
@@ -24,7 +31,7 @@
|
|
24
31
|
color: var(--pf-v5-c-hint--Color);
|
25
32
|
background-color: var(--pf-v5-c-hint--BackgroundColor);
|
26
33
|
border: var(--pf-v5-c-hint--BorderWidth) solid var(--pf-v5-c-hint--BorderColor);
|
27
|
-
|
34
|
+
border-radius: var(--pf-v5-c-hint--BorderRadius);
|
28
35
|
}
|
29
36
|
.pf-v5-c-hint .pf-v5-c-button.pf-m-link.pf-m-inline {
|
30
37
|
text-align: start;
|
@@ -47,7 +54,11 @@
|
|
47
54
|
}
|
48
55
|
|
49
56
|
.pf-v5-c-hint__title {
|
57
|
+
align-self: center;
|
58
|
+
font-family: var(--pf-v5-c-hint__title--FontFamily);
|
50
59
|
font-size: var(--pf-v5-c-hint__title--FontSize);
|
60
|
+
font-weight: var(--pf-v5-c-hint__title--FontWeight);
|
61
|
+
line-height: var(--pf-v5-c-hint__title--LineHeight);
|
51
62
|
}
|
52
63
|
|
53
64
|
.pf-v5-c-hint__body {
|
@@ -57,12 +68,8 @@
|
|
57
68
|
|
58
69
|
.pf-v5-c-hint__footer {
|
59
70
|
grid-column: 1/-1;
|
71
|
+
margin-block-start: var(--pf-v5-c-hint__footer--MarginTop);
|
60
72
|
}
|
61
73
|
.pf-v5-c-hint__footer > :not(:last-child) {
|
62
74
|
margin-inline-end: var(--pf-v5-c-hint__footer--child--MarginRight);
|
63
|
-
}
|
64
|
-
|
65
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-hint {
|
66
|
-
--pf-v5-c-hint--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
67
|
-
--pf-v5-c-hint--BorderColor: var(--pf-v5-global--BorderColor--300);
|
68
75
|
}
|
@@ -1,21 +1,21 @@
|
|
1
1
|
.pf-v5-c-list {
|
2
|
-
--pf-v5-c-list--PaddingLeft: var(--pf-
|
3
|
-
--pf-v5-c-list--nested--MarginTop: var(--pf-
|
4
|
-
--pf-v5-c-list--nested--MarginLeft: var(--pf-
|
2
|
+
--pf-v5-c-list--PaddingLeft: var(--pf-t--global--spacer--lg);
|
3
|
+
--pf-v5-c-list--nested--MarginTop: var(--pf-t--global--spacer--sm);
|
4
|
+
--pf-v5-c-list--nested--MarginLeft: var(--pf-t--global--spacer--sm);
|
5
5
|
--pf-v5-c-list--ul--ListStyle: var(--pf-v5-global--ListStyle);
|
6
|
-
--pf-v5-c-list--li--MarginTop: var(--pf-
|
7
|
-
--pf-v5-c-list--m-inline--li--MarginRight: var(--pf-
|
8
|
-
--pf-v5-c-list--m-bordered--li--PaddingBottom: var(--pf-
|
9
|
-
--pf-v5-c-list--m-bordered--li--BorderBottomColor: var(--pf-
|
10
|
-
--pf-v5-c-list--m-bordered--li--BorderBottomWidth: var(--pf-
|
11
|
-
--pf-v5-c-list__item-icon--MinWidth: var(--pf-
|
12
|
-
--pf-v5-c-list__item-icon--MarginTop:
|
13
|
-
--pf-v5-c-list__item-icon--MarginRight: var(--pf-
|
14
|
-
--pf-v5-c-list__item-icon--Color: var(--pf-
|
15
|
-
--pf-v5-c-list__item-icon--FontSize: var(--pf-
|
16
|
-
--pf-v5-c-list--m-icon-lg__item-icon--MinWidth: var(--pf-
|
17
|
-
--pf-v5-c-list--m-icon-lg__item-icon--MarginRight: var(--pf-
|
18
|
-
--pf-v5-c-list--m-icon-lg__item-icon--FontSize: var(--pf-
|
6
|
+
--pf-v5-c-list--li--MarginTop: var(--pf-t--global--spacer--sm);
|
7
|
+
--pf-v5-c-list--m-inline--li--MarginRight: var(--pf-t--global--spacer--lg);
|
8
|
+
--pf-v5-c-list--m-bordered--li--PaddingBottom: var(--pf-t--global--spacer--sm);
|
9
|
+
--pf-v5-c-list--m-bordered--li--BorderBottomColor: var(--pf-t--global--border--color--default);
|
10
|
+
--pf-v5-c-list--m-bordered--li--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
|
11
|
+
--pf-v5-c-list__item-icon--MinWidth: var(--pf-t--global--icon--size--sm);
|
12
|
+
--pf-v5-c-list__item-icon--MarginTop: var(--pf-t--global--spacer--xs);
|
13
|
+
--pf-v5-c-list__item-icon--MarginRight: var(--pf-t--global--spacer--sm);
|
14
|
+
--pf-v5-c-list__item-icon--Color: var(--pf-t--global--icon--color--regular);
|
15
|
+
--pf-v5-c-list__item-icon--FontSize: var(--pf-t--global--icon--size--sm);
|
16
|
+
--pf-v5-c-list--m-icon-lg__item-icon--MinWidth: var(--pf-t--global--icon--size--lg);
|
17
|
+
--pf-v5-c-list--m-icon-lg__item-icon--MarginRight: var(--pf-t--global--spacer--md);
|
18
|
+
--pf-v5-c-list--m-icon-lg__item-icon--FontSize: var(--pf-t--global--icon--size--lg);
|
19
19
|
padding-inline-start: var(--pf-v5-c-list--PaddingLeft);
|
20
20
|
}
|
21
21
|
.pf-v5-c-list ol,
|