@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,74 +1,61 @@
|
|
1
|
-
|
2
|
-
--pf-v5-
|
3
|
-
--pf-v5-
|
4
|
-
--pf-v5-global--BorderColor--100: var(--pf-v5-global--BorderColor--dark-100);
|
5
|
-
--pf-v5-global--primary-color--100: var(--pf-v5-global--primary-color--dark-100);
|
6
|
-
--pf-v5-global--link--Color: var(--pf-v5-global--link--Color--dark);
|
7
|
-
--pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--dark--hover);
|
8
|
-
--pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--light-100);
|
9
|
-
--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--dark);
|
10
|
-
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--dark);
|
11
|
-
}
|
12
|
-
|
13
|
-
.pf-v5-c-alert {
|
14
|
-
--pf-v5-c-alert--BoxShadow: var(--pf-v5-global--BoxShadow--lg);
|
15
|
-
--pf-v5-c-alert--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
|
1
|
+
:root {
|
2
|
+
--pf-v5-c-alert--BoxShadow: var(--pf-t--global--box-shadow--lg);
|
3
|
+
--pf-v5-c-alert--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
16
4
|
--pf-v5-c-alert--GridTemplateColumns: max-content 1fr max-content;
|
17
5
|
--pf-v5-c-alert--GridTemplateAreas:
|
18
6
|
"icon title action"
|
19
7
|
". description description"
|
20
8
|
". actiongroup actiongroup";
|
21
|
-
--pf-v5-c-alert--
|
22
|
-
--pf-v5-c-alert--
|
23
|
-
--pf-v5-c-alert--
|
24
|
-
--pf-v5-c-alert--
|
25
|
-
--pf-v5-c-alert--
|
26
|
-
--pf-v5-c-alert--
|
27
|
-
--pf-v5-c-
|
9
|
+
--pf-v5-c-alert--BorderWidth: var(--pf-t--global--border--width--200);
|
10
|
+
--pf-v5-c-alert--BorderColor: transparent;
|
11
|
+
--pf-v5-c-alert--BorderRadius: var(--pf-t--global--border--radius--medium);
|
12
|
+
--pf-v5-c-alert--PaddingTop: var(--pf-t--global--spacer--md);
|
13
|
+
--pf-v5-c-alert--PaddingRight: var(--pf-t--global--spacer--md);
|
14
|
+
--pf-v5-c-alert--PaddingBottom: var(--pf-t--global--spacer--md);
|
15
|
+
--pf-v5-c-alert--PaddingLeft: var(--pf-t--global--spacer--md);
|
16
|
+
--pf-v5-c-alert--FontSize: var(--pf-t--global--font--size--body);
|
28
17
|
--pf-v5-c-alert__toggle--MarginTop: calc(-1 * var(--pf-v5-global--spacer--form-element) - 0.0625rem);
|
29
18
|
--pf-v5-c-alert__toggle--MarginBottom: calc(-1 * var(--pf-v5-global--spacer--form-element));
|
30
|
-
--pf-v5-c-alert__toggle--
|
19
|
+
--pf-v5-c-alert__toggle--MarginRight: var(--pf-t--global--spacer--sm);
|
31
20
|
--pf-v5-c-alert__toggle-icon--Rotate: 0;
|
32
21
|
--pf-v5-c-alert__toggle-icon--Transition: var(--pf-v5-global--Transition);
|
33
|
-
--pf-v5-c-alert__icon--Color: var(--pf-
|
34
|
-
--pf-v5-c-alert__icon--MarginTop: 0.
|
35
|
-
--pf-v5-c-alert__icon--MarginRight: var(--pf-
|
36
|
-
--pf-v5-c-alert__icon--FontSize: var(--pf-
|
37
|
-
--pf-v5-c-alert__title--
|
38
|
-
--pf-v5-c-alert__title--
|
22
|
+
--pf-v5-c-alert__icon--Color: var(--pf-t--global--icon--color--regular);
|
23
|
+
--pf-v5-c-alert__icon--MarginTop: 0.25rem;
|
24
|
+
--pf-v5-c-alert__icon--MarginRight: var(--pf-t--global--spacer--sm);
|
25
|
+
--pf-v5-c-alert__icon--FontSize: var(--pf-t--global--icon--size--md);
|
26
|
+
--pf-v5-c-alert__title--FontSize: var(--pf-t--global--font--size--heading--xs);
|
27
|
+
--pf-v5-c-alert__title--FontWeight: var(--pf-t--global--font--weight--heading);
|
28
|
+
--pf-v5-c-alert__title--LineHeight: var(--pf-t--global--font--line-height--heading);
|
29
|
+
--pf-v5-c-alert__title--Color: var(--pf-t--global--text--color--regular);
|
39
30
|
--pf-v5-c-alert__title--max-lines: 1;
|
40
31
|
--pf-v5-c-alert__action--MarginTop: calc(var(--pf-v5-global--spacer--form-element) * -1);
|
41
32
|
--pf-v5-c-alert__action--MarginBottom: calc(var(--pf-v5-global--spacer--form-element) * -1);
|
42
33
|
--pf-v5-c-alert__action--TranslateY: 0.125rem;
|
43
|
-
--pf-v5-c-alert__action--MarginRight: calc(var(--pf-
|
44
|
-
--pf-v5-c-alert__description--PaddingTop: var(--pf-
|
45
|
-
--pf-v5-c-alert__action-group--PaddingTop-base: var(--pf-
|
34
|
+
--pf-v5-c-alert__action--MarginRight: calc(var(--pf-t--global--spacer--sm) * -1);
|
35
|
+
--pf-v5-c-alert__description--PaddingTop: var(--pf-t--global--spacer--xs);
|
36
|
+
--pf-v5-c-alert__action-group--PaddingTop-base: var(--pf-t--global--spacer--xs);
|
46
37
|
--pf-v5-c-alert__action-group--PaddingTop: var(--pf-v5-c-alert__action-group--PaddingTop-base);
|
47
|
-
--pf-v5-c-alert__description--action-group--PaddingTop-base: var(--pf-
|
38
|
+
--pf-v5-c-alert__description--action-group--PaddingTop-base: var(--pf-t--global--spacer--sm);
|
48
39
|
--pf-v5-c-alert__description--action-group--PaddingTop: var(--pf-v5-c-alert__description--action-group--PaddingTop-base);
|
49
|
-
--pf-v5-c-alert__action-group__c-button--not-last-child--MarginRight: var(--pf-
|
50
|
-
--pf-v5-c-alert--m-custom--
|
51
|
-
--pf-v5-c-alert--m-custom__icon--Color: var(--pf-
|
52
|
-
--pf-v5-c-alert--m-custom__title--Color: var(--pf-
|
53
|
-
--pf-v5-c-alert--m-success--
|
54
|
-
--pf-v5-c-alert--m-success__icon--Color: var(--pf-
|
55
|
-
--pf-v5-c-alert--m-success__title--Color: var(--pf-
|
56
|
-
--pf-v5-c-alert--m-danger--
|
57
|
-
--pf-v5-c-alert--m-danger__icon--Color: var(--pf-
|
58
|
-
--pf-v5-c-alert--m-danger__title--Color: var(--pf-
|
59
|
-
--pf-v5-c-alert--m-warning--
|
60
|
-
--pf-v5-c-alert--m-warning__icon--Color: var(--pf-
|
61
|
-
--pf-v5-c-alert--m-warning__title--Color: var(--pf-
|
62
|
-
--pf-v5-c-alert--m-info--
|
63
|
-
--pf-v5-c-alert--m-info__icon--Color: var(--pf-
|
64
|
-
--pf-v5-c-alert--m-info__title--Color: var(--pf-
|
40
|
+
--pf-v5-c-alert__action-group__c-button--not-last-child--MarginRight: var(--pf-t--global--spacer--lg);
|
41
|
+
--pf-v5-c-alert--m-custom--BorderColor: var(--pf-t--global--border--color--status--custom--default);
|
42
|
+
--pf-v5-c-alert--m-custom__icon--Color: var(--pf-t--global--icon--color--status--custom--default);
|
43
|
+
--pf-v5-c-alert--m-custom__title--Color: var(--pf-t--global--text--color--regular);
|
44
|
+
--pf-v5-c-alert--m-success--BorderColor: var(--pf-t--global--border--color--status--success--default);
|
45
|
+
--pf-v5-c-alert--m-success__icon--Color: var(--pf-t--global--icon--color--status--success--default);
|
46
|
+
--pf-v5-c-alert--m-success__title--Color: var(--pf-t--global--text--color--regular);
|
47
|
+
--pf-v5-c-alert--m-danger--BorderColor: var(--pf-t--global--border--color--status--danger--default);
|
48
|
+
--pf-v5-c-alert--m-danger__icon--Color: var(--pf-t--global--icon--color--status--danger--default);
|
49
|
+
--pf-v5-c-alert--m-danger__title--Color: var(--pf-t--global--text--color--regular);
|
50
|
+
--pf-v5-c-alert--m-warning--BorderColor: var(--pf-t--global--border--color--status--warning--default);
|
51
|
+
--pf-v5-c-alert--m-warning__icon--Color: var(--pf-t--global--icon--color--status--warning--default);
|
52
|
+
--pf-v5-c-alert--m-warning__title--Color: var(--pf-t--global--text--color--regular);
|
53
|
+
--pf-v5-c-alert--m-info--BorderColor: var(--pf-t--global--border--color--status--info--default);
|
54
|
+
--pf-v5-c-alert--m-info__icon--Color: var(--pf-t--global--icon--color--status--info--default);
|
55
|
+
--pf-v5-c-alert--m-info__title--Color: var(--pf-t--global--text--color--regular);
|
56
|
+
--pf-v5-c-alert--m-inline--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
65
57
|
--pf-v5-c-alert--m-inline--BoxShadow: none;
|
66
|
-
--pf-v5-c-alert--m-inline--m-
|
67
|
-
--pf-v5-c-alert--m-inline--m-success--BackgroundColor: var(--pf-v5-global--palette--green-50);
|
68
|
-
--pf-v5-c-alert--m-inline--m-danger--BackgroundColor: var(--pf-v5-global--palette--red-50);
|
69
|
-
--pf-v5-c-alert--m-inline--m-warning--BackgroundColor: var(--pf-v5-global--palette--gold-50);
|
70
|
-
--pf-v5-c-alert--m-inline--m-info--BackgroundColor: var(--pf-v5-global--palette--blue-50);
|
71
|
-
--pf-v5-c-alert--m-inline--m-plain--BorderTopWidth: 0;
|
58
|
+
--pf-v5-c-alert--m-inline--m-plain--BorderWidth: 0;
|
72
59
|
--pf-v5-c-alert--m-inline--m-plain--BackgroundColor: transparent;
|
73
60
|
--pf-v5-c-alert--m-inline--m-plain--PaddingTop: 0;
|
74
61
|
--pf-v5-c-alert--m-inline--m-plain--PaddingRight: 0;
|
@@ -82,7 +69,9 @@
|
|
82
69
|
--pf-v5-c-alert--m-expandable__description--action-group--PaddingTop: var(--pf-v5-c-alert__action-group--PaddingTop-base);
|
83
70
|
--pf-v5-c-alert--m-expanded__toggle-icon--Rotate: 90deg;
|
84
71
|
--pf-v5-c-alert--m-expanded__description--action-group--PaddingTop: var(--pf-v5-c-alert__description--action-group--PaddingTop-base);
|
85
|
-
|
72
|
+
}
|
73
|
+
|
74
|
+
.pf-v5-c-alert {
|
86
75
|
position: relative;
|
87
76
|
display: grid;
|
88
77
|
grid-template-areas: var(--pf-v5-c-alert--GridTemplateAreas);
|
@@ -91,47 +80,43 @@
|
|
91
80
|
padding-block-end: var(--pf-v5-c-alert--PaddingBottom);
|
92
81
|
padding-inline-start: var(--pf-v5-c-alert--PaddingLeft);
|
93
82
|
padding-inline-end: var(--pf-v5-c-alert--PaddingRight);
|
94
|
-
font-size: var(--pf-v5-c-
|
83
|
+
font-size: var(--pf-v5-c-alert--FontSize);
|
95
84
|
background-color: var(--pf-v5-c-alert--BackgroundColor);
|
96
|
-
border
|
85
|
+
border: var(--pf-v5-c-alert--BorderWidth) solid var(--pf-v5-c-alert--BorderColor);
|
86
|
+
border-radius: var(--pf-v5-c-alert--BorderRadius);
|
97
87
|
box-shadow: var(--pf-v5-c-alert--BoxShadow);
|
98
88
|
}
|
99
89
|
.pf-v5-c-alert.pf-m-custom {
|
100
|
-
--pf-v5-c-alert--
|
90
|
+
--pf-v5-c-alert--BorderColor: var(--pf-v5-c-alert--m-custom--BorderColor);
|
101
91
|
--pf-v5-c-alert__icon--Color: var(--pf-v5-c-alert--m-custom__icon--Color);
|
102
92
|
--pf-v5-c-alert__title--Color: var(--pf-v5-c-alert--m-custom__title--Color);
|
103
|
-
--pf-v5-c-alert--m-inline--BackgroundColor: var(--pf-v5-c-alert--m-inline--m-custom--BackgroundColor);
|
104
93
|
}
|
105
94
|
.pf-v5-c-alert.pf-m-success {
|
106
|
-
--pf-v5-c-alert--
|
95
|
+
--pf-v5-c-alert--BorderColor: var(--pf-v5-c-alert--m-success--BorderColor);
|
107
96
|
--pf-v5-c-alert__icon--Color: var(--pf-v5-c-alert--m-success__icon--Color);
|
108
97
|
--pf-v5-c-alert__title--Color: var(--pf-v5-c-alert--m-success__title--Color);
|
109
|
-
--pf-v5-c-alert--m-inline--BackgroundColor: var(--pf-v5-c-alert--m-inline--m-success--BackgroundColor);
|
110
98
|
}
|
111
99
|
.pf-v5-c-alert.pf-m-danger {
|
112
|
-
--pf-v5-c-alert--
|
100
|
+
--pf-v5-c-alert--BorderColor: var(--pf-v5-c-alert--m-danger--BorderColor);
|
113
101
|
--pf-v5-c-alert__icon--Color: var(--pf-v5-c-alert--m-danger__icon--Color);
|
114
102
|
--pf-v5-c-alert__title--Color: var(--pf-v5-c-alert--m-danger__title--Color);
|
115
|
-
--pf-v5-c-alert--m-inline--BackgroundColor: var(--pf-v5-c-alert--m-inline--m-danger--BackgroundColor);
|
116
103
|
}
|
117
104
|
.pf-v5-c-alert.pf-m-warning {
|
118
|
-
--pf-v5-c-alert--
|
105
|
+
--pf-v5-c-alert--BorderColor: var(--pf-v5-c-alert--m-warning--BorderColor);
|
119
106
|
--pf-v5-c-alert__icon--Color: var(--pf-v5-c-alert--m-warning__icon--Color);
|
120
107
|
--pf-v5-c-alert__title--Color: var(--pf-v5-c-alert--m-warning__title--Color);
|
121
|
-
--pf-v5-c-alert--m-inline--BackgroundColor: var(--pf-v5-c-alert--m-inline--m-warning--BackgroundColor);
|
122
108
|
}
|
123
109
|
.pf-v5-c-alert.pf-m-info {
|
124
|
-
--pf-v5-c-alert--
|
110
|
+
--pf-v5-c-alert--BorderColor: var(--pf-v5-c-alert--m-info--BorderColor);
|
125
111
|
--pf-v5-c-alert__icon--Color: var(--pf-v5-c-alert--m-info__icon--Color);
|
126
112
|
--pf-v5-c-alert__title--Color: var(--pf-v5-c-alert--m-info__title--Color);
|
127
|
-
--pf-v5-c-alert--m-inline--BackgroundColor: var(--pf-v5-c-alert--m-inline--m-info--BackgroundColor);
|
128
113
|
}
|
129
114
|
.pf-v5-c-alert.pf-m-inline {
|
130
115
|
--pf-v5-c-alert--BoxShadow: var(--pf-v5-c-alert--m-inline--BoxShadow);
|
131
116
|
--pf-v5-c-alert--BackgroundColor: var(--pf-v5-c-alert--m-inline--BackgroundColor);
|
132
117
|
}
|
133
118
|
.pf-v5-c-alert.pf-m-plain {
|
134
|
-
--pf-v5-c-alert--
|
119
|
+
--pf-v5-c-alert--BorderWidth: var(--pf-v5-c-alert--m-inline--m-plain--BorderWidth);
|
135
120
|
--pf-v5-c-alert--BackgroundColor: var(--pf-v5-c-alert--m-inline--m-plain--BackgroundColor);
|
136
121
|
--pf-v5-c-alert--PaddingTop: var(--pf-v5-c-alert--m-inline--m-plain--PaddingTop);
|
137
122
|
--pf-v5-c-alert--PaddingRight: var(--pf-v5-c-alert--m-inline--m-plain--PaddingRight);
|
@@ -151,7 +136,7 @@
|
|
151
136
|
.pf-v5-c-alert__toggle {
|
152
137
|
margin-block-start: var(--pf-v5-c-alert__toggle--MarginTop);
|
153
138
|
margin-block-end: var(--pf-v5-c-alert__toggle--MarginBottom);
|
154
|
-
margin-inline-
|
139
|
+
margin-inline-end: var(--pf-v5-c-alert__toggle--MarginRight);
|
155
140
|
}
|
156
141
|
|
157
142
|
.pf-v5-c-alert__toggle-icon {
|
@@ -174,7 +159,9 @@
|
|
174
159
|
|
175
160
|
.pf-v5-c-alert__title {
|
176
161
|
grid-area: title;
|
162
|
+
font-size: var(--pf-v5-c-alert__title--FontSize);
|
177
163
|
font-weight: var(--pf-v5-c-alert__title--FontWeight);
|
164
|
+
line-height: var(--pf-v5-c-alert__title--LineHeight);
|
178
165
|
color: var(--pf-v5-c-alert__title--Color);
|
179
166
|
word-break: break-word;
|
180
167
|
}
|
@@ -214,18 +201,4 @@
|
|
214
201
|
}
|
215
202
|
.pf-v5-c-alert__action-group > .pf-v5-c-button:not(:last-child) {
|
216
203
|
margin-inline-end: var(--pf-v5-c-alert__action-group__c-button--not-last-child--MarginRight);
|
217
|
-
}
|
218
|
-
|
219
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-alert {
|
220
|
-
--pf-v5-c-alert--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
221
|
-
--pf-v5-c-alert--m-custom__title--Color: var(--pf-v5-global--custom-color--200);
|
222
|
-
--pf-v5-c-alert--m-success__title--Color: var(--pf-v5-global--success-color--100);
|
223
|
-
--pf-v5-c-alert--m-danger__title--Color: var(--pf-v5-global--danger-color--100);
|
224
|
-
--pf-v5-c-alert--m-warning__title--Color: var(--pf-v5-global--warning-color--100);
|
225
|
-
--pf-v5-c-alert--m-info__title--Color: var(--pf-v5-global--info-color--100);
|
226
|
-
--pf-v5-c-alert--m-inline--m-custom--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
227
|
-
--pf-v5-c-alert--m-inline--m-success--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
228
|
-
--pf-v5-c-alert--m-inline--m-danger--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
229
|
-
--pf-v5-c-alert--m-inline--m-warning--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
230
|
-
--pf-v5-c-alert--m-inline--m-info--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
231
204
|
}
|
@@ -1,23 +1,25 @@
|
|
1
|
-
|
2
|
-
--pf-v5-c-back-to-top--Right: var(--pf-
|
3
|
-
--pf-v5-c-back-to-top--Bottom: var(--pf-
|
4
|
-
--pf-v5-c-back-to-top--md--Bottom: var(--pf-
|
5
|
-
--pf-v5-c-back-to-top--c-button--FontSize: var(--pf-
|
6
|
-
--pf-v5-c-back-to-top--c-button--
|
7
|
-
--pf-v5-c-back-to-top--c-button--
|
8
|
-
--pf-v5-c-back-to-top--c-button--
|
9
|
-
--pf-v5-c-back-to-top--c-button--
|
10
|
-
--pf-v5-c-back-to-top--c-button--
|
11
|
-
--pf-v5-c-back-to-top--c-button--BoxShadow: var(--pf-v5-global--BoxShadow--lg-bottom);
|
12
|
-
position: absolute;
|
13
|
-
inset-block-end: var(--pf-v5-c-back-to-top--Bottom);
|
14
|
-
inset-inline-end: var(--pf-v5-c-back-to-top--Right);
|
1
|
+
:root {
|
2
|
+
--pf-v5-c-back-to-top--Right: var(--pf-t--global--spacer--2xl);
|
3
|
+
--pf-v5-c-back-to-top--Bottom: var(--pf-t--global--spacer--lg);
|
4
|
+
--pf-v5-c-back-to-top--md--Bottom: var(--pf-t--global--spacer--2xl);
|
5
|
+
--pf-v5-c-back-to-top--c-button--FontSize: var(--pf-t--global--font--size--body--sm);
|
6
|
+
--pf-v5-c-back-to-top--c-button--PaddingTop: var(--pf-t--global--spacer--xs);
|
7
|
+
--pf-v5-c-back-to-top--c-button--PaddingRight: var(--pf-t--global--spacer--sm);
|
8
|
+
--pf-v5-c-back-to-top--c-button--PaddingBottom: var(--pf-t--global--spacer--xs);
|
9
|
+
--pf-v5-c-back-to-top--c-button--PaddingLeft: var(--pf-t--global--spacer--sm);
|
10
|
+
--pf-v5-c-back-to-top--c-button--BoxShadow: var(--pf-t--global--box-shadow--sm);
|
15
11
|
}
|
16
12
|
@media (min-width: 768px) {
|
17
|
-
|
13
|
+
:root {
|
18
14
|
--pf-v5-c-back-to-top--Bottom: var(--pf-v5-c-back-to-top--md--Bottom);
|
19
15
|
}
|
20
16
|
}
|
17
|
+
|
18
|
+
.pf-v5-c-back-to-top {
|
19
|
+
position: absolute;
|
20
|
+
inset-block-end: var(--pf-v5-c-back-to-top--Bottom);
|
21
|
+
inset-inline-end: var(--pf-v5-c-back-to-top--Right);
|
22
|
+
}
|
21
23
|
.pf-v5-c-back-to-top.pf-m-hidden {
|
22
24
|
display: none;
|
23
25
|
}
|
@@ -1,15 +1,22 @@
|
|
1
|
+
:root {
|
2
|
+
--pf-v5-c-badge--BorderRadius: var(--pf-t--global--border--radius--pill);
|
3
|
+
--pf-v5-c-badge--FontSize: var(--pf-t--global--font--size--body--sm);
|
4
|
+
--pf-v5-c-badge--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
5
|
+
--pf-v5-c-badge--PaddingRight: var(--pf-t--global--spacer--sm);
|
6
|
+
--pf-v5-c-badge--PaddingLeft: var(--pf-t--global--spacer--sm);
|
7
|
+
--pf-v5-c-badge--Color: var(--pf-t--global--text--color--nonstatus--on-gray--default);
|
8
|
+
--pf-v5-c-badge--MinWidth: var(--pf-t--global--spacer--xl);
|
9
|
+
--pf-v5-c-badge__toggle-icon--MarginLeft: var(--pf-t--global--spacer--xs);
|
10
|
+
--pf-v5-c-badge__toggle-icon--Color: var(--pf-t--global--icon--color--nonstatus--on-gray--default);
|
11
|
+
--pf-v5-c-badge--m-read--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
|
12
|
+
--pf-v5-c-badge--m-read--Color: var(--pf-t--global--text--color--nonstatus--on-gray--default);
|
13
|
+
--pf-v5-c-badge--m-read__toggle-icon--Color: var(--pf-t--global--icon--color--nonstatus--on-gray--default);
|
14
|
+
--pf-v5-c-badge--m-unread--BackgroundColor: var(--pf-t--global--color--brand--default);
|
15
|
+
--pf-v5-c-badge--m-unread--Color: var(--pf-t--global--text--color--on-brand--default);
|
16
|
+
--pf-v5-c-badge--m-unread__toggle-icon--Color: var(--pf-t--global--icon--color--on-brand--default);
|
17
|
+
}
|
18
|
+
|
1
19
|
.pf-v5-c-badge {
|
2
|
-
--pf-v5-c-badge--BorderRadius: var(--pf-v5-global--BorderRadius--lg);
|
3
|
-
--pf-v5-c-badge--FontSize: var(--pf-v5-global--FontSize--xs);
|
4
|
-
--pf-v5-c-badge--FontWeight: var(--pf-v5-global--FontWeight--bold);
|
5
|
-
--pf-v5-c-badge--PaddingRight: var(--pf-v5-global--spacer--sm);
|
6
|
-
--pf-v5-c-badge--PaddingLeft: var(--pf-v5-global--spacer--sm);
|
7
|
-
--pf-v5-c-badge--Color: var(--pf-v5-global--Color--dark-100);
|
8
|
-
--pf-v5-c-badge--MinWidth: var(--pf-v5-global--spacer--xl);
|
9
|
-
--pf-v5-c-badge--m-read--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
|
10
|
-
--pf-v5-c-badge--m-read--Color: var(--pf-v5-global--Color--dark-100);
|
11
|
-
--pf-v5-c-badge--m-unread--BackgroundColor: var(--pf-v5-global--primary-color--100);
|
12
|
-
--pf-v5-c-badge--m-unread--Color: var(--pf-v5-global--Color--light-100);
|
13
20
|
display: inline-block;
|
14
21
|
min-width: var(--pf-v5-c-badge--MinWidth);
|
15
22
|
padding-inline-start: var(--pf-v5-c-badge--PaddingLeft);
|
@@ -25,14 +32,15 @@
|
|
25
32
|
.pf-v5-c-badge.pf-m-read {
|
26
33
|
--pf-v5-c-badge--Color: var(--pf-v5-c-badge--m-read--Color);
|
27
34
|
--pf-v5-c-badge--BackgroundColor: var(--pf-v5-c-badge--m-read--BackgroundColor);
|
35
|
+
--pf-v5-c-badge__toggle-icon--Color: var(--pf-v5-c-badge--m-read__toggle-icon--Color);
|
28
36
|
}
|
29
37
|
.pf-v5-c-badge.pf-m-unread {
|
30
38
|
--pf-v5-c-badge--Color: var(--pf-v5-c-badge--m-unread--Color);
|
31
39
|
--pf-v5-c-badge--BackgroundColor: var(--pf-v5-c-badge--m-unread--BackgroundColor);
|
40
|
+
--pf-v5-c-badge__toggle-icon--Color: var(--pf-v5-c-badge--m-unread__toggle-icon--Color);
|
32
41
|
}
|
33
42
|
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
--pf-v5-c-badge--m-unread--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
43
|
+
.pf-v5-c-badge__toggle-icon {
|
44
|
+
margin-inline-start: var(--pf-v5-c-badge__toggle-icon--MarginLeft);
|
45
|
+
color: var(--pf-v5-c-badge__toggle-icon--Color);
|
38
46
|
}
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import './badge.css';
|
2
2
|
declare const _default: {
|
3
3
|
"badge": "pf-v5-c-badge",
|
4
|
+
"badgeToggleIcon": "pf-v5-c-badge__toggle-icon",
|
4
5
|
"modifiers": {
|
5
6
|
"read": "pf-m-read",
|
6
7
|
"unread": "pf-m-unread"
|
7
|
-
}
|
8
|
-
"themeDark": "pf-v5-theme-dark"
|
8
|
+
}
|
9
9
|
};
|
10
10
|
export default _default;
|
@@ -3,9 +3,9 @@ exports.__esModule = true;
|
|
3
3
|
require('./badge.css');
|
4
4
|
exports.default = {
|
5
5
|
"badge": "pf-v5-c-badge",
|
6
|
+
"badgeToggleIcon": "pf-v5-c-badge__toggle-icon",
|
6
7
|
"modifiers": {
|
7
8
|
"read": "pf-m-read",
|
8
9
|
"unread": "pf-m-unread"
|
9
|
-
}
|
10
|
-
"themeDark": "pf-v5-theme-dark"
|
10
|
+
}
|
11
11
|
};
|
@@ -1,56 +1,56 @@
|
|
1
|
-
|
2
|
-
--pf-v5-
|
3
|
-
--pf-v5-
|
4
|
-
--pf-v5-
|
5
|
-
--pf-v5-
|
6
|
-
--pf-v5-
|
7
|
-
--pf-v5-
|
8
|
-
--pf-v5-
|
9
|
-
--pf-v5-
|
10
|
-
--pf-v5-
|
11
|
-
}
|
12
|
-
|
13
|
-
.pf-v5-c-banner {
|
14
|
-
--pf-v5-global--Color--100: var(--pf-v5-global--Color--light-100);
|
15
|
-
--pf-v5-global--Color--200: var(--pf-v5-global--Color--light-200);
|
16
|
-
--pf-v5-global--BorderColor--100: var(--pf-v5-global--BorderColor--light-100);
|
17
|
-
--pf-v5-global--primary-color--100: var(--pf-v5-global--primary-color--light-100);
|
18
|
-
--pf-v5-global--link--Color: var(--pf-v5-global--link--Color--light);
|
19
|
-
--pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--light);
|
20
|
-
--pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--dark-100);
|
21
|
-
--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--light);
|
22
|
-
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--light);
|
23
|
-
}
|
24
|
-
.pf-v5-c-banner .pf-v5-c-button {
|
25
|
-
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--dark-100);
|
26
|
-
}
|
27
|
-
|
28
|
-
.pf-v5-c-banner {
|
29
|
-
--pf-v5-c-banner--PaddingTop: var(--pf-v5-global--spacer--xs);
|
30
|
-
--pf-v5-c-banner--PaddingRight: var(--pf-v5-global--spacer--md);
|
31
|
-
--pf-v5-c-banner--md--PaddingRight: var(--pf-v5-global--spacer--lg);
|
32
|
-
--pf-v5-c-banner--PaddingBottom: var(--pf-v5-global--spacer--xs);
|
33
|
-
--pf-v5-c-banner--PaddingLeft: var(--pf-v5-global--spacer--md);
|
34
|
-
--pf-v5-c-banner--md--PaddingLeft: var(--pf-v5-global--spacer--lg);
|
35
|
-
--pf-v5-c-banner--FontSize: var(--pf-v5-global--FontSize--sm);
|
36
|
-
--pf-v5-c-banner--Color: var(--pf-v5-global--Color--100);
|
37
|
-
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-global--BackgroundColor--dark-400);
|
1
|
+
:root {
|
2
|
+
--pf-v5-c-banner--PaddingTop: var(--pf-t--global--spacer--xs);
|
3
|
+
--pf-v5-c-banner--PaddingRight: var(--pf-t--global--spacer--md);
|
4
|
+
--pf-v5-c-banner--md--PaddingRight: var(--pf-t--global--spacer--lg);
|
5
|
+
--pf-v5-c-banner--PaddingBottom: var(--pf-t--global--spacer--xs);
|
6
|
+
--pf-v5-c-banner--PaddingLeft: var(--pf-t--global--spacer--md);
|
7
|
+
--pf-v5-c-banner--md--PaddingLeft: var(--pf-t--global--spacer--lg);
|
8
|
+
--pf-v5-c-banner--FontSize: var(--pf-t--global--font--size--body);
|
9
|
+
--pf-v5-c-banner--Color: var(--pf-t--global--text--color--nonstatus--on-gray--default);
|
10
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
|
38
11
|
--pf-v5-c-banner--link--Color: var(--pf-v5-c-banner--Color);
|
39
12
|
--pf-v5-c-banner--link--TextDecoration: underline;
|
40
13
|
--pf-v5-c-banner--link--hover--Color: var(--pf-v5-c-banner--Color);
|
41
|
-
--pf-v5-c-banner--link--hover--FontWeight: var(--pf-
|
14
|
+
--pf-v5-c-banner--link--hover--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
42
15
|
--pf-v5-c-banner--link--disabled--Color: var(--pf-v5-c-banner--Color);
|
43
16
|
--pf-v5-c-banner--link--disabled--TextDecoration: none;
|
44
|
-
--pf-v5-c-banner--m-blue--BackgroundColor: var(--pf-v5-global--palette--blue-200);
|
45
|
-
--pf-v5-c-banner--m-red--BackgroundColor: var(--pf-v5-global--danger-color--100);
|
46
|
-
--pf-v5-c-banner--m-green--BackgroundColor: var(--pf-v5-global--success-color--100);
|
47
|
-
--pf-v5-c-banner--m-gold--BackgroundColor: var(--pf-v5-global--warning-color--100);
|
48
17
|
--pf-v5-c-banner--m-sticky--ZIndex: var(--pf-v5-global--ZIndex--md);
|
49
|
-
--pf-v5-c-banner--m-sticky--BoxShadow: var(--pf-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
18
|
+
--pf-v5-c-banner--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--md);
|
19
|
+
--pf-v5-c-banner--m-danger--BackgroundColor: var(--pf-t--global--color--status--danger--default);
|
20
|
+
--pf-v5-c-banner--m-danger--Color: var(--pf-t--global--text--color--status--on-danger--default);
|
21
|
+
--pf-v5-c-banner--m-success--BackgroundColor: var(--pf-t--global--color--status--success--default);
|
22
|
+
--pf-v5-c-banner--m-success--Color: var(--pf-t--global--text--color--status--on-success--default);
|
23
|
+
--pf-v5-c-banner--m-warning--BackgroundColor: var(--pf-t--global--color--status--warning--default);
|
24
|
+
--pf-v5-c-banner--m-warning--Color: var(--pf-t--global--text--color--status--on-warning--default);
|
25
|
+
--pf-v5-c-banner--m-info--BackgroundColor: var(--pf-t--global--color--status--info--default);
|
26
|
+
--pf-v5-c-banner--m-info--Color: var(--pf-t--global--text--color--status--on-info--default);
|
27
|
+
--pf-v5-c-banner--m-custom--BackgroundColor: var(--pf-t--global--color--status--custom--default);
|
28
|
+
--pf-v5-c-banner--m-custom--Color: var(--pf-t--global--text--color--status--on-custom--default);
|
29
|
+
--pf-v5-c-banner--m-red--BackgroundColor: var(--pf-t--global--color--nonstatus--red--default);
|
30
|
+
--pf-v5-c-banner--m-red--Color: var(--pf-t--global--text--color--nonstatus--on-red--default);
|
31
|
+
--pf-v5-c-banner--m-orangered--BackgroundColor: var(--pf-t--global--color--nonstatus--orangered--default);
|
32
|
+
--pf-v5-c-banner--m-orangered--Color: var(--pf-t--global--text--color--nonstatus--on-orangered--default);
|
33
|
+
--pf-v5-c-banner--m-orange--BackgroundColor: var(--pf-t--global--color--nonstatus--orange--default);
|
34
|
+
--pf-v5-c-banner--m-orange--Color: var(--pf-t--global--text--color--nonstatus--on-orange--default);
|
35
|
+
--pf-v5-c-banner--m-gold--BackgroundColor: var(--pf-t--global--color--nonstatus--gold--default);
|
36
|
+
--pf-v5-c-banner--m-gold--Color: var(--pf-t--global--text--color--nonstatus--on-gold--default);
|
37
|
+
--pf-v5-c-banner--m-green--BackgroundColor: var(--pf-t--global--color--nonstatus--green--default);
|
38
|
+
--pf-v5-c-banner--m-green--Color: var(--pf-t--global--text--color--nonstatus--on-green--default);
|
39
|
+
--pf-v5-c-banner--m-cyan--BackgroundColor: var(--pf-t--global--color--nonstatus--cyan--default);
|
40
|
+
--pf-v5-c-banner--m-cyan--Color: var(--pf-t--global--text--color--nonstatus--on-cyan--default);
|
41
|
+
--pf-v5-c-banner--m-blue--BackgroundColor: var(--pf-t--global--color--nonstatus--blue--default);
|
42
|
+
--pf-v5-c-banner--m-blue--Color: var(--pf-t--global--text--color--nonstatus--on-blue--default);
|
43
|
+
--pf-v5-c-banner--m-purple--BackgroundColor: var(--pf-t--global--color--nonstatus--purple--default);
|
44
|
+
--pf-v5-c-banner--m-purple--Color: var(--pf-t--global--text--color--nonstatus--on-purple--default);
|
45
|
+
}
|
46
|
+
@media (min-width: 768px) {
|
47
|
+
:root {
|
48
|
+
--pf-v5-c-banner--PaddingRight: var(--pf-v5-c-banner--md--PaddingRight);
|
49
|
+
--pf-v5-c-banner--PaddingLeft: var(--pf-v5-c-banner--md--PaddingLeft);
|
50
|
+
}
|
51
|
+
}
|
52
|
+
|
53
|
+
.pf-v5-c-banner {
|
54
54
|
flex-shrink: 0;
|
55
55
|
padding-block-start: var(--pf-v5-c-banner--PaddingTop);
|
56
56
|
padding-block-end: var(--pf-v5-c-banner--PaddingBottom);
|
@@ -61,23 +61,53 @@
|
|
61
61
|
white-space: nowrap;
|
62
62
|
background-color: var(--pf-v5-c-banner--BackgroundColor);
|
63
63
|
}
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
--pf-v5-c-banner--PaddingLeft: var(--pf-v5-c-banner--md--PaddingLeft);
|
68
|
-
}
|
64
|
+
.pf-v5-c-banner.pf-m-danger {
|
65
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-danger--BackgroundColor);
|
66
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-danger--Color);
|
69
67
|
}
|
70
|
-
.pf-v5-c-banner.pf-m-
|
71
|
-
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-
|
68
|
+
.pf-v5-c-banner.pf-m-success {
|
69
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-success--BackgroundColor);
|
70
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-success--Color);
|
71
|
+
}
|
72
|
+
.pf-v5-c-banner.pf-m-warning {
|
73
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-warning--BackgroundColor);
|
74
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-warning--Color);
|
75
|
+
}
|
76
|
+
.pf-v5-c-banner.pf-m-info {
|
77
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-info--BackgroundColor);
|
78
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-info--Color);
|
72
79
|
}
|
73
80
|
.pf-v5-c-banner.pf-m-red {
|
74
81
|
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-red--BackgroundColor);
|
82
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-red--Color);
|
75
83
|
}
|
76
|
-
.pf-v5-c-banner.pf-m-
|
77
|
-
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-
|
84
|
+
.pf-v5-c-banner.pf-m-orangered {
|
85
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-orangered--BackgroundColor);
|
86
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-orangered--Color);
|
87
|
+
}
|
88
|
+
.pf-v5-c-banner.pf-m-orange {
|
89
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-orange--BackgroundColor);
|
90
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-orange--Color);
|
78
91
|
}
|
79
92
|
.pf-v5-c-banner.pf-m-gold {
|
80
93
|
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-gold--BackgroundColor);
|
94
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-gold--Color);
|
95
|
+
}
|
96
|
+
.pf-v5-c-banner.pf-m-green {
|
97
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-green--BackgroundColor);
|
98
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-green--Color);
|
99
|
+
}
|
100
|
+
.pf-v5-c-banner.pf-m-cyan {
|
101
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-cyan--BackgroundColor);
|
102
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-cyan--Color);
|
103
|
+
}
|
104
|
+
.pf-v5-c-banner.pf-m-blue {
|
105
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-blue--BackgroundColor);
|
106
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-blue--Color);
|
107
|
+
}
|
108
|
+
.pf-v5-c-banner.pf-m-purple {
|
109
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-purple--BackgroundColor);
|
110
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-purple--Color);
|
81
111
|
}
|
82
112
|
.pf-v5-c-banner.pf-m-sticky {
|
83
113
|
position: sticky;
|
@@ -111,12 +141,4 @@
|
|
111
141
|
.pf-v5-c-banner .pf-v5-c-button.pf-m-inline:disabled, .pf-v5-c-banner .pf-v5-c-button.pf-m-inline.pf-m-disabled {
|
112
142
|
--pf-v5-c-banner--link--TextDecoration: var(--pf-v5-c-banner--link--disabled--TextDecoration);
|
113
143
|
cursor: not-allowed;
|
114
|
-
}
|
115
|
-
|
116
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
117
|
-
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
118
|
-
}
|
119
|
-
|
120
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-blue, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-red, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-green, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-gold {
|
121
|
-
--pf-v5-c-banner--Color: var(--pf-v5-global--palette--black-900);
|
122
144
|
}
|
@@ -3,14 +3,21 @@ declare const _default: {
|
|
3
3
|
"banner": "pf-v5-c-banner",
|
4
4
|
"button": "pf-v5-c-button",
|
5
5
|
"modifiers": {
|
6
|
-
"
|
7
|
-
"
|
6
|
+
"danger": "pf-m-danger",
|
7
|
+
"success": "pf-m-success",
|
8
|
+
"warning": "pf-m-warning",
|
9
|
+
"info": "pf-m-info",
|
8
10
|
"red": "pf-m-red",
|
11
|
+
"orangered": "pf-m-orangered",
|
12
|
+
"orange": "pf-m-orange",
|
13
|
+
"gold": "pf-m-gold",
|
9
14
|
"green": "pf-m-green",
|
15
|
+
"cyan": "pf-m-cyan",
|
16
|
+
"blue": "pf-m-blue",
|
17
|
+
"purple": "pf-m-purple",
|
10
18
|
"sticky": "pf-m-sticky",
|
11
19
|
"disabled": "pf-m-disabled",
|
12
20
|
"inline": "pf-m-inline"
|
13
|
-
}
|
14
|
-
"themeDark": "pf-v5-theme-dark"
|
21
|
+
}
|
15
22
|
};
|
16
23
|
export default _default;
|
@@ -5,13 +5,20 @@ exports.default = {
|
|
5
5
|
"banner": "pf-v5-c-banner",
|
6
6
|
"button": "pf-v5-c-button",
|
7
7
|
"modifiers": {
|
8
|
-
"
|
9
|
-
"
|
8
|
+
"danger": "pf-m-danger",
|
9
|
+
"success": "pf-m-success",
|
10
|
+
"warning": "pf-m-warning",
|
11
|
+
"info": "pf-m-info",
|
10
12
|
"red": "pf-m-red",
|
13
|
+
"orangered": "pf-m-orangered",
|
14
|
+
"orange": "pf-m-orange",
|
15
|
+
"gold": "pf-m-gold",
|
11
16
|
"green": "pf-m-green",
|
17
|
+
"cyan": "pf-m-cyan",
|
18
|
+
"blue": "pf-m-blue",
|
19
|
+
"purple": "pf-m-purple",
|
12
20
|
"sticky": "pf-m-sticky",
|
13
21
|
"disabled": "pf-m-disabled",
|
14
22
|
"inline": "pf-m-inline"
|
15
|
-
}
|
16
|
-
"themeDark": "pf-v5-theme-dark"
|
23
|
+
}
|
17
24
|
};
|