@patternfly/react-styles 6.0.0-alpha.1 → 6.0.0-alpha.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +36 -0
- package/README.md +1 -1
- 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/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/Content/content.css +67 -67
- package/css/components/Drawer/drawer.css +0 -1
- 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/MenuToggle/menu-toggle.css +57 -79
- 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 +110 -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/Table/table-grid.css +8 -8
- package/css/components/Table/table.css +79 -88
- package/css/components/Toolbar/toolbar.css +4 -2
- 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 +5 -0
- 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
@@ -2,20 +2,20 @@
|
|
2
2
|
--pf-v5-c-nav--Transition: var(--pf-v5-global--Transition);
|
3
3
|
--pf-v5-c-nav--m-light__item--before--BorderColor: var(--pf-v5-global--BorderColor--300);
|
4
4
|
--pf-v5-c-nav--m-light__item--m-current--not--m-expanded__link--BackgroundColor: var(--pf-v5-global--BackgroundColor--light-300);
|
5
|
-
--pf-v5-c-nav--m-light__link--Color: var(--pf-
|
6
|
-
--pf-v5-c-nav--m-light__link--hover--Color: var(--pf-
|
7
|
-
--pf-v5-c-nav--m-light__link--focus--Color: var(--pf-
|
8
|
-
--pf-v5-c-nav--m-light__link--active--Color: var(--pf-
|
9
|
-
--pf-v5-c-nav--m-light__link--m-current--Color: var(--pf-
|
10
|
-
--pf-v5-c-nav--m-light__link--hover--BackgroundColor: var(--pf-
|
11
|
-
--pf-v5-c-nav--m-light__link--focus--BackgroundColor: var(--pf-
|
12
|
-
--pf-v5-c-nav--m-light__link--active--BackgroundColor: var(--pf-
|
13
|
-
--pf-v5-c-nav--m-light__link--m-current--BackgroundColor: var(--pf-
|
5
|
+
--pf-v5-c-nav--m-light__link--Color: var(--pf-t--global--text--color--subtle);
|
6
|
+
--pf-v5-c-nav--m-light__link--hover--Color: var(--pf-t--global--text--color--subtle);
|
7
|
+
--pf-v5-c-nav--m-light__link--focus--Color: var(--pf-t--global--text--color--subtle);
|
8
|
+
--pf-v5-c-nav--m-light__link--active--Color: var(--pf-t--global--text--color--subtle);
|
9
|
+
--pf-v5-c-nav--m-light__link--m-current--Color: var(--pf-t--global--text--color--regular);
|
10
|
+
--pf-v5-c-nav--m-light__link--hover--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
11
|
+
--pf-v5-c-nav--m-light__link--focus--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
12
|
+
--pf-v5-c-nav--m-light__link--active--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
13
|
+
--pf-v5-c-nav--m-light__link--m-current--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
14
14
|
--pf-v5-c-nav--m-light__link--before--BorderColor: var(--pf-v5-global--BorderColor--300);
|
15
15
|
--pf-v5-c-nav--m-light__link--after--BorderColor: var(--pf-v5-global--active-color--100);
|
16
16
|
--pf-v5-c-nav--m-light__link--m-current--after--BorderColor: var(--pf-v5-global--active-color--100);
|
17
|
-
--pf-v5-c-nav--m-light__section-title--Color: var(--pf-
|
18
|
-
--pf-v5-c-nav--m-light__section-title--BorderBottomColor:
|
17
|
+
--pf-v5-c-nav--m-light__section-title--Color: var(--pf-t--global--text--color--regular);
|
18
|
+
--pf-v5-c-nav--m-light__section-title--BorderBottomColor: transparent;
|
19
19
|
--pf-v5-c-nav--m-light--c-divider--BackgroundColor: var(--pf-v5-global--BorderColor--300);
|
20
20
|
--pf-v5-c-nav--m-light__subnav__link--hover--after--BorderColor: var(--pf-v5-global--BorderColor--dark-100);
|
21
21
|
--pf-v5-c-nav--m-light__subnav__link--focus--after--BorderColor: var(--pf-v5-global--BorderColor--dark-100);
|
@@ -26,32 +26,34 @@
|
|
26
26
|
--pf-v5-c-nav__item--MarginTop: 0;
|
27
27
|
--pf-v5-c-nav__item--m-current--not--m-expanded__link--BackgroundColor: var(--pf-v5-global--BackgroundColor--dark-400);
|
28
28
|
--pf-v5-c-nav__link--m-current--not--m-expanded__link--after--BorderWidth: var(--pf-v5-global--BorderWidth--xl);
|
29
|
-
--pf-v5-c-nav__item__item__link--PaddingRight: var(--pf-
|
29
|
+
--pf-v5-c-nav__item__item__link--PaddingRight: var(--pf-t--global--spacer--xl);
|
30
30
|
--pf-v5-c-nav__item__item__toggle--FontSize: var(--pf-v5-global--FontSize--sm);
|
31
31
|
--pf-v5-c-nav__item__toggle-icon--Rotate: 0;
|
32
32
|
--pf-v5-c-nav__item--m-expanded__toggle-icon--Rotate: 90deg;
|
33
|
+
--pf-v5-c-nav__item--BorderRadius: var(--pf-t--global--border--radius--small);
|
33
34
|
--pf-v5-c-nav__item--before--BorderColor: var(--pf-v5-global--BackgroundColor--dark-200);
|
34
35
|
--pf-v5-c-nav__item--before--BorderWidth: var(--pf-v5-global--BorderWidth--sm);
|
35
|
-
--pf-v5-c-nav__link--FontSize: var(--pf-
|
36
|
-
--pf-v5-c-nav__link--FontWeight: var(--pf-
|
37
|
-
--pf-v5-c-nav__link--PaddingTop: var(--pf-
|
38
|
-
--pf-v5-c-nav__link--PaddingRight: var(--pf-
|
39
|
-
--pf-v5-c-nav__link--PaddingBottom: var(--pf-
|
40
|
-
--pf-v5-c-nav__link--PaddingLeft: var(--pf-
|
41
|
-
--pf-v5-c-nav__link--
|
42
|
-
--pf-v5-c-nav__link--xl--
|
43
|
-
--pf-v5-c-nav__link--
|
44
|
-
--pf-v5-c-nav__link--
|
45
|
-
--pf-v5-c-nav__link--
|
46
|
-
--pf-v5-c-nav__link--
|
47
|
-
--pf-v5-c-nav__link--
|
36
|
+
--pf-v5-c-nav__link--FontSize: var(--pf-t--global--font--size--body);
|
37
|
+
--pf-v5-c-nav__link--FontWeight: var(--pf-t--global--font--weight--body);
|
38
|
+
--pf-v5-c-nav__link--PaddingTop: var(--pf-t--global--spacer--md);
|
39
|
+
--pf-v5-c-nav__link--PaddingRight: var(--pf-t--global--spacer--md);
|
40
|
+
--pf-v5-c-nav__link--PaddingBottom: var(--pf-t--global--spacer--md);
|
41
|
+
--pf-v5-c-nav__link--PaddingLeft: var(--pf-t--global--spacer--md);
|
42
|
+
--pf-v5-c-nav__link--BorderRadius: var(--pf-t--global--border--radius--small);
|
43
|
+
--pf-v5-c-nav__link--xl--PaddingRight: var(--pf-t--global--spacer--lg);
|
44
|
+
--pf-v5-c-nav__link--xl--PaddingLeft: var(--pf-t--global--spacer--lg);
|
45
|
+
--pf-v5-c-nav__link--Color: var(--pf-t--global--text--color--subtle);
|
46
|
+
--pf-v5-c-nav__link--hover--Color: var(--pf-t--global--text--color--subtle);
|
47
|
+
--pf-v5-c-nav__link--focus--Color: var(--pf-t--global--text--color--subtle);
|
48
|
+
--pf-v5-c-nav__link--active--Color: var(--pf-t--global--text--color--subtle);
|
49
|
+
--pf-v5-c-nav__link--m-current--Color: var(--pf-t--global--text--color--regular);
|
48
50
|
--pf-v5-c-nav__link--BackgroundColor: transparent;
|
49
|
-
--pf-v5-c-nav__link--hover--BackgroundColor: var(--pf-
|
50
|
-
--pf-v5-c-nav__link--focus--BackgroundColor: var(--pf-
|
51
|
-
--pf-v5-c-nav__link--active--BackgroundColor: var(--pf-
|
52
|
-
--pf-v5-c-nav__link--m-current--BackgroundColor: var(--pf-
|
51
|
+
--pf-v5-c-nav__link--hover--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
52
|
+
--pf-v5-c-nav__link--focus--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
53
|
+
--pf-v5-c-nav__link--active--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
54
|
+
--pf-v5-c-nav__link--m-current--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
53
55
|
--pf-v5-c-nav__link--OutlineOffset: calc(var(--pf-v5-global--spacer--xs) * -1);
|
54
|
-
--pf-v5-c-nav__link--before--BorderColor:
|
56
|
+
--pf-v5-c-nav__link--before--BorderColor: transparent;
|
55
57
|
--pf-v5-c-nav__link--before--BorderBottomWidth: var(--pf-v5-global--BorderWidth--sm);
|
56
58
|
--pf-v5-c-nav__link--hover--before--BorderBottomWidth: 0;
|
57
59
|
--pf-v5-c-nav__link--focus--before--BorderBottomWidth: 0;
|
@@ -191,16 +193,16 @@
|
|
191
193
|
--pf-v5-c-nav__section__link--active--after--BorderWidth: 0;
|
192
194
|
--pf-v5-c-nav__section__link--m-current--after--BorderWidth: var(--pf-v5-global--BorderWidth--xl);
|
193
195
|
--pf-v5-c-nav__section--section--MarginTop: var(--pf-v5-global--spacer--xl);
|
194
|
-
--pf-v5-c-nav__section-title--PaddingTop: var(--pf-
|
195
|
-
--pf-v5-c-nav__section-title--PaddingRight: var(--pf-
|
196
|
-
--pf-v5-c-nav__section-title--PaddingBottom: var(--pf-
|
197
|
-
--pf-v5-c-nav__section-title--PaddingLeft: var(--pf-
|
198
|
-
--pf-v5-c-nav__section-title--MarginBottom: var(--pf-
|
199
|
-
--pf-v5-c-nav__section-title--xl--PaddingRight: var(--pf-
|
200
|
-
--pf-v5-c-nav__section-title--xl--PaddingLeft: var(--pf-
|
201
|
-
--pf-v5-c-nav__section-title--FontSize: var(--pf-
|
202
|
-
--pf-v5-c-nav__section-title--Color: var(--pf-
|
203
|
-
--pf-v5-c-nav__section-title--BorderBottomColor:
|
196
|
+
--pf-v5-c-nav__section-title--PaddingTop: var(--pf-t--global--spacer--sm);
|
197
|
+
--pf-v5-c-nav__section-title--PaddingRight: var(--pf-t--global--spacer--md);
|
198
|
+
--pf-v5-c-nav__section-title--PaddingBottom: var(--pf-t--global--spacer--sm);
|
199
|
+
--pf-v5-c-nav__section-title--PaddingLeft: var(--pf-t--global--spacer--md);
|
200
|
+
--pf-v5-c-nav__section-title--MarginBottom: var(--pf-t--global--spacer--sm);
|
201
|
+
--pf-v5-c-nav__section-title--xl--PaddingRight: var(--pf-t--global--spacer--xl);
|
202
|
+
--pf-v5-c-nav__section-title--xl--PaddingLeft: var(--pf-t--global--spacer--xl);
|
203
|
+
--pf-v5-c-nav__section-title--FontSize: var(--pf-t--global--font--size--body);
|
204
|
+
--pf-v5-c-nav__section-title--Color: var(--pf-t--global--text--color--regular);
|
205
|
+
--pf-v5-c-nav__section-title--BorderBottomColor: transparent;
|
204
206
|
--pf-v5-c-nav__section-title--BorderBottomWidth: var(--pf-v5-global--BorderWidth--sm);
|
205
207
|
--pf-v5-c-nav__scroll-button--Color: var(--pf-v5-global--Color--light-100);
|
206
208
|
--pf-v5-c-nav__scroll-button--hover--Color: var(--pf-v5-global--active-color--400);
|
@@ -1,39 +1,40 @@
|
|
1
|
+
:root {
|
2
|
+
--pf-v5-c-notification-badge--BackgroundColor: transparent;
|
3
|
+
--pf-v5-c-notification-badge--MinWidth: 40px;
|
4
|
+
--pf-v5-c-notification-badge--Gap: var(--pf-t--global--spacer--xs);
|
5
|
+
--pf-v5-c-notification-badge--PaddingTop: var(--pf-t--global--spacer--sm);
|
6
|
+
--pf-v5-c-notification-badge--PaddingRight: var(--pf-t--global--spacer--sm);
|
7
|
+
--pf-v5-c-notification-badge--PaddingBottom: var(--pf-t--global--spacer--sm);
|
8
|
+
--pf-v5-c-notification-badge--PaddingLeft: var(--pf-t--global--spacer--sm);
|
9
|
+
--pf-v5-c-notification-badge--MarginTop: calc(-1 * var(--pf-t--global--spacer--sm));
|
10
|
+
--pf-v5-c-notification-badge--MarginRight: calc(-1 * var(--pf-t--global--spacer--sm));
|
11
|
+
--pf-v5-c-notification-badge--MarginBottom: calc(-1 * var(--pf-t--global--spacer--sm));
|
12
|
+
--pf-v5-c-notification-badge--MarginLeft: calc(-1 * var(--pf-t--global--spacer--sm));
|
13
|
+
--pf-v5-c-notification-badge--before--BorderColor: transparent;
|
14
|
+
--pf-v5-c-notification-badge--BorderRadius: var(--pf-t--global--border--radius--small);
|
15
|
+
--pf-v5-c-notification-badge--before--BorderWidth: var(--pf-t--global--border--width--control--default);
|
16
|
+
--pf-v5-c-notification-badge--m-read--Color: var(--pf-t--global--text--color--regular);
|
17
|
+
--pf-v5-c-notification-badge--m-read--before--BorderColor: var(--pf-t--global--border--color--default);
|
18
|
+
--pf-v5-c-notification-badge--m-read--hover--before--BorderColor: var(--pf-t--global--border--color--hover);
|
19
|
+
--pf-v5-c-notification-badge--m-read--m-expanded--before--BorderColor: var(--pf-t--global--border--color--active);
|
20
|
+
--pf-v5-c-notification-badge--m-read--BackgroundColor: var(--pf-t--global--background--color--control--default);
|
21
|
+
--pf-v5-c-notification-badge--m-read--m-expanded--BackgroundColor: var(--pf-t--global--background--color--control--default);
|
22
|
+
--pf-v5-c-notification-badge--m-read--m-expanded--before--BorderColor: var(--pf-t--global--border--color--active);
|
23
|
+
--pf-v5-c-notification-badge--m-unread--Color: var(--pf-t--global--icon--color--on-brand--default);
|
24
|
+
--pf-v5-c-notification-badge--m-unread--BackgroundColor: var(--pf-t--global--color--brand--default);
|
25
|
+
--pf-v5-c-notification-badge--m-unread--hover--BackgroundColor: var(--pf-t--global--color--brand--hover);
|
26
|
+
--pf-v5-c-notification-badge--m-unread--m-expanded--BackgroundColor: var(--pf-t--global--color--brand--active);
|
27
|
+
--pf-v5-c-notification-badge--m-attention--Color: var(--pf-t--global--icon--color--status--on-danger--default);
|
28
|
+
--pf-v5-c-notification-badge--m-attention--BackgroundColor: var(--pf-t--global--color--status--danger--default);
|
29
|
+
--pf-v5-c-notification-badge--m-attention--hover--BackgroundColor: var(--pf-t--global--color--status--danger--hover);
|
30
|
+
--pf-v5-c-notification-badge--m-attention--m-expanded--BackgroundColor: var(--pf-t--global--color--status--danger--active);
|
31
|
+
}
|
32
|
+
|
1
33
|
.pf-v5-c-notification-badge {
|
2
|
-
|
3
|
-
--pf-v5-c-notification-badge--
|
4
|
-
|
5
|
-
|
6
|
-
--pf-v5-c-notification-badge--MarginTop: calc(-1 * var(--pf-v5-global--spacer--form-element));
|
7
|
-
--pf-v5-c-notification-badge--MarginRight: calc(-1 * var(--pf-v5-global--spacer--md));
|
8
|
-
--pf-v5-c-notification-badge--MarginBottom: calc(-1 * var(--pf-v5-global--spacer--form-element));
|
9
|
-
--pf-v5-c-notification-badge--MarginLeft: calc(-1 * var(--pf-v5-global--spacer--md));
|
10
|
-
--pf-v5-c-notification-badge--after--BorderColor: transparent;
|
11
|
-
--pf-v5-c-notification-badge--after--BorderRadius: var(--pf-v5-global--BorderRadius--sm);
|
12
|
-
--pf-v5-c-notification-badge--after--BorderWidth: 0;
|
13
|
-
--pf-v5-c-notification-badge--after--Top: 0;
|
14
|
-
--pf-v5-c-notification-badge--after--Right: 0;
|
15
|
-
--pf-v5-c-notification-badge--after--Width: auto;
|
16
|
-
--pf-v5-c-notification-badge--after--Height: auto;
|
17
|
-
--pf-v5-c-notification-badge--after--BackgroundColor: transparent;
|
18
|
-
--pf-v5-c-notification-badge--after--TranslateX: 0;
|
19
|
-
--pf-v5-c-notification-badge--after--TranslateY: 0;
|
20
|
-
--pf-v5-c-notification-badge__i--Width: auto;
|
21
|
-
--pf-v5-c-notification-badge__i--Height: auto;
|
22
|
-
--pf-v5-c-notification-badge--m-read--after--BorderColor: transparent;
|
23
|
-
--pf-v5-c-notification-badge--m-read--after--BackgroundColor: transparent;
|
24
|
-
--pf-v5-c-notification-badge--m-read--m-expanded--after--BackgroundColor: var(--pf-v5-global--BackgroundColor--dark-200);
|
25
|
-
--pf-v5-c-notification-badge--m-unread--Color: var(--pf-v5-global--Color--light-100);
|
26
|
-
--pf-v5-c-notification-badge--m-unread--after--BackgroundColor: var(--pf-v5-global--active-color--100);
|
27
|
-
--pf-v5-c-notification-badge--m-unread--hover--after--BackgroundColor: var(--pf-v5-global--primary-color--200);
|
28
|
-
--pf-v5-c-notification-badge--m-unread--m-expanded--after--BackgroundColor: var(--pf-v5-global--primary-color--200);
|
29
|
-
--pf-v5-c-notification-badge--m-attention--Color: var(--pf-v5-global--Color--light-100);
|
30
|
-
--pf-v5-c-notification-badge--m-attention--after--BackgroundColor: var(--pf-v5-global--danger-color--100);
|
31
|
-
--pf-v5-c-notification-badge--m-attention--hover--after--BackgroundColor: var(--pf-v5-global--danger-color--200);
|
32
|
-
--pf-v5-c-notification-badge--m-attention--m-expanded--after--BackgroundColor: var(--pf-v5-global--danger-color--200);
|
33
|
-
--pf-v5-c-notification-badge__count--MarginLeft: var(--pf-v5-global--spacer--xs);
|
34
|
-
--pf-v5-c-notification-badge--pf-v5-pficon-attention-bell--LineHeight: var(--pf-v5-global--LineHeight--sm);
|
35
|
-
position: relative;
|
36
|
-
display: inline-block;
|
34
|
+
display: inline-flex;
|
35
|
+
gap: var(--pf-v5-c-notification-badge--Gap);
|
36
|
+
align-items: center;
|
37
|
+
justify-content: center;
|
37
38
|
padding-block-start: var(--pf-v5-c-notification-badge--PaddingTop);
|
38
39
|
padding-block-end: var(--pf-v5-c-notification-badge--PaddingBottom);
|
39
40
|
padding-inline-start: var(--pf-v5-c-notification-badge--PaddingLeft);
|
@@ -42,71 +43,45 @@
|
|
42
43
|
margin-block-end: var(--pf-v5-c-notification-badge--MarginBottom);
|
43
44
|
margin-inline-start: var(--pf-v5-c-notification-badge--MarginLeft);
|
44
45
|
margin-inline-end: var(--pf-v5-c-notification-badge--MarginRight);
|
45
|
-
background-color: var(--pf-v5-c-notification-badge--
|
46
|
-
border-radius: var(--pf-v5-c-notification-badge--
|
46
|
+
background-color: var(--pf-v5-c-notification-badge--BackgroundColor);
|
47
|
+
border-radius: var(--pf-v5-c-notification-badge--BorderRadius);
|
47
48
|
}
|
48
49
|
.pf-v5-c-notification-badge::before {
|
49
50
|
position: absolute;
|
50
|
-
inset-block-start:
|
51
|
+
inset-block-start: 0;
|
51
52
|
inset-block-end: 0;
|
52
53
|
inset-inline-start: 0;
|
53
|
-
inset-inline-end:
|
54
|
-
width: var(--pf-v5-c-notification-badge--after--Width);
|
55
|
-
height: var(--pf-v5-c-notification-badge--after--Height);
|
54
|
+
inset-inline-end: 0;
|
56
55
|
content: "";
|
57
|
-
border: var(--pf-v5-c-notification-badge--
|
58
|
-
border-radius: var(--pf-v5-c-notification-badge--
|
59
|
-
transform: translate(var(--pf-v5-c-notification-badge--
|
60
|
-
}
|
61
|
-
.pf-v5-c-notification-badge > i {
|
62
|
-
width: var(--pf-v5-c-notification-badge__i--Width);
|
63
|
-
height: var(--pf-v5-c-notification-badge__i--Height);
|
64
|
-
}
|
65
|
-
.pf-v5-c-notification-badge > * {
|
66
|
-
position: relative;
|
67
|
-
}
|
68
|
-
.pf-v5-c-notification-badge .pf-v5-c-icon-attention-bell,
|
69
|
-
.pf-v5-c-notification-badge .pf-v5-c-icon-bell {
|
70
|
-
display: inline-block;
|
71
|
-
line-height: var(--pf-v5-c-notification-badge--pf-v5-pficon-attention-bell--LineHeight);
|
72
|
-
}
|
73
|
-
.pf-v5-c-notification-badge .pf-v5-c-icon-attention-bell::before,
|
74
|
-
.pf-v5-c-notification-badge .pf-v5-c-icon-bell::before {
|
75
|
-
vertical-align: bottom;
|
56
|
+
border: var(--pf-v5-c-notification-badge--before--BorderWidth) solid var(--pf-v5-c-notification-badge--before--BorderColor);
|
57
|
+
border-radius: var(--pf-v5-c-notification-badge--BorderRadius);
|
58
|
+
transform: translate(var(--pf-v5-c-notification-badge--before--TranslateX), var(--pf-v5-c-notification-badge--before--TranslateY));
|
76
59
|
}
|
77
60
|
.pf-v5-c-notification-badge.pf-m-read {
|
78
|
-
--pf-v5-c-notification-badge--
|
79
|
-
--pf-v5-c-notification-badge--
|
61
|
+
--pf-v5-c-notification-badge--BackgroundColor: var(--pf-v5-c-notification-badge--m-read--BackgroundColor);
|
62
|
+
--pf-v5-c-notification-badge--before--BorderColor: var(--pf-v5-c-notification-badge--m-read--before--BorderColor);
|
80
63
|
color: var(--pf-v5-c-notification-badge--m-read--Color, inherit);
|
81
64
|
}
|
65
|
+
.pf-v5-c-notification-badge.pf-m-read:hover {
|
66
|
+
--pf-v5-c-notification-badge--before--BorderColor: var(--pf-v5-c-notification-badge--m-read--hover--before--BorderColor);
|
67
|
+
}
|
82
68
|
.pf-v5-c-notification-badge.pf-m-unread {
|
83
|
-
--pf-v5-c-notification-badge--
|
69
|
+
--pf-v5-c-notification-badge--BackgroundColor: var(--pf-v5-c-notification-badge--m-unread--BackgroundColor);
|
84
70
|
color: var(--pf-v5-c-notification-badge--m-unread--Color);
|
85
71
|
}
|
86
72
|
.pf-v5-c-notification-badge.pf-m-unread:hover {
|
87
|
-
--pf-v5-c-notification-badge--
|
73
|
+
--pf-v5-c-notification-badge--BackgroundColor: var(--pf-v5-c-notification-badge--m-unread--hover--BackgroundColor);
|
88
74
|
}
|
89
75
|
.pf-v5-c-notification-badge.pf-m-attention {
|
90
|
-
--pf-v5-c-notification-badge--
|
76
|
+
--pf-v5-c-notification-badge--BackgroundColor: var(--pf-v5-c-notification-badge--m-attention--BackgroundColor);
|
91
77
|
color: var(--pf-v5-c-notification-badge--m-attention--Color);
|
92
78
|
}
|
93
79
|
.pf-v5-c-notification-badge.pf-m-attention:hover {
|
94
|
-
--pf-v5-c-notification-badge--m-attention--
|
80
|
+
--pf-v5-c-notification-badge--m-attention--BackgroundColor: var(--pf-v5-c-notification-badge--m-attention--hover--BackgroundColor);
|
95
81
|
}
|
96
82
|
.pf-v5-c-notification-badge.pf-m-expanded {
|
97
|
-
--pf-v5-c-notification-badge--m-read--
|
98
|
-
--pf-v5-c-notification-badge--m-read--
|
99
|
-
--pf-v5-c-notification-badge--m-unread--
|
100
|
-
--pf-v5-c-notification-badge--m-attention--
|
101
|
-
}
|
102
|
-
|
103
|
-
.pf-v5-c-notification-badge__count {
|
104
|
-
margin-inline-start: var(--pf-v5-c-notification-badge__count--MarginLeft);
|
105
|
-
}
|
106
|
-
|
107
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-notification-badge {
|
108
|
-
--pf-v5-c-notification-badge--m-read--m-expanded--after--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
109
|
-
--pf-v5-c-notification-badge--m-unread--Color: var(--pf-v5-global--primary-color--400);
|
110
|
-
--pf-v5-c-notification-badge--m-unread--after--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
111
|
-
--pf-v5-c-notification-badge--m-attention--Color: var(--pf-v5-global--palette--black-900);
|
83
|
+
--pf-v5-c-notification-badge--m-read--BackgroundColor: var(--pf-v5-c-notification-badge--m-read--m-expanded--BackgroundColor);
|
84
|
+
--pf-v5-c-notification-badge--m-read--before--BorderColor: var(--pf-v5-c-notification-badge--m-read--m-expanded--before--BorderColor);
|
85
|
+
--pf-v5-c-notification-badge--m-unread--BackgroundColor: var(--pf-v5-c-notification-badge--m-unread--m-expanded--BackgroundColor);
|
86
|
+
--pf-v5-c-notification-badge--m-attention--BackgroundColor: var(--pf-v5-c-notification-badge--m-attention--m-expanded--BackgroundColor);
|
112
87
|
}
|
@@ -1,15 +1,11 @@
|
|
1
1
|
import './notification-badge.css';
|
2
2
|
declare const _default: {
|
3
|
-
"iconAttentionBell": "pf-v5-c-icon-attention-bell",
|
4
|
-
"iconBell": "pf-v5-c-icon-bell",
|
5
3
|
"modifiers": {
|
6
4
|
"read": "pf-m-read",
|
7
5
|
"unread": "pf-m-unread",
|
8
6
|
"attention": "pf-m-attention",
|
9
7
|
"expanded": "pf-m-expanded"
|
10
8
|
},
|
11
|
-
"notificationBadge": "pf-v5-c-notification-badge"
|
12
|
-
"notificationBadgeCount": "pf-v5-c-notification-badge__count",
|
13
|
-
"themeDark": "pf-v5-theme-dark"
|
9
|
+
"notificationBadge": "pf-v5-c-notification-badge"
|
14
10
|
};
|
15
11
|
export default _default;
|
@@ -2,15 +2,11 @@
|
|
2
2
|
exports.__esModule = true;
|
3
3
|
require('./notification-badge.css');
|
4
4
|
exports.default = {
|
5
|
-
"iconAttentionBell": "pf-v5-c-icon-attention-bell",
|
6
|
-
"iconBell": "pf-v5-c-icon-bell",
|
7
5
|
"modifiers": {
|
8
6
|
"read": "pf-m-read",
|
9
7
|
"unread": "pf-m-unread",
|
10
8
|
"attention": "pf-m-attention",
|
11
9
|
"expanded": "pf-m-expanded"
|
12
10
|
},
|
13
|
-
"notificationBadge": "pf-v5-c-notification-badge"
|
14
|
-
"notificationBadgeCount": "pf-v5-c-notification-badge__count",
|
15
|
-
"themeDark": "pf-v5-theme-dark"
|
11
|
+
"notificationBadge": "pf-v5-c-notification-badge"
|
16
12
|
};
|
@@ -1,14 +1,10 @@
|
|
1
1
|
import './notification-badge.css';
|
2
2
|
export default {
|
3
|
-
"iconAttentionBell": "pf-v5-c-icon-attention-bell",
|
4
|
-
"iconBell": "pf-v5-c-icon-bell",
|
5
3
|
"modifiers": {
|
6
4
|
"read": "pf-m-read",
|
7
5
|
"unread": "pf-m-unread",
|
8
6
|
"attention": "pf-m-attention",
|
9
7
|
"expanded": "pf-m-expanded"
|
10
8
|
},
|
11
|
-
"notificationBadge": "pf-v5-c-notification-badge"
|
12
|
-
"notificationBadgeCount": "pf-v5-c-notification-badge__count",
|
13
|
-
"themeDark": "pf-v5-theme-dark"
|
9
|
+
"notificationBadge": "pf-v5-c-notification-badge"
|
14
10
|
};
|