@patternfly/patternfly 6.0.0-alpha.7 → 6.0.0-alpha.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -3
- package/assets/icons/iconUnicodes.json +1 -0
- package/assets/pficon/pf-v5-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +6 -129
- package/base/_common.scss +21 -0
- package/base/_globals.scss +1 -1
- package/base/_variables.scss +7 -0
- package/base/patternfly-common.css +16 -2
- package/base/patternfly-globals.css +1 -1
- package/base/patternfly-icons.css +5 -1
- package/base/patternfly-pf-icons.css +5 -1
- package/base/patternfly-variables.css +16 -0
- package/base/tokens/_tokens-font.scss +16 -14
- package/components/AboutModalBox/about-modal-box.css +23 -12
- package/components/AboutModalBox/about-modal-box.scss +25 -12
- package/components/Accordion/accordion.css +33 -20
- package/components/Accordion/accordion.scss +32 -20
- package/components/ActionList/action-list.css +2 -2
- package/components/ActionList/action-list.scss +2 -2
- package/components/Alert/alert-group.css +7 -4
- package/components/Alert/alert-group.scss +7 -4
- package/components/Alert/alert.css +19 -13
- package/components/Alert/alert.scss +18 -13
- package/components/AppLauncher/app-launcher.css +32 -23
- package/components/AppLauncher/app-launcher.scss +32 -23
- package/components/BackToTop/back-to-top.css +2 -2
- package/components/BackToTop/back-to-top.scss +2 -2
- package/components/Backdrop/backdrop.css +2 -2
- package/components/Backdrop/backdrop.scss +2 -2
- package/components/BackgroundImage/background-image.css +6 -3
- package/components/BackgroundImage/background-image.scss +8 -3
- package/components/Badge/badge.css +2 -2
- package/components/Badge/badge.scss +2 -2
- package/components/Banner/banner.css +5 -5
- package/components/Banner/banner.scss +5 -2
- package/components/Breadcrumb/breadcrumb.css +9 -3
- package/components/Breadcrumb/breadcrumb.scss +8 -3
- package/components/Button/button.css +33 -21
- package/components/Button/button.scss +35 -23
- package/components/Button/themes/dark/button.scss +1 -1
- package/components/CalendarMonth/calendar-month.css +25 -15
- package/components/CalendarMonth/calendar-month.scss +23 -15
- package/components/Card/card.css +25 -17
- package/components/Card/card.scss +24 -17
- package/components/Check/check.css +2 -2
- package/components/Check/check.scss +2 -2
- package/components/Chip/chip-group.css +6 -6
- package/components/Chip/chip-group.scss +6 -6
- package/components/Chip/chip.css +16 -9
- package/components/Chip/chip.scss +17 -9
- package/components/ClipboardCopy/clipboard-copy.css +19 -10
- package/components/ClipboardCopy/clipboard-copy.scss +16 -8
- package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +2 -2
- package/components/CodeBlock/code-block.css +6 -3
- package/components/CodeBlock/code-block.scss +6 -3
- package/components/CodeEditor/code-editor.css +31 -22
- package/components/CodeEditor/code-editor.scss +30 -21
- package/components/CodeEditor/themes/dark/code-editor.scss +1 -1
- package/components/Content/content.css +33 -30
- package/components/Content/content.scss +33 -30
- package/components/ContextSelector/context-selector.css +41 -26
- package/components/ContextSelector/context-selector.scss +40 -25
- package/components/ContextSelector/themes/dark/context-selector.scss +1 -1
- package/components/DataList/data-list-grid.css +21 -21
- package/components/DataList/data-list-grid.scss +3 -3
- package/components/DataList/data-list.css +69 -56
- package/components/DataList/data-list.scss +47 -35
- package/components/DatePicker/date-picker.css +8 -8
- package/components/DatePicker/date-picker.scss +8 -8
- package/components/DescriptionList/description-list.css +8 -5
- package/components/DescriptionList/description-list.scss +8 -5
- package/components/DragDrop/drag-drop.css +8 -8
- package/components/DragDrop/drag-drop.scss +8 -8
- package/components/Drawer/drawer.css +120 -61
- package/components/Drawer/drawer.scss +92 -43
- package/components/Dropdown/dropdown.css +75 -66
- package/components/Dropdown/dropdown.scss +65 -56
- package/components/DualListSelector/dual-list-selector.css +29 -15
- package/components/DualListSelector/dual-list-selector.scss +30 -15
- package/components/EmptyState/empty-state.css +7 -4
- package/components/EmptyState/empty-state.scss +7 -4
- package/components/ExpandableSection/expandable-section.css +17 -10
- package/components/ExpandableSection/expandable-section.scss +15 -10
- package/components/FileUpload/file-upload.css +9 -15
- package/components/FileUpload/file-upload.scss +9 -15
- package/components/Form/form.css +53 -50
- package/components/Form/form.scss +46 -44
- package/components/FormControl/form-control.css +18 -9
- package/components/FormControl/form-control.scss +18 -9
- package/components/HelperText/helper-text.css +1 -1
- package/components/HelperText/helper-text.scss +1 -1
- package/components/Hint/hint.css +9 -6
- package/components/Hint/hint.scss +9 -6
- package/components/Icon/icon.css +1 -1
- package/components/Icon/icon.scss +1 -1
- package/components/InlineEdit/inline-edit.css +4 -4
- package/components/InlineEdit/inline-edit.scss +4 -4
- package/components/InputGroup/input-group.css +12 -6
- package/components/InputGroup/input-group.scss +11 -5
- package/components/InputGroup/themes/dark/input-group.scss +1 -1
- package/components/JumpLinks/jump-links.css +27 -24
- package/components/JumpLinks/jump-links.scss +26 -24
- package/components/Label/label-group.css +13 -10
- package/components/Label/label-group.scss +13 -10
- package/components/Label/label.css +9 -9
- package/components/Label/label.scss +9 -9
- package/components/List/list.css +9 -9
- package/components/List/list.scss +9 -9
- package/components/LogViewer/log-viewer.css +14 -14
- package/components/LogViewer/log-viewer.scss +14 -14
- package/components/Login/login.css +36 -27
- package/components/Login/login.scss +36 -27
- package/components/Masthead/masthead.css +19 -22
- package/components/Masthead/masthead.scss +19 -22
- package/components/Menu/menu.css +79 -65
- package/components/Menu/menu.scss +80 -68
- package/components/MenuToggle/menu-toggle.css +33 -27
- package/components/MenuToggle/menu-toggle.scss +33 -27
- package/components/ModalBox/modal-box.css +19 -19
- package/components/ModalBox/modal-box.scss +20 -20
- package/components/MultipleFileUpload/multiple-file-upload.css +11 -8
- package/components/MultipleFileUpload/multiple-file-upload.scss +11 -8
- package/components/Nav/nav.css +120 -93
- package/components/Nav/nav.scss +120 -93
- package/components/Nav/themes/dark/nav.scss +2 -2
- package/components/NotificationBadge/notification-badge.css +66 -85
- package/components/NotificationBadge/notification-badge.scss +72 -103
- package/components/NotificationDrawer/notification-drawer.css +32 -19
- package/components/NotificationDrawer/notification-drawer.scss +30 -19
- package/components/NumberInput/number-input.css +2 -2
- package/components/NumberInput/number-input.scss +2 -2
- package/components/OptionsMenu/options-menu.css +43 -31
- package/components/OptionsMenu/options-menu.scss +43 -31
- package/components/OverflowMenu/overflow-menu.css +2 -2
- package/components/OverflowMenu/overflow-menu.scss +2 -2
- package/components/Page/page.css +135 -77
- package/components/Page/page.scss +81 -52
- package/components/Page/themes/dark/page.scss +1 -1
- package/components/Pagination/pagination.css +27 -17
- package/components/Pagination/pagination.scss +25 -17
- package/components/Panel/panel.css +13 -7
- package/components/Panel/panel.scss +13 -7
- package/components/Popover/popover.css +72 -40
- package/components/Popover/popover.scss +95 -75
- package/components/Progress/progress.css +9 -7
- package/components/Progress/progress.scss +12 -7
- package/components/ProgressStepper/progress-stepper.css +26 -20
- package/components/ProgressStepper/progress-stepper.scss +25 -19
- package/components/Radio/radio.css +3 -3
- package/components/Radio/radio.scss +3 -3
- package/components/Select/select.css +56 -47
- package/components/Select/select.scss +56 -47
- package/components/Sidebar/sidebar.css +11 -5
- package/components/Sidebar/sidebar.scss +11 -5
- package/components/SimpleList/simple-list.css +10 -4
- package/components/SimpleList/simple-list.scss +10 -4
- package/components/Skeleton/skeleton.css +6 -5
- package/components/Skeleton/skeleton.scss +4 -5
- package/components/SkipToContent/skip-to-content.css +3 -3
- package/components/SkipToContent/skip-to-content.scss +3 -3
- package/components/Slider/slider.css +47 -26
- package/components/Slider/slider.scss +56 -28
- package/components/Switch/switch.css +9 -5
- package/components/Switch/switch.scss +10 -6
- package/components/TabContent/tab-content.css +4 -1
- package/components/TabContent/tab-content.scss +4 -1
- package/components/Table/table-grid.css +256 -195
- package/components/Table/table-grid.scss +53 -39
- package/components/Table/table-scrollable.css +4 -4
- package/components/Table/table-scrollable.scss +6 -4
- package/components/Table/table-tree-view.css +112 -105
- package/components/Table/table-tree-view.scss +38 -33
- package/components/Table/table.css +92 -70
- package/components/Table/table.scss +90 -70
- package/components/Tabs/tabs.css +76 -48
- package/components/Tabs/tabs.scss +74 -48
- package/components/TextInputGroup/text-input-group.css +15 -15
- package/components/TextInputGroup/text-input-group.scss +15 -15
- package/components/Tile/tile.css +10 -10
- package/components/Tile/tile.scss +10 -10
- package/components/ToggleGroup/toggle-group.css +14 -11
- package/components/ToggleGroup/toggle-group.scss +14 -11
- package/components/Toolbar/toolbar.css +44 -41
- package/components/Toolbar/toolbar.scss +26 -21
- package/components/Tooltip/tooltip.css +60 -28
- package/components/Tooltip/tooltip.scss +76 -56
- package/components/TreeView/tree-view.css +48 -27
- package/components/TreeView/tree-view.scss +50 -28
- package/components/Truncate/truncate.css +9 -0
- package/components/Truncate/truncate.scss +16 -3
- package/components/Wizard/wizard.css +57 -36
- package/components/Wizard/wizard.scss +57 -36
- package/docs/components/Button/examples/Button.css +2 -2
- package/docs/components/Button/examples/Button.md +15 -3
- package/docs/components/Card/examples/Card.md +15 -15
- package/docs/components/Check/examples/Check.md +71 -59
- package/docs/components/Chip/examples/Chip.md +1 -1
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +106 -0
- package/docs/components/CodeEditor/examples/CodeEditor.md +3 -3
- package/docs/components/DragDrop/examples/DragDrop.css +2 -2
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/DualListSelector/examples/DualListSelector.md +64 -16
- package/docs/components/Label/examples/Label.md +1 -1
- package/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/docs/components/LogViewer/examples/LogViewer.md +120 -30
- package/docs/components/Menu/examples/Menu.css +8 -0
- package/docs/components/Menu/examples/Menu.md +90 -73
- package/docs/components/MenuToggle/examples/MenuToggle.md +60 -39
- package/docs/components/ModalBox/examples/ModalBox.css +3 -8
- package/docs/components/Nav/examples/Navigation.css +4 -21
- package/docs/components/Nav/examples/Navigation.md +99 -0
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +5 -7
- package/docs/components/OptionsMenu/deprecated/options-menu.md +12 -3
- package/docs/components/Popover/examples/Popover.css +4 -9
- package/docs/components/Radio/examples/Radio.md +63 -55
- package/docs/components/Select/deprecated/Select.md +184 -177
- package/docs/components/Table/examples/Table.css +2 -2
- package/docs/components/Table/examples/Table.md +2 -2
- package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
- package/docs/components/Tile/examples/Tile.css +1 -1
- package/docs/components/Toolbar/examples/Toolbar.md +525 -431
- package/docs/components/Tooltip/examples/Tooltip.css +4 -0
- package/docs/components/Tooltip/examples/Tooltip.md +3 -1
- package/docs/components/Truncate/examples/Truncate.md +2 -2
- package/docs/demos/Card/examples/Card.css +3 -3
- package/docs/demos/Card/examples/Card.md +26 -10
- package/docs/demos/CardView/examples/CardView.md +24 -20
- package/docs/demos/Dashboard/examples/Dashboard.md +3 -3
- package/docs/demos/DataList/examples/DataList.md +8 -2
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +160 -124
- package/docs/demos/Skeleton/examples/Skeleton.md +7 -35
- package/docs/demos/Table/examples/Table.md +336 -252
- package/docs/demos/Tabs/examples/Tabs.md +28 -21
- package/docs/demos/Toolbar/examples/Toolbar.css +5 -0
- package/docs/demos/Toolbar/examples/Toolbar.md +44 -44
- package/docs/layouts/Flex/examples/Flex.md +5 -5
- package/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
- package/icons/pficons.mjs +1 -0
- package/layouts/Flex/flex.css +115 -43
- package/layouts/Flex/flex.scss +20 -8
- package/package.json +9 -5
- package/patternfly-addons.css +732 -972
- package/patternfly-base-no-globals-theme-dark-unversioned.css +37 -3
- package/patternfly-base-no-globals.css +37 -3
- package/patternfly-base-theme-dark-unversioned.css +38 -4
- package/patternfly-base.css +38 -4
- package/patternfly-no-globals.css +2748 -1960
- package/patternfly-theme-dark-unversioned.css +2749 -1961
- package/patternfly.css +2749 -1961
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +6 -0
- package/sass-utilities/mixins.scss +62 -2
- package/sass-utilities/scss-variables.scss +8 -8
- package/sass-utilities/themes/dark/mixins.scss +3 -1
- package/utilities/Accessibility/accessibility.css +12 -12
- package/utilities/Spacing/spacing.css +720 -960
- package/utilities/Spacing/spacing.scss +4 -8
- package/components/NotificationBadge/themes/dark/notification-badge.scss +0 -10
- package/docs/components/NotificationBadge/examples/NotificationBadge.css +0 -3
|
@@ -30,8 +30,8 @@ The truncate component contains two child elements, `.pf-v5-c-truncate__start` a
|
|
|
30
30
|
<span class="pf-v5-c-truncate">
|
|
31
31
|
<span
|
|
32
32
|
class="pf-v5-c-truncate__start"
|
|
33
|
-
>
|
|
34
|
-
<span class="pf-v5-c-truncate__end">
|
|
33
|
+
>Vestibulum interdum risus et enim faucibus, </span>
|
|
34
|
+
<span class="pf-v5-c-truncate__end">sit amet molestie est accumsan.</span>
|
|
35
35
|
</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#ws-html-demos-c-card-status-card-expanded-with-popover {
|
|
2
|
-
padding-
|
|
2
|
+
padding-block-start: 180px;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
#ws-html-demos-c-card-status-card-expanded-with-popover #carview-demo--popover-parent,
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
|
|
10
10
|
#ws-html-demos-c-card-status-card-expanded-with-popover .pf-v5-c-popover {
|
|
11
11
|
position: absolute;
|
|
12
|
-
margin-
|
|
12
|
+
margin-block-start: -12px;
|
|
13
13
|
z-index: 1000;
|
|
14
14
|
transform: translateY(-50%);
|
|
15
|
-
|
|
15
|
+
inset-inline-start: calc(100% + var(--pf-v5-c-popover__arrow--Width) + var(--pf-v5-global--spacer--sm));
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
#ws-html-demos-c-card-status-card-expanded-with-popover .pf-v5-c-table {
|
|
@@ -248,7 +248,7 @@ wrapperTag: div
|
|
|
248
248
|
<span class="pf-v5-c-label__text">Set up your cluster</span>
|
|
249
249
|
</span>
|
|
250
250
|
</span>
|
|
251
|
-
<p>Continue setting up your cluster to access all you
|
|
251
|
+
<p>Continue setting up your cluster to access all you can in the Console</p>
|
|
252
252
|
<ul class="pf-v5-c-list pf-m-plain" role="list">
|
|
253
253
|
<li>
|
|
254
254
|
<a href="#">Add identity provider</a>
|
|
@@ -266,7 +266,11 @@ wrapperTag: div
|
|
|
266
266
|
<span
|
|
267
267
|
class="pf-v5-c-button__icon pf-m-end"
|
|
268
268
|
>
|
|
269
|
-
<
|
|
269
|
+
<span class="pf-v5-c-icon pf-v5-m-mirror-inline-rtl">
|
|
270
|
+
<span class="pf-v5-c-icon__content">
|
|
271
|
+
<i class="fas fa-arrow-right" aria-hidden="true"></i>
|
|
272
|
+
</span>
|
|
273
|
+
</span>
|
|
270
274
|
</span>
|
|
271
275
|
</a>
|
|
272
276
|
</div>
|
|
@@ -297,7 +301,11 @@ wrapperTag: div
|
|
|
297
301
|
<a class="pf-v5-c-button pf-m-link pf-m-inline" href="#">
|
|
298
302
|
View all guided tours
|
|
299
303
|
<span class="pf-v5-c-button__icon pf-m-end">
|
|
300
|
-
<
|
|
304
|
+
<span class="pf-v5-c-icon pf-v5-m-mirror-inline-rtl">
|
|
305
|
+
<span class="pf-v5-c-icon__content">
|
|
306
|
+
<i class="fas fa-arrow-right" aria-hidden="true"></i>
|
|
307
|
+
</span>
|
|
308
|
+
</span>
|
|
301
309
|
</span>
|
|
302
310
|
</a>
|
|
303
311
|
</div>
|
|
@@ -331,7 +339,11 @@ wrapperTag: div
|
|
|
331
339
|
<a class="pf-v5-c-button pf-m-link pf-m-inline" href="#">
|
|
332
340
|
View all quick starts
|
|
333
341
|
<span class="pf-v5-c-button__icon pf-m-end">
|
|
334
|
-
<
|
|
342
|
+
<span class="pf-v5-c-icon pf-v5-m-mirror-inline-rtl">
|
|
343
|
+
<span class="pf-v5-c-icon__content">
|
|
344
|
+
<i class="fas fa-arrow-right" aria-hidden="true"></i>
|
|
345
|
+
</span>
|
|
346
|
+
</span>
|
|
335
347
|
</span>
|
|
336
348
|
</a>
|
|
337
349
|
</div>
|
|
@@ -370,7 +382,11 @@ wrapperTag: div
|
|
|
370
382
|
<span
|
|
371
383
|
class="pf-v5-c-button__icon pf-m-end"
|
|
372
384
|
>
|
|
373
|
-
<
|
|
385
|
+
<span class="pf-v5-c-icon pf-v5-m-mirror-inline-rtl">
|
|
386
|
+
<span class="pf-v5-c-icon__content">
|
|
387
|
+
<i class="fas fa-arrow-right" aria-hidden="true"></i>
|
|
388
|
+
</span>
|
|
389
|
+
</span>
|
|
374
390
|
</span>
|
|
375
391
|
</a>
|
|
376
392
|
</div>
|
|
@@ -387,8 +403,8 @@ wrapperTag: div
|
|
|
387
403
|
<div class="pf-v5-c-card pf-m-flat" id="card-demo-horizontal-split-example">
|
|
388
404
|
<div class="pf-v5-l-grid pf-m-all-6-col-on-md">
|
|
389
405
|
<div
|
|
390
|
-
class="pf-v5-l-grid__item
|
|
391
|
-
style="min-height: 200px; background:
|
|
406
|
+
class="pf-v5-l-grid__item"
|
|
407
|
+
style="min-height: 200px; background: no-repeat bottom right / auto 75% url(/assets/images/pfbg-icon.svg) black;"
|
|
392
408
|
></div>
|
|
393
409
|
<div class="pf-v5-l-grid__item">
|
|
394
410
|
<div class="pf-v5-c-card__title">
|
|
@@ -2756,7 +2772,7 @@ wrapperTag: div
|
|
|
2756
2772
|
</div>
|
|
2757
2773
|
<div
|
|
2758
2774
|
class="pf-v5-c-card__actions pf-m-no-offset"
|
|
2759
|
-
style="padding-
|
|
2775
|
+
style="padding-block-start: 1px;"
|
|
2760
2776
|
>
|
|
2761
2777
|
<div class="pf-v5-c-select">
|
|
2762
2778
|
<span
|
|
@@ -2941,7 +2957,7 @@ wrapperTag: div
|
|
|
2941
2957
|
<div
|
|
2942
2958
|
class="pf-v5-c-card__title"
|
|
2943
2959
|
id="card-log-view-example-title1"
|
|
2944
|
-
style="padding-
|
|
2960
|
+
style="padding-block-start: 3px;"
|
|
2945
2961
|
>
|
|
2946
2962
|
<h2 class="pf-v5-c-title pf-m-lg">Activity</h2>
|
|
2947
2963
|
</div>
|
|
@@ -3096,7 +3112,7 @@ wrapperTag: div
|
|
|
3096
3112
|
<div
|
|
3097
3113
|
class="pf-v5-c-card__title"
|
|
3098
3114
|
id="card-events-view-example-title1"
|
|
3099
|
-
style="padding-
|
|
3115
|
+
style="padding-block-start: 3px;"
|
|
3100
3116
|
>
|
|
3101
3117
|
<h2 class="pf-v5-c-title pf-m-lg">Events</h2>
|
|
3102
3118
|
</div>
|
|
@@ -382,73 +382,77 @@ section: patterns
|
|
|
382
382
|
>
|
|
383
383
|
<label
|
|
384
384
|
class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
385
|
-
|
|
385
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-active"
|
|
386
|
+
for="card-view-basic-example-toolbar-select-checkbox-status-active-input"
|
|
386
387
|
>
|
|
387
388
|
<input
|
|
388
389
|
class="pf-v5-c-check__input"
|
|
389
390
|
type="checkbox"
|
|
390
|
-
|
|
391
|
-
|
|
391
|
+
aria-describedby="card-view-basic-example-toolbar-select-checkbox-status-active-description"
|
|
392
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-active-input"
|
|
393
|
+
name="card-view-basic-example-toolbar-select-checkbox-status-active-input"
|
|
392
394
|
/>
|
|
393
|
-
|
|
394
395
|
<span class="pf-v5-c-check__label">Active</span>
|
|
395
396
|
<span
|
|
396
397
|
class="pf-v5-c-check__description"
|
|
398
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-active-description"
|
|
397
399
|
>This is a description</span>
|
|
398
400
|
</label>
|
|
399
401
|
<label
|
|
400
402
|
class="pf-v5-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
401
|
-
|
|
403
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-canceled"
|
|
404
|
+
for="card-view-basic-example-toolbar-select-checkbox-status-canceled-input"
|
|
402
405
|
>
|
|
403
406
|
<input
|
|
404
407
|
class="pf-v5-c-check__input"
|
|
405
408
|
type="checkbox"
|
|
406
|
-
|
|
407
|
-
|
|
409
|
+
aria-describedby="card-view-basic-example-toolbar-select-checkbox-status-canceled-description"
|
|
410
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-canceled-input"
|
|
411
|
+
name="card-view-basic-example-toolbar-select-checkbox-status-canceled-input"
|
|
408
412
|
/>
|
|
409
|
-
|
|
410
413
|
<span class="pf-v5-c-check__label">Canceled</span>
|
|
411
414
|
<span
|
|
412
415
|
class="pf-v5-c-check__description"
|
|
416
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-canceled-description"
|
|
413
417
|
>This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
|
|
414
418
|
</label>
|
|
415
419
|
<label
|
|
416
420
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
417
|
-
|
|
421
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-paused"
|
|
422
|
+
for="card-view-basic-example-toolbar-select-checkbox-status-paused-input"
|
|
418
423
|
>
|
|
419
424
|
<input
|
|
420
425
|
class="pf-v5-c-check__input"
|
|
421
426
|
type="checkbox"
|
|
422
|
-
id="card-view-basic-example-toolbar-select-checkbox-status-paused"
|
|
423
|
-
name="card-view-basic-example-toolbar-select-checkbox-status-paused"
|
|
427
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-paused-input"
|
|
428
|
+
name="card-view-basic-example-toolbar-select-checkbox-status-paused-input"
|
|
424
429
|
/>
|
|
425
|
-
|
|
426
430
|
<span class="pf-v5-c-check__label">Paused</span>
|
|
427
431
|
</label>
|
|
428
432
|
<label
|
|
429
433
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
430
|
-
|
|
434
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-warning"
|
|
435
|
+
for="card-view-basic-example-toolbar-select-checkbox-status-warning-input"
|
|
431
436
|
>
|
|
432
437
|
<input
|
|
433
438
|
class="pf-v5-c-check__input"
|
|
434
439
|
type="checkbox"
|
|
435
|
-
id="card-view-basic-example-toolbar-select-checkbox-status-warning"
|
|
436
|
-
name="card-view-basic-example-toolbar-select-checkbox-status-warning"
|
|
440
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-warning-input"
|
|
441
|
+
name="card-view-basic-example-toolbar-select-checkbox-status-warning-input"
|
|
437
442
|
/>
|
|
438
|
-
|
|
439
443
|
<span class="pf-v5-c-check__label">Warning</span>
|
|
440
444
|
</label>
|
|
441
445
|
<label
|
|
442
446
|
class="pf-v5-c-check pf-v5-c-select__menu-item"
|
|
443
|
-
|
|
447
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-restarted"
|
|
448
|
+
for="card-view-basic-example-toolbar-select-checkbox-status-restarted-input"
|
|
444
449
|
>
|
|
445
450
|
<input
|
|
446
451
|
class="pf-v5-c-check__input"
|
|
447
452
|
type="checkbox"
|
|
448
|
-
id="card-view-basic-example-toolbar-select-checkbox-status-restarted"
|
|
449
|
-
name="card-view-basic-example-toolbar-select-checkbox-status-restarted"
|
|
453
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-restarted-input"
|
|
454
|
+
name="card-view-basic-example-toolbar-select-checkbox-status-restarted-input"
|
|
450
455
|
/>
|
|
451
|
-
|
|
452
456
|
<span class="pf-v5-c-check__label">Restarted</span>
|
|
453
457
|
</label>
|
|
454
458
|
</fieldset>
|
|
@@ -330,7 +330,7 @@ cssPrefix: pf-d-dashboard
|
|
|
330
330
|
>
|
|
331
331
|
<div
|
|
332
332
|
class="pf-v5-l-flex__item"
|
|
333
|
-
style="margin-
|
|
333
|
+
style="margin-block-end: -.25em"
|
|
334
334
|
>
|
|
335
335
|
<span class="pf-v5-c-label pf-m-red">
|
|
336
336
|
<span class="pf-v5-c-label__content">
|
|
@@ -500,7 +500,7 @@ cssPrefix: pf-d-dashboard
|
|
|
500
500
|
>
|
|
501
501
|
<div
|
|
502
502
|
class="pf-v5-l-flex__item"
|
|
503
|
-
style="margin-
|
|
503
|
+
style="margin-block-end: -.25em"
|
|
504
504
|
>
|
|
505
505
|
<span class="pf-v5-c-label pf-m-red">
|
|
506
506
|
<span class="pf-v5-c-label__content">
|
|
@@ -1422,7 +1422,7 @@ cssPrefix: pf-d-dashboard
|
|
|
1422
1422
|
<div
|
|
1423
1423
|
class="pf-v5-c-card__title"
|
|
1424
1424
|
id="dashboard-demo-events-card-1-title1"
|
|
1425
|
-
style="padding-
|
|
1425
|
+
style="padding-block-start: 3px;"
|
|
1426
1426
|
>
|
|
1427
1427
|
<h2 class="pf-v5-c-title pf-m-xl">Events</h2>
|
|
1428
1428
|
</div>
|
|
@@ -1940,8 +1940,14 @@ wrapperTag: div
|
|
|
1940
1940
|
type="button"
|
|
1941
1941
|
aria-label="Expand all rows"
|
|
1942
1942
|
>
|
|
1943
|
-
<span class="pf-v5-c-
|
|
1944
|
-
<
|
|
1943
|
+
<span class="pf-v5-c-icon">
|
|
1944
|
+
<span
|
|
1945
|
+
class="pf-v5-c-icon__content pf-v5-m-mirror-inline-rtl"
|
|
1946
|
+
>
|
|
1947
|
+
<span class="pf-v5-c-toolbar__expand-all-icon">
|
|
1948
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1949
|
+
</span>
|
|
1950
|
+
</span>
|
|
1945
1951
|
</span>
|
|
1946
1952
|
</button>
|
|
1947
1953
|
</div>
|