@patternfly/patternfly 6.0.0-alpha.98 → 6.0.0-alpha.99
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/components/Card/card.css +1 -0
- package/components/Card/card.scss +1 -0
- package/components/Check/check.css +10 -3
- package/components/Check/check.scss +17 -4
- package/components/Masthead/masthead.css +17 -9
- package/components/Masthead/masthead.scss +18 -9
- package/components/MenuToggle/menu-toggle.css +4 -4
- package/components/MenuToggle/menu-toggle.scss +4 -4
- package/components/ModalBox/modal-box.css +11 -7
- package/components/ModalBox/modal-box.scss +27 -12
- package/components/Nav/nav.css +64 -110
- package/components/Nav/nav.scss +70 -143
- package/components/Page/page.css +9 -17
- package/components/Page/page.scss +10 -23
- package/components/Radio/radio.css +12 -5
- package/components/Radio/radio.scss +21 -6
- package/components/Table/table-grid.css +30 -35
- package/components/Table/table-grid.scss +44 -32
- package/components/Table/table-scrollable.css +14 -6
- package/components/Table/table-scrollable.scss +6 -1
- package/components/Table/table-tree-view.css +5 -5
- package/components/Table/table-tree-view.scss +14 -8
- package/components/Table/table.css +90 -254
- package/components/Table/table.scss +158 -347
- package/components/Toolbar/toolbar.css +66 -2
- package/components/Toolbar/toolbar.scss +21 -2
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +12 -12
- package/docs/components/Accordion/examples/Accordion.md +19 -19
- package/docs/components/ActionList/examples/ActionList.md +5 -5
- package/docs/components/Alert/examples/Alert.md +26 -26
- package/docs/components/AppLauncher/deprecated/application-launcher.md +31 -31
- package/docs/components/Avatar/examples/Avatar.md +8 -8
- package/docs/components/BackToTop/examples/BackToTop.md +3 -3
- package/docs/components/Backdrop/examples/Backdrop.md +3 -3
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +4 -4
- package/docs/components/Badge/examples/Badge.md +6 -6
- package/docs/components/Banner/examples/Banner.md +17 -17
- package/docs/components/Brand/examples/Brand.css +3 -3
- package/docs/components/Brand/examples/Brand.md +7 -7
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +12 -12
- package/docs/components/Button/examples/Button.css +2 -2
- package/docs/components/Button/examples/Button.md +35 -35
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +29 -29
- package/docs/components/Card/examples/Card.md +30 -30
- package/docs/components/Check/examples/Check.md +12 -12
- package/docs/components/Chip/examples/Chip.md +21 -21
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +19 -19
- package/docs/components/CodeBlock/examples/CodeBlock.md +8 -8
- package/docs/components/CodeEditor/examples/CodeEditor.md +14 -14
- package/docs/components/Content/examples/Content.md +5 -5
- package/docs/components/ContextSelector/deprecated/context-selector.md +23 -23
- package/docs/components/DataList/examples/DataList.md +177 -112
- package/docs/components/DatePicker/examples/DatePicker.md +10 -10
- package/docs/components/DescriptionList/examples/DescriptionList.md +29 -29
- package/docs/components/Divider/examples/Divider.md +7 -7
- package/docs/components/DragDrop/examples/DragDrop.md +5 -5
- package/docs/components/Drawer/examples/Drawer.md +36 -36
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/Dropdown/deprecated/Dropdown.md +47 -47
- package/docs/components/DualListSelector/examples/DualListSelector.md +41 -41
- package/docs/components/EmptyState/examples/EmptyState.md +21 -21
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +18 -18
- package/docs/components/FileUpload/examples/FileUpload.md +8 -8
- package/docs/components/Form/examples/Form.md +52 -52
- package/docs/components/FormControl/examples/FormControl.md +22 -22
- package/docs/components/HelperText/examples/HelperText.md +11 -11
- package/docs/components/Hint/examples/Hint.md +6 -6
- package/docs/components/Icon/examples/Icon.md +13 -13
- package/docs/components/InlineEdit/examples/InlineEdit.md +54 -138
- package/docs/components/InputGroup/examples/InputGroup.md +10 -10
- package/docs/components/JumpLinks/examples/JumpLinks.md +19 -19
- package/docs/components/Label/examples/Label.css +4 -4
- package/docs/components/Label/examples/Label.md +45 -45
- package/docs/components/List/examples/List.md +6 -6
- package/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/docs/components/LogViewer/examples/LogViewer.md +45 -165
- package/docs/components/Login/examples/Login.md +21 -21
- package/docs/components/Masthead/examples/masthead.md +7 -7
- package/docs/components/Menu/examples/Menu.md +60 -60
- package/docs/components/MenuToggle/examples/MenuToggle.md +34 -106
- package/docs/components/ModalBox/examples/ModalBox.md +75 -34
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +21 -21
- package/docs/components/Nav/examples/Navigation.css +20 -3
- package/docs/components/Nav/examples/Navigation.md +44 -50
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +36 -36
- package/docs/components/NumberInput/examples/NumberInput.md +13 -13
- package/docs/components/OptionsMenu/deprecated/options-menu.md +22 -22
- package/docs/components/OverflowMenu/examples/overflow-menu.md +20 -20
- package/docs/components/Page/deprecated/PageHeader.md +30 -30
- package/docs/components/Page/examples/Page.md +55 -54
- package/docs/components/Pagination/examples/Pagination.md +25 -25
- package/docs/components/Panel/examples/Panel.md +10 -10
- package/docs/components/Popover/examples/Popover.md +30 -30
- package/docs/components/Progress/examples/Progress.md +31 -31
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +17 -17
- package/docs/components/Radio/examples/Radio.md +9 -9
- package/docs/components/Select/deprecated/Select.md +110 -110
- package/docs/components/Sidebar/examples/Sidebar.md +16 -16
- package/docs/components/SimpleList/examples/SimpleList.md +9 -9
- package/docs/components/Skeleton/examples/Skeleton.md +14 -14
- package/docs/components/SkipToContent/examples/SkipToContent.md +4 -4
- package/docs/components/Slider/examples/Slider.md +33 -33
- package/docs/components/Spinner/examples/Spinner.md +14 -14
- package/docs/components/Switch/examples/Switch.md +14 -14
- package/docs/components/TabContent/examples/TabContent.md +10 -10
- package/docs/components/Table/examples/Table.md +5395 -15077
- package/docs/components/Tabs/examples/Tabs.md +39 -39
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +1 -1
- package/docs/components/Tile/examples/Tile.md +12 -12
- package/docs/components/Timestamp/examples/Timestamp.md +4 -4
- package/docs/components/Title/examples/Title.md +20 -20
- package/docs/components/ToggleGroup/examples/toggle-group.md +10 -10
- package/docs/components/Toolbar/examples/Toolbar.md +68 -200
- package/docs/components/Tooltip/examples/Tooltip.md +9 -9
- package/docs/components/TreeView/examples/TreeView.md +31 -31
- package/docs/components/Truncate/examples/Truncate.md +8 -8
- package/docs/components/Wizard/examples/Wizard.md +46 -46
- package/docs/demos/AboutModal/examples/AboutModal.md +4 -52
- package/docs/demos/Alert/examples/Alert.md +12 -156
- package/docs/demos/BackToTop/examples/BackToTop.md +4 -52
- package/docs/demos/Banner/examples/Banner.md +9 -105
- package/docs/demos/Card/examples/Card.md +12 -19
- package/docs/demos/CardView/examples/CardView.md +5 -65
- package/docs/demos/ContextSelector/examples/ContextSelector.md +12 -156
- package/docs/demos/Dashboard/examples/Dashboard.md +4 -52
- package/docs/demos/DataList/examples/DataList.md +200 -553
- package/docs/demos/DescriptionList/examples/DescriptionList.md +18 -156
- package/docs/demos/Drawer/examples/Drawer.md +20 -260
- package/docs/demos/JumpLinks/examples/JumpLinks.md +24 -312
- package/docs/demos/Masthead/examples/Masthead.md +23 -255
- package/docs/demos/Modal/examples/Modal.md +24 -312
- package/docs/demos/Nav/examples/Nav.md +69 -461
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +20 -260
- package/docs/demos/Page/examples/Page.md +39 -505
- package/docs/demos/Page/examples/Penta.md +120 -53
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +35 -455
- package/docs/demos/Skeleton/examples/Skeleton.md +4 -52
- package/docs/demos/Table/examples/Table.md +1598 -6045
- package/docs/demos/Tabs/examples/Tabs.md +143 -499
- package/docs/demos/Toolbar/examples/Toolbar.md +245 -925
- package/docs/demos/Wizard/examples/Wizard.md +36 -468
- package/docs/layouts/Bullseye/examples/Bullseye.md +3 -3
- package/docs/layouts/Flex/examples/Flex.md +76 -76
- package/docs/layouts/Gallery/examples/Gallery.md +6 -6
- package/docs/layouts/Grid/examples/Grid.md +8 -8
- package/docs/layouts/Level/examples/Level.md +4 -4
- package/docs/layouts/Split/examples/Split.md +6 -6
- package/docs/layouts/Stack/examples/Stack.md +5 -5
- package/docs/utilities/Accessibility/examples/Accessibility.md +2 -2
- package/docs/utilities/Alignment/examples/Alignment.md +4 -4
- package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +10 -10
- package/docs/utilities/BoxShadow/examples/box-shadow.md +20 -20
- package/docs/utilities/Display/examples/Display.md +9 -9
- package/docs/utilities/Flex/examples/Flex.md +32 -32
- package/docs/utilities/Float/examples/Float.md +2 -2
- package/docs/utilities/Sizing/examples/Sizing.md +41 -41
- package/docs/utilities/Spacing/examples/Spacing.md +11 -11
- package/docs/utilities/Text/examples/Text.md +28 -28
- package/package.json +2 -1
- package/patternfly-no-globals.css +347 -463
- package/patternfly-theme-dark-unversioned.css +347 -463
- package/patternfly.css +347 -463
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/components/Table/themes/dark/table.scss +0 -16
|
@@ -102,19 +102,7 @@ wrapperTag: div
|
|
|
102
102
|
aria-label="Actions"
|
|
103
103
|
>
|
|
104
104
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
105
|
-
<
|
|
106
|
-
class="pf-v5-svg"
|
|
107
|
-
viewBox="0 0 192 512"
|
|
108
|
-
fill="currentColor"
|
|
109
|
-
aria-hidden="true"
|
|
110
|
-
role="img"
|
|
111
|
-
width="1em"
|
|
112
|
-
height="1em"
|
|
113
|
-
>
|
|
114
|
-
<path
|
|
115
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
116
|
-
/>
|
|
117
|
-
</svg>
|
|
105
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
118
106
|
</span>
|
|
119
107
|
</button>
|
|
120
108
|
</div>
|
|
@@ -324,41 +312,53 @@ wrapperTag: div
|
|
|
324
312
|
<thead class="pf-v6-c-table__thead">
|
|
325
313
|
<tr class="pf-v6-c-table__tr" role="row">
|
|
326
314
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
327
|
-
<
|
|
315
|
+
<label
|
|
316
|
+
class="pf-v6-c-check pf-m-standalone"
|
|
317
|
+
id="page-id-tablecheckrowheadcheck"
|
|
318
|
+
for="page-id-tablecheckrowheadcheck-input"
|
|
319
|
+
>
|
|
328
320
|
<input
|
|
329
321
|
class="pf-v6-c-check__input"
|
|
330
322
|
type="checkbox"
|
|
331
|
-
|
|
332
|
-
|
|
323
|
+
id="page-id-tablecheckrowheadcheck-input"
|
|
324
|
+
name="page-id-tablecheckrowheadcheck-input"
|
|
325
|
+
aria-label="Standalone check"
|
|
333
326
|
/>
|
|
334
|
-
</
|
|
327
|
+
</label>
|
|
335
328
|
</td>
|
|
329
|
+
|
|
336
330
|
<th
|
|
337
331
|
class="pf-v6-c-table__th"
|
|
338
332
|
role="columnheader"
|
|
339
333
|
scope="col"
|
|
340
334
|
>Repositories</th>
|
|
335
|
+
|
|
341
336
|
<th
|
|
342
337
|
class="pf-v6-c-table__th"
|
|
343
338
|
role="columnheader"
|
|
344
339
|
scope="col"
|
|
345
340
|
>Branches</th>
|
|
341
|
+
|
|
346
342
|
<th
|
|
347
343
|
class="pf-v6-c-table__th"
|
|
348
344
|
role="columnheader"
|
|
349
345
|
scope="col"
|
|
350
346
|
>Pull requests</th>
|
|
347
|
+
|
|
351
348
|
<th
|
|
352
349
|
class="pf-v6-c-table__th"
|
|
353
350
|
role="columnheader"
|
|
354
351
|
scope="col"
|
|
355
352
|
>Workspaces</th>
|
|
353
|
+
|
|
356
354
|
<th
|
|
357
355
|
class="pf-v6-c-table__th"
|
|
358
356
|
role="columnheader"
|
|
359
357
|
scope="col"
|
|
360
358
|
>Last commit</th>
|
|
359
|
+
|
|
361
360
|
<td class="pf-v6-c-table__td"></td>
|
|
361
|
+
|
|
362
362
|
<td class="pf-v6-c-table__td"></td>
|
|
363
363
|
</tr>
|
|
364
364
|
</thead>
|
|
@@ -370,15 +370,21 @@ wrapperTag: div
|
|
|
370
370
|
tabindex="0"
|
|
371
371
|
>
|
|
372
372
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
373
|
-
<
|
|
373
|
+
<label
|
|
374
|
+
class="pf-v6-c-check pf-m-standalone"
|
|
375
|
+
id="page-id-tablecheckrow1check"
|
|
376
|
+
for="page-id-tablecheckrow1check-input"
|
|
377
|
+
>
|
|
374
378
|
<input
|
|
375
379
|
class="pf-v6-c-check__input"
|
|
376
380
|
type="checkbox"
|
|
377
|
-
|
|
378
|
-
|
|
381
|
+
id="page-id-tablecheckrow1check-input"
|
|
382
|
+
name="page-id-tablecheckrow1check-input"
|
|
383
|
+
aria-label="Standalone check"
|
|
379
384
|
/>
|
|
380
|
-
</
|
|
385
|
+
</label>
|
|
381
386
|
</td>
|
|
387
|
+
|
|
382
388
|
<th
|
|
383
389
|
class="pf-v6-c-table__th"
|
|
384
390
|
role="columnheader"
|
|
@@ -388,6 +394,7 @@ wrapperTag: div
|
|
|
388
394
|
<div id="page-id-table-node1">Node 1</div>
|
|
389
395
|
</div>
|
|
390
396
|
</th>
|
|
397
|
+
|
|
391
398
|
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">
|
|
392
399
|
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
393
400
|
<div class="pf-v6-l-flex__item">
|
|
@@ -428,13 +435,20 @@ wrapperTag: div
|
|
|
428
435
|
<td class="pf-v6-c-table__td" role="cell" data-label="Action">
|
|
429
436
|
<a href="/some/path">Action link</a>
|
|
430
437
|
</td>
|
|
438
|
+
|
|
431
439
|
<td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
|
|
432
440
|
<button
|
|
433
|
-
class="pf-v6-c-
|
|
441
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
434
442
|
type="button"
|
|
435
|
-
aria-
|
|
443
|
+
aria-expanded="false"
|
|
444
|
+
aria-label="Table actions"
|
|
436
445
|
>
|
|
437
|
-
<
|
|
446
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
447
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
448
|
+
</span>
|
|
449
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
450
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
451
|
+
</span>
|
|
438
452
|
</button>
|
|
439
453
|
</td>
|
|
440
454
|
</tr>
|
|
@@ -445,16 +459,21 @@ wrapperTag: div
|
|
|
445
459
|
tabindex="0"
|
|
446
460
|
>
|
|
447
461
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
448
|
-
<
|
|
462
|
+
<label
|
|
463
|
+
class="pf-v6-c-check pf-m-standalone"
|
|
464
|
+
id="page-id-tablecheckrow2check"
|
|
465
|
+
for="page-id-tablecheckrow2check-input"
|
|
466
|
+
>
|
|
449
467
|
<input
|
|
450
468
|
class="pf-v6-c-check__input"
|
|
451
469
|
type="checkbox"
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
470
|
+
id="page-id-tablecheckrow2check-input"
|
|
471
|
+
name="page-id-tablecheckrow2check-input"
|
|
472
|
+
aria-label="Standalone check"
|
|
455
473
|
/>
|
|
456
|
-
</
|
|
474
|
+
</label>
|
|
457
475
|
</td>
|
|
476
|
+
|
|
458
477
|
<th
|
|
459
478
|
class="pf-v6-c-table__th"
|
|
460
479
|
role="columnheader"
|
|
@@ -464,6 +483,7 @@ wrapperTag: div
|
|
|
464
483
|
<div id="page-id-table-node2">Node 2</div>
|
|
465
484
|
</div>
|
|
466
485
|
</th>
|
|
486
|
+
|
|
467
487
|
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">
|
|
468
488
|
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
469
489
|
<div class="pf-v6-l-flex__item">
|
|
@@ -504,13 +524,20 @@ wrapperTag: div
|
|
|
504
524
|
<td class="pf-v6-c-table__td" role="cell" data-label="Action">
|
|
505
525
|
<a href="/some/path">Action link</a>
|
|
506
526
|
</td>
|
|
527
|
+
|
|
507
528
|
<td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
|
|
508
529
|
<button
|
|
509
|
-
class="pf-v6-c-
|
|
530
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
510
531
|
type="button"
|
|
511
|
-
aria-
|
|
532
|
+
aria-expanded="false"
|
|
533
|
+
aria-label="Table actions"
|
|
512
534
|
>
|
|
513
|
-
<
|
|
535
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
536
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
537
|
+
</span>
|
|
538
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
539
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
540
|
+
</span>
|
|
514
541
|
</button>
|
|
515
542
|
</td>
|
|
516
543
|
</tr>
|
|
@@ -521,15 +548,21 @@ wrapperTag: div
|
|
|
521
548
|
tabindex="0"
|
|
522
549
|
>
|
|
523
550
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
524
|
-
<
|
|
551
|
+
<label
|
|
552
|
+
class="pf-v6-c-check pf-m-standalone"
|
|
553
|
+
id="page-id-tablecheckrow3check"
|
|
554
|
+
for="page-id-tablecheckrow3check-input"
|
|
555
|
+
>
|
|
525
556
|
<input
|
|
526
557
|
class="pf-v6-c-check__input"
|
|
527
558
|
type="checkbox"
|
|
528
|
-
|
|
529
|
-
|
|
559
|
+
id="page-id-tablecheckrow3check-input"
|
|
560
|
+
name="page-id-tablecheckrow3check-input"
|
|
561
|
+
aria-label="Standalone check"
|
|
530
562
|
/>
|
|
531
|
-
</
|
|
563
|
+
</label>
|
|
532
564
|
</td>
|
|
565
|
+
|
|
533
566
|
<th
|
|
534
567
|
class="pf-v6-c-table__th"
|
|
535
568
|
role="columnheader"
|
|
@@ -539,6 +572,7 @@ wrapperTag: div
|
|
|
539
572
|
<div id="page-id-table-node3">Node 3</div>
|
|
540
573
|
</div>
|
|
541
574
|
</th>
|
|
575
|
+
|
|
542
576
|
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">
|
|
543
577
|
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
544
578
|
<div class="pf-v6-l-flex__item">
|
|
@@ -579,13 +613,20 @@ wrapperTag: div
|
|
|
579
613
|
<td class="pf-v6-c-table__td" role="cell" data-label="Action">
|
|
580
614
|
<a href="#">Action link</a>
|
|
581
615
|
</td>
|
|
616
|
+
|
|
582
617
|
<td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
|
|
583
618
|
<button
|
|
584
|
-
class="pf-v6-c-
|
|
619
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
585
620
|
type="button"
|
|
586
|
-
aria-
|
|
621
|
+
aria-expanded="false"
|
|
622
|
+
aria-label="Table actions"
|
|
587
623
|
>
|
|
588
|
-
<
|
|
624
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
625
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
626
|
+
</span>
|
|
627
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
628
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
629
|
+
</span>
|
|
589
630
|
</button>
|
|
590
631
|
</td>
|
|
591
632
|
</tr>
|
|
@@ -596,15 +637,21 @@ wrapperTag: div
|
|
|
596
637
|
tabindex="0"
|
|
597
638
|
>
|
|
598
639
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
599
|
-
<
|
|
640
|
+
<label
|
|
641
|
+
class="pf-v6-c-check pf-m-standalone"
|
|
642
|
+
id="page-id-tablecheckrow4check"
|
|
643
|
+
for="page-id-tablecheckrow4check-input"
|
|
644
|
+
>
|
|
600
645
|
<input
|
|
601
646
|
class="pf-v6-c-check__input"
|
|
602
647
|
type="checkbox"
|
|
603
|
-
|
|
604
|
-
|
|
648
|
+
id="page-id-tablecheckrow4check-input"
|
|
649
|
+
name="page-id-tablecheckrow4check-input"
|
|
650
|
+
aria-label="Standalone check"
|
|
605
651
|
/>
|
|
606
|
-
</
|
|
652
|
+
</label>
|
|
607
653
|
</td>
|
|
654
|
+
|
|
608
655
|
<th
|
|
609
656
|
class="pf-v6-c-table__th"
|
|
610
657
|
role="columnheader"
|
|
@@ -614,6 +661,7 @@ wrapperTag: div
|
|
|
614
661
|
<div id="page-id-table-node4">Node 4</div>
|
|
615
662
|
</div>
|
|
616
663
|
</th>
|
|
664
|
+
|
|
617
665
|
<td class="pf-v6-c-table__td" role="cell" data-label="Branches">
|
|
618
666
|
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
619
667
|
<div class="pf-v6-l-flex__item">
|
|
@@ -654,13 +702,20 @@ wrapperTag: div
|
|
|
654
702
|
<td class="pf-v6-c-table__td" role="cell" data-label="Action">
|
|
655
703
|
<a href="/some/path">Action link</a>
|
|
656
704
|
</td>
|
|
705
|
+
|
|
657
706
|
<td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
|
|
658
707
|
<button
|
|
659
|
-
class="pf-v6-c-
|
|
708
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
660
709
|
type="button"
|
|
661
|
-
aria-
|
|
710
|
+
aria-expanded="false"
|
|
711
|
+
aria-label="Table actions"
|
|
662
712
|
>
|
|
663
|
-
<
|
|
713
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
714
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
715
|
+
</span>
|
|
716
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
717
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
718
|
+
</span>
|
|
664
719
|
</button>
|
|
665
720
|
</td>
|
|
666
721
|
</tr>
|
|
@@ -671,14 +726,19 @@ wrapperTag: div
|
|
|
671
726
|
tabindex="0"
|
|
672
727
|
>
|
|
673
728
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
674
|
-
<
|
|
729
|
+
<label
|
|
730
|
+
class="pf-v6-c-check pf-m-standalone"
|
|
731
|
+
id="page-id-tablecheckrow5check"
|
|
732
|
+
for="page-id-tablecheckrow5check-input"
|
|
733
|
+
>
|
|
675
734
|
<input
|
|
676
735
|
class="pf-v6-c-check__input"
|
|
677
736
|
type="checkbox"
|
|
678
|
-
|
|
679
|
-
|
|
737
|
+
id="page-id-tablecheckrow5check-input"
|
|
738
|
+
name="page-id-tablecheckrow5check-input"
|
|
739
|
+
aria-label="Standalone check"
|
|
680
740
|
/>
|
|
681
|
-
</
|
|
741
|
+
</label>
|
|
682
742
|
</td>
|
|
683
743
|
<td
|
|
684
744
|
class="pf-v6-c-table__td"
|
|
@@ -729,13 +789,20 @@ wrapperTag: div
|
|
|
729
789
|
<td class="pf-v6-c-table__td" role="cell" data-label="Action">
|
|
730
790
|
<a href="/some/path">Action link</a>
|
|
731
791
|
</td>
|
|
792
|
+
|
|
732
793
|
<td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
|
|
733
794
|
<button
|
|
734
|
-
class="pf-v6-c-
|
|
795
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
735
796
|
type="button"
|
|
736
|
-
aria-
|
|
797
|
+
aria-expanded="false"
|
|
798
|
+
aria-label="Table actions"
|
|
737
799
|
>
|
|
738
|
-
<
|
|
800
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
801
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
802
|
+
</span>
|
|
803
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
804
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
805
|
+
</span>
|
|
739
806
|
</button>
|
|
740
807
|
</td>
|
|
741
808
|
</tr>
|