@patternfly/react-styles 6.0.0-alpha.1 → 6.0.0-alpha.10
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +102 -0
- package/README.md +1 -1
- package/css/assets/images/PF-Backdrop.svg +1 -0
- package/css/assets/images/PF-HorizontalLogo-Color.svg +29 -0
- package/css/assets/images/PF-HorizontalLogo-Reverse.svg +28 -0
- package/css/assets/images/PF-IconLogo-Reverse.svg +14 -0
- package/css/assets/images/PF-IconLogo-color.svg +17 -0
- package/css/assets/images/PF-IconLogo.svg +17 -0
- package/css/assets/images/logo__pf--reverse-on-md.svg +1 -1
- package/css/assets/images/pf-background.svg +22 -0
- 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 +57 -94
- 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/ActionList/action-list.css +18 -17
- 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/Avatar/avatar.css +10 -13
- package/css/components/Avatar/avatar.d.ts +1 -2
- package/css/components/Avatar/avatar.js +1 -2
- package/css/components/Avatar/avatar.mjs +1 -2
- package/css/components/BackToTop/back-to-top.css +17 -16
- package/css/components/Backdrop/backdrop.css +6 -2
- package/css/components/BackgroundImage/background-image.css +5 -1
- package/css/components/Badge/badge.css +23 -15
- package/css/components/Badge/badge.d.ts +2 -2
- package/css/components/Badge/badge.js +2 -2
- package/css/components/Badge/badge.mjs +2 -2
- package/css/components/Banner/banner.css +90 -64
- package/css/components/Banner/banner.d.ts +12 -4
- package/css/components/Banner/banner.js +12 -4
- package/css/components/Banner/banner.mjs +12 -4
- package/css/components/Breadcrumb/breadcrumb.css +19 -16
- package/css/components/Button/button.css +444 -435
- package/css/components/Button/button.d.ts +10 -9
- package/css/components/Button/button.js +10 -9
- package/css/components/Button/button.mjs +10 -9
- package/css/components/Card/card.css +100 -194
- package/css/components/Card/card.d.ts +5 -9
- package/css/components/Card/card.js +5 -9
- package/css/components/Card/card.mjs +5 -9
- package/css/components/Check/check.css +24 -21
- package/css/components/ClipboardCopy/clipboard-copy.css +30 -33
- package/css/components/ClipboardCopy/clipboard-copy.d.ts +1 -2
- package/css/components/ClipboardCopy/clipboard-copy.js +1 -2
- package/css/components/ClipboardCopy/clipboard-copy.mjs +1 -2
- package/css/components/CodeBlock/code-block.css +18 -9
- package/css/components/Content/content.css +67 -67
- package/css/components/DataList/data-list.css +101 -158
- package/css/components/DataList/data-list.d.ts +1 -2
- package/css/components/DataList/data-list.js +1 -2
- package/css/components/DataList/data-list.mjs +1 -2
- package/css/components/DescriptionList/description-list.css +39 -34
- package/css/components/Divider/divider.css +97 -177
- package/css/components/Divider/divider.d.ts +1 -0
- package/css/components/Divider/divider.js +1 -0
- package/css/components/Divider/divider.mjs +1 -0
- package/css/components/DragDrop/drag-drop.css +18 -14
- package/css/components/DragDrop/drag-drop.d.ts +1 -2
- package/css/components/DragDrop/drag-drop.js +1 -2
- package/css/components/DragDrop/drag-drop.mjs +1 -2
- package/css/components/Drawer/drawer.css +112 -113
- package/css/components/Drawer/drawer.d.ts +3 -3
- package/css/components/Drawer/drawer.js +3 -3
- package/css/components/Drawer/drawer.mjs +3 -3
- package/css/components/Dropdown/dropdown.css +1 -3
- package/css/components/Dropdown/dropdown.d.ts +0 -1
- package/css/components/Dropdown/dropdown.js +0 -1
- package/css/components/Dropdown/dropdown.mjs +0 -1
- package/css/components/EmptyState/empty-state.css +57 -34
- package/css/components/EmptyState/empty-state.d.ts +6 -1
- package/css/components/EmptyState/empty-state.js +6 -1
- package/css/components/EmptyState/empty-state.mjs +6 -1
- package/css/components/ExpandableSection/expandable-section.css +64 -62
- package/css/components/ExpandableSection/expandable-section.d.ts +1 -3
- package/css/components/ExpandableSection/expandable-section.js +1 -3
- package/css/components/ExpandableSection/expandable-section.mjs +1 -3
- package/css/components/FileUpload/file-upload.css +28 -34
- package/css/components/Form/form.css +68 -114
- package/css/components/Form/form.d.ts +2 -6
- package/css/components/Form/form.js +2 -6
- package/css/components/Form/form.mjs +2 -6
- package/css/components/FormControl/form-control.css +86 -111
- package/css/components/FormControl/form-control.d.ts +1 -2
- package/css/components/FormControl/form-control.js +1 -2
- package/css/components/FormControl/form-control.mjs +1 -2
- package/css/components/HelperText/helper-text.css +28 -34
- package/css/components/HelperText/helper-text.d.ts +1 -2
- package/css/components/HelperText/helper-text.js +1 -2
- package/css/components/HelperText/helper-text.mjs +1 -2
- package/css/components/Hint/hint.css +28 -21
- package/css/components/Hint/hint.d.ts +1 -2
- package/css/components/Hint/hint.js +1 -2
- package/css/components/Hint/hint.mjs +1 -2
- package/css/components/Icon/icon.css +154 -18
- package/css/components/Icon/icon.d.ts +11 -0
- package/css/components/Icon/icon.js +11 -0
- package/css/components/Icon/icon.mjs +11 -0
- package/css/components/InlineEdit/inline-edit.css +8 -7
- package/css/components/InputGroup/input-group.css +22 -38
- package/css/components/InputGroup/input-group.d.ts +1 -2
- package/css/components/InputGroup/input-group.js +1 -2
- package/css/components/InputGroup/input-group.mjs +1 -2
- package/css/components/JumpLinks/jump-links.css +34 -34
- package/css/components/Label/label-group.css +39 -44
- package/css/components/Label/label.css +258 -355
- package/css/components/Label/label.d.ts +11 -10
- package/css/components/Label/label.js +11 -10
- package/css/components/Label/label.mjs +11 -10
- 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 +262 -498
- package/css/components/Masthead/masthead.d.ts +3 -45
- package/css/components/Masthead/masthead.js +3 -45
- package/css/components/Masthead/masthead.mjs +3 -45
- 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 +58 -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/MultipleFileUpload/multiple-file-upload.css +77 -50
- package/css/components/MultipleFileUpload/multiple-file-upload.d.ts +0 -1
- package/css/components/MultipleFileUpload/multiple-file-upload.js +0 -1
- package/css/components/MultipleFileUpload/multiple-file-upload.mjs +0 -1
- package/css/components/Nav/nav.css +241 -917
- package/css/components/Nav/nav.d.ts +9 -20
- package/css/components/Nav/nav.js +9 -20
- package/css/components/Nav/nav.mjs +9 -20
- 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/NotificationDrawer/notification-drawer.css +104 -115
- package/css/components/NotificationDrawer/notification-drawer.d.ts +3 -3
- package/css/components/NotificationDrawer/notification-drawer.js +3 -3
- package/css/components/NotificationDrawer/notification-drawer.mjs +3 -3
- package/css/components/NumberInput/number-input.css +8 -8
- package/css/components/NumberInput/number-input.d.ts +0 -3
- package/css/components/NumberInput/number-input.js +0 -3
- package/css/components/NumberInput/number-input.mjs +0 -3
- package/css/components/OverflowMenu/overflow-menu.css +17 -47
- package/css/components/OverflowMenu/overflow-menu.d.ts +1 -3
- package/css/components/OverflowMenu/overflow-menu.js +1 -3
- package/css/components/OverflowMenu/overflow-menu.mjs +1 -3
- 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/Pagination/pagination.css +64 -121
- package/css/components/Pagination/pagination.d.ts +2 -5
- package/css/components/Pagination/pagination.js +2 -5
- package/css/components/Pagination/pagination.mjs +2 -5
- package/css/components/Panel/panel.css +27 -23
- package/css/components/Panel/panel.d.ts +2 -2
- package/css/components/Panel/panel.js +2 -2
- package/css/components/Panel/panel.mjs +2 -2
- package/css/components/Popover/popover.css +42 -53
- package/css/components/Popover/popover.d.ts +1 -2
- package/css/components/Popover/popover.js +1 -2
- package/css/components/Popover/popover.mjs +1 -2
- package/css/components/Progress/progress.css +31 -45
- package/css/components/Progress/progress.d.ts +1 -2
- package/css/components/Progress/progress.js +1 -2
- package/css/components/Progress/progress.mjs +1 -2
- package/css/components/Radio/radio.css +27 -20
- package/css/components/Sidebar/sidebar.css +20 -9
- package/css/components/Sidebar/sidebar.d.ts +1 -0
- package/css/components/Sidebar/sidebar.js +1 -0
- package/css/components/Sidebar/sidebar.mjs +1 -0
- package/css/components/SimpleList/simple-list.css +35 -52
- package/css/components/SimpleList/simple-list.d.ts +2 -2
- package/css/components/SimpleList/simple-list.js +2 -2
- package/css/components/SimpleList/simple-list.mjs +2 -2
- package/css/components/Skeleton/skeleton.css +18 -20
- package/css/components/Skeleton/skeleton.d.ts +1 -2
- package/css/components/Skeleton/skeleton.js +1 -2
- package/css/components/Skeleton/skeleton.mjs +1 -2
- package/css/components/SkipToContent/skip-to-content.css +6 -3
- package/css/components/Slider/slider.css +34 -30
- package/css/components/Spinner/spinner.css +17 -34
- package/css/components/Switch/switch.css +42 -38
- package/css/components/Switch/switch.d.ts +1 -2
- package/css/components/Switch/switch.js +1 -2
- package/css/components/Switch/switch.mjs +1 -2
- package/css/components/TabContent/tab-content.css +17 -11
- package/css/components/TabContent/tab-content.d.ts +1 -1
- package/css/components/TabContent/tab-content.js +1 -1
- package/css/components/TabContent/tab-content.mjs +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/Tile/tile.css +40 -81
- package/css/components/Tile/tile.d.ts +0 -1
- package/css/components/Tile/tile.js +0 -1
- package/css/components/Tile/tile.mjs +0 -1
- package/css/components/Timestamp/timestamp.css +12 -9
- 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/ToggleGroup/toggle-group.css +34 -47
- package/css/components/ToggleGroup/toggle-group.d.ts +0 -1
- package/css/components/ToggleGroup/toggle-group.js +0 -1
- package/css/components/ToggleGroup/toggle-group.mjs +0 -1
- package/css/components/Toolbar/toolbar.css +2527 -1032
- package/css/components/Toolbar/toolbar.d.ts +406 -102
- package/css/components/Toolbar/toolbar.js +406 -102
- package/css/components/Toolbar/toolbar.mjs +406 -102
- package/css/components/Tooltip/tooltip.css +16 -18
- package/css/components/Tooltip/tooltip.d.ts +0 -1
- package/css/components/Tooltip/tooltip.js +0 -1
- package/css/components/Tooltip/tooltip.mjs +0 -1
- package/css/components/Truncate/truncate.css +4 -0
- package/css/docs/components/Brand/examples/Brand.css +12 -0
- package/css/docs/components/Brand/examples/Brand.d.ts +10 -0
- package/css/docs/components/Brand/examples/Brand.js +11 -0
- package/css/docs/components/Brand/examples/Brand.mjs +9 -0
- package/css/docs/components/Button/examples/Button.css +4 -0
- package/css/docs/components/Divider/examples/Divider.css +3 -1
- package/css/docs/components/DragDrop/examples/DragDrop.css +1 -1
- package/css/docs/components/Label/examples/Label.css +4 -0
- package/css/docs/components/Nav/examples/Navigation.css +1 -22
- package/css/docs/components/Nav/examples/Navigation.d.ts +0 -3
- package/css/docs/components/Nav/examples/Navigation.js +0 -3
- package/css/docs/components/Nav/examples/Navigation.mjs +0 -3
- 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/components/Toolbar/examples/Toolbar.css +20 -15
- package/css/docs/components/Truncate/examples/Truncate.css +2 -2
- 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/Avatar/examples/Avatar.css +0 -3
- package/css/docs/components/Avatar/examples/Avatar.d.ts +0 -3
- package/css/docs/components/Avatar/examples/Avatar.js +0 -4
- package/css/docs/components/Avatar/examples/Avatar.mjs +0 -2
- 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,79 @@
|
|
1
|
+
:root,
|
1
2
|
.pf-v5-c-notification-drawer {
|
2
|
-
--pf-v5-c-notification-drawer--BackgroundColor: var(--pf-
|
3
|
-
--pf-v5-c-notification-drawer__header--PaddingTop: var(--pf-
|
4
|
-
--pf-v5-c-notification-drawer__header--PaddingRight: var(--pf-
|
5
|
-
--pf-v5-c-notification-drawer__header--PaddingBottom: var(--pf-
|
6
|
-
--pf-v5-c-notification-drawer__header--PaddingLeft: var(--pf-
|
7
|
-
--pf-v5-c-notification-drawer__header--BackgroundColor: var(--pf-
|
8
|
-
--pf-v5-c-notification-drawer__header--
|
9
|
-
--pf-v5-c-notification-drawer__header--
|
10
|
-
--pf-v5-c-notification-drawer__header-title--
|
11
|
-
--pf-v5-c-notification-drawer__header-
|
12
|
-
--pf-v5-c-notification-
|
13
|
-
--pf-v5-c-notification-
|
14
|
-
--pf-v5-c-notification-
|
15
|
-
--pf-v5-c-notification-
|
16
|
-
--pf-v5-c-notification-
|
17
|
-
--pf-v5-c-notification-
|
18
|
-
--pf-v5-c-notification-
|
19
|
-
--pf-v5-c-notification-
|
20
|
-
--pf-v5-c-notification-drawer__list
|
21
|
-
--pf-v5-c-notification-drawer__list
|
22
|
-
--pf-v5-c-notification-drawer__list
|
23
|
-
--pf-v5-c-notification-drawer__list-item--
|
24
|
-
--pf-v5-c-notification-drawer__list-item--
|
25
|
-
--pf-v5-c-notification-drawer__list-item--
|
26
|
-
--pf-v5-c-notification-drawer__list-item--
|
27
|
-
--pf-v5-c-notification-drawer__list-item--
|
28
|
-
--pf-v5-c-notification-drawer__list-item--
|
29
|
-
--pf-v5-c-notification-drawer__list-item--
|
30
|
-
--pf-v5-c-notification-drawer__list-item--m-
|
31
|
-
--pf-v5-c-notification-drawer__list-item--m-
|
32
|
-
--pf-v5-c-notification-drawer__list-item--m-
|
33
|
-
--pf-v5-c-notification-drawer__list-item--m-
|
34
|
-
--pf-v5-c-notification-drawer__list-item--m-
|
35
|
-
--pf-v5-c-notification-drawer__list-item--m-
|
36
|
-
--pf-v5-c-notification-drawer__list-item--m-
|
37
|
-
--pf-v5-c-notification-drawer__list-item--m-
|
38
|
-
--pf-v5-c-notification-drawer__list-item--m-
|
39
|
-
--pf-v5-c-notification-drawer__list-item--m-
|
40
|
-
--pf-v5-c-notification-drawer__list-item--
|
41
|
-
--pf-v5-c-notification-drawer__list-item--
|
42
|
-
--pf-v5-c-notification-drawer__list-item--m-
|
43
|
-
--pf-v5-c-notification-drawer__list-item--m-hoverable--hover--
|
44
|
-
--pf-v5-c-notification-drawer__list-item-header--MarginBottom: var(--pf-
|
3
|
+
--pf-v5-c-notification-drawer--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
4
|
+
--pf-v5-c-notification-drawer__header--PaddingTop: var(--pf-t--global--spacer--md);
|
5
|
+
--pf-v5-c-notification-drawer__header--PaddingRight: var(--pf-t--global--spacer--lg);
|
6
|
+
--pf-v5-c-notification-drawer__header--PaddingBottom: var(--pf-t--global--spacer--md);
|
7
|
+
--pf-v5-c-notification-drawer__header--PaddingLeft: var(--pf-t--global--spacer--lg);
|
8
|
+
--pf-v5-c-notification-drawer__header--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
9
|
+
--pf-v5-c-notification-drawer__header--ZIndex: var(--pf-t--global--Zindex--sm);
|
10
|
+
--pf-v5-c-notification-drawer__header-title--FontSize: var(--pf-t--global--font--size--heading--md);
|
11
|
+
--pf-v5-c-notification-drawer__header-title--FontWeight: var(--pf-t--global--font--weight--heading--bold);
|
12
|
+
--pf-v5-c-notification-drawer__header-title--LineHeight: var(--pf-t--global--font--line-height--heading);
|
13
|
+
--pf-v5-c-notification-drawer__header-title--FontFamily: var(--pf-t--global--font--family--heading);
|
14
|
+
--pf-v5-c-notification-drawer__header-status--MarginLeft: var(--pf-t--global--spacer--md);
|
15
|
+
--pf-v5-c-notification-drawer__header-status--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
16
|
+
--pf-v5-c-notification-drawer__header-status--FontSize: var(--pf-t--global--font--size--body--default);
|
17
|
+
--pf-v5-c-notification-drawer__header-status--Color: var(--pf-t--global--text--color--subtle);
|
18
|
+
--pf-v5-c-notification-drawer__body--ZIndex: var(--pf-t--global--Zindex--xs);
|
19
|
+
--pf-v5-c-notification-drawer__body--PaddingBlockStart: 0;
|
20
|
+
--pf-v5-c-notification-drawer__body--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
21
|
+
--pf-v5-c-notification-drawer__list--Gap: var(--pf-t--global--spacer--sm);
|
22
|
+
--pf-v5-c-notification-drawer__list--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
23
|
+
--pf-v5-c-notification-drawer__list--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
|
24
|
+
--pf-v5-c-notification-drawer__list-item--PaddingTop: var(--pf-t--global--spacer--md);
|
25
|
+
--pf-v5-c-notification-drawer__list-item--PaddingRight: var(--pf-t--global--spacer--md);
|
26
|
+
--pf-v5-c-notification-drawer__list-item--PaddingBottom: var(--pf-t--global--spacer--md);
|
27
|
+
--pf-v5-c-notification-drawer__list-item--PaddingLeft: var(--pf-t--global--spacer--md);
|
28
|
+
--pf-v5-c-notification-drawer__list-item--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
29
|
+
--pf-v5-c-notification-drawer__list-item--BorderWidth: var(--pf-t--global--border--width--box--status--default);
|
30
|
+
--pf-v5-c-notification-drawer__list-item--BorderRadius: var(--pf-t--global--border--radius--medium);
|
31
|
+
--pf-v5-c-notification-drawer__list-item--m-info__list-item-header-icon--Color: var(--pf-t--global--icon--color--status--info--default);
|
32
|
+
--pf-v5-c-notification-drawer__list-item--m-info__list-item--BorderColor: var(--pf-t--global--border--color--status--info--default);
|
33
|
+
--pf-v5-c-notification-drawer__list-item--m-warning__list-item-header-icon--Color: var(--pf-t--global--icon--color--status--warning--default);
|
34
|
+
--pf-v5-c-notification-drawer__list-item--m-warning__list-item--BorderColor: var(--pf-t--global--border--color--status--warning--default);
|
35
|
+
--pf-v5-c-notification-drawer__list-item--m-danger__list-item-header-icon--Color: var(--pf-t--global--icon--color--status--danger--default);
|
36
|
+
--pf-v5-c-notification-drawer__list-item--m-danger__list-item--BorderColor: var(--pf-t--global--border--color--status--danger--default);
|
37
|
+
--pf-v5-c-notification-drawer__list-item--m-success__list-item-header-icon--Color: var(--pf-t--global--icon--color--status--success--default);
|
38
|
+
--pf-v5-c-notification-drawer__list-item--m-success__list-item--BorderColor: var(--pf-t--global--border--color--status--success--default);
|
39
|
+
--pf-v5-c-notification-drawer__list-item--m-custom__list-item-header-icon--Color: var(--pf-t--global--icon--color--status--custom--default);
|
40
|
+
--pf-v5-c-notification-drawer__list-item--m-custom__list-item--BorderColor: var(--pf-t--global--border--color--status--custom--default);
|
41
|
+
--pf-v5-c-notification-drawer__list-item--m-read--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
42
|
+
--pf-v5-c-notification-drawer__list-item--m-read--BorderWidth: var(--pf-t--global--border--width--box--status--read);
|
43
|
+
--pf-v5-c-notification-drawer__list-item--m-read--BorderColor: var(--pf-t--global--border--color--default);
|
44
|
+
--pf-v5-c-notification-drawer__list-item--m-hoverable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
45
|
+
--pf-v5-c-notification-drawer__list-item-header--MarginBottom: var(--pf-t--global--spacer--xs);
|
45
46
|
--pf-v5-c-notification-drawer__list-item-header-icon--Color: inherit;
|
46
|
-
--pf-v5-c-notification-drawer__list-item-header-icon--MarginRight: var(--pf-
|
47
|
-
--pf-v5-c-notification-drawer__list-item-header-title--
|
47
|
+
--pf-v5-c-notification-drawer__list-item-header-icon--MarginRight: var(--pf-t--global--spacer--sm);
|
48
|
+
--pf-v5-c-notification-drawer__list-item-header-title--FontFamily: var(--pf-t--global--font--family--heading);
|
49
|
+
--pf-v5-c-notification-drawer__list-item-header-title--FontSize: var(--pf-t--global--font--size--heading--xs);
|
50
|
+
--pf-v5-c-notification-drawer__list-item-header-title--FontWeight: var(--pf-t--global--font--weight--heading--bold);
|
51
|
+
--pf-v5-c-notification-drawer__list-item-header-title--LineHeight: var(--pf-t--global--font--line-height--heading);
|
48
52
|
--pf-v5-c-notification-drawer__list-item-header-title--max-lines: 1;
|
49
|
-
--pf-v5-c-notification-drawer__list-item
|
50
|
-
--pf-v5-c-notification-drawer__list-item-
|
51
|
-
--pf-v5-c-notification-drawer__list-item-timestamp--
|
52
|
-
--pf-v5-c-notification-
|
53
|
-
--pf-v5-c-notification-drawer__group--m-expanded--group--
|
54
|
-
--pf-v5-c-notification-drawer__group--m-expanded--group--BorderTopColor: var(--pf-v5-global--BorderColor--100);
|
53
|
+
--pf-v5-c-notification-drawer__list-item-description--MarginBottom: var(--pf-t--global--spacer--sm);
|
54
|
+
--pf-v5-c-notification-drawer__list-item-timestamp--Color: var(--pf-t--global--text--color--subtle);
|
55
|
+
--pf-v5-c-notification-drawer__list-item-timestamp--FontSize: var(--pf-t--global--font--size--body--default);
|
56
|
+
--pf-v5-c-notification-drawer__group--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
|
57
|
+
--pf-v5-c-notification-drawer__group--m-expanded--group--BorderBottomColor: var(--pf-t--global--border--color--default);
|
55
58
|
--pf-v5-c-notification-drawer__group--m-expanded--MinHeight: 0;
|
56
|
-
--pf-v5-c-notification-drawer__group-
|
57
|
-
--pf-v5-c-notification-drawer__group-toggle--
|
58
|
-
--pf-v5-c-notification-drawer__group-toggle--
|
59
|
-
--pf-v5-c-notification-drawer__group-toggle--
|
60
|
-
--pf-v5-c-notification-drawer__group-toggle--
|
61
|
-
--pf-v5-c-notification-drawer__group-toggle--
|
62
|
-
--pf-v5-c-notification-drawer__group-toggle--BorderBottomWidth: var(--pf-v5-global--BorderWidth--sm);
|
59
|
+
--pf-v5-c-notification-drawer__group--m-expanded--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
60
|
+
--pf-v5-c-notification-drawer__group-toggle--PaddingTop: var(--pf-t--global--spacer--md);
|
61
|
+
--pf-v5-c-notification-drawer__group-toggle--PaddingRight: var(--pf-t--global--spacer--lg);
|
62
|
+
--pf-v5-c-notification-drawer__group-toggle--PaddingBottom: var(--pf-t--global--spacer--md);
|
63
|
+
--pf-v5-c-notification-drawer__group-toggle--PaddingLeft: var(--pf-t--global--spacer--lg);
|
64
|
+
--pf-v5-c-notification-drawer__group-toggle--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
63
65
|
--pf-v5-c-notification-drawer__group-toggle--OutlineOffset: -0.25rem;
|
64
|
-
--pf-v5-c-notification-drawer__group-toggle-title--MarginRight: var(--pf-
|
66
|
+
--pf-v5-c-notification-drawer__group-toggle-title--MarginRight: var(--pf-t--global--spacer--md);
|
67
|
+
--pf-v5-c-notification-drawer__group-toggle-title--FontSize: var(--pf-t--global--font--size--body--lg);
|
65
68
|
--pf-v5-c-notification-drawer__group-toggle-title--max-lines: 1;
|
66
|
-
--pf-v5-c-notification-drawer__group-toggle-count--MarginRight: var(--pf-
|
67
|
-
--pf-v5-c-notification-drawer__group-toggle-icon--MarginRight: var(--pf-
|
68
|
-
--pf-v5-c-notification-drawer__group-toggle-icon--Color: var(--pf-
|
69
|
+
--pf-v5-c-notification-drawer__group-toggle-count--MarginRight: var(--pf-t--global--spacer--md);
|
70
|
+
--pf-v5-c-notification-drawer__group-toggle-icon--MarginRight: var(--pf-t--global--spacer--md);
|
71
|
+
--pf-v5-c-notification-drawer__group-toggle-icon--Color: var(--pf-t--global--icon--color--regular);
|
69
72
|
--pf-v5-c-notification-drawer__group-toggle-icon--Transition: .2s ease-in 0s;
|
70
73
|
--pf-v5-c-notification-drawer__group--m-expanded__group-toggle-icon--Rotate: 90deg;
|
74
|
+
}
|
75
|
+
|
76
|
+
.pf-v5-c-notification-drawer {
|
71
77
|
display: flex;
|
72
78
|
flex-direction: column;
|
73
79
|
height: 100%;
|
@@ -85,15 +91,20 @@
|
|
85
91
|
padding-inline-start: var(--pf-v5-c-notification-drawer__header--PaddingLeft);
|
86
92
|
padding-inline-end: var(--pf-v5-c-notification-drawer__header--PaddingRight);
|
87
93
|
background-color: var(--pf-v5-c-notification-drawer__header--BackgroundColor);
|
88
|
-
box-shadow: var(--pf-v5-c-notification-drawer__header--BoxShadow);
|
89
94
|
}
|
90
95
|
|
91
96
|
.pf-v5-c-notification-drawer__header-title {
|
97
|
+
font-family: var(--pf-v5-c-notification-drawer__header-title--FontFamily);
|
92
98
|
font-size: var(--pf-v5-c-notification-drawer__header-title--FontSize);
|
99
|
+
font-weight: var(--pf-v5-c-notification-drawer__header-title--FontWeight);
|
100
|
+
line-height: var(--pf-v5-c-notification-drawer__header-title--LineHeight);
|
93
101
|
}
|
94
102
|
|
95
103
|
.pf-v5-c-notification-drawer__header-status {
|
96
104
|
margin-inline-start: var(--pf-v5-c-notification-drawer__header-status--MarginLeft);
|
105
|
+
font-size: var(--pf-v5-c-notification-drawer__header-status--FontSize);
|
106
|
+
font-weight: var(--pf-v5-c-notification-drawer__header-status--FontWeight);
|
107
|
+
color: var(--pf-v5-c-notification-drawer__header-status--Color);
|
97
108
|
}
|
98
109
|
|
99
110
|
.pf-v5-c-notification-drawer__header-action {
|
@@ -104,8 +115,17 @@
|
|
104
115
|
|
105
116
|
.pf-v5-c-notification-drawer__body {
|
106
117
|
flex: 1;
|
118
|
+
padding-block-start: var(--pf-v5-c-notification-drawer__body--PaddingBlockStart);
|
119
|
+
padding-block-end: var(--pf-v5-c-notification-drawer__body--PaddingBlockEnd);
|
107
120
|
overflow-y: auto;
|
108
|
-
|
121
|
+
}
|
122
|
+
|
123
|
+
.pf-v5-c-notification-drawer__list:not([hidden]) {
|
124
|
+
display: flex;
|
125
|
+
flex-direction: column;
|
126
|
+
gap: var(--pf-v5-c-notification-drawer__list--Gap);
|
127
|
+
padding-inline-start: var(--pf-v5-c-notification-drawer__list--PaddingInlineStart);
|
128
|
+
padding-inline-end: var(--pf-v5-c-notification-drawer__list--PaddingInlineEnd);
|
109
129
|
}
|
110
130
|
|
111
131
|
.pf-v5-c-notification-drawer__list-item {
|
@@ -117,60 +137,40 @@
|
|
117
137
|
padding-inline-start: var(--pf-v5-c-notification-drawer__list-item--PaddingLeft);
|
118
138
|
padding-inline-end: var(--pf-v5-c-notification-drawer__list-item--PaddingRight);
|
119
139
|
background-color: var(--pf-v5-c-notification-drawer__list-item--BackgroundColor);
|
120
|
-
border
|
121
|
-
|
122
|
-
box-shadow: var(--pf-v5-c-notification-drawer__list-item--BoxShadow);
|
123
|
-
}
|
124
|
-
.pf-v5-c-notification-drawer__list-item.pf-m-read, .pf-v5-c-notification-drawer__list-item:first-child {
|
125
|
-
--pf-v5-c-notification-drawer__list-item--BoxShadow: none;
|
126
|
-
}
|
127
|
-
.pf-v5-c-notification-drawer__list-item:not(.pf-m-read) + .pf-v5-c-notification-drawer__list-item.pf-m-read {
|
128
|
-
--pf-v5-c-notification-drawer__list-item--BoxShadow: var(--pf-v5-c-notification-drawer__list-item--list-item--m-read--BoxShadow);
|
129
|
-
--pf-v5-c-notification-drawer__list-item--before--Top: var(--pf-v5-c-notification-drawer__list-item--list-item--m-read--before--Top);
|
130
|
-
}
|
131
|
-
.pf-v5-c-notification-drawer__list-item::before {
|
132
|
-
position: absolute;
|
133
|
-
inset-block-start: var(--pf-v5-c-notification-drawer__list-item--before--Top);
|
134
|
-
inset-block-end: var(--pf-v5-c-notification-drawer__list-item--before--Bottom);
|
135
|
-
width: var(--pf-v5-c-notification-drawer__list-item--before--Width);
|
136
|
-
content: "";
|
137
|
-
background-color: var(--pf-v5-c-notification-drawer__list-item--before--BackgroundColor);
|
140
|
+
border: var(--pf-v5-c-notification-drawer__list-item--BorderWidth) solid var(--pf-v5-c-notification-drawer__list-item--BorderColor);
|
141
|
+
border-radius: var(--pf-v5-c-notification-drawer__list-item--BorderRadius);
|
138
142
|
}
|
139
143
|
.pf-v5-c-notification-drawer__list-item.pf-m-info {
|
140
|
-
--pf-v5-c-notification-drawer__list-item--
|
144
|
+
--pf-v5-c-notification-drawer__list-item--BorderColor: var(--pf-v5-c-notification-drawer__list-item--m-info__list-item--BorderColor);
|
141
145
|
--pf-v5-c-notification-drawer__list-item-header-icon--Color: var(--pf-v5-c-notification-drawer__list-item--m-info__list-item-header-icon--Color);
|
142
146
|
}
|
143
147
|
.pf-v5-c-notification-drawer__list-item.pf-m-warning {
|
144
|
-
--pf-v5-c-notification-drawer__list-item--
|
148
|
+
--pf-v5-c-notification-drawer__list-item--BorderColor: var(--pf-v5-c-notification-drawer__list-item--m-warning__list-item--BorderColor);
|
145
149
|
--pf-v5-c-notification-drawer__list-item-header-icon--Color: var(--pf-v5-c-notification-drawer__list-item--m-warning__list-item-header-icon--Color);
|
146
150
|
}
|
147
151
|
.pf-v5-c-notification-drawer__list-item.pf-m-danger {
|
148
|
-
--pf-v5-c-notification-drawer__list-item--
|
152
|
+
--pf-v5-c-notification-drawer__list-item--BorderColor: var(--pf-v5-c-notification-drawer__list-item--m-danger__list-item--BorderColor);
|
149
153
|
--pf-v5-c-notification-drawer__list-item-header-icon--Color: var(--pf-v5-c-notification-drawer__list-item--m-danger__list-item-header-icon--Color);
|
150
154
|
}
|
151
155
|
.pf-v5-c-notification-drawer__list-item.pf-m-success {
|
152
|
-
--pf-v5-c-notification-drawer__list-item--
|
156
|
+
--pf-v5-c-notification-drawer__list-item--BorderColor: var(--pf-v5-c-notification-drawer__list-item--m-success__list-item--BorderColor);
|
153
157
|
--pf-v5-c-notification-drawer__list-item-header-icon--Color: var(--pf-v5-c-notification-drawer__list-item--m-success__list-item-header-icon--Color);
|
154
158
|
}
|
155
159
|
.pf-v5-c-notification-drawer__list-item.pf-m-custom {
|
156
|
-
--pf-v5-c-notification-drawer__list-item--
|
160
|
+
--pf-v5-c-notification-drawer__list-item--BorderColor: var(--pf-v5-c-notification-drawer__list-item--m-custom__list-item--BorderColor);
|
157
161
|
--pf-v5-c-notification-drawer__list-item-header-icon--Color: var(--pf-v5-c-notification-drawer__list-item--m-custom__list-item-header-icon--Color);
|
158
162
|
}
|
159
163
|
.pf-v5-c-notification-drawer__list-item.pf-m-read {
|
160
|
-
--pf-v5-c-notification-drawer__list-item--
|
164
|
+
--pf-v5-c-notification-drawer__list-item--BorderWidth: var(--pf-v5-c-notification-drawer__list-item--m-read--BorderWidth);
|
161
165
|
--pf-v5-c-notification-drawer__list-item--BackgroundColor: var(--pf-v5-c-notification-drawer__list-item--m-read--BackgroundColor);
|
162
|
-
--pf-v5-c-notification-drawer__list-item--
|
163
|
-
--pf-v5-c-notification-drawer__list-item--before--Bottom: var(--pf-v5-c-notification-drawer__list-item--m-read--before--Bottom);
|
164
|
-
--pf-v5-c-notification-drawer__list-item--before--BackgroundColor: var(--pf-v5-c-notification-drawer__list-item--m-read--before--BackgroundColor);
|
165
|
-
--pf-v5-c-notification-drawer__list-item-header-title--FontWeight: var(--pf-v5-c-notification-drawer__list-item--m-read__list-item-header-title--FontWeight);
|
166
|
+
--pf-v5-c-notification-drawer__list-item--BorderColor: var(--pf-v5-c-notification-drawer__list-item--m-read--BorderColor);
|
166
167
|
position: relative;
|
167
168
|
}
|
168
169
|
.pf-v5-c-notification-drawer__list-item.pf-m-hoverable {
|
169
170
|
cursor: pointer;
|
170
171
|
}
|
171
|
-
.pf-v5-c-notification-drawer__list-item.pf-m-hoverable:hover {
|
172
|
-
|
173
|
-
box-shadow: var(--pf-v5-c-notification-drawer__list-item--m-hoverable--hover--BoxShadow);
|
172
|
+
.pf-v5-c-notification-drawer__list-item.pf-m-hoverable:hover, .pf-v5-c-notification-drawer__list-item.pf-m-hoverable:focus {
|
173
|
+
background-color: var(--pf-v5-c-notification-drawer__list-item--m-hoverable--hover--BackgroundColor);
|
174
174
|
}
|
175
175
|
|
176
176
|
.pf-v5-c-notification-drawer__list-item-header {
|
@@ -187,7 +187,10 @@
|
|
187
187
|
}
|
188
188
|
|
189
189
|
.pf-v5-c-notification-drawer__list-item-header-title {
|
190
|
+
font-family: var(--pf-v5-c-notification-drawer__list-item-header-title--FontFamily);
|
191
|
+
font-size: var(--pf-v5-c-notification-drawer__list-item-header-title--FontSize);
|
190
192
|
font-weight: var(--pf-v5-c-notification-drawer__list-item-header-title--FontWeight);
|
193
|
+
line-height: var(--pf-v5-c-notification-drawer__list-item-header-title--LineHeight);
|
191
194
|
word-break: break-word;
|
192
195
|
}
|
193
196
|
.pf-v5-c-notification-drawer__list-item-header-title.pf-m-truncate {
|
@@ -221,15 +224,12 @@
|
|
221
224
|
flex-direction: column;
|
222
225
|
}
|
223
226
|
|
227
|
+
.pf-v5-c-notification-drawer__group {
|
228
|
+
border-block-end: var(--pf-v5-c-notification-drawer__group--BorderBottomWidth) solid var(--pf-v5-c-notification-drawer__group--m-expanded--group--BorderBottomColor);
|
229
|
+
}
|
224
230
|
.pf-v5-c-notification-drawer__group.pf-m-expanded {
|
225
231
|
min-height: var(--pf-v5-c-notification-drawer__group--m-expanded--MinHeight);
|
226
|
-
|
227
|
-
.pf-v5-c-notification-drawer__group.pf-m-expanded + .pf-v5-c-notification-drawer__group {
|
228
|
-
border-block-start: var(--pf-v5-c-notification-drawer__group--m-expanded--group--BorderTopWidth) solid var(--pf-v5-c-notification-drawer__group--m-expanded--group--BorderTopColor);
|
229
|
-
}
|
230
|
-
.pf-v5-c-notification-drawer__group .pf-v5-c-notification-drawer__list-item:last-child {
|
231
|
-
--pf-v5-c-notification-drawer__list-item--BorderBottomWidth: 0;
|
232
|
-
--pf-v5-c-notification-drawer__list-item--before--Bottom: 0;
|
232
|
+
padding-block-end: var(--pf-v5-c-notification-drawer__group--m-expanded--PaddingBlockEnd);
|
233
233
|
}
|
234
234
|
|
235
235
|
.pf-v5-c-notification-drawer__group-toggle {
|
@@ -241,8 +241,7 @@
|
|
241
241
|
padding-inline-start: var(--pf-v5-c-notification-drawer__group-toggle--PaddingLeft);
|
242
242
|
padding-inline-end: var(--pf-v5-c-notification-drawer__group-toggle--PaddingRight);
|
243
243
|
background-color: var(--pf-v5-c-notification-drawer__group-toggle--BackgroundColor);
|
244
|
-
border:
|
245
|
-
border-block-end-width: var(--pf-v5-c-notification-drawer__group-toggle--BorderBottomWidth);
|
244
|
+
border: none;
|
246
245
|
outline-offset: var(--pf-v5-c-notification-drawer__group-toggle--OutlineOffset);
|
247
246
|
}
|
248
247
|
|
@@ -253,6 +252,7 @@
|
|
253
252
|
overflow: hidden;
|
254
253
|
flex: 1;
|
255
254
|
margin-inline-end: var(--pf-v5-c-notification-drawer__group-toggle-title--MarginRight);
|
255
|
+
font-size: var(--pf-v5-c-notification-drawer__group-toggle-title--FontSize);
|
256
256
|
text-align: start;
|
257
257
|
word-break: break-word;
|
258
258
|
}
|
@@ -273,15 +273,4 @@
|
|
273
273
|
|
274
274
|
.pf-v5-c-notification-drawer__group.pf-m-expanded .pf-v5-c-notification-drawer__group-toggle-icon {
|
275
275
|
transform: rotate(var(--pf-v5-c-notification-drawer__group--m-expanded__group-toggle-icon--Rotate));
|
276
|
-
}
|
277
|
-
|
278
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-notification-drawer {
|
279
|
-
--pf-v5-c-notification-drawer--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
280
|
-
--pf-v5-c-notification-drawer__header--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
281
|
-
--pf-v5-c-notification-drawer__list-item--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
282
|
-
--pf-v5-c-notification-drawer__list-item--BoxShadow: none;
|
283
|
-
--pf-v5-c-notification-drawer__list-item--BorderBottomColor: var(--pf-v5-global--BorderColor--100);
|
284
|
-
--pf-v5-c-notification-drawer__list-item--m-read--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
|
285
|
-
--pf-v5-c-notification-drawer__list-item--list-item--m-read--BoxShadow: none;
|
286
|
-
--pf-v5-c-notification-drawer__group-toggle--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
287
276
|
}
|
@@ -2,12 +2,12 @@ import './notification-drawer.css';
|
|
2
2
|
declare const _default: {
|
3
3
|
"dirRtl": "pf-v5-m-dir-rtl",
|
4
4
|
"modifiers": {
|
5
|
-
"read": "pf-m-read",
|
6
5
|
"info": "pf-m-info",
|
7
6
|
"warning": "pf-m-warning",
|
8
7
|
"danger": "pf-m-danger",
|
9
8
|
"success": "pf-m-success",
|
10
9
|
"custom": "pf-m-custom",
|
10
|
+
"read": "pf-m-read",
|
11
11
|
"hoverable": "pf-m-hoverable",
|
12
12
|
"truncate": "pf-m-truncate",
|
13
13
|
"expanded": "pf-m-expanded"
|
@@ -24,13 +24,13 @@ declare const _default: {
|
|
24
24
|
"notificationDrawerHeaderAction": "pf-v5-c-notification-drawer__header-action",
|
25
25
|
"notificationDrawerHeaderStatus": "pf-v5-c-notification-drawer__header-status",
|
26
26
|
"notificationDrawerHeaderTitle": "pf-v5-c-notification-drawer__header-title",
|
27
|
+
"notificationDrawerList": "pf-v5-c-notification-drawer__list",
|
27
28
|
"notificationDrawerListItem": "pf-v5-c-notification-drawer__list-item",
|
28
29
|
"notificationDrawerListItemAction": "pf-v5-c-notification-drawer__list-item-action",
|
29
30
|
"notificationDrawerListItemDescription": "pf-v5-c-notification-drawer__list-item-description",
|
30
31
|
"notificationDrawerListItemHeader": "pf-v5-c-notification-drawer__list-item-header",
|
31
32
|
"notificationDrawerListItemHeaderIcon": "pf-v5-c-notification-drawer__list-item-header-icon",
|
32
33
|
"notificationDrawerListItemHeaderTitle": "pf-v5-c-notification-drawer__list-item-header-title",
|
33
|
-
"notificationDrawerListItemTimestamp": "pf-v5-c-notification-drawer__list-item-timestamp"
|
34
|
-
"themeDark": "pf-v5-theme-dark"
|
34
|
+
"notificationDrawerListItemTimestamp": "pf-v5-c-notification-drawer__list-item-timestamp"
|
35
35
|
};
|
36
36
|
export default _default;
|
@@ -4,12 +4,12 @@ require('./notification-drawer.css');
|
|
4
4
|
exports.default = {
|
5
5
|
"dirRtl": "pf-v5-m-dir-rtl",
|
6
6
|
"modifiers": {
|
7
|
-
"read": "pf-m-read",
|
8
7
|
"info": "pf-m-info",
|
9
8
|
"warning": "pf-m-warning",
|
10
9
|
"danger": "pf-m-danger",
|
11
10
|
"success": "pf-m-success",
|
12
11
|
"custom": "pf-m-custom",
|
12
|
+
"read": "pf-m-read",
|
13
13
|
"hoverable": "pf-m-hoverable",
|
14
14
|
"truncate": "pf-m-truncate",
|
15
15
|
"expanded": "pf-m-expanded"
|
@@ -26,12 +26,12 @@ exports.default = {
|
|
26
26
|
"notificationDrawerHeaderAction": "pf-v5-c-notification-drawer__header-action",
|
27
27
|
"notificationDrawerHeaderStatus": "pf-v5-c-notification-drawer__header-status",
|
28
28
|
"notificationDrawerHeaderTitle": "pf-v5-c-notification-drawer__header-title",
|
29
|
+
"notificationDrawerList": "pf-v5-c-notification-drawer__list",
|
29
30
|
"notificationDrawerListItem": "pf-v5-c-notification-drawer__list-item",
|
30
31
|
"notificationDrawerListItemAction": "pf-v5-c-notification-drawer__list-item-action",
|
31
32
|
"notificationDrawerListItemDescription": "pf-v5-c-notification-drawer__list-item-description",
|
32
33
|
"notificationDrawerListItemHeader": "pf-v5-c-notification-drawer__list-item-header",
|
33
34
|
"notificationDrawerListItemHeaderIcon": "pf-v5-c-notification-drawer__list-item-header-icon",
|
34
35
|
"notificationDrawerListItemHeaderTitle": "pf-v5-c-notification-drawer__list-item-header-title",
|
35
|
-
"notificationDrawerListItemTimestamp": "pf-v5-c-notification-drawer__list-item-timestamp"
|
36
|
-
"themeDark": "pf-v5-theme-dark"
|
36
|
+
"notificationDrawerListItemTimestamp": "pf-v5-c-notification-drawer__list-item-timestamp"
|
37
37
|
};
|
@@ -2,12 +2,12 @@ import './notification-drawer.css';
|
|
2
2
|
export default {
|
3
3
|
"dirRtl": "pf-v5-m-dir-rtl",
|
4
4
|
"modifiers": {
|
5
|
-
"read": "pf-m-read",
|
6
5
|
"info": "pf-m-info",
|
7
6
|
"warning": "pf-m-warning",
|
8
7
|
"danger": "pf-m-danger",
|
9
8
|
"success": "pf-m-success",
|
10
9
|
"custom": "pf-m-custom",
|
10
|
+
"read": "pf-m-read",
|
11
11
|
"hoverable": "pf-m-hoverable",
|
12
12
|
"truncate": "pf-m-truncate",
|
13
13
|
"expanded": "pf-m-expanded"
|
@@ -24,12 +24,12 @@ export default {
|
|
24
24
|
"notificationDrawerHeaderAction": "pf-v5-c-notification-drawer__header-action",
|
25
25
|
"notificationDrawerHeaderStatus": "pf-v5-c-notification-drawer__header-status",
|
26
26
|
"notificationDrawerHeaderTitle": "pf-v5-c-notification-drawer__header-title",
|
27
|
+
"notificationDrawerList": "pf-v5-c-notification-drawer__list",
|
27
28
|
"notificationDrawerListItem": "pf-v5-c-notification-drawer__list-item",
|
28
29
|
"notificationDrawerListItemAction": "pf-v5-c-notification-drawer__list-item-action",
|
29
30
|
"notificationDrawerListItemDescription": "pf-v5-c-notification-drawer__list-item-description",
|
30
31
|
"notificationDrawerListItemHeader": "pf-v5-c-notification-drawer__list-item-header",
|
31
32
|
"notificationDrawerListItemHeaderIcon": "pf-v5-c-notification-drawer__list-item-header-icon",
|
32
33
|
"notificationDrawerListItemHeaderTitle": "pf-v5-c-notification-drawer__list-item-header-title",
|
33
|
-
"notificationDrawerListItemTimestamp": "pf-v5-c-notification-drawer__list-item-timestamp"
|
34
|
-
"themeDark": "pf-v5-theme-dark"
|
34
|
+
"notificationDrawerListItemTimestamp": "pf-v5-c-notification-drawer__list-item-timestamp"
|
35
35
|
};
|
@@ -6,12 +6,12 @@
|
|
6
6
|
appearance: none;
|
7
7
|
}
|
8
8
|
|
9
|
+
:root,
|
9
10
|
.pf-v5-c-number-input {
|
10
|
-
--pf-v5-c-number-input__unit--c-input-group--MarginLeft: var(--pf-
|
11
|
-
--pf-v5-c-number-input__icon--FontSize: var(--pf-
|
12
|
-
--pf-v5-c-number-input--c-form-control--width-base: calc(var(--pf-
|
13
|
-
--pf-v5-c-number-input--c-form-control--width-icon:
|
14
|
-
--pf-v5-c-number-input--m-status--c-form-control--width-icon: var(--pf-v5-global--spacer--xl);
|
11
|
+
--pf-v5-c-number-input__unit--c-input-group--MarginLeft: var(--pf-t--global--spacer--sm);
|
12
|
+
--pf-v5-c-number-input__icon--FontSize: var(--pf-t--global--font--size--xs);
|
13
|
+
--pf-v5-c-number-input--c-form-control--width-base: calc(var(--pf-t--global--spacer--md) * 2 + var(--pf-t--global--border--width--box--default) * 2);
|
14
|
+
--pf-v5-c-number-input--c-form-control--width-icon: var(--pf-t--global--spacer--xl);
|
15
15
|
--pf-v5-c-number-input--c-form-control--width-chars: 4;
|
16
16
|
--pf-v5-c-number-input--c-form-control--Width:
|
17
17
|
calc(
|
@@ -19,12 +19,12 @@
|
|
19
19
|
var(--pf-v5-c-number-input--c-form-control--width-base) + var(--pf-v5-c-number-input--c-form-control--width-chars) * 1ch
|
20
20
|
) + var(--pf-v5-c-number-input--c-form-control--width-icon)
|
21
21
|
);
|
22
|
+
}
|
23
|
+
|
24
|
+
.pf-v5-c-number-input {
|
22
25
|
display: inline-flex;
|
23
26
|
align-items: center;
|
24
27
|
}
|
25
|
-
.pf-v5-c-number-input.pf-m-status {
|
26
|
-
--pf-v5-c-number-input--c-form-control--width-icon: var(--pf-v5-c-number-input--m-status--c-form-control--width-icon);
|
27
|
-
}
|
28
28
|
.pf-v5-c-number-input .pf-v5-c-form-control {
|
29
29
|
width: var(--pf-v5-c-number-input--c-form-control--Width);
|
30
30
|
}
|
@@ -2,9 +2,6 @@ import './number-input.css';
|
|
2
2
|
declare const _default: {
|
3
3
|
"formControl": "pf-v5-c-form-control",
|
4
4
|
"inputGroup": "pf-v5-c-input-group",
|
5
|
-
"modifiers": {
|
6
|
-
"status": "pf-m-status"
|
7
|
-
},
|
8
5
|
"numberInput": "pf-v5-c-number-input",
|
9
6
|
"numberInputIcon": "pf-v5-c-number-input__icon",
|
10
7
|
"numberInputUnit": "pf-v5-c-number-input__unit"
|
@@ -4,9 +4,6 @@ require('./number-input.css');
|
|
4
4
|
exports.default = {
|
5
5
|
"formControl": "pf-v5-c-form-control",
|
6
6
|
"inputGroup": "pf-v5-c-input-group",
|
7
|
-
"modifiers": {
|
8
|
-
"status": "pf-m-status"
|
9
|
-
},
|
10
7
|
"numberInput": "pf-v5-c-number-input",
|
11
8
|
"numberInputIcon": "pf-v5-c-number-input__icon",
|
12
9
|
"numberInputUnit": "pf-v5-c-number-input__unit"
|
@@ -2,9 +2,6 @@ import './number-input.css';
|
|
2
2
|
export default {
|
3
3
|
"formControl": "pf-v5-c-form-control",
|
4
4
|
"inputGroup": "pf-v5-c-input-group",
|
5
|
-
"modifiers": {
|
6
|
-
"status": "pf-m-status"
|
7
|
-
},
|
8
5
|
"numberInput": "pf-v5-c-number-input",
|
9
6
|
"numberInputIcon": "pf-v5-c-number-input__icon",
|
10
7
|
"numberInputUnit": "pf-v5-c-number-input__unit"
|
@@ -1,66 +1,36 @@
|
|
1
|
+
:root {
|
2
|
+
--pf-v5-c-overflow-menu--ColumnGap: var(--pf-t--global--spacer--md);
|
3
|
+
--pf-v5-c-overflow-menu__group--ColumnGap: var(--pf-t--global--spacer--md);
|
4
|
+
--pf-v5-c-overflow-menu__group--m-button-group--ColumnGap: var(--pf-t--global--spacer--sm);
|
5
|
+
--pf-v5-c-overflow-menu__group--m-icon-button-group--ColumnGap: var(--pf-t--global--spacer--xs);
|
6
|
+
}
|
7
|
+
|
1
8
|
.pf-v5-c-overflow-menu {
|
2
|
-
--pf-v5-c-overflow-menu--spacer--base: var(--pf-v5-global--spacer--md);
|
3
|
-
--pf-v5-c-overflow-menu--spacer: var(--pf-v5-global--spacer--sm);
|
4
|
-
--pf-v5-c-overflow-menu__group--spacer: var(--pf-v5-c-overflow-menu--spacer--base);
|
5
|
-
--pf-v5-c-overflow-menu__item--spacer: var(--pf-v5-c-overflow-menu--spacer--base);
|
6
|
-
--pf-v5-c-overflow-menu--c-divider--m-vertical--spacer: var(--pf-v5-c-overflow-menu--spacer--base);
|
7
|
-
--pf-v5-c-overflow-menu__group--m-button-group--spacer: var(--pf-v5-c-overflow-menu--spacer--base);
|
8
|
-
--pf-v5-c-overflow-menu__group--m-button-group--space-items: var(--pf-v5-global--spacer--sm);
|
9
|
-
--pf-v5-c-overflow-menu__group--m-icon-button-group--spacer: var(--pf-v5-c-overflow-menu--spacer--base);
|
10
|
-
--pf-v5-c-overflow-menu__group--m-icon-button-group--space-items: 0;
|
11
9
|
display: inline-flex;
|
12
|
-
|
10
|
+
column-gap: var(--pf-v5-c-overflow-menu--ColumnGap);
|
13
11
|
}
|
14
12
|
|
15
|
-
.pf-v5-c-overflow-menu__content
|
13
|
+
.pf-v5-c-overflow-menu__content,
|
14
|
+
.pf-v5-c-overflow-menu__group {
|
16
15
|
display: flex;
|
17
|
-
align-items:
|
16
|
+
align-items: start;
|
18
17
|
}
|
19
18
|
|
20
19
|
.pf-v5-c-overflow-menu__group {
|
21
|
-
|
22
|
-
display: flex;
|
23
|
-
align-items: center;
|
20
|
+
column-gap: var(--pf-v5-c-overflow-menu__group--ColumnGap);
|
24
21
|
}
|
25
22
|
.pf-v5-c-overflow-menu__group.pf-m-button-group {
|
26
|
-
|
27
|
-
}
|
28
|
-
.pf-v5-c-overflow-menu__group.pf-m-button-group > * {
|
29
|
-
--pf-v5-c-overflow-menu--spacer: var(--pf-v5-c-overflow-menu__group--m-button-group--space-items);
|
23
|
+
column-gap: var(--pf-v5-c-overflow-menu__group--m-button-group--ColumnGap);
|
30
24
|
}
|
31
25
|
.pf-v5-c-overflow-menu__group.pf-m-icon-button-group {
|
32
|
-
|
33
|
-
}
|
34
|
-
.pf-v5-c-overflow-menu__group.pf-m-icon-button-group > * {
|
35
|
-
--pf-v5-c-overflow-menu--spacer: var(--pf-v5-c-overflow-menu__group--m-icon-button-group--space-items);
|
26
|
+
column-gap: var(--pf-v5-c-overflow-menu__group--m-icon-button-group--ColumnGap);
|
36
27
|
}
|
37
28
|
|
38
29
|
.pf-v5-c-overflow-menu__item {
|
39
|
-
--pf-v5-c-overflow-
|
30
|
+
column-gap: var(--pf-v5-c-overflow-menu__item--ColumnGap, var(--pf-v5-c-overflow-menu--ColumnGap));
|
40
31
|
}
|
41
32
|
|
42
33
|
.pf-v5-c-overflow-menu__content,
|
43
|
-
.pf-v5-c-overflow-menu__control
|
44
|
-
|
45
|
-
.pf-v5-c-overflow-menu__item {
|
46
|
-
margin-inline-end: var(--pf-v5-c-overflow-menu--spacer);
|
47
|
-
}
|
48
|
-
.pf-v5-c-overflow-menu__content:last-child,
|
49
|
-
.pf-v5-c-overflow-menu__control:last-child,
|
50
|
-
.pf-v5-c-overflow-menu__group:last-child,
|
51
|
-
.pf-v5-c-overflow-menu__item:last-child {
|
52
|
-
--pf-v5-c-overflow-menu--spacer: 0;
|
53
|
-
}
|
54
|
-
|
55
|
-
.pf-v5-c-overflow-menu > .pf-v5-c-divider,
|
56
|
-
.pf-v5-c-overflow-menu__group > .pf-v5-c-divider {
|
57
|
-
--pf-v5-c-overflow-menu--spacer: var(--pf-v5-c-overflow-menu--c-divider--m-vertical--spacer);
|
58
|
-
}
|
59
|
-
.pf-v5-c-overflow-menu > .pf-v5-c-divider.pf-m-vertical,
|
60
|
-
.pf-v5-c-overflow-menu__group > .pf-v5-c-divider.pf-m-vertical {
|
61
|
-
margin-inline-end: var(--pf-v5-c-overflow-menu--spacer);
|
62
|
-
}
|
63
|
-
.pf-v5-c-overflow-menu > .pf-v5-c-divider.pf-m-vertical:last-child,
|
64
|
-
.pf-v5-c-overflow-menu__group > .pf-v5-c-divider.pf-m-vertical:last-child {
|
65
|
-
--pf-v5-c-overflow-menu--spacer: 0;
|
34
|
+
.pf-v5-c-overflow-menu__control {
|
35
|
+
column-gap: var(--pf-v5-c-overflow-menu--ColumnGap);
|
66
36
|
}
|
@@ -1,10 +1,8 @@
|
|
1
1
|
import './overflow-menu.css';
|
2
2
|
declare const _default: {
|
3
|
-
"divider": "pf-v5-c-divider",
|
4
3
|
"modifiers": {
|
5
4
|
"buttonGroup": "pf-m-button-group",
|
6
|
-
"iconButtonGroup": "pf-m-icon-button-group"
|
7
|
-
"vertical": "pf-m-vertical"
|
5
|
+
"iconButtonGroup": "pf-m-icon-button-group"
|
8
6
|
},
|
9
7
|
"overflowMenu": "pf-v5-c-overflow-menu",
|
10
8
|
"overflowMenuContent": "pf-v5-c-overflow-menu__content",
|
@@ -2,11 +2,9 @@
|
|
2
2
|
exports.__esModule = true;
|
3
3
|
require('./overflow-menu.css');
|
4
4
|
exports.default = {
|
5
|
-
"divider": "pf-v5-c-divider",
|
6
5
|
"modifiers": {
|
7
6
|
"buttonGroup": "pf-m-button-group",
|
8
|
-
"iconButtonGroup": "pf-m-icon-button-group"
|
9
|
-
"vertical": "pf-m-vertical"
|
7
|
+
"iconButtonGroup": "pf-m-icon-button-group"
|
10
8
|
},
|
11
9
|
"overflowMenu": "pf-v5-c-overflow-menu",
|
12
10
|
"overflowMenuContent": "pf-v5-c-overflow-menu__content",
|
@@ -1,10 +1,8 @@
|
|
1
1
|
import './overflow-menu.css';
|
2
2
|
export default {
|
3
|
-
"divider": "pf-v5-c-divider",
|
4
3
|
"modifiers": {
|
5
4
|
"buttonGroup": "pf-m-button-group",
|
6
|
-
"iconButtonGroup": "pf-m-icon-button-group"
|
7
|
-
"vertical": "pf-m-vertical"
|
5
|
+
"iconButtonGroup": "pf-m-icon-button-group"
|
8
6
|
},
|
9
7
|
"overflowMenu": "pf-v5-c-overflow-menu",
|
10
8
|
"overflowMenuContent": "pf-v5-c-overflow-menu__content",
|